/* 회원가입 영역 */
#membersJoinWrap { width: 100%; float: left; padding: 30px; }

#membersJoinWrap .formWrap { width: 100%; float: left; }
#membersJoinWrap .formWrap > form { width: 100%; float: left; }
#membersJoinWrap .formWrap > form > table { width: 100%; float: left; border: 1px solid #DDD; table-layout: fixed; }
#membersJoinWrap .formWrap > form > table tbody > tr > * { border-bottom: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; }
#membersJoinWrap .formWrap > form > table tbody > tr > *:last-child { border-right: 0; }
#membersJoinWrap .formWrap > form > table tbody > tr:last-of-type > * { border-bottom: 0; }
#membersJoinWrap .formWrap > form > table tbody > tr > th { font-size: 13px; font-weight: bold; color: #333; background-color: #FAFAFA; text-align: left; padding: 10px; vertical-align: top; }
#membersJoinWrap .formWrap > form > table tbody > tr > th.important::before { content: "*"; color: #DC3333; margin-right: 2px; }
#membersJoinWrap .formWrap > form > table tbody > tr span { width: 100%; height: 60px; line-height: 60px; float: left; font-size: 13px; padding: 0 20px; color: #333; }
#membersJoinWrap .formWrap > form > table tbody > tr .kakaoBtn { display: inline-block; height: 40px; line-height: 40px; border-radius: 5px; background-color: #F9E000; color: #3B1C1C; font-weight: bold; font-size: 13px; padding: 0 40px; }
#membersJoinWrap .formWrap > form > table tbody > tr .kakaoBtn > i { margin-right: 5px; }
#membersJoinWrap .formWrap > form > table tbody > tr input.txt { width: 100%; height: 60px; float: left; border: 0; font-weight: 500; font-size: 13px; letter-spacing: -0.5px; padding: 0 20px; color: #333; }
#membersJoinWrap .formWrap > form > table tbody > tr input.txt::placeholder { color: #CCC; }
#membersJoinWrap .formWrap > form > table tbody > tr textarea.txt { width: 100%; height: 150px; float: left; border: 0; font-weight: 500; font-size: 13px; letter-spacing: -0.5px; padding: 20px; color: #333; resize: vertical; }
#membersJoinWrap .formWrap > form > table tbody > tr textarea.txt::placeholder { color: #CCC; }
#membersJoinWrap .formWrap > form > table tbody > tr > .btn > input.txt { padding-right: 100px; }
#membersJoinWrap .formWrap > form > table tbody > tr > .btn > button { position: absolute; width: 80px; height: 30px; background-color: #FFF; border: 1px solid #CCC; font-size: 12px; color: #666; right: 10px; top: 15px; }

#membersJoinWrap .checkWrap { width: 100%; float: left; margin: 10px 0; }
#membersJoinWrap .checkWrap > ul { width: 100%; float: left;  }
#membersJoinWrap .checkWrap > ul > li { width: 100%; float: left; padding: 0 5px; margin: 3px 0; }
#membersJoinWrap .checkWrap > ul > li > label { float: left; font-size: 13px; color: #666; }
#membersJoinWrap .checkWrap > ul > li > label > .square { width: 20px; height: 20px; border: 1px solid #CCC; display: inline-block; text-align: center; line-height: 20px; margin-right: 5px; }
#membersJoinWrap .checkWrap > ul > li > label > .square > i { color: #DC3333; opacity: 0; }
#membersJoinWrap .checkWrap > ul > li > label > input { display: none; }
#membersJoinWrap .checkWrap > ul > li > label > input:checked + .square > i { opacity: 1; } 
#membersJoinWrap .checkWrap > ul > li > label > .label > a { font-weight: 500; text-decoration: underline; }

#membersJoinWrap .btnWrap { width: 100%; float: left; text-align: center; border-top: 1px solid #EEE; padding-top: 30px; margin-top: 20px; }
#membersJoinWrap .btnWrap > button { width: 100%; height: 50px; border-radius: 5px; background-color: #DDD; color: #FFF; font-size: 15px; font-weight: bold; cursor: default; }
#membersJoinWrap .btnWrap > button.active { background-color: #EA8125; cursor: pointer; }

/* 로그인 영역 */
#membersLoginWrap { width: 100%; float: left; padding: 30px; }

#membersLoginWrap > .inputWrap { width: 100%; float: left; }
#membersLoginWrap > .inputWrap > li { width: 100%; float: left; margin-bottom: 10px; }
#membersLoginWrap > .inputWrap > li > input { width: 100%; height: 60px; float: left; border: 1px solid #E5E5E5; font-size: 13px; letter-spacing: -0.5px; padding: 0 20px 0 40px; color: #333; font-weight: 500; }
#membersLoginWrap > .inputWrap > li > input::placeholder { color: #CCC; }
#membersLoginWrap > .inputWrap > li > input:focus { border: 1px solid #CCC; }
#membersLoginWrap > .inputWrap > li > i { position: absolute; font-size: 18px; color: #AAA; z-index: 2; left: 15px; top: 50%; margin-top: -8px; }

#membersLoginWrap > .linkWrap { width: 100%; float: left; text-align: right; }
#membersLoginWrap > .linkWrap a { font-size: 13px; color: #999; font-weight: 400; margin-left: 15px; }
#membersLoginWrap > .linkWrap label { float: left; font-size: 13px; color: #666; }
#membersLoginWrap > .linkWrap label > .square { width: 20px; height: 20px; border: 1px solid #CCC; display: inline-block; text-align: center; line-height: 20px; margin-right: 5px; }
#membersLoginWrap > .linkWrap label > .square > i { color: #DC3333; opacity: 0; }
#membersLoginWrap > .linkWrap label > input { display: none; }
#membersLoginWrap > .linkWrap label > input:checked + .square > i { opacity: 1; } 

#membersLoginWrap .btnWrap { width: 100%; float: left; text-align: center; padding-top: 40px; }
#membersLoginWrap .btnWrap > * { width: 100%; height: 50px; line-height: 50px; float: left; border-radius: 5px; background-color: #DDD; color: #FFF; font-size: 15px; font-weight: bold; cursor: default; }
#membersLoginWrap .btnWrap > * > i { margin-right: 5px; }
#membersLoginWrap .btnWrap > button.active { background-color: #EA8125; cursor: pointer; }
#membersLoginWrap .btnWrap > a { cursor: pointer; background-color: #F9E000; color: #3B1C1C; }
#membersLoginWrap .btnWrap > .line { width: 100%; height: 1px; float: left; margin: 15px 0; background-color: #EEE; }

/* 메인상단슬라이드영역 */
#mainTopSliderWrap { background-color: #F5F5F5; transition: background-color 1s; overflow: hidden; }
#mainTopSliderWrap > div > div { height: 450px; }

#mainTopSliderWrap .itemList { width: 100%; height: 100%; float: left; }
#mainTopSliderWrap .itemList > li { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: none; cursor: pointer; }
#mainTopSliderWrap .itemList > li > .infoWrap { position: absolute; top: 80px; left: 0; opacity: 0; transition: opacity 1s, top 1s; }
#mainTopSliderWrap .itemList > li > .infoWrap > p { width: 100%; float: left; color: #FFF; }
#mainTopSliderWrap .itemList > li > .infoWrap > p.big { font-weight: bold; font-size: 38px; letter-spacing: -2px; line-height: 50px; }
#mainTopSliderWrap .itemList > li > .infoWrap > p.small { font-weight: 500; font-size: 15px; line-height: 23px; margin-top: 15px; }
#mainTopSliderWrap .itemList > li > .imgWrap { position: absolute; top: 0; right: -20px; opacity: 0; transition: opacity 1s, right 1s; }

#mainTopSliderWrap .itemList > li > .infoWrap.active { top: 100px; opacity: 1; }
#mainTopSliderWrap .itemList > li > .imgWrap.active { right: 0; opacity: 1; }

#mainTopSliderWrap .itemNav { position: absolute; z-index: 2; left: 10px; bottom: 40px; }
#mainTopSliderWrap .itemNav > li { width: 8px; height: 8px; float: left; border-radius: 50px; background-color: #FFF; margin-right: 10px; opacity: 0.65; cursor: pointer; }
#mainTopSliderWrap .itemNav > li.active { width: 50px; opacity: 1; }

#mainTopSliderWrap .itemControlBtn { position: absolute; z-index: 2; top: 50%; opacity: 0.7; cursor: pointer; margin-top: -30.5px; }
#mainTopSliderWrap .itemControlBtn:hover { opacity: 1; }
#mainTopSliderWrap .itemPrevBtn { left: -150px; }
#mainTopSliderWrap .itemNextBtn { right: -150px; }

/* 메인 카테고리 목록 */
#mainCategoryListWrap { border-bottom: 1px solid #DDD; }
#mainCategoryListWrap > div > div { height: 125px; }

#mainCategoryListWrap .listWrap { width: 100%; height: 100%; float: left; overflow: hidden; }
#mainCategoryListWrap .listWrap > ul { width: 100%; height: 100%; float: left; text-align: center; left: 0; transition: left 0.5s; }
#mainCategoryListWrap .listWrap > ul > li { width: 150px; height: 100%; display: inline-block; text-align: center; }
#mainCategoryListWrap .listWrap > ul > li > a { width: 100%; height: 100%; float: left; padding-top: 23px; }
#mainCategoryListWrap .listWrap > ul > li > a > .svgObjectWrap { width: 50px; height: 50px; margin: 0 50px; float: left; }
#mainCategoryListWrap .listWrap > ul > li > a > .svgObjectWrap > svg { width: 100%; height: 100%; float: left; vertical-align: middle; }
#mainCategoryListWrap .listWrap > ul > li > a > .name { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #333; margin-top: 10px; }

#mainCategoryListWrap .itemControlBtn { position: absolute; width: 50px; height: 50px; line-height: 50px; top: 50%; margin-top: -25px; border-radius: 100%; background-color: #FFF; font-size: 18px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08); text-align: center; color: #DDD; }
#mainCategoryListWrap .itemControlBtn.nextBtn { right: -80px; }
#mainCategoryListWrap .itemControlBtn.prevBtn { left: -80px; }

#mainCategoryListWrap .itemControlBtn.active { cursor: pointer; color: #999; }

/* 메인 클래스목록 */
.mainClassListWrap { padding: 70px 0; }
.mainClassListWrap > .titWrap { width: 100%; float: left; margin-bottom: 50px; }
.mainClassListWrap > .titWrap > p { width: 100%; float: left; text-align: center; }
.mainClassListWrap > .titWrap > .big { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 5px; }
.mainClassListWrap > .titWrap > .small { font-size: 14px; font-weight: 400; color: #CCC; }

.mainClassListWrap > .itemListWrap { width: 100%; float: left; overflow: hidden; }
.mainClassListWrap > .itemListWrap > .itemList { width: 100%; float: left; left: 0; transition: left 0.5s; }
.mainClassListWrap > .itemListWrap > .itemList > li { width: 291px; float: left; margin-right: 12px; margin-bottom: 40px; }
.mainClassListWrap > .itemListWrap > .itemList > li:nth-of-type(4n) { margin-right: 0; }
.mainClassListWrap > .itemListWrap > .itemList > li > a { width: 100%; float: left; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap { width: 100%; float: left; border-radius: 5px; overflow: hidden; background-color: #F5F5F5; padding-bottom: 45.6%; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > img { position: absolute; width: 100%; min-height: 100%; left: 0; top: 0; transition: all 0.5s; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn { position: absolute; width: 25px; height: 25px; line-height: 25px; border-radius: 100%; right: 10px; bottom: 10px; background-color: rgba(0, 0, 0, 0.15); text-align: center; color: #FFF; font-size: 14px; z-index: 3; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn > .mainIcon { opacity: 0.7; z-index: 2; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn > .mainIcon.fas { color: #FFCC33; opacity: 1; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn:hover > .mainIcon { opacity: 1; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn > .subIcon { position: absolute; opacity: 1; top: 6px; left: 6px; transition: all 0.5s; color: #FFF; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .imgWrap > .iconBtn > .subIcon.active { top: -15px; opacity: 0; }

.mainClassListWrap > .itemListWrap > .itemList > li > a > .nameWrap { width: 100%; height: 55px; float: left; margin-bottom: 10px; margin-top: 10px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .nameWrap > p { width: 100%; float: left; overflow: hidden; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .nameWrap > .big { max-height: 53px; font-weight: bold; font-size: 17px; color: #333; line-height: 25px; }

.mainClassListWrap > .itemListWrap > .itemList > li > a > .tagWrap { width: 100%; float: left; margin-top: 10px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .tagWrap > li { float: left; font-size: 12px; color: #999; letter-spacing: -0.5px; margin-right: 5px; }

.mainClassListWrap > .itemListWrap > .itemList > li > a > .priceWrap { width: 100%; float: left; padding-top: 10px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .priceWrap > span { height: 25px; line-height: 25px; letter-spacing: -0.5px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .priceWrap > .old { float: left; font-size: 13px; color: #999; text-decoration: line-through; margin-right: 5px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .priceWrap > .percent { float: left; font-size: 13px; color: #FF3333; font-weight: 500; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .priceWrap > .cs { float: right; font-size: 15px; color: #000; font-weight: bold; }

.mainClassListWrap > .itemListWrap > .itemList > li > a > .cntWrap { width: 100%; float: left; color: #AAA; font-size: 12px; border-bottom: 1px solid #EEE; margin-top: 20px; padding-bottom: 10px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .cntWrap > span { letter-spacing: -0.5px; margin-left: 5px; }
.mainClassListWrap > .itemListWrap > .itemList > li > a > .cntWrap > i { margin-left: 8px; }

.mainClassListWrap > .itemListWrap > .itemList > li > a:hover > .imgWrap > img { width: 110%; min-height: 110%; left: -5%; top: -5%; }
.mainClassListWrap > .none { width: 100%; float: left; margin-top: 0; font-size: 14px; color: #CCC; font-weight: bold; }

/* 메인 베스트튜터 */
.mainBestTutorWrap { transition: background-color 0.5s; overflow: hidden; background-color: #F5F5F5; }
.mainBestTutorWrap > div > div { height: 420px; }

.mainBestTutorWrap .itemList { width: 100%; height: 100%; float: left; }
.mainBestTutorWrap .itemList > li { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: none; }

.mainBestTutorWrap .itemList > li > .imgWrap { position: absolute; top: 0; right: -20px; opacity: 0; transition: right 0.5s, opacity 0.5s; }
.mainBestTutorWrap .itemList > li > .imgWrap > img { float: left; }

.mainBestTutorWrap .itemList > li > .infoWrap { position: absolute; width: 100%; height: 100%; top: 0; left: -20px; padding-top: 70px; padding-left: 100px; opacity: 0; transition: left 0.5s, opacity 0.5s; }
.mainBestTutorWrap .itemList > li > .infoWrap > .category { width: 100%; float: left; margin-bottom: 40px; }
.mainBestTutorWrap .itemList > li > .infoWrap > .category > b { height: 18px; line-height: 18px; font-size: 32px; top: 4px; color: #FFF; float: left; font-weight: normal; }
.mainBestTutorWrap .itemList > li > .infoWrap > .category > span { height: 18px; line-height: 18px; float: left; top: 2px; margin-left: 15px; padding-left: 15px; color: #CCC; font-size: 16px; font-weight: 500; border-left: 1px solid #CCC; }
.mainBestTutorWrap .itemList > li > .infoWrap > .title { width: 100%; float: left; }
.mainBestTutorWrap .itemList > li > .infoWrap > .title > .sub { width: 100%; float: left; color: #CC3333; font-size: 16px; font-weight: bold; margin-bottom: 3px; }
.mainBestTutorWrap .itemList > li > .infoWrap > .title > .main { width: 100%; float: left; color: #CCC; font-size: 24px; font-weight: bold; }
.mainBestTutorWrap .itemList > li > .infoWrap > .contents { width: 100%; float: left; font-size: 15px; color: #CCC; font-weight: 500; line-height: 21px; letter-spacing: -0.5px; margin-top: 20px; }
.mainBestTutorWrap .itemList > li > .infoWrap > .btn { position: absolute; left: 100px; z-index: 2; bottom: 50px; }
.mainBestTutorWrap .itemList > li > .infoWrap > .btn > a { height: 40px; line-height: 40px; float: left; border-radius: 10px; color: #CCC; font-weight: 500; font-size: 14px; background-color: rgba(0, 0, 0, 0.2); padding: 0 50px; }

.mainBestTutorWrap .itemList > li > .infoWrap.active { left: 0; opacity: 1; }
.mainBestTutorWrap .itemList > li > .imgWrap.active { right: 0; opacity: 1; }

.mainBestTutorWrap .itemControlBtn { position: absolute; z-index: 2; top: 50%; opacity: 0.7; cursor: pointer; margin-top: -30.5px; }
.mainBestTutorWrap .itemControlBtn:hover { opacity: 1; }
.mainBestTutorWrap .itemPrevBtn { left: -150px; }
.mainBestTutorWrap .itemNextBtn { right: -150px; }

.mainBestTutorWrap .itemNav { position: absolute; z-index: 2; bottom: 30px; }
.mainBestTutorWrap .itemNav > li { width: 8px; height: 8px; float: left; border-radius: 50px; background-color: #FFF; margin-right: 10px; opacity: 0.65; cursor: pointer; }
.mainBestTutorWrap .itemNav > li:last-of-type { margin-right: 0; }
.mainBestTutorWrap .itemNav > li.active { opacity: 1; }

/* 메인 광고영역 */
#mainADListWrap { padding: 50px 0; overflow: hidden; }
#mainADListWrap > div > div { height: 240px; background-color: #EEE; }

#mainADListWrap .itemList { width: 100%; height: 100%; float: left; overflow: hidden; }
#mainADListWrap .itemList > ul { width: 100%; height: 100%; float: left; left: 0; transition: left 0.5s; }
#mainADListWrap .itemList > ul > li { width: 1200px; height: 100%; float: left; }
#mainADListWrap .itemList > ul > li > a { width: 100%; float: left; }
#mainADListWrap .itemList > ul > li > a > img { width: 100%; float: left; }

#mainADListWrap .itemNav { position: absolute; z-index: 2; bottom: 30px; }
#mainADListWrap .itemNav > li { width: 8px; height: 8px; float: left; border-radius: 50px; background-color: #FFF; margin-right: 10px; opacity: 0.65; cursor: pointer; }
#mainADListWrap .itemNav > li:last-of-type { margin-right: 0; }
#mainADListWrap .itemNav > li.active { opacity: 1; }

#mainADListWrap .itemControlBtn { position: absolute; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; color: #999; top: 50%; margin-top: -20px; cursor: pointer; background-color: #FFF; border-radius: 5px; transition: background-color 0.5s; }
#mainADListWrap .itemControlBtn:hover { background-color: #F5F5F5; }
#mainADListWrap .itemControlBtn.itemNextBtn { right: -80px; }
#mainADListWrap .itemControlBtn.itemPrevBtn { left: -80px; }

/* 메인 고객수강후기영역 */
#mainReviewWrap { background-color: #F4F4F4; padding: 70px 0; overflow: hidden; }
#mainReviewWrap > div > div { height: 520px; }

#mainReviewWrap .titWrap { width: 100%; float: left; margin-bottom: 50px; }
#mainReviewWrap .titWrap > p { width: 100%; float: left; text-align: center; }
#mainReviewWrap .titWrap > .big { font-size: 22px; font-weight: bold; color: #333; margin-bottom: 5px; }
#mainReviewWrap .titWrap > .small { font-size: 14px; font-weight: 400; color: #CCC; }

#mainReviewWrap .categoryListWrap { width: 100%; height: 40px; float: left; margin-bottom: 40px; }
#mainReviewWrap .categoryListWrap > ul { height: 100%; float: left; left: 0; }
#mainReviewWrap .categoryListWrap > ul > li { width: 120px; height: 100%; float: left; border: 1px solid #D2D2D2; text-align: center; line-height: 38px; border-right: 0; font-size: 13px; font-weight: 500; color: #333; cursor: pointer; }
#mainReviewWrap .categoryListWrap > ul > li:last-of-type { border-right: 1px solid #D2D2D2; }
#mainReviewWrap .categoryListWrap > ul > li.active { background-color: #333; color: #FFF; border: 1px solid #333; border-right: 0; }
#mainReviewWrap .categoryListWrap > ul > li.active:last-of-type { border-right: 1px solid #333; }

#mainReviewWrap .reviewListWrap { width: 1220px; height: 350px; float: left; overflow: hidden; }
#mainReviewWrap .reviewListWrap > ul { width: 100%; float: left; left: 0; display: none; }
#mainReviewWrap .reviewListWrap > ul.active { display: block; }
#mainReviewWrap .reviewListWrap > ul > li { width: 276px; height: 320px; float: left; margin-right: 32px; background-color: #FFF; border-radius: 5px; box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.05); overflow: hidden; padding: 20px; }
#mainReviewWrap .reviewListWrap > ul > li > p { width: 100%; float: left; }
#mainReviewWrap .reviewListWrap > ul > li > p.category { font-size: 13px; color: #3399CC; font-weight: 500; margin-bottom: 10px; }
#mainReviewWrap .reviewListWrap > ul > li > p.title { font-size: 16px; color: #333; font-weight: bold; margin-bottom: 20px; }
#mainReviewWrap .reviewListWrap > ul > li > p.con { height: 155px; font-size: 14px; color: #CCC; font-weight: 400; overflow: hidden; line-height: 22px; margin-bottom: 20px; }
#mainReviewWrap .reviewListWrap > ul > li > p.name { font-size: 13px; color: #666; font-weight: 500; border-top: 1px solid #EEE; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 10px; }

#mainReviewWrap .itemControlBtn { position: absolute; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; color: #DDD; top: 50%; margin-top: 60px; background-color: #F4F4F4; border-radius: 5px; transition: background-color 0.5s; }
#mainReviewWrap .itemControlBtn.active { cursor: pointer; color: #999; }
#mainReviewWrap .itemControlBtn.active:hover { background-color: #EEE; }
#mainReviewWrap .itemControlBtn.itemNextBtn { right: -80px; }
#mainReviewWrap .itemControlBtn.itemPrevBtn { left: -80px; }

/* 강의정보영역 */
#classInfoWrap { width: 100%; float: left; display: table; table-layout: fixed; }
#classInfoWrap > div { display: table-cell; vertical-align: top; }

#classInfoWrap > .leftInfo { width: 880px; border-right: 1px solid #EEE; }

#classInfoWrap > .leftInfo > .thumbnailWrap { width: 100%; height: 400px; float: left; background-color: #EEE; overflow: hidden; }
#classInfoWrap > .leftInfo > .thumbnailWrap > img { width: 100%; min-height: 100%; float: left; }

#classInfoWrap > .leftInfo > .tabListWrap { width: 100%; float: left; border-bottom: 1px solid #EEE; padding: 15px 30px; padding-bottom: 0; }
#classInfoWrap > .leftInfo > .tabListWrap > ul { width: 100%; float: left; top: 1px; }
#classInfoWrap > .leftInfo > .tabListWrap > ul > li { width: 120px; height: 50px; line-height: 50px; float: left; cursor: pointer; text-align: center; border-bottom: 2px solid rgba(0, 0, 0, 0); letter-spacing: -0.5px; font-weight: bold; font-size: 14px; color: #CCC; }
#classInfoWrap > .leftInfo > .tabListWrap > ul > li:hover { color: #AAA; }
#classInfoWrap > .leftInfo > .tabListWrap > ul > li.active { border-bottom: 2px solid #21212D; color: #333; }

#classInfoWrap > .leftInfo > .tabContentsWrap { width: 100%; float: left; padding: 30px; display: none; }
#classInfoWrap > .leftInfo > .tabContentsWrap img { max-width: 100%; }
#classInfoWrap > .leftInfo > .tabContentsWrap.active { display: block; }

#classInfoWrap > .leftInfo > .videoTabContents { width: 100%; height: 500px; float: left; }

#classInfoWrap > .leftInfo > .tutorTabContents { table-layout: fixed; }
#classInfoWrap > .leftInfo > .tutorTabContents > div { display: table-cell; }
#classInfoWrap > .leftInfo > .tutorTabContents > .imgWrap { width: 300px; vertical-align: top; overflow: hidden; }
#classInfoWrap > .leftInfo > .tutorTabContents > .imgWrap > img { width: 100%; float: left; }

#classInfoWrap > .leftInfo > .tutorTabContents > .infoWrap { padding-left: 20px; vertical-align: bottom; }
#classInfoWrap > .leftInfo > .tutorTabContents > .infoWrap > .name { width: 100%; float: left; font-size: 24px; }
#classInfoWrap > .leftInfo > .tutorTabContents > .infoWrap > .name > span { float: left; color: #444; margin-right: 10px; }
#classInfoWrap > .leftInfo > .tutorTabContents > .infoWrap > .name > b { float: left; color: #333; letter-spacing: 5px; }
#classInfoWrap > .leftInfo > .tutorTabContents > .infoWrap > .contents { width: 100%; float: left; font-size: 14px; color: #444; line-height: 24px; margin-top: 20px; }

#classInfoWrap > .leftInfo > .curriculumTabContents > ul { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li { width: 100%; float: left; border-bottom: 1px solid #EEE; display: table; table-layout: fixed; padding-bottom: 20px; margin-bottom: 20px; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li:last-of-type { margin-bottom: 0; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > div { display: table-cell; vertical-align: top; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .imgWrap { width: 200px; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .imgWrap > div { width: 200px; height: 200px; border-radius: 5px; background-color: #F5F5F5; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .imgWrap > div > img { width: 100%; height: 100%; float: left; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .infoWrap { padding-left: 20px; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .infoWrap > .title { width: 100%; float: left; font-size: 18px; font-weight: bold; color: #333; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .infoWrap > .contents { width: 100%; float: left; font-weight: 400; color: #444; font-size: 14px; line-height: 24px; margin-top: 10px; }

#classInfoWrap > .leftInfo > .faqTabContents > ul { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li { width: 100%; float: left; border-bottom: 1px solid #EEE; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li:last-of-type { margin-bottom: 0; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title { width: 100%; float: left; display: table; table-layout: fixed; padding: 20px; cursor: pointer; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > div { display: table-cell; vertical-align: middle; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > .type { width: 20px; font-size: 21px; font-weight: bold; top: -2px; color: #DC3333; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > .con { font-size: 15px; font-weight: bold; padding: 0 10px; color: #333; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > .icon { width: 15px; font-size: 21px; color: #CCC; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > .icon > i.off { display: inline-block; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .title > .icon > i.on { display: none; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .contents { width: 100%; float: left; display: none; table-layout: fixed; padding: 20px; background-color: #F5F5F5; margin-bottom: 20px; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .contents > div { display: table-cell; vertical-align: top; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .contents > .type { width: 20px; font-size: 21px; font-weight: bold; top: -2px; color: #AAA; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li > .contents > .con { font-size: 14px; font-weight: 400; padding-left: 10px; line-height: 24px; color: #333; }

#classInfoWrap > .leftInfo > .faqTabContents > ul > li.active > .title > .icon > i.off { display: none; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li.active > .title > .icon > i.on { display: inline-block; }
#classInfoWrap > .leftInfo > .faqTabContents > ul > li.active > .contents { display: table; }

#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .textWrap { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .textWrap > textarea { width: 100%; height: 100px; float: left; border-radius: 5px; background-color: #FAFAFA; border: 1px solid #EEE; resize: none; font-size: 13px; padding: 15px; color: #666; letter-spacing: -0.5px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .textWrap > textarea::placeholder { color: #D8D8D8; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .textWrap > textarea:focus { border: 1px solid #DDD; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap { float: right; margin-top: 10px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > span.label { height: 35px; line-height: 35px; float: left; color: #333; font-size: 12px; font-weight: bold; margin-right: 15px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > .starSelect { height: 35px; line-height: 35px; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > .starSelect > i { color: #CCC; cursor: pointer; font-size: 16px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > .starSelect > i.fas { color: #FFC902; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > button { width: 100px; height: 35px; line-height: 35px; float: left; margin-left: 20px; border-radius: 5px; background-color: #333; font-size: 13px; font-weight: bold; color: #FFF; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewFrmWrap > .btnWrap > button > i { margin-right: 5px; }

#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap { width: 100%; float: left; display: table; table-layout: fixed; border-top: 1px solid #EEE; margin-top: 20px; padding: 20px 0; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > div { display: table-cell; vertical-align: middle; float: none; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .left { width: 200px; text-align: center; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .left > .cnt { width: 100%; float: left; font-size: 32px; font-weight: bold; color: #333; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .left > .star { width: 100%; float: left; font-size: 14px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .left > .reviewCnt { width: 100%; float: left; font-size: 12px; font-weight: 500; letter-spacing: -0.5px; color: #666; margin-top: 3px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li { width: 100%; float: left; display: table; table-layout: fixed; margin: 2px 0; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > div { display: table-cell; vertical-align: middle; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > .star { width: 70px; font-size: 13px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > .bar { padding: 0 8px 0 15px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > .bar > div { width: 100%; height: 10px; display: inline-block; border-radius: 50px; background-color: #EEE; overflow: hidden; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > .bar > div > div { position: absolute; height: 100%; left: 0; top: 0; background-color: #FFC902; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewChartWrap > .right > ul > li > .cnt { width: 80px; font-size: 13px; color: #666; letter-spacing: -0.5px; text-align: left; }

#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap { width: 100%; float: left; border-top: 1px solid #EEE; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li { width: 100%; float: left; border-bottom: 1px solid #F3F3F3; padding: 10px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li:last-of-type { border-bottom: 0; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li > .infoWrap { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li > .infoWrap > .star { height: 25px; line-height: 25px; float: left; font-size: 13px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li > .infoWrap > .name { height: 25px; line-height: 25px; float: left; font-size: 13px; font-weight: 500; margin-left: 5px; letter-spacing: -0.5px; color: #333; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li > .infoWrap > .date { height: 25px; line-height: 25px; float: left; font-size: 12px; font-weight: 400; margin-left: 10px; letter-spacing: -0.5px; color: #999; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li > .conWrap { width: 100%; float: left; font-size: 13px; color: #333; line-height: 20px; margin-top: 5px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > ul > li.no { font-size: 14px; color: #CCC; font-weight: bold; border-bottom: 1px solid #F3F3F3; padding-bottom: 30px; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > .moreBtnWrap { width: 100%; float: left; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > .moreBtnWrap > button { width: 100%; height: 50px; line-height: 43px; float: left; border: 1px solid #EEE; background-color: #FFF; font-size: 13px; font-weight: bold; color: #999; }
#classInfoWrap > .leftInfo > .reviewTabContents > .reviewListWrap > .moreBtnWrap > button:hover { border: 1px solid #DDD; }

#classInfoWrap > .rightInfo { padding: 20px; }
#classInfoWrap > .rightInfo > div { width: 100%; float: left; }

#classInfoWrap > .rightInfo > div > .iconWrap { width: 100%; float: left; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap { float: left; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn { float: left; color: #CCC; font-size: 21px; z-index: 3; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn.classLikeBtn { cursor: pointer; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn > .mainIcon { opacity: 0.7; z-index: 2; float: left; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn > .mainIcon.fas { color: #FFCC33; opacity: 1; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn:hover > .mainIcon { opacity: 1; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn > .subIcon { position: absolute; left: 0; top: 0; opacity: 1; transition: all 0.5s; color: #DDD; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .iconBtn > .subIcon.active { top: -20px; opacity: 0; }
#classInfoWrap > .rightInfo > div > .iconWrap > .likeCntWrap > .classLikeCnt { height: 22px; line-height: 22px; float: left; margin-left: 7px; font-size: 14px; letter-spacing: -0.5px; color: #555; font-weight: bold; top: -2px; }
#classInfoWrap > .rightInfo > div > .iconWrap > .shareWrap { float: right; }
#classInfoWrap > .rightInfo > div > .iconWrap > .shareWrap > .classShareBtn { float: left; color: #555; font-size: 21px; cursor: pointer; }

#classInfoWrap > .rightInfo > div > .titleWrap { width: 100%; float: left; margin-top: 25px; }
#classInfoWrap > .rightInfo > div > .titleWrap > .category { width: 100%; float: left; font-size: 16px; font-weight: 500; color: #666; }
#classInfoWrap > .rightInfo > div > .titleWrap > .name { width: 100%; float: left; font-size: 22px; font-weight: bold; color: #333; margin-top: 3px; }
#classInfoWrap > .rightInfo > div > .titleWrap > .ex { width: 100%; float: left; font-size: 14px; font-weight: 400; color: #999; letter-spacing: -0.5px; line-height: 21px; margin-top: 15px; }
#classInfoWrap > .rightInfo > div > .titleWrap > .tagList { width: 100%; float: left; margin-top: 20px; }
#classInfoWrap > .rightInfo > div > .titleWrap > .tagList > span { float: left; margin-right: 5px; font-size: 13px; font-weight: 500; color: #6699CC; letter-spacing: -0.5px; }

#classInfoWrap > .rightInfo > div > .priceWrap { width: 100%; float: left; display: table; table-layout: fixed; margin-top: 50px; }
#classInfoWrap > .rightInfo > div > .priceWrap > div { display: table-cell; vertical-align: top; }
#classInfoWrap > .rightInfo > div > .priceWrap > .type { width: 60px; }
#classInfoWrap > .rightInfo > div > .priceWrap > .type > span { width: 100%; height: 23px; line-height: 23px; float: left; color: #FFF; background-color: #CC3333; text-align: center; border-radius: 5px; font-size: 12px; font-weight: 500; }
#classInfoWrap > .rightInfo > div > .priceWrap > .price { text-align: right; }
#classInfoWrap > .rightInfo > div > .priceWrap > .price > .cs { width: 100%; float: right; font-size: 23px; font-weight: bold; letter-spacing: -0.8px; color: #000; }
#classInfoWrap > .rightInfo > div > .priceWrap > .price > .old { float: right; font-size: 16px; font-weight: 500; text-decoration: line-through; color: #999; letter-spacing: -0.8px; }
#classInfoWrap > .rightInfo > div > .priceWrap > .price > .percent { float: right; font-size: 16px; font-weight: bold; color: #FF3333; letter-spacing: -0.8px; margin-left: 5px; }

#classInfoWrap > .rightInfo > div > .rentInfoWrap { width: 100%; float: left; border-top: 1px solid #EEE; padding-top: 10px; margin-top: 10px; }
#classInfoWrap > .rightInfo > div > .rentInfoWrap > p { width: 100%; float: left; text-align: right; font-size: 12px; color: #999; }
#classInfoWrap > .rightInfo > div > .rentInfoWrap > p.date { font-weight: bold; font-size: 14px; margin-bottom: 2px; }

#classInfoWrap > .rightInfo > div > .buyBtnWrap { width: 100%; float: left; margin-top: 30px; }
#classInfoWrap > .rightInfo > div > .buyBtnWrap > * { width: 100%; height: 55px; line-height: 55px; float: left; border-radius: 5px; text-align: center; font-size: 17px; font-weight: bold; margin-bottom: 10px; }
#classInfoWrap > .rightInfo > div > .buyBtnWrap > *:last-child { margin-bottom: 0; }
#classInfoWrap > .rightInfo > div > .buyBtnWrap > a { background-color: #FF9933; color: #FFF; }
#classInfoWrap > .rightInfo > div > .buyBtnWrap > span { background-color: #EEE; color: #CCC; }
#classInfoWrap > .rightInfo > div > .buyBtnWrap > .watchBtn { border: 1px solid #FF9933; color: #FF9933; background-color: #FFF; }

#classInfoWrap > .rightInfo > div > .adWrap { width: 100%; float: left; margin-top: 15px; padding-top: 15px; border-top: 1px solid #EEE; }
#classInfoWrap > .rightInfo > div > .adWrap > a { width: 100%; float: left; }
#classInfoWrap > .rightInfo > div > .adWrap > a > img { width: 100%; float: left; }

#classInfoWrap > .rightInfo > div > .shareBoxWrap { width: 100%; height: 0; overflow: hidden; float: left; margin-top: 10px; transition: height 0.5s; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap.active { height: 115px; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div { width: 100%; float: left; border-radius: 5px; padding: 15px; background-color: #EEE; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .snsList { width: 100%; float: left; display: table; table-layout: fixed; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .snsList > li { display: table-cell; vertical-align: middle; text-align: center; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .snsList > li > img { width: 40px; border-radius: 100%; cursor: pointer; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .urlWrap { width: 100%; float: left; margin-top: 10px; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .urlWrap > input { width: 155px; height: 35px; float: left; margin-right: 5px; border: 1px solid #DDD; border-radius: 5px; letter-spacing: -0.5px; background-color: #FFF; padding: 0 10px; font-size: 13px; color: #AAA; font-weight: 500; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .urlWrap > input:focus { border: 1px solid #CCC; }
#classInfoWrap > .rightInfo > div > .shareBoxWrap > div > .urlWrap > button { width: 80px; height: 35px; float: left; border-radius: 5px; letter-spacing: -0.5px; background-color: #333; color: #FFF; font-size: 12px; font-weight: bold; }

/* 강의보기영역 */
#classWatchWrap { width: 100%; float: left; display: table; table-layout: fixed; }
#classWatchWrap > div { display: table-cell; vertical-align: top; }

#classWatchWrap > .videoInfo { width: 1100px; }
#classWatchWrap > .videoInfo > .videoWrap { width: 100%; height: 600px; float: left; background-color: #000; }
#classWatchWrap > .videoInfo > .infoWrap { width: 100%; float: left; padding: 40px 30px; border-right: 1px solid #E1E1E1; }
#classWatchWrap > .videoInfo > .infoWrap > .titleWrap { width: 100%; float: left; border-bottom: 1px solid #E8E8E8; padding-bottom: 20px; display: none; }
#classWatchWrap > .videoInfo > .infoWrap > .titleWrap > .groupName { width: 100%; float: left; color: #999; font-size: 16px; font-weight: bold; }
#classWatchWrap > .videoInfo > .infoWrap > .titleWrap > .videoName { width: 100%; float: left; color: #333; font-size: 25px; font-weight: bold; }
#classWatchWrap > .videoInfo > .infoWrap > .conWrap { width: 100%; float: left; font-size: 14px; color: #999; line-height: 21px; padding-top: 25px; display: none; }
#classWatchWrap > .videoInfo > .infoWrap > .btnWrap { width: 100%; height: 55px; float: left; display: none; text-align: right; }
#classWatchWrap > .videoInfo > .infoWrap > .btnWrap > a { display: inline-block; height: 40px; line-height: 40px; margin-top: 15px; margin-left: 5px; border: 1px solid #21212D; font-size: 13px; color: #21212D; font-weight: bold; padding: 0 15px; }
#classWatchWrap > .videoInfo > .infoWrap > .btnWrap > a > i { margin-left: 5px; }
#classWatchWrap > .videoInfo > .infoWrap > .noticeWrap { width: 100%; float: left; font-size: 18px; color: #CCC; font-weight: bold; padding-bottom: 50px; }

#classWatchWrap > .groupInfo { border-top: 3px solid #FECE00; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#classWatchWrap > .groupInfo * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }

#classWatchWrap > .groupInfo > .titleWrap { width: 100%; height: 60px; line-height: 60px; float: left; text-align: center; padding: 0 50px; font-weight: bold; color: #333; font-size: 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#classWatchWrap > .groupInfo > .cntWrap { width: 100%; height: 40px; line-height: 40px; float: left; padding: 0 15px; }
#classWatchWrap > .groupInfo > .cntWrap > span { letter-spacing: -0.5px; font-size: 13px; color: #999; font-weight: 500; }
#classWatchWrap > .groupInfo > .cntWrap > .total { float: left; }
#classWatchWrap > .groupInfo > .cntWrap > .status { float: right; }
#classWatchWrap > .groupInfo > .cntWrap > .status > .point { letter-spacing: -0.5px; color: #CC3333; }

#classWatchWrap > .groupInfo > .groupListWrap { width: 100%; float: left; border-top: 1px solid #E1E1E1; padding: 15px 10px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul { width: 100%; float: left; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li { width: 100%; float: left; border: 1px solid #E8E8E8; border-radius: 5px; overflow: hidden; margin-bottom: 10px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li:last-of-type { margin-bottom: 0; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap { width: 100%; height: 90px; float: left; cursor: pointer; padding: 0 25px; display: table; table-layout: fixed; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > div { display: table-cell; vertical-align: middle; float: none; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .right { width: 40px; font-size: 16px; color: #000; text-align: right; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .right > i.off { display: inline-block; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .right > i.on { display: none; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .left > .groupName { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; font-weight: bold; font-size: 16px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .left > .groupInfo { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #999; font-weight: 400; font-size: 12px; letter-spacing: -0.5px; margin-top: 2px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .titleWrap > .left > .groupInfo > .line { display: inline-block; width: 1px; height: 10px; margin: 0 10px; background-color: #CCC; top: 1px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap { width: 100%; float: left; border-top: 1px solid #E8E8E8; display: none; padding: 0 25px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li { width: 100%; height: 80px; float: left; border-bottom: 1px solid #EEE; display: table; table-layout: fixed; cursor: pointer; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li:last-of-type { border-bottom: 0; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > div { display: table-cell; vertical-align: middle; opacity: 0.65; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li:hover > div { opacity: 0.8; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .previewWrap { width: 50px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .previewWrap > div { width: 50px; height: 50px; line-height: 50px; text-align: center; background-color: #EEE; border-radius: 3px; font-size: 14px; font-weight: bold; letter-spacing: -0.5px; color: #999; overflow: hidden; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .previewWrap > div > i { position: absolute; width: 100%; height: 100%; line-height: 50px; left: 0; top: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.65); font-size: 21px; color: #FFCC33; display: none; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .checkWrap { width: 50px; text-align: right; font-size: 18px; color: #CCC; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .checkWrap > i.active { color: #CC3333; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .titleWrap > p { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-left: 20px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .titleWrap > p.vodName { font-size: 15px; font-weight: bold; color: #333; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .titleWrap > p.vodInfo { color: #999; font-weight: 400; font-size: 12px; letter-spacing: -0.5px; margin-top: 2px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .titleWrap > p.vodInfo > .line { display: inline-block; width: 1px; height: 10px; margin: 0 5px; background-color: #CCC; top: 1px; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li > .videoListWrap > li > .titleWrap > p.vodInfo > .percent { letter-spacing: -0.5px; }

#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active { box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active > .titleWrap > .right > i.off { display: none; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active > .titleWrap > .right > i.on { display: inline-block; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active > .videoListWrap { display: block; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active > .videoListWrap > li.active > div { opacity: 1; }
#classWatchWrap > .groupInfo > .groupListWrap > ul > li.active > .videoListWrap > li.active > .previewWrap > div > i { display: block; }

/* 회사정책영역 */
#companyPolicyWrap { width: 100%; min-height: 450px; float: left; font-size: 14px; color: #666; letter-spacing: -0.5px; line-height: 21px; padding: 50px; }

/* 검색결과 */
#searchResultWrap > div > div { padding: 80px 0; }
#searchResultWrap .titleWrap { width: 100%; float: left; }
#searchResultWrap .titleWrap > .main { width: 100%; float: left; font-size: 24px; color: #333; margin-bottom: 20px; }
#searchResultWrap .titleWrap > .sub { width: 100%; float: left; font-size: 14px; color: #666; margin-top: 60px; padding-bottom: 15px; border-bottom: 1px solid #E1E1E1; }
#searchResultWrap .titleWrap > .searchBox { width: 650px; height: 60px; float: left; }
#searchResultWrap .titleWrap > .searchBox > input { width: 100%; height: 100%; font-size: 15px; color: #333; border: 1px solid #DDD; padding: 0 100px 0 20px; font-weight: bold; }
#searchResultWrap .titleWrap > .searchBox > input:focus { border-color: #CCC; }
#searchResultWrap .titleWrap > .searchBox > .searchBtn { position: absolute; font-size: 26px; top: 50%; margin-top: -13px; right: 50px; cursor: pointer; z-index: 2; color: #CCC; }
#searchResultWrap .mainClassListWrap { width: 100%; float: left; padding: 0; }
#searchResultWrap .mainClassListWrap > .title { width: 100%; float: left; margin-top: 60px; margin-bottom: 30px; font-size: 21px; color: #666; font-weight: bold; }
#searchResultWrap .mainClassListWrap > .none { margin-top: 60px; }

/* 강의목록 상단 비주얼영역 */
#classListVisualWrap { width: 2000px; height: 220px; left: 50%; margin-left: -1000px; background-size: cover; background-position: center; }
#classListVisualWrap > div { height: 100%; display: table; table-layout: fixed; }
#classListVisualWrap > div > div { height: 100%; display: table-cell; vertical-align: middle; float: none; }
#classListVisualWrap .main { width: 100%; float: left; font-size: 31px; font-weight: bold; }
#classListVisualWrap .main > .svgObjectWrap { width: 35px; height: 35px; float: left; margin-right: 10px; }
#classListVisualWrap .main > .svgObjectWrap > svg { width: 100%; height: 100%; float: left; vertical-align: middle; }
#classListVisualWrap .main > span { height: 35px; line-height: 35px; float: left; }
#classListVisualWrap .sub { width: 100%; float: left; font-size: 14px; color: #CCC; margin-top: 15px; }

/* 강의목록 상단 추천강좌영역 */
#classBestListWrap { background-color: #ECEBEB; }
#classBestListWrap .mainClassListWrap > .title { width: 100%; float: left; font-weight: bold; font-size: 21px; color: #333; margin-bottom: 40px; }
#classBestListWrap .mainClassListWrap > .itemListWrap > .itemList > li > a > .cntWrap { border-color: #DFDFDF; }

#classHotListWrap { background-color: #ECEBEB; }
#classHotListWrap .mainClassListWrap > .title { width: 100%; float: left; font-weight: bold; font-size: 21px; color: #333; margin-bottom: 40px; }
#classHotListWrap .mainClassListWrap > .itemListWrap > .itemList > li > a > .cntWrap { border-color: #DFDFDF; }

/* 강의목록 상단영역 */
#classListTopWrap { margin-top: 70px; }
#classListTopWrap > div > div { border-bottom: 1px solid #ECEBEB; padding-bottom: 15px; }
#classListTopWrap > div > div > div > span { height: 35px; line-height: 35px; float: left; color: #333; font-weight: bold; font-size: 13px; letter-spacing: -0.5px; }
#classListTopWrap > div > div > div > select { height: 35px; float: left; color: #333; font-size: 13px; letter-spacing: -0.5px; padding: 0 10px; margin-left: 10px; border: 1px solid #ECEBEB; letter-spacing: -0.5px; }
#classListTopWrap > div > div > div > select:focus { border-color: #CCC; }

/* 강의목록영역 */
#classListWrap { margin-top: 45px; }
#classListWrap .mainClassListWrap { padding: 0; padding-bottom: 45px; }
#classListWrap .mainClassListWrap > .pagingWrap { margin-top: 30px; }
#classListWrap .mainClassListWrap > #mainADListWrap { width: 100%; float: left; padding-bottom: 0; overflow: inherit; }
#classListWrap .mainClassListWrap > #mainADListWrap .itemControlBtn { margin-top: 10px; }

/* 결제 */
#classBuyWrap { width: 100%; float: left; padding: 70px 65px; }

#classBuyWrap > .titWrap { width: 100%; float: left; }
#classBuyWrap > .titWrap > .category { width: 100%; float: left; font-size: 16px; font-weight: 500; color: #666; }
#classBuyWrap > .titWrap > .name { width: 100%; float: left; font-size: 21px; font-weight: bold; color: #333; margin-top: 3px; }

#classBuyWrap > .priceWrap { width: 100%; float: left; }
#classBuyWrap > .priceWrap > ul { width: 100%; float: left; padding: 20px 0; }
#classBuyWrap > .priceWrap > ul > li { width: 100%; float: left; margin-bottom: 15px; }
#classBuyWrap > .priceWrap > ul > li:last-of-type { margin-bottom: 0; }
#classBuyWrap > .priceWrap > ul > li > * { height: 25px; line-height: 25px; color: #333; }
#classBuyWrap > .priceWrap > ul > li > .label { float: left; font-size: 13px; padding-left: 20px; }
#classBuyWrap > .priceWrap > ul > li > .label > button { width: 130px; height: 35px; border: 1px solid #333; color: #333; border-radius: 5px; font-weight: bold; font-size: 13px; background-color: #FFF; margin-left: 60px; }
#classBuyWrap > .priceWrap > ul > li > .value { float: right; font-size: 15px; letter-spacing: -0.5px; padding-right: 20px; }
#classBuyWrap > .priceWrap > ul > li.coupon > * { height: 35px; line-height: 35px; }
#classBuyWrap > .priceWrap > ul > li.last { border-top: 1px solid #E6E6E6; padding-top: 20px; }
#classBuyWrap > .priceWrap > ul > li.last > .label { font-size: 14px; font-weight: bold; }
#classBuyWrap > .priceWrap > ul > li.last > .value { font-size: 21px; font-weight: bold; color: #DC3333; }
#classBuyWrap > .paymentWrap { width: 100%; float: left; margin-top: 50px; }
#classBuyWrap > .paymentWrap > ul { width: 100%; float: left; }
#classBuyWrap > .paymentWrap > ul > li { width: 100%; height: 60px; line-height: 58px; float: left; cursor: pointer; border: 1px solid #EEE; padding: 0 20px; font-weight: bold; font-size: 15px; color: #AAA; margin-bottom: 10px; }
#classBuyWrap > .paymentWrap > ul > li:last-of-type { margin-bottom: 0; }
#classBuyWrap > .paymentWrap > ul > li > i { width: 25px; margin-right: 5px; font-size: 18px; vertical-align: middle; }
#classBuyWrap > .paymentWrap > ul > li.active.card { color: #FFF; border-color: #333; background-color: #333; }
#classBuyWrap > .checkWrap { width: 100%; float: left; padding: 35px 15px; }
#classBuyWrap > .checkWrap > ul { width: 100%; float: left;  }
#classBuyWrap > .checkWrap > ul > li { width: 100%; float: left; padding: 0 5px; margin: 3px 0; }
#classBuyWrap > .checkWrap > ul > li > label { float: left; font-size: 13px; color: #666; }
#classBuyWrap > .checkWrap > ul > li > label > .square { width: 20px; height: 20px; border: 1px solid #CCC; display: inline-block; text-align: center; line-height: 20px; margin-right: 5px; }
#classBuyWrap > .checkWrap > ul > li > label > .square > i { color: #DC3333; opacity: 0; }
#classBuyWrap > .checkWrap > ul > li > label > input { display: none; }
#classBuyWrap > .checkWrap > ul > li > label > input:checked + .square > i { opacity: 1; } 
#classBuyWrap > .checkWrap > ul > li > label > .label > a { font-weight: 500; text-decoration: underline; }
#classBuyWrap > .btnWrap { width: 100%; float: left; border-top: 1px solid #E6E6E6; padding-top: 40px; text-align: center; }
#classBuyWrap > .btnWrap > button { width: 380px; height: 60px; font-weight: bold; color: #FFF; font-size: 16px; }

#classBuyWrap > .buyInfoWrap { width: 100%; float: left; margin-top: 15px; border-bottom: 1px solid #EEE; padding-bottom: 30px; }
#classBuyWrap > .buyInfoWrap > div { width: 100%; float: left; border: 1px solid #EEE; padding: 0 15px; }
#classBuyWrap > .buyInfoWrap > div > div { height: 50px; line-height: 50px; font-weight: 500; font-size: 14px; }
#classBuyWrap > .buyInfoWrap > div > div > i { font-size: 18px; margin-right: 5px; vertical-align: middle; }

/* 마이페이지 공용 상단 영역 */
#mypageTopInfoWrap { width: 100%; float: left; margin-bottom: 60px; }
#mypageTopInfoWrap > .userInfo { width: 100%; float: left; }
#mypageTopInfoWrap > .userInfo > .left { width: 100%; display: table; table-layout: fixed; }
#mypageTopInfoWrap > .userInfo > .left > div { display: table-cell; vertical-align: middle; }
#mypageTopInfoWrap > .userInfo > .left > .img { width: 80px; }
#mypageTopInfoWrap > .userInfo > .left > .img > img { width: 80px; height: 80px; border-radius: 100%; }
#mypageTopInfoWrap > .userInfo > .left > .info { padding-left: 20px; }
#mypageTopInfoWrap > .userInfo > .left > .info > p { width: 100%; float: left; }
#mypageTopInfoWrap > .userInfo > .left > .info > p.main { font-size: 32px; color: #FFF; }
#mypageTopInfoWrap > .userInfo > .left > .info > p.sub { font-size: 14px; color: #FFF; margin-top: 2px; }
#mypageTopInfoWrap > .userInfo > .right { position: absolute; right: 0; bottom: -15px; }
#mypageTopInfoWrap > .userInfo > .right > button { width: 300px; height: 70px; border-radius: 50px; float: left; background-color: #333; }
#mypageTopInfoWrap > .userInfo > .right > button > span { font-size: 21px; color: #FFF; text-shadow: 0 2px 7px rgba(0, 0, 0, 0.4); }
#mypageTopInfoWrap > .cntList { width: 100%; float: left; margin-top: 60px; background-color: #FFF; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07); border: 1px solid #CCC; }
#mypageTopInfoWrap > .cntList > ul { width: 100%; float: left; display: table; table-layout: fixed; padding: 50px 0; }
#mypageTopInfoWrap > .cntList > ul > li { width: 20%; height: 100%; display: table-cell; vertical-align: middle; border-right: 1px solid #ECEBEB; }
#mypageTopInfoWrap > .cntList > ul > li:last-of-type { border-right: 0; }
#mypageTopInfoWrap > .cntList > ul > li > a { width: 100%; height: 100%; float: left; padding: 0 35px; }
#mypageTopInfoWrap > .cntList > ul > li > a > p { width: 100%; float: left; font-size: 14px; font-weight: bold; color: #333; margin-bottom: 20px; }
#mypageTopInfoWrap > .cntList > ul > li > a > i { float: left; color: #E1E0E0; font-size: 30px; }
#mypageTopInfoWrap > .cntList > ul > li > a > span { float: right; color: #DC3333; font-size: 30px; font-weight: bold; letter-spacing: -0.5px; top: 4px; margin-top: -13px; }

/* 마이페이지 영역 */
#mypageWrap { width: 100%; float: left; }
#mypageWrap > .titleWrap { width: 100%; float: left; border-bottom: 1px solid #E6E6E6; padding: 0 50px; padding-bottom: 20px; }
#mypageWrap > .titleWrap > .left { font-size: 25px; color: #333; font-weight: bold; }
#mypageWrap > .titleWrap > .left > i { margin-right: 10px; }
#mypageWrap > .titleWrap > .right { font-size: 13px; }
#mypageWrap > .titleWrap > .right > span { letter-spacing: -0.5px; top: 20px; }

#mypageWrap > .listWrap { width: 100%; float: left; padding: 45px 50px; }

#mypageWrap > .listWrap > .tabWrap { width: 100%; float: left; margin-bottom: 50px; border-bottom: 1px solid #DADADA; }
#mypageWrap > .listWrap > .tabWrap > li { width: 220px; height: 50px; line-height: 48px; float: left; z-index: 2; border: 1px solid #DADADA; background-color: #FFF; font-weight: bold; text-align: center; font-size: 15px; color: #333; margin-right: -1px; top: 1px; }
#mypageWrap > .listWrap > .tabWrap > li.active { color: #DC3333; border-bottom-color: #FFF; }
#mypageWrap > .listWrap > .tabWrap > li > a { width: 100%; height: 100%; float: left; }

#mypageWrap > .listWrap > .topWrap { width: 100%; float: left; padding-bottom: 15px; }
#mypageWrap > .listWrap > .topWrap > .left > * { margin-right: 10px; }
#mypageWrap > .listWrap > .topWrap > .right > * { margin-left: 10px; }
#mypageWrap > .listWrap > .topWrap .iconBtn { width: 35px; height: 35px; line-height: 33px; float: left; color: #333; font-size: 16px; text-align: center; border: 1px solid #333; cursor: pointer; border-radius: 5px; margin-left: 10px; }
#mypageWrap > .listWrap > .topWrap select { height: 35px; float: left; color: #333; font-size: 13px; letter-spacing: -0.5px; padding: 0 10px;  border: 1px solid #ECEBEB; letter-spacing: -0.5px; }
#mypageWrap > .listWrap > .topWrap select:focus { border-color: #CCC; }

#mypageWrap > .listWrap > table { width: 100%; float: left; table-layout: fixed; }
#mypageWrap > .listWrap > table thead > tr > * { height: 55px; font-weight: bold; border-top: 2px solid #333; text-align: center; font-size: 13px; color: #333; border-bottom: 1px solid #A9A9A9; }
#mypageWrap > .listWrap > table tbody > tr > * { padding: 25px 0; border-bottom: 1px solid #EFEFEF; font-weight: bold; font-size: 13px; text-align: center; }
#mypageWrap > .listWrap > table tbody > tr > *.none { color: #CCC; }

#mypageWrap > .listWrap > table .classInfo { width: 100%; float: left; cursor: pointer; display: table; table-layout: fixed; }
#mypageWrap > .listWrap > table .classInfo > div { display: table-cell; vertical-align: middle; }
#mypageWrap > .listWrap > table .classInfo > .img { width: 40%; }
#mypageWrap > .listWrap > table .classInfo > .img > img { width: 100%; float: left; border-radius: 5px; }
#mypageWrap > .listWrap > table .classInfo > .info { padding-left: 20px; text-align: left; }
#mypageWrap > .listWrap > table .classInfo > .info > .name { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 18px; font-weight: bold; color: #333; margin-bottom: 5px; }
#mypageWrap > .listWrap > table .classInfo > .info > .tag { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; color: #999; margin-top: -2px; margin-bottom: 5px; font-weight: normal; padding: 0 5px; }
#mypageWrap > .listWrap > table .classInfo > .info > .tag > span { display: inline-block; margin-right: 5px; }
#mypageWrap > .listWrap > table .classInfo > .info > .group { width: 50%; float: left; padding-left: 5px; font-size: 13px; color: #333; font-weight: normal; }
#mypageWrap > .listWrap > table .classInfo > .info > .group > i { margin-right: 5px; color: #999; }
#mypageWrap > .listWrap > table .classInfo > .info > .date { width: 50%; float: right; padding-left: 5px; font-size: 13px; color: #333; font-weight: normal; }
#mypageWrap > .listWrap > table .classInfo > .info > .date > i { margin-right: 5px; color: #999; }
#mypageWrap > .listWrap > table .classInfo > .info > .status { width: 250px; height: 30px; line-height: 28px; float: left; color: #CCC; border: 1px solid #CCC; font-size: 12px; border-radius: 5px; text-align: center; margin-top: 25px; }
#mypageWrap > .listWrap > table .classInfo > .info > .status.red { border-color: #DC3333; color: #DC3333; }
#mypageWrap > .listWrap > table .classInfo.disabled * { color: #CCC !important; }

#mypageWrap > .listWrap > table .classButton { width: 100%; float: left; padding: 0 20px; }
#mypageWrap > .listWrap > table .classButton > * { border-radius: 5px; float: left; height: 40px; text-align: center; font-weight: bold; }
#mypageWrap > .listWrap > table .classButton > * > i { margin-right: 5px; }
#mypageWrap > .listWrap > table .classButton > .main { width: 100%; line-height: 40px; margin-bottom: 10px; color: #FFF; }
#mypageWrap > .listWrap > table .classButton > .main.disabled { background-color: #DADADA; cursor: default; }
#mypageWrap > .listWrap > table .classButton > .buyBtn { width: calc(50% - 5px); line-height: 38px; margin-right: 10px; background-color: #FFF; border: 1px solid #333; color: #333; }
#mypageWrap > .listWrap > table .classButton > .buyBtn > i { font-size: 16px; vertical-align: middle; }
#mypageWrap > .listWrap > table .classButton > .buyBtn > i:first-of-type { margin-right: 0; }
#mypageWrap > .listWrap > table .classButton > .certificateBtn { width: calc(50% - 5px); line-height: 38px; background-color: #FFF; border: 1px solid #E6E6E6; color: #CCC; cursor: default; }
#mypageWrap > .listWrap > table .classButton > .certificateBtn.active { cursor: pointer; }

#mypageWrap > .listWrap > table .classPrice { width: 100%; float: left; text-align: center; }
#mypageWrap > .listWrap > table .classPrice > .cs { width: 100%; float: left; font-weight: bold; font-size: 17px; color: #333; }
#mypageWrap > .listWrap > table .classPrice > .sale { width: 100%; float: left; font-weight: normal; margin-bottom: 2px; font-size: 13px; }
#mypageWrap > .listWrap > table .classPrice > .sale > .old { color: #999; text-decoration: line-through; margin-right: 5px; }
#mypageWrap > .listWrap > table .classPrice > .sale > .percent { color: #DC3333; }
#mypageWrap > .listWrap > table .classPrice.disabled * { color: #CCC !important; }

#mypageWrap > .listWrap > table .disabled * { color: #CCC !important; }

#mypageWrap > .listWrap > table .couponInfo { width: 100%; float: left; }
#mypageWrap > .listWrap > table .couponInfo > p { width: 100%; float: left; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#mypageWrap > .listWrap > table .couponInfo > p.big { font-size: 18px; }
#mypageWrap > .listWrap > table .couponInfo > p.small { margin-top: 2px; }
#mypageWrap > .listWrap > table .couponInfo > p.small > i { margin-right: 5px; }

#mypageWrap > .listWrap > table .couponStatus { width: 100%; height: 40px; line-height: 40px; float: left; border-radius: 5px; text-align: center; color: #FFF !important; font-size: 14px; background-color: #CCC; }

#mypageWrap > .listWrap > table .likeBuyBtn { width: 100%; height: 40px; line-height: 40px; float: left; text-align: center; background-color: #CCC; font-weight: bold; color: #FFF; font-size: 14px; border-radius: 5px; }

#mypageWrap > .listWrap > .reviewWrap { width: 100%; float: left; }
#mypageWrap > .listWrap > .reviewWrap > ul { width: 100%; float: left; padding: 30px 40px; border-radius: 5px; }

#mypageWrap > .listWrap > .reviewWrap > ul.none { border: 1px solid #F1F1F1; }
#mypageWrap > .listWrap > .reviewWrap > ul.none > li { width: 100%; float: left; text-align: center; font-size: 13px; color: #CCC; text-align: center; }

#mypageWrap > .listWrap > .reviewWrap > ul.item { background-color: #F1F1F1; display: table; table-layout: fixed; margin-bottom: 15px; padding-right: 0; }
#mypageWrap > .listWrap > .reviewWrap > ul.item:last-of-type { margin-bottom: 0; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li { display: table-cell; vertical-align: middle; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.icon { width: 160px; text-align: center; border-left: 1px solid #FFF; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.icon > i { display: none; width: 45px; height: 45px; line-height: 45px; text-align: center; font-size: 21px; color: #333; cursor: pointer; border-radius: 5px; background-color: #FFF; margin: 5px 0; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.icon > i.active { display: inline-block; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info { padding-right: 40px; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > p { width: 100%; float: left; color: #333; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > p.name > .name { width: 50%; float: left; font-size: 18px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > p.name > .star { position: absolute; right: 0; font-size: 16px; top: 2px; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > p.contents { font-size: 13px; line-height: 21px; margin: 20px 0; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > textarea { margin: 20px 0; display: none; }
#mypageWrap > .listWrap > .reviewWrap > ul.item > li.info > p.date { font-size: 13px; font-weight: bold; }

#mypageWrap > .searchWrap { width: 100%; float: left; padding: 0 50px; margin-top: 45px; }
#mypageWrap > .searchWrap > div { width: 100%; float: left; border-radius: 5px; background-color: #F7F7F7; padding: 35px 0; text-align: center; }
#mypageWrap > .searchWrap > div > * { display: inline-block; float: none; border-radius: 5px; border: 0 !important; margin: 0 2px; }
#mypageWrap > .searchWrap > div > input.txtBox { width: 300px; }
#mypageWrap > .searchWrap > div > button { width: 35px; height: 35px; line-height: 35px; color: #333; font-size: 16px; background-color: #CCC; top: 1px; }

/* 쿠폰 */
#couponPopupWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.9); z-index: 10000001; display: none; }
#couponPopupBox { position: absolute; width: 700px; left: 50%; margin-left: -350px; top: 100px; border-radius: 5px; overflow: hidden; }
#couponPopupBox > .titleWrap { width: 100%; height: 70px; line-height: 70px; float: left; text-align: center; color: #FFF; font-size: 21px; background-color: #333; }
#couponPopupBox > .titleWrap > .closeBtn { position: absolute; font-size: 32px; top: 50%; margin-top: -16px; right: 30px; cursor: pointer; opacity: 0.6; }
#couponPopupBox > .titleWrap > .closeBtn:hover { opacity: 0.8; }
#couponPopupBox > .contentsWrap { width: 100%; float: left; background-color: #FFF; padding: 30px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap { width: 100%; float: left; padding: 0 40px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div { width: 100%; float: left; display: none; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div.active { display: block; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > input { width: 100%; height: 55px; float: left; border: 1px solid #E6E6E6; padding: 0 20px; font-size: 13px; color: #333; margin-bottom: 20px; font-weight: bold; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > p { width: 100%; float: left; font-size: 13px; margin-bottom: 3px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > p:last-of-type { margin-bottom: 0; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList { width: 100%; height: 500px; float: left; overflow-y: auto; }

#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table { width: 100%; float: left; table-layout: fixed; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table thead > tr > * { height: 40px; font-weight: bold; border-top: 2px solid #333; text-align: center; font-size: 13px; color: #333; border-bottom: 1px solid #A9A9A9; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table tbody > tr > * { padding: 15px 10px; border-bottom: 1px solid #EFEFEF; font-weight: bold; font-size: 13px; text-align: center; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table tbody > tr > *.none { color: #CCC; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table .couponInfo { width: 100%; float: left; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table .couponInfo > p { width: 100%; float: left; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table .couponInfo > p.big { font-size: 16px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table .couponInfo > p.small { font-size: 12px; margin-top: 2px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table .couponInfo > p.small > i { margin-right: 5px; }
#couponPopupBox > .contentsWrap > .tabContentsWrap > div > .couponList > table button { width: 100%; height: 40px; float: left; border-radius: 5px; color: #FFF; font-weight: bold; }

#couponPopupBox > .contentsWrap > .btnWrap { width: 100%; float: left; border-top: 1px solid #E6E6E6; padding-top: 30px; text-align: center; margin-top: 30px; }
#couponPopupBox > .contentsWrap > .btnWrap > button { width: 280px; height: 55px; background-color: #FFF; border: 1px solid #DC3333; font-weight: bold; font-size: 15px; color: #DC3333; }

/* 게시판 영역 */
#boardWrap { width: 100%; float: left; }

#boardWrap > .titleWrap { width: 100%; float: left; padding: 0 20px; margin-bottom: 40px; }
#boardWrap > .titleWrap > .left { color: #FFF; font-size: 32px; }
#boardWrap > .titleWrap > .right { color: #FFF; font-size: 14px; top: 20px; }

#boardWrap > .listWrap { width: 100%; float: left; background-color: #FFF; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07); border: 1px solid #CCC; padding: 60px 50px; }
#boardWrap > .listWrap > .list { width: 100%; float: left; }
#boardWrap > .listWrap > .list > li { width: 100%; float: left; margin-bottom: 30px; }

#boardWrap > .listWrap.notice > .list > li > a { width: 100%; float: left; padding: 30px 40px; padding-right: 120px; border: 1px solid #E6E6E6; border-radius: 5px; }
#boardWrap > .listWrap.notice > .list > li > a:hover { border-color: #CCC; }
#boardWrap > .listWrap.notice > .list > li > a > * { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; }
#boardWrap > .listWrap.notice > .list > li > a > .title { font-weight: bold; font-size: 16px; margin-bottom: 5px; }
#boardWrap > .listWrap.notice > .list > li > a > .date { font-weight: bold; font-size: 14px; margin-bottom: 20px; color: #999; }
#boardWrap > .listWrap.notice > .list > li > a > .contents { height: 40px; overflow: hidden; font-size: 14px; line-height: 21px; }
#boardWrap > .listWrap.notice > .list > li > i { position: absolute; font-size: 30px; top: 50%; margin-top: -15px; color: #CCC; right: 40px; }

#boardWrap > .listWrap.faq > .list > li { border: 1px solid #E6E6E6; border-radius: 5px; overflow: hidden; }
#boardWrap > .listWrap.faq > .list > li.hover { border-color: #CCC; }
#boardWrap > .listWrap.faq > .list > li > * { width: 100%; float: left; color: #333; padding: 30px 40px; }
#boardWrap > .listWrap.faq > .list > li > .title { cursor: pointer; padding-right: 120px; }
#boardWrap > .listWrap.faq > .list > li > .title > .big { width: 100%; float: left; font-size: 16px; font-weight: bold; line-height: 24px; }
#boardWrap > .listWrap.faq > .list > li > .title > .date { width: 100%; float: left; font-size: 13px; color: #999; margin-top: 5px; }
#boardWrap > .listWrap.faq > .list > li > .title > i { position: absolute; font-size: 30px; top: 50%; margin-top: -15px; color: #CCC; right: 40px; }
#boardWrap > .listWrap.faq > .list > li > .title > i.off { opacity: 1; }
#boardWrap > .listWrap.faq > .list > li > .title > i.on { opacity: 0; }
#boardWrap > .listWrap.faq > .list > li > .contents { line-height: 21px; border-top: 1px solid #E6E6E6; background-color: #FAFAFA; display: none; }
#boardWrap > .listWrap.faq > .list > li.active { border-color: #CCC; }
#boardWrap > .listWrap.faq > .list > li.active > .title > i.off { opacity: 0; }
#boardWrap > .listWrap.faq > .list > li.active > .title > i.on { opacity: 1; }
#boardWrap > .listWrap.faq > .list > li.active > .contents { display: block; }

#boardWrap > .listWrap.event > .list > li > a { width: 100%; float: left; padding: 30px 40px; padding-right: 120px; border: 1px solid #E6E6E6; border-radius: 5px; display: table; table-layout: fixed; }
#boardWrap > .listWrap.event > .list > li > a:hover { border-color: #CCC; }
#boardWrap > .listWrap.event > .list > li > a > p { display: table-cell; vertical-align: middle; }
#boardWrap > .listWrap.event > .list > li > a > p.img { width: 210px; padding-right: 40px; }
#boardWrap > .listWrap.event > .list > li > a > p.img > img { width: 100%; float: left; }
#boardWrap > .listWrap.event > .list > li > a > p.info > span { width: 100%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#boardWrap > .listWrap.event > .list > li > a > p.info > .title { font-weight: bold; font-size: 16px; margin-bottom: 5px; }
#boardWrap > .listWrap.event > .list > li > a > p.info > .date { font-weight: bold; font-size: 14px; color: #999; }
#boardWrap > .listWrap.event > .list > li > i { position: absolute; font-size: 30px; top: 50%; margin-top: -15px; color: #CCC; right: 40px; }

#boardWrap > .listWrap > .searchWrap { width: 100%; float: left; margin-top: 45px; }
#boardWrap > .listWrap > .searchWrap > div { width: 100%; float: left; border-radius: 5px; background-color: #F7F7F7; padding: 35px 0; text-align: center; }
#boardWrap > .listWrap > .searchWrap > div > * { display: inline-block; float: none; border-radius: 5px; border: 0 !important; margin: 0 2px; }
#boardWrap > .listWrap > .searchWrap > div > input.txtBox { width: 300px; }
#boardWrap > .listWrap > .searchWrap > div > button { width: 35px; height: 35px; line-height: 35px; color: #333; font-size: 16px; background-color: #CCC; top: 1px; }

#boardWrap > .viewWrap { width: 100%; float: left; background-color: #FFF; box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07); border: 1px solid #CCC; padding: 60px 50px; }
#boardWrap > .viewWrap > div { width: 100%; float: left; }
#boardWrap > .viewWrap > .title { text-align: center; font-size: 28px; font-weight: bold; margin-bottom: 3px; }
#boardWrap > .viewWrap > .date { text-align: center; font-size: 14px; font-weight: bold; color: #999; }
#boardWrap > .viewWrap > .date > i { margin-right: 5px; }
#boardWrap > .viewWrap > .contents { line-height: 21px; margin-top: 30px; }
#boardWrap > .viewWrap > .btn { margin-top: 50px; text-align: center; }
#boardWrap > .viewWrap > .btn > a { display: inline-block; width: 200px; height: 50px; line-height: 48px; border: 1px solid #CCC; color: #999; font-size: 15px; }
#boardWrap > .viewWrap > .btn > a:hover { border-color: #BBB; }
#boardWrap > .viewWrap > .btn > a > i { margin-right: 5px; }

/* 수료증 */
#certificateViewWrap { position: fixed; top: -1000%; left: -1000%;  overflow: hidden; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#certificateViewWrap * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#certificateViewWrap img { margin: 0 !important; }

#certificateViewWrap > .bgWrap { float: left; margin: 0 !important; }
#certificateViewWrap > .bgWrap > img { float: left; }

#certificateViewWrap > span { position: absolute; z-index: 2; display: block; color: #333; }
#certificateViewWrap > span.number { left: 150px; top: 85px; font-size: 16px; letter-spacing: -0.5px; font-weight: 500; }
#certificateViewWrap > span.date { width: 100%; left: 0; bottom: 170px; font-size: 18px; letter-spacing: -0.5px; font-weight: 500; text-align: center; }

#certificateViewWrap > .btmLogoWrap { position: absolute; width: 100%; left: 0; bottom: 100px; z-index: 2; text-align: center; margin: 0 !important; }

#certificateViewWrap > .contents { position: absolute; z-index: 2; display: block; color: #333; width: 500px; left: 50%; margin-left: -250px; top: 450px; font-size: 18px; font-weight: 500; line-height: 38px; }

#certificateViewWrap > .info { position: absolute; z-index: 2; display: block; top: 330px; left: 0; width: 100%; padding: 0 100px; }
#certificateViewWrap > .info > li { width: 100%; float: left; display: table; table-layout: fixed; margin-bottom: 3px; }
#certificateViewWrap > .info > li > span { color: #333; display: table-cell; font-size: 16px; }
#certificateViewWrap > .info > li > .label { width: 160px; font-weight: bold; letter-spacing: 20px; }
#certificateViewWrap > .info > li > .value { font-weight: 500; letter-spacing: -0.5px; }