<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('/html/fonts/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); /* Open Sans */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900'); /* Roboto */
@import url('/html/css/main.css');
@import url('/html/css/sub.css?t=111');

.ver_pc {}
.ver_mob { display:none;}

.hide { display:none; }

/****** basic style ******/
html,body{margin:0;padding:0;height:100%;}
body{font:16px/20px "Noto Sans KR", "맑은 고딕","AppleSDGothcNeo","AppleGothic", sans-serif; color:#666;overflow-y:scroll;line-height:1.6em;font-smoothing: antialiased;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}


/* 숨김영역 */
#accessibility, #accessibility_footer, hr, legend { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
caption { display:none; }
.hidden {display:none;}
.blind {width:1px;height:1px;overflow:hidden;position:absolute;top:-9999em;left:-9999em;display:block;text-indent:-9999em;font-size:0px;line-height:0;}
.wblind {width:1px;height:1px;overflow:hidden;font-size:0;line-height:0;text-indent:-9999em;}/* 크롬에서 col width 값 안먹는 문제 대응 */

/* float 속성 초기화 */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/

/* 이미지 인풋등 세로중앙정렬 */
input, textarea, select, img { vertical-align: middle; }
input, textarea, select { font-family:inherit; }

/* 공통 */
.s_font { font-size:0.8em;}
.ss_font { font-size:0.7em;}
.b_font {font-size:1.5em;}
.b_font2 {font-size:1.2em;}
.b__font {font-size:1.5em;letter-spacing:-1px;}
.font_star { font-weight:600; color:#f04159; font-family:'verdana';}
.font_em { color:#f04159 !important;}
.font_em2 { color:#f04159 !important; font-weight:600;}
.font_bold { font-weight:600;}
.black_bold { font-weight:600; color:#333;}

.font_s_big {text-align:left;}

.txt_green {color:#24cb1d}
.txt_gray {color:#8a8a8a}
.txt_dgray {color:#555}
.txt_black {color:#000}
.txt_orange {color:#f67e0d}
.txt_blue {color:#004084}
.txt_blue2 {color:#4482e8;}
.txt_pink {color:#eb008b}

.width10 {width:10%;}
.width20 {width:20%;}
.width25 {width:25%;}
.width30 {width:30%;}
.width35 {width:35%;}

.mg20 { margin:20px !important;}
.mg40 { margin:40px !important;}
.mgT10 { margin-top:10px !important;}
.mgT20 { margin-top:20px !important;}
.mgT30 { margin-top:30px !important;}
.mgT40 { margin-top:40px !important;}
.mgT50 { margin-top:50px !important;}
.mgT60 { margin-top:60px !important;}
.mgL10 { margin-left:10px !important;}
.mgL20 { margin-left:20px !important;}
.mgL25 { margin-left:25px !important;}
.mgL30 { margin-left:30px !important;}
.mgL35 { margin-left:35px !important;}
.mgL40 { margin-left:40px !important;}
.mgL60 { margin-left:60px !important;}
.mgR20 { margin-right:20px !important;}
.mgR30 { margin-right:30px !important;}
.mgB10 { margin-bottom:10px !important;}
.mgB20 { margin-bottom:20px !important;}
.mgB30 { margin-bottom:30px !important;}
.mgB40 { margin-bottom:40px !important;}
.txL { text-align:left !important;}
.txC { text-align:center !important;}
.txR { text-align:right !important;}
.poR { position:relative !important;}
.bdT1 { border-top:1px solid #efefef;}
.pdT10 { padding-top:10px !important;}

.bgc_g1 {background-color:#dfe7e9;}
.bgc_g2 {background-color:#f5f5f5;}
.bgc_o {background-color:#ff8328;}
.bgc_b {background-color:#4482e8;}
.bgc_gr {background-color:#1ab01e;}

/*
#header { position:absolute; top:0; left:0; width:100%;height:auto; background:#fff; z-index:1000 !important;border-bottom:1px solid #d9d9d9;overflow:inherit;}
#header h1 { position:absolute; top:13px; left:0;width:300px;}
#header h1 img {margin-top: 0px;max-width:250px; image-rendering: -webkit-optimize-contrast;}
#gnb {position:relative; top:0px; width:100% !important;background-color:#f3f3f3;height:35px;font-size:0.8em;}
#gnb ul {margin:0 auto;max-width:1400px;padding-top:7px;text-align:right;}
#gnb li {display:inline-block;}
#gnb li a {padding:0 7px;color:#8d8d8d;text-align:center;border-right:1px solid #8d8d8d;-moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease;}
#gnb li:last-child a {border-right:0px;}

#lnb { position:relative; margin:35px 0 0 0; float:right; }
#lnb .lnb_wrap { position:relative; overflow:hidden; visibility:hidden; height:280px;}
#lnb .lnb_wrap &gt; ul &gt; li { float:left; }
#lnb .lnb_wrap &gt; ul &gt; li &gt; a { font-family:"noto_sans";display:inline-block; margin:0 30px 20px 60px; font-size:18px; color:#393939; line-height:36px; font-weight:600;letter-spacing:-2px;border-bottom:3px solid #fff;-webkit-transition: border 0.3s, opacity 0.3s, -webkit-transform 0.3s;-moz-transition: border 0.3s, opacity 0.3s, -moz-transform 0.3s;transition: border 0.3s, opacity 0.3s, transform 0.3s;}
#lnb .lnb_wrap &gt; ul &gt; li.current &gt; a, 
#lnb .lnb_wrap &gt; ul &gt; li.actived &gt; a { color:#333; border-bottom:3px solid #333;}
#lnb .lnb_ssub li a { display:inline-block; color:#666; padding:2px; margin:0 0 2px 60px;letter-spacing:-1px;}
#lnb .lnb_ssub li a:hover { color:#4482e8;}

.lnb_bg { width:100%; height:100%; position:fixed; left:0; top:0;  background:rgba(0, 0, 0, 0.8); z-index:10; display:none; }

#wrap { width:100%; min-width:1400px; overflow-x:hidden;}
.wrap_box {width:1400px; margin:0 auto; position:relative;}



.menu {position:relative;width:100%;}
.menu .nav {position:relative;width:100%;background:#677eab;}
.menu &gt; div nav a {position:relative;display:block;font-size:1.2em;padding:15px 0;color:#fff;}
.menu &gt; div nav a:hover:before {width: 100%;}
.menu &gt; div nav ul {max-width:1200px;margin:0 auto;height:53px;}
.menu &gt; div nav li {float:left;width:25%;text-align:center;}


header #search-wrap,header .all,header .search,.close,.menu &gt; div &gt; div,h2 {display: none;}
.menu &gt; div nav ul ul {display: none;}


@keyframes quick {
    0% {color:#fff;}
    50% {color:#faf71c;}
    100% {color:#fff;}
}
*/

#back-top {z-index:100;  position: fixed; bottom:15px;right:20px;}
#back-top a { width:40px;height:40px;display: block;text-indent:-9999px;background: #4482e8 url(../images/common/btn_top.png) no-repeat center;background-size:20px;border-radius: 100%;-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;transition: all 0.7s ease;}
#back-top a:hover { color: #000;}



#wrap {position:relative;padding-top:130px;margin:0px;width:100%;min-width:1500px;border:none;}
#wrap_main {position:relative;padding-top:180px;margin:0px;width:100%;min-width:1500px;background:#fff;}
#header.custom_header {position:absolute;left:0;top:0;height:130px;width:100%;border:none !important;background: #fff;margin:0px;padding:0px;border-bottom:1px #dedede solid;}
#header.custom_header .util_wrap {position:relative;background-color: #fff;max-width: 100%;width: 100%;margin: 0 auto;height:40px;text-align: center;border-bottom:1px #dedede solid;}
#header.custom_header .logo {position:relative;display: inline-block;width:300px;height:70px;vertical-align: top;margin:10px 0px;float: left;}
#header.custom_header .logo img {position:absolute;left:0px;top:50%; transform:translateY(-50%);margin:0px;width:auto;height:auto;max-width:300px;max-height:70px !important; image-rendering: -webkit-optimize-contrast;}

#header.custom_header .util_menu {position:relative;width: 1400px;margin: 0 auto;height:40px;text-align: left;}
#header.custom_header .util_menu ul {float: right;width: auto;margin-top:0px;}
#header.custom_header .util_menu ul li {float:left;display:inline-block;padding:0px 10px;margin:0px 4px;line-height:40px;font-size:15px;}
#header.custom_header .util_menu ul li a {display:inline-block; width:auto;padding:0px;margin:0px; border:none !important;line-height:40px;border-radius:0px;color: #333;font-size:15px;}

.util_wrap .af_log {float: none;}

.h_search {position:absolute;left:50%;top:32px;width:380px;display: inline-block;vertical-align: middle;border:2px solid #000000;box-sizing: border-box;height:40px;border-radius:50px;overflow: hidden;padding: 0px 20px;background: #fff; margin:0px 0px 0px -195px;float:none;}
.h_search input {width: 300px;height:35px;margin:0px;border: none !important;box-shadow: none;outline: none;padding:2px 0px 0px 0px;background-color: #fff !important;font-size:15px;}
.search_btn {display:inline-block;position: absolute;right:10px;background: url('/html/images/common/h_search.png') 50% 50% no-repeat;width:30px;height:100%;}

#header.custom_header &gt; .inner {width:1400px; background: #fff;height:90px;margin:0px auto;border:none;text-align:center;overflow:visible;}

#header.custom_header .inner .menu_wrap {float: right;width: auto;margin:0px auto;overflow: visible;display:block;}
.menu_wrap #gnb {display: inline-block;position:relative;float:left;width:auto;margin:0px auto;box-sizing: border-box;text-align:center;}
.menu_wrap #gnb li {position: relative;float:left;display:inline-block;padding:0px;}
.menu_wrap #gnb li a {font-family:"noto_sans";font-size:18px;color: #000;width:auto;text-align:center;line-height:90px;padding:0px 30px;box-sizing: border-box;position: relative;font-weight: 500;letter-spacing: -0.05em;}
.menu_wrap #gnb li a:hover {color: #000;}
.menu_wrap #gnb li.on a {color: #000;}
.menu_wrap #gnb li a:after {display:none;}
.menu_wrap #gnb li#GNB_MY {position:relative;right:0;}
.menu_wrap #gnb li#GNB_MY a {line-height: 90px;height:90px;margin:0px; background:none;border-radius:0px;padding:0px 35px;font-size:18px;color:#000;}
.menu_wrap #gnb li#GNB_MY a:hover {background:none;color:#000;}

.menu_wrap #gnb li#GNB_OWNER {display:none;}
.menu_wrap #gnb li#GNB_WORKER {display:none;}

.menu_wrap #gnb .gnb_sub {display: none;position: absolute;left:50%;transform:translateX(-50%);z-index: 9999;background: #fff;width:190px;padding:10px 10px 10px 20px;border:0px #ddd solid;box-shadow:rgba(0, 0, 0, 0.1) 0px 2px 2px 1px;box-sizing: border-box;top:90px;}
.menu_wrap #gnb .gnb_sub li {float: none !important;display:block;width:100%;padding:0px !important;}
.menu_wrap #gnb .gnb_sub li a {font-family:"Noto Sans KR";display: block;width:100%;color: #666;font-size:16px;text-align: left;line-height:32px;font-weight: normal;border:none;padding:0px;margin:0px;letter-spacing: -0.05em;}
.menu_wrap #gnb .gnb_sub li:hover a {background:none;color: #4482e8;text-decoration:none;font-weight: normal;}
.menu_wrap #gnb .gnb_sub li:last-child a {border-bottom:none;}
.menu_wrap #gnb li#GNB_MY .gnb_sub li a {line-height: 32px !important;height: 32px !important; background:none;color:#666;font-size:16px !important;text-align: left;padding:0px;margin:0px;border-radius:0px;font-weight: normal;border:none;}
.menu_wrap #gnb li#GNB_MY .gnb_sub li:hover a {color: #4482e8;}
.menu_wrap #gnb &gt; #my_page a {width: auto;height: 40px;text-align: center;color: #fff;background:#f34212 url('/html/images/common/icon_my.png') 7px 5px no-repeat;margin:0px;line-height: 40px;padding:0px;}

.hamburger {display:none;padding: 30px 14px; height: 75px; box-sizing: border-box;width:60px;float: left;background:none;position: relative;cursor: pointer;border:none;}
.hamburger span {background: #000000; display: block; height:2px;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease;-o-transition: all 0.6s ease; transition: all 0.6s ease;margin: 0 auto;}
.hamburger span:nth-child(1) {width: 22px;}
.hamburger span:nth-child(2) {width: 22px;margin-top: 5px;}
.hamburger span:nth-child(3) {width: 22px;margin-top: 5px;}
.hamburger.is-active {padding: 23px 11px;}
.hamburger.is-active .line {width: 30px;}
.hamburger.is-active .line:nth-child(2){opacity: 0;}
.hamburger.is-active .line:nth-child(1){-webkit-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-o-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
.hamburger.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-o-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}

.all_list {display: none; }
.all_list {position: absolute;top:232px;width:100%;left: 0;right:0;z-index: 99999;background: #fff;border-top:1px solid #dedede;border-bottom: 3px solid #000; box-sizing: border-box;overflow: hidden; margin: 0 auto;}
.all_list .a_inner {height: 100% !important;width:1400px;margin: 0 auto;padding-left:60px;box-sizing:border-box;}
.all_list .a_inner &gt; li {float: left; width:140px;box-sizing: border-box;border-left: 1px solid #ddd;text-align:center;padding:15px 0px;height:500px;}
.all_list .a_inner &gt; li.al_bg {background:#f7f7f7;}
.all_list .a_inner &gt; li:last-child {border-right:1px solid #ddd !important;}
.all_list .a_inner &gt; li p{display:none;}
.all_list .a_inner &gt; li p,
.all_list .a_inner &gt; li a &gt; span {color: #333; font-size: 16px; font-weight: 500;}
.all_list .a_inner &gt; li ul {overflow: hidden; margin-top:0px;}
.all_list .a_inner &gt; li ul li {line-height: 30px;}
.all_list .a_inner &gt; li ul li a {color: #666; font-size:13px;-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 &gt; li ul li a:hover {color: #fff; font-size:13px;background:#0462bf;}



.tac {text-align: center;}

#footer .foot_menu {width: 100%;min-width:1500px;margin: 0 auto;text-align: left;background-color:#696969;border:none;}
#footer .foot_menu .foot_list {width: 1400px;margin: 0 auto;text-align: center;padding:10px 0;border:none;}
.foot_menu .foot_list li {position:relative;float:none;display:inline-block;padding:0px 20px;background:none;}
.foot_menu .foot_list li a {position:relative;font-family:"noto_sans";font-size:17px;color: #fff;font-weight:300; padding:0px 0px 0px 0px;line-height:30px;background:none;}
.foot_menu .foot_list li a.footer_privacy_policy {color: #fff;font-weight: 300;}
.foot_menu .foot_list li:after {content:''; position:absolute;right:0px;top:9px;width:1px;height:14px;background:#ccc;} 
.foot_menu .foot_list li:last-child:after {display:none;} 
#footer .copy {background:#f3f3f3; width: 100%;padding:0px;box-sizing: border-box;}
#footer .copy .foot_info {max-width: 1400px;width:100%;margin: 0 auto;padding:30px 0px 30px 0px;box-sizing: border-box;background:none;}
#footer .foot_info p {font-size:15px;color: #666666;font-weight: 350;line-height: 26px;text-align: left;}
#footer .foot_info p.copyp {font-size: 15px;color: #666666;font-weight: 350;margin-top:0px;opacity:1;}

.banner_box {padding:10px 0;background-color:#ffffff;width:100%; text-align:center;}
.banner_box ul {width:1400px; margin:0 auto; position:relative;display:flex;justify-content:space-between;}
.banner_box li {float:left;margin: 0 auto;}



#container{width:100%;margin:0 auto;position:relative;border:none;text-align:center;margin-top:0px;}
#container.main{width:100%;margin:0 auto;padding-bottom:0px; position:relative;text-align:left;}
#container .horizontal_wrap{position:relative;width: 1400px;margin: 0 auto;}

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

a.slidesjs-next,
a.slidesjs-previous {display:absolute;top:200px;width:70px !important;height:60px !important;overflow: hidden;text-indent: -9999px;float: left;z-index:100; opacity:0.5}
a.slidesjs-next { position:absolute;right:50px;background: url('/html/images/common/arrow_right.png') no-repeat; }
a:hover.slidesjs-next {background: url('/html/images/common/arrow_right.png') no-repeat;opacity:1 }
a.slidesjs-previous { position:absolute;left:50px;background: url('/html/images/common/arrow_left.png') no-repeat; }
a:hover.slidesjs-previous { background: url('/html/images/common/arrow_left.png') no-repeat;opacity:1 }

a.slidesjs-play,
a.slidesjs-stop { display:none; }

.slidesjs-pagination { position:absolute;width:100%;left:0%;bottom:30px; z-index:101;text-align:center;display:inline-block;  }
.slidesjs-pagination li { width:12px !important;height:12px !important;display:inline-block;margin:5px 10px;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;}


/* main 레이아웃 스타일 */
.bgGray {position:relative;display:inline-block; width:100%; background:#dedede; text-align:center; padding:40px 0px; }
.bgWhite {position:relative;display:inline-block; width:100%; background:#ffffff; text-align:center; padding:40px 0px; }

.main_inner {position:relative;width:1400px;margin:0px auto 0px auto; padding:0px 0px; display:inline-block;overflow:visible; text-align:left;}
.main_title {font-family:"noto_sans";line-height:50px;font-size:40px;font-weight:300;color:#000; margin:20px 0 20px 0; text-align:center; letter-spacing:-0.07em;}
.main_title b {font-weight:700;color:#006fbd;}
.main_title_l { text-align:left; }
.main_ment {display:inline-block; width:100%; text-align:center; font-size:17px; color:#666666;line-height:27px;margin:-20px 0px 20px 0px;}


/* 메인 컨텐츠 -  하단 영역 */
.mboard_cont { width:100%; height:auto; padding:20px 20px; border:none;}

/* 메인 컨텐츠 -  메인 게시물 추출 스타일 */
.list_top li{padding:0px;background:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_top li a{position:relative;display:block; font-size:16px;color:#444444;line-height:34px;border:none;text-align:left;padding:0px 0px 0px 12px;background:url('/html/images/common/dot.png') 0px 50% no-repeat;; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_top li a span {position:absolute;right:0;top:0;font-size:16px;color:#777;line-height:34px;width:90px;text-align:right;}
.list_top li.nodata { line-height:250px;}

.faq_top li{ padding:0px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0px}
.faq_top li .blue{ display:inline-block; width:auto; margin-right:10px;background:none;font-size:15px;border-radius:0px;color:#2a61a8;margin-top:0px;}
.faq_top li .green{background:none;color:#2a61a8;margin-top:0px;}
.faq_top li a{display:block; color:#444444;font-size:16px;line-height:34px;border:none;border-bottom:1px #dedede solid;text-align:left;padding-left:0px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:none; }
.faq_top li.nodata { line-height:250px;}

/* layout */
.main_wrap{position:relative;width:1400px;margin:0px auto;padding:70px 0px;overflow:hidden; text-align:center;}
.main_wrap .main_content{overflow:hidden;}
.main_wrap .main_content &gt; div{float: left}
.main_wrap .left_area{float:left; width:230px; margin:0px 70px 50px 0px;padding:0px;}
.main_wrap .content_area {float:right;display:inline-block; position:relative;width:1100px;padding:0px 0px 30px 0px;min-height:1100px;text-align:left;margin:0px auto;background:#fff; box-sizing:border-box;}
.main_wrap .content_body { position:static;display:inline-block;width:100%; padding-bottom:40px;}

/* layout */
.main_wrap_full{position:relative;width:1400px;margin:0 auto;overflow:hidden; text-align:center;}
.main_wrap_full .main_content{overflow:hidden;}
.main_wrap_full .main_content &gt; div{float: left}
.main_wrap_full .left_area{display:none;}
.main_wrap_full .content_area {float:right;display:inline-block; position:static;width:1400px;padding:40px 0px 30px 0px;min-height:1100px;text-align:left;margin:0px auto;background:#fff; box-sizing:border-box;}

/*lnb */
.left_area{position:relative;display:inline-block;text-align:left;padding:0px; margin:0px 0px 0px auto;text-align:left !important;border:none;background:none;}
.left_area .lnb_title{position:relative;height:auto; line-height:30px; letter-spacing:-0.05em; width: 100%;background:#fff; border:none;border-bottom: 3px solid #000;color: #000; font-size:25px; font-weight: 600; padding-bottom: 20px;  margin-bottom: 22px; text-align:left;box-sizing:border-box;}
.left_area .lnb_list {width:100% !important;display:inline-block; background:#fff;padding:0px;margin:0px;border:none;margin-bottom:30px;text-align:left;}
.left_area .lnb_list li{ float:none;display:block; width:100%; border:none;border-bottom:1px #d5d5d5 solid;}
.left_area .lnb_list li.half{width:50%;float:left;}
.left_area .lnb_list li a{font-family:"Noto Sans KR" !important;position:relative;display:block;font-size:17px;color:#000;text-align:left;border:none;font-weight:normal;height:auto; line-height:120%; padding:15px 15px 15px 20px; background:none;white-space:normal;overflow:hidden;text-overflow:clip;}
.left_area .lnb_list li a:hover{color:#000;background:none; border:none; line-height:120%; font-weight:normal;text-decoration:underline;}
.left_area .lnb_list li.on {background:#5377c0;}
.left_area .lnb_list li.on a{color:#fff;background:#5377c0 url('../images/sub/depth2_icon_active.png') no-repeat 198px 23px;border:none; border-bottom: 3px solid #23cdb3;font-weight:normal;}
.left_area .lnb_list li.on a:hover{color:#fff;background:none;border:none; border-bottom: 3px solid #23cdb3;text-decoration:underline;font-weight:normal; }

.left_area .lnb_list li.lnb_sub {float:none;display:inline-block;width:100%;background-color:#f8f8f8;border:none; padding-left:0px; /* height:28px; line-height:28px; */}
.left_area .lnb_list li.lnb_sub a{font-weight:normal; color:#555; font-size:14px; margin-top:15px;background:url('../images/common/bullet.png')no-repeat 20px 6px;padding:0px 15px 0px 28px;border:none;}
.left_area .lnb_list li.lnb_sub.on a{font-weight:bold;color:#000; font-size:14px; margin-top:15px;background:url('../images/common/bullet.png')no-repeat 20px 6px !important;background-color:none;padding:0px 15px 0px 28px;border:none; }
.left_area .lnb_list li.lnb_sub a:hover{ color:#555;text-decoration:underline;background:url('../images/common/bullet.png')no-repeat 20px 6px;}

/* 온라인 과정 */
.left_area_course .lnb_list {background:#f8f8f8;}
.left_area_course .lnb_list li:first-child{border-top:none;margin-top:0px;}
.left_area_course .lnb_list li:last-child{border-bottom:1px #d5d5d5 solid;padding-bottom:20px;}
.left_area_course .lnb_list li{ background:#fff;border-bottom:1px #d5d5d5 solid;border-top:1px #d5d5d5 solid;margin-top:20px;}
.left_area_course .lnb_list li.lnb_sub {margin-top:0px;}


/* 서브 펼쳐지는 스타일 */
.sidebar-toggle { margin-left: -240px;}
.sidebar {width: 230px;height: auto;background:#ffffff;display:inline-block; position:absolute;  z-index:100;margin-bottom:50px;
-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.sidebar #leftside-navigation ul{border:none;}
.sidebar #leftside-navigation ul ul { background:#ffffff; padding-left:0px; }
.sidebar #leftside-navigation ul li {list-style-type: none; border-bottom:1px #d5d5d5 solid;}
.sidebar #leftside-navigation ul li a { display:block;color:#222; line-height:100%; -webkit-transition: all 200ms ease-in; -moz-transition: all 200ms ease-in; -o-transition: all 200ms ease-in; -ms-transition: all 200ms ease-in; transition: all 200ms ease-in;}

.sidebar #leftside-navigation ul li.sub-menu {}
.sidebar #leftside-navigation ul li.sub-menu a {display:block; padding:17px 10px 17px 20px; color:#222; font-size:18px; line-height:19px;border:none; background:url('../images/sub/depth2_icon.png') no-repeat 198px 23px;;}
.sidebar #leftside-navigation ul li.sub-menu.active &gt; a,
.sidebar #leftside-navigation ul li.sub-menu.active a{color:#fff;border-bottom:3px solid #23cdb3;background:#5377c0 url('../images/sub/depth2_icon_active.png') no-repeat 198px 23px; }

.sidebar #leftside-navigation ul li.sub-menu ul { display: none; background:#f8f8f8;border:none; padding:20px;border:none;}
.sidebar #leftside-navigation ul li.sub-menu ul li {border:none;}
.sidebar #leftside-navigation ul li.sub-menu ul li a {font-weight:normal; color:#555; font-size:14px; margin-top:18px;background:url('../images/common/bullet.png')no-repeat 0 6px;padding:0px 0px 0px 8px;border:none;}
.sidebar #leftside-navigation ul li.sub-menu ul li:first-child a { margin-top:0px;}
.sidebar #leftside-navigation ul li.sub-menu.active ul li a{font-weight:normal;color:#555; font-size:14px;border:none;background: url('../images/common/bullet.png')no-repeat 0 6px;}
.sidebar #leftside-navigation ul li.sub-menu.active ul li.on {background:none;}
.sidebar #leftside-navigation ul li.sub-menu.active ul li.on a{font-weight:bold;color:#000;}

.sidebar #leftside-navigation ul li a:hover { text-decoration:underline;}
.sidebar #leftside-navigation ul li.active ul { display: block;}
.sidebar #leftside-navigation ul li ul.active { display: block;}


.content_title {font-family:"noto_sans";font-weight:600;color:#000;font-size:25px;height:auto;line-height:30px; background:none; border-bottom: 1px solid #000;text-align:left; margin-bottom:50px; padding:0px 0px 20px 0px;letter-spacing:-0.03em; }
.content_title::after {display:none;}

.path{position:absolute;top:-50px;right:0px;width:auto;height:30px; background:none;overflow:hidden;text-align:center;}
.path_list{float:none;width:auto;margin:0px;height:30px;background: url('/html/images/common/path_home.png') no-repeat 0 50%;padding-left:15px}
.path_list li{float:left;padding-left:16px;background: url('/html/images/common/blt_path.png') no-repeat 0 50%;margin-left:5px;font-size:14px;line-height:30px;height:30px;color:#222}
.path_list li.last{color:#222}


.sub_top {display:inline-block;width:100%;height:210px;text-align:center;background:#faf9f3;}
.sub_top h2 {width:1400px;margin:0px auto;padding:50px 0px 10px 240px;font-family:"noto_sans";line-height:50px;font-size:35px;font-weight:500;color:#006fbd;text-align:center;letter-spacing:-0.05em;box-sizing:border-box;}
.sub_top1 { background:#faf9f3 url('/html/images/common/sub1.jpg') 50% 0px no-repeat;}
.sub_top2 { background:#faf9f3 url('/html/images/common/sub2.jpg') 50% 0px no-repeat;}
.sub_top3 { background:#faf9f3 url('/html/images/common/sub3.jpg') 50% 0px no-repeat;}
.sub_top4 { background:#faf9f3 url('/html/images/common/sub4.jpg') 50% 0px no-repeat;}
.sub_top5 { background:#faf9f3 url('/html/images/common/sub5.jpg') 50% 0px no-repeat;}
.sub_top6 { background:#faf9f3 url('/html/images/common/sub6.jpg') 50% 0px no-repeat;}
.sub_top7 { background:#faf9f3 url('/html/images/common/sub7.jpg') 50% 0px no-repeat;}
.sub_top8 { background:#faf9f3 url('/html/images/common/sub8.jpg') 50% 0px no-repeat;}
.sub_top9 { background:#faf9f3 url('/html/images/common/sub9.jpg') 50% 0px no-repeat;}
.sub_top10 { background:#faf9f3 url('/html/images/common/sub10.jpg') 50% 0px no-repeat;}
.sub_top11 { background:#faf9f3 url('/html/images/common/sub1.jpg') 50% 0px no-repeat;}

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

span.ori_price{font-family:"NanumSquare", sans-serif;font-weight:400;color:#333333;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{font-family:"NanumSquare", sans-serif;;color:#ff6000;text-align:center;text-decoration:none;font-weight:600;}
span.per_price {font-family:"NanumSquare", sans-serif;font-weight:400;color:#ff6000;}

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


/* 웹진형 강의 리스트 */
.course_webzine {border-top:1px solid #c3c3c3;width:100%;display:inline-block;;margin:10px 0px 0px 0px;}
.course_webzine li {border:none;border-bottom:1px solid #c3c3c3;margin:0px 0px 0px 0px;padding:25px 0px;border-radius:0px;}

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

.course_webzine .col_course_name {float:left;width:540px;height:200px;padding:10px 0px 0 0px !important; margin:0px 0px 0px 40px;}
.course_webzine .col_course_name .ctitle a {font-family:"noto_sans", sans-serif;font-size:18px; line-height:27px;color:#222;font-weight:500;white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;}
.course_webzine .col_course_name .csubtitle { display:block; font-size:15px; line-height:22px;color:#777777;font-weight:500;height:66px; max-height:66px; overflow:hidden; margin:10px 0px 2
0px 0px; }
.course_webzine .col_course_name .cstar {display:none; border-top:none; height:30px; padding:10px 0px 10px 0px; margin-bottom:10px; }
.course_webzine .col_course_name .cstar img {vertical-align:-3px}
.course_webzine .col_course_name .clabel { display:none;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:30px;line-height:30px;letter-spacing:-1px;}
.course_webzine .col_course_name .clabel .hide {display:none}
.course_webzine .col_course_name .cinfo { font-size:15px;}
.course_webzine .col_course_name .cinfo label { color:#111111;}
.course_webzine .col_course_name .ctutor label { color:#111111;}
.course_webzine .col_course_name p {margin-top:3px}
.course_webzine .col_course_name label {font-weight:bold; color:gray}

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

/* 갤러리형 강의 리스트 */
.course_gallery {border-top:0px solid #dedede;border-bottom:1px solid #c3c3c3;width:calc(100% + 25px);display:inline-block;padding:0px 0px;margin:10px -25px 0px 0px;box-sizing:border-box;}
.course_gallery li { float:left;position:relative; width:calc((100% - 100px) / 4); height:420px !important;max-height: 420px !important; margin:0px 25px 30px 0; border:0px #dedede solid;box-sizing:border-box;border-radius:0px; overflow:visible !important; }
.course_gallery .cimg {width:100%; height:170px; border:1px #dedede solid;box-sizing:border-box;border-radius:0px;}
.course_gallery .cimg img { width:100%; height:100%;border-radius:0px; }
.course_gallery .ccont {padding:17px 0px;width:100%;height:auto;text-align:left;box-sizing:border-box; }  
.course_gallery .ccont .clabel {display:none; }
.course_gallery .ccont .label { margin-left:0; }
.course_gallery .ccont .cday { float:right; margin-top:-20px; font-size:12px; text-align:right; }
.course_gallery .ccont .ctitle a {font-family:"noto_sans", sans-serif; display:block; text-align:center; font-size:18px;line-height:27px;height:auto;max-height:54px; color:#222; font-weight:500;padding:0px; margin:0 0 5px 0; white-space:normal; overflow:hidden;text-overflow:ellipsis;}
.course_gallery .ccont .ctext { display:block;font-size:15px; font-weight:400; line-height:20px;text-align:center; height:40px;max-height:40px;  padding:0; overflow:hidden;text-overflow:clip; white-space:normal; }
.course_gallery .ccont .cif {display:inline-block;width:100%;text-align:center;font-size:15px; border:none; padding:0px 0 0 0; margin:0%; border:none; }
.course_gallery .ccont .cprice {font-family:"noto_sans";display:inline-block;width:100%;text-align:center; font-size:16px; margin:0px;font-weight:500; padding:0px; border:none; }
.course_gallery .cbtn { position:absolute;left:0px;bottom:30px; width:100%;text-align:center; margin:0px;padding:0px; box-sizing:border-box;}
.course_gallery li.nodata {width:100%; height:200px;max-height: 200px !important;width:100%;margin:0px -26px 0px -13px !important;text-align:center;font-size:18px;line-height:200px;padding:10px 0px 10px 0px !important;box-sizing: border-box;border:none;border-top:1px solid #dedede;border-bottom:1px #dedede solid; }

/* 강의 상세보기 */
.content_title_course {font-family:"noto_sans";font-weight:600;color:#000;font-size:25px;height:auto;line-height:30px; background:none; letter-spacing:-0.03em; }

.course_info {border-top:0 solid #333333;padding:0 0 0 0;overflow:hidden}
.course_info .info_img{ width:452px;float:left;margin-right:48px;text-align:center;border-radius:0px;}
.course_info .info_img img{width:450px;height:300px;border:1px solid #d1d1d1;margin-bottom:10px;border-radius:0px;}
.course_info .info_text{float:left;width:600px}
.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 .info_btn{overflow:hidden;padding-top:15px; width:100%;}
.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 .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_foot {margin-top:30px}
.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_table{border-top: 1px solid #676767}
.type_table thead th{padding:8px 0;font-weight:700;color:#3c3c3c;border-bottom:1px solid #676767}
.type_table tbody th{padding:8px 0 8px 8px;background-color:#f8f8f8;font-weight:700;text-align:left;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td{padding:8px 0 8px 8px ;color:#3c3c3c;border-bottom:1px solid #d1d1d1}
.type_table tbody td div.mh50{min-height:50px}
.type_table tbody th.tac{text-align:center;padding-left:0}
.type_table tbody td.tac{text-align:center;padding-left:0}
.type_table.type_inner{border-top:1px dashed #d1d1d1; font-size:15px;}
.type_table.type_inner thead th{text-align:center;padding:4px 0; } 
.type_table.type_inner tbody th{text-align:left;padding:12px 7px;background-color:#ffffff;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td{text-align:left;padding:12px 0;border-bottom:1px dashed #d1d1d1}
.type_table.type_inner tbody td.tal{text-align:left;padding-left:20px}

.book_list {background: url(/html/images/main/book_bg.png) no-repeat center bottom;width: 1018px;margin: 80px auto 0;text-align: center;}
.book_list li {display: inline-block;padding-bottom: 30px;box-sizing: border-box;vertical-align: top;margin: 0 10px;}

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

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

.type_list {border-top: 1px solid #000000;border-collapse: collapse;  table-layout: fixed;}
.type_list thead th{border: 1px solid #ccc; border-right: 0; border-bottom: 1px solid #8b8b8b;padding:15px 0px;background:#f8f8f8;color:#222222;white-space:nowrap;font-size:15px;font-weight:500;}
.type_list thead th:first-child {border-left:none;}
.type_list tbody td{border: 1px solid #c6c6c6; border-right: 0;padding: 14px 3px;font-size:15px;}
.type_list tbody td:first-child {border-left:none;}
.type_list tbody td.tac{text-align:center}
.type_list tbody td.tal{text-align:left;padding-left:10px}
.type_list tbody td.tal span{vertical-align:top;margin-left:2px}
.type_list tbody td.tal span img{vertical-align:top;margin-top:2px}
.type_list tbody td.tal .subject{max-width:100%;padding-left: 2%; padding-right: 2%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:inline-block;float:left;line-height:19px;margin-right:4px}
.type_list tbody td.tal .subject img{vertical-align:top}
.type_list tbody td.tal .subject a {color:#777; line-height:24px;}
.type_list tbody td.tal .subject a b {color:#333333; font-size:15px; 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-color: #ffffff;}
.tb_list tbody tr:nth-child(odd) td, .tb_list tbody tr:nth-child(odd) th{background-color: #ffffff;}

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

/* 웹진형 게시판 */
.type_webzine{border-top: 1px solid #676767}
.type_webzine thead th{display:none;border-bottom: 2px solid #ddd;padding:10px 0;color:#3c3c3c;white-space:nowrap;}
.type_webzine tbody td{position:relative;;border-bottom: 1px solid #ddd;padding:20px 0; vertical-align:top;font-size:15px;line-height:24px;}
.type_webzine tbody td.tac{text-align:center}
.type_webzine tbody td.tal{text-align:left;padding-left:10px}
.type_webzine tbody td.tal span{vertical-align:top;margin-left:2px}
.type_webzine tbody td.tal span img{vertical-align:top;margin-top:8px;}
.type_webzine tbody td.tal .subject{max-width:100%;text-overflow:ellipsis;white-space:nowrap;display:inline-block;float:none;margin:0px 0px 10px 0px;font-weight:bold;}
.type_webzine tbody td.tal .subject img{vertical-align:top}
.type_webzine tbody td.tal .subject a{font-family:"noto_sans", sans-serif;color:#303030;font-size:20px;line-height:30px;font-weight:500;}
.type_webzine tbody td.tal .ct_text{height:72px;font-size:15px;line-height:24px;margin-bottom:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap:break-word; }
.type_webzine tbody td.tal .ct_if { position:absolute;left:10px;bottom:20px;}
.type_webzine .webzine_img{width:230px;height:150px;display:block;float:left;position:relative}
.type_webzine .webzine_img a{display:block;width:230px;height:150px;overflow:hidden;border:1px solid #d1d1d1}
.type_webzine .webzine_img a img{width:230px;display:block;height:150px;}
.type_webzine .webzine_img .tm{position:absolute;left:0;top:0}

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

.search_form_wrap1 {margin:0 auto 15px auto;padding:0 0 15px 0; text-align:right; }	  /* 강좌 상단의 오른쪽 검색 */
.search_form_wrap1 .search_form { }
.search_form_wrap1 .search_form span { float:left; margin:0 0px 0 5px !important; padding:0 !important; }
.search_form_wrap1 .search_form form{overflow:hidden}
.search_form_wrap1 .search_form select{ padding:0 0 0 5px; margin:0;  width:auto; min-width:120px; height:35px; border:1px #cccccc solid; font-size:14px;}
.search_form_wrap1 select.search_select { width:auto; min-width:200px; height:35px; line-height:35px; border:1px #cccccc solid; font-size:14px; padding-left:7px;}
.search_form_wrap1 .search_form input[type=text] {border:1px solid #d1d1d1;margin:0 !important; padding:0 6px;width:180px;height:35px; line-height:35px;}
.search_form_wrap1 .search_form .search_input { border:1px #cccccc solid; margin-top:0; outline:none;}

.search_form_wrap2 {width:100%;display:inline-block;margin:0 auto;padding:30px 0; text-align:center; }  /* 게시판 하단 검색 */
.search_form_wrap2 .search_form { width:auto;display:inline-block;padding:0px; margin:0px auto; } 
.search_form_wrap3 { margin:0 0px 20px 0px; width:100%;display:inline-block; padding:30px 0px; text-align:center !important; background:#f7f7f7; box-sizing:border-box;  }  /* FAQ 검색 */
.search_form_wrap3 .search_form {width:auto;display:inline-block;padding:0px  !important; margin:0px auto !important; box-sizing:border-box; }  /* FAQ 검색 */
.search_form_wrap3 .search_keyword { width:300px !important; height:34px !important; line-height:34px !important; margin:0 !important; }
.search_form_wrap4 { display:block; float:right;margin-top:10px; padding:0; text-align:right;z-index:100000; }	 /* 마이페이지 검색 */

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

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

/****** 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:0px;
	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:500}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:500;}
.button.large_p0{padding:0;font-size:14px;font-weight:500;}
.button.course{padding:0px;width:100px;height:38px; line-height:38px; font-size:15px; border-radius:0px; }
.button.search{padding:0 20px; height:34px; line-height:34px; font-size:15px;font-weight:500}


.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 #333;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #000}
.button.white2{background: #fff;color: #194b9f;border:1px solid #013f8c;text-shadow:none;border-radius:0px;}
.button.white2:hover{background-color: #eee;border:1px solid #013f8c}

.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius:3px; 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:3px; 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: #013f8c;color: #fff;border:1px solid #013f8c}
.button.blue:hover{background-color: #1b5194}
.button.green{background-color: #013f8c;color: #fff;border:1px solid #013f8c}
.button.green:hover{background-color: #1b5194}
.button.sky{background-color: #86c1e0;color: #fff;border:1px solid #86c1e0}
.button.sky:hover{background-color: #69a5c5}
.button.orange{background-color: #ff8814;color: #fff;border:1px solid #ea7300}
.button.orange:hover{background-color: #ea7300}
.button.red{background-color: #013f8c;color: #fff;border:1px solid #013f8c}
.button.red:hover{background-color: #1b5194}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.gray:hover{background-color: #929292}
.button.gray2{background-color: #626262;color: #fff;border:1px solid #626262}
.button.gray2:hover{background-color: #444}
.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:230px;border-radius:0px; padding:0; text-align:center; height:45px; line-height:42px; font-size:18px; color:#ffffff; font-weight:500; background:#013f8c; border:1px #013f8c solid;}
.button.btn_buy:hover {background:#1b5194;}
.button.btn_cart { width:230px;border-radius:0px;padding:0; margin-right:10px; text-align:center; height:45px; line-height:42px; font-size:18px;color:#013f8c; font-weight:500; background:#ffffff; border:1px #013f8c solid;}
.button.btn_cart:hover {background:#ffffff; border:1px #1b5194 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:#3e4347; 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_board { display:none; }
select.board_category { height:34px !important; line-height:29px !important; font-size:15px !important; margin-bottom:10px; border:1px #cccccc solid !important;  margin-top:1px; }

/* 갤러리 게시판 */
.type_gallery .list_gallery {overflow:hidden;border-bottom:1px solid #d3d3d3;margin-left:0px; margin-right:-9px; padding:20px 0px 0px 0px;}
.type_gallery .list_gallery li {width:190px;float:left;margin:0px 9px 20px 0px;height:200px;text-align:left;border:1px solid #dedede; padding:0px;}
.type_gallery .list_gallery li .gallery_div {width:190px;height:120px;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:190px;height:120px;}
.type_gallery .list_gallery li .gallery_title {margin-top:10px; font-size:15px;line-height:30px;color:#222222;font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.type_gallery .list_gallery li a { margin-left:13px; }
.type_gallery .list_gallery li a.gallery_reg { display:visible; float:right; margin-right:10px;}

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

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

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

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

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

.faq_wrap{border-top:0px solid #d1d1d1}
.faq_wrap .nodata{padding:12px 0;border-bottom:1px solid #d1d1d1}
.faq dt{font-family:"noto_sans",sans-serif;width:100%;display:block;white-space:nowrap;text-overflow:ellipsis;font-weight:400;font-size:16px;padding:17px 50px;background: url(/html/images/common/faq_question.png) no-repeat 15px 19px;border-bottom:1px solid #d1d1d1;overflow:hidden}
.faq dd{display:none;padding:12px 50px;background: #f4f4f4 url(/html/images/common/faq_answer.png) no-repeat 15px 15px;border-bottom:1px solid #d1d1d1}
.faq.on dt{display:block;white-space:normal;}

.tab_wrap{padding-top:0}
.tab_wrap2{padding-top:0}
.tab_wrap{position:relative}

.tab_tt{display:inline-block;margin-bottom:20px;border:NONE;width:100%;border-bottom:1px #013f8c solid;}
.tab_tt li{float:left;position:relative;width:20%;height:40px;}
.tab_tt li a{font-family:"noto_sans", sans-serif;display:block;background:#f3f3f3;border:none;border-right:1px #fff solid;border-left:1px #fff solid;;line-height:40px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4;border-radius:6px 6px 0px 0px;}
.tab_tt li.on a{background-color:#013f8c;color:#fff;font-weight:500;border:1px solid #013f8c;border-radius:0px;z-index:5;position:absolute;left:0;top:0;width:100%;height:40px}


.tab_cview{display:inline-block;margin-bottom:20px;width:100%;height:auto;border-bottom:1px solid #000;}
.tab_cview li{float:left;position:relative;width:20%;height:50px}
.tab_cview li a{font-family:"noto_sans", sans-serif;display:block;background-color:#f7f7f7;border:none;line-height:50px;text-align:center;color:#3c3c3c;font-size:17px;z-index:4}
.tab_cview li a:hover{background-color:#eeeeee;}
.tab_cview li.on a{background-color:#333;color:#ffffff;font-weight:400;border:1px solid #ffcb33305;border-radius:0px;z-index:5;position:absolute;left:0;top:0;width:100%;height:50px}

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

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

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

.login_box .ip_tx{margin-top:24px;font-size:12px;line-height:18px;color:#495057}
.login_box .ip_tx a{color:#e2450e ;font-weight:500}
.log_find{float:left;padding:40px 0 0 0px;width:500px}
.log_find dl {width:500px;display:inline-block; height:50px;}
.log_find dt{float:left;width:200px;font-weight:400;letter-spacing:-0.05em; font-size:17px;line-height:30px;}
.log_find dd{float:right;width:200px;margin:0px 0 30px 0;text-align:right;}

.button.btn_login{ font-family:"noto_sans",sans-serif;font-weight:500;padding:0px;font-size:20px;background:#194b9f;color: #fff;border:1px #194b9f solid;width:500px ; height:60px; line-height:60px;}
.button.btn_login:hover{background:#194b9f;border:1px #194b9f solid;}

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

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

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

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

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

/*agreement */
.agreement_list{display:none;}
.box_title{font-family:"noto_sans", sans-serif;color:#2d2d2d;font-size:22px;font-weight:500;margin:25px 0 15px 0}
.box_tx{margin:0 0 15px 0;font-size:15px; }
.gray_box{border:1px solid #dcdcdc;background-color:#fafafa;padding:15px 15px;margin-bottom:20px}
.gray_box.top{border-top:1px solid #676767}
.gray_box .box_stitle{font-family:"noto_sans", sans-serif;font-weight:500;font-size:15px;color:#464646;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}

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

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

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

.refund h3 {font-family:"noto_sans",sans-serif;font-weight:500;font-size:20px;color:#5377c0  !important;}
.refund li { font-size:15px;line-height:22px;} 
.refund .formula .rbox { float:left;width:850px; }

/* 근로자 유의사항 표 */
.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;}

/* 마이페이지 수강후기 */
.tab_tt1 li{width:40%;}
.tab_tt2 li{width:33.3%;}

.course_cate_tab { display:table;table-layout:fixed;width:1108px;margin:0px -4px 20px -4px; height:50px;}
.course_cate_tab li{display:table-cell;line-height:48px;padding:0px 4px;text-align:center;}
.course_cate_tab li a {display:block;font-family:"noto_sans",sans-serif;font-weight:normal;font-size:15px;border:1px #d6d6d6 solid;color:#777;}
.course_cate_tab li.on {background:#fff;}
.course_cate_tab li.on a {color:#000;font-weight:500;color:#000;border:1px #000 solid;}


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

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

.mt50{margin-top:50px;}


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

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

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




.my_box{border:1px solid #ccc;}
.my_box .my_info h6{font-weight:500;color:#2d2d2d;font-size:18px;}
.my_box .btn_more .button.white{border:1px solid #bbbbbb;background:#bbbbbb;color:#ffffff;}
.my_box .btn_more .button.white:hover{border:1px solid #999999;background:#999999;color:#ffffff;}

.my_box .my_note{border-left:1px solid #ccc;}
.my_box .my_note h6{font-weight:500;color:#2d2d2d;font-size:18px;}
.my_box .my_note .btn_more{position:absolute;right:20px;top:20px}
.my_box .my_note .btn_more a {position:relative;display:inline-block;overflow:hidden;text-align:center;}


/* 이용약관 테이블 */
.terms_basic_table{padding-left:12px; width:100%; table-layout:fixed; border-top:3px solid #4b5359; border-bottom:1px solid #4b5359; font-size:14px; text-align:center; margin:10px 0px 10px 0px;}
.terms_basic_table th{padding:18px 0; background-color:#ececec; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6;}
.terms_basic_table th.lst{border-right:none;}
.terms_basic_table th.bgn{background:none;}
.terms_basic_table td{padding:12px 12px; border-right:1px solid #d6d6d6; border-left:1px solid #d6d6d6; border-top:1px solid #d6d6d6; text-align:center; line-height:20px;}

.stitle { font-family:"noto_sans";font-size:20px; font-weight:500; color:#000 !important; line-height:30px; margin:0px 0 15px 0px;}
.sstitle { font-family:"noto_sans";font-size:16px; font-weight:500; color:#1c87bf; line-height:24px; margin:0px 0 10px 0px;}
.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
.scont span {  color:#0d79b9; }
ul.scont { font-size:14px; color:#777777; line-height:25px; margin-bottom:40px;  }
ul.scont li { font-size:14px; font-weight:normal; color:#777777; line-height:22px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }


/* 근로자카드 */
.worker1 { width:100%;  height:auto; background:url('/html/images/common/worker1_2.png') 0 40px no-repeat;display:inline-block; }
.worker1 h2 {font-family:"noto_sans"; font-size:22px; font-weight:bold; color:#2e2e2e; line-height:30px; margin:40px 0 10px 460px; }
.worker1 p { font-size:15px; font-weight:normal; color:#777777; line-height:23px; margin:0 0 15px 460px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul {  margin:0 0 15px 460px; }
.worker1 li { font-size:15px; font-weight:normal; color:#2e2e2e; line-height:23px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat;}
.worker1 li b { color:#0887c2; font-weight:bold;}
.worker1 .btn_box{margin:25px 0 0px 460px;}
.worker1 a{float:left;font-family:"noto_sans"; display:inline-block; width:210px; height:60px;text-align:center; font-size:16px; color:#ffffff; font-weight:500;box-sizing:border-box;}
.worker1 a.oepncard {margin-right:10px; background:#0887c2;color:#ffffff; padding-top:8px;line-height:22px;}
.worker1 a.btn_bule {line-height:60px; background:#232632; }

.worker2 { width:100%; height:auto; border:1px #ccc solid; display:inline-block; margin-bottom:50px; }
.worker2 h2 { float:left; width:240px; margin:140px 0px; font-size:18px; font-weight:normal; color:#525252; line-height:30px; text-align:center; }
.worker2 h2 span { color:#006e9c; font-weight: bold; }
.worker2 h2 small { font-size:15px; }
.worker2 ul { float:left; width:858px; margin:0px; padding:30px 30px 30px 0px; background: #f4f4f4;box-sizing:border-box; }
.worker2 li { font-size:14px; font-weight:normal; color:#777777; line-height:18px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 8px no-repeat; margin-left:25px; margin-bottom:7px;}

.worker3 {  width:100%; margin:0 0px 30px 0px; display:inline-block;background:url('/html/images/common/worker3_2.png') no-repeat; }
.worker3 .worker3_sub { margin:60px 50px 93px 200px;  text-align:left; }
.worker3 .worker3_sub h2 { font-family:"noto_sans"; font-size:17px; font-weight:500; color:#2e2e2e; line-height:30px;}
.worker3 .worker3_sub ul {  margin:10px 0px 10px 0px; height:75px; }
.worker3 .worker3_sub li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }
.worker3 .worker3_sub a.worker3_down { float:right; display:block; width:180px; height:75px; line-height:25px; padding:12px 0px 0 30px; text-align:left; font-size:18px; color:#ffffff; font-weight:bold; border:1px #232632 solid; background:#232632 url('/html/images/common/worker3_down.png') 115px 17px no-repeat; margin:-110px 30px 0 0;  }
.worker3 a.worker3_btn { display:block; width:290px; height:49px; line-height:45px; text-align:center; font-size:18px; color:#fff; font-weight:500; border:1px #0887c2 solid; background:#0887c2; margin:0 auto;   }
.worker3 .worker3_tel {  line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:bold;   }
.worker3 .worker3_tel span {  color:#0887c2; }

/* 2019-04-15 추가 */
.worker3 .worker_noti{margin-top:-5px; padding:0 0px 40px 0px; }
.worker3 .worker_noti .noti_box{padding:30px; border:1px solid #e5e5e5; background:#fff;}
.worker3 .worker_noti .noti_box h2{ font-size:17px; font-weight:500; color:#2e2e2e; line-height:30px;}
.worker3 .worker_noti .noti_box table{margin-top:5px; border-top:2px #cccccc solid;}
.worker3 .worker_noti .noti_box table th{padding:15px 0; line-height:1.3; background:#f7f7f7; color:#000; border-bottom:1px #ddd solid;}
.worker3 .worker_noti .noti_box table td{padding:10px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker3 .worker_noti .noti_box table td.tc{text-align:center;}
.worker3 .worker_noti .noti_box table td li{font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker3 .worker_noti .noti_box .txt_noti{margin-top:15px; }
.worker3 .worker_noti .noti_box .txt_noti p{font-weight:bold;}
.worker3 .worker_noti .noti_box .txt_noti ol{padding-left:15px;}
.worker3 .worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li{list-style:decimal;}

.owner1 { border:1px #dedede solid;  padding:40px 40px; line-height:25px;font-size:15px; font-weight:normal; color:#777777; margin-bottom:40px;  }
.owner1 p{font-weight:bold; font-size:17px; color:#111;}
.owner1 .box1{padding-top:190px; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat;}
.owner1 .box2{padding-top:190px; background:url('/html/images/common/owner1_box2.png') no-repeat;}
.owner1_2 { border:1px #dedede solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; padding:35px 40px 275px 40px;line-height:25px;font-size:15px; font-weight:normal; color:#777777;  margin-bottom:40px; background-size: contain; background-position: center; }
.owner1_3 { line-height:25px;font-size:15px; font-weight:normal; color:#777777;  margin-bottom:40px; }
.owner1_3 img { margin:13px 0px; }

.owner2 { display:inline-block;width:1120px;margin-right:-20px; }
.owner2 li { float:left; width:calc((100% - 80px) / 4); height:250px; border:1px #0887c2 solid; text-align:center; margin-bottom:30px; border-radius:10px; margin-right:20px;overflow:hidden;}
.owner2 li h1 { font-family:"noto_sans";text-align:center; font-size:16px; color:#ffffff; font-weight:bold; line-height:40px; background-color:#0887c2; border-radius:0px;}
.owner2 li h2 { font-family:"noto_sans";margin-bottom:20px; text-align:center; font-size:18px; color:#2e2e2e; font-weight:500; line-height:50px; background-color:#f4f4f4; }
.owner2 li p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin-top:20px; }
.owner2 li p span {color:#000;}
.owner2 li p.tal { text-align:left;}
.owner2 li.arrow { width:30px; height:345px; background:url('/html/images/common/owner2_arrow.png') 50% 50% no-repeat; border:none; }
.owner2 li.line2 { height:280px; }
/* 2019-04-15 추가 */
.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;font-size:15px;line-height:24px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.owner3 { width:100%; height:180px; display:inline-block; margin-bottom:35px; border:1px #eaeaea solid; box-sizing:border-box;text-align:left; }
.owner3 h2 {font-family:"noto_sans"; font-size:18px; font-weight:500; color:#000; line-height:30px; margin:30px 0px 10px 210px; }
.owner3 p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin:0 0 5px 210px; }
.owner3 ul {  margin:0 0 0px 210px; }
.owner3 li { font-size:14px; font-weight:normal; color:#777777; line-height:25px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 11px no-repeat;letter-spacing:-0.05em;}
.owner3 li a:hover{text-decoration:underline;}
.owner3 li b { color:#333333; font-weight:bold;}
.owner3_1 { background:#f7f7f7 url('/html/images/common/owner3_1.png') 50px 50% no-repeat;  }
.owner3_2 { background:#f7f7f7 url('/html/images/common/owner3_2.png') 50px 50% no-repeat;  }
.owner3_3 { background:#f7f7f7 url('/html/images/common/owner3_3.png') 50px 50% no-repeat;  }

/* 훈련과정 개발절차 */
.owner6 {}
.owner6 &gt; div &gt; table {border-left:1px solid #ddd; font-size:15px; }
.owner6 &gt; div &gt; table tr {}
.owner6 &gt; div &gt; table tr th {padding:15px;font-size:16px;color:#000;font-weight:500;border-bottom:1px solid #0887c2;border-right:1px solid #1694ce; background-color:#0887c2; color:#ffffff;}
.owner6 &gt; div &gt; table tr td {padding:15px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;}
.owner6 &gt; div &gt; table tr td:first-child {background-color: #f7f7f7;}


/* 회사소개 */
.greeting { text-align:left;font-size:15px; line-height:25px;background:url('/html/images/common/greeting_img.png') 0% 0px no-repeat; padding:20px 0px 0px 260px; box-sizing:border-box; }
.greeting h2 {font-family:"noto_sans";text-align:left; font-size:30px; color:#000; line-height: 40px;margin-bottom:20px;letter-spacing:-0.03em;}
.greeting p {font-family:"noto_sans";text-align:left; font-size:16px; color:#444;line-height: 35px;letter-spacing:-0.03em;}
.greeting p b {font-size:18px;font-weight:500;color:#000;}

.vision {text-align:center;margin:80px 0px ;}
.organ{ text-align:center;padding:60px;background:#f7f7f7;}

/* 찾아오시는 길 */
.location &gt; .tab_cont_1 { display:block; }
.location &gt; .tab_cont_2 { display:none; }
.location &gt; div &gt; .map { margin:30px 0px 20px 0px; }
.location &gt; div &gt; .info_addr { border:5px #bfd9e9 solid; padding:20px 0px 20px 225px; background:url('/html/images/common/info_addr.png') 0px 50% no-repeat; }
.location &gt; div &gt; .info_addr &gt; .cont_addr { font-size:14px; color:#777777; line-height:27px;}
.location &gt; div &gt; .info_addr &gt; .cont_call { font-size:14px; color:#777777;font-weight:bold; line-height:27px; }
.location &gt; div &gt; .info_addr &gt; .cont_call b { background:url('/html/images/common/icon_call.png') 0px 50% no-repeat; color:#2e2e2e; padding-left:20px; }
.location &gt; div &gt; .info_addr &gt; .cont_call span { color:#e6131f; margin-right:20px;  }

.location &gt; div &gt; .info { padding-top:40px; display:inline-block; }
.location &gt; div &gt; .info &gt; .info_title { float:left; width:100px; margin-right:40px; text-align:center; } 
.location &gt; div &gt; .info &gt; .info_title img { margin-bottom:10px; } 

.location &gt; div &gt; .info &gt; .cont_transit { float:left; border-spacing:0; width:860px; border-top:1px solid #dfdfdf; height:auto; line-height:30px; font-size:14px; color:#777777; padding:15px 10px; margin-top:0px; }
.location &gt; div &gt; .info &gt; .cont_transit &gt; b { color:#18a3dc; }
.location &gt; div &gt; .info &gt; table { float:left; border:0; border-spacing:0; width:860px; margin-top:0px; margin-bottom:10px; }
.location &gt; div &gt; .info &gt; table tr &gt; th { border-top:1px solid #dfdfdf; border-left:1px solid #dfdfdf; height:35px; background:#f9f9f9; text-align:center; vertical-align:middle; font-size:13px; color:#666; }
.location &gt; div &gt; .info &gt; table tr &gt; th:first-child { border-left:none; }
.location &gt; div &gt; .info &gt; table tr &gt; td { border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; vertical-align:middle; font-size:13px; padding:16px 10px; text-align:center; color:#666; }
.location &gt; div &gt; .info &gt; table tr &gt; td:first-child { border-left:none; }
.location &gt; div &gt; .info &gt; table tr &gt; td.position { font-weight:bold; }
.location &gt; div &gt; .info &gt; table tr &gt; td.way { text-align:left; }
.location &gt; div &gt; .info &gt; table tr &gt; td &gt; b { color:#18a3dc; }
.location &gt; div &gt; .info &gt; b { font-size:14px; color:#555555; font-weight:normal; line-height:1; padding-left:140px; }

table.tbl_style1 { border:0; border-spacing:0; width:100%; margin-top:0px; margin-bottom:10px;border-left:1px solid #dfdfdf; }
table.tbl_style1 tr &gt; th { border-top:1px solid #2492cf; border-right:1px solid #2492cf; height:35px; background:#0079c0; text-align:center; vertical-align:middle; font-size:14px; color:#ffffff; }
table.tbl_style1 tr &gt; td { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; vertical-align:middle; font-size:14px; padding:7px 5px; text-align:center; color:#666; }
table.tbl_style1 tr &gt; td &gt; b { font-weight:bold; color:#222222; }
table.tbl_style1 tr &gt; span { color:#18a3dc; }
table.tbl_style1 tr &gt; td.tal { text-align:left; padding-left:15px;  }
table.tbl_style1 tr &gt; td.bg_td { background:#f7f7f7; }
table.tbl_style1 tr &gt; td.font_bule { color:#0079c0; }

table.tbl_style2 { border:0; border-spacing:0; width:100%; margin-top:0px; margin-bottom:10px;border-top:1px solid #dfdfdf;border-left:1px solid #dfdfdf; }
table.tbl_style2 tr &gt; th { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; height:35px; background:#f4f9ff; text-align:center; vertical-align:middle; font-size:14px; color:#2e2e2e; }
table.tbl_style2 tr &gt; td { border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; vertical-align:middle; font-size:14px; padding:7px 5px; text-align:center; color:#666; }
table.tbl_style2 tr &gt; td &gt; b { color:#18a3dc; }
table.tbl_style2 tr &gt; td.tal { text-align:left; padding-left:15px;  }
table.tbl_style2 tr &gt; td.bg_td { background:#f7f7f7; }

.gray_box .g_box_in {height: 100px;}

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

.cs_help2 { background:#ffffff; padding:40px 0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; margin-bottom:10px;}
.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:0px; border-bottom:1px #dedede dashed; }
.cs_help3 h3 {font-family:"noto_sans"; font-size:20px; font-weight:500; color:#000000; margin:0px 0px 20px 0px; }
.cs_help3 p { font-size:15px; margin-bottom:30px;  }
.cs_help3 ul.cs_help3_1 { display:inline-block; width:100%; margin-bottom:40px; }
.cs_help3 ul.cs_help3_1 li { float:left; width:45%; font-size:15px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_1 li span { color:#006fbd; font-weight:bold; }
.cs_help3 ul.cs_help3_1 li b { color:#222222; font-weight:bold; } 

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

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

.cs_help4 { background:#ffffff; padding:0px; width:100%; border:1px #e1e1e1 solid; display:inline-block; }
.cs_help4 li { float:left; background:#ffffff; padding:15px 10px 30px 10px; width:32%; text-align:center; }
.cs_help4 li.cs_help4_1 { background:#ffffff url('/html/images/common/cs_help3_1.png') 50% 55px no-repeat; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_2 { background:#fafafa url('/html/images/common/cs_help3_2.png') 50% 55px no-repeat;width:36%; border-right:1px #e1e1e1 solid; }
.cs_help4 li.cs_help4_3 { background:#ffffff url('/html/images/common/cs_help3_3.png') 50% 55px no-repeat; }
.cs_help4 li h1 { font-size:15px; font-weight:normal; color:#555555; line-height:20px;margin-bottom:120px; text-align:left; padding:0px 25px; }
.cs_help4 li h1 span { color:#0b71b9; }
.cs_help4 li h2 { font-size:24px; font-weight:normal; color:#000000; line-height:50px;margin-bottom:0px; }
.cs_help4 li p { font-size:14px; 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:100%; display:inline-block; text-align:center; margin:0px -5px 40px -5px; }
.cs_down1 li { float:left; width:242px; text-align:center; margin:5px; border:1px #e1e1e1 solid; }
.cs_down1 li a { display:block; text-align:center; padding:30px 0px;}
.cs_down1 li a:hover { background:#f7f7f7; }
.cs_down1 li h2 { font-size:16px; font-weight:500; color:#000000; line-height:45px; margin-top:10px; }
.cs_down1 li p { font-size:13px; 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-bottom:30px; padding-left:110px;  }
.cs_down2 li a { display:block; text-align:center;  }
.cs_down2 li h2 { font-size:15px; font-weight:500; color:#000000; line-height:50px; background:url('/html/images/common/cs_down2_tit.png') 0% 100% no-repeat; margin-bottom:15px; }
.cs_down2 li p { font-size:13px; font-weight:normal; color:#666666; line-height:20px;  }
.cs_down2 li p b { float:left; display:block; width:40px; font-size:13px; font-weight:bold; color:#000000;  }
.cs_down2 li .down_guide { font-size:13px; font-weight:normal; color:#444444; line-height:20px; border:1px #e1e1e1 solid; background:#f7f7f7; padding:15px 20px 15px 40px; margin-top:10px; background:#f7f7f9 url('/html/images/common/cs_down2_guide.png') 20px 50% no-repeat; }
.cs_down2 li.cs_down2_1 { background:url('/html/images/common/cs_down2_1.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('/html/images/common/cs_down2_2.png') 0px 10px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('/html/images/common/icon_explorer.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('/html/images/common/cs_down2_4.png') 0px 20px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('/html/images/common/icon_acrobat.png') 0px 20px no-repeat; }

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

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

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

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

.course_tab { display:inline-block; width:100%; border-top:0px #0278be solid; }
.course_tab li { float:left; width:16.1%; height:40px; border:none; background:none; box-sizing:border-box; }
.course_tab li:first-child { border-left:1px #e8e8e8 solid;  }
.course_tab li a { display:block; font-size:14px; text-align:center; color:#464646; }
.course_tab li a.line2 { line-height:17px; padding:6px 0px;}
.course_tab li.on { border:none; background:none; color:#ffffff; font-weight:bold; }
.course_tab li.on a { color:#ffffff; } 


/* 모사답안 처리기준 */
.cheating_ {margin-bottom:30px;}
.cheating_:first-child {margin-top:30px;}
.cheating_ ul {}
.cheating_ h3 {font-family:"noto_sans";font-size:20px;font-weight:500;color:#000 !important; }
.cheating_ p {font-size:15px; color:#666; margin-top:15px;line-height:22px;}


.sub_topbox { width:100%;display:inline-block;margin-bottom:30px;box-sizing:border-box;text-align:center;}
.sub_topbox h2 { font-family:"noto_sans";font-size:30px;font-weight:500;line-height:50px; color:#fff;padding:30px;box-sizing:border-box;background:#0887c2;border:1px #ddd solid;letter-spacing:-0.05em;}
.sub_topbox p { font-family:"noto_sans";font-size:16px;font-weight:400;line-height:27px; color:#000;padding:20px;box-sizing:border-box;background:#f2f2f2;border:1px #ddd solid;border-top:none; }

.sub_content h3 {font-family:"noto_sans";font-size:20px;font-weight:500;color:#000 !important; }
.sub_content ul {margin-bottom:30px;}
.sub_content ol {margin-bottom:30px;}
.sub_content li {font-size:15px; color:#666; margin-top:15px;line-height:22px;}
.sub_content p {font-size:15px; color:#666; margin-top:15px;line-height:22px;}

.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:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.sub_content .depth1 table td { border-bottom:1px #dedede solid;border-right:1px #dedede solid; padding:6px 10px; text-align:center;}
.sub_content .depth1 table td.tl{text-align:left;}
.sub_content .depth1 table td .fc_red{color:#d90000;}

.sub_cont {margin-bottom:20px;}
.sub_cont p {background:url('/html/images/common/dot.png') 10px 10px no-repeat;line-height:22px;padding-left:20px;padding-bottom:5px;word-break:keep-all;}
.sub_cont p span {color:#f34212;}

.page .page_title{font-family:"noto_sans";font-size:18px;font-weight:500;color:#000000;padding:20px 0px 10px 0px;background:none;margin-top:0px}
.page .page_title span { color:#f34212;font-size:16px;}

.notice_box {width:100%; border:1px #eee solid;padding:20px 25px 20px 25px;background:#f7f7f7;margin-bottom:20px;border-radius:10px;}
.notice_box p {font-size:15px;color:#666;line-height:25px;letter-spacing:-0.05em;}
.notice_box h2 {font-family:"noto_sans";font-weight:500;font-size:17px;color:#666;line-height:30px;padding-top:10px;}
.notice_box h2 span {color:#f34212;padding-left:10px;}

.tutor_top {width:100%; border:2px #eeeeee solid;padding:25px 30px 25px 30px;background:#f7f7f7;margin-bottom:20px; font-size:16px;color:#666;line-height:25px; }
.tutor_top h2 {font-family:"noto_sans";font-weight:500;font-size:18px;color:#666;line-height:30px;padding-top:10px;}
.tutor_top h2 span {color:#f34212;padding-left:10px;}

.sub_title{font-family:"noto_sans";font-size:23px;font-weight:500;color:#000000;padding:20px 0px 20px 20px;background:none;margin-top:0px;background:url('/html/images/common/sub_title_dot.png') 0px 50% no-repeat;}
.sub_title span { color:#f34212;font-size:16px;}
.sub_stitle{background:url('/html/images/common/stit_dot.png') 5px 50% no-repeat;font-family:"noto_sans";font-size:19px;font-weight:500;color:#63a7c6;padding:15px 0px 10px 20px;margin-top:0px}
.sub_course_cont {margin-bottom:30px;}

.sub_tbl{ width:100%;text-align:center;margin-bottom:0px;border-top:1px #dddddd solid;border-left:1px #dddddd solid;}
.sub_tbl thead th{font-family:"noto_sans";padding:10px 0;line-height:20px;font-size:15px;font-weight:500;color:#fff;background:#88b8ce;border-bottom:1px #dddddd solid;border-right:1px #dddddd solid}
.sub_tbl tbody th{padding:10px 0;line-height:23px;font-size:15px;font-weight:500;color:#000;text-align:center;background:#f7f7f7;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl tbody td{padding:10px 0;line-height:23px;font-size:15px;color:#333;text-align:center;border-bottom:1px solid #ddd;border-right:1px solid #ddd;word-break:keep-all;}
.sub_tbl tbody td.tal{padding:10px 10px 10px 15px ;color:#333;text-align:left;}
.sub_tbl tbody td span{color:#ff7112;font-weight:bold;}

.sub_tbl2 { width:100%;text-align:center;border-top:none;margin-bottom:0px;border-top:1px #ddd solid;border-left:1px #ddd solid}
.sub_tbl2 thead th{padding:10px 0;line-height:20px;font-size:15px;font-weight:500;color:#fff;background:#88b8ce;border-right:1px #ddd solid}
.sub_tbl2 tbody th{padding:10px 0;line-height:23px;font-size:15px;font-weight:500;color:#000;text-align:center;background:#f7f7f7;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl2 tbody td{padding:10px 0;line-height:23px;font-size:15px;text-align:center;color:#333;border-bottom:1px solid #ddd;border-right:1px solid #ddd;word-break:keep-all;}
.sub_tbl2 tbody td.tal{padding:10px;color:#333;text-align:left;}
.sub_tbl2 tbody td span{color:#ff7112;font-weight:bold;}

.course_guide {display:inline-block;position:relative;width:100%; padding:0px 0px 0px 0px;margin:10px 0 0px 0px;}
.course_guide h2 {position:absolute;left:0%;top:0;display:inline-block;width:100%;height:40px;line-height:40px;font-family:"noto_sans";font-size:16px;font-weight:500;color:#fff; text-align:center; background:url('/html/images/common/cguide_tit.png') 50% 50% no-repeat;}
.course_guide .cguide_cont {margin-bottom:15px;}
.course_guide .cguide_cont2 {display:inline-block;width:100%;box-sizing:border-box;border:1px #dedede solid;background:#f7f7f7;padding:45px 30px 30px 30px;margin-bottom:0px;}
.course_guide p {font-size:15px;color:#000;line-height:25px;word-break:keep-all;}
.course_guide span {color:#f34212;}
.course_guide b {font-weight:bold;}

.sub_guide {margin:10px 0px;}
.sub_guide p {background:url('/html/images/common/dot.png') 10px 10px no-repeat;line-height:22px;padding-left:20px;padding-bottom:5px;word-break:keep-all;}
.sub_guide p span {color:#f34212;}

.sub_notice {margin-bottom:10px;line-height:25px;}
.sub_notice b {color:#000;}

.cinfo_menu { width:100%; border:1px #dedede solid;padding:30px 30px 30px 200px;background:#f7f7f7 url('/html/images/common/cinfo_menu.png') 65px 50% no-repeat;margin:40px 0px 0px 0px; font-size:16px;color:#666;line-height:25px;box-sizing:border-box;  }
.cinfo_menu h2 { font-family:"noto_sans";font-weight:500;font-size:26px;color:#000;line-height:30px;padding-bottom:15px;}
.cinfo_menu h2 span { color:#f34212;padding-left:10px;}
.cinfo_menu ul { width:100%;display:inline-block; border-left:1px #dedede solid;border-top:1px #dedede solid;}
.cinfo_menu li { float:left;width:50%;display:inline-block;border:1px #dedede solid; border-top:none;border-left:none;box-sizing:border-box; }
.cinfo_menu li a { display:block;line-height:40px;color:#000;background:#fff;box-sizing:border-box;padding-left:40px;}
.cinfo_menu li a:hover {background:#234aa8; color:#fff;}


/* 오시는길 */
#business--headOffice .maxWidth {margin:0 auto !important;border:1px solid #ddd;}
#business--headOffice .sub__top {margin-bottom:40px;}
#business--headOffice .sub__top .sub__t {text-align:center;}
#business--headOffice .sub__top p {text-align:center;}
#business--headOffice .map-info {padding:3.5% 5%;border-top:1px solid #ddd;}
#business--headOffice .map-info {overflow:hidden;}
#business--headOffice .map-info h3 {float:left;padding-right:40px;font-weight:500;font-size:24px;color:#333;}
#business--headOffice .map-info .row {margin-right:0;}
#business--headOffice .row li {position:relative;width:100%;padding-left:117px;box-sizing:border-box;font-weight:400;font-size:16px;line-height:34px;list-style:none;}
#business--headOffice .row li strong {position:absolute;left:0;font-weight:500;font-size:16px;color:#333;vertical-align:middle;letter-spacing:0}
#business--headOffice .row li strong:before {content:'';display:inline-block;width:18px;height:20px;margin-right:10px;background-position:center;background-repeat:no-repeat;background-size:cover !important;vertical-align:middle;}
#business--headOffice .row li.icon1 strong:before {background-image:url(../../images/sub/icon_map1.png);}
#business--headOffice .row li.icon2 strong:before {background-image:url(../../images/sub/icon_map2.png);}
#business--headOffice .row li.icon3 strong:before {background-image:url(../../images/sub/icon_map3.png);}
#business--headOffice .row li a {color:#666;}
#business--headOffice p {margin-top:10px;font-size:14px;color:#333;text-align:right;}
#business--headOffice .ly__map {position:relative;}
#business--headOffice .ly__map #map {position:relative;height:420px;}
#business--headOffice .ly__map #map p {text-align:center;font-size:14px !important;color:#fff;}
#business--headOffice .mapBtn {position:absolute;right:20px;bottom:20px;display:block;width:140px;height:45px;background-color:#fff;border:1px solid #ddd;font-size:14px;color:#666;line-height:45px;text-align:center;box-sizing:border-box;font-weight:300;z-index:9999;}
#business--headOffice .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;}
#business--headOffice .ly__map .root_daum_roughmap {width:100%!important;}
#business--headOffice .ly__map .root_daum_roughmap .wrap_controllers {display:none!important;}

.st_box {display:inline-block;width:100%;margin-top:40px;}
.st_box .bus { position:relative;display:inline-block;width:100%;box-sizing:border-box;margin-bottom:10px;}
.st_box li { display:inline-block;width:auto;line-height:24px;font-size:14px; margin-right:30px;}
.st_box li img {padding-right:4px;}

.bus_box { display:inline-block;width:100%;margin-top:40px;}
.bus_box .bus { position:relative;display:inline-block;width:100%;padding-top:3px;padding-left:70px;box-sizing:border-box;margin-bottom:15px;}
.bus_box li { display:inline-block;width:auto;line-height:20px;font-size:14px; margin-right:30px;}
.bus_box .bus2 li { width:40%;margin-right:0px;}
.bus_box .bus3 li { width:30%;margin-right:0px;}
.bus_box h2 {position:absolute;left:0;top:0px; }
.bus_box h2 span { font-size:13px;line-height:26px;display:inline-block;width:auto;padding:0px 10px;border-radius:5px;color:#fff;background:#5998aa;margin-bottom:10px;}
.bus_box h2 span.blue { background:#0056c4}
.bus_box h2 span.green { background:#39af38}
.bus_box h2 span.red { background:#d52517}
.bus_box h2 span.orange { background:#ff9c00}

.map_gallery {width:926px;display:inline-block;padding:0px 0px;margin:0px -15px 0px 0px;box-sizing:border-box;}
.map_gallery li { float:left;position:relative; width:290px; margin:0px 15px 30px 0;box-sizing:border-box; }
.map_gallery .mimg {width:290px; border:1px #dedede solid;box-sizing:border-box;}
.map_gallery .mimg img { width:288px; height:190px;}

.map_gallery_wrap {position:relative;margin-bottom:30px;}
.map_gallery_wrap .bx-wrapper{margin:0 auto}
.map_gallery_wrap .bx-controls-auto{overflow:visible;position:absolute;left:-99999px;width:1px;height:1px}
.map_gallery_wrap .bx-controls-direction a{ display:block; position:absolute; top:20px !important;width:30px;height:30px;text-indent:-99999px; background:url('/html/images/common/controls.png') no-repeat;background-size:60px auto !important;}
.map_gallery_wrap .bx-controls-direction a.bx-prev{right:30px; background-position:left top;background-size:auto;}
.map_gallery_wrap .bx-controls-direction a.bx-next{right:0px;background-position:right top;background-size:auto;}


/* 퀵메뉴 */
.quickmenu {position:absolute;left:0;top:0px;width:100%;z-index:1000;}
.float-banner{position:relative;width:100%;z-index:1000; }
.float-banner .fb_inner{ position:absolute; left:50%; top:250px; z-index:10;margin-left:640px;}
.float-banner .fb_inner  .banner{position:relative;overflow:hidden;width:120px;text-align:center;}
.float-banner .fb_inner  .banner.fixed{position:fixed;top:30px;}
.float-banner .fb_inner  .banner ul {position:relative;border:1px #ccc solid;background:#fff;border-radius:0px;overflow:hidden; margin:0px 0px;}
.float-banner .fb_inner  .banner img{display:block;}
.float-banner .fb_inner  .banner li {line-height:20px;width:120px;height:90px; padding:0px 10px;}
.float-banner .fb_inner  .banner li a {border-bottom:1px #e2e2e2 solid;display:inline-block;width:100px;height:90px;font-size:13px;color:#666666;line-height:20px;text-align:center; padding:55px 0px 10px 0px;box-sizing:border-box;}
.float-banner .fb_inner  .banner li:last-child a {border-bottom:none;}
.float-banner .fb_inner  .banner li a:hover {color:#194b9f;}
.float-banner .fb_inner  .banner li.qm_tit { height:45px;line-height:45px;padding:0px;background:#006fbd;font-size:17px;font-weight:500;color:#fff;text-align:center;}
.float-banner .fb_inner  .banner li.qm_01 a{background:#fff url('/html/images/common/qm_01.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_02 a{background:#fff url('/html/images/common/qm_02.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_03 a{background:#fff url('/html/images/common/qm_03.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_04 a{background:#fff url('/html/images/common/qm_04.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_05 a{background:#fff url('/html/images/common/qm_05.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_01:hover a{background:url('/html/images/common/qm_01.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_02:hover a{background:url('/html/images/common/qm_02.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_03:hover a{background:url('/html/images/common/qm_03.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_04:hover a{background:url('/html/images/common/qm_04.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner li.qm_05:hover a{background:url('/html/images/common/qm_05.png') 50% 10px no-repeat;}
.float-banner .fb_inner  .banner .qm_ban {display:inline-block;margin-top:0px; width:120px;overflow:hidden;text-align:center;}
.float-banner .fb_inner  .banner .qm_ban a {display:inline-block; width:140px;text-align:center;}

.left_area_classroom .sp_center { width:168px; margin:0 15px 30px 15px; position:relative;text-align:left; }
.left_area_classroom .sp_center .top_title{font-size:18px;font-weight:bold;color:#333;text-align:center;}
.left_area_classroom .sp_center .mcs_text {padding:14px 0 0 58px;background:url('/common/images_skin2/common/img_cs.png') 0% 15px no-repeat; background-size:48px auto;}
.left_area_classroom .sp_center .mcs_text .mcs_tel{color:#ed3934;font-size:16px;font-weight:bold;padding-bottom:5px;letter-spacing:-1px;}
.left_area_classroom .sp_center .mcs_text span{display:block;font-size:11px;line-height:18px;}


.sub_btn {width:100%;display:inline-block;margin-top:20px;text-align:center;}
.sub_btn a {width:auto;display:inline-block;height:auto;line-height:50px;border-radius:40px;background:#ff3600;color:#fff;padding:0px 50px;text-align:center;font-family:"noto_sans";font-weight:500;font-size:18px;}


.tbl_course {position:relative; width:100%;border-top:1px solid #3a3a3a;border-collapse:collapse;margin-bottom:20px;}
.tbl_course th {width:200px;padding:7px 20px;border-bottom:1px solid #dedede;background-color:#f5f5f5; color:#333; font-size:15px;font-weight:500; text-align:left;}
.tbl_course td {padding:7px 20px;border-bottom:1px solid #dedede;color:#333; font-size:15px;}
.tbl_course td select {width:400px;}

.path_course{float:none;width:auto;margin:0px;height:30px;background:none;padding-left:0px}
.path_course li{float:left;padding-left:16px;background: url('/html/images/common/blt_path.png') no-repeat 0 50%;margin-left:5px;font-size:14px;line-height:30px;height:30px;color:#222}
.path_course li:first-child {display:none;}
.path_course li:nth-child(2){padding-left:0px;background:none;}
.path_course li.last{color:#222}


.schedule_title h2 strong { color:#eb008b;}
table.tbl_schedule tr &gt; td a.btn_state1 {background: #013f8c;}</pre></body></html>