@charset "UTF-8";

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
.common-toast-layer.show {transform: translate(-50%, 56%);}
/* 메인 이미지 */
.main-img-box{
    position: relative;
    width: 100%;
    height: 360px;
}
.main-img-box .main-img{
    background-image: url("/m/statics/img/naproduct/main_img_default.png");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.content-box{
    margin-bottom: 50px;
}
/* 요약정보 */
.content-box .summary-area{
    position: relative;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
}
.content-box .summary-border{
    position: absolute;
    top: -10px;
    border-radius: 10px 10px 0px 0px;
    height: 15px;
    width: 100%;
    background: #ffff;
}
.content-box .summary-area .summary-title-area{
    padding: 10px 15px;
    border-bottom: unset;
}

.content-box .summary-area .summary-title-area .title-course-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-box .summary-area .summary-title-area .title-course{
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.08px;
    color: #555555;
}
.content-box .summary-area .title-subject-div{
    display: flex;
    padding: 0 15px 17px 15px;
    gap: 15px;
    flex-direction: column;
    justify-content: center;
}

.content-box .summary-area .line{
    height: 1px;
    margin: 0 15px;
    background: #D7D7D7;
}

.content-box .summary-area .title-subject{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.08px;
    line-height: 120%; /* 21.6px */
}

.content-box .summary-area .price-qna{
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.08px;
    line-height: 100%;
}

.content-box .summary-area .summary-title-area .title-hr{
    border-bottom: 0.5px solid #D7D7D7;
}
.content-box .summary-area .summary-info-area{
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 20px 15px;
    align-items: flex-start;
}
.content-box .summary-area .summary-info-area .summary-info{
    display: flex;
    align-items: center;
    font-weight: 700;
    letter-spacing: -0.08px;
    color: #070707;
    gap: 8px;
    line-height: 22px;
}
.content-box .summary-area .summary-info-area .copy-address-btn{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    letter-spacing: -0.08px;
    text-decoration-line: underline;
}
.content-box .summary-area .ic-map{
    background-image: url(/m/statics/img/naproduct/ic_info_map.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.content-box .summary-area .ic-phone{
    background-image: url(/m/statics/img/naproduct/ic_info_call.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}
.content-box .summary-area .ic-time{
    background-image: url(/m/statics/img/naproduct/ic_info_time.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.content-box .request-btn-area .request-title{
    display: flex;
    align-items: flex-start;
}

.content-box .request-btn-area .request-title span{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
    letter-spacing: -0.08px;
}

.content-box .request-btn-area .request-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.content-box .request-btn-area .request-hint{
    display: flex;
    padding: 0 2px;
    align-items: center;
}
.content-box .request-btn-area .request-hint span{
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px; /* 118.182% */
    letter-spacing: -0.08px;
}
.content-box .request-btn-area .request-btn {
    width: 100%;
}


/* 소개 */
.info-area{
    margin: 30px 15px 0 15px;
}
.info-text-area{
    margin-bottom: 40px;
}
.info-area .info-text-area .info-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 17px;
}
.info-area .info-text-area .info{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.08px;
    color: #252525;
    margin-bottom: 10px;
}
.info-area .info-text-area .info.scroll{

}
.info-area .info-text-area .info.text-8-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.info-area .info-text-area .info-add-btn{
    font-weight: 800;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.08px;
    text-decoration-line: underline;
    color: #252525;
    cursor: pointer;
}
/*.info-area .info-address-area{*/
/*    display: grid;*/
/*    grid-template-columns: auto 42px;*/
/*    gap: 7px;*/
/*    border: 0.5px solid #D7D7D7;*/
/*    border-radius: 5px;*/
/*    padding: 10px;*/
/*    align-items: center;*/
/*    margin-bottom: 10px;*/
/*    background: #F8F8F8;*/
/*}*/
/*.info-area .info-address-area .info-address-text-area{*/
/*    display: grid;*/
/*    grid-template-columns: 44px auto;*/
/*    gap: 10px;*/
/*}*/
/*.info-area .info-address-area .info-address-text-area .address-text{*/
/*    margin: auto 0;*/
/*    font-weight: 400;*/
/*    font-size: 12px;*/
/*    line-height: 14px;*/
/*    letter-spacing: -0.08px;*/
/*    color: #252525;*/
/*}*/
/*.info-area .info-address-area .address-copy-btn{*/
/*    font-weight: 700;*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*    letter-spacing: -0.08px;*/
/*    text-decoration-line: underline;*/
/*    color: #252525;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/
/*.info-area .info-address-area .ic-address{*/
/*    background-image: url(/m/statics/img/naproduct/ic_address.png);*/
/*    background-repeat: no-repeat;*/
/*    display: inline-block;*/
/*    width: 44px;*/
/*    height: 44px;*/
/*    background-size: contain;*/
/*    margin: auto 0;*/
/*}*/
/* 정보수정요청 */
.info-modify-request-area{
    display: grid;
    grid-template-columns: auto 86px;
    background: #F8F9FF;
    padding: 21px 15px;
    margin-top: 30px;
}
.info-modify-request-area .info-modify-request-box{
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.info-modify-request-area .info-modify-request-box .info-modify-txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.08px;
    color: #252525;
}
.info-modify-request-area .info-modify-request-box .info-modify-day{
    font-weight: 400;
    font-size: 10px;
    line-height: 11px;
    letter-spacing: -0.08px;
    color: #555555;
}
.info-modify-request-area .info-modify-request-btn{
    padding: 10px;
    background: #8094FF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.08px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
/* 하단바 */
.bottom-layer.welcome-coupon-price-bar{
    border-top: unset;
}
.bottom-layer .list-price .price01 {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.08px;
    color: #252525;
}
.bottom-layer .detail_txt{
    padding: 0 0 0 15px;
}
.bottom-layer .detail_txt .list-price{
    height: 54px;
    display:table-cell;
    vertical-align:middle;
}
.bottom-layer .call-btn{
    background-image: url(/m/statics/img/naproduct/ic_info_call_btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    border-radius: 5px;
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.bottom-layer .detail-btn {
    width: 100%;
}
.bottom-layer .detail-btn button{
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    padding: 15px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: -0.08px;
    color: #252525;
    width: 100%;
}
.bottom-layer .ic-call,
.class-apply-area .ic-call{
    background-image: url(/m/statics/img/naproduct/ic_info_call.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
}
.bottom-layer .detail_btn button.disabled{
    background: #A8A8A8;
    color: #DDDDDD;
    opacity: unset;
    border: unset;
}
/* 하단바 팝업 */
.currnet-view-person-alert {
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
}
#price-bar .welcome-coupon-inform-msg{
    background: #EEF1FF;
    color: #252525;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    padding: 10px;
}
/* 팝업 */
.common-bottom-slide-layer{
    border-radius: 10px 10px 0px 0px !important;
}
.common-bottom-slide-layer .layer-header-area{

}
.common-bottom-slide-layer .layer-header-area .close{
    background-image: url(/m/statics/img/naproduct/ic_close_btn_gray.png);
}
.common-bottom-slide-layer .layer-body-area .list-area{
    padding: 0 10px;
    margin-top: 60px;
}
.common-bottom-slide-layer .layer-body-area .class-reply-img-list-item{

}
.common-bottom-slide-layer .layer-body-area .class-reply-img-list-item .img{
    border-radius: 5px;
}
/* 소개 팝업 */
.common-bottom-slide-layer.naproduct-info-layer .layer-body-area{
    margin-top: 50px;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}
/* 갤러리 팝업 */
.common-bottom-slide-layer.naproduct-img-layer .layer-body-area{
    position: relative;
    height: 100%;
    padding-bottom: 80px;
}
.common-bottom-slide-layer.naproduct-img-layer .layer-body-area .list-area{
    position: relative;
    max-height: 100%;
    overflow-y: auto;
}
.common-bottom-slide-layer.naproduct-img-layer .layer-body-area .list-area::-webkit-scrollbar {
    display: none;
}
/* 이미지 보기 팝업 */
.naproduct-img-detail-layer{
    position: absolute;
    z-index: 99999;
    top: 0px;
}
/* 문의하기 상세 레이어 */
.class-apply-area .class_schedule{
    display: flex;
    flex-flow: column;
    gap: 6px;
    padding: 18px 15px;
}
.class-apply-area .class_schedule .title{
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.08px;
    color: #252525;
}
.class-apply-area .class_schedule .content{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.08px;
    color: #252525;
}
.class-apply-area .class_conven{
    display: flex;
    flex-flow: column;
    gap: 9px;
    padding: 30px 15px;
}
.class-apply-area .class_conven .title{
font-weight: 700;
font-size: 16px;
line-height: 18px;
display: flex;
letter-spacing: -0.08px;
color: #252525;
}
.class-apply-area .class_conven .content{
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: -0.08px;
color: #252525;
}
.class-apply-area .apply-btn-area{
display: grid;
grid-template-columns: 49% 49%;
gap: 11px;
padding: 0 15px;
}
.class-apply-area .apply-btn-area .btn{
display: flex;
background-color: #FFFFFF;
border: 0.5px solid #D7D7D7;
border-radius: 5px;
font-weight: 700;
font-size: 15px;
line-height: 17px;
text-align: center;
letter-spacing: -0.08px;
color: #252525;
align-items: center;
justify-content: center;
gap: 2px;
height: 50px;
}
.class-apply-area .apply-btn-area .btn.apply-sms-btn{
display: flex;
background-color: #FFFFFF;
border: 0.5px solid #D7D7D7;
border-radius: 5px;
font-weight: 700;
font-size: 15px;
line-height: 17px;
text-align: center;
letter-spacing: -0.08px;
color: #252525;
align-items: center;
justify-content: center;
gap: 2px;
}
.class-apply-area .apply-btn-area .btn.apply-sms-btn.disabled{
background: #A8A8A8;
color: #DDDDDD;
opacity: unset;
}
/* 20230627 추가 */
.summary-area .summary-btn-area{
    display: flex;
    padding: 10px 0;
    margin: 0 15px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 5px;
    background: #F8F8F8;
}
.summary-area .summary-btn-area div{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #252525;
}

.summary-area .summary-btn-area .xi-minus-thin{
    color: #D7D7D7;
}

.share-outline-black {
    background-image: url(/m/statics/img/icon/ic_share_outline_black_28.png);
    background-size: 28px 28px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 28px; /* Set a specific width */
    height: 28px; /* Set a specific height */
}

.bottom-layer {
    position: fixed;
    z-index: 99;
    bottom: 0; left: 0;
    right: 0;
    height: 80px;
    background: #fff;
    border-top: 1px solid #ebebeb;
    transition:all 300ms cubic-bezier(0.27, 0.01, 0.27, 0.97);
    max-width: 480px;
    margin: 0 auto;
    padding: 15px 15px 15px 20px;
    align-items: center;
    gap: 18px;
    display: flex;
}

.bottom-layer .like-btn {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    background-image: url(/m/statics/img/icon/ic_heart_outline_black_off.svg);
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px; /* Set a specific width */
    height: 30px; /* Set a specific height */
    z-index: 100;
}

.swiper-gallery-thumbs .swiper-wrapper {
    height: 40px;
}

.r-btn-group .header-home {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    background-image: url(/m/statics/img/icon/ic_home_outline_black.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px; /* Set a specific width */
    height: 28px; /* Set a specific height */
    z-index: 100;
}







