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

/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&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;
	}
}


/*body*/
.body {
    overflow: hidden;
}
.body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    letter-spacing: -0.05em;
}
html {
    font-size: 10px;
}


/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
}
#header .ch_wrp a .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
#header .ch_wrp a .img {
    background: url(../img/schIcon.png) center center no-repeat;
}
#header .schbox {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 60px 0 70px;
    border-top: 1px solid #eee;
    z-index: 1000;
}
#header .schbox form {
    position: relative;
}
#header .schbox form .clsbtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/clsbtn.png) center center no-repeat;
    cursor: pointer;
}
html.add-header #header .schbox{
    display: block;
}
html.add-header #nav-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;
}
html.add-header .header-body {
    z-index: 1000;
}
html.add-header #nav-overlay {
    opacity: 0.5;
    visibility: visible;
    z-index: 30;
}
#header .schbox h2 {
    text-transform: uppercase;
}
#header .schbox .sch {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    padding-right: 65px;
}
#header .schbox .sch > .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    right: 0;
    top: 0;
    background: url(../img/schIcon.png) center center no-repeat;
    border: 0px;
    background-color: #111;
}
#header .schbox .sch .form-control {
    border: 3px solid #111;
    padding: 0 20px;
    padding-right: 45px;
    background-color: transparent;
    height: 60px;
    width: 100%;
    font-size: 20px;
    color: #666;
    border-radius: 10px;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
        padding-left: 100px;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .ch_wrp {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 15px;
    }
    #header .lo_wrp {
        width: 20%;
        padding-left: 15px;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 70%;
    }
    #header .bt_wrp {
        width: 10%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 14px;
    }
    #header .ch_wrp a {
        font-size: 14px;
        padding: 11px 20px 9px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .ch_wrp {
        width: 40%;
        text-align: right;
    }
    #header .ch_wrp a .img {
        width: 25px;
        height: 25px;
        background-size: 100% !important;
    }
    #header .ch_wrp a {
        font-size: 13px;
        padding: 5px 
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html [class*="fp-viewing-white_bg"] #header .fo_wrp a,
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
@media (max-width:768px){
    #header .schbox {
        padding: 30px 0 40px;
    }
    #header .schbox form .clsbtn {
        width: 20px;
        height: 20px;
        background-size: 15px;
    }
    #header .schbox .sch {
        padding-right: 40px;
    }
    #header .schbox .sch > .icon {
        width: 25px;
        height: 40px;
        background-size: 20px;
    }
    #header .schbox .sch .form-control {
        height: 40px;
        font-size: 15px;
    }
}
/*sticky*/
html #header.header-sub {
    border-bottom: 1px solid #eee;
}
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html [class*="fp-viewing-white_bg"] #header .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html [class*="fp-viewing-white_bg"] #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html.add-header #header .header-body:before,
html [class*="fp-viewing-white_bg"] #header .header-body:before {
    background: transparent;
    opacity: 1;
}
html #header:hover .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li a {
    letter-spacing: -0.02em;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-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 > a {
    font-weight: 500;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-sub .header-nav-main nav > ul > li > a {
    color: #111 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 18px;
    font-weight: 600;
	color: #fff;
	border-color: #ffe400;
    word-break: keep-all;
}
@media (min-width:1600px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 100px;
        font-size: 17px;
    }
}
@media (max-width:1600px) {	
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    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);
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 0 3vw !important;
        line-height: 80px;
        font-size: 18px;
    }
}
@media (max-width:992px) {
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
    html.sticky-header-active #header .header-body:before {
        background: #fff;
        opacity: 1;
    }
}
/*#header-t*/
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#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: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
	padding: 0;
    background-color: #fff;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0px !important;
}
#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: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ffe400;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !important;
	background: transparent;
}
html [class*="fp-viewing-white_bg"] #header .header-nav-main nav > #mainNav > li a,
html.add-header #header .header-nav-main nav > #mainNav > li a,
html.sticky-header-active #header .header-nav-main nav > #mainNav > li a,
#header:hover .header-nav-main nav > #mainNav > li a,
#header .header-nav-main nav > #mainNav > li a:hover {
    color: #000 !important;
}
/* html.sticky-header-active #header .header-nav-main nav > #mainNav > li:hover > a,
#header:hover .header-nav-main nav > #mainNav > li:hover > a,
#header .header-nav-main nav > #mainNav > li:hover a {
    color: #156ad6 !important;
} */
#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:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header.header-narrow .header-logo img {
        margin: 0px !important;
    }
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 250px !important;
    }
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 0%;
        background-color: #f69900;
        height: 2px;
        z-index: 3;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-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.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#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%;
        height: 200px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        background-color: transparent;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 18px;
        border-bottom: 0px;
        padding: 9px 0;
        line-height: 1.2em;
        text-align: center;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-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.dropdown > .dropdown-menu li a,
	#header .header-nav-main nav > #mainNav > li.dropdown > .dropdown-menu li a:hover {
        color: #f69900 !important;
    }
}
@media (max-width:1200px) {
    #header .header-body {
        padding: 0 15px;
    }
}
@media (max-width:992px) {
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !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: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #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: #2664ab !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);
	}	
}
/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav.active:focus, 
#header .header-btn-collapse-nav.focus, 
#header .header-btn-collapse-nav:active.focus, 
#header .header-btn-collapse-nav:active:focus, 
#header .header-btn-collapse-nav:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
#header .header-btn-collapse-nav {
    float: none;
    margin: 0;
    color: #111;
    padding: 0px !important;
    font-size: 26px !important;
    display: inline-block;
    background-color: transparent;
    width: 100px;
    line-height: 100px;
    z-index: 100;
    position: fixed;
    border-radius: 0;
    top: 0;
    right: 0;
}
html [class*="fp-viewing-white_bg"] .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
@media (max-width:1600px) {	
    #header .header-btn-collapse-nav {
        width: 80px;
        line-height: 80px;
    }
}
@media (max-width:992px) {	
    #header .header-btn-collapse-nav {
        width: 66px;
        line-height: 66px;
    }
}
@media (max-width: 768px) {	
    #header .header-btn-collapse-nav {
        width: 57px;
        line-height: 57px;
    }
}

/* logoBox */
#header .lo_wrp a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .lo_wrp a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .lo_wrp a svg {
        width: 180px;
    }
}
/* logo svg */
.logoWrp .b{fill:#fff;}
.logoWrp .c{fill:#33a3dc;}
.logoWrp .d{fill:#7cc366;}
.logoWrp .e{fill:#faa64a;}


.mobile-nav .logoWrp .b,
.mobile-side-menu .logoWrp .b,
#header:hover .lo_wrp .b,
html.sticky-header-active #header .lo_wrp .b {
    fill:#221e1f;
}


/* sticky-header-active==================== */
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding: 20px 25px;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li:hover a {
    color: #1c9e56;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
    vertical-align: middle;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 2px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
.mmenu-open .lines_bar,
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    background-color: #666;
}


html #header.header-sub .lines_bar,
html #header.header-sub .lines_bar:before,
html #header.header-sub .lines_bar:after,
html [class*="fp-viewing-white_bg"] .lines_bar,
html [class*="fp-viewing-white_bg"] .lines_bar:before,
html [class*="fp-viewing-white_bg"] .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after,
html.add-header .lines_bar,
html.add-header .lines_bar:before,
html.add-header .lines_bar:after,
html.sticky-header-active .lines_bar,
html.sticky-header-active .lines_bar:before,
html.sticky-header-active .lines_bar:after{
    background-color: #666;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
        background-color: #fff;
    }
    html.sticky-header-active .lines_bar,
    html.sticky-header-active .lines_bar:before,
    html.sticky-header-active .lines_bar:after{
        background-color: #666;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}

/*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;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* Header */
.mo-header-body {
    padding: 20px 100px;
    border-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}	
@media (max-width:992px){
    .mo-header-body {
        padding: 10px 15px;
    }	
}	
/*Mobile Navigation*/
.mobile-nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	padding: 20px 0 20px;
	background-color: #fff;
	display: block !important;
    /* opacity: 1; */
	/* z-index: 999; */
    opacity: 0;
    z-index: -4;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mmenu-open .mobile-nav {
    opacity: 1;
	z-index: 999;
}
.mobile-nav-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu > .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu {
    position: relative;
}
.mobile-side-menu li {
	display: block;
	position: unset;
	width: 50%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav > li > a {
    position: relative;
	display: inline-block;
    font-size: 4vw;
    line-height: 1.1em;
    font-weight: 900;
    background-color: transparent;
    color: #eee;
    border: 0;
    padding: 15px 50px 15px 0;
    white-space: normal;
    word-break: keep-all;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu #mainNav > li > a span {
    position: absolute;
    width: 19px;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0.2;
    background: url(../img/arrMn.png) center center no-repeat;
}
.mobile-side-menu #mainNav > li:focus > a,
.mobile-side-menu #mainNav > li:active > a,
.mobile-side-menu #mainNav > li:hover > a {
    color: #284271;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.mobile-side-menu .dropdown-menu {
	display: none;
	padding: 20px 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
}
.mobile-side-menu .dropdown-menu li a {
    font-size: 28px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding: 20px 50px 20px 0;
    line-height: 1em;
    text-decoration: none;
    background-color: transparent !important;

    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.mobile-side-menu .dropdown-menu:hover li a:hover {
    opacity: 1;
    color: #1c9e56;
}
.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 .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 .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    min-width: 100%;
}
.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;
    padding: 5px;
}
#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 #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (min-width:992px) and (max-height:800px){
    .btContacWrp {
        margin-top: 30px !important;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 2.5vw;
        padding: 10px 50px 10px 0;
    }
    .mobile-side-menu .dropdown-menu {
        padding: 0px;
    }
}
@media (min-width:768px) {
    .mobile-side-menu #mainNav > li:hover .dropdown-menu {
        display: block;
    }
    .mobile-side-menu .dropdown-menu:hover li a {
        opacity: .2;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        padding-top: 80px;
    }
    .mobile-nav .mobile-nav-wrapper {
        overflow-y: scroll;
        display: block;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        left: 0;
        line-height: 20px;
    }
    .mobile-side-menu li {
        width: 100%;
    }
    .mobile-side-menu #mainNav > li > a {
        font-size: 20px;
        -webkit-text-stroke: 0px rgba(155,155,155,0.4);
        color: #111;
        font-weight: 700;
        line-height: 1em;
        padding: 13px 35px 13px 0;
    }
    .mobile-side-menu #mainNav > li > a span {
        background-size: 10px;
        top: -2px;
        width: 100%;
        background-position-x: 95%;
    }
    .mobile-side-menu .dropdown-menu {
        left: 0;
        position: relative;
        padding: 0 0 25px;
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu li a {
        font-size: 15px;
        padding: 6px 0;
        color: #aaa;
        font-weight: 500;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:991px) {
    .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:992px) {
    .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: 40px;
    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: 14px;
    line-height: 1.6em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 20px;
    }
    h4.dft {
        font-size: 18px;
    }
    h5.dft {
        font-size: 16px;
    }    
    h6.dft {
        font-size: 14px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*visual*/
#visual {
    position: relative;
    padding-top: 90px;
}
#visual:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background-color: #f39800;
}
#visual:before {
    content: "";
    position: absolute;
    left: 50px;
    top: 0;
    width: 20px;
    background: url(../img/m_t_l.png) center center no-repeat;
    height: 100%;
}
#visual .carousel_wrp {
    position: relative;
    z-index: 3;
    max-width: 1700px;
    margin: 0 auto;
}
#visual .carousel_wrp .bg1 {
    background: url(../img/main_slider1.jpg) center center no-repeat;
}
#visual .carousel_wrp .bg2 {
    background: url(../img/main_slider2.jpg) center center no-repeat;
}
#visual .carousel_wrp .c_wrp {
    height: 850px;
}
#visual .carousel_wrp .c_wrp .txt {
    padding-left: 110px;
}
#visual .carousel_wrp .c_wrp .txt h2 {
    line-height: 1.5em;
}
#visual .carousel_wrp .c_wrp .txt p {
    margin-top: 30px;
    line-height: 2em;
    font-weight: 300;
}
#visual .r_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    z-index: 3;
}
#visual .r_btn > li {
    float: left;
    width: 50%;
}
#visual .r_btn > li a {
    text-decoration: none;
    background-color: #fff;
    padding: 30px 10px;
    color: #333;
    font-weight: 300;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
#visual .r_btn > li:nth-child(2) a {
    background-color: #f39800;
    color: #fff;
}
#visual .r_btn > li img {
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
@media (max-width:768px){
    #visual {
        padding-top: 78px;
    }
    #visual:after {
        width: 78px;
    }
    #visual .carousel_wrp .bg1,
    #visual .carousel_wrp .bg2 {
        background-size: cover !important;
    }
    #visual .carousel_wrp .c_wrp {
        height: 450px;
    }
    #visual .carousel_wrp .c_wrp .txt {
        padding-left: 20px;
    }
    #visual .carousel_wrp .c_wrp .txt p {
        margin-top: 15px;
    }
    #visual .r_btn {
        width: 70%;
    }
    #visual .r_btn > li a {
        padding: 15px 10px;
        font-size: 11px;
    }
}
/*footer*/
#footer {
    margin-top: 0px !important;
    border-top: 0px !important;
}
/*mtit*/
.mtit h3 {
    text-transform: uppercase;
    color: #666;
}
.mtit p {
    color: #666;
    font-weight: 300;
}
.mtit .btn_area a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #aaa;
    color: #666;
    line-height: 1em;
    padding: 10px;
    width: 120px;
    font-weight: 300;
    text-align: center;
    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mtit.mtit_w .btn_area a {
    border-color: #fff;
    color: #fff;
}
.mtit .btn_area a:hover {
    border-color: #f39800;
    background-color: #f39800;
    color: #fff;
}
.mtit .btn_area {
    width: 120px;
    margin: 0 auto;
    margin-top: 15px;
}
@media (max-width:768px){
    .mtit .btn_area,
    .mtit .btn_area a {
        width: 80px;
        font-size: 11px;
    }
}
/*msec1*/
#msec1 .owl-theme img {
    width: auto;
    display: inline-block;
}
#msec1 .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0px;
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}
#msec1 .owl-carousel .owl-dots .owl-dot span {
    background-color: rgba(255, 255, 255, 0.4);
}
#msec1 .owl-carousel .owl-dots .owl-dot.active span, 
#msec1 .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
#msec1 .a_list li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
#msec1 .a_list li a {
    text-decoration: none;
    max-width: 80%;
    margin: 0 auto;
    padding: 35px 0px;
}
#msec1 .a_list h5,
#msec1 .a_list p {
    color: #666;
    text-transform: uppercase;
}
#msec1 .a_list p {
    font-weight: 300;
}
#msec1 .a_list span {
    display: inline-block;
    border: 1px solid #aaa;
    color: #666;
    line-height: 1em;
    padding: 10px;
    width: 120px;
    font-weight: 300;
    text-align: center;
    
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#msec1 .a_list li:hover span {
    border-color: #f39800;
    background-color: #f39800;
    color: #fff;
}
#msec1 .a_list .btn_area {
    width: 120px;
}
@media (max-width:1200px) {
    #msec1 .a_list li a {
        padding: 20px 10px;
        max-width: 100%;
    }
}
@media (max-width:768px){
    #msec1 .owl-carousel {
        width: 60%;
        margin: 0 auto;
    }
    #msec1 .owl-carousel img {
        border-radius: 50%;
    }
    #msec1 .a_list li a {
        padding: 15px;
        max-width: 100%;
    }
    #msec1 .a_list h5 {
        font-size: 14px;
    }
    #msec1 .a_list .btn_area,
    #msec1 .a_list span {
        width: 80px;
        font-size: 11px;
    }
}
/*msec2*/
#msec2 {
}
#msec2 .date {
    font-size: 12px;
    font-weight: 300;
}
#msec2 .date {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
#msec2 a {
    display: block;
    text-decoration: none;
}
#msec2 a .txt {
    background-color: #fff;
    padding: 50px 20px 30px;
}
#msec2 a > span {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    position: relative;
    bottom: -20px;
    left: 15px;
}
#msec2 a .ing {
    background-color: #f39800;
}
#msec2 a .last {
    background-color: #144b7a;
}
#msec2 a .done {
    background-color: #797979;
}
#msec2 a .txt p {
    font-weight: 300;
    height: 86px;
    overflow: hidden;
}
#msec2 a .txt .c_wrp {
    margin-top: 10px;
}
#msec2 .txt .c_wrp .date {
    font-size: 12px;
    font-weight: 300;
}
#msec2 .txt .c_wrp .more {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
/*sc_latest*/
#sc_latest.owl-carousel .owl-nav [class*="owl-"] {
    background-color: #d3d3d3;
    border-radius: 50%;
    line-height: 20px;
}
#sc_latest.owl-carousel .owl-nav .owl-prev:hover,
#sc_latest.owl-carousel .owl-nav .owl-next:hover {
    background-color: #333;
}
#sc_latest.owl-carousel .owl-dots .owl-dot {
    margin-top: 20px;
}
#sc_latest.owl-carousel .owl-dots .owl-dot span {
    background-color: #aaa;
}
#sc_latest.owl-carousel .owl-dots .owl-dot.active span, 
#sc_latest.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #67ae28;
}
@media (min-width:769px){
    #sc_latest.owl-carousel .owl-nav {
        top: 45%;
    }
    #sc_latest.owl-carousel .owl-nav .owl-prev {
        left: -60px;
    }
    #sc_latest.owl-carousel .owl-nav .owl-next {
        right: -60px;
    }
}
@media (max-width:768px){
    #sc_latest.owl-carousel .owl-dots .owl-dot {
        margin-top: 5px;
    }
    #sc_latest .tbox h5 {
        font-size: 14px;
    }
    #sc_latest .tbox h6 {
        font-size: 12px;
    }
}
/*msec3*/
#msec3 ul {
    max-width: 1000px;
    margin: 0 auto;
}
#msec3 .item {
    max-width: 385px;
    margin: 0 auto;
}
#msec3 .tbox {
    background-color: #fff;
    padding: 20px;
    margin-top: -50px;
    position: relative;
    width: 80%;
    margin-left: -30px;
}
#msec3 .tbox h5 {
    color: #666;
    text-transform: uppercase;
    position: relative;
}
#msec3 .tbox h5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 120%;
    height: 1px;
    background-color: #f39800;
    z-index: 3;
}
#msec3 .tbox h5 span {
    position: relative;
    z-index: 5;
    line-height: 1em;
    display: inline-block;
    padding-right: 8px;
    background-color: #fff;
}
#msec3 .tbox p {
    color: #666;
    font-weight: 300;
    margin-top: 15px;
}
@media (max-width:768px){
    #msec3 .tbox {
        padding: 15px 10px;
        margin-top: -50px;
        margin-left: 0;
    }
}
/*msec4*/
#msec4 {
    background: url(../img/msec4_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec4 .c_wrp {
    height: 450px;
}
@media (max-width:768px){
    #msec4 .c_wrp {
        height: 300px;
    }
}
/*snsbox*/
.snsbox {
    display: inline-block;
}
.snsbox img {
  width:40px;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    margin: 0 5px;
    opacity: 0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 0.6;
}
@media (max-width:768px){
    .snsbox a {
        width: 17px;
        margin: 0 3px;
    }
}

.mainimg img{
	width:100%
}
@media (max-width:768px){
  
	.mainimg2 img{
		width:100%
	}
}

/*f_top*/
.f_top {
    padding: 10px 0;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
@media (max-width:768px) {
    .f_top {
        padding: 15px 0;
    }
    .f_top .lft {
        width: 130px;
    }
}
/*footer*/
#footer {
    border-top: 1px solid #ddd;
    margin-top: 0px !important;
    background-color: #f7f7f7;
    padding: 60px 0 !important;
}
#footer p {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}
#footer strong {
    font-weight: 300;
}
@media (max-width:768px) {
    #footer {
        word-break: keep-all;
        padding: 40px 0 !important;
    }
    #footer p {
        font-size: 12px;
    }
}

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

@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);
	}  
}
@media (min-width:769px){
    .subtop {
        position: relative;
        height: 350px;
    }
    .subtop .bg {
        height: 350px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }
}
@media (max-width:768px){
    .subtop {
        height: 250px;
        position: relative;
    }
    .subtop .bg {
        min-height: 250px;
        position: absolute;
        background-size: cover !important;
        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;
    background-color: #fff;
}
/*bo_wrp*/
.bo_wrp {
    background-color: #fff;
}
@media (max-width:768px){
    .bo_wrp {
        padding-top: 20px;
    }
}




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

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

video::-webkit-media-controls {
    display:none !important;
}

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

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

}

/*fullpage*/
#fullpage {
    height: auto !important;
    position: relative;
}
#fullpage:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(160, 160, 160, 0.1);
    mix-blend-mode: multiply;
    z-index: 1;
}
#fullpage .slide {
    text-align: left;
    position: relative;
}
#fullpage #slide4.slide:before,
#fullpage #slide4.slide:after {
    display: none;
}
/* #fullpage .bg01 {
    background: url(../img/visual_bg1.png) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.png) center center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.png) center center no-repeat;
    background-size: cover;
}
#fullpage .bg04 {
    background: url(../img/visual_bg3.png) center center no-repeat;
    background-size: cover;
} */
#fullpage .mainTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-align: center;
}
#fullpage .mainTxt img {
    max-width: 70vw;
}
@media (min-width:769px){
    #fullpage .fp-table .txt1 {
        position: relative;
        bottom: -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;
    }
    #fullpage .fp-table.active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .fp-table .txt2 {
        position: relative;
        bottom: -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;
    }
    #fullpage .fp-table.active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .fp-table .txt3 {
        position: relative;
        bottom: -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;
    }
    #fullpage .fp-table.active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .fp-table .txt4 {
        position: relative;
        bottom: -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;
    }
    #fullpage .fp-table.active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .fp-table .txt5 {
        position: relative;
        bottom: -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;
    }
    #fullpage .fp-table.active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    #fullpage .tbox .f70 {
        font-size: 50px;
    }
}
@media (max-width:768px){
    /* #fullpage .bg01 {
        background: url(../img/visual_bg1_m.png) center center no-repeat;
        background-size: cover;
    }
    #fullpage .bg02 {
        background: url(../img/visual_bg2_m.png) center center no-repeat;
        background-size: cover;
    }
    #fullpage .bg03 {
        background: url(../img/visual_bg3_m.png) center center no-repeat;
        background-size: cover;
    }
    #fullpage .bg04 {
        background: url(../img/visual_bg3_m.png) center center no-repeat;
        background-size: cover;
    } */
    #fullpage .slide:before {
        top: calc(50% - 4px);
        height: 9px;
        width: 9px;
    }
    #fullpage .bg {
        height: 500px;
        padding: 50px 0;
    }
    #fullpage .mainTxt {
        text-align: center;
    }
    #fullpage .tbox .f70 {
        font-size: 30px;
    }
}
/* fullpage control */
#fullpage .fp-slidesNav {
    display: none;
}
#fullpage .fp-controlArrow {
    top: calc(50% - 29px);
    margin-top: 0px;
}
#fullpage .fp-controlArrow:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#fullpage .fp-controlArrow:hover:after {
    opacity: 1;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 70px;
    height: 60px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/owl-prev.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/owl-next.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-next:after {
    background: url(../img/owl-next-hv.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-prev:after {
    background: url(../img/owl-prev-hv.png) center center no-repeat;
    background-color: transparent !important;
}
@media (min-width:991px){
    #fullpage .fp-controlArrow.fp-next {
        right: 6%;
    }
    #fullpage .fp-controlArrow.fp-prev {
        left: 6%;
    }
}
@media (max-width:768px){
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
}

/* slide5 */
#slide5 {
    position: relative;
}
#slide5 img {
    opacity: 0;
}
#slide5 .intro {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}