@charset "UTF-8";

/* Custom CSS */
.wrapper .account_bar {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 70px;
	z-index: 900;
	width: 1px;
	height: 0;
	background-color: #000;
}
.wrapper .account_bar.active {
	opacity: 1;
}
#page0 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.upper {
	position: absolute;
	z-index: 100;
	top: 70px;
	left: 70px;
	right: 60px;
	height: 100%;
}
.logo {
	float: left;
}
.logo_line .to_top {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 0;
	background-color: #000;
}
.logo_line .to_top.active {
	height: 100%;
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.logo_line .to_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #000;
}
.logo_line .to_left.active {
	width: 110%;
	-webkit-transition: width 0.8s;
	transition: width 0.8s;
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}
.menu_btn {
	opacity: 0;
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: 1010;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.menu_btn.active {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
	opacity: 1;
}
.menu_btn.activeMobile {
	opacity: 1;
}
.menu_bar {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.menu_bar .bar_line1, .bar_line2 {
	display: block;
	position: absolute;
	top: 8px;
	left: 60px;
	width: 25px;
	height: 3px;
	background-color: #000;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
.menu_bar .bar_line2 {
	top: 18px;
}
.menu_bar.active .bar_line1 {
	top: 6px;
}
.menu_bar.active .bar_line2 {
	top: 22px;
}
.menu_bar.on .bar_line1 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 15px 5px;
	transform-origin: 15px 5px;
}
.menu_bar.on .bar_line2 {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 15px 5px;
	transform-origin: 20px -4px;
}
.menu_popup {
	opacity: 0;
	position: relative;
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #eaeaea;
	-webkit-transform: translate(-1900px, 950px);
	-ms-transform: translate(-1900px, 950px);
	transform: translate(-1900px, 950px);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.menu_popup.open {
	opacity: 1;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.menu_popup.close {
	opacity: 0;
	-webkit-transform: translate(-1900px, 950px);
	transform: translate(-1900px, 950px);
}
.menu_wrap {
	position: absolute;
	top: calc((100% - 600px)/2);
	left: calc((100vw - 1270px)/2);
	width: 1270px;
	height: 600px;
}
.menu_wrap img {
	float: left;
	height: 600px;
}
.menu {
	float: right;
}
.menu > li > a {
	display: block;
	padding-top: 20px;
	font-size: 2.125rem;
	font-weight: 700;
}
.menu > li:first-child > a {
	padding-top: 0;
}
.menu .main_wrap {
	position: relative;
}
.menu .main_wrap .num {
	padding-right: 20px;
	font-weight: 400;
}
.menu .main_wrap::after {
	display: none;
	content: '';
	position: absolute;
	top: 25px;
	left: -12px;
	width: 115%;
	height: 4px;
	background-color: #f90;
}
.menu > li:hover .main_wrap::after,
.menu > li a:focus .main_wrap::after,
.menu > li.active .main_wrap::after {
	display: block;
}
.menu .sub_menu li {
	display: inline-block;
}
.menu .sub_menu li:first-child {
	margin-left: 70px;
}
.menu .sub_menu a {
	display: block;
	padding: 5px 10px;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: capitalize;
}
.menu .sub_menu .sub_wrap {
	position: relative;
}
.menu .sub_menu .sub_wrap::after {
	display: none;
	content: '';
	position: absolute;
	top: 14px;
	left: -10px;
	width: 120%;
	height: 3px;
	background-color: #0f9;
}
.menu .sub_menu li:hover .sub_wrap::after,
.menu .sub_menu a:focus .sub_wrap::after {
	display: block;
}
.info {
	float: left;
	margin: 56px 0 0 100px;
	font-size: 0.6875rem;
}
.info li {
	display: inline-block;
}
.info a {
	display: block;
	position: relative;
	padding: 14px 20px 0 30px;
	font-size: 0.8125rem;
	font-weight: 500;
}
.info a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 7px;
	left: 4px;
	width: 16px;
	height: 2px;
	background-color: #000;
}
.info li:hover a::after,
.info li a:focus::after {
	background-color: #ff6c00;
}
.keyvisual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}
.keyvisual li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2560px;
	margin-left: -1280px;
	text-align: center;
	-WebKit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.keyvisual li img {
	width: 104%;
}
.keyvisual li.current {
	opacity: 1;
}
.keyvisual_txt li {
	opacity: 0;
}
.keyvisual_txt p {
	display: block;
	position: relative;
	position: absolute;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.125rem;
	text-align: right;
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.keyvisual_txt p::before,
.keyvisual_txt p::after {
	display: block;
	content: '';
	position: absolute;
	background-color: #fff;
	-webkit-transform:translateY(-100px);
	-ms-transform: translateY(-100px);
	transform:translateY(-100px);
	-webkit-transition: all 0.9s;
	transition: all 0.9s;
}
.keyvisual_txt .key_txt1 .txt1 {
	top: 30%;
	left: 28%;
	font-size: 3.25rem;
}
.keyvisual_txt .key_txt1 .txt1::before {
	top: -16%;
	right: 3%;
	width: 90%;
	height: 0.5625rem;
}
.keyvisual_txt .key_txt1 .txt1::after {
	bottom: -16%;
	right: 3%;
	width: 90%;
	height: 0.5625rem;
}
.keyvisual_txt .key_txt2 .txt1 {
	top: 18%;
	right: 14%;
	font-size: 8.125rem;
}
.keyvisual_txt .key_txt2 .txt1::before {
	top: 60%;
	right: -3%;
	width: 106%;
	height: 0.375rem;
	background-color: #00fff0;
}
.keyvisual_txt .key_txt2 .txt2 {
	bottom: 24%;
	left: 12%;
	font-size: 6.875rem;
}
.keyvisual_txt .key_txt2 .txt2::before {
	bottom: 20%;
	right: -3%;
	width: 103%;
	background-color: #ff6c00;
}
.keyvisual_txt .key_txt3 .txt1 {
	top: 16%;
	left: 15%;
	font-size: 6.875rem;
}
.keyvisual_txt .key_txt3 .txt1::before {
	top: 50%;
	right: 2%;
	width: 100%;
	height: 0.25rem;
	background-color: #00fff0;
}
.keyvisual_txt .key_txt3 .txt2 {
	bottom: 20%;
	right: 10%;
	font-size: 8.125rem;
}
.keyvisual_txt .key_txt3 .txt2::before {
	top: 20%;
	right: -2%;
	width: 57%;
	height: 0.375rem;
	background-color: #ff007e;
}
.keyvisual_txt .key_txt4 .txt1 {
	top: -2%;
	right: 0%;
	font-size: 8.125rem;
}
.keyvisual_txt .key_txt4 .txt1::before {
	top: 14%;
	right: -2%;
	width: 104%;
	height: 0.5625rem;
	background-color: #fff;
}
.keyvisual_txt .key_txt4 .txt1::after {
	bottom: 10%;
	right: -1%;
	width: 66%;
	height: 0.5625rem;
	background-color: #fff;
}
.keyvisual_txt li.current {
	opacity: 1;
}
.keyvisual_txt li.current p {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.keyvisual_txt li.current p::before,
.keyvisual_txt li.current p::after {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.pagination {
	position: absolute;
	right: 16%;
	bottom: 10%;
	z-index: 120;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	display: block;
	width: 30px;
	height: 5px;
	margin-left: 10px;
	background-color: #fff;
	text-indent: -9999px;
	-webkit-transition: linear 0.6s;
	transition: linear 0.6s;
}
.pagination li.current a {
	width: 60px;
	background-color: #ff6c00;
}
.controller {
	position: fixed;
	left: 67px;
	top: calc((95% - 150px)/2);
	z-index: 910;
}
.controller li a {
	display: block;
	position: relative;
	width: 7px;
	height: 7px;
	margin-top: 45px;
	background-color: #000;
	text-indent: -9999px;
}
.controller li:first-child a {
	margin-top: 0;
}
.controller li a::before {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	width: 9px;
	height: 9px;
	border: 1px solid #000;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}
.controller li a::after {
	display: block;
	content: '';
	position: absolute;
	top: 7px;
	left: 3px;
	width: 1px;
	height: 45px;
	background-color: #000;
}
.controller li:last-child a::after {
	display: none;
}
.controller li a.on {
	background-color: #ff6c00;
}
.controller li a.on::before {
	opacity: 1;
	border: 1px solid #ff6c00;
}
.page1_wrap {
	background: url(../images/background_lookbook.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.page1_wrap.active {
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transition: -webkit-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
}
.page1_inner {
	width: 1100px;
	height: 100vh;
	margin: 0 auto;
}
.looklink {
	position: relative;
	float: left;
	margin-top: calc((100vh - 536px)/2);
}
.title_box {
	position: relative;
	width: 320px;
	height: 320px;
	padding: 30px;
}
.title_box h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}
.title_box .box_bottom,
.title_box .box_top {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 8px;
	background-color: #fff;
	-webkit-transition: width 0.8s;
	transition: width 0.8s;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.title_box .box_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 8px;
	height: 0;
	background-color: #fff;
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.title_box .box_top {
	top: 0;
	left: 0;
	-webkit-transition: width 0.8s;
	transition: width 0.8s;
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}
.title_box .box_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 0;
	background-color: #fff;
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}
.title_box_desc {
	margin-top: 30px;
	margin-left: 170px;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.0625rem;
	text-transform: uppercase;
}
.sub_box {
	position: relative;
	position: absolute;
	width: 140px;
	height: 70px;
	right: 0;
	bottom: -170px;
}
.sub_box a {
	display: block;
	position: relative;
	width: 140px;
	height: 70px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 70px;
}
.sub_box a:hover,
.sub_box a:focus {
	background-color: rgba(255, 255, 255, 0.3);
}
.sub_box .box_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 4px;
	height: 0;
	background-color: #fff;
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}
.sub_box .box_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 4px;
	background-color: #fff;
	-webkit-transition: linear 0.8s;
	transition: linear 0.8s;
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}
.sub_box .box_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 0;
	background-color: #fff;
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	-webkit-transition-delay: 5.2s;
	transition-delay: 5.2s;
}
.sub_box .box_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-color: #fff;
	-webkit-transition: width 0.8s;
	transition: width 0.8s;
	-webkit-transition-delay: 6.0s;
	transition-delay: 6.0s;
}
.box_bottom.active,
.box_top.active {
	width: 100%;
}
.box_left.active,
.box_right.active {
	height: 100%;
}
.looklist {
	float: right;
	margin-top: calc((100vh - 810px)/2);
}
.looklist li {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 250px;
	margin-bottom: 30px;
}
.looklist li:nth-child(2){
}
.looklist li:nth-child(3){
	margin-bottom: 0;
}
.looklist li img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.looklist li a {
	width: 100%;
	height: 100%;
}
.looklist li a::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(252, 220, 100, 0.8);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.looklist li:nth-child(2) a::after {
	background-color:rgba(184, 222, 137, 0.8);
}
.looklist li:nth-child(3) a::after {
	background-color:rgba(16, 109, 191, 0.8);
}
.looklist .looklist_txt {
	opacity: 0;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100;
	width: 100%;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	text-align: center;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.looklist .looklist_txt::before {
	display: block;
	content: 'Look More';
	position: absolute;
	top: 90px;
	left: 125px;
	width: 100px;
	height: 45px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 0.875rem;
	line-height: 45px;
}
.looklist li:hover .looklist_txt,
.looklist li a:focus .looklist_txt {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.looklist li:hover a::after,
.looklist li a:focus::after {
	opacity: 1;
}
#page2 {
	position: relative;
}
.page2_bg {
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 610px;
	background: url(../images/product_bg.jpg) no-repeat center center;
	background-size: cover;
}
.page2_inner {
	width: 1200px;
	padding: 90px 0 150px;
	margin: 0 auto;
}
.page2_inner .title_box {
	width: 500px;
	height: 200px;
	margin-left: 660px;
}
.page2_inner .title_box_desc {
	padding-right: 40px;
	text-align: right;
}
.product_list {
	margin-top: 80px;
}
.product1-2 {
	float: left;
	width: 273px;
	height: 570px;
}
.product1-2 li a {
	display: block;
	height: 225px;
}
.product1-2 li:last-child a {
	height: 310px;
	margin-top: 34px;
}
.product3 {
	float: left;
	width: 273px;
	height: 570px;
	margin-left: 34px;
}
.product4-5-6 {
	display: block;
	float: left;
	width: 273px;
	height: 310px;
	margin-left: 34px;
}
.product4-5-6.product6 {
	margin-top: 34px;
	width: 580px;
	height: 223px;
}
.product_list a img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.product_list a {
	position: relative;
	overflow: hidden;
}
.product_list a::after {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/line.png) no-repeat;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product_list a:hover::after,
.product_list a:focus::after {
	opacity: 1;
}
.product_list .promore {
	opacity: 0;
	position: absolute;
	bottom: -40%;
	left: calc((100% - 170px)/2);
	z-index: 10;
	width: 170px;
	height: 70px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 3px 3px 3px #000;
	line-height: 70px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product_list .promore::before {
	opacity: 0;
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: calc((100% - 170px)/2);
	z-index: 10;
	width: 170px;
	height: 70px;
	border: 2px solid #fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.product_list a:hover .promore,
.product_list a:focus .promore {
	opacity: 1;
	bottom: calc((100% - 70px)/2);
}
#page3 {
	position: relative;
}
.team_vid {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 100vw;
	height: 70vh;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.team_vid.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.team_vid video {
	position: absolute;
	width: 2560px;
}
.page3_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 100px 0 150px;
}
.page3_inner .title_box_desc {
	margin-left: 16px;
}
.teamlist {
	padding-top: 20vh;
}
.teamlist li {
	position: relative;
	float: left;
	width: 248px;
	height: 300px;
	margin-right: 34px;
}
.teamlist li:nth-child(4) {
	margin-right: 0;
}
.teamlist li:nth-child(2n+1) {
	margin-top: 36px;
}
.teamlist li:nth-child(2n) a::before {
	display: block;
	content:'';
	position: absolute;
	top: -12px;
	left: -10px;
	width: 100%;
	height: 100%;
	border: 2px solid #00fff0;
}
.teamlist li a {
	display: block;
	width: 100%;
	height: 100%;
}
.teamlist li .team_name {
	opacity: 0;
	position: absolute;
	top: -20px;
	left: -10px;
	color: #00fff0;
	font-size: 2.875rem;
	font-weight: 700;
	font-style: italic;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.teamlist li:nth-child(2n+1) .team_name {
	text-align: right;
	top: 160px;
	right: -10px;
}
.teamlist li a img {
	max-width: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
}
.teamlist li:hover .team_name,
.teamlist li a:focus .team_name {
	opacity: 1;
}
.teamlist li:nth-child(2n+1) a::after {
	display: block;
	content: '';
	position: absolute;
	top: -20px;
	left: -16px;
	width: 100px;
	height: 110px;
	background: url(../images/wavedoodle.png) repeat center center;
}
#page4 {
	background: fixed url(../images/store.jpg) no-repeat;
	background-size: cover;
}
.page4_inner {
	width: 1500px;
	margin: 0 auto;
	padding: 100px 0;
}
.page4_inner .title_box {
	width: 410px;
	height: 200px;
	padding: 0;
	margin: 100px auto;
}
.page4_inner .title_box h2 {
	text-align: center;
	line-height: 200px;
}
.store_seoul,
.store_busan {
	padding: 50px;
	border: 2px solid #fff;
}
.store_txt a {
	float: left;
	width: 500px;
	margin-top: 34px;
	color: #fff;
	text-align: right;
}
.store_txt a:hover,
.store_txt a:focus {
	color: #00fff0;
}
.store_txt b {
	font-size: 3.375rem;
	font-weight: 500;
	text-transform: uppercase;
}
.store_txt p {
	margin-top: 30px;
	font-size: 2.75rem;
	font-weight: 500;
	text-transform: capitalize;
}
.store_pic {
	float: right;
	border: 2px solid #fff;
}
.store_busan .store_pic {
	float: left;
}
.store_busan .store_txt a {
	float: right;
	text-align: left;
}
#footer {
	background-color: #000;
}
.footer_inner {
	width: 1100px;
	height: 250px;
	margin: 0 auto;
}
.footer_logo {
	float: left;
	width: 71px;
	height: 61px;
	margin-top: calc((250px - 61px)/2);
}
.footer_contact {
	float: left;
	position: relative;
	width: 600px;
	margin-top: 50px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 0.875rem;
	font-style: normal;
	text-align: right;
	color: #fff;
}
.footer_contact p {
	margin: 20px 0 6px;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.footer_contact a {
	display: block;
	color: #fff;
	font-size: 0.75rem;
	text-transform: uppercase;
}
.footer_contact::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	width: 1px;
	height: 100%;
	background-color: #fff;
}
.sns {
	float: right;
	margin-top: 60px;
}
.sns .newsletter {
	display: block;
	color: #fff;
	font-size: 1.063rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.1px;
}
.newsletter img {
	width: 19px;
	height: 19px;
	margin-top: 2px;
}
.sns_icons {
	margin-top: 50px;
	text-align: center;
}
.sns_icons li {
	display: inline-block;
}
.sns_icons li a {
	padding: 10px;
}
.sns_icons li:hover a,
.sns_icons li a:focus {
	opacity: 0.6;
}
.sns_icons li a img {
	width: 30px;
	height: 30px;
}
@media only screen and (max-width: 1920px) {
	.keyvisual {
		max-height: 950px;
	}
	.keyvisual li img {
		max-width: 1920px;
	}
	.keyvisual_txt .key_txt1 .txt1 {
		top: 34%;
		font-size: 2.625rem;
	}
	.keyvisual_txt .key_txt1 .txt1::before {
		height: 0.4375rem;
	}
	.keyvisual_txt .key_txt1 .txt1::after {
		height: 0.4375rem;
	}
	.keyvisual_txt .key_txt2 .txt1,
	.keyvisual_txt .key_txt3 .txt2,
	.keyvisual_txt .key_txt4 .txt1 {
		font-size: 6.875rem;
	}
	.keyvisual_txt .key_txt2 .txt2,
	.keyvisual_txt .key_txt3 .txt1 {
		font-size: 5.625rem;
	}
	.keyvisual_txt .key_txt2 .txt1::before,
	.keyvisual_txt .key_txt3 .txt2::before {
		height: 0.25rem;
	}
	.keyvisual_txt .key_txt2 .txt2::before,
	.keyvisual_txt .key_txt3 .txt1::before {
		height: 0.1875rem;
	}
	.keyvisual_txt .key_txt4 .txt1::before,
	.keyvisual_txt .key_txt4 .txt1::after {
		height: 0.4375rem;
	}
	.page1_wrap {
		max-height: 950px;
		max-width: 1920px;
	}
	.page1_inner {
		height: 1200px;
	}
	.looklink {
    margin-top: calc((950px - 536px)/2);
	}
	.looklist {
    margin-top: calc((950px - 810px)/2);
	}
	.team_vid video {
		width: 1920px;
	}
}
@media only screen and (max-width: 1600px) {
	.menu_wrap {
		top: calc((100% - 500px)/2);
		left: calc((100vw - 1100px)/2);
		height: 500px;
		width: 1100px;
	}
	.menu_wrap img {
    height: 500px;
	}
	.menu {
    margin-left: 80px;
	}
	.menu > li > a {
		padding-top: 18px;
    font-size: 1.875rem;
	}
	.menu .main_wrap::after {
		top: 21px;
		left: -8px;
		width: 113%;
	}
	.menu .sub_menu a {
		padding: 4px 8px;
		font-size: 1.25rem;
	}
	.info {
    margin: 40px 0 0 80px;
    font-size: 0.625rem;
	}
	.info a {
    padding: 14px 20px 0;
    font-size: 0.75rem;
	}
	.info a::after {
		bottom: 7px;
		left: 0;
		width: 12px;
		height: 1px;
	}
	.page2_inner {
		width: 1100px;
	}
	.page2_inner .title_box {
		margin-left: 600px;
	}
	.page2_inner .title_box_desc {
		padding-right: 0;
	}
	.product1-2 {
		width: 252px;
		height: 524px;
	}
	.product1-2 li a {
		height: 208px;
	}
	.product1-2 li:last-child a {
		height: 286px;
	}
	.product3 {
		margin-left: 30px;
		width: 252px;
		height: 524px;
	}
	.product4-5-6 {
		width: 252px;
		height: 286px;
		margin-left: 30px;
	}
	.product4-5-6.product6 {
		width: 534px;
		height: 206px;
	}
	.page4_inner {
		width: 1100px;
	}
	.page4_inner .title_box {
    width: 390px;
    height: 190px;
    margin: 90px auto;
	}
	.page4_inner .title_box h2 {
		line-height: 190px;
	}
	.store_txt a {
		width: 350px;
		margin-top: 24px;
	}
	.store_txt b {
		font-size: 2.875rem;
	}
	.store_txt p {
		font-size: 2.25rem;
	}
	.store_pic img {
		width: 450px;
	}
}
@media only screen and (max-width: 1366px) {
	html {
		font-size: 90%;
	}
	.menu_wrap {
		top: calc((100% - 470px)/2);
		left: calc((100vw - 580px)/2);
		width: 580px;
		height: 470px;
	}
	.menu_wrap img {
    display: none;
	}
	.menu {
    margin-left: 0;
	}
	.menu .main_wrap::after {
		top: 18px;
	}
	.menu .sub_menu .sub_wrap::after {
		top: 12px;
	}
	.info {
    margin-left: 0;
	}
	.page1_inner {
		width: 800px;
		padding-top: calc((950px - 656px)/2);
		max-height: 950px;
	}
	.looklink {
		margin-top: 0;
	}
	.title_box {
		width: 290px;
		height: 290px;
		padding: 26px;
	}
	.title_box_desc {
		margin-top: 20px;
		margin-left: 0;
		text-align: right;
	}
	.sub_box {
		width: 120px;
		height: 62px;
		bottom: -152px;
	}
	.sub_box a {
		width: 120px;
		height: 62px;
		font-weight: 500;
		line-height: 62px;
	}
	.sub_box .box_left,
	.sub_box .box_right {
		width: 3px;
	}
	.sub_box .box_bottom,
	.sub_box .box_top {
		height: 3px;
	}
	.looklist {
		margin-top: 0
	}
	.looklist li {
		width: 300px;
		height: 200px;
		margin-bottom: 28px;
	}
	.looklist .looklist_txt {
		top: 50px;
	}
	.looklist .looklist_txt::before {
		top: 70px;
		left: 105px;
		width: 90px;
		height: 40px;
		font-size: 0.8125rem;
		line-height: 40px;
	}
	.page2_inner {
		width: 800px;
	}
	.page2_inner .title_box {
		width: 450px;
		height: 180px;
		margin-left: 350px;
	}
	.product_list a img {
		position: absolute;
	}
	.product1-2 li:first-child a img {
		top: 20px;
		transform: scale(1.22);
	}
	.product1-2 {
		width: 524px;
		height: 250px;
	}
	.product1-2 li a {
		float: left;
		width: 250px;
		height: 250px;
	}
	.product1-2 li:last-child a {
		height: 250px;
		margin-top: 0;
		margin-left: 24px;
	}
	.product3 {
		margin-left: 24px;
		width: 250px;
		height: 250px;
	}
	.product4-5-6, .product4-5-6.product6 {
		width: 250px;
		height: 250px;
		margin-left: 24px;
		margin-top: 24px;
	}
	.product4-5-6.product4 {
		margin-left: 0;
	}
	.product4-5-6.product6 img {
		top: 78px;
		transform: scale(2.6);
	}
	.team_vid video {
		width: 1366px;
	}
	.page3_inner {
		width: 820px;
	}
	.page3_inner .title_box {
		width: 290px;
		height: 290px;
		padding: 26px;
	}
	.page3_inner .title_box_desc {
		margin-top: 24px;
		text-align: left;
	}
	.page4_inner .title_box {
    width: 350px;
    height: 171px;
		margin: 80px auto;
	}
	.page4_inner .title_box h2 {
		line-height: 171px;
	}
	.teamlist {
    padding-top: 10vh;
	}
	.teamlist li {
    width: 174px;
    height: 210px;
    margin-right: 40px;
	}
	.teamlist li .team_name {
    font-size: 2.625rem;
	}
	.teamlist li:nth-child(2n+1) .team_name {
    top: 110px;
	}
	.page4_inner {
		width: 800px;
	}
	.store_seoul, .store_busan {
		padding: 40px;
	}
	.store_txt a {
		width: 250px;
		margin-top: 14px;
	}
	.store_txt b {
		font-size: 2.625rem;
	}
	.store_txt p {
		margin-top: 22px;
		font-size: 2rem;
	}
	.store_pic img {
		width: 350px;
	}
	.footer_inner {
		width: 1000px;
	}
	.footer_contact {
    width: 500px;
	}
	.sns {
		margin-top: 80px;
	}
	.sns_icons {
    margin-top: 26px;
		text-align: right;
	}
}
@media only screen and (max-width: 1024px) {
	html {
		font-size: 80%;
	}
	.wrapper .account_bar {
		display: none;
	}
	.logo_line {
		display: none;
	}
	.controller {
		display: none;
	}
	.menu_btn {
    top: 80px;
    right: 60px;
	}
	.menu_wrap {
		top: calc((100% - 440px)/2);
		left: calc((100vw - 540px)/2);
		width: 540px;
		height: 440px;
	}
	.menu .main_wrap .num {
		padding-right: 14px;
	}
	.menu .main_wrap::after {
		top: 16px;
	}
	.menu .sub_menu .sub_wrap::after {
		top: 11px;
		left: -5px;
		width: 115%;
	}
	.info a {
		padding: 14px 16px 0;
	}
	.info a::after {
		bottom: 6px;
		width: 10px;
	}
	.keyvisual_txt .key_txt1 .txt1 {
		left: 20%;
	}
	.keyvisual_txt .key_txt2 .txt1 {
		top: 20%;
		right: 10%;
	}
	.keyvisual_txt .key_txt2 .txt2 {
		bottom: 28%
		left: 10%;
	}
	.keyvisual_txt .key_txt3 .txt1 {
		top: 20%;
	}
	.keyvisual_txt .key_txt4 .txt1 {
		font-size: 4.75rem;
	}
	.page1_inner {
		width: 650px;
		height: 950px;
		padding-top: calc((950px - 575px)/2);
	}
	.looklink {
		width: 260px;
	}
	.title_box {
		width: 260px;
		height: 260px;
		padding: 20px;
	}
	.title_box .box_bottom,
	.title_box .box_top {
		height: 7px;
	}
	.title_box .box_left,
	.title_box .box_right {
		width: 7px;
	}
	.title_box_desc {
		margin-top: 16px;
	}
	.sub_box {
		width: 90px;
		height: 47px;
		bottom: -127px;
	}
	.sub_box a {
		width: 90px;
		height: 47px;
		font-size: 1rem;
		line-height: 47px;
	}
	.sub_box .box_left,
	.sub_box .box_right {
		width: 2px;
	}
	.sub_box .box_bottom,
	.sub_box .box_top {
		height: 2px;
	}
	.looklist li {
		width: 260px;
		height: 173px;
		margin-bottom: 28px;
	}
	.looklist .looklist_txt::before {
		top: 54px;
		left: 90px;
		width: 80px;
		height: 35px;
		font-size: 0.75rem;
		line-height: 35px;
	}
	.page2_bg {
    height: 700px;
	}
	.page2_inner {
		width: 524px;
		padding-bottom: 100px;
	}
	.page2_inner .title_box {
    width: 360px;
    height: 144px;
    margin-left: 164px;
	}
	.product3 {
		float: left;
		margin-left: 0;
		margin-top: 24px;
	}
	.product4-5-6.product4 {
		margin-left: 24px;
	}
	.product4-5-6.product5 {
		margin-left: 0;
	}
	.product_list .promore {
		opacity: 1;
		bottom: calc((100% - 70px)/2);
		border: 0;
		font-size: 1.25rem;
		font-weight: 500;
	}
	.product_list a:hover .promore::before {
		opacity: 1;
	}
	.team_vid video {
		width: 1500px;
	}
	.page3_inner {
		width: 610px;
		padding: 90px 0 100px;
	}
	.page3_inner .title_box {
		width: 260px;
		height: 260px;
	}
	.page3_inner .title_box_desc {
		margin-top: 16px;
	}
	.teamlist li:nth-child(2n+1) {
		margin-top: 54px;
	}
	.teamlist li .team_name {
    opacity: 1;
	}
	.page4_inner {
		width: 660px;
	}
	.page4_inner .title_box {
    width: 300px;
    height: 147px;
    margin: 70px auto;
	}
	.page4_inner .title_box h2 {
    line-height: 147px;
	}
	.store_seoul, .store_busan {
    padding: 30px;
	}
	.store_txt a {
		width: 230px;
		margin-top: 8px;
	}
	.store_txt p {
    margin-top: 12px;
	}
	.store_pic img {
		width: 280px;
	}
	.footer_inner {
		width: 674px;
		height: 360px;
	}
	.footer_logo {
		margin-top: calc((360px - 61px)/2);
	}
	.footer_contact {
		width: 600px;
	}
	.footer_contact::after {
    top: 150px;
    right: 0;
    width: 210px;
    height: 1px;
	}
	.sns {
		margin-top: 60px;
	}
}
@media only screen and (max-width: 738px) {
	.upper {
    top: 50px;
    left: 50px;
	}
	.logo img {
		width: 70px;
		height: 70px;
	}
	.menu_btn {
		top: 64px;
    right: 40px;
	}
	.menu_wrap {
    top: calc((100% - 330px)/2);
    left: calc((100vw	 - 290px)/2);
    width: 290px;
		height: 400px;
	}
	.menu > li > a {
		padding-top: 10px;
    font-size: 1.5rem;
	}
	.menu .main_wrap .num {
		padding-right: 10px;
	}
	.menu .main_wrap::after {
		top: 14px;
		height: 3px;
	}
	.menu .sub_menu a {
		padding: 4px 6px;
		font-size: 1rem;
	}
	.menu li:nth-child(2) > .sub_menu li:nth-child(4) {
		margin-left: 70px;
	}
	.menu li:nth-child(5) > .sub_menu li:nth-child(3) {
		margin-left: 70px;
	}
	.menu .sub_menu .sub_wrap::after {
		top: 9px;
		height: 2px;
	}
	.info {
		margin-top: 30px;
	}
	.keyvisual_txt .key_txt1 .txt1 {
		top: 36%;
		font-size: 2rem;
	}
	.keyvisual_txt .key_txt2 .txt1,
	.keyvisual_txt .key_txt3 .txt2 {
		font-size: 5rem;
	}
	.keyvisual_txt .key_txt2 .txt2,
	.keyvisual_txt .key_txt3 .txt1 {
		font-size: 3.875rem;
	}
	.keyvisual_txt .key_txt2 .txt2 {
		bottom: 28%;
	}
	.keyvisual_txt .key_txt3 .txt2 {
		bottom: 28%;
	}
	.keyvisual_txt .key_txt4 .txt1 {
		top: 20%;
		font-size: 4.125rem;
	}
	.keyvisual_txt .key_txt1 .txt1::before,
	.keyvisual_txt .key_txt1 .txt1::after,
	.keyvisual_txt .key_txt4 .txt1::before,
	.keyvisual_txt .key_txt4 .txt1::after {
		height: 0.3125rem;
	}
	.pagination {
		position: absolute;
		right: calc((100% - 180px)/2);
		bottom: 12%;
	}
	.pagination li a {
		width: 24px;
		height: 5px;
	}
	.pagination li.current a {
		width: 50px;
	}
	.page1_wrap {
		max-height: 1250px;
		padding: 80px 0 140px;
	}
	.page1_inner {
		width: 260px;
		margin: 0 auto;
		padding: 0;
	}
	.looklink {
		float: none;
	}
	.sub_box {
		bottom: -700px;
		right: 85px;
	}
	.sub_box .box_bottom,
	.sub_box .box_top {
		width: 100%;
	}
	.sub_box .box_left,
	.sub_box .box_right {
		height: 100%;
	}
	.looklist {
		float: none;
		margin-top: 50px;
	}
	.looklist li {
		margin-bottom: 24px;
	}
	.page2_bg {
    height: 800px;
		width: 100%;
	}
	.page2_inner {
		width: 250px;
	}
	.page2_inner .title_box {
		width: 250px;
		height: 250px;
		margin-left: 0;
	}
	.product1-2 {
    width: 250px;
		height: 524px;
	}
	.product1-2 li a {
		float: none;
	}
	.product1-2 li:last-child a {
		margin-top: 24px;
		margin-left: 0;
	}
	.product4-5-6.product4 {
    margin-left: 0;
	}
	.product4-5-6, .product4-5-6.product6 {
    margin-left: 0;
	}
	.page3_inner {
		width: 430px;
	}
	.teamlist li:nth-child(2n+1) {
    margin-top: 0;
	}
	.teamlist li:nth-child(3) {
		margin-top: 50px;
		margin-left: 30px;
	}
	.teamlist li:nth-child(4) {
		margin-top: 50px;
	}
	.teamlist li:nth-child(3n+3) a::before {
		display: block;
		content:'';
		position: absolute;
		top: -12px;
		left: -10px;
		width: 100%;
		height: 100%;
		border: 2px solid #00fff0;
	}
	.teamlist li:nth-child(3n+3) a::after {
		display: none;
	}
	.teamlist li:nth-child(3n+3) .team_name {
		top: -20px;
		left: -10px;
		text-align: left;
	}
	.teamlist li:nth-child(3n+1) a::before {
		display: none;
	}
	.teamlist li:nth-child(3n+1) a::after {
		display: block;
		content: '';
		position: absolute;
		top: -20px;
		left: -16px;
		width: 100px;
		height: 110px;
		background: url(../images/wavedoodle.png) repeat center center;
	}
	.teamlist li:nth-child(3n+1) .team_name {
		top: 110px;
		right: -10px;
		text-align: right;
	}
	.page4_inner {
		width: 350px;
	}
	.store_txt a {
		float: right;
		margin: 10px 0 40px;
	}
	.store_busan .store_txt a {
    float: left;
    text-align: left;
		margin: 40px 0 10px;
	}
	.footer_inner {
		width: 330px;
	}
	.footer_logo {
		display: none;
	}
	.footer_contact {
		float: none;
		width: 330px;
		margin-top: 0;
		padding-top: 50px;
	}
	.footer_contact::after {
		top: 200px;
	}
}
@media only screen and (max-width: 540px) {
	.upper {
		top: 40px;
		left: 40px;
	}
	.logo img {
		width: 50px;
		height: 50px;
	}
	.menu_btn {
		top: 50px;
		right: 30px;
	}
	.menu_wrap {
    top: calc((90% - 330px)/2);
    left: calc((100vw - 290px)/2);
	}
	.keyvisual_txt .key_txt1 .txt1 {
		left: 12%;
		font-size: 1.75rem;
	}
	.keyvisual_txt .key_txt2 .txt1,
	.keyvisual_txt .key_txt3 .txt2 {
		font-size: 3.75rem;
	}
	.keyvisual_txt .key_txt2 .txt2,
	.keyvisual_txt .key_txt3 .txt1 {
		font-size: 2.875rem;
	}
	.keyvisual_txt .key_txt4 .txt1 {
		top: 30%;
		font-size: 3.125rem;
	}
	.keyvisual_txt .key_txt2 .txt1 {
		top: 25%;
	}
	.keyvisual_txt .key_txt3 .txt1 {
		top: 30%;
	}
	.pagination {
		bottom: 16%;
	}
	.page3_inner {
		width: 330px;
	}
	.page3_inner .title_box {
		margin: 0 auto;
	}
	.page3_inner .title_box_desc {
    margin-left: 0;
		text-align: center;
	}
	.teamlist li {
		width: 130px;
		height: 157px;
		margin-right: 34px;
	}
	.teamlist li .team_name {
		font-size: 2.25rem;
	}
	.teamlist li:nth-child(3n+1) .team_name {
		top: 70px;
	}
	.teamlist li:nth-child(3n+2) a::before,
	.teamlist li:nth-child(3n+3) a::before {
		top: -8px;
		left: -8px;
	}
	.teamlist li:nth-child(3n+1) a::after {
		top: -16px;
		left: -12px;
		width: 80px;
		height: 88px;
	}
	.page4_inner {
		width: 300px;
	}
	.store_seoul, .store_busan {
		padding: 25px;
	}
	.store_pic img {
		width: 240px;
	}
}
