<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #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 &gt; h3 {font-size: 70px; font-weight: 700; line-height: 1em; letter-spacing: -1px; padding: 110px 0; text-align: center; background: #EAF2FF;}

.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: #161718;}
.title_box .inner span {display: inline-block; font-weight: 250; font-size: 20px; line-height: 25px; color: #161718;}

.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: #161718;
    padding: 16px 0; border-top: 1px solid #B7B7B7; border-bottom: 1px solid #B7B7B7; margin-bottom: 20px;}
.other .inner ul li a {color: #161718; 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 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: #161718; 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: #0C82FE; color: #FFFFFF; border: none; border-radius: 8px; padding: 11px 32px; cursor: pointer; white-space: nowrap;
    font-weight: 700; font-size: 18px; line-height: 26px; letter-spacing: -0.02em;}


/* PC (�댁긽�� 1440px ~ 1540px) */
@media screen and (max-width:1540px) {
    .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) {
    .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) {
    .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 &gt; h3 {font-size: 42px; padding: 80px 0;}

    .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 &gt; h3 {font-size: 36px; padding: 50px 0;}

    .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;}
}
</pre></body></html>