/* hd_pop */
#hd_pop {
	z-index:100000;
	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;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}

/*body*/
html::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
@media (min-width:1310px){
    .container {
        width: 1280px;
    }
}
@media (max-width:1310px) and (min-width:1200px){
    .container {
        width: 1000px;
    }
}
@media (max-width:1310px){
    .hid-max {
        display: none;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none;
    }
}
/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}
/* logoUni */
.logoUni .cls-1 {
    fill:#003277;
}
.logoUni .cls-2 {
    fill:#2d2d2d;
}
/*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;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 80px 10% 10%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(0,0,0,0.85);
    opacity: 0;
}
.mobile-nav::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 115px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 25%;
}
.mobile-nav .header-logo img {
    width: 230px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 50px;
    padding: 0;
    position: fixed;
}
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar,
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar:before,
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar:after {
    background-color: #fff;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
    margin: 10px 0;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    opacity: 0.7;
    border: 0;
    padding: 10px 0;
    position: relative;
    padding-left: 15px;
    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:hover {
    opacity: 1;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 21px/21px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 17px;
	right: 0;
	display: block;
	color: #ddd;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -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;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.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 li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -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;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -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;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.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: 15px;
	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;
    position: absolute;
    left: 0;
    top: 13px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-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;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 17px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
    margin-top: 40px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li {
    margin: 12px 0;
}
.mobile-nav .log_nav li a {
	font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    padding: 12px 0;
    text-decoration: none;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-nav .log_nav li a:hover {
    color: #fff;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#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;
}
@media (min-width:1200px) {
    html.sticky-header-active .mobile-nav .mmenu-toggle-btn {
        top: 30px;
    }
    .mobile-nav .mobile-nav-wrapper {
        position: relative;
        height: 100%;
    }
    .mobile-nav .log_nav {
        position: absolute;
        bottom: 10%;
    }
    .mobile-side-menu #mainNav {
        display: flex;
    }
    .mobile-side-menu #mainNav > li {
        width: 20%;
    }
    .mobile-side-menu #mainNav > li .dropdown-menu {
        display: block;
        top: 0;
    }
    .mobile-side-menu li.dropdown > a:before {
        display: none;
    }
}
@media (max-width:1200px) {
    .mobile-nav .mmenu-toggle-btn {
        right: 80px;
        top: 35px;
    }
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
        height: 100vh;
    }
    .mobile-side-menu li {
        margin: 3px 0;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .mobile-side-menu li.dropdown > a {
        padding-right: 20px;
    }
    .mobile-side-menu li li a:before {
        top: 5px;
    }
    .mobile-side-menu li.dropdown > a:before {
        top: 5px;
        font-size: 14px;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
    .mobile-side-menu  .dropdown-menu a {
        font-size: 15px;
    }
    .mobile-nav .mmenu-toggle-btn {
        right: 15px;
        top: 19px;
    }
    .mobile-nav .log_nav li {
        margin: 5px 0;
    }
    .mobile-nav .log_nav li a {
        font-size: 14px;
        padding: 3px 0;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.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;
}

/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 25px 0;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -3px;
	border-radius: 10px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
	border-radius: 10px;
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0px;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 11px;
}
.lines_bar:after {
    top: -11px;
}
.mmenu-open #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html [class*="fp-viewing-white_bg"] #header .lines_bar,
html [class*="fp-viewing-white_bg"] #header .lines_bar:before,
html [class*="fp-viewing-white_bg"] #header .lines_bar:after,
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar:after,
.lines_bar.dark,
.lines_bar.dark:before,
.lines_bar.dark:after,
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
#header:hover .lines_bar,
#header:hover .lines_bar:before,
#header:hover .lines_bar:after,
.mobile-side-menu .lines_bar,
.mobile-side-menu .lines_bar:before,
.mobile-side-menu .lines_bar:after {
    background-color: #333;
}
.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;
    width: 30px;
}
.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);
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 80px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 40px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 5px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 40px 0;
}
@media (max-width:768px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 15px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
@media (min-width:768px) {
    .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;
    }
}


/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/

/*color*/
.c_org {
	color: #f58f17 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #ec5ab2 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_lyl {
	color: #ffe382 !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #299beb !important;
}
.c_navy {
	color: #26467b !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #b69a68 !important;
}
.c_gr {
	color: #00ffca !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_gray {
	color: #666 !important;
}
.c_lgray {
	color: #999 !important;
}
.c_pp {
	color: #4c36b2 !important;
}
.c_mint {
	color: #10c39e !important;
}


/*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: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.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 .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*footer*/
#footer {
    margin-top: 0px;
    padding: 60px 0 !important;
    background-color: #0d1c2b;
    border-top: 0px;
}
#footer h6 {
    color: #91a8bd;
    font-weight: 300;
    line-height: 1.5em;
}
#footer h6 span {
    display: inline-block;
    margin-right: 15px;
}
#footer h6 span strong {
    color: #fff;
}
#footer .btnBt {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    padding: 8px;
    line-height: 1em;
    border-radius: 4px;
    font-size: 0.8em;
    cursor: pointer;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer .logo {
        text-align: center;
        margin-bottom: 15px
    }
    #footer .logo img {
        width: 100px;
    }
    #footer h6 span {
        display: inline-block;
        margin-right: 15px;
    }
    #footer h6 span strong {
        color: #fff;
    }
    #footer .btnBt {
        display: inline-block;
        background-color: rgba(0,0,0,0.3);
        padding: 8px;
        line-height: 1em;
        border-radius: 4px;
        font-size: 0.8em;
        cursor: pointer;
    }
}



/*myContent*/
.myContent{
	height: 250px;
    background-color: #ddd;
}
/*fp-nav*/
#fp-nav ul {
    padding: 5px 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 50px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
	background: #fff;
    height: 8px;
    width: 8px;
    margin: -5px 0 0 -5px;
}
#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 {
    margin: -5px 0 0 -5px;
    height: 8px;
    width: 8px;
    background-color: transparent;
    border: 2px solid #d82661;
}
#fp-nav ul li:last-child, 
#fp-nav ul li:last-child a span, 
.fp-slidesNav ul li:last-child a span {
    display: none;
}
#fp-nav ul li .fp-tooltip {
    line-height: 20px;
    top: -6px;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 30px;
	font-family: 'Poppins' !important;
}
html [class*="fp-viewing-white_bg"] #fp-nav ul li .fp-tooltip.fp-right {
    color: #666;
}
/* #fp-nav ul li .fp-tooltip.fp-right {
    right: 50px;
    overflow: visible;
}
#fp-nav ul li .fp-tooltip.fp-right:after {
    content: "";
    position: absolute;
    left: 140%;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #fff;
} */
@media (max-width:768px){
    #fp-nav {
        display: none;
    }
}
/*fullpage*/
#fullpage {
    position: relative;
}
@media (min-width:1200px){
    #fullpage .full_sec {
        height: 100vh !important;
        min-height: 800px;
    }
}
/* scr_fixed */
.scr_fixed {
    position: fixed;
    left: 80px;
    bottom: 60px;
    z-index: 200;
}
.scr_fixed .w {
    display: block;
}
.scr_fixed .dk {
    display: none;
}
html [class*="fp-viewing-white_bg"] .scr_fixed .w {
    display: none;
}
html [class*="fp-viewing-white_bg"] .scr_fixed .dk {
    display: block;
}
.scr_fixed span {
    display: block;
    width: 12px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
}
.scr_fixed span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 30px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.scr_fixed span:after {
    content: "";
    position: absolute;
    left: 4px;
    width: 5px;
    top: 10px;
    height: 6px;
    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);
	}  
}
html [class*="fp-viewing-white_bg"] .scr_fixed span::before {
    background-color: rgba(12, 12, 12, 0.15);
}
html [class*="fp-viewing-white_bg"] .scr_fixed span:after {
    background-color: #bd1950;
}
@media (max-width:768px){
    .scr_fixed {
        left: 10px;
        bottom: 20px;
    }
    .scr_fixed span,
    .scr_fixed img {
        width: 8px;
    }
    .scr_fixed span:after {
        left: 2px;
    }
}
/*remote_quick*/
#remote_quick {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}
#remote_quick li {
    margin: 10px 0;
}
#remote_quick li a {
    text-decoration: none;
    display: block;
    text-decoration: none;
    position: relative;
}
#remote_quick li a img {
    width: 75px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    border-radius: 50%;
}
#remote_quick li a span {
    position: absolute;
    right: 20%;
    width: 80px;
    background-color: #222;
    text-align: center;
    color: #fff;
    line-height: 1em;
    padding: 6px 0 8px;
    border-radius: 4px;
    top: 22px;
    opacity: 0;

    -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;
}
#remote_quick li a:hover span {
    right: 100%;
    opacity: 1;
}
#remote_quick li a span:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 7px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent transparent #222;
}
@media (max-width:992px){
    #remote_quick {
        top: auto;
        right: 30px;
        bottom: 30px;
    }
    #remote_quick li {
        margin: 5px 0;
    }
    #remote_quick li a img {
        width: 50px;
    }
    #remote_quick li a span {
        display: none;
    }
}
/* tit_mini */
.tit_mini .lined {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #111;
}
/* mtit */
.mtit h1 {
    text-transform: uppercase;
}
/* padding_section */
#section1,
#section2 {
    min-height: 700px;
}
@media (max-width:992px){
    #section1,
    #section2 {
        padding: 160px 0 80px;
    }
}
@media (max-width:768px){
    #section1,
    #section2 {
        min-height: 500px;
        padding: 160px 0 80px;
    }
}
/* section1 */
#visual {
    position: relative;
    overflow: hidden;
    height: 100vh;
    text-align: left;
}
@media (min-width:1200px){
    #visual {
        min-height: 800px;
    }
}
#visual .myVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
#visual .myVideo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17,17,17,0.3);
}
#visual .myVideo video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#visual .txtWrp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#visual .txtWrp:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    mix-blend-mode: multiply;
    z-index: 1;
}
#visual .txtWrp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    mix-blend-mode:color-burn;
    z-index: 1;
}
#visual .txtWrp .txt {
    position: relative;
    z-index: 3;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#visual .txtWrp .txt h5 {
    opacity: .7;
}
@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:992px){
    /* #visual .ysLogo {
        position: absolute;
        right: 80px;
        bottom: 5%;
    } */
}
@media (max-width:1200px){
    #visual {
        min-height: 800px;
    }
}
@media (max-width:992px){
    #visual .txt {
        bottom: 5%;
    }
    #visual .txt .cont {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width:768px){
    #visual {
		height: 80vh;
        min-height: auto;
    }
    #visual .txt .cont {
        padding-top: 80px;
        width: 90%;
    }
}
@media (max-width:500px){
    #visual {
		height: 500px;
    }
}
/* fullpage */
@media (max-width:992px){
    #fullpage .fp-section, 
    #fullpage .fp-tableCell{
        height: auto !important;
    }
}
/* tConMn */
#tConMn > ul {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
#tConMn > ul > li {
    width: 50%;
    height: 25%;
    border: 1px solid rgba(255,255,255,0.15);
    background-color:  rgba(255,255,255,0.4);
    border-bottom: 0px;
    position: relative;
    
    -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;
}
#tConMn > ul > li.imp {
    background-color: rgba(0, 50, 119, 0.5);
}
#tConMn > ul > li:nth-child(even) {
    border-left: 0px;
}
#tConMn > ul > li a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-align: left;
    align-items: center;
    justify-content: center;
}
#tConMn > ul > li a > div {
    max-width: 90%;
    padding: 0 10px;
}
#tConMn > ul > li a h3 {
    font-weight: 700;
}
#tConMn > ul > li a p {
    font-weight: 200;
    letter-spacing: -0.06em;
    line-height: 1.2em;
    margin-top: 10px;
}
#tConMn > ul > li a .more {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/more_more.png) center center no-repeat;
    margin-top: 40px;
    
    -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;
}
@media (min-width:992px){
    #tConMn {
        position: absolute;
        right: 0;
        top: 0;
        width: 500px;
        height: 100%;
        z-index: 20;
    }
    #tConMn > ul > li a:hover .more {
        transform: rotate(180deg);
    }
    #tConMn > ul > li:hover {
        background-color: rgba(0, 50, 119, 0.75);
    }
    #tConMn > ul > li.imp:hover {
        background-color: rgba(0, 50, 119, 0.75);
    }
}
@media (max-width:1200px) {
    #tConMn {
        width: 400px;
    }
}
@media (max-width:992px) and (min-width:768px){
    #tConMn > ul > li {
        width: 25%;
    }
}
@media (max-width:992px){
    html,
    body {
        overflow: visible !important;
    }
    #tConMn {
        width: 100%;
    }
    #tConMn > ul > li,
    #tConMn > ul > li.imp {
        background-color: rgba(0, 50, 119, 1);
    }
    #tConMn > ul > li a > div {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }
    #tConMn > ul > li a .more {
        background-size: 50px !important;
        width: 15px;
        height: 15px;
        margin-top: 20px;
    }
}
@media (max-width:500px){
    #tConMn > ul > li a p {
        font-size: 12px;
        margin-top: 5px;
    }
}
/* moveHover */
@media (min-width:992px){
    .moveHover {
        position: absolute;
        left: -1px;
        top: -1px;
        width: calc(100% + 2px);
        height: 100%;
        overflow: hidden;
    }
    .moveHover > span {
        position: absolute;
        background-color: #0046a8;
        z-index: 3;
        
        -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;
    }
    .moveHover .top_l {
        width: calc(100% + 2px);
        height: 6px;
        top: -1px;
        right: calc(100% + 1px);
    }
    .moveHover .top_l.on {
        right: -1px;
    }
    .moveHover .top_l.off {
        right: calc(100% + 1px);
        transition-delay: 0.6s;
    }
    .moveHover .left_l {
        width: 6px;
        height: calc(100% + 2px);
        bottom: calc(100% + 1px);
        right: -1px;
    }
    .moveHover .left_l.off {
        transition-delay: 0.4s;
    }
    .moveHover .left_l.on {
        transition-delay: 0.2s;
    }
    .moveHover .left_l.off {
        bottom: calc(100% + 1px);
    }
    .moveHover .left_l.on {
        bottom: -1px;
    }
    .moveHover .bottom_l {
        width:  calc(100% + 2px);
        height: 6px;
        bottom: -1px;
        left:  calc(100% + 1px);
    }
    .moveHover:hover .bottom_l {
        left: -1px;
    }
    .moveHover .bottom_l.off {
        transition-delay: 0.2s;
    }
    .moveHover .bottom_l.on {
        transition-delay: 0.4s;
    }
    .moveHover .bottom_l.off {
        left: calc(100% + 1px);
    }
    .moveHover .bottom_l.on {
        left: -1px;
    }
    .moveHover .right_l {
        width: 6px;
        height: 100%;
        top: 100%;
        left: -1px;
    }
    .moveHover .right_l.on {
        transition-delay: 0.6s;
    }
    .moveHover .right_l.off {
        top: calc(100% + 1px);
    }
    .moveHover .right_l.on {
        top: -1px;
    }
}
/* pcNav */
#pcNav {
    position: fixed;
    left: 0;
    top: 0;
    width: 120px;
    height: 100vh;
    z-index: 1000;
    text-align: center;
}
@media (min-width:1200px){
    #pcNav {
        min-height: 800px;
    }
}
#pcNav .mmenu-toggle-btn {
    background-color: #fff;
    width: auto;
    height: 12.5vh;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body.mmenu-open #pcNav {
    z-index: 100000;
    border: 0px;
}
.body.mmenu-open #pcNav .mnList{
    display: none;
}
#pcNav .mmenu-toggle-btn .lines_bar,
#pcNav .mmenu-toggle-btn .lines_bar::after,
#pcNav .mmenu-toggle-btn .lines_bar::before {
    background-color: #111;
}
html [class*="fp-viewing-white_bg"] #pcNav .mmenu-toggle-btn {
    background-color: #000;
}
html [class*="fp-viewing-white_bg"] #pcNav .mmenu-toggle-btn .lines_bar,
html [class*="fp-viewing-white_bg"] #pcNav .mmenu-toggle-btn .lines_bar::after,
html [class*="fp-viewing-white_bg"] #pcNav .mmenu-toggle-btn .lines_bar::before {
    background-color: #fff;
}
html [class*="fp-viewing-white_bg"] .mmenu-open #pcNav .mmenu-toggle-btn {
    background-color: #fff;
}
html [class*="fp-viewing-white_bg"] .mmenu-open #pcNav .mmenu-toggle-btn .lines_bar,
html [class*="fp-viewing-white_bg"] .mmenu-open #pcNav .mmenu-toggle-btn .lines_bar::after,
html [class*="fp-viewing-white_bg"] .mmenu-open #pcNav .mmenu-toggle-btn .lines_bar::before {
    background-color: #000;
}
#pcNav .mnList li {
    width: 100%;
    min-height: 12.5vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#pcNav .mnList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #003277;
    z-index: 1;
    opacity: 0;
    
    -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;
}
#pcNav .mnList li.act:after,
#pcNav .mnList li:hover:after {
    opacity: 1;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.3);
}
#pcNav .mnList li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#pcNav .mnList li a {
    padding: 8px 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 3;
}
#pcNav .mnList li a p {
    color: #fff;
    
    -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 [class*="fp-viewing-white_bg"] #pcNav .mnList li a p {
    color: #222;
}
#pcNav .mnList li.act a p,
#pcNav .mnList li:hover a p {
    color: #fff !important;
}
#pcNav .mnList li a .ibox {
    display: inline-block;
    position: relative;
    width: 41px;
    height: 41px;
}
#pcNav .mnList li a .hv,
#pcNav .mnList li a .nohv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
    -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;
}
#pcNav .mnList li a .hv {
    opacity: 0;
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li:hover a .hv {
    opacity: 1;
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li a .hv {
    opacity: 1;
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li:hover a .hv {
    opacity: 0;
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li a .nohv {
    opacity: 0;
}
html [class*="fp-viewing-white_bg"] #pcNav .mnList li:hover a .nohv {
    opacity: 1;
} 
@media (min-width:1200px){
    #pcNav {
        border-right: 1px solid rgba(255,255,255,0.2);
    }
    html [class*="fp-viewing-white_bg"] #pcNav {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
}
@media (max-width:1200px){
    #pcNav .mnList {
        display: none;
    }
}
@media (max-width:768px){
    #pcNav {
        width: 80px;
        height: 80px;
    }
    #pcNav .mmenu-toggle-btn {
        height: 80px;
        width: 100%;
    }
}
@media (max-width:500px){
    #pcNav {
        width: 60px;
        height: 80px;
    }
    #pcNav .mmenu-toggle-btn {
        height: 80px;
        width: 100%;
    }
}

/* hvMn */
#hvMn {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0px;
    height: 100%;
    background: url(../img/mn_bg.png) right 90% no-repeat;
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 60px 0;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.mnBox:active #hvMn,
.mnBox:hover #hvMn {
    width: 300px;
    padding: 60px 30px;
}
.mnBox:active #hvMn:after,
.mnBox:hover #hvMn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.05), transparent);
}
#hvMn #mainNav > li {
    width: 100%;
    float: none;
}
#hvMn #mainNav .dropdown-toggle {
    display: block;
    text-decoration: none;
    font-size: 25px;
    padding: 20px 0;
    color: #111;
    text-align: left;
    font-weight: 700;
    white-space: nowrap;
}
#hvMn #mainNav .dropdown-menu {
    display: block;
    position: relative;
    border: 0px;
    box-shadow: 0 0 0;
    min-width: auto;
    width: 100%;
    background-color: transparent;
}
#hvMn #mainNav .dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #666;
    white-space: nowrap;
    padding: 5px 0;
}
#hvMn #mainNav .dropdown-menu li a:hover {
    background-color: transparent;
    color: #003277;
}

/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    line-height: 55px;
    padding: 0 30px;
    border: 1px solid #aaa;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    text-decoration: none;
}
.btnWrp .btnItem .more {
    display: inline-block;
    margin-left: 5px;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 40px;
        padding: 0 20px;
        font-size: 15px;
    }
}

/* section1 */
#section1 .fbox {
    position: relative;
    z-index: 3;
}
#section1 .imgBoxs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#section1 .imgBoxs .flImg {
    position: absolute;
}
#section1 .imgBoxs .flImg1,
#section1 .imgBoxs .flImg2,
#section1 .imgBoxs .flImg3 {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
}
#section1 .imgBoxs .flImg1 {
    left: 3%;
    top: 25%;
    width: 15vw;
}
#section1 .imgBoxs .flImg2 {
    left: 80%;
    top: 35%;
    width: 19vw;
}
#section1 .imgBoxs .flImg3 {
    right: 40%;
    bottom: 0;
    width: 15vw;
}
#section1 .imgBoxs .flImg4 {
    right: 30%;
    top: 15%;
    opacity: 0.1;
    filter: blur(5px);
    width: 17vw;
}
#section1 .imgBoxs .flImg5 {
    right: 65%;
    bottom: 15%;
    opacity: 0.1;
    filter: blur(5px);
    width: 13vw;
}
@media (min-width:1200px){
    #section1 .imgBoxs .flImg1 {
        left: calc(3% + 120px);
    }
}
@media (max-width:1200px){
    #section1 .imgBoxs .flImg1 {
        opacity: 0.2;
        width: 25vw;
    }
    #section1 .imgBoxs .flImg2 {
        opacity: 0.2;
        width: 29vw;
    }
    #section1 .imgBoxs .flImg3 {
        opacity: 0.2;
        width: 25vw;
    }
    #section1 .imgBoxs .flImg4 {
        width: 27vw;
    }
    #section1 .imgBoxs .flImg5 {
        width: 23vw;
    }
}
@media (max-width:992px){
    #section1 .cont {
        width: 70%;
        margin: 0 auto;
    }
}
@media (max-width:768px){
    #section1 .cont {
        width: 90%;
    }
}


/* bfaf */
.bfafTabs {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    width: 100%;
}
.bfafTabs > li a {
    text-decoration: none;
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
    background-color: transparent;
    border-radius: 100px;
    font-size: 20px;
    color: #666;
}
.bfafTabs > li.act a {
    color: #fff;
    background-color: #222;
}
@media (min-width:992px){
    .bfafTabs {
        display: table;
        table-layout: fixed;
    }
    .bfafTabs > li {
        display: table-cell;
    }
}
@media (max-width:992px){
    .bfafTabs > li {
        display: inline-block;
    }
    .bfafTabs > li a {
        padding: 0 12px;
        line-height: 25px;
        font-size: 15px;
    }
}

/* bfafSlide */
.bfafSlideWrp {
    position: relative;
}
.bfafSlide  {
    margin: 0 -25px;
}
.bfafSlide .slick-slide{
    padding: 0 25px;
}
.bfafSlideWrp .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(../img/arrItem.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
    background-size: 36px !important;
}
.bfafSlideWrp .slick-prev {
    left: -80px;
}
.bfafSlideWrp .slick-next {
    right: -80px;
    transform: rotate(180deg);
}
.bfafSlide li a {
    text-decoration: none;
}
.bfafSlide li a .ibox {
    position: relative;
}
.bfafSlide li a .ibox:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 33px);
    width: 66px;
    height: 100%;
    background: url(../img/arrBg.png) center center no-repeat;
}
.bfafSlide li a .ibox .row {
    margin: 0 -10px;
}
.bfafSlide li a .ibox .row > div {
    padding: 0 10px;
}
.bfafSlide li a .tbox {
    margin-top: 15px;
}
@media (max-width:992px){
    .bfafSlideWrp .slick-arrow {
        display: none !important;
    }
}
@media (max-width:768px){
    .bfafSlide li a .ibox:after {
        left: calc(50% - 22px);
        width: 44px;
        background-size: 44px !important;
    }
    .bfafSlideWrp .slick-prev ,
    .bfafSlideWrp .slick-next {
        display: none;
    }
}

/* customPopup */
#customPopup {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
#customPopup.displayNone {
    display: none;
}
#customPopup .popWrp {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1250px;
    height: 697px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#customPopup .popWrp > .closeBtn {
    position: absolute;
    right: -45px;
    top: -42px;
    width: 35px;
    height: 35px;
    background: url(../img/more_more.png) center center no-repeat;
    margin-top: 40px;
    transform: rotate(45deg);
    cursor: pointer;
}
#customPopup .popWrp .chkBox {
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    padding-right: 100px;
}
#customPopup .popWrp .chkBox .closeBtn {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 40px;
    color: rgba(255,255,255,0.3);
    background-color: transparent;
    border: 0px;
    padding: 0px;
}
#customPopup .popWrp .chkBox .closeBtn:hover {
    color: rgba(255,255,255,0.8);
}
#customPopup .popWrp .chkBox label {
    color: #fff;
    margin: 0px;
    font-size: 15px;
}
#customPopup .popWrp .chkBox label input {
    display: inline-block;
    margin: 0px;
    margin-right: 3px;
    font-size: 15px;
}

@media (max-width:1200px){
    #customPopup {
        display: none !important;
    }
}
/* popupSlick-nav */
#customPopup .popupSlick-nav .slick-track {
    width: 100% !important;
}
#customPopup .popupSlick-nav .slick-slide {
    background-color: #fff;
    width: 16.66% !important;
}
#customPopup .popupSlick-nav .slick-slide:not(:last-child) {
    border-right: 1px solid #ddd;
}
#customPopup .popupSlick-nav .slick-slide span {
    font-size: 17px;
    line-height: 1em;
}
#customPopup .popupSlick-nav .slick-slide.is-active {
    background-color: #f15f86;
}
#customPopup .popupSlick-nav .slick-slide.is-active span {
    color: #fff;
}
#customPopup .popupSlick-nav .slick-slide h3 {
    padding: 15px 5px;
    text-align: center;
    line-height: 1em;
    font-weight: 500;
    cursor: pointer;
}




/*ysunispecil_m*/
#ysunispecil_pc {
	background-color: #333;
	-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;
}
#ysunispecil_pc.bg1 {
	background: url(../img/tab1_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_pc.bg2 {
	background: url(../img/tab2_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_pc.bg3 {
	background: url(../img/tab3_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_pc.bg4 {
	background: url(../img/tab4_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_pc.bg5 {
	background: url(../img/tab5_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_pc.bg6 {
	background: url(../img/tab6_bg.jpg) center center no-repeat;
	background-size: cover;
}
#ysunispecil_m {
	height: 100%;
    position: relative;
}
#ysunispecil_m .left_ban {
	width: 450px;
	background-color: #003277;
    float: left;
}
#ysunispecil_m .r_box.active {
	display: block;
}
#ysunispecil_m .r_box .num {
	font-size: 100px;
	color: #fff;
	font-weight: 700;
	line-height: 1em;
	display: inline-block;
	position: relative;
    margin-bottom: 15px;
}
#ysunispecil_m .r_box .num:after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
	background-color: #42d9d6;
	border-radius: 50%;
	right: -30px;
    z-index: 1;
}
#ysunispecil_m .r_box .num span {
    position: relative;
    z-index: 3;;
}
#ysunispecil_m .r_box h2 {
    font-size: 45px;
    font-weight: 700;
}
#ysunispecil_m .r_box h3 {
	margin-top: 10px;
}
#ysunispecil_m .r_box h5 {
	margin-top: 15px;
}
#ysunispecil_m .left_ban ul li {
	padding: 30px 20px;
    font-weight: 500;
	line-height: 1em;
	color: #fff;
	background-color: #c7c7c7;
	font-size: 22px;
	border-bottom: 1px solid #aaa;
    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;
}
#ysunispecil_m .left_ban ul li.active {
	background-color: #fff;	
	color: #333;
}
#ysunispecil_m .left_ban ul li strong {
    font-weight: 600;
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    position: relative;
}
#ysunispecil_m .left_ban ul li strong:after {
    content: "";
    position: absolute;
    top: 15%;
    height: 70%;
    width: 1px;
    right: 0;
    background-color: #aaa;
}
#ysunispecil_m .left_ban ul li.active strong {
    color: #afafaf;
}
@media (min-width:768px) {
    #ysunispecil_m .r_box {
        right: calc(0% + 450px);
        bottom: 10%;
        position: absolute;
        text-align: right;
        padding-left: 5%;
        display: none;
    
        -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;
    }
}
@media (max-width:768px) {
	#ysunispecil_m .r_box .num {
		font-size: 60px;
	}
	#ysunispecil_m .r_box .num:after {
        width: 60px;
        height: 60px;
        right: -15px;
	}
	#ysunispecil_m .r_box {
		min-height: 350px;
		position: relative;
        padding-left: 20px;
        padding-right: 15px;
		padding-top: 50px;
		width: 100%;
	}
    #ysunispecil_m .r_box h2 {
        font-size: 25px;
    }
	#ysunispecil_m .bg1 {
		background: url(../img/tab1_bg.jpg) right center no-repeat;
		background-size: cover;
	}
	#ysunispecil_m .bg2 {
		background: url(../img/tab2_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#ysunispecil_m .bg3 {
		background: url(../img/tab3_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#ysunispecil_m .bg4 {
		background: url(../img/tab4_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#ysunispecil_m .bg5 {
		background: url(../img/tab5_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	#ysunispecil_m .bg6 {
		background: url(../img/tab6_bg.jpg) center center no-repeat;
		background-size: cover;
	}
}
/* msec6 */
#msec6 {
    background: url(../img/map_bg.jpg) center center no-repeat;
}
/* msec7 */
#msec7 {
    background: url(../img/msec7_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec7 .rt {
    padding-left: 30px;
}
#msec7 .rt .top {
    padding-bottom: 15px;
    margin-bottom: 15px;
       border-bottom: 2px dashed #fff;
	       width: 80%;
}
#msec7 .rt > ul > li {
    margin-top: 20px;
}
#msec7 .rt .table tbody th,
#msec7 .rt .table tbody td {
    font-size: 19px;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    padding: 5px 0;
    border: 0px;
}
#msec7 .rt .table tbody th {
    color: #fff;
    width: 100px;
}
#msec7 .rt .table tbody .imp th,
#msec7 .rt .table tbody .imp td {
    color: #00ffca;
}
@media (min-width:769px) {
    #msec7 .lt {
        width: 66.66666%;
    }
}
@media (max-width:768px) {
    #msec7 .rt .table tbody th,
    #msec7 .rt .table tbody td {
        font-size: 13px;
    }
    #msec7 .rt {
        padding: 0 0 20px;
    }
    #msec7 .rt h1 img {
        width: 25px;
    }
    #msec7 .rt > ul > li ul li {
        font-size: 12px;
        line-height: 1.4em;
    }
}
/* lftBanSet */
.lftBanSet a {
    text-decoration: none;
    display: block;
    position: relative;
}
.lftBanSet a .txtbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px 25px;
}
.lftBanSet a h5 {
    font-weight: 300;
}
.lftBanSet a h2,
.lftBanSet a h5 {
    color: #3c1e1e;
}
@media (max-width:768px) {
    .lftBanSet a .txtbox {
        padding: 30px 15px;
    }
}
@media (max-width:500px) {
    .lftBanSet a .txtbox {
        padding: 15px;
    }
    .lftBanSet a h2 {
        font-size: 15px;
    }
    .lftBanSet a h5 {
        font-size: 13px;
    }
}


/*msec4*/
#msec8 {
    padding: 20px 0;
}
#msec8 .logoWrp {
    position: relative;
    padding-left: 200px;
}
#msec8 .logoWrp .logoTit {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#msec8 .logoWrp .logoTit .c_wrp {
    height: 100%;
}
/* slk_v2 */
.slk_box{
    position: relative;
}
.slk_v2 {
    margin: 0 50px;
}
.slk_v2 .slick-slide {
    margin: 0 5px;
}
.arrowSlider {
    display: block;
}
.arrowSlider span,
.arrowSlider a {
    margin: 0px;
    background-color: #fff;
    height: 100% !important;
    line-height: 100%;
    height: auto;
    color: #999;
    border-radius: 0px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
}
.arrowSlider span.prev2:before {
    font-family: FontAwesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 28px;
}
.arrowSlider span.next2:before {
    font-family: FontAwesome;
    content: "\f054";
    position: relative;
    left: 2px;
    top: 28px;
}
.slk_box .arrowSlider span.prev2{
    position: absolute;
    top: 0;
    left: 0;
}
.slk_box .arrowSlider span.next2 {
    position: absolute;
    top: 0;
    right: 0%;
}
#msec8 .slk_v2 span {
    text-decoration: none;
    display: block;
    padding: 3px 0;
    margin: 1px;
    text-align: center;
}
#msec8 .slk_v2 span img {
    display: inline-block;
    width: auto;
}
@media (max-width:768px){
    #msec8 .logoWrp {
        padding-left: 100px;
    }
    .slk_v2 {
        margin: 0 20px;
    }
    .arrowSlider span,
    .arrowSlider a {
        width: 20px;
        font-size: 10px;
    }
    .arrowSlider span.prev2:before, .arrowSlider span.next2:before {
        top: 9px;
    }
}



/*msec9*/
#msec9 {
    background: url(../img/msec9_bg.jpg) center center no-repeat;
}
#msec9 h1 {
    margin-top: 10px;
}
#msec9 h2 {
    font-size: 55px;
    display: inline-block;
    padding: 25px 40px 30px;
    color: #fff;
    font-weight: 700;
    border: 5px solid #fff;
    border-radius: 70px;
    margin-top: 15px;
}
#msec9 h2 strong {
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
}
#msec9 .btn_wrp a {
    display: inline-block;
    border: 1px solid #42d9d6;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 300;
    background-color: #42d9d6;
}
#msec9 .btn_wrp a strong {
    display: inline-block;
    margin-left: 10px;
}

#msec9 .num {
      padding: 0px ;
    text-align: center !important;
}
#msec9 .num h4 {
     font-size: 15px;
}
@media (max-width:768px){
    #msec9 {
        background-size: cover;
    }
    #msec9 h2 {
        padding: 5px 30px;
        margin-top: 15px;
        font-size: 25px;
    }
    #msec9 h2 strong {
        font-size: 25px;
    }
    #msec9 .btn_wrp a {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 10px ;
    }
}


/* gl_sec10 */
#gl_sec10 .mapbox .root_daum_roughmap .wrap_map {
    height: 500px;
}
@media (max-width:768px){
    #gl_sec10 .mapbox .root_daum_roughmap .wrap_map {
        height: 250px;
    }
}