/* 회원가입 영역 */
#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 .formWrap > form > table tbody > tr #join_select { padding: 12px; }

#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: 562px; }

#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.point_big { letter-spacing: 0; font-weight: bold; font-size: 18px; color: #07abb7; }
#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: 120px; left: 40px; 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; }

#mainKewordWrap{background-color: #f7f7f7; height: 450px; padding-top: 76px;}
#mainKewordWrap .kewordwrap{width: 100%; float: left;}
#mainKewordWrap .leftbox{width: 366px; float: left; padding-top: 60px;}
#mainKewordWrap .rightbox{width: 650px; float: left; margin-left: 184px;}
#mainKewordWrap .leftbox .tit{font-size: 35px; line-height: 44px; font-weight: bold; color: #333;} 
#mainKewordWrap .leftbox .tit span{color: #07abb7;}
#mainKewordWrap .leftbox .con{font-size: 19px; margin-top: 20px; color: #999;}

#mainKewordWrap .rightbox > div:not(:nth-child(3n+1)){margin-left: 20px;}
#mainKewordWrap .rightbox > div:nth-child(n+4){margin-top: 20px;}
#mainKewordWrap .rightbox .box{width: 200px; float: left; height: 134px; border-radius: 10px;}
#mainKewordWrap .rightbox .box a{width: 100%; float: left;}
#mainKewordWrap .rightbox .textbox{width: 80px; float: left; margin-top: 50px; margin-left: 23px;}
#mainKewordWrap .rightbox .tt{font-size: 22px; font-weight: bold;}
#mainKewordWrap .rightbox .ss{font-size: 15px; color: #fff; }
#mainKewordWrap .rightbox .icon{width: auto; float: left; margin-top: 30px; margin-left: 5px;}

#mainKewordWrap .rightbox .color1{background-color: #b4e6e9;}
#mainKewordWrap .rightbox .color2{background-color: #edbdc1;}
#mainKewordWrap .rightbox .color3{background-color: #f9e7b7;}
#mainKewordWrap .rightbox .color4{background-color: #b2d7e7;}
#mainKewordWrap .rightbox .color5{background-color: #d5ebc8;}
#mainKewordWrap .rightbox .color6{background-color: #dadadf;}

#mainKewordWrap .rightbox .color1 .tt{color: #07abb7;}
#mainKewordWrap .rightbox .color2 .tt{color: #cb414e;}
#mainKewordWrap .rightbox .color3 .tt{color: #edab1d;}
#mainKewordWrap .rightbox .color4 .tt{color: #007baf;}
#mainKewordWrap .rightbox .color5 .tt{color: #6ab53f;}
#mainKewordWrap .rightbox .color6 .tt{color: #5f5fb0;}







/* 메인 클래스목록 */
/* .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 { text-align: left; font-size: 26px; font-weight: bold; color: #333; margin-bottom: 5px; } */
.mainClassListWrap > .titWrap > .big { text-align: center; font-size: 35px; font-weight: bold; color: #333; margin-bottom: 5px; }
/* .mainClassListWrap > .titWrap > .small { text-align: left; font-size: 15px; font-weight: 400; color: #CCC; } */
.mainClassListWrap > .titWrap > .small { text-align: center; font-size: 18px; font-weight: 400; color: #CCC; }

.mainClassListWrap > .itemListWrap { width: 100%; float: left; overflow: hidden; font-size: 0; }
.mainClassListWrap > .itemListWrap > .itemList { width: 100%; float: left; left: 0; transition: all 0.5s; text-align: center; }
.mainClassListWrap > .itemListWrap > .itemList li { width: 291px; /*height: 301px*/;}
.mainClassListWrap > .itemListWrap > .itemList li.slideItem { float: left; }
.mainClassListWrap > .itemListWrap > .itemList li:not(.slideItem) { display: inline-block; }
.mainClassListWrap > .itemListWrap > .itemList li:not(:first-child) { margin-left: 12px; }
.mainClassListWrap > .itemListWrap > .itemList li:nth-of-type(4n+1):not(.slideItem) { margin-left: 0; }
.mainClassListWrap > .itemListWrap > .itemList .slick-list li { margin: 0 6px; }
/* .mainClassListWrap > .itemListWrap > .itemList > li:nth-of-type(5n) { margin-left: 0; } */
.mainClassListWrap > .itemListWrap > .itemList li:nth-of-type(n+5):not(.slideItem) { margin-top: 40px; }
.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%;  height:180px;}
.mainClassListWrap > .itemListWrap > .itemList li > a > .imgWrap > img { position: absolute; width: 100%; min-height: 100%; left: 0; top: 0; transition: all 0.5s; object-fit: cover; }
.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%; float: left; margin-bottom: 10px; margin-top: 10px; text-align: left; }
.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: 15px; color: #000; line-height: 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; }
.mainClassListWrap > .itemListWrap > .itemList li > a > .nameWrap > .small { height: 40px; font-size: 13px; color: #989898; line-height: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; margin-top: 7px; }
.mainClassListWrap > .itemListWrap > .itemList li > a > .nameWrap > .keyWordWrap { float: left; width: 100%; font-size: 11px; margin-top: 5px; height: 29px; overflow: hidden;}
.mainClassListWrap > .itemListWrap > .itemList li > a > .nameWrap > .keyWordWrap .keyWord { float: left; padding: 0 13px 2px 13px; color: #999; border: 1px solid #ccc; border-radius: 2px; margin-right: 5px; margin-top: 5px;}

.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; }

/* 메인 클래스리스트 */
.mainclass_slide{margin-top: 90px; margin-left: 212px;}
.mainclass_slide > div{width: 100%; float: left;}
.mainclass_slide .tt{font-size: 17px; color: #07abb7; font-weight: 500;}
.mainclass_slide .tt span{font-size: 18px; color: #07abb7; font-weight: 900; text-transform: uppercase;}
.mainclass_slide .ss{font-size: 29px; font-weight: 900; margin-top: 10px;}
.mainclass_slide .sss{font-size: 17px; font-weight: 500; margin-top: 20px; line-height: 26px; color: #666; }
/* .slidewrap{width: 100% !important; margin:0px; float: left; padding-top: 30px; margin-top: 50px !important; padding-bottom: 40px; background-color: #f9f9f9;} */
.mainbg_slide { height: 415px !important; }
.slidewrap{width: 100% !important; margin:0px; height:385px; overflow: hidden;  float: left; padding-top: 30px; margin-top: 50px !important; padding-bottom: 40px; background-color: #f9f9f9;}
.slidewrap .slidebox{width: 4800px; float: left; margin-left:-190px;}
.slidewrap .conbox{width: 450px; float: left; margin-left: 20px;}
.slidewrap ul{width: 100%; float: left;}
.slidewrap li{width: 100%; float: left;}
.slidewrap li img {width: 100%; float: left; height: 240px; object-fit: cover; }
.slidewrap .tit{font-size: 21px; font-weight: 900; margin-top: 25px;}
.slidewrap .con{font-size: 16px; font-weight: 500; color: #666; margin-top: 13px;}


/* 메인 베스트튜터 */
.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: -94px; 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: 45px; line-height: 45px; float: left; border-radius: 10px; color: #CCC; font-weight: 500; font-size: 14px; background-color: rgba(0, 0, 0, 0.3); padding: 0 65px; }

.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: 203px; }

#mainADListWrap .itemListL { width: 100%; height: 100%; float: left; overflow: hidden; }
#mainADListWrap .itemListL > ul { width: 100%; height: 100%; float: left; left: 0; transition: left 0.5s;  transition: 0.5s all;}
#mainADListWrap .itemListL > ul > li { width: 1200px; height: 100%; float: left; }
#mainADListWrap .itemListL > ul > li > a { width: 100%; float: left; }
#mainADListWrap .itemListL > ul > li > a > img { width: 100%; float: left; }

#mainADListWrap .itemListR { width: 100%; height: 100%; float: left; overflow: hidden; }
#mainADListWrap .itemListR > ul { width: 100%; height: 100%; float: left; left: 0; transition: left 0.5s;  transition: 0.5s all;}
#mainADListWrap .itemListR > ul > li { width: 1200px; height: 100%; float: left; }
#mainADListWrap .itemListR > ul > li > a { width: 100%; float: left; }
#mainADListWrap .itemListR > 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: 499px; 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%; height: 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 > .tutorTabContents2 { width:100%; float:left; }
#classInfoWrap > .leftInfo > .tutorTabContents2 > div { width:100%; float:left; }
#classInfoWrap > .leftInfo > .tutorTabContents2 > div:not(:first-child) { margin-top:20px; }
#classInfoWrap > .leftInfo > .tutorTabContents2 > div > div { display:table-cell; }
#classInfoWrap > .leftInfo > .tutorTabContents2 > div >  .imgWrap { width: 300px; vertical-align: top; overflow: hidden; }
#classInfoWrap > .leftInfo > .tutorTabContents2 > div >  .imgWrap > img { width: 100%; float: left; }

#classInfoWrap > .leftInfo > .tutorTabContents2 .infoWrap { padding-left: 20px; vertical-align: bottom; }
#classInfoWrap > .leftInfo > .tutorTabContents2 .infoWrap > .name { width: 100%; float: left; font-size: 24px; }
#classInfoWrap > .leftInfo > .tutorTabContents2 .infoWrap > .name > span { float: left; color: #444; margin-right: 10px; }
#classInfoWrap > .leftInfo > .tutorTabContents2 .infoWrap > .name > b { float: left; color: #333; letter-spacing: 5px; }
#classInfoWrap > .leftInfo > .tutorTabContents2 .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 .curriculum_img {height: 200px; object-fit: fill;}
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .imgWrap > div { width: 200px; height: 200px; border-radius: 5px; background-color: #F5F5F5; }
#classInfoWrap > .leftInfo > .curriculumTabContents > ul > li > .imgWrap > div > a{width: 100%; height: 200px; float: left;}
#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 > .curriculumTabContents .imgWrap img{height: 100%; object-fit: cover;}

#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; background-color: #fff;}
#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: #555; 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 > .buyBtninfo {width: 100%; float: left; margin-top: 20px; color: #999; }
#classInfoWrap > .rightInfo > div > .buyBtninfo > span { color: #cc3333; font-weight: 600; }

#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; }

/* 검색결과 */
.category_best, .mainBestTutorWrap, .best_slide, #mainKewordWrap{margin-top: 80px;}
#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; }
#classListVisualWrap .categoryName { color: #fff; }
#classListVisualWrap .svgObjectWrap > svg .st0 { stroke: #fff !important; }
#classListVisualWrap .svgObjectWrap > svg:not(.svgCode001) .st1 { stroke: #fff !important; }

/* 강의목록 상단 추천강좌영역 */
/*.best_slide .mainClassListWrap > .itemListWrap > .itemList > li:nth-of-type(4n) { margin-right: 12px; }*/
#classBestListWrap { background-color: #ECEBEB; padding: 50px 0;}
#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; 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; margin-top: 32px;}

#boardWrap > .titleWrap { width: 100%; float: left; padding: 0 20px; margin-bottom: 72px; }
#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); margin-top: 50px; 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; }

/*커뮤니티탭*/
#boardWrap > .titleWrap > .title{width: 100%; float: left; text-align: center;}
#boardWrap > .titleWrap > .linewrap{width: 100%; float: left; margin-top: 7px; text-align: center;}
#boardWrap > .titleWrap > .linewrap > .line{width: 60px; height: 2px; background-color: #fff; display: inline-block;}

/* 브랜코소개페이지 */
.contentsbox .bold{font-weight: bold;}
.contentsbox .title{font-size: 35px; font-weight: 500;}
.contentsbox .sub{font-size: 35px;}
.nsgsL{font-family: nsgsL;}
.nsgsM{font-family: nsgsM;}
.nsgsB{font-family: nsgsB;}

/*수정_2차*/
.brand_new01{height: 400px; padding: 95px 0; background: url(/images/about_bgnew01.jpg) no-repeat; background-position: center; background-size: cover;}
.brand_new01 .introwrap{width: 100%; float: left; }
.brand_new01 .introwrap .imgbox {width: 35%; float: left;}
.brand_new01 .introwrap .textbox {width: 65%; float: left;}
.brand_new01 .introwrap .title{font-size: 37px; font-weight: 200; line-height: 45px; }
.brand_new01 .introwrap .title > span {font-size: 37px; font-weight: bold;}
.brand_new01 .introwrap .ss{font-size: 25px; margin-top: 5px;}
.brand_new01 .introwrap .line{width: 2px; height: 50px; margin-top: 30px; margin-left: 3px; background-color: #07abb7;}
.brand_new01 .introwrap .con_box .con{font-size: 18px; line-height: 28px; margin-top: 20px;}





/* 수정 전 */
#brand_introwrap .introwrap .leftbox{width: 377px; float: left; margin-left: 23px; z-index: 1; box-shadow: -2px 3px 12px 1px #ababab;}
#brand_introwrap .introwrap .rightbox{width: 800px; float: left; padding-top: 34px; padding-left: 40px;}
#brand_introwrap .introwrap .rightbox div{width: 100%; float: left;}
#brand_introwrap .introwrap .rightbox .tt{font-size: 15px; color: #8c8c8c;}
#brand_introwrap .introwrap .rightbox .title{font-weight: bold; margin-top: 2px;}
#brand_introwrap .introwrap .rightbox .line{width: 430px; height: 4px; left: -90px; margin-top: 26px; z-index: 2; background-color: #07abb7;}
#brand_introwrap .introwrap .rightbox .con_box{width: 1015px; height: 230px; left: -255px; background-color: #efefef;}
#brand_introwrap .introwrap .rightbox .con_box > div{margin-left: 255px;}
#brand_introwrap .introwrap .rightbox .con_title{font-size: 24px; margin-top: 30px;}
#brand_introwrap .introwrap .rightbox .con_sub{font-size: 18px; margin-top: 18px; line-height: 25px; }
#brand_introwrap .introwrap .rightbox .ss{font-size: 14px; float: right; margin-right: 10px; margin-top: 15px; text-align: right; color: #666;}


#brand_introwrap{height: 600px; padding-top: 160px; background: url(/images/about_bg00.jpg) no-repeat; background-position: center; background-size: cover;}
#brand_introwrap .introwrap{width: 100%; float: left;}
#brand_introwrap .introwrap div{width: 100%; float: left;}
#brand_introwrap .introwrap .title{font-size: 37px; font-weight: bold;}
#brand_introwrap .introwrap .ss{font-size: 25px; margin-top: 5px;}
#brand_introwrap .introwrap .line{width: 2px; height: 50px; margin-top: 30px; margin-left: 3px; background-color: #07abb7;}
#brand_introwrap .introwrap .con_box{margin-top: 35px;}
#brand_introwrap .introwrap .con_box .sub{font-size: 31px; color: #333;}
#brand_introwrap .introwrap .con_box .con{font-size: 18px; line-height: 28px; margin-top: 20px;}
#brand_introwrap .introwrap .con_box .con span{font-weight: 500;}

#brand_purposewrap{background: url(/images/about_bg01.jpg) no-repeat; background-size: cover; background-position: center; height: 665px;}
#brand_purposewrap .purposewrap{width: 100%; float: left; text-align: center; color: #fff;}
#brand_purposewrap .purposewrap .title{width: 100%; float: left; margin-top: 100px;}
#brand_purposewrap .purposewrap .title span{color: #6de8f1;}
#brand_purposewrap .purposewrap .sub{width: 100%; float: left; margin-top: 17px;}
#brand_purposewrap .purposewrap .systembox{width: 100%; float: left; margin-top: 60px;}
#brand_purposewrap .purposewrap .system_name{width: 100%; float: left; margin-top: 10px;}
#brand_purposewrap .purposewrap .system_name span{width: 14.1%; float: left; font-size: 17px; color: #e2e2e2;}
#brand_purposewrap .purposewrap .con_box{width: 100%; float: left;  line-height: 30px; font-size: 18px; margin-top: 64px; border-radius: 10px; background-color: rgba(0, 0, 0, 0.2); padding: 20px 0; }
#brand_purposewrap .purposewrap .con_box span{font-weight: 600;}
#brand_specialwrap .rightbox .con .con_list { width: 100%; float: left; border: 3px solid#f2f2f2; border-radius: 30px; margin-top: 20px; padding: 10px 30px; }
#brand_specialwrap .rightbox .con .con_list > ul { width: 100%; float: left; margin-top:5px; }
#brand_specialwrap .rightbox .con .con_list > ul > li { float: left; font-size: 17px;color: #666;  }
#brand_specialwrap .rightbox .con .con_list > ul > li.cl_01 { width: 20%; }
#brand_specialwrap .rightbox .con .con_list > ul > li.cl_02 { width: 25%; }
#brand_specialwrap .rightbox .con .con_list > ul > li.cl_03 { width: 30%; }
#brand_specialwrap .rightbox .con .con_list > ul > li.cl_04 { width: 25%; }
#brand_specialwrap .rightbox .con .con_list > ul > li > span { width: 5px; height: 5px; float: left; background-color: #333; border-radius:50%; margin: 10px 5px 0 0; }




.brand_new02{background: url(/images/about_bgnew02.jpg) no-repeat; background-size: cover; background-position: center; margin-top: 100px; padding: 80px 0; }
.brand_new02 .purposewrap{width: 100%; float: left; text-align: center; color: #fff;}
.brand_new02 .purposewrap .title{width: 100%; float: left; }
.brand_new02 .purposewrap .title span{color: #6de8f1;}
.brand_new02 .purposewrap .sub{width: 100%; float: left; margin-top: 17px;}
.brand_new02 .purposewrap .systembox{width: 100%; float: left; margin-top: 60px;}
.brand_new02 .purposewrap .systembox .c_esg { width: 100%; float: left; background: url(/images/about_ecg.png) no-repeat; background-size: cover; background-position: center; height: 120px; padding: 25px 30px; }
.brand_new02 .purposewrap .systembox .c_esg > li { width: 25%; float: left; font-size: 25px; line-height: 30px; font-weight: 600; }
.brand_new02 .purposewrap .systembox .c_esg > li> span { font-size: 20px; font-weight: 100; line-height: 30px;}
.brand_new02 .purposewrap .con_box{width: 100%; float: left;  line-height: 27px; font-size: 18px; margin-top: 20px; }




#brand_companywrap{margin-top: 100px; text-align: center;}
#brand_companywrap .companywrap{width: 100%; float: left;}
#brand_companywrap .companywrap .dotbox{width: 100%; float: left; top: 6px;}
#brand_companywrap .companywrap .dotbox ul{width: auto; float: left; left: 262px;}
#brand_companywrap .companywrap .dotbox li{width: 4px; height: 4px; background-color: #333; display: inline-block; vertical-align: middle;}
#brand_companywrap .companywrap .dotbox li:not(:first-child){margin-left: 25px;}
#brand_companywrap .companywrap .title{width: 100%; float: left;}
#brand_companywrap .companywrap .sub{width: 100%; float: left; margin-top: 47px;}
#brand_companywrap .companywrap .con_box{width: 100%; float: left; font-size: 17px; margin-top: 15px; line-height: 26px;}

/* #slidebox{width: 100%; float: left; margin-top: 30px;} */
/* #slidebox .sldiewrap{width: 100%; float: left; height: 192px; background-color: rgba(0, 0, 0, 0.1);} */
/* #slidebox .con_box{width: 1200px; margin: 0 auto;} */
/* #slidebox .con_box ul{width: 100%; float: left; margin-top: 30px;} */
/* #slidebox .con_box ul li { text-align: center; } */
/* #slidebox .con_box ul li div {width: 190px; display: inline-block; box-shadow: 3px 3px 6px 0px #d7d7d7; border-radius: 20px;} */
/* #slidebox .con_box ul li:not(:first-child){margin-left: 12px;} */
/* #slidebox .con_box .itemControlBtn{-webkit-filter: grayscale(100%); position: absolute; top: 63px; cursor: pointer; z-index: 2;} */
/* #slidebox .con_box .itemPrevBtn{left: -100px;} */
/* #slidebox .con_box .itemNextBtn{right: -100px;} */

/* #brand_specialwrap{margin-top: 100px; text-align: left; height: 519px; background: url(/images/about_bg02.jpg) no-repeat; background-size: cover; background-position: center;}
#brand_specialwrap .specialwrap{width: 100%; float: left; color: #fff; margin-top: 100px;}
#brand_specialwrap .specialwrap .tt{color: #666;}
#brand_specialwrap .specialwrap .title{font-weight: 400; margin-top: 5px;} 
#brand_specialwrap .specialwrap .title span{color: #6de8f1;}
#brand_specialwrap .specialwrap ul{width: 100%; float: left; margin-top: 15px; text-align: center;}
#brand_specialwrap .specialwrap li{float: left; height: 44px; line-height: 41px; font-size: 20px; border: 1px solid #979797; border-radius: 50px;}
#brand_specialwrap .specialwrap li.ss{width: 116px;}
#brand_specialwrap .specialwrap li.mm{width: 133px;}
#brand_specialwrap .specialwrap li:nth-child(2){left: -15px;}
#brand_specialwrap .specialwrap li:nth-child(3){left: -30px;}
#brand_specialwrap .specialwrap li:nth-child(4){left: -45px;}
#brand_specialwrap .specialwrap li:nth-child(5){left: -60px;}
#brand_specialwrap .specialwrap li:nth-child(6){left: -75px;}
#brand_specialwrap .specialwrap .sub{width: 100%; float: left; margin-top: 55px;}
#brand_specialwrap .specialwrap .con_box{width: 100%; float: left; margin-top: 17px; font-size: 18px; line-height: 25px;} */

/* #brand_specialwrap{margin-top: 100px; text-align: left; height: 519px; background: url(/images/about_bg02.jpg) no-repeat; background-size: cover; background-position: center;} */
/* #brand_specialwrap .specialwrap{width: 100%; float: left; color: #fff; margin-top: 100px;} */
/* #brand_specialwrap .specialwrap .tt{color: #666;} */
/* #brand_specialwrap .specialwrap .title{font-weight: 400; margin-top: 5px;}  */
/* #brand_specialwrap .specialwrap .title span{color: #6de8f1;} */
/* #brand_specialwrap .specialwrap ul{width: 100%; float: left; margin-top: 15px; text-align: center;} */
/* #brand_specialwrap .specialwrap li{float: left; height: 44px; line-height: 41px; font-size: 20px; border: 1px solid #979797; border-radius: 50px; padding: 0 25px;} */
/* #brand_specialwrap .specialwrap li:not(:last-child) {margin-right: 10px;} */
/* #brand_specialwrap .specialwrap .sub{width: 100%; float: left; margin-top: 55px;} */
/* #brand_specialwrap .specialwrap .con_box{width: 100%; float: left; margin-top: 17px; font-size: 18px; line-height: 25px;} */

#brand_specialwrap{width: 100%; float: left; margin-top: 86px;}
#brand_specialwrap .specialwrap{width: 100%; float: left;}
#brand_specialwrap .specialwrap .leftbox{width: 42%; float: left; margin-top: 22px; position:absolute; }
#brand_specialwrap .specialwrap .leftbox img{box-shadow: -17px -18px 0px #efefef; width: 100%; height: 500px; object-fit: cover; }
#brand_specialwrap .specialwrap .rightbox{width: 100%; float: left;}
#brand_specialwrap .rightbox > div{ width: 1200px; margin: 0 auto; padding-left: 500px; }
#brand_specialwrap .rightbox .tt{color: #666; font-size: 15px;}
#brand_specialwrap .rightbox .sub_title{font-size: 28px; margin-top: 15px;}
#brand_specialwrap .rightbox .sub_title span{font-weight: 500;}
#brand_specialwrap .rightbox .title{font-weight: 500; margin-top: -5px;}  
#brand_specialwrap .rightbox .sub{margin-top: 54px;}
#brand_specialwrap .rightbox .con{font-size: 18px; line-height: 28px; margin-top: 20px;}
#brand_specialwrap .rightbox .con p:nth-child(2){margin-top: 10px;}
#brand_specialwrap .rightbox .con p span{font-weight: 500;}



#brand_recomendwrap{text-align: center; padding-top: 86px; padding-bottom: 100px; background-color: #ebf6f7;}
#brand_recomendwrap .recomendwrap{width: 100%; float: left;}
#brand_recomendwrap .title_box{width: 100%; float: left; margin-left: 270px;}
#brand_recomendwrap .title_box .rectangle{width: 19px; float: left; height: 15px; margin-top: 18px; background-color: #d8d8d8;}
#brand_recomendwrap .title_box .rectangle.point{background-color: #07abb7;}
#brand_recomendwrap .title_box .title{width: auto; float: left; text-align: left; margin-left: 20px;}
#brand_recomendwrap .recomendwrap ul{width: 100%; float: left; margin-top: 77px;}
#brand_recomendwrap .recomendwrap li:not(:first-child){margin-left: 17px;}
#brand_recomendwrap .recomendwrap li{width: 287px; float: left; background-color: #fff; border: 2px solid #ccc; border-radius: 20px;}
#brand_recomendwrap .recomendwrap li .num{width: 45px; float: left; height: 43px; line-height: 43px; font-size: 19px; left: -2px; top: -2px; background-color: #333; font-style: italic; color: #fff;}
#brand_recomendwrap .recomendwrap li .num.point{background-color: #39c0c0;}
#brand_recomendwrap .recomendwrap li .con{width: 100%; float: left; font-size: 23px; margin-top: 20px; line-height: 33px; font-weight: 500; color: #666;}
#brand_recomendwrap .recomendwrap li .con span{font-size: 26px; color: #000;}
#brand_recomendwrap .recomendwrap li .icon{float: left; border: 2px solid #ccc; border-radius: 80px; margin: 25px 0 25px 86px; box-shadow: 7px 7px 1px #f2f2f2;}




.text_point{color:#07abb7;}

.line_button {background:none; min-width:320px; height:55px; text-align: center; line-height: 55px; font-size: 18px; color:#07abb7; border:solid 1px #07abb7; border-radius: 30px;}
.line_button:hover {background:#07abb7; color:#fff;}
.bnnar_bk {height:450px;}
.bnnar_bk .back_img {width:100% !important;margin:0 !important; float:left; height:368px; background-image: url('/images/back_img.png');}
.bnnar_bk .conn {min-height:330px; background-color: #f7f7f7;  position: absolute; margin-top:99px; z-index: 2;}
.bnnar_bk .conn .img {width:44.3%; float:left; height:100%; overflow: hidden;}
.bnnar_bk .conn .img img {transition: 1.5s all; max-width:100%; height:333px; object-fit: cover; }
/* .bnnar_bk .conn .img img { max-width:100%; height:333px;} */
.bnnar_bk .conn .contents {width:55.7%; float:right; height:100%; padding:40px 65px; }
.bnnar_bk .conn .contents .top_title {font-size:16px; color:#07abb7;}
.bnnar_bk .conn .contents .title {font-size:27px; font-weight: bold; color:#333; padding:40px 0px;}
.bnnar_bk .conn .contents .content {font-size:17px; color:#333;}
.bnnar_bk .conn .texts { transition: 1.5s all; opacity: 0;}
.bnnar_bk .buttons {margin-top:29px;}
.bnnar_bk .line {width:600px; height:1px; background:#333; float:left; position: absolute; left:-45px; margin-top:5px;}

.category_best .categoryListWrap {width:100%; float:left; }
.category_best .categoryListWrap ul {text-align: center; width:100%; float:left; margin-bottom: 40px;}
.category_best .categoryListWrap ul > li {margin-left: -3px; display: inline-block;  width: 200px; height: 45%;  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 1px 1px 0 0 #e6e6e6; text-align: center; line-height: 38px;  font-size: 13px; font-weight: 500; color: #333; cursor: pointer;}
.category_best .categoryListWrap ul > li:last-child{border-right:1px solid #D2D2D2;}
.category_best .categoryListWrap ul > li.active{background:#07abb7; color:#fff;  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 1px 1px 0 0 #e6e6e6;}
.category_best .categoryListWrap ul > li:hover{  box-shadow: 1px 0 0 0 #e6e6e6, 0 1px 0 0 #e6e6e6, 1px 0 0 0 #e6e6e6 inset, 0 1px 0 0 #e6e6e6 inset, 1px 1px 0 0 #07abb7;  background-color: #07abb7; color:#fff;}
/* .visual_button{padding:0px 25px; width:285px; height:55px; float:left; text-align: center; cursor: pointer; line-height:55px; color:#fff; border:solid 1px #fff; border-radius: 30px; font-size:16px; top: 80%; left: 8%; position: absolute;} */
.visual_button{
    padding: 0px 65px;
    /* width: 285px; */
    height: 55px;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 55px;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 30px;
    font-size: 16px;
    top: 138%;
    left: 0%;
    position: absolute;
}
.visual_button i {float:right; line-height:55px; margin-left: 12px;}
.visual_category {width:100%; float:left; background-color: rgba(0, 0, 0, 0.65); position: absolute; top: 729px;}
/* .visual_category {width:100%; float:left; background-color: rgba(0, 0, 0, 0.65); position: absolute; top: 565px;} */
.visual_category ul {width:100%; float:left;}
.visual_category ul li {width:16.6%; float:left; height:60px; line-height: 60px; text-align: center; color:#fff; cursor: pointer;}
.visual_category ul li:hover{background-color: rgba(255, 255, 255, 0.1);}
.visual_category ul li.active{background-color: rgba(255, 255, 255, 0.1);}


.commonBox > div.itemControlBtn { position: absolute; top: 55%; cursor: pointer; box-shadow: 1px 2px 4.75px 0.25px rgba(0, 0, 0, 0.7); float:left; width:50px; height:50px; line-height: 50px; text-align: center; background-color: #fff; border-radius: 50%; z-index: 3;}
.commonBox > div.slickNextBtn{right:334px;}
.commonBox > div.slickPrevBtn{left:334px;}

.bnnar_bk img {height:333px; float:left; widtH:100%;}