<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* reset */
*{margin:0; padding:0;}
html {overflow-y:scroll}
body {font-family:/* "Nanum Gothic", */"Malgun Gothic","맑은 고딕","Dotum",Arial, sans-serif; font-size:14px; color:#555555; }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333333;}
img, button{border:0;}
button{background:#fff;}
address{font-style:normal;}
table{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	}
table caption{width:0px; height:0px; position:absolute; top:-9999px; left:-9999px;}
.skip{position:absolute; top:-999999px; left:-99999px; width:0px; height:0px;}
#wrap{min-width:1400px;}

	/* 최상단배너 */
	.top_banner{background:#0c2754; width:100%; height:80px; margin:0 auto;}
	.top_banner .inner{width:1000px; margin:0 auto;  overflow:hidden;}
	.top_banner .inner ul{width:99999px; overflow:hidden;}
	.top_banner .inner ul li{float:left;}

	/* 자격증 메인 */
	/* header_wrap */
	.header_wrap{width:100%; margin:0 auto; height:197px; border-bottom:1px solid #e3e3e3; position:relative;}
	.utill_wrap{width:100%; margin:0 auto; background:#0079c1; height:43px; overflow:hidden;}
	.utill{ width:1000px; margin:0 auto; position:relative;}
	.utill .btn_gnb{position:absolute; top:0px; right:0px; width:43px; height:43px; background:#0d549e; border-left:1px solid #4c8acb; border-right:1px solid #4c8acb;}
	.utill .btn_gnb a{display:inline-block; width:43px; height:43px; background:url(../images/common/toggle_up.png) 0 0 no-repeat;}
	.utill .btn_gnb a.off{ background:url(../images/common/toggle_down.png) 0 0 no-repeat;}

	.utill .utill_left{border-left:1px solid #148ed7;}
	.utill .utill_left li{float:left;  text-align:center;  border-right:1px solid #6fc9ff;}
	.utill .utill_left li a{width:110px; padding:13px 0 13px;  font-size:15px; color:#fff; font-weight:bold; display:inline-block;}
	.utill .utill_left li.menu a{padding:6px 0 9px; }
	.utill .utill_left li a span{font-size:10px; display:block;}
	.utill .utill_left li a:hover, .utill .utill_left li a.on{background:#fff; color:#0079c1;}
	
	.header{width:1000px; margin:0 auto; height:96px; position:relative;}
	.header h1{position:absolute; top:22px; left:0px;}
	.header .top_search{width:299px; height:30px; border:3px solid #0079c1; position:absolute; top:29px; left:390px; }
	.header .top_search input[type="text"]{border:0px; padding:7px 0px 8px 0px; width:299px; text-indent:10px;}
	.header .top_search input[type="image"]{float:right;}
	.header .utill_right{ font-family:Gulim, Dotum, sans-serif; font-size:12px; overflow:hidden; position:absolute; top:41px; right:0px;}
	.header .utill_right li{float:left; padding-left:12px;}
	.header .utill_right li a{}

	/* 자동완성 */
	.autocomplete-suggestions {
		text-align: left; cursor: default; border:1px solid #d2e1e6;  z-index:999999; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1); padding:10px 0 5px;

		/* core styles should not be changed */
		position: absolute; display: none; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
	}
	.autocomplete-suggestion {position: relative; padding:0 10px; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size:12px; color: #555; font-family:Dotum; cursor:pointer;}
	.autocomplete-suggestion b{color:#d42f37; }
	.autocomplete-suggestion.selected { background: #f8f8f8; }

	/* 자동완성
	.header .words_wrap{position:absolute; top:62px; left:390px; border:1px solid #d2e1e6; background:#fff; width:303px; height:500px; z-index:999999; overflow-y:scroll;}
	.header .words_wrap ul{padding:10px 0;}
	.header .words_wrap ul li{padding:0 15px; height:23px;}
	.header .words_wrap ul li:hover{background:#f7f7f7; cursor:pointer;}
	.header .words_wrap ul li a{font-size:12px; font-family:Dotum; line-height:23px;}
	.header .words_wrap ul li a span{}
	 */

	.gnb_wrap{width:100%; min-width:1050px; /*position:absolute; top:140px; left:0px;*/}
	.gnb_wrap .blind{border-top:2px solid #0079c1; width:100%; height:198px; background:#fff; position:absolute; top:196px; left:0px; z-index:101;}
	.gnb_wrap .blind span{background:url(../images/common/header_shadow.png) bottom left repeat-x; display:block; width:100%; height:207px;}
	.gnb_wrap .gnb{width:1000px; height:57px; margin:0 auto; z-index:1001; position:relative;}
	.gnb_wrap&gt;.gnb&gt;li{float:left;}
	.gnb_wrap&gt;.gnb&gt;li&gt;a{font-size:18px; font-weight:bold; padding:17px 0 18px; color:#292929;}
	.gnb_wrap&gt;.gnb&gt;li&gt;a:hover{color:#0079c1;}
	.gnb_wrap&gt;.gnb&gt;li&gt;a&gt;span{background:url(../images/common/gnb_off.png) 5px 10px no-repeat; width:16px; height:20px; display:inline-block;}
	.gnb_wrap&gt;.gnb&gt;li&gt;a:hover&gt;span{background:url(../images/common/gnb_on.png) 5px 10px no-repeat}
	.gnb_wrap .gnb li.g_m01&gt;a{ width:164px; text-align:center;display:inline-block;}
	.gnb_wrap .gnb li.g_m02&gt;a{ width:165px; text-align:center;display:inline-block;}
	.gnb_wrap .gnb li.g_m03&gt;a{ width:191px; text-align:center;display:inline-block;}
	.gnb_wrap .gnb li.g_m04&gt;a{ width:150px; text-align:center;display:inline-block;}
	.gnb_wrap .gnb li.g_m05&gt;a{ width:150px; text-align:center;display:inline-block;} 
	.gnb_wrap .gnb li.g_m06&gt;a{ width:180px; text-align:center;display:inline-block;}
	.gnb_wrap .gnb li ul{height:183px; border-right:1px solid #dfdfdf; padding:15px 2px 0;}
	.gnb_wrap .gnb li ul:hover{background:#0079c1; transition:all .3s;}
	.gnb_wrap .gnb li ul:hover a{color:#fff;}
	.gnb_wrap .gnb li.g_m01 ul{border-left:1px solid #dfdfdf;}
	.gnb_wrap .gnb li ul li{padding:0 0 0px 10px; background:url(../images/common/bullet_2dp.png) 10px 50% no-repeat; line-height:1.5}
	.gnb_wrap .gnb li.g_m03 ul{overflow:hidden; padding:15px 2px 0; width:186px;}
	.gnb_wrap .gnb li.g_m03 ul li{width:83px; float:left; background:url(../images/common/bullet_2dp.png) 10px 10px no-repeat;}
	.gnb_wrap .gnb li ul a{font-size:15px; color:#474747; padding:3px 0px 0px 8px; display:inline-block;  letter-spacing:-0.5px;}
	.gnb_wrap .gnb li.g_m03 ul li a{width:100%;}
	.gnb_wrap .gnb li ul li:hover{background:#fff;}
	.gnb_wrap .gnb li ul li:hover a{color:#0079c1;}
	.gnb_wrap .gnb li ul li a .label-open{display: inline-block;height: 20px;margin-left: 3px;padding: 0 4px;background: #e5151f;color: #fff;font-size: 11px;border-radius: 16px;line-height: 19px;font-weight: 600;}

	/* container */	
	#container{margin:0 auto; width:100%; min-height:700px;}

	/* main - 자격증 */
	.main_visual{width:100%; margin:0 auto; height:346px; overflow:hidden; margin-bottom:15px;}
	.main_visual li{width:100%; margin:0 auto; text-align:center; background:#ececec;}
	.main_visual li a{min-width:1000px; width:100%; height:346px; margin:0 auto; display:inline-block; text-align:center;}
	.main_visual li a img{text-align:center;}
	
	/* container_inner */
	.container_inner{width:1000px; margin:0 auto; overflow:hidden; }
	
	.main_left{width:818px; float:left;}
	.main_right{width:182px; float:right;}

	.main_login{float:right; width:157px; height:76px; padding:11px 8px 11px 7px; border:1px solid #dfdfdf; position:relative;}
	.main_login .login_input{ height:53px; margin-bottom:10px;}
	.main_login button{position:absolute; top:11px; right:8px;}
	.main_login input[type="text"], .main_login input[type="password"]{border:1px solid #dfdfdf; width:99px; height:13px; margin-bottom:3px; font-size:11px; padding:5px; outline:0;}
	.main_login ul{ overflow:hidden;}																																																					  
	.main_login ul li{float:left;  line-height:100%}
	.main_login ul li:first-child{margin-right:13px;}
	.main_login ul a{font-size:11px; line-height:13px; color:#888888; font-family:Dotum; letter-spacing:-1px;}
	.main_login_after p.m_myicon{background:url(../images/main/icon_my.jpg) 0 50% no-repeat; padding-left:30px; height:25px; line-height:23px; margin-bottom:7px; font-size:13px;}
	.main_login_after p.m_myicon strong{color:#2d72b8;}
	.main_login button.btn_m_myclass{width:157px;  padding:3px 0 5px; border-radius:5px; background:#2e73ba; text-align:center; color:#fff; top:40px;}
	.main_login ul.m_btns{ overflow:hidden; padding-top:26px;}
	.main_login ul.m_btns li{float:left; line-height:100%}
	.main_login ul.m_btns li:first-child{margin-right:50px;}
	.main_login ul.m_btns a{font-size:11px; line-height:13px; color:#888888; font-family:Dotum; letter-spacing:-1px;}

	.main_left{ overflow:hidden; }
	.main_left .main_board{overflow:hidden;}
	.main_left .main_notice{width:489px; height:422px; background:#f2f2f2; border:1px solid #b2b2b2; padding:20px 26px 22px; position:relative; margin-right:7px;}
	.main_left .main_notice h2{margin-bottom:23px;}
	.main_left .main_notice ul.notice_tab{ height:28px; border-bottom:1px solid #006db7;}
	.main_left .main_notice ul.notice_tab li{float:left; height:28px; }
	.main_left .main_notice ul.notice_tab li a{ font-weight:bold;height:24px; padding:4px 8px 0; display:inline-block; text-align:center;position:relative;}
	.main_left .main_notice ul.notice_tab li a:hover, .main_left .main_notice ul.notice_tab li a.notice_tab_on{
		color:#fff;  margin-bottom:5px;  background:#006db7 url(../images/main/tab_arrow.jpg) 50% 32px no-repeat; 
	}
	.main_left .main_notice ul.notice_tab li a span.arrow{width:9px; height:5px; display:inline-block; background:url(../images/main/tab_arrow.jpg); position:absolute; bottom:-6px; left:50%; margin-left:-7px;}
	.main_left .main_notice .notice_board{ background:#fff; padding:15px 12px 20px 11px; height:318px;}
	.main_left .main_notice .notice_board ul{}
	.main_left .main_notice .notice_board ul li{ background:url(../images/main/bullet_notice.jpg) 0 50% no-repeat; padding-left:12px; line-height:135%; position:relative;}
	.main_left .main_notice .notice_board ul li a{ font-family:Gulim, Dotum, sans-serif; font-size:12px;}
	.main_left .main_notice .notice_board ul li span{ position:absolute; top:0px; right:0px; font-family:Gulim, Dotum, sans-serif; font-size:12px;}
	.main_left .main_notice .notice_more{position:absolute; top:57px; right:29px;}
	.main_left .main_notice .notice_board .nodata{text-align:center; line-height:318px; background:none; font-family:Gulim, Dotum, sans-serif; font-size:12px;}
	
	.main_left .main_t_banner{margin:8px 0 0 0px; overflow:hidden; width:818px; height:103px;}
	.main_left .main_t_banner ul{margin-left:-7px}
	.main_left .main_t_banner li{float:left;margin-left:7px;}


	.main_col01{}
	.main_col01 .quick_menu{width:267px; height:267px; background:#696969; position:relative;}
	.main_col01 .quick_menu ul.quick_tab{overflow:hidden; position:absolute; top:0px; left:0px;}
	.main_col01 .quick_menu ul.quick_tab li{float:left;}
	.main_col01 .quick_menu ul.quick_tab li a{color:#fff;  width:133px; height:45px; line-height:40px; font-size:13px; text-align:center; display:inline-block; font-weight:bold;}
	.main_col01 .quick_menu ul.quick_tab li a:hover, .main_col01 .quick_menu ul.quick_tab li a.quick_tab_on{color:#fff; background:url(../images/main/bg_quickmenuon.png) no-repeat;}
	.main_col01 .quick_menu .quick_board{padding-top:40px;}
	
	.main_col01 .main_seminar{width:268px; height:190px; background:#f2f2f2; }
	.main_col01 .main_seminar div{font-size:13px; font-weight:bold; color:#414141; margin-top:7px;}

	.main_col02{ height:466px; overflow:hidden; margin-top:10px;}
	.main_col02 p{margin-bottom:10px;} 
	
	.quick_link{position:relative; margin-top:610px; border-top:1px solid #c9cdd4; padding-top:24px;}
	.quick_link h2{padding-top:9px;}
	.quick_link ul{position:absolute; top:24px; right:0px; overflow:hidden;}
	.quick_link ul li{float:left; margin-left:8px;}
	.quick_link ul li a{border:1px solid #dfdfdf; width:137px; height:49px; display:inline-block; }
	.quick_link ul li a:hover{border:1px solid #303338;  transition:all .3s;}
	.quick_link ul li.quick_link01 a{ background:url(../images/main/quick_link01_off.jpg) no-repeat;}
	.quick_link ul li.quick_link01 a:hover{ background:url(../images/main/quick_link01_on.jpg) no-repeat;}
	.quick_link ul li.quick_link02 a{ background:url(../images/main/quick_link02_off.jpg) no-repeat;}
	.quick_link ul li.quick_link02 a:hover{ background:url(../images/main/quick_link02_on.jpg) no-repeat;}
	.quick_link ul li.quick_link03 a{ background:url(../images/main/quick_link03_off.jpg) no-repeat;}
	.quick_link ul li.quick_link03 a:hover{ background:url(../images/main/quick_link03_on.jpg) no-repeat;}
	.quick_link ul li.quick_link04 a{ background:url(../images/main/quick_link04_off.jpg) no-repeat;}
	.quick_link ul li.quick_link04 a:hover{ background:url(../images/main/quick_link04_on.jpg) no-repeat;}
	.quick_link ul li.quick_link05 a{ background:url(../images/main/quick_link05_off.jpg) no-repeat;}
	.quick_link ul li.quick_link05 a:hover{ background:url(../images/main/quick_link05_on.jpg) no-repeat;}
	.quick_link ul li.quick_link06 a{ background:url(../images/main/quick_link06_off.jpg) no-repeat;}
	.quick_link ul li.quick_link06 a:hover{ background:url(../images/main/quick_link06_on.jpg) no-repeat;}
	
	.footer_wrap{width:100%; margin:0 auto; background:#f2f2f2;}
	.bt1{border-top:1px solid #ccc;}
	.footer{width:1000px; margin:0 auto; overflow:hidden; padding:20px 0 25px;}
	.footer h1{float:left;margin-right:20px;}
	.footer .f_info{float:left;width:765px; }
	.footer .f_info ul{width:765px; border-bottom:1px solid #dfdfdf; padding:8px 0 10px; overflow:hidden;}
	.footer .f_info ul li{float:left; background:url(../images/common/f_menu_bar.jpg) 0 4px no-repeat; padding:0 10px;}
	.footer .f_info ul li:first-child{ background-image:none; padding-left:0px;}
	.footer .f_info ul a{color:#666; font-size:13px;}
	.footer .f_info address{color:#888; font-size:12px; padding-top:10px; line-height:150%;}

	/* 공무원 메인 */
	/* header_wrap */

	.header .gnb2{position:absolute; top:35px; right:0px;}
	.header .gnb2 li{float:left; margin-left:40px;}
	.header .gnb2 li a{font-size:16px; letter-spacing:-1px; padding-bottom:35px;}
	.header .gnb2 li a:hover{color:#0079c1;}
	
	.m2_container{background:#ededed; border-bottom:1px solid #ddd;}
	
	/* 공무원메인 배너 */
	.m2_banner_warp{ background:url(../images/main/main2_visual01.jpg) top center no-repeat; width:100%; position:relative;}
	.m2_banner_warp .m2_banner{width:1000px; margin:0 auto 0; padding-top:298px;}
	.m2_sbanner_wrap{width:1000px; margin:0 auto; overflow:hidden; padding-top:37px;}
	.m2_banner_warp .m2_sbanner01{width:330px; height:157px; overflow:hidden; position:relative;}
	.m2_banner_warp .m2_sbanner02{width:337px; height:157px; overflow:hidden; position:relative;}
	.m2_banner_warp .m2_sbanner03{width:333px; height:157px; overflow:hidden; position:relative;}
	.m2_banner_warp ul{width:999999px;}
	.m2_banner_warp li{float:left;}
	.m2_banner_warp p{position:absolute; top:9px; right:9px; }
	.m2_banner_warp p span{margin-left:5px;}
	
	.m2_colbox01{width:327px; margin:33px 10px 35px 0; border-top:2px solid #684654; padding-top:19px;}
	.m2_colbox01 .m2_notice_wrap h2{padding-left:5px; margin-bottom:20px;}
	.m2_colbox01 .m2_notice_wrap{}
	.m2_notice_wrap .m2_notice{width:325px; height:445px; border:1px solid #c6d1dc; background:#fff;}
	.m2_colbox01 .m2_notice_wrap ul.m2_notice_tab{ overflow:hidden; background:#fff;}
	.m2_colbox01 .m2_notice_wrap ul.m2_notice_tab li{float:left; width:108px; border-right:1px solid #ebebeb; }
	.m2_colbox01 .m2_notice_wrap ul.m2_notice_tab li:last-child{border-right:0px; width:107px;}
	.m2_colbox01 .m2_notice_wrap ul.m2_notice_tab li a{width:100%; text-align:center; line-height:51px; display:inline-block; font-size:12px; color:#7d7d7d; border-bottom:1px solid #ebebeb;}
	.m2_colbox01 .m2_notice_wrap ul.m2_notice_tab li a:hover, .m2_colbox01 .m2_notice_wrap ul.m2_notice_tab li a.m2_notice_on{
		color:#0186da; border-bottom:1px solid #fff;
	}
	.m2_notice_wrap .m2_notice .notice_board{padding:10px 7px 20px 13px;}
	.m2_notice_wrap .m2_notice .notice_board li{ background:url(../images/main/bullet_notice.jpg) 0 50% no-repeat; padding-left:14px; line-height:140%; position:relative;}
	.m2_notice_wrap .m2_notice .notice_board li a{font-size:12px; font-family:Gulim, Dotum, sans-serif;}
	.m2_notice_wrap .m2_notice .notice_board li span{position:absolute; top:0px; right:0px;font-size:12px; font-family:Gulim, Dotum, sans-serif;}
	
	.m2_colbox02{width:322px; margin:33px 8px 35px 0; border-top:2px solid #ef4030; padding-top:16px;}
	.m2_colbox02 .m2_examnotice{}
	.m2_colbox02 .m2_examnotice h2{font-size:18px; font-weight:normal; color:#352321; margin-bottom:16px; letter-spacing:-1px;}
	.m2_colbox02 .m2_examnotice .examnotice{width:322px; height:385px; padding-top:62px; background:#ef5243; position:relative;}
	.m2_colbox02 .m2_examnotice .examnotice p{position:absolute; top:14px; right:25px;}
	.m2_colbox02 .m2_examnotice .examnotice table{}
	.m2_colbox02 .m2_examnotice .examnotice table tr{border-top:1px solid #e36454;}
	.m2_colbox02 .m2_examnotice .examnotice table tr th{padding-left:21px; line-height:18px; height:63px; color:#fff; font-weight:normal; font-size:16px; text-align:left;}
	.m2_colbox02 .m2_examnotice .examnotice table tr td{padding:0 16px 0 21px; width:250px;}
	.m2_colbox02 .m2_examnotice .examnotice table tr:hover, .m2_colbox02 .m2_examnotice .examnotice table tr.examnotice_on{ background:#cd281c; cursor:pointer;}
	.m2_colbox02 .m2_examnotice .examnotice table tr td a{color:#fff; font-size:14px; letter-spacing:-1px;}
	
	.m2_colbox02 .quick_exam{margin-top:16px; overflow:hidden;}
	.m2_colbox02 .quick_exam li{float:left; width:150px; height:90px;}
	.m2_colbox02 .quick_exam li:nth-child(odd){margin-right:20px;}
	.m2_colbox02 .quick_exam li:nth-child(1){margin-bottom:26px;}
	
	.m2_colbox03{width:295px; height:763px; padding:33px 19px 0; background:#fff;}
	.m2_boardwrap{}
	.m2_boardwrap .m2_boardtab{overflow:hidden; border-bottom:1px solid #dddddd;}
	.m2_boardwrap .m2_boardtab li{float:left; width:25%; }
	.m2_boardwrap .m2_boardtab li a{width:100%; display:inline-block; padding:10px 0 11px; text-align:center; font-size:13px; border-top:2px solid #dddddd;}
	.m2_boardwrap .m2_boardtab li a:hover, .m2_boardwrap .m2_boardtab li a.boardtab_on{ border-top:2px solid #423f46;}
	.m2_boardwrap .m2_board{padding:14px 0 21px;}
	.m2_boardwrap .m2_board li{ background:url(../images/main/bullet_quickmenu2.jpg) 3px 50% no-repeat; line-height:140%; padding-left:15px;}
	.m2_boardwrap .m2_board li a{ font-size:12px; font-family:Gulim, Dotum, sans-serif;}
	
	.m2_colbox03 .m2_quick_link{margin-top:30px;}
	.m2_colbox03 .m2_quick_link h2{margin-bottom:4px;}
	.m2_colbox03 .m2_quick_link li{float:left; margin-top:13px; width:137px; height:49px;}
	.m2_colbox03 .m2_quick_link li:nth-child(odd){margin-right:16px;}
	.m2_quick_link li a{border:1px solid #dfdfdf; width:137px; height:49px; display:inline-block; }
	.m2_quick_link li a:hover{border:1px solid #303338;}
	.m2_quick_link li.quick_link01 a{ background:url(../images/main/quick_link01_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link01 a:hover{ background:url(../images/main/quick_link01_on.jpg) no-repeat;}
	.m2_quick_link li.quick_link02 a{ background:url(../images/main/quick_link02_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link02 a:hover{ background:url(../images/main/quick_link02_on.jpg) no-repeat;}
	.m2_quick_link li.quick_link03 a{ background:url(../images/main/quick_link03_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link03 a:hover{ background:url(../images/main/quick_link03_on.jpg) no-repeat;}
	.m2_quick_link li.quick_link04 a{ background:url(../images/main/quick_link04_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link04 a:hover{ background:url(../images/main/quick_link04_on.jpg) no-repeat;}
	.m2_quick_link li.quick_link05 a{ background:url(../images/main/quick_link05_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link05 a:hover{ background:url(../images/main/quick_link05_on.jpg) no-repeat;}
	.m2_quick_link li.quick_link06 a{ background:url(../images/main/quick_link06_off.jpg) no-repeat;}
	.m2_quick_link li.quick_link06 a:hover{ background:url(../images/main/quick_link06_on.jpg) no-repeat;}

	
/* container_inner */
	.container_inner{width:1000px; margin:0 auto; overflow:hidden;}
	.lnb_area{ width:180px; float:left; margin-top:25px;}
	.lnb_area dt{width:180px; height:89px; background:#43464b; color:#ffffff; font-weight:bold; font-size:20px; line-height:89px; text-align:center; letter-spacing:-1px;}
	.lnb_area dd{border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf;}
	.lnb_area dd a{padding:12px 10px 15px; font-size:15px; color:#999999; display:block; border-bottom:1px solid #DFDFDF; letter-spacing:-1px;}
	.lnb_area dd a:hover, .lnb_area dd a.lnb_on{font-weight:bold; color:#333333; background:url(../images/sub/lnb_on.jpg) no-repeat;}
	/* contents */
	.contents{ float:right; width:775px; padding:45px 0 100px 45px;}

	.contents .title_area{padding:0px 0 10px; margin-bottom:40px;  border-bottom:1px solid #c9c9c9;position:relative;}
	.contents .title_area h3{font-size:26px; margin-bottom:10px; font-weight:600; color:#121212; letter-spacing:-1px;  }
	.contents .title_area p{font-size:13px; color:#555; padding-left:2px; position:absolute; top:22px; right:0px; text-align:right;}

	/* sns 로그인 추가 */
	.sns_list{display:flex;flex-direction:column;align-items:center;gap:10px;margin: 50px 0 40px;}
	.sns_list a{display:flex;gap:10px;justify-content:center;align-items:center;width:377px;padding:10px 0;height:50px;font-size: 18px;font-weight: 700;border-radius:5px;box-sizing:border-box;}
	.intro_page .sns_list a{font-size:20px;height:54px;}
	.sns_list i{display: inline-block;vertical-align: middle;background-repeat: no-repeat !important;background-position: 50% 50% !important;background-size: 100% !important;}
	.sns_list .hansol{border:1px solid #19a3dd;color:#19a3dd;}
	.intro_page .hansol{border:1px solid #111;color:#111;}
	.sns_list .naver{background-color: #18BA00;color:#fff;}
	.sns_list .kakao{background-color: #FFEA00;color:#452D33;}
	.sns_list i.icon_sns_hansol{width:40px;height:40px;background:url("../images/common/icon_sns_hansol.png");}
	.sns_list i.icon_sns_naver{width:40px;height:40px;background:url("../images/common/icon_sns_naver.png");}
	.sns_list i.icon_sns_kakao{width:40px;height:40px;background:url("../images/common/icon_sns_kakao.png");}


	/* 서브 로그인 */
	.login_page{margin:120px auto 0; width:600px;}	
	.login_page h2{width:600px; text-align:center; padding-bottom:26px; border-bottom:1px solid #ccc; margin-bottom:45px;}
	.login_page h3{font-weight:normal; text-align:center; margin-bottom:45px; letter-spacing:-1px;}
	.login_page h3 span{font-size:26px; font-weight:600; display:block; margin-bottom:5px;}
	.login_page h3 em{color:#e4151f; font-style:normal;}
	.login_page fieldset{overflow:hidden; width:378px; margin:0 auto;}
	.login_page fieldset div{float:left; padding-right:5px;}
	.login_page fieldset div label{width:280px; display:inline-block;}
	.login_page fieldset div input{padding:9px 15px; margin-bottom:6px; border:1px solid #dfdfdf; width:247px;  outline:0;}
	.login_page fieldset p{ clear:both; padding:0 0 40px 0px;}
	.login_page fieldset p label{padding-left:5px; vertical-align:text-top;}
	.login_page fieldset button{width:92px; height:75px; line-height:75px; text-align:center; color:#fff; font-size:15px; font-weight:bold; background:#0079c0;}
	.login_info{border:1px solid #e9e9e9; text-align:center; padding:11px 10px 14px; background:#f9f9f9;}
	.login_info ul{ overflow:hidden; display:inline-block;}
	.login_info ul li{float:left; background:url(../images/sub/member_bar.jpg) 0 50% no-repeat; padding:0 20px;}
	.login_info ul li:first-child{background:none; padding-left:0px;}
	.login_info ul li a{font-size:14px; font-weight:bold; font-family:Dotum; color:#999; }

	/* sub_clause */
	.clause_wrap{width:775px; margin:100px auto;}
	.clause_tit{position:relative; padding-bottom:35px;}
	.clause_tit h2{width:357px;}
	.clause_tit h2 img{width:100%;}
	.clause_tit p{position:absolute; top:14px; left:370px; font-size:26px; font-weight:bold; color:#333; letter-spacing:-1px;}
	.sub_clause{width:773px; border:1px solid #eeeeee;}
	.sub_clause .clause_inner{border:15px solid #f9f9f9; padding:30px;}
	/* sub_refusal */
	.clause_inner p.txt_refusal01{ padding:21px 0 0 0; height:105px; font-size:14px;}
	.clause_inner p.txt_refusal01 span{color:#aa060e; font-size:13px; font-weight:bold; padding-top:3px; display:inline-block;}
	.clause_inner p.txt_refusal02{ border:1px solid #dfdfdf; border-radius:5px; font-family:Dotum;  padding:18px 15px; letter-spacing:-0.5px; font-size:13px; line-height:150%; margin-top:8px;}
	.clause_inner p.txt_refusal02 strong{ display:block; font-size:15px; font-weight:bold; padding-bottom:10px;}
	.clause_inner ul{padding-top:15px;}
	.clause_inner ul li{background:url(../images/sub/bullet_red_dot.jpg) 0 9px no-repeat; padding: 0 0 7px 10px; font-size:13px;}
	.clause_inner ul li span{color:#aa060e; font-weight:bold;}
	/* sub_find */
	.sub_find{width:600px; margin:120px auto 0;}
	.sub_find h2{width:600px; text-align:center; padding-bottom:26px; border-bottom:1px solid #ccc; margin-bottom:45px;}
	.sub_find h3{font-weight:normal; text-align:center; margin-bottom:45px; letter-spacing:-1px;}
	.sub_find h3 span{font-size:26px; font-weight:600; display:block; margin-bottom:5px;}
	.sub_find div{padding:30px 97px; background:#f9f9f9; margin-bottom:50px; border:1px solid #dfdfdf; letter-spacing:-1.3px; text-align:center;}
	.sub_find div p{font-size:22px; font-weight:bold; margin-bottom:13px;}
	.sub_find div p span{font-size:13px; padding-left:5px; font-weight:normal;}
	.sub_find div label input{width:380px; height:40px; padding:5px 10px; border:1px solid #dfdfdf;  outline:0;}
	.btn_find{width:98px; height:32px; line-height:32px; background:url(../images/sub/btn_find.jpg) no-repeat;  text-align:center; display:inline-block; color:#fff; font-size:12px; font-family:Dotum;}
	.sub_find div ul{overflow:hidden; text-align:center; display:inline-block; margin-top:20px;}
	.sub_find div ul li{float:left; margin-left:7px;}
	.sub_find div ul li:first-child{margin-left:0px;}
	
	/*
	.sub_find ul.find_tab{ overflow:hidden; border:1px solid #dfdfdf; border-left:0px;}
	.sub_find ul.find_tab li{float:left; border-left:1px solid #dfdfdf;}
	.sub_find ul.find_tab li a{width:386px; display:inline-block; padding:14px 0; text-align:center;}
	.sub_find ul.find_tab li a:hover, .sub_find ul.find_tab li a.find_tab_on{ background:#00a4e3; color:#fff; font-weight:bold;}
	.sub_find div p.find_txt{ text-align:center; padding:45px 0 27px; font-size:15px;}
	.sub_find div ul{border:1px solid #dfdfdf; padding:5px 0 5px 44px; overflow:hidden;}
	.sub_find div ul li{background:url(../images/sub/bg_ipin.jpg) 0 63px no-repeat; padding:10px 44px 0px 80px; float:left; margin-left:44px;}
	.sub_find div ul li:first-child{border-right:1px dashed #dfdfdf; background:url(../images/sub/bg_phon.jpg) 0 57px no-repeat; padding-left:78px; margin:0px;}
	.sub_find div ul li p{font-size:20px; font-weight:bold; padding-bottom:15px;}
	.sub_find div ul li span{ display:block; color:#666666; padding-bottom:17px;}
	*/
	/* join_page */
	.join_wrap{width:600px; margin:100px auto;}
	.join_wrap h2{width:600px; text-align:center; padding-bottom:26px; border-bottom:1px solid #ccc; margin-bottom:45px;}
	.join_wrap h3{font-weight:normal; text-align:center; margin-bottom:45px; letter-spacing:-1px;}
	.join_wrap h3 span{font-size:26px; font-weight:600; display:block; margin-bottom:5px;}

	.join_page{padding:0 0 0px; width:460px; margin:0 auto;}
	.join_page ol{ overflow:hidden; padding-bottom:50px;}
	.join_page li{float:left; }
	.join_page li.join_step01 a{width:131px;height:56px; display:inline-block; background:url(../images/sub/join_step01.png) 0 0px no-repeat; z-index:104;}
	.join_page li.join_step01 a.join_on{background:url(../images/sub/join_step01.png) 0 -56px no-repeat; z-index:104;}
	.join_page li.join_step02 a{width:126px;height:56px; margin-left:-19px; display:inline-block; background:url(../images/sub/join_step02.png) 0 0 no-repeat; z-index:103;}
	.join_page li.join_step02 a.join_on{background:url(../images/sub/join_step02.png) 0 -56px no-repeat; z-index:103;}
	.join_page li.join_step03 a{width:126px;height:56px; margin-left:-18px; display:inline-block; background:url(../images/sub/join_step03.png) 0 0 no-repeat; z-index:102;}
	.join_page li.join_step03 a.join_on{background:url(../images/sub/join_step03.png) 0 -56px no-repeat; z-index:104;}
	.join_page li.join_step04 a{width:131px;height:56px; margin-left:-18px;  display:inline-block; background:url(../images/sub/join_step04.png) 0 0 no-repeat; z-index:101;}
	.join_page li.join_step04 a.join_on{background:url(../images/sub/join_step04.png) 0 -56px no-repeat; z-index:104;}
	.join01_wrap{border:1px solid #ccc;}
	.join01_wrap .step01_inne_txt{padding:26px 16px 26px 26px; position:relative; border-bottom:1px solid #CCC;}
	.join01_wrap .step01_inne_txt label{ font-size:14px; font-weight:bold; padding-bottom:30px; letter-spacing:-1px; line-height:19px;}
	.join01_wrap .join_allchk{position:absolute; top:37px; right:25px; z-index:9; width:25px; height:25px;}
	.join01_wrap .step01_inne_txt button {position:absolute; top:29px; right:16px; width:120px; height:42px; line-height:40px; font-size:12px; font-weight:bold; font-family:Dotum; background:url(../images/sub/btn_allcheck.jpg) 0 0px no-repeat; display:inline-block;}
	.join01_wrap .step01_inne_txt button.chk_on {position:absolute; top:29px; right:16px; width:120px; height:42px; line-height:40px; font-size:12px; font-weight:bold; font-family:Dotum; background:url(../images/sub/btn_allcheck_on.jpg) 0 0px no-repeat; display:inline-block;}
	.join01_wrap dl{padding:26px 25px 0px 29px;}
	.join01_wrap dt{font-weight:bold; height:25px; line-height:25px; margin-bottom:18px; position:relative;}
	.join01_wrap input[type="checkbox"]{-webkit-appearance:none !important;  background:0 !important; opacity:.01 !important;}
	.join01_wrap dt label{background:url(../images/sub/join_checkbox.png) right 0 no-repeat; display:block; cursor:pointer;}
	.join01_wrap dt label.chk_on{background:url(../images/sub/join_checkbox.png) right 0 no-repeat; background-position:right -25px;}
	.join01_wrap dl dd{border:1px solid #dfdfdf; background:#f9f9f9; padding:10px; height:88px; overflow:auto;}

	.btn_wrap{padding:30px 0 0; overflow:hidden; width:100%;}
	.btn_wrap input, .btn_wrap a{margin:0 2px;}
	.join_wrap .btn_wrap input, .btn_wrap a{margin:0 1px; float:right;}
	.btn_wrap02{text-align:center; padding:30px 0 0; overflow:hidden; width:100%;}
	.join_wrap .btn_wrap02 input, .btn_wrap02 a{margin:0 1px;}

	.join_step02_inner{}
	.join02_wrap{width:458px; border:1px solid #ccc; border-bottom:0px; overflow:hidden;}
	.join02_wrap li{border-bottom:1px solid #ccc; clear:both; width:428px; padding:11px 15px;color:#999; position:relative; color:#333; font-weight:bold}
	.join02_wrap li select{border:1px solid #dfdfdf; height:28px;}
	.join02_wrap li label{color:#333; font-weight:bold}
	.join02_wrap li label.iptxt{position:absolute; top:13px; left:17px; font-size:13px; color:#999;}
	.screen_out{overflow:hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px}
	.join02_wrap li input[type="text"], .join02_wrap li input[type="password"]{padding:5px; border:0px; width:325px;  outline:0;}
	.join02_wrap li.join2step_gender span{padding:0 30px 0 5px;}
	.join02_wrap li.join2step_gender label{width:100px; display:inline-block;}
	.join02_wrap li.join2step_gender label input[type="radio"]{width:23px; height:23px; vertical-align:middle;}
	.join02_wrap li.join2step_mobile{}
	.join02_wrap li.join2step_mobile select{margin-right:25px;}
	.join02_wrap li.join2step_mobile input[type="text"]{border:1px solid #dfdfdf; width:210px; margin-right:7px;}
	.join02_wrap li.join2step_mobile button{
		width:86px; height:27px; border:1px solid #bcbcbc; font-size:13px; color:#fff; text-align:center; line-height:27px; font-family:"Dotum"; background:#a1a1a1; cursor:pointer;
		/*width:86px; height:27px; border:1px solid #bcbcbc; font-size:13px; text-align:center; line-height:27px; font-family:Dotum; background:#fff; cursor:pointer;*/
	}
	.join02_wrap li.add_input label{float:left;}
	.join02_wrap li.add_input select{width:325px; height:35px; line-height:35px; margin-bottom:10px; text-indent:5px}
	.join02_wrap li.add_input input[type="text"]{width:313px; height:23px; line-height:23px}
	.join02_wrap li.add_input div{float:right; width:325px}
	.join02_wrap li.job label{line-height:28px}
	.join02_wrap li.job input[type="text"]{float:right; width:313px; height:18px; background:#f9f9f9;}
	.join02_wrap li .btn_certification{width:86px; height:27px; border:1px solid #bcbcbc; font-size:13px; color:#fff; text-align:center; line-height:27px; font-family:Dotum; background:#a1a1a1; cursor:pointer;}
	.join02_wrap li .btn_postal{width:86px; height:27px; border:1px solid #bcbcbc; font-size:13px; text-align:center; line-height:27px; font-family:Dotum; background:#fff; cursor:pointer;}

	.join04_wrap{border:1px solid #ccc; padding:55px 0; margin:0 auto; width:598px; text-align:center;}
	.join04_wrap .join04_top{font-size:18px; margin-bottom:45px;}
	.join04_wrap .join04_top strong{font-weight:bold;}
	.join04_wrap .join04_top span{color:#0079c0;}
	.join04_wrap .join04_point{ background:url(../images/sub/img_join.jpg) top center no-repeat; padding:300px 0 40px; font-size:18px;}
	.join04_wrap .join04_point strong{color:#0079c0; font-weight:bold;}
	.join04_wrap .join04_point span{ display:block; font-size:14px; margin-top:5px;}
	
	/*hs_비밀번호변경*/
	.hs_id_ps{width:100%; height:500px;}
	.hs_id_ps h3{width:100%; height:80px; background:#1d4f8e; color:#fff; font-weight:bold; font-size:20px;line-height:75px;}
	.hs_id_ps .pass{width:88%; margin:0 auto; border-top:2px solid #999; border-bottom:2px solid #999;padding:35px 0 35px 20px; }
	.hs_id_ps .pass p{display:inline-block; width:95px; height:30px; font-size:13px; color:#333;text-align:left;}
	.hs_id_ps .pass input{width:210px; height:30px; padding:5px 10px; border:1px solid #dfdfdf;}
	.hs_id_ps p{color:#999; font-size:12px; text-align:center; line-height:18px;}
	.hs_id_ps .btn{margin:0 auto; width:230px;}
	.hs_id_ps .btn button{display:inline-block;width:110px;height:35px; border-radius:5px;font-size:14px;font-weight:bold; line-height:15px;}
	.hs_id_ps .btn button.black{background:#444;color:#fff; margin-left:5px;}
	.hs_id_ps .btn button:first-child{background:url(../images/sub/btn1.png) repeat-x; color:#1d4f8e; border:1px solid #bababa;}

	/*hs_비번찾기_휴대전화*/
	.hs_id_ps2 .pass p{display:block; width:100%;text-align:center; line-height:20px;}
	.hs_id_ps2 .pass input{display:block; margin:0 auto;}

	/*hs_아이디확인*/
	.id_check .pass{height:160px; padding:0;}
	.id_check .pass p{padding:50px 0; font-size:14px; line-height:1.5;}
	.id_check .btn{margin:0 auto; width:110px; }
	.id_check .btn button.black{background:#444;color:#fff;}

	/* sub_notice */
	.sub_notice{width:775px; overflow:hidden;}
	.sub_notice .notice_search{float:right; padding-bottom:20px;}
	.sub_notice .notice_search select{height:32px; border:1px solid #dfdfdf; vertical-align:bottom;}
	.sub_notice .notice_search a{display:inline-block; vertical-align:bottom;}
	.sub_notice .notice_search input[type="text"]{padding:7px 5px 8px; border:1px solid #dfdfdf; outline:0;}
	.sub_notice table{ clear:both; font-size:13px;}
	.sub_notice table th{background:#f9f9f9; border-top:2px solid #ccc;}
	.sub_notice table th, .sub_notice table td{padding:10px 0; border-bottom:1px solid #dfdfdf;}
	.sub_notice table .tr_answer td{border-bottom:0px;}
	.sub_notice table .tr_answer td div.answer_detail{border-bottom:1px solid #dfdfdf; text-align:left; background:#f9f9f9; line-height:140%;padding:15px 57px;} 
	.sub_notice table td{text-align:center;}
	.sub_notice table td.text_left{text-align:left;}
	.sub_notice table .tr_answer td div.answer_detail td{padding:0px; text-align:left;}
	.sub_notice .notice_num{padding-top:30px; text-align:center;}
	.sub_notice .notice_num a{margin:0 3px;}
	.sub_notice .notice_num a.btn_notice_num{vertical-align:top; border:1px solid #e8e8e8; width:32px; display:inline-block;; font-size:13px; font-family:Dotum; padding:9px 0 10px;}
	.sub_notice .notice_num a.btn_notice_num:hover{background:#959595; color:#fff;}
	.sub_notice table td.faq_a{padding:0px;}

	/* 회원가입 인증 */
	.certification_area{padding:15px 15px; text-align:center;}
	.certification_area p{padding:30px 0 15px; margin-bottom:10px; background:url(../images/sub/img_bar.jpg) bottom center no-repeat; font-size:22px; font-weight:bold;text-align:center;}
	.certification_area span{font-size:13px; font-family:Dotum; color:#666666; text-align:center; display:block; padding:0 0 30px; line-height:130%;}
	.certification_area span strong{color:#00a4e3; font-weight:bold;}
	/* 문의하기 */
	.qna_area{border-top:2px solid #ccc; font-size:13px;}
	.qna_area table{margin-bottom:50px;}
	.qna_area th, .qna_area td{padding:13px 0 13px 13px; border-bottom:1px solid #dfdfdf;}
	.qna_area th{background:#f9f9f9; text-align:left;}
	.qna_area select{height:32px; width:100px; border:1px solid #dfdfdf; vertical-align:bottom;}
	.qna_area td input[type="text"], .qna_area td textarea{padding:7px 5px 8px; border:1px solid #dfdfdf; width:96%;}
	/* 글보기 */
	.notice_view_area{border-top:2px solid #ccc; font-size:13px; position:relative;}
	.notice_view_area th{padding:13px 0 13px 13px; border-bottom:1px solid #dfdfdf;}
	.notice_view_area td{padding:13px; border-bottom:1px solid #dfdfdf;}
	.notice_view_area th{background:#f9f9f9; text-align:left;}
	.bg_list_arrow01{ background:url(../images/sub/icon_s_arrow01.png) 0 50% no-repeat; padding-left:10px;}
	.bg_list_arrow02{ background:url(../images/sub/icon_s_arrow02.png) 0 50% no-repeat; padding-left:10px;}
	.file{padding:30px 0; margin-top:30px; border-top:1px dashed #dfdfdf;}
	.file span{ background:url(../images/sub/icon_file.jpg) 0 50% no-repeat; padding:0 0 0 7px; display:block; width:70px;}
	.btn_print{position:absolute; top:7px; right:0px;}

	/* 문의답변 */
	.question_area{padding:0 0 50px; min-height:170px;}
	.question_area h3{ background:url(../images/sub/icon_q.jpg) 0 7px no-repeat; padding:0 0 5px 20px; }
	.answer_area{border:1px solid #47b5e4; padding:25px 20px; margin-bottom:10px;position:relative; min-height:150px;}
	.answer_area h3{ padding:5px 0 7px 10px; margin-bottom:10px; background:#f1f1f1;}
	.answer_area h3 span{font-size:13px; font-weight:normal; color:#999; font-family:Dotum;}
	.answer_area div.ic_a{ background:url(../images/sub/icon_a.jpg) 5px 7px no-repeat; padding:3px 0 0 25px; line-height:1.5;}
	.answer_area .tit_answer{position:absolute; top:-28px; right:-1px; background:url(../images/sub/tit_answer.jpg) 0 0 no-repeat; width:114px; height:28px;}

	/*페이징*/
	.page_box li {vertical-align:top;}
	.page_box .page_first_btn {background:url(../images/sub/btn_notice_arrow01.jpg);height:35px;width:35px;margin:0 3px;}
	.page_box .page_prev_btn {background:url(../images/sub/btn_notice_arrow02.jpg);height:35px;width:35px;margin:0 3px;}
	.page_box .page_next_btn {background:url(../images/sub/btn_notice_arrow03.jpg);height:35px;width:35px;margin:0 3px;}
	.page_box .page_last_btn {background:url(../images/sub/btn_notice_arrow04.jpg);height:35px;width:35px;margin:0 3px;}
	.page_box .page_seperator {margin:0 3px; }

	.page_box .page_number_btn {border:1px solid #e8e8e8; width:32px; display:inline-block; font-size:13px; font-family:Dotum; padding:9px 0 10px;}
	.page_box .page_number_btn_on {border:1px solid #e8e8e8; width:32px; display:inline-block; font-size:13px; font-family:Dotum; padding:9px 0 10px;background:#959595; color:#fff;}
	.page_box .page_number_btn:hover {background:#959595; color:#fff;}

	/* at_tb01-첨부파일 */
	span.desc01{font-size:12px; color:#999999; padding:10px 0; display:inline-block;}
	.btn_simp{padding:2px 5px;}
	.at_tb01 th{ background:#f9f9f9; border-bottom:1px dashed #dfdfdf; padding:8px 0; color:#8b8b8b; font-size:11px; }
	.at_tb01 td{border-bottom:1px dashed #dfdfdf; padding:8px 0;  color:#8b8b8b; font-size:11px;}
	/* 첨부파일  */
	.c_th01{font-size:24px; font-weight:bold; padding-bottom:10px;}
	.f_tb01{border-top:2px solid #333333; }
	.f_tb01 td{border-bottom:1px solid #dfdfdf; padding:11px 0 11px 13px;}
	.f_th01{ background:#f9f9f9;} 
	.f_tb01 input[type="text"]{border:1px solid #dfdfdf; padding:5px;}
	.btn_ok{padding:7px 20px; color:#ffffff; background:#333333; border:1px solid #222222; line-height:14px;}
	.btn_cancel{padding:7px 20px; color:#ffffff; background:#747474; border:1px solid #6a6d71; line-height:14px;}
	h6.file_title{font-size:24px;  font-weight:bold; padding-bottom:10px;}

	/* 나의강의실 */
	.my_class{width:775px;}
	.my_class_list01{ overflow:hidden; margin-bottom:40px;}
	.my_class_list01 .my_info{ float:left;width:276px; padding:20px 15px 10px; border:1px solid #dfdfdf; border-top:2px solid #19a3dd;}
	.my_class_list01 .my_info h3{font-size:19px; line-height:19px; font-weight:bold; padding-bottom:14px; border-bottom:1px solid #dfdfdf;}
	.my_class_list01 .my_info h3 a{font-size:11px; font-family:Dotum; color:#999999; float:right; margin-top:8px;}
	.my_class_list01 .my_info ul{padding-top:19px;}
	.my_class_list01 .my_info li{margin-bottom:10px; padding-left:20px; font-size:13px; font-family:Dotum;}
	.my_class_list01 .my_info li.my_info01{ background:url(../images/sub/icon_name.jpg) 2px 50% no-repeat; }
	.my_class_list01 .my_info li.my_info02{ background:url(../images/sub/icon_phone.jpg) 0 50% no-repeat;}
	.my_class_list01 .my_icon_view{float:left; width:464px; height:98px; padding:17px 0 18px; border:1px solid #dfdfdf; border-top:2px solid #19a3dd; border-left:0px;}
		.my_icon_view li{float:left; border-right:1px dashed #dfdfdf; padding:15px 19px 15px 20px; height:68px; width:114px; text-align:center;}
		.my_icon_view li.my_icon03{border-right:0px;}
		.my_icon_view li a{height:11px; width:114px; padding-top:65px; display:block; font-family:Dotum; font-size:12px;}
		.my_icon_view li a span{color:#fff; font-size:11px; line-height:11px; font-weight:bold;}
		.my_icon_view li.my_icon01 a{position:relative; background:url(../images/sub/icon_courses.png) top center no-repeat; }
		.my_icon_view li.my_icon01 a span{position:absolute; top:37px; left:61px; width:21px; height:13px; display:block; text-align:center;}
		.my_icon_view li.my_icon02 a{background:url(../images/sub/icon_point.png) top center no-repeat;}
		.my_icon_view li.my_icon02 a span{color:#333333; font-size:12px; font-weight:normal; letter-spacing:-0.5px;}
		.my_icon_view li.my_icon02 a span strong{color:#19a3dd;}
		.my_icon_view li.my_icon03 a{position:relative; background:url(../images/sub/icon_coupon.png) top center no-repeat;}
		.my_icon_view li.my_icon03 a span{position:absolute; top:37px; left:81px; width:21px; height:13px; display:block; text-align:center;}
	.my_class_list02{width:775px; margin-bottom:40px;}
	.my_class_list02 .my_tab_board{width:775px; margin-bottom:40px;}
	.my_class_list02 .my_tab_board ul{overflow:hidden; border-right:1px solid #dfdfdf;}
	.my_class_list02 .my_tab_board li{float:left;}
	.my_class_list02 .my_tab_board li a{padding:8px 0; text-align:center; color:#666666; width:386px; font-size:12px; display:block; border-left:1px solid #dfdfdf; border-top:1px solid #dfdfdf;}
	.my_class_list02 .my_tab_board li a.tab_on{background:#999; color:#fff; border-left:1px solid #999; border-top:1px solid #999; font-weight:bold;}
	.my_class table{border-bottom:1px solid #dfdfdf;}
	.my_class table th{padding:10px 0 10px 5px; background:#f9f9f9; border-top:2px solid #999; font-size:13px;}
	.my_class table td{border-top:1px dashed #dfdfdf; font-size:12px; line-height:12px; color:#666666; font-family:Dotum; height:41px; padding-left:5px; text-align:center;}
	.my_class .my_tab_board table td:first-child{text-align:left;}
	.my_class_list03{width:775px;}
	.my_class_list03 h3{ background:url(../images/sub/bullet_arrow.jpg) 0 50% no-repeat; padding-left:13px; font-size:16px; line-height:16px; margin-bottom:12px;}
	.my_class_list03 h3 a{font-size:13px; font-family:Dotum; color:#666666; float:right; margin-top:8px}
	.my_class table tr.tr_answer td{ padding:18px 20px; text-align:left;}
	.my_class table tr.tr_answer td div{border:1px solid #dfdfdf; padding:20px 20px 20px 55px; margin-top:10px; background:url(../images/sub/icon_re.png) 20px 18px no-repeat #f9f9f9;}

/* 수강신청 결제 */
.total_box{margin-bottom:30px;}
.pay_price{width:295px; text-align:left; margin-left:470px; overflow:hidden; text-align:left; padding-bottom:8px;}
.pay_price p{width:114px; display:inline-block; float:left;}
.pay_price div.pay_price_sum div div{width:150px; margin-left:10px; text-align:right; float:right;}
	.item_price, .conpon_price, .point_price{padding-bottom:8px; overflow:hidden;}
	.point_price{position:relative;}
.pay_price div.pay_price_sum div input{border:0px;background:#fffff9; width:135px; text-align:right;}
.pay_price div.pay_price_sum div button{position:absolute; top:0px; left:45px;}
.sub_blt_title2{padding-bottom:10px;}
.total_price_wrap{border-top:1px solid #dfdfdf; text-align:right; padding:12px 20px 0 0; }
.total_price_wrap span{color:#00a4e3; font-size:16px;}

.entry_area{border-top:2px solid #333333;width:775px;}
	.entry_area table{font-size:13px; }
	.entry_area table th{border-bottom:1px solid #dfdfdf; border-top:0px; padding:13px 0 13px 15px; width:100px; text-align:left; background:#fafafa;  letter-spacing:-0.5px;}
	.entry_area table td{border-bottom:1px solid #dfdfdf; padding:13px 0 13px 15px; text-align:left;}
	.entry_area table td input{padding:4px 10px; border:1px solid #e9e9e9;}
	.entry_area table td select{ height:25px; width:100px;  border:1px solid #e9e9e9}
	.entry_area table td textarea{border:1px solid #dfdfdf; width:100%; padding:5px;}
	.entry_area table td span{ font-size:11px; color:#666666; font-family:Dotum; padding:0 7px;}
	.entry_area table td a{margin-left:5px;}
	.entry_area table td a img{ vertical-align:text-top;}
	.entry_area table td .mr_b7px{margin-bottom:7px;}
	.entry_area table td .w440px{width:440px;}
	.entry_area table td input[type="radio"]{ vertical-align:text-bottom; margin-right:3px;}
.deposit_area{border:1px solid #dfdfdf; margin-top:18px;}
.deposit_area h4{ width:743px; background:#f9f9f9; border-bottom:1px solid #dfdfdf; padding:12px 15px 13px; color:#555555; font-size:13px; font-weight:normal;}
.deposit_area table{}
.deposit_area table th{border-top:0px; background:#fff; text-align:left; padding:12px 15px;width:100px; font-weight:normal;}
.deposit_area table td input[type="text"]{padding:4px 10px; border:1px solid #e9e9e9;}
.deposit_area table td select{ height:25px; width:100px;  border:1px solid #e9e9e9}
.deposit_area table td p{color:#999999; font-size:11px; padding-top:5px;}
.deposit_area table td span{color:#999999; font-size:11px; margin-left:10px; line-height:11px;}
.deposit_area table td input[type="radio"], .deposit_area table td input[type="checkbox"]{ vertical-align:text-bottom; margin-right:1px;}
ul.pay_detail{overflow:hidden; color:#666666;  font-family:Dotum;}
ul.pay_detail li{float:left; width:45%; margin-right:5%; padding-bottom:5px;}
ul.pay_detail li:nth-child(n+1){marign-right:0px;}
ul.pay_detail li strong{width:115px; display:inline-block; letter-spacing:-1px;}
ul.pay_detail li span{font-size:13px; padding:0px;}
	
	/* 고객센터 */
	.sub_customer{}
	.sub_customer .img_customer{margin-bottom:40px;}
	.search_customer{width:743px; padding:20px 15px; margin-bottom:30px; border:1px solid #dfdfdf; background:#f8f9fb; overflow:hidden;}
	.search_customer div.search_inner{overflow:hidden; text-align:center; padding-left:40px;}
	div.search_inner span{float:left; padding:8px 5px 0 0 ; display:inline-block; font-weight:bold;}
	div.search_inner p{float:left; border:1px solid #dfdfdf; background:#fff; height:33px; width:502px;}
	div.search_inner p input{border:0px;height:33px; width:542px; color:#888888; font-size:12px; padding:0 10px; outline:0;}
	div.search_inner button{float:left;}
	.search_txt{ text-align:center;}
	.search_txt p{font-size:17px; letter-spacing:-1px; padding-bottom:5px; font-weight:bold;}
	.search_txt div{line-height:20px; letter-spacing:-1px; font-size:13.5px; padding-bottom:15px;}
	.search_txt div span{color:#ff8c26;}

	.customer_main{margin:40px 0 0; border-top:1px solid #dfdfdf; padding-top:40px; overflow:hidden;} 
		.customer_main_left{ float:left; width:369px; margin-right:25px; position:relative;}
		.customer_main_left h2{font-size:16px; padding-bottom:10px;}
		.customer_main_left a.btn_more{position:absolute; top:4px; left:162px;}
		.customer_main_left ul{}
		.customer_main_left li{padding-bottom:8px;}
		.customer_main_left li a{background:url(../images/sub/icon_faq_off.jpg) 0 2px no-repeat; padding:0 0 2px 22px; font-size:13px; display:inline-block; letter-spacing:-0.5px;}
		.customer_main_left li a:hover, .customer_main_left li a.faq_on{color:#ff8c26; background:url(../images/sub/icon_faq_on.jpg) 0 2px no-repeat;}
		.customer_main_right{float:left; width:349px; height:276px; padding:28px 15px 15px; background:#f4f4f4; border:1px solid #eaeaea;}	
		.customer_main_right h2{font-size:18px; text-align:center; padding-bottom:20px;}
		.customer_main_right ul{overflow:hidden;}
		.customer_main_right li{float:left; margin:0 5px 5px 0;}
		.customer_main_right li:nth-child(3n+3){margin-right:0px;}
		.customer_main_right li.icon_faq01 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq01.jpg) center 21px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li.icon_faq02 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq02.jpg) center 25px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li.icon_faq03 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq03.jpg) center 28px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li.icon_faq04 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq04.jpg) center 25px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li.icon_faq05 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq05.jpg) center 17px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li.icon_faq06 a{width:113px; height:30px; border-radius:3px; background:#fff url(../images/sub/icon_faq06.jpg) center 18px no-repeat; display:inline-block; text-align:center; font-size:13px; padding-top:83px;}
		.customer_main_right li a:hover{color:#00a4e3;}
	.customer_box{width:773px; border:1px solid #dfdfdf; overflow:hidden; margin-top:40px;}
		.customer_box01{position:relative; float:left; padding:20px 20px 25px; width:331px; min-height:130px; background:url(../images/sub/img_box01.jpg) right 0 no-repeat;border-right:1px dashed #dfdfdf;}
		.customer_box01 h2{ font-size:20px; line-height:20px; padding-bottom:10px;}
		.customer_box01 div{font-size:13px;}
		.customer_box01 a{position:absolute; bottom:20px; left:20px;}
		.customer_box02{position:relative; float:left; padding:20px 20px 25px; width:361px; min-height:130px; background:url(../images/sub/img_box02.jpg) right 0 no-repeat;}
		.customer_box02 h2{ font-size:20px; line-height:20px; padding-bottom:10px;}
		.customer_box02 div{font-size:13px; letter-spacing:-1px;} 
		.customer_box02 p{font-size:11px; font-family:Dotum; color:#888888; padding:11px 0 0;}
		.customer_box02 p strong{color:#00a4e3; display:block;}
		.customer_box02 a{position:absolute; bottom:20px; left:20px;}
		.customer_box03{position:relative; float:left; padding:20px 20px 25px; width:361px; min-height:130px; background:url(../images/sub/img_box03.jpg) right 0 no-repeat;}
		.customer_box03 h2{ font-size:20px; line-height:20px;}
		.customer_box03 dl{}
		.customer_box03 dt{font-size:16px; font-weight:bold; padding-top:10px; color:#666666;}
		.customer_box03 dt span{color:#00a4e3}
		.customer_box03 dd{color:#888888; font-size:12px;}
		.customer_box04{position:relative; float:left; padding:20px 20px 25px; width:332px; min-height:130px; background:url(../images/sub/img_box03.jpg) right 0 no-repeat;}
		.customer_box04 h2{ font-size:20px; line-height:20px;}
		.customer_box04 dl{}
		.customer_box04 dt{font-size:16px; font-weight:bold; padding-top:10px; color:#666666;}
		.customer_box04 dt span{color:#00a4e3}
		.customer_box04 dd{color:#888888; font-size:12.5px;}
	.faq_board{}
		.faq_tab{width:775px; overflow:hidden; height:45px; margin-bottom:15px;}
		.faq_tab li{float:left;margin-left:5px;}
		.faq_tab li a{ text-align:center; font-family:Dotum; font-size:13px; font-weight:bold; letter-spacing:-1px; background:url(../images/sub/faq_tab_off.jpg) 0 0 no-repeat; width:106px; height:45px; line-height:40px; display:inline-block; }
		.faq_tab li:first-child{margin-left:0px;}
		.faq_tab li a:hover, .faq_tab li a.faq_on{background:url(../images/sub/faq_tab_on.jpg) 0 0 no-repeat; width:106px; height:45px; line-height:40px; color:#fff; }
	.select_ps{font-size:12px; font-family:Dotum; color:#888888; vertical-align:top; padding:10px 0 0 5px; display:inline-block;}
	.select_ps span{color:#d71921; vertical-align:top;}

	.sand_sms{border-bottom:1px dashed #dfdfdf; padding-bottom:13px; overflow:hidden;}
	.sand_sms dl{padding:8px 0 0 5px; margin-right:10px; height:42px;}
	.sand_sms dt{padding-bottom:3px;}
	.sand_sms dd label{width:180px; display:inline-block;}
	.sand_sms dd input[type="radio"]{ border-radius:5px; border:1px solid #dfdfdf; width:13px; height:14px; display:inline-block; vertical-align:text-bottom; margin-right:3px;}
	.sand_sms div{ padding-top:10px}
	.sand_sms div input[type="text"], .sand_sms div select{width:65px; margin:0 3px;}
	.sand_mail{ padding-top:13px; overflow:hidden;}
	.sand_mail dl{ padding:8px 0 0 5px; margin-right:10px; height:42px;}
	.sand_mail dt{padding-bottom:3px;}
	.sand_mail dd label{width:180px; display:inline-block;}
	.sand_mail dd input[type="radio"]{ border-radius:5px; border:1px solid #dfdfdf; width:13px; height:14px; display:inline-block; vertical-align:text-bottom; margin-right:3px;}
	.sand_mail div{ padding-top:10px}
	.sand_mail div input[type="text"]{width:100px; margin:0 3px;}

	/* 공지사항:답변달기 */
	.tutor_talk{}
	.tutor_talk .talk_reply_box{padding:15px; border:1px solid #ccc; border-radius:5px; margin-bottom:10px; background:#f9f9f9;}
	.talk_reply_box .exam_num{margin-bottom:10px; font-size:13px; font-weight:bold; color:#777; }
	.talk_reply_box .exam_num input[type="text"]{padding:4px 5px; border:1px solid #d1d1d1;}
	.tutor_talk textarea{width:643px;padding:5px;height:54px;border:1px solid #d1d1d1;vertical-align:top;}
	.reply_wrap{padding:15px; background:url(../images/sub/bg_diagona.jpg) repeat; border:1px solid #ccc; border-radius:5px; overflow:hidden;}
		.reply_t{overflow:hidden; margin-bottom:25px;}
		.reply_s{overflow:hidden;margin-bottom:25px;}
		.reply_t .icon_tutor{width:30px; margin-left:5px; float:left;}
		.reply_name{float:left; width:682px; padding-left:6px; margin-bottom:3px;}
		.reply_name p{ margin-top:2px; float:left; font-family:Dotum; font-size:12px; color:#333; font-weight:bold; }
		.reply_name span{color:#888888; padding-right:7px;}
		.reply_name2{float:right; width:682px; margin-bottom:3px;}
		.reply_name2 p{ margin-top:2px; float:left; font-family:Dotum; font-size:12px; font-weight:bold; width:680px;}
		.reply_name2 span{color:#888888; padding-right:7px;}
		.reply_box{ float:left; position:relative; margin-left:8px;  border:1px solid #dfdfdf; padding:10px; background:#fff; width:712px; border-radius:0 5px 5px 5px; font-size:13px; line-height:1.5;}
		.reply_box span.bg_t_talk{position:absolute; top:-1px; left:-8px;}
		.reply_box2{ float:left; position:relative; border:1px solid #f6e88d; margin-left:42px; padding:10px; background:#fdfbd8; width:712px; border-radius:5px 0px 5px 5px;}
		.reply_box2 span.bg_s_talk{position:absolute; top:-1px; right:-8px;}

	/* 이벤트 답변 */
	.event_reply_box{padding:15px; border:1px solid #ccc; border-radius:5px; margin-bottom:10px; background:#f9f9f9;}
	.event_reply_box .event_info{margin-bottom:10px;}
	.event_reply_box .event_info label{display:inline-block; font-size:13px; font-weight:bold; color:#777;  vertical-align:middle;}
	.event_reply_box .event_info input[type="text"]{padding:4px 5px; border:1px solid #d1d1d1; vertical-align:middle; width:143px; margin-right:15px}
	.event_reply_box .event_info select{border:1px solid #d1d1d1;height:25px;vertical-align:middle; width:160px; margin-right:15px}
	.event_reply_box .event_info button{width:83px; height:25px; background:#47b5e4; color:#fff; cursor:pointer; vertical-align:middle; display:inline-block;}


	table.tb03 tr:first-child td, table.tb03 tr:first-child th{ border-top:2px solid #cccccc; }
	table.tb03 th{background:#f9f9f9;border-bottom:1px solid #cccccc; font-size:13px; color:#121212; height:31px; line-height:31px; font-weight:normal;}
	.table_list table{border-bottom:1px solid #dfdfdf;}
	table.tb03 td{padding:10px; border-bottom:1px solid #dfdfdf;font-size:13px; font-family:Dotum;}
	table.tb03 a:hover{ text-decoration:underline;}
	
	.join_step03_inner div{padding-bottom:45px;}
	.join_step03_inner div p{ font-weight:bold; padding-bottom:9px;}
	.join_step03_inner div p span{ font-size:11px; color:#666666; font-weight:normal;}
	.join_step03_inner div table{ font-size:13px; border-top:1px solid #333333;}
	.join_step03_inner div table th{border-bottom:1px solid #dfdfdf; padding:7px 0 7px 15px; width:172px; text-align:left; background:#fafafa; font-weight:normal; letter-spacing:-0.5px;}
	.join_step03_inner div table td{border-bottom:1px solid #dfdfdf; padding:7px 0 7px 15px; text-align:left;}
	.join_step03_inner div table td input{padding:4px 10px; border:1px solid #e9e9e9;}
	.join_step03_inner div table td select{ height:25px; width:100px;  border:1px solid #e9e9e9}
	.join_step03_inner div table td span{ font-size:11px; color:#666666; font-family:Dotum; padding:0 7px;}
	.join_step03_inner div table td a{margin-left:5px;}
	.join_step03_inner div table td a img{ vertical-align:text-top;}
	.join_step03_inner div table td .mr_b7px{margin-bottom:7px;}
	.join_step03_inner div table td .w440px{width:440px;}
	.join_step03_inner div table td input[type="radio"]{ vertical-align:text-bottom; margin-right:3px;}

	.myclass_boardtit{ font-size:16px; padding:0 0 0 15px !important; margin-bottom:15px; font-weight:bold; background:url(../images/sub/bullet_course.jpg) 0 50% no-repeat;}

	/* 센터에서 옮긴 마이페이지 버튼 */
	.btn_cbule{background:#47b5e4; border:1px solid #33a0cf; color:#fff; text-align:center; padding:5px 10px 8px;border-radius:5px; display:inline-block; font-weight:bold; cursor:pointer; min-width:100px;}
	.btn_cgray{background:#b1b1b1; border:1px solid #929292; color:#fff; text-align:center; padding:5px 10px 8px;border-radius:5px; display:inline-block; font-weight:bold; cursor:pointer; min-width:100px;}
	.btn_cdgray{background:#4e4e4e; border:1px solid #3f3f3f; color:#fff; text-align:center; padding:5px 10px 8px;border-radius:5px; display:inline-block; font-weight:bold; cursor:pointer; min-width:100px;}


	/* 설문조사 */
	.research{border:5px solid #e1e1e1; width:620px; margin:0 auto; padding:60px 35px 45px 35px}
	.research .btn_submit{display:block; cursor:pointer; width:300px; padding-left:0px; border:0px; margin:50px auto 0; height:40px; line-height:40px; color:#fff; font-size:16px; background:#19a3dd url(../images/main/arr_research.png) 73% 50% no-repeat;}
	.research table{width:100%; margin-top:45px}
	.research table tr th{font-size:14px; background:#e1e1e1; border-left:1px solid #002125; border-right:1px solid #002125;}
	.research table tr th, .research table tr td{height:42px; border-top:1px solid #002125; border-bottom:1px solid #002125}
	.research table tr td.last{border-right:1px solid #002125}
	.research table tr td input[type="text"]{width:100%; border:0px; height:100%; text-indent:10px}
	.research .title{text-align:center }
	.research .txt{background:#19a3dd; padding:20px 30px; font-size:17px; color:#fff; margin-top:27px; line-height:1.5;}
	.research .last_txt{font-size:16px; margin-top:25px; display:block; color:#231f20}
	.research .research_cnt{font-family:"돋움", Dotum}
	.research .research_cnt .question{text-indent: -21px;margin-left: 21px;color:#231f20; font-size:16px; font-weight:bold; margin-top:25px}
	.research .research_cnt .answer{margin-top:10px; padding-left:21px; font-size:16px}
	.research .research_cnt .answer img{width:100%;}
	.research .research_cnt .answer_2{padding-left:13px}
	.research .research_cnt .answer_2 .answer label{display:inline-block; width:180px;}
	.research .research_cnt .answer input[type="text"]{border:0px; font-size:15px;}
	.research .research_cnt .answer input[type="file"]{ width:400px; padding:5px; background:#f8f8f8; border:1px solid #ddd;}
	.research .research_cnt .answer span{margin-right:7px; font-size:11px; cursor:pointer; vertical-align:top;}
	.research .research_cnt .answer label{width:calc( 100% - 10px); padding:0 10px 5px 0; display:inline-block; margin-bottom:8px; cursor:pointer; box-sizing:border-box;}
	.research .research_cnt .answer label input{border:0px;}
	.research .research_cnt .answer .chk{display:inline-block; width:15px; height:15px;line-height: 15px; text-align:center; background:url(../images/main/ic_off.png) no-repeat}
	.research .research_cnt .answer .check .chk{display:inline-block; width:17px; height:17px; line-height:17px; text-align:center; border:1px solid #111; background:none;}
	.research .research_cnt .answer .on{display:inline-block; width:15px; height:15px;line-height: 15px; text-align:center; background:url(../images/main/ic_on.png) no-repeat; color:#fff;}
	.research .research_cnt .answer .check .on{display:inline-block; width:17px; height:17px; line-height:17px; text-align:center;  background:#111; border:1px solid #111; color:#fff;}
	.research .research_cnt .answer textarea{width:560px; /* height:180px; */height:340px; resize:none; border:1px solid #7f9092; text-align:left; padding:15px; font-size:15px; line-height:1.5;}
	.research .blind{border:0px; width:0px; height:0px; background:0; opacity:0.1;filter:Alpha(opacity=0); -webkit-appearance:none;}

	/* 설문조사 2017-05-31 */
	.research_wrap{border:6px solid #e1e1e1; width:689px; margin:0 auto;}
	.research_wrap .tit{margin:10px auto 20px; text-align:center; }
	.research_wrap .research_coment{border-bottom:1px solid #7f7f7f; font-size:15px; color:#000; padding-bottom:10px; margin:0 20px 23px 20px;}
	.research_wrap .txt{background:#19a3dd; padding:20px 30px; font-size:17px; color:#fff; margin-top:27px}
	.research_wrap .last_txt{display:block;  margin:0 20px; padding-top:30px; font-size:15px;color:#000; border-top:1px solid #7f7f7f;}
	.research_wrap .inner{margin:0 20px 50px; font-family:"나눔고딕", "NanumGothic";}
	.research_wrap .inner .question{color:#231f20; font-size:15px; margin-top:30px}
	.research_wrap .inner .answer{margin:15px 0 0 -14px; font-size:15px; overflow:hidden;}
	.research_wrap .inner .answer label{ float:left; width:302px; margin: 0 0 10px 29px;cursor:pointer;}
	.research_wrap .inner .answer span{margin:2px 7px 0 0 ; font-size:13px; cursor:pointer; vertical-align:top; font-family:Dotum , '돋움';}
	.research_wrap .inner .answer .chk{display:inline-block; width:16px; height:16px; text-align:center; background:url(../images/research/research_off.png) no-repeat}
	.research_wrap .inner .answer .on{display:inline-block; width:16px; height:16px; text-align:center; background:url(../images/research/research_on.png) no-repeat; color:#fff;}
	.research_wrap .inner .answer textarea{margin-left:15px;width:615px; min-height:97px; resize:none; border:1px solid #7f9092; text-align:left; padding:15px; font-size:15px; line-height:1.5;}
	.research_wrap .blind{border:0px; width:0px; height:0px; background:0; opacity:0.1;filter:Alpha(opacity=0); -webkit-appearance:none;}
	.research_wrap .btn_submit{display:block; cursor:pointer; width:300px;  border:0px; margin:60px auto; height:40px; line-height:40px; color:#fff; font-size:16px; background:#19a3dd url(../images/research/research_arr.png) 73% 50% no-repeat;}
	/*.research_wrap .inner .answer_2{padding-left:13px}
	.research_wrap .inner .answer_2 .answer label{display:inline-block; width:180px;}
	.research_wrap .inner .answer label input{border:0px;}
	.research_wrap .inner .answer input[type="text"]{border:0px; font-size:15px;}	*/


	/* common */
	.fl_l{float:left;}
	.fl_r{float:right;}
	.t_left{text-align:left;}
	.t_center{text-align:center;}
	.t_right{text-align:right;}
	
	.mt5{margin-top:5px;}
	.mt10{margin-top:10px;}
	.mt15{margin-top:15px;}
	.mt20{margin-top:20px;}
	.mt25{margin-top:25px;}
	.mt30{margin-top:30px;}
	.mt40{margin-top:40px;}
	.mt100{margin-top:100px;}
	.mt64{margin-top:64px;}
	.mr7{margin-right:7px;}
	.mr10{margin-right:10px;}
	.mr20{margin-right:20px;}
	.ml10{margin-left:10px;}
	.ml20{margin-left:20px;}
	.mb10{margin-bottom:10px;}
	.mb15{margin-bottom:15px;}
	.mb20{margin-bottom:20px;}
	.mb26{margin-bottom:26px;}
	.mb30{margin-bottom:30px;}
	.mb40{margin-bottom:40px;}
	.mb60{margin-bottom:60px;}
	.mb70{margin-bottom:70px;}

	.pl20{padding-left:20px;}
	.pl100{padding-left:100px;}
	.pb15{padding-bottom:15px;}

/* font */
.f_red{color:#ff0000;}

.entry_area .btn_deliver{display:inline-block; border:1px solid #21a3cd; color:#21a3cd; padding:0 10px; height:25px; line-height:25px; font-weight:600; margin-left:0px}
.entry_area .btn_deliver:hover{background:#21a3cd; color:#fff;}

/* 6개월 비밀번호 */
.pw_exp h3{height:114px; padding:20px 0 0 0; text-align:left; background:url(../images/sub/bg_password.png) right top no-repeat; box-sizing:border-box;}
.pw_exp .box{padding:30px 97px; margin:0 0 50px 0; background:#f9f9f9; border:1px solid #dfdfdf;}
.pw_exp .box label{}
.pw_exp .box label input[type="password"]{width:380px; height:40px; padding:5px 10px; border:1px solid #dfdfdf;}

/* 쿠폰신청 버튼 추가 2019-02-22 */
.sub_notice .btn_coupon{height:28px; padding:0 10px; line-height:28px; border:1px solid #09bca7; color:#09bca7; letter-spacing:-1px; font-weight:bold; font-size:13px; border-radius:2px;}
.sub_notice .btn_coupon:hover{background:#09bca7; color:#fff;}

/* 개인정보처리방침 */ 
.privacy_wrap{}
.privacy_wrap .tit p{font-size:20px; font-weight:500; text-align:center}
.privacy_wrap .tit p strong{color:#be2223; font-weight:500;}
.privacy_wrap .tit .privacyIndex{overflow:hidden; background:#f9f9f9; padding:20px; border:1px dashed #e3e3e3; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; margin-top:25px; margin-bottom:40px}
.privacy_wrap .tit .privacyIndex ul{float:left; width:50%}
.privacy_wrap .tit .privacyIndex ul li{font-size:13px; color:#666; font-weight:300;}
.privacy_wrap .tit .privacyIndex ul li + li{margin-top:5px;}
.clause_inner .privacy_wrap ul{padding-top:0px;}
.clause_inner .privacy_wrap ul li{background:none; padding:0px;}
.privacy_wrap .privacy{border-bottom:1px dashed #dfdfdf; padding:30px 0;}
.privacy_wrap .privacy h5{font-size:16px; font-weight:bold; margin:5px 0;}
.privacy_wrap .privacy strong{font-size:15px; color:#628ba8; font-weight:500; margin-top:15px; display:block;}
.privacy_wrap .privacy p{font-size:12px; font-weight:300; padding-left:15px; line-height:1.5; margin:5px 0;}
.privacy_wrap .privacy div{font-size:12px; font-weight:300; line-height:1.5; }
.privacy_wrap .privacy p.tit_bg{font-size:14px; font-weight:bold; margin:5px 0;}
.privacy_wrap .privacy table{}
.privacy_wrap .privacy table th{border:1px solid #ddd; background:#f9f9f9; padding:5px;  font-size:13px;}
.privacy_wrap .privacy table td{border:1px solid #ddd; text-align:center; padding:5px; font-size:13px;}

.sub_notice .event_ing{display: inline-block;width: 47px;height: 22px;margin-left: 5px;background: #19A3DD;border: 1px solid #19A3DD;line-height: 20px;color: #fff;font-size: 12px;font-weight: 500;text-align: center;}
.sub_notice .event_finish{display: inline-block;width: 47px;height: 22px;margin-left: 5px;background: #707070;border: 1px solid #707070;line-height: 20px;color: #fff;font-size: 12px;font-weight: 500;text-align: center;}



/* 게시판 */
table.tb01 th {background: #f9f9f9;border-top: 2px solid #cccccc;border-bottom: 1px solid #cccccc;font-size: 13px;color: #121212;height: 31px;}
.table_list table {border-bottom: 1px solid #ccc;}
table.tb01 td {padding: 12px 5px;border-bottom: 1px solid #ccc;text-align: center;font-size: 13px;font-family: Dotum;}

.btn_bule_s {width: 68px;padding: 3px 0 5px;border: 1px solid #39a4d0;cursor:pointer;background: #5abde6;text-align: center;color: #fff;border-radius: 5px;font-size: 12px;display: inline-block;}
.btn_gray_s {width: 68px;padding: 3px 0 5px;border: 1px solid #d4d4d4;cursor:pointer;background: #e4e4e4;text-align: center;color: #121212;border-radius: 5px;font-size: 12px;display: inline-block;}

/* 간편로그인 추가 */
.icon_naver_sm{width:21px;height:20px;margin-right:5px;background: url("../images/sub/icon_naver_sm.png");}
.icon_kakao_sm{width:21px;height:20px;margin-right:5px;background: url("../images/sub/icon_kakao_sm.png");}
[class^=icon_]{display: inline-block;vertical-align: middle;background-repeat: no-repeat !important;background-position: 50% 50% !important;background-size: 100% !important;}

.connect_page{text-align: center;}
.connect_page h3{margin-bottom:10px;color:#555555;font-size:26px;line-height:26px;font-weight:800;}
.connect_page .top_text{margin-bottom:45px;text-align:center;}
.connect_page .text_red{color:#E4151F;}
.connect_page .login_info{text-align: left;padding: 11px 15px;border-color:#DFDFDF;background-color:#E8F0FE;}
.connect_page .login_info input{padding:0 10px;width: 100%;height: 40px;box-sizing: border-box;}
.connect_page .select_id{display:flex;flex-direction:column;gap:20px;align-items: flex-start;margin:8px 0 10px;padding:20px;color: #333;border:1px solid #E9E9E9;}
.connect_page .select_id &gt;div{display:flex;align-items:center;gap:5px;}
.connect_page .btn_login{width:200px;height:50px;margin-top:40px;border-radius:5px;font-weight:700;font-size:15px;background-color:#0079C0;color:#fff;}
.connect_page .link_box{margin:15px 0 0;padding:11px 10px 14px;border:1px solid #e9e9e9;background-color: #f9f9f9;}
.connect_page .link_box a{display:inline-block;margin-top:5px;text-align:center;font-weight:bold;color: #999;}</pre></body></html>