/* 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 (max-width:1140px){
    .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: #f5a100;
}
.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;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}	
html.sticky-header-dis #header .header-body {
    top: -100% !important;
}
#header .header-body .header-con {
    padding: 0 5%;
}
@media (max-width:768px){
    #header .header-body {
        padding: 0;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape .global {
    display: inline-block;
    position: relative;
}
.header-shape .global span,
.header-shape nav > #mainNav > li a {
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
html.sticky-header-active .header-shape .global span {
    color: #333;
}
.header-shape.header-transparent .global span,
.header-shape.header-transparent nav > #mainNav > li a {
    color: #fff;
}
html.sticky-header-active #header.header-shape nav > #mainNav > li a {
    color: #333;
}
.header-shape .global span {
    font-size: 18px;
}
.header-shape .global span .fa {
    font-size: 11px;
}
.header-shape .global span strong {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 4px;
    width: 20px;
    height: 20px;
    background: url(../img/glo_dk.png) center center no-repeat;
}
html.sticky-header-active .header-shape .global span strong:after,
.header-shape .global span strong:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(../img/glo_w.png) center center no-repeat;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.header-shape.header-transparent .global span strong:after,
.header-shape .global:hover span strong:after {
    opacity: 1;
}
.header-shape .global span,
.header-shape nav > #mainNav > li > a {
    padding: 25px 40px;
    text-align: left;
    display: inline-block;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.header-shape .global:hover span,
.header-shape nav > #mainNav > li:hover > a {
    background-color: #323232;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
    border-radius: 10px;
    color: #fff;
}
html.sticky-header-active #header.header-shape .global:hover span,
html.sticky-header-active #header.header-shape nav > #mainNav > li:hover > a {
    color: #fff;
}
.header-shape .global:hover span,
.header-shape nav > #mainNav > li.dropdown:hover > a {
    border-radius: 10px 10px 0 0;
}
.header-shape .global ul li a,
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 5px 15px;
    color: #838789;
    font-size: 17px;
    display: block;
    text-decoration: none;
    background-color: transparent !important;
}
html.sticky-header-active #header.header-shape nav > #mainNav > li > .dropdown-menu li a {
    color: #838789;
}
.header-shape .global ul li a:hover,
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover,
html.sticky-header-active #header.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #f5a100;
}
@media (max-width:1400px){
    .header-shape nav > #mainNav > li > a {
        padding: 25px 30px;
    }
    .header-shape .global span {
        padding: 25px 20px;
    }
}
@media (max-width:1200px){
    .header-shape .global span {
        font-size: 15px;
        padding: 15px 20px;
    }
}
@media (max-width:768px){
    .header-shape .global span strong {
        width: 14px;
        height: 14px;
    }
    .header-shape .global span strong,
    .header-shape .global span strong:after {
        background-size: 100% !important;
    }
}

/* linkBox */
#header .links {
    display: inline-block;
}
#header .links li {
    display: inline-block;
    position: relative;
    margin: 0px;
}
#header .links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: -2px;
    top: 30%;
    height: 40%;
    width: 1px;
    background-color: #ddd
}
html.sticky-header-active #header.header-transparent .links li a,
#header .links li a {
    text-decoration: none;
    display: inline-block;
    color: #888;
    font-size: 15px;
    line-height: 1em;
    padding: 0 8px;
    font-weight: 600;
}
#header.header-transparent .links li a {
    color: #eee;
}
@media (max-width:768px){
    #header  .links li a {
        font-size: 14px;
        padding: 0 4px;
    }
}
/* sticky-header-active==================== */
html.sticky-header-active .header-shape .global span,
html.sticky-header-active .header-shape nav > #mainNav > li > a  {
    padding-top: 15px;
    padding-bottom: 15px;
}
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: #f5a100;
}
/* //sticky-header-active==================== */


/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 20%;
}
#header .linkBox {
    width: 60%;
}
#header .btBox {
    width: 20%;
}
@media (max-width:1600px){
    #header .logoBox {
        width: 15%;
    }
    #header .linkBox {
        width: 60%;
    }
    #header .btBox {
        width: 25%;
    }
}
@media (max-width:1200px){
    #header .logoBox {
        width: 15%;
    }
    #header .linkBox {
        width: 70%;
    }
    #header .btBox {
        width: 15%;
    }
}
@media (max-width:768px){
    #header .logoBox {
        width: 30%;
    }
    #header .btBox {
        width: 70%;
    }
}
/* logo svg */
#header .logoWrp .b,
#header .logoWrp .c,
#header .logoWrp .d {
    -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 .b {
    fill:#fff;
}
.logoWrp .c {
    fill:#f5a200;
}
.logoWrp .d {
    fill:#595757;
}
html.sticky-header-active #header .logoWrp .b {
    fill: #fff;
}
html.sticky-header-active #header .logoWrp .c {
    fill:#f5a200;
}
html.sticky-header-active #header .logoWrp .d {
    fill:#595757;
}
/* 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;
    max-width: 100%;
}
@media (max-width:992px){
    #header .logoBox a svg {
        width: 140px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
.header-shape .global ul,
#header nav > ul > li.dropdown > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 0;
    padding: 0;
    width: 100%;
    min-width: auto;
    display: block;
    top: 90%;
    margin: 0px;
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 0;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    position: absolute;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.header-shape .global:hover ul,
#header nav > ul > li.dropdown:hover > .dropdown-menu {
    border-top: 0px;
    opacity: 1;
    background-color: #323232;
    padding: 0 0 20px;
    max-height: 1000px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
    border-radius: 0 0 10px 10px;
}
#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: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #111;
    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);
}
#header.header-transparent .lines_bar,
#header.header-transparent .lines_bar:before,
#header.header-transparent .lines_bar:after {
    background-color: #fff;
}
.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: #111;
}
@media (max-width:992px) {
    .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;
    max-width: 500px;
	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,1);
    opacity: 0;
    scrollbar-width: 0px;
}
.mobile-nav::-webkit-scrollbar {
    display: none;
    width: 0px;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin: 50px 0 30px;
}
.mobile-nav .logoWrp svg {
    width: 50%;
    min-width: 180px;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.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 .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 {
    margin-top: 10px;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-nav .header-logo {
	margin-top: 60px;
}
.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;
    right: 6px;
    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: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 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 {
    border-bottom: 1px solid #eee;
    line-height: 1em;
    padding: 6px 0 5px;
    margin: 0px;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
    padding-right: 23px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: calc(50% - 8px);
	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;
    color: #999;
}
.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;
    display: none;
}
.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: 15px;
}
.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: 20px;
        padding: 8px 15px 8px 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: 80px 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: #c8ac76 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #e7b24c !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_gr {
    color: #09af25 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #f5a100 !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: #333333;
    border-top: 0px;
    padding: 60px 0 !important;
}
#footer .logoWrp .c ,
#footer .logoWrp .d {
    fill:#fff;
}
#footer .logoWrp .b {
    fill:#333;
}
#footer h6 {
    color: #bfbfbf;
    margin-top: 15px;
}
#footer h6 .fcon {
    display: inline-block;
    margin-right: 10px;
}
#footer h6 .fcon strong {
    display: inline-block;
    margin-right: 5px;
}
#footer .rt {
    text-align: right;
}
#footer .rt h5 a {
    display: block;
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
    font-weight: 700;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#footer .rt h5 a:hover{
    opacity: 1;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 !important;
    }
}
/* fsns */
#footer .fsns {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
#footer .fsns span {
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
}
#footer .fsns span::after,
#footer .fsns span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% !important;

    -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;
}
#footer .fsns span::after {
    opacity:0.6;
}
#footer .fsns span::before {
    opacity: 1;
}
#footer .fsns span.sns1::after {
    background: url(../img/fsns1.png) center center no-repeat;
}
#footer .fsns span.sns2::after {
    background: url(../img/fsns2.png) center center no-repeat;
}
#footer .fsns span.sns3::after {
    background: url(../img/fsns3.png) center center no-repeat;
}
#footer .fsns span.sns4::after {
    background: url(../img/fsns4.png) center center no-repeat;
}
#footer .fsns span.sns5::after {
    background: url(../img/fsns5.png) center center no-repeat;
}
@media (max-width:768px){
    #footer svg {
        max-width: 60%;
        min-width: 180px;
    }
    #footer .c_wrp > div {
        /* text-align: center; */
    }
    #footer .c_wrp > .rt {
        padding-top: 15px;
    }
    #footer h6 .fcon {
        display: block;
        margin-right: 0;
        position: relative;
        padding-left: 100px;
        margin-bottom: 5px;
    }
    #footer h6 .fcon strong {
        position: absolute;
        top: 0;
        left: 0;
    }
    #footer .fsns {
        margin: 0 2px;
        margin-top: 15px;
    }
    #footer .fsns span {
        width: 35px;
        height: 35px;
    }
}
/* Centered texts in each section
* --------------------------------------- */
#myVideoMobile,
#myVideo{
    width: 100%;
    height: 100%;
    /* height: 890px; */
    line-height: 0px;
    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;
}

@media (max-width:768px){
    /* #myVideoMobile,
    #myVideo {
        height: 70vh !important;
        min-height: 400px;
    } */
}



/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    position: relative;
    line-height: 0px;
    height: auto !important;
    /* min-height: 500px; */
}
#visual .bg .vdoBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#visual .bg .vdoBox .fBox > div {
    height: 100%;
    position: relative;
}
#visual .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 4;
}
#visual .bg .txt {
    position: absolute;
    left: 0;
    bottom: 20%;
    width: 100%;
    text-align: right;
    z-index: 5;
}
#visual .bg .txt .txtCon {
    display: inline-block;
    width: 100%;
    max-width: 300px;
}
#visual .bg .txt .txtCon a {
    top: none;
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    border: 1px solid #fff;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    text-decoration: none;    

    -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;
}
#visual .bg .txt .txtCon a:hover {
    background-color: #fff;
    color: #111;
}
#visual .bg.bg2 {
    /* background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover; */
}
#visual .mainTxt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#visual .mainTxt .f65 {
    font-size: 65px;
    line-height: 1.1em;
    font-weight: 300;
    text-shadow: 15px 15px 30px rgba(0,0,0,0.15);
}
@media (min-width:768px){
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        position: absolute;
        left: 0%;
        top: calc(50% - 29px);
        margin-left: auto;
        width: 73px;
        height: 50px;
        border: 0px;
        cursor: pointer;
    }
    #visual_wrp #arr_next:after,
    #visual_wrp #arr_prev: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;
    }
    #visual_wrp #arr_next:hover:after,
    #visual_wrp #arr_prev:hover:after {
        opacity: 1;
    }
    #visual_wrp #arr_prev {
        left: 6%;
        background: url(../img/owl-prev.png) center center no-repeat;
        background-color: transparent !important;
    }
    #visual_wrp #arr_prev:after {
        background: url(../img/owl-prev-hv.png) center center no-repeat;
        background-color: transparent !important;
    }
    #visual_wrp #arr_next {
        right: 6%;
        background: url(../img/owl-next.png) center center no-repeat;
        background-color: transparent !important;
    }
    #visual_wrp #arr_next:after {
        background: url(../img/owl-next-hv.png) center center no-repeat;
        background-color: transparent !important;
    }
    #visual .bg .txt .txtCon p.dft {
        font-size: 24px;
    }
}
@media (min-width:769px){
    #visual .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;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .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;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:992px){
    /* #visual .bg {
        height: 700px;
    } */
    #visual_wrp #arr_wrp {
        display: none;
    }
    #visual .mainTxt .f65 {
        font-size: 40px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        width: 80px;
        height: 80px;
    }
}
@media (max-width:768px){
    /* #visual .bg {
        height: 70vh !important;
    } */
    #visual .mainTxt .f65 {
        font-size: 30px;
    }
    #visual_wrp #arr_wrp {
        display: none;
    }
    #visual .bg .txt .txtCon a {
        line-height: 25px;
        padding: 0 12px;
        font-size: 13px;
        margin-top: 8px;
    }
}
/* scrolls */
#visual .scrolls {
    font-size: 15px;
    color: #fff;
    position: relative;
    font-weight: 600;
}
#visual .scrolls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#visual .scrolls .bars {
    width: 250px;
    height: 3px;
    background-color: rgba(255,255,255,0.3);
    position: relative;
}
#visual .scrolls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #f5a100;
}
#visual .scrolls .bars .stateAct.act {
    -webkit-animation: movBg 5s linear infinite;
    -moz-animation: movBg 5s linear infinite;
    -ms-animation: movBg 5s linear infinite;
    -o-animation: movBg 5s linear infinite;
    animation: movBg 5s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual .scrolls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual .slickPause .scrolls .bars .stateAct {
    animation-play-state: paused;
}
#visual .scrolls .consWrp {
    display: inline-block;
}
#visual .scrolls .consWrp .pauseBtn {
    display: inline-block;
}
#visual .scrolls .consWrp .playBtn {
    display: none;
}
#visual .scrolls .consWrp.act .pauseBtn {
    display: none;
}
#visual .scrolls .consWrp.act .playBtn {
    display: inline-block;
}
#visual .scrolls .playBtn {
    font-size: 30px;
    cursor: pointer;
}
#visual .scrolls .pauseBtn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    opacity: 0.3;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#visual .scrolls .pauseBtn:hover {
    opacity: 1;
}
#visual .scrolls .pauseBtn:before,
#visual .scrolls .pauseBtn:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: #fff;
}
#visual .scrolls .pauseBtn:before {
    left: 0;
}
#visual .scrolls .pauseBtn:after {
    right: 0;
}
@media (max-width:768px){
    #visual .scrolls {
        font-size: 13px;
    }
    #visual .scrolls .bars {
        width: 150px;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    z-index: 10;
    text-align: center;
}
#slider_bt .con {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: rgba(166, 166, 166, 0.7);
    border-radius: 50%;
    margin: 10px;
    position: relative;
    cursor: pointer;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    background-color: #f5a100;
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
    line-height: 36px;
    border: 2px solid #333;
    color: #333;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 400;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    border-color: #f5a100;
    background-color: #f5a100;
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem.big {
    line-height: 40px;
    font-size: 20px;
}
.btnWrp .btnItem.sm {
    line-height: 30px;
    font-size: 15px;
    border-radius: 5px;
    min-width: auto;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;;
}
.btnWrp .btnItem.dk {
    border-color: #000;
    background-color: #000;
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem.w {
    border-color: #ddd;
    background-color: #fff;
    color: #999;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem.wTrans {
    border-color: #fff;
    background-color: transparent;
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem span {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../img/pls.png) center center no-repeat;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 3px;
}
.btnWrp .arrItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #a6a6a6;
    background: url(../img/arrItem.png) center center no-repeat;
} 
.btnWrp .arrItem.arrItem_next {
    transform: rotate(180deg);
} 
.btnWrp .arrItem.w {
    border-color: #fff;
    background-color: #fff;
} 
@media (max-width:768px){
    .btnWrp .btnItem {
        min-width: 150px;
        line-height: 30px;
        font-size: 14px;
    }
    .btnWrp .btnItem.big {
        font-size: 15px;
        line-height: 35px;
    }
    .btnWrp .btnItem span {
        width: 9px;
        height: 10px;
        background-size: 9px !important;
    }
    .btnWrp .arrItem {
        width: 34px;
        height: 34px;
        background-size: 30px !important;
    } 
}

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

/* subtop */
#subtop .c_wrp {
    height: 350px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.8);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 220px;
        padding-top: 70px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 5%;
    background-color: #fcfcfc;
}
#site_config .site {
    background-color: #fcfcfc;
}
#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.act,
#site_config .site .home:hover {
    background-color: #fff;
}
#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: #f5a100;
}
#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: #f5a100;
}
#site_config .site .home > ul li a:hover{
    background-color: #f5a100;
    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;
    }
}

/* bgSet */
.bgSetWrp {
    position: relative;
    overflow: hidden;
}
.bgNo {
    position: relative;
    z-index: 5;
}
.bgSet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bgSet > span {
    /* position: absolute;
    top: 0%;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); */
}
.bgSet.dark > span {
    background-color: rgba(33, 33, 33, 0.1);
}
.bgSet .line1 {
    left: 16.66666%;
}
.bgSet .line2 {
    left: 33.333333%;
}
.bgSet .line3 {
    left: 50%;
}
.bgSet .line4 {
    left: 66.666666%;
}
.bgSet .line5 {
    left: 83.333333%;
}
/* cont */
.bdTit .lined {
    display: inline-block;
    margin: 30px 0;
    width: 30px;
    height: 2px;
    background-color: #333;
}
.bdTit .lined.w {
    background-color: #fff;
}
@media (min-width:992px){
    .cont {
        position: relative;
        padding-left: 35%;
    }
    .bdTit {
        position: absolute;
        left: 0;
        text-align: right;
        width: 35%;
    }
    .bdTit.bdTit1 {
        top: calc(50% - 149px);
    }
    .bdTit .tbox {
        max-width: 450px;
        padding-right: 100px;
        display: inline-block;
        text-align: left;
    }
    .bdTit {
        position: absolute;
        left: 0;
        text-align: right;
        width: 35%;
    }
}
@media (max-width:992px){
    .cont {
        padding: 0 15px;
    }
    .bdTit {
        text-align: center;
    }
    .bdTit .lined {
        margin: 10px 0;
        width: 20px;
    }
    .bdTit .btnWrp {
        margin-top: 15px;
    }
}
/* gbd-slide */
.gbd-slide .slick-slide a {
    padding: 45px 0 45px 40px;
    margin-right: 5px;
    display: block;
}
.gbd-slide .slick-slide.slick-current a {
    padding: 15px 0 15px 5px;
}
.gbd-slide .slick-slide .txtWrp {
    position: relative;
    text-align: center;
}
.gbd-slide .slick-slide .txtWrp .img {
    overflow: hidden;
    position: relative;
    text-align: center;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.gbd-slide .slick-slide.slick-current .img {
    box-shadow: 15px 15px 15px rgba(0,0,0,0.25);
}
.gbd-slide .slick-slide a img {
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
.gbd-slide .slick-slide .txtWrp:hover .img img {
    transform: scale(1.1);
}
.gbd-slide .slick-slide .txtWrp .txt {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 0 10%;
    word-break: keep-all;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gbd-slide .slick-slide .txtWrp:hover .txt {
    opacity: 1;
}
.gbd-slide .slick-slide .txtWrp .txt > span {
    position: absolute;
    background-color: #f57c00;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.gbd-slide .slick-slide .txtWrp .txt .top_l {
    width: 100%;
    height: 8px;
    top: 0;
    right: 100%;
}
.gbd-slide .slick-slide .txtWrp:hover .txt .top_l {
    right: 0;
}
.gbd-slide .slick-slide .txtWrp .txt .bottom_l {
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 100%;
}
.gbd-slide .slick-slide .txtWrp:hover .txt .bottom_l {
    left: 0;
}
.gbd-slide .slick-slide .txtWrp .txt .left_l {
    width: 8px;
    height: 100%;
    top: 100%;
    left: 0;
}
.gbd-slide .slick-slide .txtWrp:hover .txt .left_l {
    top: 0;
}
.gbd-slide .slick-slide .txtWrp .txt .right_l {
    width: 8px;
    height: 100%;
    bottom: 100%;
    right: 0;
}
.gbd-slide .slick-slide .txtWrp:hover .txt .right_l {
    bottom: 0;
}
.gbd-slide .slick-slide .txtWrp .txt .more {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}
@media (min-width:992px){
    .gbd-slide .slick-slide a {
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .gbd-slide .slick-slide a img {
        transition: all 2s;
        -o-transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
    }
}
@media (max-width:992px){
    .gbd-slide .slick-slide a {
        padding: 40px 15px;
        margin-right: 0;
    }
    .gbd-slide .slick-slide.slick-current a {
        padding: 25px 0;
    }
    .gbd-slide .slick-slide.slick-current .img {
        box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    }
    .gbd-slide .slick-slide .txtWrp .txt {
        opacity: 0 !important;
    }
    .gbd-slide .slick-slide .txtWrp .txt .top_l,
    .gbd-slide .slick-slide .txtWrp .txt .bottom_l {
        height: 4px;
    }
    .gbd-slide .slick-slide .txtWrp .txt .right_l,
    .gbd-slide .slick-slide .txtWrp .txt .left_l {
        width: 4px;
    }
    .gbd-slide .slick-slide.slick-center.slick-current .txt .top_l {
        right: 0;
    }
    .gbd-slide .slick-slide.slick-center.slick-current .txt .bottom_l {
        left: 0;
    }
    .gbd-slide .slick-slide.slick-center.slick-current .txt .left_l {
        top: 0;
    }
    .gbd-slide .slick-slide.slick-center.slick-current .txt .right_l {
        bottom: 0;
    }
}

/* ms2 */
#ms2 {
    background-color: #f5a100;
}

/* ltTit */
.ltTit {
    position: relative;
    padding-right: 50px;    
    margin-bottom: 15px;
}
.ltTit span {
    font-size: 0.5em;
    color: #666;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    font-weight: 400;
    line-height: 1em;
}
.ltTit span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #aaa;
}
.ltTit .more {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
    background: url(../img/moreBtn.png) center center no-repeat;
}
@media (max-width:768px){
    .ltTit {
        position: relative;
        padding-right: 40px;    
        margin-bottom: 5px;
    }
    .ltTit .more {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
}
/* ms3 */
@media (min-width:992px){
    #ms3 .row {
        margin: 0 -30px;
    }
    #ms3 .row > li {
        padding: 0 30px;
    }
}
@media (max-width:992px){
    #ms3 .row > li:not(:first-child) {
        margin-top: 30px;
    }
}
/* latestNt */
#latestNt {
    border-top: 1px solid #eee;
}
#latestNt li {
    border-bottom: 1px solid #eee;
}
#latestNt li a {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 25px 15px 25px 0;
}
#latestNt li a .date {
    width: 20%;
}
#latestNt li a .date h2 {
    line-height: 1em;
}
#latestNt li a .con {
    width: 80%;
    padding-right: 45px;
    position: relative;
}
#latestNt li a .con h5,
#latestNt li a .con p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestNt li a:hover .con h5 {
    color: #f57c00;
}
#latestNt li a .con:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    top: calc(50% - 10px);
    background: url(../img/plsBtn.png) center center no-repeat;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#latestNt li a:hover .con:after {
    transform: rotate(180deg);
}
@media (max-width:992px){
    #latestNt li a {
        padding: 15px 15px 15px 0;
    }
    #latestNt li a .con {
        padding-right: 30px;
        padding-left: 5px;
    }
    #latestNt li a .con:after {
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
}

/* latestEv */
#latestEv {
    margin: 0 -5px;
}
#latestEv .slick-slide {
    padding: 0 5px;
}
#latestEv .slick-slide a {
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}
#latestEv .slick-slide a .con {
    position: absolute;
    left: 0;
    bottom: -100%;
    padding: 15px;
    width: 100%;
    background-color: rgba(32,32,32,0.8);

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#latestEv .slick-slide a:hover .con {
    bottom: 0;
}
#latestEv .slick-slide a .con .date {
    opacity: 0.6;
}
#latestEv .slick-slide a .con h6 {
    line-height: 1em;
}
#latestEv .slick-slide a .con p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width:768px){
    #latestEv .slick-slide a .con {
        bottom: 0;
        padding: 10px;
    }
}
/* ms4 */
#ms4 {
    background-color: #f7f7f7;
}
/* latestNs */
#latestNs {
    margin: 0 -15px;
    position: relative;
}
#latestNs .slick-slide {
    padding: 0 15px;
}
#latestNs .slick-slide a {
    text-decoration: none;
    display: block;
}
#latestNs .slick-slide a .con {
    padding-top: 15px;
}
#latestNs .slick-slide a .con h5 {
    line-height: 1.2em;
}
#latestNs .slick-slide a .con h6 {
    margin-top: 5px;
    line-height: 1.6em;
}
#latestNs .slick-slide a .con .date {
    font-size: 14px;
    margin-top: 20px;
}
#latestNs .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    background: url(../img/arrItem.png) center center no-repeat;
    width: 40px;
    height: 40px;
    border: 0px;
    color: transparent;
    border-radius: 50%;
    background-color: #fff;
}
#latestNs .slick-arrow.slick-prev {
    left: -60px;
}
#latestNs .slick-arrow.slick-next {
    right: -60px;
    transform: rotate(180deg);
}
#latestNs .slick-slide .img {
    overflow: hidden;
    position: relative;
}
#latestNs .slick-slide .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#latestNs .slick-slide a:hover .img img {
    transform: scale(1.1);
}
@media (max-width:992px){
    #latestNs .slick-arrow {
        display: none !important;
    }
}


/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50%;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #999999;
}
.slick-dots li.slick-active button {
    background-color: #f5a100;
    opacity: 1;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}

/* Ã«Â¡Å“ÃªÂ·Â¸Ã¬ÂÂ¸ */
#member_login {
    height: 100vh;
    width: 100%;
}
#member_login .member_logoin_wrp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#member_login .member_logoin_wrp .member_login {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px;
}
#member_login .member_logoin_wrp .member_login .log_forms > li {
    margin-top: 15px;
}
#member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
    font-size: 17px;
    margin: 0px;
    color: #333;
}
#member_login .member_logoin_wrp .member_login .log_forms .log_btn {
    line-height: 70px;
    border-radius: 100px;
    width: 100%;
    color: #fff;
    background-color: #f5a100;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
    font-size: 20px;
    font-weight: 600;
    border: 0px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
#member_login .member_logoin_wrp .member_login .bottom_link {
    text-align: center;
    margin: 40px 0;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #aaa;
}
#member_login .member_logoin_wrp .member_login .formInput {
    position: relative;
}
#member_login .member_logoin_wrp .member_login .formInput:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 18px;
    background: url(../img/login_wr_1.png) center center no-repeat;
    z-index: 3;
}
#member_login .member_logoin_wrp .member_login .formInput2:before {
    background: url(../img/login_wr_2.png) center center no-repeat;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li a {
    font-size: 17px;
    line-height: 1em;
    color: #666;
    font-weight: 400;
}
#member_login .member_logoin_wrp .member_login .not_mem a {
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
@media (max-width:768px) {
    #member_login .tit img {
        width: 250px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms > li {
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .log_btn {
        line-height: 60px;
        font-size: 18px;
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link {
        margin: 20px 0;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li {
        padding: 0 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li a {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
        width: 1px;
    }
    #member_login .member_logoin_wrp .member_login .not_mem a {
        font-size: 15px;
        line-height: 50px;
    }
    #member_login .member_logoin_wrp .member_login .formInput:before {
        width: 13px;
        background-size: 100% !important;
    }
}
/* log_form */
.log_form {
    border: 1px solid #eee;
    height: 58px;
    line-height: 58px;
    width: 100%;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 17px;
    padding: 0px 20px 0 50px;
}
.log_form:focus {
    border-color: #2f35b6;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
}
@media (max-width:768px) {
    .log_form {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
        padding: 0px 20px 0 40px;
    }
}

@media (min-width: 992x) {
    .aos-animate {
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
  
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
  
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }
}