@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@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');

body{font-family:"Pretendard";font-size:17px;letter-spacing:-0.04em !important;}
body * {font-family:"Pretendard";letter-spacing:-0.04em !important;word-break:keep-all;}

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

input[type=text], input[type=password], select {border-radius:4px;border-color:#ddd !important;}

#wrap { width:100%;min-width:1300px;padding-top:180px;;font-family:"Open Sans","Noto Sans KR","notoSans","맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#header.custom_header { width:100%;min-width:1300px;height: 180px;position:absolute;left:0px;top:0px; z-index:100; border-bottom:1px #e0e0e0 solid;}
#header.custom_header .logo {display: inline-block;vertical-align: middle;margin-top:20px;float: left;width:300px;}
#header.custom_header .logo img {max-width:270px;max-height:50px;margin-top:0px;}
#header.custom_header .util_wrap {background-color: #fff;max-width: 1200px;width: 100%;margin: 0 auto;height:90px;text-align: left;}
#header.custom_header .util_menu {float: right;width: auto;margin-top:16px;height:60px;}

.util_wrap .util_menu ul {background:none;border-radius:0px;height:60px;display:flex;justify-content:flex-end;width:auto;}
.util_wrap .util_menu li {position: relative;padding:0px;margin:0px;height:60px;}
.util_wrap .util_menu li a {color: #888888;font-size: 15px;padding:38px 13px 0px 13px;margin:0px;line-height:20px;border-radius:0px;}
.util_wrap .util_menu li a img {display:none;}
.util_wrap .util_menu li a:hover {color:#000;}
.util_wrap .util_menu li:after {display: none;}
.util_wrap .util_menu li.t_login a {background:url('/html/images/common/t_login.png') 50% 0% no-repeat;}
.util_wrap .util_menu li.t_logout a {background:url('/html/images/common/t_logout.png') 50% 0% no-repeat;}
.util_wrap .util_menu li.t_join a {background:url('/html/images/common/t_join.png') 50% 0% no-repeat;}
.util_wrap .util_menu li.t_cs a {background:url('/html/images/common/t_cs.png') 50% 0% no-repeat;}

.h_search { position:absolute;right:0%; top:15px;width:200px;display: inline-block;vertical-align: middle;background: #fff;border:none;text-align:left;box-sizing: border-box;height:24px;border-radius:0px;padding: 0px 0px;margin:0px;}
.h_search .search_txt input {width: 175px;height:24px;border: none !important;font-size:15px;border-bottom:1px #7f7f7f solid !important;box-shadow: none;outline: none;margin:0px;padding: 0;background-color: #fff !important;}
.search_btn {background: url('../images/common/icon_search.png') 50% 50% no-repeat;width:24px;height: 100%;position: absolute;right:0px;}

#header > .inner {position:relative;width: 100%;background-color:none;height:90px;margin:0px auto;overflow:visible;text-align:center; border-top:1px #e0e0e0 solid;z-index:100;}
#header .inner .menu_wrap {position:relative;float: none;width: 100%;max-width:1200px;background:none;height:90px;margin:0px auto;text-align:center;display:inline-block;border-radius:0px;z-index:100;}
.menu_wrap #gnb {float:left;display:flex; justify-content:space-around; width:1100px;margin:0px 0px;}
.menu_wrap #gnb li {width:auto;position: relative;display:inline-block;padding:0px;}
.menu_wrap #gnb li a {position: relative;display:flex;font-size:20px;color: #000;line-height:90px;padding:0px 30px;box-sizing: border-box;font-weight: 600;letter-spacing: -1px;}
.menu_wrap #gnb li a:hover {color: #000;}
.menu_wrap #gnb li:hover a {color: #13629b;padding-right:19px;}
.menu_wrap #gnb li:hover a:before {content:'';position:absolute;left:0px;top:0%;width:100%;height:2px;background:#13629b;}
.menu_wrap #gnb li:hover a:after {content:'';top:0px;width:6px;height:6px;background:#13629b;border-radius:50%;margin:30px 0px 0px 5px;}
.menu_wrap #gnb li.on a {color: #13629b;padding-right:19px;}
.menu_wrap #gnb li.on a:after {content:'';top:0px;width:6px;height:6px;background:#13629b;border-radius:50%;margin:30px 0px 0px 5px;}
.menu_wrap #gnb .gnb_sub {display: none;position:absolute;left:50%;top:88px;transform:translateX(-50%);z-index: 100 !important;background:none;width:200px;background:#fff;border:1px #ddd solid; border-top:1px #fff solid;padding:0px; box-sizing: border-box;}
.menu_wrap #gnb .gnb_sub li {float: none !important;width:100%;padding:0px 0px !important;border:none;}
.menu_wrap #gnb .gnb_sub li a {display: block;width:100%;box-sizing:border-box;color: #000;font-size:16px;text-align: center;line-height:130%;font-weight:400;letter-spacing:-0.04em;padding:8px 0px !important; 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;opacity:0.7;}
.menu_wrap #gnb .gnb_sub li:hover a {color: #000;background:#f7f7f7;text-decoration:none;opacity:1;padding:8px 0px !important;}
.menu_wrap #gnb li:hover .gnb_sub li:hover a {color: #000;padding:8px 0px !important;}
.menu_wrap #gnb li:hover .gnb_sub li a:before,
.menu_wrap #gnb li:hover .gnb_sub li a:after,
.menu_wrap #gnb li:hover .gnb_sub li:hover a:before,
.menu_wrap #gnb li:hover .gnb_sub li:hover a:after,
.menu_wrap #gnb li.on .gnb_sub li a:before,
.menu_wrap #gnb li.on .gnb_sub li a:after,
.menu_wrap #gnb li.on .gnb_sub li.on a:before,
.menu_wrap #gnb li.on .gnb_sub li.on a:after {display:none;}

.util_search {position:absolute;right:0px;top:30px;display:inline-block;width:30px;height:30px;}
.util_search a {display:block;width:30px;height:30px;border-radius:0%;background:url('/html/images/common/icon_search.png') 50% 50% no-repeat;text-indent:-99999px !important;}

.search_full { position:absolute;left:50%; transform:translateX(-50%);top:100px;width:100%; border-radius:0px;padding:0px;text-align:center;background:#fff; box-shadow: 0px 5px 5px rgb(0 0 0 / 10%) !important;z-index:101;}
.search_full .top_search_pc {position:relative;display:inline-block;padding:60px 0px 50px 0px;width:1200px;margin:0px auto;}
.search_full .top_search_pc .search_close {position:absolute;right:10px;top:20px;display:inline-block;height:30px; width:30px;background:url('/html/images/common/search_close.png') 50% 50% no-repeat;overflow:hidden; text-indent:-999999px;}
.search_full .top_search_pc .top_search_inner { position:relative;width:600px;display:inline-block;margin:0px auto;padding:10px 0px;border-bottom:3px #000 solid;}
.search_full .top_search_pc input.search_txt {float:left; width:calc(100% - 50px); height:40px;line-height:40px;font-size:16px; margin:0px; padding:0px; border:1px #ffffff solid !important; outline:none;}
.search_full .top_search_pc .search_btn {float:right; width:40px; height:40px; margin:0; background:url('/html/images/common/btn_search2.png') right 50% no-repeat; border:0 none; text-indent:-999; font-weight:bold;}

.hamburger {padding:35px 4px;display: inline-block; height:90px;width:50px; margin-left:0px; box-sizing: border-box;float: left;background:none;position: relative;cursor: pointer;z-index:1000 !important;}
.hamburger span {background: #333; display: block; height: 3px;-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: 30px;}
.hamburger span:nth-child(2) {width: 30px;margin-top: 5px;}
.hamburger span:nth-child(3) {width: 30px;margin-top: 5px;}
.hamburger.is-active {padding:35px 4px;}
.hamburger.is-active .line {width: 32px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-o-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-o-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg);}

.all_list {display: none;}
.all_list {position: absolute;top:180px;width: 100%;left:0%; transform:translateX(0%);right:auto;z-index:1000 !important;background:#fff !important;border:none;border-radius:0px;vertical-align:top; box-sizing: border-box;overflow: hidden; margin: 0 auto;box-shadow:0px 0px 4px rgba(0,0,0,0.1);}
.all_list_inner {position:relative;width:1100px;margin:0px 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:1100px;margin:20px auto 20px auto;vertical-align:top !important;text-align:center;}
.all_list .a_inner > li {position:relative;width:100%;box-sizing: border-box;padding:0px;border-right: 0px solid #e2e2e2; }
.all_list .a_inner > li:first-child {border-left: 0px solid #e2e2e2;}
.all_list .a_inner > li p {display:block; font-size:18px; color:#000; font-weight:700; 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:#00477f;text-decoration:underline;}

#container.main {width: 100%;margin: 0 auto;padding-bottom: 0;}

#footer {background-color:#fff;}
#footer .copy {position: relative;background:none;width:1200px;padding:0px;margin:30px auto;text-align: left;}
#footer .copy .foot_list {position:absolute;right:0px;top:0px;display:flex;justify-content:flex-end; width:auto; margin: 0 auto;text-align: center;padding:0px;border:none;z-index:999 !important;}
#footer .copy .foot_list li {position:relative;}
#footer .copy .foot_list li a {font-size:17px;color:#000;font-weight:700;padding:0px 15px;}
#footer .copy .foot_list li a.footer_privacy_policy {color: #000;font-weight: 500;}
#footer .copy .foot_list li::before {content:'';position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:#333;} 
#footer .copy .foot_list li:first-child::before  {display:none;}

#footer .copy .foot_info {position:relative;max-width: 1200px;width: 100%;padding:0px 0px 50px 0px;margin:0 auto;background:none;box-sizing: border-box;}
#footer .copy .foot_info p {font-size:16px;color: #666;font-weight: 350;line-height: 25px;text-align: left;letter-spacing:-0.2em;}
#footer .copy .foot_info p b {color: #000;font-weight:600;}
#footer .copy .foot_info p.copyp {font-size:16px;color: #666;font-weight: 350;margin-top: 20px;}

#footer .foot_top {padding:30px 0px !important; line-height:40px !important;border-top:2px #0067a5 solid; border-bottom:1px #ddd solid !important; height:100px;background:none !important;margin:0px !important;box-sizing:border-box;}
#footer .foot_top .foot_inner {width:1200px;display:flex !important; justify-content:space-between;margin:0 auto;}

#footer .foot_cs {float:left;width:770px;height:40px;line-height:40px;display:flex;justify-content:flex-start; color:#000 !important; font-size:18px;}
#footer .foot_cs h2 {font-size:25px;color:#000;margin-right:10px;font-weight:700;line-height:40px;letter-spacing:-0.07em;padding-left:45px;background: url('/html/images/common/foot_cs_t.png') 0% 50% no-repeat;}
#footer .foot_cs b {font-size:35px;color:#000;margin-right:10px;font-weight:800;line-height:40px;letter-spacing:-0.02em;font-family:'Inter' !important;}
#footer .foot_cs small {font-size:16px;color:#333;font-weight:700;line-height:22px;letter-spacing:-0.03em;margin-left:10px;}
#footer .foot_cs small em {font-size:17px;color:#000;font-weight:600;}

#footer .foot_btn {float:right;}
#footer .foot_btn a {display:inline-block;font-size:17px !important; padding:0px 20px;width:auto;min-width:150px;height:42px !important; line-height:40px !important; font-weight:700 !important; margin-left:8px !important; border-radius:30px;}
#footer .foot_btn a:hover {opacity:0.8;}
#footer .foot_btn a.foot_btn1 {color:#fff !important; background:#0067a5 !important;border:1px #0067a5 solid;} 
#footer .foot_btn a.foot_btn2 {background:url('../images/common/foot_logo.png') 50% 50% no-repeat;background-size:auto 22px;border:1px #ddd solid; text-indent:-9999px;} 

.tac {text-align: center;}
#container{position:relative;width:100%;margin:0px auto 0px auto;padding:55px 0px 0px 0px; }
#container.main{position:relative;width:100%;margin:0px auto 0px auto;padding:0px; }
#container .horizontal_wrap{display:inline-block;position:relative;width: 1200px;margin:0px auto;}

/****** 메인 스타일 ******/	
/* main 레이아웃 스타일 */
.main_outer {position:relative;display:inline-block; width:100%;text-align:center;padding:0px 0px 120px 0px; }
.main_inner {position:relative;width:1200px;margin:0px auto; padding:0px; display:block;overflow:visible; text-align:left;z-index:0;}
.main_title {position:relative;line-height:120%;font-size:38px;font-weight:400;color:#000000; padding:0px; margin:0px auto 30px auto;text-align:left;background:none;letter-spacing:-0.04em !important;}
.main_title b {font-weight:600; }
.main_ment {line-height:30px;font-size:16px;font-weight:normal;color:#777;text-align:left;margin:-10px 0px 20px 0px;}
.main_more {position:absolute;right:0px;bottom:0px;display:inline-block; width:auto; height:20px;}
.main_more a {width:auto;height:20px;padding:0px 13px;font-size:15px;line-height:20px;background:url('../images/common/main_title_arrow.png') 100% 50% no-repeat;background-size:7px;color:#000;opacity:1}
.main_more a:hover {opacity:0.8;}
.bgGray {background:#f7f7f7; }
.bgWhite {background:#fff;}
.nopd {padding:0px !important;}

/****** 메인 스타일 ******/	
/* main 상단롤링배너 
.main_visual{position:relative;height:700px}
#slides{position:absolute;top:0;left:0;z-index:10}
.slides_container{width:100%;height:700px;overflow:hidden}
.slides_container img {width:100%;height:700px;}
.slides_container div{width:100%;height:700px;display:block;background-size: cover !important;}
.pagination{position:absolute;display:flex;justify-content:center;width:100%;left:0%;bottom:40px;z-index:11;margin:0px; }
.pagination li{display:inline-block;width:15px;height:15px;float:none;margin:0px 7px;background:#1c4a97; border-radius:50%;opacity:0.4;}
.pagination li a{display:block;text-align:center;line-height:15px;font-weight:700;color:#fff;text-indent:-9999999px;}
.pagination li.current{background:#1c4a97;opacity:1;}
*/

/* main 상단롤링배너 */
.main_visual{position:relative;height:600px;z-index:2; margin-bottom:120px;}
.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;position:absolute;width:100%;left:0%;bottom:30px; z-index:101;text-align:center;  }
.slidesjs-pagination li { width:12px !important;height:12px !important;display:inline-block;margin:0px 7px;border:none; }
.slidesjs-pagination li a {display:inline-block;width: 12px !important;height: 12px !important; text-indent:-9999px; padding:0px;background:#fff;border:none;border-radius:50%;overflow: hidden;opacity:0.5}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {background:#fff;opacity:1; }
.slidesjs-pagination li a:hover {background:#fff; opacity:1;}

a.slidesjs-next,
a.slidesjs-previous {display:absolute;top:50%;transform:translateY(-50%);width:80px !important;height:80px !important;overflow: hidden;background-size:80% auto !important;text-indent: -9999px;float: left;z-index:100;border-radius:50%; opacity:0.8;background-color:rgba(0,0,0,0.2) !important;}
a.slidesjs-next { position:absolute;right:50px;background: url('/html/images/common/arrow_right.png') 50% 50% no-repeat; }
a:hover.slidesjs-next {background:url('/html/images/common/arrow_right.png') 50% 50% no-repeat;opacity:1 }
a.slidesjs-previous { position:absolute;left:50px;background: url('/html/images/common/arrow_left.png') 50% 50% no-repeat; }
a:hover.slidesjs-previous { background: url('/html/images/common/arrow_left.png') 50% 50% no-repeat;opacity:1 }

span.ori_price{display:inline-block !important;font-family:"Inter";font-weight:700;color:#888;text-decoration:line-through;text-align:center;padding:0px;margin-right:5px;}
.type_chart span.ori_price{padding-right:0}
span.price{display:inline-block !important;font-family:"Inter";color:#ff5050;text-align:center;text-decoration:none;font-weight:600;}
span.per_price {display:inline-block !important;font-family:"Inter";font-weight:700;color:#ff4000;font-weight:600;margin-right:5px;}

.main_banner { width:1200px;padding:0px 0px 0px 0px;margin:0px auto;text-align:center;}
.main_banner ul { width:100%;padding:0px; display:flex;justify-content:center;}
.main_banner li { position:relative;float:left;width:250px;padding-right:70px;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;}
.main_banner li:after {content:'';position:absolute;right:0px;top:62px; width:70px;height:2px;background:url('/html/images/common/main_banner_part.png') no-repeat; }
.main_banner li:last-child {width:180px;padding-right:0px;}
.main_banner li:last-child::after {display:none;}
.main_banner li a {display:block;padding-top:140px;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-position: 50% 0px !important;}
.main_banner li span {position:absolute;left:30px;top:5px;display:inline-block; width:120px;height:120px;border-radius:50%; border:1px #f9fafc solid;transition: all 0.2s ease;}
.main_banner li a:hover span {top:0px;border:1px #333 solid;}
.main_banner li h2 {position:relative;display:block;border-radius:0px;height:35px;line-height:35px;padding:0px 25px; font-size:20px;color:#333;font-weight:700;text-align:center; }
.main_banner li a:hover h2 {color:#000;}
.main_banner li.main_banner1 span {background:#f9fafc url('/html/images/common/main_banner1.png') no-repeat; }
.main_banner li.main_banner2 span {background:#f9fafc url('/html/images/common/main_banner2.png') no-repeat; }
.main_banner li.main_banner3 span {background:#f9fafc url('/html/images/common/main_banner3.png') no-repeat; }
.main_banner li.main_banner4 span {background:#f9fafc url('/html/images/common/main_banner4.png') no-repeat; }
.main_banner li.main_banner5 span {background:#f9fafc url('/html/images/common/main_banner5.png') no-repeat; }

/* main 추출 강의 스타일 */
.horizontal_wrap {position:relative;width:1200px;display:inline-block;overflow:hidden;}
.horizontal_wrap .horizontal_list {overflow:visible;width:1220px;display:inline-block;margin:0px -20px -30px 0px; }
.horizontal_wrap .horizontal_list li{background:#fff;text-align:center;padding:0px;height:auto;min-height:200px; width:calc(( 100% - 80px ) / 4 );border-radius:10px;margin:0px 20px 30px 0px !important;overflow:hidden;border:1px #eee solid;}
.horizontal_wrap .horizontal_list li.nodata{padding:0px;height:250px;line-height:250px;width:1200px;border:1px #eee solid;margin:0px 40px 30px 0px !important;}
.horizontal_wrap .horizontal_list li:hover {border:1px #333 solid;}
.horizontal_wrap .horizontal_list li.nodata:hover {box-shadow:none !important;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{position:relative;width:100%;height:auto; border:none;box-sizing:border-box;border-radius:9px 9px 0px 0px ;margin:0px;overflow:hidden;}
.horizontal_list span.img_box a{position:relative;display:block; height:0; padding-bottom:56.25%;border-radius:9px 9px 0px 0px ; }
.horizontal_list span.img_box > a > img{position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:9px 9px 0px 0px ; }
.horizontal_list .list_cont {display:block;width:100%; padding:25px 30px;box-sizing:border-box;}
.horizontal_list span.list_new {display:none;}
.horizontal_list span.list_subject{font-weight:700;font-size:20px;line-height:24px;height:auto;max-height:24px;color:#000;padding:0px;margin:0px 0px 20px 0px;text-align:left;
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.horizontal_list span.list_subtitle {display:block !important;height:44px;line-height:22px;font-size:15px;color:#666;padding:0px;margin-bottom:15px;text-align:left;
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_blt {font-size:16px; color:#666;font-weight:400;text-align:left;line-height:20px;margin:0px 0px 6px 0px;padding-left:25px;background: url('../images/common/icon_clock.png') 0% 50% no-repeat;}
.horizontal_list span.list_tutor {font-size:16px; color:#666;font-weight:400;text-align:left;line-height:20px;margin:0px 0px 6px 0px;padding-left:25px;background: url('../images/common/icon_tutor.png') 0% 50% no-repeat;}
.horizontal_list span.list_price {font-size:16px; color:#666;font-weight:400;text-align:left;line-height:20px;margin:0px 0px 6px 0px;padding-left:25px;background: url('../images/common/icon_price.png') 0% 50% no-repeat;}
.horizontal_list .list_btn {display:none;width:auto;font-weight:700;font-size:17px;line-height:50px;color:#000;padding:0px 33px 0px 20px;margin:0px auto;background:#00477f;}

.main_course_btn {width:330px;height:80px;line-height:78px;border:1px #333 solid;font-size:20px;color:#333;border-radius:50px;box-sizing:border-box;display:flex;justify-content:center;margin:50px auto 0px auto;}
.main_course_btn:hover {background:#333; color:#fff;}

.bgGray .horizontal_list .list_cont {height:170px;padding:20px !important;}

.main_gov {position:relative;width:100%;text-align:center;}
.main_gov ul {position:relative;width:1200px;height:260px;background:#fff;display:flex;justify-content:space-between; gap:20px;margin:0px auto;}
.main_gov li {width:100%}
.main_gov:before {content:'';position:absolute;left:0px;top:0px;width:50%;height:260px;background:#a1d1ff;z-index:-1;}
.main_gov:after {content:'';position:absolute;left:50%;top:0px;width:50%;height:260px;background:#ffe4a1;z-index:-1;}


/* 메인 컨텐츠 -  하단 영역 */
.square_wrap {margin:0px auto 0px auto; padding:0px 0px 120px 0px; box-sizing:border-box; width:100%;overflow: hidden;text-align:center;}
.square_wrap .main_board {display:flex; justify-content:space-between; gap:40px; float:none;position:relative;width:1200px;height:auto;margin:0px auto;padding:0px;border:none;box-sizing:border-box;}
.square_wrap .main_board .mboard {width:50%;margin:0px;}
.square_wrap .main_board .mboard_title {position:relative;display:inline-block;width:100%; height:35px;padding:0px; margin-bottom:20px;border:none;background:none;}
.square_wrap .main_board .mboard_title span {font-size:35px; display:block; width:auto !important;padding:0px; height:35px; line-height:35px;font-weight:600; text-align:left; background:none; color:#292830;border:none;box-sizing:border-box;  } 
.square_wrap .main_board .mboard_cont {padding:0px;margin:0px;border:none;border-top:1px #e6e6e6 solid;}
.square_wrap .main_board .mboard_more {position:absolute;right:0px;top:15px;display:inline-block;width:auto;height:20px;margin:0px;}
.square_wrap .main_board .mboard_more a {width:auto;height:20px;padding:0px 13px;background:url('../images/common/main_title_arrow.png') 100% 50% no-repeat;background-size:7px;color:#000;opacity:1}
.square_wrap .main_board .mboard_more a:hover {opacity:0.8;}

/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li{padding:0px;background:none;}
.list_top li a{display:block; position:relative; font-size:17px;line-height:50px;color:#000; border-bottom:1px #e6e6e6 solid; text-align:left;padding:0px 100px 0px 0px;background:none;box-sizing:border-box; overflow:hidden;white-space:nowrap; text-overflow:ellipsis }
.list_top li a .date {width:100px; position:absolute;right:0px;top:0px;height:50px;line-height:50px;font-size:17px;color:#888;text-align:right;letter-spacing:0em !important;}
.faq_top li{padding:0px;background:none;margin:0px;}
.faq_top li a{display:block; font-size:17px;line-height:50px; color:#000;border-bottom:1px #e6e6e6 solid; text-align:left;padding:0px 0px 0px 0px;background:url('../images/common/main_title_arrow.png') 100% 50% no-repeat; background-size:5px;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:#375088 ;margin-top:0px;}

.bgReview {background:#f9f9f9;padding-top:75px; }
.bgReview .main_title {display:flex;justify-content:center; font-weight:700;height:100px;line-height:60px;margin:0px;box-sizing:border-box;}
.bgReview .main_title:before {content:'';width:100px;height:100px; background:url('../images/common/main_review_titbg.png') 0% 100% no-repeat;margin-right:10px;}

.main_notice {position:relative;background:#f1f1f1; padding:30px; box-sizing:border-box;display:inline-block;width:100%;}
.main_gallery {width:calc( 100% + 30px );margin:0px -30px  0px 0px; display:inline-block;overflow:hidden;}
.main_gallery li {float:left;width:calc((100% - 90px) / 3); margin-right:30px;background:#fff;border-top:3px #0067a5 solid;}
.main_gallery li.nodata {width:calc(100% - 60px);padding:100px 40px;box-sizing:border-box;border:none; }
.main_gallery li .list_cont {display:inline-block; width:100%;padding:50px 40px 70px 40px;box-sizing:border-box; background:url('../images/common/main_gallery_more.png') 230px 155px no-repeat;}
.main_gallery li .img_box {position:relative;width:100%; height:0px;padding-bottom:60%;}
.main_gallery li .img_box a {display:block;position:absolute;left:0px;top:0px;width:100%;height:100%;}
.main_gallery li .img_box img {position:absolute;left:0px;top:0px;width:100%;height:100%;}
.main_gallery li span.list_subject{font-weight:700;font-size:22px;line-height:28px;height:56px;max-height:56px;color:#000;padding:0px;margin:0px 0px 10px 0px;text-align:left;
 display: -webkit-box; white-space:normal; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.main_gallery li span.list_date {font-size:16px; color:#666666;font-weight:400;text-align:left;line-height:20px;margin:0px;padding:0px;}
.main_gallery li:nth-child(3n-1) {border-top:3px #00b455 solid;}
.main_gallery li:nth-child(3n) {border-top:3px #f73270 solid;}
.main_gallery li:nth-child(3n-1) .list_cont {background:url('../images/common/main_gallery_more2.png') 230px 155px no-repeat;}
.main_gallery li:nth-child(3n) .list_cont {background:url('../images/common/main_gallery_more3.png') 230px 155px no-repeat;}


#main_review {position:relative;}
.main_review_inner {position:relative;width:1200px; display:inline-block; overflow:hidden;}
.review_main {position:relative; width:1220px; height:auto; display:inline-block;margin:0px -20px 0px 0px;text-align:left;}  
.review_main li {float:left; width:calc((100% - 80px) / 4);height:340px; margin:0px 20px 0px 0px;background:#fff;border-radius:0px; font-size:15px; color:#333; padding:30px 40px; text-align:left; vertical-align:top;border:1px #eee solid; }
.review_main li a {display:block; width:100%;overflow:hidden; }
.review_main li .review_course { display:block; font-size:15px;font-weight:700; color:#0091db; line-height:20px; margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.review_main li .review_title {display:block; font-size:20px;font-weight:700; color:#000; line-height:25px;height:50px;max-height:50px; text-align:left;margin:0px 0px	15px 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:inline-block;width:100%;font-size:16px; color:#999; line-height:20px;margin:0px 0px 25px 0px;text-align:left; }
.review_main li .review_name span {display:flex;justify-content:flex-end;float:none;padding:0px;color:#666;margin-bottom:6px;}
.review_main li .review_name span img {margin:2px 0px 0px 2px;}
.review_main li .review_name span.rn {display:flex;justify-content:flex-end;width:auto;float:none;padding:0px 0px 0px 20px;}
.review_main li .review_name span.rn:before {content:'';background: url('/html/images/common/rn_icon.png') 0% 50% no-repeat;width:20px;height:20px;}
.review_main li .review_cont { display:block; font-size:16px; color:#333; line-height:25px;height:125px;overflow:hidden;  }
.review_main li .review_cont p  { font-size:16px; color:#333; line-height:25px;}
.review_main li.nodata {width:1200px; text-align:center;padding:50px;line-height:200px;}

.arrow_left, 
.arrow_right {display:inline-block;position:absolute;top:0%;width:45px;height:45px;background-size:50% auto !important;border:1px #aaa solid; border-radius:50%;z-index:10;opacity:0.4;}
.arrow_left  {right:55px;background: url('../images/common/arrow_left2.png') 50% 50% no-repeat;}
.arrow_right {right:0%;background: url('../images/common/arrow_right2.png') 50% 50% no-repeat;}
.arrow_left:hover, 
.arrow_right:hover {opacity:0.9;}
.slick-arrow {display: block;}
.slick-disabled {display: none;}

.main_notice .arrow_left, 
.main_notice .arrow_right {top:50%; transform:translateY(-50%);width:70px;height:70px;background-size:50% auto !important;border:none; border-radius:50%;z-index:10;opacity:1;box-shadow:0px 0px 10px rgba(0,0,0,0.25);}
.main_notice .arrow_left  {left:-35px;background:#fff url('../images/common/arrow_left2.png') 50% 50% no-repeat;}
.main_notice .arrow_right {right:-35px;background:#fff url('../images/common/arrow_right2.png') 50% 50% no-repeat;}
.main_notice .arrow_left:hover, 
.main_notice .arrow_right:hover {opacity:1;}

#main_review .arrow_left, 
#main_review .arrow_right {top:20px; transform:translateY(0%);width:60px;height:60px;background-size:100% auto !important;border:none; border-radius:0%;z-index:10;opacity:1;}
#main_review .arrow_left  {left:0px;background: url('../images/common/review_arrow_left.png') 0% 50% no-repeat;}
#main_review .arrow_right {right:0px;background: url('../images/common/review_arrow_right.png') 100% 50% no-repeat;}
#main_review .arrow_left:hover, 
#main_review .arrow_right:hover {opacity:1;}


/* layout */
.main_wrap{position:static; width:100%;margin:0px auto;padding:0px 0px 50px 0px;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:1200px;margin:0px auto;}
.main_wrap .content_area {position:static;float:none;width:1200px;text-align:left;min-height:500px;margin:50px auto;padding:0px;}
.main_wrap .content_body {width:1200px;padding:0px;}

.content_title {display:none;color:#000;font-size:35px;font-weight:600;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:flex;justify-content:flex-start;width:1200px;text-align:left; }
.left_area .lnb_title{display:none;}
.left_area .lnb_list{display:flex;justify-content:flex-start; width:auto; margin:0px 0px 0px 0px;border:1px solid #dfdfdf;border-radius:10px;overflow:hidden;}
.left_area .lnb_list li{ float:left; width:auto;min-width:200px;border:none;margin-left:-1px;border-left:1px solid #dfdfdf;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{display:flex;display:block;font-size:19px;color:#000;text-align:center;background:#ffffff;border:none;font-weight:400; margin:0px;height:60px;line-height:60px;padding:0px 30px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.left_area .lnb_list li.on a{position:relative;color:#fff; background:#13629b;font-weight:600;margin:0px;height:60px; line-height:60px;}
.left_area .lnb_list li a:hover{color:#000; background:#f7f7f7s; }
.left_area .lnb_list li.on a:hover{color:#fff; background:#13629b; margin-top:0px; height:60px; line-height:60px; }
.left_area .lnb_list li:first-child{margin-left:0px;border-left:none;}

.path{position:absolute;width:100%;left:0%;top:0px;text-align:left;overflow:hidden;background:none;height:55px;z-index:10;border:none;border-bottom:1px solid #e0e0e0;}
.path_list{position:relative;width:1200px;display:flex; justify-content:flex-start;float:none;background:none;padding-left:20px;height:55px;margin:0px auto;text-align:left;}
.path_list:before {content:'';position:absolute;top:0%;left:0px;display:inline-block;width:35px;height:55px;text-align:center;background:url('../images/common/lnbHome.png') no-repeat 0px 50%;line-height:60px;}
.path_list li{position:relative;float:left;padding:0px 0px 0px 43px;background:none;margin-left:0px;font-size:16px;color:#666;line-height:55px;height:55px}
.path_list li,
.path_list li a,
.path_list li.last,
.path_list li.last a{color:#666}
.path_list li:after {content:'';position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:none; background:#ebebeb url('../images/common/lnbArrow.png') 50% 50% no-repeat;background-size:4px;opacity:1; border-radius:50%;}

.sub_top {position:relative; width:1200px; height:250px; padding:70px 0px 70px 0px; margin:0px auto; background:none; overflow:hidden; text-align:left;z-index:1;font-size:0px; box-sizing:border-box;}
.sub_top img { display:none;}
.sub_top h2 {display:inline-block;width:100%;padding:0px 0px 0px 130px;font-size:42px;font-weight:400;color:#000;line-height:130%; letter-spacing:-0.04em;box-sizing:border-box;}
.sub_top h2 b {font-weight:700;}
.sub_top1 h2 { background:url('../images/common/sub1_new.png') 0px 50% no-repeat; }
.sub_top2 h2 { background:url('../images/common/sub2_new.png') 0px 50% no-repeat; }
.sub_top3 h2 { background:url('../images/common/sub3_new.png') 0px 50% no-repeat; }
.sub_top4 h2 { background:url('../images/common/sub4_new.png') 0px 50% no-repeat; }
.sub_top5 h2 { background:url('../images/common/sub5_new.png') 0px 50% no-repeat; }
.sub_top6 h2 { background:url('../images/common/sub6_new.png') 0px 50% no-repeat; }
.sub_top7 h2 { background:url('../images/common/sub7_new.png') 0px 50% no-repeat; }
.sub_top8 h2 { background:url('../images/common/sub8_new.png') 0px 50% no-repeat; }
.sub_top9 h2 { background:url('../images/common/sub9_new.png') 0px 50% no-repeat; }

/* 리스트,웹진,갤러리 */
a.back_icon{width:35px;height:35px;display:inline-block;text-indent:-100000px; background: url('../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:5px 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:45px; border:1px #cccccc solid; }
.search_form .btn_search { height:45px; 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:3px;}
select.search_select { height:45px; line-height:45px; font-size:15px;}

.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 span.search_span {position:relative; border:1px #ddd solid !important;border-radius:4px;}
.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:45px; border:1px #cccccc solid; font-size:15px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:45px; line-height:45px;  font-size:15px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px #fff solid !important;margin:0 !important; padding:0 6px;width:180px;height:43px; line-height:41px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; }
.search_form_wrap1 .search_form .button.small {width:30px;height:41px;padding:0px;border:none;background:#fff url('../images/common/icon_search.png') 0% 50% no-repeat; background-size:20px auto; text-indent:-9999999px;margin:0px !important;}
.search_form_wrap1 .search_form .button.small:hover {background-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:flex;justify-content:center;padding:0px; margin:0px auto; } 
.search_form_wrap2 .search_form span {margin:0px !important;}
.search_form_wrap2 .search_form select.course_select {line-height:40px !important;height:40px !important;}
.search_form_wrap2 .search_form input[type=text], 
.search_form_wrap2 .search_form input[type=submit] {margin-left:5px; line-height:40px !important;height:40px !important;}
.search_form_wrap2 .search_form .button {width:42px;line-height:40px;border-radius:4px;background:#333 url('../images/common/icon_search_wh.png') 50% 50% no-repeat; text-indent:-9999px;}
.search_form_wrap2 .search_form .button:hover {background-color:#333 !important;}

.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:20px; text-align:center !important; background:#f7f7f7;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:45px !important; line-height:45px !important;border-radius:3px; margin:0 !important; }
.search_form_wrap3 .search_form .button.gray {width:45px;height:45px;padding:0px;border:1px #333 solid;background:#333 url('../images/common/icon_search_wh.png') 50% 50% no-repeat; background-size:20px auto; text-indent:-9999999px;}
.search_form_wrap3 .search_form span {margin:0px !important;}
.search_form_wrap3 .search_form input[type=submit] {margin:0px;}
.search_form_wrap3 .search_form .button {border-radius:3px;}

.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:3px;}


/* 갤러리형 강의 리스트 */
.course_gallery {border:none;border-top:1px solid #333;width:1220px;display:flex;flex-wrap:wrap;padding:30px 0px 0px 0px;margin:20px -20px -10px 0px;overflow:visible;}
.course_gallery li { float:left;position:relative; width:calc(( 100% - 80px ) / 4 ); height:auto !important;max-height: 700px !important; margin:0px 20px 30px 0px; border:0px #ededed solid;border-radius:0px; overflow:hidden !important;box-sizing:border-box; }
.course_gallery .cimg {position:relative;width:100%; height:0; padding-bottom:56.25%; border:1px #e8e8e8 solid;box-sizing:border-box;border-radius:10px;}
.course_gallery .cimg img {position:absolute;left:0px;top:0px; width:100%; height:100%;border-radius:10px; }
.course_gallery li:hover .cimg {border:1px #333 solid;}
.course_gallery .ccont { position:relative;padding:25px 10px;width:100%;height:auto;text-align:left;border:none;box-sizing:border-box;border-radius:0px;}  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .ctitle { display:block; font-size:20px;line-height:24px;height:24px;max-height:24px; color:#000; font-weight:700; margin:0 0 15px 0;padding:0px; 
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.course_gallery .ccont .csubtitle {display:block !important;font-size:15px; line-height:20px;max-height:40px; height:40px; font-weight:400;color:#666;padding:0px;  margin:0px 0px 13px 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 .cinfo {display:block;margin:0px 0px 6px 0px; float:none; font-size:16px; font-weight:400;color:#666;padding:0px;text-align:left;line-height:20px;padding-left:25px;background: url('../images/common/icon_clock.png') 0% 50% no-repeat; }
.course_gallery .ccont .ctutor {display:block;margin:0px 0px 6px 0px; font-size:16px; color:#666;font-weight:400;text-align:left;line-height:20px;padding-left:25px;background: url('../images/common/icon_tutor.png') 0% 50% no-repeat;}
.course_gallery .ccont .cprice {display:block;margin:0px 0px 6px 0px; position:relative;width:100%;text-align:left; font-size:16px;font-weight:400;padding:0px; border:none;padding-left:25px;background: url('../images/common/icon_price.png') 0% 50% no-repeat; }
.course_gallery .cbtn {display:flex; justify-content:center;position:relative;width:100%;text-align:center;background:none; height:60px;margin:0px;padding:0px; box-sizing:border-box;}
.course_gallery .cbtn .button.course{width:100px;height:35px;line-height:35px;padding:0px;margin:0px 4px;border-radius:10px; font-size:17px;}
.course_gallery .cbtn .button.gray {background:#f2f2f2; color:#333;}
.course_gallery .cbtn .button.gray:hover {background:#eee;}
.course_gallery .nodata { height:200px;width:calc(100% - 30px);margin:10px 30px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border:1px #dedede solid;box-shadow:none; }

/* 웹진형 강의 리스트 */
.course_webzine {border-top:0px solid #676767;width:100%;display:inline-block;margin:-10px 0px 10px 0px;overflow:visible;}
.course_webzine li {border:1px solid #dedede;height:220px;margin:30px 5px 0px 5px;border-radius:15px;box-sizing:border-box;overflow:hidden;}
.course_webzine li:hover  {border:1px #333 solid;}
.course_webzine .col_course_thumbnail {float:left;width:310px;height:180px;padding:0px; margin:20px;border-radius:10px;}
.course_webzine .col_course_thumbnail img{width:310px;height:180px;display:block;border-radius:10px;border:none;}

.course_webzine .col_course_name {float:left;width:600px;height:220px;padding:25px 0px 25px 10px !important; margin:0px;box-sizing:border-box;}
.course_webzine .col_course_name .ctitle {font-size:20px; line-height:25px;color:#000;font-weight:700; 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:-0.04em;}
.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:230px;height:220px;background:#f9f9f9 !important;padding:30px 20px; border:none; background:none;  text-align:center !important; box-sizing:border-box;}
.course_webzine .col_course_button span.ori_price {padding-right:0px;margin-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:16px; font-weight:bold; line-height:20px;text-align:right;}
.course_webzine .col_course_button td.cc_btn {height:56px;padding-top:20px; }
.course_webzine .col_course_button .button.course {width:100%;height:36px;line-height:34px;border:none;padding:0px;margin-top:5px;box-sizing:border-box;}
.course_webzine .nodata { height:200px;width:100%;margin:20px 0px 0 0px;text-align:center;font-size:18px;line-height:200px;padding:0px;box-sizing: border-box;border:none;border:1px #dedede solid;box-shadow:none;box-sizing:border-box; }
.course_webzine span.pment { display:inline-block;padding:0px;line-height:17px;}


/* 강의 상세보기 */
.content_title_course {font-weight:700;color:#000000;font-size:35px;height:auto;line-height:40px;padding-bottom:30px;text-align:left; border:none;margin-bottom:0px;}
.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:auto;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:left;overflow:hidden;padding-top:30px; 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:right;width:auto;display:inline-block;overflow:hidden;padding-top:40px}
.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('../images/common/icon_facebook.png') no-repeat;}
.course_info .sns_btn li a.btn_kakaostory {background:url('../images/common/icon_kakaostory.png') no-repeat;} 
.course_info .sns_btn li a.btn_naver { background:url('../images/common/icon_naver.png') no-repeat;}

.sns_btn .btn_kakao{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_kakao.png') no-repeat;}
.sns_btn .btn_qna{ display:block; width:30px; height:30px; text-indent:-99999px; background:url('../images/common/icon_qna.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}


/* 도서 목록 */
.type_grid{border:none;border-top: 1px solid #333;}
.type_grid .list_grid{overflow:hidden;display:flex;flex-wrap:wrap;margin:30px -30px 0px 0px;border:none;}
.type_grid .list_grid li{ width:calc(( 100% - 120px ) / 4);margin:0px 30px 30px 0px;height:auto;text-align:left;}
.type_grid .list_grid li .grid_text {padding:0 0 0 0;}
.type_grid .list_grid li .grid_img{position:relative;width:250px;height:333px;border:1px solid #d3d3d3;border-radius:15px;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .grid_img img{position:absolute;left:0px;top:0px;width:100%;height:100%}
.type_grid .list_grid li .product_img{position:relative;width:280px;height:280px;border:1px solid #d3d3d3;border-radius:15px;margin-right:0px;overflow:hidden;}
.type_grid .list_grid li .product_img img{position:absolute;left:0px;top:0px;width:100%;height:100%}
.type_grid .list_grid li .grid_title a {display:block;padding:15px 0 10px 0;font-size:20px;line-height:30px;color:#000;font-weight:bold;}
.type_grid .list_grid li .grid_author{margin-top:2px;font-size:15px;line-height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_grid .list_grid li .grid_price{color:#e2450e;font-weight:bold;font-size:16px;display:block; margin:5px 0 10px 0;}
.type_grid .list_grid li.nodata { float:none; width:100%; margin:0 0 0 20px; padding:0; border:0; text-align:center;height:200px; line-height:200px;  font-size:18px; }

/* 테이블 */
.table {border-top: 1px solid #ddd}
.table thead th {padding:20px;}
.table tbody td {padding:20px}
.table.type-view tbody th{padding:20px 0 20px 20px;}
.table.type-view tbody td{padding:20px 0 20px 20px ;}
.table.type-list thead th{padding:20px 0;}
.table.type-list tbody td{padding:20px 0;}
.table.type-list tbody td{padding:20px 0;}
.table.striped tbody tr:nth-child(odd) td, 
.type_list tbody tr:nth-child(odd) th{background:none !important;}
.type_chart strong.ctitle {height:auto;display:block; margin:10px 0px}
.type_chart strong.ctitle a {font-size:30px; line-height:40px;color:#000;font-weight:700;;padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.type_chart .ct_text  {line-height:150%;}
.type_chart .book_img img {border:1px solid #d3d3d3;border-radius:10px;}
.type_chart .product_img img {border:1px solid #d3d3d3;border-radius:10px;}

/* 도서 상세보기 */
.book_infomation{margin-bottom:50px;}
.book_infomation .info_img{width:400px;float:left;margin-right:40px;text-align:center}
.book_infomation .info_img img{width:400px;height:auto;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:20px;}
.book_infomation .info_text{float:right; width:700px;}
.book_infomation .info_btn{overflow:hidden;padding-top:40px}
.book_infomation .info_btn li{float:left;margin-left:0px}
.book_infomation .book_qty {width:80px; border:1px solid #ddd; padding:0; height:30px; line-height:30px; font-size:13px; text-align:center; box-sizing:border-box;}
.book_foot{margin-top:10px}

.type_table{border-top: 1px solid #676767}
.type_table thead th{padding:13px 0;color:#000;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767;text-align:center;}
.type_table tbody th{padding:13px 0 13px 13px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:13px 0 13px 13px ;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 tbody td.nodata {padding:40px 0px;}
.type_table.type_inner{border:none;border-top:0px dashed #d1d1d1; font-size:17px;padding:0px 0px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:12px 0px;background-color:#ffffff;border-bottom:0px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:12px 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:#ff7700;}
.search_result .course_info {margin-bottom:0px;}


/* 라벨 */
.label{font-size:12px;padding:0 4px;font-weight:normal;vertical-align:1px;display:inline-block;height:20px;line-height:20px;letter-spacing:-0.04em;}
.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:-0.04em;}

/****** 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:6px;
	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.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: #333;border:1px solid #ddd;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:6px; 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:6px; 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: #2193ae;color: #fff;border:1px solid #2193ae}
.button.blue:hover{background-color: #127991}
.button.green{background-color: #2193ae;color: #fff;border:1px solid #2193ae}
.button.green:hover{background-color: #127991}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #f05927;color: #fff;border:1px solid #f05927}
.button.orange:hover{background-color: #c34c27}
.button.red{background-color: #2193ae;color: #fff;border:1px solid #2193ae}
.button.red:hover{background-color: #127991}
.button.gray{background-color: #eee;color: #333;border:1px solid #eee}
.button.gray:hover{background-color: #ddd}
.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:280px;border-radius:10px; padding:0; text-align:center; height:55px; line-height:53px; font-size:22px; color:#ffffff; font-weight:bold; background:#2193ae; border:1px #2193ae solid;}
.button.btn_buy:hover {background:#127991;}
.button.btn_cart { width:245px;border-radius:10px;padding:0; margin-right:10px; text-align:center; height:55px; line-height:53px; font-size:22px;color:#333; font-weight:bold; background:#f2f2f2; border:1px #f2f2f2 solid;}
.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:#467fd7; border:none;}
.button.btn_refund:hover {background:#25282b;}
.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;}

.tab_tt {width:100%;display:inline-block;height:auto; box-sizing:border-box;border:none !important;margin-bottom:30px; border-bottom:1px #333 solid !important;background:none;}
.tab_tt li {float:left;display:inline-block;position:relative;width:auto !important; padding:0px;height:60px; border:none !important; border-bottom:0px #dedede solid !important;background:none; margin-bottom:-1px;}
.tab_tt li:before {content:'';position:absolute;right:10px;top:50%; transform: translateY(-50%); width:1px;height:13px;background:#ccc;}
.tab_tt li:last-child::before {display:none;}
.tab_tt li a{display:block;font-weight:700; font-size:20px; height:60px; line-height:60px;  margin-right:25px;padding:0px 5px; color:#666; border:none !important; background:none;text-align:center;box-sizing:border-box;}
.tab_tt li.on a{position:relative;width:auto;height:60px; line-height:60px; padding:0px 5px;color:#000; border-bottom:3px #0067a5 solid !important;font-weight:700;background:none;}
.tab_tt li:first-child a{border:none !important;}
.tab_tt li:first-child.on a{border-bottom:3px #0067a5 solid !important;}

.tab_cview{height:60px;border:none;box-sizing:border-box;margin-top:90px;}
.tab_cview li{height:60px}
.tab_cview li a{line-height:58px;font-size:20px;color:#777;border:1px #dedede solid;border-bottom:1px #333 solid;background:none;box-sizing:border-box;}
.tab_cview li.on a{background-color:#fff;color:#000;font-weight:600;border:1px solid #333;border-bottom:1px #fff solid;;height:60px;line-height:58px;}

.tb_box .review_list { border:none !important; }
.tb_box .review_list li { position:relative;padding:30px;border:1px solid #e2e2e2 !important;border-radius:10px; }
.tb_box .review_list li.no { border-top:0 none; text-align:center; margin:30px; }
.tb_box .review_list li .tx_info .com_writer { float:left;font-size:18px;color:#000; font-weight:bold; }
.tb_box .review_list li .tx_comment { margin-top:10px; display:block;width:100%;height:75px;line-height:25px;font-size:16px; }
.tb_box .review_list li .tx_reg_date { color:#999999; font-weight:normal;font-size:15px; margin-left:15px;}
.tb_box .review_pagebar { margin-top:20px; }
.review-ltem {height:50px;overflow:hidden;}
.review-more {position:absolute;left:50%;transform:translateX(-50%);top:auto;bottom:0px;}
.review-more > div > button {background:#f7f7f7;}

/* 게시판 탭 관련 */
.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_list {border-top: 1px solid #000000}
.type_list thead th{border-bottom: 1px solid #dedede; background:#f7f7f7;padding:20px 0;color:#222222;white-space:nowrap;font-size:18px;font-weight:600;}
.type_list tbody td{border-bottom: 1px solid #dedede;padding:15px 0;font-size:17px;}
.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:80%;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:17px; font-weight:bold; 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:700;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;}

/* 갤러리 게시판 */
.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 {margin-top:10px; font-size:18px;line-height:140%;margin-bottom:10px;color:#222222;font-weight:700;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 {border-bottom:1px solid #dedede;}
.type_read thead th{padding:20px 0;background-color:#fff;color:#000;font-size:25px; font-weight:bold;}
.type_read thead td{padding:20px 0;background-color:#fff;color:#666;font-size:17px;}
.type_read thead td.subject{padding-left:0px;font-size:25px;font-weight:bold;color:#000;}
.type_read td.files{padding-left:10px}
.type_read thead td.view_info{text-align:left;padding:0px 0px 15px 0px;}
.type_read tbody td{border-bottom:1px solid #dedede;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; }

.read_page{margin-top:40px;border-top:1px solid #dedede;border-bottom:1px solid #dedede}
.read_page td{padding:15px 0}


.tb_review tbody th{padding:10px;background-color:#f6f6f6;color:#000;font-weight:700;  text-align:center;font-size:15px;}
.tb_review tbody td{padding:10px;font-size:15px;}

.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:700;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}


/* 페이징 */
.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 #ddd solid;margin:0px 2px; border-radius:3px; }
.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 #ddd solid; margin:0px 2px;border-radius:3px;}
.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 #ddd solid;margin:0px 7px 0px 2px ;border-radius:3px; }
.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 #ddd solid; margin:0px 2px 0px 7px;border-radius:3px;}
.page_box li div.page_seperator{display:none}
.page_box li .page_number_btn_on	{background-color:#ffffff; color:#467fd7; font-weight:700; 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:#467fd7;width:30px; height:36px;border:none;line-height:36px}

.cv .page_title{font-size:30px;font-weight:600;color:#000000;line-height:110%;padding-left:0px;background:none;margin:40px 0px 20px 0px;}
.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; color:#000;font-weight:700;background-color:#f8f8f8;border-bottom:1px solid #d1d1d1;text-align:center;}
.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:0px solid #e2e2e2;margin-top:-25px;}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #e2e2e2}
.faq dt{width:100%;font-weight:700;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}


/* 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('../images/common/ipt1_id2.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('../images/common/ipt1_pw2.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:700; color:#7a7a7a; }
.log_area .ip_submit{float:none !important;margin:0px 0px 0px 0px}
.id_save { padding:15px 0px; font-size:15px; font-weight:700;}

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#495057}
.login_box .ip_tx a{color:#e2450e ;font-weight:700}
.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.04em; 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 {border-radius:5px; width:180px !important;font-size:15px; line-height:32px;}

.button.btn_login{ font-weight:700;padding:0px;border-radius:10px;;font-size:20px;background:#2193ae;color: #fff;border:none;width:500px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#127991;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-size:16px;font-weight:700; }
.join_normal .board.btn .button.gray{background:#3c569d;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-size:16px;font-weight:700; }
#buttonArea .board.btn .button.gray{background:#3c569d;color:#fff; border:none; }
#buttonArea .board.btn .button.white{background:#aaa;color:#fff; border:none;}
#buttonArea .board.btn .button.red {background:#3c569d;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{color:#000;font-size:24px;font-weight:600;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-weight:700;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;}
p.check { margin-bottom:10px;}

.find_subtitle {font-size: 18px;color: #000;font-weight:700;}

.privacy { line-height:150%; }
.privacy h2{font-weight:bold;font-size:24px;margin-top:40px;color:#0167a5;}
.privacy h3{font-weight:bold;font-size:20px;margin-top:40px;color:#0167a5;}
.privacy dl{padding-left:5px;margin-top:15px; font-size:17px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:17px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:17px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:17px;}
.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 { border-top:1px #dedede solid;border-left:1px #dedede solid; margin-top:10px; }
.privacy th { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; }
.privacy td.tac { text-align:center; }

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

.terms { margin-top:-20px;line-height:150%;}
.terms h2{font-weight:bold;font-size:24px;margin-top:40px;color:#0167a5;}
.terms h3{margin-top:20px;font-weight:bold;font-size:20px;color:#0167a5;}
.terms .depth1 li{line-height:150%; font-size:17px;}
.terms .depth1{margin-top:10px;padding-left:0;float:none}
.terms .depth2{padding-left:15px; font-size:17px;}
.terms .depth3{padding-left:24px; font-size:17px;}

.refund  {margin-top:-20px;line-height:150%;}
.refund h3 {font-weight:bold;font-size:20px;color:#0167a5;margin-top:40px;}
.refund .depth1 li { line-height: 150%; font-size:17px; margin-bottom:15px;}
.refund .depth2 li {  margin-bottom: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: #00477f;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-weight:700;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:16px;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('../images/common/dot.png') 4px 50% no-repeat;white-space:nowrap; overflow:hidden;text-overflow:ellipsis;}


/* 마이페이지 수강후기 */
.tab_tt1 li{width:50%;}
.tab_tt2 li{width:33.3%;}
.course_tab { display:inline-block;width:100%; height:auto; margin-bottom:0px; float:left;}


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

.greeting {background:none;}
.greeting h2 {background:none;}

/* 서브 상단 문구 */
.sub_topbox {width:100%;margin-bottom:60px; text-align:left;background:#fff;padding:0px 0px 50px 0px ;border-bottom:2px #333 solid;overflow:hidden;}
.sub_topbox h2 {font-size:42px;line-height:140%;font-weight:700;color:#000 !important; padding:0px;margin:0px;}
.sub_topbox h2 span {color:#0167a5;font-weight:700;}
.sub_topbox p {font-size:24px !important;font-weight: 400;line-height:150% !important; color:#000 !important;padding:0px; margin-top:10px;box-sizing: border-box;border-radius:8px;}

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

/* 근로자카드 */
.worker1 { width:100%; height:auto; border:1px #ddd solid;background:url('../images/common/worker1_2.png') 60px 60px no-repeat;background-size:400px auto !important;display:inline-block;margin-top:0px; padding:60px 60px 60px 520px; border-radius:20px;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('../images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#0167a5; 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:700;box-sizing:border-box;}
.worker1 a.oepncard {margin-right:10px; background:#009bb9;}
.worker1 a.btn_bule {line-height:50px; background:#000;}

.worker2 {position:relative; width:1200px; height:auto; border:1px #dedede solid; display:inline-block;border-radius:20px; margin-bottom:70px;box-sizing:border-box;padding-left:300px; }
.worker2 h2 { position:absolute;left:0px;top:50%;transform:translateY(-50%); width:300px; font-size:18px; font-weight:700; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#0167a5;}
.worker2 h2 small { font-size:15px; }
.worker2 ul { 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('../images/common/dot.png') 0px 10px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; padding:0px 80px 30px 230px; display:inline-block;background:url('../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 50px 0px; text-align:left;box-sizing:border-box; }
.worker3  .worker3_sub.worker3_sub_1 {padding-top:40px}
.worker3  .worker3_sub h2 { font-size:22px; font-weight:700; color:#000; line-height:30px; }
.worker3  .worker3_sub ul { margin:10px 0px 10px 0px; height:75px; }
.worker3  .worker3_sub li {font-size:17px; font-weight:300; color:#666; line-height:28px; padding-left:10px; background:url('../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('../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:700; border:none; background:#009bb9; 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:#0167a5; }

.worker_noti{margin:50px 0px 30px 0px; padding:0px; }
.worker_noti .noti_box{padding:40px; border:1px solid #e5e5e5; background:#fff;border-radius:20px;}
.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:700; line-height:130%; text-align:center;background:#0167a5; 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('../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-size:18px;font-weight:700;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('../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('../images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:190px; background:url('../images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('../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;background:#0167a5 !important;}

.owner2 { display:inline-block; }
.owner2 li { float:left; width:270px; height:255px; border:1px #e2e2e2 solid;background:#fff; text-align:center;padding-top:20px; margin-bottom:30px; border-radius:10px; margin-right:30px;overflow:hidden;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 {width:auto;display:inline-block; text-align:center; font-size:12px; color:#ffffff; font-weight:700;padding:0px 20px; line-height:25px; background-color:#0167a5; border-radius:30px;}
.owner2 li h2 { width:100%; margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:bold; line-height:40px; padding-bottom:10px;background-color:#fff; border-bottom:1px #e2e2e2 dashed;}
.owner2 li p { font-size:16px; font-weight:normal; color:#666; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#0167a5;}
.owner2 li.arrow { width:30px; height:345px; background:url('../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('../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('../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('../images/common/owner3_1.png') 25px 50% no-repeat; }
.owner3_2 { background:#fff url('../images/common/owner3_2.png') 25px 50% no-repeat; }
.owner3_3 { background:#fff url('../images/common/owner3_3.png') 25px 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:#0167a5; color:#fff;}
.owner6 > div > table tr td {padding:15px;}
.owner6 > div > table tr td:first-child {background-color: #f4f4f4;}


.cs_help1 { background:#417bbe url('../images/common/cshelp1_bg.png') 100% 50% no-repeat; padding:40px;border-radius:10px 10px 0px 0px; }
.cs_help1 h2 { font-size:33px; font-weight:700; 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-size:20px; font-weight:700; 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('../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('../images/common/cs_help3_1.png') 50% 55px no-repeat; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_2 { background:#fafafa url('../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('../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:700; 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-size:20px; font-weight:700; color:#000000; line-height:130%; background:url('../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('../images/common/cs_down2_guide.png') 20px 50% no-repeat; }
.cs_down2 li.cs_down2_1 { background:url('../images/common/cs_down2_1.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('../images/common/cs_down2_2.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('../images/common/icon_explorer.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('../images/common/cs_down2_4.png') 0px 0px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('../images/common/icon_acrobat.png') 0px 0px no-repeat; }

.cs_remote1 { background:#e6f0fd url('../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:600; color:#000; line-height:35px; margin-bottom:20px; }
.cs_remote1 p { font-size:15px; font-weight:normal; color:#666; 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('../images/common/support1_2.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_2 { background:url('../images/common/support1_3.png') center 11% no-repeat; }
.cs_remote2 li.cs_remote2_3 { background:url('../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:700; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('../images/common/support1_5.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_2 { background:url('../images/common/support1_6.png') 0px 50% no-repeat; }
.cs_remote3 li.cs_remote3_3 { background:url('../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:#0167a5; }


.sub_title {position:relative;font-size:35px;line-height:110%;font-weight:700;color:#000 !important; padding:0px 0px 0px 0px;margin-bottom:20px;text-align:left;}

/* 모사답안 처리기준 */
.cheating_ {margin-bottom:30px;}
.cheating_:first-child {margin-top:30px;}
.cheating_ ul {margin-bottom:70px;}
.cheating_ li {margin-bottom:10px;}
.cheating_ p {display:block;font-size:17px; color:#666; margin-top:10px;line-height:180%;word-break:keep-all;letter-spacing:-0.02em !important;}
.cheating_ h3 {position:relative;font-size:30px;line-height:110%;font-weight:700;color:#000 !important; padding:0px 0px 0px 0px;margin-bottom:20px;}

.stitle {position:relative;font-size:30px;line-height:110%;font-weight:700;color:#000 !important; padding:0px 0px 0px 0px;margin-bottom:20px;text-align:left;}
.sstitle { font-size:20px; font-weight:bold; color:#00477f; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:17px; color:#666; line-height:180%; margin-bottom:70px;  }
.scont span {  color:#00477f; }
ul.scont { font-size:17px; color:#666; line-height:180%; margin-bottom:70px;  }
ul.scont li { font-size:17px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('../images/common/dot.png') 0px 10px no-repeat; letter-spacing:-0.02em !important;}

.sub_content h3 {position:relative;font-size:30px;line-height:110%;font-weight:700;color:#000 !important; padding:0px;margin-bottom:20px;}
.sub_content ul {margin-bottom:70px;}
.sub_content ol {margin-bottom:70px;}
.sub_content li {font-size:17px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;letter-spacing:-0.02em !important;}
.sub_content p {font-size:17px; color:#666; margin-top:15px;line-height:180%;word-break:keep-all;letter-spacing:-0.02em !important;}
.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;}

/* 2019-04-15 common */
.tc{text-align:center;}

.mt50{margin-top:50px;}

.scont_img {width:100%; text-align:center;}
.scont_img img  {max-width:100%;}

.greeting_scont { font-size:17px; color:#666; line-height:180%; margin-bottom:120px;  }
.greeting_scont p {font-size:18px; color:#333; line-height:30px;margin-bottom:30px; letter-spacing:-0.02em;}
ul.greeting_scont { font-size:17px; color:#666; line-height:180%; margin-bottom:70px;  }
ul.greeting_scont li { font-size:17px; font-weight:normal; color:#666; line-height:180%; padding-left:10px; background:url('../images/common/dot.png') 0px 10px no-repeat; letter-spacing:-0.02em !important;}

.greeting_img {margin-top:50px;;}

.greeting1 {width:100%;display:flex;}
.greeting1 .gt1_img {width:auto;margin-right:70px}
.greeting1 .gt1_cont {width:100%;display:inline-block;margin-top:30px}
.greeting1 .gt1_cont h2 {font-size:40px;line-height:60px;color:#000; margin-bottom:60px;font-weight:300;}
.greeting1 .gt1_cont h2 b {font-weight:bold;}
.greeting1 .gt1_cont a {width:400px;display:flex;height:60px;line-height:60px;padding:0px 40px;margin-bottom:10px;font-size:20px;color:#000;border:1px #ddd solid;border-radius:10px; background:url('../images/common/btn_arrow.png') center right 30px no-repeat;}
.greeting1 .gt1_cont a:hover {border:1px #333 solid;}

.organ {width:100%; margin-bottom:70px;}
.history {width:100%;padding-left:80px;box-sizing:border-box;}
.history ul {width:100%;position:relative;display:inline-block;}
.history ul:before {content:'';position:absolute;left:0px;top:11px;width:2px;height:calc(100% - 55px);background:#eeeeee;}
.history li {margin-bottom:30px;width:100%;padding-left:190px;display:flex;box-sizing:border-box;position:relative;}
.history li h1 {position:absolute;left:40px;top:0px;font-size:35px;font-weight:bold;line-height:35px;color:#000;width:150px;}
.history li h1:before{content:'';position:absolute;left:-45px;top:11px;width:12px;height:12px;border-radius:50%;background:#000;}
.history li div {display:block;}
.history li p {font-size:18px;line-height:35px;color:#000;}


/* 오시는길 */
#location {width:100%;}
#location .map_info {width:100%;overflow:hidden;margin-top:20px;}
#location .map_info h3 {float:left;padding-right:40px;font-weight:600;font-size:24px;color:#333;}
#location .map_info ul {width:100%;display:flex; justify-content:space-around;gap:30px;}
#location .map_info li {position:relative;width:100%;background:#f9f9f9;border:1px #ddd solid;box-sizing:border-box;border-radius:10px;overflow:hidden;}
#location .map_info li h2 {width:100%;display:flex;justify-content:center;font-weight:600;font-size:25px;background:#fff;color:#000;padding:20px 0px;line-height:40px;box-sizing:border-box;text-align:center;}
#location .map_info li h2 img {width:40px;height:40px; margin-right:5px;}
#location .map_info li div {width:100%;box-sizing:border-box;padding:35px 50px;}
#location .map_info li div p {margin-bottom:20px;font-size:16px;color:#333; line-height:150%;}
#location .map_info li div p b {display:block;font-size:18px;color:#333;margin-bottom:5px;}

#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;}

table.voucher {width:100%;border:none !important;}
table.voucher tbody {border-left: 1px #dedede solid !important;}
table.voucher thead {border-radius:15px 15px 0px 0px !important; overflow:hidden !important; }
table.voucher thead th {background:#2193ae !important; color:#fff !important; border:none !important;}
table.voucher thead th:first-child {border-radius:15px 0px 0px 0px !important;}
table.voucher thead th:last-child {border-radius:0px 15px 0px 0px !important;}

.voucher_faq {width:100%;}
.vfaq {width:100%;border:1px #d6d7d7 solid; border-radius:20px;padding:30px 40px;box-sizing:border-box; margin-bottom:20px;transition: all 0.2s ease}
.vfaq dt {position:relative;font-size:24px;font-weight:600;color:#000;line-height:30px;padding:5px 0px 5px 45px;transition: all 0.2s ease}
.vfaq dt:before {content:'Q'; position:absolute; left:0px;top:4px;width:32px;height:32px; line-height:32px;border-radius:50%;background:#13629b;color:#fff;font-size:18px;font-weight:bold;text-align:center;}
.vfaq dd {display: none;font-size:17px;color:#666;line-height:30px;padding:5px 0px 5px 45px;transition: all 0.2s ease}

.vfaq.vfaq_top {border:5px #e7edf2 solid;background:#fbfbfb; }
.vfaq.vfaq_top  dt {padding:5px 0px;}
.vfaq.vfaq_top  dt span {color:#e94f4f;}
.vfaq.vfaq_top  dt:before {display:none;}
.vfaq.vfaq_top  dd {display: block;padding:5px 0px;}

.voucher1 .btn_box{width:100%;display:flex; margin:25px 0 0px 0px;text-align:center;}
.voucher1 a{width:300px; height:80px;padding:15px 10px;line-height:50px;margin:0px auto;text-align:center; font-size:17px; color:#ffffff;border-radius:5px; font-weight:700;box-sizing:border-box;}
.voucher1 a.oepncard {background:#009bb9;}
.voucher1 a.btn_bule {line-height:50px; background:#000;}
