body {
	/*background: url(/images/main/main-top-bg.png) 0 0 repeat-x;*/
/* 	background: url(/images/main/main-top-bg.png) 0 0 repeat-x; */
}
#wrap {
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	background: #fff;
}
#header .header-area {
	position: relative;
	width: 999px;
	height: 109px;
	margin: 0 auto;
	/*background: url(/images/common/header-bg.png) 0 0 repeat-x;*/
}
#content {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#visual-area {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 999px;
}
#visual-area .visual-area-title {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 500px;
	margin: 0;
	padding: 30px 25px;
	transform: translateX(-50%);
	background: rgba(0,0,0,.5);
	border-radius: 8px;
	z-index: 1000;
}
#visual-area div.visual-area-title p.title {
	color: #ffff60;
	font-size: 120%;
	text-align: center;
	padding-bottom: 10px;
}
#visual-area div.visual-area-title p.content {
	color: #eee;
	line-height: 22px;
	text-align: left;
}
#visual-area .visual-container {
	width: 100%;
	background: #d6d6e6;
}
#visual-area .circular .slide {
	width: 100%;
	text-align: center;
}
#visual-area .circular .slide img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	/*width: 100%;*/
	width: auto;
	max-width: 1920px;
	min-height: 690px;
	text-align: center;
	margin-top: -2.5%;
}
#visual-area .circular .fadenav {
	left: 50%;
	/*margin: 0 0 0 -494px;*/
}
#visual-area .start-btn {
	left: 50%;
	margin: 0 0 0 456px;
}
#visual-area .stop-btn {
	left: 50%;
	margin: 0 0 0 456px;
}

#youtube {
	position: relative;
	width: 999px; 
	margin: 0 auto;
	padding: 15px 0 30px 0;
}
#youtube ul {
	width: 100%;
}
#youtube ul li {
	display: inline-block;
	vertical-align: top;
	/* margin-right: 1px;
	width: calc((100% - 3px) / 3); */
}
#youtube ul li a {
	position: relative;
	display: block;
	text-indent: -9999em;
	font-size: 0;
	width: 165px;
	height: 145px;
	margin-left: -1px;
	border: 1px solid #cdcdcd;
	z-index: 1;
}

#youtube ul li.first a {
	background: url(/images/open.content/ko/main/travel.png) 50% 50% no-repeat;
}
#youtube ul li.second a {
	background: url(/images/open.content/ko/main/story.png) 50% 50% no-repeat;
}
#youtube ul li.third a {
	background: url(/images/open.content/ko/main/sensuous.png) 50% 50% no-repeat;
}
#youtube ul li.fourth a {
	background: url(/images/open.content/ko/main/firefly.png) 50% 50% no-repeat;
}
#youtube ul li.fifth a {
	background: url(/images/open.content/ko/main/eco.png) 50% 50% no-repeat;
}
#youtube ul li.sixth a {
	background: url(/images/open.content/ko/main/ecology.png) 50% 50% no-repeat;
}

#youtube ul li a:hover {
	border-color: #ff5722;
	z-index: 2;
}

#youtube .youtube2 {
	margin-top: 5px;
}

#middle-area {
	margin: 0;
	padding: 0 0 12px 0;
}
div.popup {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 333px;
	height: 213px;
	overflow: hidden;
}
div.popup div.popup-warp {
	position: relative;
	width: 100%;
	height: 100%;
}
/*
div.popup div.popup-warp:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background-color: rgba(0,0,0,.7);
	z-index: 2;
}
*/
div.popup div.popup-warp div.content button {
	display: block;
	text-indent: -9999em;
	width: 26px;
	height: 26px;
}
div.popup div.popup-warp div.content button.slick-prev {
	position: absolute;
	top: 8px;
	right: 62px;
	border: 0 none;
	background: #fff url(/images/common/arrow-LB-icon.svg) 50% 50% no-repeat;
	background-size: 8px;
	z-index: 10;
}
div.popup div.popup-warp div.content button.slick-next {
	position: absolute;
	top: 8px;
	right: 8px;
	border: 0 none;
	background: #fff url(/images/common/arrow-RB-icon.svg) 50% 50% no-repeat;
	background-size: 8px;
	z-index: 10;
}
div.popup div.popup-warp div.content button:hover,
div.popup div.popup-warp div.content button:focus {
	border-color: #fff;
	z-index: 100;
}
div.popup div.popup-warp div.content button.slick-prev:hover,
div.popup div.popup-warp div.content button.slick-prev:focus,
div.popup div.popup-warp div.content button.slick-next:hover,
div.popup div.popup-warp div.content button.slick-next:focus {
	border-color: #ff5722;
}
div.popup div.popup-warp span.paging {
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	font-size: 75%;
	font-family: arial;
	font-weight: 300;
	padding: 8px;
	background-color: #fff;
	z-index: 10;
}
div.popup div.popup-warp div.control-area {
	position: absolute;
	right: 35px;
	top: 8px;
	width: 26px;
	height: 26px;
	z-index: 10;
}
div.popup div.popup-warp div.control-area button {
	text-indent: -9999em;
	width: 26px;
	height: 26px;
	border: 0 none;
}
div.popup div.popup-warp div.control-area button.pause {
	background: #fff url(/images/common/stop-icon.svg) 50% 50% no-repeat;
	background-size: 10px;
}
div.popup div.popup-warp div.control-area button.play {
	background: #fff url(/images/common/play-icon.svg) 50% 50% no-repeat;
	background-size: 10px;
}
div.popup div.popup-warp div.control-area button.active {
	display: none;
}
div.popup div.popup-warp div.control-area button:hover,
div.popup div.popup-warp div.control-area button:focus {
	border-color: #ff5722;
}

#course-guide {
	padding: 15px 0;
}
#course-guide #forest-roads {
	margin-right: 1px;
}
#course-guide h2 {
	display: inline-block;
	vertical-align: top;
	width: 333px;
	height: 151px;
}
.lte7 #course-guide h2 {
	display: inline;
}
#course-guide .eventbox h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff000;
	margin: 0;
	padding: 15px 15px 6px 15px;
}
#course-guide .eventbox {
	position: relative; 
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	width: 332px; 
	height: 151px; 
	margin: 0;
}
.lte7 #course-guide .eventbox {
	display: inline;
}
.eventbox img {
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.eventbox p {
	font-size: 14px;
	line-height: 1.4;
	margin: 6px 0;
	padding: 6px 15px; 
	color:#eee; 
	text-align: left;
}
.eventbox p a {
	font-size: 14px;
	line-height: 1.4;
	margin: 6px 0;
	padding: 6px 15px; 
	color:#eee; 
	text-align: left;
}

.titlebox {
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100%; 
	width: 100%; 
	opacity: .8; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.titlebox p.plant{
	margin-left:15px;
	float:left;
}
.titlebox p.plant2{
	float:left;
}
#course-guide .titlefull .titlebox {
	top: 153px;
	left: 0;
}
.caption .titlebox {
	top: 220px;
	left: 0;
}
.titlebox a {
	font-size: 12px;
	letter-spacing: -1px;
	color: #00eaff;
	padding: 0 0 0 15px;
}
.titlebox a:hover,
.titlebox a:focus {
	color: #ffff00;
}

#unmun {
	display: inline-block;
	vertical-align: top;
	width: 331px;
	height: 213px;
	overflow: hidden;
}
.lte7 #unmun {
	display: inline;
}
.weather {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
}
.weather h2 {
	display: inline-block;
	color: #333;
	font-size: 95%;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: -1px;
	padding: 0 0 0 5px;
}
.weather h2 span{
	display: block;
}
.weather-image{
    position: absolute;
    top: -2px;
    left: 55%;
}
.weather #weather{
	display:inline-block;
	float:right;
}
.weather #weather div.weather-info{
    font-weight: 300;
    font-size: 90%;
}
.weather #weather div.weather-info .from{
	font-size:50%;
}
.weather #weather ul li.temperature{
	color:#294dff;
}

/*

.weather ul {
	padding: 5px 0 0 0;
	display: inline-block;
    position: absolute;
	top: 12px;
	right: 0;
}
.weather ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 100%;
}

.weather ul li.condition{
	color: #d50000;
}

.weather-title{
	display: none;
}
.weather-date{
	font-size: 80%;
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 0;
}
.lte7 .weather ul li {
	display: inline;
}
.weather ul li span {
	display: block;
	text-align: center;
}
.weather ul li span.day {
	font-size: 11px;
	padding: 9px 0 3px 0;
}
.weather ul li span.temperature {
	font-size: 14px;
	font-family: georgia;
	color: #eb5353;
}
.weather a.more {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 11px;
	color: #339933;
	letter-spacing: -1px;
}*/

.weather a.more:hover {
	color: #66cc33;
}
.mountain-unmun {
	font-size: 12px;
	padding: 12px 0 0 9px;
	border-top: 1px solid #DDD;
}
.mountain-unmun h2 {
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
	padding: 6px 0;
}
.mountain-unmun p {
	font-size: 11px;
	letter-spacing: -1px;
}
.mountain-unmun ul {
	margin: 15px 0 0 0;
}
.mountain-unmun ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
}
.lte7 .mountain-unmun ul li {
	display: inline;
}
.mountain-unmun ul li.first {
	margin-left: 0;
}
.mountain-unmun ul li.last {
	margin-right: 0;
}
.mountain-unmun ul li a {
	display: block;
	padding: 9px 14px;
	background: #add8e6;
}
.mountain-unmun ul li a:hover {
	color: #fff;
	background: #2cbb1d;
}

#middle-area,
#course-guide {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}

.slide span.title {
	position: absolute;
	bottom: 10px;
	left: 25%;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 20px;
	font-size: 11px;
	font-family: dotum;
	border-radius: 50px;
	transform: translateX(-25%);
}
#performance-area {
	position: relative;
	width: 100%;
	z-index: 1;
}
#performance-area .title-are {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}
#performance-area .title-are .title {
	max-width: 450px;
	padding: 50px;
	background-color: rgba(0,0,0,.4);
}
#performance-area .title-are .title h3 {
	color: #f2ff24;
	font-size: 140%;
	text-align: center;
	margin-bottom: 20px;
}
#performance-area .title-are .title p {
	color: #eee;
	line-height: 24px;
}
#performance-area div.list {
	position: relative;
	background: #090909;
	z-index: 1;
}
#performance-area div.list img {
	width: 100%;
}
#performance-area div.list ul.slick-list.draggable {
	z-index: 1;
}
#performance-area div.list ul.slick-dots {
	max-width: 1200px;
}
#performance-area div.list ul.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	text-align: left;
	z-index: 2;
}
#performance-area div.list button.slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	text-indent: -9999em;
	width: 60px;
	height: 70px;
	border: 0 none;
	transform: translateY(-50%);
	background-color: rgba(0,0,0,.5);
	transition: .3s ease-in-out;
	z-index: 10;
}
#performance-area div.list button.slick-arrow.slick-prev {
	left: 8px;
	background: url(/images/common/arrow-left-icon.svg) 50% 50% no-repeat;
	background-size: 22px;
}
#performance-area div.list button.slick-arrow.slick-next {
	right: 8px;
	background: url(/images/common/arrow-right-icon.svg) 50% 50% no-repeat;
	background-size: 22px;
}
#performance-area div.list button.slick-arrow:hover {
	background-color: rgba(0,0,0,.5);
}
#performance-area div.list div.button-area {
	position: absolute;
	bottom: 176px;
	left: 50%;
	transform: translateX(-50%);

	z-index: 2;
}
#performance-area div.list ul.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}
#performance-area div.list ul.slick-dots li button {
	display: block;
	text-indent: -9999em;
	width: 18px;
	height: 18px;
	border: 0 none;
	background-color: #fff;
	box-shadow: 0 0 3px #363636;
	border-radius: 50%;
}
#performance-area div.list ul.slick-dots li.slick-active button {
	background-color: #ff5722;
}
#performance-area .control-area {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin: 0 0 0 456px;
	z-index: 10;
}
#performance-area .control-area .control {
}
#performance-area .control-area .control button {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-indent: -9999em;
	width: 28px;
	height: 28px;
	border: 0 none;
	border-radius: 50%;
	z-index: 1;
}
#performance-area .control-area .control button.pause {
	background: #fff url(/images/common/stop-icon.svg) 50% 50% no-repeat;
	background-size: 12px;
}
#performance-area .control-area .control button.play {
	background: #fff url(/images/common/play-icon.svg) 60% 50% no-repeat;
	background-size: 12px;
}
#performance-area .control-area .control button.active {
	display: none;
	z-index: 0;
}




#board {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 658px;
	height: 100%;
	margin: 0 3px;
	padding-top: 38px;
	border: 1px solid #cecece;
	background-color: #eee;
/*
	overflow: hidden;
	height: 256px;
	padding-top: 47px;
	border: 1px solid #d7d7d7;
	background-color: #eee;
	*/
}
#board .tab-area .tab h3 {
	position:absolute;
	top: -1px;
	font-weight: normal;
    min-width: 33.333%;
	margin: 0;
	padding: 0;
	border: 0 none;
}
#board .tab-area .tab1 h3 {
	left: -1px;
}
#board .tab-area .tab2 h3 {
	left: 33.3333%;
}
#board .tab-area .tab3 h3 {
	left: 66.6666%;
}
#board .tab-area .tab h3 a {
	position: relative;
	display:block;
	color: #777;
	font-size: 95%;
	text-align: center;
	line-height: 37px;
	width: 100%;
	height: 37px;
	padding: 0;
	border: 1px solid #eee;
	border-top-color: #cecece;
	border-bottom: 0 none;
	background-color: #eee;
	z-index: 1;
}
#board .tab-area .tab3 h3 a {
	border-right-color: #cecece;
}
#board .tab-area .tabon h3 a {
	position: relative;
	color: #222;
	height: 39px;
	border-color: #cecece;
	background: #fff;
	z-index: 2;
}
#board .tab-area .tab .box {
	display: none;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 15px 15px;
	border-top: 1px solid #d7d7d7;
	z-index: 2;
}
#board .tab-area .tab .box ul li a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 90%;
	text-align: left;
	line-height: normal;
	overflow: hidden;
	/* max-width: 220px; */
	width: 550px;
	margin: 0;
	padding: 0 0 0 9px;
}
#board .tab-area .tab .box ul li a:before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #a9a9a9;
}
#board .tab-area .box ul li a img {
	padding: 0 0 0 3px;
	vertical-align: middle;
}
#board .tab-area .tab .box ul li span.date {
	display: inline-block;
	vertical-align: top;
	color: #777;
	font-size: 80%;
	font-weight: 300;
	line-height: normal;
}
#board .tab-area .tabon .box {
	display:block;
	background-color: #fff;
}
#board .tab-area .box ul li {
	position: relative;
	margin: 0 0 3px 0;
	padding: 0;
}
#board .tab-area .box ul li.first {
	height: auto;
}
#board .tab-area .tab .box p.more {
	font-size: 90%;
    margin: 6px 8px 0 0;
    text-align: right;
}
#board .tab-area .tab .box p.more a {
	color: #4cbb15;
	letter-spacing: -1px;
}
#board .tab-area .tab .box p.more a:hover {
	color: #ff4500;
}
