@charset "utf-8";

@import url(reset.css);



/* 레이아웃 */

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


#header{

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

#footer{
	height: 100px;
	background-color: rgba(245,245,245,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{
	padding: 7px;
	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%;
	overflow: hidden;
}
#wrap img{
	width: 100%;
}



#g1, #g2{
	margin-bottom: 32px;
}

.top_img{
	margin-bottom: 32px;
}

/* caption */
#wrap.main a{position: relative;

}
#wrap.main a .caption{position: absolute;
	top:25%; left:30%;
	text-decoration: none;
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
}
#wrap.main a .caption em{opacity: 0;
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
}
#wrap.main a .caption p{color:#404040;}
#wrap.main a .caption:hover em{opacity: 1;	}
#wrap.main a img{
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
	-o-transition:all ease 1s;
	transition:all ease 1s;
}
#wrap.main a:hover img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


#wrap.main .text{
	position: absolute;
	bottom:0;
	width: 100%;
	height: 45px;
	background-color: rgba(255,255,255,0.3);
	-webkit-transition:all ease 0.4s;
	-moz-transition:all ease 0.4s;
	-o-transition:all ease 0.4s;
	transition:all ease 0.4s;
}
#wrap.main .text p{
	height: 45px;

	padding-right: 30px;
	text-align: right;
	color:#fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 45px;
}
@media(max-width:480px){
	#wrap.main .text p{font-size:12px;}
}


#wrap.main .text:hover{
	background-color: rgba(128, 128, 128, 0.2);

}


/* contact */
#wrap.contact .container{
	margin-bottom: 20px;
}




/* 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;}


/* contact */
.contact .row .col-sm-5{margin-bottom: 20px;}









div{}
