/* 공통 CSS */
.c-beige { color: #e6cfa7; }
.c-white { color: #fff; }

.ft-js { font-family: 'Josefin Sans', sans-serif; letter-spacing: -0.03em; color: #444; }

.text_eng {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: -0.01em;
	color: #ccc;
}

/* 버튼 */
.btn_more {
	display: inline-block;
	width: 99px; height: 13px;
	background: url(../images/btn_more.png) 0 0 no-repeat;
	transition: background 0.3s;
}
.btn_more:hover {
	background: url(../images/btn_more_ov.png) 0 0 no-repeat;
}

.btn_deco, .btn_decoW { position: relative; }
.btn_deco::after {
	content: '';
	position: absolute;
	bottom: -5px; left: 0;
	width: 0; height: 1px;
	background: #927e6b;
	transition: width 0.3s;
}
.btn_decoW::after {
	content: '';
	position: absolute;
	bottom: -5px; left: 0;
	width: 0; height: 1px;
	background: #fff;
	transition: width 0.3s;
}
.btn_deco:hover::after, .btn_decoW:hover::after { width: 100%; }



/* 서브 타이틀 */
.title_content {
	position: relative;
	width: 100%; height: 170px;
	margin-top: 145px;
	background: #fff;
}
.sub_title { text-align: center; }
.sub_title h5 {
	position: relative;
	display: inline-block;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	height: 70px;
	line-height: 78px;
	color: #444;
	z-index: 1;
}
.sub_title h5 span {
	display: inline-block;
	transform: translateX(-100px);
}
.sub_title h5 .title_deco {
	position: absolute;
	top: 0; bottom: 0;
	margin: auto;
	background: #e6e0da;
	z-index: -1;
}
.sub_title h6 {
	margin: 15px 0;
	font-size: 14px;
	color: #888;
	letter-spacing: -0.02em;
}


.scrollDown {
	position: absolute;
	bottom: 26px; right: 0; left: 0;
	margin: auto;
	width: 55px; height: 117px;
	background: url(./../images/scrollDown.png) 0 no-repeat;
	z-index: 40;
}

/** 메인 슬라이더 **/
.tp-banner-container .tp-leftarrow.default {
	width: 96px; height: 155px;
	background-image: url(../images/arrowL.png);
	background-position: right top;
	background-repeat: no-repeat;
	transition: background-position 0.3s;
}
.tp-banner-container .tp-leftarrow.default:hover { background-position: left top; }
.tp-banner-container .tp-leftarrow.round { margin-left: 50px; }
.tp-banner-container .tp-rightarrow.default {
	width: 96px; height: 155px;
	background-image: url(../images/arrowR.png);
	background-position: left top;
	background-repeat: no-repeat;
	transition: background-position 0.3s;
}
.tp-banner-container .tp-rightarrow.default:hover { background-position: right top; }
.tp-banner-container .tp-rightarrow.round { margin-right: 50px; }

.tp-banner-container .tp-bullets { bottom: 47px!important; }
.tp-banner-container .tp-bullets.simplebullets.round .bullet {
	display: inline-block;
	width: 24px; height: 5px;
	background: rgba(255,255,255,0.5);
	transition: background 0.3s;
}
.tp-banner-container .tp-bullets.simplebullets.round .bullet.selected { background: #fff; }

.tp-banner-container .btn-prev {
	position: absolute;
	top: 0; bottom: 0; left: 70px;
	margin: auto;
	display: inline-block;
	width: 97px; height: 155px;
	background-image: url(./../images/arrowL.png);
	background-position: right top;
	background-repeat: no-repeat;
	transition: background-position 0.4s;
	z-index: 30;
}
.tp-banner-container .btn-prev:hover {
	background-position: left top;
}
.tp-banner-container .btn-next {
	position: absolute;
	top: 0; bottom: 0; right: 70px;
	margin: auto;
	display: inline-block;
	width: 97px; height: 155px;
	background-image: url(./../images/arrowR.png);
	background-position: left top;
	background-repeat: no-repeat;
	transition: background-position 0.4s;
	z-index: 30;
}
.tp-banner-container .btn-next:hover {
	background-position: right top;
}

.tp-banner-container .pageObj {
	position: absolute;
	bottom: 75px; right: 0; left: 0;
	margin: auto;
	text-align: center;
	z-index: 30;
}
.tp-banner-container .pageObj .playNstop {
	display: inline-block;
	width: 24px; height: 24px;
	margin-right: 12px;
	background-image: url(../images/stop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
}
.tp-banner-container .pageObj .page {
	position: relative;
	display: inline-block;
	height: 24px; line-height: 24px;
	padding-left: 12px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.08em;
	vertical-align: top;
}
.tp-banner-container .pageObj .page::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 1px; height: 15px;
	background: #fff;
}


/* 슬라이더 */
#firstSlider { overflow: hidden; }

#firstSlider .sliderSlogan {
	position: absolute;
	right: 0; left: 0; bottom: 0;
	margin: auto;
	height: 90px;
	text-align: center;
	transition: top 0.5s;
	z-index: 10;
}
#firstSlider .sliderSlogan h5 {
	color: #fff;
	text-transform: uppercase;
}
#firstSlider .sliderSlogan h6 {
	margin-top: 6px;
	font-family: 'Malgun gothic', '맑은 고딕';
	font-size: 18px;
	color: #fff;
}
#firstSlider .sliderObj {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 155px;
}
#firstSlider .sliderObj a {
	position: absolute;
	display: block;
	width: 97px; height: 157px;
	background-repeat: no-repeat;
	z-index: 30;
}
#firstSlider .sliderObj .arrowL {
	left: 70px;
	background-image: url(./../images/arrowL.png);
	background-position: right top;
	transition: background-position 0.4s;
}
#firstSlider .sliderObj .arrowL:hover {
	background-position: left top;
}
#firstSlider .sliderObj .arrowR {
	right: 70px;
	background-image: url(./../images/arrowR.png);
	background-position: left top;
	transition: background-position 0.4s;
}
#firstSlider .sliderObj .arrowR:hover {
	background-position: right top;
}

#firstSlider .pageObj {
	position: absolute;
	bottom: 185px; right: 0; left: 0;
	margin: auto;
	text-align: center;
	z-index: 100;
}
#firstSlider .pageObj .playNstop {
	position: relative;
	display: inline-block;
	width: 24px; height: 24px;
	margin-right: 12px;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: top;
}
#firstSlider .pageObj .playNstop.STOP {
	background-image: url(../images/stop.png);
}
#firstSlider .pageObj .page {
	position: relative;
	display: inline-block;
	height: 24px; line-height: 24px;
	padding-left: 12px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.08em;
	vertical-align: top;
}
#firstSlider .pageObj .page::before {
	content: '';
	position: absolute;
	top: 0; bottom: 0; left: 0;
	margin: auto;
	width: 1px; height: 15px;
	background: #fff;
}



/* fixedImg */
.fixed {
	position: relative;
	width: 100%;
	padding-top: 47%;
	background-attachment:fixed;
	overflow: hidden;
}
.fixed .fixed_hidden {
	clip: rect(0, auto, auto, 0);
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.fixed .fixed_hidden img {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.fixed .fixedTxt {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	height: 22px;
	text-align: center;
	transform: translateY(150px);
	transition: all 2s;
}
.fixed .fixedTxt img { max-width: 100%;}

