/* --------------------
	Subpages
	
	- LAFLY
	- LAFOOT
	- LAF F&B

-------------------- */

/* common */
.c-skyblue {
	color: #00a9ff !important;
}
.c-blue {
	color: #1f52d5 !important;
}
.c-black {
	color: #0f0f0f;
}
.f-gulim {
	font-family: 'gulim';
	vertical-align: middle;
}
@font-face {
	font-family: 'gulim';
	src: url('fonts/gulim.ttf');
}
.id-spot {
	position: absolute;	
	top: -100px;
	left: 0;
}

/* intro */
.intro-sub {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #0f0f0f;
	margin-bottom: 40px;
}
.intro-main {
	font-size: 34px;
	line-height: 46px;
	color: #0f0f0f;
	font-weight: 300;
	margin-bottom: 40px;
}
.intro-desc {
	font-size: 16px;
	color: #666666;
	margin-bottom: 50px;
	font-weight: 300;
}

/* slider */
.slider-desc {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	text-align: center;		
	margin-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px solid #d3d3d3;
}
.lafoot-logo {
	display: block;	
	margin-bottom: 20px;
}


/* course */
.course-head {
	font-size: 36px !important; 
	font-weight: 700 !important;
	padding-top: 60px !important;
	position: relative;
	z-index: 1;
}
.course-head:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	background-color: #00a9ff;
	width: 212px;
	height: 17px;
	z-index: -1;
}
.course-head.bar-orange:before {
	background-color: #ed7d31;
}
.course-sub {
/*	font-size: 16px;*/
/*	color: #666666;*/
/*	font-weight: 300;*/
	margin-bottom: 40px;
/*	text-align: center;*/
}
.courses {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 70px;
	border-bottom: 1px solid #d3d3d3;
}
.course {
	width: calc(50% - 30px);
	margin-right: 60px;
	margin-bottom: 35px;
}
.course:nth-of-type(2n) {
	margin-right: 0;
}
.course:nth-of-type(3) {
	margin-bottom: 0;
}
.course:nth-of-type(4) {
	margin-bottom: 0;
}
.course-bar {
	width: 13px;
	height: 2px;
	margin-bottom: 20px;
	background-color: #00a9ff;
}
.course-num {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	color: #0f0f0f;
	font-weight: 500;
}
.course-intro {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #0f0f0f;
}
.course-title {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	color: #0f0f0f;
}
.course-desc {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 30px;
}
.food-img-1,
.food-img-2 {
	width: calc(50% - 30px);
}
.food-img-1 {
	margin-right: 60px;
}
.food-course-1 {
	align-self: flex-end;
	margin: 0;
}
.food-course-1 .course-desc {
	margin-bottom: 0;
}
/* 요금안내 */
.cost {
	padding-top: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid #d3d3d3;
}
.phase {
	font-size: 26px;
	color: #0f0f0f;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 400;
}
.phase-en {
	font-family: 'Raleway', sans-serif;
	color: #666666;
	font-size: 20px;
	margin-bottom: 47px;
	text-align: center;
	font-weight: 300;
}
.phase-desc {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
	margin-bottom: 40px;
	text-align: center;
}
.box {
	background-color: #f9f9f9;
	padding: 40px;
}
.box-body {
	display: flex;
}
.box-inner {
	background-color: #ffffff;
	padding: 30px;
}
.cost .box-inner {
	width: calc(50% - 5px);
	margin-right: 10px;
}
.cost .box-inner:nth-of-type(2n) {
	margin-right: 0;
}
.box-inner > h4 {
	font-size: 16px;
	font-weight: 400;
	color: #0f0f0f;
	margin-bottom: 20px;
}
.box-inner.box-inner-lafly-time h4:nth-of-type(1) {
	margin-bottom: 0;
}
.box-inner.box-inner-lafly-time p:nth-of-type(1) {
	color: #0f0f0f;
	font-weight: 300;
	margin-bottom: 5px;
}
.box-inner.box-inner-lafly-standard > p {
	font-weight: 300;
	color: #666;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 40px;
	position: relative;
}
.box-inner.box-inner-lafly-standard > p:before {
	content: '주의 : ';
	position: absolute;
	top: 0;
	left: 0;
}
.box-table {
	text-align: center;
	line-height: 14px;
	font-size: 14px;
}
.th {
	display: flex;
	background-color: #efefef;
	font-weight: 400;
	color: #0f0f0f;
}
.th > div {
	flex-basis: 25%;
	padding: 14px 0;
	border-right: 1px solid #d3d3d3;
}
.th > div:last-of-type {
	border-right: none;
}
.tr {
	display: flex;
	border-bottom: 1px solid #d3d3d3;
	padding: 14px 0;
	font-weight: 300;
	color: #666666;
}
.tr > div {
	flex-basis: 25%;
	border-right: 2px dotted #d3d3d3;
}
.tr > div:last-of-type {
	border-right: none;
}

/* 이용안내 */
.manual {
	padding-top: 63px;
	margin-bottom: 70px;
	padding-bottom: 70px;
}
.manual-head {
	font-size: 20px;
	font-weight: 400;
	color: #0f0f0f;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.manual-head img {
	padding-right: 10px;
}
.flex-left {
	width: 40%;
	margin-right: 10px;
}
.flex-left .box-inner:first-of-type {
	margin-bottom: 10px;
}
.flex-left .box-inner:nth-of-type(2) {
	margin-bottom: 10px;
}
.flex-right {
	width: 60%;
}
.tables {
	display: flex;
	justify-content: space-between;
}
.tables .box-table {
	width: 50%;
}
.tables .th {
	width: 100%;
	justify-content: center;
}
.tables .tr {
	width: 100%;
}
.tables .tr > div {
	flex-basis: 50%;
}
.tables .box-table:first-of-type {
	border-right: 1px solid #d3d3d3;
}
.box-desc {
	color: #666666;
	font-weight: 300;
}
.box-desc li {
	margin-bottom: 5px;
}
h4.ref-title {
	margin-bottom: 70px;
}
.ref-wrapper {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 70px;
	margin-bottom: 40px;
}
.refs {
	display: flex;
	justify-content: space-around;
}
.ref {
	display: flex;
	flex-direction: column;
	flex-basis: 25%;
	margin-right: 25px;
}
.ref:last-of-type {
	margin-right: 0;
}
.ref img {
	align-self: center;
	margin-bottom: 22px;
}
.ref span {
	align-self: stretch;
	font-size: 16px;
	color: #666666;
	font-weight: 300;
}
.page-menu-item a {
	padding: 20px 20px !important;
}

/* LAFOOT */
.bar-lafoot {
	background-color: #ed7d31;
	width: 50px;
	height: 10px;
}
.course-lafoot {
	display: flex;
	width: 100%;
	margin: 0;
}
.course-lafoot + .course-lafoot {
	margin-top: 35px;
}
.course-lafoot img {
	width: calc(50% - 30px);
}
.course-lafoot img + div {
	width: calc(50% - 30px);
	margin-left: 60px;
}
.course-lafoot .course-intro,
.course-lafoot .course-num {
	font-size: 24px;
}
.time-table {
	width: 70%;
	margin: auto;
	text-align: center;
}
.time-th,
.time-tr {
	display: flex;
	justify-content: space-between;	
	padding: 20px 0;
}
.time-th {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
.time-th > h4 {
	width: 50%;
	font-size: 16px;
	font-weight: 400;
}
.time-tr > div {
	width: 50%;
	font-size: 14px;
	font-weight: 300;
}
.time-tr:nth-of-type(2n) {
	background-color: #efefef;
}
.time-tr:last-of-type {
	border-bottom: 1px solid #d3d3d3;
}
.time-table + .phase-desc {
	margin-top: 40px;
}
/* LAF F&B */
.fnb-logo {
	width: 200px;
	margin-bottom: 20px;
}
.intro-wrap {
	display: flex;
	padding-bottom: 70px;
	border-bottom: 1px solid #d3d3d3;
}
.intro-wrap > div {
	width: calc(50% - 30px);
}
.intro-wrap > img {
	width: calc(50% - 30px);
	margin-left: 60px;
	align-self: flex-start;
}
.course-head.course-fnb:before {
	background-color: #ffc000;
}
.course-head.course-orion:before {
	background-color: #c00000;
	width: 400px;
}
.terrace-title:before {
	width: 260px;
}
.menus {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.menus img {
	width: calc(50% - 30px);
}
.menus img + img {
	margin-left: 60px;
}


/* Responsive Web */

/* <br> tag */

.br-1200,
.br-800,
.br-600,
.br-550,
.br-500,
.br-450,
.br-400 {
	display: none;
}


/* Media Query */

@media (max-width: 1200px) {
	.br-1200 {
		display: inline;
	}
	.intro-sub {
		margin-bottom: 20px;
	}

	.intro-main {
		font-size: calc(18px + 2vw);
		margin-bottom: 20px;
		line-height: 40px;
	}

	.intro-desc {
		margin-bottom: 20px;
	}
	.menus {
		flex-direction: column;
	}
	.menus img {
		width: 100%;
	}
	.menus img + img {
		margin: 20px 0 0 0;
	}
}

@media (max-width: 800px) {
	.cost .box-body {
		flex-direction: column;
	}
	.cost .box-inner {
		width: 100%;
		margin: 0;
	}
	.cost .box-inner ~ .box-inner {
		width: 100%;
		margin-top: 10px;
	}
	.manual .box-body {
		flex-direction: column;
	}
	.manual .flex-left {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.manual .flex-right {
		width: 100%;
		margin: 0;
	}
	.food-courses {
		flex-direction: column;
	}
	.food-courses .course-desc {
		margin: 0;
	}
	.food-img-1,
	.food-img-2 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.food-course-1,
	.food-course-2 {
		width: 100%;
		margin: 0;
	}
	.br-800 {
		display: inline;
	}
	.ref-wrapper {
		padding-bottom: 20px;	
		margin-bottom: 20px;
	}
	.time-table {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.course {
		width: 600px;
		margin: 0;
	}
	.course.food-course-1 {
		width: auto;
		align-self: center !important;
	}
	.course ~ .course {
		margin-top: 20px !important;
	}
	.box {
		padding: 10px;
	}
	.box-inner {
		padding: 5px;
	}
	.br-600 {
		display: inline;
	}
	.course-lafoot {
		flex-direction: column;
	}
	.course-lafoot img {
		width: 100%;
	}
	.course-lafoot img + div {
		width: 100%;
		margin: 20px 0 0 0;
	}
	.course-lafoot .course-desc {
		margin-bottom: 0;
	}
	.intro-wrap {
		flex-direction: column;
	}
	.intro-wrap > div {
		width: 100%;
	}
	.intro-wrap > img {
		width: 100%;
		margin-left: 0;
	}
	.intro-inner {
		display: flex;
	}
	.intro-inner > p {
		margin-left: 20px;
	}
	.intro-desc + .intro-inner {
		margin-top: 40px;
	}
	.fnb-logo {
		width: calc(100px + 5vw);
		align-self: center;
	}
}

@media (max-width: 550px) {
	.br-550 {
		display: inline;
	}
}


@media (max-width: 500px) {
	.br-500 {
		display: inline;
	}
	.refs {
		flex-wrap: wrap;
	}
	.ref {
		flex-basis: 50%;
		margin: 0 0 10px 0;
		text-align: center;
	}
}

@media (max-width: 450px) {
	.br-450 {
		display: inline;
	}
	.course-orion:before {
		width: 95% !important;
	}
}

@media (max-width: 400px) {
	.ref {
		flex-basis: 100%;
	}
	.br-400 {
		display: inline;
	}
}