@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html {line-height: normal!important;}
body {background: #fff;}

.top {width:1200px; margin:20px auto 0 auto; overflow: hidden; padding-bottom:10px;}
.top h1 {float:left; font-size: 0; width:149px; height:44px; background:url("../../img/logo.png") no-repeat center; padding-top:20px}
.top div {float:right; text-align: right;}
.top div ul {font-size: 0; margin-bottom:10px}
.top div ul li { position:relative; display: inline-block;}
.top div ul li:nth-child(1):after {content: ""; position:absolute; right:0; top:4px; width: 1px; height:12px; background: #555;}
.top div ul li a {font-size: 12px; color:#222; padding:8px;}
.top div > div a {display: inline-block; vertical-align: middle;}
.top div > div ul {display: inline-block; vertical-align: middle;}
.top div > div ul li:nth-child(1):after {display:none;}
.top div > div ul li:nth-child(1) a {width:27px; height:27px; font-size: 0; background:url("../../img/ko.png") no-repeat center;}
.top div > div ul li:nth-child(2) a {width:27px; height:27px; font-size: 0; background:url("../../img/en.png") no-repeat center;}

nav {width:100%; height:60px; background:#1b1b1b; margin-bottom:40px; z-index: 9999999;}
.nav {position:relative; width:1200px;margin:0 auto;}
nav ul li {display: inline-block; margin-right:80px;}
nav ul li a {color:#fff; line-height: 60px;}
nav ul li a:hover {color:#2096d2; }
nav .submenu {display: none;}
nav ul li:hover .submenu {display: block; position: absolute; left:0; top:60px;}
nav .submenu  li {display: inline-block; margin-right:30px;}
nav .submenu  li a {font-size: 16px; color:#777; line-height: 40px;}
nav .submenu  li a:hover {color:#2096d2; }

.allmenu {position:absolute; right:0; top:0; width:160px; height:60px;  background:#0092a6; }
.allmenu a.mm {display: block; width:74px; font-size: 18px; color:#fff; background:url("../../img/menu_button.png") no-repeat 0 5px; padding-left:30px; margin:14px auto 0 auto; }



.t-menu {
  width: 900px;
  display:flex;
  margin:0 auto;
}
.t-menu>li {
  width: 19.66%;
  padding: 10px 0 10px 0 ;
  font-size: 14px;
  font-weight:600;
  letter-spacing: 0px;
  text-align: center;
}

.t-menu>li a{color:#fff; font-size: 14px;cursor: pointer;}
.t-menu>li a:hover{color:#12ccc1}

.t-menu>li>ul {
  padding-top: 30px;
}
.t-menu>li>ul>li{ 
  font-size: 16px;
  padding:4px 0;
  font-family:'MalgunGothic',sans-serif ;
}
.t-menu>li>ul>li>a {
  padding:16px 0;
  font-weight: 500;
  font-size:13px;
  color:#000;
}




.fullmenu{
  background: rgba(0,0,0,0.8);
  width: 720px;
  height: 290px;
  position: absolute;
  right:0;
  top:60px;
  display: none;  
  z-index: 999;
  font-size: 0;
}
.center {padding:20px 0 0 60px;}
.center > li {display:inline-block; height:20px; margin:0 ; padding:0; vertical-align: top;}
.center > li a {font-size: 16px; line-height: 40px;}
.center ul.smenu {width:160px;}
.center ul.smenu li { display:block; width: 150px; height:28px; }
.center ul.smenu li a { font-size: 14px; }




.mvisual {position: relative; width:1200px;  height:650px; margin:0 auto;}
.mvisual::after {content: ""; position:absolute; left: 65px; bottom:240px; width:60px; height:6px; background:#0092a6; }


.mvisual p.txt1 { position: absolute; left:65px; bottom:150px; font-size: 30px; font-weight: 700; color:#fff; line-height: 40px;}
.mvisual p.txt2 { position: absolute; left:65px; bottom:70px; font-size: 24px; font-weight: 400; color:#fff; }

.text_box {position: absolute; right:0; top:60px; background:rgba(0,0,0,0.8); padding:20px; }
.text_box p:nth-child(1) {font-size:24px; font-weight: 900; color:#fff; text-align:right;}
.text_box p:nth-child(2) {font-size:24px; font-weight: 500; color:#1db4c9; text-align:right;}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.mvisual span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.txt1 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt1 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt1 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt1 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt1 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt2 span:nth-child(1) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt2 span:nth-child(2) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt2 span:nth-child(3) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt2 span:nth-child(4) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.txt2 span:nth-child(5) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.txt2 span:nth-child(6) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}


@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}


.partner {width:1200px; margin:25px auto; background:#fff; padding:30px 0;}
.partner ul {font-size: 0;}
.partner ul li {display:inline-block; width:139px; height:64px;border-left:solid 1px #f2f2f2; padding:0 15px;}
.partner ul li:nth-child(1) {background: url("../../img/partner1.jpg") no-repeat center;}
.partner ul li:nth-child(2) {background: url("../../img/partner2.jpg") no-repeat center;}
.partner ul li:nth-child(3) {background: url("../../img/partner3.jpg") no-repeat center;}
.partner ul li:nth-child(4) {background: url("../../img/partner4.jpg") no-repeat center;}
.partner ul li:nth-child(5) {background: url("../../img/partner5.jpg") no-repeat center;}
.partner ul li:nth-child(6) {background: url("../../img/partner6.jpg") no-repeat center;}
.partner ul li:nth-child(7) {background: url("../../img/partner7.jpg") no-repeat center;}
.partner ul li a {width:100%; height:64px;}

footer {width:100%; background:#707a87; overflow: hidden; padding:10px 0 30px 0;}
.footer1 {width:1200px; margin:30px auto; font-size: 0;}
.footer1 .foot_logo {float: left; width:79px; height:68px; background: url(../image/foot_logo.png) no-repeat; margin-right:40px;vertical-align: top;}





.copy1{float:left;}
.copy1 ul{overflow:hidden;}
.copy1 ul li{float:left; background:url("../image/bar3.png") no-repeat right 2px;}
.copy1 ul li:first-child a{padding-left:0;}
.copy1 ul li:last-child{background:none;}
.copy1 ul li a{display:block; padding:0 8px 0 6px; color:#fff; font-size:12px;}
.copy1 address{display:block; margin:3px 0; font-style:normal;  font-size:12px; color:#fff; padding-top:6px}
.copy1 p{color:#fff; font-size:12px; padding-top:6px}



.boardList table {
	table-layout: fixed;
	position: relative;
	text-align: center;
	width: 100%
}

.boardList table::before {
	content: "";
	width: 100%;
	background-color: #585858;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
}

.boardList table thead th {
	border-bottom: 1px solid #585858;
	color: #222;
	padding: 0.85rem 0.85rem;
	font-weight: 600;	
	font-size: 13px;
	background: #fafafa;
	text-align: center;
}

.boardList table td {
	border-bottom: 1px solid #ddd;
	padding: 0.85rem 0.85rem;
	color: #666;
	font-size: 13px;
	letter-spacing: 0px;
}

.boardList .subject {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardList .pc-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardList .subject a {
	color: #333;
}

.boardList table td .bor_red {
    color: #ff0000;
    text-decoration: underline;
}

.mt10{margin-top:10px}
.mt20{margin-top:20px}

.avt-basic table{width: 100%;border-top: 2px solid #333;color:#092457; margin-top:10px}
.avt-basic th{padding: 12px 0 12px 0px; font-size:13px; text-align: center;border: 1px solid #e6e6e6;color:#092457;font-weight: 700;background: #effaff;vertical-align: middle;}
.avt-basic td{padding: 12px 15px; font-size:13px; border: 1px solid #e6e6e6;vertical-align: middle; background:#fff}
.avt-basic td.fw{font-weight: 700}
.avt-basic td.td_gray {background: #f1f1f1;}
.avt-basic td.td_total {
    color: #fff;
    font-weight: bold;
    background: #595959;
}
.text-right{text-align: right;}


.avt-basic1 table{width: 100%;border-top: 2px solid #333;color:#092457; margin-top:10px}
.avt-basic1 th{padding: 12px 0 12px 0px; font-size:13px; text-align: center;border: 1px solid #e6e6e6;color:#092457;font-weight: 700;background: #f4f4f4;vertical-align: middle;}
.avt-basic1 td{padding: 12px 15px; font-size:13px; border: 1px solid #e6e6e6;vertical-align: middle; background:#fff}
.avt-basic1 td.fw{font-weight: 700}

.avt-basic1 td a.blue_bor {
    color: #2f2f2f;
    border-bottom: 1px solid #008ca8;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.avt-basic1 textarea{overflow-y:auto; width:100%; height:100%; padding:8px;   background:#fff; resize:none; border: 1px solid #ddd;}




.faq-list {
  margin-top: 0px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

.faq-list li:not(:first-child) {
  border-top: 1px solid #ddd;
}

.faq-list .head {
  position: relative;
  padding: 8px 0;
}

.faq-list .head .question {
  display: block;
  padding: 10px 50px 5px 100px;
  background: url("../img/icon-q.png") no-repeat left 35px top 8px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.faq-list .head .question:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 16px;
  height: 13px;
  background-image: url("../image/arrow-bottom.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: all 1s;
}

.faq-list .cont {
  display: none;
  padding: 5px 5px;
  border-top: 1px dashed #cacaca;
  background: #fefefe;
}

.faq-list .cont .answer {
  padding: 10px 20px 10px 20px;
  background: url("../img/icon-a.png") no-repeat left 15px top;
  color: #666;
  font-size: 15px;
}

.faq-list .active .question:after {
  background-image: url("../image/arrow-top.png");
  transition: all 1s;
}

.bg_bar{border-bottom: 2px solid #333; padding-bottom:10px}


.avt-basic2 table{width: 100%;border-top: 2px solid #333;color:#092457; margin-top:0px}
.avt-basic2 th{padding: 12px 0 12px 0px; font-size:13px; text-align: center;border: 1px solid #e6e6e6;color:#092457;font-weight: 700;background: #f4f4f4;vertical-align: middle;}
.avt-basic2 td{padding: 12px 12px; font-size:13px; border: 1px solid #e6e6e6;vertical-align: middle; background:#fff; color:#000}


.avt-basic3 table{width: 100%;border-top: 1px solid #e6e6e6;color:#092457; margin-top:0px}
.avt-basic3 th{padding: 12px 0 12px 0px; font-size:13px; text-align: center;border: 1px solid #e6e6e6;color:#092457;font-weight: 700;background: #f4f4f4;vertical-align: middle;}
.avt-basic3 td{padding: 12px 12px; font-size:13px; border: 1px solid #e6e6e6;vertical-align: middle; background:#fff; color:#000; text-align: center;}
.avt-bg1{background: #f4faef !important ;}

.font-red{color:#ff0000}
.block{display:block;}

.c-tab04 {position: relative;overflow: hidden;margin-bottom: 30px;border-top: 1px solid #ccc;border-left: 1px solid #ccc;background: #f1f1f1;clear: both;margin-top: 40px;}
.c-tab04 li {float: left;width: 33.3%;font-size: 1.063em;text-align: center;}
.c-tab04 li span {display: block;background: #179d21;border: 1px solid #ccc;border-left: 0;border-top: 0;transition: all .3s ease; cursor:pointer;}
.c-tab04 li span {display: block;padding: 11px 24px 9px;color: #fff;line-height: 1;white-space: nowrap;overflow: hidden;transition: all .3s ease}

.c-tab04 li span:after {content: "";display: inline-block;vertical-align: middle;width: 23px;height: 23px;background: url(../image/arr_ctab01.png) no-repeat 0 0;transition: all .3s ease; margin-left: 10px; vertical-align: -7px;}
.c-tab04 li.over span, .c-tab04 li:hover , .c-tab04 li:hover, .c-tab04 li:focus,.c-tab04 li:active {background: #133779;border-color: #133779;font-weight: 600;}
.c-tab04 li.over span, .c-tab04 li:hover span, .c-tab04 li:hover span{color: #fff;}
.c-tab04 li:focus span, .c-tab04 li:active span {color: #fff;}
.c-tab04 li.over span:after, .c-tab04 li:hover span:after, .c-tab04 li:hover span:after,.c-tab04 li:focus span:after, .c-tab04 li:active span:after {margin-left: 26px}


.subTon {width: 100%;margin: 0 auto;}
.vision_07 {position: relative;padding: 30px 0;}
.w20 {width: 20% !important;}
.w16 {width: 16.66% !important;}

.sch_txt{font-size: 12px !important;
    padding-left: 47%;
    padding-top: 9px;
    letter-spacing: 0px;}
    
.kuni{width:30px; margin-right:4px; vertical-align: middle;}


.lf5{width:49%; display:inline-block; text-align: left;}
.rf5{width:49%; display:inline-block; text-align: right;}
.w101{width:100px !important}


.accout_s {display: inline-block;padding-left: 0px;padding-right: 6px;}



.avt-basic1 table td select {width:100px; height:32px; font-size:12px; padding:0 0 0 5px; line-height: 20px;background:url("../image/select-down.svg") no-repeat right 5px center;}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0px 5px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  border-radius: 3px;
  margin-bottom:3px !important;
  margin-right:2px;
}


.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  
  border-top: 0px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  background-color: #fff;
  border: 5px solid #3571B5;
  z-index: 10;
  padding:10px;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

.layout-header {padding-bottom: 5px;border-bottom: 1px solid black;margin-bottom: 10px;}
.layout-header2 {font-size: 20px;font-weight: 600;display: inline-block;}
.pop-layer .btn-r {width: 54px;text-align: right;display: inline-block;float: right;}

.layout-smallheader {color: red;font-size: 13px;font-weight: 600;margin-left: 30px;display: block;}
.layout-dispath {margin-top: 10px;width: 100%;height: 500px;overflow-y: scroll;font-size: 12px;font-weight: 600;}

.layout-area{width:100%}
.layout-area-lf{width:522px; display: inline-block;}
.layout-area-rf{width:230px; float: right; display: inline-block;}

.layout-dispath-second {
    width: 230px;
    display: inline-block;
    margin-top: 63px;
    border: 1px solid #e8e8e8;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700;
    padding: 15px;
}
.mt150{margin-top:150px}


.tit_1{position: relative; padding-left: 20px;color: #333; font-weight: 600; font-size:13px;letter-spacing: -0.5px; display: block;margin-bottom:6px; margin-top:10px}
.tit_1:before {content: ""; position: absolute; left: 0; top:0; width: 1rem; height: 1rem;background: url(../img/bul_h3.png) no-repeat; -webkit-print-color-adjust: exact; background-size:14px}
.box_area{width:100%; background:#fff; padding:6px 8px; border-radius: 6px; margin-top:10px}
.box_area li{position: relative; line-height: 1.4; width:100%; color:#333; margin-bottom: 6px !important; font-size:13px;font-weight: 400;letter-spacing: 0px; padding-left:10px;white-space: normal;}
.box_area li::before {content: "";position: absolute;  left: 0; top: 7px; width: 3px; height: 1px; background: #555;}
