/*
 * Copyright inpleworks, Co.
 * Ver 1.3.1
 * 2015-10-16
*/


/* All Device
-------------------------------------- */  
h1.h1 {
	font-weight: 400;
}
h2.h2 {
	font-weight: 400;
}
h3.h3 {
	font-weight: 400;
}
h4.h4 {
	font-weight: 400;
}
h5.h5 {
	font-weight: 400;
}
h6.h6 {
  	font-weight: 400;
}
h1.h1 {
  	font-size: 48px;
}
h2.h2 {
  	font-size: 36px;
}
h3.h3 {
  	font-size: 24px;
}
h4.h4 {
  	font-size: 18px;
}
h5.h5 {
  	font-size: 14px;
}
h6.h6 {
  	font-size: 12px;
}
h1.h1 small,
h2.h2 small,
h3.h3 small {
  	font-size: 65%;
}
h4.h4 small,
h5.h5 small,
h6.h6 small {
  	font-size: 75%;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}

.float-left { 
	float:left; 
}
.float-right { 
	float:right;
}
.float-none {
	float: none;
}

.overflow-hidden { 
	overflow: hidden; 
}
span.hidden {
	visibility: hidden;
	font-size: 0;
	text-indent: -99999em;
}

.display-block {
	display: block;
}

ul.ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.ul li {
	margin: 0;
	padding: 0;
}

/* font-size */
.fs-12 {
	font-size: 12px;
	line-height: 1.6; 
}
.fs-14 { 
	font-size: 14px;
	line-height: 1.6; 
}
.fs-16 { 
	font-size: 16px; 
	line-height: 1.6; 
}
.fs-18 { 
	font-size: 18px;
	line-height: 1.6; 
}
.fs-20 { 
	font-size: 20px; 
	line-height: 1.6; 
}
.fs-24 { 
	font-size: 24px; 
	line-height: 1.6; 
}
.fs-26 { 
	font-size: 26px; 
	line-height: 1.6; 
}
.fs-28 { 
	font-size: 28px; 
	line-height: 1.6; 
}
.fs-30 { 
	font-size: 30px; 
	line-height: 1.6; 
}

/* margin top */
.mg-t0 {
	margin-top: 0px;
}
.mg-t5 {
	margin-top: 5px;
}
.mg-t10 {
	margin-top: 10px;
}
.mg-t15 {
	margin-top: 15px;
}
.mg-t20 {
	margin-top: 20px;
}
.mg-t30 {
	margin-top: 30px;
}
.mg-t40 {
	margin-top: 40px;
}
.mg-t50 {
	margin-top: 50px;
}
.mg-t60 {
	margin-top: 60px;
}
.mg-t70 {
	margin-top: 70px;
}
.mg-t80 {
	margin-top: 80px;
}
.mg-t90 {
	margin-top: 90px;
}
/* margin bottom */
.mg-b0 {
	margin-bottom: 0px;
}
.mg-b5 {
	margin-bottom: 5px;
}
.mg-b10 {
	margin-bottom: 10px;
}
.mg-b15 {
	margin-bottom: 15px;
}
.mg-b20 {
	margin-bottom: 20px;
}
.mg-b30 {
	margin-bottom: 30px;
}
.mg-b40 {
	margin-bottom: 40px;
}
.mg-b50 {
	margin-bottom: 40px;
}
.mg-b60 {
	margin-bottom: 60px;
}
.mg-b70 {
	margin-bottom: 70px;
}
.mg-b80 {
	margin-bottom: 80px;
}
.mg-b90 {
	margin-bottom: 90px;
}
/* margin left */
.mg-l0 {
	margin-left: 0px;
}
.mg-l5 {
	margin-left: 5px;
}
.mg-l10 {
	margin-left: 10px;
}
.mg-l15 {
	margin-left: 15px;
}
.mg-l20 {
	margin-left: 20px;
}
.mg-l30 {
	margin-left: 30px;
}
.mg-l40 {
	margin-left: 40px;
}
.mg-l50 {
	margin-left: 50px;
}
.mg-l60 {
	margin-left: 60px;
}
.mg-l70 {
	margin-left: 70px;
}
.mg-l80 {
	margin-left: 80px;
}
.mg-l90 {
	margin-left: 90px;
}
/* margin right */
.mg-r0 {
	margin-right: 0px;
}
.mg-r5 {
	margin-right: 5px;
}
.mg-r10 {
	margin-right: 10px;
}
.mg-r15 {
	margin-right: 15px;
}
.mg-r20 {
	margin-right: 20px;
}
.mg-r30 {
	margin-right: 30px;
}
.mg-r40 {
	margin-right: 40px;
}
.mg-r50 {
	margin-right: 50px;
}
.mg-r60 {
	margin-right: 60px;
}
.mg-r70 {
	margin-right: 70px;
}
.mg-r80 {
	margin-right: 80px;
}
.mg-r90 {
	margin-right: 90px;
}

/* padding */
.pd-0 {
	padding: 0px !important;
}
.pd-5 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}
.pd-15 {
	padding: 15px;
}
.pd-20 {
	padding: 20px;
}
.pd-30 {
	padding: 30px;
}
.pd-40 {
	padding: 40px;
}
.pd-50 {
	padding: 50px;
}
.pd-60 {
	padding: 60px;
}
.pd-70 {
	padding: 70px;
}
.pd-80 {
	padding: 80px;
}
.pd-90 {
	padding: 90px;
}

/* padding top */
.pd-t0 {
	padding-top: 0;
}
.pd-t5 {
	padding-top: 5px;
}
.pd-t10 {
	padding-top: 10px;
}
.pd-t15 {
	padding-top: 15px;
}
.pd-t20 {
	padding-top: 20px;
}
.pd-t30 {
	padding-top: 30px;
}
.pd-t40 {
	padding-top: 40px;
}
.pd-t50 {
	padding-top: 50px;
}
.pd-t60 {
	padding-top: 60px;
}
.pd-t70 {
	padding-top: 70px;
}
.pd-t80 {
	padding-top: 80px;
}
.pd-t90 {
	padding-top: 90px;
}

/* padding bottom */
.pd-b0 {
	padding-bottom: 0px;
}
.pd-b5 {
	padding-bottom: 5px;
}
.pd-b10 {
	padding-bottom: 10px;
}
.pd-b15 {
	padding-bottom: 15px;
}
.pd-b20 {
	padding-bottom: 20px;
}
.pd-b30 {
	padding-bottom: 30px;
}
.pd-b40 {
	padding-bottom: 40px;
}
.pd-b50 {
	padding-bottom: 50px;
}
.pd-b60 {
	padding-bottom: 60px;
}
.pd-b70 {
	padding-bottom: 70px;
}
.pd-b80 {
	padding-bottom: 80px;
}
.pd-b90 {
	padding-bottom: 90px;
}

/* padding left */
.pd-l0 {
	padding-left: 0px;
}
.pd-l5 {
	padding-left: 5px;
}
.pd-l10 {
	padding-left: 10px;
}
.pd-l15 {
	padding-left: 15px;
}
.pd-l20 {
	padding-left: 20px;
}
.pd-l30 {
	padding-left: 30px;
}
.pd-l40 {
	padding-left: 40px;
}
.pd-l50 {
	padding-left: 50px;
}
.pd-l60 {
	padding-left: 60px;
}
.pd-l70 {
	padding-left: 70px;
}
.pd-l80 {
	padding-left: 80px;
}
.pd-l90 {
	padding-left: 90px;
}

/* padding right */
.pd-r0 {
	padding-right: 0px;
}
.pd-r10 {
	padding-right: 10px;
}
.pd-r15 {
	padding-right: 15px;
}
.pd-r20 {
	padding-right: 20px;
}
.pd-r30 {
	padding-right: 30px;
}
.pd-r40 {
	padding-right: 40px;
}
.pd-r50 {
	padding-right: 50px;
}
.pd-r60 {
	padding-right: 60px;
}
.pd-r70 {
	padding-right: 70px;
}
.pd-r80 {
	padding-right: 80px;
}
.pd-r90 {
	padding-right: 90px;
}

/* border */
.bd0 {
	border: 0 !important;
}
.bd-l0 {
	border-left: 0 !important;
}
.bd-r0 {
	border-right: 0 !important;
}
.bd1-e1 {
	border: 1px solid #e1e1e1;
}
.bd-t1-e1 {
	border-top: 1px solid #e1e1e1;
}
.bd-b1-e1 {
	border-bottom: 1px solid #e1e1e1;
}
.bd-l1-e1 {
	border-left: 1px solid #e1e1e1;
}
.bd-r1-e1 {
	border-right: 1px solid #e1e1e1;
}
.bd1-d1 {
	border: 1px solid #d1d1d1;
}
.bd-t1-d1 {
	border-top: 1px solid #d1d1d1;
}
.bd-b1-d1 {
	border-bottom: 1px solid #d1d1d1;
}
.bd1-c1 {
	border: 1px solid #c1c1c1;
}
.bd-t1-c1 {
	border-top: 1px solid #c1c1c1;
}
.bd-b1-c1 {
	border-bottom: 1px solid #c1c1c1;
}


/* radius */
.r2 { 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}
.r3 { 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.r5 { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px; 
}
.r50 { 
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
}


/* shadow */
.sh-b1 {
	box-shadow:0 4px 5px -3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
}


/*µðÀÚÀÌ³Ê Ãß°¡*/
.main_font {color:#022ba6;}
@media only screen and (max-width:700px){
.main_font {color:#022ba6; font-size:30px; line-height:40px;}
}
.orange {color:#ff711b;}
.d_blue {color:#0aa0ff;}
.blue {color:#005acb;}
.blue span {color:#ff711b;}
.g_blue {color:#007cc2; font-weight:600;}

.ant_sub h1 {max-width:431px; height:144px; margin:0 auto; padding-top:22px; font-size:22px; text-align:center; color:#003261; background:url(/images/sub_title_bg2.png)  no-repeat; background-size:100%;}
.ant_sub .h1_bg2 {max-width:431px; padding-top:22px; background:url(/images/sub_title_bg2.png) no-repeat; background-size:100%;}

/*ÀÎ»ç¸»*/
.ant_sub .greeting_t {height:230px; margin:35px 0; background:url(/images/greeting_bg.png) bottom no-repeat;}
.ant_sub .greeting_t .big_t {margin:20px 0; padding-top:15px; font-size:30px; font-weight:600; color:#003d81; background:url(/images/bu_big_t.png) left top no-repeat;}
@media only screen and (max-width:700px){
.ant_sub .greeting_t {height:200px; background-size:100%;}
.ant_sub .greeting_t .big_t { font-size:20px;}
}

.ant_sub p {margin:20px 0; font-size:16px; color:#434343;}
.ant_sub .blue_line {width:100%; height:2px; margin-top:80px; background:#00a0e9;}
@media only screen and (max-width:700px){
.ant_sub .blue_line {display:none;}
}

.ant_sub .sign {float:right; margin-top:30px; font-size:14px; font-weight:600;}
.ant_sub .sign img {margin-left:20px;}

.xet-sub h2 a, .xet-sub h4 a {color:#0052a5;}


/*¿À½Ã´Â±æ*/
.ant_sub .map_title {margin:20px 0 10px; padding-bottom:5px; font-size:21px; color:#003261; background:url(/images/bu_map.png) left bottom no-repeat;}
.ant_sub .map_list {list-style:none; margin:0; padding:0; font-size:16px;}
.ant_sub .map_list li {margin:8px 0; padding-left:30px; background:url(/images/bu01.png) left no-repeat;}
.ant_sub .map_list li span {font-weight:600; color:#028ddd;}

/*Æ÷Æ®Æú¸®¿À*/
.ant_sub .t_strong {margin:20px auto; font-size:30px; font-weight:600; text-align:center; color:#1897df;}
.ant_sub .t_pf {padding:30px 20px; font-size:14px; border-top:2px solid #008cdd; border-bottom:1px solid #008cdd; }

.ant_sub .bsn_box {clear:both; width:100%; padding:50px 0 30px; border-bottom:1px solid #d2d2d2; overflow:hidden;}
.ant_sub .bsn_box:first-child {border-top:2px solid #109ae8;}
.ant_sub .bsn_box:last-child {border-bottom:none;}
.ant_sub .bsn_box .bsn_title {float:left; width:230px; margin-left:20px; padding-bottom:20px; font-size:24px; font-weight:500; color:#1897df; background:url(/images/bu_pf_title.png) bottom left no-repeat;}

.ant_sub .bsn_box div {float:left;max-width:590px;}
.ant_sub .bsn_box div p {float:left; max-width:590px; float:left; font-size:16px; line-height:25px; color:#515151;}
.ant_sub .bsn_box div p span {padding-bottom:20px; font-size:22px; font-weight:600; color:#515151;}
.ant_sub .bsn_box a {float:right; margin:30px 0 10px; padding:6px 30px; font-size:16px; color:#109ae8; border:1px solid #109ae8;}
.ant_sub .bsn_box a:hover {color:#fff; background: #ff9f15; border:1px solid #ff9f15; border-radius:30px; transition:.3s;}

.ant_sub .bsn_box div .pf_list {float:left; margin:15px 0 0px; padding:0; list-style:none; width:250px;}
.ant_sub .bsn_box div .pf_list li {margin:8px 0; padding-left:30px; background:url(/images/bu01.png) left no-repeat;}

.ant_sub .bsn_box div img {margin: 10px 30px 0 0;}
.ant_sub .bsn_box div img:last-child {margin-right:0;}
/*.bsn_01 {background:url(/images/bsn_icon_01.png) bottom left no-repeat;}*/

.pf_btn {float:left; margin:10px 6px; padding:10px 24px; font-size:16px; color:#fff; background: #109ae8; border-radius:30px; transition:.4s;}
.pf_btn:hover {background:#51b3ec; margin-top:5px; transition:.2s;} 

@media only screen and (max-width:700px){
.ant_sub .bsn_box .bsn_title { margin:0 0 20px 0;}
.ant_sub .bsn_box div img {margin: 10px 2px 0 0;}
}

/*¿¬Çõ*/
.ant_sub .history_y {text-align:center; font-size:52px; color:#49b3ef;}
.ant_sub .history_y span {color:#109ae8;}
.ant_sub .history_et {width:143px; margin:0 auto;}

.history_page {clear:both;  margin:0 0 40px; background:url(/images/history_line.png) center repeat-y;}
.history_page ul {clear:both; list-style:none;}
.history_page li strong {color:#0953a0; font-weight:bold;}

.history_page .history_year_box {clear:both; margin-bottom:-25px; margin-left:47%;}
.history_page .history_year_box .year {height:30px; padding-left:60px; color:#109ae8; font-size:26px; background:url(/images/history_dot.png) 18px 15px no-repeat;}
.history_page .history_year_box .year span {color:#0792e0;}
.history_page .history_year_box ul {margin-left:20px; color:#4e4e4e; font-size:15px;}

.history_page .history_year_box2 {float:right; margin-bottom:-25px; margin-right:49%;}
.history_page .history_year_box2 .year {float:right; height:40px; padding-right:35px; color:#81d2ff; font-size:26px; background:url(/images/history_dot2.png) 60px 15px no-repeat;}
.history_page .history_year_box2 .year span {color:#72ccff;}
.history_page .history_year_box2 ul {text-align:right; margin-right:40px; font-size:15px; color:#4e4e4e;}
.history_page .history_year_box2 li {text-align:right;}

.history_page .history_year_box3 {clear:both; margin-bottom:5px; margin-left:44%;}
.history_page .history_year_box3 .year {height:60px; padding-left:60px; color:#29b9e8; font-size:52px; background:url(./img/history_dot.png) 15px 25px no-repeat;}
.history_page .history_year_box3 .year span {color:#0953a0;}
.history_page .history_year_box3 ul {margin-left:20px;}

@media only screen and (max-width:700px){
.history_page {height:auto; margin:40px 0; background:url(/images/history_line.png) left repeat-y;}
.history_page .history_year_box {clear:both; margin-bottom:20px; margin-left:-20px;}
.history_page .history_year_box2 {clear:both; float:left; margin-bottom:5px; margin-left:-20px; margin-right:0;}
.history_page .history_year_box2 .year {float:left; height:50px; padding-left:60px; font-size:26px; background:url(/images/history_dot.png) 15px 15px no-repeat;}
.history_page .history_year_box2 ul {margin-left:17px; margin-right:0;}
.history_page .history_year_box2 li {text-align:left;}
.history_page .history_year_box3 {clear:both; margin-bottom:30px; margin-left:-60px;}
.history_page .history_year_box3 .year {height:50px;}
}

.box_all {}
.box_all>div {float:left; margin:0 23px; text-align:center;}
.box_all .box1 {}