@charset "utf-8";

@import url(reset.css);



/* 레이아웃 */

body{
	background-color: rgba(241,241,241,0.9);
}


#header{

	height: 100px;
	background-color: rgba(241,241,241,0.9);
}

#footer{
	height: 100px;
	background-color: rgba(241,241,241,0.9);
}

/* 개별 */

/* header area start */

#header h1 a{
	width: 70px;
	height: 70px;
	margin: 15px;
	background: url(../images/h_logo.png) center center  no-repeat;

	-webkit-background-size: contain;
	background-size: contain;
}


#header .gnb{
	width: 300px;
	height: 100vh;
	padding: 100px 2% ;

	position: fixed;
	right: -350px;
	top: 0;
	background-color: rgba(241,241,241,0.9);
	z-index: 99;

	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

#header .gnb>ul>li{

	margin: 10px;
	cursor: pointer;
}


#header .gnb ul ul li{
	height: 30px;
	line-height: 30px;
	font-size: 0.7em;
	text-indent: 10px;
	display: none;
}
#header .gnb a:hover{
	color:#77563F;
	text-decoration: none;
}

.gnb_btn{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 9999;
	cursor: pointer;
}
.gnb_btn .icon{
	width: 100%; height: 1px;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 70%;
}

.gnb_btn .icon:before, .gnb_btn .icon:after{
	content:''; display: block;
	width: 100%; height: 1px;
	position: absolute; left: 0;
	background-color: rgba(0,0,0,0.7);
}

.gnb_btn .icon:before{top: 10px;}
.gnb_btn .icon:after{top: -10px;}
.gnb_btn .icon, .gnb_btn .icon:before,
.gnb_btn .icon:after{
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.gnb_btn.btn-act .icon{
	background-color: rgba(0,0,0,0) !important;
}
.gnb_btn.btn-act .icon:before, .gnb_btn.btn-act .icon:after{
	top: 0;	height: 1px;
}
.gnb_btn.btn-act .icon:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gnb_btn.btn-act .icon:after{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.act{
	right: 0 !important;
	/*display: block !important;*/

}


/* wrap area start */
#wrap a{display: block;width:100%;}
/* #wrap img{width: 100%;}
#g1, #g2{margin-bottom: 32px;}
.top_img{margin-bottom: 32px;}


/* sub */

#wrap.sub .row{margin-bottom: 30px;}

#wrap.sub .row>div a{display: block;width: 100%}
#wrap.sub .row>div a img{width: 100%}


/* sub-sub */
.detail .tab-contents .box{
	/* max-width:100%;
	max-height: 90vh; */
	text-align: center;
}
.detail .tab-contents .box img{
	max-width:100% !important;
	max-height: 69vh !important;
	/* max-height: 85vh !important; */
}

.detail .tab-contents{margin-bottom: 30px;}
.detail1 .tab-menu ul{max-width: 133.33333px;margin: auto;}
.detail2 .tab-menu ul{max-width: 266.66666px;margin: auto;}
.detail3 .tab-menu ul{max-width: 400px;margin: auto;}
.detail4 .tab-menu ul{max-width: 533.33333px;margin: auto;}
.detail5 .tab-menu ul{max-width: 666.66666px;margin: auto;}
.detail6 .tab-menu ul{max-width: 800px;margin: auto;}
.detail7 .tab-menu ul{max-width: 933.33333px;margin: auto;}
.detail8 .tab-menu ul{max-width: 1066.6666px;margin: auto;}
.detail9 .tab-menu ul{max-width: 1200px;margin: auto;}
.detail16 .tab-menu ul{max-width: 2000px; margin: auto;}

.detail1 .tab-menu ul li{width:100%;float: left}
.detail2 .tab-menu ul li{width:50%;float: left}
.detail3 .tab-menu ul li{width:33.33333333%;float: left}
.detail4 .tab-menu ul li{width:25%;float: left}
.detail5 .tab-menu ul li{width:20%;float: left}
.detail6 .tab-menu ul li{width:16.666666687%;float: left}
.detail7 .tab-menu ul li{width:14.2857143%;float: left}
.detail8 .tab-menu ul li{width:12.5%;float: left}
.detail9 .tab-menu ul li{width:11.111111%;float: left}
.detail16 .tab-menu ul li{width:6.25%;float: left;}

.detail .tab-menu ul li a{width:100%;float: left;position: relative; }
.detail .tab-menu ul li a img{width:100%;}

.detail .tab-menu ul li a:hover:after{
	content:'';display: block;width: 100%;height: 100%;
	position: absolute;top:0;left:0;
	background-color: rgba(255,255,255,0.5);
}

@media (max-width: 1024px){
	.detail .tab-menu ul li a:hover:after{display: none;}
}


.detail .tab-contents .box{
	display: none;
}
.detail1 .tab-contents .box{
	display: block;
}

.detail .tab-menu ul li a.menu-act:after{
	content:'';display: block;width: 100%;height: 100%;
	position: absolute;top:0;left:0;
	background-color: rgba(255,255,255,0.5);
}

.detail1 .tab-menu ul li a:after{
	content:'';display: block;width: 100%;height: 100%;
	position: absolute;top:0;left:0;
	background-color: rgba(255,255,255,0.5);
}





/* footer */
#footer p{
	height: 100px;
	line-height: 100px;
	text-align: center;

}


/* top_btn */

#footer #top{
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom:30px;
	right:30px;


    border-radius: 50%;
    -webkit-transition:all ease 0.4s;
    -moz-transition:all ease 0.4s;
    -o-transition:all ease 0.4s;
    transition:all ease 0.4s;
    text-decoration: none;
    cursor: pointer;
    z-index: 99999;
}
#footer #top:hover{
	background-color: #f1f1f1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
	box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
}
#footer #top .top_btn{
	display: block;
	width: 13px;
    height: 13px;
    display: block;
    border-top: 1px solid #333;
    border-left: 1px solid #333;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: -6.5px;
    margin-left: -6.5px;
}
#footer #top:hover .top_btn{
    /* border-color: #fff; */
}





@media screen and (max-width: 767px){
	#footer #top{right:15px}

.top_img{margin-bottom: 0;}
#g1, #g2 {margin-bottom: 0;}


.m-margin{margin-bottom: 20px;}
}



/* sub */
@media screen and (max-width: 767px){
	#wrap.sub .row{margin-bottom: 0px;}
	#wrap.sub .row>div{margin-bottom: 20px;}

	#wrap.sub .row>div{padding-left: 10px;padding-right: 10px;}




}









div{}
