@charset "utf-8";
/* CSS Document */

/* Common **********************************************************************/
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css'); 
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@800&family=Gugi&family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@400;700&display=swap');
/* Common **********************************************************************/ 
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea {margin:0; padding:0;}
body, input, select, div, a {font-size:15px; line-height:1.7; font-family: 'Noto Sans KR'; color:#888;word-break:keep-all;}
p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, select, address{color:#666;}
html:first-child select {padding-right:6px; height:20px;}
option {padding-right:6px;}
legend {display:none; overflow:hidden; visibility:hidden;}
img, fieldset, button {vertical-align:middle; border:0;}
ul, ol {list-style:none;}
em, address {font-style:normal;}
hr {display:none; visibility:hidden;}
caption  {display:none;}
table {border-collapse:collapse; font-size:12px;}
input, textarea, button {line-height: 1.5; vertical-align: middle;}
input[type=text], input[type=password], textarea
 {height:24px; padding-left:3px; border:1px solid #ccc; color:#666; font-family:'????고딕'; line-height:24px;  vertical-align:middle; }
input[type="checkbox"],input[type="radio"] {margin:0; padding:0; vertical-align:middle; width:13px; height:13px; line-height:13px;}
label {cursor:pointer;}
a {text-decoration:none; color:inherit;}
a:hover, a:active, a:focus{text-decoration:none;}
select{font-size:12px; height:24px;  *margin:-1px 0 -1px; padding:3px; font-family: arial,'????고딕'; line-height:26px;  vertical-align:middle;} 

input[type="text"], input[type="password"]{height:30px; line-height:30px; text-indent:10px;}

p{font-weight:normal;}
h1, h2, h3, h4, h5, h6{font-weight:600}

.view{display:block;}
.hide{display:none;}

/* common_button */
.GYSbutton {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:helvetica, arial, verdana, tahoma, 'NanumGothic', '?????고???', Malgun Gothic, '????고딕', Apple Gothic, Dotum, '??????', sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.GYSbutton:hover {
	text-decoration: none;
}
.GYSbutton:active {
	position: relative;
	top: 1px;
}

.GYSbutton_square {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 2px 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:helvetica, arial, verdana, tahoma, 'NanumGothic', '?????고???', Malgun Gothic, '????고딕', Apple Gothic, Dotum, '??????', sans-serif;
	padding: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	/*
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	*/
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}


.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.big_login {
	font-size: 18px;
	font-weight:bold;
	padding: 1.4em 2em 1.3em;}

.big {
	font-size: 20px;
	font-weight:bold;
	padding: .8em 3em .70em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #aaaaaa;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #fff;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/*layout*/
.wrap{width:100%; min-width: 1200px; height:100%; margin:0; padding:0;}

.inner{width:100%; max-width:1100px; min-width: 800px; display: flex;height:100%; margin:0 auto;}
.center{text-align:center;}

/**/
.top{widht:100%; height:35px; overflow:hidden; background:#bababa;}
.t_menu{width: 100%; text-align:right;padding-top:5px;}
.t_menu li{display:inline; margin-left:28px; color:#f4f4f4; line-height:35px;  font-weight:700;}

.header{position:relative; widht:100%; height:100px; border-bottom: 2px solid #c72b29; }
.gnb{width:100%; height:100px; overflow:hidden;}
.gnb h1{float:left; width:250px; height:100px;}
.nav_wrap{float:left; width:800px; height:100px; margin-left:30px; }
.nav{text-align:center; min-width: 800px;}
.nav li{float:left; width:190px; height:100px; line-height:100px; font-size:20px; font-weight:700;line-height:100px; color:#000;}
.nav li>a{display:block; width:100%; height:100px; font-size:20px; font-weight:700;line-height:100px; color:#000;}
.nav .on{height:96px; border-bottom:4px solid #ff5d0e;}
.nav_sub_wrap{position:absolute; top:100px; left:0; width:100%; height:50px; background-color: #666262;  z-index:999; overflow:hidden;}
.nav_sub_wrap .inner{position:relative;}
.nav_sub{position:absolute; top:0; left:195px; }
.nav_sub li{display:inline; padding:0 30px; color:#f4f4f4; font-size:14px; line-height:50px; }
.nav_sub li>a:hover{color:#fff; font-weight:600;}

/*slider*/
.mainbannerWrap{position:relative;}

.main_slider{}
.main_bnr {
	width: 100%;
	height:400px;
	position: relative;
	overflow: hidden;
}
.main_bnr .slide_img{width: 100%; height: 390px;}
.main_bnr .slide_01{height:100%; background: url("../images/main_brn_01.png") no-repeat bottom center; background-size:cover;}
.main_bnr .slide_02{height:100%; background:url("../images/main_brn_02.png") no-repeat bottom center; background-size:cover;}
.main_bnr .slide_txt{position:relative;}
.main_bnr p{position:absolute; top:100px;left:0; color:#fff; font-weight:bold; font-size:50px; text-shadow: 0 1px 1px rgba(0,0,0,.3);}
.main_bnr span{display:block;}

.bx-wrapper{
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
}

/*메인_로그???????*/
.main_loginbox {
	position: absolute;
	width: 340px;
	height: 240px;
	background-color: #fff;
	right: 0;
	top: 60px;
	border-radius: 10px;
	opacity:0.8;
	z-index:99;
}

.mlogin_wrap{width:260px;margin:0 auto;}

.mlogin_title {
	color: #646464;
	font-size: 32px;
	font-weight: 800;
	margin-left: 30px;
}
.mlogin_but{margin-top:-15px;}
.mlogin_textbox {
	width: 100%;
	height: 32px;
	margin: 10px 0;
}

/*hover*/
/* Zoom In #1 */
/*.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}*/

.hover01 img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}



/*content*/
.icon_but {
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
}
.icon_box {
	max-width: 1100px;
	min-width: 800px;
	margin: 0 auto;
	text-align:center;
	}
.icon_box img {
	margin:10px 30px 0 30px;
}

.main_con_wrap {
	max-width: 100%;
	background-color: #eff0f2;
	padding-bottom: 30px;
	position:relative;
}

.main_content {
	width: 1100px;
	min-width: 800px;
	margin: 0 auto;
	background-color: #eff0f2;
}

.conbox{display:inline-block; margin-top:20px;}
.conbox ul{}
.conbox li{float:left;}
.cont01{width:300px; height:260px; position:relative;}
.cont01_tex1{position:absolute; font-size:24px; font-weight:700; color:#260909;top:50px;left:110px;}
.cont01_tex2{position:absolute; font-size:20px; font-weight:600; color:#838383;top:138px; left:100px; text-align:center;}
.cont01_but{position:absolute; bottom:50px;left:110px;}
.cont02{width:380px; height:260px; position:relative; text-align:center;}
.cont03{width:420px; height:260px;}
/*tab*/
/* ??? ???? ????????? */

.tabs0 {
	margin-top: 0px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	position: relative;
}


.tabs {
	margin-top: 0px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 420px;
	height: 260px;
	overflow: hidden;
	position: relative;
}

.tabs2 {
	margin-top: 0px;
	background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	width: 500px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

/* ??? ????????? */
.tab_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #333333;
	background-color: #f8f8f8;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #333333;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab2_item {
	width: calc(100%/2);
	height: 50px;
	border-bottom: 3px solid #f47a20;
	background-color: #f8f8f8;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #333333;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

	.tab_item:hover {
		opacity: 0.75;
	}

	.tab2_item:hover {
		opacity: 0.75;
	}

/* ????????? 버튼 UI??????*/
input[name="tab_item"] {
	display: none;
}

input[name="tab2_item"] {
	display: none;
}

/* ??? 컨텐??? ????????? */
.tab_content {
	display: none;
	padding: 20px 40px 0px 40px;
	clear: both;
	overflow: hidden;
}

.tab2_content {
	display: none;
	padding: 20px 15px 0px 40px;
	clear: both;
	overflow: hidden;
}

.tab_content_list{width:340px;}
.tab_content_list ul{}
.tab_content_list li{
	float:left;
	height:30px;
	width:100%;
	margin-bottom:10px;
	border-bottom:1px dotted #888
}

.tab2_content_list{width:420px;}
.tab2_content_list ul{}
.tab2_content_list li{
	float:left;
	height:30px;
	width:100%;
	margin-bottom:5px;
	border-bottom:1px dotted #c1c1c1
}

.list_but{position:absolute; bottom:22px; left:160px;}
.list2_but{position:absolute; bottom:15px; left:210px;}

/* ?????? ??? ??? 콘텐???? ?????? */
#edu_list01:checked ~ #edu_list01_content,
#edu_list02:checked ~ #edu_list02_content,
#noti_list01:checked ~ #noti_list01_content,
#noti_list02:checked ~ #noti_list02_content {
	display: block;
}

/* ????????? ??? ????????? */
.tabs input:checked + .tab_item {
	background-color: #333333;
	color: #fff;
}

.tabs2 input:checked + .tab2_item {
	background-color: #f47a20;
	color: #fff;
}

/*??????????*/
.notic_box{width:500px; height:310px;}
/* ???? 컨텐??? ????????? */
.noti_content {
	display: inline-block;
	width:500px;
	background-color:#fff;
	clear: both;
	overflow: hidden;
}

.noti_content_list {
	width: 500px; height:250px;
}

	.noti_content_list ul {
		width: 420px;
		margin: 0 auto;
		margin-top: 40px;
	}

.noti_content_list li {
	float: left;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px dotted #888
}

/*메인_고객??????*/
.cs_box{width:580px; margin-left:20px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}
.cs2 img{margin-top:22px;}


/*footer*/
.footer{background-color:#333333;}
.footer_but{width:100%; height:64px; background-color:#bababa; text-align:center; line-height:64px;}
.footer_but span {
	color: #6d6d6d;
	font-weight:600;
	margin:0 30px;
}

.footer_info{max-width:1100px; min-width:800px; margin:0 auto; padding-bottom:30px; padding-top:30px; display:flex; }
.footer_info ul{width:100%;}
.footer_info li{float:left;}

.footer_info .info1 {
	width: 80%;
	line-height: 2em;
}
.info1 p {
	color: #fff;
}
.footer_info .info2{width:20%;}
.info2 span{ margin-right:20px;}

.mainCenterButton
{
	border-width:1px;
	border-style:solid;
	border-color:#555555;
	border-radius:3px; 
	cursor: hand;
	color: #555555;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;
	font-size:16px;
	text-align:left;
	padding-left:10px;
	padding-right:0px;
	background-color: #FFFFFF;
	height: 45px;
	width: 150px;
}


.line_Round_Silver_1
{
    border-width:1px;
    border-style:solid;
    border-color:Silver;
}