@charset "utf-8";


.visual {
	position: relative;
	margin-bottom: 180px;
	background: url("../images/perfume_main.png")no-repeat 50% 50% / cover;
	padding-bottom: 38%;
}
.visual .box {
	position: absolute;
	top: 50%;
	left: 5%;
	color: #fff;
	transform: translateY(-50%);
}
.visual .box h3 {
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 50px;
}
.visual .box p {
	font-size: 25px;
	margin-bottom: 30px;
}
.visual .box h3 + div p:first-child {
	font-family: 'Nanum Myeongjo', serif;
	line-height: 1.4;
}
.visual .swiper-slide {
	padding-bottom: 38%;
}
.visual .slide01 {
	background: url("../images/visual-img.png")no-repeat 50% 0 / 100%;
}
.visual .slide02 {
	background: url("../images/visual-img.png")no-repeat 50% 0 / 100%;
}
.main_menu h3 {
	text-align: center;
	font-size: 60px;
	font-weight: 100;
	/* color: #dc9c51; */
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 50px;
	font-family: 'Noto Sans KR', sans-serif;
}
.main_menu .flex {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 60px;
}
.main_menu .flex > div {
	position: relative;
	flex: 1;
	max-width: 415px;
	margin-right: 20px;
}
.main_menu .flex > div a {
	display: block;
    text-align: center;
    color: #dc9c51;
	background: #ECEBE9;
	padding-bottom: 50px;
    vertical-align: middle;
	box-sizing: border-box;
}
.main_menu .flex > div:last-child {
	margin-right: 0;
}
.main_menu .flex > div a .thumb {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 100%;
	overflow: hidden;
}
.main_menu .flex > div a .thumb img {
    width: 100%;
    transition: all .4s;
    transform: translate(-50%,-50%) scale(1);
    position: absolute;
    top: 50%;
    left: 50%;
}
.main_menu .flex > div a:hover .thumb img {
	transform: translate(-50%,-50%) scale(1.1);
}
.main_menu .flex > div a p {
	width: 85%;
	max-width: 280px;
	font-size: 18px;
	color: #A4A4A4;
	font-weight:400;
	font-family: 'GimpoGothic';
	transform: rotate(0.03deg);
	border: 1px solid #A4A4A4;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
	background: url("../images/more-right.svg")no-repeat calc(100% - 20px) 50%;
	margin: 0 auto;
	transition: all .3s;
}
.main_menu .flex > div a:hover p {
	background: #dc9c51 url("../images/more-right-white.svg")no-repeat calc(100% - 20px) 50%;
	border: 1px solid #dc9c51;
	color: #fff;
}


.solution {
	position: relative;
	/* background: url("../images/main_bg.png")no-repeat 50% 0 / auto 460px; */
	/* padding-top: 300px; */
	margin: 120px 0 100px;
}
.solution .box {
	width: 90%;
	max-width: 1055px;
	margin: 0 auto;
	background: #fff;
	padding: 70px 70px 50px;
	box-sizing: border-box;
}
.solution .box h3 {
	font-size: 55px;
	font-weight: 700;
	color: #dc9c51;
	letter-spacing: 5px;
	margin-bottom: 35px;
}
.solution .box h3:before {
	content: '';
	display: block;
	width: 58px;
	height: 3px;
	background: #dc9c51;
	margin-bottom: 15px;
}
.solution .box .flex {
	align-items: center;
}
.solution .box .flex .text {
	font-size: 18px;
	margin-left: 30px;
	letter-spacing: 0.5px;
}
.solution .box .flex .text p {
	margin: 10px 0;
	line-height: 1.5;
}
.solution .box .flex .text p:nth-child(3) {
	margin-top: 30px;
}
.solution .box .flex .text p span {
	color: #dc9c51;
}



.fix_img {
	position: relative;
	background: url("../images/main_fix.png")no-repeat 50% 50% / 100%;
	background-attachment: fixed;
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
}
.fix_img a {
	display: block;
	padding: 205px 0;
	color: #fff;
}
.fix_img p:before {
	content: '';
	display: inline-block;
	vertical-align: 30px;
	width: 52px;
	height: 52px;
	background: url("../images/quotes.svg")no-repeat 50% 50% / 100%;
	margin-right: 27px;
}


.insta {
	padding-top: 100px;
}
.insta h2 {
	text-align: center;
	color: #dc9c51;
	font-size: 70px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.insta .link {
	text-align: center;
	margin-bottom: 50px;
}
.insta .link a {
    background: url('../images/ico-gallery.svg')no-repeat 0 55%;
    font-size: 20px;
    font-weight: 600;
    color: #dc9c51;
    letter-spacing: 1px;
    padding-left: 25px;
}








@media screen and (max-width: 1280px) {
	.visual .box h3 {
		font-size: 50px;
	}
	.visual .box p {
		font-size: 20px;
	}
	
	.main_menu h3 {
		font-size: 50px;
	}
	.main_menu .flex > div a {
		padding-bottom: 10%;
	}
	
	
	.solution {
		margin: 80px 0 100px;
		background-position: 30% 0;
	}
	.solution .box {
		padding: 60px 60px 50px;
	}
	.solution .box h3 {
		font-size: 45px;
		margin-bottom: 25px;
	}
	.solution .box .flex .thumb {
		flex: 1;
	}
	.solution .box .flex .thumb img {
		width: 100%;
	}
	.solution .box .flex .text {
		flex: 1;
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.visual {
		padding-bottom: 55%;
	}
	
	.main_menu h3 {
		font-size: 40px;
	}
	.main_menu .flex > div a p {
		font-size: 14px;
		padding: 10px 15px;
	}
	
	
	.solution {
		margin: 50px 0 70px;
		background-size: auto 260px;
		padding-top: 175px;
	}
	.solution .box {
		padding: 50px 35px 40px 50px;
	}
	.solution .box h3 {
		font-size: 40px;
		margin-bottom: 20px;
		letter-spacing: 3px;
	}
	.solution .box .flex .text {
		font-size: 14px;
	}

	
	.fix_img {
		font-size: 40px;
	}
	.fix_img a {
		padding: 135px 0;
	}
	.fix_img p:before {
		width: 35px;
		height: 35px;
		vertical-align: 18px;
		margin-right: 15px;
	}
	
	.insta h2 {
		font-size: 45px;
	}
}
@media screen and (max-width: 768px) {
	.visual {
		background: url("../images/m_perfume_main.png")no-repeat 50% 100% / cover;
		padding-bottom: 155%;
	}
	.visual .box {
		transform: none;
		top: 107px;
	}
	.visual .box h3 {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.visual .box p {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.visual .swiper-slide {
		padding-bottom: 0;
		height: calc(85vh - 60px);
	}
	.visual .slide01 {
		background: url("../images/m-visual-img.png")no-repeat 50% 100% / 100%;
	}
	.visual .slide02 {
		background: url("../images/m-visual-img.png")no-repeat 50% 100% / 100%;
	}
	
	
	.main_menu h3 {
		font-size: 30px;
	}
	.main_menu .flex > div {
		flex: none;
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.main_menu .flex > div:nth-child(2n) {
		margin-right: 0;
	}
	.main_menu .flex > div a p {
		font-size: 12px;
		padding: 10px 12px;
		background-position: calc(100% - 12px) 50%;
	}
	
	
	.solution {
		background-size: auto 180px;
		padding-top: 130px;
		margin: 50px 0;
	}
	.solution .box {
		padding: 35px 25px 25px;
	}
	.solution .box h3 {
		font-size: 30px;
	}
	.solution .box h3:before {
		width: 50px;
		height: 2px;
	}
	.solution .box .flex {
		display: block;
	}
	.solution .box .flex .text {
		margin-left: 0;
	}
	
	
	
	.fix_img {
		font-size: 30px;
		background: url("../images/m_main_fix.png")no-repeat 50% 0% / 100%
	}
	.fix_img a {
		padding: 115px 0;
	}
	.fix_img p:before {
		width: 25px;
		height: 25px;
		vertical-align: 13px;
		margin-right: 12px;
	}
	
	
	.insta h2 {
		font-size: 30px;
		letter-spacing: 2px;
	}
}

@media screen and (max-width: 380px) {
	.main_menu h3 {
		font-size: 22px;
	}
	.main_menu .flex > div {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	
	.fix_img {
		font-size: 22px;
	}
	.fix_img a {
		padding: 80px 0;
	}
	.fix_img p:before {
		width: 20px;
		height: 20px;
		margin-right: 7px;
	}
}