


body{
	background-image:url(images/bg_alchol.png);
}


.top_sec{
	max-width: 1080px;
	margin:0 auto;
	padding: 0 120px;
}

.top_img{
	position:relative;
}

.main_logo{
	opacity:0;
	width:400px;
	position:absolute;
	top: 50%;
	z-index:99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

}

.open .main_logo{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .4s;
}


.main_img{
	padding-left:160px;
		opacity:0;
}


.open .main_img{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .8s;
}


.main_img img{
    border: 20px solid #fff;
}

.main_copy{
	margin-top:30px;
}

.main_copy p{
	font-size:14pt;
	color:#4c4948;
	line-height: 180%;
}





.btn_list{
	margin-top:30px;
}

.btn_list_wrap{
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1080px;
	margin:0 auto;
	padding: 0 120px;
}

.btn_list_wrap > div{
	width:10%;
	position:relative;
	cursor: pointer;
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.btn_list_wrap > div:hover{
	z-index:99;
	opacity:0.6;
		-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.btn_list_wrap > div a {
	text-align:center;
}


.btn_list_wrap > div a span{
	font-size:9pt;
	line-height:120%;
	display:inline-block;
	width: 100%;
	margin-top: 8px;
}







#main_content {
    margin-top: 150px;
}


	
.content_index{
    margin-top: 100px;
}


.content_index_inner {
    max-width: 1180px;
    padding: 0 120px;
    margin: 0 auto;
}



	.content_box{
	position:relative;
	margin-bottom:100px;
	}
	
	
	.content_box:last-child{
	margin-bottom:0px;
	}


	.split-slideshow{
	border:20px solid #fff;
	position:relative;
	}
	
	.slideshow-left {
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 50%;
	overflow: hidden;
	pointer-events:none; 
	}
	
	
	.slideshow-right {
	position:absolute;
	top:0;
	left: auto;
	right: 0;
	z-index: -1;
	width: 50%;
	pointer-events: none;
	}


.content_box .slick-slide {
    margin-right: 0px;
}



.shop_copy{
	position:absolute;
	top:0;
	right:-80px;
}

.shop_copy p{
	font-size:20pt;
	-ms-writing-mode: tb-rl;	
	writing-mode: vertical-rl;
}



.shop_detail{
	margin-top:40px;
	padding:0 100px;
	display: flex;
	justify-content: space-between;
}


.shop_info{
		width: 48%;
}


.shop_info .place p{
	font-size:12pt;
}

.shop_info .new{
	margin-top:5px;
}

.shop_info .new p{
	font-size:12pt;
}

.shop_info .nm{
	margin-top:10px;
}

.shop_info .nm p{
	font-size:22pt;
	font-weight:bold;
}

.shop_info .insta{
	margin-top:15px;
}

.shop_info .insta p{
	font-size:12pt;
}


.shop_place{
	width: 48%;
	text-align:right;
	
}

.shop_place span{
	font-size:12pt;
	display:block;
	margin-bottom:20px;
}


.shop_place p{
	font-size:32pt;
	font-weight:bold;
}






@media screen and (max-width: 640px){
	
	
	
	#main_content {
		margin-top: 80px;
	}
	
	
	.top_sec {
		padding: 0 30px;
	}
	
	
	.main_logo {
		width: 45%;
	}
	
	
	.main_img {
		padding-left: 60px;
	}
	
	.main_img img {
		border: 8px solid #fff;
	}
	
	
	
	.main_copy p {
    font-size: 11pt;
    line-height: 180%;
	}
	
	
	.btn_list_wrap {
		padding: 0 10px;
	}
	
	
	
	.btn_list_wrap > div {
		width: 12%;
		margin-bottom:0px;
	}
	
	
	.btn_list_wrap > div a span {
		font-size: 6pt;
	}
	
	.content_index {
		margin-top: 60px;
	}
	
	
	.content_index_inner {
		padding: 0 0px;
	}
	
	.content_box {
		display: block;
		padding: 0 40px;
		margin-bottom: 70px;
	}
	
	
	
	
	.split-slideshow {
		border: 8px solid #fff;
	}
	
	.shop_detail {
		margin-top: 15px;
		padding: 0 12px;
	}
	
	
	.shop_copy {
		right: -13px;
	}
	
	.shop_copy p {
		font-size: 9pt;
	}
	
	
	.shop_place span {
		margin-bottom: 8px;
		font-size: 10pt;
	}
	
	.shop_info .nm p {
		font-size: 13pt;
		font-weight: bold;
		line-height: 120%;
	}
	
	
	.shop_info .place p {
    font-size: 10pt;
	}
	
	.shop_place p {
		font-size: 16pt;
	}
	
	
	.shop_info .insta a{
		font-size: 9pt;	
	}
	
	
	
}


