/*공통모듈 css*/
/*header*/
/*footer*/
/*nonSupport*/

* {
    word-break: keep-all;
}

header {
    z-index: 999;
    position: sticky;
    top: 0;
    width: 100%;
}

/*@media(max-width:1023px){*/
/*header {*/
/*height:56px;*/
/*}*/
/*.header-logo {*/
/*width: 120px;*/
/*height: 56px;*/
/*background: url('../img/of_header/logo_o_m_.png') no-repeat center 16px;*/
/*background-size: 72px auto;*/
/*text-indent: -9999px;*/
/*}*/
/*}*/

.header-logo {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.header-logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.header-mobile__nav-btn {
    position: absolute;
    top: 14px;
    right: 20px;
    background-image: url("https://assets.trost.co.kr/images/service/main/ic-drag-b-dot@3x.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;;
}

.header-mobile__nav {
    display: none;
    position: fixed;
    right: 0;
    top: 52px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.header-mobile__nav > li {
    height: 44px;
    width: 167px;
    background-color: #ffffff;
}

.header-mobile__nav > li > a {
    font-size: 16px;
    line-height: 44px;
    color: #757575;
    padding-left: 16px;
}

.header-pc-wrap,
.header-mobile-wrap {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
}

.header-mobile-wrap {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
}

.header-pc-wrap {
    z-index: 100;
    min-width: 1024px;
    position: fixed;
    top: 0;
    height: 72px;
    line-height: 72px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}

.header-mobile-wrap {
    display: none;
}

.header-logo {
    width: 157px;
    height: 72px;
    background: url('https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png') no-repeat center;
    background-size: 125px auto;
}

/* 모바일인 경우 - 임시 */
@media (max-width: 600px) {
    header {
        height: 52px;
    }

    .header-mobile-wrap {
        display: block;
    }

    .header-pc-wrap {
        display: none;
    }

    .header-new {
        display: none;
    }

    /*.header-logo{*/
    /*    width:120px;*/
    /*    height:56px;*/
    /*    background-size: 78px auto;*/
    /*}*/
    .header-logo {
        width: 75px;
        height: 25px;
        background: url(https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png);
        background-size: cover;
        z-index: 1;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}

.scroll-top-link-menu {
    z-index: 99;
    display: block;
    width: 100%;
    height: 52px;
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0

}

.footer-content-box--mobile {
    display: none;
}

.footer-content-box--pc {
    display: block;
}

.footer {
    background: #333;
}

.footer-wrap {
    max-width: 1024px;
    position: relative;
    margin: auto
}

.footer-pc {
    padding: 24px 32px;
    font-weight: 300
}

.footer-content-box__info-link-wrap > li {
    margin-right: 24px;
}

@media (min-width: 1024px) {
    .footer-content-box__sns-link-wrap {
        position: absolute;
        right: 0;
        top: -10px
    }
}


.footer-content-box__sns-link-wrap > li {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.footer-content-box__sns-link-wrap > li:last-child {
    margin-right: 0
}

.footer-sns-link--facebook {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_facebook_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--insta {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_insta_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--brunch {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_brunch_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--kakao {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_kakao_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--blog {
    background: url(33a1f074531d70b6ad84.png) no-repeat;
    background-size: auto 40px;
    background-position: right center;
}

.footer-content-box__head {
    font-size: 16px;
    font-weight: normal;
}

.footer-content-box__app-link-wrap {
    overflow: hidden;
    margin-top: 8px;
}

.footer-content-box__app-link-wrap > li {
    float: left;
    width: 145px;
    height: 48px;
}

.footer-content-box__app-link-wrap > li:first-child {
    margin-right: 16px
}

.footer-content-box__app-link-wrap > li > button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
}

.footer-app-and {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_store_and_pc.png');
    background-size: 145px auto;
}

.footer-app-ios {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_store_ios_pc.png');
    background-size: 145px auto;
}

.footer-content-box__info-list-wrap {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.71;
    opacity: 0.6;
}

@media (min-width: 720px) {
    .footer-content-box__info-list-wrap > li:nth-child(-n+2),
    .footer-content-box__info-list-wrap > li:nth-child(4),
    .footer-content-box__info-list-wrap > li:nth-child(5),
    .footer-content-box__info-list-wrap > li:nth-child(9) {
        float: left
    }
}

.footer-content-box__info-list-wrap > li:nth-child(3) {
    overflow: hidden;
    width: 100%
}

.footer-content-box__info-list-wrap > li:nth-child(7) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-content-box__info-list-wrap li a.footer-phone-link {
    color: inherit;
    text-decoration: none;
    opacity: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
}

.right-border:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -3px 6px 0 6px;
    vertical-align: middle;
    background: #e0e0e0;
}

.list-mobile-margin-top {
    width: 100%;
    overflow: hidden;
}

.footer-content-box__info-txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
}

.footer-content-box__copyright {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.67;
    opacity: 0.6;
}

/* // 최소 너비 1024px 고정 */


.header-pc {
    width: 100%;
    height: 72px;
    position: relative;
}

.header-pc__gnb {
    padding-left: 181px;
}

.header-pc__gnb > li {
    float: left;
    height: 72px;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    font-weight: normal;
    color: var(--trost-grey-700, #666666);
    cursor: pointer;
}

.header-pc__gnb > .gnb-btn--login,
.header-pc__gnb > .gnb-btn--logout,
.header-pc__gnb > .gnb-btn--login-partner {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
}

.header-pc__gnb > .gnb-btn--login {
    right: 168px;
    color: #757575;
    font-weight: bold;
}

.header-pc__gnb > .gnb-btn--logout {
    right: 0;
    color: #757575;
    font-weight: bold;
}

.header-pc__gnb > .gnb-btn--login-partner {
    right: 36px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.header-pc__gnb > li.gnb-btn--login-partner:hover {
    color: #000;
}

.header-pc__gnb > li.gnb-btn--page-refresh {
    position: absolute;
    right: 86px;
    padding: 0 12px;
    font-size: 16px;
    color: #FF5A2E
}

.header-pc__gnb .is-active {
    font-weight: bold;
    color: #333333;
}

.scroll-top-link-menu {
    display: none;
}


.scroll-top-link-menu__content {
    max-width: 1024px;
    margin: auto;
}

.scroll-top-link-menu__content .point-color {
    color: #FEA45A;
    font-weight: 700;
}

.scroll-top-link-menu__content .point-weight {
    font-weight: 700;
}

.footer {
    width: 100%;
    position: relative;
    color: #fff;
}


/*@media (max-width: 1023px) {*/
/*.footer {*/
/*padding: 16px;*/
/*font-size: 12px;*/
/*font-weight: 300*/
/*}*/
/*.footer-content-box--pc {*/
/*display: none;*/
/*overflow: hidden;*/
/*}*/
/*}*/


.footer-content-box__info-link-wrap {
    overflow: hidden;
}

.footer-content-box__info-link-wrap > li {
    float: left;
    margin-right: 14px
}

.footer-content-box__info-link-wrap > li > a {
    color: #fff;
}

.footer-content-box {
    margin-bottom: 16px
}

.footer-content-box__sns-link-wrap {
    overflow: hidden;
}

.footer-content-box__sns-link-wrap > li {
    float: left;
    position: relative;
    text-indent: -9999px;
}

.footer-content-box__sns-link-wrap > li > a {
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .footer {
        background: #464646;
    }

    .footer-content-box__sns-link-wrap > li {
        width: 32px;
        height: 32px;
        margin-right: 8px;
        background: url('https://assets.trost.co.kr/images/common/mobile-footer-contact-ico.png') no-repeat;
        background-size: auto 32px;

    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--facebook {
        background-position: 0 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--insta {
        background-position: -39px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--kakao {
        background-position: -78px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--brunch {
        background-position: -118px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--blog {
        background-position: right 0;
    }

    .footer-content-box__info-list-wrap {
        margin: 24px 0 16px 0;
        opacity: 1;
    }

    .footer-content-box__info-list-wrap > li {
        margin-bottom: 4px;
        word-break: keep-all;
        font-size: 12px;
    }

    .footer-content-box__info-list-wrap > li:nth-child(-n+2) {
        display: inline-block;
    }

    .footer-content-box__info-list-wrap > li:nth-child(1):after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        margin: -3px 6px 0 6px;
        vertical-align: middle;
        background: #fff
    }

    .footer-content-box__info-txt {
        margin-bottom: 16px;
        line-height: 1.6;
        font-size: 12px;
    }

    .list-mobile-margin-top {
        margin-top: 16px
    }

    .footer-content-box__copyright {
        opacity: 1;
    }

    .footer-content-box__info-link-wrap > li {
        font-size: 12px
    }
}


.join-style-popup {
    display: none;
    z-index: 999999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.join-style-popup.is-show {
    display: block;
}

@media (max-width: 600px) {
    .join-style-popup {
        display: none
    }
}

.login-popup.is-coupon-event .login-popup-content {
    min-height: 696px;
}

.join-style-popup__content {
    z-index: 1;
    min-width: 496px;
    min-height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px
}

.join-style-popup__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.join-style-popup__bg.is-show {
    display: block;
}

.join-style-popup-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_close.png') no-repeat center;
    background-size: 24px auto;
    text-indent: -9999px;
}

.join-style-popup__logo {
    width: 200px;
    height: 78px;
    margin: 88px auto 80px auto;
    background: url('https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png') no-repeat center;
    background-size: 200px auto;
    text-indent: -9999px;
}

.join-style-popup__intro-btn-wrap > button {
    display: block;
    width: 320px;
    height: 56px;
    position: relative;
    margin: 8px auto 0 auto;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 400;
}

.join-style-popup__intro-btn-wrap > button:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.join-popup-content .join-style-popup__intro-btn-wrap > button {
    opacity: 0.5;
}

.join-popup-content .join-style-popup__intro-btn-wrap > button.is-active {
    opacity: 1;
}

.join-popup-content,
.join-popup-sns-content {
    min-height: 696px
}

.join-popup-email__input-wrap {
    overflow: hidden;
    margin-bottom: 56px;
}

.join-popup-input-box-last--sns {
    position: relative;
    margin-bottom: 96px
}

/*.login-btn--email a {*/
/*width: 100%;*/
/*height: 100%;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*}*/

.login-btn--kakao {
    background: #ffec34;
    color: #333;
}

.login-btn--kakao:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_kakao.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--facebook {
    background: #3b5998;
    color: #fff;
}

.login-btn--facebook:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_fb.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--naver {
    background: #1ec800;
    color: #fff;
}

.login-btn--naver:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_naver.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--apple {
    background: #fff;
    color: #333;
    border: 1px solid #E0E0E0;
}

.login-btn--apple:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_apple.png') no-repeat center;
    background-size: 24px auto;
}

.join-style-popup__intro-btn-wrap > button.login-btn--email {
    width: auto;
    height: auto;
    margin-top: 32px;
    color: #757575;
    text-decoration: underline;
}

.login-popup-content__info-txt {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    padding: 16px 0 24px 0;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #e0e0e0
}

.unClient-payment-button {
    display: none;
    position: absolute;
    bottom: 24px;
    padding: 16px 100px;
    border: 1px solid #333333;
    margin: 0 77px;
    border-radius: 5px;
    cursor: pointer;
}

.login-popup-content__link-join {
    display: inline-block;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #FF5A2E;
    cursor: pointer;
}

.join-style-popup__head {
    margin: 8px 0 40px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21
}

.join-style-popup-input-box__head {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
}

.join-style-popup-input-box__input {
    width: 100%;
    height: 26px;
    margin: 4px auto 8px auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #9e9e9e
}

.join-style-popup-input-box__input::-webkit-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-moz-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input:-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input:-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-wrap--col-2 {
    overflow: hidden;
}

.join-style-popup-input-box__input-inline {
    float: left;
    width: 344px;
    height: 26px;
    margin: 4px auto 8px auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #9e9e9e
}

.join-style-popup-input-box__btn-inline {
    float: right;
    width: 80px;
    height: 32px;
    border: 1px solid #fea45a;
    color: #FF5A2E;
    font-size: 14px;
    border-radius: 32px
}

.join-style-popup-input-box {
    position: relative;
    margin-bottom: 60px
}

.join-style-popup-input-box__bottom-link {
    float: right;
    text-decoration: underline;
    color: #757575;
    cursor: pointer;
}

.join-style-popup__main-btn {
    display: block;
    width: 320px;
    height: 48px;
    margin: 18px auto 0 auto;
    background: #ffcc80;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
}

.join-style-popup__main-btn.is-active {
    background: #FF5A2E;
}

.join-style-popup__main-btn.is-position-bottom {
    position: absolute;
    left: 50%;
    bottom: 32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.join-popup-btn--sns-join-finish {
    margin-top: 114px
}

.join-style-popup-input-box__bottom-note {
    overflow: hidden;
}

.join-popup-btn-login {
    position: absolute;
    bottom: 24px;
    left: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #FF5A2E
}

.join-popup-btn-login:before {
    content: '';
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    background: url('https://assets.trost.co.kr/images/service/partner/trost_mp_arrow_r.png') no-repeat center;
    background-size: 8px auto;
}

.is-error {
    color: #d0011b
}

.join-style-popup-input-box__bottom--info {
    position: absolute;
    font-size: 14px;
    line-height: 1.43;
    color: #757575
}

.join-style-popup-input-box__bottom--info-list {
    position: relative;
    padding: 0 16px 0 11px;
    font-size: 14px;
    word-break: keep-all;
}

.join-style-popup-input-box__bottom--info-list:before {
    content: '*';
    position: absolute;
    left: 0
}

.login-email-popup-content__info-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FF5A2E
}

.login-email-popup-content__link-join {
    color: #FF5A2E;
    font-size: 16px;
    font-weight: 600
}

.login-email-popup-content__link-join:last-child {
    margin-left: 56px;
}

.join-content__agree-btn {
    display: block;
    position: relative;
    width: 320px;
    padding-left: 39px;
    margin: 0 auto 32px auto;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.login-popup.is-coupon-event .login-popup-content__top-event-txt {
    display: block;
    position: relative;
    width: 320px;
    margin: -47px auto 32px auto;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.login-popup-content__top-event-txt .color--main {
    color: #FF5A2E;
    font-weight: bold;
}

.join-style-popup-input-box__bottom--info-error {
    position: absolute;
    padding: 0 16px 0 11px;
    word-break: keep-all;
    color: #d0011b
}

.join-style-popup-input-box__bottom--info-error:before {
    content: '*';
    position: absolute;
    left: 0
}

/* 기존 */
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat;
    background-position: 0 center;
    background-size: auto 24px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px
}

input[type='radio'] {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: 0 center;
    background-size: cover;
    cursor: pointer;
}

input[type='radio']:checked {
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: -20px center;
    background-size: auto 20px;
}

input[type="checkbox"].checkbox-type-square {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px;
}

input[type="checkbox"].checkbox-type-square:checked {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

input[type="checkbox"]::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat;
    background-position: 0 center;
    background-size: auto 24px;
    opacity: 0;
}

input[type="checkbox"]:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

input[type='radio']::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: 0 center;
    background-size: cover;
    opacity: 0;
}

input[type='radio']:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: -20px center;
    background-size: cover;
}

input[type="checkbox"].checkbox-type-square::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px;
    opacity: 0;
}

input[type="checkbox"].checkbox-type-square:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

.join-content__agree-btn input[type="checkbox"] {
    position: absolute;
    left: 9px;
}

.fs-underline {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.join-popup-content__bottom-link {
    display: block;
    margin: 32px auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #757575;
    text-decoration: underline;
}

.join-style-popup__bottom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    cursor: pointer
}

.join-popup-finish-content {
    margin-top: -32px;
    text-align: center
}

.join-popup-finish-content__welcome {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-popup-finish-content-welcome__user {
    color: #FF5A2E
}

.join-popup-finish-content__app-info {
    width: 250px;
    margin: auto;
    font-size: 16px;
    line-height: 1.5
}

.join-popup-finish-content-app_ico {
    overflow: hidden;
    margin-top: 16px;
}

.join-popup-finish-content-app_ico > li {
    float: left;
    width: 120px;
    height: 40px;
    text-indent: -9999px;
}

.join-popup-finish-content-app_ico--and {
    margin-right: 10px;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_store_and.png') no-repeat center;
    background-size: 120px auto
}

.join-popup-finish-content-app_ico--ios {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_store_ios.png') no-repeat center;
    background-size: 120px auto
}

.join-popup-email__input-col--left,
.join-popup-email__input-col--right {
    width: 432px;
}

.join-popup-email__input-col--left {
    float: left
}

.join-popup-email__input-col--right {
    float: right;
}

.join-style-popup__content.join-input-email-content {
    width: 992px;
    height: 720px;
}

.join-style-popup-input-box__input-inline.is-focus,
.join-style-popup-input-box__input.is-focus {
    border-bottom: 1px solid #FF5A2E
}

.join-style-popup__top-ico-mail {
    width: 104px;
    height: 104px;
    margin: 104px auto 0 auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail.png') no-repeat center;
    background-size: 104px auto;
    text-indent: -9999px
}

.join-style-popup__top-ico-email-complete {
    width: 104px;
    height: 104px;
    margin: 176px auto 0 auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail_complete.png') no-repeat center;
    background-size: 104px auto;
    text-indent: -9999px
}

.join-email-confirm-info {
    text-align: center;
}

.join-email-confirm-info__t1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-email-confirm-info__t2 {
    margin: 16px auto 30px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.join-email-confirm-info__t3 {
    font-size: 20px;
    color: #FF5A2E;
    font-weight: 700
}

.join-email-confirm-complete {
    text-align: center;
}

.join-email-confirm-complete__t1 {
    margin: 8px auto 24px auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-email-confirm-complete__t3 {
    font-size: 20px;
    color: #FF5A2E;
    font-weight: 700
}

.join-email-confirm-info__link-resend-email-page {
    display: block;
    margin-top: 96px;
    text-decoration: underline;
    cursor: pointer;
}

.join-email-error__head {
    margin-top: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
}

.join-email-error__head:after {
    content: '';
    width: 104px;
    height: 104px;
    display: block;
    margin: auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail_error.png') no-repeat center;
    background-size: 104px auto;
}

.join-email-error__guide-txt {
    margin-bottom: 16px
}

.join-email-error__guide-txt > li {
    position: relative;
    width: 386px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    list-style: decimal;
}

.join-email-error__guide-link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 32px 32px 32px;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.join-email-error__guide-head {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.5
}

.join-email-error__guide-list {
    margin: 16px auto 16px 62px
}

.join-email-error__guide-list > li {
    overflow: hidden;
    margin-bottom: 4px
}

.join-email-error__guide-list-head,
.join-email-error__guide-list > li li {
    float: left;
    width: 160px;
    line-height: 1.75;
    font-weight: 600
}

.join-email-error__guide-list-head {
    color: #757575
}

.join-email-error__guide-list--small-t {
    display: block;
    font-size: 14px
}

.join-email-error__guide-list-time {
    font-weight: 400
}

.join-email-error__guide-list-link {
    text-decoration: underline;
}

.join-email-error__guide-note {
    font-size: 14px;
    text-align: center;
    color: #757575
}

.join-style-popup-info__t1 {
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600
}

.join-style-popup-info__bottom-list {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 112px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0
}

.join-style-popup-info__bottom-list > li {
    font-size: 16px;
    line-height: 1.5;
}

.join-style-popup-info__txt-color {
    color: #FF5A2E
}

.popup-msg-youth-counseling {
    display: none;
    z-index: 9999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.popup-msg-youth-counseling.is-show {
    display: block
}

.popup-msg-youth-counseling__content {
    z-index: 1;
    max-width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 10px;
    word-break: keep-all;
    background: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.popup-msg-youth-counseling__content a {
    margin: 16px auto;
    text-align: center;
    text-decoration: underline;
    color: #FF5A2E
}

.popup-msg-youth-counseling__btn-close {
    float: right;
    font-size: 16px;
}

/* 신규 헤더 스타일 */
.header-new {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #ffffff;
    /* CLS 방지를 위한 고정 높이 - EAP 배너(50px) + 유틸리티(88px) + 탭 네비(70px) = 209px */
    height: 209px;
}

/* EAP 배너 */
.header-eap-banner {
    width: 100%;
    height: 50px;
    background: #d5eafb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-eap-banner__logo {
    width: 25px;
    height: 22px;
    margin-right: 8px;
}

.header-eap-banner__text {
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    font-weight: 400;
}

.header-eap-banner__text--bold {
    font-weight: 700;
}

.header-eap-banner__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
    background: #eaf5fd;
    border-radius: 8px;
    padding: 11px;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.header-eap-banner__link-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.header-eap-banner__link-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    margin-right: 2px;
    color: #333333;
}

.header-eap-banner__link-text--blue {
    color: #008dff;
}

.header-eap-banner__chevron {
    width: 16px;
    height: 16px;
}

/* 유틸리티 헤더 */
.header-utility {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.header-utility__container {
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-utility__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;


    &>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.header-utility__logo {
    width: 90px;
    height: 36px;
    margin-right: 50px;
    cursor: pointer;
}

.header-utility__search-container {
    position: relative;
}

.header-utility__search-input {
    width: 530px;
    height: 48px;
    border: 2px solid #ffd92e;
    outline: none;
    border-radius: 24px;
    padding: 13px 36px 13px 20px;
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
}

.header-utility__search-input:focus {
    border-color: #ffd92e;
    outline: none;
}

.header-utility__search-input::-webkit-input-placeholder {
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
    font-size: 15px;
}

.header-utility__search-input::-moz-placeholder {
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
    font-size: 15px;
}

.header-utility__search-input:-ms-input-placeholder {
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
    font-size: 15px;
}

.header-utility__search-input::-ms-input-placeholder {
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
    font-size: 15px;
}

.header-utility__search-input::placeholder {
    color: #606060;
    font-weight: 400;
    line-height: 1.47;
    font-size: 15px;
}

.header-utility__search-icon {
    position: absolute;
    right: 16px;
    top: 14px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header-utility__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.header-utility__profile {
    position: relative;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    max-width: 250px;
    height: 100%;
    margin-right: 20px;

    .profile-name {
        font-size: 16px;
        line-height: 1.5;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }

    &:hover .header-utility__profile-logout {
        opacity: 1;
        pointer-events: auto;
    }

    .header-utility__profile-logout {
        opacity: 0;
        pointer-events: none;

        &:hover {
            opacity: 1;
            pointer-events: auto;
        }

        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        
        padding-top: 14px;

        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        color: #000000;

        width: 140px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        
        &::after {
            content: '';
            position: absolute;
            top: 14px;
            left: 0;
            right: 0;
            height: 48px;
            border-radius: 8px;
            border: 1px solid #e5e5e5;
            background-color: white;
            -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);
                    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.08);
            z-index: -1;
        }
        
        padding: 26px 20px 12px 20px;
    }
}

.header-utility__login-btn {
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.header-utility__signup-btn {
    margin-right: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
}

.header-utility__app-download-buttons {
    position: relative;

    button {
        height: 44px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding: 11px 16px;
        border-radius: 12px;
        border-style: solid;
        border-color: #d8d8d8;
        border-width: 1px;
        background-color: white;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0em;
        cursor: pointer;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .tooltip-wrapper {
        position: absolute;
        left: -201px;
        opacity: 0;
        pointer-events: none;
        z-index: 3000;
        cursor: pointer;
    }

    &:hover .tooltip-wrapper {
        opacity: 1;
        pointer-events: auto;
    }

    .tooltip-container {
        position: relative;
        width: 366px;
        height: 186px;
    }

    .tooltip-icon {
        position: absolute;
        top: 0;
        z-index: 0;
    }

    .tooltip-content {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 10;
        padding: 38px 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        p {
            font-size: 20px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            font-weight: bold;
            color: black;
            line-height: 1.5;
        }
    }
}

/* 탭 네비게이션 */
.header-nav {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.header-nav__container {
    max-width: 1080px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    position: relative;
}

.header-nav__menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    cursor: pointer;
    margin-right: 92px;
    height: 100%;
}

.header-nav__menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;

    .active-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: black;
        opacity: 0;

        &.active-page {
            opacity: 1;
        }
    }

    &:hover .header-nav__dropdown,
    &:hover .header-nav__dropdown-helper {
        opacity: 1;
        pointer-events: auto;
    }
    &:hover .header-nav__menu-link {
        color: #606060;
    }
}

.header-nav__menu-link {
    height: 100%;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.53;
    color: #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;

    &.active-page {
        color: black;
    }
}

.header-nav__menu-link-new-icon {
    width: 20px;
    height: 20px;
    margin-left: 4px;
}

/* 드롭다운 메뉴 */
.header-nav__dropdown-helper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 38px;
    opacity: 0;
    pointer-events: auto;
}

.header-nav__dropdown {
    position: absolute;
    top: calc(100% - 10px);
    left: -20px;
    width: 174px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding: 8px 0;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
            box-shadow: inset 0 0 0 1px #e5e5e5;
    background: white;
    z-index: 10;

    &:hover {
        opacity: 1;
        pointer-events: auto;
    }
}

.header-nav__dropdown-item {
    padding: 9px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    overflow-wrap: break-word;
    word-break: keep-all;
    color: #606060;
    cursor: pointer;

    &:hover {
        color: black;
    }

    &.active-page {
        color: #ff9d00;
        font-weight: bold;
    }
}

.header-nav__popular-search-keyword-slider {
    width: 200px;
    height: 30px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative;

    .slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 2px 0;
        height: 30px;
        
        .slider-item-ranking {
            margin-right: 4px;
            width: 20px;
            height: 22px;
            font-size: 15px;
            font-weight: bold;
            color: #333333;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: start;
            line-height: 1.47;
        }

        .slider-item-icon {
            margin-right: 8px;
        }

        .slider-item-text {
            font-size: 15px;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            
            -o-text-overflow: ellipsis;
            
               text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
    }


    .slider-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: 100%;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        -o-transition: transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease;
    }

    .slider-chevron-icon {
        display: block;
        margin-left: 4px;
        width: 20px;
        height: 20px;
    }
}

.header-nav__popular-search-keyword-slider-opened {
    display: none;

    width: 280px;
    border-radius: 12px;
    background-color: white;
    padding: 24px;
    z-index: 2000;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    top: -8px;
    right: -40px;

    .slider-title-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        cursor: pointer;
    }

    .slider-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;

        .slider-title-text {
            margin-right: 6px;
            color: black;
            font-size: 18px;
            line-height: 1.44;
            font-weight: bold;

            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
        }

        .slider-title-time {
            color: #979797;
            font-size: 13px;
            line-height: 1.38;
        }
    }

    .slider-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
        margin-top: 24px;

        .slider-content-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer;

            .slider-content-item-ranking {
                width: 20px;
                height: 22px;
                margin-right: 4px;
                text-align: center;
                font-size: 15px;
                font-weight: bold;
                color: #333333;
                line-height: 1.47;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            }

            .slider-content-item-icon {
                margin-right: 8px;
            }

            .slider-content-item-text {
                font-size: 15px;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1;
                
                -o-text-overflow: ellipsis;
                
                   text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                line-clamp: 1;
                line-height: 1.47;
                color: #333333;
            }
        }
    }
}

/*원래 메인페이지에만 있던, 문의하기 버튼이 공통으로 분리*/
.btn-guide-floating {
    z-index: 1;
    width: 128px;
    height: 48px;
    position: fixed;
    right: 32px;
    bottom: 40px;
    /*background: url('https://assets.trost.co.kr/images/service/partner/btn_guide_floating.png') no-repeat center;*/
    /*background-size: 128px auto;*/
    /*text-indent: -9999px;*/

    /*background: #F57C00;*/
    border-radius: 20px;
    color: #FFF;
    font-size: 16px;
}

.popup-guide-floating {
    z-index: 1;
    display: none;
    width: 264px;
    height: 400px;
    position: fixed;
    right: 24px;
    bottom: 40px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.popup-guide-floating.is-show {
    display: block;
}

.popup-guide-floating__btn-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 11px;
    text-indent: -9999px;
}

.popup-guide-floating__btn-close:before,
.popup-guide-floating__btn-close:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.popup-guide-floating__btn-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.popup-guide-floating__btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-guide-floating__head {
    width: 100%;
    height: 48px;
    line-height: 49px;
    text-align: center;
    font-weight: 400;
    color: #FF5A2E;
    border-bottom: 1px solid #FF5A2E
}

.popup-guide-floating__content {
    padding: 24px 16px;
}

.popup-guide-floating__content > ul > li:nth-child(1) strong {
    display: block;
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 400;
}

.popup-guide-floating__content > ul > li:nth-child(1) li {
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 600;
}

.popup-guide-floating__content > ul > li:nth-child(1) li span {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    color: #757575
}

.popup-guide-floating__content > ul > li:nth-child(2) {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.71;
    color: #757575
}

.popup-guide-floating__btn-link-kakao,
.popup-guide-floating__btn-link-support {
    display: block;
    width: 232px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.popup-guide-floating__btn-link-kakao {
    margin-top: 24px;
    color: #fff;
    background: #FF5A2E;
}

.popup-guide-floating__btn-link-support {
    margin-top: 8px;
    color: #FF5A2E;
    border: 1px solid #FF5A2E
}

.popup-guide-floating__btn-link-partner-guide {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: underline;
}

.popup-guide-floating__btn-link-partner-guide:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_question.png') no-repeat center;
    background-size: 20px auto;
}

.btn-to-top-arrow {
    z-index: 1;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 32px;
    bottom: 104px;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_top.png') no-repeat center;
    background-size: 48px auto;
    text-indent: -9999px;
}

@media (max-width: 1023px) {
    .btn-to-top-arrow,
    .btn-guide-floating {
        display: none;
    }
}

.header-pc__gnb > .gnb-btn-user-id {
    position: absolute;
    right: 0;
    padding: 0 24px;
    font-size: 14px;
    color: #757575
}

.gnb-btn-user-id__user-name:after {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ico-client.png') no-repeat center;
    background-size: 32px auto;
}

.gnb-btn-user-id__user-dropdown.is-show {
    display: block;
}

.gnb-btn-user-id__user-dropdown {
    display: none;
    z-index: -1;
    position: absolute;
    right: 8px;
    width: 160px;
    padding-top: 8px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.gnb-btn-user-id__user-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.gnb-btn-user-id__user-dropdown--logout {
    opacity: 0.5;
}

/* nonSupport 브라우저 팝업창*/
.popup {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#66000000,endColorStr=#66000000)";
    zoom: 1
}

.popup.is-show {
    display: block;
}

.popup-non-support {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.popup-non-support-wrap {
    z-index: 99999;
    width: 540px;
    height: 640px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 28px 32px 24px 32px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    word-break: keep-all;
    border-radius: 16px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}

.popup-pic-guide__btn {
    display: block;
    width: 248px;
    height: 48px;
    margin: auto;
    font-size: 16px;
    line-height: 1.13;
    color: #fff;
    border-radius: 5px;
    background: #000000;
}

.popup-non-support__head {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    word-break: keep-all;
}

.popup-non-support__contents {
    margin: 24px auto;
    padding: 24px;
    background: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #ddd
}

.popup-non-support__contents-item {
    overflow: hidden;
    width: 280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.popup-non-support__contents-item > li {
    float: left;
}

.item-chrome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
}

.item-chrome__image {
    width: 50px;
    height: 50px;
    margin-right: 16px;
}

.item-chrome__image > img {
    width: 50px;
    height: 50px;
}

.item-chrome__text {
    text-align: left;
}

.popup-non-support__contents-item > li a {
    text-decoration: underline;
    color: #000000;
}

.popup-non-support__contents-item-subname {
    display: block;
    font-size: 12px;
    color: #000000;
}

.popup-non-support__notice {
    margin-bottom: 36px;
}

.popup-non-support__notice-sub-txt {
    display: block;
    margin-top: 4px;
    color: #757575
}

.popup-non-support__notice-guide-list {
    margin-top: 16px;
}

.popup-non-support__notice-guide-list > li {
    display: inline-block;
    text-decoration: underline;
}

.popup-non-support__notice-guide-list > li:first-child {
    margin-right: 16px;
}

.join-style-popup__radio-wrap--find-pw {
    margin-bottom: 26px;
}

.join-style-popup__radio-wrap--find-pw > label:first-child {
    margin-right: 16px;
}

.join-style-popup__radio-wrap--find-pw > label {
    cursor: pointer;
}

.join-popup-password-input--name {
    margin-bottom: 36px
}

.join-popup-password-input--email {
    margin-bottom: 96px;
}

/*@media (max-width: 600px) {*/
/*    .body-container {*/
/*        padding-top: 56px*/
/*    }*/
/*}*/

.popup-partner-join-guide {
    z-index: 1;
    max-width: 600px;
    padding: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
}

.popup-partner-join-guide__head {
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    color: #FF5A2E
}

.popup-partner-join-guide__contents {
    line-height: 1.6;
    word-break: keep-all;
}

.popup-partner-join-guide__btn {
    display: block;
    width: 320px;
    height: 48px;
    margin: 22px auto 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: #FF5A2E
}

.popup-partner-join-guide__emil-link {
    display: block;
    color: blue
}

/* 로그인 페이지 스타일 */
.login-page-container {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    background: #f9f9f9;
}

.login-page-content {
    width: 496px;
    min-height: 700px;
    padding: 32px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

.login-page-logo {
    display: block;
    width: 200px;
    margin: 88px auto 80px auto;
}

.login-page-intro-btn-wrap > button {
    display: block;
    width: 320px;
    height: 56px;
    position: relative;
    margin: 8px auto 0 auto;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 400;
}

.login-page-intro-btn-wrap > button:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.login-page-intro-btn-wrap > button.login-btn--email {
    width: auto;
    height: auto;
    margin-top: 32px;
    color: #757575;
    text-decoration: underline;
}

.login-page-info-txt {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    padding: 16px 0 24px 0;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.login-page-top-event-txt {
    position: relative;
    width: 320px;
    margin: -47px auto 32px auto;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.login-page-top-event-txt .color--main {
    color: #FF5A2E;
    font-weight: bold;
}

@media (max-width: 600px) {
    .login-page-container {
        padding: 10px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-top: 72px;
    }
    
    .login-page-content {
        width: 100%;
        min-width: 320px;
        max-width: 496px;
        min-height: auto;
    }
    
    .login-page-logo {
        margin: 40px auto 60px auto;
    }
    
    .login-page-info-txt {
        position: relative;
        margin-top: 40px;
        border-top: 1px solid #e0e0e0;
    }
}

/* 공통 팝업 - 트로스트 앱 설치 */

.popup-appInstall-wrap {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 496px;
    height: 530px;
    padding: 32px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
}

.popup-appInstall__head {
    margin-top: 28px;
    font-size: 24px;
    text-align: center;
    color: #FF5A2E;
}

.popup-appInstall__head:after {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    margin: 30px auto;
    background: url('https://assets.trost.co.kr/images/service/partner/img_download.png') no-repeat center;
    background-size: 56px auto;
}

.popup-appInstall-contents__guide > li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.popup-appInstall-contents__guide > li:before {
    content: '•';
    position: absolute;
    left: 0;
}

.popup-appInstall-input-box {
    overflow: hidden;
    margin-top: 30px;
}

.popup-appInstall-input-box__head {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

.popup-appInstall-input-box__input {
    float: left;
    width: 360px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.71;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.popup-appInstall-input-box__btn {
    float: right;
    width: 62px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #FF5A2E;
    border-radius: 5px;
}

.popup-appInstall-input-box__Msg {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #FF5A2E;
}

.popup-appInstall-agree-box {
    position: absolute;
    bottom: 32px;
    padding-left: 34px;
    font-size: 12px;
    line-height: 1.67;
    color: #757575;
}

.popup-appInstall-agree-box label {
    cursor: pointer;
}

.popup-appInstall-agree-box__checkbox {
    position: absolute;
    left: 0;
}

.btn-popup-close--appInstall {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_close.png');
    background-size: 24px auto;
    text-indent: -9999px;
}

.header-mobile__title {
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.lower-list {
    display: none;
    width: 170px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin-top: -3px;
    margin-left: -15px;
    position: absolute
}

.header-list__counseling-list {
    left: -4px;
}

.header-list__test-list {
    left: 4px;
}

.header-list__medicine-list {
    left: 13px;
}

.lower-list > ul > li {
    text-align: center;
}

.lower-mobile-list__is-click,
.lower-list__is-hover {
    display: block !important;
}

.header-mobile__nav-list {
    width: 0;
    height: calc(100% - 52px);
    position: fixed;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
}

.is-open {
    z-index: 2000;
}

.is-open__nav-list {
    width: calc(100% - 98px);
    border-left: 1px solid #e0e0e0;
}

.is-open__nav-list-dim {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-lower-list {
    display: none;
    width: 100%;
    background-color: #ffffff;
}

.mobile-lower-list > ul > li {
    font-size: 14px;
    color: #757575;
}

.mobile-nav__user-data {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #FF5A2E;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}

.mobile-nav__list {
    height: calc(100% - 96px);
    overflow: auto;
}

.mobile-nav__list > ul > li > div:nth-child(1) {
    height: 48px;
    line-height: 48px;
    font-weight: bold;
}

.mobile-nav__list > ul > li > div {
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.js-mobile-nav {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__sign {
    position: absolute;
    height: 44px;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #e0e0e0;
}

.sign-up__btn {
    border-right: 1px solid #e0e0e0;
    color: #757575;
    font-weight: bold;
}

.sign-in__btn {
    color: #FF5A2E;
    font-weight: bold;
}

.sign-up__btn,
.sign-in__btn {
    width: 50%;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
}

.sign-out__btn {
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.mobile-nav__btn-icon {
    width: 24px;
    height: 24px;
    margin: 12px 16px;
    right: 0;
    position: absolute;
    display: none;
}

.is-open__nav-list img {
    display: inline-block;
}

.is-disabled-scroll {
    overflow: hidden !important;
}

.popup-non-support__mini-text {
    font-size: 12px;
    padding-top: 8px;
}

.is-hide {
    display: none !important;
}

.is-show-popup {
    display: block !important;
}

/*.contents-btn,*/
/*.business-btn {*/
/*    margin-top: 48px;*/
/*}*/

/*.mobile-nav__contents-title,*/
/*.mobile-nav__business-title {*/
/*    border-top: 1px solid #e0e0e0;*/
/*}*/

@media all and (max-width: 720px) {
    html {
        overflow: auto;
    }

    .footer-pc {
        padding: 16px;
        font-weight: normal;
    }

    .footer-content-box--mobile {
        display: block;
    }

    .footer-content-box--pc {
        display: none;
    }

    div.service-footer-bar {
        display: none;
    }
}

.header-list__community-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    img {
        margin-left: 2px;
        width: 20px;
        height: 20px;
    }
}

.mobile-nav__community-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobile-new-icon {
    margin-left: 2px;
    width: 20px;
    height: 20px;
}



/*# sourceMappingURL=sourcemaps/4504.css.map*/