@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;
}
.header div a:hover {
	color:#505050;
}
.active_page {
	color:#505050 !important;
	font-weight:400;
	position:relative;
	cursor:pointer;
}
.active_page:before {
	 position:absolute; 
	 content:""; 
	 width: 62px; 
	 height:2.5px; 
	 background: #f9a01b; 
	 left:1px; 
	 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;
}

.sub_header {
	width:100%;
	height:50px;
	background-color:#fff;
	position:fixed;
	top:90px;
	z-index:9999;
}
.sub_header_down {
	width:100%;
	height:50px;
	background-color:#fff;
	position:fixed;
	top:90px;
	z-index:9999;
	animation-duration: 0.5s;
    animation-name: header_down;
}

.sub_text_wrap{
	float:right;
	width:520px;
	margin-right:9%;

}
.sub_text_wrap li {
	float:left;
	font-size:14px;
	color:#909090;
	margin-right:50px;
	cursor:pointer;
	line-height:45px;
}
.sub_text_wrap li:nth-of-type(1){
	margin-left:10px;
}
.sub_text_wrap li:nth-of-type(5){
	margin-right:0px;
}
.active_sub_text {
	float:left;
	font-size:16px;
	color:#ff8a00 !important;
	margin-right:3%;
	cursor:pointer;
	line-height:45px;
}
.title_img {
	width:100%;
	height:400px;
	margin-top:140px;
	position:relative;
	background-color:#000;
	background:url('../images/product_img_cover.png') no-repeat center center fixed;
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
	z-index:10;
}
.title_img img {
	position:absolute;
	width:100%;
	opacity:1;
	display:none;
}
.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;
}

.sports,.outdoor,.uniform,.ordermade,.etc {
	width:100%;
	overflow:hidden;


}





.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){
}
.popup,.popup2,.popup3,.popup4,.popup5,.popup6,.popup7,.popup8,.popup9,.popup10,.popup11,.popup12,.popup13,.popup14,.popup15,.popup16,.popup17,.popup18,.popup19,.popup20,.popup21,.popup22,.popup23,.popup24,.popup25,.popup26,.popup27,.popup28,.popup29,.popup30{
	position:fixed;
	width:100%;
	top:0px;
	z-index:9999;
	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;
}
.footer {
	width:100%;
	background-color:#2e2e2e;
	margin-top:5%;
}
.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;
  }
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@¹ÝÀÀÇü ¹Ìµð¾îÄõ¸®@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@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;
	}

	.sub_text_wrap{
		float:right;
		width:520px;
		margin-right:16%;
	}
	.sub_text_wrap li {
		float:left;
		font-size:14px;
		color:#909090;
		margin-right:50px;
		cursor:pointer;
		line-height:45px;
	}
	.sub_text_wrap li:nth-of-type(1){
		margin-left:10px !important;
	}
	.sub_text_wrap li:nth-of-type(5){
		margin-right:0px;
	}

	/*¹Ú½º ¹ÝÀÀÇü*/
	.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;
	}	
	.sub_text_wrap li:nth-of-type(1){
		margin-left:40%;
	}



}

@media (min-width:900px) and (max-width:1365px){
/*header ¹ÝÀÀÇü*/
	.header a img {
		width:14vw;
	}
	.header_wrap{
		display:none;
	}

.sub_text_wrap{
	float:none;
	width:520px;
	margin:0 auto !important;

}
.sub_text_wrap li {
	float:left;
	font-size:14px;
	color:#909090;
	margin-right:50px;
	cursor:pointer;
	line-height:45px;
}
.sub_text_wrap li:nth-of-type(1){
	margin-left:10px !important;
}
.sub_text_wrap li:nth-of-type(5){
	margin-right:0px;
}
















	.mobile_menu {
		display:block;
	}
	.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;
	}
/*¹Ú½º ¹ÝÀÀÇü*/
	.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;
	}


}

@media (min-width:300px) and (max-width:899px){
/*header ¹ÝÀÀÇü*/
	.header a img {
		width:25vw;
	}
	.header_wrap{
		display:none;
	}
	.mobile_menu {
		display:block;
	}
	.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 !important;
		display:block !important;
		margin:0 auto !important;
		margin-top:12% !important;
	}
	.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;
	}
	#close_side {
		left:-120px;
	}
	.close {
		position:absolute;
		width:100px;
		height:100px;
		cursor:pointer;
		top:20px;
		right:20px;
	}	
/*¹Ú½º ¹ÝÀÀÇü*/
	.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%;
	}
	.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;
	}	
	.sub_text_wrap{
		width:320px;
		display:block;
		margin-left:0px;
		margin:0 auto;
		float:none;
	}
	.sub_text_wrap li {
		font-size:10px;
		margin-right:20px;
	}
 	.sub_text_wrap li:nth-of-type(1){
		margin-left:14px;
	}
	.active_sub_text {
		float:left;
		font-size:16px;
		color:#ff8a00 !important;
		margin-right:3%;
		cursor:pointer;
		line-height:45px;
	}
	.title_img {
		width:100%;
		height:30vw;
		margin-top:140px;
		position:relative;
		overflow:hidden;
		background:none;
		-webkit- background-size: none;
		-moz- background-size: none;
		-o- background-size: none;
		background-size: none;
	}	

	.title_img img {
		display:block;
	}

	
}