@charset "UTF-8";
/* Main */
/*._M._main .nav,*/
.mainNav h2,
._main .aside,
._main .contTopBar {
	/* display: none !important; */
}
._main .container > .inner {
 width : 100%;max-width : 1200px;margin : auto;padding-top:30px
}
._L .main {
	width: 100%;
}




.mainNav,
.mVisual,
.mBoxWrap {
	height: 265px;
}
._S._main .container {
	margin-top: 52px;
}
/* mainNav */
.mainNav {
	float: left;
	position: relative;
	z-index: 10;
	width: 300px;
	background-color: #1a2e48;
}
.mainNav a {
	display: block;
	color: #fff;
	transition: font-weight .3s;
}
.mainNav .depth1 {
	padding-top: 14px;
}

._S .mainNav {
	display: none;
}
.mainNav .sub {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 10px;
	left: 240px;
	z-index: 10;
	min-width: 264px;
	max-height: 700px;
	padding: 30px;
	background-color: #2765b7;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.mainNav .depth1-item04 ~ li .sub {
	top: auto;
	bottom: 5px;
}
/* depth1 */
.mainNav .depth1 > li {
	position: relative;
}
.mainNav .depth1 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 40px;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	background: url(../../img/common/spr_icon.png) no-repeat;
}
.mainNav .depth1 .depth1-item01:before {
	background-position: 0 -306px;
}
.mainNav .depth1 .depth1-item02:before {
	background-position: -34px -306px;
}
.mainNav .depth1 .depth1-item03:before {
	background-position: -68px -306px;
}
.mainNav .depth1 .depth1-item04:before {
	background-position: -102px -306px;
}
.mainNav .depth1 .depth1-item05:before {
	background-position: -136px -306px;
}
.mainNav .depth1 .depth1-item06:before {
	background-position: -170px -306px;
}
.mainNav .depth1 .depth1-item07:before {
	background-position: -204px -306px;
}
.mainNav .depth1 .depth1-item08:before {
	background-position: -238px -306px;
}
.mainNav .depth1 .depth1-item01.active:before {
	background-position: 0 -340px;
}
.mainNav .depth1 .depth1-item02.active:before {
	background-position: -34px -340px;
}
.mainNav .depth1 .depth1-item03.active:before {
	background-position: -68px -340px;
}
.mainNav .depth1 .depth1-item04.active:before {
	background-position: -102px -340px;
}
.mainNav .depth1 .depth1-item05.active:before {
	background-position: -136px -340px;
}
.mainNav .depth1 .depth1-item06.active:before {
	background-position: -170px -340px;
}
.mainNav .depth1 .depth1-item07.active:before {
	background-position: -204px -340px;
}
.mainNav .depth1 .depth1-item08.active:before {
	background-position: -238px -340px;
}
.mainNav .depth1 > li > a {
	height: 82px;
	padding: 0 40px 0 101px;
	font-size: 20px;
	line-height: 82px;
}
.mainNav .depth1 > .active > a {
	font-weight: 500;
}



/* depth2 */
.mainNav .depth2 > li + li {
	margin-top: 30px;
}
.mainNav .depth2 > li > a {
	padding-right: 40px;
	font-size: 18px;
	font-weight: 400;
}
.mainNav .depth2 > .active > a {
	font-weight: 700;
}
/* depth3 */
.mainNav .depth3 {
	margin: 5px 10px 0;
}
.mainNav .depth3 li {
	position: relative;
	margin-top: 7px;
	padding-left: 8px;
}
.mainNav .depth3 li:before {
	content: '';
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 1px;
	background: #fff;
}
.mainNav .sub .hasSub > a:before {
	margin-top: 13px;
	background: #fff;
}
.mainNav .sub .hasSub > a:after {
	margin-top: 7px;
	background: #fff;
}
.mainNav .sub [target=_blank]:after {
	width: 16px;
	height: 16px;
	margin-top: 4px;
	background-position: -111px -17px;
}
/* mVisual */
.mVisual {
	float: left;
	width: 60%;
	transition: width .1s;
}

.mVisual img{width:100%;height:265px}

._L .mVisual {
	display: block;
}
/* mBoxWrap */
.mBoxWrap {
	/* position: absolute; */
	top: 0;
	right: 0;
	width: 100%;
	padding-left: 300px;
}
._L .mBoxWrap {
	width: 100%;
	padding-left: 0;
}
._S .mBoxWrap {
	position: relative;
	padding-left: 0;
}
/* mBoxCol */
.mBoxCol {
	float: left;
	width: 100%;
}
._S .mBoxCol {
	width: 100%;
}
/* mBox */
.mBox {
	overflow: hidden;
	position: relative;
	width: 40%;
	height: 265px;
	padding: 40px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.mBox-type02 .mBoxLink li,
.mBox-type02 .mBoxLink .fR,
.mBox-type03 .mBoxLink li,
.mBox-type03 .mBoxLink .fR {
	float: none;
}
.mBox-type06 {
	padding: 0 !important;
}
._S .mBox {
	height: 200px;
	padding: 30px 15px;
}
._S .mBox-type06 {
	height: auto;
}
.mBox h2 {
	margin-top: -13px;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: -2px;
}
._M .mBox h2 {
	font-size: 35px;
}
._S .mBox h2 {
	margin: -10px 0 4px;
	font-size: 30px;
}
.mBox p {
	overflow: hidden;
	max-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}
.mBox-type01 h2,
.mBox-type04 h2,
.mBox-type01 .mBoxLink a,
.mBox-type04 .mBoxLink a,
.mBox-type04 a span {
	color: #222;
}
._L .mBox p {
	max-width: 78%;
}
._L .mBox-link05 p,
._L .mBox-link06 p {
	max-width: 100%;
}
._S .mBox p {
	font-size: 14px;
	line-height: 20px;
}
/* mBox mBoxLink */
.mBoxLink {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	padding: 0 40px;
}
.mBoxLink:after {
	content: '';
	display: block;
	clear: both;
}
.mBoxLink li {
	float: left;
	width: 45%;
	max-width: 45%;
	margin: 9px 0 2px;
	border-bottom: 1px solid rgba(225,225,225,.5);
	line-height: 39px;
}
.mBoxLink li.fR {
	float: right;
}
/*._M .mBoxLink li {
	margin-right: 10%;
}
*/
.mBoxLink li a {
	display: block;
	position: relative;
	width: 100%;
	padding-right: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1px;
}
.mBoxLink .online a {
	overflow: hidden;
}
.mBoxLink li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 13px;
	margin-top: -4px !important;
	background: url(../../img/common/spr_icon.png) no-repeat;
	background-position: -240px 0;
}
.mBox-type04 a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
}
.mBox-type04 .call {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 105px;
	right: 70px;
	width: 155px;
	height: 34px;
	text-indent: -100%;
	background: url(../../img/main/bg_call.png) no-repeat;
}
.mBox-type04 .kakao {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 150px;
	right: 50px;
	width: 175px;
	height: 48px;
	text-indent: -999px;
	background: url(../../img/main/bg_kakao.png) no-repeat;
}
._M .mBox-type04 .call {
	right: 7%;
}
._S .mBox-type04 .call {
	top: 85px;
	right: 5%;
	width: 131px;
	height: 26px;
	background: url(../../img/main/bg_callMob.png) no-repeat;
	background-size: 100% auto;
}
._S .mBox-type04 .kakao {
	top: 120px;
	right: 2%;
	width: 144px;
	height: 26px;
	background: url(../../img/main/bg_kakaoMob.png) no-repeat;
	background-size: 100% auto;
}
.mBoxLink [target=_blank]:after {
	margin-top: 0;
}
._S .mBoxLink {
	top: 79px;
	padding: 0 15px;
}
._S .mBoxLink li {
	margin: 6px 0;
	line-height: 22px;
}
._S .mBoxLink li a {
	padding-bottom: 5px;
	font-size: 15px;
}
._S .mBoxLink li a:after {
	width: 6px;
	height: 10px;
	background: url(../../img/common/m_spr_icon.png) no-repeat;
	background-position: -212px 0;
	background-size: 250px auto;
}
._S .mBox-type04 a span {
	display: none;
}
._S .mBox-type03 .mBoxLink li + li {
	margin-top: 11px;
}
/* mBox slide */
.mBox .slide,
.mBox .feSlItem {
	height: 100%;
}
.mBox .feSlNavi {
	position: absolute;
	top: 0;
}
.mBox .feSlNavi .btnPrev,
.mBox .feSlNavi .btnNext {
	display: none;
}
.mBox .feSlPaging .btnAuto,
.mBox .feSlPaging .btnStop {
	overflow: hidden;
	vertical-align: top;
	width: 18px;
	height: 18px;
	border: 0;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../../img/common/spr_btn_slide.png) no-repeat;
	background-position: 0 0;
}
.mBox .feSlPaging .btnStop {
	background-position: -18px 0;
}
.mBox .slide + .slide .feSlPaging .btnAuto {
	background-position: 0 -19px;
}
.mBox .slide + .slide .feSlPaging .btnStop {
	background-position: -18px -19px;
}
._S .mBox .slide,
._S .mBox .feSlItem {
	height: auto;
}
._L .mBox .feSlWrap,
._M .mBox .feSlWrap {
	height: 265px !important;
}
._S .mBox .feSlWrap {
	min-height: 100%;
}
._S .mBox .feSlPaging .btnAuto,
._S .mBox .feSlPaging .btnStop {
	width: 6.5px;
	height: 6px;
	background: url(../../img/common/m_spr_btn_slide.png) no-repeat;
	background-size: 15px 15px;
}
._S .mBox .feSlPaging .btnStop {
	background-position: -8px 0;
}
._S .mBox .slide + .slide .feSlPaging .btnAuto {
	background-position: 0 -8.5px;
}
._S .mBox .slide + .slide .feSlPaging .btnStop {
	background-position: -8px -8.5px;
}
.mBox .slide {
	position: relative;
}
.mBox .feSlItem {
	width: 100%;
}
.mBox .feSlItem img {
	display: block;
	width: 100%;
	min-height: 100%;
}
._S .mBox .feSlItem img {
	min-height: 100%;
}
.mBox .feSlPaging {
	position: absolute;
	bottom: 0;
	z-index: 3;
	width: 100%;
	/*height: 8px;*/
	text-align: center;
}
.mBox .feSlPaging li {
	display: inline-block;
	vertical-align: top;
}
.mBox .feSlPaging li + li {
	margin-left: 8px;
}
.mBox .feSlPaging li a {
	display: block;
	overflow: hidden;
	width: 17px;
	height: 17px;
	border-radius: 8px ;
	background: #004d48;
}

.mBox .feSlPaging li a span {    
    position:absolute;
    overflow:hidden;
    border:0;
    width:1px;
    height:1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path:inset(50%);
}

.mBox .feSlPaging li.current a {
	width: 50px;
}
.mBox .slide + .slide .feSlPaging li a {
	background: #004560;
}
._S .mBox .feSlPaging {
	/*bottom: 15px;*/
}
._S .mBox .feSlPaging li a {
	width: 6px;
	height: 6px;
}
._S .mBox .feSlPaging .current a {
	width: 24px;
}



/* latestBbs */
.latestBbs {
	overflow: hidden;
	width: 100%;
	border: 1px solid #ccc;
	margin:50px auto;
}
.bbs {
	float: left;
	position: relative;
	width: 50%;
	height: 150px;
	padding: 10px 0 ;
}
.bbs-type02,
.bbs-type04 {
	border-left: 1px solid #ddd;
}
.bbs-type03,
.bbs-type04 {
	border-top: 1px solid #ddd;
}
._S .bbs {
	width: 100%;
	height: auto;
	padding: 13px 0 14px;
	border: none;
	border-bottom: 1px solid #ddd;
}
._S .bbs-type04 {
	border-bottom: 0;
}
.bbs .feSlWrap,
.bbs .feSlMask,
.bbs .feSlItem {
	width: 100% !important;
}
.bbs .slide {
	margin-top: 35px;
	padding: 0 40px;
}
.bbs h2 {
	position: absolute;
	top: 10px;
	left: 40px;
	color: #000;
	font-size: 20px;
}
.bbs .feSlItem {
	position: relative;
	padding-right: 90px;
}
.bbs .feSlItem .subject {
	overflow: hidden;
	float: left;
	width: 100%;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}
.bbs .feSlItem .subject a {
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.bbs .feSlItem span {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.bbs .more {
	display: block;
	position: absolute;
	top: 15px;
	right: 40px;
	padding: 0 8px 0 19px;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	background: #686e75;
}
.bbs .more:before {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 8px;
	width: 7px;
	height: 7px;
	background: url(../../img/common/spr_icon.png) no-repeat;
	background-position: -250px 0;
}
.bbs-type02 h2,
.bbs-type04 h2 {
	left: 39px;
}
.bbs-type02 .more,
.bbs-type04 .more {
	/*left: 39px;*/
}
.bbs-type02 .slide,
.bbs-type04 .slide {
	/*padding-left: 190px;*/
}
.bbs .feSlNavi {
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 100%;
}
.bbs .btnAuto,
.bbs .btnStop {
	display: none !important;
}
.bbs .btnPrev,
.bbs .btnNext {
	display: block;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border: 0;
	text-indent: -999px;
	background: url(../../img/common/spr_icon.png) no-repeat;
}
.bbs .btnPrev {
	position: absolute;
	top: 50px;
	right: 0;
	background-position: 0 -242px;
}
.bbs .btnNext {
	position: absolute;
	right: 0;
	bottom: 17px;
	background-position: -22px -242px;
}
._S .bbs h2 {
	top: 17px;
	left: 15px;
	font-size: 14px;
}
._S .bbs .slide {
	padding: 0;
}
._S .bbs .feSlItem span,
._S .bbs .more {
	display: none;
}
._S .bbs .feSlItem {
	padding: 0 37px 0 120px;
}
._S .bbs .feSlItem .subject a {
	font-size: 13px;
}
._S .bbs .feSlNavi {
	right: 9px;
}
._S .bbs .btnPrev,
._S .bbs .btnNext {
	height: 15px;
	background: url(../../img/common/m_spr_icon.png) no-repeat;
}
._S .bbs .btnPrev {
	top: 10px;
	background-position: 0 -184px;
	background-size: 250px auto;
}
._S .bbs .btnNext {
	bottom: 10px;
	background-position: -24px -184px;
	background-size: 250px auto;
}




/* Quick Menu 1 */
._L .mBox .feSlWrap{height:265px}
._main .contTopBar{display:none}
.main_menu{display: grid;grid-template-columns: repeat(5, 1fr);column-gap:20px;margin: 20px 0;}
.main_menu .menus{border:1px solid #ddd;border-radius:5px;transition: 0.3s;background:#f8f8f8}
.main_menu .menu_title{display:flex;align-items:center;justify-content:center;height:130px;border-radius:5px 5px 0 0;font-family:'S-Core_Dream_Bold';font-weight:600;font-size:25px;color:#fff;background:#aaa no-repeat 50% 50%;background-size:cover}
.main_menu .menus:hover{border-color:#111}
.main_menu .menu_name{padding:0 10px;height: 320px;}
.main_menu .menu_name > li{position:relative;}
.main_menu .menu_name > li + li{border-top:1px solid #eee}
.main_menu .menu_name > li > a{display:block;padding:15px 0;font-weight:500;font-size:17px;color:#111}
.main_menu .menu_name > li > a:hover{color:#1859ad}
.main_menu .menu_name > li > a span{display:inline-block;width:100%;background:url(/asset/img/main/go_dept_arrow.png) no-repeat 100% 50%;font-size: 15px;letter-spacing:-1px}

/* tab */
.m_menu{display:none}
.tab-menu ul{margin: 0;padding: 0}
.tab-menu ul li{list-style-type: none;display: inline-block;width:19.5%}
.tab-menu ul li a{text-decoration: none;color: #333;border: 1px solid #ccc;padding:7px 0;border-radius: 4px;font-size: 14px;display:block;text-align:center}
.tab-menu ul li a.active-a{background-color: #003964;color: #ffffff}
.menu_box .tab-active{display: block!important}
.menu_box .tab{display:none}
.tab h2{color: rgba(0,0,0,.7)}
.tab p{color: rgba(0,0,0,0.6);text-align: justify}


/* Quick Menu 2 */

.content1{width: 1200px;margin:50px auto;overflow:hidden}
.content2{width:1200px;margin:0 auto;padding-bottom:89px;overflow:hidden}

.quickLink{float:left;width: 50%}
.quickLink_m{display:none}
.quickLink h2{height:20px;padding-bottom:11px;color:#333;font-size:20px;font-weight:400;margin-bottom:20px}
.quickLink2 h2{height:20px;padding-bottom:11px;color:#333;font-size:20px;font-weight:400;width: 100%;}

.quickLink ul{padding-top:0}
.quickLink ul li{float:left;height:100px;padding-top:12px;padding-bottom:12px;border-bottom:1px solid #e8e8e8;border-top:2px solid #ccc;text-align:center}
.quickLink ul li a{display:inline-block;width:100%;height:100%;color:#727272}
.quickLink ul li a img{vertical-align:middle}
.quickLink ul li a span:first-child{display:inline-block;width:64px;height:64px;line-height:64px;text-align:center}
.quickLink ul li a span.quickLinkImg1 img{width:50px;height:55px}
.quickLink ul li a span.quickLinkImg2 img{width:50px;height:55px}
.quickLink ul li a span.quickLinkImg3 img{width:50px;height:55px}
.quickLink ul li a span.quickLinkImg4 img{width:50px;height:55px}
.quickLink ul li a span.quickLinkTit{display:inline-block;padding:0 12px;text-align:center;vertical-align:middle;font-weight:400;color:#333}

.quickLink2 .img_size {line-height:1.2em}
.quickLink2 .img_size .span_size{font-size:14px}



/* Right Quick Menu */

#quickMenu {
	position:fixed;
	left: 48.5%;
	margin-left:700px;
	margin-top:0;
	top:242px;
	z-index:3;
	width:120px;
}

#quickMenu .sub_quick ul li img{width:35px;height:35px}
#quickMenu li {display:block}

#quickMenu li.sub_quick {margin-top: 1rem;text-align: center}

#quickMenu .sub_quick .title {
	    background-color:#003964;
		color:#fff;
	    width: 100%;
	    padding: 1rem 0;
	    /* transform: skew(-1deg); */
	    font-size: 13px;
	    line-height: 2px;
	    margin-bottom: 0;
	}

#quickMenu .sub_quick .title:first-child{width:117px}

#quickMenu .sub_quick .sub_q_menu {
		border: 1px solid #e5e5e5;
		border-top:0;
		width:calc(100% - 2px);
		background-color:#ffffff;
	}
	
#quickMenu .sub_quick .sub_q_menu .quick_title{padding: 0}
	
#quickMenu .sub_quick .sub_q_menu li {
			line-height: 16px;
			border-bottom: 1px solid #e5e5e5;
			background-size: 50% !important;
			font-size: 13px;
			background-image: none !important;
			padding: 0.2rem 0;
		}

#tsTitle{width: 100%;margin-bottom:0}

#quickMenu .sub_quick .sub_q_menu li:hover {color: #ff9c00}
	
#quickMenu .sub_quick .sub_q_menu li:last-child	{border-bottom:0;}
	


/* for Web Accessibility (keyboard focus) 20240723 tune Lim */

.feSlWrap a:focus,.latestBbs .more:focus{border:3px dashed #fff}



/* Main responsive media css */


@media screen and (min-width:1229px) and (max-width:1590px){ /* 1229px ~ 1590px */
 
#quickMenu{position: absolute!important}
	       
}

@media (max-width: 1229px) {

#quickMenu{display:none}
     
}

@media (max-width: 1199px) {

#quickMenu{display:none}

}


@media (max-width: 1024px) {

.mVisual{display:none}
.m_menu{display:block!important}
.mBox{width:100%;height:100%}
.mBox .feSlPaging{top:160px}
.main_menu{display:none}
.main_menu .menu_name{height:100%}
.feSlItem{position:unset}
.content1{width:100%}
.quickLink{width:100%;margin-bottom:20px}
.quickLink ul li{width:100%;border-top:none}
.main_menu .menu_name > li > a{padding:0}
.tab li a{border:none}
#quickMenu{display:none}

}

@media (max-width: 768px) {

._L .mBox .feSlWrap{min-height:265px}
.mVisual{display:none}
.m_menu{display:block!important}
.mBox{width:100%;height:100%}
.mBox .feSlPaging{top:160px}
.main_menu{display:none}
.main_menu .menu_name{height:100%}
.feSlItem{position:unset}
.content1{width:100%}
.quickLink{width:100%;margin-bottom:20px}
.quickLink ul li{width:100%;border-top:none}
.bbs .slide{margin-top:0}
.main_menu .menu_name > li > a{padding:0}
.tab li a{border:none}
#quickMenu{display:none;margin-left:0}

}


@media (max-width: 480px) {

.mVisual{display:none}
.m_menu{display:block!important}
.mBox{width:100%;height:100%}
.mBox .feSlPaging{top:160px}
.main_menu{display:none}
.main_menu .menu_name{height:100%}
.feSlItem{position:unset}
.content1{width:100%}
.quickLink{width:100%;margin-bottom:20px}
.quickLink ul li{width:100%;border-top:none}
.bbs .slide{margin-top:0}
.main_menu .menu_name > li > a{padding:0}
.tab li a{border:none}
#quickMenu{display:none;margin-left:0}

}


@media (max-width: 320px) {

.mVisual{display:none}
.m_menu{display:block!important}
.mBox{width:100%;height:100%}	
.mBox .feSlPaging{top:160px}
.main_menu{display:none}
.main_menu .menu_name{height:100%}
.feSlItem{position:unset}
.content1{width:100%}
.quickLink{width:100%;margin-bottom:20px}
.quickLink ul li{width:100%;border-top:none}
.bbs .slide{margin-top:0}
.main_menu .menu_name > li > a{padding:0}
.tab li a{border:none}
#quickMenu{display:none;margin-left:0}

}