@charset "utf-8";
:root{
	--s10: 10px;
    --s12: 12px;
    --s16: 16px;
    --s18: 18px;
    --s20: 20px;
    --s25: 25px;
    --s30: 30px;
    --s35: 35px;
    --s40: 40px;
    --s50: 50px;
    --s60: 60px;
    --s80: 80px;
    --s100: 100px;
    --s150: 150px;

    --NeonGreen: #24e89c;
    --NeonGreenB: #009245;
}


/* 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%;
	word-break: keep-all;
}
body, input, textarea, select, button, table {
	font-family: 'Futura PT', sans-serif;
	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;
	color: #000;
}
a:hover, a:active, a:focus {
	text-decoration: none
}
.blind {
	width: 250px;
}
.edge {
	position: absolute;
	top: 12px;
	right: 4px;
	width: 0;
	height: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: transparent transparent #333
}
.clear {
	clear: both
}
.sub .x{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
/* Skip to content */
.skip {
	margin: 0
}
.skip > a {
	display: block;
	overflow: hidden;
	height: 0;
	line-height: 28px;
	text-align: center
}
.skip > a:focus {
	height: auto
}
/* Layout */
.container {
	background-color: #fff
}
 .menu_btn .menu_bar{
	cursor: pointer;
}


.header_bg{display: none; position: fixed; left: 0px; top: 0; right: 0px; bottom: 0px; z-index: 1; background-color: rgba(18, 18, 18, 0.36); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}
.fixed_header .header_wrap{ width: 100%; z-index: 1000; padding: 0; position: fixed; background-color: #fff;}
.fixed_header .header_wrap.on{
	background-color: #fff;
}
/* .fixed_header .header_wrap.on .whitelogo{display: none;}
.fixed_header .header_wrap.on .colorlogo{display: block;} */

.header_wrap.on .menu_btn .menu_bar>div{background-color: #000;}

.whitelogo{display: none;}

/* .fixed_header .header_wrap:hover .whitelogo,
.fixed_header .header_wrap.shrink .whitelogo{display: none;} */

/* .fixed_header .header_wrap:hover .colorlogo,
.fixed_header .header_wrap.shrink .colorlogo{display: block;} */

/* .fixed_header .header_wrap:hover,
.fixed_header .header_wrap.shrink{background-color: #fff;}
.header_wrap.white { background-color:#fff !important; } */
 
.fixed_header .header_wrap ul li.on .depth2 a,
.fixed_header .header_wrap ul li.on .depth2 a{
	/* font-weight: 500;
	color: #223a5e; */
}


.gnb_pc{display: block;}
.gnb_m{display: none;}

.gnb > ul{  
	display:flex;
    justify-content:space-between;
    align-items:center;
}

.menu_button span{display: block; width: 26px; height: 2px; background-color: #fff; border-radius: 1px;}
.menu_button{display: none; flex-direction: column; height: 18px; justify-content: space-between; cursor: pointer;}
.fixed_header .header_wrap:hover .menu_button span,
.fixed_header .header_wrap.shrink .menu_button span{display: block; width: 26px; height: 2px; background-color: #000; border-radius: 1px;}

header .menu_btn>div{
    transition: all 0.2s;
}
header .menu_btn.toggle span:first-child{
    transform: rotate(-45deg) translate(-4.5px, 3px);
}
header .menu_btn.toggle span:nth-child(2){
    opacity: 0;
}
header .menu_btn.toggle span:last-child{
    transform: rotate(45deg) translate(-5px, -4px);
}

.header{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 92%;
	max-width: 1400px;
    margin: 0 auto;
}
.click,
.xi-cog{
	display: none;
}
.visual {
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%
}
.body {
	position: relative;
}
.body.fixed-width {
	margin: 0 auto;
}
.body.fixed-width .latest-price-wrap{
	display: none;
}
.content {
	zoom: 1
}
.content:after {
	display: block;
	clear: both;
	content: ''
}
.content img {
	max-width: 100%;
	height: auto;
}

/* Header */
.header > h1 {
	float: left;
	line-height: 60px;
}
.header > h1 img {
	width: 119px;
	height: 50px;
	vertical-align: middle;
	max-height: 65px;
}
/* Fixed Header */
.main .container.fixed_header {
	padding-top: 100px
}
.fixed_header .header_wrap.shrink .header > h1 {
	padding: 0
}
.fixed_header .header_wrap.shrink .search_area {
	padding: 0 20px
}

.header_wrap.on .calltxtBox b,
.header_wrap.on .calltxtBox a,
.fixed_header .header_wrap:hover .calltxtBox b,
.fixed_header .header_wrap.shrink .calltxtBox b,
.fixed_header .header_wrap:hover .calltxtBox a,
.fixed_header .header_wrap.shrink .calltxtBox a{color: #223a5e !important;}




/* Footer */
.footer .footerFx{
	display: flex;
	padding-bottom: var( --s50);
}
.footer .footerFx .f_info p{
	color: #666;
	margin-bottom: var(--s25);
	padding-right: var(--s10);
	font-weight: 400;
	font-size: var(--s20);
}
.footer .footerFx .f_info span{
	font-size: var(--s16);
}
/* .footer .footerFx .f_info p br{
	display: none;
} */
.footer .footerFx .f_info>a{
	display: inline-block;
	margin-bottom: var(--s30);
}
.footer .footerFx .f_info>a>img{
	width: 163px;
	height: 69px;
}
.footer .footerSnsBox a:not(:last-child){
	margin-right: var(--s16);
}
.footer .footerFx>div i{
	margin-right: var(--s20);
	width: var(--s20);
}
.footer .footerFx ul li:not(:last-child){
	display: flex;
	align-items: center;
}
.footer .footerFx ul li:last-child{
	display: flex;
	align-items: top;
}
.footer .footerFx li:first-child i{
	background: url('../img/pang_img/footerMali.png')no-repeat center / contain;
	height: 18px;
}
.footer .footerFx li:nth-child(2) i{
	background: url('../img/pang_img/footerTel.png')no-repeat center / contain;
	height: 20px;
}
.footer .footerFx li .xi-maker{
	background: url('../img/pang_img/footerMap.png')no-repeat center / contain;
	height: 23px;
}
.footer .footerFx>div:nth-child(2) ul{
	display: flex;
	flex-wrap: wrap;
}
.footer .footerFx>div:nth-child(2) ul li a{
	display: block;
	font-weight: 400;
	color: #666 !important;
}
.footer .footerFx>div:last-child ul li a{
	color: #666;
	font-size: var(--s18);
}
.footer .footerFx>div:last-child ul li:not(:last-child){
	margin-bottom: var(--s20);
}
.footer a:hover, .footer a:focus {
	text-decoration: none;
	}
.footer .f_info_area {
	overflow: hidden;
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
	padding: var(--s50) 0 0;
}
.footer div ul li{
	font-size: var(--s18);
}
.footer div>div:nth-child(2) ul li:not(:last-child){
	margin-bottom: var(--s20);
}
.footer .footerFx>div:nth-child(2) ul li:nth-child(odd){
	width: 40%;
}
.footer .footerFx>div:nth-child(2) ul li:nth-child(even){
	width: 60%;
}


/* button */
.btn_item {
	display: inline-block;
	margin: 35px 0;
	padding: 0 27px;
	height: 50px;
	background-color: #555;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 1px;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.btn_item:hover,
.btn_item:active
.btn_item:focus {
	background-color: #CBA061;
	color: #fff
}
.btn_item + .btn_item {
	margin-left: 10px;
}
.popup_btn {
	background-color: #CBA061;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
.popup_btn:hover {
	background-color: #555;
}
.popup_btn.b-close, .popup_btn.bClose {
	border-radius: 7px 7px 7px 7px;
	box-shadow: none;
	font: bold 131% sans-serif;
	padding: 0 6px 2px;
	position: absolute;
	right: -7px;
	top: -7px;
}


/* Login */
li.two{
	display: none;
}
.gnb .side > ul{
	display: flex;
	align-items: center;
	gap: 20px;
}
.ly_btn02{
	display: inline-flex;
	padding: 0 20px;
	align-items: center;
    justify-content: center;
	background-color: var(--NeonGreenB);
	height: 50px;
	color: #fff !important;
	text-align: center;
	border-radius: 10px;
	font-weight: 600;
	font-size: var(--s20);
}
.ly_btn02 i,
.ly_btn02 img{
	margin-right: 10px;
}
.ly_btn02 i::before{
	content: '';
	display: block;
	width: 19px;
	height: 23px;
	background: url('../img/pang_img/headerloginBf.png')no-repeat center/ contain;
	line-height: 50px;
}
.ly_login ul{
	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: 3;
	z-index: 3
}
.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
}
/* GNB */
.gnb a {
	text-decoration: none;
	white-space: nowrap
}
.gnb > ul .depth2 > li {
	position: relative
}
.gnb > ul .depth2 a:hover,
.gnb > ul .depth2 a:active,
.gnb > ul .depth2 a:focus,
.gnb > ul .depth2 > li.on > a {
	color: #223a5e
}
.gnb > ul .depth3 {
	display: none;
	position: absolute;
	top: -8px;
	left: 100%;
	z-index: 2;
	padding: 8px 0;
	background-color: #333
}
.gnb > ul .depth2 > li.more > a:after {
	position: absolute;
	right: 20px;
	content: '>'
}
/* VISUAL */
.visual.sub {
	position: relative;
	height: 450px;
	line-height: 30px;
}
.visual.sub .sub_title {
	position: relative;
	z-index: 2;
	width: 92%;
	max-width: 1400px;
	position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.visual.sub .sub_title h1 {
	position: relative;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
	padding-left: 2%;
}
.visual.sub .sub_title h1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.8%;
    height: 100%;
    background-color: #fff;
    content: '';
}
.visual.sub .bg_img {
	/*display: none;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover
}
.visual.sub.sub_type2 {
	padding: 70px 0
}
.visual.sub.sub_type2 .bg_img {
	display: block
}
.visual.sub.sub_type2 .sub_title h1 {
	color: #fff;
	font-weight: 400;
	font-size: 23px;
	letter-spacing: 1px
}
.visual.sub.sub_type2 .sub_title h1:after,
.visual.sub.sub_type3 .sub_title h1:after {
	background: none
}
.visual.sub.sub_type3 {
	padding: 250px 0 210px;
	line-height: 40px;
	text-align: center
}
.visual.sub.sub_type3 .bg_img {
	display: block;
	background-attachment: fixed;
	background-size: auto auto
}
.visual.sub.sub_type3 .sub_title h1 {
	font-size: 39px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px
}
/* LNB */
.body.fixed-width .lnb > ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 40px 0 0
}
.body.fixed-width .lnb > ul > li {
	margin-bottom: 40px
}
.body.fixed-width .lnb > ul > li > a,
.body.fixed-width .lnb > ul > li > span {
	display: block;
	line-height: 21px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #444
}
.body.fixed-width .lnb ul ul li.on a {
	color: #cda25a
}
.body.fixed-width .lnb ul ul a {
	display: block;
	padding: 10px 0px 10px 20px;
	font-size: 14px;
	line-height: 20px;
	color: #888;
	text-decoration: none
}
.body.fixed-width .lnb ul ul a:hover,
.body.fixed-width .lnb ul ul a:focus,
.body.fixed-width .lnb ul ul a:active {
	color: #cda25a
}
.body.fixed-width .lnb img {
	vertical-align: top
}
.body.fixed-width.left .lnb,
.body.fixed-width.right .lnb {
	float: left;
	width: 260px;
	padding: 0 0 16px
}
.body.fixed-width.left .content,
.body.fixed-width.right .content {
	width: 100%;
	min-height: 400px;
}
.body.fixed-width.none .lnb {
	display: none
}


/* Scroll to top link */
.quickToggle>img{
		width: 30px;
		filter: brightness(0) invert(1);
	}
	.quickMenu{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15%;
        top: auto;
        width: 92%;
	    z-index: 100;
    }
    .quickToggle{
        display:flex;
        align-items:center;
        justify-content:center;
        width:65px;
        height:65px;
        border:none;
        border-radius:50%;
        background:var(--NeonGreenB);
        cursor:pointer;
        box-shadow:0 5px 15px rgba(0,0,0,.15);
		position: absolute;
        right: 0;
    }
    .quickMenu ul{
        position:absolute;
        right:0;
        bottom: 30px;
        opacity:0;
        visibility:hidden;
        transform:translateY(10px);
        transition:.3s;
    }
    .quickMenu.active ul{
        opacity:1;
        visibility:visible;
        transform:translateY(0);
    }
	.quickMenu li:first-child img{
        filter: brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(1352%) hue-rotate(121deg) brightness(96%) contrast(101%);
	}
    .quickMenu li a{
        width: 50px;
        height: 70px;
    }
    .quickMenu li img{
        max-width:28px;
        margin-bottom:6px;
    }
    .quickMenu li span{
        font-size:9px;
    }
.quickMenu ul{
    overflow:hidden;
    border-radius:50px;
    background:rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgb(69 139 68 / 12%);
}
.quickMenu li{
    position:relative;
}
.quickMenu li:not(:last-child)::after{
    content:'';
    position:absolute;
    left:15px;
    right:15px;
    bottom:0;
    height:1px;
    background:var(--NeonGreenB);
}
.quickMenu li a{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:70px;
    height:90px;
    text-decoration:none;
}
.quickMenu li img{
    display:block;
    margin-bottom:8px;
}
.quickMenu li span{
    color:#222;
    font-weight:600;
    line-height:1;
    font-size:10px;
}
.quickMenu .topBtn img{
    margin-bottom:6px;
 }

.btn_top {
	display: none;
	/* position: fixed;
	right: 0;
	bottom: 57px;
	z-index: 1000;
	width: 48px;
	height: 48px;
	background-color: #555;
	font-size: 24px;
	color: #fff;
	text-align: center;
	opacity: 0.8;
	filter: alpha(opacity=80) */
}
.swiper-container > div > div {
	display: table;
	height: 600px;
	color: #fff;
	background-size: cover;
}
.swiper-container > div > div > div {
	display: table-cell;
	vertical-align: middle;
}
.swiper-container > div > div > div > div {
	width: 1200px;
	margin: 0 auto;
}
.swiper-container h1 {
	font-weight: 700;
	margin: 0 0 19px 0;
	font-size: 60px;
	line-height: 70px;
	text-decoration: none;
}
.swiper-container p {
	font-size: 20px;
	line-height: 22px;
}
.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: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.6;
	margin: 0 3px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
	opacity: 1;
}
/* .language select{
	border: none;
	font-weight: 500;
	font-size: 18px;
	} */
	.gnb .side{
		overflow:visible !important;
	}

	.gnb .side ul{
		overflow:visible !important;
	}
	
	.language{
		position:relative;
	}
	
	.language .lang_btn{
	    display: flex;
        align-items: center;
		border:0;
		background:none;
		font-weight:600;
		cursor:pointer;
		font-size:18px;
	}
	.language .lang_btn::after{
		content: '';
		display: inline-block;
		background: url('../img/pang_img/headerbtm.png');
		width: 15px;
		height: 9px;
		margin-left: 3px;
	}
	
	.language .lang_list{
		display: none;
		position:absolute;
		top: 36px;
		left: 50%;
		transform: translateX(-50%);
		width:260px;
		padding:15px 0;
		background:#fff;
		border-radius:16px;
		box-shadow:0 10px 30px rgba(0,0,0,.12);
		transition:.3s;
		z-index:1000;
		cursor: pointer;
}

.language.active .lang_list{
	display: block;
	visibility:visible;
	pointer-events:auto;
}

.language .lang_list li a{
	display:flex;
	align-items:center;
	gap:12px;
	padding:14px 20px;
	color:#222;
	font-weight:600;
	text-decoration:none;
	font-size:18px;
}
.language .lang_list img{
	width:22px;
	height:22px;
	border-radius:50%;
}



@media all and (max-width: 767px) {
	.logo_pc{
        display:none;
    }
    .logo_mo{
        display:block;
    }
	.language.active .lang_list{
		top: 30px;
		left: 0;
        transform: none;
		border: 1px solid var(--NeonGreenB);
	}
	.language .lang_list li a{
		padding: 10px;
	}
	.gnb .side > ul{
		    justify-content: space-between;
	}
	.quickToggle{
		width: 50px;
		height: 50px;
	}
	.quickMenu li a{
	    width: 60px;
        height: 90px;
	}
	.gnb > ul{
        display:none;
        flex-direction:column;
    }
	#content{padding-top: 60px;}
	.header{
		width: 92%;
        height: 60px;
    }
	.header > h1{
		padding: 0;
	}
	.header > h1 img {
		width: 90px;
	}
    header>div,
	.sub01_con02{
        width: 95%;
    }
	header>div h1{
        padding: 25px 0;
    }
    .common{
        width: 95%;
    }
	.fixed_header .header_wrap .gnb>ul>li.active ul{
		display: block;
	}
	.fixed_header .header_wrap .gnb>ul>li.active>a{
		color: #223a5e !important;
		font-weight: 800;
	}
    .menu_btn .menu_bar{
        display: block;
        position: relative;
        width: 60px;
        height: 60px;
    }
	header #gnb{
		order: 2;
	}
	
    .menu_btn .menu_bar>div{
        position: absolute;
        display: inline-block;
        background-color: #000;
        width: 20px;
        height: 2px;
        transform: translateY(-50%);
    }
    .menu_btn .menu_bar>div:first-child{
		top: 24px;
        right: 0;
    }
    .menu_btn .menu_bar>div:nth-child(2){
        top: 50%;
        right: 0;
    }
    .menu_btn .menu_bar>div:last-child{
        top: 36px;
        right: 0;
    }
	.gnb .menu_btn.opened .menu_bar div.btn1 {
        top: 30px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gnb .menu_btn.opened .menu_bar div.btn2 {
        top: 40px;
        display: none;
    }
    .gnb .menu_btn.opened .menu_bar div.btn3 {
        top: 30px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	/* header 햄버거바 */
	.fixed_header .gnb ul li a{color: #000;}
	.gnb>ul{
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
    }
    .fixed_header .gnb >ul{
        justify-content:center;
        align-items:center;
        width: 100%;
        background-color: #fff;
		border-top: 2px solid var(--NeonGreenB);
		border-bottom: 1px solid var(--NeonGreenB);
        padding: 30px 15px;
        box-sizing: border-box
    }
    .fixed_header .gnb>ul>li{
		position: relative;
		width: 100%;
        margin-bottom: 50px;
        font-weight: 700;
		font-size: 18px;
    }
	.fixed_header .gnb>ul>li a{
		color: #223a5e;
	}
	.fixed_header .gnb > ul > li.has-sub::after{
        background: url('../img/pang_img/gray.png') no-repeat right / contain;
        content: '';
        display: inline-block;
        width: 14px;
        height: 9px;
        position: absolute;
        top: 5px;
        right: 0;
        transition: transform 0.2s ;
    }
	.fixed_header .gnb > ul > li::after{
		content:'';
		background: transparent;
	}
	.fixed_header .gnb>ul>li.active::after{
        transform: rotate(-180deg);
    }
	.fixed_header .gnb>ul>li>a{
		display: block;
		position: relative;
		color: #000 !important;
		font-weight: 600;
		font-size: 18px;
	}
	.fixed_header .gnb>ul>li>a+ul>li{
		display: block; 
		color: #000 !important; 
		font-weight: 500;
		font-size: 14px;
	}
	.gnb > ul .depth2 > li:not(:last-child){
		margin-bottom: 15px;
	}
	
	/* header 햄버거바 */
	/* header Fin */
	.footer .footerFx {
		flex-wrap: wrap;
	}
	.footer .footerFx>div {
		width: 100%;
	}
	.footer .f_info_area{
		padding: var(--s30) 0 0;
	}
	.footer .footerFx>div:not(:last-child){
		margin-bottom: var(--s30);
	}
	.footer h3{
		display: flex;
		align-items: flex-end;
		margin-bottom: var(--s30);
		color: var(--NeonGreenB);
		font-weight: 700;
		font-size: var(--s25);
	}
	.footer .footerFx .f_info>a>img{
		width: 130px;
	}
	/* footer Fin */
}

@media screen and (min-width: 768px) and (max-width: 1279px){
		.logo_mo{
    display:none;
}
.colorlogo{display: block;}
	.language.active .lang_list{
		top: 30px;
		left: 0;
        transform: none;
		border: 1px solid var(--NeonGreenB);
	}
	.language .lang_list li a{
		padding: 10px;
	}
	.gnb .side > ul{
		    justify-content: space-between;
	}
	#content{padding-top: 80px;}
	.header{
		width: 92%;
        height: 80px;
    }
	.header > h1{
		padding: 0;
	}
    header>div,
	.sub01_con02{
        width: 95%;
    }
	header>div h1{
        padding: 25px 0;
    }
    .common{
        width: 95%;
    }
	.fixed_header .header_wrap .gnb>ul>li.active ul{
		display: block;
	}
	.fixed_header .header_wrap .gnb>ul>li.active>a{
		color: #223a5e !important;
		font-weight: 800;
	}
    .menu_btn .menu_bar{
        display: block;
        position: relative;
        width: 80px;
        height: 80px;
    }
	header #gnb{
		order: 2;
	}
    .menu_btn .menu_bar>div{
        position: absolute;
        display: inline-block;
        background-color: #000;
        width: 20px;
        height: 2px;
        transform: translateY(-50%);
    }
    .menu_btn .menu_bar>div:first-child{
        top: 34px;
        right: 0;
    }
    .menu_btn .menu_bar>div:nth-child(2){
        top: 50%;
        right: 0;
    }
    .menu_btn .menu_bar>div:last-child{
        top: 46px;
        right: 0;
    }
	.gnb .menu_btn.opened .menu_bar div.btn1 {
        top: 40px;
        width: 20px;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gnb .menu_btn.opened .menu_bar div.btn2 {
        top: 40px;
        display: none;
    }
    .gnb .menu_btn.opened .menu_bar div.btn3 {
        top: 40px;
        width: 20px;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
	/* header 햄버거바 */
	.fixed_header .gnb ul li a{color: #000;}
	.footer .footerFx {
		flex-wrap: wrap;
	}
	.footer .footerFx>div{
        width: 100%;
	}
	.gnb>ul{
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
    }
    .fixed_header .gnb >ul{
		flex-wrap: wrap;
        justify-content:center;
        align-items:center;
        width: 100%;
        background-color: #fff;
		border-top: 2px solid var(--NeonGreenB);
		border-bottom: 1px solid var(--NeonGreenB);
        padding: 50px 30px;
        box-sizing: border-box
    }
    .fixed_header .gnb>ul>li{
		position: relative;
		width: 100%;
        margin-bottom: 50px;
        font-weight: 700;
		font-size: 18px;
    }
	.fixed_header .gnb>ul>li a{
		color: #223a5e;
	}
	.fixed_header .gnb > ul > li.has-sub::after{
        background: url('../img/pang_img/gray.png') no-repeat right / contain;
        content: '';
        display: inline-block;
        width: 14px;
        height: 9px;
        position: absolute;
        top: 5px;
        right: 0;
        transition: transform 0.2s ;
    }
	.fixed_header .gnb > ul > li::after{
		content:'';
		background: transparent;
	}
	.fixed_header .gnb>ul>li.active::after{
        transform: rotate(-180deg);
    }
	.fixed_header .gnb>ul>li>a{
		display: block;
		position: relative;
		color: #000 !important;
		font-weight: 600;
		font-size: 18px;
	}
	.fixed_header .gnb>ul>li>a+ul>li{
		display: block; 
		color: #000 !important; 
		font-weight: 500;
		font-size: 14px;
	}
	.gnb > ul .depth2 > li:not(:last-child){
		margin-bottom: 15px;
	}

	/* header Fin */
	.footer .footerFx {
		flex-wrap: wrap;
	}
	.footer .footerFx>div {
		width: 100%;
	}
	.footer .f_info_area{
		padding: var(--s30) 0 0;
	}
	.footer .footerFx>div:not(:last-child){
		margin-bottom: var(--s30);
	}
	.footer h3{
		display: flex;
		align-items: flex-end;
		margin-bottom: var(--s30);
		color: var(--NeonGreenB);
		font-weight: 700;
		font-size: var(--s25);
	}
	.footer .footerFx .f_info>a>img{
		width: 130px;
	}
	/* footer Fin */
}
/* 태블릿 */

@media screen and (min-width:1280px){
	#content{padding-top: 80px;}
	.gnb {
		float: right;
		position: relative;
		z-index: 1;
		height: 100%;
		flex:1;
		position:relative;
	}
	.gnb > ul > li {
		float: left;
		position: relative;
		text-align: left
	}
	.gnb > ul > li > a { display: block; color: #000 !important; text-align: center; font-weight: 600; font-size: var(--s18); line-height: var(--s80);}	
	.gnb > ul > li:not(:first-child){ margin-left: 1.303vw;}
	.gnb > ul .depth2 {
		display: none;
		position: absolute;
		width: 150px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		padding: 30px;
		background-color: #fff;
	}
	.gnb > ul > li:hover .depth2{
		display: block;
        width: 150px;
	}
	.gnb > ul .depth2:after {
		position: absolute;
		top: -3px;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #223a5e;
		content: ''
	}
	.gnb > ul .depth2 a {
		display: block;
		position: relative;
		text-align: center;
		font-weight: 600;
		font-size: 18px;
	}
	.gnb > ul .depth2 > li:not(:last-child){
		margin-bottom: 30px;
	}
	.fixed_header .gnb ul li a{color: #000;}
	.footer .footerFx>div{
        width: 100%;
	}
	.header{
		display:flex;
	}
	.logo-item{
		width:230px;
	}
	.gnb{
		flex:1;
		text-align:center;
	}
		
.footer .footerFx>div:first-child{
	width: 35%;
}
.footer .footerFx>div:nth-child(2){
	width: 35%;
}
.footer .footerFx>div:last-child{
	width: 30%;
}
	.footer h3{
		display: flex;
		align-items: flex-end;
		margin-bottom: var(--s30);
		color: var(--NeonGreenB);
		font-weight: 700;
		font-size: var(--s25);
	}
	.logo_mo{
    display:none;
}

.colorlogo{display: block;}
}
/* pc */