@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/jejuhallasan.css);


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* °øÅë */
* {transition:0.3s}

body {
	padding-bottom: 0px;
	color: #5a5a5a;
	font-family:'Noto Sans Korean', sans-serif;
	background: none;
	font-size: 14px;
}

ul {list-style:none;margin:0;padding:0}


.pc_box {display:block;}
.mobile_box {display:none;}
@media screen and (max-width:767px){
	.pc_box {display:none;}
	.mobile_box {display:block;}
}

.container{padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}
.container-bg {background: #d9d9d9;background-size:cover;padding:125px 0 50px}
.container-bg .container {border:20px #d9d9d9 solid;background: #fff;padding:30px 20px;}

.pagebottom {width:100%;text-align: center;padding:30px 0 0}

.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.1);
	box-shadow:0 3px 9px rgba(0,0,0,.1)
}

.navbar-wrapper .navbar{position:relative;min-height:50px;margin-bottom:0px;border:0px solid transparent;padding:0 19px}

.navbar-wrapper .navbar .container {
	width: auto;
	/*background-color: rgba(255,255,255,0.9);*/
	padding: 0 0px;
	margin: 0px 0 0;
	border-radius: 0px;
}
.navbar-inverse .navbar-collapse {padding:0 0px}

.row{margin-right:0px;margin-left:0px}

.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:20px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}

.navbar-inverse{background-color: rgba(0,0,0,0.0) !important;border-color:transparent !important}
.navbar-inverse .navbar-brand {float:left;height:76px;letter-spacing:0.0em;padding:0px 0 0 15px;font-size:30px;line-height:76px;font-weight: normal;color:#333333;font-family: 'Jeju Hallasan';}
.navbar-inverse .navbar-brand:hover {color:#333333;}
.navbar-inverse .navbar-brand span {background: #333333;color:#ffffff;border-radius:5px;padding:5px;margin:0 5px 0 0;}
.navbar-inverse .navbar-text{color:#ffffff !important}
.navbar-inverse .navbar-nav>li>a {
	color:#000000 !important;
	position: relative;
	display: block;
	padding: 31px 43px 23px !important;
	font-size: 18px;	
	font-weight: 400;
}
.navbar-inverse .navbar-toggle{border-color:#333333}
.navbar-inverse .navbar-toggle .icon-bar {background-color: #333333;}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background:none}
.navbar-inverse .navbar-nav{float:right;margin:0}
.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color: rgba(0,0,0,0.0);border-top:0px #83100A solid;line-height: 20px;}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	color: #333333;
	font-size: 14px;	
	font-weight: normal;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#83100A;background-color:transparent}

.dropdown-menu{position:absolute;top:103%;left:0;z-index:1000;display:none;float:left;min-width:140px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color: rgba(255,255,255,1);-webkit-background-clip:padding-box;background-clip:padding-box;border:0px solid #ccc;border:0px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#ffffff;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#83100A;text-decoration:none;background-color:#000000}

.navbar-brand2 {float:left;letter-spacing:0.05em;padding:0px 15px 0;font-size:30px;line-height:46px;font-weight: normal;color:#9a9a9a;font-family: 'Jeju Hallasan';}

.carousel-inner {
	/*margin-top: 78px;*/
}
@media screen and (max-width:767px){


	.container-bg {background: none;background-size:110%;padding:0px 0 0px}
	.container-bg .container {border:10px #d9d9d9 solid;background: #fff;padding:20px 10px;}

	.navbar-wrapper .container {padding-right:0px;padding-left:0px}

	.container{padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto}

	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		min-height: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}

	.container-contact {padding:0px}
	.container-contact .container {border:10px #d9d9d9 solid;padding:0px 10px 0;}

	.navbar-inverse .navbar-collapse {border-color: #333333;}
	.navbar-inverse .navbar-nav {
	background-color: rgba(255,255,255,0.7);
	margin-top:0;
	border-bottom:2px solid #333333;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #333333 !important;
		padding: 10px 13px !important;
		font-size: 14px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		font-size: 13px;
	}
	.navbar-inverse .navbar-nav{width:100%;float:left;margin:0}

	.navbar-wrapper .navbar {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-wrapper .navbar .container {
		width: auto;
		background: none;
		padding: 0 15px;
		margin: 0px -1px 0;
	}
	.carousel-inner {
		margin-top: 78px;
	}
}


hr{margin:30px 0;border:0;border-top:1px solid #d9d9d9}

.featurette-divider {margin: 30px 0;border-top: 1px solid #d9d9d9;}
.featurette-divider2{margin: 0 0 50px 0; border-top: 1px solid #d9d9d9;}
.featurette-divider3{margin: 30px 0; border-top: 1px dashed #d9d9d9;}
.featurette-divider4 {margin: 0px 0; border-top: 0px dashed #d9d9d9;}
@media screen and (max-width:767px){
	.featurette-divider {margin: 20px 0; }
	.featurette-divider2{margin: 20px 0 0;}
	.featurette-divider3{margin: 20px 0;}
}

footer {margin:20px 0;}
footer:after {content: '';display: block;clear: both;visibility: hidden;}
.footer-text-pc {display:block;width:100%;text-align: center;float:left;padding:10px 15px 0;font-size:13px;line-height:20px;font-weight: normal;color:#9a9a9a;}
.footer-text-m {display:none;}
.footerblank {height:20px}
button.footerbt {margin:10px 0 ;padding:0px 20px;border:1px solid #666666;border-radius:5px;background:#666666;color:#ffffff;text-decoration:none;height:28px;line-height:26px;font-size: 14px;font-weight: 400;}

@media screen and (max-width:767px){
	.footer-text-pc {display:none;}
	.footer-text-m {display:block;width:100%;text-align: center;float:left;padding:5px 15px 0;font-size:13px;line-height:20px;font-weight: normal;color:#9a9a9a;}
}

/* ¸ÞÀÎ ¹× ¼­ºê°øÅë */
.quick-menu-bg {}
.quick-menu-bg:after {content: '';display: block;clear: both;visibility: hidden;}
.quick-menu-bg .col-lg-12 {padding:0 0 0 0;}
.quick-menu-bg a {color:#ffffff;}
.quick-menu-bg a:hover {text-decoration: none;}
.quick-menu {background: #83100A;padding:20px 0;margin:0 0 0 0;color:#ffffff;font-size: 30px;font-family: 'Jeju Myeongjo';}
.quick-menu2 {background: #333333;padding:20px 0;margin:0 0 0 0;color:#ffffff;font-size: 30px;font-family: 'Jeju Myeongjo';}
/*.quick-menu,.quick-menu2 {transition: transform 1s ease;}
.quick-menu:hover,.quick-menu2:hover {
  transform: rotateX(360deg);
}*/
.premium-bg {background: #d9d9d9;background-size: cover;}
.premium-bg:after {content: '';display: block;clear: both;visibility: hidden;}
.premium {margin:15px 0 15px}
.premium img {width:100%;border-radius: 0px;border: 0px #d9d9d9 solid;}
.premium .col-md-6 {padding:0px 0 0 0;margin:0 0 0 0;background-size: cover;background-position: center top;}
.premium .premium-box {background: #fff;padding:35% 0}
.premium .premium-box:after {content: '';display: block;clear: both;visibility: hidden;}
.premium .premium-box-2 {background: none;padding:35% 0;text-indent:-9999em;}
.premium .premium-box-2:after {content: '';display: block;clear: both;visibility: hidden;}
.premium .premium-box2 {background: #83100A;padding:34.6% 0}
.premium .premium-box2:after {content: '';display: block;clear: both;visibility: hidden;}
.premium h1 {
	font-size: 80px;
	margin:0px 0 0 0;
	font-weight: normal;
	color: #83100A;
	letter-spacing:-0.0em;
	font-family: 'Anton';
}
.premium h2 {
	font-size: 20px;
	line-height:26px;
	margin:30px 0 0 0;
	font-weight: normal;
	color:#333333;
	letter-spacing:-0.05em;
}
.premium h3 {
	font-size: 40px;
	line-height:35px;
	padding:0px 0 0px 0;
	font-weight: normal;
	color:#333333;
	letter-spacing:-0.0em;
	font-family: 'Anton';
	
}
.premium h3 span {
	font-weight: normal;
	color:#83100A;
}
.premium .col-md-6 p {
	font-weight: normal;
	font-size: 15px;
	letter-spacing:-0.05em;
	color:#333333;
	margin:0 0 0 0;
}

.premium .premium-box2 h3 {color:#ffffff;}
.premium .premium-box2 p {color:#ffffff;margin: 0 0 3px 0;}
.premium .premium-box2 a:hover {text-decoration: none;}

.business-bg {background: #e4c141;}
.business-bg:after {content: '';display: block;clear: both;visibility: hidden;}
.business {margin:100px 0;padding:0px 0 0}
.business img {width:100%;}

.process-bg {background: url('../img/main/process_bg.jpg') no-repeat center bottom #fff;background-size: cover;}
.process-bg:after {content: '';display: block;clear: both;visibility: hidden;}
.process {margin:100px 0;padding:0 0 0}
.process2 {margin:0px 0;padding:0 0 0}
.process .col-md-3 {padding:0px 0 0;margin:0 0 0px 0;}
.process .col-md-3:last-child {background: none;}
.process .process-box {}
.process .process-box:after {content: '';display: block;clear: both;visibility: hidden;}
.process .process-box .process-box-icon {width:124px;margin:0px auto 20px;border:1px solid #d9d9d9;border-radius:50%}
.process .process-box .process-box-icon img {width:122px;}
.process .process-box .process-box-line {background: #c9c9c9;height:1px;width:20px;margin:30px auto 20px;}

.process h1 {
	font-size: 30px;
	margin:0px 0 20px 0;
	font-weight: normal;
	color: #83100A;
	letter-spacing:-0.0em;
	font-family: 'Anton';
}
.process h2 {
	font-size: 40px;
	margin:0px 0 50px 0;
	font-weight: normal;
	color: #83100A;
	letter-spacing:-0.0em;
	font-family: 'Anton';
}
.process h3 {
	position:relative;
	font-size: 20px;
	line-height:26px;
	margin:0px 0 10px 0;
	font-weight: 500;
	color:#83100A;
	letter-spacing:-0.05em;
	font-family: 'Jeju Myeongjo';
	font-weight: bold;
}
.process h4 {
	position:relative;
	font-size: 24px;
	line-height:26px;
	margin:0px 0 10px 0;
	font-weight: 500;
	color:#83100A;
	letter-spacing:-0.05em;
	font-family: 'Jeju Myeongjo';
	font-weight: bold;
	
}
.process h3 span {
	position:absolute;
	top:-10px;
	right:0;
	padding:0 50px 0 0;
}
.process .col-md-3 p {
	font-weight: normal;
	font-size: 15px;
	letter-spacing:-0.05em;
	color:#333333;
	margin:0 0 50px 0;
}
@media screen and (max-width:769px){	
	.quick-menu, .quick-menu2 {width:50%;float:left;padding:5px 0;font-size: 20px;}

	.premium-bg {background: #d9d9d9;background-size: 110%;}
	.premium {margin:30px 0 20px;padding:0 0 0 0}
	.premium .col-md-6 {margin:0px 0 15px 0;width:100%;float:left}
	.premium .col-md-6 .col-md-6 {margin:0px 0 0 0;width:100%;}
	.premium .premium-box {background: #ffffff;border:1px #d9d9d9 solid;padding:0 0 15px 0}
	.premium h1 {
		font-size: 60px;
	}
	.premium h3 {
		font-size: 28px;
		margin:15px 0 5px 0;
	}
	.premium .col-md-6 p {
		font-size: 14px;
	}

	.business {margin:0px 0;padding:20px 0px}

	.process_bg {background-size: cover;}
	.process {margin:20px 0;padding:0 0 0 0;}
	.process .col-md-3 {width:50%;float:left;}
	.process .process-box {}
	.process .process-box .process-box-icon {margin:0px auto 10px;}

	.process h1 {
		font-size: 24px;
		margin: 0px 0 10px 0;
	}
	.process h2 {
		font-size: 28px;
		margin:0px 0 20px 0;
	}
	.process h3 {
		font-size: 18px;
		margin: 0px 0 0px 0;
	}
	.process .col-md-3 p {
		font-size: 14px;
		margin:0 0 20px 0;
	}

}

/* ¼­ºê */

.carousel {
	height: 432px;
	margin-bottom: 60px;
}
.carousel-caption {
	z-index: 10;
	padding-bottom:10px;
}
.carousel .item {
	height: 432px;
	background-color: #777;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 432px;
}

.sub_img {width:100%;height:330px;}

.carousel-caption{position:absolute;right:15%;top:36%;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:2px 1px 0px rgba(0,0,0,1);font-family: 'Playfair Display';font-style:italic;}
.carousel-caption2{position:absolute;right:15%;top:42%;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);}

.carousel-caption h1 {font-size: 75px;font-weight: 700;margin-bottom: 25px;}
.carousel-caption2 h1 {font-size: 60px;}

.carousel-caption p {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
	font-family:'Playfair Display';
	letter-spacing:-0.0em;
	color:#ffffff;
}

.carousel-caption h1 {
	animation-name:carouselcaptionAnimation;
	animation-duration: 3s;
	animation-iteration-count:1;
	animation-timing-function: ease-in-out; 
}
@keyframes carouselcaptionAnimation {
	from {opacity: 0;transform: translate3d(0, 50%, 0);}
	50% {opacity: 1;transform: none;}
	to {opacity: 1;transform: none;}
}

.carousel-caption2 h1 {
	animation-name:carouselcaptionAnimation2;
	animation-duration: 3s;
	animation-iteration-count:1;
	animation-timing-function: ease-in-out; 
}
@keyframes carouselcaptionAnimation2 {
	from {opacity: 0;transform: translate3d(0, 50%, 0);}
	50% {opacity: 1;transform: none;}
	to {opacity: 1;transform: none;}
}

.carousel-caption p {
	animation-name:carouselcaptionAnimation3;
	animation-duration: 3s;
	animation-iteration-count:1;
	animation-timing-function: ease-in-out; 
}
@keyframes carouselcaptionAnimation3 {
	from {opacity: 0;transform: translate3d(0, -50%, 0);}
	50% {opacity: 1;transform: none;}
	to {opacity: 1;transform: none;}
}
.sub-title {margin:0px 0 20px;color: #9a9a9a;padding:0 0 0 0;text-align: right;}
.sub-title span {color: #666666;font-weight: 500;}

.sub-page {line-height:26px;color:#333;font-weight: 400;font-size: 14px;padding:0 0 0 0}
.sub-page:after {content: '';display: block;clear: both;visibility: hidden;}

.sub-page-title1 {font-weight: 600;font-size: 18px;text-decoration: none;color: #333333;font-family: 'Jeju Myeongjo';}
.sub-page-title1-2 {font-weight: normal;font-size: 18px;text-decoration: none;color: #000000;}
.sub-page-title2 {font-weight: bold;font-size: 34px;line-height:50px;text-decoration: none;color:#83100A;font-family: 'Jeju Myeongjo';}
.sub-page-title2-s {font-weight: 400;font-size: 16px;margin:0 0 10px 0}
.sub-page-title3-s {width:100%;font-weight: 400;font-size: 14px;margin:0 0 10px 0;text-align: center;}
.sub-page-title3 {font-weight: normal;font-size: 40px;line-height:50px;text-decoration: none;color:#83100A;font-family: 'Anton';}
.sub-page-title4 {font-weight: 500;font-size: 21px;text-decoration: none;color:#ffffff;line-height:36px;background: #666666;width: 91%;padding:0 2%;font-family:'Playfair Display';}
.sub-page-title5 {font-weight: normal;font-size: 24px;line-height:44px;text-decoration: none;color:#83100A;}

.sub-page .col-md-7 {padding-left:0}
.sub-page .col-md-5 {padding-right:0}

.sub-page .col-md-6 {padding-left:0}
.sub-page .col-md-6-2 {padding-right:0}

.sub-page .col-md-3 {padding-left:0}
.sub-page .col-md-9 {padding-right:0}

.img-common {border:1px #d9d9d9 solid;	padding:10px;}
.img-common .col-md-6 {
	padding: 0 0 0px 0;
}
.img-common .col-lg-12 {
	padding: 0 0 0px 0;
}
.img-common img {
	width:100%;
	border: 2px #ffffff solid;
}
.img-common2 img {
	width:100%;
}

.table-common {width:100%;margin:0px 0px;border-top: 1px solid #ddd;border-right: 1px solid #ddd;border-left: 1px solid #ddd}
.table-common:after {content: '';display: block;clear: both;visibility: hidden;}
.table-common ul {list-style:none;margin:0;padding:0}
.table-common ul:after {content: '';display: block;clear: both;visibility: hidden;}
.table-common ul li {float:left;width:30%;margin:0;padding:8px;line-height:30px;border-bottom: 1px solid #ddd;font-size: 14px;text-align: left;}
.table-common ul li.th {width:20%;background:#9a9a9a; color:#ffff; font-weight: 400;text-align: center;}
.table-common ul li.th2 {width:20%;background:#9a9a9a; color:#ffff; font-weight: 400;text-align: center;height:225px;line-height:215px}
.table-common ul li:first-child {}
.table-common ul li:last-child {}
.table-common ul li:nth-child(3) {}
.table-common ul li a:hover {opacity:0.8;}
.table-common ul li a:link,.table-common ul li a:visited {color: #333;text-decoration:none}
.table-common ul li a:hover,.table-common ul li a:active,.table-common ul li a:focus {color: #F98B00;font-weight:500;text-decoration:none}

.table-common2 {width:100%;margin:0px 0px;border-top: 1px solid #ddd;border-right: 1px solid #ddd;border-left: 1px solid #ddd}
.table-common2:after {content: '';display: block;clear: both;visibility: hidden;}
.table-common2 ul {list-style:none;margin:0;padding:0}
.table-common2 ul:after {content: '';display: block;clear: both;visibility: hidden;}
.table-common2 ul li {float:left;width:80%;margin:0;padding:8px;line-height:30px;border-bottom: 1px solid #ddd;font-size: 14px;text-align: left;}
.table-common2 ul li.th {width:20%;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;}
.table-common2 ul li.th2 {width:20%;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;height:225px;line-height:215px}
.table-common2 ul li:first-child {}
.table-common2 ul li:last-child {}
.table-common2 ul li:nth-child(3) {}
.table-common2 ul li a:hover {opacity:0.8;}
.table-common2 ul li a:link,.table-common2 ul li a:visited {color: #333;text-decoration:none}
.table-common2 ul li a:hover,.table-common2 ul li a:active,.table-common2 ul li a:focus {color: #F98B00;font-weight:500;text-decoration:none}

.support-page {margin:50px 0}

.sub-page-title3 {margin-top:0px}

.text-muted {font-size: 18px;font-weight: normal;margin-bottom: 10px;}
.lead {font-size: 14px;}

.h10 {height:10px}
.h20 {height:20px}
.h30 {height:30px}
.h40 {height:40px}
.h50 {height:50px}
.h60 {height:60px}
.h70 {height:70px}
.h80 {height:80px}
@media screen and (max-width:767px){

	.carousel {
		height: 200px;
		margin-bottom: 0px;
	}

	.carousel-caption {
		z-index: 10;
	}
	.carousel .item {
		height: 200px;
		background-color: #777;
	}
	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 200px;
	}

	.sub_img {width:100%;height:120px;background-size: cover !important;}

	.carousel-caption{position:absolute;right:15%;left:15%;top:28%;z-index:10;padding-top:0px;padding-bottom:0px;color:#FFFFFF;text-align:center;text-shadow:2px 1px 0px rgba(0,0,0,1);font-family: 'Playfair Display';font-style:italic;}
	.carousel-caption2{position:absolute;right:15%;left:15%;top:20%;z-index:10;padding-top:0px;padding-bottom:0px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);}  

	.carousel-caption h1 {font-size: 36px;font-weight: 700;margin-bottom: 0px;}
	.carousel-caption2 h1 {font-size: 36px;}

	.carousel-caption p {
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 1.4;
		font-weight: normal;
		font-family:'Playfair Display';
		letter-spacing:-0.0em;
		color:#FFFFFF;
	}
	

	.sub-page {line-height:26px;color:#333;font-weight: 400;font-size: 13px;padding:0 0px}
	.sub-page:after {content: '';display: block;clear: both;visibility: hidden;}

	.sub-title {margin:0px 0 10px;color: #9a9a9a;text-align: center;}
	.sub-title span {color: #666666;}

	.sub-page-title3 {font-weight: normal;font-size: 35px;}
	.sub-page-title4 {width: 100%;}
	.img-common {border:1px #d9d9d9 solid;	padding:5px;}

	.table-common {width:100%;margin:0px 0 0 0px;}
	.table-common ul li {float:left;width:100%;margin:0;padding:5px;line-height:30px;border-bottom:1px solid #ddd;font-size: 14px;text-align: center;}
	.table-common ul li.th {width:100%;padding:3px;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;}
	.table-common ul li.th2 {width:100%;padding:3px;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;height:225px;line-height:215px}
	
	.table-common2 {width:100%;margin:0px 0 0 0px;}
	.table-common2 ul li {float:left;width:100%;margin:0;padding:5px;line-height:30px;border-bottom:1px solid #ddd;font-size: 14px;text-align: center;}
	.table-common2 ul li.th {width:100%;padding:3px;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;}
	.table-common2 ul li.th2 {width:100%;padding:3px;background:#9a9a9a; color:#ffff; font-weight: 500;text-align: center;height:225px;line-height:215px}

	.sub-page .col-md-7 {padding-left:0;padding-right:0}
	.sub-page .col-md-5 {padding-left:0;padding-right:0}
	.sub-page .col-md-4 {padding-left:0;padding-right:0}
	.sub-page .col-md-3 {padding-left:0;padding-right:0}
	.sub-page .col-md-9 {padding-left:0;padding-right:0}

	.h10 {height:10px}
	.h20 {height:15px}
	.h30 {height:15px}
	.h40 {height:30px}
	.h50 {height:30px}
	.h60 {height:30px}
	.h70 {height:30px}
	.h80 {height:30px}
}

@media (min-width: 992px) {

	.carousel {
	height: 800px;
	margin-bottom: 0px;
	}
	.carousel-caption {
	z-index: 10;
	}
	.carousel .item {
	height: 800px;
	background-color: #777;
	}
	.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 800px;
	}
	

}
/* ¿¬Çõ */

.history {
	margin-top: 20px;
	font-size: 0;
}
.history .row {
	position: relative;
	overflow: hidden;
	margin-top: 25px;
	font-size: 13px;
}
.history .row:first-child {
	margin-top: 0;
}
.history .row h4,
.history .row p,
.history .row ul {
	margin: 0;
}
.history .row h4 {
	position: relative;
	float: left;
	font-size: 34px;
	line-height: 20px;
	font-weight: normal;
}
.history .row h4 i {
	float: left;
	margin-right: 5px;
	font-size: 16px;
	line-height: 28px;
	color: #d2d2d2;
	font-weight: normal;
}
.history .row h4 span {
	float: left;
	letter-spacing:-0.1em;
	font-family:'Playfair Display';
}
.history .row p {
	position: relative;
	float: left;
	margin: 4px 0 7px;
	width: 100%;
	height: 100px;
	font-size: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.history .row:nth-child(1) p {
	background-image: url('../img/sub/schedule1.png');
}
.history .row:nth-child(2) p {
	background-image: url('../img/sub/schedule2.png');
}
.history .row:nth-child(3) p {
	background-image: url('../img/sub/schedule3.png');
}
.history .row:nth-child(4) p {
	background-image: url('../img/sub/schedule4.png');
}
.history .row:nth-child(5) p {
	background-image: url('../img/sub/schedule5.png');
}
.history .row ul {
	padding: 0;
	list-style: none;
}
.history .row li {
	position: relative;
	float: left;
	margin-top: 5px;
	width: 100%;
	font-size: 15px;
}
.history .row li.strong {
	color: #83100A;
}
.history .row li i,
.history .row li span.year,
.history .row li span.text {
	float: left;
	top: 0;
	text-align: left;
	vertical-align: top;
}
.history .row li i {
	position: absolute;
	left: 3px;
	font-size: 8px;
	line-height: 15px;
}
.history .row li span.year {
	position: absolute;
	left: 20px;
	line-height: 16px;
	font-weight: bold;
	font-family:'Roboto';
}
.history .row li span.text {
	position: relative;
	margin-left: 58px;
	line-height: 16px;
	letter-spacing: -0.03em;
}


@media (min-width: 768px) {
	.history {
		margin-top: 0px;
	}
	.history .row {
		margin-top: 30px;
		font-size: 14px;
	}
	
	/* ¿¬µµ */
	.history .row h4 {
		position: absolute;
		top: 0;
		font-size: 40px;
		line-height:26px;
		letter-spacing:0.05em;
		font-family: 'Anton';
	}
	.history .row h4 i {
		font-size: 21px;
		line-height: 40px;
	}
	.history .row:nth-child(odd) h4 {
		right: 50%;
		margin-right: -9px;
	}
	.history .row:nth-child(odd) h4 i {
		float: right;
		margin-right: 0;
		margin-left: 15px;
	}
	.history .row:nth-child(odd) h4 span {
		float: right;
	}
	.history .row:nth-child(even) {
		text-align: right;
	}
	.history .row:nth-child(even) h4 {
		left: 50%;
		margin-left: -9px;
	}
	.history .row:nth-child(even) h4 i {
		margin-right: 15px;
	}
	.history .row:nth-child(even) h4 span {
		
	}
	
	/* ÀÌ¹ÌÁö */
	.history .row p {
		position: absolute;
		top: 60px;
		margin: 0;
		width: 320px;
	}
	.history .row.li-3 p {
		height: 93px;
	}
	.history .row:nth-child(odd) p {
		right: 50%;
		margin-right: 24px;
	}
	.history .row:nth-child(even) p {
		left: 50%;
		margin-left: 24px;
	}
	
	/* ÅØ½ºÆ® */
	.history .row ul {
		position: relative;
		margin-top: 60px;
	}
	.history .row.li-3 ul {
		min-height: 93px;
	}
	.history .row li {
		margin-top: 20px;
	}
	.history .row ul li:first-child {
		margin-top: 0;
	}
	.history .row:nth-child(odd) ul {
		margin-left: 50%;
	}
	.history .row:nth-child(even) ul {
		margin-right: 50%;
	}
	.history .row:nth-child(even) li {
	}
	.history .row li i {
		font-size: 10px;
		line-height: 17px;
	}
	.history .row:nth-child(odd) li i {
		left: -4px;
	}
	.history .row:nth-child(odd) li span.year {
		left: 24px;
	}
	.history .row:nth-child(odd) li span.text {
		margin-left: 65px;
	}
	.history .row:nth-child(even) li i {
		left: auto;
		right: -4px;
	}
	.history .row:nth-child(even) li span.year {
		left: auto;
		right: 24px;
	}
	.history .row:nth-child(even) li span.text {
		float: right;
		margin-left: 0;
		margin-right: 68px;
		text-align: right;
	}
	.history .row li span.year {
		line-height: 1.4;
		font-weight: bold;
	}
	.history .row li span.text {
		line-height: 1.4;
	}
}



/* Å×ÀÌºí */

.table {
	table-layout: fixed;
	margin-bottom: 0;
	border-top: 2px solid #333333;
}
.table a {
	color: #1c1c1c;
	font-weight: 400;
	font-size: 14px;
}
.table caption {
	display: none;
}
.table th,
.table td {
	font-size: 13px;
	border-bottom: 1px solid #d9d9d9;
}
.table th {
	font-weight: 500;
}
.table thead th {
	background-color: #f1f1f1;
}
.table tbody th {
	background-color: #f6f6f6;
	font-weight: 500;
}
.table tbody tr:last-child th,
.table tbody tr:last-child td {
	border-bottom: 1px solid #d9d9d9;
}
.table tbody tr.last th,
.table tbody tr.last td {
	border-bottom-width: 2px;
}
.table.list td.subject {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	font-size: 13px;
	color:#666;
}
.table.list .type {
	width: 70px;
}	 
.table.list .type2 {
	width: 35px;
}	 
.table.list .date2 div {
	width:100%;text-align: center;
}
.table.list .num2 {
	width: 70px;
}
.table.list .num,
.table.list .name,
.table.list .date {
	display: none;
}

.table.list {
	table-layout: fixed;
}
.table.list th,
.table.list td {
	text-align: center;
	vertical-align: middle;
}
.table thead tr th {
	border-bottom-width: 1px;
}

tr.top-notice {
	font-weight: 500;
	background-color: #f6f6f6;
}
tr.top-notice:hover {
	background-color: #f6f6f6;
}
tr.top-notice td.num {
	padding-top: 11px;
	font-size: 120%;
	color: #83100A;
	line-height: 1;
	font-weight: normal;
}

.table2 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	table-layout: fixed;
	margin-bottom: 0;
	border-right: 1px solid #d9d9d9;
}
.table2 a {
	color:#333333;
}
.table2 caption {
	display: none;
}
.table2 th,
.table2 td {
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	text-align: center;
}
.table2 thead th {
	background-color: #83100A;
	color:#fff;
	font-size: 13px;
	height:40px;
	line-height:40px;
}
.table2 tbody tr:last-child th,
.table2 tbody tr:last-child td {
	border-bottom: 1px solid #d9d9d9;
}
.table2 tbody tr.last th,
.table2 tbody tr.last td {
	border-bottom-width: 2px;
}


@media (min-width: 768px) {
	.table a {
		font-size: 15px;
	}
	.table th {
		font-size: 13px;
		font-weight: 500;
	}
	.table.list td.subject {
		font-size: 14px;
	}
	.table.list .num,
	.table.list .name,
	.table.list .date {
		display: table-cell;
	}
	.table.list .num {
		width: 70px;
	}
	.table.list .num2 {
		width: 70px;
		font-size: 35px;
	}
	.table.list .type {
		width: 100px;
	}
	.table.list .image {
		width: 150px;
	}
	.table.list .type2 {
		width: 35px;
		font-weight: 500;
		font-size: 20px;
	}
	.table.list .name {
		width: 130px;
	}
	.table.list .date {
		width: 130px;
	}
	.table.list .date2 {
		width: 130px;
	}
	tr.top-notice td {
		font-size: 1.04em;
	}
	.table.list .date2 div {
		width:50%;float:left;text-align: center;
	}
}

/* °øÁö»çÇ× */
.notice_img {width:100%;border:1px #d9d9d9 solid;}
.notice_title {
	cursor: pointer;
	width: 95.8%;
	position: absolute;
	bottom: 36px;
	left: 15px;
	padding: 10px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	font-weight: 500;
}
@media (max-width: 767px) {
	.notice_title {
		width: 100%;
		bottom: 36px;
		left: 0px;
	}
}
@media (min-width: 992px) {
	.notice_title {
		width: 92%;
		bottom: 47px;
		left: 16px;
	}
}

/* ¹öÆ° */
a.btn01_on {display:inline-block;margin:0 0 5px 0;padding:0px 30px 5px;border:1px solid #83100A;border-radius:5px;background:#83100A;color:#ffffff;text-decoration:none;vertical-align:middle;height:38px;line-height:36px;font-size: 15px;font-weight: 400;}
a.btn01_on:focus, a.btn01_on:hover {box-shadow:inset 0 3px 5px rgba(0,0,0,.125);text-decoration:none;}
button.btn01_on {display:inline-block;margin:0;padding:0px 20px;border:1px solid #83100A;border-radius:5px;background:#83100A;color:#ffffff;text-decoration:none;height:38px;line-height:36px;font-size: 14px;font-weight: 400;}

a.btn01_off {display:inline-block;margin:0 0 5px 0;padding:0px 30px 5px;border:1px solid #666666;border-radius:5px;background:#666666;color:#ffffff;text-decoration:none;vertical-align:middle;height:38px;line-height:36px;font-size: 15px;font-weight: 400;}
a.btn01_off:focus, a.btn01_off:hover {box-shadow:inset 0 3px 5px rgba(0,0,0,.125);text-decoration:none;background:#ffffff;color:#666666;}
button.btn01_off {display:inline-block;margin:0;padding:0px 20px;border:1px solid #666666;border-radius:5px;background:#666666;color:#ffffff;text-decoration:none;height:38px;line-height:36px;font-size: 14px;font-weight: 400;}

@media screen and (max-width:767px){
	a.btn02 {/*width:100%;*/padding:10px 0px;}
	a.btn01_on, a.btn01_off {padding:0px 30px 5px;}

}

/* form */

input[type="text"], input[type="password"], input[type="search"], input[type="date"], input[type="email"], input[type="tel"], input[type="file"],
select, textarea {
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select, select.form-control {
	background: #fff url('../img/sub/select_bg.png') right center no-repeat;
}

/* social-icon */
.social-icons {
	position: relative;
}
.social-icons i {
	font-size: 18px;
	color: #ffffff;
	background-color: #9a9a9a;
	border: 1px #9a9a9a solid;
	padding-top: 9px;
	border-radius: 50px;
	margin: 0px 2px;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	transition: 0.3s;
	text-align: center;
	display: inline-block;
}
.social-icons i:hover {
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	text-decoration:none;
	background:#ffffff;
	color:#9a9a9a;
}

/* ¾ÆÀÌÄÜ»ö»ó */
.icon_bcolor {background: #c9c9c9;}



.tip-txt {background: #f1f1f1;padding:10px;margin:10px 0 0 0;color:#9a9a9a;font-size: 13px;}
.caret {display:none}



/* ¹öÆ° */
a.btn01 {display:inline-block;padding:3px 5px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:3px 5px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:3px 5px;border:1px solid #333333;background:#333333;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:3px 5px;border:1px solid #333333;background:#333333;color:#fff;text-decoration:none}

.btn_confirm {text-align:center} /* ¼­½Ä´Ü°è ÁøÇà */

.btn_submit {padding:8px;border:0;background:#83100A !important;color:#fff;letter-spacing:-0.1em;cursor:pointer}
fieldset .btn_submit {padding:0 7px;height:31px;line-height:31px}

a.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}

a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:24px;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* ¿ìÆí¹øÈ£°Ë»ö¹öÆ° µî */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* °Ô½ÃÆÇ¿ë ¹öÆ° */
a.btn_b01 {display:inline-block;padding:3px;border:1px solid #d9d9d9;background:#f1f1f1;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;padding:3px 5px;border:1px solid #333333;background:#333333;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;padding:3px 5px;border:1px solid #83100A;background:#83100A;color:#fff;text-decoration:none;vertical-align:middle} /* °ü¸®ÀÚ Àü¿ë ¹öÆ° */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}


/* ±âº»Å×ÀÌºí */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:3px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#f1f1f1;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle ·Î ÇÏ¸é °Ô½ÃÆÇ ÀÐ±â¿¡¼­ ¸ñ·Ï »ç¿ë½Ã Ã¼Å©¹Ú½º ¶óÀÎ ±úÁü */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;line-height:1.5em;word-break:break-all}
.tbl_head01 a {}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:#f1f1f1;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle ·Î ÇÏ¸é °Ô½ÃÆÇ ÀÐ±â¿¡¼­ ¸ñ·Ï »ç¿ë½Ã Ã¼Å©¹Ú½º ¶óÀÎ ±úÁü */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* Æû Å×ÀÌºí */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:20%;padding:7px 13px;border:1px solid #d9d9d9;border-left:0;background:#f1f1f1;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;vertical-align:middle;line-height:2em}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:22px}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}


/* ·Î±×ÀÎ */
#mb_login {margin:0 auto;padding:0px 0;width:100%;max-width:550px}
#mb_login h1 {margin:0 0 20px;font-size:1.3em}
#mb_login h2 {margin:0}
#mb_login p {padding:10px 0;line-height:1.5em}
#mb_login #login_fs {position:relative;margin:0;padding:20px 20px 20px 20px;border:1px solid #d9d9d9;border-bottom:0;background:#fff}
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#mb_login #login_fs label {letter-spacing:-0.1em}
#mb_login #login_fs .login_id {position:absolute;top:19px;left:20px}
#mb_login #login_fs .login_pw {position:absolute;top:45px;left:20px}
#mb_login #login_fs .frm_input {display:block;margin:0 0 5px 80px;width:70%}
#mb_login #login_fs .btn_submit {position:absolute;top:20px;right:20px;width:60px;height:53px}
#mb_login #login_info {margin:0 0 30px;padding:20px;border:1px solid #d9d9d9;background:#f1f1f1}
#mb_login #login_info div {text-align:right}