/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*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: 300;
    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
}
/* POPUP */
#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;
	margin:0 auto;
	height:0;
}
.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;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}


/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 0;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    width: 50px;
    height: 50px;
}
.mobile-nav .mmenu-toggle-btn:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 50px;
    height: 1px;
    top: 20px;
    transform: rotate(45deg);
    background-color: #fff;
}
.mobile-nav .mmenu-toggle-btn:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 50px;
    height: 1px;
    top: 20px;
    transform: rotate(-45deg);
    background-color: #fff;
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 50%;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0.9);
}
.mmenu-open .mobile-nav {
	top: 0;
    left: auto;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
	right: -5px;
	top: -50px;
	padding: 0px;
	display: inline-block;
	font-weight: 300;
	font-size: 17px;
	color: #ccc;
	cursor: pointer;
	width: 90px;
	height: 45px;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.mobile-side-menu li a {
	display: block;
	font-size: 13px;
	line-height: 1.2em;
	letter-spacing: 0.03em;
	font-weight: 300;
	background-color: transparent;
	color: #fff;
	border: 0;
	padding: 15px 10px;
	white-space: normal;
	word-break: keep-all;
	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: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "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;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	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-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 12px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#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;
}

@media (max-width:768px){
    .mobile-nav {
        overflow-y: scroll;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*body*/
.body {
    overflow: hidden;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}


/* Centered texts in each section
	* --------------------------------------- */
.section{
    overflow: hidden;
}

#myVideo{
    width: 100%;
    height: 700px;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
}

#slide1 .intro,
.fp-auto-height.fp-section, 
.fp-auto-height .fp-slide, 
.fp-auto-height .fp-tableCell{
    position: relative;
    height: 850px !important;
    overflow: hidden;
}

@media (max-width:768px){
    #slide1 .intro,
    .fp-auto-height.fp-section, 
    .fp-auto-height .fp-slide, 
    .fp-auto-height .fp-tableCell{
        height: 500px !important;
    }
}



/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 43%;

    /*
    * Preventing flicker on some browsers
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*solves problem with overflowing video in Mac with Chrome */
#section0{
    overflow: hidden;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}


/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display:none !important;
}
/*fullpage*/
#fullpage {
    height: auto !important;
    position: relative;
}
#fullpage .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#fullpage .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 60px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#fullpage .scroll_msc h6 {
    font-size: 11px;
    line-height: 1em;
    font-weight: 600;
    margin-top: 5px;
}
#fullpage .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 49%;
    width: 2px;
    top: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) right center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.jpg) left center no-repeat;
    background-size: cover;
}
#fullpage .bg04 {
    background: url(../img/visual_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg05 {
    background: url(../img/visual_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg06 {
    background: url(../img/visual_bg6.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage h1 {
    font-size: 70px;
    line-height: 1em;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
#fullpage h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    color: #fff;
}
#fullpage p {
    font-size: 20px;
    line-height: 1.8em;
    color: #fff;
    font-weight: 600;
}
#fullpage .btn_wrp {
    margin: 0 -10px;
    margin-top: 40px;
}
#fullpage .btn_wrp a {
    font-size: 20px;
    line-height: 1em;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-weight: 600;
    background: linear-gradient(90deg, #92c535, #0f67a7);
    text-align: center;
    
    -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;
}
#fullpage .btn_wrp a.btn2 {
    background-color: #003cff;
    border-color: #003cff;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 55px;
    height: 130px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/owl-prev.jpg) center center no-repeat;
    background-color: transparent !important;
    left: 0;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/owl-next.jpg) center center no-repeat;
    background-color: transparent !important;
    right: 0;
}
.fp-slidesNav.fp-bottom {
    bottom: 60px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    border: 2px solid rgba(255,255,255,0.7);
    background-color: transparent;
    margin: 0 0 0 -6px;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: 0 0 0 -6px;
    border-radius: 100%;
    border: 2px solid #d5a22b;
    background-color: #d5a22b;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    background-color: rgba(255,255,255,0.7);
}
@media (max-width:768px){
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
    #fullpage .bg {
        height: 350px;
        padding: 50px 0;
    }
    #fullpage h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #fullpage h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #fullpage p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #fullpage h6 {
        font-size: 12px;
        margin-bottom: 15px !important;
    }
    #fullpage .btn_wrp {
        margin: 0 -5px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #fullpage .btn_wrp a {
        font-size: 13px;
        padding: 10px 20px;
        margin: 0 5px;
        width: 140px;
        display: inline-block;
        text-align: center;
        margin-bottom: 5px;
    }
    #fullpage .fp-tableCell,
    #fullpage .fp-section,
    #fullpage .slide {
        height: 400px !important;
    }
    #fullpage .slide,
    #fullpage .slide .btn_wrp {
        text-align: center;
        word-break: keep-all;
    }
    #fullpage .scroll_msc {
        bottom: 20px;
    }
    #fullpage .scroll_msc a {
        height: 40px;
        width: 20px;
    }
    #fullpage .scroll_msc h6 {
        font-size: 9px;
    }
    #fullpage .scroll_msc a:after {
        top: 7px;
        height: 7px;
        left: 48%;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*color*/
.c_yl {
    color: #fff000 !important;
}
.c_lrd {
    color: #cd121c !important;
}
.c_org {
    color: #ff7f07 !important;
}
.c_drd {
    color: #c00000 !important;
}
.c_gr {
    color: #bfd73a !important;
}
/*Common*/
img {
	max-width: 100%;
}
strong {
    font-weight: 600;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville';
}
.f_pop {
	font-family: 'Poppins';
}
.f_nm {
	font-family:'NanumSquare';
}
.f_hind {
	font-family: 'Hind', sans-serif;
}
.f_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*scroll-to-top*/
html .scroll-to-top {
    right: 0;
    top: auto;
    bottom: 30px;
}
html .scroll-to-top:focus,
html .scroll-to-top:hover{
    color: #fff;
}
/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    /*background: transparent;
    opacity: 0.6;*/
    background: #f7f7f7;
    opacity: 1;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #f7f7f7;
    opacity: 1;
}
#header.sb_h .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #444 !important;
    padding: 33px 30px !important;
}
#header.header-narrow .header-logo img {
    margin: 0;
    width: 226px;
    -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;
}
/*html.sticky-header-active #header .header-nav-main nav > ul > li:hover > a {
    color: #111 !important;
}*/
html.sticky-header-active #header .logbox a {
    color: #666 !important;
}
html.sticky-header-active #header .fc_box a {
    color: #333 !important;
	border-color: #333 !important;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #444 !important;
    border-radius: 0px;
    text-transform: uppercase;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    padding: 45px 30px !important;

    -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;
}
html #header .header-nav-main nav > ul > li.cs_mn > a {
    padding: 17px 40px !important;;
    text-align: center;
    background: linear-gradient(#ff7604, #ffa305);
    color: #fff !important;
}
html #header .header-nav-main nav > ul > li.cs_mn > a img {
    width: 50px;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.cs_mn > a {
    padding: 15px 40px !important;;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.cs_mn > a img {
    width: 30px;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #fff;
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #fff;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe636;
	background-color: transparent;
}
@media (max-width:1700px) {
    html #header .header-nav-main nav > ul > li > a {
        padding: 3rem !important;
    }
}
@media (max-width:1400px) {
    html #header .header-nav-main nav > ul > li > a {
        padding: 33px 20px !important;
    }
}
@media (min-width:991px) {	
    html.sticky-header-active #header.header-narrow .header-logo img {
        margin: 0;
        width: 170px;
    }
    html #header .header-nav-main nav > ul > li {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    /*html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: #ddd;
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }*/
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body {
    background-color: #fff;
}
#header .header-body .c_wrp {
    position: relative;
    z-index: 10;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #d3e7f1;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(108, 108, 108, 0.3) !important;
	padding: 0;
}
html.sticky-header-active #header .header-body {
	border-bottom: 1px solid #ddd !important;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: rgba(17, 17, 17, 0.9);
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #aaa;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #333 !important;
	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 (min-width:991px) and (max-width:1568px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 30px 10px !important;
    	font-size: 16px;
	}
}
@media (min-width:991px) {	
    #header .header-body {
        padding: 0 4rem;
    }
    #header .header-body > .c_wrp {
        display: table;
    }
    #header .header-body > .c_wrp > div {
        width: 20%;
        display: table-cell;
    }
    #header .header-body > .c_wrp > .header-nav {
        width: 60%;
        display: table-cell !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #ff7f07;
        height: 5px;
        width: 0%;
        z-index: 5;

        -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-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 1.7rem;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
    #header .header-body {
        padding: 0 1.5rem;
    }
	#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: #d3e7f1 !important;
		border-color: #fff;
	}
    html #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #d3e7f1 !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 {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
    #header.header-narrow .header-logo img {
		width: 140px;
    	margin: 1.5rem 0;
    }
}

/*header-logo*/
#header .hd_tel img {
	width: 27px;
}
#header .header-logo {
	float: none;
}
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
#header.sb_h .logo-default {
	display: inline-block !important;
}
#header.sb_h .logo-default-w {
	display: none !important;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .h_nav ,
	#header .global {
		width: 30%;
	}
	#header .header-logo {
		float: none;
	}
	#header .header-logo img {
		margin: 15px 0 !important;
	}
}
/*global_pc*/
#header .global_pc a {
	display: inline-block;
	color: #ddd;
	font-size: 1.5rem;
	text-decoration: none;
}
#header .global_pc a:hover {
	color: #fff;
}
#header .global_pc .sns_i {
    width: 42px;
    margin-left: 1rem;
}
html.sticky-header-active #header .global_pc a {
	color: #636363;
}
html.sticky-header-active #header .global_pc a:hover {
	color: #111;
}
@media (max-width:768px){
    #header .global_pc .sns_i {
        width: 30px;
    }
}
/*global*/
#header .global {
	margin-left: 10px;
	position: relative;
}
#header .global a {
	text-decoration: none;
}
#header .global > a {
	display: inline-block;
	padding: 5px 30px 5px 15px;
	border: 4px solid #ddd;
	border-radius: 30px;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: relative;
	cursor: pointer;
	-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;
}
#header.sb_h .global > a,
html.sticky-header-active #header .global > a {
	color: #636363;
}
#header .global:active > a,
#header .global:visited > a,
#header .global:focus > a,
#header .global:hover > a {
	border-color: #aaa;
}
#header .global > a i {
	width: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: center;
}
#header .global .nav_gl {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0px;
	background-color: #0e0e0e;
	z-index: 100;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
	opacity: 0;
	overflow: hidden;
	-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;
}
#header .global:hover .nav_gl,
#header .global:visited .nav_gl,
#header .global:active .nav_gl,
#header .global:focus .nav_gl {
	opacity: 1;
	height: auto;
}
#header .global .nav_gl a {
	color: #ccc;
	padding: 8px 10px;
	font-weight: 600;
	text-align: left;
	display: block;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .global .nav_gl a:hover {
	color: #fff;
}
@media (max-width:768px){
	#header .global > a {
		font-size: 11px;
		border-width: 2px;
		padding: 2px 25px 2px 10px;
	}
	#header .global > a i {
		right: 5px;
		top: 8px;
	}
	#header .global .nav_gl {
		top: 50px;
		width: 80px;
	}
	#header .global .nav_gl a {
		font-size: 11px;
	}
}
/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
#header .header-logo img {
	-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;
}
@media (min-width: 991px){
	/*html.sticky-header-active  #header .header-logo img {
		width: 200px;
	}*/
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 5px 0 !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 5px 0;
    background-color: transparent;
    color: #666;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 25px !important;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_big {
    margin-top: 120px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_big {
        margin-top: 60px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 50px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 35px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 28px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 18px;
    line-height: 1.4em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:768px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 24px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 16px;
    }
    h5.dft {
        font-size: 15px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 14px;
    }
}

/*foottop*/
.foottop {
    border-top: 0px;
    margin-top: 0px !important;
    background-color: #111;
    border-top: 1px solid #333;
    padding: 20px 0 !important;
    background-color: #111;
}
.foottop ul li {
    display: inline-block;
    position: relative;
}
.foottop ul li:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0px;
    top: 25%;
    height: 50%;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
}
.foottop ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    color: #ccc;
    font-size: 14px;
}
@media (max-width:768px) {
    .foottop {
        padding: 10px 0 !important;
    }
    .foottop .rt {
        text-align: center !important;
    }
    .foottop ul li a {
        padding: 3px;
        font-size: 10px;
    }
}
/*f_top*/
.f_top {
    padding: 25px 0;
    background-color: #0d1012;
}
.f_top .lft a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    padding: 0 8px;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft a {
        font-size: 12px;
    }
}
/*footer*/
#footer {
    border-top: 1px solid #333;
    margin-top: 0px !important;
    background-color: #0d1012;
    padding: 60px 0 !important;
}
#footer p {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: 400;
}
#footer strong {
    color: #ddd;
    font-weight: 400;
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 40px 0 !important;
    }
    #footer p {
        font-size: 12px;
    }
}

/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}

/*nw_slider*/
#nw_slider {
    position: relative;
}
#nw_slider .txt2 {
    margin-top: 15px;
}
#nw_slider .txt3 {
    margin-top: 20px;
}
#nw_slider .txt4 {
    margin-top: 40px;
}
#nw_slider .txt4 a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    line-height: 1em;
    border-bottom: 2px solid #fff;
}
#nw_slider .txt4 a img {
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 3px;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:700px;
}
.swiper-container.mslider .swiper-slide .bg {
    height:700px; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/main_visual1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/main_visual2.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_visual3.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    font-size: 20px; 
    display: inline-block; 
    border: 2px solid #fff; 
    padding: 15px 25px; 
    color: #fff; 
    font-weight: 600; 
    text-align: center; 
    text-decoration: none;
    margin: 5px;
}
.swiper-container.mslider div.swiper-button-next,
.swiper-container.mslider div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-prev {
    left: 60px;
}
.swiper-container.mslider .swiper-button-next {
    transform: rotate(180deg);
    right: 60px;
}
.swiper-container.mslider .swiper-button-prev:after, 
.swiper-container.mslider .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 7px;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #a00029;
}
@media (min-width:769px){
    #nw_slider .txt1 {
        position: relative;
        left: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #nw_slider .swiper-slide-active .txt1 {
        left: 0;
        opacity: 1;
    }
    #nw_slider .txt2 {
        position: relative;
        left: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #nw_slider .swiper-slide-active .txt2 {
        left: 0;
        opacity: 1;
    }
    #nw_slider .txt3 {
        position: relative;
        left: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #nw_slider .swiper-slide-active .txt3 {
        left: 0;
        opacity: 1;
    }
    #nw_slider .txt4 {
        position: relative;
        left: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #nw_slider .swiper-slide-active .txt4 {
        left: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height: 300px; 
    }
    .swiper-container.mslider div.swiper-pagination {
        bottom: 20px;
    }
    .swiper-container.mslider .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }
    .swiper-container.mslider div.swiper-button-next,
    .swiper-container.mslider div.swiper-button-prev {
        width: 20px;
        height: 40px;
        background-size: 100%;
        display: none;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
    #nw_slider .txt2 {
        margin-top: 7px;
    }
    #nw_slider .txt3 {
        margin-top: 10px;
    }
    #nw_slider .txt4 {
        margin-top: 20px;
    }
    #nw_slider .txt4 a {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
    }
    #nw_slider .txt4 a img {
        width: 14px;
        border: 1px solid #fff;
    }
    #nw_slider .mo_sec {
        height: 100vh;
    }
    #nw_slider .mo_sec .top {
        height: 40vh;
    }
    #nw_slider .mo_sec .top .m_wrp {
        table-layout: fixed;
    }
    #nw_slider .mo_sec .bt {
        height: 60vh;
        background: url(../img/main_m_bg.png) center center no-repeat;
        background-size: cover;
    }
}
/*mtit*/
.mtit.mtit_mb {
    margin-bottom: 40px;
}
.mtit h5 {
    font-weight: 600;
}
.mtit h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 30px;
}
.mtit h3 strong {
    font-weight: 600;
}
@media (max-width:768px){
    .mtit.mtit_mb {
        margin-bottom: 20px;
    }
    .mtit h3 {
        font-size: 18px;
        margin-top: 15px;
    }
}
/*msec1*/
#msec1 {
    background: url(../img/msec1_bg.png) center bottom no-repeat;
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.png) center bottom no-repeat;
}
#msec2 ul li {
    position: relative;
}
#msec2 ul li .ibox {
    width: 40%;
}
#msec2 ul li .tbox {
    padding-left: 30px;
    width: 60%;
}
#msec2 ul li .tbox h3 {
    margin-top: 10px;
}
@media (min-width:769px) {
    #msec2 ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        width: 1px;
        height: 60%;
        background-color: rgba(255,255,255,0.4);
    }
}
@media (max-width:768px){
    #msec2 {
        background-size: cover;
    }
    #msec2 ul li:not(:last-child) {
        margin-bottom: 30px;
    }
    #msec2 ul li .ibox img {
        width: 80%;
    }
    #msec2 ul li .tbox {
        padding-left: 0px;
    }
    #msec2 ul li .tbox img {
        width: 50px;
    }
}
/*msec3*/
#msec3 {
    background: url(../img/msec3_bg.png) center top no-repeat;
    background-color: #1d3457;
}
#msec3 .bbox {
    background-color: #142841;
    padding: 60px 15px;
    border-radius: 10px;
}
#msec3 .bbox h3 {
    font-weight: 600;
}
#msec3 .bbox p {
    font-weight: 300;
    margin-top: 20px;
}
#msec3 .mdbox {
    padding: 60px 0 80px;
}
#msec3 .wbox {
    background-color: #fff;
    position: relative;
    box-shadow: 40px 40px 60px rgba(0,0,0,0.5);
}
#msec3 .wbox > .arr {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    text-align: center;
}
#msec3 .wbox ul {
    max-width: 900px;
    margin: 0 auto;
}
#msec3 .wbox ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: rgba(0,0,0,0.2);
}
#msec3 .wbox ul li h4 {
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2em;
}
@media (max-width:768px){
    #msec3 .bbox {
        padding: 30px 15px;
    }
    #msec3 .mdbox {
        padding: 30px 0 40px;
    }
    #msec3 .mdbox h2 {
        font-size: 18px;
    }
    #msec3 .wbox {
        padding: 50px 30px;
    }
    #msec3 .wbox ul li img {
        max-width: 50%;
    }
    #msec3 .wbox ul li h5 {
        margin-top: 10px;
        line-height: 1.2em;
    }
}
/*msec4*/
#msec4 {
    position: relative;
}
#msec4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 225px;
    background: url(../img/r_t_w.png) center top no-repeat;
}
#msec4 ul {
    position: relative;
}
#msec4 ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../img/bt_arr_w.png) center center no-repeat;
    background-size: contain;
    height: 70px;
    z-index: 3;
    line-height: 0px;
}
@media (max-width:768px){
    #msec4:after {
        width: 100px;
        background-size: 100%;
    }
    #msec4 ul:before {
        height: 30px;
    }
    /*#msec4 .f_box .tbox {
        min-height: 250px;
    }*/
    #msec4 .f_box .tbox > div {
        padding-left: 30px;
        padding-right: 30px;
    }
}
/*f_box*/
.f_box {
    /*display: flex;
    flex-wrap: nowrap;*/
}
.f_box .op0 {
    opacity: 0;
}
.f_box > div {
    width: 50%;
    position: relative;
    float: left;
}
.f_box .tbox > div .c_wrp > div {
    padding-left: 15px;
    padding-right: 15px;
}
.f_box .tbox h4 {
    font-weight: 600;
    color: #666;
    margin-top: 20px;
}
.f_box .tbox p {
    line-height: 1.7em;
    font-weight: 300;
}
.f_box .tbox .hov_btn span {
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    color: #333;
    border: 1px solid #666;
    font-size: 15px;
    font-weight: 400;
}
@media (max-width:1400px){
    .f_box .tbox h2 {
        font-size: 24px;
    }
    .f_box .tbox h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    .f_box .hov_btn {
        margin-top: 30px;
    }
    .f_box .tbox p {
        font-size: 15px;
        word-break: break-all;
    }
    .f_box .tbox p br {
        display: none;
    }
}
    @media (max-width:992px){
    .f_box {
        display: flex;
        flex-wrap: wrap;
    }
    .f_box > div {
        width: 100%;
    }
    .f_box .op0 {
        display: none;
    }
    .f_box > .ibox {
        order: 1;
    }
    .f_box .tbox {
        order: 2;
        padding: 30px;
    }
    .f_box .tbox {
        order: 2;
    }
    .f_box .tbox h4 {
        margin-top: 5px;
    }
    .f_box .tbox .hov_btn span {
        padding: 8px 30px;
        font-size: 12px;
        cursor: pointer;
    }
}
/*motion*/
.f_box .tbox .front {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    transform: rotateY(0deg);
    width: 100%;
    height: 100% !important;
    background-color: #eee;
}
.f_box:nth-child(even) .tbox .front {
    background-color: #f7f7f7;
}
.f_box .tbox .front .c_wrp,
.f_box .tbox .back .c_wrp {
    display: table !important;
}
.f_box .tbox .back { 
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100% !important;
    background-color: #333;
}
.f_box .tbox .front .c_wrp ,
.f_box .tbox .back .c_wrp {
    table-layout: fixed;
}
/*.f_box .tbox .front .c_wrp img ,
.f_box .tbox .back .c_wrp img {
    width: 100%;
}*/
@media (max-width:1200px){
    #msec4 ul:before {
        top: -15px;
    }
}
@media (min-width:992px){
    .f_box .tbox .back { 
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
        transform: rotateY(-180deg);
    }
    .f_box .tbox:hover .front {
        transform: rotateY(180deg);	
    }
    .f_box .tbox:hover .back {
        transform: rotateY(0deg);	
    }
}
@media (max-width:992px){
    .f_box .tbox {
        padding: 0px;
    }
    .f_box .tbox .front {
        padding: 50px 15px;
        position: relative;
    }
    .f_box .tbox .back {
        display: none;
    }
}
@media (max-width:768px){
    .f_box .tbox .front {
        padding: 30px 15px;
        position: relative;
    }
}
/*msec5*/
#msec5 {
    position: relative;
    background-color: #1f1f1f;
}
#msec5:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 225px;
    background: url(../img/r_t_d.png) center top no-repeat;
}
#msec5 ul {
    position: relative;
}
#msec5 ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../img/bt_arr_dk.png) center center no-repeat;
    background-size: contain;
    height: 70px;
    z-index: 3;
    line-height: 0px;
}
#msec5 ul .f_box {
    background-color: #ff7c08;
    align-items: center;
}
#msec5 ul .f_box:nth-child(even) {
    background-color: #faf3db;
}
#msec5 ul .f_box:nth-child(even) h4 {
    color: #86441d;
}
#msec5 ul .f_box:nth-child(odd) h2,
#msec5 ul .f_box:nth-child(odd) p {
    color: #fff;
}
#msec5 ul .f_box:nth-child(odd) h4 {
    color: #fffc06;
}
@media (min-width:992px){
    #msec5 ul .f_box {
        display: flex;
        flex-wrap: nowrap;
    }
    #msec5 ul .f_box .tbox {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:992px){
    #msec5:after {
        width: 100px;
        background-size: 100%;
    }
    #msec5 ul:before {
        height: 30px;
        display: none;
    }
    #msec5 .f_box .tbox {
        padding: 30px 15px;
    }
}
/*msec6*/
#msec6 {
    background: url(../img/msec6_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 200px 0;
}
#msec6 .counters .counter h1 {
    font-size: 50px;
    font-weight: 900;
    margin: 15px 0 30px;
}
#msec6 .counters .counter p {
    opacity: 0.8;
}
#msec6 .counters .counter strong {
    display: inline-block;
    font-size: 80px;
    font-weight: 900;
}
#msec6 ul li {
    position: relative;
}
#msec6 ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: rgba(255,255,255,0.4);
}
@media (max-width:768px) {
    #msec6 {
        padding: 40px 0;
    }
    #msec6 .numb {
        width: 40%;
    }
    #msec6 .counters .counter h1 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    #msec6 .counters .counter strong {
        font-size: 40px;
    }
    #msec6 .tb {
        text-align: left;
    }
}
/*curriculum_con*/
#curriculum_con {
    background-color: #ffd106;
}
#curriculum_con ul li {
    margin-bottom: 20px;
}
#curriculum_con ul li .item {
    text-align: center;
    border: 3px solid #333;
    border-radius: 10px;
    background-color: #faf3db;
    padding: 60px 30px;
}
#curriculum_con ul li .item .ibox h4 {
    margin-top: 10px;
}
#curriculum_con ul li .item .tbox {
    margin-top: 15px;
}
@media (min-width:769px){
    #curriculum_con ul li .item {
        min-height: 480px;
    }
}
@media (max-width:768px){
    #curriculum_con ul li .item {
        padding: 30px 15px;
    }
    #curriculum_con ul li .item .ibox {
        width: 30%;
    }
    #curriculum_con ul li .item .ibox h4 {
        margin-top: 5px;
    }
    #curriculum_con ul li .item .tbox {
        text-align: left;
        padding-left: 15px;
    }
}
/*msec8*/
#msec8 {
    background: url(../img/msec8_bg.jpg) center center no-repeat;
    background-size: cover;
}
/*msec9*/
#msec9 {
    background: url(../img/msec9_bg.png) center center no-repeat;
    background-color: #ff7c08;
    background-size: cover;
}
#msec9 h1 {
    font-size: 60px;
    line-height: 1.2em;
    font-weight: 900;
    letter-spacing: 0;
}
#msec9 h2 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 10px;
}
#msec9 .btn_wrp a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    line-height: 1em;
    border-bottom: 2px solid #fff;
}
#msec9 .btn_wrp a img {
    width: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 3px;
}
@media (max-width:768px){
    #msec9 h1 {
        font-size: 30px;
    }
    #msec9 h2 {
        font-size: 17px;
    }
    #msec9 .btn_wrp a {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 0;
        border-bottom: 1px solid #fff;
    }
    #msec9 .btn_wrp a img {
        width: 14px;
        border: 1px solid #fff;
    }
}
/*quick*/
#quick {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
}
#quick > a {
    display: inline-block;
    text-align: center;
    background: linear-gradient(#ff7604, #ffa305);
    color: #fff !important;
    padding-top: 14px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-decoration: none;
}
#quick > a img {
    width: 40px;
}
/*marker_line*/
.marker_line {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}
.marker_line:after {
    content: "";
    background-color: #fcf642;
    position: absolute;
    left: 0px;
    bottom: 5px;
    height: 35%;
    width: 100%;
}
.marker_line span {
    position: relative;
    z-index: 3;
}
/*planner*/
#planner {
    background: url(../img/map_bg.png) center center no-repeat;
    background-color: #ff7c08;
    /*background: url(../img/planner_bg.jpg) center center no-repeat;
    background-size: cover;*/
}
#planner .sec1 {
    background: url(../img/d_bg.png) center center no-repeat;
}
#planner .planner_wrp {
    max-width: 1600px;
    margin: 0 auto;
}
#planner .owl-carousel img {
    display: inline-block;
    width: auto;
}
#planner .txtbox h3 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1em;
}
#planner .txtbox .lined {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #1e1e1e;
    line-height: 0px;
}
#planner .imgbox {
	position: relative;
    text-decoration: none;
    display: block;
}
#planner .owl-theme .owl-nav > div{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 87px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
    border: 0px !important;
}
#planner .owl-theme .owl-nav .owl-prev {
    left: 0;
}
#planner .owl-theme .owl-nav .owl-next {
    transform: rotate(180deg);
    right: 0;
}
#planner .owl-theme .owl-nav .owl-prev:before,
#planner .owl-theme .owl-nav .owl-next:before {
    content: "";
}
@media (max-width:768px){
    #planner .planner_wrp {
        padding: 0 60px;
    }
    #planner .owl-theme .owl-nav > div{
        width: 20px;
        height: 40px;
        background-size: 100%;
    }
    #planner .owl-theme .owl-nav .owl-prev {
        left: -40px;
    }
    #planner .owl-theme .owl-nav .owl-next {
        transform: rotate(180deg);
        right: -40px;
    }
}

/*reserve*/
#reserve {
    background: url(../img/reserve_bg.png) center bottom no-repeat;
    background-color: #252027;
    background-size: cover;
}
#reserve form {
    padding: 50px;
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
}
#reserve .form_con li {
    position: relative;
}
#reserve .form_con1 li {
    padding-left: 150px;
}
#reserve .form_con2 li {
    padding-left: 140px;
}
#reserve .form_con li > label {
    position: absolute;
    left: 0;
    font-size: 17px;
    color: #333;
    top: 13px;
    font-weight: 600;
}
#reserve .form_con li:not(:last-child) {
    margin: 10px 0;
} 
#reserve .form_con li .form-control {
    border: 1px solid #333;
    height: 50px;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 10px;
} 
#reserve .form_con li input[type="button"] {
    font-size: 17px;
    border: 0px;
    background-color: #333;
    color: #fff;
    display: block;
    line-height: 50px;
    width: 100%;
    border-radius: 10px;
} 
#reserve .form_radio {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
} 
#reserve .radio-custom {
    display: inline-block;
    margin-right: 5px;
} 
#reserve .in_item {
    position: relative;
    padding-right: 20px;
}
#reserve .in_item span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 13px;
}
#reserve .chk_wrp {
    font-size: 15px;
    color: #333;
    font-weight: 300;
}
#reserve .chk_wrp span {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
#reserve .chk_wrp .checkbox-custom {
    display: inline-block;
}
#reserve .btn_wrp {
    padding-top: 15px;
} 
#reserve .btn_wrp input {
    font-size: 20px;
    border: 0px;
    background-color: #ff7f06;
    color: #fff;
    display: block;
    padding: 20px 15px;
    width: 100%;
    border-radius: 10px;
} 
@media (max-width:768px){
    #reserve form {
        padding: 30px 15px;
    }
    #reserve .form_con1 li,
    #reserve .form_con2 li {
        padding-left: 0px;
    }
    #reserve .form_con li > label  {
        position: relative;
        display: block;
        top: auto;
        margin-bottom: 10px;
    }
    #reserve .form_con li .form-control {
        padding: 5px;
        height: 40px;
        font-size: 14px;
    }
    #reserve .form_radio {
        padding: 10px 0;
    }
    #reserve .btn_wrp input {
        font-size: 17px;
        padding: 15px;
    } 
    #reserve .in_item span {
        top: 10px;
    }
    #reserve .chk_wrp {
        text-align: left;
    }
}
/*review*/
#review {
    background-color: #f7f7f7;
}
#review .f_box .ibox {
    background-color: #fff;
}
@media (max-width:768px){
    /*#review .f_box .tbox {
        min-height: 350px;
    }*/
}
/*pro_modal*/
.pro_modal .modal-body {
    padding: 85px 30px 75px;
    background-color: #333;
    text-align: center;
}
.pro_modal .modal-dialog {
    width: 50%;
    position: absolute;
    margin-left: 25%;
}
.pro_modal .modal-dialog .modal-content {
    border-radius: 0px;
    position: relative;
    border: 0px;
}
.pro_modal .cls_btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    cursor: pointer;
    z-index: 100;
}
.pro_modal .modal-dialog > .c_wrp {
    height: 100%;
    margin: 20px auto;
}
@media (max-width:992px){
    .pro_modal .cls_btn {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
    }
    .pro_modal {
        padding: 0%;
    }
    .pro_modal .modal-dialog {
        width: 100%;
        margin-left: 0%;
        margin: 0px;
    }
    .pro_modal .modal-dialog > .c_wrp {
        margin: 0px;
    }
}
/*pr_list*/
.pr_list > li:not(:last-child) {
    margin-bottom: 15px;
}
/*top_txt*/
.top_txt {
    padding: 70px 0 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.top_txt .btn_wrp a,
.top_txt .btn_wrp span {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    padding: 15px 5px;
    min-width: 170px;
    text-align: center;
    border: 1px solid #333;
    color: #333;
    font-weight: 400;
    margin-right: 10px;
		
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.top_txt .btn_wrp a:hover,
.top_txt .btn_wrp span:hover {
    background-color: #333;
    color: #fff;
}
.btn_zone .top_txt {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}
@media (max-width:992px){
    .top_txt,
    .btn_zone .top_txt {
        padding: 20px 0;
    }
    .btn_zone .top_txt p {
        margin-top: 10px;
        line-height: 1.2em;
    }
    .top_txt .btn_wrp.rt {
        width: 30%;
        padding-left: 20px;
    }
    .top_txt .btn_wrp a,
    .top_txt .btn_wrp span{
        padding: 10px 5px;
        margin: 5px 0;
        min-width: auto;
        word-break: keep-all;
        width: 100%;
    }
}