/*Font: Noto Sans KR*/

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}


/* íŒì—…ë ˆì´ì–´ */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media only screen and (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*Layout*/
.body {
	font-family: 'Open Sans', 'Noto Sans KR', Arial, sans-serif;
}
/*common*/ 
img {
	max-width: 100%;
}
.c_bl {
	color: #3967bf !important;
}
.c_brw {
	color: #493a30 !important;
}
.c_org {
	color: #ee7900 !important;
}
a.link_btn {
	text-decoration: none;
	color: #d73936;
	vertical-align: middle;
}
a.link_btn i {
	display: inline-block;
	background-color: #d73936;
	color: #fff;
	line-height: 1em;
	font-size: 11px;
	padding: 3px;
	margin-right: 3px;
	vertical-align: middle;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*#s005 - Logo*/
#header.header-narrow .header-logo img{
	margin: 0px;
}
@media (min-width:991px){
	#header.header-narrow .header-logo {
		float: left;
		position: relative;
		padding: 22px 0 0 30px;
	}
}
@media (max-width:992px){	
	html.sticky-header-active #header.header-transparent .header-body {
		padding: 15px 0 !important;
	}
	#header.header-narrow .header-logo {
		position: relative;
		padding: 6px 0 0 15px;
        z-index: 10;
	}
	#header .header-logo img {
		width: 120px;
	}
}
/*#s005 - Header*/
html.sticky-header-active #header .header-body,
#header .header-body{
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	padding: 0;
	top: 0px !important;
}
html.sticky-header-active #header.header-transparent .header-body {
	padding-top: 0px;
}
html #header.header-transparent .header-body:before {
	background: rgba(0,0,0,0.6);
	border-bottom: 0px;
}
#header .header-nav-main {
	margin: 0;
	float: none;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 20px;
    font-weight: 400;
    color: #333 !important;
    padding: 30px 60px !important;
    border-radius: 0px;
    text-transform: none;
    letter-spacing: -1px;
	position: relative;
}
#header .header-nav-main nav > ul > li > a:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #b91729;
}
/*#header .header-nav-main nav > ul > li > a.on:before,
#header .header-nav-main nav > ul > li > a:focus:before,
#header .header-nav-main nav > ul > li > a:hover:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #3967bf;
	left: 0;
	top: 0px;
}*/
#header .header-nav-main nav > ul > li > a > i {
	font-size: 15px;
    opacity: 0.5;
    position: absolute;
    right: 30px;
    top: 43px;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px !important;
    margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    background-color: #fcfcfc;
    left: auto;
	right: 0px;
    padding: 0px;
	width: 100%;
	box-shadow: 0px 0px 0px;
	top: 71px;
	display: none;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    left: auto;
    right: 0px;
    padding: 0px;
    width: 100%;
    box-shadow: 0px 0px 0px;
    top: 81px;
    display: none;
    border-top: 2px solid transparent;
    margin-top: -1px !important;
}
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu.on{
	display: block;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    color: #1e1e1e;
    border-color: #b3b3b3;
    padding: 8px 15px;
	transform: translate3d(0, 0, 0);
    text-align: center;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
	color: #b91729;
    font-weight: 600;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		font-size: 20px;
		font-weight: 400;
		color: #fff !important;
		padding: 40px 0px !important;
		border-radius: 0px;
		text-transform: none;
		letter-spacing: -1px;
		position: relative;
	}
}
@media (max-width:1200px) and (min-width:992px) {
	#header .header-nav-main nav > ul > li > a {
		width: 93px !important;
		font-size: 16px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
	}
}	
@media (min-width:991px) {	
	#header .header-nav-main nav > ul{
		position: relative;
	}
	#header .header-nav-main nav > ul > li {
		float: none;
		display: block;
		position: relative !important;
	}
	#header .header-nav-main nav > ul > li+li {
		margin-left: -1px;
	}
	#header .header-nav-main nav > ul > li > a {
        text-align: center;
        float: left;
        display: block;
        width: 25%;
	}
}
@media (max-width:992px) {
	#header .header-body {
		padding: 15px 0;
	}
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
  		color: rgba(255,255,255,0.8) !important;
		border-color: #fff;
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li > a{
		line-height: inherit;
		color: #555 !important;
		padding: 7px 8px 3px 8px !important;
		font-size: 13px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a {
		color: #aaa !important;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #000 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 13px;
		padding: 2px 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
	nav>ul>li>a:focus{
		color: #3967bf !important;
	}
}
/*#s005 - header-body*/
#header .header-body {	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-body .logo_w,
#header .header-body .logo_c {	
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-body .logo_w {
	display: inline-block;
}
#header .header-body .logo_c {
	display: none;
}
#header.on .header-body .logo_w,
html.sticky-header-active #header .header-body .logo_w,
#header .header-body:hover .logo_w {
	display: none;
}
#header.on .header-body .logo_c,
html.sticky-header-active #header .header-body .logo_c,
#header .header-body:hover .logo_c {
	display: inline-block;
}
html.sticky-header-active #header .header-body nav > ul > li > a.on,
#header .header-body:hover nav > ul > li > a.on {
    position: relative;
}
html.sticky-header-active #header .header-body nav > ul > li > a.on:before,
#header .header-body:hover nav > ul > li > a.on:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #b91729;
}
@media (min-width:991px){
	#header .header-body {
		border-bottom: 1px solid rgba(255,255,255,0.8) !important;
	}
	html #header.header-transparent.on .header-body:before {
		background: #000;
		opacity: 0.2;
	}
	html.sticky-header-active #header.header-transparent.on .header-body:before {
		background: #000;
		opacity: 0.6;
	}
}
@media (max-width:992px){
	#header .header-body {
		border-bottom: 1px solid rgba(255,255,255,0.2) !important;
	}
	#header .header-body .header-column {
		display: inline-block;
	}
	#header .header-body .header-column.header-col-2 {
		float: right;
	}
	#header .header-body .logo_w {
		display: none;
	}
	#header .header-body .logo_c {
		display: inline-block;
	}
}
/*mega header*/
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
	padding: 0px !important;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li {
	min-height: 341px;
	padding: 0px 15px;
	padding-top: 10px;
	border-bottom: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li h3 {
	border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li h3 a {
	text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li a {
	margin: 0px;
	border-radius: 0px;
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li.on,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:hover{
	background-color: rgba(0,0,0,0.05);
}
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li.on a,
#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content > ul > li:hover a{
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child.on a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li ul li ul li:last-child:hover a{
	background: none;
}
/*pc-header*/
.pc-header {
	display: none;
	position: relative;
	z-index: 140;
}
.pc-header .pc-header-wrp {
	position: relative;
	height: 100%;
}
.pc-header .pc-header-wrp > img {
	position: absolute;
    bottom: 0;
    left: -40px;
}
@media (min-width:992px){
	.pc-header.on {
		display: block;
		height: 300px;
		width: 100%;
		background-color: #fff;
		position: absolute;
		top: 81px;
		left: 0;
		background-color: rgba(255, 255, 255, 0.9);
	}
	html.sticky-header-active .pc-header.on {		
		position: fixed;
    	top: 81px;
	}
	.black_out.on {
		content: "";
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		left: 0;
		top: 0;
		z-index: 80;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	background-color: #2e2e2e;
}
.mobile-nav .mlogo {
	width: 150px;
}
.mobile-nav .mobile_m_btn {
	margin-bottom: 30px;
}
.mobile-nav .mobile_m_btn a {
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background-color: #c00000;
	font-size: 12px;
	padding: 5px 15px;
}
.mobile-side-menu {
	border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.mobile-side-menu li a {
	font-size: 14px;
    color: #eee;
    font-weight: 300;
}
.mobile-side-menu > li > a {
	border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li:last-child > a {
	border-bottom: 0px;
}
.mobile-side-menu li .mmenu-toggle {
	color: #aaa;
}
.mobile-side-menu li ul li a {
	font-size: 11px;
    color: #ccc;
    font-weight: 300;
}
.mobile-nav .mobile_m_toggle .mmenu-toggle-btn {	
	float: none;
	display: inline-block;
	color: #fff !important;
	background-color: #888888;
	font-size: 12px;
	padding: 5px 15px;
	width: auto;
	line-height: 1.5;
	margin: 0px;
}
/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px !important;
    float: right;
    font-size: 20px !important;
    line-height: 20px !important;
    min-width: 25px;
    vertical-align: middle;
    color: #9f1b1f !important;
    margin-top: 6px !important;
}
.mmenu-toggle-btn.side_btn {
    font-size: 12px !important;	
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.mmenu-toggle-btn {
		margin-top: 10px;
	}
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #fff;
	text-decoration: none;
}
/*mobile-nav*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 999;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	background-color: transparent;
	border: 0;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}
.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}


/*#s005 - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 8px 5px;
	background-color: transparent;
	padding: 4px 11px !important;
	line-height: 22px !important;
	font-size: 16px !important;
	color: #1a2957;
}
/*sticky*/
@media (max-width:992px){	
	html #header {
		position: relative !important;
	}
	html.sticky-header-active #header {
		position: absolute !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed;
	}
	html #header.header-narrow .header-logo img.logo_drd {
		display: none;
	}
	html #header.header-narrow .header-logo img.logo_dru {
		display: inline-block;
	}
}
/*revolutionSlider*/
#revolutionSlider_forcefullwidth .btn_box a {
	text-decoration: none;
	display: inline-block;
}
#revolutionSlider_forcefullwidth .scroll-to img {
	margin-bottom: -1px;
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
		opacity: 1 !important;
		visibility: visible !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 70px;
		opacity: 0.4;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 0.7;
	}
}

/*slider*/
.rev_slider .hermes {
    top: 95% !important;
}
.rev_slider .hermes .tp-bullet {
    border-radius: 0;
    width: 65px;
	height: 3px;
    box-shadow: inset 0 0 0 0 #FFF;
	background-color: rgba(255,255,255,0.8);
}
.rev_slider .hermes .tp-bullet:after, 
.rev_slider .tp-bullet.selected, 
.rev_slider .tp-bullet:hover {
	background-color: #d72519;
}
#revolutionSlider_forcefullwidth .slider-container .tparrows{
    border: 3px solid #fff;
    border-radius: 0px;
    width: 60px;
    height: 60px;
}
#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
    font-family: FontAwesome;
    line-height: 60px;
}
#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow:before {
    content: "\f053";
}
#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow:before {
    content: "\f054";
}
@media (min-width:992px){
	#revolutionSlider_forcefullwidth .slider-container .tparrows {
		background-color: transparent;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:before {
		font-size: 17px;
		opacity: 0.7;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows:hover:before{
		opacity: 1;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-leftarrow {
		left: 5% !important;
	}
	#revolutionSlider_forcefullwidth .slider-container .tparrows.tp-rightarrow {
		left: 95% !important;
	}
}
@media (max-width: 991px) {
	.rev_slider .slides-number {
		left: 94.8%;
	}
}
/* config_wrp*/
#config_wrp h1{
	display: inline-block;
}
#config_wrp .breadcrumb{
	float: right;
	background-color: transparent;
}
#config_wrp .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
/*msec_dvd*/
.msec_dvd {
	padding: 130px 0;
}
.msec_dvd.msec_dvd_mini {
	padding: 50px 0;
}
.msec_dvd .mtit h1 {
    font-size: 55px;
    color: #1e1e1e;
    font-weight: 700;
    line-height: 1em;
	position: relative;
    margin-bottom: 20px;
    word-break: keep-all;
}
.msec_dvd .mtit h4 {
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.2em;
	position: relative;
    word-break: keep-all;
}
@media (max-width:768px){
	.msec_dvd {
		padding: 40px 0;
	}	
    .msec_dvd.msec_dvd_mini {
        padding: 20px 0;
    }
	.msec_dvd .mtit {
		margin-bottom: 15px;
	}
    .msec_dvd .mtit h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .msec_dvd .mtit h4 {
        font-size: 13px;
    }
}

/*footer*/
#footer {
    background: url(../img/footer_bg.png) center center no-repeat;
    background-size: cover;
    margin-top: 0px !important;
    padding: 70px 0 !important;
    background-color: #333;
    border-top: 0px;
}
#footer .logo_wrp {
    margin-bottom: 20px;
}
#footer .btn_wrp {
    margin: 30px 0;
}
#footer .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 15px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 5px;
}
#footer .btn_wrp a.btn_wrp_r {
    color: #fff;
    background-color: #b91729;
    border-color: #b91729;
}
#footer p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer .logo_wrp {
        margin-bottom: 10px;
    }
    #footer .logo_wrp img {
        width: 70%;
    }
    #footer .btn_wrp {
        margin: 15px 0;
    }
    #footer .btn_wrp a {
        width: 180px;
        padding: 10px;
        font-size: 13px;
        margin: 5px 0;
    }
    #footer p {
        font-size: 12px;
    }
}

/*conbox*/
.conbox {
    margin-top: 60px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 20px;
    }
}

/*msec01*/
#msec01 .conbox {
    position: relative;
}
#msec01 .conbox:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 350px;
    bottom: 0px;
    background-color: #f6f6f6;
}
#msec01 .owl-carousel a {
    text-decoration: none;
    display: block;
}
#msec01 .owl-carousel img {
    width: auto;
    display: inline-block;
    margin-bottom: -25%;
}
#msec01 .owl-carousel .txtbox {
    background-color: #e6e6e6;
    padding: 30px 15px;
    padding-top: 30%;
    height: 350px;
}
#msec01 .owl-carousel .txtbox.txtbox_light {
    background-color: transparent;
}
#msec01 .owl-carousel .txtbox h3 {
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: -1px;
}
#msec01 .owl-carousel .txtbox p {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
    color: #1e1e1e;
    margin-bottom: 15px;
}
#msec01 .owl-carousel .btn_wrp span {
    text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 15px;
    border: 1px solid #333;
}
#msec01 .owl-carousel a .txtbox,
#msec01 .owl-carousel a .txtbox h3,
#msec01 .owl-carousel a .txtbox p,
#msec01 .owl-carousel a .btn_wrp span {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#msec01 .owl-carousel a:hover .txtbox {
    background-color: #c81428;
}
#msec01 .owl-carousel a:hover .txtbox h3,
#msec01 .owl-carousel a:hover .txtbox p {
    color: #fff;
}
#msec01 .owl-carousel a:hover .btn_wrp span {
    background-color: #fff;
    border-color: #fff;
    color: #c81428;
}
#msec01 .owl-carousel .owl-nav [class*="owl-"] {
    color: #333;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.1;
}
#msec01 .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 0.4;
}

#msec01 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#msec01 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media(min-width:992px){
	#msec01 .owl-carousel .owl-nav {
		top: 20%;
	}
	#msec01 .owl-theme .owl-nav [class*='owl-'] {
		padding: 15px 7px;
	}
	#msec01 .owl-carousel .owl-nav .owl-prev {
		left: -100px;
	}
	#msec01 .owl-carousel .owl-nav .owl-next {
		right: -100px;
	}
	#msec01 .owl-carousel .owl-nav .owl-prev, 
	#msec01 .owl-carousel .owl-nav .owl-next {
		width: 70px;
		height: 70px;
		font-size: 100px;
	}	
}
@media (max-width:768px){
    #msec01 .conbox:after {
        height: 220px;
    }
    #msec01 .owl-carousel img {
        margin-bottom: -10%;
        width: 60%;
    }
    #msec01 .owl-carousel .txtbox {
        padding: 20px 15px;
        padding-top: 10%;
        height: 220px;
    }
    #msec01 .owl-carousel .txtbox h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #msec01 .owl-carousel .txtbox p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #msec01 .owl-carousel .btn_wrp span {
        width: 130px;
        padding: 7px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    #msec01 .owl-carousel a .txtbox,
    #msec01 .owl-carousel a .txtbox h3,
    #msec01 .owl-carousel a .txtbox p,
    #msec01 .owl-carousel a .btn_wrp span {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #msec01 .owl-carousel a:hover .txtbox {
        background-color: #c81428;
    }
    #msec01 .owl-carousel a:hover .txtbox h3,
    #msec01 .owl-carousel a:hover .txtbox p {
        color: #fff;
    }
    #msec01 .owl-carousel a:hover .btn_wrp span {
        background-color: #fff;
        border-color: #fff;
        color: #c81428;
    }
    #msec01 .owl-carousel .owl-nav [class*="owl-"] {
        color: #333;
        background-color: transparent;
        border-color: transparent transparent transparent;
        opacity: 0.1;
    }
    #msec01 .owl-carousel .owl-nav [class*="owl-"]:hover {
        opacity: 0.4;
    }

    #msec01 .owl-carousel .owl-nav .owl-prev:before {
        content: "\f104";
    }
    #msec01 .owl-carousel .owl-nav .owl-next:before {
        content: "\f105";
    }
}
/*msec02*/
#msec02 {
    background: url(../img/msec02_bg.jpg) center center no-repeat;
}
#msec02 .img_wrp {
    margin-bottom: 50px;
}
#msec02 .txtbox h2 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
#msec02 .txtbox h4 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
}
#msec02 .content .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 15px;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    background-color: rgba(200, 20, 40, 0.9);
}
#msec02 .content .btn_wrp a.btn_wrp_w {
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width:769px){
    #msec02 {
        background-attachment: fixed;
    }
}
@media (max-width:768px){
    #msec02 {
        background-size: cover;
    }
    #msec02 .img_wrp {
        margin-bottom: 20px;
    }
    #msec02 .txtbox h2 {
        font-size: 18px;
        margin-bottom: 10px;
        word-break: keep-all;
    }
    #msec02 .txtbox h4 {
        font-size: 13px;
        margin-bottom: 20px;
        word-break: keep-all;
    }
    #msec02 .content .btn_wrp a {
        width: 180px;
        padding: 10px;
        font-size: 12px;
        margin-bottom: 10px;
    }
}
/*msec03*/
#msec03 {
    background-color: #e6e6e6;
}
#msec03 ul li {
    margin: 15px 0;
}
#msec03 ul li a {
    text-decoration: none;
    display: block;
    background-color: #fff;
    padding: 40px 30px;
    border: 4px solid #fff;
    box-shadow: 7px 7px 7px rgba(0,0,0,0.05);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec03 ul li a:hover {
    border-color: #c81428;
}
#msec03 ul li a h1 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 10px;
}
#msec03 ul li a h6 {
    font-size: 15px;
    line-height: 1em;
    font-weight: 300;
    color: #9d9d9d;
    text-transform: uppercase;
}
@media (max-width:768px){
    #msec03 ul li {
        margin: 5px 0;
    }
    #msec03 ul li a {
        padding: 20px 15px;
        border: 2px solid #fff;
        box-shadow: 3px 3px 3px rgba(0,0,0,0.05);
    }
    #msec03 ul li a:hover {
        border-color: #c81428;
    }
    #msec03 ul li a h1 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #msec03 ul li a h6 {
        font-size: 12px;
        height: 24px;
    }
    #msec03 ul li a .icon_wrp img {
        width: 50px;
    }
}

/*msec04*/
#msec04 .btn_wrp {
    margin-top: 50px;
}
#msec04 .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    width: 220px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 15px;
    border: 1px solid #333;
    text-align: center;
}
#msec04 #toggle_wrp .toggle > label {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0px !important;
    border-left: 0px;
    font-size: 18px;
    font-weight: 500;
	padding-left: 45px;
}
#msec04 #toggle_wrp .toggle.active > label {
    color: #b61427;
}
#msec04 #toggle_wrp .toggle > label:after {
    content: "Q";
    position: absolute;
    left: 0;
    background-color: #b61427;
    border-radius: 50%;
    padding: 5px 10px 7px;
    color: #fff;
    font-weight: 600;
    top: 7px;
}
#msec04 #toggle_wrp .toggle > label:before {
    content: "\f078";
    color: #1e1e1e;
    font-family: FontAwesome;
    border: 0px;
}
#msec04 #toggle_wrp .toggle.active > label:before {
    content: "\f077";
    margin-top: -6px; 
    right: 4px; 
    color: #b61427;
}
#msec04 #toggle_wrp .toggle {
    margin: 0px;
}
#msec04 #toggle_wrp .toggle p {
	color: #333;
    position: relative;
	padding-left: 45px;
}
#msec04 #toggle_wrp .toggle p:after {
    content: "A";
    font-size: 18px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    padding: 10px 10px;
    color: #333;
    font-weight: 600;
    top: 0;
}
@media (max-width:768px){
    #msec04 .mtit {
        text-align: center;
    }
    #msec04 .btn_wrp {
        margin-top: 20px;
    }
    #msec04 .btn_wrp a {
        width: 180px;
        padding: 7px;
        font-size: 12px;
        margin-bottom: 10px;
    }
	#msec04 #toggle_wrp .toggle > label {
		font-size: 13px;
		padding-left: 30px;
        line-height: 1.2em;
	}
	#msec04 #toggle_wrp .toggle > label:after {
		padding: 3px 7px;
		top: 9px;
	}
	#msec04 #toggle_wrp .toggle p {
		margin-bottom: 0px;
		font-size: 11px;
        line-height: 1.2em;
		padding-left: 30px;
	}
}



/*all-content-common*/
#all-content-common {
    padding: 40px 0 0;
}
@media (max-width:768px){
    #all-content-common {
        padding: 20px 0 0;
    }
}
/*sub_tt*/
.sub_tt {
    font-size: 35px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
}
@media (max-width:768px){
   .sub_tt {
        font-size: 20px;
    }
}

/*parallax*/
.page-header.parallax {
    padding: 0;
    height: 200px;
	position: relative;
}
.page-header.parallax.bo_h {
    height: 150px;
}
.page-header.parallax .txt_wrp {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.page-header.parallax .txt_wrp .txtbox {
	display: table;
	width: 100%;
	height: 100%;
}
.page-header.parallax .txt_wrp .txt_in {
	display: table-cell;
	vertical-align: middle;
}
.page-header.parallax .txt_wrp h2 {
    font-size: 24px;
    line-height: 1em;
    color: #56565a;
    font-weight: 400;
    text-shadow: 0 0 0;
}
.page-header.parallax .txt_wrp h3 {
	font-size: 30px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp h5 {
	font-size: 22px;
    line-height: 1.4em;
    color: rgba(255,255,255,1);
    font-weight: 300;
    text-shadow: 0 0 0;
    margin-top: 20px;
    text-transform: none;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.page-header.parallax .txt_wrp .lined span {
	display: inline-block;
	height: 20px;
	width: 1px;
	background-color: #fff;
	margin: 10px 0;
}
.page-header.parallax .para_img {
	background-size: cover !important;
	background-position: center center !important;
	height: 100%;
}
.page-header h1 {
	display: inline-block;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.page-header .breadcrumb{
	float: right;
	background-color: transparent;
	position: relative !important;
	top: initial;
	right: initial;
	width: 100%;
	text-align: left;
}
.page-header .breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.page-header .breadcrumb.breadcrumb-valign-mid li.active {
    color: #FFF;
    opacity: 1;
}
.page-header .bright_img{
	position: absolute;
    width: 100%;
    height: 180px;
    left: 0;
    bottom: 0;
    background: url(../img/sub_header_bright.png) no-repeat 90% 0px;
}
.page-header.parallax h4 {
    font-size: 14px;
    line-height: 1.4em;
    color: #636363;
    font-weight: 600;
}
.page-header.parallax .text-light h2,
.page-header.parallax .text-light h4 {
    color: #fff;
}
@media (min-width:769px){
    .page-header.parallax {
        overflow: hidden;
    }
    
    .page-header.parallax .para_img {
        -webkit-animation: para_ani 15s linear infinite;
        -moz-animation: para_ani 15s linear infinite;
        -o-animation: para_ani 15s linear infinite;
        -ms-animation: para_ani 15s linear infinite;
        animation: para_ani 15s linear infinite;
    }
    .page-header.parallax .para_img.active {
        -ms-transform: scale(1,1);
        -o-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}
@media (max-width:768px){
    .page-header.parallax h4 {
        font-size: 13px;
    }
	.page-header.parallax {
		height: 150px;
	}
	.page-header.parallax.bo_h {
		height: 80px;
	}
	.page-header.parallax .txt_wrp {
		margin-top: 0;
	}
	.page-header.parallax .txt_wrp h2 {
		font-size: 20px;
        margin-top: -15px;
	}
	.page-header.parallax .txt_wrp h3 {
		font-size: 15px;
	}
	.page-header.parallax .txt_wrp h5 {
		font-size: 12px;
	}
	.page-header.parallax .txt_wrp .lined span {
		height: 10px;
	}
}

/* para animation */
@-webkit-keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}	
     100%   {background-position:50% 0;}  
}
@-moz-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-o-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@-ms-keyframes para_ani{
    0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}
@keyframes para_ani{
     0%   {background-position:50% 0;}
     33.3333333%  {background-position:50% 100%;}
     66.666666%  {background-position:50% 50%;}
     100%   {background-position:50% 0;}  
}

/*sitecon*/
.sitecon .sitecon_list > li {
    font-size: 11px;
    display: inline-block;
}
.sitecon .sitecon_list > li a,
.sitecon .sitecon_list > li span {
    display: inline-block;
    color: #1e1e1e;
}
.sitecon .sitecon_list > li a,
.sitecon .sitecon_list > li span,
.sitecon .sitecon_list > li .sub_menu {
    padding: 0 7px;
}
.sitecon .sitecon_list > li .sub_menu {
    position: relative;
    color: #1e1e1e;
}
.sitecon .sitecon_list > li .sub_menu ul {
    position: absolute;
    width: 100%;
    top: -10000px;
    display: block;
    opacity: 0;
    padding: 0px;
    background-color: #4c5960;
    z-index: 1;
    
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
}
.sitecon .sitecon_list > li .sub_menu ul li {
    font-weight: 300;
}
.sitecon .sitecon_list > li .sub_menu ul li a {
    text-decoration: none;
    display: block;
    color: #fff;
}
.sitecon .sitecon_list > li .sub_menu ul li a:hover {
    background-color: #424c52;
}
@media (min-width:991px){
    .sitecon .sitecon_list > li{
        position: relative;
    }
    .sitecon .sitecon_list > li:after {
        content: "\f105";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: -5px;
        top: calc(50% - 6px);
    }
    .sitecon .sitecon_list > li:last-child:after {
        display: none;
    }
}
@media (max-width:992px){
    .sitecon {
        background-color: #eee;
    }
    .sitecon .sitecon_list > li {
        display: block;
        float: left;
        border-left: 1px solid #ddd;
    }
    .sitecon .sitecon_list > li .sub_menu {
        min-width: 140px;
        cursor: pointer;
    }
    .sitecon .sitecon_list > li .sub_menu:after {
        content: "\f078";
        font: normal normal normal 11px/1 FontAwesome;
        position: absolute;
        right: 15px;
        top: calc(50% - 6px);
    }
    .sitecon .sitecon_list > li .sub_menu:hover ul {
        transform: translate3d(0, 0, 0);
        top: 100%;
        display: block;
        opacity: 1;
        left: 0;
    }
    .sitecon .sitecon_list > li a,
    .sitecon .sitecon_list > li span,
    .sitecon .sitecon_list > li .sub_menu {
        padding: 7px 15px;
    }
}
/*all-content-common*/
#all-content-common {
    padding: 30px 0;
}
@media (max-width:768px){
    #all-content-common {
        padding: 15px 0;
    }
}
/*side_menu*/
.side_menu h1 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding: 30px 15px;
    background-color: #9f1b1f;
}
.side_menu ul li {
    border-bottom: 1px solid #ddd;
}
.side_menu ul li a {
    text-decoration: none;
    display: block;
    padding: 20px;
    color: #636363;
    font-size: 18px;
    line-height: 1em;
    position: relative;
    font-weight: 300;
    overflow: hidden;
}
.side_menu ul li a.active {
    background-color: #f7f7f7;
    color: #1e1e1e;
}
.side_menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -11px;
    width: 11px;
    height: 2px;
    background: #c81428;
    transform: translateY(-50%);
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.side_menu ul li a.active:before,
.side_menu ul li a:hover:before,
.side_menu ul li a:focus:before {
    left: 0px;
}
.side_menu ul li .panel-body {
    padding: 0px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.side_menu ul li .panel-body a {
    font-size: 0.9em;
    padding: 10px 20px;
    padding-left: 30px;
    background-color: #fcfcfc;
    color: #636363;
}
.side_menu ul li .panel-body a.active {
    color: #1e1e1e;
    font-weight: 600;
}
@media (min-width:991px){
    .side_menu {
        min-height: 600px;
    }
}
/*sub_content*/
.sub_content h1.sub_tit {
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-bottom: 20px;
}
@media (max-width:768px){
    .sub_content h1.sub_tit {
        font-size: 18px;
        padding: 15px 0;
        margin-bottom: 15px;
    }
}
/*conb*/
.conb {
    margin-top: 40px;
}

/*bt_link*/
.bt_link .lfban {
	display: table;
    width: 100%;
    text-decoration: none;
	border-bottom: 1px dashed #ddd;
}
.bt_link .lfban01 {
	background: url(../img/ban01.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .lfban02 {
	background: url(../img/ban02.png) 95% center no-repeat;
	background-size: 50px;
}
.bt_link .txtbox {
	height: 100px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}
.bt_link .txtbox h2 {
	font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h5 {
	font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 600;
    color: #1e1e1e;
    word-break: keep-all;
}
.bt_link .txtbox h6 {
	font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-weight: 400;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (max-width:768px){
	.bt_link .lfban {
		background-size: 40px;
	}
	.bt_link .txtbox {
		padding-left: 45px;
		height: 70px;
	}
	.bt_link .txtbox h2 {
		font-size: 16px;
	}
	.bt_link .txtbox h5 {
		font-size: 13px;
	}
	.bt_link .txtbox h6 {
		font-size: 10px;
	}
}

/*pd_tab*/
.pd_tab ul li {
    display: inline-block;
}
.pd_tab ul li a {
    text-decoration: none;
    display: inline-block;
    color: #1e1e1e;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    padding: 5px 8px;
    line-height: 1em;
}
.pd_tab ul li a.active {
    border-color: #9f1b1f;
    background-color: #9f1b1f;
    color: #fff;
}