#content {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0 none;
	background: transparent;
}

#visual-area ul.slide li span.title {
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	color: #fff;
	font-size: 150%;
	text-align: left;
	line-height: normal;
	padding: 30px;
	background: rgba(0,0,0,.5);
	transform: translateY(-50%);
	border-radius: 6px;
	z-index: 2;
}
#visual-area div.bx-wrapper,
#visual-area div.bx-wrapper div.bx-viewport {
	z-index: 1;
}
#visual-area .bx-wrapper .bx-pager.bx-default-pager a {
	width: 12px;
	height: 12px;
	margin: 0 6px;
	padding: 0;
	background: #c6c6c6;
	border: 3px solid #c6c6c6;
}
#visual-area .bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color: #ee466e;
	background: #ee466e;
}
#visual-area .bx-wrapper .bx-viewport img {
	position: relative;
	top: 0;
	left: 50%;
	text-align: center;
	max-width: 300%;
	margin: 0 0 0 -150%;
	z-index: 1;
}
#popup-layer {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 40px;
	margin: 0;
	z-index: 1000;
	background: #fff;
}
#popup-layer iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#popup-layer div#check {
	position:absolute;
	left: 10px;
	bottom: 10px;
}
#popup-layer div#close {
	position:absolute;
	right: 12px;
	bottom: 12px;
}
#check input {
	/*display: none;*/
	cursor: pointer;
	vertical-align: middle;
}
#check label {
	cursor: pointer;
	color: #777;
	font-size: 90%;
}
#close a {
	display: block;
	color: #777;
	font-size: 90%;
	letter-spacing: -1px;
	padding-left: 50px;
	line-height: normal;
	background: url(/images/common/close-b.svg) 50% 50% no-repeat;
	background-size: 15px 15px;
}
#close a:hover,
#close a:focus {
	color: #ee466e;
}
#article {
	position: relative;
	margin: 0;
}
#article div.left-area div.popup-board,
#article div.left-area div.major-links {
	position: relative;
}
#article div.left-area div.popup-board .popup-zone {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
#highlight .bx-wrapper .bx-pager {
	position: absolute;
	right: 74px;
	bottom: -1px;
	font-size: 80%;
	font-family: arial;
	line-height: 24px;
	padding: 0 9px;
	border: 1px solid #d9d9d9;
	background: #fff;
}
#highlight .bx-wrapper .bx-viewport img {
	margin: 0 auto;
}
#highlight .bx-wrapper .bx-controls {
	padding: 0;
}
#highlight .bx-wrapper .bx-controls-direction {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 13px;
}
#highlight .bx-wrapper .bx-controls-direction a {
	top: 1px;
	bottom: -1px;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	background-size: 50%;
	z-index: 1;
}
#highlight .bx-wrapper .bx-prev {
	left: 0;
	background: url(/images/common/prev-btn.svg) 50% 50% no-repeat;
}
#highlight .bx-wrapper .bx-next {
	right: 0;
	background: url(/images/common/next-btn.svg) 50% 50% no-repeat;
}
#highlight .bx-wrapper .bx-controls-auto a {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid #d9d9d9;
	z-index: 1;
}
#highlight .bx-wrapper .bx-controls-auto a.bx-stop {
	background: url(/images/common/stop-btn.svg) 50% 50% no-repeat;
}
#highlight .bx-wrapper .bx-controls-auto a.bx-start {
	background: url(/images/common/play-btn.svg) 50% 50% no-repeat;
}
#highlight .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	position: absolute;
	right: 49px;
	bottom: -1px;
	width: 26px;
	height: 26px;
	margin: 0;
	background-color: #fff;
}
#highlight .bx-wrapper .bx-controls-direction a:hover,
#highlight .bx-wrapper .bx-controls-auto a:hover {
	border-color: #666;
	z-index: 2;
}

#article div.left-area div.popup-board div.board-zone {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 20px 0;
	padding-top: 47px;
	border: 1px solid #d7d7d7;
	background-color: #fff;
}

#article div.left-area div.popup-board div.board-zone .tab-area .tab h4 {
	position:absolute;
	top: -1px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border: 0 none;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab1 h4 {
	left: -1px;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab2 h4 {
	left: 105px;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab3 h4 {
	left: 225px;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab h4 a {
	position: relative;
	display:block;
	color: #777;
	font-size: 80%;
	font-weight: 400;
	text-align: center;
	line-height: 49px;
	height: 49px;
	padding: 0 25px;
	border: 1px solid #d9d9d9;
	background-color: #eee;
	z-index: 1;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tabon h4 a {
	position: relative;
	color: #222;
	line-height: 49px;
	height: 49px;
	border-bottom: 0 none;
	background: #fff;
	z-index: 2;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab .box {
	display: none;
	height: 166px;
	margin: 0;
	padding: 15px 12px 15px 15px;
	border-top: 1px solid #d7d7d7;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab .box ul li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	font-weight: 300;
	text-align: left;
	line-height: 32px;
	overflow: hidden;
	width: 75%;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(/images/common/bullet01.gif) no-repeat 0 50%;
}

#article div.left-area div.popup-board div.board-zone .tab-area .box ul li a img {
	padding: 0 0 0 3px;
	vertical-align: middle;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tab .box ul li span.date {
	display: inline-block;
	vertical-align: top;
	color: #777;
	font-size: 90%;
	font-family: arial;
	font-weight: 300;
	line-height: 32px;
	letter-spacing: -1px;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tabon .box {
	display:block;
	background-color: #fff;
}
#article div.left-area div.popup-board div.board-zone .tab-area .box ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
#article div.left-area div.popup-board div.board-zone .tab-area .box ul li b.new-img {
	display: block;
	position: absolute;
	top: 8px;
	left: 206px;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	background: url(/images/bb/new.gif) 0 0 no-repeat;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tabon .box a.more-btn {
	display: block;
	position: absolute;
	top: 11px;
	right: 13px;
	text-indent: -9999em;
	width: 26px;
	height: 26px;
	border: 1px solid #d7d7d7;
	background: url(/images/common/plus-icon.png) 50% 50% no-repeat;
}
#article div.left-area div.popup-board div.board-zone .tab-area .tabon .box a.more-btn:hover {
	border-color: #ee466e;
}
#article div.left-area div.major-links {
	width: 100%;
}
#article div.left-area div.major-links ul li {
	float: left;
	width: 50%;
	min-height: 180px;
	border:1px solid #d9d9d9;
	margin: -1px 0 0 -1px;
}
#article div.left-area div.major-links ul li:first-child,
#article div.left-area div.major-links ul li:nth-child(2) {
	margin-top: 0;
}
#article div.left-area div.major-links ul li:first-child,
#article div.left-area div.major-links ul li:nth-child(3) {
	margin-left: 0;
}
#article div.left-area div.major-links ul li a {
	display: block;
	position: relative;
	height: 100%;
}
#article div.left-area div.major-links ul li a img.img-icon {
	display: block;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	padding: 30px 0 10px 0;
	transition-duration: .3s;
}
#article div.left-area div.major-links ul li a:hover img.img-icon {
	transition-duration: .3s;
	transform: scale(1.15);
}
#article div.left-area div.major-links ul li a span {
	display: block;
	text-align: center;
	padding: 10px 5px;
}
#article div.left-area div.major-links ul li a span.title {
	font-size: 95%;
	font-weight: 400;
	letter-spacing: -1px;
	padding-top: 0;
}
#article div.left-area div.major-links ul li a span.content {
	color: #666;
	font-size: 85%;
	font-weight: 300;
	line-height: normal;
	padding-top: 0;
	padding-bottom: 0;
}
#article div.left-area div.main-contents {
	display: inline-block;
	width: 100%;
	height: 100%;
	margin: 15px 0 0 0;
	padding: 0;
}
/*
#article div.left-area div.main-contents div#pager {
	background: #f0f0f0;
	box-shadow: 0 1px 1px #000;
}
*/
#article div.left-area div.main-contents div#pager ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3334%;
	line-height: 34px; 
}
#article div.left-area div.main-contents div#pager ul li a {
	position: relative;
	display: block;
	font-size: 85%;
	text-align: center;
	margin-left: -1px;
	border: 1px solid #d9d9d9;
	border-bottom: 0 none;
	background: #f6f6f6;
	z-index: 1;
}
#article div.left-area div.main-contents div#pager ul li a:hover {
	background: #fff;
}
#article div.left-area div.main-contents div#pager ul li a.active {
	color: #fff;
	border-color: #eb456d;
	background-color: #eb456d;
	z-index: 2;
}
#article div.left-area div.main-contents ul.slider li {
	position: relative;
	display: block;
	width: 100%;
	min-height: 387px;
}
#article div.left-area div.main-contents ul.slider li span {
	display: block;
}
#article div.left-area div.main-contents ul.slider li span.text {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10%;
	background: rgba(0,0,0,.4);
}
#article div.left-area div.main-contents ul.slider li span.text span.title {
	font-size: 100%;
	font-weight: 300;
	width: 75%;
	padding-bottom: 20px;
}
#article div.left-area div.main-contents ul.slider li span.text span.title b {
	display: block;
	font-size: 150%;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -2px;
}
#article div.left-area div.main-contents ul.slider li span.text span.point-bg {
	width: 50px;
	height: 1px;
	margin-bottom: 30px;
	background-color: #3be2aa;
}
#article div.left-area div.main-contents ul.slider li span.text span.content {
	font-size: 60%;
	font-weight: 300;
	line-height: normal;
	text-align: left;
}
#article div.left-area div.main-contents ul.slider li span.text a.btn {
	display: inline-block;
	color: #fff;
	font-size: 90%;
	margin-top: 30px;
	padding: 8px 40px;
	border: 1px solid #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#article div.left-area div.main-contents ul.slider li span.text a.btn:hover {
	color: #ee466e;
	border-color: #fff;
	background: #fff;
}
#article div.left-area div.main-contents ul.slider li.first {
	background: url(/images/open.content/hwarang/main/m-main-contents01.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents ul.slider li.second {
	background: url(/images/open.content/hwarang/main/m-main-contents02.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents ul.slider li.third {
	background: url(/images/open.content/hwarang/main/m-main-contents03.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents ul.slider li.fourth {
	background: url(/images/open.content/hwarang/main/m-main-contents04.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents ul.slider li.sixth {
	background: url(/images/open.content/hwarang/main/m-main-contents05.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents ul.slider li.fifth {
	background: url(/images/open.content/hwarang/main/m-main-contents07.jpg) 50% 50% no-repeat;
}
#article div.left-area div.main-contents .bx-wrapper .bx-controls {
	padding: 0;
}

#article div.right-area {
	position: relative;
	width: 100%;
	margin-top: 15px;
}
#article div.right-area ul li {
	height: 288px;
	margin-top: 11px;
}
#article div.right-area ul li:first-child {
	margin-top: 0;
}
#article div.right-area ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 95%;
	height: 100%;
	margin: 0 2.5%;
	padding: 25px;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
}
#article div.right-area ul li.lodge a {
	background: #e3f6ff url(/images/open.content/hwarang/main/lodge.svg) 100% 100% no-repeat;
}
#article div.right-area ul li.performance a {
	background: #ecfcf9 url(/images/open.content/hwarang/main/performance.svg) 100% 100% no-repeat;
}
#article div.right-area ul li.exhibition a {
	background: #fff3dd url(/images/open.content/hwarang/main/exhibition.svg) 100% 100% no-repeat;
}
#article div.right-area ul li.reservation a {
	background: #FFE1F0 url(/images/open.content/hwarang/main/reservation.svg) 100% 100% no-repeat;
}
#article div.right-area ul li a span {
	display: block;
}
#article div.right-area ul li a span.title {
    font-size: 150%;
	font-weight: 500;
	padding-bottom: 10px;
}
#article div.right-area ul li a span.content {
	color: #262626;
	font-size: 105%;
	font-weight: 300;
	line-height: normal;
	letter-spacing: -.5px;
}
#article div.right-area ul li a:hover {
	background-color: #fff;
	background-position: 100% 110%;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}


#article div.right-area ul li a span.more-icon {
	position: absolute;
	bottom: 25px;
	left: 25px;
	text-indent: -9999em;
	width: 26px;
	height: 26px;
	border: 1px solid #d7d7d7;
	background: url(/images/common/plus-icon.png) 50% 50% no-repeat;
	transition-duration: .3s;
}
#article div.right-area ul li a span.more-icon:hover,
#article div.right-area ul li a:hover span.more-icon {
	border-color: #ee466e;
	transition-duration: .3s;
}





#article div.bottom-area {
	position: relative;
	margin: 15px 0;
}
#photo-gallery .bx-wrapper {
	margin: 0 auto;
}
#photo-gallery ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 290px;
}
#photo-gallery ul li a img.title-img {
	display: block;
	height: 200px;
	overflow: hidden;
	transition-duration: .3s;
}
#photo-gallery ul li a:hover img.title-img {
	transform: scale(1.05);
	transition-duration: .3s;
}
#photo-gallery ul li a span {
	display: block;
	text-align: left;
}
#photo-gallery ul li a span.text {
	width: 290px;
	height: 180px;
	overflow: hidden;
	padding: 12px 15px 15px 15px;
	border: 1px solid #dadada;
	border-top: 0 none;
}
#photo-gallery ul li a span.text span.title {
	font-size: 100%;
	font-weight: 500;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
#photo-gallery ul li a span.text span.date {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #7a7a7a;
	font-size: 12px;
	font-family: arial, sans-serif;
	letter-spacing: -.5px;
}
#photo-gallery ul li a span.text span.content {
	color: #444;
	font-size: 90%;
	font-weight: 300;
	line-height: normal;
}
#photo-gallery .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e6e6e6;
	border-color: #e6e6e6;
}
#photo-gallery .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 12px;
	border-color: #ff4500;
	background: #ff4500;
}
@media screen and (min-width: 769px) {
	#visual-area .bx-wrapper .bx-viewport img {
		width: 100%;
		margin: 0 0 0 -50%;
	}
}

