/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url(//cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.0/css/clear-sans.css);

* {
    font-family: "Noto Sans KR", sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: #e8e8e8;
    border: 3px solid #fff;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

/*.left_nav_wrap, .left_nav_btn, #top_wrap, #top_btn{
    display: none !important;
}*/
area:focus {
    outline: none;
}

.conSec {
    position: relative;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
}

.conSec1 {
    background: url('/assets/data/img/promotion/AddRemRn/2026/pc/1/bg.png') no-repeat center center;
    border-bottom: 6px solid #4963b7;
}

.conSec1_usemap {
    position: absolute;
    bottom: 14%;
    left: 7%;
    width: 25%;
    height: 10%;
}

.conSec2 {
    background: #E9EBF6;
}

#photo-list {
    width: 100%;
    padding-bottom: 80px;
}

#photo-list .slick-slide img {
    /* width: 100%; */
    width: 320px;
    height: auto;
}

/* #photo-list .slick-dots {
    position: absolute;
    left: calc(50% - 120px);
    top: -55px;
    font-size: 0;
} */

/* #photo-list .slick-dots li {
    display: inline-block;
    font-size: 0;
} */

#photo-list .slick-dots li.slick-active button {
    background-color: #3b58b4;
    width: 12px;
    height: 12px;
}

#photo-list .slick-dots li button {
    border-radius: 1.5rem;
    border: solid 2px #3b58b4;
    font-size: 0;
    background-color: transparent;
    width: 12px;
    height: 12px;
    color: transparent;
    /* opacity: 0.5; */
    margin-right: 7px;
    display: inline-block;
}

#photo-list .slick-list {
    margin-left: -480px;
}

#photo-list .slick-list li {
    /* opacity: 0.5; */
    margin-right: 20px;
}

#photo-list .slick-list li.slick-current {
    opacity: 1;
}



#photo-list .slick-next {
    width: 70px;
    height: 70px;
    background: url('/assets/data/img/promotion/AddRemRn/2026/pc/2/arrow_R_on.svg') no-repeat !important;
    position: absolute;
    top: -63px;
    right: 50px;
    z-index: 1;
    font-size: 0;
}

#photo-list .slick-prev {
    width: 70px;
    height: 70px;
    background: url('/assets/data/img/promotion/AddRemRn/2026/pc/2/arrow_L_off.svg') no-repeat !important;
    position: absolute;
    top: -63px;
    right: 100px;
    z-index: 1;
    font-size: 0;
}

.conSec3 {
    background: #111321;
}

.conSec4 {
    background: url('/assets/data/img/promotion/AddRemRn/2026/pc/4/bg.png') no-repeat center center;
}

.conSec5 {
    background: #111221;
}

.conSec5_2 {
    /*background: url('/assets/data/img/promotion/AddRemRn/5/2_bg.png') no-repeat center center;*/
}

.cs5TglDiv {
    padding-left: 19px;
    text-align: left;
    font-size: 0;
    margin-bottom: 20px;
}

button.cs5TglBtn {
    border: 2px solid #304ca7;
    background: #ffffff;
    width: 264px;
    height: 76px;
    border-radius: 10px;
    line-height: 24px;
    color: #304ca7;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    letter-spacing: -1px;
}

button.cs5TglBtn.on {
    color: #fffefe;
    font-weight: bold;
    background: #304ca7;
}

.cs5TglDiv button:first-child {
    margin-right: 16px;
}

.cs5RolDiv {}

.cs5TypeDiv {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
    /* display: none; */
    display: block;
}

.cs5TypeDiv.on {
    display: block;
}

.cs5TcDiv {
    position: absolute;
    display: inline-block;
    width: 260px;
    height: 240px;
}

.cs5TcDivRlt {
    /* cursor: pointer; */
    position: relative;
    width: 250px;
    height: 240px;
    /* background: #dedede; */
    border-radius: 5px;
}

.cs5TypeDiv2 {
    padding-bottom: 100px;
}

.cs5TcImg {
    position: absolute;
    bottom: 0;
    right: 0;
    /* max-width: 229px; */
    max-height: 220px;
    z-index: 1;
}

.cs5TcInfo {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0)); */
    border-radius: 11px;
    background: linear-gradient(180deg, #282943 0%, #000 100%);
    width: 100%;
    height: 100%;
}

.tcTxtName {
    /* text-shadow: 1px 1.7px 14px rgba(255, 255, 255, 0.7); */
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -0.94px;
    text-align: left;
    padding: 0 7px;
    /* background: rgba(0, 0, 0, 0.5); */
    color: #ffffff;
    border-radius: 5px;
    margin-left: 23px;
    height: 39px;
    line-height: 39px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 90px;
    position: absolute;
    z-index: 2;
}

.tcTxtinfo {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.56px;
    text-align: left;
    padding: 0 25px;
    color: #ffffff;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 1px 1.7px 16px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 135px;
    z-index: 2;
}

.cs5TcHInfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4f4f4f;
    border-radius: 5px;
}

.cs5TcHInfo.on {
    display: block;
}

.cs5TcHInfoRlt {
    position: relative;
    width: 100%;
    height: 100%;
}

.cs5TcHInfoRlt:before {
    content: '';
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #4f4f4f, rgba(79, 79, 79, 0.2));
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.tcHTxtName {
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: -0.94px;
    text-align: left;
    padding: 26px 30px 0 30px;
    margin-bottom: 26px;
    color: #ffffff;
}

.tcHTxtinfo {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: -0.56px;
    text-align: left;
    color: #ffffff;
    overflow: hidden;
    padding: 0 30px;
}

.conSec6 {
    background: #FFFFFF;
}

.conSec7 {
    background: #F6F7F9;
}

.conSec8 {
    background: #EFF2F8;
}


.conSec10 {
    /* display: flex;
    flex-direction: column;
    gap: 20px;
    width: 960px; */
}

.conDiv10 {
    width: 960px;
}

/* ── 필터 영역 ── */
.conSec10 .cs10-filter {
    display: flex;
    flex-direction: row;
    gap: 15px;
    width: 100%;
    align-items: flex-start;
    /* 각 드롭다운 높이 독립 */
}

/* 드롭다운 래퍼 */
.conSec10 .cs10-dropdown {
    flex: 1;
    border: 1px solid #D4D5E0;
    border-radius: 9px;
    overflow: visible;
    /* 열렸을 때 높이가 다른 영역에 영향 안 줌 */
    position: relative;
}

/* 드롭다운 헤더 (타이틀 + 화살표) */
.conSec10 .cs10-dropdown__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border-radius: 15px;
}

.conSec10 .cs10-dropdown__label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #54556E;
}

.conSec10 .cs10-dropdown__arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.conSec10 .cs10-dropdown.is-open .cs10-dropdown__arrow {
    transform: rotate(180deg);
}

/* 드롭다운 리스트 */
.conSec10 .cs10-dropdown__list {
    display: none;
    flex-wrap: wrap;
    gap: 9px;
    padding: 13px;
    border-top: 1px solid #D4D5E0;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.conSec10 .cs10-dropdown.is-open .cs10-dropdown__list {
    display: flex;
    font-size: 12px;
}

/* 리스트 아이템 */
.conSec10 .cs10-dropdown__item {
    padding: 10px;
    border-radius: 7px;
    background: #F5F6F9;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #ABAEB9;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.conSec10 .cs10-dropdown__item:hover {
    background: #E8EAEE;
    color: #54556E;
}

.conSec10 .cs10-dropdown__item.is-selected {
    background: #fff;
    border: 1px solid #D4D5E0;
    color: #54556E;
    font-weight: 700;
}

/* ── 선택된 태그 영역 ── */
.conSec10 .cs10-selected {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    padding: 15px;
    background: #F5F6F9;
    border-radius: 9px;
    flex-wrap: wrap;
    /* min-height: 54px; */
    margin-top: 20px;
}

.conSec10 .cs10-selected__tag {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 7px 15px;
    background: #fff;
    border: 1px solid #D4D5E0;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #54556E;
    cursor: pointer;
    transition: background 0.15s;
}

.conSec10 .cs10-selected__tag:hover {
    /* background: #F5F6F9; */
}

/* 초기화 버튼 */
.conSec10 .cs10-selected__reset {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #D4D5E0;
    border-radius: 100px;
    cursor: pointer;
    margin-left: auto;
    flex-shrink: 0;
    transition: background 0.15s;
}

.conSec10 .cs10-selected__reset:hover {
    background: #F5F6F9;
}

.conSec10 .cs10-selected__empty {
    font-size: 14px;
    font-weight: 400;
    color: #ABAEB9;
}

/* ── 리스트 영역 (탭 + 카드) ── */
.conSec10 .cs10-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 120px;
}

/* 탭 */
.conSec10 .cs10-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFE1ED;
    margin-top: 20px;
}

.conSec10 .cs10-tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 70px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #C6C7CE;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    text-align: center;
    white-space: nowrap;
}

.conSec10 .cs10-tab.is-active {
    color: #162DB9;
    border-bottom-color: #162DB9;
}

/* 카드 그리드 */
.conSec10 .cs10-panel {
    display: none;
    flex-wrap: wrap;
    gap: 20px;
}

.conSec10 .cs10-panel.is-active {
    display: flex;
}

/* 강사 카드 (PC: 225×228) */
.conSec10 .cs10-card {
    width: 225px;
    height: 228px;
    border-radius: 9px;
    background: linear-gradient(180deg, #3247C7 0%, #0B0C25 100%);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

/* 인물 이미지 */
.conSec10 .cs10-card__img {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 208px;
    object-fit: cover;
    object-position: top center;
}

/* 하단 그라디언트 텍스트 영역 */
.conSec10 .cs10-card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    padding: 15px;
    background: linear-gradient(180deg, rgba(11, 12, 37, 0) 0%, rgba(11, 12, 37, 0.8) 50%, rgba(11, 12, 37, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.conSec10 .cs10-card__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.conSec10 .cs10-card__divider {
    border: none;
    border-top: 1px dashed rgba(205, 205, 218, 0.5);
    width: 100%;
}

.conSec10 .cs10-card__price {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #CDCDDA;
    text-align: right;
}

/* ════════════════════════════════════════
       MOBILE @media screen and (max-width: 768px)
       기준: 94:1671 (width: 360)
    ════════════════════════════════════════ */

.conSec11 {
    background: #202020;
    padding-bottom: 100px;
}




.cs7BtnDiv {
    font-size: 0;
    display: none;
}

.cs7BtnDiv.on {
    display: block;
}

.cs7BtnDiv2 {
    display: inline-block;
    padding-bottom: 22px;
    height: 80px;
    vertical-align: top;
}

.cs7BtnDiv .cs7BtnDiv2:first-child {
    width: 550px;
}

.cs7BtnDiv .cs7BtnDiv2:last-child {
    width: calc(100% - 550px);
    text-align: right;
}

.cs7SelDiv {}

.cs7SelTr {
    padding-bottom: 21px;
}

.cs7SelTr:last-child {
    padding-bottom: 0;
}

.cs7SelTr>div {
    display: inline-block;
    vertical-align: top;
}

.cs7SelTdTxt {
    width: 288px;
    font-size: 21px;
    font-weight: bold;
    line-height: 54px;
    letter-spacing: -0.53px;
    text-align: right;
    color: #f8f8f8;
    padding-right: 12px;
}

.cs7SelTdSel {}

.cs7Sel {
    border: 1px solid #ffffff;
    border-radius: 27px;
    padding: 0 84px 0 42px;
    line-height: 52px;
    height: 54px;
    background: url('/assets/data/img/promotion/addrem/03/03_main_dropdown.png') no-repeat right 40px center;
    width: 486px;
    font-size: 17.5px;
    font-weight: bold;
    letter-spacing: -0.44px;
    text-align: left;
    color: #f8f8f8;
}

.cs7Sel>option {
    color: black;
}


button.cs7Btn1 {
    padding: 0 40px;
    height: 80px;
    line-height: 1.3;
    border: 1px solid #ffffff;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    letter-spacing: -0.5px;
    color: #ffffff;
    background: #3e5fcb;
    margin-right: 15px;
}

button.cs7Btn1.on {
    color: #2658fb;
    background: #ffffff;
    font-weight: bold;
}

.cs7BtnDiv2 button.cs7Btn1:last-child {
    margin-right: 0;
}

button.cs7Btn2 {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-top: 29px;
}

.conSec7_1 {
    display: none;
    background: #2546AC;
}

.conDiv7_1 {
    padding: 40px 0 100px 0;
}

.schTcDiv {
    display: none;
    /* width: 100%; */
    /* height: 675px; */
    /* padding-right: 20px; */
    /* overflow-y: scroll;
    font-size: 0; */
}

.schTcDiv::-webkit-scrollbar {
    width: 12px;
}

.schTcDiv::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.schTcDiv::-webkit-scrollbar-thumb {
    background: #ffcf0d;
    border: 0;
    border-radius: 10px;
}

.schTcDiv::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.schTc {
    display: inline-block;
    width: 236px;
    height: 300px;
    border-radius: 5px;
    background-color: #edeff8;
    /* margin-right: 12px; */
    /* margin-bottom: 20px; */
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.schTc:hover {
    box-shadow: 0px 14px 20px 0 #1a2a5a;
}

.schTc:nth-child(4n) {
    margin-right: 0;
}

.schTc:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.schTcImgDiv {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.schTcImg {
    max-width: 190px;
    max-height: 273px;
    vertical-align: bottom;
}

.schTcLb {
    position: absolute;
    bottom: 78px;
    left: 16px;
    width: calc(100% - 32px);
    text-align: left;
    padding-bottom: 10px;
}

.schTcLbTxt {
    width: auto;
    padding: 0 6px;
    border-radius: 2px;
    margin-right: 5px;
    line-height: 19px;
    height: 19px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #f8f8f8;
    display: inline-block;
}

.schTcLbTxt.new {
    background: #ffaf04;
}

.schTcLbTxt.best {
    background: #0463ff;
}

.schTcInfoDiv {
    background: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 30px);
    height: 78px;
    z-index: 2;
    border-radius: 0 0 5px 5px;
    padding: 0 15px;
}

.schTcName {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.76px;
    text-align: left;
    margin-top: 20px;
}

.schTcInfo {
    width: 105px;
    margin-top: 10px;
    display: inline-block;
}

.star {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('/assets/data/img/promotion/AddRemRn/7/star_On.png') no-repeat center;
    margin-right: 2px;
}

.star.no {
    background: url('/assets/data/img/promotion/AddRemRn/7/star_Off.png') no-repeat center;
}

.starTxt {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: -0.56px;
    text-align: left;
    color: #646464;
    vertical-align: bottom;
    margin-left: 2px;
}

.schTcPrc {
    display: inline-block;
    width: calc(100% - 105px);
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.56px;
    text-align: right;
    color: #646464;
    vertical-align: bottom;
}

.conSec7Rn {
    background: #ffffff;
}

.csRn7Sch {
    padding-bottom: 58px;
}

.csRn7Sch>div {
    display: inline-block;
}

.csRn7SchDiv {
    padding-right: 35px;
}

.csRn7SchTlt {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    letter-spacing: -0.44px;
    text-align: left;
    margin-bottom: 10px;
}

.csRn7SchDiv>select.cs7Sel {
    background: url('/assets/data/img/promotion/AddRemRn/7/arrow.png') no-repeat right 24px center;
    border: 1px solid #4d4d4d;
    border-radius: 8px;
    padding: 0 24px;
    color: #656565;
    width: 230px;
}

.csRn7ReSchDiv {
    width: calc(100% - 795px);
    text-align: right;
}

button.csRnReBtn {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.14px;
    text-align: left;
    color: #2058E0;
    border-bottom: 1px solid #2058e0;
}

.csRn7BtnDiv {}

.csRn7BtnDiv>button.csRn7Btn {
    padding: 0 40px;
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.5px;
    color: #696969;
    background: #e7eaf3;
    height: 80px;
    border-radius: 8px 8px 0 0;
    margin-right: 10px;
}

.csRn7BtnDiv>button.csRn7Btn.on {
    background: #5b82ff;
    color: #ffffff;
    font-weight: bold;
}

.csRn7BtnDiv>button.csRn7Btn:last-child {
    margin-right: 0;
}

.conSec7_1Rn {
    background: #5b82ff;
    padding: 50px 0;
}



.conSecFlt {
    position: fixed;
    bottom: 195px;
    right: 0;
    z-index: 999;
    width: 235px;
}








/* Modal */
.conSecMd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}

.csmBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}

.csmCon {
    position: absolute;
    z-index: 9002;
    width: 900px;
    background: #fff;
    padding-top: 40px;
}

.csmClsBtn {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.csmTcInfoDiv {
    height: 100%;
    overflow-y: auto;
    font-size: 0;
}

.csmTcInfoDiv::-webkit-scrollbar {
    width: 16px;
}

.csmTcInfoDiv::-webkit-scrollbar-track {
    background: #eef1f7;
    border-radius: 0;
}

.csmTcInfoDiv::-webkit-scrollbar-thumb {
    background: #6e6e6e;
    border: 4px solid #eef1f7;
    border-radius: 10px;
}

.csmTcInfoDiv::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.ctiInfo {
    background: #ffffff;
    padding: 40px 0 40px 40px;
}

.csmTcInfoDiv .ctiInfo:first-child {
    padding-top: 0;
}

.csmTcInfoDiv .ctiInfo:nth-child(2n) {
    background: #eef1f7;
}

.ctiName {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: -1.12px;
    text-align: left;
}

.ctiInfoTlt {
    margin-top: 30px;
    color: #ffffff;
    font-size: 18px;
    height: 33px;
    line-height: 33px;
    background: #2168d3;
    display: inline-block;
    padding: 0 10px;
    border-radius: 4px;
}

.ctiInfoTxt {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.72px;
    text-align: left;
    margin-top: 10px;
    color: #000000;
}

.ctiSubInfoTxt {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    text-align: left;
    color: #b7b7b7;
    margin-top: 10px;
}


.ctirTlt {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.96px;
    text-align: left;
    color: #000000;
}

.ctirSubTlt {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.64px;
    text-align: left;
    margin-top: 10px;
    color: #3d3d3d;
}

.ctirList {
    /* margin-top: 27px; */
}

.ctirList>div:first-child {
    /* border-top: 1px solid #dcdcdc; */
}

.ctirLate {
    border-bottom: 1px solid #dcdcdc;
    background: #ffffff;
    height: 60px;
    cursor: pointer;
    font-size: 0;
}

.ctirLate>div {
    display: inline-block;
    vertical-align: top;
}

.ctirLt_1 {
    padding-left: 20px;
}

.ctirLtTlt {
    width: 494px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.52px;
    text-align: left;
    color: #3e3e3e;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctirLtLecTlt {
    width: 494px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    letter-spacing: -0.56px;
    text-align: left;
    color: #000000;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctirLt_2 {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.ctirLt_2>.star {
    vertical-align: middle;
}

.ctirLt_2>.star:last-child {
    margin-right: 0;
}

.ctirLt_3 {
    width: 90px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    letter-spacing: -0.52px;
    text-align: center;
    color: #3e3e3e;
}

.ctirLt_4 {
    width: 110px;
    padding: 0 20px 0 10px;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    letter-spacing: -0.52px;
    text-align: center;
    color: #3e3e3e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ctirListPage {
    margin-top: 10px;
    text-align: center;
}

.ctirListPage>div {
    display: inline-block;
    vertical-align: top;
}

.ctirLPBtn {}

.ctirLPBtn.p {
    width: 6px;
    height: 24px;
    background: url('/assets/data/img/promotion/AddRemRn/7/modal/modalReview_L_arrow.png') no-repeat center center;
}

.ctirLPBtn.pp {
    width: 11px;
    height: 24px;
    background: url('/assets/data/img/promotion/AddRemRn/7/modal/modalReview_L_twinArrow.png') no-repeat center center;
}

.ctirLPBtn.n {
    width: 6px;
    height: 24px;
    background: url('/assets/data/img/promotion/AddRemRn/7/modal/modalReview_R_arrow.png') no-repeat center center;
}

.ctirLPBtn.nn {
    width: 11px;
    height: 24px;
    background: url('/assets/data/img/promotion/AddRemRn/7/modal/modalReview_R_twinArrow.png') no-repeat center center;
}

.ctirLPNumBtn {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 4px;
    background: #ffffff;
    color: #3e3e3e;
    font-size: 12px;
    letter-spacing: -0.48px;
    line-height: 24px;
}

.ctirLPNumBtn.on {
    background: #2168d3;
    color: #ffffff;
}

.ctirListPage>div.prev .ctirLPBtn {
    margin-right: 10px;
}

.ctirListPage>div.num .ctirLPNumBtn {
    margin-right: 10px;
}

.ctirListPage>div.num .ctirLPNumBtn:last-child {
    margin-right: 0;
}

.ctirListPage>div.next .ctirLPBtn {
    margin-left: 10px;
}




.ctipTlt {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.96px;
    text-align: left;
    color: #000000;
}

.ctipPrv {
    margin-top: 30px;
    width: 796px;
    display: inline-block;
    border: 1px solid #e1e1e1;
}

.ctipPrv>img {
    width: 100%;
}

.ctirBtn {
    display: inline-block;
    width: 400px;
    height: 80px;
    line-height: 80px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    cursor: pointer;
    background: url('/assets/data/img/promotion/AddRemRn/7/modal/modal_BtnArrow.png') no-repeat right 40px center, #000000;
    vertical-align: top;
}

.ctirBtn:nth-child(2n) {
    margin-right: 0;
}

.ctirBtn:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.ctirTxt {
    display: inline-block;
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: -0.8px;
    text-align: left;
    color: #ffffff;
    margin-right: 10px;
}

.ctirHlTxt {
    display: inline-block;
    padding-left: 40px;
    /* font-size: 20px; */
    /* font-weight: bold; */
    line-height: 1;
    height: 80px;
    vertical-align: top;
    /* letter-spacing: -0.8px; */
    /* text-align: left; */
    /* color: #ffffff; */
    margin-right: 10px;
}

.ctirHlTxt>div:nth-child(1) {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.64px;
    text-align: left;
    color: #ff5565;
    margin-top: 17px;
}

.ctirHlTxt>div:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.8px;
    text-align: left;
    color: #ffffff;
    margin-top: 7px;
}

.ctirPrc {
    display: inline-block;
    border: 1px solid #ffe155;
    line-height: 24px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.64px;
    text-align: left;
    color: #ffe155;
    padding: 0 6px;
    border-radius: 4px;
    vertical-align: top;
    margin-top: 27px;
}

.keyListLodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.logindBgDiv {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(50% - 182px);
}

._PoFix {
    position: fixed;
}

/*float*/
._flt {
    width: 100%;
    height: 64px;
    margin: 0 auto;
    left: 0;
    bottom: 40px;
    z-index: 10;
}

._flt ._fltCon {
    width: 840px;
    margin: 0 auto;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.35);
    padding: 10px 10px 10px 20px;
}

.countdown-bar {
    justify-content: space-between;
    align-items: center;
}

.countdown-text {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 148%;
    /* 23.68px */
    letter-spacing: -0.32px;
}

a.apply-btn {
    height: 44px;
    padding: 7px 27px;
    line-height: 27px;
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    border-radius: 9px;
    background: #C80821;
    box-sizing: border-box;
}

a.apply-btn .btn-text {
    color: #FFED27;
    font-size: 13px;
    font-weight: 700;
    line-height: 148%;
    /* 19.24px */
    letter-spacing: -0.26px;
}

.reserv_wrp .countdown-text {
    color: #121212;
}

.reserv_wrp .apply-btn {
    background: #2C34F3;
}

.logindCnDiv {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(50% - 182px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 69px;
}

/* 바디 스크롤 */
.conSecMd9999 ._aplBaseBody {
    overflow-y: auto;
    flex: 1;
}

/* ── 모달 내부 컨텐츠 래퍼 ── */
.conSecMd9999 .md9-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* padding: 25px 40px 40px; */
    /* width: 700px; */
}

/* ── 섹션 공통 ── */
.conSecMd9999 .md9-section {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.conSecMd9999 .md9-section__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #191E24;
}

/* ── 선생님 한마디 박스 ── */
.conSecMd9999 .md9-quote {
    border: 1px solid #A6B2C4;
    border-radius: 8px;
    padding: 10px 13px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #4E5057;
}

/* ── 선생님 이력 ── */
.conSecMd9999 .md9-career {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.conSecMd9999 .md9-career__item {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #4E5057;
}

.conSecMd9999 .md9-career__item--note {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #737373;
}

/* ── 최신 후기 박스 ── */
.conSecMd9999 .md9-review-box {
    background: #F8FAFB;
    border: 1px solid #DEE4ED;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.conSecMd9999 .md9-review-box__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #163FC5;
}

/* 후기 리스트 래퍼 */
.conSecMd9999 .md9-review-list {
    background: #fff;
    border: 1px solid #DEE4ED;
    border-radius: 10px;
    padding: 13px 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 후기 행 */
.conSecMd9999 .md9-review-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 0;
    border-bottom: 1px solid #DEE4ED;
    cursor: pointer;
}

.conSecMd9999 .md9-review-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

/* 후기 텍스트 영역 */
.conSecMd9999 .md9-review-item__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
    min-width: 0;
}

.conSecMd9999 .md9-review-item__product {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
}

.conSecMd9999 .md9-review-item__comment {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 별점 */
.conSecMd9999 .md9-review-item__stars {
    display: flex;
    align-items: center;
    gap: 3px;
    width: 102px;
    flex-shrink: 0;
}

.conSecMd9999 .md9-review-item__star {
    color: #FFCC00;
    font-size: 17px;
    line-height: 1;
}

.conSecMd9999 .md9-review-item__star--empty {
    color: #DEE4ED;
}

/* 날짜/ID */
.conSecMd9999 .md9-review-item__date,
.conSecMd9999 .md9-review-item__id {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    color: #737373;
    flex-shrink: 0;
}

/* 페이지네이션 */
.conSecMd9999 .md9-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}

.conSecMd9999 .md9-pagination__btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #191919;
    border-radius: 4px;
}

.conSecMd9999 .md9-pagination__btn.is-active {
    color: #163FC5;
    font-weight: 700;
}

.conSecMd9999 .md9-pagination__btn:hover:not(.is-active) {
    background: #F5F6F9;
}

.conSecMd9999 .md9-pagination__arrow {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    cursor: pointer;
    color: #A6B2C4;
}

/* ── 첨삭 예시 ── */
.conSecMd9999 .md9-example-img {
    /* width: 620px; */
    /* height: 534px; */
    object-fit: cover;
    border: 1px solid #DEE4ED;
    display: block;
}

/* ── 버튼 영역 ── */
.conSecMd9999 .md9-btn-area {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 0px;
    flex-shrink: 0;
    border-top: 1px solid #DEE4ED;
    padding-top: 20px;
    flex-wrap: wrap;
}

.conSecMd9999 .md9-btn-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: calc(50% - 8px);
}

/* 기본 버튼 (파란 채움) */
.conSecMd9999 .md9-btn {
    flex: 1;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    border: none;
    font-family: 'Pretendard', sans-serif;
}

.conSecMd9999 .md9-btn--primary {
    background: #163FC5;
    border: 1px solid #2754E7;
}

.conSecMd9999 .md9-btn--primary .md9-btn__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #F8FAFB;
}

.conSecMd9999 .md9-btn--primary .md9-btn__price-wrap {
    background: #000;
    border-radius: 5px;
    padding: 7px;
}

.conSecMd9999 .md9-btn--primary .md9-btn__price {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #F8FAFB;
}

/* 아웃라인 버튼 */
.conSecMd9999 .md9-btn--outline {
    background: #fff;
    border: 2px solid #95A8E8;
}

.conSecMd9999 .md9-btn--outline .md9-btn__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #000;
}

.conSecMd9999 .md9-btn--primary .md9-btn__name span {
    font-size: 13px;
    color: white;
    display: block;
}

.conSecMd9999 .md9-btn--outline .md9-btn__name span {
    font-size: 13px;
    color: #163FC5;
    display: block;
}

.conSecMd9999 .md9-btn--outline .md9-btn__price-wrap {
    background: #163FC5;
    border-radius: 5px;
    padding: 7px;
}

.conSecMd9999 .md9-btn--outline .md9-btn__price {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #F8FAFB;
}

.listNullData {
    display: flex;
    height: 100px;
    padding: 40px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #8C919F;
    text-align: center;
    font-family: Pretendard;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    border-radius: 9px;
    background: #F5F6F9;
}

@media screen and (max-width: 768px) {

    .onlyPc {
        display: none;
    }

    .onlyMo {
        display: block;
    }


    .conDiv {
        width: auto;
    }

    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    .conSec10 {
        width: calc(100% - 32px);
        padding: 0 16px;
        gap: 20px;
    }

    /* 필터: 세로 배치 */
    .conSec10 .cs10-filter {
        flex-direction: column;
        gap: 0;
        border-bottom: 1px solid #D4D5E0;
    }

    /* 드롭다운: 보더 없이 하단 보더 구분 */
    .conSec10 .cs10-dropdown {
        border: none;
        border-radius: 0;
        border-bottom: 2px solid transparent;
        overflow: visible;
    }

    .conSec10 .cs10-dropdown.is-open {
        border-bottom-color: #D4D5E0;
        width: 100%;
    }

    .conSec10 .cs10-dropdown__head {
        padding: 11px 0;
        border-radius: 0;
    }

    .conSec10 .cs10-dropdown__label {
        font-size: 14px;
    }

    .conSec10 .cs10-dropdown__list {
        border-top: none;
        padding: 0 0 20px 0;
    }

    .conSec10 .cs10-dropdown__item {
        font-size: 12px;
        font-weight: 700;
        color: #686982;
        background: #F5F6F9;
        padding: 10px;
        border-radius: 7px;
    }

    .conSec10 .cs10-dropdown__item.is-selected {
        font-size: 12px;
        background: #fff;
        border: 1px solid #D4D5E0;
        color: #686982;
    }

    /* 선택 태그 영역 */
    .conSec10 .cs10-selected {
        padding: 20px;
        height: auto;
        /* min-height: 54px; */
    }

    .conSec10 .cs10-selected__tag {
        font-size: 14px;
        padding: 7px 15px;
    }

    .conSec10 .cs10-selected__reset {
        width: 34px;
        height: 34px;
    }

    /* 탭 */
    .conSec10 .cs10-tab {
        font-size: 14px;
        padding: 16px 0px;
        letter-spacing: -0.02em;
        line-height: 1.4;
    }

    /* 카드 그리드: 2열, 157×194 */
    .conSec10 .cs10-panel {
        gap: 15px;
        width: 100%;
    }

    .conSec10 .cs10-card {
        width: calc(50% - 8px);
        height: 194px;
    }

    .conSec10 .cs10-card__img {
        top: 15px;
        height: 179px;
    }

    .conSec10 .cs10-card__info {
        height: 90px;
        padding: 13px;
        gap: 11px;
    }

    .conSec10 .cs10-card__name {
        font-size: 15px;
    }

    .conSec10 .cs10-card__price {
        font-size: 13px;
    }

    .conSec1_usemap {
        position: absolute;
        bottom: 8%;
        left: 7%;
        width: 86%;
        height: 11%;
    }

    #photo-list .slick-next {
        right: 0px;
    }

    #photo-list .slick-prev {
        right: 50px;
    }

    ._flt {
        bottom: 0;
        height: 60px;
    }

    ._flt ._fltCon {
        width: calc(100% - 30px);
        height: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .countdown-text {
        font-size: 13px;
        width: 150px;
    }

    a.apply-btn {
        padding: 10px 15px;
        font-size: 13px;
        height: 40px;
        line-height: 20px;
        box-sizing: border-box;
    }

    #photo-list {
        padding-bottom: 50px;
    }

    #photo-list .slick-slide img {
        /* width: 100%; */
        width: 220px;
        height: auto;
    }


    .conSecMd9999 .csmCon9999 {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        /* border-radius: 16px 16px 0 0; */
        max-height: 90vh;
        width: 100%;
    }

    /* 헤더 패딩 */
    .conSecMd9999 ._aplBaseHeader {
        /* padding: 0 20px 17px; */
    }

    .conSecMd9999 ._aplBaseHeader ._tit {
        font-size: 20px;
    }

    /* 컨텐츠 래퍼 */
    .conSecMd9999 .md9-content {
        width: 100%;
        /* padding: 20px 20px 20px; */
        gap: 22px;
    }

    /* 섹션 타이틀 */
    .conSecMd9999 .md9-section__title {
        font-size: 14px;
    }

    /* 한마디 박스 */
    .conSecMd9999 .md9-quote {
        font-size: 14px;
        padding: 10px 13px;
    }

    /* 이력 */
    .conSecMd9999 .md9-career__item {
        font-size: 14px;
    }

    .conSecMd9999 .md9-career__item--note {
        font-size: 12px;
    }

    /* 후기 */
    .conSecMd9999 .md9-review-box {
        padding: 18px;
    }

    /* 후기 행: 모바일은 세로 배치 */
    .conSecMd9999 .md9-review-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .conSecMd9999 .md9-review-item__stars {
        width: auto;
    }

    .conSecMd9999 .md9-review-item__comment {
        font-size: 14px;
        white-space: normal;
    }

    /* 첨삭 예시 이미지 */
    .conSecMd9999 .md9-example-img {
        width: 100%;
        height: auto;
        aspect-ratio: 320 / 275;
    }

    /* 버튼 영역 */
    .conSecMd9999 .md9-btn-area {
        /* padding: 20px 20px 30px; */
        gap: 11px;
        flex-direction: column;
    }

    .conSecMd9999 .md9-btn-row {
        gap: 11px;
        flex-direction: column;
        width: 100%;
    }

    .conSecMd9999 .md9-btn {
        height: auto;
        min-height: 60px;
        padding: 12px 15px;
    }

    .conSecMd9999 .md9-btn__name {
        font-size: 14px;
    }

    .moSideRow {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

}