@charset "utf-8";

/* FONT */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@font-face { font-family: 'Cafe24Danjunghae'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Danjunghae.woff') format('woff'); font-weight: normal; font-style: normal; }

body{font-family:'Noto Sans KR' ,  '나눔바른고딕', NanumBarunGothic, ng, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;}
/* COMMON */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;-webkit-text-size-adjust:none}
body,html{width:100%;height:100%;}body,input,textarea,select,button,table{font-size:12px;-webkit-font-smoothing:antialiased}
img,fieldset,button{border:0
}ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.clear{clear:both;}
.clear:after{content:"";display:block;clear:both;}

/* Layout */
.container{
	overflow:hidden;
}
.container.mainbg{
	background:url(../img/allbg.jpg) center top repeat;
	background-size:contain;
}
.fixed_header .header_wrap {
    position: static;
    width: 100%;
	height:210px;
    z-index: 1000;
    /*background:#fff;*/
	border-top:3px solid #172a87;
	box-sizing:border-box;
}
.header {
    position: relative;
    z-index: 100;
    width: 100%;;
    height: 100%;
}
.header .header_top{
	position:relative;
	width:1200px;
	height:135px;
	margin:0 auto;
}
.header .header_top .topsns {
	position:absolute;
	left:0;
	top:30px;
	width:auto;
}
.header .header_top .topsns ul li{
	float:left;
	margin-right:10px;
}
.header h1.logo-item {
    position:absolute;
	left:50%;
	top:10px;
	width:130px;
	margin-left:-75px;
}
.header h1.logo-item img.logopc{
	display:block;
	width:100%;
}
.header h1.logo-item img.logomb{
	display:none;
}
.header .side{
	position:absolute;
	right:0;
	top:30px;
	width:auto;
}
.header .side .before_login li{
	float:left;
}
.header .side .before_login li a{
	display:block;
	padding:5px 12px;
	border:1px solid #666666;
	font-size:12px;
	color:#666;
}
.header .side .before_login li:first-child a{
	margin-right:-1px;
}
.header .side .before_login li:nth-child(2) a{
	border:1px solid #999999;
	color:#999999;
}
.header .side .after_login li{
	float:left;
}
.header .side .after_login li a{
	display:block;
	padding:5px 12px;
	border:1px solid #666666;
	font-size:12px;
	color:#666;
}
.header .side .after_login li:first-child a,
.header .side .after_login li:nth-child(2) a{
	margin-right:-1px;
}
.header .side .before_login li a:hover,
.header .side .after_login li a:hover{
	background:#f1f2f3;
}
/* slide */
.swiper-container {
    height: 560px;
	background:url(../img/main/slide_bg.png) center top no-repeat;
}
.swiper-container > div > div {
    display: table;
	height:560px;
	background-size:cover;
	background-repeat:no-repeat;
}
.swiper-button {
    position: absolute;
    top: 50%;
    display: none;
    margin:-25px 0 0 0;
}
.swiper-container:hover .swiper-button {
    display: block;
}
.swiper-button.left {
    left: 20px;
}
.swiper-button.right {
    right: 20px;
}
.swiper-button i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.swiper-button button {
    background-color: #333;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.swiper-pagination {
    position: absolute;
    left: 50%;
	bottom:80px;
    text-align: center;
    bottom: 20px;
    width: 1200px;
	margin-left:-600px;
	text-align:center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #000;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #f09;
}
/* visual */
.visual {
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%
}
.body {
    position: relative;
	min-height:480px;
}
.body.sub{
	background:#fff;
}
.body.main .sub_title{
	display:none;
}
.body .content{
	width:1200px;
	margin:0 auto;
	padding:100px 0;
}
.body.main .content{
	padding:0;
}
/* Footer */
.footer {
    background:#000;
	height:350px;
}
.footer .footer_wrap{
	width:90%;
	margin:0 5%;
	height:290px;
	padding:30px 0;
}
.footer .footer_wrap ul{
	height:100%;
}
.footer .footer_wrap ul li{
	float:left;
}
.footer .footer_wrap ul li.info{
	position:relative;
	width:53%;
	height:98%;
	border-right:1px solid #3f3f3f;
	box-sizing:border-box;
	padding:1%;
}
.footer .footer_wrap ul li.info .info_top{
	position:absolute;
	left:0;
	top:30px;
	width:auto;
}
.footer .footer_wrap ul li.info .info_top h2{
	font-size:20px;
	color:#fff;
	font-weight:300;
	margin-top:10px;
}
.footer .footer_wrap ul li.info .info_top p{
	font-size:14px;
	color:#fff;
	font-weight:300;
}
.footer .footer_wrap ul li.info .copyright{
	position:absolute;
	left:0;
	bottom:10px;
	font-size:10px;
	color:#777;
}
.footer .footer_wrap ul li.info .footersns{
	position:absolute;
	right:30px;
	top:30px;
}
.footer .footer_wrap ul li.info .footersns li{
	float:left;
	margin-left:10px;
}
.footer .footer_wrap ul li.info .footerlink{
	position:absolute;
	right:30px;
	bottom:10px;
	height:auto;
}
.footer .footer_wrap ul li.info .footerlink li{
	float:left;
	position:relative;
	margin-left:10px;
}
.footer .footer_wrap ul li.info .footerlink li::before{
	content:"";
	display:block;
	width:1px;
	height:8px;
	background:#00aef9;
	position:absolute;
	left:-5px;
	top:5px;
}
.footer .footer_wrap ul li.info .footerlink li:first-child::before{
	display:none;
}
.footer .footer_wrap ul li.info .footerlink li a{
	font-size:12px;
	color:#00aef9;
	font-weight:300;
}
.footer .footer_wrap ul li.info .footerlink li a:hover{
	color:#fff;
}
.footer .footer_wrap ul li.contact{
	position:relative;
	width:47%;
	height:98%;

}
.footer .footer_wrap ul li.contact h3{
	font-size:20px;
	color:#fff;
	font-weight:700;
	position:absolute;
	left:30px;
	top:26px;
	width:auto;
}
.footer .footer_wrap ul li.contact p.opertime{
	font-size:14px;
	color:#00aef9;
	font-weight:300;
	position:absolute;
	right:30px;
	top:26px;
}
.footer .footer_wrap ul li.contact p.contactinfo{
	font-size:14px;
	color:#fff;
	font-weight:300;
	position:absolute;
	right:30px;
	bottom:10px;
	text-align:right;
	line-height:1.8em;
}

.footer .footer_mobile {
    display: none;
}
/* Search */
.search_wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.search_area {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1160px;
    padding: 20px;
    z-index: 200;
}
.search_area input {
    font-size: 13px;
    vertical-align: top
}
.search_area input[type=text] {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 10px 0;
    border: 0;
    background-color: transparent;
    font-size: 40px;
    color: #444;
    -webkit-appearance: none;
}
.search_area input[type=text]:focus {
    outline: 0
}
.search_area input[type=text]::-ms-clear {
    display: none
}
.search_area .btn_close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 22px;
    color: #888;
    text-align: center;
    line-height: 20px
}
/* VISUAL */
.visual.sub {
    position: relative;
    height:150px;
    background:#fff url(../img/sub/sub_visual.jpg) center top no-repeat;
	background-size:cover;
}
.visual.sub2 {
    position: relative;
    height:150px;
    background:#fff url(../img/sub/sub_visual.jpg) center top no-repeat;
	background-size:cover;
}
.visual.sub3 {
    position: relative;
    height:150px;
    background:#fff url(../img/sub/sub_visual.jpg) center top no-repeat;
	background-size:cover;
}
/* SUB TITLE	*/
.body.sub .sub_title{
	display:block;
	width:100%;
	height:50px;
}
.body.sub .sub_title h1{
	display:block;
	width:100%;
	height:100%;
	font-size:18px;
	color:#fff;
	font-weight:700;
	line-height:50px;
	text-align:center;
	background:#172a87;
	padding:0 20px;
	box-sizing:border-box;
}
/* LNB */
.body.sub .lnb .lnb_wrap{
	width:100%;
	height:100px;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
.body.sub .lnb .lnb_wrap > ul{
	width:1200px;
	height:50px;
	margin:0 auto;
	border:1px solid #ccc;
	border-top:0;
	box-sizing:border-box;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-evenly;
	align-items:baseline;
}
.body.sub .lnb .lnb_wrap > ul > li{
	width:auto;
	height:50px;
	display:flex;
	position:relative;
	flex:1 1 auto;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing:border-box;
}
.body.sub .lnb .lnb_wrap > ul > li:last-child{
	border-right:0;
}
.body.sub .lnb .lnb_wrap > ul > li:hover{
	background:#f8f9fa;
}
.body.sub .lnb .lnb_wrap > ul > li.on{
	background:#f8f9fa;
}
.body.sub .lnb .lnb_wrap > ul > li a{
	display:block;
	height:100%;
	padding:0 20px;
	box-sizing:border-box;
	font-size:15px;
	color:#000;
	font-weight:600;
	line-height:50px;
}
.body.sub .lnb .lnb_wrap > ul > li.on > a{
	color:#f09;
}
.body.sub .lnb .lnb_wrap > ul ul{
	height:100%;
	display:flex;
	border-bottom:1px solid #ccc;
	border-left:1px dotted #ccc;
}
.body.sub .lnb .lnb_wrap > ul ul li a{
	padding:0 10px;
	box-sizing:border-box;
	font-size:13px;
	color:#000;
	font-weight:400;
}
.body.sub .lnb .lnb_wrap > ul ul li a:hover{
	color:#f09;
}
.body.sub .lnb .lnb_wrap > ul ul li.on a{
	background:#f09;
	color:#fff;
}
/*  좌측메뉴 */
.body.sub.pblwrap .wrap1200{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
.body.sub.pblwrap .lnb{
	float:left;
	width:200px;
}
.body.sub.pblwrap .lnb .lnb_wrap{
	height:auto;
	border-bottom:0;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul{
	width:100%;
	height:auto;
	display:block;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul > li{
	height:auto;
	display:block;
	border-right:0;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul > li a{
	padding:10px;
	line-height:1.3em;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul > li a:hover{
	color:#f09;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul > li.on > a{
	background:#f09;
	color:#fff;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul > li.on > a:hover{
	color:#fff;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul{
	display:block;
	border-left:0;
	background:#f8f9fa;
	border-top:1px solid #ccc;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li a{
	padding:5px 10px;
	border-bottom:1px dotted #ccc;
	font-weight:400;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li.on a{
	background:#b3006b;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li.on a:hover{
	color:#fff;
}
.body.sub.pblwrap .content{
	float:right;
	width:calc(100% - 250px);
	padding:0 0 100px 0;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul{
	padding-left:10px;
	border-top:0;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul li a{
	position:relative;
	padding-left:20px;
	box-sizing:border-box;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul li a::before{
	content:"";
	display:block;
	width:3px;
	height:3px;
	background:#999;
	position:absolute;
	left:12px;
	top:12px;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li.on ul li a,
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul li.on a{
	background:#f8f9fa;
	color:#000;
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li.on ul li a:hover,
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul li.on a:hover{
	color:#b3006b
}
.body.sub.pblwrap .lnb .lnb_wrap > ul ul li.on ul li.on a,
.body.sub.pblwrap .lnb .lnb_wrap > ul ul ul li.on a{
	color:#b3006b;
	font-weight:500;
}
/* Scroll to top link */
.btn_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 57px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,0.8);
	border:1px solid #ccc;
	border-right:0;
	border-radius:50px 0 0 50px;
    font-size: 24px;
    color: #000;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.btn_top:hover {
    background-color: #0063b2;
	border:1px solid #0063b2;
	border-right:0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}
.btn_top i {
    line-height: 48px
}

/* MEDIA 1200 */
@media all and (max-width: 1200px) {
	.fixed_header .header_wrap{
		height:135px;
	}
	.header .header_top{
		width:100%;
	}
    .header .side {
		top:-1px;
		right:0;
		margin-right:0;
    }
	.header .header_top .topsns{
		left:3%;
		top:10px;
	}
	.header h1.logo-item{
		width:250px;
		left:3%;
		top:65px;
		margin-left:0;
	}
	.header h1.logo-item img.logopc{
		display:none;
	}
	.header h1.logo-item img.logomb{
		display:block;
	}
	.body .content{
		width:100%;
	}
	.swiper-pagination{
		width:100%;
		left:0;
		top:500px;
		margin-left:0;
		text-align:center;
	}
	.visual.sub{
		background:#bdc6cf url(../img/sub/sub_visual01.gif) center no-repeat
	}
	.visual.sub2{
		background:#bdc6cf url(../img/sub/sub_visual01.gif) center no-repeat
	}
	.visual.sub3{
		background:#bdc6cf url(../img/sub/sub_visual01.gif) center no-repeat
	}
}
/* MEDIA 1024 */
@media all and (max-width: 1024px) {
    body, html {
        min-width: 100%;
    }
    a.btn_top {
        display: none;
    }
    .container {
        min-width: 100%;
    }
	 .header:after, .body:after {
        clear: both;
        content: ''
    }
    .header {
        position: relative;
        z-index: 1000;
        width: 100%;
        height: auto;
        margin: 0 auto;
        zoom: 1;
    }
	.header > h1 {
        float: none;
        margin-right: 0;
        display: block;
    }
	.header h1.logo-item a{
		margin-top:0;
	}
    .header > h1 img {
        padding: 0;
        margin: 0;
		padding-top:25px;
    }
	 .header > .side {
        display: none;
    }
    .header > .custom_area {
	    display:none;
    }
    .search_wrap {
        display: none;
    }
	 .body {
        padding: 0;
    }
    .body.fixed-width {
        width: auto;
        margin: 0
    }
    .content {
        zoom: 1;
    }
    .content:after {
        clear: both;
        content: ''
    }
    .content > :first-child {
        margin-top: 0;
    }
    .body.fixed-width.none .content {
	    width:auto;
    }
    .content img {
        max-width: 100%;
        height: auto
    }
    .body.fixed-width.left .content,
    .body.fixed-width.right .content {
        width: auto;
        float: none;
        min-height: 100%;
        padding: 40px 0;
		margin:50px 0;
    }
    .body .lnb {
        display: none;
    }
    .body .content {
        overflow: hidden;
    }
    .visual {
        box-sizing: border-box;
    }
	.swiper-container > div > div.slide1{
		background: url(../img/slide_img4.png) left -400px top no-repeat !important;
	}
	.swiper-container > div > div.slide2{
		background: url(../img/slide_img5.png) left -400px top no-repeat !important;
	}
	.swiper-container > div > div.slide3{
		background: url(../img/slide_img6.png) left -400px top no-repeat !important;
	}
	.swiper-container > div > div.slide4{
		background: url(../img/slide_img7.png) left -400px top no-repeat !important;
	}
    /* Footer */
    .footer {
		height:auto;
    }
	.footer .footer_wrap{
		width:90%;
		height:200px;
		margin:0 5%;
	}
	.footer .footer_wrap ul li.contact p.opertime{
		top:80px;
	}
    .footer .footer_mobile {
		display: block;
		width:100%;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }
    .footer .footer_mobile li {
        float: left;
        width: 50%;
        border-left: 1px solid #142555;
        box-sizing: border-box;
    }
    .footer .footer_mobile li:first-child {
        border-left: 0;
    }
    .footer .footer_mobile li a {
        display: block;
		font-size:14px;
        line-height: 32px;
        text-align: center;
		background:#2f4480;
		color:#fff;
    }
}
/* MEDIA 880 */
@media all and (max-width: 880px) {
	.footer .footer_wrap ul li.info .info_top h2,
	.footer .footer_wrap ul li.info .info_top p,
	.footer .footer_wrap ul li.contact h3,
	.footer .footer_wrap ul li.contact{
		display:none;
	}
	.footer .footer_wrap ul li.info{
		border-right:0;
		width:100%
	}
}
/* MEDIA 760 */
@media all and (max-width: 760px) {
   .footer .footer_wrap ul.footer_link{
		float:none;
   }
   .footer .footer_wrap ul.contact{
		float:none;
		width:100%;
		height:30px;
   }
    .footer .footer_wrap ul.contact li{
		float:left;
		margin-right:20px;
	}
	.footer .footer_wrap ul.contact li p{
		text-align:left;
		padding-left:36px;
	}
	.footer .footer_wrap .footer_company{
		float:none;
		width:100%;
	}
}
/* MEDIA 600 */
@media all and (max-width: 600px) {
	.footer .footer_wrap ul li.info .info_top{
		width:300px;
		left:50%;
		margin-left:-150px;
		text-align:center;
	}
	.footer .footer_wrap ul li.info .footerlink{
		bottom:30px;
		width:300px;
		right:50%;
		margin-right:-150px;
	}
	.footer .footer_wrap ul li.info .copyright{
		width:300px;
		left:50%;
		margin-left:-150px;
		text-align:center;
	}
}
/* MEDIA 550 */
@media all and (max-width: 550px) {
	.footer .footer_wrap{
		height:200px;
	}
	.footer .footer_wrap ul.footer_link li a{
		font-size:12px;
	}
	.footer .footer_wrap ul.contact li p{
		font-size:16px;
		padding-left:28px;
	}
	.footer .footer_wrap ul.contact li p.tel{
		background:url(../img/tel_icon.png) right 98px top 8px no-repeat
	}
	.footer .footer_wrap ul.contact li p.fax{
		background:url(../img/fax_icon.png) right 98px top 8px no-repeat
	}
}
/* MEDIA 440 */
@media all and (max-width: 440px) {
	.footer .footer_wrap ul li.info .footersns{
		top:100px;
	}
}