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

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1340px){
    .container {
        width: 1370px;
    }
}
@media (max-width:1340px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}

/* quick_tel */
.quick_tel {
    text-decoration: none !important;
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 10;
    border-radius: 50px;
    text-align: center;
    color: #fff !important;
    line-height: 1.1em;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    background-color: #333;
    -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;
}
.quick_tel:hover {
    background-color: #0172ff;
}
.quick_tel .show_info {
    opacity: 0;
    position: absolute;
    right: 50%;
    background-color: #f7f7f7;
    border-radius: 4px;
    line-height: 30px;
    width: 160px;
    text-align: center;
    color: #333;
    top: calc(50% - 15px);
    overflow: hidden;

    -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;
}
.quick_tel:hover .show_info {
    opacity: 1;
    right: 105%;
}
@media (max-width:768px){
    .quick_tel { 
        right: 15px;
        bottom: 15px;
        width: 75px;
        height: 75px;
    }

}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* Header */
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}	
html #header.header-transparent:hover .header-body:before {
    background-color: #fff;
    opacity: 1;
}
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 18px;
}
.header-shape nav > #mainNav > li > a {
    padding: 40px 25px;
    text-align: left;
}
.header-shape:hover nav > #mainNav > li a,
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 5px 15px;
    color: #838789;
    font-size: 17px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #0172ff;
}

/* sticky-header-active==================== */
/* logo */
.mobile-side-menu .cls-1,
#header:hover .logoWrp .cls-1,
html.sticky-header-active #header .logoWrp .cls-1{
    fill:#595757;
}
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: #0172ff;
}
/* //sticky-header-active==================== */


/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 30%;
}
#header .linkBox {
    width: 70%;
}
@media (max-width:768px){
    #header .logoBox {
        width: 50%;
    }
    #header .linkBox {
        width: 50%;
    }
}
/* logo svg */
#header .logoWrp .cls-1,
#header .logoWrp .cls-2 {
    fill:#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;
}
.logoWrp .cls-3{
    fill:none;
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 110px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .global li {
    display: inline-block;
    position: relative;
}
#header .linkBox .global li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
#header .linkBox .global li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;

    -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;
}
#header .linkBox .global li a.act,
#header .linkBox .global li a:hover {
    opacity: 1;
}
#header .linkBox .global a {
    text-decoration: none;
}
#header .linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
#header .linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #header .linkBox .global li a {
        padding: 0 5px;
        font-size: 18px;
    }
    #header .linkBox .global li:not(:first-child):after {
        top: 30%;
        height: 40%;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
        box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
        border-radius: 5px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*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: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    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;
    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);
}
.mmenu-open #header .lines_bar,
.mmenu-open #header .lines_bar:before,
.mmenu-open #header .lines_bar:after,
html.add-header #header .lines_bar,
html.add-header #header .lines_bar:before,
html.add-header #header .lines_bar: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-nav .lines_bar,
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after {
    background-color: #333;
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .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;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 5px;
}
.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: 80px;
}
.mobile-nav .header-logo img {
    width: 190px;
}
.mobile-nav .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: 10px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 10px 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: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 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 22px;
	right: 0;
	display: block;
	color: #636363;
	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: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    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: 18px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.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 (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 12px 15px 12px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*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;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}
/* fBox */
.fBox {
    display: flex;
}
.fBox.fBoxCenter {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.fBox.fBoxCenter > div {
    width: 100%;
}
.fBox.fBoxhalf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fBox.fBoxhalf > div {
    width: 50%;
}
@media (max-width:768px){
    .fBox.noMobile {
        display: block;
    }
    .fBox.noMobile > div {
        width: auto;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.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;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .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;
    }
}
/*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: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@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;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #004d77 !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #0172ff !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: 80vh;
    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 !important;
    background-color: #1a1a1a;
    border-top: 0px;
    padding: 0 !important;
}
#footer .copySec {
    padding: 20px 0px;
    border-top: 1px solid #333;
}
#footer .f_con {
    padding: 60px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#footer .f_con .right {
    width: 50%;
}
#footer .f_con .right ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}
#footer .f_con .right ul li ul {
    margin-top: 10px;
}
#footer .f_con .right ul li ul li a{
    font-size: 15px;
    opacity: 0.5;
    font-weight: 300;
}
#footer .logoWrp .cls-1 {
    fill: #fff;
}
#footer h6 {
    line-height: 1.7em;
    color: #999;
}
#footer h6 strong {
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
    color: #ddd;
}
#footer .spWrp a {
    text-decoration: none;
    display: inline-block;
    color: #333;
    font-weight: 700;
    vertical-align: middle;
}
#footer .spWrp .sp {
    display: inline-block;
    height: 13px;
    width: 1px;
    margin: 0 10px;
    background-color: #aaa;
    vertical-align: middle;
}

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

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

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

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

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

/*fullpage*/
#fullpage {
    height: auto !important;
    position: relative;
}
#fullpage .slide {
    text-align: left;
    position: relative;
}
#fullpage #slide4.slide:before,
#fullpage #slide4.slide:after {
    display: none;
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .mainTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,0.3);
}
#fullpage .mainTxt .f70 {
    font-size: 70px;
    line-height: 1.1em;
    font-weight: 800;
}
@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 .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;
    }
}
/* mtit */
.mtit h1 {
    margin-top: 25px;
}
@media (max-width:768px){
    .mtit h1 {
        margin-top: 10px;
    }
}
/* msec1 */
#msec1 .counters li {
    padding: 30px 0;
    position: relative;
}
#msec1 .counters li:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    background-color: #ddd;
}
#msec1 .counters .top h2 {
    display: inline-block;
    font-size: 85px;
    font-weight: 800;
}
#msec1 .counters .top span {
    color: #333;
    font-size: 45px;
}
#msec1 .counters h3 {
    color: rgb(194, 194, 194);
}
#msec1 .counters h5 {
    margin-top: 10px;
    line-height: 1.2em;
}
@media (max-width:768px){
    #msec1 .counters li {
        padding: 10px 0;
    }
    #msec1 .counters .top h2 {
        font-size: 35px;
    }
    #msec1 .counters .top span {
        color: #333;
        font-size: 15px;
    }
}
/* msec2 */
.msec2Wrp {
    max-width: 1860px;
    margin: 0 auto;
}
#msec2 {
    background: url(../img/msec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec2 .msec2_img {
    position: relative;
}
#msec2 .msec2_img .cent {
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#msec2 .msec2_img .cent h1 {
    display: inline-block;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    position: relative;
    background-color: transparent;
    z-index: 3;
}
#msec2 .msec2_img .cent h1:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -25px;
    top: -25px;
    right: -25px;
    bottom: -25px;
    background: rgba(1, 115, 255, 0.2);
    border-radius: 100%;
}
#msec2 .msec2_img .cent h1:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    background: #0172ff;
    border-radius: 100%;
    -webkit-animation: circlani 3s infinite ease-out;
    animation: circlani 3s infinite ease-out;
}
@-webkit-keyframes circlani {
    0% {
        opacity: 0.8;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
@keyframes circlani {
    0% {
        opacity: 0.8;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
#msec2 ul li {
    margin: 40px 0;
}
#msec2 ul li .top {
    margin-top: 15px;
}
#msec2 ul li .op {
    opacity: 0.6;
}
#msec2 ul li h2 {
    color: #fff;
}
@media (min-width:992px){
    #msec2 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) and (min-width:768px){
    #msec2 .right {
        padding-left: 15px;
    }
}
@media (max-width:768px){
    #msec2 ul li {
        border-bottom: 1px dashed #444;
        margin: 20px 0;
        padding-bottom: 20px;
    }
    #msec2 ul li .top {
        margin-top: 10px;
    }
}
@media (max-width:500px){
    #msec2 .msec2_img .cent h1 {
        width: 70px;
        line-height: 70px;
    }
    #msec2 .msec2_img .cent h1:before {
        left: -15px;
        top: -15px;
        right: -15px;
        bottom: -15px;
    }
}
/* msec2Modi */
.wrpBox {
    overflow: hidden;
}
.msec2Wrp {
    max-width: 1860px;
    margin: 0 auto;
}
#msec2Modi {
    background: url(../img/msec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec2Modi .tit {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}
#msec2Modi .tit:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -180px;
    width: 300%;
    height: 1px;
    background-color: #0172ff;
}
#msec2Modi .tit h2 {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
#msec2Modi .tit h2 strong {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 180px;
}
#msec2Modi .tBox li {
    margin: 60px 0;
}
#msec2Modi .tBox li:nth-child(odd) {
    padding-left: 60px;
}
#msec2Modi .tBox li h2,
#msec2Modi .tBox li p {
    color: #fff;
}
#msec2Modi .tBox li h2,
#msec2Modi .tBox li .sub {
    display: inline-block;
}
#msec2Modi .tBox li h2 {
    margin-right: 5px;
    font-weight: 700;
}
#msec2Modi .tBox li p {
    opacity: .5;
    font-weight: 300;
}
#msec2Modi .tBox li .sub {
    font-weight: 500;
    opacity: 1;
}
@media (min-width:992px){
    #msec2Modi {
        background-attachment: fixed;
    }
    #msec2Modi .tBox {
        text-align: right;
    }
    #msec2Modi .tBox ul {
        display: inline-block;
        text-align: left;
    }
}
@media (max-width:992px){
    #msec2Modi .tit h2 strong {
        width: 120px;
    }
    #msec2Modi .tit:after {
        right: -120px;
    }
}
@media (min-width:768px){
    #msec2Modi .tit {
        padding-bottom: 20px;
        margin-bottom: -50px;
        padding-top: 30px;
    }
}
@media (max-width:768px){
    #msec2Modi .tit {
        padding-bottom: 10px;
    }
    #msec2Modi .tit h2 strong {
        width: 90px;
    }
    #msec2Modi .tit:after {
        right: -90px;
    }
    #msec2Modi .tBox li {
        margin: 20px 0;
    }
    #msec2Modi .tBox li:nth-child(odd) {
        padding-left: 20px;
    }
    #msec2Modi .iBox {
        text-align: center;
        padding: 0 30px;
    }
}
/* msec3 */
#msec3 .lgoWrp .mtit h1 {
    white-space: nowrap;
    line-height: 1.2em;
    margin-top: 10px;
}
#msec3 .lgoWrp .mtit h5 {
    word-break: keep-all;
}
#msec3 .lgoWrp .slk_v {
    margin: 0 -10px;
    margin-top: 10px;
}
#msec3 .lgoWrp .slk_v .slick-slide {
    padding: 10px;
}
#msec3 .lgoWrp .slk_v .slick-slide .item {
    border: 1px solid #ddd;
}
@media (min-width:992px){
    #msec3 .lgoWrp {
        position: relative;
        padding-left: 35%;
    }
    #msec3 .lgoWrp .mtit {
        position: absolute;
        left: 0;
        width: 30%;
    }
}
@media (max-width:992px){
    #msec3 .mtit {
        text-align: center;
        margin-bottom: 20px;
    }
    #msec3 .lgoWrp .slk_v {
        margin: 0 -5px;
    }
    #msec3 .lgoWrp .slk_v .slick-slide {
        padding: 0 5px;
    }
}
/* arrowSlider */
#msec3 .arrowSlider span,
#msec3 .arrowSlider span,
#msec3 .arrowSlider a {
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: left;
    margin-left: -1px;
}
@media (max-width:992px){
    #msec3 .arrowSlider {
        margin-bottom: 10px;
    }
}
@media (max-width:768px){
    #msec3 .arrowSlider span,
    #msec3 .arrowSlider span,
    #msec3 .arrowSlider a {
        width: 25px;
    }
}
/* msec4 */
#msec4 {
    background-color: #f7f7f7;
}
#msec4 .fBox {
    align-items: center;
}
@media (min-width:992px){
    #msec4 .fBox .tbox {
        width: 40%;
        padding-left: 60px;
    }
    #msec4 .fBox .ibox {
        width: 60%;
    }
}
@media (max-width:992px) and (min-width:768px){
    #msec4 .fBox .tbox {
        padding-left: 20px;
    }
}
@media (max-width:768px){
    #msec4 .fBox {
        flex-wrap: wrap;
    }
    #msec4 .fBox > div {
        width: 100%;
    }
    #msec4 .fBox .tbox {
        order: 2;
        padding: 15px 0;
        text-align: center;
    }
    #msec4 .fBox .ibox {
        order: 1;
    }
    #msec4 .fBox .tbox .conbox {
        margin-top: 10px;
    }
}
/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    min-width: 230px;
    line-height: 60px;
    border: 2px solid #333;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem:hover {
    border-color: #0172ff;
    background-color: #0172ff;
    color: #fff;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        min-width: 150px;
        line-height: 40px;
        border: 1px solid #333;
        font-size: 15px;
    }
}

/* cList */
.cList > li {
    position: relative;
    padding-left: 15px;
}
.cList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 6px;
    height: 1px;
    background-color: #aaa;
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    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;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 9px ;
    }
}
/* subtop */
#subtop .c_wrp {
    height: 450px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.5);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 100px;
    }
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #eee;
}
#site_config .site {
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #eee;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    background-color: #0172ff;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #0172ff;
}
#site_config .site .home > ul li a:hover{
    background-color: #0172ff;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 200px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 130px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
}