@charset "utf-8";
:root{
    --f-size10: 10px;
    --f-size12: 12px;
    --f-size14: 14px;
    --f-size22: 22px;
    --f-size26: 26px;
}
/* .container_m { padding-top: 56px; } */
input[type="date"]::after { content: ''; position: absolute; width: auto; height: auto; border: 0; left: 0; top: 0; transform: none; border-radius: 0; display: none; }
input[type="date"]::before { display: none; }
.ml4 { margin-left: 4px; }
.mt4 { margin-top: 4px!important; }

/* 공통 아이콘 */
.text-right { text-align: right; color: var(--n-info2); font-size: var(--f-body3)}
.ico-pdf { display: inline-block; width: 23px; height: 12px; background-size: 23px 12px; background-position: center; background-repeat: no-repeat; background-image: url(https://static.edmclass.com/ielts/my_class/ico_pdf.svg); vertical-align: middle; }
.ico-option-arrow { display: inline-block; width: 24px; height: 24px; background-size: 24px 24px; background-position: center; background-repeat: no-repeat; background-image: url(https://static.edmclass.com/ielts/my_class/ico_option_arrow.svg); vertical-align: middle; transition: all .5s ease-in-out; }

/* // */
select { border: 1px solid #C5C5C5; border-radius: 4px; padding: 0px 12px; padding-right: 48px; height: 44px; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; font-family: inherit; -webkit-appearance: none; font-family: inherit; background-size: 24px 24px; background-image: url(https://static.edmclass.com/common/caret-down.svg); background-repeat: no-repeat; background-position: right 12px center; outline: none; }
select:focus { border: 1px solid #949EA2; }
input[type=date] { border: 1px solid #C5C5C5; border-radius: 4px; padding: 0px 12px; height: 44px; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; font-family: inherit; font-family: inherit; outline: none; }
input[type=text] { border: 1px solid #C5C5C5; border-radius: 4px; padding: 0px 12px; height: 44px; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; font-family: inherit; font-family: inherit; outline: none; width: 100%; }
input[type=text]:focus { border: 1px solid #949EA2; }
select:focus { border: 1px solid #949EA2; }
textarea { height: 130px; padding: 8px; font-family: inherit; font-size: var(--f-body2); line-height: 21px; letter-spacing: -0.01px; color: #333333; /* UI Properties */ background: #FFFFFF; border: 1px solid #C5C5C5; border-radius: 4px; width: 100%; }
textarea::placeholder { color: #999999; }
textarea.w100txt { margin: 16px -16px 16px; border-radius: 0; width: 100vw; display: block; border: 0; padding: 12px; height: 235px; font-size: var(--f-body1); line-height: 21px; }

/* 게시글이 없는 경우 */
#noData{display: block !important; width: 100% !important; text-align: center; padding: 72px 0 !important; border-top: 1px solid var(--s-color1) !important; border-bottom: 1px solid var(--s-color1) !important; height: auto !important;}
#noData .flex{width: 100%; justify-content: center;}
#noData p{position: relative; padding-top: 32px; color: var(--n-deactivate); line-height: 20px; letter-spacing: -0.28px; font-size: var(--f-body1);}
#noData p::before{content: ''; background-image: url('https://static.edmclass.com/common/board/no-data.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 20px; height: 20px; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.dashboard #noData{border: none !important;}
.container_m.myClassPage { background: #F0F0F2;}

/* */

#wrapper { padding-bottom: 66px; background-color: #F0F0F2; min-height: 100vh; /* position: relative; */ }

/* 내 강의실 */
#my-class { padding: 16px; background: transparent linear-gradient(118deg, #F3FFEC 0%, #D4F5F3 100%) 0% 0% no-repeat padding-box; }
#my-class h3 { text-align: left; font-weight: bold; font-size: var(--f-heading2); line-height: 26px; letter-spacing: -0.02px; color: #000000; }
#my-class ul { display: flex; gap: 16px; align-items: flex-start; justify-content: center; margin-top: 24px; }
#my-class ul li a { display: flex; flex-direction: column; align-items: center; gap: 8px; }
#my-class ul li a i { display: block; width: 64px; height: 64px; border-radius: 100%; background-color: #ffffff; background-repeat: no-repeat; background-position: center; background-size: 35px 35px; }
#my-class ul li a span { font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #333333; }
#my-class ul li a.ico-quick-01 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_quick_01.svg); }
#my-class ul li a.ico-quick-02 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_quick_02.svg); }
#my-class ul li a.ico-quick-03 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_quick_03.svg); }
#my-class ul li a.ico-quick-04 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_quick_04.svg); }

/* 어학원 - 내강의실 */
.academy #my-class { background: transparent linear-gradient(118deg, #D8F4FF 0%, #F1E6FF 100%) 0% 0% no-repeat padding-box; }
.academy #my-class ul li a.ico-quick-01 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo_academy/ico_quick_01.svg); }
.academy #my-class ul li a.ico-quick-02 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo_academy/ico_quick_02.svg); }
.academy #my-class ul li a.ico-quick-03 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo_academy/ico_quick_03.svg); }
.academy #my-class ul li a.ico-quick-04 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo_academy/ico_quick_04.svg); }


/* 내강의실 - section */
.section { padding: 24px 16px; }
.section .section-title { padding: 0px; margin-bottom: 12px;}
.section .section-title h3 { font-weight: 700 !important; font-size: var(--f-heading3) !important; color: var(--n-mainTitle)}
/* .section + .section { padding-top: 0px} */

/* 최근 수강 */
#recent { background: #677C8D; padding: 16px; }
#recent h3 { font-weight: bold; font-size: var(--f-size15); line-height: 21px; letter-spacing: -0.01px; color: #FFFFFF; }
#recent .lesson-title { font-size: var(--f-body2); line-height: 21px; letter-spacing: -0.01px; color: #FFFFFF; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#recent .process { margin-top: 12px; display: flex; align-items: center; padding: 4px 6px; height: 41px; /* UI Properties */ background: transparent linear-gradient(270deg, #D8FCFA 0%, #DAFCC6 100%) 0% 0% no-repeat padding-box; border-radius: 32px; padding-left: 20px; }
#recent .process .bar { width: calc(100% - 125px); height: 4px; background-color: #E9E9E9; }
#recent .process .bar div { display: block; height: 4px; background-color: #000000; }
#recent .process span { margin-left: 9px; font-weight: 500; font-size: var(--f-body3); letter-spacing: -0.01px; color: #000000; }
#recent .process .btn-go { display: block; width: 36px; height: 33px; background-color: #000000; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_play.svg); background-repeat: no-repeat; background-position: center; background-size: 14px 14px; border-radius: 18px; text-indent: -99999px; overflow: hidden; margin-left: auto; margin-right: 0; }

/* 출석현황 */
#status { padding: 16px; background-color: #EEF1F9; }
#status .status-inner { background-color: #ffffff; padding: 12px 16px; border-radius: 8px; position: relative;cursor: pointer;margin-bottom: 8px; }
#status .status-inner h3 { font-weight: 500; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; }
#status .status-inner .attendance { display: flex; align-items: center; margin-top: 8px; }
#status .status-inner .attendance span { font-size: var(--f-body2); letter-spacing: -0.01px; color: #666666; margin-right: 12px; }
#status .status-inner .attendance p { display: flex; align-items: center; font-weight: bold; font-size: var(--f-body1); letter-spacing: -0.01px; color: #000000; padding: 6px 12px; background: #dafaeb; border-radius: 16px; }
#status .status-inner .attendance p+span { margin-left: 16px; }
#status .status-inner .x-attendance{text-align: center; font-weight: 700; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px; position: absolute; top: calc(50% + 8px); left: 0; width: 100%; transform: translateY(-50%);}
#status .status-inner .detail_popup{position: absolute; right: 16px; top: 12px; font-size: var(--f-body1);}
#status .status-list {  display: grid; grid-template-columns: repeat(2, 1fr);grid-column-gap: 8px;grid-row-gap: 8px; }
.academy #status .status-list { grid-template-columns: repeat(3, 1fr) }
#status .status-list li { flex: 1 1 0; background-color: #ffffff; border-radius: 8px; }
#status .status-list li a { display: flex; flex-direction: column; align-items: center; padding: 12px 0; }
#status .status-list li a i { display: block; width: 30px; height: 30px; background-repeat: no-repeat; background-position: center; background-size: 30px 30px; }
#status .status-list li a.ico-my-01 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_my_01.svg); }
#status .status-list li a.ico-my-02 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_my_02.svg); }
#status .status-list li a.ico-my-03 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_my_03.svg); }
#status .status-list li a.ico-my-04 i { background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_my_04.svg); }
#status .status-list li a strong { margin-top: 4px; display: block; text-align: center; font-weight: 500; font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #333333; }
#status .status-list li a span { margin-top: 1px; display: block; text-align: center; font-size: var(--f-body4); line-height: 16px; letter-spacing: -0.01px; color: #666666; }
#status .status-bottom{font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px; height: 100vh; transition: none;}
#status .status-bottom .slidingWrap{transition: all 0.5s ease;height: calc(90% - 24px)}
#status .status-bottom .dim{cursor: pointer;}
#status .status-bottom .title{padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--s-color1); font-size: var(--f-heading3); line-height: 22px; letter-spacing: -0.32px;}
#status .status-bottom .wrap{display: flex; flex-direction: column; max-height: calc(100vh - 60px);}
#status .status-bottom .progressWrap{margin-top: 16px; background-color: var(--b-color5); text-align: center; padding: 12px 0; border-radius: var(--b-radius0); margin-bottom: 24px;}
#status .status-bottom .progressWrap .box{width: calc(100%/4); }
#status .status-bottom .progressWrap .box p{margin-bottom: 4px;}
#status .status-bottom .progressWrap .box .primary{color: var(--p-color2);}
#status .status-bottom .progressWrap .box .waring{color: var(--waring-color);}
#status .status-bottom .calendarWrap .bottom-text{font-size: var(--f-body4); color: var(--n-info); line-height: 14px; letter-spacing: -0.22px; margin-top: 8px;}
#status .status-bottom .notice{margin-top: 24px; background-color: var(--b-color5); border-radius: 12px; padding: 12px 8px; font-size: var(--f-body3); color: var(--n-info); }
#status .status-bottom .notice p{line-height: 16px; letter-spacing: -0.24px;}
#status .status-bottom .notice p + p{margin-top: 8px;}
#status .status-bottom .scrollWrap{flex: 1; -webkit-overflow-scrolling: touch; width: calc(100% + 8px);}


/* 배너 */
/* #event { padding: 16px; } */
#event .event-banner { display: block; height: auto; text-align: center;  overflow: hidden;border-radius: 0px;}
#event .event-banner img{object-fit: contain; width: 100%; border-radius: 0px; }
#eventBannerSlide .swiper-slide a { overflow: auto; border-radius: 0px !important;}

/* #board { padding: 16px; background-color: #EEF1F9; } */
#board .board-wrap+.board-wrap { margin-top: 24px; }
#board .board-wrap .board-title { display: flex; align-items: center; justify-content: space-between; }
#board .board-wrap .board-title h3 { font-weight: bold; font-size: var(--f-heading3); line-height: 24px; letter-spacing: -0.02px; color: var(--n-mainTitle); }
#board .board-wrap .board-title .btn-more { display: block; width: 16px; height: 16px; text-indent: -99999px; overflow: hidden; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_more.svg); background-repeat: no-repeat; background-position: center center; background-size: 17px 17px; }
#board .board-wrap .board-title+ul {display: flex; flex-direction: column; gap: 8px; background: var(--n-white); border-radius: var(--b-radius0); padding: 12px;}
#board .board-wrap ul li { display: flex; align-items: center; justify-content: space-between; height: 24px; }
#board .board-wrap ul li.no-data { height: 120px; display: flex; align-items: center; justify-content: center; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; }
#board .board-wrap ul li a { display: flex; gap: 9px; max-width: calc(100% - 50px); }
#board .board-wrap ul li a .reply { flex: 0 0 auto; display: inline-block; width: 48px; font-size: var(--f-body2); letter-spacing: -0.01px; color: #999999; white-space: nowrap; text-align: center; }
#board .board-wrap ul li a .reply.fin { font-weight: bold; color: var(--p-color2); }
#board .board-wrap ul li a .title { font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; display: inline-block; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#board .board-wrap ul li a .reply+.title { width: calc(100% - 57px); }
#board .board-wrap ul li .date { font-size: var(--f-body3); letter-spacing: -0.01px; color: #999999; }


/* #product { margin-top: 32px; padding: 32px 16px 48px; background-color: #F0F0F2; }
#product h3 { font-weight: bold; font-size: var(--f-heading3); line-height: 24px; letter-spacing: -0.02px; color: #000000; margin-bottom: 8px;} */
.product-list.cdt li .btn-go { margin-bottom: -12px; }
#container.bd-top { border-top: 3px solid #F0F0F2; }
.ielts #product { padding-top: 0px;;}

#container .filter + .product-list,
#container .product-list:first-child { margin-top: 0; }

.product-list li { border-radius: 8px; padding: 12px; background-color:var(--n-white); }
.product-list li.no-data { height: 120px; display: flex; align-items: center; justify-content: center; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; }
.product-list li+li { margin-top: 12px; }
.product-list li .title { display: flex; gap: 12px; align-items: center; position: relative;}
.product-list li .title img { border-radius: 8px;width: 130px;height: auto;aspect-ratio: 136 / 59;}
.product-list li .title div { display: flex; flex-direction: column; gap: 6px;align-items: flex-start; }
.product-list li .title div dl { display: flex; align-items: center; }
.product-list li .title div dl dd { font-size: var(--f-body3); line-height: 17px; letter-spacing: -0.01px; color: #3B8ED6; padding-right: 6px; margin-right: 4px; position: relative; }
.product-list li .title div dl dd::after { content: ''; display: block; position: absolute; right: 0px; top: 50%; width: 1px; height: 6px; background-color: #777777; margin-top: -1px; }
.product-list li .title div dl dd:last-child::after { display: none; }
.product-list li .title div dl dd.green { color: var(--p-color2); }
.product-list li .title div dl.badge dd { display: inline-flex; height: 25px; padding: 0 8px; align-items: center; background-color: #F8F8F8; border-radius: 4px; }
.product-list li .title div dl.badge dd::after { display: none; }
.product-list li .title div dl.badge dd.bg-red { background: #FFEDE9; color: #FF3636; }
.product-list li .title div dl.badge dd.bg-blue { background: #E8F3FF; color: #2284DB; }
.product-list li .title div dl.badge dd.bg-green { background: #F8F8F8; color: var(--p-color2); }
.product-list li .title div dl.badge dd.bg-gray { background: #F8F8F8; color: #000000; }
.product-list li .title div dl.badge dd + dd { background-color: transparent; font-weight: 500; font-size: var(--f-body2); letter-spacing: -0.01px; color: #666666; }
.product-list li .title div dl.badge dd + dd strong { color: var(--waring-color); }
.product-list li .title div h4 { font-size: var(--f-body1); letter-spacing: -0.01px; color: var(--n-mainTitle); }
.product-list li .title div h4 span { font-weight: 400; }
.product-list li .title div dl+h4 { margin-top: 6px; }
.product-list.correct li .title div dl+h4 { font-weight: 400; }
.product-list.cdt  li  .title { align-items: flex-start;}
.product-list li .title div p { font-size: var(--f-body2); letter-spacing: -0.01px; color: var(--n-info);}
.product-list li .title div p.date { font-size: var(--f-body3);  letter-spacing: -0.01px; color: var(--n-info2); }
.product-list li .title div p.date:first-child { font-size: var(--f-body2); letter-spacing: -0.01px; color: var(--n-info); margin-bottom: 3px; }
.product-list li .detail { position: relative; display: flex; flex-wrap: wrap; row-gap: 8px; margin-top: 16px; }
.product-list li .detail dl { display: flex; width: 50%; font-size: var(--f-body2);  letter-spacing: -0.01px; color: var(--n-subTitle); gap: 8px; }
.product-list li .detail.product dl,
.product-list li .detail dl:last-child { width: 100%; }
.product-list li .detail dl dt { white-space: nowrap; }

.product-list li .detail dl.full { width: 100%;}
.product-list li .detail .rate { position: absolute; right:0 ;top:0 ; font-size : var(--f-body3);color: var(--n-mainTitle);background: var(--e-speaking-color-bg);padding: 6px 12px;font-weight: 700;border-radius: 8px; }
.product-list.cdt li .detail { margin-top: 12px;;}

/* .product-list li .detail dl:last-child dd { font-weight: bold; color: var(--p-color2); } */
/* .product-list li .detail.product dl:last-child dd { font-weight: normal; color: var(--n-subTitle); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-list li .detail dl:last-child dd span { font-weight: 400; font-size: var(--f-body3); letter-spacing: -0.01px; color: #333333; } */

/* .academy .product-list li .detail dl:last-child dd { font-weight: 400; color: var(--n-subTitle);;  } */

/* 내강의실 > CDT 모의고사 에서 사용할 badge 영역 */
.product-list li .badge-area {  display: block !important;}
.product-list li .badge-area span{ display: inline-flex; padding: 4px 8px; align-items: center; background-color: #F8F8F8; border-radius: 4px;    font-size: var(--f-body3);font-weight: 600; }
.product-list li .badge-area span + span { margin-left: 2px; ;}
.product-list li .badge-area .bg-red { background: #FFEDE9; color: #FF3636; }
.product-list li .badge-area .bg-blue { background: #E8F3FF; color: #2284DB; }
.product-list li .badge-area .bg-green { background: #F8F8F8; color: var(--p-color2); }
.product-list li .badge-area .bg-gray { background: #F8F8F8; color: #000000; }

.product-list li .description { margin: 8px 0px 0px; font-size: var(--f-body3); color: var(--n-info);line-height: 16px;}
.product-list li .description span { display:block; position: relative;padding-left: 6px; }
.product-list li .description span::before { content: '';position: absolute;left: 0;top: 7px;width: 2px;height: 2px;background-color: var(--n-info);border-radius: 50%;}

.product-list li .detail.cancel dl,
.product-list li .detail dl:last-child { width: 100%; }
.product-list li .detail.cancel dl dt::before { content: '· '; display: inline; }
.product-list li .detail.cancel dl.w33 { width: 33.3% }
.product-list li .detail.cancel dl:last-child dd { font-weight: normal; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* */
.product-list li .detail.correct { column-gap: 16px; }
.product-list li .detail.correct dl { display: inline-flex; width: auto; font-size: var(--f-body3); }
.product-list li .detail.correct dl dt::before { content: '· '; display: inline; }
.product-list li .detail.correct dl dd { font-weight: bold; color: #000000; }
.product-list li .detail.correct dl dd.red { color: #D53236; }
.product-list li .detail.correct dl dd.red span { font-weight: normal; color: #000000; }
.product-list li .detail.correct.mt4 dl { display: inline-flex; width: auto; font-size: var(--f-body2); letter-spacing: -0.01px; color: #666666; }

.product-list li .detail.correct.mt4 dl dt,
.product-list li .detail.correct.mt4 dl dd { color: #666666; font-weight: normal; }

/* */

.product-list li .btn-list { display: flex; gap: 5px; margin-top: 16px; align-items: center; justify-content: flex-end; }
.product-list li .btn-list li { flex: 1 0 0; padding: 0; max-width: calc((100% - 10px) / 3) }
.product-list li .btn-list li+li { margin-top: 0; }
.product-list li .btn-list li a { height: 35px; display: flex; align-items: center; justify-content: center; background: #FFFFFF; border: 1px solid #999999; border-radius: 4px; font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; }
.product-list li .btn-go { margin-top: 15px; display: flex; align-items: center; justify-content: center; height: 40px; background-color: var(--p-color2); border-radius: var(--b-radius0); font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px; color: var(--n-white); font-weight: 500;}
.product-list li .btn-go.disabled { background-color: #ffffff; color: #999999; pointer-events: none; cursor: default; }
.product-list li .btn-go i { display: block; width: 14px; height: 14px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_play.svg); background-repeat: no-repeat; background-position: center center; background-size: 14px 14px; margin-right: 4px; }
.product-list li .dashed-wrap { margin-top: 12px; padding-top: 12px; border-top: 1px dashed #707070; }
.product-list li .dashed-wrap strong { font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; }
.product-list li .dashed-wrap p { margin-top: 8px; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; }
.product-list+h3 { margin-top: 32px; }

#welcome { padding-top : 0px;}
#welcome .welcome-list { display: grid;grid-template-columns: repeat(2, 1fr);grid-column-gap: 8px;grid-row-gap: 8px; }
/* #welcome .welcome-list li { flex: 1 0 0; } */
#welcome .welcome-list li a { display: flex; flex-direction: column; background-color: var(--n-white); padding: 12px; align-items: center; border-radius: 8px; }
#welcome .welcome-list li a img { width: 54px; height: 54px; }
#welcome .welcome-list li .welcome-text{ margin-top: 8px;  font-size: var(--f-body3);  display: flex;align-items: center;justify-content: center;width: 100%; }
/* #welcome .welcome-list li a p { text-align: center; font-size: var(--f-body3); line-height: 14px; letter-spacing: -0.01px; color: var(--n-subTitle); margin-top: 8px; } */

.ico-download { display: inline-block; width: 20px; height: 20px; background-size: 20px 20px; background-position: center; background-repeat: no-repeat; background-image: url(https://static.edmclass.com/ielts/my_class/ico_down_d.svg); vertical-align: top; }
.ico-download:hover,
#welcomet .welcome-list li a:hover .ico-download { background-image: url(https://static.edmclass.com/ielts/my_class/ico_down.svg); }


.dw-btn.loading i.ico-download { background-image: url(https://static.edmclass.com/ielts/my_class/ico_down_loading.svg); -webkit-animation: loading 2s infinite linear; animation: loading 2s infinite linear; }
.dw-btn.success i.ico-download { background-image: url(https://static.edmclass.com/ielts/my_class/ico_down_success.svg); }

@keyframes loading {
0% { transform: rotate(0deg); }

100% { transform: rotate(359deg); }
}

/* nav */
#nav {text-align: center; font-size: var(--f-heading1); padding: 14px 0; font-weight: 700; letter-spacing: -0.4px; line-height: 28px; position: sticky; top: 40px; z-index: 10; color: var(--n-mainTitle);}
#nav::after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(6px); z-index: -1;}
#nav .ico-back { left: 16px; top: 50%; margin-top: -12px; position: absolute; display: block; width: 24px; height: 24px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-arrow.svg); background-repeat: no-repeat; background-position: center center; background-size: 24px 24px; text-indent: -99999px; overflow: hidden; }
#nav h2 { margin: 0; text-align: center; font-size: var(--f-size17); line-height: 25px; letter-spacing: -0.02px; color: #333333; }
#tab { height: 48px; background-color: #ffffff; }
#tab ul { display: flex; align-items: center; }
#tab ul li { flex: 1 1 0; }
#tab ul li a { display: flex; align-items: center; justify-content: center; height: 48px; border-bottom: 1px solid #c5c5c5; font-size: var(--f-heading3); letter-spacing: -0.02px; color: #C5C5C5; }
#tab ul li.on a { border-bottom: 2px solid var(--p-color2); font-weight: bold; color: var(--p-color2); }
.academy #tab ul li.on a {  border-bottom: 2px solid var(--p-color1); font-weight: bold; color: var(--p-color1); }
#cnt-tab>ul { display: flex; align-items: center; background: #F8F8F8 0% 0% no-repeat padding-box; border: 1px solid #C5C5C5; border-radius: 4px; height: 37px; }
#cnt-tab>ul li { flex: 1 0 0; position: relative; z-index: 0; border-left: 1px solid #c5c5c5; margin-left: -1px; }


#cnt-tab>ul li.on+li,
#cnt-tab>ul li:first-child,
#cnt-tab>ul li.on { border-left: 0px; }

#cnt-tab>ul li a { display: flex; align-items: center; justify-content: center; width: auto; height: 37px; /* UI Properties */
background-color: transparent; font-size: var(--f-size15); letter-spacing: -0.01px; color: #C5C5C5; border-radius: 4px; min-width: 146px; }

#tab-cont1 > ul + ul{margin-top: 16px;}


#cnt-tab>ul li.on+li a,
#cnt-tab>ul li:first-child a,
#cnt-tab>ul li.on a { /* padding: 0 40px; */ }
#cnt-tab>ul li.on a { font-weight: bold; background: #FFFFFF; border: 1px solid #000000; color: #000000; }
#container { padding: 24px 16px 48px; background-color: #ffffff; }
#container.bg-gray { background-color: #F0F0F2; }
.my-lecture-list li { background-color: #ffffff; padding: 16px 12px; border-radius: 8px; display: flex; flex-direction: column; }
.my-lecture-list li+li { margin-top: 16px; }
.my-lecture-list li strong { font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #46BC2F; }
.my-lecture-list li .process { display: flex; margin-top: 8px; align-items: center; justify-content: space-between; }
.my-lecture-list li .process .title-bar { width: calc(100% - 44px); }
.my-lecture-list li .process .title-bar .title { font-weight: 500; font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
.my-lecture-list li .process .title-bar .bar-wrap { display: flex; align-items: center; justify-content: space-between; }
.my-lecture-list li .process .title-bar .bar-wrap .bar { width: calc(100% - 62px); height: 4px; background-color: #e9e9e9; border-radius: 8px; }
.my-lecture-list li .process .title-bar .bar-wrap .bar div { height: 4px; border-radius: 8px; background-color: #46BC2F; }
.my-lecture-list li .process .title-bar .bar-wrap span { font-size: var(--f-body3); letter-spacing: -0.01px; color: #000000; }
.my-lecture-list li .process a.btn-play { display: block; width: 32px; height: 32px; border-radius: 4px; background-color: #46BC2F; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_play.svg); background-repeat: no-repeat; background-size: 16px 16px; background-position: center center; }
#my-lecture { padding: 24px 28px; background-color: #677C8D; }
#my-lecture strong { font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #ffffff; }
#my-lecture .process { display: flex; margin-top: 8px; align-items: center; justify-content: space-between; }
#my-lecture .process .title-bar { width: calc(100% - 44px); }
#my-lecture .process .title-bar .title { font-weight: 500; font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #ffffff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; }
#my-lecture .process .title-bar .bar-wrap { display: flex; align-items: center; justify-content: space-between; }
#my-lecture .process .title-bar .bar-wrap .bar { width: calc(100% - 62px); height: 4px; background-color: #e9e9e9; border-radius: 8px; }
#my-lecture .process .title-bar .bar-wrap .bar div { height: 4px; border-radius: 8px; background-color: #46BC2F; }
#my-lecture .process .title-bar .bar-wrap span { font-size: var(--f-body3); letter-spacing: -0.01px; color: #ffffff; }
#my-lecture .process a.btn-play { display: block; width: 32px; height: 32px; border-radius: 4px; background-color: #46BC2F; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_play.svg); background-repeat: no-repeat; background-size: 16px 16px; background-position: center center; }
#container h2.ico-list { margin: 0; font-size: var(--f-heading3); line-height: 24px; letter-spacing: -0.02px; color: #333333; padding-left: 32px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-list.svg); background-repeat: no-repeat; background-position: 0 center; background-size: 24px 24px; }
#container .lecture-title { margin-top: 12px; font-weight: bold; font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#container .filter { padding: 24px 0 16px; display: flex; align-items: center; gap: 4px; }
#container .filter:first-child { padding-top: 0; }
#container .filter select { flex: 1 0 0; }
#container .cdt-filter { margin: -24px -16px 0; background-color: #ffffff; padding: 24px 16px 0; }
#container .cdt-filter .filter { padding-top: 16px; }
#container .cdt-filter .txt { font-size : 14px; line-height : 20px; }
#container .cdt-filter + h3, #container #cdt-history-list h3 { margin-top: 24px; }
#container .option-info { display: flex; align-items: center; justify-content: space-between; font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; margin-bottom: 8px; }
#container .option-info .dw-btn { font-size: var(--f-body4); letter-spacing: -0.01px; color: #333333; }
#container .option-wrap+.option-wrap { margin-top: 16px; }
#container .option-list-wrap { border: 1px solid #C5C5C5; transition: all 0s ease-in-out; border-radius: 8px; }
#container .option-list-wrap.on { background: #F8F8F8; border: 1px solid #777777; margin: 8px 0 !important; }
#container .option-list-wrap.on:first-child { margin-top: 0 !important; }
#container .option-list-wrap+.option-list-wrap { margin-top: 8px; }

#container .option-list-title { display: flex; align-items: center; justify-content: space-between; min-height: 48px; /* UI Properties */
/* border: 1px solid #C5C5C5; */
padding: 12px 11px; font-weight: 500; font-size: var(--f-body1); letter-spacing: -0.28px; color: #222222; cursor: pointer; }

#container .option-list-wrap .option-list-title.on { padding: 12px; }
#container .option-list-title strong { display: block; width: 100%; }
#container .option-list-wrap .option-list-title i { transition: all 0s ease-in-out; }
#container .option-list-wrap .option-list-title.on i { transform: rotate(180deg); }
#container .option-list { overflow: hidden; padding: 0px; }
#container .option-list-title+.option-list { transition: all 0s ease-in-out; max-height: 0; box-sizing: border-box; visibility: hidden; }
#container .option-list-title.on+.option-list { max-height: 100vh; visibility: visible; }
#container .option-list-wrap.on .option-list { padding: 12px;  overflow-y : scroll;}
#container .option-list>li { display: flex; flex-direction: column; justify-content: center; border-top: 1px solid #C5C5C5; padding: 10px 0; }
#container .option-list>li:first-child { border-top: 0; }
#container .option-list-title+.option-list>li:first-child { /* border-top: 1px solid #C5C5C5 */ }
#container .option-list>li:first-child { padding-top: 0 !important; }
#container .option-list>li:last-child { padding-bottom: 0 !important; }
#container .option-list>li p { font-size: var(--f-body2); line-height: 19px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -0.26px; color: #333333; }
#container .option-list>li div { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
#container .option-list>li div .rate { display: flex; align-items: center; justify-content: center; width: 36px; height: 23px; border-radius: 12px; /* UI Properties */ background: #FFFFFF; border: 1px solid #C5C5C5; font-size: var(--f-size12); letter-spacing: -0.01px; color: #333333; }
#container .option-list>li div .subject { display: flex; align-items: center; justify-content: center; width: 30px; height: 17px; border-radius: 4px; font-size: var(--f-size10); letter-spacing: -0.01px; color: #FFFFFF; }
#container .option-list>li div .subject.reading { background-color: #C577F9; }
#container .option-list>li div .subject.listening { background-color: #889CFF; }
#container .option-list>li div .subject.writing { background-color: #5EDC90; }
#container .option-list>li div .subject.speaking { background-color: #F67667; }
#container .option-list>li div .teacher,
#container .option-list>li div .time,
#container .option-list>li div .down { font-size: var(--f-body3); letter-spacing: -0.24px; color: #777777; display: flex; align-items: center; }
#container .option-list>li div .down .ico-download { border: 1px solid #C5C5C5; border-radius: 4px; background-color: #ffffff; margin-left: 4px;;}
#container .option-list>li div .btn-down { display: block; width: 30px; height: 30px; background-color: #46BC2F; border-radius: 4px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico_play.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; margin-left: auto; margin-right: 0; }
#container .bg-lightgreen { padding: 16px 12px; background: #E5F8D6; border: 1px solid #91CF5F; border-radius: 8px; font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #333333; margin-bottom: 16px;}
#container .bg-white { padding: 16px 12px; background: #ffffff; display: flex; flex-direction: column; gap: 8px; border-radius: 8px; }
#container .bg-reply { background: #F8F8F8; border-radius: 4px; padding: 16px; }
.bg-white .text-gray { font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #666666; display: flex; flex-direction: column; gap: 5px; }
.bg-white .text-gray strong+strong { margin-top: 11px }
.bg-white .text-gray strong.medium { font-weight: 500;; }

#container #cnt-tab{margin-bottom: 16px;}
#container #cnt-tab+.bg-lightgreen,
#container #cnt-tab+.bg-white { margin-top: 16px; }

#container .option-category { display: flex; flex-wrap: wrap; row-gap: 16px; column-gap: 12px; background-color: #ffffff; padding: 24px 12px; border-radius: 8px; }
#container .option-category+.option-category { margin-top: 16px; }
#container .bg-lightgreen+.option-category { margin-top: 24px; }
#container .option-category dl.w100 { width: 100%; }
#container .option-category dl.w50 { width: calc(50% - 6px); }
#container .option-category dl dt { font-weight: bold; font-size: var(--f-body2); letter-spacing: -0.26px; color: #333333; }
#container .option-category dl dt::before { content: '· '; display: inline; }
#container .option-category dl dd { font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.01px; color: #333333; }
#container .option-category dl dd p { padding-left: 8px; line-height: 19px; }
#container .option-category dl dd input,
#container .option-category dl dd .select-option { width: 100%; margin-top: 12px; }

#container .option-category .btn-go { display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; /* UI Properties */
border-radius: 4px; font-size: var(--f-size15); letter-spacing: -0.01px; color: #999999; background-color: #F0F0F2; }
#container .option-category .btn-go.on { background-color: #46BC2F; color: #FFFFFF; }
#container .option-category.cancel2 { gap: 0; }
#container .option-category.cancel2 p { font-weight: 500; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px; color: #333333; }
#container .option-category.cancel2 dl { display: flex; align-items: center; margin-top: 9px; gap: 8px; }
#container .option-category.cancel2 dl dt { font-weight: 400; font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.26px; color: #777777; }
#container .option-category.cancel2 dl dt::before { display: none; }
#container .option-category.cancel2 dl dd { font-size: var(--f-body1); letter-spacing: -0.28px; color: #333333; }
#container .option-category.cancel2 dl dd span { font-size: var(--f-body2); letter-spacing: -0.26px; color: #999999; }
#container .option-category.cancel2 .btn-wrap { display: flex; align-items: center; width: 100%; margin-top: 16px; }

#container .option-category.cancel2 .btn-wrap span,
#container .option-category.cancel2 .btn-wrap a { flex: 1 0 0; display: flex; height: 40px; align-items: center; justify-content: center; font-weight: 500; font-size: var(--f-size15); letter-spacing: -0.01px; color: #999999; border: 1px solid #ffffff; border-radius: 4px; }
#container .option-category.cancel2 .btn-wrap a.btn-line { border: 1px solid #46BC2F; color: #46BC2F; }
#container .option-category.gap12 { row-gap: 12px; }
#container .option-category dl.fd-row { width: 100%; display: flex; flex-direction: row; gap: 8px; }
#container .image-file { border: 1px solid #c5c5c5; border-radius: 4px; padding: 12px 16px; width: 100%; }
#container .image-file .title { display: flex; height: 25px; align-items: center; gap: 4px; font-size: var(--f-body3); letter-spacing: -0.01px; color: #666666; margin-bottom: 12px; }
#container .image-file .title .ico-camera { display: block; width: 21px; height: 21px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-camera.svg); background-repeat: no-repeat; background-position: center center; background-size: 21px 21px; }
#container .image-file-wrap { display: flex; align-items: center; justify-content: center; width: 100%; gap: 15px; }
#container .image-file-wrap .box { display: block; background-color: white; border-radius: 5px; overflow: hidden; width: 100%; position: relative; }
#container .image-file-wrap .upload-options { position: relative; background-color: #F0F0F2; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-plus.svg); background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; cursor: pointer; overflow: hidden; text-align: center; transition: background-color ease-in-out 150ms; }
#container .image-file-wrap .upload-options input { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
#container .image-file-wrap .upload-options label { display: flex; align-items: center; width: 100%; height: 0; padding-bottom: 100%; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; overflow: hidden; }
#container .image-file-wrap .js--image-preview { position: absolute; overflow: hidden; background-color: white; background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: 0; padding-bottom: 100%; }
#container .image-file-wrap .js--image-preview.js--no-default { z-index: 2; }
#container .image-file-wrap .js--image-preview.js--no-default::after { display: none; }
#container .image-file-wrap .js--image-preview a { display: block; width: 15px; height: 15px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-thumb-delete.svg); background-repeat: no-repeat; background-position: center center; background-size: 15px 15px; position: absolute; top: 3px; right: 3px; }
#container .sm-text { font-size: var(--f-body3); letter-spacing: -0.01px; color: #666666; }

#container .correct-table { border-collapse: collapse; width: 100%; }
#container .correct-table thead th { height: 43px; background-color: #F3FFEC; font-size: var(--f-body2); letter-spacing: -0.26px; color: #333333; border-bottom: 1px solid #1D2631; border-top: 1px solid #1D2631; }
#container .correct-table.gray thead th { background-color: #F8F8F8; }
#container .correct-table tbody td { border-bottom: 1px solid #C5C5C5; height: 57px; text-align: center; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; }
#container .correct-table tbody td:first-child { text-align: left; }
#container .correct-table tbody.tdpd12 td { padding: 12px 0 !important; }
#container .correct-table tbody tr.td-reply td { border-top: hidden; padding: 0 0 12px !important; padding-left: 20px !important; background-image: url(https://static.edmclass.com/ielts/my_class/ico_reply.svg); background-size: 14px 14px; background-position: 0 0; background-repeat: no-repeat; }
#container .correct-table tbody tr.td-reply td .bg-reply { font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #D53236; text-align: left; }
#container .correct-table tbody tr.td-reply td .bg-reply strong { display: block; color: #333333; margin-bottom: 4px; }
#container .correct-table + h3 { margin-top: 12px; font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.26px; color: #333333; }
#container .delay-list { display: flex; flex-direction: column; gap: 6px;; }
#container .delay-list li { display: flex; align-items: center; justify-content: space-between; }
#container .delay-list li p { font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#container .delay-list li p::before { content: '· '; display: inline; }
#container .delay-list li span { font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #666666; margin-left: 12px; }
#container .info-pop { display: block; background-color: #ffffff; border-radius: 8px; font-size: var(--f-body3); line-height: 17px; letter-spacing: -0.01px; color: #666666; padding: 8px 12px; padding-left: 34px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-info.svg); background-size: 16px 16px; background-position: 12px center; background-repeat: no-repeat; margin-top: 16px; }
.info-popup-wrap { position: fixed; display: none; align-items: flex-end; top: 0; left: 0; right: 0; bottom: 66px; background-color: rgba(0,0,0,.7); z-index: 2; }
.correct-popup-container .info-popup-wrap { display: flex; background-color: transparent; bottom: 0; top:unset; transition: height 0.3s ease;}
.info-popup-wrap.on { display: flex; }
.info-popup-wrap .info-popup { padding: 36px 8px 16px 16px; background-color: #ffffff; border-radius: 12px 12px 0px 0px; width: 100%; position: relative; -webkit-box-shadow: 0px -10px 20px 0px rgba(238,238,238,1); -moz-box-shadow: 0px -10px 20px 0px rgba(238,238,238,1); box-shadow: 0px -10px 20px 0px rgba(238,238,238,1); }
.correct-popup-container .info-popup-wrap { height: 20%; }
.correct-popup-container .info-popup-wrap.on { height: 60%; }
.correct-popup-container .info-popup-wrap .info-popup { height: 100%; }
.correct-popup-container .info-popup-wrap .info-popup.height-auto { height: auto; }
.correct-popup-container .info-popup-wrap.on .info-popup.height-auto { height: 100%; }
.info-popup-wrap .info-popup .close-info {position: absolute; top: 16px; left: 50%; transform: translateX(-50%); width: 40px; height: 5px; background-color: var(--n-info2); margin: 0 auto; display: block; border-radius: 2.5px;}
/* .correct-popup-container .info-popup-wrap .info-popup .close-info { transform: rotate(180deg); } */
/* .correct-popup-container .info-popup-wrap.on .info-popup .close-info { transform: rotate(0); } */
.info-popup-wrap .info-popup .correct-info { display: flex; flex-direction: column; gap: 24px; }
.info-popup-wrap .info-popup .correct-info li { display: flex; align-items: flex-start; gap: 20px; }
.info-popup-wrap .info-popup .correct-info li strong { display: block; font-size: var(--f-size15); line-height: 20px; letter-spacing: -0.01px; color: #333333; margin-bottom: 8px; }
.info-popup-wrap .info-popup .correct-info li p { font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #333333; padding-left: 8px; position: relative; }
.info-popup-wrap .info-popup .correct-info li p::before { content: '·'; display: inline; position: absolute; left: 0; }
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue h4 { font-size: var(--f-size15); line-height: 21px; letter-spacing: -0.01px; color: #333333; }
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue::webkit-scrollbar{display: none;}
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue p { margin-top: 10px; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #666666; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.correct-popup-container .info-popup-wrap .info-popup img { display: none; }
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue { background: #F5FDFF; border: 1px solid #45BDF2; border-radius: 8px; padding: 2px 8px 12px; overflow: initial;}
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue + .bg-skyblue{margin-top: 8px;}
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue p { overflow: visible; -webkit-line-clamp: none; display: block; }
.correct-popup-container .info-popup-wrap .info-popup .bg-skyblue + img { display: block; margin-top: 16px; width: 100%; }
.correct-popup-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999; background-color: #ffffff; display: none;}
.correct-popup-wrap .correct-popup-header { height: 68px; background-color: #f5f5f5; position: relative; }
.correct-popup-wrap .correct-popup-header [class^=ico-] { display: block; width: 16px; height: 16px; background-repeat: no-repeat; background-size: 16px 16px; background-position: center center; text-indent: -9999px; overflow: hidden; position: absolute; top: 16px; }
.correct-popup-wrap .correct-popup-header .ico-back { left: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-back.svg); }
.correct-popup-wrap .correct-popup-header .ico-close { right: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-close.svg); }
.correct-popup-wrap .correct-popup-header h2 { margin: 0; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 68px; }
.correct-popup-wrap .correct-popup-header h2 span { font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #666666; font-weight: normal; display: block; }
.correct-popup-wrap .correct-popup-header h2 strong { margin-top: 4px; font-size: var(--f-size15); line-height: 21px; letter-spacing: -0.01px; color: #222222; }
.correct-popup-wrap .correct-popup-header-button { background-color: #f5f5f5; position: relative; padding: 0 16px 13px; display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.correct-popup-wrap .correct-popup-header-button [class^=btn] { width: 75px; height: 36px; /* UI Properties */ background: #EFF1F6; border: 1px solid #EFF1F6; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: var(--f-body1); letter-spacing: -0.01px; color: #999999; }
.correct-popup-wrap .correct-popup-header-button .btn-line.on { background: #FFFFFF; border: 1px solid #C5C5C5; border-radius: 4px; color: #333333; }
.correct-popup-wrap .correct-popup-header-button .btn-prm.on { background: #46BC2F; border: 1px solid #46BC2F; border-radius: 4px; color: #ffffff; }
.correct-popup-wrap .correct-popup-container { display: flex; flex-direction: column-reverse; height: calc(100dvh - 68px); }
.correct-popup-wrap .correct-popup-header-button + .correct-popup-container { height: calc(100dvh - 117px); }
.correct-popup-wrap .correct-popup-header-essay + .correct-popup-container { height: calc(100dvh - 394px); }
.correct-popup-wrap .correct-popup-container .correct-popup-button { padding: 16px 12px; border-top: 1px solid #C5C5C5; }
.correct-popup-wrap .correct-popup-container .correct-popup-button .btn-go { display: flex; align-items: center; justify-content: center; height: 40px; /* UI Properties */ background: #46BC2F 0% 0% no-repeat padding-box; border-radius: 4px; font-size: var(--f-body1); letter-spacing: -0.01px; color: #FFFFFF; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents { height: 100%; overflow: auto; position: relative; }
.correct-process-body.step .correct-popup-contents  { padding: 16px 8px calc(36% + 16px) 16px;    overflow: unset; }
.correct-popup-wrap .correct-popup-container .correct-popup-button + .correct-popup-contents { height: calc(100% - 73px); }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li { border-bottom: 1px solid #c5c5c5; min-height: 72px; display: flex; align-items: center; padding: 24px 16px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl { display: flex; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dt { width: 120px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl input { display: none; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl input + label { display: flex; align-items: center; min-width: 104px; gap: 8px; position: relative; }

.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl input + label::before { content: ''; display: block; width: 16px; height: 16px; border-radius: 8px; /* UI Properties */ box-sizing: border-box; background-color: #FDFDFD; border: 1px solid #333333; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl input:checked + label::before { background-color: #333333; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl input:checked + label::after { content: ''; display: block; width: 8px; height: 8px; border-radius: 4px; /* UI Properties */ background-color: #FFFFFF; position: absolute; left: 4px; top: 50%; margin-top: -4px; }

.correct-popup-wrap .correct-popup-container .correct-popup-contents .border-list li dl.vertical { flex-direction: column; gap: 12px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li:first-child label { border-top: 1px solid #ffffff; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li + li { margin-top: -1px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li input { display: none; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li label { border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; min-height: 72px; display: flex; align-items: center; padding: 0px 16px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li input:checked + label { background: #F3FFEC 0% 0% no-repeat padding-box; border-bottom: 1px solid #46BC2F; border-top: 1px solid #46BC2F; position: relative; z-index: 2; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li label dl { display: flex; align-items: center; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li label dl dt { font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; width: 78px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .label-list li label dl dd { font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; width: calc(100% - 78px); }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-select { display: flex; height: 53px; border-bottom: 3px solid #F0F0F2; padding: 0 16px; gap: 24px; overflow-x: auto; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-select li{padding: 0 8px; gap : 10px; min-width : 65px;}
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-select li a { display: block; border-bottom: 3px solid #ffffff; padding: 16px 0 11px; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.01px; color: #333333; white-space: nowrap; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-select li.on a { border-bottom: 3px solid #46BC2F; color: #46BC2F; font-weight: bold; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-wrap { padding: 24px 16px; display: flex; flex-direction: column; gap: 16px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-wrap .topic { padding: 12px; background: #E5F8D6; border: 1px solid #91CF5F; border-radius: 8px; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; display: flex; flex-direction: column; gap: 6px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .topic-wrap .topic-chart img { width: 100%; }

.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li:first-child label { border-top: 1px solid #ffffff; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li + li { margin-top: -1px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li input { display: none; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label { border-top: 1px solid #c5c5c5; border-bottom: 1px solid #c5c5c5; min-height: 84px; display: flex; align-items: center; padding: 0px 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-check-off.svg); background-repeat: no-repeat; background-position: right 16px center; background-size: 24px 24px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li input:checked + label { position: relative; z-index: 2; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-check.svg); }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl { display: flex; align-items: center; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dt { font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; display: flex; align-items: center; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dt img { width: 60px; height: 60px; margin-right: 16px; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dt span { display: block; width: 150px; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dd { font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; width: calc(100% - 78px); }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dd a { font-size: var(--f-body2); letter-spacing: -0.01px; color: #666666; display: flex; align-items: center; }
.correct-popup-wrap .correct-popup-container .correct-popup-contents .teacher-list li label dl dd a .ico-video { display: block; width: 22px; height: 22px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-video.svg); background-repeat: no-repeat; background-position: center center; background-size: 22px 22px; margin-left: 4px; margin-top: 1px; }

.correct-popup-wrap .correct-popup-container .correct-popup-contents .textWrap{padding: 0;}
.correct-popup-wrap .correct-popup-container .correct-popup-contents .text-essay { border: 0; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; height: 100%; padding: 0 3px 0 0; border-radius: 0;}
.correct-popup-wrap .correct-popup-container .correct-popup-contents .text-essay::-webkit-scrollbar{display: block; width: 5px;}
.correct-popup-wrap .correct-popup-container .correct-popup-contents .text-essay::-webkit-scrollbar-track{background: transparent;}
.correct-popup-wrap .correct-popup-container .correct-popup-contents .text-essay::-webkit-scrollbar-thumb{background: var(--b-color2); border-radius: 8px;}

.correct-popup-wrap .correct-popup-container .correct-detail-info { padding: 16px; max-height: 117px; overflow-y: auto; }
.correct-popup-wrap .correct-popup-container .correct-detail-info div { display: flex; align-items: center; gap: 20px; font-size: var(--f-body3); line-height: 17px; letter-spacing: -0.01px; color: #666666; }
.correct-popup-wrap .correct-popup-container .correct-detail-info p { font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333; margin-top: 4px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap { padding: 32px 16px; border-top: 3px solid #f0f0f2; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap:last-child { padding-bottom: 25vh; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap h3 { font-weight: 500; font-size: var(--f-heading3); line-height: 24px; letter-spacing: -0.02px; color: #333333; margin-bottom: 16px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap h3 strong { color: #D53236; }
.correct-detail-wrap h4 { display: flex; align-items: center; font-weight: 500; font-size: var(--f-heading3); letter-spacing: -0.02px; color: #000000; gap: 4px; margin-top: 16px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap h5 { font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.01px; color: #666666; font-weight: normal; margin-top: 16px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap h5 strong { color: #46BC2F; }
.correct-detail-wrap h4 i.ico-score { display: block; width: 26px; height: 26px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-score.svg); background-repeat: no-repeat; background-size: 26px 26px; background-position: center center; }
.correct-detail-wrap h4 strong { font-size: var(--f-heading1); letter-spacing: -0.02px; color: #46BC2F; }

.correct-detail-wrap .score-wrap { display: flex; flex-wrap: wrap; margin-top: 16px; }
.correct-detail-wrap .score-wrap > .box{width: calc(50% - 4px); margin-bottom: 8px; border: 1px solid var(--s-color1); border-radius: var(--b-radius0); height: 73px; box-shadow: var(--box-shadow1); position: relative; padding-right: 38px;}
.correct-detail-wrap .score-wrap > .box:nth-child(2n-1){margin-right: 8px;}
.correct-detail-wrap .score-wrap > .box:nth-last-of-type(1),
.correct-detail-wrap .score-wrap > .box:nth-last-of-type(2){margin-bottom: 0;}
.correct-detail-wrap .score-wrap > .box > *{height: 100%; display: flex; align-items: center;}
.correct-detail-wrap .score-wrap > .box .txt{font-weight: 500; padding-left: 8px;}
.correct-detail-wrap .score-wrap > .box .score{position: absolute; width: 38px; border-left: 1px solid var(--s-color1); text-align: center; color: #1D1D1F; font-weight: 900; right: 0; top: 0; justify-content: center;}
.correct-detail-wrap .score-wrap > .box.btnBox{padding-right: 70px;}
.correct-detail-wrap .score-wrap > .box .buttonWrap{position: absolute; top: 0; right: 0; width: 70px; font-size: var(--f-body3); line-height: 16px; letter-spacing: -0.24px; padding-right: 8px;}
.correct-detail-wrap .score-wrap > .box .buttonWrap a{border: 1px solid var(--p-color2); color: var(--p-color2); border-radius: var(--b-radius0); height: 34px; line-height: 34px; padding: 0 9px; display: inline-block; font-weight: 500; background-color: var(--n-white);}
.correct-detail-wrap .score-wrap > .box .buttonWrap .waiting{color: var(--n-deactivate); border-color: var(--n-deactivate); touch-action: none; pointer-events: none;}
.correct-detail-wrap .score-wrap > .box.r .txt{color: #C577F9;}
.correct-detail-wrap .score-wrap > .box.l .txt{color: #889CFF;}
.correct-detail-wrap .score-wrap > .box.s .txt{color: #FF7D6E;}
.correct-detail-wrap .score-wrap > .box.w .txt{color: #59E691;}
/* .correct-detail-wrap .score-wrap div { width: calc(50% - 6px); box-shadow: 0px 3px 6px #0000001A; border: 1px solid #C5C5C5; border-radius: 8px; overflow: hidden; }
.correct-detail-wrap .score-wrap div table { height: 73px; border-collapse: collapse; width: 100%; }
.correct-detail-wrap .score-wrap div table tr th { background: transparent linear-gradient(127deg, #E6FFDC 0%, #D9F6E9 100%) 0% 0% no-repeat padding-box; width: 106px; text-align: left; padding-left: 12px; font-weight: 500; font-size: var(--f-body2); line-height: 16px; letter-spacing: -0.01px; color: #000000; border-right: 1px solid #c5c5c5; }
.correct-detail-wrap .score-wrap div table tr th:last-child { border-right: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 100%; padding-right: 5px; }
.correct-detail-wrap .score-wrap div table tr th a.btn.line { display: flex; width: 60px; height: 33px; align-items: center; justify-content: center; font-weight: bold; font-size: var(--f-body3); letter-spacing: 0px; color: #999999; border: 1px solid #999999; border-radius: 4px; background-color: #ffffff; }
.correct-detail-wrap .score-wrap div table tr th a.btn.line.on { color: #46BC2F; border: 1px solid #46BC2F; }
.correct-detail-wrap .score-wrap.cdt div table tr th { background: transparent; font-size: var(--f-body1); }
.correct-detail-wrap .score-wrap.cdt div:first-child table tr th { color: #889CFF; }
.correct-detail-wrap .score-wrap.cdt div:nth-child(2) table tr th { color: #C577F9; }
.correct-detail-wrap .score-wrap.cdt div:nth-child(3) table tr th { color: #5EDC90; }
.correct-detail-wrap .score-wrap.cdt div:last-child table tr th { color: #F67667; }
.correct-detail-wrap .score-wrap div table tr td { text-align: center; font-weight: 900; font-size: var(--f-body1); letter-spacing: -0.01px; color: #000000; } */
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down { margin-top: 8px; display: flex; flex-direction: column; gap: 8px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a { display: flex; padding: 8px 12px; background: #FFFFFF; border: 1px solid #C5C5C5; border-radius: 8px; align-items: center; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a i { margin-left: auto; width: 24px; height: 24px; background-size: 24px 24px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a img { width: 54px; height: 54px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a div { display: flex; flex-direction: column; justify-content: center; margin-left: 12px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a div .file-name { text-decoration: underline; font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #4C4BAE; margin-bottom: 2px; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down a div .date { font-size: var(--f-body3); line-height: 17px; letter-spacing: -0.01px; color: #777777; }
.correct-popup-wrap .correct-popup-container .correct-detail-wrap .file-down + textarea { border-radius: 8px; margin-top: 12px; }
.correct-detail-wrap .cmt-wrap .cmt-write { display: flex; }

.correct-detail-wrap .cmt-wrap .cmt-write textarea { flex-grow: 1; height: 44px; /* UI Properties */
background: #F6F6F6 0% 0% no-repeat padding-box; border-radius: 8px 0px 0px 8px; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px; color: #999999; padding: 12px; border: 0; width: calc(100% - 60px); }

.correct-detail-wrap .cmt-wrap .cmt-write button { width: 60px; height: 44px; /* UI Properties */
background: #999999 0% 0% no-repeat padding-box; font-size: var(--f-size15); letter-spacing: -0.01px; color: #FFFFFF; border: 0; outline: 0; border-radius: 0px 8px 8px 0px; }

.correct-detail-wrap .cmt-wrap .cmt-view { margin-top: 22px; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-view-wrap { padding: 16px 8px; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-info { display: flex; align-items: center; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-info .ico-profile { display: block; width: 34px; height: 34px; border-radius: 100%; margin-right: 8px; background-size: 34px 34px; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-info strong { font-size: var(--f-body1); letter-spacing: -0.01px; color: #222222; margin-right: 8px; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-info span { font-size: var(--f-body3); letter-spacing: -0.01px; color: #777777; }
.correct-detail-wrap .cmt-wrap .cmt-view .cmt-contents { font-size: var(--f-body2); line-height: 21px; letter-spacing: -0.01px; color: #777777; margin-top: 8px; }
.correct-detail-wrap .cmt-wrap .cmt-button { margin-top: 12px; display: flex; gap: 20px; }
.correct-detail-wrap .cmt-wrap .cmt-button a { font-size: var(--f-body3); line-height: 24px; letter-spacing: -0.28px; color: #999999; }
.correct-detail-wrap .cmt-wrap .cmt-view>ul>li>.cmt-view-wrap { background-color: #F8F8F8; }
.correct-detail-wrap .cmt-wrap .cmt-view>ul>li:first-child { border-top: 0; }
.correct-detail-wrap .cmt-wrap .cmt-view>ul { border-bottom: 1px solid #c5c5c5; }
.correct-detail-wrap .cmt-wrap .cmt-view ul li { border-top: 1px solid #C5C5C5; position: relative; }
.correct-detail-wrap .cmt-wrap .cmt-view ul li .ico-delete { display: block; width: 30px; height: 30px; background-image: url(https://static.edmclass.com/ielts/my_class/ico_delete.svg); background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; position: absolute; top: 16px; right: 16px; }
.correct-detail-wrap .cmt-wrap .cmt-view ul.depth li { padding-left: 30px; }
.correct-detail-wrap .cmt-wrap .cmt-view ul li .at { color: #4C4BAE; }
.correct-detail-wrap .cmt-wrap .cmt-view ul li .at::after { content: ' '; display: inline; }
.correct-detail-wrap .cmt-wrap .cmt-view .file-wrap ul li{border : 0px;}
.overflow-wrap { height: 100%; overflow-y: auto; display: none; }
.info-popup-contents { height: 100%; overflow-y: auto; padding-right: 3px;}
.info-popup-contents::-webkit-scrollbar{display: block; width: 5px;}
.info-popup-contents::-webkit-scrollbar-track{background: transparent;}
.info-popup-contents::-webkit-scrollbar-thumb{background: var(--b-color2); border-radius: 8px;}
.correct-popup-container .info-popup-wrap h3 { font-size: var(--f-size15); letter-spacing: -0.01px; color: #000000; display: flex; align-items: center; gap: 8px; }
.correct-popup-container .info-popup-wrap h3 .ico-pencil { display: block; width: 30px; height: 30px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-pencil.svg); background-repeat: no-repeat; background-position: center center; background-size: 30px 30px; }
.correct-popup-container .info-popup-wrap.on h3 { display: none; }
.correct-popup-container .info-popup-wrap.on .overflow-wrap { display: block; }
.correct-popup-container .info-popup-wrap.on .overflow-wrap h3 { display: flex; margin-top: 30px; }
.correct-popup-container .info-popup-wrap.on .overflow-wrap h3 + p { font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #666666; margin-top: 10px; }
.speaking-textarea [class^=swiper-pagination] { margin-bottom: 24px; }
.speaking-textarea [class^=swiper-pagination] .swiper-pagination-bullet { display: inline-flex; background-color: transparent; margin-right: 16px; margin-left: 0;; opacity: 1; font-size: var(--f-body2); letter-spacing: -0.01px; color: #666666; border-radius: 0; padding: 0 12px; width: auto; height: 35px; background: #F8F8F8; border-radius: 23px; align-items: center; justify-content: center; }
.speaking-textarea [class^=swiper-pagination] .swiper-pagination-bullet-active { background: #273039; color: #ffffff; border-radius: 23px; }
.correct-popup-header-essay { background-color: #F5F5F5; padding: 12px 24px 24px; }
.correct-popup-header-essay .essay-wrap { background: #FFFFFF; box-shadow: 0px 3px 6px #00000029; border-radius: 12px; }
.correct-popup-header-essay .speaking-textarea [class^=swiper-pagination] { margin-bottom: 16px; }
.correct-popup-header-essay .speaking-textarea [class^=swiper-pagination] .swiper-pagination-bullet { margin-bottom: 0; }
.correct-popup-header-essay .essay-wrap  > div { padding: 20px; height: 190px; overflow: auto; }
.correct-popup-header-essay .essay-wrap > div > p{font-size : var(--f-size14); line-height: 20px;}
.correct-popup-header-essay .swiper-slide .essay-wrap > div { padding: 20px; height: 190px; overflow: auto; }
.speaking-textarea .record {height : auto !important;}
.speaking-textarea .record-wrap { padding: 48px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; position : relative; margin-top : 30px; background: #fff; }
.speaking-textarea .record-wrap p { font-weight: bold; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.01px; color: #333333; }

.correct-popup-container .record-wrap .ico-record { width: 70px; height: 70px; /* UI Properties */
background: #F3393D 0% 0% no-repeat padding-box; box-shadow: 3px 3px 6px #F3393D80; border-radius: 100%; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-record.svg); background-size: 34px 34px; background-position: center center; background-repeat: no-repeat; text-indent: -99999px; margin: 20px 0 24px; }

.correct-popup-container .record-wrap .add-file { display: block; width: 100%; height: 43px; border: 1px solid #C5C5C5; border-radius: 4px; text-indent: -99999px; overflow: hidden; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-add-file.svg); background-size: 16px 16px; background-position: center center; background-repeat: no-repeat; }

.correct-popup-container .record-wrap.disabled p { font-weight: normal; color: #999999; }
.correct-popup-container .record-wrap.disabled .ico-record { background-color: #C5C5C5; box-shadow: none; pointer-events: none; cursor: default; }
.correct-popup-container .record-wrap.disabled .add-file { display: flex; align-items: center; justify-content: center; width: 100%; height: 43px; border: 1px solid #C5C5C5; border-radius: 4px; text-indent: 0; overflow: hidden; background-image: none; text-align: center; font-size: var(--f-body2); letter-spacing: -0.01px; color: #4C4BAE; }
.correct-popup-container .record-wrap.disabled .add-file .ico-file-delete { display: block; width: 16px; height: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-delete-file.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; margin-left: 8px; }
.correct-popup-container .record-wrap.recording p { display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: var(--f-size15); line-height: 21px; letter-spacing: -0.01px; color: #444444; }
.correct-popup-container .record-wrap.recording p::before { content: ''; display: block; width: 10px; height: 10px; background: #F3393D; border-radius: 10px; margin-right: 8px; }
.correct-popup-container .record-wrap.recording .voice { display: block; width: 100%; height: 53px; margin: 12px 0 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/img-voice.svg); background-repeat: no-repeat; background-size: 248px 53px; background-position: center center; }
.correct-popup-container .record-wrap .record-btn { display: flex; align-items: center; justify-content: space-between; width: 264px; }
.correct-popup-container .record-wrap.recording .record-btn .ico-speaker,
.correct-popup-container .record-wrap.playing .record-btn .ico-speaker { display: block; width: 28px; height: 28px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-speaker.svg); background-repeat: no-repeat; background-size: 28px 28px; background-position: center center; }
.correct-popup-container .record-wrap.recording .record-btn .ico-playing { display: block; width: 52px; height: 52px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-rec-stop.svg); background-repeat: no-repeat; background-size: 52px 52px; background-position: center center; }
.correct-popup-container .record-wrap.recording .record-btn .ico-setting,
.correct-popup-container .record-wrap.playing .record-btn .ico-setting { display: block; width: 28px; height: 28px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-setting.svg); background-repeat: no-repeat; background-size: 28px 28px; background-position: center center; }
.correct-popup-container .record-wrap.playing .record-btn .ico-playing { display: block; width: 52px; height: 52px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-rec-play.svg); background-repeat: no-repeat; background-size: 52px 52px; background-position: center center; }

.correct-popup-container .record-wrap.playing .record-btn .stop { display: block; width: 52px; height: 52px; background-image: url(https://static.edmclass.com/ielts/my_class/ico_stop.svg); background-repeat: no-repeat; background-size: 52px 52px; background-position: center center; }

.correct-popup-container .record-wrap.playing .timeline { display: flex; align-items: center; justify-content: center; height: 53px; position: relative; width: 250px; margin: 29px 0 16px; }
.correct-popup-container .record-wrap.playing .timeline span { position: absolute; top: 50%; transform: translateY(-50%); }
.correct-popup-container .record-wrap.playing .timeline span.now { left: 0; }
.correct-popup-container .record-wrap.playing .timeline span.end { right: 0; }

.correct-popup-container .record-wrap.playing .timeline .bar { width: 180px; height: 4px; /* UI Properties */ background: #C5C5C5 0% 0% no-repeat padding-box; }
.correct-popup-container .record-wrap.playing .timeline .bar .bar-ing { height: 4px; /* UI Properties */ background: #46BC2F 0% 0% no-repeat padding-box; }

.correct-popup-container .record-wrap.playing .btn-list {display: flex; flex-wrap : wrap; gap: 30px;}
.correct-popup-container .record-wrap.playing .re-record { display: flex; align-items: center; font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; margin-top: 32px; }
.correct-popup-container .record-wrap.playing .re-record .ico-refresh { display: block; width: 18px; height: 18px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-rec-re.svg); background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; }
.correct-popup-container .record-wrap.playing .re-down { display: flex; align-items: center; font-size: var(--f-body3); letter-spacing: -0.01px; color: #666666; position: absolute; right: 12px; top: 16px; }
.correct-popup-container .record-wrap.playing .re-down i { width: 24px; height: 24px; background-size: 24px 24px; }
.correct-popup-container .record-wrap.playing .re-upload { display: flex; align-items: center; font-size: var(--f-body2); letter-spacing: -0.01px; color: #333333; margin-top: 32px; }
.correct-popup-container .record-wrap.playing .re-upload.uploadAudio { font-weight: bold; text-decoration: underline; }
.cdt-history { margin-top: 16px; }
.cdt-history li { padding: 16px; background-color: var(--n-white); border-radius: var(--b-radius0); }
.cdt-history li + li { margin-top: 16px; }
/* .cdt-history li p { font-weight: 500; font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.01px; color: #333333; } */
.cdt-history #noData {border: none !important; padding: 34px 0 !important;}
#btn { padding: 0 16px 16px; display: flex; align-items: center; background: #ffffff; }
#btn .btn-go { background-color: #46BC2F; color: #FFFFFF; display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; /* UI Properties */ border-radius: 4px; font-size: var(--f-size15); letter-spacing: -0.01px; }
#btn .btn-write,
#btn .btn-list,
#btn .btn-delete { color: #999999; background-color: #F0F0F2; display: flex; align-items: center; justify-content: center; width: 58px; height: 36px; /* UI Properties */
border-radius: 4px; font-size: var(--f-size15); letter-spacing: -0.01px; margin-left: auto; margin-right: 0; }
#btn .btn-write.on { background-color: #46BC2F; color: #FFFFFF; }
#btn .btn-list.on { background-color: #999999; color: #FFFFFF; }
#btn .btn-delete.on { background-color: #D53236; color: #FFFFFF; }
#btn .btn-list { margin-left: 0; margin-right: auto; }
#btn .btn-delete { margin-left: 8px; margin-right: 0; }
.ico-pencil-white { display: block; width: 20px; height: 20px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-pencil-white.svg); background-repeat: no-repeat; background-position: center center; background-size: 20px 20px; margin-right: 4px; }
.board-list li { border-bottom: 1px dashed #C5C5C5; }
.board-list li a { display: block; padding: 16px 0; }
.board-list li:first-child a { padding-top: 0; }
.board-list li a p { display: block; align-items: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333; line-height: 20px; }
.board-list li a p .ico-new { display: inline-block; width: 16px; height: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-new.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; vertical-align: middle; }
.board-list li a p:nth-child(2) { margin-top: 4px; font-weight: 400; font-size: var(--f-body2); line-height: 20px; letter-spacing: -0.01px; color: #666666; }
.board-list li a div { font-size: var(--f-body2); line-height: 17px; letter-spacing: -0.01px; color: #999999; margin-top: 8px; }
.board-list li a div .green { color: #46BC2F; }
.board-list li a div strong { margin-right: 3px; }
.file-wrap h4 { display: flex; align-items: center; font-weight: 400; font-size: var(--f-body1); letter-spacing: -0.01px; color: #333333 }
.file-wrap h4 .ico-camera { display: block; width: 21px; height: 21px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-camera.svg); background-repeat: no-repeat; background-position: center center; background-size: 21px 21px; margin-right: 4px; }

 .file-wrap .add-file,
.file-wrap .file-list { margin-top: 12px; background: #FFFFFF; border: 1px solid #C5C5C5; border-radius: 4px; }
.file-wrap .add-file { text-indent: -99999px; overflow: hidden; height: 42px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-add-file.svg); background-size: 16px 16px; background-position: center center; background-repeat: no-repeat; }
.file-wrap .file-list { padding: 12px; }
.file-wrap .file-list ul li { font-size: var(--f-body2); letter-spacing: -0.01px; color: #4C4BAE; display: flex; align-items: center; }
.file-wrap .file-list ul li a { color: #4C4BAE; }
.file-wrap .file-list ul li .ico-file-delete { display: block; width: 16px; height: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/mo/ico-delete-file.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; margin-left: 8px; }


.board-view .pd-title { font-weight: bold; font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.26px; color: #333333; }
.board-view .pd-name { font-size: var(--f-size15); line-height: 21px; letter-spacing: -0.01px; color: #333333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 4px; }
.board-view .date { margin-top: 8px; font-size: var(--f-body2); line-height: 19px; letter-spacing: -0.01px; color: #999999; }
.board-view .date strong { color: #333333; }
.board-view div { margin: 24px 0 52px; font-size: var(--f-body1); line-height: 1.7; letter-spacing: -0.01px; color: #333333; }
.board-view ~ .correct-detail-wrap { border-top: 3px solid #f0f0f2; padding: 0 16px; padding-top: 32px; margin: 32px -16px 0; }

/* alert */

.alert-wrap { background: #FFFFFF 0% 0% no-repeat padding-box; box-shadow: 0px 3px 6px #00000029; border: 1px solid #D9D9D9; border-radius: 12px; padding: 24px 24px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 60px); display: none; flex-direction: column; align-items: center; z-index: 999999; /* margin: 0 30px; */ }
.alert-wrap.on { display: flex; }
.alert-wrap .ico-close { position: absolute; top: 14px; right: 11px; display: block; width: 16px; height: 16px; background-image: url(https://static.edmclass.com/ielts/my_class/ico_alert_close.svg); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; }
.alert-wrap [class^=ico-alert-icon] { display: block; width: 50px; height: 50px; border-radius: 100%; background-repeat: no-repeat; background-position: center center; background-size: 50px 50px; }
.alert-wrap .ico-alert-icon1 { background-image: url(https://static.edmclass.com/ielts/my_class/ico_alert_icon1.svg); }
.alert-wrap .ico-alert-icon2 { background-image: url(https://static.edmclass.com/ielts/my_class/ico_alert_icon2.svg); }
.alert-wrap .ico-alert-icon3 { background-image: url(https://static.edmclass.com/ielts/my_class/ico_alert_icon3.svg); }
.alert-wrap .alert-contents { padding: 25px 0 24px; text-align: center; font-size: var(--f-body1); line-height: 21px; letter-spacing: -0.01px; color: #333333CC; }
.alert-wrap .alert-contents ul { margin-top: 16px; }
.alert-wrap .alert-contents ul li { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; font-size: var(--f-body1); line-height: 24px; letter-spacing: -0.01px; color: #000000; }
.alert-wrap .alert-btn { display: flex; gap: 8px; }
.alert-wrap .alert-btn .button { font-weight: bold; font-size: var(--f-heading3); line-height: 24px; letter-spacing: -0.02px; color: #000000; padding: 9px 16px; }
.alert-wrap .alert-btn .button.error { color: #D53236; }


.d-none {display: none;}


.volume { display: none; position: relative; top: 30px; padding: 8px 5px; background-color: #000000; flex-direction: column; gap: 4px; right: 0px; }
.volume:not(:checked)>input { position: absolute; top: -9999px; }
.volume:not(:checked)>label { display: block; width: 15px; height: 6px; background: #FFFFFF; cursor: pointer; }
.volume>input:checked~label { background: #46BC2F; }
.volume:not(:checked)>label:hover,
.volume:not(:checked)>label:hover~label { color: #46BC2F; }
.volume>input:checked+label:hover,
.volume>input:checked+label:hover~label,
.volume>input:checked~label:hover,
.volume>input:checked~label:hover~label,
.volume>label:hover~input:checked~label { color: #46BC2F; }

.playx { display: none; position: absolute; bottom: -40px; padding: 8px 8px; background-color: #000000; flex-direction: column; gap: 4px; right : 0px;}
.playx span { white-space: nowrap; font-size:var(--f-body2); line-height: 19px; letter-spacing: -0.01px; margin-bottom: 5px; color: #ffffff; }
.playx:not(:checked)>input { position: absolute; top: -9999px; }
.playx:not(:checked)>label { display: block; cursor: pointer; color: #ffffff; white-space: nowrap; font-size:var(--f-body4); letter-spacing: -0.01px; color: #FFFFFF; }
.playx>input:checked+label { color: #46BC2F; }
.playx:not(:checked)>label:hover,
.playx:not(:checked)>label:hover+label { color: #46BC2F; }
.on > .volume, .on > .playx{display:flex;}

.certificateArea .popupWrap-common .infoWrap #product {margin-top : 0; padding : 10px 16px; background: #fff; }

/* mobile board */
.file-list{display:none;}
.has-files .file-list{display:block;}
.active .file-list{display:block;}

.product-list.cdt li .btn-go.disabled{font-size : var(--f-size12);height : 30px;margin-bottom :-5px;margin-top : 10px;}


.dashboard #product .product-list{margin-top : 16px;}

/*임시팝업*/
.notice-container { width: 100%; text-align: left; }
.notice-link {font-family: 'Noto Sans KR', sans-serif;font-weight: 400;font-size: 12px;line-height: 16px;letter-spacing: -0.02em;display: flex;align-items: center;width: 100%;position: relative;text-decoration: none;color: #0059FF!important;background-color: #EDF5FA; border-radius: 50px;padding: 12px 16px;margin-bottom: 15px;}
.notice-icon-left {width: 16px; height: 16px; margin-right : 2px;}
.notice-icon-right-wrapper {position: absolute;right: 16px;top: 50%;transform: translateY(-50%);}
.notice-icon-right {width: 20px;height: 20px;}




/*************************************************************
    더보기가 있는 본문, 댓글 (공통)
*************************************************************/
.container_m .comment .box textarea,
.container_m .userContentText textarea{background-color: transparent; padding: 0; border: none; font-size: inherit; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -moz-box-orient: vertical; display: -moz-box; display: -webkit-box; height: auto; line-height: 16px; letter-spacing: -0.24px; color: var(--n-subTitle);}
.container_m .comment .box textarea:focus-visible,
.container_m .userContentText textarea:focus-visible{outline: none;}
.container_m .comment .box .moreBtn,
.container_m .userContentText .moreBtn{text-decoration: underline; color: var(--n-info2); font-weight: 500; margin-top: 6px;}
.container_m .comment .box .textWrap,
.container_m .userContentText .textWrap{line-height: 16px; letter-spacing: -0.24px;}
/* 댓글 */
.container_m .commentArea .box{position: relative; border-radius: var(--b-radius0); padding: 12px; font-size: var(--f-body3); }
.container_m .commentArea .box .manager{border-bottom: 1px solid var(--s-color1); padding-bottom: 9px; margin-bottom: 8px; display: flex; align-items: center;}
.container_m .commentArea .box .manager .profile{width: 32px; height: 32px; border-radius: var(--b-radius3); border: 1px solid var(--s-color1); background-image: url('https://static.edmclass.com/common/board/comment-profile.png'); background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; position: relative;}
.container_m .commentArea .box .manager .profile.teacher{background-image: url('https://static.edmclass.com/common/board/comment-profile-t.png');}
.container_m .commentArea .box .manager .profile.manager{background-image: url('https://static.edmclass.com/common/board/comment-profile-m.png');}
.container_m .commentArea .box .manager .info{padding-left: 8px; font-size: var(--f-body4); color: var(--n-info); line-height: 14px; letter-spacing: -0.22px;}
.container_m .commentArea .box .manager .info .name{font-weight: 700; color: var(--n-subTitle); font-size: var(--f-body1); line-height: 20px; letter-spacing: -0.28px;}
.container_m .commentArea .box .remove-comment{position: absolute; top: 12px; right: 12px; width: 14px; height: 14px; background-image: url('https://static.edmclass.com/common/popupCloseBtn_mo.svg'); background-repeat: no-repeat; background-size: contain; background-position: center;}
.container_m .commentArea .box .textWrap .buttonWrap{padding-top: 4px;}
.container_m .commentArea .box .textWrap .buttonWrap > * + *{margin-left: 17px; position: relative;}
.container_m .commentArea .box .textWrap .buttonWrap > * + *::before{content: ''; position: absolute; left: -8.5px; top: 50%; transform: translateY(-50%); width: 1px; height: 8px; background-color: var(--s-color1);}
.container_m .commentArea .box .textWrap .buttonWrap .add-comment{background-image: url('https://static.edmclass.com/common/board/add-comment-icon.svg'); background-repeat: no-repeat; background-size: 14px; background-position: left center; padding-left: 18px;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment{display: flex; cursor: default;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment p{cursor: pointer;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment .num{font-weight: 500; display: inline-block;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment .type2{display: none;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment.hide .type1{display: none;}
.container_m .commentArea .box .textWrap .buttonWrap .hide-comment.hide .type2{display: inline-block;}
.container_m .comment{padding-left: 24px; padding-top: 16px; position: relative;}
.container_m .comment::before{content: ''; position: absolute; left: 0; top: 16px; background-image: url('https://static.edmclass.com/common/board/refund-comment.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 16px; height: 16px;}
.container_m .comment .box{background-color: var(--b-color5);}
.container_m .comment .box .textWrap .text{max-height: 63px; overflow: hidden;}
.container_m .comment .box textarea{line-clamp: 4; -webkit-line-clamp: 4;}
/* 답글 달기 - input */
.container_m .commentArea .replyArea .replyInputWrap .pictureWrap{display: none;}
.container_m .commentArea .replyArea .replyInputWrap{margin-top: 8px; padding-left: 24px; margin-top: 8px; position: relative; display: none;} /* 답글 -input */
.container_m .commentArea .replyArea.input .replyInputWrap{display: block;}
/* 화살표가 없는 코멘트 */
.container_m .comment.n{padding-left: 0;}
.container_m .comment.n::before{display: none;}
/* 본문 */
.container_m .userContentText .textWrap .text{max-height: 98px; overflow: hidden;}
.container_m .userContentText textarea{line-clamp: 6; -webkit-line-clamp: 6; cursor: pointer;}
.container_m .userContentText .imgWrap{width: 100%; max-width: 328px; border-radius: var(--b-radius0); overflow: hidden; margin-top: 14px; height: 100px; position: relative;}
.container_m .userContentText .imgWrap img{width: 100%; object-fit: contain; border-radius: var(--b-radius0);}
.container_m .userContentText .imgWrap img + img{margin-top: 8px;}
.container_m .userContentText .imgWrap .allNum{position: absolute; bottom: 0; right: 0; background-color: rgba(29, 29, 31,0.5); color: var(--n-white); font-size: var(--f-body4); font-weight: 700; width: 16px; height: 16px; border-top-left-radius: 4px; text-align: center; line-height: 16px;}
.container_m .userContentText .imgWrap .allNum::after{content: ''; position: absolute; width: 100%; height: 100%; backdrop-filter: blur(6px);}
/* 더보기 클릭 후 */
.container_m .comment .box .textWrap.allView .text,
.container_m .userContentText .textWrap.allView .text{max-height: initial;}
.container_m .comment .box .textWrap.allView .text textarea,
.container_m .userContentText .textWrap.allView .text textarea{max-height: initial; line-clamp: initial; -webkit-line-clamp: initial;}
.container_m .comment .box .textWrap.allView .text textarea:focus-visible,
.container_m .userContentText .textWrap.allView .text textarea:focus-visible{outline: 1px solid transparent; border-color: transparent;}
.container_m .userContentText .textWrap.allView .imgWrap{height: auto;}
.container_m .userContentText .textWrap.allView .imgWrap .allNum{display: none;}
.container_m .comment .box .textWrap.allView .moreBtn,
.container_m .userContentText .textWrap.allView .moreBtn{display: none;}
/* 회색 배경 > 댓글 컬러 */
.container_m .commentArea.gray{background-color: transparent;}
.container_m .commentArea.gray .box{background-color: var(--n-white); border: 1px solid var(--s-color1);}
