@charset "utf-8";
@import url(normalize.css);
@import url(font.css);
@import url(all.min.css);

/*
메인 칼라
#ffc801 - 노랑
#222200 - 그린
*/
body {
	background: #ffc801;
	overflow-x: hidden;
}

.wrap {
	position: relative;
	top: 350px;
	width: 960px;
	margin: auto;
	background: #fff;
	color: #222200;
	border-top-left-radius: 80px;
	border-top: 10px solid;
	border-left: 10px solid;
}

.out-frame1 {
	position: absolute;
	top: -328px;
	left: -286px;
	z-index: -1;
}

.out-frame1-m {
	display: none;
}

.out-frame2 {
	position: absolute;
	top: -10px;
	left: 960px;
	background: #fff;
	width: 100%;
	height: 100%;
	border-top: 10px solid;
}

header,
.visual,
main,
footer {
	width: 860px;
	margin: auto;
}

.blank {
	height: 50px;
}

/*header*/
header .h-con {
	height: 80px;
}

header .h-con h1 {
	float: left;
	font-size: 40px;
	margin: 20px 0;
}

header .h-con .gnb {
	float: right;
	font-size: 30px;
	margin-top: 30px;
}

header .h-con .gnb a {
	position: relative;
}

header .h-con .gnb a:not(:last-child) {
	margin-right: 20px;
}

header .h-con .gnb a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 2px;
	background: #ffc801;
	width: 0;
	transition: all 0.3s;
}

header .h-con .gnb a:hover:after {
	width: 100%;
	left: 0%;
}

header .menu-btn {
	display: none;
}

/*visual*/
.visual {
	background: url(../img/bg_01.jpg) no-repeat 100% / cover;
	height: 500px;
	position: relative;
}

.visual .text-box {
	position: absolute;
	background: #222200;
	color: #fff;
	opacity: 0.8;
	width: 60%;
	height: 45%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.visual h2 {
	font-size: 60px;
	margin: 20px 0;
}

.visual p {
	line-height: 20px;
}

.visual audio {
	margin-top: 20px;
	width: 250px;
	;
	height: 30px;
}

/*main*/
/*섹션1*/
#introduce {
	overflow: hidden;
}

#introduce .intro-pic {
	position: relative;
	width: 390px;
	height: 250px;
	float: left;
}

#introduce .intro-pic a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85%;
}

#introduce .intro-pic img {
	width: 100%;
	transition: all 0.3s;
}

#introduce .intro-sign {
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	width: 150px;
	height: 60px;
	text-align: center;
	transition: all 0.3s;
}

#introduce .intro-sign p {
	line-height: 20px;
}

#introduce .intro-sign p:first-child {
	margin-top: 8px;
	text-decoration: underline;
}

#introduce .intro-pic:hover .intro-sign {
	letter-spacing: 1px;
}

#introduce .intro-pic:hover img {
	filter: brightness(1.15);
}

#introduce .intro-text {
	float: right;
	width: 390px;
	margin-top: 40px;
	line-height: 26px;
	text-align: justify;
}

/*섹션2*/
#signature {
	background:
		radial-gradient(rgba(238, 238, 238, 0.9), rgba(238, 238, 238, 0.9)),
		url(../img/bg_bean.jpg) no-repeat fixed center;
}

#signature h2 + p {
	text-align: center;
	margin-top: 10px;
}

#signature ul .menu1-pic {
	height: 133px;
	background: url(../img/menu1.jpg) no-repeat 100% / cover;
}

#signature ul .menu2-pic {
	height: 133px;
	background: url(../img/menu2.jpg) no-repeat 100% / cover;
}

#signature ul .menu3-pic {
	height: 133px;
	background: url(../img/menu3.jpg) no-repeat 100% / cover;
}

#signature ul li {
	float: left;
	width: 200px;
	height: 163px;
	transition: all 0.3s;
}

#signature ul li:hover {
	outline: solid 3px #ffc801;
}

#signature ul .menu1 {
	margin-left: 50px;
	margin-right: 80px;
}

#signature ul .menu3 {
	margin-left: 80px;
	margin-right: 50px;
}

#signature ul li p:last-child {
	background: #000;
	color: #fff;
	padding-left: 5px;
	line-height: 30px;
}

/*섹션3 - 애니메이션*/
.mb-con-m {
	display: none;
}

.mb-con {
	position: relative;
	background: url(../img/menuinbox.jpg) no-repeat 0;
	height: 490px;
	overflow: hidden;
}

.mb-con li {
	position: absolute;
}

.mb-con .mb-con-ico1 {
	top: 370px;
	left: 100px;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-ico2 {
	top: 360px;
	left: 413px;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-ico3 {
	top: 368px;
	left: 647px;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-pic1 {
	top: 63px;
	left: -300px;
	/*	left: 290px;*/
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-pic2 {
	top: 63px;
	left: -300px;
	/*	left: 300px;*/
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-pic3 {
	top: 63px;
	left: -300px;
	/*	left: 290px;*/
	transition: all 0.3s ease-out;
}

.mb-con .mb-con-ico1:hover {
	transform: translateY(-10px);

}

.mb-con .mb-con-ico2:hover {
	transform: translateY(-10px);
}

.mb-con .mb-con-ico3:hover {
	transform: translateY(-10px);
}

.mb-con .mb-con-ico1:hover + li {
	left: 290px;
}

.mb-con .mb-con-ico2:hover + li {
	left: 300px;
}

.mb-con .mb-con-ico3:hover + li {
	left: 290px;
}

/*섹션4*/
.mid-visual {
	position: relative;
	height: 290px;
	overflow: hidden;
}

.mid-visual video {
	width: 860px;
	position: relative;
	top: -100px;
}

.mid-visual blockquote {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	font-size: 40px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

.mid-visual blockquote em {
	display: block;
	font-size: 25px;
	line-height: 50px;
}

/*섹션5*/
#baristas h2 + p {
	text-align: center;
	margin-top: 10px;
}

#baristas .staff-pic {
	height: 300px;
	transition: all 0.3s;
}

#baristas .staff1 .staff-pic {
	background: url(../img/staff_01.jpg) no-repeat 0 / cover;
}

#baristas .staff2 .staff-pic {
	background: url(../img/staff_02.jpg) no-repeat 0 / cover;
}

#baristas .staff3 .staff-pic {
	background: url(../img/staff_03.jpg) no-repeat 0 / cover;
}

#baristas li {
	float: left;
	width: 200px;
	transition: all 0.3s;
}

#baristas li:hover .staff-pic {
	background-position: -10px;
}

#baristas ul .staff1 {
	margin-left: 50px;
	margin-right: 80px;
}

#baristas ul .staff3 {
	margin-left: 80px;
	margin-right: 50px;
}

#baristas ul p {
	line-height: 20px;
}

#baristas .name {
	background: #000;
	color: #fff;
	padding-left: 5px;
	line-height: 30px;
}

/*footer*/
footer {
	background: #eee;
}

footer address {
	font-style: normal;
	text-align: center;
}



/*641~1520*/
@media screen and (min-width: 641px) and (max-width: 1520px) {
	
	.out-frame1 {
		display: none;
	}

	.out-frame1-m {
		display: block;
		position: absolute;
		top: -110px;
		left: -5px;
	}
		.wrap {
		top: 110px;
	}
}

/*~639*/
@media screen and (max-width: 640px) {
	.out-frame1,
	.out-frame2 {
		display: none;
	}

	.out-frame1-m {
		display: block;
		position: absolute;
		top: -110px;
		left: -5px;
	}

	.wrap {
		width: 640px;
		top: 110px;
	}

	header,
	.visual,
	main,
	footer {
		width: 540px;
		margin: auto;
	}

	header .h-con .gnb {
		float: none;
		position: absolute;
		width: 100%;
		height: 450px;
		top: 80px;
		left: 0;
		margin: 0;
		background: rgba(0, 0, 0, 0.95);
		display: none;
		z-index: 1;
	}

	header .h-con .gnb a:after {
		display: none;
	}

	header .menu-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 80px;

	}

	header .menu-btn i {
		font-size: 30px;
		padding: 10px;
		background: #fff;
	}

	header .fa-bars {
		display: block;
	}

	header .fa-times {
		display: none;
	}

	header .menu-btn.on .fa-bars {
		display: none;
	}

	header .menu-btn.on .fa-times {
		display: block;
	}

	/*제이쿼리로 처리할 부분 .on*/
	header .h-con .gnb.on {
		display: block;
	}

	header .h-con .gnb a {
		display: block;
		width: auto;
		color: #eee;
		padding: 20px 0;
	}

	.visual {
		height: 450px;
	}

	#introduce .intro-pic {
		width: 100%;
		height: 335px;
	}

	#introduce .intro-text {
		width: 100%;
	}

	#introduce .intro-pic:hover .intro-sign {
	letter-spacing: 0px;
}

#introduce .intro-pic:hover img {
	filter: none;
}
	
	#signature {
		background-position: 0;
		background-size: cover;
	}

	#signature ul .menu1,
	#signature ul .menu2,
	#signature ul .menu3 {
		width: 440px;
		height: 323px;
		margin: 20px 50px;
	}

	#signature ul [class $=pic] {
		height: 293px;
	}

	#signature ul li:hover {
		outline: none;
	}

	.mb-con {
		display: none;
	}

	.mb-con-m {
		display: block;
	}

	.mb-con-m i {
		font-size: 50px;
	}

	.mb-con-m a {
		float: left;
	}

	.mb-con-m ul {
		width: 100px;
		text-align: center;
		margin: 0 40px;
	}

	.mid-visual {
		height: 180px;
	}

	.mid-visual video {
		width: 540px;
		position: relative;
		top: -60px;
	}

	.mid-visual blockquote {
		font-size: 30px;
	}

	.mid-visual blockquote em {
		font-size: 20px
	}

	#baristas li {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	#baristas li:nth-of-type(2) {
		margin: 20px 0;
	}
	#baristas li:hover .staff-pic {
		background-position: left; 
	}
	#baristas .staff-pic {
		width: 200px;
		height: 300px;
	}

	#baristas .staff-prof {
		width: 200px;
		margin-left: 40px;
	}

	#baristas li div {
		float: left;
	}

	#baristas ul .staff1,
	#baristas ul .staff2,
	#baristas ul .staff3 {
		margin-left: 50px;
		margin-right: 0;
	}

}
