/*Font: Montserrat*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

/*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
}

/*Font: Pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* Pop-up */
#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 (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;
	}
}

/*body*/
.body {
	font-family: 'Pretendard', 'malgun gothic', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}
html {
    font-size: 10px;
}
@media (max-width:992px){
    html {
        font-size: 9px;
    }
}
@media (min-width:1200px){
    .container{
        width: 1260px;
    }
}


/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}

/*Common*/
img {
	max-width: 100%;
}
@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_mon {
	font-family: 'Montserrat';
    letter-spacing: 0px;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*header*/
#header .header-body {
    border-bottom: 1px solid rgba(238, 238, 238, 0.5) !important;
    padding: 0px;
}
#header .c_wrp {
    z-index: 10;
    position: relative;
}
#header .log_box a {
    text-decoration: none;
    display: block;
}
#header .mn_box {
    text-align: right;
}
#header .mn_box nav li {
    float: none;
    display: inline-block;
}
#header .mn_box nav li a {
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    padding: 40px 30px;
    color: rgba(255, 255, 255, 0.7);
		
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#header .mn_box nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 5px;
    width: 0;
    background-color: #f4db87;
		
	-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 .mn_box nav > ul > li:hover > a:before {
    width: 100%;
}
#header .mn_box nav li a > i {
    display: none;
}
#header .mn_box nav li:first-child a > i {
    display: block !important;
}
#header .mn_box nav li a:hover{
    color: rgba(255, 255, 255, 1);
}
#header .mn_box nav .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    background-color: #111;
    left: 0;
    min-width: auto;
    padding: 20px 0px;
    text-align: center;
}
#header .mn_box nav li:hover .dropdown-menu {
    display: block;
    top: 100%;
}
#header .mn_box nav .dropdown-menu li {
    display: block;
}
#header .mn_box nav .dropdown-menu li a {
    padding: 10px 0;
    font-size: 15px;
}
#header .mn_box nav .dropdown-menu li:hover a {
    background-color: transparent;
}
@media (max-width:1200px){
    #header .mn_box nav li a {
        padding: 24px;
    }
    #header .mn_box nav .dropdown-menu li a {
        font-size: 13px;
    }
}
@media (max-width:768px){
    #header .log_box img {
        width: 150px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 14px 0;
    background-color: transparent;
    color: #fff;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 25px !important;
}
html #header.header-transparent .header-body:before {
    background-color: #000;
    z-index: 10;
    border-bottom: 0px;
}
/*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:768px){
	.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: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #000;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #444;
}
.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;
}
.mobile-side-menu li a {
	font-family: 'Noto Sans KR';
	display: block;
	font-size: 15px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	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: none;
	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: 12px;
}
.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: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.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;
}
/*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;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}

/*c_wrp*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div,
    .c_wrp > li {
        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 > div,
    .m_wrp > li {
        display: table-cell;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    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: 15px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 17px;
    line-height: 1.8em;
    color: #221814;
    font-weight: 400;
}
@media (max-width:768px){
    h1.dft {
        font-size: 30px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 15px;
    }
    h5.dft {
        font-size: 13px;
    }    
    h6.dft {
        font-size: 11px;
    }
    p.dft {
        font-size: 12px;
    }
}

/* word-keep */
.word-keep {
    word-break: keep-all;
}
/* font-weight */
.font-Thin {
    font-weight: 100 !important;
}
.font-ExtraLight {
    font-weight: 200 !important;
}
.font-Light {
    font-weight: 300 !important;
}
.font-Regular {
    font-weight: 400 !important;
}
.font-Medium {
    font-weight: 500 !important;
}
.font-Bold {
    font-weight: 600 !important;
}
.font-ExtraBold {
    font-weight: 700 !important;
}
.font-Heavy {
    font-weight: 800 !important;
}
.font-Black {
    font-weight: 900 !important;
}

/*color*/
.c_main{
    color: #f4db87 !important;
}
.c_gray{
    color: #c0c0c1 !important;
}
.c_brw{
    color: #c4984c !important;
}

/* Centered texts in each section
	* --------------------------------------- */
.section{
    text-align:center;
    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: 700px !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: 350px !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: 150px;
    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 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 .slide {
    text-align: center;
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}

#fullpage h1 {
    font-size: 75px;
    line-height: 1em;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}
#fullpage h1 span {
    font-size: 0.8em;
}

#fullpage h5 {
    line-height: 1.8em;
    font-weight: 400;
}
#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 #f4db87;
    background-color: #f4db87;
}
#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: 25px;
        margin-bottom: 20px;
    }
    #fullpage h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #fullpage p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #fullpage h6 {
        font-size: 12px;
        margin-bottom: 15px !important;
    }
    #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 a {
        height: 50px;
        width: 25px;
    }
}

/*btn_wrp*/
.btn_wrp {
    margin-top:30px;
}
.btn_wrp a {
    font-size: 18px;
    line-height: 1em;
    padding: 15px;
    color: #f4db87;
    border: 1px solid #f4db87;
    text-decoration: none;
    display: inline-block;
    min-width: 180px;
    font-weight: 500;
    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;
}
.btn_wrp a:hover {
    background-color: #f4db87;
    border-color: #f4db87;
    color: #111;
}
@media (max-width:768px){
    .btn_wrp a {
        font-size: 13px;
        padding: 10px;
        min-width: 150px;
    }
}


/*footer*/
#footer {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 40px 0 !important;
}
#footer .navbox {
	margin: 0 -20px;
}
#footer .navbox a {
	display: inline-block;
    text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding: 10px 20px;
    position: relative;
}
#footer .navbox a:hover{
    color: #f4db87;
}
#footer .navbox a:not(:last-child):after{
    position: absolute;
    content: "";
    background-color: #6b6b6b;
    width: 1px;
    height: 40%;
    top: 30%;
    right: 0;
}
#footer .foot_top .rt{
    text-align: right;
}
@media (max-width:768px){
	#footer .navbox {
		margin: 0 -4px;
	}
	#footer .navbox a {
		font-size: 12px;
		padding: 4px;
	}
    #footer .foot_top .rt{
        text-align: center;
        margin-bottom: 15px;
    }
    #footer .foot_top .rt img{
        width: 65%;
    }
}

@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer p {
        font-size: 11px;
    }
}
/*foot_bt*/
.foot_bt {
    background-color: #1a1a1a;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #333;
    position: relative;
    z-index: 5;
}
.foot_bt p {
    font-size: 13px;
    line-height: 1em;
    color: #ddd;
}
@media (max-width:768px){
    .foot_bt p {
        font-size: 11px;
    }
}

.mtit h5{
    margin-top: 20px;
}

/*msec1*/
#msec1 {
    background: url(../img/msec1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec1 .row {
    margin: 0 -4px;
}
#msec1 .row > div,
#msec1 .row > li {
    padding: 0 4px;
}
#msec1 a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
    
	-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;
}
#msec1 a:hover {
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}
#msec1 .ban1 {
    background: url(../img/ban1_hv.jpg) center bottom no-repeat;
    background-size: cover;
}
#msec1 .ban2 {
    background: url(../img/ban2_hv.jpg) center center no-repeat;
    background-size: cover;
}
#msec1 .ban3 {
    background: url(../img/ban3_hv.jpg) center bottom no-repeat;
    background-size: cover;
}
#msec1 .ban4 {
    background: url(../img/ban4_hv.jpg) center bottom no-repeat;
    background-size: cover;
}
#msec1 .ban5 {
    background: url(../img/ban5_hv.jpg) center center no-repeat;
    background-size: cover;
}
#msec1 .ban6 {
    background: url(../img/ban6_hv.jpg) center bottom no-repeat;
    background-size: cover;
}
#msec1 a 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;
}
#msec1 a:hover img {
    opacity: 0;
}
#msec1 .tbox .c_wrp {
    height: 100%;
}
#msec1 .tbox h4 {
    font-weight: 700;
}

#msec1 .tbox .lined {
    text-align: center;
    margin: 10px 0;
}
#msec1 .tbox .lined:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 20px;
    background-color: #fff;
}
#msec1 li a > span {
  position: absolute;
  background-color: rgba(221, 221, 221, 0.3);
  z-index: 3;
  
  -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;
}
#msec1 li a .top_l {
  width: 100%;
  height: 1px;
  top: 2%;
  right: 100%;
}
#msec1 li a:hover .top_l {
  right: 2%;
}
#msec1 li a .bottom_l {
  width: 100%;
  height: 1px;
  bottom: 2%;
  left: 100%;
}
#msec1 li a:hover .bottom_l {
  left: 2%;
}
#msec1 li a .left_l {
  width: 1px;
  height: 100%;
  top: 100%;
  left: 2%;
}
#msec1 li a:hover .left_l {
  top: 2%;
}
#msec1 li a .right_l {
  width: 1px;
  height: 100%;
  bottom: 100%;
  right: 2%;
}
#msec1 li a:hover .right_l {
  bottom: 2%;
}
@media (min-width:769px){
    #msec1 .tbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }
}
@media (max-width:768px){
    #msec1 a {
        padding: 40px 15px;
    }
    #msec1 a img {
        display: none;
    }
    #msec1 li {
        margin: 15px 0;
    }
    #msec1 li a .right_l {
      bottom: 2%;
      right: 10px;
    }
    #msec1 li a .left_l {
      top: 2%;
      left: 10px;
    }
    #msec1 li a .bottom_l {
      left: 2%;
      bottom: 10px;
    }
    #msec1 li a .top_l {
      right: 2%;
      top: 10px;
    }
    #msec1 .tbox .lined {
        text-align: center;
        margin: 5px 0;
    }
    #msec1 .tbox .lined:after {
        height: 10px;
    }
}
/*msec2*/
#msec2 {
    background: url(../img/msec2_bg.jpg) 30% center no-repeat;
    background-size: cover;
    position: relative;
}

#msec2 .ms2_box {
    text-decoration: none;
    display: block;
}
#msec2 ul li .tbox{
    padding-top: 25px;
}
@media (min-width:769px){
    #msec2 {
        background-attachment: fixed;
    }
    #msec2 ul li:not(:last-child){
        border-right:1px solid #d5d4d5;
    }
}
@media (max-width:768px){
    #msec2 {
        background-size: cover;
    }
    #msec2 .ms2_box img {
        width: 70px;
    }
    #msec2 ul li {
        margin: 15px 0;
    }
    #msec2 ul li .tbox {
        padding-top: 10px;
    }
}

/*msec3*/

#msec3 ul li h5{
    border: 1px solid #ddd;
    padding: 10px;
    border-top: 0;
}
#msec3 ul li iframe{
    height: 250px;
    display: block;
}
@media (max-width:768px){
    #msec3 ul li{
        margin: 5px 0;
    }
    #msec3 ul li iframe{
        height: 140px;
    }
    #msec3 ul li h5{
        padding: 5px;
    }
}

/*msec4*/
#msec4{
    background: url(../img/msec4_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec4 ul li img{
    border: 1px solid #ddd;
}
@media (max-width:768px){
    
}

/*msec5*/
#msec5{
    padding: 40px 0;
}

#msec5 .mtit h5{
    margin-top: 5px;
}
#msec5 .mtit .btn_wrp{
    margin-top: 20px;
}
#msec5 .mtit .btn_wrp a{
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}
#msec5 .rt .btn_rt a{
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 1px solid #ddd;
}
#msec5 .rt .btn_rt a .tbox{
    margin-top: 15px;
}

@media (max-width:768px){
    #msec5{
        padding: 30px 0;
    }
    #msec5 .mtit .btn_wrp{
        margin-top: 10px;
    }
    #msec5 .rt{
        margin-top: 30px;
    }
    #msec5 .rt .btn_rt a{
        padding: 10px;
    }
    #msec5 .rt .btn_rt a img{
        width: 50px;
    }
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*subtop*/
.subtop {
    position: relative;
}
.subtop .txt {
    position: relative;
    z-index: 2;
}
.subtop .sub_arr {
    position: absolute;
    left: 0;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.subtop .sub_arr img {
    width: 29px;
    
    -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;
}
.subtop h1,
.subtop p {
    margin-top: 15px;
}
@media (min-width:769px){
    .subtop {
        position: relative;
        padding-top: 160px;
        min-height: 480px;
    }
    .subtop .bg {
        height: 480px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width:768px){
    .subtop {
        padding-top: 80px;
        min-height: 300px;
    }
    .subtop .bg {
        min-height: 300px;
        background-size: cover !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .subtop .sub_arr {
        bottom: 20px;
    }
    .subtop .sub_arr img {
        width: 20px;
    }
}

/*siteconfig*/
.siteconfig {
	display: inline-block;
	padding: 5px 0;
}
.siteconfig .home_box a,
.siteconfig .home_box {
	color: #aaa;
	display: inline-block;
	padding: 1px 3px;
	position: relative;
	font-size: 12px;
	font-weight: 300;
}
.siteconfig .home_box:after {
	content: "\f105";
	font: normal normal normal 12px/1 FontAwesome;
	display: inline-block;
	padding-left: 3px;
	color: #cfa00d;
    font-weight: 700;
}
.siteconfig .home_box.home_box3:after {
	content: "";
}
@media (max-width:768px){
	.siteconfig {
		display: inline-block;
		padding: 0px;
	}
	.siteconfig .home_box a,
	.siteconfig .home_box {
		position: relative;
		font-size: 10px;
		padding: 0;
	}	
}
/*all-content-common*/
#all-content-common {
    position: relative;
    z-index: 3;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
}
@media (max-width:768px){
    
}