html,
body {
    height: 100%;
}

html {
    overflow-x: hidden;
}

a {
    color: #000;
}





/* layout */
#header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

#header .top_wrap {
    display: flex;
}
/*
#header .top_wrap .logo,
#header .top_wrap .nav {

    padding-left: 1%;
    padding-right: 1%
}

#header .top_wrap .etc {
    padding-left: 0px;
    padding-right: 0px;
}
*/

#header .top_wrap .logo {
    width: 21%;

}

#header .top_wrap .nav {
    width: 67%;
    justify-content: center;
    align-items: center;

}

#header .top_wrap .etc {
    width: 12%;
    /* text-align: right;
    color: #fff;
    padding-top: 37px;
    font-size: 13px; */

}

 /*#header .top_wrap .etc ul {
    margin-right: 15px;
    border-radius: 0;
    padding: 0;
    min-width: 100px;
    background: #000;
    padding-top: 6px;
    padding-bottom: 6px; 
}*/




#header .top_wrap .etc ul li {
   display:inline-block;
   margin-right:10px;
   margin-top:38px;
   border:0px solid red;
/*    border-bottom: 1px rgb(31, 31, 31) solid;*/
}



#header .top_wrap .etc ul li a {
    padding-top: 15px;
    font-size: 13px;
}





#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li {
    /*    font-size: 13px;*/
    /*    border-bottom: 1px #eee solid;*/
    padding-bottom: 20px;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li:last-child {
    border-bottom: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px #ddd solid;
    float: left;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li:last-child>a {
    border: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.header .inner {
    position: relative;
    width: 100%;
    height: 90px;
    margin: 0 auto;

}

.header .inner:after {
    display: block;
    clear: both;
    content: "";
}

.header h1 {
    padding-top: 20px;
    padding-left: 30px;
}

.header h1 a {
    overflow: hidden;
    display: block;
    height: 54px;
    background: url(../../img/common/logo2.png) 0 0 no-repeat;
    text-indent: -9999px;

}

.header h1 a.indexlogo {

    background: url(../../img/common/logo3.png) 0 0 no-repeat ;

}


.header .gnb_wrap {
    /* position: absolute;
    left: 50%;
    top: 0;
    width: 800px;
    margin-left: -341px; */
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .gnb {
	width:100%;

}


.header .gnb li {
    float: left;
	display:inline-block;
    width: 19.3%;
}

.header .gnb li:nth-child(2) {
    width: 19%;
}
.header .gnb li:nth-child(4) {
    width: 23%;
}

.header .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #fff;
    /*font-family: 'Noto Sans KR', sans-serif;*/
}

.header .gnb:after {
    display: block;
    clear: both;
    content: "";
}

.header .gnb .depth1 {
    position: relative;
}

.header .gnb .depth1>a {
    display: block;
    height: 57px;
    padding: 40px 0 0;
    font-size: 18px;
}

.header .gnb .depth1>a:hover,
.header .gnb .depth1>a:focus,
.header .gnb .depth1.on>a:hover,
.header .gnb .depth1.on>a {
    color: #f192b0 !important;
    text-decoration: none;
}

.header .gnb .depth2 {
    display: none;
}
.header .gnb .depth2 li {
    width:100%;
}

/* header sub */
#header.sub {
    background: #fff;
}

#header.sub:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    content: "";
}

.header.sub h1 a {
    background-position: 0 100%;
}

.header.sub .gnb .depth1>a {
    color: #333;
}

.header.sub .gnb .depth1>a:hover {
    color: #6b9ecc;
}


/*
#header.sub .top_wrap .etc {
    color: #ff6600;
}
*/

/* header_hover */
#header.all {
    height: 430px;
    background: #fff;
    z-index: 1100;
}

#header.all:before {
    position: absolute;
    left: 0;
    top: 95px;
    width: 100%;
    height: 340px;
    background: #f1f1f3;
    content: "";
}

.header.all h1 a {
    background-position: 0 100%;
	background: url(../../img/common/logo2.png) 0 0 no-repeat;
}

.header.all .gnb_wrap {}

.header.all .gnb_wrap .gnb {
    /* overflow: hidden;
    width: 1140px;
    margin: 0 auto;
    text-align: left; */
}

.header.all .gnb_wrap .gnb a {
    color: #666;

}

.header.all .gnb_wrap .gnb a:hover,
.header.all .gnb_wrap .gnb a:focus {
    color: #6b9ecc;
}

.header.all .gnb_wrap .depth1 {
    overflow: hidden;
}

.header.all .gnb_wrap .depth1>a {
    margin-bottom: 70px;
    color: #333;
}

.header.all .gnb_wrap .depth1>a:hover,
.header.all .gnb_wrap .depth1>a:focus {
    color: #ff6600;
}





.header.all .gnb_wrap .depth1.menu1 {
    margin-left: 0;
}

.header.all .gnb_wrap .depth2 {
    display: block;
}

.header.all .gnb_wrap .depth2>li {
    margin-bottom: 12px;
	 position: relative;
}

.header.all .gnb_wrap .depth2>li>a {
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: rgb(87, 87, 87);
   /* font-family: 'Noto Sans KR', sans-serif;*/
    display: inline-block;
    position: relative;
}

.header.all .gnb_wrap .depth2>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #f192b0;
    transition: width .5s ease, background-color .5s ease;


}

.header.all .gnb_wrap .depth2>li>a:hover:before {
    width: 100%;
    background: #f192b0;
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
    color: #f192b0;
}

/* .header.all .gnb_wrap .depth2>li>a:before {
    content: "· "
}

.header.all .gnb_wrap .depth2>li>a:hover {
    text-decoration: none;
} */

/* sticky */
#header.sticky {
    top: -15px
 }

.header.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px #eee solid !important;
    z-index: 99999999999999;
    transition: 1s
  }

.header.sticky h1 {
    /* padding-top: 22px;
    padding-left: 30px;
    width: 120px; */
    
    padding-top: 30px;
}

.header.sticky h1 a {
    overflow: hidden;
    display: block;
    height: 52px;
    background: url(../../img/common/logo2.png) 0 100% no-repeat;
    text-indent: -9999px;
}

.header.sticky .gnb a {
    display: inline-block;
    font-weight: 500;
    line-height: 1em;
    color: #000;
    /*font-family: 'Noto Sans KR', sans-serif;*/
}
.header.sticky .gnb .depth1>a {
    display: block;
    padding: 52px 0 0;
    font-size: 18px;
}

/*스크롤내렸을때 로그인부분*/
.header.sticky .top_wrap .etc {
    margin-top: 10px;
}
.header.sticky .top_wrap .etc ul li a {
    color: #000 !important; 
}






/* header_hover */
.header.sticky.all .gnb_wrap .depth2>li>a {
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: rgb(87, 87, 87);
    /*font-family: 'Noto Sans KR', sans-serif;*/
    display: inline-block;
    position: relative;
}

.header.sticky.all .gnb_wrap .depth2>li>a:hover {
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    color: #f192b0;
}

.header.sticky.all .etc a{
    color: #ff6600;
}


/* sticky end */

.top_right_etc {
    z-index: 99999999999999999999999999999999999999;
    top: 0;
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 40px;
    font-size: 13px;
    color: #fff;
    transition: 0.6s;
 
}
.top_right_etc ul {
    border-radius: 0;
    padding: 0;
    border: 0;
    min-width: 100px;
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border: 1px #ddd solid;
}
.top_right_etc ul li a {
    line-height: 32px;
    font-size:13px;
    color: #000;
    border-bottom: 1px rgb(231, 231, 231) solid;
}
.top_right_etc ul li a:hover {
    background: rgb(241, 241, 241);
}
.top_right_etc.sub {
    color: #000;
}
/* sticky top_right_etc */
.top_right_etc.sticky {
     position: fixed !important;
     color: #000;
     margin-top: 23px;
} 

/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}


/*메뉴3선  위치*/
.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 15px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */



/*  sub layout */
/* 서브비주얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
    margin-top: 50px;
}

.s_visual_wrap .slide {
    position: relative;
    height: 400px;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -50px;
    padding-top: -50px;
    top: -50px;
}

.s_visual_wrap .slide li {
    height: 400px;
    background-position:center  center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
    padding: 0;
    margin: 0;
    top: 0;
}

.s_visual_wrap .slide .content {
    top: 42%;
    position: relative;
    z-index: 1;
    text-align: center;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    /*padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
	text-shadow: 0 0 5px #999; /* X축 이동거리, Y축 이동거리, Blur값, 그림자 색상 지정 */
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    /*font-family: 'NanumSquare', '留묒� 怨좊뵓', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '�뗭�', dotum, sans-serif;*/
    margin-top: 0px;
	text-shadow: 0 0 2px #999; /* X축 이동거리, Y축 이동거리, Blur값, 그림자 색상 지정 */
}

.lnb {
    position:absolute;
	width:1400px; 
	text-align:right;
	font-size:14px;
	left:50%;
	margin-left:-700px;
	z-index:9;
	margin-top:30px;
}
.lnb-home-wrap { 
   display:inline-block;
   color:#000;
   font-size:20px;
   vertical-align:middle;
   margin-right:0px; 
}
.lnb-wrap { 
   display:inline-block;
   vertical-align:middle;
   margin-right:10px; 
   
}


   

	.bo-admin-select-wrap2.active .btn-bo-admin-select2{border-color: #f1f5f9;box-shadow:1px 1px 1px rgba(0, 0, 0, .2);}
	.bo-admin-select-wrap2.active .btn-bo-admin-select2:after{width: 100%;}


	.bo-admin-select-wrap2{display: inline-block;position: relative}

	.more-opt2 {display:none;position:absolute;top:31px;right:0; background:#fff;z-index:999;width: 100%;border:1px solid #f4f4f4;box-shadow:1px 1px 1px rgba(0, 0, 0, .2);}
	.more-opt2 li {border-bottom:1px dotted #dfdfdf;}
	.more-opt2 li:last-child {border-bottom:0}
	.more-opt2 li button{width:100%;border:0;background:#fff;color:#333;text-align: left;padding: 8px;transition:all 0.3s ease-out;}
	.more-opt2 li:hover button {color:#000;background-color: #f1f5f9 !important;}


	.btn-bo-admin-select2{background: #fff;min-width:120px; text-align:left;padding-left: 10px !important;position: relative;padding-right: 30px !important;}
	.btn-bo-admin-select2 span{position: absolute;display: block;right:0;top:50%;width: 28px;height: 28px;background: url(/img/svg/chevron_down.svg) center center no-repeat;transform:translateY(-50%);background-size: 100% 100%;transition:all .3s ease-out;}
	.bo-admin-select-wrap2.active .btn-bo-admin-select2 span{transform:translateY(-50%) rotate(-180deg);}

    /**/



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 서브비주얼 마감 */
/* 서브네비 */
#nav_center {
    border-bottom: 1px #ddd solid;
    display: block;
    position: relative;


}

#nav_center ul {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#nav_center li.init,
#nav_center ul li i {
    display: none;
}

#nav_center ul li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 500;

}

#nav_center ul li a {
    font-size: 19px;
    font-weight: 500;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
}

#nav_center ul li.active a {
    border-bottom: 5px #000 solid;
    font-weight: 600;
    color: #000;

}

#nav_center ul li a:focus,
#nav_center ul li a:hover {
    text-decoration: none;
    color: #000;
}

#nav_center a.javas {
    display: none;
}










@media(min-width:1400px) {
    .container {
        width: 1400px;
		padding:0;
    }

 
}


@media(max-width:1400px) {

#header {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 67px;
	background:#fff;
    transition: .5s height, .2s background;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}

/* 로고*/
	#hd h1 a { 
	position :absolute; top:5px;  left:15px; overflow: hidden; width:150px; height: 48px; background: url(../../img/common/logo2.png) center bottom no-repeat;
	background-size:contain;
	z-index:9999;
    }
    .container {
        width: 100%;
		padding:0;
    }
    .header h1 a.indexlogo { background: url(../../img/common/logo.png) 0 0 no-repeat ; }

  .lnb { width:100%; text-align:right;font-size:14px;left:0;margin-left:0; z-index:9;margin-top:30px; }

}

@media(max-width:1279px) {
    .container {
        width: 100%;
    }
    
	/* 로고*/
	#hd h1 a { 
	position :absolute; top:5px;  left:15px; overflow: hidden; width:150px; height: 48px; background: url(../../img/common/logo2.png) center bottom no-repeat;
	background-size:contain;
	z-index:9999;
    }
    #header .top_wrap .etc ul li {
   display:inline-block;
   margin-right:10px;
   margin-top:0px;
   border:0px solid red;
   }

 .lnb {width:100%; text-align:right;font-size:14px;left:0;margin-left:0; z-index:9;margin-top:30px;}
}



@media(max-width:992px) {
    /* #header .top_wrap .etc ul {
        margin-top: -35px;
    } */
 .lnb { display:none }

.s_visual_wrap .slide .content .lnb a {
    color:#fff;
	font-size:13px;

	}
.s_visual_wrap .slide .content h1 {
    font-size: 44px;
    font-weight: 900;
    color: #fff;
    /*padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
	text-shadow: 0 0 5px #999; /* X축 이동거리, Y축 이동거리, Blur값, 그림자 색상 지정 */
}


#hd h1 a {
	position :absolute;
	top:0px; 
	left:15px;
	overflow: hidden;
	width:150px;
    height: 54px;
    background: url(../../img/common/logo2.png) center bottom no-repeat;
	background-size:contain;
	z-index:9999;
}

}