@charset "utf-8";

#wrap{
	position:relative;
	width:100%;
	min-width:1100px;
	height:100%;
	overflow:hidden;
}

/* header */

#header{position:relative;width:100%;height:100%;border-bottom:1px solid;}
.headerin{width:100%;min-width:1100px;height:130px;margin:0 auto;}

.header_tp, .header_lw{width:100%;margin:0 auto;}

.header_tp{height:80px;}
.tp_in{width:1100px;height:80px;margin:0 auto;padding:7px 0;box-sizing:border-box;vertical-align:middle;}
.tp_in::after{content:"";display:block;clear:both;}
.logo{float:left;width:200px;height:66px;}
.logo .logo_wrap>h1>a{display:block;width:100%;height:100%;vertical-align:middle;text-align:center;box-sizing:border-box;}

.sch_br{float:left;margin-left:206px;border:3px solid #4e81c0;height:32px;border-radius:5px;margin-top:12px;}
.sch_br input[type="text"]{width:320px;border:0;height:30px;margin:1px 0 1px 13px;color:#444;font-size:12.5px}
.sch_br .search_btn{width:25px;height:30px;text-indent:-9999px;border:0;background:url('/images/common/sch_btn.png') center center no-repeat;cursor:pointer}
.sch_br .total_sch_close{display:none}

.gnb{float:right;margin-top:19px;}
.gnb_ul li{display:inline-block;border-right:1px solid #555;vertical-align:middle;padding:0 10px;}
.gnb_ul li:last-child{border-right:none;}
.gnb_ul li>a{font-size:12px;display:block;color:#555555;line-height:14px;vertical-align:middle;}

.header_lw{height:50px;background:#033478;}
.lnb{width:100%;height:50px;}
.lnb_wrap{width:100%;height:50px;}
.mainM{width:1100px;margin:0 auto;}
.depth1_menu{width:100%;}
.depth1_menu::after{content:"";display:block;clear:both;}
.depth1_menu>li{position:relative;width:calc(18% - 2px);display:block;float:left; ;border-left:1px solid #355d93;z-index:300;}
.depth1_menu>li:last-child{width:calc(10% - 3px);border-right:1px solid #355d93;}
.depth1_menu>li>a{display:block;color:#fff;text-align:center;font-size:14px;font-family:'Open Sans','Malgun Gothic','맑은 고딕',"돋움",sans-serif;font-weight:700;height: 50px;}
.depth1_menu>li:last-child>a{background:rgba(255,255,255,0.2);}

.depth2_list{width:100%;margin:0 auto;border-bottom:1px solid #ccc;background: #dbe9f4;}
.depth2_anchor{width:90%;margin:0 auto;display:block;font-size:13px;letter-spacing:-0.5px;line-height:40px;}
.depth2_tit{font-size:14px;color:#fff;line-height:26px;text-indent:5px;background:#306bb0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
 
.line_50{line-height:50px !important}
.line_40{line-height:40px !important}
.line_20{line-height:20px !important;margin-top: 7px; height: 43px !important;}
/* .depth1_list {position:relative;} */

.depth2_menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top:51px;
  /* top: 100%; */
  left: 0;
  width: 300px;
  /* transform: translateY(-2em); */
  z-index: 200;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background:#fff;
 /*  display:none; */
}

/* - li에 호버 ie 확인 O - */ 
.depth1_list:hover{background:rgba(255,255,255,0.6);}
.depth1_list:focus{background:rgba(255,255,255,0.6);}
.depth1_list:focus-within{background:rgba(255,255,255,0.6);}

.depth1_list:hover .depth1_anchor{color:#033478;font-weight:bold;}
.depth1_list:focus .depth1_anchor{color:#033478;font-weight:bold;}
.depth1_list:focus-within .depth1_anchor{color:#033478;font-weight:bold;}

/* block 속성 제어 */
/* .depth1_list:hover .depth2_menu {display:block;}
.depth1_list:focus .depth2_menu {display:block;}
.depth1_list:focus-within .depth2_menu {display:block;} */

/* visibility 속성제어 */
.depth1_list:hover .depth2_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;}
.depth1_list:focus .depth2_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;}
.depth1_list:focus-within .depth2_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;}

.depth2_list:hover{background:#ccc}
.depth2_list:focus{background:#ccc}
.depth2_list:focus-within{background:#ccc}

.depth2_list:hover .depth2_anchor{color:#0061ad;font-weight:bold;}
.depth2_list:focus .depth2_anchor{color:#0061ad;font-weight:bold;}
.depth2_list:focus-within .depth2_anchor{color:#0061ad;font-weight:bold;}

.depth_total:hover .t_depth1_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;background: #dbe9f4;}
.depth_total:focus .t_depth1_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;}
.depth_total:focus-within .t_depth1_menu {visibility: visible;opacity: 1;transition-delay: 0s, 0s, 0.3s;}

.t_depth1_menu{visibility:hidden;opacity:0;position: absolute;width:1094px;position:absolute;left:-986px;background:#fff;box-sizing:border-box;padding-bottom:30px;}
.t_depth1_menu::after{content:"";display:block;clear:both;}
.t_depth1_list{width:20%;float:left;}
.t_depth1_anchor{width:90%;margin:0 auto;text-align:center;border-bottom:2px solid #4e81c0;display:block;line-height:32px;margin-top:25px;}
.t_depth1_anchor:hover{color:#4e81c0;/* font-weight:bold; */}
.t_depth2_menu{width:90%;margin:0 auto;text-align:center;}
.t_depth2_tit{font-size:14px;color:#fff;line-height:26px;background:#306bb0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin-top:5px;}
.t_depth2_list{line-height:32px;border-bottom:1px solid #ccc;}
.t_depth2_anchor{font-size:13px;color:#333;letter-spacing:-1px;}
.t_depth2_anchor:hover{color:#306bb0;/* font-weight:bold; */}

.t_depth1_list:nth-child(10) .t_depth1_anchor{line-height:16px !important;margin-top:32px;}


.m_visual{position:relative;width:100%;height:300px;background:url('/images/main/m_vis_n_txt.png')no-repeat;background-position:center center;background-size:cover;z-index:1;}
.m_vis_txt_wr{position:relative;width:1100px;margin:0 auto;}
.m_vis_txt_wr>img{position:absolute;top:55px;left:60px;}
.sch_main{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);width:694px;height:70px;border:1px solid #e9e9e9;background:#fff;}
.sch_main::{content:"";display:block;clear:both;}
.sch_tit, .sch_frm{float:left;}
.sch_tit{width:30%;}
.sch_frm{width:70%;}
.sch_tit>.art_tit_h3{margin-top:26px;}
.sch_frm input[type="text"]{width:300px;height:40px;border:1px solid #a8a8a8;line-height:40px;font-size:14px;margin-top:13px;text-indent:10px;}
.sch_frm  .search_btn{width:124px;height:40px;border-radius:40px;line-height:40px;background:#1f4d9f;color:#fff;border:none;margin-top:10px;margin-left:25px;cursor:pointer}

.container{width:100%;height:100%;background:#f0f0f0;box-sizing:border-box;padding-top:10px;}
.container::after{content:"";display:block;clear:both;}
.container_wrap{width:100%;height:100%;}
.container_wrap::after{content:"";display:block;clear:both;}

.container_wrp_mg{width:1100px;margin:0 auto;}

.row1_wrap{width:100%;margin-bottom:10px;}
.row1_wrap>.pc_wrap{width:100%;background:#fff;}
.row1_wrap>.pc_wrap::after{content:"";display:block;clear:both;}
.art1_tit_wrap, .art1_cnt_wrap{float:left;}
.art1_tit_wrap{width:200px;}
.art1_cnt_wrap{width:calc(100% - 200px);}
.art_tit_h3{position:relative;color:#0061ad;margin-top:40px;margin-left:20px;}
.art_tit_h3::after{content:"";position:absolute;left:0;top:-10px;display:block;width:21px;height:2px;background:#0061ad;border-left:9px solid #80b0d6;}

.flw_ul{width:850px;margin:0 auto;margin-top:10px;margin-bottom:20px;}
.flw_ul::after{content:"";display:block;clear:both;}
.flw_ul>li{float:left;width:calc(33.33% - 2px);text-align:center;min-height:230px;}
.flw_ul>li:nth-child(1){border:1px solid #307ebc;border-top:none;}
.flw_ul>li:nth-child(2){border:1px solid #a7c8e3;border-top:none;}
.flw_ul>li:nth-child(3){height:215px;border:1px solid #0061ad;border-top:none;}

.flw_ul>li>h4{position:relative;font-size:17px;line-height:49px;text-align:center;}
.flw_ul>li>h4>a{color:#fff;position:relative;}
.flw_ul>li>h4>a>span{font-size:30px;position:absolute;top:-15px;right:-25px;}
.flw_ul>li:nth-child(1)>h4{background:#306bb0}
.flw_ul>li:nth-child(1)>h4::before{content:"";position:absolute;top:0;right:-49px;display:block;width:0px;border-top:24.5px solid transparent;border-bottom:24.5px solid transparent;border-right:24.5px solid transparent;border-left:24.5px solid #306bb0;z-index:100}
.flw_ul>li:nth-child(2)>h4{background:#66a0ce}
.flw_ul>li:nth-child(2)>h4::before{content:"";position:absolute;top:0;right:-49px;display:block;width:0px;border-top:24.5px solid transparent;border-bottom:24.5px solid transparent;border-right:24.5px solid transparent;border-left:24.5px solid #66a0ce;z-index:100}
.flw_ul>li:nth-child(3)>h4{background:#0061ad}

.flw_ul2>li{margin-bottom:5px;}
.flw_ul2>li:first-child{margin-top:5px;}
.flw_ul2>li>a{font-size:13px;color:#0061ad;display:block;text-align:center;}

.exp_ul{width:850px;margin:0 auto;margin-top:10px;margin-bottom:20px;}
.exp_ul>li{float:left;width:33.33%;box-sizing:border-box;padding-left:10px;}
.exp_ul::after{content:"";display:block;clear:both;}
.exp_ul>li::after{content:"";display:block;clear:both;}
.exp_ul>li .ico, .exp_ul>li .ico_cnt{float:left;}
.exp_ul>li .ico_cnt{margin-left:10px;}
.exp_ul>li .ico_cnt h4{font-size:15px;color:#0061ad;margin-bottom:10px;}
.exp_ul>li .ico_cnt p{font-size:13px;color:#bebebe;margin-bottom:10px;}
.exp_ul>li .ico_cnt a{font-size:13px;display:inline-block;border:1px solid #076fb5;color:#006bb3;line-height:18px;padding:0 3px;letter-spacing:-1px;}

.nws_ul{width:850px;margin:0 auto;margin-top:10px;margin-bottom:20px;}
.nws_ul>li{width:32%;display:inline-block;border:1px solid #ccc;margin-right:8px;box-sizing:border-box;padding:25px 20px;}
.nws_ul>li:last-child{margin-right:0;}
.nws_ul>li>a{display:block;}
.nws_ul>li>a>h4{color:#1f4d9f;font-size:18px;letter-spacing:-1px;width:230px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;}
.nws_ul>li>a>.ns_txt{
	color:#6b6b6b;
	font-size:15px;
	letter-spacing:-1px;
	word-break:keep-all;
	width:230px;
	height:120px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* 라인수 */
	-webkit-box-orient: vertical;
	line-height: 28px;
	margin-bottom:0;
}
.nws_ul>li>a>.ns_dt{font-size:13px;text-align:right;color:#a0a0a0;margin:0;padding:0;}

.tit_lnk{margin-top:10px;margin-left:20px;display:inline-block;font-size:13px;color:#6b6b6b;}

.row2_wrap{width:100%;margin-bottom:10px;}
.row2_wrap>.pc_wrap::after{content:"";display:block;clear:both;}
.row2_wrap .gr1_wr,.row2_wrap .gr2_wr{float:left;background:#fff;}
.row2_wrap .gr1_wr{width:700px;margin-right:10px;}
.row2_wrap .gr2_wr{width:calc(100% - 710px);height:244px;}

.ntc_ul{width:460px;margin:0 auto;margin-top:20px;margin-bottom:40px;}
.ntc_ul>li{margin-bottom:20px;}
.ntc_ul>li::after{content:"";display:block;clear:both;}
.ntc_ul>li .ntc_dt,.ntc_ul>li .ntc_tit{float:left;}
.ntc_ul>li .ntc_dt{width:50px;}
.ntc_ul>li .ntc_tit{width:calc(100% - 50px);text-align:center;box-sizing:border-box;padding-top:3px;}
.ntc_ul>li .ntc_dt>p{margin:0;}
.ntc_ul>li .ntc_dt>p>span{display:block;text-align:center;}
.ntc_ul>li .ntc_dt>p>.yymm{font-size:13px;color:#a0a0a0;font-weight:bold;}
.ntc_ul>li .ntc_dt>p>.dd{font-size:30px;line-height:24px;letter-spacing:-2px;}
.ntc_ul>li .ntc_tit>a{width:390px;display:inline-block;line-height:41px;letter-spacing:-1px;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;overflow:hidden;text-align:left;}

.row2_wrap .gr2_wr>.art1_tit_wrap{width:100%;}
.db_nb{width:100%;margin-top:40px;}
.db_nb>ul{width:100%;}
.db_nb>ul::after{content:"";display:block;clear:both;}
.db_nb>ul>li{width:calc(100%/3);float:left;}
.db_nb>ul>li:first-child{width:calc((100% / 3) - 1px);border-right:1px solid #ccc}
.db_nb>ul>li:nth-child(2){width:calc((100% / 3) - 1px);border-right:1px solid #ccc}
.db_nb>ul>li>span{display:block;text-align:center;}
.db_nb>ul>li>.nb_tit{font-size:17px;letter-spacing:-1px;color:#6b6b6b;height:46px;}
.db_nb>ul>li>.nb_nb{font-size:36px;letter-spacing:-2px;color:#006bb7;}

.sld{width:100%;height:70px;border-bottom:1px solid #d9d9d9;}
.sld_wr{width:1100px;height:60px;margin:0 auto;margin-top:10px;}
.sld_wr .bx-wrapper{max-width:1100px !important;}
.sld_wr .bx-wrapper img{width:180px !important;}


.f_list{width:100%;height:46px;background:#555;}
.f_list_wrapper{width:1100px;height:46px;margin:0 auto;}
.f_list_wrapper>ul>li{display:inline-block;margin-right:10px;}
.f_list_wrapper>ul>li::after{content:"|";color:#fff;margin-left:15px;}
.f_list_wrapper>ul>li:last-child::after{content:"";}
.f_list_wrapper>ul>li>a{font-size:12px;color:#fff;line-height:46px;}

666
#footer{width:100%;}
.footer_wrapper{width:100%;}
.f_wrapper{width:1100px;margin:0 auto;}
.ul_wrap_3 ul{text-align:center;margin-top:15px;}
.ul_wrap_3 li{display:inline-block;color:#666;font-size:13px;}
.copyright>p{text-align:center;font-size:13px;color:#666;margin-bottom:15px;} 
.copyright>p>a{color:#666;}

