/*#hd{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 65px;
    z-index: 9999;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    pointer-events: none;
	padding-bottom:3%;
}

#hd.on{
    height: auto;
    background: rgba(0, 118, 200, 0.9);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
}*/

#logo{
    position: absolute;
    left: 75px;
    top: 57%;
    transform: translate(0,-50%);
    z-index: 9999;
    pointer-events: auto;
}
#logo .logo_w {
	display:none;
}

#hd{
	position:fixed;
	top:0;
	width:100%;
	height:65px;
	z-index:601;
}
.header_back {
	position:fixed;
	top:0px;
	width:100%;
	height:65px;
	z-index:601;
	background:rgba(255, 255, 255, 0.9);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#hd  #gnb {
	position:absolute;
	left:-270px;
	top:0px;
	width:100%;
	height:100%;
}
#hd #gnb > ul {
	width:50%;
	height:100%;
	float:right;
	margin-right:50px;
}
#hd #gnb > ul > li {
	width:16.666%;
	float:left;
	height:100%;
}
#hd #gnb > ul > li > a {
	color:#000;
	line-height:65px;
	height:100%;
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:0.5px;
}
#hd #gnb > ul > li .gnb_2dul_box {
	position:absolute;
	top:65px;
	right:70px;
	overflow:hidden;
	height:200px;
	width:1200px;
	display:none;
}
#hd #gnb > ul > li.benefit .gnb_2dul_box{
    right: 300px;
}

#hd #gnb > ul > li > div ul {
	position:absolute;
	right:0;
	height:100px;
}


#hd #gnb > ul > li:nth-child(1) > div ul{
    left: 0;
}



#hd #gnb ul ul li {
	width:197px;
	height:100px;
	background:#000;
	float:left;
	margin-right:1px;
	/* line-height:100px; */
}
#hd #gnb ul ul li:last-child {
	margin-right:0px;
}
#hd #gnb ul li ul a {
	width:100%;
	height:100%;
	text-align:center;
	display:block;
	font-size:13px;
	color:#fff;
	overflow:hidden;
	position:relative;
	text-transform:uppercase;
}
#hd .img_wrap {
	width:100%;
	height:100%;
	margin-top:0;
	margin-bottom:0;
	background:#000;
}
#hd .img_wrap .img {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	margin:0;
	opacity:0.8;
	transition:all 0.3s;
}
#hd .gnb_1da_span {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
#hd #gnb ul ul li a:hover .img {
	opacity:1;
	transition:all 0.3s;
}

.gnb_1dli.no3.movie .gnb_2dul {
	display:none;
}
#hd #gnb .gnb_3dul {
	display:none !important;
}

#wrap.main #logo .logo_b,
#wrap.main #hd.down #logo .logo_w,
#hd.down #logo .logo_w{
	display:none;
}
#wrap.main .header_back {
	top:-65px;
}
#hd.down .header_back {
	top:0;
}
#wrap.main #logo {
	top:75px;
}
#hd.down #logo {
	top: 57%;
    transform: translate(0,-50%);
}
#wrap.main #logo .logo_w,
#hd.down #logo .logo_b  {
	display:block;
}

#btn-menu{
    position: absolute;
    right: 100px;
    top: 55px;
    z-index: 9999;
    pointer-events: auto;
	display:none;
}
#btn-menu .btn-menu-btn{
	width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#btn-menu .btn-menu-btn .line{
    width: 40px;
    height: 4px;
    background: #fff;
    position: absolute;
	left:50%;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
	transform: translate(-50%, 0px);
}
#hd.on #btn-menu .btn-menu-btn .line {
	background:#fff;
}
#btn-menu .btn-menu-btn .line.no1{
    top: 0px;
	box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#btn-menu .btn-menu-btn .line.no2{
    top:10px;
	box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#btn-menu .btn-menu-btn .line.no3{
    top:20px;
	box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#hd.on #btn-menu .btn-menu-btn .line.no1{
	transform: translate(-50%, 13.5px) rotate(45deg);
	-ms-transform: translate(-50%, 13.5px) rotate(45deg);
	-webkit-transform: translate(-50%, 13.5px) rotate(45deg);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#hd.on #btn-menu .btn-menu-btn .line.no2{
	opacity:0; filter: alpha(opacity=0);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}
#hd.on #btn-menu .btn-menu-btn .line.no3{
	transform: translate(-50%, -6.5px) rotate(-45deg); -ms-transform: translate(-50%, -6.5px) rotate(-45deg);
	-webkit-transform: translate(-50%, -6.5px) rotate(-45deg);
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
}

.naver-m{
    display: none;
}

.naver-item{
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 128px;
}

.naver-item:nth-child(2){
    right: 128px;
}

.naver-item img{
    width: 100%;
}


@media(max-width: 1280px){
	#logo {
		left:45px;
		top:48px;
	}
	#btn-menu {
		right:60px;
		top:20px;
		display:block;
	}
	#hd #gnb {
		top:10%;
		padding:50px;
	}
	.header_back {
		height:100%;
		overflow-y:scroll;
		overflow-x:hidden;
	}
	#hd #gnb > ul {
		width:100%;
		height:auto;
		float:inherit;
		margin-right:0;
	}
	#hd #gnb > ul > li {
		width:100%;
		float:inherit;
		height:100%;
		text-align:center;
		margin-bottom:5%;
	}
	#hd #gnb > ul > li > a {
		height:auto;
	}
	#hd #gnb > ul > li .gnb_2dul_box {
        width: 100%;
		position:inherit;
		display:block !important;
		height:100% !important;
		margin:0 auto;
	}
	#hd #gnb > ul > li > div ul {
		position:inherit;
		height:auto;
	}
	.gnb_1dli.no0 .gnb_2dul_box,
	.gnb_1dli.no5 .gnb_2dul_box{
		width:35.4% !important;
	}
	.gnb_1dli.no1 .gnb_2dul_box {
		width:85.1% !important;
	}
	.gnb_1dli.no4 .gnb_2dul_box {
		width:68.1% !important;
	}

	#hd .header_back {
		opacity:0;
		top:-100% !important;
	}
	#hd.on .header_back {
		opacity:1;
		top:0 !important; 
	}
}

@media(max-width: 1279px){
	#hd{
        overflow: initial;
    }

    #hd,
    #hd:hover{
        height: 80px;
        background: none;
    }

    #logo{
        top: 25px;
        left: 30px;
    }

    #btn-menu{
        top: 40px;
        right: 30px;
    }
	
	.quick_menu {
		right:80px;
		top:20px;
	}

	#hd.on{
        height: 100%;
        overflow: auto;
		margin-top:0px;
    }

    #hd #gnb{
		background: rgba(255, 255, 255, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        z-index: 0;
        padding: 200px 50px;
        text-align: center;
        opacity: 0;
        transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        visibility: collapse;
    }

    #hd.on #gnb{
        visibility: visible;
        opacity: 1;
    }

    #hd #gnb_1dul>li>a{
        text-align: center;
        padding: 0 25px;
    }

    #hd #gnb_1dul>li>a:after{
        display: none;
    }

    #hd #gnb_1dul>li{
        height: 250px;
        width: 25%;
    }

    #hd #gnb_1dul #gnb_2dli.on a{
        color: #ffde00;
        font-weight: bold;
    }

    .naver-item img:nth-child(1){
        display: none;
    }

    .naver-item{
        width: 40px;
    }

    .naver-item img:nth-child(2){
        display: block;
    }

    .naver-m{
        display: block;
    }

    .naver-item-m{
        position: fixed;
        display: block;
        width: 40px;
    }
    .naver-item-m img{
        width: 100%;
    }

    .naver-item-m:nth-child(1){
        right: 8px;
        top: 50px;
    }
    .naver-item-m:nth-child(2){
        width: 35px;
        right: 9px;
        top: 100px;
    }
}

@media(max-width: 1024px) {
	#logo,
	#hd.down #logo {
		top:60px !important;
		left:20px;
	}
	#hd.on #logo .logo_w,
	#hd #logo .logo_w {
		display:none ;
	}
	#hd.on #logo .logo_b {
		display:block;
	}
	#hd.on #btn-menu .btn-menu-btn .line {
		background:#000;
	}

	#hd #gnb {
		padding:100px 50px;
	}
	#hd #gnb ul ul li {
		width:153px;
		height:90px;
	}
	.gnb_1dli.no0 .gnb_2dul_box,
	.gnb_1dli.no5 .gnb_2dul_box{
		width:34.3% !important;
	}
	.gnb_1dli.no1 .gnb_2dul_box {
		width:83.3% !important;
	}
	.gnb_1dli.no4 .gnb_2dul_box {
		width:68.1% !important;
	}
	
    .gnb_1dli.no3.movie .gnb_2dul {
		display:block;
	}
}

@media(max-width: 768px){
   #hd #gnb {
		padding:100px 30px;
	}
	#hd #gnb > ul > li > a {
		padding:0;
		text-align:left;
		font-size:25px;
		margin-bottom:1%;
	}
	#hd #gnb > ul > li .gnb_2dul_box {
		width:100% !important;
	}
	#hd #gnb ul ul li {
		width:49.8%;
		height:140px;
		margin-bottom:1px;
	}

    #logo img{
        width: 180px;
    }

   
}

@media(max-width: 520px){
   #logo, #hd.down #logo {
		top:30px !important;
		left:5px;
   }
    #logo img{
        width: 110px;
    }
	.quick_menu img {
		width:50px;
	}
	#btn-menu {
		top:15px;
		right:15px;
	}
	#hd.on #btn-menu {
		top:12px;
	}
	#btn-menu .btn-menu-btn {
		width:30px;
		height:30px;
	}
	#btn-menu .btn-menu-btn .line {
		width:30px;
		height:2px;
	}
	
	#hd #gnb {
		padding:50px 15px;
	}
	#hd #gnb > ul > li > a {
		font-size:20px;
		margin-bottom:0;
	}
	#hd #gnb ul ul li {
		height:105px;
	}
	#hd #gnb ul ul li:nth-child(2n) {
		margin-right:0;
	}
}
