@charset 'urf-8';
.wrap {
	width:100%;
	overflow:hidden;
}

/*header*/
.header {
	width:100%;
	height:90px;
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	z-index:5000;
}
.header_down {
	width:100%;
	height:90px;
	position:fixed;
	overflow:hidden;
	background-color:#fff;
	z-index:5000;
	animation-duration: 0.5s;
    animation-name: header_down;
}
.header a {
	float:left;
	width:20%;
	line-height:90px;
	margin-left:10%;
}

.header a img {
	width:50%;
	vertical-align:middle;
}
.header_wrap{
	float:right;
	line-height:90px;
	width:40%;
}
.header_wrap div {
	float:left;
	line-height:90px;
	margin-right:4%;
}
.header div a {
	font-size:14px;
	color:#a0a0a0;
	transition:0.5s;
	font-weight:400;
}
.header div a:hover {
	color:#505050;
}
.active_page {
	color:#505050 !important;
	font-weight:400;
	position:relative;
}
.active_page:before {
	 position:absolute; 
	 content:""; 
	 width: 41px; 
	 height:2.5px; 
	 background: #f9a01b; 
	 left:0px; 
	 bottom:25px;
}
.blog{
	width:35px;
	margin-left:3%;
}
.blog a {
	width:35px;
}
.shop {
	width:53px;
}
.shop a {
	width:53px;
}
.blog a img, .shop a img {
	width:100%;
}
.blog a:hover img {
	opacity:0.5;
}
.shop a:hover img {
	opacity:0.5;
}
.mobile_menu {
	width:40px;
	height:40px;
	overflow:hidden;
	margin-top:25px;
	float:right;
	margin-right:10%;
	cursor:pointer;
	display:none;
}
.mobile_menu div {
	width:25px;
	height:2px;
	background-color:#666666;
	margin-top:5px;
	display:block;
}
.mobile_menu div:nth-of-type(1) {
	margin-top:14px;
}
.mobile_side_menu{
	width:100%;
	height:100%;
	overflow:hidden;
	position:fixed;
	top:0px;
	z-index:99999;
	right :-100%;
}
.menu_box {
	width:30%;
	height:100%;
	background-color:#3a3a3a;
	float:right;
	position:relative;
	
}
.menu_box a {
	display:block;
	width:20%;
	margin:0 auto;
	text-align:center;
	margin-top:3vw;
	color:#757576 !important;
	font-size:18px;
	font-weight:200;
}
.menu_box .blog_w, .menu_box .shop_w {
	float:left;
	margin-right:30px;
}
.w_logo {
	width:18%;
	display:block;
	margin:0 auto;
}
#close_side {
	left:-120px;
}


/*con*/
.con_wrap {
	width:100%;
	overflow:hidden;
}
.con_wrap h1,.portfolio h1 {
	color:#686868;
	font-size:30px;
	text-align:center;
	font-weight:600;
	margin-top:3%;
	
}
.con_wrap h2, .portfolio h2 {
	color:#666666;
	font-size:14px;
	text-align:center;
	font-weight:400;
}

.line {
	width:80px;
	height:1px;
	font-size:0;
	display:block;
	margin:1.5% auto;
	background-color:#303030;
}
.con1 {
	width:1450px;
	margin:0 auto;
	margin-top:3%;
}
.con1 li {
	width:350px;
	height:350px;
	background-color:#272727;
	float:left;
	margin-top:30px;
	cursor:pointer;
	transition:0.5s;
	background-color:#505050;
	overflow:hidden;
}
.con1 li img {
	width:100%;
	height:100%;
	transition:0.5s;
}
.con1 li:hover img {
	opacity:0.5;
}
.con1 li:nth-of-type(1){
	margin-left:170px;
	margin-right:30px;
}
.con1 li:nth-of-type(2){
	margin-right:30px;
}
.con1 li:nth-of-type(3){
}


.portfolio {
	width:100%;
	overflow:hidden;
}
.portfolio h1 {
	margin-top:5%;
}
.portfolio h2 {
	margin-bottom:5%;
}
.con_port {
	width:1450px;
	display:block;
	margin:0 auto;
}
.con_port li {
	width:400px;
	height:300px;
	float:left;
	margin-top:30px;
	position:relative;
	transition:0.5;
	background-color:#000;
	cursor:pointer;
}
.con_port li img {
	width:100%;
	height:100%;
}

.con_port li:nth-of-type(1){
	margin-left:92.5px;
	margin-right:32.5px;
}
.con_port li:nth-of-type(2){
	margin-right:32.5px;
}
.con_port li:nth-of-type(4){
	margin-left:92.5px;
	margin-right:32.5px;
}
.con_port li:nth-of-type(5){
	margin-right:32.5px;
}
.port1_text,.port2_text,.port3_text,.port4_text,.port5_text,.port6_text {
	position:absolute;
	color:#fff;
	font-size:12px;
	bottom:10px;
	left:10px;
	display:none;
	font-weight:200;
}

.more {
	width:100px;
	height:50px;
	border:1px solid #272727;
	margin:0 auto;
	cursor:pointer;
	margin-top:5%;
	margin-bottom:5%;
	transition:0.5s;
	display:block;

}
.more span {
	width:100px;
	display:block;
	text-align:center;
	font-size:14px;
	color:#252525;
	line-height:50px;
	font-weight:200;
	transition:0.5s;
}
.more:hover {
	background-color:#f9a01b;
	border:1px solid #fff;
}
.more:hover span {
	color:#fff;
}
.popup,.popup2,.popup3,.popup4,.popup5,.popup6,.popup_pf_1,.popup_pf_2,.popup_pf_3,.popup_pf_4,.popup_pf_5,.popup_pf_6 {
	position:fixed;
	width:100%;
	top:0px;
	z-index:99999;
	display:none;
}
.popup_product_1 {
	width:1000px;
	height:600px;
	z-index:99999;
	display:block;
	margin:0 auto;
	position:relative;
	left:0px;
	top:12vw;
	background-color:#fff;

}
.popup_product_1 p {
	width:700px;
	height:500px;
	position:absolute;
	margin-left:150px;
	margin-top:50px;
}
.popup_product_1 p img {
	width:100%;
	
}
.close,.close_side {
	position:absolute;
	width:100px;
	height:100px;
	cursor:pointer;
	top:10px;
	right:10px;
}
.close div,.close_side div {
	width:50px;
	height:3px;
	background-color:#909090;
	position:absolute;
	top:20px;
	right:0px;
}
.close div:nth-of-type(1),.close_side div:nth-of-type(1){
	transform:rotate(45deg);
}
.close div:nth-of-type(2),.close_side div:nth-of-type(2){
	transform:rotate(-45deg);
}
.close:hover div,.close_side:hover div {
	background-color:#505050;
}
.popup_text {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#333333;
	font-size:16px;
	font-weight:600;
}


.footer {
	width:100%;
	background-color:#2e2e2e;
}
.footer a {
	width:6%;
	display:block;
	margin:0 auto;
	padding-top:2%;
	margin-bottom:1%;
}
.footer a img {
	width:100%;
}
.footer h1 {
	color:#fff;
	text-align:center;
	width:100%;
	font-weight:300;
	font-size:12px;
	line-height:30px;
	padding-bottom:1%;
}

@keyframes header_down {
  from {
    opacity:0;
  }

  to {
    opacity:1;
  }
}
@keyframes fade_b {
  from {
    width:1%;
  }

  to {
    width:100%;
  }
}
@keyframes fade_s {
  from {
    width:100%;
  }

  to {
    width:1%;
  }
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media (min-width:1366px) and (max-width:1500px){

/*header ¹ÝÀÀÇü*/
	.header a img {
		width:13vw;
	}
	.header_wrap{
		margin-right:15%;
	}
	.blog a img, .shop a img {
		width:100%;
	}
	.header_wrap div {
		margin-right:1.5vw;
	}
/*¹Ú½º ¹ÝÀÀÇü*/
	.con_wrap h1,.portfolio h1 {
		font-size:27px;
	}
	.con_wrap h2, .portfolio h2 {
		font-size:12px;

	}
	.con1 {
		width:1300px;
	}
	.con1 li {
		width:300px;
		height:300px;
	}
	.con_port {
		width:1350px;
	}
	.con_port li {
		width:350px;
		height:262.5px;
	}
	.con_port li:nth-of-type(1){
		margin-left:120px;
		margin-right:30px;
	}
	.con_port li:nth-of-type(4){
		margin-left:120px;
		margin-right:30px;
	}
	.popup_product_1 {
		width:1000px;
		height:600px;
		z-index:99999;
		display:block;
		margin:0 auto;
		position:relative;
		left:0px;
		top:10vw;
		background-color:#fff;
	}
	.popup_product_1 p {
		width:700px;
		height:500px;
		position:absolute;
		margin-left:150px;
		margin-top:50px;
	}	



}
@media (min-width:900px) and (max-width:1365px){
/*header ¹ÝÀÀÇü*/
	.header a img {
		width:14vw;
	}
	.header_wrap{
		display:none;
	}
	.mobile_menu {
		display:block;
	}
/*¹Ú½º ¹ÝÀÀÇü*/
	.con_wrap h1,.portfolio h1 {
		font-size:24px;
		margin-bottom:3vw;
	}
	.con_wrap h2, .portfolio h2 {
		font-size:11px;
		margin-top:3vw;
	}
	.con1 {
		width:800px;
	}
	.con1 li {
		width:250px;
		height:250px;
		margin-top:25px;
	}
	.con1 li:nth-of-type(1){
		margin-left:0px;
		margin-right:25px;
	}
	.con1 li:nth-of-type(2){
		margin-right:25px;
	}
	.con_port {
		width:800px;
	}
	.con_port li {
		width:350px;
		height:262.5px;
	}
	.con_port li:nth-of-type(1){
		margin-left:37.5px;
		margin-right:25px;
	}
	.con_port li:nth-of-type(3){
		margin-left:37.5px;
		margin-right:25px;
	}
	.con_port li:nth-of-type(4){
		margin-left:0px;
	}
	.con_port li:nth-of-type(5){
		margin-left:37.5px;
		margin-right:25px;
	}
	.popup_product_1 {
		width:900px;
		height:540px;
		z-index:99999;
		display:block;
		margin:0 auto;
		position:relative;
		left:0px;
		top:9vw;
		background-color:#fff;
	}
	.popup_product_1 p {
		width:600px;
		height:428.5px;
		position:absolute;
		margin-left:150px;
		margin-top:50px;
	}	
	.footer a {
		width:10vw;
	}
	.menu_box a {
		display:block;
		width:30%;
		margin:0 auto;
		text-align:center;
		margin-top:3vw;
		color:#fff;
		font-size:18px;
		font-weight:200;
	}
	.mobile_side_menu_logo {
		width:30% !important;
		margin-top:30% !important;
	}
	.menu_box a img{
		width:100%;
	}
	.menu_box .blog_w, .menu_box .shop_w {
		float:left;
		margin-right:0px;
	}
	.w_logo {
		width:100px;
		display:block;
		margin:0 auto;
	}
	.w_logo a img {
		width:100%;
	}
	.blog_w {
		width:40px !important;
		float:left;
		margin-right:10px !important;
		display:block;
	}
	.shop_w {
		width:50px !important;
		float:left;
	}

	#close_side {
		left:-120px;
	}




}


@media (min-width:300px) and (max-width:899px){
/*header ¹ÝÀÀÇü*/
	.header a img {
		width:25vw;
	}
	.header_wrap{
		display:none;
	}
	.mobile_menu {
		display:block;
	}
/*¹Ú½º ¹ÝÀÀÇü*/
	.con_wrap h1,.portfolio h1 {
		font-size:16px;
		margin-bottom:6vw;
		margin-top:18vw;
	}
	.con_wrap h2, .portfolio h2 {
		font-size:8px;
		margin-top:6vw;
		margin-bottom:14vw;
	}
	.line {
		width:40px;
		margin:0% auto;
	}
	.con1 {
		width:360px;
	}
	.con1 li {
		width:280px;
		height:280px;
		margin-top:25px;
		float:none;
		margin-left:40px;
	}
	.con1 li:nth-of-type(1){
		margin-left:40px;
		margin-right:0px;
		margin-top:0px;
	}
	.con1 li:nth-of-type(2){
		margin-left:40px;
		margin-right:0px;
	}
	.con_port {
		width:360px;
	}
	.con_port li {
		width:300px;
		height:225px;
		margin-left:30px;
	}
	.con_port li:nth-of-type(1){
		margin-left:30px;
		margin-right:0px;
	}
	.con_port li:nth-of-type(3){
		margin-left:30px;
		margin-right:0px;
	}
	.con_port li:nth-of-type(4){
		margin-left:30px;
		margin-right:0px;
	}
	.con_port li:nth-of-type(5){
		margin-left:30px;
		margin-right:0px;
	}
	.popup_product_1 {
		height:35%;
		margin-top:35%;
	}
	.popup_product_1 p img {
		width:100%;
	}


	.footer a {
		width:20vw;
		padding-top:4%;
		margin-bottom:2%;
	}
	.footer h1 {
		padding-bottom:4%;
	}
	.menu_box {
		width:70%;
	}

	.menu_box a {
		display:block;
		width:25vw;
		margin:0 auto;
		text-align:center !important;
		margin-top:8vw;
		color:#fff;
		font-size:18px;
		font-weight:200;
	}
	.mobile_side_menu_logo {
		width:40% !important;
		margin-top:30% !important;
	}
	.menu_box a img{
		width:100%;
	}
	.menu_box .blog_w, .menu_box .shop_w {
		float:left;
		margin-right:0px;
	}
	.w_logo {
		width:100px;
		display:block;
		margin:0 auto;
		margin-top:12%;
	}
	.w_logo a img {
		width:100%;
	}
	.blog_w {
		width:40px !important;
		float:left;
		margin-right:10px !important;
	}
	.shop_w {
		width:50px !important;
		float:left;
		margin-right:0px !important;
	}
	.popup_product_1 {
		width:100%;
		height:71.4%;
		z-index:99999;
		display:block;
		margin:0 auto;
		position:relative;
		left:0px;
		top:10vw;
		background-color:#fff;
	}
	.popup_product_1 p {
		width:100%;
		height:100%;
		position:absolute;
		margin-left:0%;
		margin-top:20%;
		position:relative;
	}	
	#close_side {
		left:-120px;
	}
	.close {
		position:absolute;
		width:100px;
		height:100px;
		cursor:pointer;
		top:20px;
		right:20px;
	}		
	


}