/* #content */
section .main_title {letter-spacing: -0.02em; line-height: 56px; margin-bottom: 32px;}
section .main_title.on {display: none;}
section .sub_text {letter-spacing: -0.02em;}

#content > h3 {font-size: 46px; line-height: 56px; letter-spacing: -0.02em; padding: 0 16.66%; color: #29203B;}

.title_box {padding: 32px 16.66% 40px;}
.title_box .inner {padding: 32px 5%; background: #F9F9F9; border-radius: 16px; display: flex; justify-content: space-between; align-items: center;}
.title_box .inner p {display: inline-block; font-weight: 300; font-size: 32px; line-height: 40px; color: #2E1566;}
.title_box .inner span {display: inline-block; font-weight: 250; font-size: 20px; line-height: 25px; color: #2E1566;}

.viewer .inner {padding: 0 16.66%; text-align: justify;}
/*.viewer .inner div {text-align: center;}*/  /*에디터(내용)에서 center 정렬 할 때만 적용되어야 함  KJS*/


.other .inner {padding: 100px 16.66%;}
.other .inner ul {display: flex; justify-content: space-between; font-weight: 500; font-size: 22px; line-height: 36px; letter-spacing: -0.02em; color: #29203B;
    padding: 16px 0; border-top: 1px solid #B7B7B7; border-bottom: 1px solid #B7B7B7; margin-bottom: 20px;}

/*
.other .inner ul li a {color: #29203B; display: inline-block; vertical-align: middle;}
.other .inner ul li a span {display: inline-block; width: 20px; height: 20px; 
    background: url(../images/sub04_02_icon_arrow_right.png) center no-repeat; background-size: contain; }
*/

.other .inner ul li a {color: #29203B; display: inline-block; position: relative;}
.other .inner ul li a span {display: inline-block; width: 20px; height: 20px; position: relative; top: 50%; margin-top: -5px; right: 0;
    background: url(../images/sub04_02_icon_arrow_right.png) center no-repeat; background-size: contain; vertical-align: middle;}


.other .inner p {font-size: 20px; line-height: 28px; letter-spacing: -0.02em;}
.other .inner p:not(:last-of-type) {margin-bottom: 8.5px;}
.other .inner p .purple {font-weight: 500;}
.other .inner p a {font-weight: 300; color: #29203B; display: inline-block; margin-left: 8px;}


.btns {padding: 0 16.66% 100px;}
.btns ul {display: flex; justify-content: flex-end; gap: 16px;}
.btns ul li a {display: block; background: #8556E3; color: #FFFFFF; border: none; border-radius: 8px; padding: 11px 32px; cursor: pointer; white-space: nowrap;
    font-family: 'Spoqa Han Sans Neo'; font-weight: 700; font-size: 18px; line-height: 26px; letter-spacing: -0.02em;}


/* PC (해상도 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    #content > h3 {padding: 0 12%;}
    .title_box {padding: 32px 12% 40px;}
    .viewer .inner {padding: 0 12% 100px;}
    .other .inner {padding: 100px 12% 208px;}
    .btns {padding: 0 12% 100px;}
}
/* PC (해상도 1058px ~ 1440px) */
@media screen and (max-width:1440px) {
    #content > h3 {padding: 0 8%;}
    .title_box {padding: 32px 8% 40px;}
    .viewer .inner {padding: 0 8% 100px;}
    .other .inner {padding: 100px 8%;}
    .btns {padding: 0 8% 100px;}
}
/* PC (해상도 1024px ~ 1058px) */
@media screen and (max-width:1058px) {
    #content > h3 {padding: 0 6%;}
    .title_box {padding: 32px 6% 40px;}
    .viewer .inner {padding: 0 6% 100px;}
    .other .inner {padding: 100px 6%;}
    .btns {padding: 0 6% 100px;}
}


/* 태블릿 (해상도 769px ~ 1024px) */
@media screen and (max-width:1024px) {
    /* content */
    section .main_title {font-size: 28px; margin-bottom: 16px; line-height: 36px;}
    section .main_title i {display: block;}
    #content .line_map {padding: 36px 5% 0;}

    #content > h3 {font-size: 28px; line-height: 36px; padding: 0 5%;}

    .title_box {padding: 28px 5% 16px;}
    .title_box .inner {padding: 22.5px 5%;}
    .title_box .inner p {font-size: 20px; line-height: 25px;}
    .title_box .inner span {font-weight: 250; font-size: 15px; line-height: 19px;}

    .viewer .inner {padding: 0 5% 28px;}

    .other .inner {padding: 80px 5%;}
    .other .inner ul {font-size: 18px; padding: 12px 0; margin-bottom: 12px;}
    .other .inner p {font-size: 18px; line-height: 26px;}
    .other .inner p:not(:last-of-type) {margin-bottom: 4px;}


    .btns {display: none;}
}

/* 모바일 가로, 모바일 세로 (해상도 375px ~ 768px)*/
@media screen and (max-width:768px) {
    #wrap { min-width: 375px; }
    /* content */
    #content > h3 {display: none;}

    .title_box {padding: 0;}
    .title_box .inner {padding: 20px 5%; background: #fff;}
    .title_box .inner p {font-size: 16px; line-height: 20px;}
    .title_box .inner span {font-size: 14px; line-height: 18px;} 

    .viewer {font-weight: 700; font-size: 22px; line-height: 32px; margin: 0; padding: 0 0 24px;}

    .other .inner {padding: 60px 5%;}
    .other .inner ul {font-size: 14px; padding: 8px 0; margin-bottom: 8px;}
    .other .inner p {font-size: 16px; line-height: 22px;}
}
