@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

.ver_mob {}
.ver_pc {display:none !important;}

/* mobile style */
body,input,textarea,select,button,table{font-family:"Noto Sans KR", '맑은 고딕','Malgun Gothic',AppleSDGothicNeo, '돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;color:#444444;}
body { width:100%;height:100%;}
* {word-break:keep-all;}

#mask{position:absolute;z-index:1002;background:url(/common/images/mobile/main/opa_bg.png) repeat 0 0;display:none;left:0;top:0;width:100%;height:100%;overflow:hidden}
div.t_wrap h2 img{width:163px}
div.allWrap{position:fixed;left:0;top:0px;width:100%;height:100%;overflow:hidden;display:none;z-index:1002 !important;}
div.all-menu{width:80%;min-width:300px;height:100%;background-color:#fff;position:relative;z-index:1002;overflow:auto}
div.all-menu h2{background-color:#fff;color:#000}
div.all-menu ul.gnb {padding-bottom:56px; border-top:1px #e7e7e7 solid;}
div.all-menu ul.gnb > li{background-color:#f2f3f3;background:url(/common/images/mobile/main/btn_gomenu.png) no-repeat 95% 15px;}
div.all-menu ul.gnb > li > a{padding:12px 0 10px 20px;display:block;font-size:15px; color:#555;display:block;border-bottom:1px solid #e7e7e7;font-weight:bold;}
div.all-menu ul.gnb > li > a.mb_login {padding:12px 0 10px 0px; text-align:center;font-size:15px; background:#69b8ff; color:#ffffff;display:block;border-bottom:1px solid #e7e7e7;font-weight:bold;}
div.all-menu ul.gnb > li.mb_logout { padding:12px 0 10px 0px; width:100%;text-align:center;font-size:15px; background:#69b8ff; color:#ffffff;display:inline-block;border-bottom:1px solid #e7e7e7;font-weight:bold; }
div.all-menu ul.gnb > li.mb_logout span { float:left;  padding:4px 0px 0px 20px; color:#ffffff;}
div.all-menu ul.gnb > li.mb_logout > a { float:right; padding:0px 0px; margin-right:15px; height:25px;line-height:25px; width:60px;display:block; font-size:13px; color:#fff; border:1px solid #8897b6;font-weight:bold;}

div.all-menu ul.gnb > li.subgnb { background:#f7f7f7; padding:12px 0 10px 25px;border-bottom:1px solid #e7e7e7;}	
div.all-menu ul.gnb > li.subgnb > a,
div.all-menu ul.gnb > li.subgnb a{padding:0px 0px 0px 0px; line-height:24px; margin:0px; display:block;font-size:13px; color:#777;border:0px;font-weight:normal;}

/*content*/
#wrap{width:100%;height:auto;font-size:1em; min-width:320px; margin-top:96px;}
@media all and (min-width:300px) and (max-width:359px) {
	#wrap {font-size:14px;}
}
@media all and (min-width:360px) and (max-width:400px) {
	#wrap {font-size:15px;}
}
@media all and (min-width:401px) and (max-width:449px) {
	#wrap {font-size:16px;}
}
@media all and (min-width:450px) {
	#wrap {font-size:17px;}
}

header {position:fixed;left:0px;top:0px;width:100%;height:96px;margin:0px;padding:0px;text-align:left;z-index:102 !important;background:#fff; border-bottom:1px #ededed solid }
header h1.logo{width:100%;margin:0 auto;text-align:center;height:50px;}
header h1.logo a{display:block}
header h1.logo a img{text-align:center;width:auto;height:30px;margin:10px 0px;}
header span.btn_menu{position:absolute;top:0;left:0;background-color:none;display:block;padding:0px}
header span.btn_prev{position:absolute;top:0;right:35px;background-color:none;display:block;padding:0px}
header span.btn_login{position:absolute;top:0;right:0;background-color:none;display:block;padding:0px}
header span.btn_log{position:absolute;top:0;right:0;background-color:none;display:block;padding:0px 10px; line-height:50px; font-size:13px;}
header span.btn_menu a{display:block}
header span.btn_prev a{display:block} 
header span.btn_login a {display:block}
header span.btn_menu a img{vertical-align:top;height:50px}
header span.btn_prev a img{vertical-align:top;height:50px}
header span.btn_login a img{vertical-align:top;height:50px}

.sidebar-toggle { margin-left: -100%;}
.sidebar { width: 100% !important; height: 100%; position: absolute;z-index:1002 !important;border-bottom:none; 
  -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 { margin: 0px 0 0; padding: 0;border:none;}
.sidebar #leftside-navigation ul li {list-style-type: none; border-bottom:none;}
.sidebar #leftside-navigation ul li.active > a {color: #333333;}
.sidebar #leftside-navigation ul li.active ul {display: block;}
.sidebar #leftside-navigation ul li a {
  display: block; padding: 0px 0 0px 20px; outline: 0;
  line-height:56px; color: #000; font-size: 16px; font-weight:normal;text-decoration: none;
  background:none /* url(/common/images/mobile/main/btn_gomenu.png) no-repeat 95% 15px */; 
  -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 a {width:110px;background:none;}
/*.sidebar #leftside-navigation ul li a:hover { background:#6ab8ff;color: #ffffff;font-weight:bold;}*/
.sidebar #leftside-navigation ul li a span { display: inline-block;}
.sidebar #leftside-navigation .top_gnb_box>li>a{ background:#fff;color: #000;font-weight:normal;}
.sidebar #leftside-navigation .top_gnb_box>li.on>a{ background:#6ab8ff;color: #ffffff;font-weight:bold;}

.sidebar #leftside-navigation ul ul { position:absolute;left:110px;top:50px;width:calc(100% - 110px);height:calc(100% - 50px); background: #f9f9f9; display: none; padding:13px 0px;	}
.sidebar #leftside-navigation ul ul li {margin-bottom: 0; margin-left: 0; margin-right: 0; border-bottom: none;}
.sidebar #leftside-navigation ul ul li a {width:100% !important;font-size:15px;font-weight:bold; padding: 0px 0 0px 22px; line-height:35px; color: #333;background:none !important;border-bottom:none;}
.sidebar #leftside-navigation ul ul li a:hover { background:none;color: #6ab8ff; font-weight:bold;}

.sidebar #leftside-navigation ul ul .sub-menu2 { background: #f9f9f9; display: block; padding:0px 0px 15px 0px;border:none;}
.sidebar #leftside-navigation ul ul .sub-menu2 a {width:100%;position:relative;font-size:14px;font-weight:normal;color: #777;line-height:33px;padding-left:30px;}
.sidebar #leftside-navigation ul ul .sub-menu2 a:before {content:'';position:absolute;left:22px;top:14px;width:3px;height:3px;background:#777;border-radius:50%;}
.sidebar #leftside-navigation .menu_btn {background:#6ab8ff;color:#fff;padding:0px;text-align:center;}
.sidebar #leftside-navigation .menu_btn {background:#6ab8ff;color:#fff;padding:0px;text-align:center;}

.sidebar #leftside-navigation ul li.sub-menu .lnb_list li {margin-top:10px;}
.sidebar #leftside-navigation ul li.sub-menu .lnb_list li:first-child {margin:0px;}
.sidebar #leftside-navigation ul li.sub-menu li.lnb_sub {margin:0px;}
.sidebar #leftside-navigation ul li.sub-menu li.lnb_sub a {width:100%;position:relative;font-size:14px;font-weight:normal;color: #777;line-height:33px;padding-left:30px;}
.sidebar #leftside-navigation ul li.sub-menu li.lnb_sub a:before {content:'';position:absolute;left:22px;top:14px;width:3px;height:3px;background:#777;border-radius:50%;}

.lnb_list2 {display:none;}

.top_menu {width:100% !important;display:inline-block;height:45px;border-top:1px solid #ededed;}
.top_menu ul {width:90% !important;margin:0px 5%;height:45px;display:flex;justify-content:space-between;}
.top_menu li {float:left;width:auto;display:inline-block;text-align:center;line-height:45px;}
.top_menu li a {display:block;text-align:center;line-height:45px;font-size:1.0em;font-weight:bold;}

.sub-menu-top {width:100%;height:50px;border-bottom:1px #ededed solid !important;}
.menu_login {float:left;display:inline-block;width:auto;padding:0px 10px; margin: 0 10px; font-size:14px !important;font-weight:normal !important;line-height:48px !important;}
.menu_join {float:left;display:inline-block;width:auto;padding:0px 10px;font-size:14px !important;font-weight:normal !important;line-height:48px !important;}
.menu_login:hover,
.menu_join:hover {background:none;color:#000;}
.bt-menu {float:right;display:inline-block;width:50px;}
.bt-menu img{vertical-align:top;height:50px}

/*footer*/
footer {background:#333333; width: 100%; padding:25px 25px 10px 25px;text-align:left;box-sizing: border-box;border:none;}
footer .foot_logo {display:inline-block; height:25px;padding:0px;margin:0px;filter:alpha(opacity=80);opacity:0.8;}
footer .foot_logo img {height:25px; -webkit-filter:invert(100%) grayscale(100%) contrast(75%); filter:invert(100%) grayscale(100%) contrast(75%);}
footer .foot_list {width:auto;margin:0px auto;text-align:left;padding:10px 0;border:none;}
footer .foot_list li {position:relative;float:none;display:inline-block;padding:0px 15px 0px 0px;background:none;}
footer .foot_list li a {position:relative;font-size:0.9em;color: #eee;font-weight:bold; padding:0px;line-height:22px;background:none;}
footer .foot_list li:last-child {padding:0px;}
footer .foot_info {width:100%;margin:0px auto;padding:0px;box-sizing: border-box;background:none;}
footer .foot_info p {font-size:0.8em;color: #999;font-weight:normal;line-height:22px;padding:0px;text-align: left;}
footer .foot_sns {width:100%;display:inline-block;margin-top:30px;padding:0px;text-align:center;}
footer .foot_sns a {display:inline-block;width:35px;height:35px;display:inline-block;margin-right:20px;opacity:0.8;}
footer .foot_sns a:hover {opacity:1;}
footer .foot_sns a.blog {background:url('/html/images/common/foot_blog_m.png') 0% 0% no-repeat;background-size:35px auto;}
footer .foot_sns a.insta {background:url('/html/images/common/foot_insta_m.png') 0% 0% no-repeat;background-size:35px auto;}
footer .foot_sns a.youtube {background:url('/html/images/common/foot_youtube_m.png') 0% 0% no-repeat;background-size:35px auto;}
footer .foot_sns a.kakao {background:url('/html/images/common/foot_kakao_m.png') 0% 0% no-repeat;background-size:35px auto;}


.rollingbanner{width:100%;}
.rollingbanner a img{width:100%;vertical-align:top}

#slides{position:relative}
.slidesjs-container{position:relative;height:auto !important}
.slidesjs-control div{height:100%}
.slidesjs-control div a{height:100%}
.slidesjs-control div a img{height:100%;image-rendering: -webkit-optimize-contrast;}
#slides a{display:block}
#slides a img{width:100%;vertical-align:bottom;image-rendering: -webkit-optimize-contrast;}
.slidesjs-navigation{display:none !important}
.slidesjs-pagination{overflow:hidden;position:absolute;display:inline-block ;width:100%;left:0px;bottom:10px;z-index:10; text-align:center !important;}
.slidesjs-pagination li.slidesjs-pagination-item{display:inline-block;width:auto;float:none;margin:0px 4px} 
.slidesjs-pagination li.slidesjs-pagination-item a{background:#fff;border:none;width:10px;height:10px; border-radius:50%;display:block;text-indent:-9999px}
.slidesjs-pagination li.slidesjs-pagination-item a.active{background:#444;border:none;} 

/* 메인 스타일 */
.bgGray {position:relative;display:inline-block; width:100%; background:#ededed; text-align:center; padding:0px 0px 0px 0px; z-index:1;margin:0px;}
.bgWhite {position:relative;display:inline-block; width:100%; background:#ffffff; text-align:center; padding:0px 0px 0px 0px; z-index:1;margin:0px;}
.main_inner {position:relative;width:92%;margin:0px 4%; padding:25px 0px; display:block;overflow:visible; text-align:left; z-index:1}
.main_inner2 {position:relative;width:92%;margin:0px 4%; padding:30px 0px; display:block;overflow:visible; text-align:left; z-index:1}

.inner { background:none !important; padding:20px 15px;}
.inner.cview_inner { padding:15px;}

.main_2020 {margin-bottom:-5px;}
.main_2020 .lecture { padding-top:0px;}
.main_2020 .main_title { font-size:19px; font-weight:bold; color:#000; line-height:20px;padding:0px 0px 12px 0px !important; text-align:left; }
.main_2020 .main_title b { color:#69b8ff;}
.main_2020 .main_ment { padding:0px 10px 15px 10px !important;margin:0px !important; background:none; font-size:13px;line-height:15px; color:#666666; text-align:center;}
.main_2020 .main_more { float:right; margin-top:-30px; margin-right:15px; }
.main_2020 .main_more a { display:block; font-size:11px; font-weight:normal; color:#999; padding-right:0px; background:url('/html/images/mobile/main/main_more.gif') right 6px no-repeat; background-size:6px 10px; }
.main_2020 .main_area { height:10px; background:#f4f4f4;  }
.main_2020 .main_line { height:2px; border-top:1px #dcdcdc solid;}
.sub_area { height:10px; background:#f4f4f4;  }

/* main 추출 강의 스타일 */
.horizontal_list {overflow:hidden;width:102%;margin:0% -1% -2% -1%;}
.horizontal_list li{float:left;width:97%;border:none;background:#ffffff;padding:0px;margin:1% 1.5% 2% 1.5%;border-radius:0px;overflow:hidden;}
.horizontal_list li.nodata{padding:90px 0;min-height:50px;width:100% !important;background:none;border:none !important;margin:0;box-sizing:border-box;text-align:center !important;}
.horizontal_list li.first{margin:1% 1.5% 2% 1.5%;}
.horizontal_list span{display:block;}
.horizontal_list span.img_box{float:left;width:40%;border:none;position:relative;padding:0px;margin:0px 5% 0px 0px;}
.horizontal_list span.img_box a{position:relative;display:block;padding:0px;margin:0px;}
.horizontal_list span.img_box > a > img{width:100%;padding:0px;margin:0px;border:none;border-radius:10px;overflow:hidden;box-sizing:border-box;image-rendering: -webkit-optimize-contrast;backface-visibility: hidden; }
.horizontal_list span.list_ccont {float:left;width:55%;display:block;position:relative;padding:0px 5px 0px 7px; height:80px; margin:10px 0px 0px 0px; border:none;box-sizing:border-box; overflow:hidden; text-align:left; }
.horizontal_list span.list_subject{font-weight:bold;font-size:15px;color:#000;line-height:20px;height:auto; max-height:40px;margin-bottom:5px;text-align:left;overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.horizontal_list span.list_subtitle { display:none; margin:0px; padding:0px 0px;font-size:13px;line-height:18px; max-height:18px; overflow:hidden; }
.horizontal_list span.list_price {position:relative;display:inline-block; width:100%;font-size:14px;height:auto;line-height:20px;text-align:left;padding:0px;margin:0px;}
.horizontal_list span.list_price span {display:inline-block;}
.more{position:absolute;right:13px;top:10px}


.main_2020 .main_course_tabArea { width:100%;margin:0px 0%;display:inline-block; text-align:center; background:none; border:none; box-sizing:border-box; }				
.main_2020 .main_course_tab { display:inline-block; width:100%; margin:0px 0% 5px 0%;text-align:center;}
.main_2020 .main_course_tab li { float:left; display:inline-block;width:24%;padding:0px; margin:0% 0.5%;}
.main_2020 .main_course_tab li a { display:inline-block;width:100%;padding:0px; margin:0%;height:30px;line-height:28px; text-align:center;font-size:13px;font-weight:bold;border:1px #ccc solid; border-radius:5px; box-sizing:border-box;}
.main_2020 .main_course_tab li.active a { display:block; color:#69b8ff;border-color:#69b8ff; }
.main_2020 .main_course_cont { display:inline-block; width:100%; margin:0%; padding:0%; background:#fff;}
.main_2020 .main_course_cont .horizontal_list {margin:0% -1% -25px -1%;}
.main_2020 .main_course_cont .horizontal_list li{float:left;width:47%;}
.main_2020 .main_course_cont .horizontal_list span.img_box{float:none;border:none;position:relative;padding:0px;margin:0px;width:100%;}
.main_2020 .main_course_cont .horizontal_list span.list_ccont {float:none;width:100%;display:block; position:relative; }
.main_2020 .main_course_cont .horizontal_list li.nodata{border:none !important;}

.main_banner {width:96%;padding:0px 0px;text-align:center; margin:10px 2%;display:inline-block;z-index:101;vertical-align:top;}
.main_banner li {float:left;width:20%;position:relative;height:75px;margin:0px;display:inline-block;text-align:center;transition: all 0.2s ease;}
.main_banner li a {position:relative;display:block;padding:0px 0px 0px 0px;text-align:center; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease;-o-transition: all 0.2s ease; transition: all 0.2s ease;}
.main_banner li a span { position:relative;display:inline-block;width:50px;height:50px;border-radius:0%;transition: all 0.2s ease;letter-spacing:-0.05em;background-size:50px auto !important; opacity:1;image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
.main_banner li a:hover {color:#006fbd;}
.main_banner li a:hover span { opacity:0.8;}
.main_banner li a h2 {font-family:"noto_sans";color:#000;font-size:0.85em;line-height:100%; font-weight:400;padding:0px; word-break:keep-all;}
.main_banner li a span.main_ban1 {background:url('/html/images/common/main_ban1_m.png') 0% 0 no-repeat;}
.main_banner li a span.main_ban2 {background:url('/html/images/common/main_ban2_m.png') 0% 0 no-repeat;}
.main_banner li a span.main_ban3 {background:url('/html/images/common/main_ban3_m.png') 0% 0 no-repeat;}
.main_banner li a span.main_ban4 {background:url('/html/images/common/main_ban4_m.png') 0% 0 no-repeat;}
.main_banner li a span.main_ban5 {background:url('/html/images/common/main_ban5_m.png') 0% 0 no-repeat;}

.main_notice {width:90%;padding:0px 15px;margin:5px 5% 15px 5%;text-align:left;display:inline-block;border-radius:5px;box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);}
.main_notice h2{float:left;width:40px;line-height:45px;font-size:15px;color:#000;font-weight:bold;}
.main_notice .main_notice_cont {float:left;width:calc( 100% - 50px );line-height:45px;}

.bx-pager {position:absolute;left:20px;bottom:10px;display:inline-block;width:auto;z-index:100 !important;margin:0px;}
.bx-pager-item {display:inline-block;position:relative;margin-right:5px; }
.bx-pager-item a{display:inline-block; line-height:10px; width:10px; height:10px;border-radius:50%;background:none;border:1px #fff solid; text-indent:-99999px !important;}
.bx-pager-item a.active {background:#fff;opacity:1.0;}

/* 메인 게시물 추출 스타일 */
.list_top li { position:relative;padding-left:0px;background:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.list_top li a{line-height:25px;border-bottom:none;font-size:14px;padding:0px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.faq_top li{ line-height:25px;padding-left:0px;padding-right:0px;background:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.faq_top li a{line-height:25px;border-bottom:none;font-size:14px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.faq_top li span{ margin-right:10px;}
.faq_top li .blue{ background:none;border-radius:4px;font-size:14px;font-weight:bold;color:#69b8ff;margin-top:0px;}

.main_bottom_cont {display:inline-block;width:100%;margin:0px auto;}
.main_info {position:relative;width:100%;height:auto;display:block;background:#dbe1fb;text-align:left;}
.main_info img {max-width:100%;}
.main_info ul {position:relative;width:100%;display:block;background:none;text-align:left;}
.main_info li {display:block;width:100%;background:#808fd0;}
.main_info li a {font-family:"noto_sans";display:block;line-height:35px;color:#fff;font-size:14px;font-weight:400;padding-left:20px;background:#808fd0 url('/html/images/common/arrow.png') 90% 50% no-repeat;letter-spacing:-0.05em; border-top:2px #dbe1fb solid;}
.main_info li a:hover {background:#6071ba url('/html/images/common/arrow.png') 94% 50% no-repeat;}

.main_visual_banner {position:relative;width:100%;height:auto;display:block;}
.main_visual_banner .slides_container{width:100%;height:auto;overflow:hidden}
.main_visual_banner .slides_container div{width:100%;height:0;padding-bottom:27%;background-size:cover !important;}
.main_visual_banner .slides_container img {position:absolute;left:0;top:0;width:100%;height:100%;image-rendering: -webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden;}
.main_visual_banner .pagination {display:none;}

.main_cs {display:inline-block;width:96%;margin:15px 2%;}
.main_cs li {float:left;display:inline-block;width:33.3%;height:70px;}
.main_cs li a {display:block;line-height:20px;padding-top:50px;font-size:0.85em;color:#333;text-align:center;box-sizing:border-box; background-size:50px auto !important;}
.main_cs li a.main_cs1 {background:url('/html/images/common/main_cs1_m.png') 50% 0px no-repeat;}
.main_cs li a.main_cs2 {background:url('/html/images/common/main_cs2_m.png') 50% 0px no-repeat;}
.main_cs li a.main_cs3 {background:url('/html/images/common/main_cs3_m.png') 50% 0px no-repeat;}

.bgPuple {position:relative;display:inline-block; width:100%; background:#5f6ed3 url('/html/images/common/bgPuple_icon_m.png') 120px 35px no-repeat;background-size:100px auto; text-align:center; padding:15px 0px 25px 0px; }
.bgPuple .main_inner {width:96%;margin:0px 0% 0px 4%;padding-bottom:0px; }
.bgPuple .main_title {margin-top:0px;font-size:30px;color:#fff;font-weight:normal;line-height:120%; padding-bottom:20px !important;}
.bgPuple .main_title span {position:relative;display:inline-block;position:relative;}
.bgPuple .main_title span:before {content:'';position:absolute;left:50%;top:-10px;margin-left:-2.5px;background:#fff;width:5px;height:5px;border-radius:50%;}
.bgPuple .main_title b {font-weight:700;color:#fff;}

/* 갤러리 게시판 */
.main_channel{margin-top:0px;}
.main_gallery {overflow:hidden;display:inline-block;width:100%;margin:0px px 0px 0px; padding:0px 0px 0px 0px;}
.main_gallery li {width:120px;float:left;margin:0px 10px 0px 0px;height:auto;background:#fff;text-align:left;border:none; padding:10px;box-sizing:border-box;border-radius:7px;}
.main_gallery li:hover {opacity:1;}
.main_gallery li .gallery_img {position:relative;width:100%;height:0;padding-bottom:130%;border:none;border-radius:5px;position:relative;background-repeat:no-repeat !important;background-position: center !important;background-size:cover !important;text-indent:-9999px;}
.main_gallery li .gallery_img img {position:absolute;left:0px;top:0px;width:100%;height:100%;border-radius:5px;}
.main_gallery li .gallery_title {font-family:'noto_sans';font-size:1.0em;line-height:18px;height:54px;margin:7px 0px 5px 0px;color:#222222;font-weight:bold; word-break:keep-all;text-overflow:ellipsis;white-space:normal;overflow:hidden;}
.main_gallery li .gallery_date {margin:0px; font-size:13px;line-height:18px;color:#777;letter-spacing:-0.03em;}
.main_gallery li a { display:block; }

.main_gallery li.nodata {width:1050px;line-height:190px;text-align:center;border:none;}
.main_gallery li .gallery_div_ie {height:190px;overflow:hidden;display:none;}
.main_gallery li .gallery_div_ie img {width:154px;position:relative;cursor:pointer;background-repeat:no-repeat !important;background-position: center !important;}


.main_course_more {position:absolute;right:0px;top:25px;}
.main_course_more a{ display:inline-block;width:auto;border:none;font-size:13px;color:#666; height:20px;line-height:20px;padding:0px 12px 0 0;opacity:0.7;background:url('/html/images/common/mcourse_more.png') 100% 50% no-repeat;}
.main_course_more a:hover {opacity:1;}

.main_channel_more {position:absolute;right:3%;top:70px;}
.main_channel_more a{ display:inline-block;width:auto;border:none;font-size:13px;color:#fff; height:20px;line-height:20px;padding:0px 12px 0 0;opacity:1;background:url('/html/images/common/mchannel_more.png') 100% 50% no-repeat;}
.main_channel_more a:hover {opacity:0.7;}


@media all and (min-width:300px) and (max-width:359px) {
	.main_banner li {height:65px;}
	.main_banner li a span {height:45px;background-size:50px auto !important;}
	.main_banner li a h2 {font-size:0.85em;}

	.main_notice h2{line-height:40px;font-size:14px;}
	.main_notice .main_notice_cont {line-height:40px;}

	.main_visual_banner .slides_container img {height:70px;}

	.bgPuple .main_title {font-size:28px;}
}

@media all and (min-width:360px) and (max-width:380px) {
	.main_visual_banner .slides_container img {height:80px;}
	.bgPuple {background-position:136px 34px;background-size:100px auto; }
	.bgPuple .main_title {font-size:30px;}

}
@media all and (min-width:380px) {
	.main_visual_banner .slides_container img {height:80px;}
	.bgPuple .main_title {font-size:30px;line-height:110%;}
	.bgPuple {background-position: 157px 34px;background-size:110px auto; }
	.bgPuple .main_title {font-size:36px;}

}

.content_body {padding-bottom:15px;}
.content_mobile {margin:5% 0px; !important;}

.page_title{background:#21252c url('/html/images/common/sub_top.jpg') 50% 50% no-repeat; background-size:auto 100px; text-align:center;height:100px;color:#fff;overflow:hidden; position:relative;font-size:0.9em;line-height:100%;padding-top:55px;}
.page_title:before {content:'Easyup class';position:absolute;left:0px;top:15px;width:100%;color:#fff; text-align:center; font-weight:bold;font-size:1.9em;line-height:30px;}
.course_title{display:inline-block;color:#fff; padding:0px 10px; text-align:center;height:auto;line-height:22px; font-weight:bold;font-size:1em;width:auto !important;margin:0px auto; border:1px #fff solid;border-radius:30px;}
.title{display:inline-block;color:#fff; padding:0px 10px; text-align:center;height:auto;line-height:22px; font-weight:bold;font-size:1em;width:auto !important;margin:0px auto; border:1px #fff solid;border-radius:30px;white-space:nowrap; }

.container .content_title,
.content_title {background:#21252c url('/html/images/common/sub_top.jpg') 50% 50% no-repeat; background-size:auto 100px;overflow:visible;height:100px; position:relative;color:#fff; padding: 0px 0px 0px; text-align:center; font-weight:bold;font-size:0.9em;line-height:22px;padding-top:55px;}
.content_title b {display:inline-block;color:#fff; padding:0px 10px; text-align:center;height:auto;line-height:22px; font-weight:bold;font-size:1em;width:auto !important;margin:0px auto; border:1px #fff solid;border-radius:30px;}
.content_title:before {content:'Easyup class';position:absolute;left:0px;top:15px;width:100%;color:#fff; text-align:center; font-weight:bold;font-size:1.9em;line-height:30px;}
.mob_title {background-color:#69b8ff;position:relative; color:#ffffff; padding:0px;height:50px;line-height:50px;box-sizing:border-box; text-align:center; font-weight:bold;font-size:16px;}
.mob_cont { padding:15px;  }

.path{display:none !important;}
.path_course{display:none !important; width:100% !important;position:relative !important;overflow:hidden;padding:10px 15px !important; margin-bottom:-4px; background:#f7f7f7 !important;}
.path_list{width:100%;display:inline-block;float:none;background: url('/html/images/common/path_home.png') no-repeat 0 50%;padding-left:12px}
.path_list li{float:left;padding-left:16px;background:url('/common/images/default/blt_path.png') no-repeat 0 50%;margin-left:5px;font-size:12px;line-height:18px;height:18px;color:#666;}
.path_list li.last{color:#000 !important;}

ul.tabs {overflow:hidden; width: 100%;border-bottom:1px #69b8ff solid;}
ul.tabs li {float:left; text-align:center;width:50%; background: #f7f7f7;color:#555; overflow: hidden; position: relative;}
ul.tabs li a{display:block;padding:12px 0; font-weight: bold;font-size:0.875em}
ul.tabs li.active {background: #69b8ff;}
ul.tabs li.active a{color:#fff}

span.ori_price{font-weight:normal;color:#888888;text-decoration:line-through;text-align:center;padding-right:5px}
.type_chart span.ori_price{padding-right:0}
span.price{color:#000;text-align:center;text-decoration:none;font-weight:bold;}

/*로그인*/
.log_tt{margin-bottom:30px;font-size:18px;line-height:25px;text-align:center;color:#333;}
.log_tt img {margin-top:10px;max-width:174px;image-rendering: -webkit-optimize-contrast;}
.login_wrap{background-color:#fff}
.login_content{padding:10vh 0px;}
.login_content h1.logo{text-align:center; width:100%; margin:0 auto;}
.login_content h1.logo img{text-align:center;}
.login_info{margin:0 auto; width:80%;}
.login_info .login_form{border:none; background-color:#fff; margin:20px 0px 10px 0px;}
.login_info ul{text-align:right; overflow:hidden;}
.login_info ul li{height:auto; width:auto;  padding:5px 0px;}
.login_info ul li.id{background:url(../images/mobile/login/icon_id.png) no-repeat 7% 48%;}
.login_info ul li.pw{background:url(../images/mobile/login/icon_pw.png) no-repeat 7% 48%;border-top:0px solid #dfdfdf;}
/*.login_info ul li input.logintxt{border:0; text-indent:8px; height:35px; width:80%;}*/
.login_info ul li input.logintxt{border:1px solid #fff;border-bottom:1px #dfdfdf solid; text-indent:8px; height:35px; width:100%;}
.login_info .bottom_line{border-bottom:0px solid #dfdfdf;}
/*button.btn_login{background-color:#000000; border-radius:15px; color:#fff; padding:15px 0; margin-top:50px;}*/
button.btn_login {background-color: #3476e8; border:1px solid #3476e8; border-radius:4px; color: #ffffff; padding: 10px 0; margin-top:10px;}
button.btn_join {background-color: #ffffff; border:1px solid #3476e8; border-radius:4px; color: #3476e8; padding: 10px 0; margin-top:7px;}

.info_txt{border-top:1px solid #d1d1d1; padding-top:10px; font-size:14px;}

.btn_home{height:40px;}
.btn_pcv{text-decoration:underline;}

.log_oauth {overflow:hidden; margin-top:15px; font-weight:bold; line-height:40px; text-align:center;}
.log_oauth .log_oauth_list {margin:0 auto; text-align:center;}
.log_oauth .log_oauth_list li {display:inline-block; padding:0 0.3em;}
.log_oauth .log_oauth_list li img {width:40px; height:40px;}

.login_box .ip_tx {margin-top:15px;}
/* 회원가입 */

.tc_blue { color:#69b7ff;}

/*게시판*/
.search_wrap{background-color:#f7f7f7; border-bottom:1px solid #d1d1d1; border-left:none; border-right:none; padding:10px 0; text-align:center;}
.search_wrap_course{background-color:#ffffff ; border:none;border-top:0px solid #d1d1d1;border-bottom:0px solid #d1d1d1; padding:10px 0 5px 0; display:block; overflow:hidden;}

.search_wrap .searchinner {width:94%; margin:0 auto; position:relative;overflow:hidden;border:1px solid #b6bbc1; background:#fff;}
.search_wrap .searchinner select{height:30px; border:1px solid #d1d1d1; border-radius:3px;;float:left;width:30%;margin-right:2%}
.search_wrap .searchinner .search_keyword{float:left;width:calc(100% - 40px); margin-left:0%}
.search_wrap .searchinner input.s_keyword{width:100%; height:35px; border:none !important; border-radius:0px; text-indent:8px; vertical-align:top;box-sizing:border-box;}
.search_wrap .searchinner input.btn_search{position:absolute; right:10px; top:7px; height:20px;}


.search_wrap_course .list_btn_box{float:left; margin-left:10px;width:80px;}
.search_wrap_course .searchinner select{ height:34px; border:1px solid #b6bbc1; border-radius:3px;float:right;width:100%; font-size:14px; margin-right:0px;}

.table_list{border-bottom:1px solid #d1d1d1;margin-bottom:20px;}
.table_list li{border-top:1px solid #d1d1d1;padding:15px 0}
.table_list li.nodata{text-align:center;}
.table_list li a{display:block;margin:0 15px;background:none}
.table_list li a span.list_subject{font-weight:bold;font-size:1.0em;white-space:nowrap;max-width:90%;text-overflow:ellipsis;overflow:hidden;display:inline-block}
.table_list li a span.list_date{display:block;font-size:0.85em}
.table_list li a span.ic_icon { display: inline-block; vertical-align: top;}

.ic_secret {width:20px;height:20px;background:url('/html/images/mobile/sub/icon_secrete2.png') no-repeat;background-size:20px auto;}
.ic_secret img{ display:none;}

.table_faq {margin-bottom:20px;}
.table_faq li{border-bottom:1px solid #d1d1d1;padding:0px}
.table_faq li.nodata{text-align:center;padding:40px 15px}
.table_faq .faq_q{font-size:15px; color:#495057; font-weight:bold; line-height:24px; padding:15px 15px 15px 45px;background: url('/html/images/mobile/sub/faq_question.png') no-repeat 15px 20px;background-size:15px auto;min-height:24px}
.table_faq .faq_q a{color:#495057}
.table_faq .faq_q a strong{color:#5882df}
.table_faq .faq_a{font-size:14px;color:#7a7a7a;display:none;line-height:24px;padding:15px 15px 15px 45px;border-top:1px solid #d1d1d1;background:#f7f7f7 url('/html/images/mobile/sub/faq_answer.png') no-repeat 15px 14px;background-size:15px auto;min-height:30px;padding-top:10px}
.table_faq .faq_a img{width:100%;}
.table_faq .intro_page{padding:1em}
.table_faq .full_img{margin-top:10px}
.table_faq .full_img img{width:100%}


.qnaing{border-top:1px solid #d1d1d1; border-bottom:1px solid #d1d1d1; background-color:#fff; padding:15px 0; text-align:center;color:#999; }
.qnaing img{height:30px;vertical-align:middle; margin-right:10px;}
.qna_complete{border-top:1px solid #000000; border-bottom:1px solid #d1d1d1; background-color:#f1f6fb; padding:10px;}
.btn_complete{border:1px solid #6a9dd4; background-color:#95bce7; color:#fff; border-radius:5px; padding:0 5px 2px 5px; margin:0 10px 0 3px;}
.answer_box{min-height:120px; margin-top:10px;}

/* 웹진 스타일*/
.list_webzine { padding:0px 0% 15px 0%; width:100%; display:inline-block;}
.list_webzine li { float:left;display:inline-block; width:100%; margin:0%;padding:15px 4%; font-size:14px; line-height:20px; border-bottom:1px #d1d1d1 solid; box-sizing:border-box; text-align:center;}
.list_webzine li .webzine_img { float:left;position:relative;width:120px; padding-bottom:146px; overflow:hidden;border-radius:10px;}
.list_webzine li .webzine_img img { position:absolute;left:0%;top:0%;width:100%; height:100%; border:none; box-sizing:border-box; }
.list_webzine li .webzine_cont { float:left;width:calc( 100% - 140px );display:inline-block;margin-left:20px;padding:5px 0px;text-align:left; }
.list_webzine li .webzine_tit { overflow:hidden; display:block;font-weight:bold;color:#303030; font-size:1.15em;line-height:20px;height:auto;max-height:40px; padding:0px; margin:0px; margin-bottom:10px;}
.list_webzine li .webzine_cont p { font-size:1.0em; color:#666666;padding:0px;margin:0px;line-height:20px;height:80px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 4; 
-webkit-box-orient:vertical; word-wrap: break-word;  }
.list_webzine li.nodata {width:100%; margin:0%;line-height:22px;border:none; padding:40px 0px;text-align:center !important;}


/* 갤러리 스타일*/
.list_gallery { margin:3% 4% 0% 4%; width:92%; padding:0px; display:inline-block;}
.list_gallery li { float:left; display:inline-block;width:100%; margin:0% 0 4% 0%;padding-bottom:10px; font-size:14px; line-height:20px; background:#ffffff;border:none;box-sizing:border-box; text-align:center; }
.list_gallery li .gal_img { position:relative;width:100%; padding-bottom:42%; overflow:hidden;border-radius:10px;}
.list_gallery li .gal_img img { position:absolute;left:0%;top:0%;width:100%; height:100%; border:none; box-sizing:border-box; }
.list_gallery li .gal_tit { overflow:hidden;margin-top:10px;text-align:left;display:block;font-weight:bold;color:#303030; font-size:1.15em;line-height:23px;height:auto; max-height:46px; padding:0px 0px 5px 5px; }
.list_gallery li .gal_date {display:block; font-size:0.9em; color:#666666; padding:0px 0px 0px 5px; margin:0px;line-height:20px;height:20px;text-align:left;}

.list_gallery li.nodata {width:100%; margin:0%;line-height:22px;border:none; padding:40px 0px;text-align:center !important;}


.coupon_box {text-align:center;}
.coupon_box .coupon_input{width:100% !important; }


.course_list_img {max-width:100%;border:1px #d1d1d1 solid;border-radius:0px;overflow:hidden;}
.coursr_list_table{border-top:1px solid #d1d1d1;}
.coursr_list_table tbody td{padding:10px;border-bottom:1px solid #d1d1d1;text-align:center;vertical-align:top}
/*.coursr_list_table tbody td.con{padding-left:0; vertical-align:top;text-align:left;background: url(/common/images/mobile/sub/btn_go.png) no-repeat 96% 50%}*/
.coursr_list_table tbody td.con{ padding-left:5px; vertical-align:top;text-align:left}
.coursr_list_table tbody td.con .course_label { display:block;margin-bottom:5px;padding:0px;}
.coursr_list_table tbody td.con .info_title{display:block;;font-size:16px;line-height:22px;max-height:44px;font-weight:bold;white-space:normal;text-overflow:clip;overflow:visible;}
.coursr_list_table tbody td.con .info_subtext{display:block;font-size:14px;font-weight:normal;color:#444444;line-height:20px;max-height:20px; padding:0px;margin:3px 0px 15px 0px; white-space:normal;text-overflow:clip;overflow:hidden;}
.coursr_list_table tbody td.con .info_date{display:block;font-size:14px}
.coursr_list_table tbody td.con .info_price{display:block;font-size:0.75em; font-weight:bold;color:#69b8ff;}

.coursr_list_table tbody td.nodata { padding:90px 0px;;text-align:center;border-bottom:none;}

.course_gallery {overflow:hidden;width:97%;margin:10px 1.5% 0 1.5% ;}
.course_gallery li{float:left;width:47%;margin:1% 1.5% 2% 1.5%;padding:0;box-shadow:none;box-sizing:border-box;font-size:0.875em;}
.course_gallery li img {width:100%;display:block;border-radius:10px; margin-bottom:7px;}
.course_gallery li div {border-radius:0px;}
.course_gallery li .list_ccont {float:none;width:100%; padding:0px 5px 0px 7px;display:block; position:relative; height:120px;box-sizing:border-box;}
.course_gallery li .course_title {font-weight:bold;font-size:15px;color:#000;line-height:20px;height:auto; max-height:40px;padding:0px;margin-bottom:10px;text-align:left;overflow:hidden;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;word-break:keep-all;}
.course_gallery li .cstar { border:none; height:20px; padding:2px 0px;margin:0px; }
.course_gallery li .cstar img {display:inline-block;width:15px;height:auto;vertical-align:0px}
.course_gallery li .cstar .hit_cnt {font-weight:400;line-height:15px;padding-left:3px;}
.course_gallery li .course_subtext {font-size:13px; line-height:18px; height:18px;white-space:normal;overflow:hidden;padding:0px;text-overflow:clip;}
.course_gallery li .cprice  {position:relative;display:inline-block; width:100%;font-size:14px;height:auto;line-height:20px;text-align:left;padding:0px;margin:0px;}
.course_gallery li .cprice span {display:inline-block;}

.book_image {margin-top:10px;}


.my_btn_wrap{margin-right:10px;margin-top:5px;}
.my_btn_join{border:1px solid #245f9f; background-color:#69b8ff; color:#fff; border-radius:5px; font-size:14px;padding:5px 15px 8px 15px;width:100%;}
.my_btn_review{border:none;background-color:#69b8ff; color:#fff; border-radius:5px; font-size:14px;}
.pos_r{position:relative}
.pos_r .my_btn_wrap{position:absolute;right:0;top:10px}

.btn_label{font-size:14px;border-radius:5px; font-size:0.85em;padding:0 6px;display:inline-block}
.btn_label a{color:#fff;font-size:14px;}
.btn_on{background-color:#727272; color:#fff; border:1px solid #616161;}
.btn_off{background-color:#eeeeef; color:#969696; border: 1px solid #cfcfcf;}
.btn_r_on{background-color:#69b8ff; color:#fff; border:1px solid #245f9f;}
.btn_r_off{background-color:#95bce7; color:#d2e4f8; border:1px solid #6a9dd4;}

/*마이페이지 - 나의 강의실*/
.mypage_lclist{ width:94%;margin:12px 3% 0px 3%;border:1px solid #e1e1e1; border-radius:7px; padding:10px 20px;display:block;overflow:hidden; line-height:24px;}
.mypage_lclist span.contentinfo1{display:block;}
.mypage_lclist strong.info_title{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
.mypage_lclist span.info_date{display:block;font-size:14px;margin-bottom:10px;}
.mypage_lclist .my_btn_wrap { text-align:center;}
.mypage_lclist .my_btn_wrap .my_btn_join { height:35px;line-height:35px; border: 1px solid #69b8ff; background-color: #69b8ff; color: #fff; border-radius: 5px; font-size: 14px; padding:0px 30px; width: auto;}

.my_btnstyle03{background-color:#727272; border:1px solid #616161; color:#fff; padding:2px 7px; border-radius:5px; font-size:14px; display:inline-block;}
.my_btnstyle04{background-color:#eeeeef; border:1px solid #cfcfcf; color:#969696; padding:2px 7px; border-radius:5px; font-size:14px; display:inline-block;}
.my_title{background-color:#5c5c5d; color:#fff; padding:10px 20px;}
.my_btn_learn{border:1px solid #245f9f;background-color:#69b8ff; color:#fff; padding:2px 6px; margin-left:5px; border-radius:5px;}
.my_btn_learn_off{border:1px solid #95bce7;background-color:#95bce7; color:#fff; padding:2px 6px; border-radius:5px;}

/*.learn_btn{background-color:transparent;border:none;padding:0}*/
.learn_btn{background-color:#69b8ff;border:1px solid #69b8ff;border-radius:5px; color:#fff; line-height:18px; padding:5px 16px 8px 16px;margin-bottom:10px;width:100%;}
.learn_btn_off{background-color:#95bce7;border:1px solid #6a9dd4;border-radius:5px; color:#d2e4f8; line-height:18px; padding:1px 5px 2px 5px}
.learn_btn img{vertical-align:top}


.tabwrap{position:relative;}
.tab_tt{display:inline-block; width:100%;}
.tab_title{float:left; position:relative;; width:50%; text-align:center;; background-color:#e7e7e7; font-weight:bold; font-size:0.875em;}
.tab_title.on{; background-color:#fff}
.tab_title a{display:block; padding:10px 0;border:1px solid #e7e7e7;border-bottom:1px solid #808080;border-top:1px solid #e7e7e7}
.tan_list01 a{border-right:1px solid #808080}
.tan_list02 a{border-left:1px solid #808080}
.tab_title.on a{border:1px solid #fff}

.tab_cview{display:inline-block;margin:0px;padding:10px 15px 0px 15px;width:100%;height:auto;max-width:400px;border:none;border-bottom:1px #d1d1d1 solid;}
.tab_cview li{float:left;position:relative;width:auto;height:50px; margin-right:30px;}
.tab_cview li a{font-family:"noto_sans";display:block;background:none;border:none;line-height:48px;text-align:center;color:#333;border-bottom:none;font-size:14px;font-weight:bold;z-index:4}
.tab_cview li a:hover{background:none;color:#69b8ff;border:none;}
.tab_cview li.on a{background:none;color:#333;font-weight:bold;border:none;border-bottom:3px solid #69b8ff;z-index:5;position:relative;height:auto;}

.btn_area {position:fixed; bottom:0px; left:0px; width:100%;background:#fff;z-index:1000 !important;}
.cv_price {height:auto;padding:15px 10px; background:#2e3649;text-align:center;color:#fff;box-sizing:border-box;}
.cv_price .price_ment{display:inline-block;color:#f36e69;font-size:14px;line-height:20px;}
.cv_price .price_all {display:inline-block;margin-left:5px;height:20px;word-break:keep-all;}
.cv_price span.ori_price{display:inline-block;color:#888888;font-size:14px;line-height:20px;padding-right:3px;}
.cv_price span.price{display:inline-block;color:#fff;font-size:18px;line-height:20px;}

/*버튼*/
.btn_wrap2 {text-align:center; overflow:hidden;margin:10px;}
.btn_wrap2 .btn_wrap_left{width:50%; float:left;}
.btn_wrap2 .btn_wrap_right{width:50%; float:left;}
button.cbtn_request{ background-color:#3476e8; border:1px solid #3476e8; color:#fff; height:50px; line-height:48px;padding:0px; border-radius:3px; box-sizing:border-box;}
button.cbtn_cancel{ background-color:#fff; border:1px solid #333; color:#333;  height:50px; line-height:48px;padding:0px; border-radius:3px;box-sizing:border-box;}
button.cbtn_detail{background-color:#3476e8; border:1px solid #3476e8; color:#fff; height:50px; line-height:48px; padding:0px; border-radius:3px;box-sizing:border-box;}
button.cbtn_end{ background-color:#333333; color:#ffffff; height:50px; line-height:48px; padding:0px; border-radius:3px;box-sizing:border-box;}

.gray_box{border:none;background-color:#fff;padding:15px;margin-bottom:20px}
.gray_box .box_stitle{font-size:18px;}

.board.btn .button.gray{background:#3476e8;color:#fff; border-color:#3476e8; }
.board.btn .button.white{background:#aaa;color:#fff; border-color:#aaa;}

/*버튼*/
.board.btn {text-align:center;padding:20px 0}
.button {background-color:#eeeeef; color:#555; padding:10px;}
.btn_wrap{text-align:center; overflow:hidden;}
.btn_wrap .btn_wrap_left{width:50%; float:left;}
.btn_wrap .btn_wrap_right{width:50%; float:left;}
.btn_wrap .inner2{padding:10px;}

button.btn_request{ padding: 5px 25px !important;background-color:#3476e8 !important; border-color:#3476e8 !important; color:#fff !important;}
button.btn_cancel{padding: 5px 25px !important;background-color:#aaa !important; border-color:#aaa !important; color:#fff !important;}
@media all and (max-width:400px) {
	button.btn_request{ padding: 5px 20px !important;}
	button.btn_cancel{padding: 5px 20px !important;}
}
@media all and (max-width:320px) {
	button.btn_request{ padding: 5px 15px !important;}
	button.btn_cancel{padding: 5px 15px !important;}
}

.r_view {width:auto;float:none;}
.t_view {width:auto;float:none;}

.graph_wrap{padding-right:55px; position:relative;}
.graph_wrap .graph_p{position:absolute;right:0;top:0;}
.graph_box{padding:3px; border:1px solid #bcbcbc; background-color:#e7e7e7; border-radius:5px;}
.graph_bar{height:10px; border-radius:5px;transition: width 1s linear 0.1s;background: url(/common/images/mobile/sub/graph_bg.png) repeat-x 0 0}


.tb_process{border-top:2px solid #727272;}
.tb_process thead th{border-left:0px solid #d1d1d1; border-bottom:1px solid #d1d1d1;font-size:0.95em}
.tb_process thead th.first{border-left:none; padding:4px;}
.tb_process tbody td{border-left:0px solid #d1d1d1; border-bottom:1px solid #d1d1d1; padding:10px; text-align:center;font-size:0.95em}
.tb_process tbody td.first{border-left:none; padding:4px; text-align:left;}
.tsection{text-align:left !important; background:#fafbff; font-weight:bold; font-size:1.2em; padding:20px 30px; border-left:0 !important;}

.tb_process2 {border-top:2px solid #727272;}
.tb_process2 tbody th {background-color:#f7f7f7; border-bottom:1px solid #d1d1d1; padding:10px; text-align:center;font-size:14px;color:#333;font-weight:normal}
.tb_process2 tbody td {border-bottom:1px solid #d1d1d1; padding:10px; text-align:left;font-size:14px;}
.tb_process2 tbody td strong {font-weight:normal;color:#4179d6;}

.payment_comp{padding-left:0px;}

.blt_txt{background:url(/common/images/mobile/main/blt02.gif) no-repeat 0 2px; font-weight:bold; color:#000000; margin-top:0px; padding-left:20px;}

.page_btn { padding:0px 0px 20px 0px;}
.page_box ul{}
.page_box ul li{float:none}
.page_box div{box-sizing:border-box;height:34px;display:inline-block;background:none;border:0px solid #cdcdcd;border-radius:0px;vertical-align:bottom;margin:0 2px 0 2px;}
.page_box .page_margin{display:none}
.page_box .page_seperator{display:none}
.page_box .page_number_btn_on{padding:7px 5px 0 5px;font-weight:bold;color:#3476e8;}
.page_box .page_number_btn{padding:7px 5px 0 5px;}
.page_box .page_p_btn{width:34px;background:#fff url('/html/images/mobile/sub/page_prev_btn.png') no-repeat 50% 50%;background-size:24px auto;border:1px solid #d1d1d1;}
.page_box a.on .page_p_btn{background:#fff url('/html/images/mobile/sub/page_prev_btn.png') no-repeat  50% 50%;background-size:24px auto;border:1px solid #d1d1d1;}
.page_box .page_n_btn{width:34px;background:#fff url('/html/images/mobile/sub/page_next_btn.png') no-repeat 50% 50%;background-size:24px auto;border:1px solid #d1d1d1;}
.page_box a.on .page_n_btn{background:#fff url('/html/images/mobile/sub/page_next_btn.png') no-repeat 50% 50%;background-size:24px auto;border:1px solid #d1d1d1;}
.page_box .page_first_btn{display:none;}
.page_box .page_prev_btn{display:none;}
.page_box .page_next_btn{display:none;}
.page_box .page_last_btn{display:none;}

.tab_title{float:left; position:relative;; width:50%; text-align:center;; background-color:#f3f3f3; font-weight:bold; font-size:0.875em;}
.tab_title.on{; background-color:#fff}
.tab_title a{display:block; padding:10px 0;border:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1;border-top:1px solid #e7e7e7}
.tan_list01 a{border-right:1px solid #d1d1d1}
.tan_list02 a{border-left:1px solid #d1d1d1}
.tab_title.on a{border:1px solid #fff}

.g_box_in{border:1px solid #dbdbdb;background-color:#fff;height:120px;overflow:auto;padding:14px 10px;margin-bottom:10px}

.viewinfo_title{background-color:#ffffff; margin-bottom:10px;}
.viewinfo_title h3{padding:0px; font-size:22px;line-height:130%; color:#000; background:none;}

.info_label {margin-bottom:5px;}
.label {font-size: 12px; padding:0px 5px; height: 20px; line-height: 20px;}

.info_cont {width:100%;text-align:left;color:#fff;font-size:15px;line-height:22px;margin-bottom:10px;} 
.info_cont span {color:#333;font-size:14px;line-height:20px;} 
.info_cont p {color:#333;font-size:14px;line-height:20px;} 
.info_subtitle {width:100%;text-align:left;color:#adadad;font-size:14px;line-height:22px;overflow:hidden;word-break:keep-all; margin-bottom:10px;} 
.info_subtitle span {display:inline-block;color:#adadad;font-size:14px;line-height:22px;margin-right:15px;word-break:keep-all;} 

.sns_btn{width:100%;overflow:hidden;height:25px;padding:0px;text-align:right;}
.sns_btn li{float:none;display:inline-block;margin-left:0px;font-size:14px;line-height:25px;font-weight:500;color:#fff;}
.sns_btn .btn_facebook { display:block; width:25px; height:25px; text-indent:-99999px !important; background:url('/html/images/common/icon_facebook_m.png') no-repeat;background-size:25px auto; -webkit-filter:invert(35%); filter:invert(35%); image-rendering: -webkit-optimize-contrast;}
.sns_btn .btn_kakaostory { display:block; width:25px; height:25px; text-indent:-99999px; background:url('/html/images/common/icon_kakaostory_m.png') no-repeat;background-size:25px auto; -webkit-filter:invert(35%); filter:invert(35%); image-rendering: -webkit-optimize-contrast;} 
.sns_btn .btn_naver { display:block; width:25px; height:25px; text-indent:-99999px; background:url('/html/images/common/icon_naver_m.png') no-repeat;background-size:25px auto; -webkit-filter:invert(35%); filter:invert(35%);image-rendering: -webkit-optimize-contrast; }

.course_foot_review {background:#f6fafd;width:100%;padding:10px 0px 20px 0px;text-align:left;margin-top:10px;}

/*테이블 스타일*/
table.tb_style02{margin:10px 0px; border:1px solid #d1d1d1; border-left:none; border-right:none; font-size:14px;}
table.tb_style02 tbody td{padding:10px; border-bottom:1px solid #d1d1d1;}
table.tb_style02 tbody td.first {background-color:#f7f7f7 !important;color:#333 !important;font-weight:normal !important;text-align:center !important;border-bottom:1px solid #dedede}
table.tb_style02 tbody td input {height:30px;}
table.tb_style02 tbody td select {height:30px;}

table.tb_style03{border:none;border-top:1px solid #d1d1d1; background-color:#ffffff; }
table.tb_style03 tbody td {padding:10px; border-bottom:1px solid #d1d1d1;font-size:14px; text-align:left;}
table.tb_style03 tbody td.list_title {padding-left:5px;background:none;  }
table.tb_style03 tbody td.talign_c {text-align:left !important;}

table.tb_style06{border-top:1px solid #333;}
table.tb_style06 tbody th {background:#f8f8f8;}
table.tb_style06 tbody td{padding:10px 4px; border-bottom:1px solid #d1d1d1; font-size:14px;}
table.tb_style06 tbody tr.tb_section td{background-color:#f7f7f7;border-top:1px solid #333; font-weight:bold; font-size:1.0em; line-height:1.0em; padding:10px 4px;}

.classroom_list {width:100%;display:inline-block;margin-top:10px;}
.classroom_list li {float:left;position:relative;display:inline-block;width:100%; border:1px #ddd solid !important; border-radius:7px;overflow:hidden; padding:10px 10px 10px 70px;box-sizing:border-box; margin-bottom:10px;}
.classroom_list li h2 {position:absolute;left:0px;top:0px;width:55px;height:100%;color:#333;font-size:14px;background-color:#f7f7f7;display:inline-block;padding:10px;}
.classroom_list li h2 span {position:absolute;left:0px;top:50%; transform: translateY(-50%);width:100%;width:55px;font-size:14px;color:#333;text-align:center;}
.classroom_list li.tb_section {background-color:#f7f7f7;border:none !important;border-top:1px solid #333 !important;margin-top:30px; border-radius:0px;font-weight:bold; font-size:1.0em; line-height:1.0em; padding:10px 4px;}
.classroom_list li:first-child {margin-top:0px !important;}

.classroom_list li .crl_subject {position:relative; padding-right:50px; margin-bottom:10px;box-sizing:border-box;}
.classroom_list li .crl_ratio {position:absolute;right:0px;top:0px;width:40px;line-height:20px;text-align:center;font-size:13px;}
.classroom_list li .learn_btn{ margin-bottom: 0px !important;}

#page-reload div img { vertical-align: -3px; width:16px;
}

table.tb_style08{border-top:1px solid #727272; font-size:14px;}
table.tb_style08 tbody td{padding:10px; border-bottom:1px solid #d1d1d1;}
table.tb_style08 tbody th{padding:10px; border-bottom:1px solid #d1d1d1; text-align:center; border-right:none;background-color:#f7f7f7;}
table.tb_style08 tbody td.dis_color{color:red;}
table.tb_style08 tbody td.total_color{color:#3071b7;}
table.tb_style08 tbody tr.total{font-weight:bold; background-color:#f1f6fb;}


table.tb_style07 tbody td.total_color{color:#000000;}
table.tb_style08 tbody td.total_color{color:#000000;}
table.tb_style09 tbody td.total_color{color:#000000;}

.tb_th{background-color:#f7f7f7 !important;color:#333 !important;font-weight:normal !important;text-align:center !important;border-bottom:1px solid #dedede}
.tb_td{padding:10px	!important; }

.compbox {padding:10px;}
p.pl10  {padding-bottom:15px;}

.blt_txt{background:none; font-weight:bold; color:#000000 !important; margin-top:0px; padding-left:0px; font-size:18px !important;}
.info_text {border:none;}
.info_text div{font-size:13px;}
.info_text img {width:auto !important;max-width:100%;}
.textin {font-size:13px;}
.textin { font-size:13px !important; font-weight:normal !important;color:#666666 !important; line-height:18px !important;padding:0px !important;margin:0px !important;}
.textin h2 {font-size:13px !important; font-weight:normal !important;color:#666666 !important; line-height:20px !important;padding:0px !important;margin:0px !important;}
.textin h3 {font-size:13px !important; font-weight:normal !important;color:#666666 !important; line-height:20px !important;padding:0px !important;margin:0px !important;}
.textin p { font-size:13px !important; font-weight:normal !important;color:#666666 !important; line-height:18px !important; margin-bottom:10px !important;}
.textin li { font-size:13px !important; font-weight:normal !important;color:#666666 !important; line-height:18px !important; margin-bottom:10px !important;}

.pay_container .content_title {background:#21252c url('/html/images/common/sub_top.jpg') 50% 50% no-repeat; background-size:auto 100px;overflow:visible;height:100px; position:relative;color:#fff; padding: 0px 0px 0px; text-align:center; font-weight:bold;font-size:0.9em;line-height:22px;padding-top:55px; }
.pay_container .content_title b {display:inline-block;color:#fff; padding:0px 10px; text-align:center;height:auto;line-height:22px; font-weight:bold;font-size:1em;width:auto !important;margin:0px auto; border:1px #fff solid;border-radius:30px;}

.pay_container .tb_title { margin-top:30px; margin-bottom:10px; background:url(/common/images/mobile/main/blt02.gif) no-repeat 0 2px; font-weight:bold; color:#3476e8; padding-left:20px; }

.pay_container .cart_item {}
.pay_container .cart_item li { margin:10px 0; background-color:#f9f9f9; }
.pay_container .cart_item li .item_nm { word-break:break-all; }
.pay_container .cart_item li .item_price { text-align:right; padding-top:6px; }
.pay_container .cart_item li .item_price .original_price { text-decoration:line-through; }
.pay_container .cart_item li .item_price .pay_price { font-size:1.2em; color:#e2450e; }
.pay_container .cart_item li .item_price .item_count { font-size:0.9em; }

.pay_container .pay_type {margin-top:10px; border:1px solid #d1d1d1; border-left:none; border-right:none; background-color:#f7f7f7; font-size:14px;;overflow:hidden;padding:10px 0}
.pay_container .pay_type label{display:block;width:100%;text-align:left;float:left;padding:4px 0;}
.pay_container .pay_type label input{margin-left:10px;}
.pay_container .button_zipcode { border:1px solid #245f9f; background-color:#69b8ff; color:#fff; padding:2px 6px; margin-left:5px; border-radius:5px; }
.pay_container .button_discount_select { border:1px solid #245f9f; background-color:#69b8ff; color:#fff; padding:1px 4px; margin-left:5px; border-radius:5px; vertical-align:1px; font-size:0.8em; }
.pay_container .button_discount_change { border:1px solid #d9534f; background-color:#d9534f; color:#fff; padding:1px 4px; margin-left:5px; border-radius:5px; vertical-align:1px; font-size:0.8em; }
.pay_container .button_pay { width:100%; margin-top:25px; background-color:#69b8ff; border:1px solid #245f9f; color:#fff; padding:10px 0; border-radius:5px; }
.pay_container .button_cancel { display:none; }

.notice { border:none !important; padding:10px 4px; margin:0px 0 0 0; font-size:0.9em; font-weight:bold; color:#e21b41;background-color:#fff; width:100%; display:inline-block;}

/****** 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:3px;
	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.thin{padding:0 10px; height:20px; line-height:20px; font-size:13px}
.button.small{padding:0 10px; height:30px; line-height:27px; font-size:13px}
.button.medium{padding:0 20px; height:34px; line-height:34px; font-size:15px}
.button.large{padding:0 35px; height:38px; line-height:38px; font-size:18px;font-weight:bold}
.button.large_square{padding:10px 10px;font-size:14px;font-weight:bold;}
.button.large_p0{padding:0;font-size:14px;font-weight:bold;}


.button.black{background-color: #222;color: #fff;border:1px solid transparent;background-image:none;}
.button.black:hover{background-color: #000}
.button.white{background-color: #fff;color: #333;border:1px solid #ddd;text-shadow:none;background-image:none;}
.button.white:hover{background-color: #eee;border:1px solid #bbb}
.button.recomm_title{float:left; border:0 none; padding:10px 0 10px 32px; border-radius: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:#3476e8;}
.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: #3476e8}
.button.blue{background-color: #3476e8;color: #fff;border:1px solid #3476e8}
.button.blue:hover{background-color: #3476e8}
.button.green{background-color: #3476e8;color: #fff;border:1px solid #3476e8}
.button.green:hover{background-color: #3476e8}
.button.sky{background-color: #5bc0de;color: #fff;border:1px solid #5bc0de}
.button.sky:hover{background-color: #4ab0cd}
.button.orange{background-color: #ff8814;color: #fff;border:1px solid #ea7300}
.button.orange:hover{background-color: #ea7300}
.button.red{background-color: #3476e8;color: #fff;border:1px solid #3476e8}
.button.red:hover{background-color: #3476e8}
.button.red-sunglo{background-color: #E26A6A;color: #fff;border:1px solid #de3939}
.button.red-sunglo:hover{background-color: #de3939}
.button.gray{background-color: #a3a3a3;color: #fff;border:1px solid #939393}
.button.gray:hover{background-color: #929292}

/*버튼*/
button.btn_request{margin-top:5px; background-color:#3476e8; border:1px solid #3476e8; color:#fff; padding:5px 10px; border-radius:3px; box-sizing:border-box;}
button.btn_cancel{margin-top:5px; background-color:#fff; border:1px solid #333; color:#333; padding:5px 10px; border-radius:3px;box-sizing:border-box;}
button.btn_detail{background-color:#3476e8; border:1px solid #3476e8; color:#fff; padding:5px; border-radius:3px;box-sizing:border-box;}
button.btn_end{margin-top:5px; background-color:#333333; color:#ffffff; padding:5px 10px; border-radius:3px;box-sizing:border-box;}


.notice_view{padding:15px;;font-size:0.9em}
.qna_view{padding:15px; border-bottom:1px solid #d1d1d1;}
.notice_title{background-color:#fff; border-bottom:1px solid #d1d1d1; padding:0px 0px 10px 0px;margin:20px 15px;}
.notice_title ul li{font-size:0.85em; line-height:20px;}
.notice_title .infotitle{font-size:18px;line-height:26px;font-weight:bold;padding-bottom:10px;}

.page { padding:15px;}
.page .page_title{font-size:17px;font-weight:bold;color:#000000;padding:10px 0px 10px 0px;background:none;margin-top:0px}
.page .page_title span { color:#f34212;font-size:14px;font-weight:normal;}


.sub_title { font-size:17px; font-weight:bold; color:#000000; line-height:20px; padding-left:0px; margin-bottom:10px; }
.sub_title span { color:#f13300; }
.sub_title_c { font-size:17px; font-weight:bold; color:#000000; line-height:20px; padding-left:0px; margin-bottom:10px;text-align:center; }
.sub_stitle { font-size:15px; font-weight:bold; color:#000000; line-height:18px; padding-left:15px; margin-bottom:10px; }
.sub_inner { color:#333333; line-height:20px; padding:0px;margin:20px;display:block;}

.sub_stitle{background:url('/html/images/common/stit_dot.png') 0px 50% no-repeat;font-size:15px;font-weight:bold;color:#0153a4;padding:5px 0px 5px 15px;margin-top:0px}


.map_canvas { display:inline-block;width:100%; height:400px;overflow:hidden !important;}
.map_canvas iframe { overflow:hidden;}
.loca_tit { font-size:17px; font-weight:bold; color:#555; padding:0px 0 15px 0; }
.loca_tit span{ color:#000; }
.loca { width:100%;display:inline-block;border-top:1px #dcdcdc solid;border-bottom:1px #dcdcdc solid; padding:15px 0px; margin-bottom:0px;}
.loca li b {float:none;position:absolute;left:0;top:0;width:65px;display:block; color:#000; font-size:14px; font-weight:bold; line-height:20px;}
.loca li {position:relative;padding-left:65px;color:#333333; background:none; font-size:14px; line-height:20px;padding-bottom:5px;  } 
.loca li.last {border-bottom:none;}
.map_canvas .root_daum_roughmap {width:100% !important;}
.map_canvas .root_daum_roughmap .wrap_controllers {display:none !important;}

.intro { padding:30px 20px 30px 20px;}
.intro h2 { width:100%;margin-bottom:20px;}
.intro h2 img {width:75%;}
.intro p { font-size:14px; color:#777777; line-height:22px;}
.intro p strong{ font-size:16px; color:#333; line-height:24px;}

.intro_inner {display:inline-block;width:100%; box-sizing:border-box;}
.intro_inner li {margin-bottom:50px;}

.content .inner h2 {color:#69b8ff;}
.sub_cont {min-height:50px;margin-bottom:25px;}
.sub_cont p {display:block;margin-bottom:-5px;}
.sub_cont p img {width:100%;}

.notice_box {width:100%; border:3px #f0f0f0 solid;padding:10px 20px;background:;margin-bottom:20px;}
.notice_box p {font-size:14px;color:#666;line-height:22px;}
.notice_box h2 {font-weight:bold;font-size:16px;color:#666;line-height:30px;padding-top:10px;}
.notice_box h2 span {color:#f34212;padding-left:10px;}

.sub_tbl{ width:100%;text-align:center;border-top:2px solid #88b8ce;margin-bottom:20px;}
.sub_tbl thead th{padding:10px 0;line-height:20px;font-size:14px;font-weight:bold;color:#fff;background:#88b8ce;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl thead th.last {border-right:none;}
.sub_tbl tbody th{padding:10px 0;line-height:20px;font-size:13px;font-weight:bold;color:#000;text-align:center;background:#f7f7f7;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl tbody th.last {border-right:none;}
.sub_tbl tbody td{padding:10px 0;line-height:20px;font-size:13px;color:#333;border-bottom:1px solid #ddd;border-right:1px solid #ddd;}
.sub_tbl tbody td.tal{padding:10px 7px;color:#333;text-align:left;}
.sub_tbl tbody td span{color:#ff7112;font-weight:bold;}
.sub_tbl tbody td.last {border-right:none;}

.sub_tbl2{ width:100%;text-align:center;border-top:none;margin-bottom:20px;}
.sub_tbl2 thead th{padding:10px 0;line-height:20px;font-size:14px;font-weight:bold;color:#fff;background:#88b8ce;}
.sub_tbl2 thead th.last {border-right:none;}
.sub_tbl2 tbody th{padding:10px 0;line-height:20px;font-size:14px;font-weight:bold;color:#000;text-align:center;background:#f7f7f7;border-bottom:1px #ddd solid;border-right:1px #ddd solid}
.sub_tbl2 tbody th.last {border-right:none;}
.sub_tbl2 tbody td{padding:10px 0;line-height:20px;font-size:14px;color:#333;border-bottom:1px solid #ddd;border-right:1px solid #ddd;}
.sub_tbl2 tbody td.tal{padding:10px;color:#333;text-align:left;}
.sub_tbl2 tbody td span{color:#ff7112;font-weight:bold;}
.sub_tbl2 tbody td.last {border-right:none;}

.course_guide {display:inline-block;position:relative;width:100%; padding:0px 0px 0px;margin-bottom:30px;}
.course_guide h2 {position:relative;left:0%;top:0;display:inline-block;margin-bottom:7px;width:100%;height:35px;line-height:35px;font-size:15px;font-weight:bold;color:#fff; text-align:center; background:url('/html/images/common/cguide_tit.png') 50% 50% no-repeat;background-size:auto 35px;}
.course_guide .cguide_cont {margin-bottom:15px;}
.course_guide .cguide_cont2 {display:inline-block;width:100%;box-sizing:border-box;border:1px #d1d1d1 solid;background:#f7f7f7;padding:20px;margin-bottom:0px;}
.course_guide p {font-size:13px;color:#000;line-height:20px;}
.course_guide span {color:#f34212;}
.course_guide b {font-weight:bold;}

.sub_guide {margin-bottom:10px;}
.sub_guide p {background:url('/html/images/common/dot.png') 2px 9px no-repeat;font-size:14px;line-height:20px;padding-left:10px;padding-bottom:10px;}

.cinfo_menu { width:100%; border:1px #d1d1d1 solid;padding:20px;background:#f7f7f7;margin:20px 0px 0px 0px; font-size:14px;color:#666;line-height:20px;box-sizing:border-box;  }
.cinfo_menu h2 {font-weight:bold;font-size:20px;color:#000;line-height:24px;padding-bottom:10px;}
.cinfo_menu h2 span { color:#f34212;padding-left:10px;}
.cinfo_menu ul { width:100%;display:inline-block; border-left:1px #d1d1d1 solid;border-top:1px #d1d1d1 solid;}
.cinfo_menu li { width:100%;display:inline-block;border:1px #d1d1d1 solid; border-top:none;border-left:none;box-sizing:border-box; }
.cinfo_menu li a { display:block;line-height:30px;color:#000;background:#fff;box-sizing:border-box;padding-left:20px;}
.cinfo_menu li a:hover {background:#234aa8; color:#fff;}


/* 오시는길 */
.intro05 {padding:15px;}
#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:600;font-size:24px;color:#333;}
#business--headOffice .map-info .row {margin-right:0;}
#business--headOffice .row li {position:relative;width:100%;padding-left:70px;box-sizing:border-box;font-weight:400;font-size:14px;line-height:30px;list-style:none;}
#business--headOffice .row li strong {position:absolute;left:0;font-weight:600;font-size:14px;color:#333;vertical-align:middle;letter-spacing:0}
#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;}



/* 사업주지원, 내일배움카드 스타일  */
.stitle { font-size:18px; font-weight:bold; color:#000 !important; line-height:24px; margin:10px 3% 10px 3%;}
.sstitle { font-size:15px; font-weight:bold; color:#3476e8; line-height:22px; margin:0px 0 10px 0px;}
.scont { width:94%;margin:20px 3% 20px 3%;font-size:14px; color:#777777; line-height:22px;  }
.scont span {  color:#0d79b9; }
.scont2 {width:94%;margin:0px 3%;font-size:15px; color:#777777; line-height:22px; margin-bottom:30px;  }

ul.scont { font-size:14px; color:#777777; line-height:22px; margin-bottom:30px;  }
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; }
.greeting_scont { width:94%;margin:20px 3% 20px 3%;}
.greeting_scont .btn_box {text-align:center;margin-bottom:40px;}

.owner1 {width:94%;margin:0px 3%; border:1px #d1d1d1 solid; padding:20px; line-height:22px;font-size:14px; font-weight:normal; color:#777777; margin-bottom:40px;  }
.owner1 p{font-weight:bold; font-size:17px; color:#111;}
.owner1 .box1{padding-top:25%; margin-bottom:50px; background:url('/html/images/common/owner1_box1.png') no-repeat; background-size:100% auto;}
.owner1 .box2{padding-top:25%; background:url('/html/images/common/owner1_box2.png') no-repeat; background-size:100% auto;}
.owner1_2 { width:94%;margin:0px 3% 40px 3%;border:1px #d1d1d1 solid; background:url('/html/images/common/owner1_2.png') 0px 100% no-repeat; background-size:100% auto; padding:20px 20px 35% 20px;line-height:25px;font-size:14px; font-weight:normal; color:#777777;  }
.owner1_3 { width:94%;margin:0px 3% 40px 3%;line-height:25px;font-size:15px; font-weight:normal; color:#777777; }
.owner1_3 img { margin:13px 0%; width:100%;}

.owner2 { display:inline-block;width:96%;margin:3% 2%; }
.owner2 li { float:left; width:47%; height:250px; border:1px #69b8ff solid; text-align:center; margin:1.5%; border-radius:10px;overflow:hidden;}
.owner2 li:last-child {margin-right:0;}
.owner2 li h1 {text-align:center; font-size:14px; color:#ffffff; font-weight:bold; line-height:35px; background-color:#69b8ff; border-radius:0px;}
.owner2 li h2 { text-align:center; font-size:16px; color:#000; font-weight:bold; line-height:40px; background-color:#f4f4f4; }
.owner2 li p {font-size:14px; font-weight:normal; color:#777777; line-height:20px;margin:0px;padding:15px;}
.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; }

.owner_noti{width:94%; margin:10px 3%; padding-top:20px; border-top:0px solid #d1d1d1;}
.owner_noti p{margin-bottom:5px; font-weight:bold; color:#111; font-size:16px;}
.owner_noti ul{padding-left:0px;}
.owner_noti li{list-style:none;font-size:14px;line-height:22px;margin-bottom:5px; padding-left:10px; background:url('/html/images/common/dot.png') 0px 10px no-repeat; }

.owner3 {  width:94%; height:auto; display:inline-block; margin:15px 3% 0px 3%; padding:20px;  border:1px #eaeaea solid; box-sizing:border-box;text-align:left; }
.owner3 h2 { font-size:18px; font-weight:bold; color:#000; line-height:30px; margin:100px 0px 10px 0px;text-align:center; }
.owner3 p { font-size:14px; font-weight:normal; color:#777777; line-height:22px; margin:10px 0px 5px 0px; }
.owner3 ul { margin:0 0 0px 0px; }
.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;}
.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') 50% 20px no-repeat; background-size:80px auto; }
.owner3_2 { background:#f7f7f7 url('/html/images/common/owner3_2.png') 50% 20px no-repeat; background-size:80px auto; }
.owner3_3 { background:#f7f7f7 url('/html/images/common/owner3_3.png') 50% 20px no-repeat; background-size:80px auto; }

.owner6 {}
.owner6 > div > table {width:94%;margin:3%;border-left:1px solid #ddd; font-size:13px; }
.owner6 > div > table tr th {padding:8px;font-size:13px;line-height:18px;color:#000;font-weight:bold;border-bottom:1px solid #3476e8;border-right:1px solid #1694ce; background-color:#3476e8; color:#ffffff;}
.owner6 > div > table tr td {padding:8px;font-size:13px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;}
.owner6 > div > table tr td:first-child {background-color: #f7f7f7;}

.worker1 {width:94%;margin:15px 3% 30px 3%;  height:auto; background:url('/html/images/common/worker1_2_m.png') no-repeat;background-size:100% auto !important;padding-top:75%;display:inline-block; }
.worker1 h2 {font-size:18px;font-weight:bold;color:#2e2e2e;line-height:25px;margin:0px 0 10px 0px; }
.worker1 p { font-size:14px;font-weight:normal;color:#777777;line-height:22px;margin:0 0 15px 0px; }
.worker1 p span{color:#fe5a4e;}
.worker1 ul { margin:0 0 15px 0px; }
.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:#3476e8;font-weight:bold;}
.worker1 .btn_box{margin:25px 0 0px 0px;}
.worker1 a{float:none;display:inline-block;margin-bottom:5px; width:100%; height:60px;text-align:center; font-size:16px; color:#ffffff; font-weight:bold;box-sizing:border-box;}
.worker1 a.oepncard {background:#3476e8;color:#ffffff; padding-top:8px;line-height:22px;border-radius:3px;}
.worker1 a.btn_bule {line-height:60px; background:#232632; border-radius:3px;}

.worker2 { width:94%; height:auto; border:1px #ccc solid; display:inline-block; margin:0px 3% 20px 3%; }
.worker2 h2 {  width:100%; margin:0px 0px; padding:20px; font-size:15px; font-weight:normal; color:#525252; line-height:22px; text-align:center; }
.worker2 h2 br {display:none;}
.worker2 h2 span {display:block; color:#006e9c; font-weight: bold; }
.worker2 h2 small { font-size:15px; }
.worker2 ul {  width:100%; 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 0px 0px; display:inline-block;background:none; }
.worker3 .worker3_sub { margin:0% 3% 3% 3% !important; text-align: left; border: 1px #e8e8e8 solid;height:auto !important;  background: #ffffff;  padding: 20px; }
.worker3 .worker3_sub h2 { font-size:15px; font-weight:bold; color:#000; line-height:30px;}
.worker3 .worker3_sub ul {  margin:10px 0px 10px 0px; height:auto; }
.worker3 .worker3_sub li { font-size:14px; font-weight:normal; color:#777777; line-height:22px; 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;  }
a.worker3_btn { display:block; width:290px; height:49px; line-height:45px; text-align:center; font-size:18px; color:#fff; font-weight:bold; border:1px #3476e8 solid; background:#3476e8; margin:0 auto; border-radius:3px;  }
.worker3_tel {  line-height:50px; text-align:center; font-size:17px; color:#000000; font-weight:bold;   }
.worker3_tel span {  color:#3476e8; }

.worker_noti{  padding:0px 0px 20px 0px; }
.worker_noti .noti_box{padding:30px 0px auto;margin:3%;width:94%; border:none;border-top:0px #d1d1d1 solid; background:none;}
.worker_noti .noti_box h2{ font-size:18px; font-weight:bold; color:#2e2e2e; line-height:30px;}
.worker_noti .noti_box table{margin-top:5px; border-top:2px #cccccc solid;}
.worker_noti .noti_box table th{padding:10px 0; line-height:1.3; background:#f7f7f7; color:#000;text-align:center; border-bottom:1px #ddd solid;}
.worker_noti .noti_box table td{padding:10px;font-size:14px; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}
.worker_noti .noti_box table td.tc{text-align:center;}
.worker_noti .noti_box table td li{font-size:14px; font-weight:normal; color:#777777; line-height:22px; padding-left:10px; background:url('/html/images/common/dot1.png') 0px 10px no-repeat; }
.worker_noti .noti_box .txt_noti{margin-top:15px; }
.worker_noti .noti_box .txt_noti p{font-weight:bold;}
.worker_noti .noti_box .txt_noti ol{padding-left:15px;}
.worker_noti .noti_box .txt_noti ol, .worker3 .worker_noti .noti_box .txt_noti li{list-style:decimal;}
.worker_noti .noti_box .owner_noti {width:100%; margin:20px 0%;}

.sub_topbox { width:94%;display:inline-block;margin:0% 3% 0px 3%;box-sizing:border-box;text-align:center;}
.sub_topbox h2 { font-size:20px;font-weight:bold;line-height:32px; color:#0887c2;padding:20px;box-sizing:border-box;background:#fff;border:1px #ddd solid;border-top:3px #0887c2 solid;letter-spacing:-0.07em;}
.sub_topbox p { font-size:14px;font-weight:normal;line-height:22px; color:#000;padding:0px 20px 20px 20px;box-sizing:border-box;background:#fff;border:none;border-bottom:1px #ddd solid; }

.sub_content {width:92%;display:inline-block;margin:0px 4% 0px 4%;;}
.sub_content h3 {font-size:18px;font-weight:bold;color:#000 !important; }
.sub_content ul {margin-bottom:30px;}
.sub_content ol {margin-bottom:30px;}
.sub_content li {font-size:14px; color:#666; margin-top:15px;line-height:22px;}
.sub_content p {font-size:14px; color:#666; margin-top:15px;line-height:22px;}

.sub_content .depth1 table{ border-top:1px #d1d1d1 solid;border-left:1px #d1d1d1 solid; margin-top:0px; }
.sub_content .depth1 table th { border-bottom:1px #d1d1d1 solid;border-right:1px #d1d1d1 solid; padding:6px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.sub_content .depth1 table td { border-bottom:1px #d1d1d1 solid;border-right:1px #d1d1d1 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;}

.cheating_ {width:92%;margin:3% 4% 30px 4%;}
.cheating_:first-child {margin-top:0px;}
.cheating_ ul {}
.cheating_ h3 {font-size:18px;font-weight:bold;color:#000 !important; }
.cheating_ p {font-size:14px; color:#666; margin-top:15px;line-height:22px;}

.cs_help1 { background:#6190e2 url('/html/images/common/cshelp1_bg.png') 100% 50% no-repeat; padding:30px; }
.cs_help1 h2 { font-size:30px; font-weight:bold; 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:30px 0px; width:100%;margin:0px 0 30px 0%; border-bottom:1px #e1e1e1 solid; display:inline-block;box-sizing:border-box;}
.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:94%;margin:0px 3% 30px 3%; border-bottom:1px #d1d1d1 dashed; }
.cs_help3 .stitle { margin-left:0px;}
.cs_help3 h3 {font-size:18px; font-weight:bold; color:#000000; margin:0px 0px 15px 0px; }
.cs_help3 p { font-size:14px; margin-bottom:20px;  }
.cs_help3 ul.cs_help3_1 { display:inline-block; width:100%; margin-bottom:30px; }
.cs_help3 ul.cs_help3_1 li { float:left; width:100% !important; font-size:14px; color:#666666; line-height:22px; }
.cs_help3 ul.cs_help3_1 li span { color:#d70505; font-weight:bold; }
.cs_help3 ul.cs_help3_1 li b { color:#222222; font-weight:bold; } 

.cs_help3 ul.cs_help3_2 { width:100%;margin:0px 0% 30px 0%; display:inline-block; text-align:center; }
.cs_help3 ul.cs_help3_2 li { float:left; width:48%; text-align:center; margin:5px 1%; 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:14px; 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_down1 { width:92%; display:inline-block; text-align:center; margin:0px 4% 40px 4%; }
.cs_down1 li { float:left; width:48%; text-align:center; margin:1%; border:1px #e1e1e1 solid; }
.cs_down1 li a { display:block; text-align:center; padding:30px 0px;}
.cs_down1 li img {width:62px !important;}
.cs_down1 li a:hover { background:#f7f7f7; }
.cs_down1 li h2 { font-size:17px; font-weight:bold; color:#000000; line-height:30px; margin-top:10px; }
.cs_down1 li p { font-size:14px; font-weight:normal; color:#444444; line-height:22px;  }

.cs_down2 { width:92%; display:inline-block; text-align:center;margin:0px 4% 0px 4%; }
.cs_down2 li { text-align:left; margin-bottom:30px; padding-left:90px;  }
.cs_down2 li a { display:block; text-align:center;  }
.cs_down2 li h2 { font-size:17px; font-weight:bold; color:#000000; line-height:30px; background:url('/html/images/common/cs_down2_tit.png') 0% 100% no-repeat; margin-bottom:10px; }
.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; 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 5px no-repeat; }
.cs_down2 li.cs_down2_2 { background:url('/html/images/common/cs_down2_2.png') 0px 5px no-repeat; }
.cs_down2 li.cs_down2_3 { background:url('/html/images/common/icon_explorer.png') 0px 5px no-repeat; }
.cs_down2 li.cs_down2_4 { background:url('/html/images/common/cs_down2_4.png') 0px 5px no-repeat; }
.cs_down2 li.cs_down2_5 { background:url('/html/images/common/icon_acrobat.png') 0px 5px no-repeat; }

.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_remote2 { width:100%; display:inline-block; margin-bottom:10px; }
.cs_remote2 li { float:none; width:100%; text-align:left; margin:10px 0px; padding:10px 10px 10px 75px; font-size:14px; line-height:20px; font-weight:normal; color:#444444;box-sizing:border-box; }
.cs_remote2 li.cs_remote2_1 { background:url('/html/images/common/support1_2.png') 15px	center no-repeat;background-size:50px auto; }
.cs_remote2 li.cs_remote2_2 { background:url('/html/images/common/support1_3.png') 15px center no-repeat;background-size:50px auto; }
.cs_remote2 li.cs_remote2_3 { background:url('/html/images/common/support1_4.png') 15px center no-repeat;background-size:50px auto; }

.cs_remote3 { width:100%; display:inline-block; background-color:#f4f4f4;border-top:1px #d1d1d1 solid; padding:20px; margin-bottom:-35px; }
.cs_remote3 li { text-align:left; margin-bottom:40px; padding:0px 0 0 0px; height:auto; font-size:14px; line-height:20px; font-weight:normal; color:#444444; }
.cs_remote3 li h2 { text-align:left; margin-bottom:10px; padding:10px 0 10px 60px; font-size:18px; line-height:22px; font-weight:bold; color:#000000; }
.cs_remote3 li.cs_remote3_1 { background:url('/html/images/common/support1_5.png') 0px 0px no-repeat; background-size:42px auto;}
.cs_remote3 li.cs_remote3_2 { background:url('/html/images/common/support1_6.png') 0px 0px no-repeat; background-size:42px auto; }
.cs_remote3 li.cs_remote3_3 { background:url('/html/images/common/support1_7.png') 0px 0px no-repeat; background-size:42px auto; }

.cs_remote4 { width:100%; border-top:1px #d1d1d1 solid; background:#ffffff; padding:20px;display:inline-block;line-height:20px;font-size:15px;text-align:center; }
.cs_remote4 a.cs_remote4_btn { float:none; display:inline-block;width:100%; height:40px; line-height:40px; color:#ffffff; font-size:15px; text-align:center; background:#3476e8;border-radius:3px;margin-top:15px; }


.sub_btn {width:100%;display:inline-block;margin:10px 0px 20px 0px;text-align:center;}
.sub_btn a {width:auto;display:inline-block;height:auto;line-height:40px;border-radius:40px;background:#ff3600;color:#fff;padding:0px 30px;text-align:center;font-weight:bold;font-size:14px;}

.form_insert_wrap {width:100%;padding:20px;box-sizing:border-box; background:#f7f7f7;}
.form_insert {width:100%;padding:0px;box-sizing:border-box;}
.form_insert tbody th{display:none;}
.form_insert tbody td{padding:5px 0 5px 0px;font-size:15px;text-align:left}
.form_insert tbody td input {font-family:"noto_sans";height:35px;line-height:35px;padding-left:10px;background:#fff;border:1px #d1d1d1 solid;font-size:15px;}
.form_insert tbody td select {font-family:"noto_sans";height:35px;line-height:35px;background:#fff;border:1px #d1d1d1 solid;font-size:15px;}
.form_insert tbody td input::placeholder  {color:#aaa;}
.form_insert tbody td input.w50 {width:29%;}

.privacy {display:inline-block;width:100%; padding:10px;}
.privacy h2{font-family:"noto_sans",sans-serif;font-weight:bold;font-size:16px;margin-top:20px;color:#000000;}
.privacy h3{font-family:"noto_sans",sans-serif;font-weight:bold;font-size:15px;margin-top:20px;color:#3476e8;}
.privacy dl{padding-left:5px;margin-top:10px; font-size:14px;}
.privacy dt{font-weight:bold;margin-top:10px; font-size:14px;}
.privacy dd{margin-top:2px;margin-left:10px; font-size:14px;}
.privacy p{margin-top:5px;margin-left:0px;float:none !important; font-size:14px;}
.privacy .depth2{padding-left:10px}
.privacy .depth2 > li{margin:2px 0}
.privacy .depth3{padding-left:10px}
.privacy .depth3 > li{margin:2px 0}
.privacy .tel_list{overflow:hidden}
.privacy .tel_list li{float:left;width:50%}
.privacy table.privacy  { display:block;border-top:1px #d1d1d1 solid;border-left:1px #d1d1d1 solid; margin-top:10px;width:100%; }
.privacy th { border-bottom:1px #d1d1d1 solid;border-right:1px #d1d1d1 solid; padding:8px 10px; line-height:20px; color:#333333; background:#f7f7f7;text-align:center;}
.privacy td { border-bottom:1px #d1d1d1 solid;border-right:1px #d1d1d1 solid; padding:10px 15px; }
.privacy td.tac { text-align:center; }
.privacy_box { background:#f7f7f7;text-align:center; font-size:15px;font-weight:500;color:#333333; width:100%; line-height:30px;padding:20px;border:1px #d1d1d1 solid;}
.privacy.mt30 {margin-top:0px !important;}

.terms {display:inline-block;width:100%; padding:20px;}
.terms h2{font-family:"noto_sans",sans-serif;font-weight:bold;font-size:16px;margin-top:40px;color:#000000;}
.terms h3{font-family:"noto_sans",sans-serif;margin-top:30px;font-weight:bold;font-size:15px;color:#3476e8;}
.terms .depth1 li{line-height:150%; font-size:14px;}
.terms .depth1{margin-top:5px;padding-left:0;float:none; font-size:14px;}
.terms .depth2{padding-left:15px; font-size:14px;}
.terms .depth3{padding-left:24px; font-size:14px;}
.terms.mt30 {margin-top:-20px !important;}

/* 회사소개 */
.greeting { text-align:left;font-size:15px; line-height:25px;background:none; padding:30px; box-sizing:border-box;}
.greeting h1 {font-family:"noto_sans";font-size:1.1em;font-weight:bold;color:#3476e7;line-height:100%;margin-bottom:10px;letter-spacing:0em;}
.greeting h2 {font-family:"noto_sans"; font-size:1.4em;font-weight:normal; color:#1e1f1f; line-height:140%;margin-bottom:-10px;letter-spacing:-0.05em;}
.greeting h2 b{font-weight:bold;}
.greeting p {font-family:"noto_sans"; font-size:1.0em;font-weight:200; color:#444;line-height:160%;letter-spacing:-0.05em;padding:0px;margin-top:30px;word-break:keep-all;}
.greeting p br {display:none;}
.greeting p b {font-weight:500;}

.greeting1 { padding-bottom:;background:url('/html/images/common/intro1_1. png') 93% 50px no-repeat;text-align:center;}
.greeting1 p {text-align:center;}
.greeting1 p b {display:block;color:#314a67;font-size:18px;font-weight:bold;margin-top:20px;text-align:center;}

.greeting2 { background:#f6fafd;text-align:center;}
.greeting2 p {text-align:center;}

.greeting3 { text-align:center;}
.greeting3 p {text-align:center;}
.greeting3 ul {width:100%;margin-top:20px;}
.greeting3 li {display:inline-block;width:100%; margin:7px 0px; padding:15px 15px 15px 100px; height:auto;text-align:left; vertical-align:top; box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);background-size:50px auto !important; }
.greeting3 li b {font-family:"noto_sans"; display:block;font-size:20px;color:#1d3858;line-height:100%;font-weight:bold; letter-spacing:0;margin-bottom:10px;}
.greeting3 li b em {color:#3476e7;}
.greeting3 li p {font-family:"noto_sans"; font-size:14px;color:#777777;line-height:150%;padding:0px;margin:0px; text-align:left;}
.greeting3 li.greeting3_1 {background:url('/html/images/common/intro1_31.png') 20px 50% no-repeat;}
.greeting3 li.greeting3_2 {background:url('/html/images/common/intro1_32.png') 20px 50% no-repeat;}
.greeting3 li.greeting3_3 {background:url('/html/images/common/intro1_33.png') 20px 50% no-repeat;}
.greeting3 li.greeting3_4 {background:url('/html/images/common/intro1_34.png') 20px 50% no-repeat;}

.greeting4 {background:#2c3d5e url('/html/images/common/intro1_4.png') 50% 50% no-repeat;background-size:cover; text-align:center; padding-bottom:60px;;margin-bottom:-40px;}
.greeting4 h2,
.greeting4 p { color:#fff;text-align:center;}
.greeting4 p b {font-size:25px;font-weight:300;color:#fff;}

.vision_top {font-family:"noto_sans"; text-align:center;font-size:15px;font-weight:300;line-height:170%;padding:30px;margin-bottom:30px;border:1px #e8ebed solid;background:url('/html/images/common/vision_top.png') repeat;}
.vision_top img {display:block;margin:0px auto 10px auto;max-width:70%;}
.vision_top span {color:#3476e7;}
.vision_top br {display:none;}

.vision { width:92%;text-align:left;font-size:14px; line-height:25px;margin:20px 4%; padding:0px 0px 20px 0px; box-sizing:border-box; }
.vision .vision_title {font-family:"noto_sans"; font-size:20px;font-weight:300; color:#000; line-height:150%;margin-bottom:10px;letter-spacing:-0.07em;padding:0px;text-align:left;}
.vision .vision_title b {font-weight:bold;}
.vision .vision_cont {display:inline-block;border-top:1px #909dad solid;}
.vision .vision_cont li { position:relative;width:100%; display:inline-block;height:auto; padding:80px 0px 30px 0px;border-bottom:1px #909dad solid;}
.vision .vision_cont li p {font-family:"noto_sans"; font-size:14px;font-weight:300; color:#777;line-height:150%;letter-spacing:-0.05em;}
.vision .vision_cont li p br {display:none;}
.vision h1 {font-family:"noto_sans";font-size:20px;font-weight:500;color:#666;line-height:30px;}
.vision h1 b {font-family:"noto_sans";font-size:30px;font-weight:500;color:#000;line-height: 40px;}

.vision_t1 { background:url('/html/images/common/vision_t1.png') 50% 20px no-repeat;background-size:auto 40px; }
.vision_t2 { background:url('/html/images/common/vision_t2.png') 50% 20px no-repeat;background-size:auto 40px; }
.vision_t3 { background:url('/html/images/common/vision_t3.png') 50% 20px no-repeat;background-size:auto 40px; }
.vision_t4 { background:url('/html/images/common/vision_t4.png') 50% 20px no-repeat;background-size:auto 40px; }


.vision_bottom {font-family:"noto_sans";width:100%;display:block; text-align:center;font-size:15px;line-height:22px;font-weight:300;margin-top:30px;}
.vision_bottom b {font-family:"noto_sans";display:block; text-align:center;font-size:18px;line-height:30px;font-weight:bold;padding-top:20px; color:#2079e2;}

.comment_wrap .comment_box .text_ip textarea {   width: calc(100% - 60px) !important;height: 45px !important;}
.comment_wrap .comment_box .text_ip input[type=image] {width: 60px !important; height: 45px !important;}

.nodata {float:none !important; width: 100% !important; margin: 0% !important;padding: 40px 05px !important;border-bottom: 1px solid #d1d1d1 !important;font-size:16px !important; text-align:center  !important;}
.table_list li.nodata {border-bottom:none !important;}

.mypage_top {border-bottom:1px #dedede solid; padding:15px; text-align:center;}
.mypage_top p {font-size:14px;line-height:140%; margin-bottom:7px;}

.main_pop_bt td {  height: 35px;   padding: 7px;}

.main_popup {position:fixed !important; transform: translateX(-50%); max-width:90vw; max-height:80vh; width:90vw !important; height:auto !important; margin:0% !important; top:100px !important; left:50% !important; overflow: hidden !important;	}
.main_popup .main_popup_contents {max-height:80vh; overflow:auto;}
.main_popup .main_popup_contents > div {height:auto !important;}
.main_popup .main_popup_contents img {width:100% !important;height:inherit !important;}
.main_popup .main_popup_buttons {}

.container .content .notice_view .file_w .file_con img,
.file_w .file_con img {width:auto !important;}
.file_info {margin-top:10px;}
.file_con {padding-right:10px; font-size:13px !important;}