@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;600;700&display=swap');


*html{
margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


*{
	font-family: 'Noto Sans KR','Poppins','Malgun Gothic','Dotum' ,'Arial',sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    list-style: none;
    letter-spacing: -0.03em;
   }
.blind{
	position: absolute;
	text-indent:-9999px;
}

body { background:#fff; margin: 0 auto; /*overflow-x: hidden;*/}


header{    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;

z-index: 1040;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

header .header_sub {
	width: 1000px;
    max-width: 100%;
    padding: 0;	
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header .left { float: left; padding: 15px 0}
header .nav_sub{
	display: flex;
	flex: 1;
    justify-content: flex-end;}


header .nav_sub >ul{ 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



header .nav_sub >ul li:first-child a{
	background: url(../images/blog_btn.jpg)no-repeat;
    color: #222;
    font-size: 14px;
    padding: 9px 70px 9px 70px;
    text-indent: -9999px;
}

/* header .nav_sub >ul li:last-child a{
	background: url(../images/shop_btn.jpg)no-repeat;
    color: #222;
    font-size: 14px;
    padding: 9px 70px 9px 70px;
    text-indent: -9999px;
} */





header a { color:#000;}
header h1 { float: left; padding: 0 20px 0 0;height: 40px;}
header nav ul {margin: 0; padding: 0;}
header h1 a { display: block; width: 200px; height: 30px; background: url("../images/logo2.png") no-repeat;color:transparent;}
header nav a { display: block; position: relative; height: 40px; line-height: 50px; font-size: 16px; font-weight: 500;}
header .close,
header .all,
header .left > div > div,
header h2 { display: none;}
header .left > div { float: left;}
header .left > div nav li { float: left; padding: 0 20px 0 0;}
header > ul { float: right; padding: 20px 40px 0 0;}
header > ul li { float: left; margin-left: -1px;}
header > ul li a { display: block; width: 96px; height: 38px; line-height: 38px; text-align: center; font-size: 11px; border:1px solid rgba(255,255,255,0.5);}
header > ul li:first-child a{ border-radius:3px 0 0 3px; }
header > ul li:nth-last-of-type(2) a { border-radius: 0 3px 3px 0;}
header > ul li.join { padding: 0 0 0 10px;}
header > ul li.join a { background: rgba(255,255,255,0.2);}



#contents{
	padding-top: 40px;

}

#contents>h2{
	margin: 0;
	padding: 0;
	width: 100%;
	height:200px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: table;
}
#contents h2{
	background-image: url(../images/company_bg.jpg);

}

#contents > h2 span {
font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.container_sub {
    width: 1000px;
    max-width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
}

.tab_pane{ display: none; }
.tab_pane.active{ display: block; }
.tab_menu{ display: flex; /*margin-bottom:60px; */}
.tab_menu li{ flex:1; border-bottom:1px solid #e0e0e0; }
.tab_menu li a{font-weight:500; color:333;margin-bottom: -1px; display: block; padding:15px 0 25px 0; line-height: 1; text-align: center; font-size: 17px;  border-bottom:2px solid transparent; }
.tab_menu li a.active{ font-weight:700; color:#019dd8; border-color:#019dd8; }
.service_intro .txt_box{ display:block;position:relative; /*top:-45px;*/padding: 20px 0 0 10px; width: 96%; margin-left:auto;/*background:#ededed; */letter-spacing: -0.02em; }
.service_intro .txt_box h5{ margin: 0; font-size:35px; align-items: center;justify-content: space-between;font-weight: 800;}
.service_intro .txt_box h5 span{ font-size:35px; font-weight: 800;color: #006edc;}

.service_intro .txt_box p{ font-size:16px; line-height:1.7; color:#000; font-weight: 700;}
.service_intro .txt_box p span{ display: block; font-size: inherit; ccolor: #000;font-size: 15px;font-weight: 400;}
/*.service_intro .txt_box .more{font-size: 16px;color: #616161;}*/
.service_intro .txt_box p .icon{ background: url(../images/txt_icon.jpg)no-repeat; padding: 3px 26px 3px 10px;vertical-align: middle; margin-right: 5px;}



.certification_wrap{ padding:7px 0; border-top:1px solid #000;  }
.certification_wrap .step{ display:flex; align-items: center; justify-content: space-between;border-bottom:1px solid #ededed; padding:18px 0; }
.certification_wrap .icon{ width: 65px; }
.certification_wrap .txt_box{ flex:1; padding: 0;margin-left: 20px;}
.certification_wrap .txt_box h4{ margin-bottom: 4px; font-size: 18px; font-weight: 400; margin: 0;padding:0;}
.certification_wrap h3 {border:1px solid #ccc;padding: 10px;width: 190px;}
.certification_wrap .txt_box span, .transfer_wrap .txt_box p{ font-size:13px; line-height: 1.75;margin-right: 10px; }
.certification_wrap .txt_box h4 span{ color:#ff6412; }

/*.icon { display: inline-block; width: 50px; height: 50px; }*/
.icon.reverse{ transform:rotateX(180deg); }

.icon.i_trans_process1 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/mark2.jpg);
}

.icon.i_trans_process2 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/KCC_mark_JPG.jpg);
}


.icon.i_trans_process3 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/mark3.jpg);
}

.icon.i_trans_process4 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/mark4.gif);
}



.icon.i_trans_process5 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/mark5.jpg);
}

.icon.i_trans_process6{
	display: inline-block;
	width: 75px;
    height: 70px;
    background:url(../images/mark6.jpg);
}



.icon.i_trans_process7 {
	display: inline-block;
	width: 75px;
    height: 70px;
    background:url(../images/mark7.jpg);
}


.icon.i_trans_process8 {
	display: inline-block;
	width: 70px;
    height: 70px;
    background:url(../images/mark8.jpg);
}



/* History */
.history-sec {padding:100px 0 170px;}
.history-sec__box {width:100%; max-width:400px; height:260px; padding:50px 60px; margin:0 110px; transform:translateY(165px);}
.history-sec__box-year {position:relative; padding-bottom:5px;font-size:36px; color:#fff;}
.history-sec__list {    position: relative;width: 100%;padding: 0;margin-top: 30px;}
.history-sec__wrap:last-child .history-sec__list {padding-bottom:0;}
.history-sec__item {display:flex; margin-top:70px;}
.history-sec__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 200px;
    height: 100%;
    border-right: 1px dashed #ccc;
    transform: translateX(-50%);
}
.history-sec__item:first-child {margin-top:0;}
.history-sec__year {position:relative; font-size:36px; font-weight:300; padding: 0; margin: 0;line-height:1;}


.history-sec__inner-list {position:relative; margin:5px 0 0 20px;}
.history-sec__inner-item {display:flex; margin-top:7px;}
.history-sec__inner-item:first-child {margin-top:0;}



.history-sec__year::before {
    content: "";
    position: absolute;
    top: 8px;
    right: -36px;
    width: 23px;
    height: 23px;
    background: url(../images/icon_history.png) no-repeat center center / cover;
    transform: translateX(50%);
}



/*.history-sec__month {min-width:25px; font-family:"Poppins"; font-size:18px; color:#007dc6;padding: 0;margin: 0;}*/
.history-sec__item h3{
    align-self: center;
    position: relative;
    font-size: 14px;
    padding: 0;
    margin: 0 0 0 10px;
}

@media(max-width:999px){ 
    .certification_wrap .step{ display:block; margin-left:auto; margin-right:auto; width:630px; max-width: 100%; }
    .certification_wrap .txt_box{ padding-left:0; padding-top:20px;     margin: 0;}

	.history-sec {padding:70px 0;}
	.history-sec__wrap:not(:first-child) {margin-top:50px;}
	.history-sec__visual {height:200px; margin:0 -20px;}
	.history-sec__category {font-size:16px;}
	.history-sec__box-year {font-size:32px;}
	.history-sec__slog {margin-top:15px; font-size:17px;}
	.history-sec__list {padding:50px 40px; margin:0;}
	.history-sec__list::before {left:15px;}
	.history-sec__item {flex-direction:column;}
	.history-sec__year {width:auto; padding-right:0; font-size:34px;}
	.history-sec__year::before {top:50%; left:-25px; right:auto; width:18px; height:18px; transform:translate(-50%, -50%);}
	.history-sec__inner-list {margin:20px 0 0;padding: 0;}
	.history-sec__inner-item {margin-top:10px;}
	.history-sec .text-medium {padding-left:10px; margin-left:15px;}

}
@media(max-width:767px){ 
    .certification_wrap .txt_box h4{ font-size:20px; }
    .certification_wrap .txt_box p span, .transfer_wrap .txt_box p{ font-size:16px; }
}


.confirm{
	width: 100%;
	left: 0;
}
.confirm ul{
	margin: 0;
	padding: 0;
}
.confirm li{
	height: 90px;
	text-align: left;
	margin-top: 30px;
	margin-bottom:30px;
	border-bottom: 1px solid #f1f1f1;
}


.confirm li .span{
	float: left;
}
.confirm li img{
	margin-left: 20px;
	margin-top: -2px;
}
.confirm li .span_name{
	font-weight: 500;
	margin-left: 60px;
	font-size: 14px;
	color: #333;
}

.confirm li .span_info{
	margin-left: 60px;
	line-height: 20px;
	color: #555;
	font-size: 12px;
}






/*.map div{width: 100%;height: 100%;}*/
.map_area{
	width: 100%;
	height: 75px;
	margin-top:30px;
	border-bottom: 1px solid #ddd;
}
.map_area ul{
	margin: 0;
	padding: 0;
}
.map_area li{
	text-align: left;
	color: #555;
	font-size: 15px;
/*font-family: 'Nanum Barun Gothic', sans-serif;*/
}

.map_area .info{
	color: #111;
	font-size: 18px;
	font-weight: 500;
}

.map_area2 .info{
	font-size: 18px;
	font-weight: 500;

}
.map_area2 .info3{
	color: #111;
	font-size: 16px;
	text-indent: -9999px;

}
.map_area2{
	width: 100%;
	height: 75px;
	margin-top: 30px;
	text-align: left;
}
.map_area2 ul{
	margin: 0;
	padding: 0;
}
.map_area2 li{
	font-size: 18px;
	font-weight: 500;
}

.map_area2 li strong{
	display: block;
	font-weight: normal;
	color: #333;
	padding-bottom: 13px;
	    font-size: 15px;
}

.map_area2 li em{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-right: 8px;	
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 21px;
	color: #fff;
}

.map_area2 li .em_1{
	background: #3e62c4;
}
.map_area2 li .em_2{
	background:#889823; 
}
.map_area2 .info2{
	color: #555;
font-family: 'Nanum Barun Gothic', sans-serif;
	font-size: 12px;
	line-height: 1.5;

}
.map_area2 .and {
    display: inline-block;
    font-style: normal;
    width: 0px;
    height: 0px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #333;
    transform: rotate(225deg);
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    margin: 0 6px 0 2px;
    vertical-align: 1px;
}

.footer_wrap { padding:45px 0 80px; border-top:1px solid #e0e0e0; }
.footer_wrap .left_con{ flex:0 0 155px; max-width:155px; }
.footer-logo { display: inline-block; width: 150px; height: 50px; margin-top: 0; background: url(../images/logo3.png) left top no-repeat; background-size: contain; }
.footer_wrap .center_con{ flex:1; }
.footer_wrap .footer_link{ display: flex; margin:0 0 17px; }


.footer_info{margin: 0; padding: 0;}
.footer_info li{ display: inline-block; margin-right:20px; font-size:14px; line-height:2; color:#555; }
.footer_wrap .bottom_con{ flex:0 0 100%; width:100%; padding-top:46px; }



 /* 999px 이하 */
@media (max-width:999px) {
.footer-logo{display: none;}
.tab_menu{padding: 0;width: 98%;}

.tab_menu li a {font-size: 16px;}

.map div{width: 100%;height: 300px;}
.confirm ul{padding: 5px;}
.confirm li {height: 150px;margin-top:0;margin-bottom: 0;}
.confirm li img { margin-left: 0; margin-top: -2px;}

.confirm li .span{margin-left:0;}
.confirm li .span_info {position: absolute;top: 52px;margin-left:10px;
}
.footer_wrap .container_sub > .row > div{ max-width: 100%; flex-basis: 100%; text-align: center; }
.footer_wrap {padding: 30px 0 35px;}   
.footer_wrap .row > div{ padding-left: 15px; padding-right: 15px; }
.footer_wrap .footer_info li{margin-right:1px;}
.footer_wrap .footer_info{ margin-bottom:25px; }

.footer_cert{ justify-content: center; flex-wrap: wrap; }
.footer_cert .item{ display: block; flex:0 0 250px; max-width:33.333%; margin:0 0 30px; }
.footer_cert .clearfix{ flex:0 0 100%; width:100%; }
.footer_cert .item p{ padding:15px 0 0; }


 }
