@charset "utf-8";

@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://assets.trost.co.kr/fonts/BMEULJIRO-subset.woff2') format('woff2');
    font-weight: normal;

    font-display: swap;
}

@font-face {
    font-family: 'BMYEONSUNG';
    src: url('https://assets.trost.co.kr/fonts/BMYEONSUNG-subset.woff2') format('woff2');
    font-weight: normal;

    font-display: swap;
}

/* 모바일에서는 공통 header를 쓰지 않는다. - 메인에만 적용되고, 공통 header가 용량이 크므로*/

.chat-log-loading {
    display: block;
    width: 34px;
    height: 10px;
}

.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.5);
}

.btn-popup-close--trost-day {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-indent: -9999px;
}

.btn-popup-close--trost-day:before,
.btn-popup-close--trost-day:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;

    background: #bdbdbd;
}

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

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


.popup-trost-day-wrap {
    z-index: 1;
    position: fixed;
    /* left: 62.5%; */
    left: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.popup-trost-day-wrap.is-position-wrong {
    left: 62.5%;
}

.swiper-container--trost-day {
    width: 100%;
    height: 592px;
}

.trost-day-swiper-slide {
    overflow: hidden;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 312px;
    height: 580px;
    background: #fff;
    border-radius: 10px;
}

.trost-day-swiper-slide.swiper-slide-active {
    height: 592px;
}

.swiper-wrapper-trost-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.trost-day-swiper-slide > div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.popup-trost-day-slide-head {
    width: 100%;
    height: 76px;
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.popup-trost-day-slide-head__top-title {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.popup-trost-day-slide-head__top-title:before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/mobile/main/popup_trost_day_ic.png?update=20191114') no-repeat;
    background-size: auto 16px;
}

.popup-trost-day-top-ico--am-cloud:before {
    background-position-x: right;
}

.popup-trost-day-top-ico--night:before {
    background-position-x: 0;
}

.popup-trost-day-top-ico--sun:before {
    background-position-x: -16px;
}

.popup-trost-day-top-ico--pm-cloud {
    background-position-x: -32px;
}

.popup-trost-day-slide-img {
    width: 100%;
    height: calc(100% - 70px);
    background: url('https://assets.trost.co.kr/images/service/mobile/main/popup_trost_day_img.png?update=20191114') no-repeat;
    background-size: auto 516px;
}

.popup-trost-day-slide-img--1 {
    background-position-x: 0;
}

.popup-trost-day-slide-img--2 {
    background-position-x: -312px;
}

.popup-trost-day-slide-img--3 {
    background-position-x: -624px;
}

.popup-trost-day-slide-img--4 {
    background-position-x: -936px;
}

.popup-trost-day-slide-img--5 {
    background-position-x: -1248px;
}

.popup-trost-day-slide-img--6 {
    background-position-x: right;
}

.trost-day-swiper-slide-scroll-area {
    overflow: hidden;
    width: 100%;
    height: calc(100% - 70px);
}

.trost-day-swiper-slide-scroll-area__scroll {
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.trost-day-swiper-slide-scroll-area__scroll > img {
    width: 100%;
}

.section-main-wrap {
    width: 100%;
    height: 492px;
    text-align: center;
    background-color: #FFF42E;
}

.section-main-wrap > img {
    margin-top: 72px;
}

.section-trost-day-wrap {
}

.section-main__contents-txt {
    width: 100%;
    padding: 20px 0 40px 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.section-main__contents-txt > span {
    font-size: 24px;
    color: #f57c00;
    font-weight: bold;
}

.section {
    position: relative;
    margin: 0 16px;
    border-bottom: 1px solid #e0e0e0
}

.content-box {
    position: relative;
}

.content-box__head {
    display: block;
    padding: 40px 0 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

.section-trost-day__img {
    display: block;
    width: 184px;
    margin: 10px auto 40px auto;
}

.section-trost-day__btn {
    display: block;
    width: 100%;
    max-width: 318px;
    height: 51px;
    position: absolute;
    left: 50%;
    top: 324px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.trost-day-list-btn__time,
.trost-day-list-btn__contents-txt {
    display: inline-block;
    vertical-align: middle;
}

.trost-day-list-btn__time {
    width: 37px;
    text-align: center;
    font-size: 12px;
    color: #757575
}

.trost-day-list-btn__time > span {
    display: block;
    margin-top: 2px;
    font-size: 14px;

}

.trost-day-list {
    position: relative;
    max-width: 328px;
    margin: 140px auto 40px auto;
}

.trost-day-list:before {
    content: '';
    width: 2px;
    height: 246px;
    position: absolute;
    left: 138px;
    top: 20px;
    background: #e0e0e0;

}

.trost-day-list-btn__contents-txt {
    position: absolute;
    left: 164px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.trost-day-list-btn.is-active .trost-day-list-btn__contents-txt {
    font-weight: bold;
    color: #f57c00
}

.trost-day-list-btn__contents-txt:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%;
    background: #e0e0e0;
}

.trost-day-list-btn {
    position: relative;
    margin-bottom: 28px;
    padding-left: 17px;
    cursor: pointer;
}

.trost-day-list-btn.is-active .trost-day-list-btn__contents-txt:before {
    background: #f57c00;
}

.trost-day-list-btn:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    left: 74px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url('https://assets.trost.co.kr/images/service/mobile/main/trost_day_ic.png?update=20191114') no-repeat;
    background-size: auto 80px;
}

.trost-day-list-btn--step1:before {
    background-position: -80px -40px
}

.trost-day-list-btn--step2:before {
    background-position: 0 -40px
}

.trost-day-list-btn--step3:before {
    background-position: right -40px
}

.trost-day-list-btn--step4:before {
    background-position: -40px -40px
}

.trost-day-list-btn--step5:before {
    background-position: -120px -40px
}


.trost-day-list-btn--step1.is-active:before {
    background-position: -80px 0
}

.trost-day-list-btn--step2.is-active:before {
    background-position: 0 0
}

.trost-day-list-btn--step3.is-active:before {
    background-position: right 0
}

.trost-day-list-btn--step4.is-active:before {
    background-position: -40px 0
}

.trost-day-list-btn--step5.is-active:before {
    background-position: -120px 0
}

.section-chatbot__top-sub-txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #FFD600;
}

.bot-simulation {
    position: relative;
    height: 538px;
    margin: 40px auto;
}

.bot-simulation-send-box {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
    /* margin-top: 30px; */
}

.bot-simulation-send-box.is-disabled .bot-simulation-send-box__text {
    border-color: #bdbdbd
}

.bot-simulation-send-box__text.is-disabled {
    border-color: #bdbdbd
}

.bot-simulation-send-box__text {
    width: 100%;
    height: 100%;
    padding: 16px 46px 16px 16px;
    font-size: 14px;
    line-height: 1.71;
    resize: none;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #c4c4c4;
    background: transparent;
}

.bot-simulation-send-box__text::-webkit-input-placeholder {
    color: #bdbdbd
}

.bot-simulation-send-box__text::-moz-placeholder {
    color: #bdbdbd
}

.bot-simulation-send-box__text:-ms-input-placeholder {
    color: #bdbdbd
}

.bot-simulation-send-box__text::-ms-input-placeholder {
    color: #bdbdbd
}

.bot-simulation-send-box__text::placeholder {
    color: #bdbdbd
}

.bot-simulation-send-box__btn {
    width: 56px;
    height: 56px;
    position: absolute;
    right: 0;
    top: 0;
    text-indent: -9999px;
}

.bot-simulation-send-box__btn:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: url('https://assets.trost.co.kr/images/service/counseling/new-brand-look/icon/ic_web_send.png') no-repeat;
    background-size: auto 22px;
    background-position: -22px 0;
}

.bot-simulation-send-box.is-disabled .bot-simulation-send-box__btn {
    cursor: auto;
}

.bot-simulation-send-box.is-disabled .bot-simulation-send-box__btn:before {
    background-position: 0 0;
}

.chat-log-partner__titi-img {
    float: left;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    background: url('https://assets.trost.co.kr/images/service/mobile/main/chatbot_profile_ic.png?update=20191114') no-repeat;
    background-size: auto 36px;
}

.chat-log-partner__titi-img--hide {
    float: left;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

.chat-scroll {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    position: relative;
}

.chat-log-btn-box {
    /* opacity: 0; */
    display: inline-block;
    position: relative;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0.5px 4px rgba(0, 0, 0, .15);
            box-shadow: 0 0.5px 4px rgba(0, 0, 0, .15);
    -webkit-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

.chat-log-btn-box__btn {
    float: left;
    height: 40px;
    margin: 0 10px 10px 0;
    padding: 0 12px;
    font-size: 14px;
    border-bottom: 1px solid #bdbdbd;
    color: #757575;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 100px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.chat-log-btn-box__btn.is-active,
.chat-log-btn-box__btn:hover {
    color: #000;
    background: #fff42E;
    border-color: #fff42E;
}

.chat-log__speech-bubble {
    display: inline-block;
    position: relative;
    max-width: 686px;
    padding: 9px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.57;
    word-break: keep-all;
    border-radius: 28px;
}

.chat-log__speech-bubble--center {
    overflow: hidden;
    display: block;
    margin: 10px 0 0 46px;
}

.chat-log__speech-bubble--left {
    background: #f7f7f7;
}

.chat-log__speech-bubble--right {
    text-align: left;
    word-break: break-word;
    background: #fff8b8;
}

.chat-log__speech-bubble--left:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 24px solid #f7f7f7;
    border-right: 24px solid transparent
}

.chat-log__speech-bubble--right:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 24px solid #fff8b8;
    border-left: 24px solid transparent;
}

.chat-log__speech-bubble > a {
    display: inline-block;
    font-weight: bold;
    color: #f57c00;
}

.chat-log-partner,
.chat-log-client {
    position: relative;
}

.chat-log-client {
    text-align: right;
}

.chat-log-client--position-center {
    float: none;
}

.chat-log-box--left {
    padding-left: 46px;
}

.section-partner-info__img {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
}

.partner-intro-contents {
    max-width: 360px;
    margin: auto;
    padding: 0 8px;
}

.partner-intro-contents__list {
    margin-bottom: 40px;
    word-break: keep-all;
}

.partner-intro-contents__list > li:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    margin-bottom: 10px;
    background: url('https://assets.trost.co.kr/images/service/counseling/new-brand-look/icon/ic_web_number.png') no-repeat;
    background-size: auto 32px;

}

.partner-intro-contents__list > li:nth-child(1):before {
    background-position: 0x 0;
}

.partner-intro-contents__list > li:nth-child(2):before {
    background-position: -32px 0;
}

.partner-intro-contents__list > li:nth-child(3):before {
    background-position: right 0;
}

.partner-intro-contents__list > li {
    margin-bottom: 20px;
    font-size: 16px;
}

.partner-intro-contents__list > li:last-child {
    margin-bottom: 0
}

.partner-intro-contents__sub-list {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.71;
}

.section-service-info-wrap {
    word-break: keep-all;
}

.service-info-list-wrap {
    margin: 50px 0;
}

.service-info-list:before {
    content: '';
    width: 54px;
    height: 54px;
    position: absolute;
    left: 8px;
    top: 0;
    background: url('https://assets.trost.co.kr/images/service/counseling/new-brand-look/icon/ic_service.png') no-repeat;
    background-size: auto 54px;
}

.service-info-list:nth-child(1):before {
    background-position: 0 0;
}

.service-info-list:nth-child(2):before {
    background-position: right 0;
}

.service-info-list {
    position: relative;
    margin-bottom: 40px;
    padding-left: 78px;
}

.service-info-list__head {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.service-info-list li {
    font-size: 14px;
    line-height: 1.71;
}

.service-price-info__top-txt {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.service-price-info__top-txt em {
    display: block;
    margin-top: 4px;
    font-size: 23px;
    font-weight: bold;
    line-height: normal;
}

.service-price-info__img {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.swiper-container--review {
    overflow: hidden;
    position: relative;

}

.swiper-wrapper {
    width: 1000000px;
    position: relative;
}

.swiper-slide--review {
    float: left;
    width: 100%;
}

.swiper-slide__head {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #8296F8;
}

.swiper-slide__keyword-box {
    margin: 10px 40px 20px 40px;
    text-align: center;
    color: #757575;
    font-size: 14px;
}

.swiper-slide__keyword-box > li {
    display: inline-block;
    margin-right: 4px;
}

.swiper-slide__review-txt {
    margin: 0 40px;
    font-size: 14px !important;
    line-height: 1.71;
    word-break: keep-all;
}

.swiper-slide__user-name {
    display: block;
    margin: 20px 40px 0 40px;
    font-size: 12px;
    color: #757575;
    text-align: right;
}

.swiper-pagination {
    padding: 30px 0 40px 0;
    text-align: center;

}

.swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    background: #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet-active {
    background: #f57c00;
}

.swiper-pagination-bullet:focus {
    outline-color: #fff;
}

/* arrow */

.swiper-button-next-review:focus,
.swiper-button-prev-review:focus {
    outline-color: #fff;
}

.swiper-button-next-review {
    right: 0;
}

.swiper-button-prev-review {
    left: 0;
}

.swiper-button-next-review,
.swiper-button-prev-review {
    z-index: 2;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 257px;
    border-radius: 50%;
    text-indent: -9999px;
    background: rgba(189, 189, 189, 0.5);
    cursor: pointer;
}

.swiper-button-next-review:before,
.swiper-button-next-review:after,
.swiper-button-prev-review:before,
.swiper-button-prev-review:after {
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
}

.swiper-button-prev-review:before {
    position: absolute;
    left: 7px;
    top: 13px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.swiper-button-prev-review:after {
    position: absolute;
    left: 7px;
    top: 9px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

.swiper-button-next-review:before {
    position: absolute;
    left: 9px;
    top: 9px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
}

.swiper-button-next-review:after {
    position: absolute;
    left: 9px;
    top: 13px;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
}

.swiper-button-disabled {
    opacity: 0.5;
}


.section-technical-research {
    padding: 0 8px;

}

.technical-research__top-sub-txt {
    text-align: center;
    word-break: keep-all;
    font-size: 12px;
    line-height: 1.67;
    color: #757575
}

.technical-research-list-wrap {
    word-break: keep-all;
}

.technical-research-list-item__head:after {
    content: '';
    width: 160px;
    height: 160px;
    display: block;
    margin: 40px auto;
    background: url('https://assets.trost.co.kr/images/service/counseling/new-brand-look/img/img_web_m_tech.png') no-repeat;
    background-size: auto 160px;
}

.technical-research-list-item__head--01:after {
    background-position: 0 0;
}

.technical-research-list-item__head--01:after {
    background-position: -160px 0;
}

.technical-research-list-item__head {
    display: block;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.technical-research-list-item > ul > li:nth-child(1) {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.71;
    word-break: keep-all;
}

.technical-research-list-item > ul > li:nth-child(1) em {
    font-weight: bold;
    color: #333;
    background-color: #FFF38B;
}

.technical-research-list-item > ul > li:nth-child(2) {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.67;
    color: #757575;
}

.content-box__sub-head {
    margin: 40px auto 30px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.technical-research-sub-content-list {
    display: inline-table;
    margin-bottom: 40px;
}

.technical-research-sub-content-list > img {
    width: calc(100% / 2);
}

.content-eap-intro {
    word-break: keep-all;
}

.content-eap-intro__head {
    display: block;
    text-align: center;
    font-size: 12px;
}

.content-eap-intro__txt {
    display: block;
    margin: 20px 16px 40px 16px;
    text-align: center;
    font-size: 12px;
    line-height: 1.67;
    color: #757575;
    word-break: keep-all;
}

.content-eap-info {
    padding: 0 8px;
    word-break: keep-all;
}

.content-eap-info > li:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('https://assets.trost.co.kr/images/service/mobile/main/eap_ic.png?update=20191114') no-repeat;
    background-size: auto 50px;
}

.content-eap-info > li:nth-child(1):before {
    background-position: right 0;
}

.content-eap-info > li:nth-child(2):before {
    top: 24px;
    background-position: -50px 0;
}

.content-eap-info > li:nth-child(3):before {
    background-position: 0 0;
}

.content-eap-info > li {
    position: relative;
    padding-left: 66px;
    margin-bottom: 30px;
}

.content-eap-info > li:last-child {
    margin-bottom: 0;
}

.content-eap-info__head {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #f57c00
}

.content-eap-info li li {
    position: relative;
    padding-left: 11px;
    font-size: 14px;
    line-height: 1.71;
    word-break: keep-all;
}

.content-eap-info li li:before {
    content: '';
    width: 6px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #757575;
}

.content-eap-contact {
    display: block;
    margin: 40px auto;
    width: 284px;
    height: 60px;
    padding: 8px 48px;
    text-align: center;
    font-size: 14px;
    line-height: 1.57;
    border: 1px solid #bdbdbd;
    border-radius: 30px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
}

.content-eap-contact > em {
    display: block;
    font-weight: bold;
}

.partner-list {
    display: inline-block;
}

.eap-list {
    display: inline-block;
}

.eap-list-img__field,
.partner-list-img__field {
    float:left;
    width: calc(100% / 3 - 6px);
    height: auto;
    margin: 0 8px 8px 0;
    border: 1px solid #e0e0e0;
    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;
}

.eap-list__img,
.partner-list__img {
    max-width: 100%;
    max-height: 100%;
}

.eap-list-img__field:nth-child(3n),
.partner-list-img__field:nth-child(3n) {
    margin-right: 0;
}

.eap-list-img__field:nth-last-child(1),
.partner-list-img__field:nth-last-child(1) {
    margin-bottom: 0;
}

.eap-list-img__field:nth-last-child(2),
.partner-list-img__field:nth-last-child(2) {
    margin-bottom: 0;
}

.section-eap-list,
.section-partner-list {
    margin: 0 24px;
    border-bottom: none
}

.partner-list-wrap {
    margin-bottom: 40px;
}

.content-box__head--partner-list {
    padding: 36px 0 30px 0;
}

.content-box-main__head {
    position: relative;
    top: 80px;
    width: 170px;
    height: 72px;
    margin: auto;
    background: url(6360e221c1f43ca53371.png?update=20191114) no-repeat center;
    background-size: 170px auto;
    text-indent: -9999px;
}

.content-box-main__arrow-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 4%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(46ec84f8255a21988da4.png?update=20191114) no-repeat center;
    background-size: 32px auto;
    text-indent: -9999px;
}

.service-stick-bar--app-download {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 56px;
    background-color: var(--trost-white, #fff);
    border-top: 1px solid var(--trost-grey-300, #eee);
}

.service-stick-bar--app-download div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 11px;
    text-align: center;
    color: var(--trost-grey-900-black, #151515);
}

.service-stick-bar--app-download div img {
    display: block;
    width: 24px;
    height: 24px;
    margin: 6px auto 1px;
}

.service-stick-bar--app-download div a {
    color: inherit;
}

/*.service-stick-bar--app-download ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    height: 72px;*/
/*}*/

/*.service-stick-bar--app-download li {*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 24%;*/
/*    height: 100%;*/
/*    font-size: 14px;*/
/*    color: #FFF;*/
/*    text-align: center;*/
/*}*/

.content-box-service-sns {
    width: 100%;
    vertical-align: middle;
    background: #f2f2f2;
    text-align: center;
    padding: 30px 0;
}

.content-box-service-sns h3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.57;
    font-weight: normal;
}

.content-box-service-sns ul > li {
    width: 100px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    vertical-align: middle;
    border: 1px solid #333333;
    border-radius: 5px;
    text-align: center;
    margin-right: 12px;
}

.content-box-service-sns ul > li:last-child {
    margin-right: 0
}

.content-box-service-sns ul > li > a {
    width: 100%;
    height: 100%;
    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;
}

.service-sns-list-wrap {
    text-align: center;
    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;
}


.btn-guide-floating,
.btn-to-top-arrow {
    display: none;
}

.popup-mobile-confirm-email.is-show {
    display: block;
}

.popup-mobile-confirm-email {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup-mobile-confirm-email-complete-content {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.popup-mobile-confirm-email-complete-content__text-main:before {
    content: '';
    width: 104px;
    height: 104px;
    position: absolute;
    left: 50%;
    top: -120px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail_complete.png?update=20191114') no-repeat center;
    background-size: 104px auto;
    text-indent: -9999px
}

.popup-mobile-confirm-email__contents {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 32px;
    background: #fff;
    border-radius: 10px;
    text-align: center
}

.popup-mobile-confirm-email-complete-content__text-email {
    font-size: 20px;
    color: #f57c00;
    font-weight: bold;
}

.popup-mobile-confirm-email__contents__btn {
    display: block;
    width: 86%;
    max-width: 320px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: 50%;
    bottom: 32px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    margin: 18px auto 0 auto;
    background: #f57c00;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
}

.bot-simulation__chat-box {
    height: 482px;
    overflow: hidden;
}

.trost-mall__btn-field {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 32px);
}

.trost-mall__btn-field > button {
    background-color: #c5392d;
    width: 100%;
    height: 40px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 48px;
}

.sign-in__trost-mall {
    margin-right: 8px;
}

.popup-mall-banner {
    z-index: 1;
    width: calc(100% - 32px);
    height: calc(100vw - 32px);
    max-width: 450px;
    max-height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.btn-popup-close--appInstall {
    width: 20px;
    height: 20px;
    top: 14px;
    right: 16px;
    position: absolute;
    background-size: 20px auto;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
}

.popup-mall-banner__image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.eap-content__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.eap-main-image {
    width: 100%;
    margin-bottom: 8px;
}

.eap-main-image__text {
    font-size: 10px;
    color: #757575;
    margin-bottom: 40px;
}

.eap-bulk-purchase-image,
.eap-program-image {
    width: auto;
    height: 136px;
    margin-bottom: 16px;
}

.eap-bulk-purchase__title,
.eap-program__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.eap-bulk-purchase__subtitle,
.eap-program__subtitle {
    font-size: 12px;
}

.eap-bulk-purchase__content,
.eap-program__content {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 16px;
    text-align: center;
}

.eap-more-btn {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background-color: #fff42e;
    color: #000;
    margin-bottom: 50px;
}

.eap-more-link {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    height: 100%;
    line-height: 48px;
}

@media (max-width: 320px) {
    .section-main__top-title {
        left: 20px;
        bottom: 247px;
        font-size: 22px;
        letter-spacing: -1.1px;

    }

    .section-main__top-title > em {
        width: 120px;
        height: 32px;
        margin-top: 10px;
        background-size: 120px auto;
    }

    .popup-trost-day-slide-img {
        background-size: auto 450px;
    }

    .popup-trost-day-slide-img--2 {
        background-position-x: -272px;
    }

    .popup-trost-day-slide-img--3 {
        background-position-x: -544px;
    }

    .popup-trost-day-slide-img--4 {
        background-position-x: -816px;
    }

    .popup-trost-day-slide-img--5 {
        background-position-x: -1088px;
    }

    .section-main__contents-txt {
        bottom: 80px;
    }

    .trost-day-list-btn {
        padding-left: 8px;
    }

    .trost-day-list-btn__contents-txt {
        left: 158px;
    }

    .trost-day-list-btn__contents-txt:before {
        left: -20px;
    }

    .trost-day-list:before {
        left: 110px;
    }

    .trost-day-list-btn:before {
        left: 56px;
    }

    .trost-day-list-btn__contents-txt {
        left: 126px;
    }

    .bot-simulation-send-box__text {
        padding-right: 47px;
    }

    .bot-simulation {
        margin-right: -16px
    }

    .content-box__head--partner-info:after {
        height: 280px;
        background-size: auto 280px;
    }

    .service-price-info__img {
        height: 187px;
        background-size: auto 187px;
    }

    .bot-simulation-send-box {
        padding-right: 16px;
    }

    .bot-simulation-send-box__btn {
        right: 26px;
        width: 47px;
    }

    .partner-intro-contents__list > li:first-child {
        white-space: nowrap;
    }

    .swiper-slide__review-txt {
        margin: 0 32px;
    }

    .swiper-button-next-review {
        right: -8px
    }

    .swiper-button-prev-review {
        left: -8px
    }

    .content-box-service-sns ul > li {
        width: 88px;
    }

    .trost-day-swiper-slide {
        width: 272px;
        height: 520px;
    }

    .trost-day-swiper-slide.swiper-slide-active {
        height: 520px;
    }

    .popup-trost-day-slide-head {
        height: 70px;
        padding: 16px;
    }

    .btn-popup-close--trost-day {
        right: 16px;
        top: 16px;
    }

    .swiper-container--trost-day {
        height: 520px;
    }
}

@media (max-width: 320px) {
    .trost-mall__btn-field > button {
        font-size: 12px !important;
    }
}

@media (min-width: 380px) {
    .section {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* new-brand-look */

.mobile-app-download-button {
    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;
    width: 148px;
    height: 48px;
    border-radius: 24px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 36px;
}

.flex-center {
    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;
}

/* Community Tab Styles */
.community-tab-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin: 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.community-tab-list-wrapper::-webkit-scrollbar {
    display: none;
}

.community-title-wrap{
    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;
}

.community-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
    letter-spacing: -0.4px;
    color: var(--trost-grey-900-black, #151515);
}

.community-more-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.community-more-link p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--trost-grey-600, #999999);
}

.community-more-link img{
    width: 16px;
    height: 16px;
}

.community-tab-btn {
    font-size: 14px;
    line-height: 1.2;
    color: var(--color-light-80, #666);
    border: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    height: 32px;
    padding: 6px 12px;
    border-radius: 16px;
    border: solid 1px var(--trost-grey-400, #ddd);
    background-color: var(--trost-grey-000-white, #fff);
}

.community-tab-btn.active {
    color: white;
    background-color: var(--trost-grey-900-black, #151515);
    border: solid 1px var(--trost-grey-900-black, #151515);
}

.community-list-empty{
    color: var(--trost-grey-600, #999999);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin: 60px 0;
}

.community-best-story-item {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.2;
    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;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.community-best-story-item:first-child {
    margin-top: 0;
}

.post-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 20px;
}

.number {
    color: var(--trost-grey-800-black, #333);
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    min-width: 24px;
}

.title {
    max-width: 320px;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.4px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: pre;
    color: var(--color-light-80, #666);
}

.comment-count {
    font-size: 14px;
    color: var(--color-bg-sub, #4968ff);
    margin-left: 6px;
}

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