@charset "utf-8";
@import url('/html/fonts/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
    src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
    url('//script.ebay.co.kr/fonts/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('//script.ebay.co.kr/fonts/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
    src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
    url('//script.ebay.co.kr/fonts/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('//script.ebay.co.kr/fonts/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
    font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
    src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
    url('//script.ebay.co.kr/fonts/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('//script.ebay.co.kr/fonts/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body{font-family:"Open Sans","Noto Sans KR","notoSans","맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; ;font-size:16px;letter-spacing:-0.05em !important;}
body * {letter-spacing:-0.05em !important;}

.hide { display:none; }

.ver_mobile {display:none !important;}
.ver_pc {}

#wrap {position:relative; width:100%; min-width:1300px; padding-top:130px;display:inline-block;}
#header {position:absolute;left:0px;top:0px;height:130px;overflow:visible;z-index:1000;}
#header .util_wrap {position:relative;background-color: #fff;width:100%;margin: 0 auto;height:50px;text-align: center; border-bottom:1px #ebebeb solid;box-sizing: border-box;}
#header .util_wrap .util_menu {float:none;width:1200px;margin:0px auto;display:flex;height:50px;text-align:right;justify-content:right;}
#header .util_wrap .util_menu li {position: relative;padding-left:10px;margin-right:20px;}
#header .util_wrap .util_menu li:after {content: '';position: absolute;left:0px;width:4px;background-color: #c7c7c5;top:23px;height:4px;border-radius:50%;}
#header .util_wrap .util_menu ul li a {color: #333;font-size:14px;line-height:50px;}
.util_wrap .af_log {font-size:14px;color:#333;line-height:50px}
.util_wrap .af_log b{font-size:14px;font-weight:500;}
.util_wrap .af_log:after {display:none;}

#header .logo {display: inline-block;vertical-align: middle;width:250px;height:80px;margin:0px;float: left;}
#header .logo a {width:auto;display:inline-block;height:80px;margin:0px;}
#header .logo img {padding:0px;max-width:220px;max-height:50px;margin:15px 0px;}

.h_search { position:absolute;left:50%; transform:translateX(-50%);top:30px;width:300px;display: inline-block;vertical-align: middle;border:1px solid #ebebeb;box-sizing: border-box;height:40px;border-radius: 40px;overflow: hidden;padding: 0px 20px;background-color: #fafafa;margin:0px;}
.h_search input {width: 100%;height:38px;border: none !important;box-shadow: none;outline: none;padding: 0;background-color: #fafafa !important;}
.search_btn {background: url(/html/images/common/h_search.png) no-repeat center;background-size:20px auto;width: 23px;height: 100%;position: absolute;right:15px;}

#header > .inner {position:relative;width: 100%;background-color:none;height:80px;margin: 0 auto;overflow:visible;text-align:center;}
#header .inner .menu_wrap {position:relative;float: none;width: 100%;max-width:1200px;background:none !important;height:80px;margin:0px auto;text-align:center;display:inline-block;border-radius:0px;z-index:10;}
.menu_wrap #gnb {float:left;display:flex; justify-content:center; width:850px;margin:0px auto;padding:0px;}
.menu_wrap #gnb li {width:100%;position: relative;display:inline-block;padding:17px 5px;margin:0px;}
.menu_wrap #gnb li a {font-family:'noto_sans';display:inline-block;font-size:18px;color: #000;line-height:45px;padding:0px 20px;border-radius:30px;box-sizing: border-box;font-weight: 500;letter-spacing: -1px;}
.menu_wrap #gnb li a:hover {color: #3371b8;}
.menu_wrap #gnb li.on a {color: #fff;background:#3371b8;}
.menu_wrap #gnb .gnb_sub {display: none;position:absolute;left:50%;top:80px;transform:translateX(-50%);z-index: 100 !important;background:none;width:180px;background:#fff;border:none; border-top:none; padding:3px 10px;border-radius:0px 0px 10px 10px; box-sizing: border-box;box-shadow:0px 5px 5px rgba(0,0,0,0.2);}
.menu_wrap #gnb .gnb_sub li {float: none !important;width:100%;padding:0px !important;margin:0px; border-bottom:1px #eee dashed;}
.menu_wrap #gnb .gnb_sub li:last-child {border-bottom:none;}
.menu_wrap #gnb .gnb_sub li a {display: block;width:100%;box-sizing:border-box;color: #555;font-size:15px;text-align: center;line-height:20px;font-weight: normal;letter-spacing: -0.05em;padding:10px 0px; overflow:hidden;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;}
.menu_wrap #gnb .gnb_sub li:hover a {color: #000;background:none;text-decoration:underline; }
.menu_wrap #gnb li.on .gnb_sub li a {color: #000;background:none;}

.hamburger {float:right;padding:28px 14px;display: inline-block; height:80px;width:80px; margin:0px; box-sizing: border-box;background-color: #f4f4f6;position: relative;cursor: pointer;}
.hamburger span {background: #000; display: block; height:2px;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease; transition: all 0.6s ease;margin: 0 auto;}
.hamburger span:nth-child(1) {width: 24px;}
.hamburger span:nth-child(2) {width: 24px;margin-top: 7px;}
.hamburger span:nth-child(3) {width: 24px;margin-top: 7px;}
.hamburger.is-active {padding: 27px 11px;}
.hamburger.is-active .line {width: 30px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);-o-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);-o-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}

.all_list {display: none;}
.all_list {position: absolute;top:80px;width: 100%;max-width:1200px;left:50%; transform:translateX(-50%);right:auto;z-index:1 !important;background:#f4f4f6;border:none;border-radius:0px;vertical-align:top; box-sizing: border-box;overflow: hidden; margin: 0 auto;box-shadow:0px 5px 5px rgba(0,0,0,0.2);}
.all_list_inner {position:relative;width:1200px;margin:20px auto;height:auto;display:inline-block;text-align:left;}
.all_list .a_inner { position:relative;height:auto !important;display:flex;justify-content:space-around; width:auto;margin:0px;vertical-align:top !important;text-align:center;}
.all_list .a_inner > li {position:relative;width:100%;box-sizing: border-box;padding:30px 0px; }
.all_list .a_inner > li:hover {background:#fff;}
.all_list .a_inner > li p {font-family:'noto_sans'; font-size:18px; color:#000; font-weight:500; line-height:33px; margin-bottom:10px;}
.all_list .a_inner > li ul {overflow: hidden; margin-top:0px;}
.all_list .a_inner > li ul li {line-height:30px;}
.all_list .a_inner > li ul li a {color: #666; font-size: 16px;line-height:35px;text-align:center;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;display: block;width: 100%; height: 100%;}
.all_list .a_inner > li ul li a:hover { color:#3371b8;text-decoration:underline;}

#footer  {background:#fff;border-top:4px #757e87 solid;}
#footer .foot_menu {width: 100%;margin: 0 auto;text-align: center;background-color:#fff;border:none;}
#footer .foot_menu .foot_list {max-width: 1200px;display:flex; justify-content:center;margin: 0 auto;text-align: center;padding:20px 0;}
.foot_menu .foot_list li {position: relative;width:auto;padding:0px 0px 0px 10px;margin:0px 20px;background:none;}
.foot_menu .foot_list li:before {content:'';position: absolute;left:0px;top:50%;width:4px;height:4px;background:#b4b4b4;border-radius:50%;}
.foot_menu .foot_list li a {display:block;font-family:'noto_sans';font-size: 17px;line-height:30px;color: #333;font-weight: 400;padding:0px;}
.foot_menu .foot_list li a.footer_privacy_policy {color: #333;font-weight: 400;}
#footer .copy {position: relative;background:none;width:1200px;padding:0px;margin:10px auto;}
#footer .copy .foot_info {position:relative;max-width: 1200px;width: 100%;padding:0px 0px 50px 220px;margin:0 auto;background:url('/html/images/common/footer_logo.png') 0 50% no-repeat;box-sizing: border-box;}
#footer .foot_info p {font-size: 15px;color: #333;font-weight: normal;line-height: 25px;text-align: left; }
#footer .foot_info b {display:block;font-size: 17px;color: #333;font-weight:500;line-height: 25px;text-align: left; }
#footer .foot_info p.copyp {font-size: 15px;color: #333;font-weight: normal;margin-top:0px;opacity:1;}
#footer .copy .foot_logo {position:absolute;left:0px;top:0%;margin:0px;display:inline-block; width:180px;filter:alpha(opacity=50);opacity:0.5;}
#footer .copy .foot_logo img {max-width:100%; -webkit-filter:invert(0%) grayscale(100%) contrast(100%); filter:invert(0%) grayscale(100%) contrast(100%);}

.tac {text-align: center;}
.banner_box {position: relative;padding: 50px 90px;box-sizing: border-box;margin-top: 50px;margin-bottom: 55px;}
.sub0102 .banner_box {padding: 80px 90px;}
.sub0103 .banner_box {padding: 80px 90px;}
.banner_box .text_img {}
.banner_box .font2 {color: #222;font-weight: bold;font-size: 20px;margin-bottom: 10px;}
.banner_box .sample_link span {display: inline-block;text-align: center;width: 137px;height: 53px;box-sizing: border-box;border: 3px solid #231916;line-height: 50px;border-radius: 40px;overflow: hidden;margin-right: 5px;}
.banner_box .sample_link span a {font-size: 18px;font-weight: bold;color: #1c1c1c;}
.sub0102 .banner_box .sample_link span {border: 3px solid #fff;}
.sub0102 .banner_box .sample_link span a {color: #fff;}
.banner_box .sample_link span a img {margin-left: 10px;}
.banner_box .sample_link {margin-top: 30px;}
.content_img {text-align: center;margin-bottom: 100px;position: relative;}
/*.content_body {width: 1200px;margin:0 auto;padding-top: 50px;padding-bottom: 150px;box-sizing: border-box;}*/
.sub0301 .content_img .img_btn {position: absolute;right: 165px;bottom: 70px;}

#container{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container.main{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container .horizontal_wrap{position:relative;width: 1200px;margin: 0 auto  20px auto;}

/****** 메인 스타일 ******/	
/* main 레이아웃 스타일 */
.main_outer {position:relative;display:inline-block; width:100%;text-align:center;padding:80px 0px; }
.main_inner {position:relative;width:1200px;margin:0px auto 0px auto; padding:0px 0px; display:block;overflow:visible; text-align:left;z-index:0;}
.main_title {position:relative;font-family:"noto_sans";line-height:100%;font-size:35px;font-weight:500;color:#000000; padding:0px; margin:0px auto 30px auto;text-align:center;background:none;letter-spacing:-0.07em !important;}
.main_title b {font-weight:600;}
.main_ment {font-family:"noto_sans";line-height:30px;font-size:18px;font-weight:normal;color:#333333;text-align:center;margin:-10px 0px 35px 0px;}
.main_more {position:absolute;right:0px;top:10px;display:inline-block; width:auto; padding-right:20px;background: url('/html/images/common/arrow_right2.png') 100% 50% no-repeat;background-size:20px auto !important;}
.main_more:hover {text-decoration:underline;}
.bgGray {background:#f2f3f9; }
.bgWhite {background:#fff;}
.nopd {padding:0px !important;}

/****** 메인 스타일 ******/	
/* main 상단롤링배너
.main_visual{position:relative;height:600px;z-index:2;}
.container {display:relative;  width:100%; min-width:1300px; height:600px !important; overflow:hidden; min-height:600px; top:0px; padding:0px; text-align:center; }
#slides {display:none;top:0;left:0%; position:absolute; width:100%; margin-left:0%; height:600px !important; overflow: hidden !important; z-index:0; text-align:center; }
#slides a {position:relative;display:block;width:100%; height:600px; overflow:visible; }
#slides a img {position:absolute;left:50%;top:0px;transform:translateX(-50%);  z-index:0; border:0px; width:auto; height:600px; }
#slides .slidesjs-navigation { position:absolute;  margin-top:0px; }

.slidesjs-pagination { display:none;}
 */
a.slidesjs-next,
a.slidesjs-previous {display:absolute;top:50%;transform:translateY(-50%);width:65px !important;height:65px !important;overflow: hidden;background-size:70% auto !important;text-indent: -9999px;float: left;z-index:100;border-radius:50%; opacity:1;background-color:#fff !important;}
a.slidesjs-next { position:absolute;right:50px;background: url('/html/images/common/arrow_right2.png') 50% 50% no-repeat; }
a:hover.slidesjs-next {background:url('/html/images/common/arrow_right2.png') 50% 50% no-repeat;opacity:0.7; }
a.slidesjs-previous { position:absolute;left:50px;background: url('/html/images/common/arrow_left2.png') 50% 50% no-repeat; }
a:hover.slidesjs-previous { background:url('/html/images/common/arrow_left2.png') 50% 50% no-repeat;opacity:0.7;}

/* main 상단롤링배너 */
.main_visual{position:relative;height:600px;}
#slides .slides_container, #slides .slides_container div, #slides .slides_container img {width:100%;height:600px;}
.main_visual .slides, .main_visual #slides{position:absolute;top:0;left:0;z-index:100;width:100%;height:600px;}
.main_visual .slides_container{overflow:hidden}
.main_visual .slides_container div{display:block;width:100%;height:600px;}
.main_visual .pagination{position:absolute;left:0%;width:100%;bottom:30px;z-index:101;text-align:center;display:flex;justify-content:center;font-size:0;margin:0px;}
.main_visual .pagination li{width:20px;height:20px;display:inline-block;margin:0;background:#fff;border-radius:50%;	}
.main_visual .pagination li a{display:block;text-align:center;line-height:20px;font-weight:700;color:#fff;text-indent:-9999999px; width:20px; height:20px;}
.main_visual .pagination li.current{background:#4f75d7}



/* main 추출 강의 스타일 */
.horizontal_wrap {position:relative;}
.horizontal_wrap .horizontal_list {overflow:hidden;width:calc(100% + 30px);display:inline-block;margin:0px -30px 0px 0px; }
.horizontal_wrap .horizontal_list li{border:none;background:#fff;text-align:center;padding:0px;height:320px;min-height:200px;width:calc(( 100% - 120px ) / 4 );border-radius:10px;margin:0px 30px 0px 0px !important;overflow:hidden;border:1px #e5e9ea solid;}
.horizontal_wrap .horizontal_list li.nodata{padding:0px;height:250px;line-height:250px;width:1200px;border:1px solid #e5e5e5;margin-left:0;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{position:relative;width:100%;height:auto; border:none;border-bottom:1px #dedede solid;box-sizing:border-box;border-radius:10px 10px 0px 0px;margin:0px;}
.horizontal_list span.img_box a{position:relative;display:block; height:0; padding-bottom:56.25%;border-radius:10px 10px 0px 0px; }
.horizontal_list span.img_box > a > img{position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:10px 10px 0px 0px; }
.horizontal_list .list_cont {display:block;width:100%; padding:20px;box-sizing:border-box;}
.horizontal_list span.list_subject{font-family:"noto_sans";font-weight:500;font-size:18px;line-height:24px;height:48px;max-height:48px;color:#000;padding:0px;margin:0px;text-align:center; display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.horizontal_list span.list_subtitle {padding:0px;height:20px;line-height:20px;font-size:15px;color:#3371b8;margin-bottom:10px;text-align:left;}
.horizontal_list span.list_period {font-family:"Inter";height:auto;line-height:20px;font-size:15px;font-weight:normal;color:#666666; padding:10px 0px 10px 0px ;text-align:left; border-top:1px #ddd solid; margin-top:10px;}
.horizontal_list span.list_blt {line-height:18px;font-size:13px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left;}
.horizontal_list span.list_price {font-size:16px; color:#000000;font-weight:500;text-align:left;}
.horizontal_list .list_btn {display:inline-block;width:auto;font-family:"noto_sans";font-weight:500;font-size:17px;line-height:50px;color:#000;padding:0px 33px 0px 20px;margin:0px auto;background:#3371b8;}

#main_course1 {position:relative;}
.arrow_left, 
.arrow_right {display:inline-block;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background-size:100% auto !important; border-radius:5px;z-index:10;}
.arrow_left  {left:50%; margin-left:-650px;background: url('/html/images/common/arrow_left2.png') 50% 50% no-repeat;}
.arrow_right {right:50%; margin-right:-650px;background: url('/html/images/common/arrow_right2.png') 50% 50% no-repeat;}
.arrow_left:hover, 
.arrow_right:hover {opacity:0.7;}
.slick-arrow {display: block;}
.slick-disabled {display: none;}

/* 메인 컨텐츠 -  추천강의 */
.mcourse_recomm { display:inline-block; width:1200px; height:auto; overflow:hidden; border:none; background:#ffffff; text-align:center;}
.mcourse_recomm .main_course_tab { float:none; display:flex; justify-content:center;width:100%; height:60px; line-height:60px; margin:0px auto 40px auto;border-radius:10px 0px 10px 0px; text-align:center; background:#3371b8;}
.mcourse_recomm .main_course_tab li {float:left;width:auto;height:60px; background:url('/html/images/common/main_course_part.png') 0% 50% no-repeat;}
.mcourse_recomm .main_course_tab li:first-child { background:none;}
.mcourse_recomm .main_course_tab li a {position:relative; display:block; background:none; width:auto; margin:0px 15px; padding:0px; height:60px; line-height:60px; font-size:16px; font-weight:500; color:#fff; }
.mcourse_recomm .main_course_tab li a:hover { color:#fff; }
.mcourse_recomm .main_course_tab li.active a { display:block; width:auto; margin:0px 15px; color:#fff; background:none; }
.mcourse_recomm .main_course_tab li.active a:before {content:'';position:absolute;left:0px;bottom:0px;width:100%;height:5px;background:#fff;}
.mcourse_recomm .main_course_info { float:none; width:1200px; padding:0px;box-sizing: border-box; }

.main_course_info .horizontal_list li{float:left; background:#ffffff; border:1px solid #e5e9ea; padding:0px; min-height:250px;height:320px;min-height:200px;width:calc(( 100% - 120px ) / 4 ); margin:0px 30px 0px 0px;border-radius:10px;}
.main_course_info .horizontal_list li.nodata{ padding:0px 0;border:none;height:320px;min-height:320px;line-height:320px;width:100%; border:1px solid #e5e9ea;border-radius:10px;background:none;margin: 0;box-sizing:border-box;}
.main_course_info .horizontal_list span.img_box{ border:none;border-bottom:1px #dedede solid;position:relative;margin-bottom:0px;width:100%;height:auto;border-radius:10px 10px 0px 0px;box-sizing:border-box;}
.main_course_info .horizontal_list span.img_box > a {position:relative;display:block;width:100%; height:0; padding-bottom:56.25%;border-radius:10px 10px 0px 0px;}
.main_course_info .horizontal_list span.img_box > a > img{position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:10px 10px 0px 0px; }
.main_course_info .horizontal_list span.list_subject{font-family:"noto_sans";font-weight:500;font-size:18px;line-height:24px;height:48px;max-height:48px;color:#000;padding:0px;margin:0px;text-align:center; display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.main_course_info .horizontal_list .list_cont {display:block;width:100%; padding:20px;box-sizing:border-box;}
.main_course_info .horizontal_list span.list_period {font-family:"Inter";height:auto;line-height:20px;font-size:15px;font-weight:normal;color:#666666; padding:10px 0px 10px 0px ;text-align:left; border-top:1px #ddd solid; margin-top:10px;}

.main_banner { width:1200px;padding:0px;margin:-20px auto;text-align:center;display:flex;}
.main_banner h3 {font-family:"noto_sans";width:290px;font-size:40px;font-weight:600;line-height:130%;color:#000;letter-spacing:-0.05em;text-align:left;margin:0px 30px 0px 0px; padding:20px 0px; background:url('/html/images/common/main_banner_arrow.png') 100% 50% no-repeat;}
.main_banner ul { width:880px;padding:0px; display:flex;justify-content:space-between;}
.main_banner li { position:relative;float:left;width:auto;min-width:150px;display:inline-block;text-align:center;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;box-sizing: border-box;}
.main_banner li a {display:inline-block;padding-top:95px;width:140px;height:140px;border-radius:50%;background-position: 50% 10px !important;-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;}
.main_banner li a:hover {background-color:#fff !important; background-position: 50% 20px !important;}
.main_banner li h2 {position:relative;display:inline-block; width:auto;border-radius:40px;line-height:100%;padding:0px; font-size:17px;color:#000;font-weight:500;text-align:center; }
.main_banner li.main_banner1 a {background:url('/html/images/common/main_banner1.png') no-repeat; }
.main_banner li.main_banner2 a {background:url('/html/images/common/main_banner2.png') no-repeat; }
.main_banner li.main_banner3 a {background:url('/html/images/common/main_banner3.png') no-repeat; }
.main_banner li.main_banner4 a {background:url('/html/images/common/main_banner4.png') no-repeat; }
.main_banner li.main_banner5 a {background:url('/html/images/common/main_banner5.png') no-repeat; }
.main_banner li.main_banner6 a {background:url('/html/images/common/main_banner6.png') no-repeat; }

/* 메인 컨텐츠 -  하단 영역 */
.square_wrap {display:flex;justify-content:space-between;  margin:0px auto 100px auto; padding:0px 0px; box-sizing:border-box; width:1200px;overflow: hidden;}
.square_wrap .mainb_board {position:relative;width:420px;height:220px;margin:0px;padding:0px 0px;background:none;border:none;box-sizing:border-box;z-index:10;}
.square_wrap .mainb_board .mboard_title {position:relative;display:inline-block;width:100%; height:auto;padding:0px; border:none;}
.square_wrap .mainb_board .mboard_title span { float:left;display:inline-block; width:auto;min-width:10%;margin:0px 30px 0px 0px; height:40px; border:none;font-family:"noto_sans";font-size:20px; color:#000; font-weight:500;}
.square_wrap .mainb_board .mboard_title span a {font-family:"noto_sans";font-size:20px; display:block; width:auto !important;padding:0px 0px 0px 0px; height:40px; line-height:100%;font-weight:500; text-align:center; background:none; color:#000;box-sizing:border-box; border-bottom:3px #fff solid; } 
.square_wrap .mainb_board .mboard_title span a.active { background:none;color:#000; font-weight:500;border-bottom:3px #000 solid; }
.square_wrap .mainb_board .mboard_title span a:hover {color:#000;}
.square_wrap .mainb_board .mboard_cont {width:100%;padding:0px;margin-top:15px;}
.square_wrap .mainb_board .mboard_more {display:none;position:absolute;top:0px;right:0px;margin:0px;}
.square_wrap .mainb_board .mboard_more a {display:inline-block;width:25px;border:none;font-size:15px;color:#000; height:25px;padding:0px;opacity:1;background:url('/html/images/common/mcourse_more.png') 50% 50% no-repeat;text-indent:-9999999px;}
.square_wrap .mainb_board .mboard_more a:hover {opacity:1;border:none;color:#000;}
.square_wrap .mainb_board.mainb_board1 {margin-right:100px;}

.square_wrap .mainb_cs {float:right;width:220px;height:220px; background:none;margin:0px;padding:0px 20px;background:#fff;border:none;border-left:1px #ddd solid;box-sizing:border-box; z-index:10;text-align:center;}
.square_wrap .mainb_cs h3.top_title {display:inline-block;width:auto;font-family:"noto_sans";font-size:20px;color:#000;font-weight:500;padding:0px 0px 15px 0px; line-height:100%; border:none;}
.square_wrap .mainb_cs p {margin:20px 0px 20px 0px;width:100%;height:80px;background:url('/html/images/common/mcs_bg.png') 50% 0% no-repeat; text-align:center;}
.square_wrap .mainb_cs .mcs_text {padding:0px;background:none;}
.square_wrap .mainb_cs .mcs_text .mcs_tel{font-family:"Inter";color:#ff4e00;font-size:24px;font-weight:600;line-height:100%;height:auto;padding:0px 0px 0px 0px; margin:0px 0px 10px 0px; text-align:center; letter-spacing:-0.07em;background:none;}
.square_wrap .mainb_cs .mcs_text span{display:block;font-size:15px;color:#666;line-height:25px;letter-spacing:-0.07em;box-sizing:border-box;padding:0px;text-align:center;}

/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li{padding:0px;background:none;}
.list_top li a{display:block; font-size:15px;line-height:30px;color:#666666; border:none; text-align:left;padding-left:0px;background:none;box-sizing:border-box; overflow:hidden;white-space:nowrap; text-overflow:ellipsis }
.faq_top li{padding:0px;background:none;}
.faq_top li a{display:block; font-size:15px;line-height:30px;color:#666666 border:none; text-align:left;padding-left:0px;background:none;box-sizing:border-box; overflow:hidden;white-space:nowrap; text-overflow:ellipsis }
.faq_top li .blue{ display:inline-block; width:auto; margin-right:8px;background:none;font-size:17px;border-radius:0px;color:#3371b8 ;margin-top:0px;}
.faq_top li .blue:before{content:'['}
.faq_top li .blue:after{content:']'}
.faq_top li .green{background:none;color:#375088 ;margin-top:0px;}

/* 메인 수강후기 */
.bgReview {background:#757e87;padding:60px 0px; }
.bgReview .main_title {color:#fff;}
.bgReview2 {background:#e0e9f5 ;}
.bgReview2 .main_title {color:#000;}

#main_review {position:relative;}
.main_review_inner {position:relative;width:1200px; display:inline-block; overflow:hidden;}
.review_main {position:relative; width:1230px; height:auto; display:inline-block;margin:0px -30px 0px 0px;text-align:left;overflow:hidden;}  
.review_main li {float:left; width:calc((100% - 120px) / 4);height:390px; margin-right:30px;background:#fff;border-radius:0px; font-size:15px; color:#333; padding:30px; border:1px #ddd solid; text-align:left; vertical-align:top;overflow:hidden; }
.review_main li a {display:block; width:100%;overflow:hidden; }
.review_main li .review_course { display:block; font-size:15px;font-weight:500; color:#0091db; line-height:20px; margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.review_main li .review_img {position:relative;width:100%;height:0;padding-bottom:56.25%; margin-bottom:20px;}
.review_main li .review_img img {position:absolute;left:0;top:0;width:100%;height:100%;}
.review_main li .review_title { font-family:"noto_sans";display:block; font-size:18px;font-weight:500; color:#000; line-height:22px;height:44px;max-height:44px; text-align:left;margin:10px 0px 0px 0px;display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.review_main li .review_name {display:flex; flex-wrap:wrap;justify-content:flex-end; display:block;font-size:15px; color:#999; line-height:20px;margin:15px 0px 20px 0px; text-align:right; }
.review_main li .review_name span {display:flex; justify-content:flex-end;width:100%;margin-top:6px; text-align:right;}
.review_main li .review_name span.rn {display:inline-block;width:auto;padding:0px 0px 0px 20px;background: url('/html/images/common/rn_icon.png') 0% 50% no-repeat;}
.review_main li .review_cont { display:block; font-size:15px; color:#333; line-height:25px;height:175px;overflow:hidden;  }
.review_main li .review_cont p  { display:block; font-size:15px; color:#333; line-height:25px;height:auto;overflow:hidden;  }

#main_review .arrow_left, 
#main_review .arrow_right {display:inline-block;position:absolute;top:0px;transform:translateY(0%);width:40px;height:40px;background-size:50px auto !important; border-radius:5px;z-index:100 !important;}
#main_review .arrow_left  {left:50%; margin-left:-600px;background: url('/html/images/common/arrow_left2.png') 50% 50% no-repeat;}
#main_review .arrow_right {right:50%; margin-right:-600px;background: url('/html/images/common/arrow_right2.png') 50% 50% no-repeat;}
#main_review .arrow_left:hover, 
#main_review .arrow_right:hover {opacity:0.7;}
#main_review .slick-arrow {display: block;}
#main_review .slick-disabled {display: none;}

/* 유튜브 수강후기
.review_main {position:relative; width:1230px; height:auto; display:inline-block;margin:0px -30px 0px 0px;text-align:left;overflow:hidden;}  
.review_main li {float:left; width:calc((100% - 120px) / 4);height:240px; margin-right:30px;background:#fff;border-radius:0px; font-size:15px; color:#333; padding:0px; text-align:left; vertical-align:top;overflow:hidden; }
.review_main li a {display:block; width:100%;overflow:hidden; }
.review_main li .review_course { display:block; font-size:15px;font-weight:500; color:#0091db; line-height:20px; margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.review_main li .review_img {position:relative;width:100%;height:0;padding-bottom:56.25%; margin-bottom:20px;}
.review_main li .review_img img {position:absolute;left:0;top:0;width:100%;height:100%;}
.review_main li .review_title { font-family:"noto_sans";display:block; font-size:17px;font-weight:500; color:#000; line-height:22px;height:auto;max-height:44px; text-align:center;margin:20px 20px 10px 20px;display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.review_main li .review_name { display:block;font-size:15px; color:#999; line-height:20px;margin:0px 20px;text-align:center; }
.review_main li .review_name span {padding-top:2px;}
.review_main li .review_name span.rn {padding:0px 0px 0px 20px;background: url('/html/images/common/rn_icon.png') 0% 50% no-repeat;}
.review_main li .review_cont { display:block; font-size:15px; color:#333; line-height:25px;height:125px;overflow:hidden;  }
.review_main li .review_cont p  { display:block; font-size:15px; color:#333; line-height:25px;height:125px;overflow:hidden;  }

#main_review .arrow_left, 
#main_review .arrow_right {display:inline-block;position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background-size:80% auto !important; border-radius:5px;z-index:10;}
#main_review .arrow_left  {left:50%; margin-left:-700px;background:#8a9199 url('/html/images/common/arrow_left.png') 50% 50% no-repeat;}
#main_review .arrow_right {right:50%; margin-right:-700px;background:#8a9199 url('/html/images/common/arrow_right.png') 50% 50% no-repeat;}
#main_review .arrow_left:hover, 
#main_review .arrow_right:hover {opacity:0.7;}
#main_review .slick-arrow {display: block;}
#main_review .slick-disabled {display: none;}
*/
.main_bottom_banner {width:100%;display:flex;justify-content:space-between;margin-top:80px;}
.main_bottom_banner li{width:585px;}


/* layout */
.main_wrap{position:static;width:100%;margin:0 auto;overflow:hidden; text-align:center}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content > div{float: left}
.main_wrap .left_area{float:none; width:100%;margin:0px auto;}
.main_wrap .content_area {float:none;width:1200px;text-align:left;margin:80px auto;padding:0px;}
.main_wrap .content_body {width:1200px;padding:0px;}

.content_title {font-family:"noto_sans";font-weight:600;color:#000;font-size:30px;height:auto;line-height:140%; background:none; text-align:center; margin:0px 0px 40px 0px; position: relative; }
.content_title span {color:#000;}
.content_title::after {display:none;}

/*lnb */
.left_area{ display:inline-block;text-align:center;background:#f3f3f3; }
.left_area .lnb_title{display:none;}
.left_area .lnb_list{position:relative;width:1200px;display:flex; justify-content:center; margin:0px auto;border:none;background:#f3f3f3;border-radius:10px 10px 0px 0px;}
.left_area .lnb_list:before {content:'';position:absolute;top:50%;left:0px;transform:translateY(-50%);display:inline-block;width:1px;height:15px;background:#cecece;}
.left_area .lnb_list li{ float:left; width:100%; border:none;margin:0px;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{position:relative;font-family:"noto_sans";display:block;font-size:17px;color:#000000;text-align:center;background:none;border:none;font-weight:400; margin:0px;height:65px;line-height:65px; padding:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.left_area .lnb_list li a:before {content:'';position:absolute;top:50%;right:0px;transform:translateY(-50%);display:inline-block;width:1px;height:15px;background:#cecece;}
.left_area .lnb_list li a:hover{color:#003d97; }
.left_area .lnb_list li.on a{position:relative;color:#003d97; background:none;font-weight:600;margin:0px;height:65px; line-height:65px;}
.left_area .lnb_list li.on a:after {content:'';position:absolute;bottom:0px;left:0px;display:inline-block;width:100%;height:2px;background:#003d97;}

.path{display:none;}

.sub_top {position:relative; width:100%; height:150px; padding:0px; margin:0px; background:#2357a6; overflow:hidden; text-align:center;z-index:1; }
.sub_top img { display:none;}
.sub_top1 { background:#2357a6 url('/html/images/common/sub1_new.jpg') 50% 0px no-repeat; }
.sub_top2 { background:#2357a6 url('/html/images/common/sub2_new.jpg') 50% 0px no-repeat; }
.sub_top3 { background:#2357a6 url('/html/images/common/sub3_new.jpg') 50% 0px no-repeat; }
.sub_top3_1 { background:#2357a6 url('/html/images/common/sub3_1.jpg') 50% 0px no-repeat; }
.sub_top3_2 { background:#2357a6 url('/html/images/common/sub3_2.jpg') 50% 0px no-repeat; }
.sub_top5 { background:#2357a6 url('/html/images/common/sub5_new.jpg') 50% 0px no-repeat; }
.sub_top6 { background:#2357a6 url('/html/images/common/sub6_new.jpg') 50% 0px no-repeat; }
.sub_top7 { background:#2357a6 url('/html/images/common/sub7_new.jpg') 50% 0px no-repeat; }
.sub_top8 { background:#2357a6 url('/html/images/common/sub8_new.jpg') 50% 0px no-repeat; }

/* 리스트,웹진,갤러리 */
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('/html/images/common/icon_list2.png') no-repeat -1px -1px;margin:0px 9px 10px 0px;}
a.btn_list{background-position:-1px -1px}
a.btn_list.on{background-position:-1px -37px}
a.btn_gallery{background-position:-37px -1px}
a.btn_gallery.on{background-position:-37px -37px}
a.btn_webzine{background-position:-73px -1px}
a.btn_webzine.on{background-position:-73px -37px}
a.btn_calendar{background-position:-109px -1px}
a.btn_calendar.on{background-position:-109px -37px}

/* 게시판 관련 */
.btn_sort { float:right; margin-right:0px;margin-left:5px; text-align:right; }
.btn_sort a { margin:0px 0px 0px 0px; }
.s_category { display:inline-block; width:100%; margin-bottom:15px; text-align:right; }
.s_category select.category { float:right; width:auto;min-width:150px; height:35px; border:1px #cccccc solid; }
.search_form .btn_search { height:35px; background:#363b45;}
.tb_top_course { border-top:2px #333333 solid; padding-top:20px;}
.tb_top_board { border-top:none; padding-bottom:20px;}
.tb_top_board2 { border-top:2px #333333 solid; padding:20px 0px;}
.tb_box {border-top:1px solid #666666;}
.tb_top {padding-bottom:5px;}

.search_form .button.small {color:#fff;background:#333; border:1px #333 solid; border-radius:5px;}

.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }	  /* 강좌 상단의 오른쪽 검색 */
.search_form_wrap1 .search_form { }
.search_form_wrap1 .search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form_wrap1 .search_form form{overflow:hidden}
.search_form_wrap1 .search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #cccccc solid; font-size:14px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.search_form_wrap1 .search_form .button.small { font-family:"noto_sans";height:35px;line-height:33px;padding:0px 20px;margin:0px;width:auto;min-width:25px;color:#333; border:1px #333 solid; border-radius:5px; background:#fff;font-size:16px;box-sizing:border-box;}
.search_form_wrap1 .search_form .button.small:hover {background:#333;color:#fff;}

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap2 .search_form span { margin:0px !important;}
.search_form_wrap2 .search_form input[type=text], 
.search_form_wrap2 .search_form input[type=submit] {margin-left:5px;}
.search_form_wrap2 .search_form .button {border-radius:5px;}

.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:0px 0px; text-align:center !important; background:#fff;border:none; box-sizing:border-box;  }  /* FAQ 검색 */
.search_form_wrap3 .search_form {width:auto;display:inline-block;padding:0px  !important; margin:0px auto !important; box-sizing:border-box; }  /* FAQ 검색 */
.search_form_wrap3 .search_keyword { width:300px !important; height:34px !important; line-height:34px !important; margin:0 !important; }
.search_form_wrap3 .search_form .button.gray {border:1px #333 solid;background:#333;}
.search_form_wrap3 .search_form input[type=submit] {margin:0px;}
.search_form_wrap3 .search_form .button {border-radius:5px;}

.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; }	 /* 마이페이지 검색 */
.search_form_wrap4 .search_form .button {border-radius:5px;}

/****** button style ******/
/* button style */
.button::-moz-focus-inner {border:0; padding:0;margin:0}
button.button::-moz-focus-inner {margin:0}
.button{width: auto;display: inline-block;cursor: pointer;line-height:100%;border: none;border-radius:5px;
	padding:8px 25px;font-size:15px;text-align:center;background-image:none;
	text-shadow:none;
}
.button.mini{padding:0 4px; height:24px; line-height:24px; font-size:13px; vertical-align:0;}
.button.small{padding:0 10px; height:30px; line-height:27px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}
.button.course{padding:0px 10px;width:100px;height:35px; line-height:33px; font-size:15px; border-radius:5px; }

.button.black{background-color: #222;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #777;border:1px solid #adadad;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #bbb}
.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:0px; background:url('/common/images_skin2/common/icon_good.png') 10px 48% no-repeat;}
.button.recomm_cnt{float:left;background:none;padding:10px 10px 10px 6px; color:#0f91d0;}
.button.pview_title{padding:10px 10px 10px 37px; border-radius:0px; background:url('/common/images_skin2/common/icon_pview.png') 10px 48% no-repeat; }
.button.large_p0:hover .button.recomm_title{color: #0f91d0}
.button.blue{background-color: #3371b8;color: #fff;border:1px solid #3371b8}
.button.blue:hover{background-color: #1c5ca6}
.button.green{background-color: #3371b8;color: #fff;border:1px solid #3371b8}
.button.green:hover{background-color: #1c5ca6}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #ffda77;color: #fff;border:1px solid #ffda77}
.button.orange:hover{background-color: #ffda77}
.button.red{background-color: #3371b8;color: #fff;border:1px solid #3371b8}
.button.red:hover{background-color: #1c5ca6}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.gray:hover{background-color: #929292}
.button.long{padding-left:0;padding-right:0;width:78px}
.button.full{padding-left:0;padding-right:0;width:100%}
.button.login{padding:25px 40px;font-size:15px;font-weight:700;*padding:18px 0;*width:75px}

.button.btn_buy	{ width:300px;border-radius:5px; padding:0; text-align:center; height:45px; line-height:45px; font-size:17px; color:#ffffff; font-weight:500; background:#000; border:none;}
.button.btn_buy:hover {background:#3371b8;}
.button.btn_cart { width:300px;border-radius:5px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:45px; font-size:17px;color:#000; font-weight:500; background:#ffffff; border:none;}
.button.btn_cart:hover {background:#ffffff; border:1px #929292 solid;}

.button.btn_refund	{ width:100%; padding:0; text-align:center; height:40px; line-height:40px; font-size:18px; color:#ffffff; font-weight:bold; background:#000; border:none;}
.button.btn_refund:hover {background:#3371b8;}
.button.btn_sample { width:100%;padding:0; text-align:center; height:40px; line-height:40px; font-size:18px;color:#ffffff; font-weight:bold; background:#a6a6a6; border:none;}
.button.btn_sample:hover {background:#929292;}


.col_course_thumbnail {width:330px;}
.col_course_name {padding-top:20px !important;vertical-align:top;}
.col_course_price {width:250px; }
.col_course_button {width:250px; text-align:right !important;}

/* 갤러리형 강의 리스트 */
.course_gallery {border:0px solid #d1d1d1;width:1240px;display:inline-block;padding:0px 0px;margin:0px -40px -40px 0px;}
.course_gallery li { float:left;position:relative; width:calc(( 100% - 160px ) / 4 ); height:auto !important;max-height: 700px !important; margin:20px 40px 50px 0; border:none;border-radius:0px; overflow:hidden !important; }
.course_gallery .cimg {position:relative;width:100%; height:0; padding-bottom:56.25%; border:1px #dedede solid;box-sizing:border-box;border-radius:10px 10px 0px 0px;}
.course_gallery .cimg img {position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:10px 10px 0px 0px; }
.course_gallery .ccont { position:relative;padding:20px;width:100%;height:170px;text-align:center;border:1px #dedede solid;border-top:none;box-sizing:border-box;border-radius:0px 0px 10px 10px;}  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .ctitle {font-family:"noto_sans"; display:block; font-size:18px;line-height:25px;height:50px;max-height:50px; color:#000; font-weight:500; margin:0 0 10px 0;padding:0px; 
 display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.course_gallery .ccont .csubtitle {display:none;font-size:15px; line-height:20px;max-height:20px; height:20px; font-weight:400;color:#666;padding:0px;  margin:0px 0px 13px 0px;overflow:hidden;text-overflow:clip; white-space:normal; }
.course_gallery .ccont .cinfo {display:block; float:none; font-size:15px; font-weight:400;color:#666; margin:0px 0px 10px 0px;padding-top:13px;	text-align:left;border-top:1px #ddd solid; }
.course_gallery .ccont .cprice {display:block; position:relative;width:100%;text-align:left; font-size:17px; margin:0px 0%;font-weight:500; padding:0px 0px 0px 0px; border:none; }
.course_gallery .cbtn { position:relative;width:100%;text-align:center;background:none; height:60px;margin:0px;padding:10px; box-sizing:border-box;}
.course_gallery .cbtn .button.course{font-family:"noto_sans";margin:0px 4px;}
.course_gallery .nodata { height:200px;width:100%;margin:10px 25px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid; }

/* 웹진형 강의 리스트 */
.course_webzine {border-top:0px solid #676767;width:100%;display:inline-block;margin:-10px 0px 10px 0px;}
.course_webzine li {border:1px solid #dedede;height:210px;margin:30px 0px 0px 0px;border-radius:10px;box-sizing:border-box;overflow:hidden;}

.course_webzine .col_course_thumbnail {float:left;width:310px;height:208px;padding:0px; margin:0px;border-radius:0px;}
.course_webzine .col_course_thumbnail img{width:310px;height:208px;display:block;border-radius:0px;border-right:1px solid #e8e8e8}

.course_webzine .col_course_name {float:left;width:600px;height:208px;padding:20px 0px 20px 40px !important; margin:0px;box-sizing:border-box;}
.course_webzine .col_course_name .ctitle {font-family:"noto_sans", sans-serif;font-size:20px; line-height:25px;color:#000;font-weight:500; margin:0px 0px 10px 0px;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:20px;color:#666;font-weight:normal;height:40px; max-height:40px; overflow:hidden; margin:0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar {display:block; border:none; height:20px; padding:0px; margin: 0px 0px 10px 0px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:block;margin-top:10px}
.course_webzine .col_course_name .clabel .small {font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:25px;line-height:25px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { display:block;font-size:15px;font-weight:400;color:#666;margin:0px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

.course_webzine .col_course_button {float:right;width:250px;height:208px;background:#f9f9f9 !important;padding:30px 30px; border:none; background:none;  text-align:center !important; box-sizing:border-box;}
.course_webzine .col_course_button span.ori_price {padding-right:0px;font-size:16px;}
.course_webzine .col_course_button table { margin:0px; width:100%; }
.course_webzine .col_course_button th {text-align:left;width:100px; height:30px; font-size:15px; font-weight:normal;color:#111111; line-height:20px;  }
.course_webzine .col_course_button td {padding-top:0px; height:30px; font-size:18px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button td.cc_btn {height:46px;padding-top:10px; }
.course_webzine .col_course_button .button.course {width:100%;height:36px;line-height:34px;border:none;margin-top:5px;box-sizing:border-box;}
.course_webzine .nodata { height:200px;width:100%;margin:10px 0 0 0px;text-align:center;font-size:18px;line-height:200px;width:100%;padding:0px;box-sizing: border-box;border:none;border-top:1px #dedede solid;border-bottom:1px #dedede solid;}
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}


/* 강의 상세보기 */
.content_title_course {font-family:"noto_sans";font-weight:500;color:#000000;font-size:30px;height:auto;line-height:40px;padding-bottom:15px;text-align:left; border-bottom:1px #ddd solid;margin-bottom:10px;}
.course_info {display:inline-block;width:100%;border-top:0 solid #333333;padding:0 0 0 0;overflow:hidden;margin-bottom:40px;}
.course_info .info_img{ width:500px;float:left;margin-right:100px;text-align:center;border-radius:0px;}
.course_info .info_img img{width:500px;height:280px;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:10px;}
.course_info .info_text{float:left;width:590px}
.course_info .info_text .info_title{font-size:15px;color:#3c3c3c;border-bottom:2px solid #e2450e;font-weight:700}
.course_info .info_text p{font-size:12px;color:#3c3c3c}
.course_info .info_text div.buy_book{float:left;width:250px}
.course_info .info_text div.buy_book p.book_name{text-align:left}
.course_info .info_text div.buy_book p.book_price{text-align:right}
.course_info .info_text div.buy_book p.book_price input{vertical-align:-3px;margin-left:10px}

.course_info .lesson_period li {margin:2px}
.course_info .lesson_period input[type=radio] {vertical-align:middle}
.course_info .return_list li {float:left;margin-right:15px;font-size:14px}

.course_info .info_btn{float:right;overflow:hidden;padding-top:20px; width:auto;}
.course_info .info_btn li{float:right;margin-left:0}
.course_info .info_btn li.notice{width:100%;text-align:center;font-weight:bold;}

.course_info .sns_btn{float:left;width:auto;display:inline-block;overflow:hidden;padding-top:20px}
.course_info .sns_btn li{float:right;margin-left:5px}
.course_info .sns_btn li a {display:block; width:40px; height:40px; text-indent:-99999px;}
.course_info .sns_btn li a.btn_facebook { background:url('/html/images/common/icon_facebook.png') no-repeat;}
.course_info .sns_btn li a.btn_kakaostory {background:url('/html/images/common/icon_kakaostory.png') no-repeat;} 
.course_info .sns_btn li a.btn_naver { background:url('/html/images/common/icon_naver.png') no-repeat;}

.course_foot {margin-top:50px}
.course_foot .tutor_list {padding-bottom:-10px}
.course_foot .tutor_info dl {background-color:#f1f1f1;padding:10px 20px;margin-bottom:10px;}
.course_foot .tutor_info dt {float:left;padding:5px 0;width:70px;font-weight:bold;}
.course_foot .tutor_info dd {float:clear;padding:5px 0 5px 70px}


span.ori_price{display:inline-block !important;font-family:"Inter", "noto_sans";font-weight:500;color:#b2b2b2;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{display:inline-block !important;font-family:"Inter", "noto_sans";color:#000000;text-align:center;text-decoration:none;font-weight:500;}
span.per_price {display:inline-block !important;font-family:"Inter", "noto_sans";font-weight:500;color:#ff3c00;}


.type_table{border-top: 1px solid #676767}
.type_table thead th{padding:8px 0;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767}
.type_table tbody th{padding:8px 0 8px 8px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:8px 0 8px 8px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td div.mh50{min-height:50px}
.type_table tbody th.tac{text-align:center;padding-left:0}
.type_table tbody td.tac{text-align:center;padding-left:0}
.type_table.type_inner{border-top:0px dashed #d1d1d1; font-size:15px;margin-bottom:50px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:10px 7px;background-color:#ffffff;border-bottom:0px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:10px 0;border-bottom:0px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.search_no {border:1px solid #d9d9d9; border-width:1px 0; padding:30px 0; height:200px;}
.search_no .search_no_image {height:100%;float:left; vertical-align:middle;}
.search_no .search_no_image img {margin-top:6px;}
.search_no .search_no_text {height:100%;float:left;}
.search_no .search_no_text h4 {font-weight:bold; margin-bottom:14px;}
.search_no .search_no_text h4 em {color:#e9861a;}

/* 테이블 */
.table {width:100%;border-top: 1px solid #676767;}
.table thead th {border-bottom: 1px solid #676767;padding:10px 0;color:#3c3c3c; text-align:center;font-size:15px;}
.table tbody td {border-bottom: 1px solid #ddd;padding:8px;font-size:15px;}
.table.type-view tbody th{padding:12px;background-color:#f8f8f8;font-weight:700;color:#3c3c3c;border-bottom:1px solid #d1d1d1; text-align:center;}
.table.type-view tbody td{padding:12px 0 12px 20px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.table.type-list thead th{padding:12px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:12px 0;border-bottom:1px solid #d1d1d1}
.table.type-list tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1}
.table.striped tbody tr:nth-child(odd) td, .type_list tbody tr:nth-child(odd) th{background-color: #f9f9f9;}
.table strong{display:inline-block;max-height:52px;line-height:26px;overflow:hidden; margin-top:15px;}
.table strong a{font-family:"noto_sans", sans-serif;color:#303030;font-size:22px;font-weight:500; padding-left:0;padding-right:10px;}

.type_list {border-top: 1px solid #000000;border-collapse: collapse;  table-layout: fixed;}
.type_list thead th{border: 1px solid #ccc; border-right: 0; border-bottom: 1px solid #8b8b8b;padding:12px 0px;background:#f8f8f8;color:#222222;white-space:nowrap;font-size:15px;font-weight:500;}
.type_list thead th:first-child {border-left:none;}
.type_list tbody td{border: 1px solid #c6c6c6; border-right: 0;padding: 12px 3px;font-size:15px;}
.type_list tbody td:first-child {border-left:none;}
.type_list tbody td.tac{text-align:center}
.type_list tbody td.tal{text-align:left;padding-left:10px}
.type_list tbody td.tal span{vertical-align:top;margin-left:2px}
.type_list tbody td.tal span img{vertical-align:top;margin-top:2px}
.type_list tbody td.tal .subject{max-width:100%;padding-left: 2%; padding-right: 2%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;float:left;line-height:19px;margin-right:4px}
.type_list tbody td.tal .subject img{vertical-align:top}
.type_list tbody td.tal .subject a {color:#777; line-height:24px;}
.type_list tbody td.tal .subject a b {color:#333333; font-size:16px; font-weight:500; padding-top:7px;}
.type_list tfoot td{padding:20px 0;background-color:#f9f9f9;border-top:1px solid #CCCCCC;border-bottom:1px solid #CCCCCC;text-align:center}


/* 테이블 리스트  홀짝 색 */
.type_list tbody tr:nth-child(odd) td, 
.type_list tbody tr:nth-child(odd) th{background:none;}
.tb_list tbody tr:nth-child(odd) td, 
.tb_list tbody tr:nth-child(odd) th{background:none;}

.tb_insert tbody th{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;background-color:#f8f8f8;font-weight:500;font-size:16px;text-align:left}
.tb_insert tbody td{padding:10px 0 10px 10px;border-bottom:1px solid #d1d1d1;font-size:15px;text-align:left}

.type_list thead th{text-align:center;}
.type_table thead th{text-align:center;}

/* 라벨 */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;height:20px;line-height:20px;letter-spacing:-1px;}
.label.red{background-color:#d9534f;color:#fff}
.label.blue{background-color:#0079c0;color:#fff}
.label.mint{background-color:#199db2;color:#fff}
.label.orange{background-color:#e75e0e;color:#fff}
.label.gray{background-color:#999;color:#fff}
.label.green{background-color:#5cb85c;color:#fff}
.label.sky{background-color:#5bc0de;color:#fff}
.label.brown{background-color:#7b462f;color:#fff}
.label.purple{background-color:#8376ff;color:#fff}
.label.small{font-size:11px}
.label.large{font-size:13px}
.label.refund{font-size:13px;padding:0 12px;font-weight:normal;vertical-align:1px;display:inline-block;height:30px;line-height:30px;letter-spacing:-1px;}

/* 게시판 탭 관련 */
.tab_tt_board { display:none; }
select.board_category { height:34px !important; line-height:29px !important; font-size:15px !important; margin-bottom:10px; border:1px #cccccc solid !important;  margin-top:1px; }

/* 갤러리 게시판 */
.type_gallery {border:none;}
.type_gallery .list_gallery {overflow:hidden;border:none;margin-left:0px;width:1230px; margin-right:-30px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:calc((100% - 120px) / 4);float:left;margin:0px 30px 30px 0px;height:240px;text-align:left;border:0px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:100%;height:200px;border:none; border-bottom:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.type_gallery .list_gallery li .gallery_img img {width:100%;height:auto;}
.type_gallery .list_gallery li .youtube_img {position:relative;width:100%;height:0;padding-bottom:56.25%;}
.type_gallery .list_gallery li .youtube_img img {position:absolute;left:0;top:0;width:100%;height:100%;}
.type_gallery .list_gallery li .gallery_title {font-family:"noto_sans";margin-top:10px; font-size:18px;line-height:140%;margin-bottom:10px;color:#222222;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:0px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

.type_gallery .list_gallery li.nodata {width:100%;line-height:200px;text-align:center;}
.type_gallery .list_gallery li .gallery_div_ie {height:150px;overflow:hidden;display:none;}
.type_gallery .list_gallery li .gallery_div_ie img {width:229px;border:1px solid #dedede;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}

/* 게시판 상세보기 */
.type_read{border-top: 1px solid #676767}
.type_read thead th{padding:20px 0;background-color:#f6f6f6;color:#000;font-size:18px; font-weight:500;}
.type_read thead td{padding:20px 0;background-color:#f6f6f6;color:#666;font-size:15px;}
.type_read thead td.subject{padding-left:20px;font-size:17px;font-weight:500;color:#000;}
.type_read td.files{padding-left:10px}
.type_read thead td.view_info{text-align:right;padding-right:20px}
.type_read tbody td{border-bottom:1px solid #d1d1d1;padding:8px 0}
.type_read tbody td .read_text{padding:10px 0px;min-height:200px;line-height:23px;}
.type_read tbody td .read_text img{max-width:100%;}
.type_read tbody td .read_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.type_read tbody td .webtv_player { padding:20px; }

.type_write{border-top:1px solid #d1d1d1}
.type_write tbody td{border-bottom: 1px solid #d1d1d1;padding:12px 0}
.type_write tbody td.tw_bold{font-weight:500;color:#474747;font-size:15px;text-indent:12px}
.type_write input[type=text]{padding:2px 4px 3px; border:1px solid #d1d1d1;}
.type_write input[type=password]{padding:2px 4px 3px;border:1px solid #d1d1d1;}
.type_write .write_text{padding:12px}
.type_write textarea{border:1px solid #d1d1d1;width:100%;min-height:200px;padding:8px 0}

.type_grid{}
.type_grid .list_grid{overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:-22px}
.type_grid .list_grid li{ width:220px;float:left;margin:15px 0 25px 23px;height:370px;text-align:left;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{width:220px;height:260px;border:1px solid #d3d3d3;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .grid_img img{width:100%;height:100%}
.type_grid .list_grid li .grid_title a {display:block;padding:15px 0 10px 0;font-size:15px;line-height:20px;color:#222222;font-weight:bold;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:13px;line-height:18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:15px;display:block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:830px; margin:0 0 0 20px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

#container .type_grid .list_grid {margin-left:-10px;}
#container .type_grid .list_grid li {margin-left:30px;}

/* 페이징 */
.page_bar{padding-top:0px;text-align:center;margin-bottom:30px;}
.page_box{ margin:20px auto; table-layout:auto !important}
.page_box li{vertical-align:top;display:inline-block;zoom:1;*display:inline;vertical-align:top}
.page_box li.page_margin{display:none}
.page_box li div{width:30px;height:36px;border:none;padding:0;margin:0 0px;line-height:36px}
.page_box li{ padding:0; border-width:0; font-family:verdana; color:#999999; font-size:16px }
.page_p_btn{display:none}
.page_n_btn{display:none}
.page_box .page_first_btn { background:url('/common/images_skin2/common/page_first_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 2px; }
.page_box .page_last_btn { background:url('/common/images_skin2/common/page_last_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px;}
.page_box .page_prev_btn { background:url('/common/images_skin2/common/page_prev_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid;margin:0px 7px 0px 2px ; }
.page_box .page_next_btn { background:url('/common/images_skin2/common/page_next_btn.png') no-repeat 50% 50%; width:34px; height:34px; border:1px #d1d1d1 solid; margin:0px 2px 0px 7px;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#000000; font-weight:500; width:30px; height:36px;border:none;line-height:36px }
.page_box li a:hover{text-decoration:none}
.page_box li .page_number_btn:hover{background-color:#ffffff;color:#000000;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-family:"noto_sans",sans-serif;font-size:20px;font-weight:500;color:#000000;padding-left:0px;background:none;margin-top:30px;margin-bottom:15px}
.cv .cv_text{margin-bottom:20px;color:#3c3c3c;padding-left:0px;padding-bottom:8px; font-size:15px;line-height:30px;}
.cv .cv_text img{max-width:100%;}
.cv .cv_text hr{height:1px;background-color:#999999;border:1px;width:100%;position:static;visibility:visible;}
.cv .tb_cv{border-top:2px solid #727272}
.cv .tb_cv thead th{padding:8px 0; background-color:#f8f8f8;border-bottom:1px solid #d1d1d1}
.cv .tb_cv tbody td{padding:8px 0;border-bottom:1px solid #d1d1d1;text-align:center}
.cv .tb_cv tbody td.tal{text-align:left;padding-left:20px}

.faq_wrap{border-top:1px solid #e2e2e2}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #e2e2e2}
.faq dt{font-family:"noto_sans";width:100%;font-weight:500;font-size:18px;padding:20px 50px; background: url('/html/images/mobile/sub/faq_question.png') no-repeat 15px 22px;background-size:15px auto;border-bottom:1px solid #e2e2e2; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.faq dd{display:none;font-size:16px;padding:25px 50px;background: #f4f4f4 url('/html/images/mobile/sub/faq_answer.png') no-repeat 15px 26px;background-size:15px auto;border-bottom:1px solid #e2e2e2}
.faq.on dt{display:block;white-space:normal;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap2 select { display:none;}
.tab_wrap{position:relative}

.tab_tt{display:flex;justify-content:center;height:55px;margin-bottom:20px;width:100%;background:#f2f3f9;border:none;border-radius:10px;}
.tab_tt li{position:relative;width:auto;height:55px ;margin:0px 2px;padding:10px;}
.tab_tt li a{font-family:"noto_sans", sans-serif;display:inline-block;width:auto;min-width:100px;background:none;border:0px #e2e2e2 solid;padding:0px 20px;line-height:33px;height:35px; text-align:center;color:#3c3c3c;font-size:16px; z-index:4;border-radius:8px;}
.tab_tt li a:hover {background:none;color:#3371b8;}
.tab_tt li.on a{background-color:#3371b8;color:#fff;font-weight:500;border:none;z-index:5;position:relative;left:0;top:0;height:35px}

.tab_cview{display:flex;justify-content:center; margin:60px 0px 20px 0px !important;width:100%;height:auto;padding:0px;background:#f3f3f3;border:none;border-radius:7px;box-sizing:border-box;overflow:hidden;}
.tab_cview li{position:relative;width:100%;height:50px}
.tab_cview li:before {content:'';position:absolute;right:0px;top:15px;width:1px; height:20px;background:#ddd;}
.tab_cview li:last-child:before {display:none;}
.tab_cview li a{font-family:"noto_sans";display:block;background-color:none;border:none;line-height:50px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li a:hover {color:#000;font-weight:500;}
.tab_cview li.on a{background-color:#3371b8;color:#fff;font-weight:400;border:none;border-radius:7px;z-index:5;position:absolute;left:0;top:0;width:100%;height:50px}

.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.tab_tt3{display:inline-block;margin-bottom:0px;border:NONE;width:100%;border-bottom:2px #000 solid;}
.tab_tt3 li{ width:50%;height:50px;}
.tab_tt3 li a {line-height:50px;height:50px;}
.tab_tt3 li.on a {line-height:50px;height:50px;}

.course_tab { display:inline-block; width:100%; height:55px;}
.course_tab li { float:left; width:16.1%;}


/* login */
.login_box{border:none; background:#ffffff; padding:40px 350px 40px 350px;overflow:hidden; margin:0px;}
.log_tt{margin-bottom:20px;font-size:17px;}
.log_form{float:left;padding-right:0px;border-right:none;width:500px; padding-bottom:0px;}
.log_area{overflow:hidden}
.log_in{float:none !important; display:inline-block;margin-bottom:10px;}
.log_in label{padding-right:13px}
.log_in div{height:31px;margin:0px;z-index:10000;}
.log_in .iparea input{ z-index:10000; font-size:16px; font-weight:300; color:#7a7a7a; border:0px solid #dbdbdb !important;padding:0px 0 0px 10px;height:40px;width:400px;line-height:40px; margin:10px 0px;}
.log_in .ip_id { display:inline-block; width:500px; height:60px; background:#ffffff url('/html/images/common/ipt1_id.png') 25px 50% no-repeat !important;margin:0px; padding-left:60px; border:1px #dbdbdb solid; border-bottom:1px #dbdbdb solid;border-radius:10px 10px 0px 0px; }
.log_in .ip_pass { display:inline-block; width:500px; height:60px; background:#ffffff url('/html/images/common/ipt1_pw.png') 25px 50% no-repeat !important;margin:0px 0px 20px 0px;padding-left:60px;border:1px #dbdbdb solid; border-top:none;border-radius:0px 0px 10px 10px; }
.log_in span { float:left;width:800px; display:block; line-height:60px; font-size:16px; font-weight:500; color:#7a7a7a; }
.log_area .ip_submit{float:none !important;margin:0px 0px 0px 0px}
.id_save { padding:15px 0px; font-size:15px; font-weight:500;}

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#495057}
.login_box .ip_tx a{color:#e2450e ;font-weight:500}
.log_find{float:left;padding:40px 0 0 0px;width:500px}
.log_find dl {width:500px;display:inline-block; height:50px;}
.log_find dt{float:left;width:200px;font-weight:400;letter-spacing:-0.05em; font-size:17px;line-height:30px;}
.log_find dd{float:right;width:200px;margin:0px 0 20px 0;text-align:right;}
.log_find dd .button.gray2 {font-family:"noto_sans";border-radius:5px; width:180px !important;font-size:15px; line-height:32px;}

.button.btn_login{ font-family:"noto_sans",sans-serif;font-weight:500;padding:0px;border-radius:10px;;font-size:20px;background:#3371b8;color: #fff;border:none;width:500px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#1c5ca6;border:none;}

.log_oauth {overflow:hidden; margin-top:15px; font-weight:bold; line-height:40px;}
.log_oauth .log_oauth_list {float:right; margin-right:40px;}
.log_oauth .log_oauth_list li {float:left; margin-left:10px;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}

.coupon_box .coupon_input{height:38px;line-height:38px;text-align:center;padding:0 10px;margin:0 4px 0 4px; width:400px }

.join_oauth {display:none; overflow:hidden;}
.join_oauth .join_oauth_list {width:300px; margin:0 auto;}
.join_oauth .join_oauth_list li {margin:10px 0; background-color:#ffffff; border:1px solid #dedede; border-radius:8px; padding:6px; }
.join_oauth .join_oauth_list li a {position:relative;}
.join_oauth .join_oauth_list li img {position:absolute; width:40px; height:40px; left:0; top:0;}
.join_oauth .join_oauth_list li div {height:40px; font-size:1.2em; margin-left:40px; text-align:center; line-height:40px;}
.join_oauth .join_oauth_list li.join_oauth_normal div {font-size:1.4em; font-weight:bold;}

.join_normal .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"noto_sans", sans-serif;font-size:16px;font-weight:500; }
.join_normal .board.btn .button.gray{background:#3371b8;color:#fff; border:none; }
.join_normal .board.btn .button.white{background:#aaa;color:#fff; border:none;}

#buttonArea .board.btn .button {width:200px;height:45px;line-height:45px;padding:0px;margin:0px 3px;font-family:"noto_sans", sans-serif;font-size:16px;font-weight:500; }
#buttonArea .board.btn .button.gray{background:#3371b8;color:#fff; border:none; }
#buttonArea .board.btn .button.white{background:#aaa;color:#fff; border:none;}


/* 비밀번호 정기 변경 및 정보수정 비밀번호 재확인 */
.passwd_box { border:1px solid #dcdcdc; padding:0; margin-bottom:20px; text-align:center; }
.passwd_box .box_sub { padding:20px 15px; font-size:15px;}
.passwd_box .box_sub .box_icon { padding:10px 0 20px; }
.passwd_box .box_sub .box_icon img { width:67px; height:65px; }
.passwd_box .box_stitle { font-size:18px; line-height:30px;color:#000; font-weight:bold;padding-bottom:5px; }
.passwd_box .box_login { margin:20px 0; }
.passwd_box input[type=password] { height:33px !important; vertical-align:bottom; }

/*agreement */
.agreement_list{display:none;}
.box_title{font-family:"noto_sans", sans-serif;color:#2d2d2d;font-size:24px;font-weight:500;margin:25px 0 20px 0}
.box_tx{margin:0 0 20px 0;font-size:15px; }
.gray_box{border:0px solid #dcdcdc;background-color:#fff;padding:20px 0px;margin-bottom:20px}
.gray_box.top{border-top:1px solid #676767}
.gray_box .box_stitle{font-family:"noto_sans";font-weight:500;font-size:18px;color:#000;margin-bottom:12px}
.gray_box .g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:60px;overflow:auto;padding:14px 10px;margin-bottom:10px}
.check input{vertical-align:middle;margin-right:4px}
.gray_box .g_box_in {height:130px;}

.find_subtitle {font-family:"noto_sans", sans-serif;font-size: 18px;color: #000;font-weight:500;}

.privacy {display:inline-block;width:100%; margin-top:-20px; line-height:160%;}
.privacy h2{font-family:"noto_sans",sans-serif;font-weight:500;font-size:20px;margin-top:20px;color:#000000;}
.privacy h3{font-family:"noto_sans",sans-serif;font-weight:500;font-size:18px;margin-top:20px;color:#3371b8;}
.privacy dl{padding-left:5px;margin-top:10px; font-size:15px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:15px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:15px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:15px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table.privacy  { display:block;border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px;width:100%; }
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:8px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px 15px; }
.privacy td.tac { text-align:center; }
.privacy_box { background:#f7f7f7;text-align:center; font-size:16px;font-weight:500;color:#333333; width:100%; line-height:30px;padding:20px;border:1px #dedede solid;}

.terms {display:inline-block;width:100%; margin-top:-30px !important;}
.terms h2{font-family:"noto_sans",sans-serif;font-weight:500;font-size:20px;margin-top:40px;color:#000000;}
.terms h3{font-family:"noto_sans",sans-serif;margin-top:30px;font-weight:500;font-size:18px;color:#3371b8;}
.terms .depth1 li{line-height:150%; font-size:15px;}
.terms .depth1{margin-top:5px;padding-left:0;float:none; font-size:15px;}
.terms .depth2{padding-left:15px; font-size:15px;}
.terms .depth3{padding-left:24px; font-size:15px;}

.refund h3 {font-family:"noto_sans",sans-serif;font-weight:500;font-size:20px;color:#3371b8 !important;}
.refund li { font-size:15px;line-height:22px;} 
.refund .formula .rbox {width: 1150px;margin:10px 0px;}

/* 근로자 유의사항 표 */
.refund .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.refund .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.refund .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; text-align:center;}
.refund .depth1 table td.tl{text-align:left;}
.refund .depth1 table td .fc_red{color:#d90000;}

.pop_wrap .pop_title {height: 44px;background-color: #3371b8;line-height: 44px;}
.pop_content {border-top:none; padding:20px;}
.pop_wrap .content_title {margin-bottom:10px;}


/* 회원가입 약관부분 텍스트 일괄처리 */
.textin { font-size:15px !important; font-weight:normal !important;line-height:25px !important;}
.textin > .privacy{ margin-top:-10px;}
.textin > .privacy h2 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:20px 0px 0px 0px !important;}
.textin > .privacy h3 {font-size:15px !important; font-weight:normal !important;color:#666666 !important; line-height:25px !important;padding:0px !important;margin:10px 0px 0px 0px !important;}
.textin > .depth1{margin-top:0px !important;}

.my_box .my_info h6,
.my_box .my_note h6{font-family:"noto_sans", sans-serif;font-weight:500;color:#2d2d2d;font-size:20px;padding:3px 0 12px 0;}
.my_box .my_info .h6_sub,
.my_box .my_note .h6_sub {color:#757575;font-size:14px;padding-left:21px;font-weight:200;background: url(/common/images/default/blt_bar.png) no-repeat 10px 50%}

.my_box .my_info .my_info_in {border-top: 1px solid #d7d7d7;margin-top:0px;  padding: 20px 0 0 100px; background: url(/common/images_skin2/common/myinfo_img.jpg) no-repeat 0 15px; min-height: 100px;}
.my_box .my_note .my_notice_in{border-top:1px solid #d7d7d7;padding:10px 0px;margin:0px;}
.my_box .my_note .my_notice_in .list_top li a{height:24px;line-height:24px;border-bottom:none;font-size:15px;padding:1px 15px; background:url('/html/images/common/dot.png') 4px 50% no-repeat;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}

/* 2019-04-15 common */
.tc{text-align:center;}
.mt50{margin-top:50px;}

/* 결제페이지 할인 숨김*/
.col-coupon {  }

/* 2019-05-16 추가 */
.txt_noti{padding-left:27px; margin:10px 0; font-size:15px; font-weight:bold; background:url(../images/common/txt_noti.png) 0 0 no-repeat; line-height:20px; color:#111;}
.txt_noti span{color:#ff7607;}


.greeting_scont { background:#e6f0fd; border-radius:10px;}
.greeting_scont.scont {position: relative; background:}
.greeting_scont.scont > .btn_box {display:inline-block;position: relative;width:100%; text-align:center;padding:10px 0px 40px 0px;}

/* 서브 상단 문구 */
.sub_topbox {width:100%;margin-bottom:60px; text-align:center;background:#e6f0fd;border-radius:10px;padding:20px 30px;border:1px #eee solid;overflow:hidden;}
.sub_topbox h2 {font-family:"noto_sans";font-size:40px;line-height:130%;font-weight:400;color:#333 !important; padding:20px;}
.sub_topbox h2 span {color:#222;font-weight:600;}
.sub_topbox p {font-family: "noto_sans";font-size:16px !important;font-weight: 400;line-height:150% !important; color:#fff !important;padding:15px;background:#3371b8;box-sizing: border-box;border-radius:8px;}

.sub_top_img {border-radius:10px;max-width:100%;}


/* 근로자카드 */
.worker1 { width:100%; height:auto; background:url('/html/images/common/worker1_2.png') no-repeat;display:inline-block;margin-top:50px; padding-left:460px;box-sizing:border-box;}
.worker1 h2 { font-size:26px; font-weight:bold; color:#2e2e2e; line-height:35px; margin:0px 0 20px 0px; }
.worker1 p { font-size:17px; font-weight:normal; color:#666; line-height:180%; margin:0 0 15px 0px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul { margin:0 0 15px 0px; }
.worker1 li { font-size:16px; font-weight:normal; color:#2e2e2e; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#3371b8; font-weight:bold;}
.worker1 .btn_box{width:100%;display:flex; margin:25px 0 0px 0px;}
.worker1 a{float:left; display:inline-block; width:100%; height:80px;padding:15px 10px;line-height:25px;text-align:center; font-size:17px; color:#ffffff;border-radius:5px; font-weight:500;box-sizing:border-box;}
.worker1 a.oepncard {margin-right:10px; background:#3371b8;}
.worker1 a.btn_bule {line-height:50px; background:#000;}

.worker2 { width:1200px; height:auto; border:1px #ccc solid; display:inline-block; margin-bottom:50px; }
.worker2 h2 {font-family:"noto_sans";  float:left; width:300px; margin:140px 0px; font-size:18px; font-weight:500; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#3371b8;}
.worker2 h2 small { font-size:15px; }
.worker2 ul { float:left; width:898px; padding:30px 0px 30px 0px; background-color: #f4f4f4; }
.worker2 li { font-size:16px; font-weight:normal; color:#666; line-height:150%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; padding:30px 80px 30px 260px; display:inline-block;background:url('/html/images/common/worker3_2.png') no-repeat;box-sizing:border-box; }
.worker3  .worker3_sub {width:100%;height:185px;padding:50px 0px 0px 0px; margin:0px 0px 30px 0px; text-align:left;box-sizing:border-box; }
.worker3  .worker3_sub.worker3_sub_1 {padding-top:40px}
.worker3  .worker3_sub h2 {font-family:"noto_sans"; font-size:18px; font-weight:500; color:#000; line-height:30px; }
.worker3  .worker3_sub ul { margin:10px 0px 10px 0px; height:75px; }
.worker3  .worker3_sub li {font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }
.worker3_2 a.worker3_down { float:right; display:block; width:180px; height:75px; line-height:25px; padding:12px 0px 0 30px; text-align:left; font-size:18px; color:#ffffff; font-weight:bold; border:1px #232632 solid; background:#232632 url('/html/images/common/worker3_down.png') 115px 17px no-repeat; margin:-110px 30px 0 0;  }
.worker3_2 a.worker3_btn { display:block; width:290px; height:60px; line-height:60px; text-align:center; font-size:18px; color:#ffffff;border-radius:5px; font-weight:500; border:none; background:#3371b8; margin:0 auto;   }
.worker3_2 .worker3_tel  { line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:bold; }
.worker3_2 .worker3_tel span {  color:#3371b8; }

.worker_noti{margin:50px 0px 30px 0px; padding:0px; }
.worker_noti .noti_box{padding:30px; border:1px solid #e5e5e5; background:#fff;}
.worker_noti .noti_box h2{ font-size:17px; font-weight:normal; color:#2e2e2e; line-height:30px;}
.worker_noti .noti_box table{margin-top:5px;}
.worker_noti .noti_box table th{padding:10px 0px;font-size:16px;font-weight:500; line-height:130%; text-align:center;background:#3371b8; color:#fff; }
.worker_noti .noti_box table td{padding:10px;font-size:16px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker_noti .noti_box table td.tc{text-align:center;}
.worker_noti .noti_box table td li{font-size:15px; font-weight:normal; color:#666; line-height:25px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 11px no-repeat; }
.worker_noti .noti_box .txt_noti{margin-top:20px; padding:0px; }
.worker_noti .noti_box .txt_noti p{font-family:"noto_sans"; font-size:18px;font-weight:500;margin-bottom:10px;}
.worker_noti .noti_box .txt_noti ol{padding-left:0px;} 
.worker_noti .noti_box .txt_noti li{font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 12px no-repeat;}

.worker4_box {padding:30px; border:1px solid #ddd;font-size:16px; font-weight:normal; color:#666; line-height:150%; }
.worker4_box strong {display:block;color:#000;font-size:17px;margin-bottom:5px;}
.worker4_box ol {margin-bottom:30px;}
.worker4_box li {list-style:none;margin:0px !important;font-size:16px; font-weight:normal; color:#666; line-height:150%;; padding:0px;}
 
.owner1 { border:1px #dedede solid;  padding:40px 150px; line-height:25px;font-size:15px; font-weight:normal; color:#666; margin-bottom:40px;  }
.owner1 p{font-weight:bold; font-size:17px; color:#111;}
.owner1 .box1{padding-top:190px; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:190px; background:url('/html/images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; padding:35px 40px 275px 40px;line-height:25px;font-size:15px; font-weight:normal; color:#666;  margin-bottom:40px; background-size: contain; background-position: center; }
.owner1_3 { line-height:25px;font-size:15px; font-weight:normal; color:#666;  margin-bottom:40px; }
.owner1_3 img { margin:13px 0px; }
.button.owner_btn {height:45px !important;line-height:43px !important;}

.owner2 { display:inline-block; }
.owner2 li { float:left; width:270px; height:255px; border:1px #e2e2e2 solid;background:#fff; text-align:center; margin-bottom:30px; border-radius:10px; margin-right:30px;overflow:hidden;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 { text-align:center; font-size:17px; color:#ffffff; font-weight:bold; line-height:40px; background-color:#2ea6df; border-radius:0px;}
.owner2 li h2 { margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:bold; line-height:62px; background-color:#f4f4f4; }
.owner2 li p { font-size:16px; font-weight:normal; color:#666; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#2ea6df;}
.owner2 li.arrow { width:30px; height:345px; background:url('/html/images/common/owner2_arrow.png') 50% 50% no-repeat; border:none; }
.owner2 li.line2 { height:280px; }

.owner_noti{margin-top:20px; padding-top:20px; border-top:1px solid #eee;}
.owner_noti p{margin-bottom:5px; font-weight:bold; color:#111; font-size:15px;}
.owner_noti ul{padding-left:0px;}
.owner_noti li{list-style:none; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.owner3 { width:1200px; height:auto; display:inline-block; margin-bottom:35px; padding:30px 0px 30px 210px;border-radius:10px; border:1px #e2e2e2 solid; box-sizing:border-box;text-align:left; }
.owner3 h2 { font-size:18px; font-weight:bold; color:#333; line-height:30px; margin:0px 0px 10px 0px; }
.owner3 h2 .button{margin-left:10px;}
.owner3 p { font-size:16px; font-weight:normal; color:#666; line-height:22px; margin:0 0 5px 0px; }
.owner3 ul {  margin:0px; }
.owner3 li { font-size:16px; font-weight:normal; color:#666; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 11px no-repeat;}
.owner3 li a:hover{text-decoration:underline;}
.owner3 li b { color:#333333; font-weight:bold;}
.owner3_1 { background:#fff url('/html/images/common/owner3_1.png') 50px 50% no-repeat; }
.owner3_2 { background:#fff url('/html/images/common/owner3_2.png') 50px 50% no-repeat; }
.owner3_3 { background:#fff url('/html/images/common/owner3_3.png') 50px 50% no-repeat; }

.owner6 {}
.owner6 > div > table {border:1px solid #dedede; font-size:16px; }
.owner6 > div > table tr {}
.owner6 > div > table tr th {padding:15px; background-color:#3371b8; color:#fff;}
.owner6 > div > table tr td {padding:15px;}
.owner6 > div > table tr td:first-child {background-color: #f4f4f4;}


.cs_help1 { background:#417bbe url('/html/images/common/cshelp1_bg.png') 100% 50% no-repeat; padding:40px;border-radius:10px 10px 0px 0px; }
.cs_help1 h2 {font-family:"noto_sans"; font-size:33px; font-weight:500; color:#ffffff; line-height:35px; margin-bottom:10px; }
.cs_help1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_help2 { background:#ffffff; padding:40px 0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; margin-bottom:10px;border-radius: 0px 0px 10px 10px;}
.cs_help2 li { float:left; width:50%; padding-left:40px; }
.cs_help2 li:first-child { border-right:1px #e1e1e1 solid; }
.cs_help2 li b { font-size:30px; font-weight:bold; color:#000000; margin-right:10px; }

.cs_help3 { display:inline-block; width:100%;margin-top:30px; border-bottom:1px #dedede dashed; }
.cs_help3 h3 {font-family:"noto_sans"; font-size:20px; font-weight:500; color:#000000; margin:0px 0px 20px 0px; }
.cs_help3 p { font-size:15px; margin-bottom:30px;  }
.cs_help3 ul.cs_help3_1 { display:inline-block; width:100%; margin-bottom:40px; }
.cs_help3 ul.cs_help3_1 li { float:left; width:45%; font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_1 li span { color:#006fbd; font-weight:bold; }
.cs_help3 ul.cs_help3_1 li b { color:#222222; font-weight:bold; } 

.cs_help3 ul.cs_help3_2 { width:1200px; display:flex; text-align:center; margin:0px -10px 40px -10px; }
.cs_help3 ul.cs_help3_2 li { float:left; width:100%; text-align:center; margin:0px 10px; border:1px #e1e1e1 solid; padding:25px 0px 0px 0px;}
.cs_help3 ul.cs_help3_2 li h2 { font-size:15px; font-weight:bold; color:#000000; line-height:45px; margin:10px 0px 20px 0px; }
.cs_help3 ul.cs_help3_2 li img { width:60px; height:auto; }
.cs_help3 ul.cs_help3_2 li a.cs_help_down { display:block;font-size:15px; padding-right:30px; text-align:center;height:50px; line-height:50px;background:#f0f0f0 url('/html/images/common/btn_down.png') 100px 50% no-repeat; }

.cs_help3 ul.cs_help3_3 { display:inline-block; width:100%; margin:10px 0 40px 0; }
.cs_help3 ul.cs_help3_3 li { font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_3 li b { color:#222222; font-weight:bold; } 
.cs_help3 ul.cs_help3_3 li span { color:#d70505; font-weight:bold; }
.cs_help3 ul.cs_help3_3 li img { display:block; margin:10px 0px 30px 0px; }

.cs_help4 { background:#ffffff; padding:0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; }
.cs_help4 li { float:left; background:#ffffff; padding:15px 10px 30px 10px; width:32%; text-align:center; }
.cs_help4 li.cs_help4_1 { background:#ffffff url('/html/images/common/cs_help3_1.png') 50% 55px no-repeat; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_2 { background:#fafafa url('/html/images/common/cs_help3_2.png') 50% 55px no-repeat;width:36%; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_3 { background:#ffffff url('/html/images/common/cs_help3_3.png') 50% 55px no-repeat; }
.cs_help4 li h1 { font-size:15px; font-weight:normal; color:#555555; line-height:20px;margin-bottom:120px; text-align:left; padding:0px 25px; }
.cs_help4 li h1 span { color:#0b71b9; }
.cs_help4 li h2 { font-size:24px; font-weight:normal; color:#000000; line-height:50px;margin-bottom:0px; }
.cs_help4 li p { font-size:15px; font-weight:normal; color:#555555; line-height:24px;margin-bottom:25px; }
.cs_help4 li .cshelp_btn { display:block; margin:5px auto; width:180px; height:59px;  }
.cs_help4 li a.cshelp_btn1 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #838383 solid; background:#ffffff; font-size:15px; color:#333333; font-weight:bold; text-align:center; }
.cs_help4 li a.cshelp_btn2 { display:block; margin:5px auto; width:180px; height:55px; line-height:51px; border:2px #0b71b9 solid; background:#0b71b9; font-size:15px; color:#ffffff; font-weight:bold; text-align:center; }

.cs_down1 { width:calc(100% + 20px); display:inline-block; text-align:center; margin:0px -10px 40px -10px; }
.cs_down1 li { float:left; width:calc((100% - 80px) / 4); text-align:center; margin:5px 10px; border:1px #e1e1e1 solid; }
.cs_down1 li a { display:block; text-align:center; padding:30px 0px;}
.cs_down1 li a:hover { background:#f7f7f7; }
.cs_down1 li h2 { font-size:16px; font-weight:500; color:#000000; line-height:45px; margin-top:10px; }
.cs_down1 li p { font-size:15px; font-weight:normal; color:#444444; line-height:18px;  }

.cs_down2 { width:100%; display:inline-block; text-align:center; }
.cs_down2 li { text-align:left; margin:20px 0px 40px 0px; padding-left:110px;  }
.cs_down2 li a { display:block; text-align:center;  }
.cs_down2 li h2 { font-family:"noto_sans"; font-size:20px; font-weight:500; color:#000000; line-height:130%; background:url('/html/images/common/cs_down2_tit.png') 0% 100% no-repeat; margin-bottom:10px; }
.cs_down2 li p { font-size:15px; font-weight:normal; color:#666666; line-height:26px;  }
.cs_down2 li p b { float:left; display:block; width:40px; font-size:15px; font-weight:bold; color:#000000;  }
.cs_down2 li .down_guide { font-size:15px; font-weight:normal; color:#444444; line-height:20px; border:1px #e1e1e1 solid; background:#f7f7f7; padding:15px 20px 15px 40px; margin-top:10px; background:#f7f7f9 url('/html/images/common/cs_down2_guide.png') 20px 50% no-repeat; }
.cs_down2 li.cs_down2_1 { background:url('/html/images/common/cs_down2_1.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('/html/images/common/cs_down2_2.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('/html/images/common/icon_explorer.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('/html/images/common/cs_down2_4.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('/html/images/common/icon_acrobat.png') 0px 0px no-repeat; }

.cs_remote1 { background:#417bbe url('/html/images/common/support1_1_new.png') -2% 96% no-repeat; padding:60px; margin-bottom:40px; padding-left:240px; border-radius:10px;}
.cs_remote1 h2 { font-size:33px; font-weight:500; color:#ffffff; line-height:35px; margin-bottom:20px; }
.cs_remote1 p { font-size:15px; font-weight:normal; color:#ffffff; line-height:24px; }

.cs_remote2 { width:100%; display:inline-block; margin-bottom:10px; }
.cs_remote2 li { float:left; width:360px; text-align:center; margin:15px; padding:120px 30px 30px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote2 li.cs_remote2_1 { background:url('/html/images/common/support1_2.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_2 { background:url('/html/images/common/support1_3.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_3 { background:url('/html/images/common/support1_4.png') center 11% no-repeat; }

.cs_remote3 { width:1400px; display:inline-block; background-color:#f4f4f4; padding:50px 0 10px 50px; margin-bottom: 50px; }
.cs_remote3 li { text-align:left; margin-bottom:40px; padding:10px 0 0 120px; height:96px; font-size:14px; line-height:24px; font-weight:normal; color:#444444; }
.cs_remote3 li h2 { text-align:left; margin-bottom:10px; padding:0px; font-size:18px; line-height:24px; font-weight:500; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('/html/images/common/support1_5.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_2 { background:url('/html/images/common/support1_6.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_3 { background:url('/html/images/common/support1_7.png') 0px 50% no-repeat; }

.cs_remote4 { width:100%; border:1px #dedede solid; background:#ffffff; padding:20px 40px;display:inline-block;line-height:45px;font-size:15px; }
.cs_remote4 a.cs_remote4_btn { float:right; width:170px; height:45px; line-height:45px; color:#ffffff; font-size:15px; text-align:center; background:#0a72b9; }


/* 모사답안 처리기준 */
.cheating_ {margin-bottom:30px;}
.cheating_:first-child {margin-top:30px;}
.cheating_ ul {margin-bottom:50px;}
.cheating_ li {margin-bottom:10px;}
.cheating_ p {display:block;font-size:16px; color:#666; margin-top:10px;line-height:180%;word-break:keep-all;}
.cheating_ h3 {position:relative;display:block;font-family:"noto_sans";font-size:22px;font-weight:500;color:#000 !important; padding:10px 0px 0px 25px;margin-bottom:15px;}
.cheating_ h3:before {content:'';position:absolute;left:0px;top:10px;width:20px;height:20px;background:url('/html/images/common/stit_dot.png') 0% 50% no-repeat;border-radius:0%;}

.stitle {position:relative;display:block;font-family:"noto_sans";font-size:22px;font-weight:500;color:#000 !important; padding:10px 0px 0px 25px;margin-bottom:15px;text-align:left;}
.stitle:before  {content:'';position:absolute;left:0px;top:10px;width:20px;height:20px;background:url('/html/images/common/stit_dot.png') 0% 50% no-repeat;border-radius:0%;}

.sstitle { font-size:18px; font-weight:bold; color:#3371b8; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:16px; color:#666; line-height:180%; margin-bottom:50px;  }
.scont span {  color:#3371b8; }
ul.scont { font-size:16px; color:#666; line-height:180%; margin-bottom:50px;  }
ul.scont li { font-size:16px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.sub_content h3 {position:relative;display:block;font-family:"noto_sans";font-size:22px;font-weight:500;color:#000 !important; padding:10px 0px 0px 25px;margin-bottom:15px;}
.sub_content h3:before  {content:'';position:absolute;left:0px;top:10px;width:20px;height:20px;background:url('/html/images/common/stit_dot.png') 0% 50% no-repeat;border-radius:0%;}
.sub_content ul {margin-bottom:50px;}
.sub_content ol {margin-bottom:50px;}
.sub_content li {font-size:16px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;}
.sub_content p {font-size:16px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;}
.sub_content .depth2 li {margin:0px;}

.sub_content .depth1 table{ border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.sub_content .depth1 table th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px; line-height:22px; color:#333333; background:#f7f7f7;text-align:center;}
.sub_content .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:10px; text-align:center;}
.sub_content .depth1 table td.tl{text-align:left;}
.sub_content .depth1 table td .fc_red{color:#d90000;}

.exam_question h6 {background-color:white;font-size:15px;color:#000;font-weight:bold;line-height:20px;padding:9px 14px;border-bottom:1px solid black}

/* 평생교육바우처 */
.voucher_wrap {width:100%;padding-top:20px;background:url('/html/images/common/voucher_img.png') 100% 0% no-repeat;}
.voucher_topbox {width:100%;margin-bottom:60px; text-align:left;overflow:hidden;box-sizing:border-box;}
.voucher_topbox h2 {font-family:"noto_sans";font-size:28px;line-height:100%;font-weight:600;color:#000; padding:0px;margin-bottom:20px;}
.voucher_topbox p {font-family: "noto_sans";font-size:17px;font-weight: 400;line-height:140%; color:#333;}

.voucher_cont {width:100%;border:8px #f5f5f5 solid;border-radius:25px;text-align:center;padding:20px;overflow:hidden;box-sizing:border-box;margin-bottom:50px;}

.stable_wrap {width:100%;border:1px #dedede solid;border-radius:25px;overflow:hidden;box-sizing:border-box;}
.stable { width:100%; border-radius:20px; }
.stable th { border-right:1px #dedede solid; padding:15px 10px; line-height:22px; color:#fff; background:#00adb3;text-align:center;}
.stable td { border-top:1px #dedede solid;border-right:1px #dedede solid;color:#000; padding:10px; text-align:center;}
.stable th:last-child,
.stable td:last-child {border-right:none;}
.stable td.tl{text-align:left;}
.stable.stable1 th {background:#00adb3;}
.stable.stable2 th {background:#94b300;}
.stable.stable3 th {background:#3a82c4;}

/* 자격증소개 */
.license_wrap {width:100%;background:#2ea6df;border-radius:25px;overflow:hidden;box-sizing:border-box;margin-bottom:80px;}
.license_topbox {width:100%; padding:40px 50px 40px 220px;text-align:left;overflow:hidden;box-sizing:border-box;}
.license_topbox h2 {font-family:"noto_sans";font-size:28px;line-height:100%;font-weight:600;color:#fff; padding:0px;margin-bottom:15px;}
.license_topbox p {font-family:"Inter";font-size:24px;font-weight:500;line-height:100%; color:#fff; opacity:0.3;letter-spacing:0em;}
.license_cont {width:100%;border:1px #ccc solid; padding:30px 80px 0px 80px;background:#fff;border-radius:25px;overflow:hidden;box-sizing:border-box;}
.license_cont .stable_wrap {max-width:100%;}
.license_cont li {margin:0px;line-height:180%;color:#333;}
.license_cont li small {font-size:15px;color:#666;}
.license_img {width:auto;float:right;margin:10px 0px 0px 30px;}

.license_wrap.license1 .license_topbox {background:url('/html/images/common/license_icon1.png') 80px 50% no-repeat;}
.license_wrap.license2 .license_topbox {background:url('/html/images/common/license_icon2.png') 80px 50% no-repeat;}
.license_wrap.license3 .license_topbox {background:url('/html/images/common/license_icon3.png') 80px 50% no-repeat;}

.guide_wrap {width:100%;box-sizing:border-box;}
.guide_title {position:relative;font-family:"noto_sans";font-size:17px;line-height:25px;font-weight:500;color:#000; padding:5px 70px;margin-bottom:20px;}
.guide_title em {position:absolute;left:30px;top:3px;width:30px;height:30px;line-height:30px;border-radius:50%;background:#3371b8;color:#fff; text-align:center;box-sizing:border-box;}
.guide_cont {width:100%;border:1px #ccc solid; padding:25px;border-radius:25px;text-align:center;overflow:hidden;box-sizing:border-box;margin-bottom:80px;}

/* 인사말 */
.greeting_wrap {position:relative; width:100%;display:inline-block; background:#f2f8ff /*url('/html/images/common/greeting_bg.png') 50% 50% no-repeat */;background-size:cover !important; padding:120px 140px;box-sizing:border-box;}
.greeting_wrap .greeting_img {position:absolute; right:140px; top:100px; width:auto;height:auto;display:inline-block; }
.greeting_wrap h5 {font-family:"noto_sans"; font-size:35px;line-height:130%;font-weight:500;padding:20px 0 40px 0;color:#000;letter-spacing:-0.05em;}
.greeting_wrap h5 em{color:#3371b8}
.greeting_wrap p { font-size:17px;line-height:35px;font-weight:normal;padding:10px 0; color:#000;}
.greeting_wrap p strong { font-size:20px;font-weight:bold; color:#000;}

/* 오시는길 */
#location {width:100%; margin-bottom:50px;}
#location .map-info {padding:3.5% 5%;border:1px solid #ddd;}
#location .map-info {overflow:hidden;}
#location .map-info h3 {float:left;padding-right:40px;font-weight:600;font-size:24px;color:#333;}
#location .map-info .row {margin-right:0;}
#location .row li {position:relative;width:100%;padding-left:117px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:34px;list-style:none;}
#location .row li strong {position:absolute;left:0;font-weight:600;font-size:16px;color:#333;vertical-align:middle;letter-spacing:0}
#location .row li a {color:#666;}
#location p {margin-top:10px;font-size:15px;color:#333;text-align:right;}

#location .map .root_daum_roughmap {width:100%!important;}
#location .map .root_daum_roughmap .wrap_controllers {display:none!important;}
#location .mapBtn {position:absolute;right:20px;bottom:20px;display:block;width:140px;height:45px;background-color:#fff;border:1px solid #ddd;font-size:15px;color:#666;line-height:45px;text-align:center;box-sizing:border-box;font-weight:300;z-index:9999;}
#location .mapBtn:before {display:none; content:'';width:14px;height:14px;margin-right:10px;background-image:url(../../images/sub/blit_map.gif);background-position:0;background-repeat:no-repeat;background-size:100%;vertical-align:middle;}
#location .map {position:relative;}

/* nodata 스타일 */
.course_gallery li.nodata { float:none; width:1200px !important;line-height:200px;height:200px;font-size:18px;margin:0px !important;padding:0px !important; border:0;border-radius:10px !important; border:1px #dedede solid !important; background:#fff; text-align:center; }
.type_chart .list_li tr td.top_td.nodata { width:1200px !important;line-height:200px;height:200px;font-size:18px; margin:0px !important; padding:0px !important; border:0;border-radius:10px !important; border:1px #dedede solid !important; text-align:center; }

/* 수강신청 하단 수강후기 */
.course_review {width:100%;display:inline-block; }
.course_review .course_review_list {width:99%;margin:0.5%;display:inline-block; }
.course_review .course_review_list li {position:relative;width:100%;display:inline-block;padding:25px 40px;border-radius:10px;background:#fff;margin-bottom:20px;box-shadow:0px 0px 5px #ddd;box-sizing:border-box;}
.course_review .course_review_list li.nodata {text-align:center;}
.creview_writer {font-family:"noto_sans";font-size:15px;font-weight:500;color:#000;margin-bottom:10px;}
.creview_reg_date {font-size:14px;font-weight:300;color:#999999; margin-left:10px;}
.creview_star {position:absolute;right:40px;top:25px;}
.creview_subject {font-family:"noto_sans";font-size:16px;line-height:26px;color:#000;word-break:keep-all;}
.creview_item {font-size:15px;line-height:130%;color:#666;word-break:keep-all;}

.main_pop{border:2px solid #333;box-sizing:border-box;}
.main_pop img {max-width:100%;}
.main_pop_tt{background-color:#333;}
.main_pop_bt{background-color:#333;border-top:1px solid #333; text-align:center;}
.main_pop_bt a { color: #fff;}
.main_pop_bt li label,
.main_pop_bt li a {background-color:#333;}

.step_list{padding-top:30px;border-top:1px solid #0d0b0b}
.step_list > li{padding-left:90px;padding-bottom:40px}
.step_list li.step01{background: url(/common/images/default/icon_step01.jpg) no-repeat 0 0}
.step_list li.step02{background: url(/common/images/default/icon_step02.jpg) no-repeat 0 0}
.step_list li.step03{background: url(/common/images/default/icon_step03.jpg) no-repeat 0 0}
.step_list li.step04{background: url(/common/images/default/icon_step04.jpg) no-repeat 0 0}
.step_list li.step05{background: url(/common/images/default/icon_step05.jpg) no-repeat 0 0}
.step_list li.step06{background: url(/common/images/default/icon_step06.jpg) no-repeat 0 0}
.step_list li.step07{background: url(/common/images/default/icon_step07.jpg) no-repeat 0 0}
.step_list li.step08{background: url(/common/images/default/icon_step08.jpg) no-repeat 0 0}
.step_list li.step09{background: url(/common/images/default/icon_step09.jpg) no-repeat 0 0}
.step_list li h6{font-weight:600;font-size:18px;margin-bottom:10px}
.step_list li em{color:#3371b8; padding-right:5px;font-size:18px;}
.step_list li p{line-height:22px; font-size:16px;}
.step_list li .dep1{margin-top:20px}
.step_list li .dep2{margin:10px 0}