<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;}

h3.m_color {font-size: 70px; line-height: 1em; letter-spacing: -1px; padding: 110px 0; text-align: center; background: #EAF2FF;}

.title_box {padding: 80px 16.66% 24px;}
.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: 26px; line-height: 36px; letter-spacing: -0.02em; color: #161718;}
.title_box .inner p &gt; span {display: inline-block; font-weight: 400; font-size: 16px; line-height: 20px; padding: 8px; background: rgba(255, 255, 255, 0.75);
    border-width: 1px; border-style: solid; border-radius: 100px; margin-right: 12px; vertical-align: text-top;}
.title_box .inner .badge.event &gt; span {border-color: #0C82FE; color: #0C82FE;}
.title_box .inner .badge.notice &gt; span {border-color: #FF3535; color: #FF3535;}
.title_box .inner span {display: inline-block; font-weight: 250; font-size: 20px; line-height: 25px; color: #161718;}

.viewer {padding: 0 16.66%;}
.viewer .inner {padding: 40px 5%; text-align: justify; background: #F9F9F9; border-radius: 16px; font-weight: 300; font-size: 22px; line-height: 42px; color: #161718;}
.viewer .inner div {text-align: center; margin-bottom: 32px;}

.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; position: relative;}
.other .inner ul li a span {display: inline-block; width: 20px; height: 20px; position: relative; top: 50%; margin-top: -5px;
    background: url(../images/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: #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: 80px 12% 24px;}
    .viewer {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: 80px 8% 24px;}
    .viewer {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: 80px 6% 24px;}
    .viewer {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;}

    h3.m_color {font-size: 42px; line-height: 110px; padding: 80px 0;}

    .title_box {padding: 40px 5% 24px;}
    .title_box .inner {padding: 20px 5%;}
    .title_box .inner p {font-size: 20px; line-height: 25px;}
    .title_box .inner p &gt; span {font-size: 14px; line-height: 18px; padding: 6px 8px;}
    .title_box .inner span {font-size: 15px; line-height: 19px;}
    
    .viewer {padding: 0 5% 28px;}
    .viewer .inner {font-size: 17px; line-height: 25px; padding: 24px 3%;}

    .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 */
    h3.m_color {font-size: 42px; line-height: 1em; padding: 50px 0;}

    .title_box {padding: 0; margin-bottom: 20px; border-bottom: 1px solid rgba(46, 21, 102, 0.15);}
    .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;}
    .title_box .inner p &gt; span {font-size: 10px; line-height: 13px; padding: 4px; margin-right: 4px;}

    .viewer {font-weight: 700; font-size: 22px; line-height: 32px; margin: 0; padding: 0 5% 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>