@charset "utf-8";
.marcellus{
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.noto{
	font-family:'Noto Sans KR', sans-serif;
}
.score{
	font-family: 'S-CoreDream'; 
}
.font_gb{
	font-family: 'GmarketSansBold';
}
.font_gl{
	font-family: 'GmarketSansLight';
}
.point{
	color:#a06e4b !important;
}
.point2{
	color:#e4c7a2 !important;
}
.point3{
	color:#835c40 !important;
}

.flex{
	display:flex;
	justify-content:space-between;
}
.flex.start{
	justify-content:flex-start !important;
}
img{
	/* width:100%; */
	max-width:100%;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{min-width:1000px;letter-spacing:-0.5px;}

/*header*/
.header{
	width:100%;
	/* height:80px; */
	border-bottom:1px solid #ddd;
	z-index:999;
	position:absolute;
	top:0;
	left:0;
	/* background:#fff; */
}
.header.bb{
	border-bottom:1px solid rgba(255,255,255,0.3);
	background:none;
}
.header.drop{
	position:fixed;
	animation:dropHeader 0.3s;
}
.header.drop{
	background:#fff;
}
.header.bb.drop{
	background:#000;
}


@keyframes dropHeader{
	0%{top:-50px;}
	100%{top:0;}	
}
.header a{
	color:#000;
}
.header.bb a{
	color:#fff;
}
.header .inbox{
	width:1400px;
	margin: 0 auto;
	align-items:center;
}
.header .inbox .nav .flex .s_navi{
	/* position:relative; */
	text-align:left;
	margin-right:50px;
}
.header .inbox .nav .flex .s_navi:last-child{
	margin-right:0;
}
.header .inbox .nav .flex .s_navi h2{
	height:80px;
	line-height:80px;
}
.header .inbox .nav .flex .s_navi h2 a{
	font-size:18px;
	font-weight:400;
	display:block;
}
.header .inbox .nav .flex .s_navi h2 a:hover{
	color:#e4c7a2;
	font-weight:400;
}
.header .inbox .nav .flex .hover .base{
	display:inline;
}
.header .inbox .nav .flex .hover:hover .base{
	display:none;
}
.header .inbox .nav .flex .s_navi .hov{
	display:none;
}
.header .inbox .nav .flex .hover:hover .hov{
	display:inline;
}
.header .inbox .nav .flex .s_nav div{
	position:relative;
}
.header .inbox .nav .flex .s_navi ul{
	text-align:center;
	background:rgba(0,0,0,0.8);
	width:200px;
	position:absolute;
	top:80px;
	display:none;
}
.header.bb .inbox .nav .flex .s_navi ul{
	text-align:center;
	background:rgba(255,255,255,0.8);
	width:200px;
	position:absolute;
	top:80px;
	display:none;
}
.header .inbox .nav .flex .s_navi ul li{
	height:36px;
	line-height:36px;
}
.header .inbox .nav .flex .s_navi ul li:hover{
	background:#e4c7a2;
}
.header.bb .inbox .nav .flex .s_navi ul li:hover{
	background:rgba(160,110,75,0.9);
}
.header .inbox .nav .flex .s_navi ul li a{
	color:#fff;
	font-size:15px;
	display:block;
}
.header.bb .inbox .nav .flex .s_navi ul li a{
	color:#181818;
	font-size:15px;
	
}
.header.bb .inbox .nav .flex .s_navi ul li:hover a{
	color:#fff;
}
.header .inbox .loginbox a{
	font-size:12px;
	letter-spacing:0;
	display:inline-block;
}
.header .inbox .loginbox .login_btn:after{
	content:'';
	display:inline-block;
	background: #e4c7a2;
	width:1px;
	height:10px;
	margin:0 10px;
	transform:translate(0,1px);
}

#contents .visual{
	overflow:hidden;
	background:#000;
	position:relative;
}
#contents .visual .visual_video{
	width:100%;
	height:auto;
	display:block;
	margin-top:-4vw;
}
/*마우스휠액션*/
#contents .visual .scroll-down{
	position:absolute;
	bottom:110px;
	left:50%;
	transform:translateX(-35%);
	display:flex;
	flex-direction:column;
	align-items:center;
}
#contents .visual .scroll-down.sub{
	bottom:70px;
}
/*마우스모양*/
#contents .visual .scroll-down .scroll{
	width:30px;
	height:50px;
	border-radius:15px;
	border: 1px solid #fff;
	display:flex;
	justify-content: center;
	align-items:center;
	background:#000;
}
#contents .visual .scroll-down.sub .scroll{
	background:none;
	width:24px;
	height:40px;
	border-radius:12px;
}
#contents .visual.bb .scroll-down .scroll{
	border: 1px solid #835c40;
}
/*마우스휠 움직임*/
#contents .visual .scroll-down .scroll span{
	width:6px;
	height:15px;
	border-radius:5px;
	background:#fff;
	display:block;
	animation: cursor 1.15s linear infinite;
}
#contents .visual .scroll-down.sub .scroll span{
	width:4px;
	height:12px;
	border-radius:2px;
}
#contents .visual.bb .scroll-down .scroll span{
	background:#835c40;
}
/*마우스아래화살표*/
#contents .visual .scroll-down .arrow-down{
	width:12px;
	height:12px;
	border:2px solid transparent;
	border-right-color:#fff;
	border-bottom-color:#fff;
	transform:rotate(45deg);
	animation: arrow 1.15s linear infinite;
	margin-top:0px;
}
#contents .visual .scroll-down.sub .arrow-down{
	width:10px;
	height:10px;
}
#contents .visual.bb .scroll-down .arrow-down{
	border-right-color:#835c40;
	border-bottom-color:#835c40;
}
@keyframes cursor{
	0%{opacity:0;transform:translateY(-50%);}
	100%{opacity:1;transform:translateY(85%);}	
}
@keyframes arrow{
	0%{opacity:0;}
	25%{opacity:0.25;}
	50%{opacity:0.5;}
	75%{opacity:0.75;}
	100%{opacity:1;}	
}


.inbox{
	width:1400px;
	margin:0 auto;
}
.flex{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
#contents .con1{
	padding:100px 0;
}
#contents .con1 .inbox{
	align-items:center;
}
#contents .con1 .inbox .ttbox{
	position:relative;
}
#contents .con1 .inbox .ttbox .s1{
	position:absolute;
	top:-50px;
	left:185px;
	z-index:-1;
	animation: rotate_image 15s linear infinite;
	transform-origin:50% 50%;
}
@keyframes rotate_image{
	100%{transform:rotate(360deg);}
}
#contents .con1 .inbox .ttbox h2{
	font-size: 50px;
	font-weight:500;
	line-height:60px;
	margin-bottom:40px;
	display:inline-block;
	background:#fff;
	padding-right:20px;
	padding-top:10px;
}
#contents .con1 .inbox .ttbox p{
	font-size: 20px;
	margin-bottom:80px;
}
#contents .con1 .inbox .ttbox .swiper-pagination{
	text-align:left;
}
#contents .con1 .inbox .ttbox .swiper-pagination .swiper-pagination-bullet{
	width:53px;
	height:3px;
	background:#d7d7d7;
	border-radius:0;
	margin-right:5px;
	opacity:1;
}
#contents .con1 .inbox .ttbox .swiper-pagination .swiper-pagination-bullet-active{
	background:#a06e4b;
}

#contents .con1 .inbox .slidebox{
	width: 1000px;
	overflow:hidden;
	text-align: center;
}
#contents .con1 .inbox .slidebox ul li div{
	position:relative;
	margin-bottom:10px;
}
#contents .con1 .inbox .slidebox ul li div p{
	color:#fff;
	position:absolute;
	bottom:28px;
	left:0;
	width:100%;
	font-size:15px;
	line-height:150%;
	font-size:300;
}
#contents .con1 .inbox .slidebox ul li h3{
	font-size:20px;
	font-weight:500;
}
.bg_box {
    background: url(/images/main/main_con2_bg.png) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}
.bg_box .inbox {
    padding: 100px 0;
    text-align: center;
}
.bg_box .inbox h2 {
    margin-bottom: 45px;
	font-size: 50px;
    font-weight: 500;
    color: #181818;
    line-height: 120%;
}
.bg_box .inbox p{
	font-size:20px;
}
#contents .con3{
	padding:100px 0;
}
#contents .con3 .conbox{
	width:970px; 
	position:relative;
	height:596px;
}
#contents .con3 .conbox .ttbox h2{
	font-size:50px;
	border-bottom:2px solid #000;
	padding-bottom:20px;
	margin:10px 0 30px;
}
#contents .con3 .conbox .ttbox p{
	font-size:20px;
}
#contents .con3 .conbox .hisbox{
	position:absolute;
	bottom:0;
	width:100%;
}
#contents .con3 .conbox .hisbox .flex li{
	width:23.5%;
	/* background:#ddd; */
}
#contents .con3 .conbox .hisbox .flex li .marcellus{
	font-size:115px;
	text-align:center;
	position:relative;
	padding-left:5px;
	color:#a06e4b;
}
#contents .con3 .conbox .hisbox .flex li .marcellus .ab{
	font-size:12px;
	position:absolute;
	left:10px;
	top:60%;
	transform:translateY(-100%);
}
#contents .con3 .conbox .hisbox .flex li .marcellus .perc{
	font-size:40px;
	position:absolute;
	right:5px;
	top:70%;
	transform:translateY(-50%);
}
#contents .con3 .conbox .hisbox .flex li .textbox{
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding:20px 0;
	margin-top: 10px;
}
#contents .con3 .conbox .hisbox .flex li .textbox p{
	font-size:15px;
	line-height:24px;
}
#contents .con3 .conbox .hisbox .flex li .textbox p:first-child{
	margin-bottom:20px;
}
#contents .starlineTV{
	background:#f8f8f8;
	padding:100px 0;
}
#contents .starlineTV .inbox{
	position:relative;
}
#contents .starlineTV .inbox .ttbox,
#contents .con5 .inbox .ttbox{
	margin-bottom:50px;
	align-items:center;
}
#contents .starlineTV .inbox .ttbox h2,
#contents .con5 .inbox .ttbox h2{
	font-size:50px;
}
#contents .starlineTV .inbox .ttbox h2 span,
#contents .con5 .inbox .ttbox h2 span{
	font-weight:600;
}
#contents .starlineTV .inbox .ttbox a,
#contents .con5 .inbox .ttbox a{
	font-size:25px;
	letter-spacing:0;
}
#contents .starlineTV .inbox .ttbox a span,
#contents .con5 .inbox .ttbox a span{
	display:inline-block;
	text-align:center;
	background:#a06e4b;
	width:25px;
	height:25px;
	color:#fff;
	line-height:23px;
	border-radius:50%;
	font-size:20px;
	font-weight:500;
	margin-right:5px;
	transform: translateY(-2px);
}
#contents .starlineTV .inbox .youtubebox{
	overflow:hidden;
	
}
#contents .starlineTV .inbox .youtubebox ul li iframe{
	width:100%;
	height:186px;
}
#contents .starlineTV .inbox .youtubebox ul li h4{
	font-size:16px;
	font-weight:600;
	border-bottom:1px solid #000;
	line-height:50px;
	padding-left:45px;
	position:relative;
}
#contents .starlineTV .inbox .youtubebox ul li h4 img{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
}
#contents .starlineTV .inbox .youtubebox .swiper-button-next{
	background:url(/images/main/main_con4-next.png) no-repeat 50% 50%;
	background-size:contain;
	right:auto;
	left:101%;
	margin-top:15px;
}
#contents .starlineTV .inbox .youtubebox .swiper-button-prev{
	background:url(/images/main/main_con4-prev.png) no-repeat 50% 50%;
	background-size:contain;
	right:101%;
	left:auto;
	margin-top:15px;
}
#contents .con5{
	padding:100px 0;
}
#contents .con5 .inbox .ttbox{
	border-bottom:2px solid #000;
	padding-bottom:20px;
}
#contents .con5 .inbox .conbox .program{
	justify-content:flex-start;
}
#contents .con5 .inbox .conbox .program li.pro1{
	background:url(/images/main/main_con5-on1.png) no-repeat 50% 50%;
	background-size:cover;
	color:#f2d9b1;
}
#contents .con5 .inbox .conbox .program li.pro2{
	background:url(/images/main/main_con5-on2.png) no-repeat 50% 50%;
	background-size:cover;
	color:#a06e4b;
}
#contents .con5 .inbox .conbox .program li.pro3{
	background:url(/images/main/main_con5-on3.png) no-repeat 50% 50%;
	background-size:cover;
	color:#b08b18;
}
#contents .con5 .inbox .conbox .program li.pro4{
	background:url(/images/main/main_con5-on4.png) no-repeat 50% 50%;
	background-size:cover;
	color:#181818;
}
#contents .con5 .inbox .conbox .program li.pro5{
	background:url(/images/main/main_con5-on5.png) no-repeat 50% 50%;
	background-size:cover;
	color:#ac5a20;
}
#contents .con5 .inbox .conbox .program li{
	width:238px;
	height:420px;
	position:relative;
	text-align:center;
	margin-right:2px;
	transition:width 0.5s;
}
#contents .con5 .inbox .conbox .program li .view_btn{
	display:none;
	position:absolute;
	bottom:15px;
	right:15px;
}
#contents .con5 .inbox .conbox .program li.on{
	width:440px;
	transition:width 0.5s;
}
#contents .con5 .inbox .conbox .program li.on .view_btn{
	display:block;
}
#contents .con5 .inbox .conbox .program li .textbox{
	margin-top:20px;
}
#contents .con5 .inbox .conbox .program li .textbox .view{
	display:block;
	margin:0 auto;
}
#contents .con5 .inbox .conbox .program li .textbox h5{
	font-size:25px;
	/* margin-bottom:5px; */
}
#contents .con5 .inbox .conbox .program li .textbox b{
	font-weight:600;
	font-size: 15px;
	margin-bottom:5px;
	display:inline-block;
}
#contents .con5 .inbox .conbox .program li .textbox p{
	font-size:14px;
	line-height:18px;
	color:#181818;
}
#contents .con5 .inbox .conbox .program li.pro1 .textbox p{
	color:#fff;
}







/*퀵메뉴*/

#quick{
	position: fixed;
	top:40%;
	right:4%;
	z-index:10;
	transform:translate(0,-50%);
}
#quick img{
	width:auto;
}
#quick h1{
	position:relative;
	z-index:10;
	height:63px;
}
#quick h1 a{
	display:block;
}
#quick h1 a img{
	display:block;
}
#quick .inbox{
	background:#fff;
	border:1px solid #ccc;
	width:58px;
	height:280px;
	border-radius:30px;
	padding: 20px 0 25px;
	transform:translate(0,-35px);
}
#quick .inbox ul li{
	text-align: center;
	height:30px;
	line-height:30px;
	padding-bottom:2px;
	
}

#quick .inbox ul li a img{
	vertical-align:middle;
}
#quick .inbox ul.quick_hover li{
	margin-bottom:20px;
	position:relative;
	
}
#quick .inbox ul.quick_hover li:first-child{
	margin-top:23px;
}
#quick .inbox ul.quick_hover li:last-child{
	margin-bottom:10px;
}
#quick .inbox ul.quick_hover li span{
	display: none;
	position:relative;
}
#quick .inbox ul.quick_hover li span img{
	position:absolute;
	top:50%;
	right:15px;
	transform:translate(0,-50%);
}
#quick .inbox ul.quick_hover li:hover span{
	color:#fff;
	/* text-align:left; */
	font-size:12px;
	letter-spacing:-1px;
	display:inline-block;
	position:absolute;
	background:#a06e4b;
	width: 100px;
	padding-right:20px;
	height:32px;
	line-height:30px;
	border-radius:16px;
	/* transform:translate(0,-2px); */
	z-index:10;
	vertical-align:middle;
	top:1px;
	right:3px;
}
#quick .inbox ul.tb_btn li{
	cursor:pointer;
}
#quick .inbox ul.tb_btn li img{
	width:15px;
}


/*location*/
#location{
	background:#fafafa;
}
#location .flex .map{
	width:50%;
}
#location .flex .map iframe{
	width:100%;
	height:680px;
	border:0;
	display:block;
}
#location .flex .textbox{
	width:50%;
}
#location .flex .textbox .inbox{
	width:630px;
	padding-top:100px;
	padding-left:80px;
	margin:0;
}
#location .flex .textbox .inbox .title{
	text-align: center;
}
#location .flex .textbox .inbox .title h2{
	font-size:50px;
	margin-bottom:25px;
}
#location .flex .textbox .inbox table{
	text-align:left;
	width:100%;
}
#location .flex .textbox .inbox table th{
	font-size:20px;
	font-weight:500;
	padding:25px 0;
}
#location .flex .textbox .inbox table td{
	padding-bottom:15px;
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.5px;
}
#location .flex .textbox .inbox table td.gray{
	color:#878787;
	font-weight:300;
	letter-spacing:0;
}
#location .flex .textbox .inbox table td span{
	font-size:14px;
}
#location .flex .textbox .inbox table .tt{
	border-bottom: 1px solid #b3b3b3;
}
#location .flex .textbox .inbox table .tt td{
	font-size: 16px;
	font-weight: 400;
	padding-bottom:25px;
}
#location .flex .textbox .inbox table .tt td span{
	font-size: 16px;
	font-weight: 400;
}
#location .flex .textbox .inbox table th.bntbox a{
	display:inline-block;
	vertical-align:middle;
}
#location .flex .textbox .inbox table th.bntbox .kakao{
	margin-right: 10px;
}
#location .flex .textbox .inbox table th.bntbox img{
	display:block;
}

/*footer*/

#footer{
	background:#181818;
}
#footer .inbox{
	width:1420px;
	margin:0 auto;
	padding:50px 0 30px;
}
#footer .inbox .foot_menu{
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding: 20px 10px;
	justify-content:space-between;
}
#footer .inbox .foot_menu ul{
	display:flex;
}
#footer .inbox .foot_menu .fmenu li:after{
	content: '';
	display:inline-block;
	width:1px;
	height: 16px;
	background:#dcdcdc;
	margin:0 20px;
	transform:translate(0,2px);
}
#footer .inbox .foot_menu .fmenu li:last-child:after{
	display:none;
}
#footer .inbox .foot_menu .fmenu li a{
	color:#dcdcdc;
}
#footer .inbox .foot_menu .snsmenu li a img{
	width: 30px;
	margin-left: 20px;
}
#footer .inbox .foot{
	padding:30px 5px 0;
	justify-content:space-between;
}
#footer .inbox .foot div span{
	font-size:12px;
	color:#fff;
	font-weight:300;
}
#footer .inbox .foot div span:after{
	content: '';
	display:inline-block;
	width:1px;
	height: 12px;
	background:#fff;
	margin:0 5px;
	transform:translate(0,2px);
}
#footer .inbox .foot div span.last:after{
	display:none;
}
#footer .inbox .foot div p{
	color:#b8b8b8;
	font-size:9px;
	margin-top: 10px;
}
#footer .inbox .foot .right{
	text-align:right;
}
#footer .inbox .foot .right h1{
	color:#fff;
	font-size:30px;
	font-weight:800;
}
#footer .inbox .foot .right p{
	color:#fff;
	font-size:14px;
	margin-top:5px;
	font-weight:300;
}
