@charset "utf-8";

.pack-part {
	padding:180px 0 0px;
}
.lnb-use .pack-part {
	padding:240px 0 0px;
}
.visual-use .pack-part {
	padding:0px 0 0px;
}
.pack-part .title {
	padding:140px 10px 40px;
	text-align:center;
}
.visual-use .pack-part .title {
	padding:100px 10px 40px;
}
.pack-part .title h1 {
	position: relative;
	font-size: 40px;
	letter-spacing:0px; 
	line-height: 100%; 	
	font-weight:600;
	color:rgba(2,80,50,1);
	color: rgba(190,130,100,1);
}
.pack-part .title h2 {
	position: relative;
	font-size: 20px;
	letter-spacing:2px; 
	line-height: 160%; 	
    color:rgba(2,80,50,1);
	position:relative;
	padding:0px 0 20px;
	font-weight:400;
	font-family:"Noto Serif KR",serf;
	
}
.pack-part .title h3 {
	position: relative;
	font-size: 17px;
	letter-spacing: 0px; 
	line-height: 170%; 	
    color:rgba(2,80,50,1);
	position:relative;
	padding:40px 0 0px;
	font-family:"Noto Serif KR",serf;
}
.pack-part .title h4 {
	position: relative;
	font-size: 40px;
	letter-spacing:0px; 
	line-height: 160%; 	
    color: rgba(0,0,0,1);
	position:relative;
	padding:0px 0 0px;
	font-weight:500;
}

@media screen and (max-width: 1280px) {
	.pack-part .title h1 {
		font-size: 36px;
	}
	.pack-part .title h2 {
		font-size: 18px;
	}
	.pack-part .title h3 {
		font-size: 16px;
	}
	.pack-part .title h4 {
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.pack-part, 
	.visual-use .pack-part,
	.lnb-use .pack-part {
		padding:80px 0 0px;
	}
	
	.lnb-visual-use .pack-part {
		padding:0px 0 0px;
	}
	
}

@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 480px) {

	.pack-part .title {
		padding:100px 0 50px;
		text-align:left;
	}
	.visual-use .pack-part .title {
		padding:50px 0 50px;
	}
	.pack-part .title h2 {
		padding:0px 0 10px;
	}
	.pack-part .title h1 {
		font-size: 30px;
		line-height: 130%; 	
	}
}


.hall-part {
	position:relative;
	padding:100px 0 0px;
	z-index:20;
}
.lnb-use .hall-part {
	padding:160px 0 40px;
}
.hall-part .hall-top {
	padding:80px 0 40px;
	display:block;
	width:100%;
	position:relative;
	text-align:center;
}
.hall-title .textile-effect {
	visibility: hidden;
}
.hall-title .textyle-effect {
	opacity: 0;
	perspective: 200px;
}
.hall-title .texyle-effect span {
	transform: rotateY(-90deg);
	opacity: 0;
}
.hall-title .texyle-effect2 {
	opacity: 0;
}
.hall-title .texyle-effect2 span {
	position: relative;
	top: 30px;
	left: 0px;
	opacity: 0;
}
.hall-part .hall-title h1 {
	position: relative;
	font-size: 100px;
	letter-spacing: 0px; 
	line-height: 100%; 	
    color: rgba(0,0,0,1);
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
	padding:0px 0 40px;
}
@supports (-webkit-text-stroke: 1px black) {
	.text-stroke-b {
		color: transparent;
		-webkit-text-stroke: 1px rgba(0,0,0,1);
		text-stroke: 1px rgba(0,0,0,1);
		font-weight:700;
		letter-spacing:0px;
		display:inline-block;
	}
	.text-stroke-w {
		color: transparent;
		-webkit-text-stroke: 1px rgba(255,255,255,1);;
		text-stroke: 1px rgba(255,255,255,1);
		font-weight:700;
		letter-spacing:0px;
		display:inline-block;
	}
}
.hall-part .hall-title h2 {
	position: relative;
	font-size: 30px;
	letter-spacing:0px; 
	line-height: 160%; 	
    color: rgba(34,34,34,1);
	position:relative;
	padding:0px 0 20px;
	font-weight:400;
}
.hall-part .hall-title h3 {
	position: relative;
	font-size: 22px;
	letter-spacing: -0.5px; 
	line-height: 170%; 	
    color: rgba(34,34,34,1);
}
.hall-part .hall-title .slogan {
	position: relative;
	font-size: 80px;
	letter-spacing: 0px; 
	line-height: 100%; 	
	padding:40px 0 0px;
    color: rgba(190,130,100,.7);
	font-family: "netherscript","Noto Serif KR", sans-serif;	
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
}
.hall-part .hall-title .slogan.big {
	font-size: 130px;
	padding:10px 0 0px;
	color:rgba(190,130,100,1);
}
.hall-part .hall-title .summary {
	position: relative;
	font-size: 50px;
	letter-spacing: 0px; 
	font-weight:700;
	line-height:150%;
	padding:100px 0;
    color: rgba(0,0,0,1);
	/*font-family:"Gmarket Sans","Noto Serif KR", sans-serif;*/
}
.hall-part .hall-top-group {
	padding:80px 0 80px;
	display:block;
	width:100%;
	position:relative;
}
.hall-part .hall-top-left {
	position:absolute;
	left:0;
	z-index:20;
}
.hall-part .hall-top-right {
	position:relative;
	padding:0px 0 0;
	text-align:right;
}


@media screen and (max-width: 1280px) {
	.hall-part {
		padding:40px 0 0;
	}
	.hall-part .hall-title h1 {
		font-size: 80px;
	}
	.hall-part .hall-title h2 {
		font-size: 24px;
	}
	.hall-part .hall-title h3 {
		font-size: 20px;
	}
	.hall-part .hall-title .slogan {
		font-size: 60px;
	}
	.hall-part .hall-title .slogan.big {
		font-size: 100px;
	}
	.hall-part .hall-title .summary {
		font-size: 40px;
		padding:60px 0;
	}
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	.hall-part .hall-top {
		padding:40px 0 20px;
	}
	.hall-part .hall-title h1 {
		font-size: 60px;
	}
	
	.hall-part .hall-title h2 {
		font-size: 20px;
	}
	.hall-part .hall-title h3 {
		font-size: 18px;
	}
	.hall-part .hall-title .slogan {
		font-size: 50px;
		padding:0px 0 0px;
	}
	.hall-part .hall-title .slogan.big {
		font-size: 60px;
	}
	.hall-part .hall-top-group {
		padding:60px 0 60px;
	}
	.hall-part .hall-title .summary {
		font-size: 30px;
		padding:40px 0;
	}
}

@media screen and (max-width: 480px) {
	
	.hall-part .hall-title h1 {
		font-size: 40px;
	}
	.hall-part .hall-title h2 {
		font-size: 18px;
	}
	.hall-part .hall-title h3 {
		font-size: 16px;
	}
	.hall-part .hall-title .slogan {
		font-size: 40px;
	}
	.hall-part .hall-title .slogan.big {
		font-size: 40px;
	}
	
	.hall-part .hall-title {
		width:100%;
		display:block;
		text-align:center;
	}
	.hall-part .hall-tab {
		width:100%;
		display:block;
		padding:40px 0 0;
	}
	.hall-part .hall-title .summary {
		font-size:26px;
		padding:20px 0;
	}
	

}

.view-point {
	position: relative;
    color:rgba(255,255,255,1);
	background:rgba(40,25,15,1);
	padding:120px 0;
	margin-bottom:160px;
}
.view-point .view-point-image {
	position:absolute;
	top:0px;
	right:0px;
	z-index:2;
	width:100%;
	max-width:1000px;
}
.view-point .view-point-image .photo-area{
	position: relative;
}

@media screen and (max-width: 1700px) {
	.view-point {
		margin-bottom:80px;
	}
	.view-point .view-point-image {
		max-width:840px;
	}
}
@media screen and (max-width: 1280px) {
	.view-point .view-point-image {
		max-width:700px;
	}
}
@media screen and (max-width: 1024px) {
	.view-point {
		padding:60px 0;
		margin-bottom:20px;
	}
	.view-point .view-point-image {
		position:relative;
		top:auto;
		right:auto;
		max-width:inherit;
		margin-top:60px;
	}
}
.about-slogan {
	margin-bottom:80px;
}
.wedding-point {
	position:relative;
	margin-top:0px;
	display:table;
	width:100%;
}
.wedding-point .detail {
	position:relative;
	z-index:2;
}
.wedding-point .photo-out {
	position:relative;
	text-align:right;
	padding:60px 0 100px;
	margin-top:-15%;
	z-index:1;
}
.wedding-point .photo-out:last-child {
	padding:60px 0 60px;
}
.wedding-point .photo {
	position:relative;
	display:inline-block;
	width:60%;
}
.wedding-point .photo-out.right {
	text-align:left;
}

.wedding-point .detail-link-circle {
	margin:30px 0 0;
	padding:0 20px 0; 
	height:40px; 
	line-height:38px; 
	border-radius:40px;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:16px; 
	vertical-align:top;
	font-weight:400;
	color:#fff;
	background:rgba(190,130,100,1);
}
.wedding-point .detail-link-circle i {
	font-size: 15px;
}

.wedding-point .right{
	text-align:right;
}

.wedding-point .txt {
	padding:40px 60px 60px 60px;
}
#grand-intro .wedding-point .txt {
	padding:60px 0px 0 0px;
}
.wedding-point .detail h1 {
	font-size: 32px;
	color: #000;
    word-break: keep-all;
	letter-spacing: -1px;
	line-height:150%;
	font-weight:400;
	margin-bottom:40px;
}
.view-point .wedding-point .detail h1 {
	color:#fff;
}
.wedding-point .detail h1.big {
	font-size: 60px;
	line-height:130%;
}
.wedding-point .detail h1.mid {
	font-size: 50px;
	font-weight:700;
	line-height:140%;
}

.wedding-point .detail h4 {
	font-size:16px;
	color: #000;
	color: rgba(190,130,100,1);
	margin-bottom:20px;
	font-weight:600;
	font-family:"Raleway","Gothic A1",serif;
}
.wedding-point .detail p {
	font-size:20px;
	color: #000;
	font-weight:400;
}
.view-point .wedding-point .detail p {
	color:#fff;
}
.wedding-point .detail .point-tit {
	position:relative;
	margin-top:-10%;
	padding:0 60px;
}
.wedding-point .detail .point-tit .point-tit-slogan {
	font-size: 80px;
	letter-spacing: 0px; 
	line-height: 120%; 	
    color: rgba(0,0,0,1);
	color: rgba(190,130,100,1);
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
	text-transform:uppercase;
	font-weight:500;
}
.wedding-point .detail .point-tit .point-tit-name {
	font-size: 50px;
	color: #000;
	letter-spacing: 0px;
	line-height:140%;
	color: rgba(190,130,100,1);
	font-weight:500;
	margin-top:10px;
}

.wedding-point .detail .point-tit .point-tit-slogan2 {
	font-size: 120px;
	letter-spacing: 0px; 
	line-height: 100%; 	
    color: rgba(0,0,0,1);
	color: rgba(190,130,100,.7);
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
}
.wedding-point .detail .point-tit .point-tit-name2 {
	font-size: 36px;
	color: #000;
	letter-spacing: -1px;
	line-height:140%;
	color: rgba(190,130,100,1);
	margin-top:20px;
}

.wedding-point .hallDesc,
.wedding-sub-detail .hallDesc {
	position:relative;
	margin-top:30px;
	display:inline-block;
}
#weddingArea .wedding-point .hallDesc {

	padding:30px 0px 0 0px;
}

.wedding-point .hallDesc .tit,
.wedding-sub-detail .hallDesc .tit {
	display:block;
	position:relative;
	letter-spacing: .0.5em;
	padding:0px 0px 0 80px;
	margin:0 20px 10px 0;
	vertical-align:baseline;
	font-size:16px;	
	color:rgba(0,0,0,1);
	line-height: 30px;
	font-family:"Noto Sans KR",serif;
	text-align:left;
}

.wedding-point .hallDesc .ctr,
.wedding-sub-detail .hallDesc .ctr {
	display:inline-block;
}

.wedding-point .hallDesc .tit span,
.wedding-sub-detail .hallDesc .tit span {
	position:absolute;
	left:0;top:0px;
	display:block;
	width: 70px; 
	font-weight: normal; 	
	padding-left:15px;
	color:rgba(0,0,0,1);
	background:rgba(235,235,235,1);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Noto Sans KR",serif;
	border-radius:15px;
	line-height:30px;
	text-align:center;
}

.wedding-point .detail-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 2px solid #101010;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 16px;
	font-weight:500;
    line-height: 1.43;
    color: #101010;
}
.wedding-point .detail-link i {
	font-size: 14px;
}

.wedding-point .floor-desc,
.wedding-sub-detail .floor-desc {
	position:relative;
	margin-top:30px;
	display:inline-block;
	padding:30px 0px 0 0px;
}

.wedding-point .floor-desc .tit,
.wedding-sub-detail .floor-desc .tit {
	display:block;
	position:relative;
	letter-spacing: .0.5em;
	padding: 0px 0px 0 85px;
	margin:0 20px 10px 0;
	vertical-align:baseline;
	font-size:16px;	
	color:rgba(0,0,0,1);
	line-height: 30px;
	text-align:left;
}

.wedding-point .floor-desc .ctr,
.wedding-sub-detail .floor-desc .ctr {
	display:inline-block;
}

.wedding-point .floor-desc .tit span,
.wedding-sub-detail .floor-desc .tit span {
	position:absolute;
	left:0;top:0px;
	display:block;
	width: 70px; 
	font-weight: normal; 	
	padding-left:15px;
	color:rgba(0,0,0,1);
	background:rgba(235,235,235,1);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-family:"Raleway","Gothic A1",serif;
	border-radius:15px;
	line-height:30px;
	/*border:1px solid rgba(195,135,100,1);*/
	text-align:center;
	
}



@media screen and (max-width: 1280px) {
	.wedding-point .txt {
		padding:20px 0px 40px;
	}
	.wedding-point .detail h1 {
		font-size: 30px;
		margin-bottom:30px;
	}
	.wedding-point .detail h1.big {
		font-size: 50px;
	}
	.wedding-point .detail h1.mid {
		font-size: 40px;
	}
	.wedding-point .detail h4 {
		font-size:16px;
	}
	.wedding-point .detail p {
		font-size:16px;
	}
	.wedding-point .detail .point-tit {
		margin-top:-10%;
		padding:0px 0 0;
	}
	.wedding-point .detail .point-tit .point-tit-slogan {
		font-size: 60px;
	}
	.wedding-point .detail .point-tit .point-tit-name {
		font-size: 40px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan2 {
		font-size: 100px;
	}
	.wedding-point .detail .point-tit .point-tit-name2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 768px) {
	.about-slogan {
		margin-bottom:0px;
	}
	.wedding-point .detail h1 {
		font-size: 24px;
	}
	.wedding-point .detail h1.big {
		font-size: 40px;
		line-height:140%;
	}
	.wedding-point .detail h1.mid {
		font-size: 34px;
		line-height:140%;
	}
	.wedding-point .detail h4 {
		font-size:15px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan {
		font-size: 50px;
	}
	.wedding-point .detail .point-tit .point-tit-name {
		font-size: 30px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan2 {
		font-size: 80px;
	}
	.wedding-point .detail .point-tit .point-tit-name2 {
		font-size: 22px;
	}
	
	.wedding-point .photo-out {
		text-align:left;
		padding:0px 0 40px;
		margin-top:0;
	}
	.wedding-point .photo-out:last-child {
		padding:0px 0 40px;
	}
	.wedding-point .photo {
		width:100%;
	}
}


@media screen and (max-width: 640px) {

	.wedding-point .detail h1 {
		font-size: 20px;
	}
	.wedding-point .detail h1.big,
	.wedding-point .detail h1.mid {
		font-size: 30px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan {
		font-size: 34px;
	}
	.wedding-point .detail .point-tit .point-tit-name {
		font-size: 24px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan2 {
		font-size: 60px;
	}
	.wedding-point .detail .point-tit .point-tit-name2 {
		font-size: 22px;
	}
	.wedding-point .detail .point-tit {
		margin-top:30px;
	}
}

@media screen and (max-width: 480px) {
	.wedding-point .txt {
		padding:20px 20px 40px;
	}
	.wedding-point .detail .ment {
		padding:0px 20px 0px;
	}
	.wedding-point .detail h1.big,
	.wedding-point .detail h1.mid {
		font-size: 26px;
	}
	.wedding-point .detail .point-tit {
		padding:0 20px;
	}
}
@media screen and (max-width: 375px) {
	
	
	.wedding-point .detail .point-tit .point-tit-slogan {
		font-size: 40px;
	}
	.wedding-point .detail .point-tit .point-tit-slogan2 {
		font-size: 50px;
	}
}

.wedding-icon-point {
	position:relative;
	display:block;
	text-align:center;
}
.wedding-icon-point-in {
	position:relative;
	display:inline-block;
	width:auto;
	text-align:center;
	padding:50px 0 50px;
	margin:0 auto;
	vertical-align:top;
	max-width:700px;
}
.wide .wedding-icon-point-in {
	max-width:100%;
}
.wedding-icon-point .point-icon {
	position:relative;
	display:inline-block;
	margin:0 30px 50px;
	vertical-align:top;
}
/*.wedding-icon-point .point-icon:nth-child(4) {
	clear:left;
}*/
.wedding-icon-point .point-icon .img {
	position:relative;
	width:150px;
	height:150px;
}
.wedding-icon-point .point-icon .img img {
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wedding-icon-point .point-icon h1 {
	position:relative;
	font-size:16px;
	font-weight:500;
	color: rgba(6,92,64,1);
}

@media screen and (max-width: 1280px) {
	.wedding-icon-point-in {
		max-width:700px;
	}
}

@media screen and (max-width: 425px) {
	.wedding-icon-point-in {
		padding:0px 5px 30px;
	}
	.wedding-icon-point .point-icon {
		margin:0 5px 10px;
		width:calc(50% - 15px);
		padding:0 10px 15px;
	}
	.wedding-icon-point .point-icon .img {
		width:auto;
		height:100px;
	}
	.wedding-icon-point .point-icon .img img {
		width:40%;
	}
	.wedding-icon-point .point-icon h1 {
		font-size:14px;
	}
}


.menu-section {
	position:relative;
	padding:100px 0;
}

.menu-point {
	position:relative;
	width:100%;
	display:table;
	background:#fff;
}
.menu-point .detail {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	order:1;
}
.menu-point .photo {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	order:2;
}
.menu-point .photo-grid {
	padding: 0px 0 0;
}
.menu-point .inner {
	position:relative;
	padding:20px 100px 20px;
	vertical-align:top;
}

.menu-point .detail h1 {
	font-size: 32px;
	color: #000;
    word-break: keep-all;
	letter-spacing: -1px;
	line-height:150%;
	font-weight:400;
	margin-bottom:40px;
}

.menu-point .detail h1.big {
	font-size: 60px;
	line-height:130%;
}
.menu-point .detail h1.mid {
	font-size: 50px;
	font-weight:700;
	line-height:140%;
}

.menu-point .detail h4 {
	font-size:16px;
	color: #000;
	color: rgba(190,130,100,1);
	margin-bottom:20px;
	font-weight:600;
	font-family:"Raleway",serif;
}
.menu-point .detail p {
	font-size:20px;
	color: #000;
	font-weight:400;
}

.menu-point .detail-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 2px solid #101010;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 16px;
	font-weight:500;
    line-height: 1.43;
    color: #101010;
}
.menu-point .detail-link i {
	font-size: 14px;
}

@media screen and (max-width: 1280px) {
	.menu-section {
		padding:60px 0;
	}
	.menu-point .inner {
		padding:20px 100px 20px 0px;
	}
	.menu-point .right .inner {
		padding:20px 0 20px 100px;
	}
	.menu-point .detail h1 {
		font-size: 30px;
		margin-bottom:30px;
	}
	.menu-point .detail h1.big {
		font-size: 50px;
	}
	.menu-point .detail h1.mid {
		font-size: 40px;
	}
	.menu-point .detail h4 {
		font-size:16px;
	}
	.menu-point .detail p {
		font-size:16px;
	}
	
}

@media screen and (max-width: 768px) {
	
	.menu-point .detail h1 {
		font-size: 24px;
	}
	.menu-point .detail h1.big {
		font-size: 40px;
		line-height:140%;
	}
	.menu-point .detail h1.mid {
		font-size: 34px;
		line-height:140%;
	}
	.menu-point .detail h4 {
		font-size:15px;
	}
	.menu-point {
		display: flex;
		flex-flow: row wrap;
		width:100%;
	}
	.menu-point .photo {
		display:block;
		width:100%;
	}	
	.menu-point .detail {
		display:block;
		width:100%;
	}
	.menu-point .inner {
		padding:0px 0px 40px 0px;
	}
	.menu-point .right .inner {
		padding:0px 0 40px 0px;
	}
}


@media screen and (max-width: 640px) {

	.menu-point .detail h1 {
		font-size: 20px;
	}
	.menu-point .detail h1.big,
	.menu-point .detail h1.mid {
		font-size: 30px;
	}
	
}

@media screen and (max-width: 480px) {
	.menu-section {
		padding:0px 0 10px;
		background:rgba(245,245,245,1);
	}
	.menu-section:last-child {
		padding:0px 0 0px;
	}
	.menu-point {
		padding:40px 20px 40px;
	}
	.menu-point .detail h1.big,
	.menu-point .detail h1.mid {
		font-size: 26px;
	}
}
@media screen and (max-width: 375px) {
}



#section-other-head {
	position: relative;
	padding: 60px 0;
	margin:0px auto 0px;
}
#section-other-head .in {
	position: relative;
	display:inline-block;
}
#section-other-head strong {
	font-weight:500;
}
#section-other-head h1 {
    font-size: 50px;
    color:rgba(0,0,0,1);
    color: rgba(190,130,100,1);
    line-height:1em;
    display: inline-block;
    padding: 0px;
    letter-spacing: -0.5px;
    margin: 0;
	word-break: keep-all;
	white-space: nowrap;
	font-weight:300;
	margin:0 0 20px 0;
	font-style:italic;
	font-family:"Bodoni Moda","Noto Serif KR",serif;
}
#section-other-head h2 {
	color: rgba(51,51,51,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:18px;
	word-break: keep-all;
	white-space: nowrap;
	font-weight:500;
	padding-right:3px;	
	
}
#section-other-head h3 {
	color:rgba(0,0,0,1);
	color:rgba(2,80,50,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:20px;
	font-weight:500;
    margin-bottom: 20px;
	font-family:"Noto Sans KR",serif;
}
#section-other-head p {
	color: rgba(51,51,51,1);
    letter-spacing: 0em;
    line-height: unset;
	font-size:16px;
	font-family:"Noto Sans KR",serif;
}

.hall-floor-out {
	position:relative;
	display:inline-block;
	width::auto;
	text-align:left;
}
.hall-floor {
	padding:10px 0 0;
}
.hall-floor .tit {
	position:relative;
	display:inline-block;
	letter-spacing: .0.5em;
	padding:0px 0px 0 110px;
	vertical-align:baseline;
	font-size:16px;	
	line-height: 30px;
}
.hall-floor .tit span {
	position:absolute;
	left:0;top:0px;
	display:block;
	width: 100px; 
	font-weight: normal; 	
	padding-left:15px;
	color:rgba(255,255,255,1);
	background:rgba(190,130,100,1);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
}

@media screen and (max-width: 768px) {
	#section-other-head {
		padding: 60px 0;
	}
	#section-other-head h1 {
		font-size: 40px;
	}
	#section-other-head h2 {
		font-size:16px;
		padding-right:0px;	
		
	}	
	#section-other-head h3 {
		font-size:18px;
		
	}	
}
@media screen and (max-width: 480px) {
	#section-other-head h1 {
		font-size: 36px;
	}
	#section-other-head h3 {
		font-size:17px;
		
	}	
}

#collection-link-area {
	position:relative;
	margin:0 0 100px;
	padding:100px 0;
}
.collection-bar {
	position:absolute;
	left:50%;
	width:1px;
	height: 120px;
	top: -60px;
	background:rgba(190,130,100,.7);
	z-index:2;
}
.collection-tit {
	position:relative;
	text-align:center;
}
.collection-tit h1 {
	font-size: 80px;
	letter-spacing: 0px; 
	line-height: 100%; 	
	color: rgba(190,130,100,.7);
    color: rgba(0,0,0,1);	
	font-family:"Bodoni Moda","Noto Serif KR",serif;
	position:relative;
	text-transform:uppercase;
	padding:5px 0 20px 0;
}
.collection-tit h2 {
	font-size: 50px;
	color: #000;
	letter-spacing: 0px;
	line-height:100%;
	color: rgba(190,130,100,1);
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
}
.collection-tit p {
	font-size: 20px;
	color: #000;
	letter-spacing: 0px;
	line-height:150%;
}


.collection-copy {
	text-align:center;
	font-size: 16px;
	color: #000;
	letter-spacing: 0px;
	line-height:160%;
	font-family:"Noto Sans KR",serif;
	
}


.bg-collection {
	background:#fff;
    background:rgba(60,45,45,1);
	background:rgba(190,130,100,1);
}
.bg-collection .collection-bar {
	background:#906048;
}
.bg-collection h1 {
	color:#fff;
}
.bg-collection h2 {
	color:#fff;
}
.bg-collection p {
	color:#fff;
}
.bg-collection .brand-item .brand-img .view-bg {
	background:rgba(0,0,0,1);
	opacity: 0.75;
}


.bg-collection2 {
	background:#fff;
    background:rgba(60,45,45,1);
}

.bg-collection2 h1 {
	color:#fff;
}
.bg-collection2 p {
	color:#fff;
}


.hall-collection-group {
	position:relative;
    min-height: 1px;
	padding:80px 0;
}

.hall-collection-group .brand-list li {
	box-shadow:none;
}
.hall-collection-group .brand-list li:hover {
	box-shadow:none;
}

@media screen and (max-width: 768px) {
	.collection-tit h1 {
		font-size: 60px;
		padding:5px 0 20px 0;
	}
	.collection-tit h2 {
		font-size: 40px;
	}
	.collection-tit p {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	.collection-tit h1 {
		font-size: 50px;
		padding:5px 0 20px 0;
	}
	.collection-tit h2 {
		font-size: 30px;
	}
	.collection-tit p {
		font-size: 16px;
	}
	#collection-link-area {
		margin:0 0 50px;
		padding:80px 0 60px;
	}
	#collection-link-area .bar {
		height: 80px;
		top: -40px;
	}
	.hall-collection-group {
		padding:60px 0 40px;
	}
}

#brand-top {
}

#brand-top {
	padding:120px 0 0;
}
#brand-top.normal {
	padding:60px 0 0;
}
.lnb-use #brand-top {
	padding:160px 0 40px;
}
.lnb-use #brand-top.normal {
	padding:60px 0 40px;
}
#brand-top .brand-title {
	padding:120px 0 40px;
	text-align:center;
}
#brand-top.normal .brand-title {
	padding:40px 0 40px;
}
#brand-top .brand-title .logo {
	position:relative;
	width:100%;
	margin:0 auto;
	display:inline-block;
	padding:0px 0 40px;
}
#brand-top .brand-title .logo img {max-width:100%;}

#brand-top .brand-title h1 {
	position: relative;
	font-size: 70px; 	
    color: rgba(34,34,34,1);
	color: rgba(60,45,45,1);
	font-weight:500;
	font-family:"Noto Sans KR",serif;
	letter-spacing: -0.5px;
	line-height: 130%;
	
}
#brand-top .brand-title h2 {
	position: relative;
	font-size: 20px;
	letter-spacing:2px; 
	line-height: 160%; 	
    color: rgba(34,34,34,1);
	position:relative;
	padding:0px 0 20px;
	font-weight:400;
}
#brand-top .brand-title h3 {
	position: relative;
	font-size: 18px;
	letter-spacing: 0px; 
	line-height: 170%; 	
    color: rgba(34,34,34,1);
	position:relative;
	padding:40px 0 0px;
}
#brand-top .brand-title .textile-effect {
	visibility: hidden;
}
#brand-top .brand-title .textyle-effect {
	opacity: 0;
	perspective: 200px;
}
#brand-top .brand-title .texyle-effect span {
	transform: rotateY(-90deg);
	opacity: 0;
}
#brand-top .brand-title .texyle-effect2 {
	opacity: 0;
}
#brand-top .brand-title .texyle-effect2 span {
	position: relative;
	top: 30px;
	left: 0px;
	opacity: 0;
}

@media screen and (max-width: 1280px) {
	#brand-top .brand-title h1 {
		font-size: 60px;
	}
	#brand-top .brand-title h2 {
		font-size: 18px;
	}
	#brand-top .brand-title h3 {
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	#brand-top {
		padding:60px 0 0 !important;
	}
}

@media screen and (max-width: 768px) {
	
	#brand-top .brand-title h1 {
		font-size: 50px;
	}
	#brand-top .brand-title h2 {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 480px) {
	#brand-top .brand-title {
		padding:100px 0 50px;
	}
	#brand-top .brand-title h1 {
		font-size: 44px;
	}
}

.about-area {
	width:100%;position:relative;padding:0px 0 100px;
}
.bg-movie {
	background:rgba(190,130,100,1);
}
.bg-why {
    background: rgba(60,45,45,1);
}
#whyHead {
	position: relative;text-align: center; padding: 100px 0 80px;margin:0px auto 0px;
}
#whyHead:before {
	display: block;
    background:rgba(51,51,51,1);
	background:rgba(64,64,64,.4);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

#whyHead h1 {
	font-size: 70px;
	letter-spacing:-1px; 
	line-height: 1.2; 
	color: rgba(60,45,45,1);
	
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
	font-family: 'Bodoni Moda', 'Noto Sans KR', sans-serif;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
#whyHead h1 strong {
	font-weight:500;
}

#whyHead h2 {
	font-size: 20px; font-style: normal; letter-spacing: 0; line-height: 1.5; 
	
	color:rgba(16,16,16,1);
	font-family:"Raleway", "Noto Sans KR", serif;
	margin-bottom:10px;
}

#whyHead h3 {
	font-size: 16px; letter-spacing: 0; line-height: 170%; 
	color:rgba(64,64,64,1);
	margin-top:10px;
}
.bg-movie #whyHead:before {
	background:rgba(255,255,255,.4);
}

.bg-movie #whyHead h1 {
	color:#fff;
}
.bg-movie #whyHead h2 {
	color:#fff;
}

.bg-movie #whyHead h3 {
	color:#fff;
}

.bg-movie #inVideoCtrl .video-pause {
	background:rgba(195,135,100,1) url(/imgs/video/w_pause.png) 60% center no-repeat;
	background:rgba(55,45,40,1) url(/imgs/video/w_pause.png) center center no-repeat;
}
.bg-movie #inVideoCtrl .sound-play {
	background:rgba(55,45,40,1) url(/imgs/video/w_sound_on.png) center center no-repeat;
}

.bg-why #whyHead h1 {
	color:rgba(190,130,100,1);
}
.bg-why #whyHead h2 {
	color:#fff;
}

.bg-why #whyHead h3 {
	color:#fff;
}
.bg-why #whyHead:before {
	background: rgba(190,130,100,.7);
}



@media screen and (max-width: 768px) {
	#whyHead h1 {
		font-size: 60px;
		padding-bottom:20px;
	}
	#whyHead.sub h1 {
		font-size: 40px;
	}
	#whyHead h2 {
		font-size: 18px;
	}
	
	#whyHead h3 {
		font-size: 16px;
	}
	.about-area {
		padding:0px 0 40px;
	}
}
@media screen and (max-width: 480px) {
	#whyHead h1 {
		font-size: 50px;
	}
	#whyHead h2 {
		font-size: 16px;
	}
	#whyHead {padding: 80px 0 40px;}
	#whyHead:before {
		width: 1px;
		height: 50px;
	}
}

.brand-detail {
	position:relative;
	padding:0px 0 0px;
	margin:0px 0 0px;
	width:100%;
	display:table;
}
.brand-detail:last-child {
	margin:0px 0 0px;
}
.brand-detail .photo {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:top;
	order:1;
}
.brand-detail .photo img {
	position:relative;
	width:100%;height:auto;
}

.brand-detail .detail {
	position:relative;
	display:table-cell;
	width:50%;
	vertical-align:middle;
	order:2;
	text-align:center;
	padding:20px;
	background: rgba(190,130,100,.1);
}
.brand-detail .detail .inner {
	
}

.brand-detail .sepLogo {position:relative;display:inline-block;text-align:center;margin-bottom:30px;}

.brand-detail .category {
	margin:0px 0 0px 0px; 
	padding:0 20px 0; 
	height:40px; 
	line-height:38px; 
	border-radius:30px;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:18px; 
	color:rgba(190,130,100,1);
	vertical-align:top;
	border:1px solid rgba(190,130,100,.7);
	font-family: 'Bodoni Moda', 'Noto Sans KR', sans-serif;
}

.brand-detail .detail-name {
	line-height:130%;
	color:rgba(190,130,100,1);
	font-size:22px;
	letter-spacing:0px;
	font-family: "Pinyon Script","Noto Serif KR", sans-serif;
	font-family: 'Bodoni Moda', 'Noto Sans KR', sans-serif;
}
.brand-detail .detail-nameSub {
	font-size: 26px;
    letter-spacing: -1px;
    line-height: 140%;
	color:rgba(0, 0, 0, 1);
	color: rgba(60,45,45,1);
    word-break: keep-all;
    margin: 20px auto 40px;
}
.brand-detail .detail-nameMent {margin:20px 0 0;line-height:170%; font-size:18px;font-family: 'Noto Sans KR', sans-serif;color:rgba(16,16,16,1);}
.brand-detail .detail-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 2px solid #101010;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 14px;
	font-weight:500;
    line-height: 1.43;
    color: #101010;
}
.brand-detail .detail-link i {
	font-size: 12px;
}

.bg-why .brand-detail .category {
	color:rgba(190,130,100,1);
	border:1px solid rgba(190,130,100,.7);
}
.bg-why .brand-detail .detail-name {
	color:#fff;;
}
.bg-why .brand-detail .detail-nameSub {
	color:#fff;;
}
.bg-why .brand-detail .detail-nameMent {
    color:rgba(255,255,255,.6);
}
.bg-why .brand-detail .detail-link {
    border-bottom: 1px solid #fff;
    color:#fff;
}
.bg-why .brand-detail .detail {
	background: rgba(190,130,100,.1);
}

@media screen and (max-width: 1280px) {
	.brand-detail .detail-nameSub {
		font-size: 22px;
		margin: 20px auto 20px;
	}
	.brand-detail .detail-nameMent {font-size:16px;}
}

@media screen and (max-width: 768px) {
	.brand-detail {
		display: flex;flex-flow: row wrap;
		margin-bottom:40px;
	}
	.brand-detail .photo,
	.brand-detail .detail {
		display:block;
		width:100%;
	}	
	.brand-detail .detail {
		padding:40px 20px;
		/*background:rgba(250,250,250,1);*/
	}	
}

@media screen and (max-width: 640px) {
	.brand-detail {
		margin-bottom:20px;
	}

}

.chef-profile-area {
	position:relative;
	padding:0 0 150px;
}
.chef-profile-top {
	position:relative;
	padding:0px 0 0px;
}
.chef-profile-top.sub {
	padding:30px 0 0px;
}
.chef-profile-top .background {
    width: 80%;
    height: 500px;
    z-index: 1;
    background: #eee;
	margin-left: auto;
}
.chef-profile-top .background img {
    width: 100%;
    height: 100%;
	max-width:100%;
    object-fit: cover;
}
.chef-profile-top .visual-cover {
	position:absolute;
	top:0;right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	z-index:2;
}
.chef-profile-area .chef-profile-text {
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: left;
	color:#000;
	margin-top:-150px;
    padding-left: calc(30%);
}

.chef-profile-text .profile-subject {
	padding-bottom:100px;
	color:#fff;
}

.chef-profile-text .chef-name {
	font-size: 50px;
	letter-spacing: -0.5px; 
	line-height: 140%;
	font-weight:500;
	
}
.chef-profile-text .chef-name strong {
	font-weight:700;
}
.chef-profile-text .chef-nameSub {
	margin:0px 0 0px;
	letter-spacing: -1px; 
	font-size: 30px; 
	font-weight:400;
	font-style: normal; line-height: 130%;; 
}
.chef-profile-text .chef-nameSub strong {
	font-weight:700;
}

.chef-profile-text .chef-nameMent {margin:30px 0 0;line-height:170%; font-size:18px;font-family: 'Gothic A1', sans-serif;color:rgba(16,16,16,1);}

.chef-profile-text .category {
	margin:0px 0 20px 0px; 
	padding:0 20px 0 20px; 
	height:30px; 
	line-height:30px; 
	border-radius:20px;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:14px; 
	color:#000;
	font-weight:400;
	vertical-align:top;
	background:#fff;
	border:1px solid rgba(0,0,0,1);
}

.chef-profile-text .profileDesc {
	padding:0 0 30px 0;
	text-align:left;
}


.chef-profile-text .profileDesc > ul { margin: 0px 0 20px; padding: 0; list-style:disc !important; padding-left: 20px; text-align:left;}
.chef-profile-text .profileDesc > ul > li { font-size:16px;list-style:disc !important; letter-spacing: .0.5em; line-height: 1.5; margin-bottom:5px;}
.chef-profile-text .profileDesc > ul > li strong {font-weight:700;}


.chef-profile-area .chef-profile-img {
	position:absolute;
	top:-100px;
	right:100px;
	z-index:2;
	width:340px;
}
.chef-profile-area .chef-profile-img img {
	position:relative;
	width:100%;
	max-width:100%;
}

@media screen and (max-width: 1440px) {
	.chef-profile-area {
		padding:0px 0 100px;
	}

	.chef-profile-area .chef-profile-text {
		padding-left: calc(30%);
	}
	
}
@media screen and (max-width: 1280px) {
	.chef-profile-area .chef-profile-text {
		padding-left: calc(25%);
	}
	.chef-profile-area .chef-profile-img {
		right:50px;
		width:260px;
	}
}

@media screen and (max-width: 768px) {
	.chef-profile-area {
		padding:0px 0 60px;
	}
	.chef-profile-top .background {
		width:100%;
	}
	.chef-profile-area .chef-profile-text {
		padding-left: calc(50px);
	}
	.chef-profile-area .chef-profile-img {
		right:50px;
		width:200px;
	}
	
}

@media screen and (max-width: 480px) {
	.chef-profile-area {
		padding:0px 0 0px;
	}
	.chef-profile-top .background {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.chef-profile-area .chef-profile-text {
		margin-top:0;
		padding: 60px 40px 40px;
		color:#fff;
	}
	.chef-profile-text .profile-subject {
		padding-bottom:0px;
	}
	.chef-profile-area .chef-profile-img {
		position:relative;
		width:100%;
		top:auto;
		right:auto;
		margin:40px 0;
	}
	.chef-profile-text .chef-name {font-size:30px;}
	.chef-profile-text .chef-nameSub {font-size:22px;margin:0px 0 10px;}
	.chef-profile-text .profileDesc {
		padding:0 0 10px 0;
	}
}



.food-menu-list {
	position:relative;
	margin: 50px auto 50px; 
	padding: 0 7.5%; 
	text-align:center;
	font-family:"Noto Serif KR",serif;
}
.food-menu-list .main-tit {
	color: rgba(255,255,255,1);
	text-transform:uppercase;	
	background:rgba(20,90,125,1);
	
	display: inline-block;
	*display: inline; *zoom: 1; 
	width: 100%; 
	width:auto;
	height: 50px; 
	line-height: 46px; 
	text-align: center; 
	font-size: 26px; letter-spacing: .0em; 
	font-weight:400;
	position: relative; 
	padding: 0 20px; 
	margin-bottom:60px;
}
.food-menu-item {
	margin: 0px auto 70px; 
}
.food-menu-item h1 {
	font-size:30px;
	color:#854b20;
	line-height:100%;
	letter-spacing:-1.5px;
	font-weight:500;
}
.food-menu-item .sep {
	position:relative;
	display:inline-block;
	padding:20px;
	color:#854b20;
	line-height:100%;
	font-size:12px;
}
.food-menu-item .sep .rect {
	position:relative;
	display:inline-block;
	width:7px;
	height:7px;
	margin:2px;
	background:#854b20;
	font-size:0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.food-menu-item .sep:before { content:''; position:absolute; top:50%; left:0; right:0; height:1px; margin-top:-1px; width:100%; background:#854b20; }

.food-menu-item h2 {
	font-size:22px;
	color:#854b20;
	line-height:100%;
	margin-bottom:20px;
	letter-spacing:-0.5px;
}
.food-menu-item > ul {
}
.food-menu-item > ul > li {
	font-size:18px;
	color:#3d2c26;
	line-height:150%;
	margin-bottom:20px;
	letter-spacing:-0.5px;
}
.food-menu-item > ul > li .ment {
	font-size:16px;
	color:#666;
	line-height:150%;
	margin:10px 0 20px;
	letter-spacing:-0.5px;
}

.food-menu-list .food-footer {
	position:relative;
	padding-top:50px;
}
.food-menu-list .food-footer .logo {
	
}
.food-menu-list .food-footer .ment {
	padding-top:30px;
	font-size:14px;
}

@media screen and (max-width: 1024px) {
	.food-menu-item {
		margin: 0px auto 50px; 
	}
	
}

@media screen and (max-width: 768px) {
	.food-group .tit {
		font-size:30px;
		margin:20px 0;
	}
	.tabsType01 li a{
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	.food-menu-list .main-tit {
		font-size:20px;
		height: 40px; 
		line-height: 36px; 
	}
}


@media screen and (max-width: 480px) {
	.food-group .tit {
		font-size:20px;
	}
	.tabsType01 li a{
		height:40px;
		line-height:40px;
		font-size:14px;
	}
	
	.food-menu-item h1 {
		font-size:26px;
	}
	.food-menu-item h2 {
		font-size:20px;
	}
	.food-menu-item > ul > li {
		font-size:16px;
		margin-bottom:15px;
	}
	.food-menu-item > ul > li .ment {
		font-size:14px;
	}
	.food-menu-list .food-footer {
		padding-top:20px;
	}
	.food-menu-list .food-footer .ment {
		font-size:14px;
	}

}
@media screen and (max-width: 360px) {
	
	.food-menu-item h1 {
		font-size:30px;
	}
	.food-menu-item h2 {
		font-size:18px;
	}
	.food-menu-item > ul > li {
		font-size:14px;
	}
	.food-menu-item > ul > li .ment {
		font-size:12px;
	}
	.food-menu-list .food-footer .logo img {
		width:200px;
	}
}

.process-summary {
	position:relative;
	display:table-cell;
	width:40%;
	vertical-align:top;
	order:1;
}
.process-detail {
	position:relative;
	display:table-cell;
	width:60%;
	vertical-align:top;
	order:2;
	padding: 40px 60px 60px 60px;
}

.process-detail .process-title {
	position:relative;
	background:rgba(20,90,125,1);
	background:rgba(20,90,125,1) url(/imgs/gnb/tab_bg.png) center;
	color:#fff;
	padding:10px;
	text-align:center;
	font-size:30px;	
	overflow:hidden;
	-webkit-border-radius: 10px 0 10px 10px; 
	   -moz-border-radius: 10px 0 10px 10px; 
			border-radius: 10px 0 10px 10px;
}
.process-detail .process-at {
	display:table;
	vertical-align:top;
	position:relative;
	text-align:left;
}
.process-detail .process-at .process-line {
	position:relative;
	display:table-cell;
	width:60px;
}
.process-detail .process-at .process-line .circle {
    content: "";
    position: absolute;
    top:40px;
	left:50%;
    -webkit-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border:rgba(20,90,125,1) 2px solid;
    border-radius: 50%;
	z-index:2;
}
.process-detail .process-at .process-line .line {
	z-index:1;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    width: 1px;
    height: 100%;
    background:rgba(20,90,125,1);
}
.process-detail .process-at:first-child .process-line .line {
	top: calc(50% - 10px);;
    height: calc(50% + 10px);
}
.process-detail .process-at:last-child .process-line .line {
    
    height: calc(50% - 10px);
}
.process-detail .process-at .process-inner {
	padding:20px 0 10px 0px;
}

.process-detail .process-at:last-child .process-inner {
	/*padding-bottom:0px;*/
}
.process-detail .process-at .process-num {
	display:table-cell;
	font-size:60px;
	line-height:100%;
	font-family:"Bodoni Moda",sans-serf;
	font-style:italic;
	color:rgba(20,90,125,1);
	vertical-align:top;
	padding:0px 30px 0 0;
}
.process-detail .process-at .process-desc {
	display:table-cell;
	vertical-align:top;
	padding:10px 20px 0 0px;
}
.process-detail .process-at .process-desc h1 {
	font-size:22px; 
	line-height:150%;
	font-weight:500;
	display:block;
	color:#000;
	letter-spacing:0px;
	padding:0px 0 10px 0px;
}
.process-detail .process-at .process-desc h2 {
	font-size:16px; 
	line-height:1.4;
	letter-spacing:-0.5px;
	display:block;
	font-family:"Bodoni Moda","Noto Serif KR", sans-serif;
	font-style:italic;
	color:rgba(60,40,40,1);
	color:rgba(20,90,125,1);
	margin:0px 0px 20px;
}
.process-detail .process-at .process-desc .desc {
	line-height:160%;
	color:rgba(60,40,40,1);
	font-size:16px;
	padding:0px 0px 0px;
}
.process-detail .process-at .process-desc .desc ul {
	margin: 10px 0 0; padding: 0; list-style: disc !important; padding-left: 1.5em;
}
.process-detail .process-at .process-desc .desc ul > br {
	display:none;
}
.process-detail .process-at .process-desc .desc ul li { 
	font-size: 16px; list-style:circle outside none;letter-spacing: 0px; line-height: 160%;
	margin-bottom:8px;
}
@media screen and (max-width: 1280px) {
	.process-detail {
		
		padding:40px 0px 40px 0;
	}
}
@media screen and (max-width: 768px) {
	.process-summary {
		display: block;
	    width: 100%;
	}
	.process-detail {
		display: block;
	    width: 100%;
		padding:0px 0px 40px 0;
	}
	
}
@media screen and (max-width: 480px) {
	.process-detail .process-at .process-line {
		width:50px;
	}
	.process-detail .process-at .process-num {
		font-size:40px;
		padding:7px 15px 0 0;
	}
	.process-detail .process-at .process-desc h1 {
		font-size:20px; 
	}
	.process-detail .process-title {
		font-size:22px;	
		-webkit-border-radius: 0px 0 0px 0px; 
		   -moz-border-radius: 0px 0 0px 0px; 
				border-radius: 0px 0 0px 0px;
	}
}

.slogan-detail-area {
	position: relative;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	align-items: center;
    justify-content: center;
	padding:0px 0 100px;
	overflow:hidden;
}
.slogan-detail {
	position:relative;
	padding:0px 0 0px;
	margin:0px auto 200px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	-webkit-flex-direction: row;
			flex-direction: row;
			
	
}
.slogan-detail:last-child {
	margin:0px auto 0px;
}
.slogan-detail .photo {
	position:relative;
	display:block;
	vertical-align:top;
	order:2;
	z-index:3;
}
.slogan-detail .detail {
	position:relative;
	display:block;
	align-self:flex-end;
	order:1;
	color:rgba(2,80,50,1);
	z-index:1;
}
.slogan-detail:nth-child(even) .photo {
	order:1;
}
.slogan-detail:nth-child(even) .detail {
	order:2;
}

.bg-use .slogan-detail-area {
	padding:150px 0;
}
.detail-bg-use .slogan-detail .detail,
.bg-use .slogan-detail .detail {
	color:rgba(254,252,244,1);
}

.slogan-detail .photo-img {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.slogan-detail .photo-img img {
	position:relative;
	max-width:100%;height:auto;
}


.slogan-detail .inner {
	position:relative;
	padding:40px 80px;
	vertical-align:top;
	z-index:2;
}
.slogan-detail .detail-bg {
	position:absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:120%;
	height:120%;
	z-index:1;
	background:rgba(6,92,64,1);
	display:none;
}
.slogan-detail:nth-child(even) .detail-bg {
	background:rgba(190,130,100,1);
}

.detail-bg-use .slogan-detail .detail-bg {
	display:block;
}
.bg-use.detail-bg-use .slogan-detail .detail-bg {
	background: rgba(254,252,244,1);
}
.bg-use.detail-bg-use .slogan-detail .detail {
	color:rgba(2,80,50,1);
}
.slogan-detail .category {
	margin:0px 0 20px 0px; 
	padding:0 15px 0 15px; 
	height:30px; 
	line-height:28px; 
	border-radius:15px;
	display: -moz-inline-stack;
	display:inline-block; 
	min-width:auto;
	white-space:nowrap;
	text-align:center; 
	font-size:15px; 
	color:#000; 
	vertical-align:top;
	border:1px solid rgba(0,0,0,.2);
}

.slogan-detail .slogan-name {margin:0px 0 30px;line-height:140%; font-weight:300; font-size:30px;  font-weight:500;font-family: 'Noto Serif KR', serif;letter-spacing:-0.5px;}
.slogan-detail .slogan-nameSub {line-height:160%; font-weight:500; font-size:18px; font-family: 'Noto Serif KR', serif;}
.slogan-detail .slogan-nameMent {margin:30px 0 0;line-height:180%; font-size:15px;}
.slogan-detail .hallDesc {
	line-height:140%;
	position:relative;
	/*margin:0px 0 20px;*/
	padding:40px 0px 0 0px;
	font-size:15px;
}
.slogan-detail .hallDesc .tit {
	position:relative;
	display:inline-block;
	letter-spacing: .0.5em;
	padding:0px 0px 0 85px;
	margin:0 20px 10px 0;
	vertical-align:baseline;
	font-size:16px;	
	line-height: 30px;
}
.slogan-detail .hallDesc .tit span {
	position:absolute;
	left:0;top:0px;
	display:block;
	width: 70px; 
	font-weight: normal; 	
	padding-left:15px;
	color:rgba(0,0,0,1);
	background:rgba(235,235,235,1);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
}
.slogan-detail .slogan-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 2px solid #101010;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 16px;
	font-weight:500;
    line-height: 1.43;
    color: #101010;
}
.slogan-detail .detail-link i {
	font-size: 14px;
}
.detail-bg-use .slogan-detail .slogan-link,
.bg-use .slogan-detail .slogan-link {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.bg-use.detail-bg-use .slogan-detail .slogan-link {
	color: #101010;
	border-bottom: 2px solid #101010;
}

@media screen and (max-width: 1024px) {
	.slogan-detail .inner {
		padding:40px 80px 40px 40px;
	}
	.slogan-detail:nth-child(even) .inner {
		padding:40px 40px 40px 80px;
	}
}
@media screen and (max-width: 768px) {
	.slogan-detail-area {
		padding:0px 0 0px;
	}
	.bg-use .slogan-detail-area {
		padding:100px 0;
	}
	.slogan-detail {
		margin:0px auto 100px;
		-webkit-flex-direction: column;
				flex-direction: column;
		
	}
	.slogan-detail .photo {
		width:100%;
		order:1;
	}
	
	.slogan-detail .detail {
		width:100%;
		order:2;
	}
	.slogan-detail:nth-child(even) .photo {
		text-align:right;
	}
	.slogan-detail .inner {
		padding:60px 0px 0px 0px;
	}
	.slogan-detail:nth-child(even) .inner {
		padding:60px 0px 0px 0px;
	}
}
@media screen and (max-width: 480px) {
	.slogan-detail-area {
		padding:0 20px;
	}
	.bg-use .slogan-detail-area {
		padding:20px 20px;
	}
	.slogan-detail {
		margin:20px auto 60px;
		
	}
	.slogan-detail:last-child {
		margin:20px auto 20px;
		
	}
	.slogan-detail .inner {
		padding:40px 0px 0px 0px;
	}
	.slogan-detail:nth-child(even) .inner {
		padding:40px 0px 0px 0px;
	}
	.slogan-detail .slogan-name {font-size:24px}
	.slogan-detail .slogan-nameSub {font-size:16px;}
	.slogan-detail .slogan-nameMent {font-size:14px;}
	.slogan-detail .photo-img img {
		max-width:70%;
	}


}


.special-area {
	position:relative;
	padding:100px 0;
}
.special-head {
	position:relative;
	padding:0px 0;
	color:rgba(2,80,50,1);
}

.special-head h1 {
	
	line-height:140%; 
	font-weight:300; 
	font-size:30px;  
	font-weight:500;
	/*font-family: 'Noto Serif KR', serif;*/
	letter-spacing:-0.5px;
}
.special-head h2 {
	margin:15px 0 15px;
	line-height:160%; 
	font-weight:400; 
	font-size:18px; 
	color: rgba(190,130,100,1);
	font-family: 'Noto Serif KR', serif;
}
.special-head .desc  {
	margin:30px 0 0;
	line-height:180%;
	font-size:16px;
}
.special-head .special-link {
	margin:20px 0 0;
	display: inline-block;
    padding: 6px 0 2px;
    border-bottom: 2px solid #101010;
    font-family: 'Raleway', 'Noto Sans KR', sans-serif;
    font-size: 16px;
	font-weight:500;
    line-height: 1.43;
    color: #101010;
}
.special-head .special-link i {
	font-size: 14px;
}
.special-head .hallDesc {
	line-height:140%;
	position:relative;
	/*margin:0px 0 20px;*/
	padding:40px 0px 0 0px;
	font-size:15px;
}
.special-head .hallDesc .tit {
	position:relative;
	display:inline-block;
	letter-spacing: .0.5em;
	padding:0px 0px 0 85px;
	margin:0 20px 10px 0;
	vertical-align:baseline;
	font-size:16px;	
	line-height: 30px;
}
.special-head .hallDesc .tit span {
	position:absolute;
	left:0;top:0px;
	display:block;
	width: 70px; 
	font-weight: normal; 	
	padding-left:15px;
	color:rgba(0,0,0,1);
	background:rgba(235,235,235,1);
	padding:0;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-radius:15px;
	line-height:30px;
	text-align:center;
}

.special-head-bar {
	text-align: center; 
	padding: 100px 0 0px;
	margin:0px auto 0px;
}
.special-head-bar:before {
	display: block;
	background:rgba(2,80,50,.4);
    width: 1px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
}

.special-head-bar h1 {
	font-size: 40px;
	letter-spacing:0;
}

.special-head-bar h1 strong {
	font-weight:600;
	/*color:rgba(220,120,1,1);*/
}

.special-head-bar h2 {
	margin:20px 0 15px;
}


.special-slick-box {
	position:relative;
	padding:0px 0 0px;
}


.slick-slide-box .slick-track {
	
	/*display: flex;*/
}
.slick-slide-box .slick-slide {
	
}
.slick-slide-box .slick-item {
	position:relative;
	height:300px;
}
.slick-slide-box .slick-item img {
	position:relative;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slick-slide-box .slick-list {
	padding:60px 0;
}
.slick-slide-box .slick-slide {
	padding: 0 5px 0 0;
}

.slick-slide-box .slick-item a .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	background:rgba(0,0,0,.0);
	webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}
.slick-slide-box .slick-item a .cover:after {
	position:relative;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-family: 'themify'; content: "\e611"; font-size: 26px; font-weight: normal;color:#fff;line-height:26px;
	display:inline-block;
	margin-top:5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
}

.slick-slide-box .slick-item a:hover .cover {
	background:rgba(0,0,0,.3);
}

.slick-slide-box .slick-item a:hover .cover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* slick Arrows */
.slick-slide-box .slick-arrow {
    top: calc(50%);
}
.slick-slide-box .slick-dots {
}

@media screen and (max-width: 768px) {
	.special-area {
		padding:60px 0;
	}
	.slick-slide-box .slick-item {
		height:240px;
	}
	.slick-slide-box .slick-arrow {
		display:none !important;
	}
	
	.special-head h1 {
		
		font-size:20px;  
	}
	.special-head h2 {
		font-size:16px; 
	}
	.special-head .desc  {
		font-size:15px;
	}
	.special-head-bar h1 {
		font-size: 30px;
	}

}
@media screen and (max-width: 480px) {
	.special-area {
		padding:40px 0 60px;
	}
	.special-head-bar {padding: 80px 0 20px;}
	.special-head-bar:before {
		width: 1px;
		height: 50px;
	}
	.slick-slide-box .slick-item {
		height:200px;
	}
	.slick-slide-box .slick-list {
		padding:40px 0 20px;
	}
	.special-slick-box .slick-dots {
		position:relative;
	}

}
