@charset "utf-8";

/*-------------------------------------------------------------------
    파일정의 : 레이아웃
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    @공통
-------------------------------------------------------------------*/
#skip-nav {height:0}
#skip-nav a {display: block; position: absolute; left: 0; top: -10rem; width: 100%; height: 0.1rem; text-align: center}
#skip-nav a:focus, #skip a:active {position: absolute; top: 0; z-index: 120; height: 2.5rem; padding: 1rem 0; font-size: 1.4em; font-weight: 700; color: #36348f; background: #fff;}

body {background: linear-gradient(to bottom, rgba(239, 255, 245, 1) 0, rgba(239, 255, 245, 0.5) 26.5rem, rgba(239, 255, 245, 0) 53rem);}

/*-------------------------------------------------------------------
    @header
-------------------------------------------------------------------*/
#header {height: 11.5rem}
#header .container {display: flex; align-items: center; height: 7.5rem; gap: 0 1rem; justify-content: space-between;}
#header .inner {position: fixed; top: 0; transition: all 0.3s ease; padding: 2rem 0; width: 100%; z-index: 96;}
#header.on .inner,
#header.scroll .inner {background-color: #ffffff; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);}
#header .dim {z-index: 95;}

#header .logo {width: 14.1rem; height: 7.4rem; background: url('../img/common/logo.png') no-repeat center/100%;}
#header .logo a {display: block; width: 100%; height: 100%; text-indent: -9999px;}

#header #gnb {flex: 1 0; min-width: 0;}

#header #gnb .depth01 > ul {display: flex; align-items: center; justify-content: flex-start; gap: 0 0;}
#header #gnb .depth01 > ul > li {position: relative; height: 7.2rem; display: flex; align-items: center; justify-content: center; z-index: 1;}
#header #gnb .depth01 > ul > li > a {padding: 0.8rem 4.5rem; font-size: 2rem; font-weight: 600; z-index: 1; transition: color 0.5s ease;}
#header #gnb .depth01 > ul > li > a span {position: relative;}
#header #gnb .depth01 > ul > li > a span::after {content: "*"; position: absolute; right: -0.2rem; bottom: 0; transform: translateX(100%); font-family: 'VitroCore'; color: #0A6E23; font-size: 2.1rem; line-height: 1.334; display: none;}
#header #gnb .depth01 > ul > li > .btn-ic {position: absolute; right: 2.4rem; top: 2.6rem; display: none;}

#header #gnb .depth01 > ul > li.gnb-my {display: none;}

#header #gnb .depth02 {position: absolute; min-width: 100%; width: max-content; padding: 0 3rem 0; top: 0; left: 50%; transform: translateX(-50%); border-radius: 2rem; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; overflow: hidden; height: 0; transition: all 0.5s ease; visibility: hidden;}
#header #gnb .depth02 > ul {opacity: 0; transition: opacity 0.3s ease; transition-delay: 0s;}
#header #gnb .depth02 > ul > li {display: flex; align-items: center; justify-content: center; padding: 0.8rem 0;}
#header #gnb .depth02 > ul > li > a {display: block; font-weight: 500; font-size: 1.8rem; position: relative; transition: color 0.3s ease;}
#header #gnb .depth02 > ul > li > a::after {content: ""; width: 100%; height: 0.1rem; background-color: #0B4C1B; position: absolute; left: 0; bottom: 0; display: none;}

#header #gnb .depth03 > ul {border-top: 0.1rem solid #dddddd; background-color: #F8F8F8; padding: 0.6rem 2.4rem;}
#header #gnb .depth03 > ul > li > a {display: block; padding: 0.6rem 2rem; font-size: 1.8rem; line-height: 1.6667;}

#header .etc-area {display: flex; align-items: center; gap: 0 2rem;}
#header .etc-area .btn-gnb {display: none;}

#header .all-gnb {position: absolute; top: calc(100% + 2.5rem); width: calc(100% - 5rem); max-width: 140rem; border-radius: 2rem; background-color: #ffffff; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1); z-index: 99; padding: 8rem 7.2rem; visibility: hidden; opacity: 0; transition: all 0.3s ease;}
#header .all-gnb.on { visibility: visible; opacity: 1;}

#header .all-gnb .depth01 > ul {display: flex; flex-wrap: wrap; flex-direction: column; height: 42.5rem;}
#header .all-gnb .depth01 > ul > li {min-height: 50%; width: 25%;}
#header .all-gnb .depth01 > ul > li > a {font-size: 3.3rem; display: flex; padding: 0.8rem 0; font-weight: 700; width: fit-content; gap: 0 0.8rem; align-items: flex-start;}

#header .all-gnb .depth02 {margin-top: 2.5rem;}
#header .all-gnb .depth02 > ul > li + li {margin-top: 3.5rem;}
#header .all-gnb .depth02 > ul > li > a {font-size: 2.3rem; font-weight: 600; color: #111111; transition: all 0.3s ease;}

#header .all-gnb .depth03 {margin-top: 1.6rem;}
#header .all-gnb .depth03 > ul > li + li {margin-top: 1rem;}
#header .all-gnb .depth03 > ul > li > a {position: relative; padding-left: 2.5rem; line-height: 1.167; font-weight: 600;}
#header .all-gnb .depth03 > ul > li > a::before {content: ""; width: 0.4rem; height: 0.4rem; position: absolute; left: 1rem; background-color: #000000; border-radius: 50%; top: 0.8rem;}
#header .all-gnb .depth03 > ul > li > a span {position: relative;}
#header .all-gnb .depth03 > ul > li > a span::after {content: ""; width: 100%; height: 0.1rem; background-color: #000000; position: absolute; left: 0; bottom: 0; display: none;}

.gnb{}

.gnb-m{}

.etc {}

.shortcut {}

.util {}

.support {}

.assistant {}

.branding {}
 
/*-------------------------------------------------------------------
    @footer
-------------------------------------------------------------------*/
#footer {}

#footer .chatbot {position: fixed; z-index: 10; right: 12rem; bottom: 8.5rem;}
#footer .chatbot .btn-chatbot {padding-top: 9.5rem; width: 9rem; display: block; font-size: 1.6rem; font-weight: 600; line-height: 1.25; text-align: center; position: relative;}
#footer .chatbot .btn-chatbot::before {content: ""; width: 9rem; height: 9rem; background: #003694 url('../img/common/chatbot.png') no-repeat center top/9rem; display: block; margin: 0 auto; position: absolute; top: 0; left: 0; border-radius: 50%;}

#footer .chatbot .chat-area {position: absolute; right: 12rem; bottom: 0; opacity: 0; visibility: hidden; transform: translateY(16px); transition: 0.45s cubic-bezier(0.190, 1.000, 0.220, 1.000); display: flex; justify-content: center;}
#footer .chatbot .chat-area.on {opacity: 1; visibility: visible; transform: translateY(0);}
#footer .chatbot .chat-area .chat {width: 48rem; height: 62.5rem; background-color: #FFFFFF; border-radius: 1.5rem; box-shadow: 0 0 1.5rem rgba(0, 0, 0, .16); display: flex; flex-direction: column; overflow: hidden;}
#footer .chatbot .chat-area .chat .chat-head {width: 100%; padding: 3.5rem 2.5rem; position: relative; flex: none;}
#footer .chatbot .chat-area .chat .chat-head .text01 {line-height: 1.40625; font-size: 3.2rem; font-weight: 600;}
#footer .chatbot .chat-area .chat .chat-head .text02 {line-height: 1.052; font-size: 1.9rem; color: #555555; margin-top: 0.8rem;}
#footer .chatbot .chat-area .chat .chat-head .btn-pop-close {position: absolute; right: 2.5rem; top: 4rem;}
#footer .chatbot .chat-area .chat .chat-body {flex: 1 0; overflow: auto; padding: 1.6rem 2.5rem; border-top: 0.1rem solid #DDDDDD;}
#footer .chatbot .chat-area .chat .chat-body > * + * {margin-top: 1rem;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech .bubble {position: relative; padding: 1.2rem; border-radius: 1.5rem; width: fit-content;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech .bubble p {font-size: 1.7rem; line-height: 1.5;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech > * + * {margin-top: 1.6rem;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech .btn {width: fit-content; margin-left: 1rem;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.ai {padding-left: 5.6rem; position: relative;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.ai::before {content: ""; position: absolute; left: 0; top: 0; width: 5.2rem; height: 5.2rem; background: #003694 url('../img/common/chatbot.png') no-repeat left top/100%; border-radius: 50%; border: 0.1rem solid #DDDDDD;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.ai .bubble {margin-left: 1rem; background-color: #F3F6FB;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.ai .bubble::before {content: ""; width: 1.2rem; height: 1.2rem; background: url('../img/icon/ic_chat_speech_ai.svg') no-repeat center/100%; position: absolute; left: 0; top: 0.9rem; transform: translateX(-100%);}
#footer .chatbot .chat-area .chat .chat-body .ic-chat-arrow {margin-left: auto; margin-right: auto;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.user .bubble {margin-left: auto; background-color: #fff; border: 0.1rem solid #DDDDDD; max-width: 100%;}
#footer .chatbot .chat-area .chat .chat-body .chat-speech.user .bubble::after {content: ""; width: 1.2rem; height: 1.2rem; background: url('../img/icon/ic_chat_speech_user.svg') no-repeat center/100%; position: absolute; right: 0.1rem; top: 0.9rem; transform: translateX(100%);}
#footer .chatbot .chat-area .chat .chat-foot {flex: none; padding: 1.8rem 2rem; border-top: 0.1rem solid #DDDDDD; height: 11rem; overflow: auto;}
#footer .chatbot .chat-area .chat .chat-foot .chat-category {display: flex; flex-wrap: wrap; gap: 0.6rem 0.4rem; min-height: 100%;}
#footer .chatbot .chat-area .chat .chat-foot .chat-category .btn {flex: none; width: fit-content;}
#footer .chatbot .chat-area .chat .chat-foot .chat-category .btn.fill-blue {margin: auto 0; width: calc(50% - 0.2rem);}

#footer .brand-wrap .container {display: flex; align-items: center; gap: 2rem 2.5rem; flex-wrap: wrap; position: relative;}
#footer .brand-wrap [class^="logo-"] {background-repeat: no-repeat; background-size: 100%; background-position: center; overflow: hidden;}
#footer .brand-wrap [class^="logo-"] p {text-indent: -9999px;}
#footer .brand-wrap .logo-organ {width: 18.7rem; height: 3.3rem; background-image: url('../img/common/logo_organ.png');}
#footer .brand-wrap .logo-platform {width: 9.9rem; height: 4.3rem; background-image: url('../img/common/logo_platform.png');}
#footer .brand-wrap address {font-style: normal; color: #555555;}
#footer .brand-wrap address p {font-size: 1.5rem; line-height: 1.215; font-weight: 600;}
#footer .brand-wrap address dl {margin-top: 0.5rem; display: flex; align-items: center; justify-content: flex-start; gap: 0 1.2rem;}
#footer .brand-wrap address dl dt {flex: none; font-size: 1.5rem; line-height: 1.215;}
#footer .brand-wrap address dl dd {flex: 1 0; font-size: 1.5rem; line-height: 1.215; min-width: 0; position: relative;}
#footer .brand-wrap address dl dd::before {content: ""; width: 0.3rem; height: 0.3rem; border-radius: 50%; position: absolute; left: -0.8rem; top: 50%; transform: translateY(-50%); background-color: #3375D7;}
#footer .brand-wrap .btn-top {position: absolute; right: 2.5rem; top: 50%; transform: translateY(-50%);}

#footer .info-wrap {margin-top: 4rem;}
#footer .info-wrap .inner {display: flex; align-items: center; justify-content: space-between; height: 8rem; padding: 0 3.5rem; background-color: #003372; border-radius: 1rem 1rem 0 0; gap: 2rem 0 ;}
#footer .info-wrap .inner .copyright {font-size: 1.5rem; color: #ffffff; font-weight: 500;}
#footer .info-wrap .inner .copyright strong {font-weight: 500; color: #00A5F7;}
#footer .info-wrap .inner .fnb ul {display: flex; align-items: center; gap: 0 5rem;}
#footer .info-wrap .inner .fnb ul li a {display: block; color: #9FB1C8; font-size: 1.5rem; font-weight: 600;}
#footer .info-wrap .inner .fnb ul li a strong {color: #FFFFFF; font-weight: 600}
.link{}

.family{}

.sns{}

.address{}

.logo-f{}

.copyright{}

.fnb {}
 
/*-------------------------------------------------------------------
    @content
-------------------------------------------------------------------*/
#content {min-height: calc(100vh - 16.3rem);}
#header + #content {min-height: calc(100vh - 27.8rem)}

.container {margin-left: auto; margin-right: auto; position: relative; padding-left: 2.5rem; padding-right: 2.5rem; max-width: 145rem;}

/*-------------------------------------------------------------------
    @floating
-------------------------------------------------------------------*/
 
/*-------------------------------------------------------------------
    @popup
-------------------------------------------------------------------*/
.dim {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 98; background-color: #000000; opacity: 0.3;}

.popup {flex-direction: column; display: none; max-height: calc(100vh - 5rem);}
.popup.on {display: flex;}

.popup {width: calc(100% - 5rem); position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 99; background-color: #FFFFFF; border-radius: 3rem; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1); padding: 0 3rem;}

.popup .pop-head {display: flex; align-items: center; justify-content: space-between; position: relative; padding: 2.4rem 0;}
.popup .pop-head .tit-area .tit {font-size: 2.4rem; font-weight: 700; line-height: 1.25;}

.popup .pop-head + .pop-body {border-top: 0.1rem solid #DDDDDD;}

.popup .pop-body {padding: 3rem 0; flex: 1; overflow: auto;}
.popup .pop-body .btn-wrap.v1 .btn {width: fit-content}

.popup .pop-body + .pop-foot {border-top: 0.1rem solid #DDDDDD;}

.popup.alert {max-width: 64rem;}
.popup.alert .txt-alert {text-align: center; font-size: 2.2rem; font-weight: 700; line-height: 1.5;}

.popup.event {padding: 0; overflow: hidden; max-width: calc(100% - 5rem); width: 45rem; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.2);}
.popup.event .pop-body {padding: 0;}
.popup.event .pop-body img {width: 100%;}
.popup.event .pop-foot {padding: 1.2rem 2rem; display: flex; align-items: center; justify-content: space-between;}

/*-------------------------------------------------------------------
    @로딩바
-------------------------------------------------------------------*/
.loading {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 98; background-color: rgba(0, 0, 0, 0.3); display: flex; justify-content: center;  align-items: center;}
.loading .inner {position: relative; width: 5.5rem; height: 5.5rem;}
.loading span {position: absolute; width: 1rem; height: 1rem; border-radius: 50%; background-color: #0A6E23; animation: scale-another 1.2s linear infinite;}
.loading span:nth-of-type(1) {top: 0; left: 2.3rem; animation-delay: 0s;}
.loading span:nth-of-type(2) {top: 0.7rem; left: 0.7rem; animation-delay: 1.05s;}
.loading span:nth-of-type(3) {top: 0.7rem; left: 3.8rem; animation-delay: 0.15s;}
.loading span:nth-of-type(4) {top: 2.3rem; left: 0; animation-delay: 0.9s;}
.loading span:nth-of-type(5) {top: 2.3rem; left: 4.5rem; animation-delay: 0.3s;}
.loading span:nth-of-type(6) {top: 3.8rem; left: 0.7rem; animation-delay: 0.75s;}
.loading span:nth-of-type(7) {top: 3.8rem; left: 3.8rem; animation-delay: 0.45s;}
.loading span:nth-of-type(8) {top: 4.5rem; left: 2.3rem; animation-delay: 0.6s;}
@keyframes scale-another {
    0%, 100% {
        transform: scale(0.5);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.15);
        opacity: 1;
    }
}

/*-------------------------------------------------------------------
    @프린트
-------------------------------------------------------------------*/
.print-area {visibility: hidden; height: 0; overflow: hidden;}

@media print {
    * {-webkit-print-color-adjust: exact; print-color-adjust: exact;}
    html {font-size: 43.75%; }
    body {background: none;}
    body * {display: none;}
    body .popup {display: none !important;}
    
    .print-area {visibility: visible; height: auto; width: 210mm; min-height: 297mm;}

    .__print-target,
    .__print-target * {display: block !important;}

    @page {
        size: A4; 
        margin: 10mm;
        margin: 35px 25px;
    }
}


@media screen and (min-width: 1130px) {
    /*-------------------------------------------------------------------
        @header
    -------------------------------------------------------------------*/
    #header #gnb .depth01 > ul > li:hover > a,
    #header #gnb .depth01 > ul > li > a:focus,
    #header #gnb .depth01 > ul > li:has(a:focus) > a {color: #0A6E23; font-weight: 700;}
    #header #gnb .depth01 > ul > li:hover > a span::after,
    #header #gnb .depth01 > ul > li > a:focus span::after,
    #header #gnb .depth01 > ul > li:has(a:focus) > a span::after {display: block;}
    
    #header #gnb .depth01 > ul > li.on > a {color: #0A6E23; font-weight: 700;}
    #header #gnb .depth01 > ul > li.on > a span::after {display: block;}

    #header #gnb .depth02 > ul > li:hover > a,
    #header #gnb .depth02 > ul > li > a:focus {color: #0B4C1B; font-weight: 600;}
    #header #gnb .depth02 > ul > li:hover > a::after,
    #header #gnb .depth02 > ul > li > a:focus::after {display: block;}
    
    #header #gnb .depth01 > ul > li:hover > .depth02,
    #header #gnb .depth01 > ul > li > a:focus ~ .depth02,
    #header #gnb .depth01 > ul > li:has(a:focus) > .depth02 {padding: 6.5rem 3rem 1.6rem; visibility: visible;}
    #header #gnb .depth01 > ul > li:hover > .depth02 > ul,
    #header #gnb .depth01 > ul > li > a:focus ~ .depth02 > ul,
    #header #gnb .depth01 > ul > li:has(a:focus) > .depth02 > ul {opacity: 1; transition-delay: 0.2s;}
    #header #gnb .depth01 > ul > li:nth-of-type(3):hover > .depth02,
    #header #gnb .depth01 > ul > li:nth-of-type(3) > a:focus + .depth02,
    #header #gnb .depth01 > ul > li:nth-of-type(3):has(a:focus) > .depth02 {height: 30.7rem;}
    #header #gnb .depth01 > ul > li:nth-of-type(4):hover > .depth02,
    #header #gnb .depth01 > ul > li:nth-of-type(4) > a:focus + .depth02,
    #header #gnb .depth01 > ul > li:nth-of-type(4):has(a:focus) > .depth02 {height: 23.2rem;}

    #header .all-gnb .depth01 > ul > li:hover > .depth02 > ul > li:hover > a,
    #header .all-gnb .depth01 > ul > li > .depth02 > ul > li > a:focus {color: #0A6E23}
    
    #header .all-gnb .depth02 > ul > li:hover > .depth03 > ul > li:hover > a span::after,
    #header .all-gnb .depth02 > ul > li > .depth03 > ul > li > a:focus span::after {display: block;}
}

/* 작은 PC */
@media screen and (max-width: 1449px) {
    #header #gnb .depth01 > ul {gap: 0 0;}
    #header #gnb .depth01 > ul > li > a {padding: 0.8rem 4.5rem;}

    /*-------------------------------------------------------------------
        @footer
    -------------------------------------------------------------------*/
    #footer .chatbot {right: 6rem; bottom: 8.5rem;}
}

/* 태블릿1 */
@media screen and (max-width: 1129px) {
    /*-------------------------------------------------------------------
        @header
    -------------------------------------------------------------------*/
    #header {padding-top: 1.5rem; padding-bottom: 1.5rem;}
    #header .container {display: flex; align-items: center; height: 7.5rem; gap: 0 1rem; justify-content: space-between;}

    #header .logo {width: 6.2rem; height: 7.4rem; background: url('../img/common/logo_mo.png') no-repeat center/100%;}

    #header #gnb {position: fixed; top: 13rem; width: calc(100% - 5rem); max-height: calc(100% - 15.5rem); overflow: auto; background-color: #ffffff; border-radius: 2rem; box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1); z-index: 99; opacity: 0; visibility: hidden; transition: all 0.5s ease; transform: translateY(1rem);}
    #header #gnb.on {opacity: 1; visibility: visible; transform: translateY(0);}

    #header #gnb .depth01 {border-radius: 2rem; overflow: hidden;}
    #header #gnb .depth01 > ul {display: block;}
    #header #gnb .depth01 > ul > li {display: block; height: auto;}
    #header #gnb .depth01 > ul > li + li {border-top: 0.1rem solid #DDDDDD;}
    #header #gnb .depth01 > ul > li > a {width: 100%; padding: 2.4rem 2.4rem; text-align: left; font-size: 2.8rem; font-weight: 700; display: block; line-height: 1.286; transition: all 0.3s ease;}
    #header #gnb .depth01 > ul > li > .btn-ic {display: block;}

    #header #gnb .depth01 > ul > li.gnb-my {display: block;}

    #header #gnb .depth02 {position: static; transform: translateX(0); border-radius: 0; box-shadow: none; background-color: transparent; overflow: hidden; visibility: visible; padding: 0 0; display: grid; grid-template-rows: 0fr; height: auto;}
    #header #gnb .depth02 > ul {opacity: 1; transition: none; overflow: hidden;}
    #header #gnb .depth02 > ul > li {border-top: 0.1rem solid #DDDDDD; display: block; padding: 0;}
    #header #gnb .depth02 > ul > li > a {padding: 2rem 2.4rem 2rem 4.5rem; position: relative; font-size: 2.4rem; line-height: 1.25; font-weight: 400;}
    #header #gnb .depth02 > ul > li > a::before {content: ""; width: 0.8rem; height: 0.8rem; border-radius: 50%; background-color: #0A6E23; position: absolute; left: 2.4rem; top: 3rem;}

    #header #gnb .depth01 > ul > li.on > a {background-color: #E0F0E9;}
    #header #gnb .depth01 > ul > li.on > .depth02 {grid-template-rows: 1fr;}

    #header .etc-area .btn-gnb {display: flex;}
    #header .etc-area .btn-mysesac,
    #header .etc-area .btn-all {display: none;}

    /*-------------------------------------------------------------------
        @footer
    -------------------------------------------------------------------*/
    #footer .brand-wrap .btn-top {position: fixed; right: 8.2rem; bottom: 21.5rem; top: auto; transform: scale(0); z-index: 1; transition: all 0.3s ease;}
}

/* 태블릿2 */
@media screen and (max-width: 959px) {
    /*-------------------------------------------------------------------
        @content
    -------------------------------------------------------------------*/
    #content {min-height: calc(100vh - 26.3rem);}
    #header + #content {min-height: calc(100vh - 37.7rem)}

    /*-------------------------------------------------------------------
        @footer
    -------------------------------------------------------------------*/
    #footer .chatbot {right: 2.5rem; bottom: 12rem; z-index: 97;}
    #footer .chatbot .chat-area {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 98; background-color: rgba(0, 0, 0, 0.3); padding: 2.5rem 2.5rem;}
    #footer .chatbot .chat-area .chat {max-width: 48rem; height: 100%;}

    #footer .brand-wrap address {width: 100%;}
    #footer .brand-wrap address p {font-size: 1.7rem; line-height: 1.177;}
    #footer .brand-wrap address dl {margin-top: 0.4rem; gap: 0 1.6rem;}
    #footer .brand-wrap address dl dt {font-size: 1.7rem; line-height: 1.177;}
    #footer .brand-wrap address dl dd {font-size: 1.7rem; line-height: 1.177;}
    #footer .brand-wrap address dl dd::before {left: -0.6rem;}
    #footer .brand-wrap .btn-top {right: 4.6rem; bottom: 25rem}

    #footer .info-wrap .inner {flex-direction: column-reverse; justify-content: center; align-items: flex-start; padding: 3rem 2.5rem; height: auto;}
    
    #footer .info-wrap .inner .fnb {width: 100%;}
    #footer .info-wrap .inner .fnb ul { justify-content: space-between; gap: 0;}
}

@media screen and (max-width: 639px) {
    #footer .chatbot .chat-area .chat {max-width: 100%; width: 100%;}
}