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

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

/*Font: Libre Baskerville*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

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

/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Bold.woff2) format('woff2'), url(../fonts/NotoSans-Bold.woff) format('woff'), url(../fonts/NotoSans-Bold.ttf) format('truetype'), url(../fonts/NotoSans-Bold.otf) format('truetype');
    font-weight: 700;
    font-style: normal
}

/*@Font : Nanums Font*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);

@font-face{
	font-family: "Nanum Square"; 
	font-weight: 200;
	src: url('../fonts/NanumSquareL.ttf') format('opentype');
}
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 400;
	src: url('../fonts/NanumSquareR.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 600;
	src: url('../fonts/NanumSquareB.ttf') format('opentype');
 }
@font-face{
	font-family: "Nanum Square"; 
	font-weight: 900;
	src: url('../fonts/NanumSquareEB.ttf') format('opentype');
 }

 
/* 조신일보명조 */
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*Font: GowunBatang*/
@font-face {
    font-family: 'GowunBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GowunBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunBatang-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.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;
	}
}

/*color*/
.c_gd {
	color: #b1842f !important;
}
.c_bl {
	color: #1d267c !important;
}
.c_lgr {
    color: #999 !important;
}
.c_gr {
    color: #939393 !important;
}
.c_gray {
	color: #666 !important;
}

/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.f_cv {
	font-family: 'Caveat', cursive !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
.f_jm {
    font-family: 'Chosunilbo_myungjo', sans-serif !important;
}

.f_prt {
	font-family: "GowunBatang", sans-serif !important;
    letter-spacing: -0.02em;
}
/*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:1500px){
    .container {
        width: 1530px;
    }
}
@media (max-width:1500px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}


/*bt_wrp*/
html #header  {
    min-height: auto !important;
}
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
    display: inline-block;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    line-height: 1em;
    padding: 0 15px;
    margin-right: 20px;
    vertical-align: middle;
    font-weight: 500;
    border-right: 1px solid rgba(255,255,255,0.4);
}
#header .ch_wrp a img {
    width: 20px;
    vertical-align: middle;
}
#header .ch_wrp a .bk{
    display: none;
}
#header .ch_wrp a .w {
    display: inline-block;
}
@media (min-width:1601px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
}
@media (max-width:1850px) and (min-width:1601px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px;
        font-size: 17px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px;
        font-size: 15px;
    }
    #header .lo_wrp {
        width: 15%;
    }
    #header .mn_wrp {
        width: 75%;
    }
    #header .bt_wrp {
        width: 10%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 15%;
    }
    #header .mn_wrp {
        width: 85%;
    }
    #header .bt_wrp {
        width: 0%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px;
        font-size: 15px;
    }
    #header .ch_wrp a {
        font-size: 15px;
        padding: 10px 20px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .h_nav {
        width: 50%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: #111;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #c5000b;
    opacity: 1;
}
#header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #333 !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    padding: 30px 20px;
    font-size: 20px;
    letter-spacing: -0.07em;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #ff8400;
    word-break: keep-all;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    html #header .bt_wrp a img {
        margin: 0;
    }
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 4px 9px;
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .c_wrp {
    padding: 0 30px;
    position: relative;
    z-index: 3;
}
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
    border-bottom: 1px solid rgba(155,155,155,0.3) !important;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #26407d !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #ff8400;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:992px) {	
    html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        display: none !important;
    }
    #header .header-nav-main nav > ul > li.act > a:before,
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        background: url(../img/h_arr_bg.png) center center no-repeat;
        height: 15px;
        width: 100%;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	/*#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}*/
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
        border-bottom: 0px;
        padding: 8px 0;
        line-height: 1.2em;
        text-align: center;
    }
}
@media (max-width:992px) {
    #header .header-body .c_wrp {
        padding: 0 15px;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 130px;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 5px 9px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 27px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.header-transparent .header-btn-collapse-nav {
	color: #fff;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
}
#new_drop .dm_con {
    padding: 40px 0;
    position: relative;
    padding-left: 260px;
    display: none;
    /* min-height: 350px; */
}
#new_drop .dm_con.act {
    display: block;
}
#new_drop .dm_con .lt {
    padding-top: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 230px;
    height: 100%;
    background: url(../img/dm_bg.png) left bottom no-repeat;
}
#new_drop .dm_con .lt p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #333;
    font-weight: 1.5em;
    margin-top: 10px;
}
#new_drop .dm_con .lt .icon {
    margin-top: 15px;
}
#new_drop .dm_con .rt > ul > li {
    margin-bottom: 10px;
}
#new_drop .dm_con .rt h5 a {
    display: block;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 17px 20px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#new_drop .dm_con .rt h5 a:hover {
    color: #26407d;
    border-color: #26407d;
}
#new_drop .dm_con .rt h5 a:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    width: 7px;
    background: url(../img/dm_arr.png) right center no-repeat;
}
#new_drop .dm_con .rt h5 a:hover:after {
    background: url(../img/dm_arr_sky.png) right center no-repeat;
}
#new_drop .dm_con .rt .dm {
    margin-top: 10px;
}
#new_drop .dm_con .rt .dm li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 3px 0;
}
#new_drop .dm_con .rt .dm li:hover a {
    color: #26407d;
}
@media (max-width:992px) {
    #new_drop {
        display: none !important;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
    width: 60%;
}

.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}

.mobile-side-menu > .mmenu-toggle-btn {
    display: block;
    width: 100%;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    background-color: #65afe6;
    position: relative;
    top: auto;
    padding: 10px;
    border: 0px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 30px;
}
.mobile-side-menu li {
    margin: 0px !important;
}
.mobile-side-menu li a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	letter-spacing: -0.03em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 15px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-side-menu  .dropdown-submenu .dropdown-menu a {
    font-size: 13px;
    color: #999;
    padding-top: 8px;
    padding-bottom: 8px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}

/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.lines_bar.darkmd,
.lines_bar.darkmd:before,
.lines_bar.darkmd:after {
    background-color: #333;
}
html.sticky-header-active #header .lines_bar,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after {
    background-color: #333;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* logBox */
#logBox {
    border-radius: 4px;
    padding: 0 15px;
}
#logBox .sp_lined {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #ddd;
    vertical-align: middle;
    margin: 0 10px;
}
#logBox .log_in {
    background: url(../img/log_in.png) 0px center no-repeat;
}
#logBox .log_join {
    background: url(../img/log_join.png) 0px center no-repeat;
}
#logBox .log_out {
    background: url(../img/log_out.png) 0px center no-repeat;
}
#logBox .log_my {
    background: url(../img/log_my.png) 0px center no-repeat;
}
#logBox a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    padding: 10px 5px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
}
@media (min-width:1200px){
    #logBox {
        display: inline-block;
        border: 1px solid #ddd;
    }
}
@media (max-width:1200px){
    #logBox {
        text-align: right;
        background-color: #f7f7f7;
    }
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 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: 10px;
    }
}
/*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_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: #007346 !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%;
    }
}
/* min-h */
.min-h {
    min-height: 800px;
}
@media (max-width:992px){
    .min-h {
        min-height: 450px;
    }
}
@media (max-width:768px){
    .min-h {
        min-height: 400px;
    }
}
/* footer */
#footer {
    padding: 60px 0 !important;
    margin-top: 0px !important;
    background-color: #fff;
    border-top: 1px solid #fff;
}
#footer h6 .op {
    opacity: 0.7;
    display: block;
    margin-top: 5px;
}
/* visual */
#visual {
    height: 100vh;
    background-color: #000;
    min-height: 900px;
    position: relative;
    max-height: 900px;
}
#visual .box1-1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#visual .imgBox {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}
#visual .imgBox .vs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#visual .imgBox .vs.vs1 {
    background: url(../img/vs1.png) center center no-repeat;
    z-index: 1;

    transition: all 3s;
    -o-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
}
#visual .imgBox .vs.vs2 {
    background: url(../img/vs2.png) center center no-repeat;
    z-index: 5;

    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#visual .imgBox .vs.vs3 {
    background: url(../img/vs3.png) center center no-repeat;
    z-index: 10;

    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#visual .imgBox .vs.vs4 {
    background: rgba(0, 0, 0, 0.8);
    z-index: 15;

    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
#visual .imgBox .vs.vs5 {
    z-index: 20;

    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#visual .aos-animate .vs.vs1 {
    opacity: 1;
    transition-delay: 0.5s;
}
#visual .aos-animate .vs.vs2 {
    opacity: 1;
    transition-delay: 2.5s;
}
#visual .aos-animate .vs.vs3 {
    opacity: 1;
    transition-delay: 4.5s;
}
#visual .aos-animate .vs.vs4 {
    opacity: 1;
    transition-delay: 6s;
}
#visual .aos-animate .vs.vs5 {
    opacity: 1;
    transition-delay: 7s;
}
#visual .aos-animate .vs.vs5 h1 {
    font-size: 80px;
    letter-spacing: initial;
}
#visual .aos-animate .vs.vs5 h1, 
#visual .aos-animate .vs.vs5 h3 {
    margin-top: 15px;
}
#visual .aos-animate .vs.vs5 h4 {
    text-transform: uppercase;
    letter-spacing: initial;
}
@media (max-width:992px){
    #visual .imgBox .vs {
        background-size: 100% !important;
    }
}
@media (max-width:992px){
    #visual .aos-animate .vs.vs5 h1 {
        font-size: 45px;
    }
}
@media (max-width:768px){
    #visual {
        height: 500px;
        min-height: auto;
    }
    #visual .aos-animate .vs.vs5 h1 {
        font-size: 30px;
    }
}

#scr_fixed span {
    width: 8px;
    height: 30px;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
#scr_fixed span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 50px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
#scr_fixed span:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 10px;
    height: 10px;
    background-color: #e7b471;
    border-radius: 10px;
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
#scr_fixed span::before,
#scr_fixed span {
    height: 30px;
}
#scr_fixed span:after {
    top: 0;
}
/* btnItem */
.btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    margin-left: 5px;
    border: 2px #c5a875;
    background-color: #c5a875;
    color: #fff;
    font-size: 15px;
    border-radius: 100px;
    vertical-align: middle;
}
.btnWrp .btnItem.w {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: transparent;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        line-height: 35px;
        font-size: 15px;
    }
}



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

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

#slide1 .intro,
.fp-auto-height.fp-section, 
.fp-auto-height .fp-slide, 
.fp-auto-height .fp-tableCell{
    position: relative;
    height: 900px !important;
    overflow: hidden;
}
#fullpage .intro .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

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



/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
#section0 .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 43%;
    
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*solves problem with overflowing video in Mac with Chrome */
#section0{
    overflow: hidden;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
    color: #fff;
}


/* Hiding video controls
* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
* --------------------------------------- */
video::-webkit-media-controls {
  display:none !important;
}
/*fullpage*/
#fullpage {
    height: auto !important;
}
#fullpage .bg01 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage .bg02 {
    background: url(../img/visual_bg2.jpg) 84% center no-repeat;
    background-size: cover;
}
#fullpage .bg03 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#fullpage h1 {
    font-size: 65px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px;
}
#fullpage p {
    font-size: 17px;
    line-height: 1.4em;
    margin-top: 30px;
    color: #fff;
}
#fullpage .btn_wrp {
    margin-top: 60px;
}
#fullpage .btn_wrp a {
    font-size: 15px;
    line-height: 1em;
    padding: 20px 50px;
    color: #fff;
    font-weight: 700;
    background-color: #00bcd4;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    font-family: 'Poppins' !important;
    
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#fullpage .btn_wrp a:hover {
    background-color: #00a8be;
    border-color: #00a8be;
}
#fullpage .fp-slidesNav {
    display: none;
}
#fullpage .fp-controlArrow.fp-next,
#fullpage .fp-controlArrow.fp-prev {
    width: 80px;
    height: 80px;
    border: 0px;
}
#fullpage .fp-controlArrow.fp-prev {
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: transparent !important;
}
#fullpage .fp-controlArrow.fp-next {
    background: url(../img/v_arr_rv.png) center center no-repeat;
    background-color: transparent !important;
}

@media (min-width:768px){
    #fullpage .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-slide.active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .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-slide.active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .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-slide.active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .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-slide.active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #fullpage .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-slide.active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    #fullpage .fp-controlArrow.fp-next,
    #fullpage .fp-controlArrow.fp-prev {
        display: none;
    }
    #fullpage .fp-slidesNav {
        display: block;
    }
    #fullpage .bg {
        height: 350px;
        padding: 50px 0;
    }
    #fullpage .bg01 {
        /*background: url(../img/visual_m_bg1.jpg) center center no-repeat;
        background-size: cover;*/
    }
    #fullpage h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    #fullpage h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #fullpage p {
        font-size: 13px;
        margin-bottom: 15px;
    }
    #fullpage .btn_wrp {
        margin-top: 20px;
    }
    #fullpage .btn_wrp a {
        font-size: 13px;
        padding: 10px 20px;
        margin: 0 5px;
        width: 140px;
        text-align: center;
        margin-bottom: 5px;
    }
}
/*mtit*/
.mtit h1 {
    font-weight: 700;
}
/*msec1*/
#msec1 {
    background-color: #fff;
}
#msec1 .ibox {
    overflow: hidden;
}
#msec1 .ibox img {
    transform: scale(1.2);

    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
#msec1 .ibox.scale img {
    transform: scale(1);
}
#msec1 .tbox h3 {
    margin-top: 60px;
}
#msec1 .tbox p {
    /*color: #ccc;*/
    margin-top: 30px;
    font-weight: 300;
}
#msec1 .tbox h1 {
    margin-top: 60px;
    font-weight: 700;
}
#msec1 .tbox h1 a {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    border-bottom: 5px solid #fff;
    position: relative;
}
#msec1 .tbox h1 a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    height: 5px;
    width: 0;
    background-color: #fde609;
}
#msec1 .tbox h1 a span {
    position: relative;
    z-index: 3;
}
@media (min-width:768px){
    #msec1 .tbox {
        padding-left: 100px;
    }
}
@media (max-width:768px){
	 #msec1.sec_dvd_mini {
		    padding: 40px 0px 0px;
	}
}
@media (max-width:768px){
    #msec1 .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #msec1 .c_wrp > div {
        width: 100%;
    }
    #msec1 .choco_sym img {
        width: 70px;
    }
    #msec1 .ibox {
        order: 2;
    }
    #msec1 .tbox {
        text-align: center;
        padding: 0 15px 25px;
        order: 1;
    }
    #msec1 .tbox h3 {
        margin-top: 10px;
    }
    #msec1 .tbox p {
        margin-top: 10px;
    }
    #msec1 .tbox h1 {
        margin-top: 20px;
    }
    #msec1 .tbox h1 a {
        border-width: 3px;
    }
}
/* ms1 */
#ms1 {
    background-color: #000;
    overflow: hidden;
}
#ms1 .cont {
    max-width: 1700px;
    margin: 0 auto;
}
#ms1 .c_wrp {
    background: url(../img/m1_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 800px;
}
#ms1 h1 {
    font-size: 65px;
    line-height: 1.2em;
}
#ms1 p {
    opacity: 0.5;
}
@media (max-width:992px){
    #ms1 h1 {
        font-size: 45px;
    }
    #ms1 .c_wrp {
        height: auto;
        padding: 20vh 0;
        text-align: center;
    }
}
@media (max-width:768px){
    #ms1 h1 {
        font-size: 30px;
    }
}
/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg);
    background-size: cover;
	background-attachment: fixed;
}
#ms2 .ibox {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width:768px){
    #ms2 img {
        /*width: 70%;*/
    }
}

#ms2_1 .sec2 {
    /*  background-color: #f9fafc;
   background: url(../img/sub2_bg2.png) center center no-repeat;
    background-size: cover; */
    position: relative;
    overflow: hidden;
	padding:200px 0px;
}
#ms2_1 .sec2 .bgWrp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
#ms2_1 .sec2 .bg {
    left: 0;
    top: 0;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    position: relative;
    background-color: transparent;
    z-index: 1;
    display: inline-block;
}
#ms2_1 .sec2 .bg:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -25px;
    top: -25px;
    right: -25px;
    bottom: -25px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
}
#ms2_1 .sec2 .bg:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: rgba(115, 161, 218, 0.1);
    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;
    }
}
#ms2_1 .sec2 .container {
    position: relative;
    z-index: 3;
}
#ms2_1 .sec2 h1 {
    line-height: 1.2em;
}

@media (max-width:768px){
	#ms2_1 .sec2 {
		padding:130px 0px;
	}
	#ms2_1 .sec2 .bg:after {
		width: 20%;
		height: 20%;
	}
}
/* ms3 */
#ms3 {
   /* background-color: #000;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;*/
}
#ms3 .fbox {
    display: flex;
    align-items: center;
    max-height: 900px;
    max-width: 1920px;
    margin: 0 auto;
}
#ms3 .fbox .tbox .txt {
    display: inline-block;
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width:992px){
    #ms3 .fbox .ibox {
        width: 60%;
    }
    #ms3 .fbox .tbox {
        text-align: center;
        width: 40%;
    }
}
@media (max-width:992px){
    #ms3 .fbox {
        flex-wrap: wrap;
    }
    #ms3 .fbox .ibox {
        width: 100%;
        order: 2;
    }
    #ms3 .fbox .ibox img {
        width: 100%;
    }
    #ms3 .fbox .tbox {
        width: 100%;
        order: 1;
        text-align: center;
    }
    #ms3 .fbox .tbox .txt {
        text-align: center;
        padding-bottom: 20px;
    }
}

/* imgslick */
#imgslick {
    margin: 0 -15px;
    position: relative;
}
#imgslick .slick-slide {
    padding: 0 15px;
}
#imgslick .slick-slide a {
    text-decoration: none;
    display: block;
    position: relative;
}
#imgslick .slick-slide a .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 25px;
}
#imgslick .slick-slide a .con h5 {
    line-height: 1.2em;
}
#imgslick .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(../img/arrBtn.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #eee;
    background-size: 18px !important;
}
#imgslick .slick-arrow.slick-prev {
    left: -80px;
    transform: rotate(180deg);
}
#imgslick .slick-arrow.slick-next {
    right: -80px;
}
#imgslick .slick-slide .img {
    overflow: hidden;
    position: relative;
}
#imgslick .slick-slide .img img {
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
#imgslick .slick-slide a:hover .img img {
    transform: scale(1.1);
}
@media (max-width:992px){
    #imgslick .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: #ddd;
}
.slick-dots li.slick-active button {
    background-color: #c5a875;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}

/* ms4 */
#ms4 {
    background-color: #000;
}
#ms4 .cont {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}
#ms4 .mtit h1 {
    font-size: 60px;
    line-height: 1.2em;
}
#ms4 .cont ul li {
    margin-top: 40px;
}
#ms4 .cont ul li h5 {
    margin-top: 15px;
}

@media (max-width:992px){
    #ms4 .mtit h1 {
        font-size: 45px;
        text-align: center;
    }
}
@media (max-width:768px){
    #ms4 .mtit h1 {
        font-size: 30px;
    }
    #ms4 .cont ul li {
        margin-top: 20px;
    }
    #ms4 .cont ul li h5 {
        margin-top: 7px;
        text-align: center;
    }
}
/* ms5 */
#ms5 {
    position: relative;
    overflow: hidden;
    background: url(../img/sym.png) center center no-repeat;
}
#ms5 .container {
    position: relative;
    z-index: 3;
}
#ms5 .slCon .slick-slide {
    padding: 20px 0;
}
#ms5 .slCon img {
    display: inline-block;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms5 .mtit h1 {
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
@media (min-width:992px){
    #ms5 .slCon {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: right;
    }
    #ms5 .slCon .fbox {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    #ms5 .mtit h1 {
        max-width: 50%;
    }
    #ms5 ul li {
        margin-bottom: 10px;
    }
    #ms5 ul li h4 {
        font-weight: 500;
    }
    #ms5 ul li h5 {
        font-weight: 400;
        margin-bottom: 30px;
    }
}
@media (max-width:992px){
    #ms5 .mtit {
        text-align: center;
    }
    #ms5 .mtit h1 {
        font-size: 45px;
    }
    #ms5 ul li h4 {
        margin-top: 5px;
    }
}
@media (max-width:768px){
    #ms5 .mtit h1 {
        font-size: 30px;
    }
    #ms5 .slCon img {
        border-radius: 50px;
    }
}

/* ms6 */
#ms6 .stit h4 {
    position: relative;
}
#ms6 .stit h4:after {
    content: "";
    position: absolute;
    left: 5px;
    width: calc(100% - 5px);
    height: 1px;
    background-color: #ddd;
    top: 50%;
}
#ms6 .stit h4 span {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 20px;
}
#ms6 .bnf h5 {
    padding: 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}

/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
@media (max-width:768px) {
    .tof {
        overflow-x: scroll;
    }
    .tof .table {
        width: 700px;
    }
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}

/* colorList */
.colorList li  {
    margin-top: 20px;
}
.colorList .colorItem {
    height: 80px;
    background-color: #231f20;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.colorList .colorItem.colorItem2 {
    background-color: #fff;
    border: 1px solid #222;
}
.colorList .colorItem.colorItem3 {
    background-color: #231f20;
}
.colorList .colorItem.colorItem3:after {
    content: "";
    position: absolute;
    right: -100px;
    top: -100px;
    width: 60%;
    height: 500px;
    background-color: #6d283b;
    transform: skew(25deg, 0);
}
@media (max-width:768px){
    .colorList .colorItem {
        height: 50px;
        background-color: #231f20;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative;
    }
}
/* ms7 */
#ms7 {
    background-color: #000;
}


/* tt */
.tt {
    position: relative;
    display: block;
    max-width: 750px;
    margin: 0 auto;
}
.tt .view {
    position: absolute;
    right: 0;
    font-size: 80px;
    color: #111;
    top: calc(50% - 30px);
    line-height: 60px;

	animation: arr 1s linear infinite;
}
@keyframes arr {
	0% {top: calc(50% - 30px);}
	50% {top: calc(50% - 10px);}
	100% {top: calc(50% - 30px);}
}
.tt svg {
	display: block;
	height: 120px;
    overflow: visible;
}
.tt svg text {
	text-transform: uppercase;
	font-size: 100px;
	stroke-width: 1;
	stroke: #000;
	fill: rgba(0,0,0,0);
	stroke: rgba(255,255,255,1);
	animation: stroke 3s alternate;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.tt .ty2 svg text {
	text-transform: uppercase;
	font-size: 100px;
	stroke-width: 1;
	stroke: #000;
	fill: rgba(255,255,255,1);
	stroke: rgba(255,255,255,1);
	animation: stroke 3s alternate;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
@keyframes stroke {
	0%   {
		fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
		stroke-dashoffset: 25%;
		stroke-dasharray:0 50%;
		stroke-width:1;
	}
	70%  {
		fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
	}
	80%  {
		fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
		stroke-width:2;
	}
	100% {
		fill: rgba(0,0,0,1); stroke: rgba(255,255,255,0);
		stroke-dashoffset: -25%;
		stroke-dasharray:50% 0;
		stroke-width:0;
	}
}
.tt svg:hover text {
	stroke: #000;
	fill: rgba(0,0,0,0);
	stroke: rgba(255,255,255,1);
}
@media (max-width:992px){
    .tt {
        position: relative;
        padding-right: 50px;
    }
    .tt .view {
        font-size: 40px;
        top: calc(50% - 20px);
        line-height: 30px;
    }
    .tt svg {
        display: block;
        width: 100%;
        height: 60px;
    }
    .tt .ty2 svg text,
    .tt svg text {
        font-size: 50px;
        position: relative;
        display: block;
        transform: translate(0, -50px);
    }
}
@media (max-width:600px){
    .tt {
        position: relative;
        padding-right: 30px;
    }
    .tt .view {
        font-size: 20px;
        line-height: 30px;
    }
    .tt svg {
        height: 30px;
    }
    .tt .ty2 svg text,
    .tt svg text {
        font-size: 30px;
        position: relative;
        display: block;
        transform: translate(0, -73px);
    }
    @keyframes stroke {
        0%   {
            fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
            stroke-dashoffset: 25%;
            stroke-dasharray:0 50%;
            stroke-width:1;
        }
        70%  {
            fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
        }
        80%  {
            fill: rgba(213,21,28,0); stroke: rgba(255,255,255,1);
            stroke-width:1;
        }
        100% {
            fill: rgba(0,0,0,1); stroke: rgba(255,255,255,0);
            stroke-dashoffset: -25%;
            stroke-dasharray:50% 0;
            stroke-width:0;
        }
    }
}
/* m7Ibox */
#m7Ibox {
    position: relative;
}
#m7Ibox .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#m7Ibox .slick-dots li button {
    background-color: rgba(255, 255, 255, 0.2);
}
#m7Ibox .slick-dots li.slick-active button {
    background-color: #c5a875;
    opacity: 1;
}
#m7Ibox .navBx {
    position: absolute;
    left: 0%;
    top: calc(50% - 110px);
    z-index: 3;
    width: 100%;
}
#m7Ibox .navBx .cont {
    position: relative;
    max-width: 1400px;
    padding: 15px;
    margin: 0 auto;
}
#m7Ibox .navBx .cont #sevice-nav {
    display: inline-block;
    padding: 30px 60px;
    background-color: rgba(0,0,0,0.3);
}
#m7Ibox .slider-sevice .slick-slide img {
    width: 100%;
}
#m7Ibox  #sevice-nav .slick-track,
#m7Ibox  #sevice-nav .slick-slide {
    width: auto !important;
}
#m7Ibox  #sevice-nav .slick-slide {
    float: none;
    font-size: 20px;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 8px 0;
}
#m7Ibox  #sevice-nav .slick-slide span {
    cursor: pointer;
}
#m7Ibox  #sevice-nav .slick-slide.is-active {
    color: #fff;
}

@media (max-width:992px){
    #m7Ibox .navBx .cont #sevice-nav {
        padding: 20px 40px;
    }
    #m7Ibox  #sevice-nav .slick-slide {
        font-size: 17px;
        padding: 5px 0;
    }
}

@media (max-width:500px){
    #m7Ibox .navBx .cont #sevice-nav {
        padding: 10px 20px;
        width: 100%;
        text-align: center;
    }
    #m7Ibox  #sevice-nav .slick-slide {
        font-size: 14px;
    }
}
/* ms8 */
#ms8 {
    background-color: #000;
}
#ms8 .formBox {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}
#ms8 .formBox > div {
    width: 50%;
}
#ms8 .formBox .formCon {
    max-width: 700px;
    padding: 0 15px;
    margin: 0 auto;
}
#ms8 .mtit h1 {
    font-size: 60px;
    padding-bottom: 20px;
}
@media (max-width:992px){
    #ms8 .formBox .formCon {
        padding-bottom: 40px;
    }
    #ms8 .formBox {
        flex-wrap: wrap;
    }
    #ms8 .formBox > div {
        width: 100%;
    }
}
@media (max-width:992px){
    #ms8 .mtit h1 {
        font-size: 45px;
    }
}
@media (max-width:768px){
    #ms8 .mtit h1 {
        font-size: 30px;
    }
}

/*form*/
.form {
    max-width: 1000px;
    margin: 0 auto;
}
.form .form_item {
    position: relative;
    margin-bottom: 10px;
}
/* .form .form_item:not(.noFlt) label {
    position: absolute;
    left: 15px;
} */
.form .form_item label {
    font-size: 17px;
    color: #ddd;
    margin: 0;
    line-height: 40px;
}
.form .form_item .form-control {
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0;
    color: #fff;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 17px;
}
.form .form_item select option {
    background-color: #111;
}
.form .form_item input:valid + label {
    display: none;
}
.form .form_item .form-control:focus {
    border-color: #e7b471;
}
.form .form_item .form-control:not(textarea) {
    height: 60px;
}
.form .form_item textarea.form-control {
    padding-top: 60px;
}
.form > ul > li .radio-custom {
    display: inline-block;
    margin-right: 15px;
}
.form > ul > li .radio-custom .vw,
.form > ul > li .checkbox-custom .vw {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-left: 5px;
    line-height: 1.1em;
    cursor: pointer;
}
.form > ul > li .smt {
    display: block;
    width: 100%;
    line-height: 50px;
    background-color: #e7b471;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border: 0px;
}
@media (max-width:768px){
    .form {
        border: 0px;
    }
    .form .form_item label {
        line-height: 50px;
    }
    .form .form_item .form-control:not(textarea) {
        height: 50px;
    }
    .form input[type="submit"] {
        line-height: 50px;
        font-size: 17px;
    }
}
/* swiper */
.swiper {
    width: 100%;
    height: 100vh;
    max-height: 700px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide.slide1 {
    background: url(../img/slbg1.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-slide.slide2 {
    background: url(../img/slbg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width:992px){
    .swiper {
        max-height: 500px;
    }
    .swiper .swiper-pagination .swiper-pagination-bullet {
        background-color: rgba(0,0,0,0.5);
    }
    .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #26407d;
    }
}
@media (max-width:768px){
    .swiper {
        max-height: 350px;
    }
    .swiper-slide.slide2 {
        background: url(../img/slbg_m.jpg) left center no-repeat;
        background-size: cover;
    }
}
/* ms10 */
#ms10 {
    background-color: #26407d;
}
#ms10 .cont {
    max-width: 700px;
    margin: 0 auto;
}
#ms10 .cont h6 {
    word-break: break-all;
    text-align: left;
}
#ms10 img {
    width: 350px;
}
@media (max-width:768px){
    #ms10 img {
        width: 200px;
    }
}


/* ms11 */

#ms11 p {
	color:#c7c7c7;
}
@media (max-width:768px){
    #ms11 p {
        font-size: 9px;
    }
}

/* GO TO TOP BUTTON */
#goToTop {
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    z-index: 999;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: rgba(30, 30, 30, 0.25) !important;
    overflow: hidden;
    bottom: 16px;
    opacity: 0;
}
html.sticky-header-active #goToTop {
    opacity: 1;
    bottom: 26px;
}
#goToTop i {
    line-height: 39px !important;
    width: 39px !important;
    height: 39px !important;
    font-size: 16px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease; 
}
#goToTop:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
    background-color: transparent !important; 
}
#goToTop:hover i {
transform: translate(0, -39px) !important; 
}
#goToTop:after, #goToTop:before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #c5a875;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px; 
}
#goToTop:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2; 
}
#goToTop:hover:after {
    transform: scale(1); 
}
#goToTop:active:before {
    opacity: 1; 
}
  
@media (max-width:768px){
    #goToTop {
        bottom: 96px;
    }
    html.sticky-header-active #goToTop {
        bottom: 20px;
        right: 15px;
    }
}


/*quick*/
.q_blackout {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
    display: none;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.quick_wrp.active .q_blackout {
	z-index: 900;
	opacity: 1;
    display: block;
}
#quick {
	position: fixed;
	z-index: 10;
	right: 50px;
	height: 100%;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.quick_wrp.active #quick {
	right: 0;
	z-index: 10000;
}
#quick > div {
	height: 100%;
}
#quick .quick_side {
	width: 400px;
	height: 100%;
	margin-left: 80px;
	position: relative;
	background-color: #f7f7f7;
}
#quick .quick_side > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1010;
}
#quick .quick_side > div.active {
	opacity: 1;
	z-index: 1050;
}
#quick .quick_side .top {
	background-color: #fff;
	padding: 50px 30px;
}
#quick .quick_side .st_map img {
	border: 1px solid #ddd;
}
#quick .quick_side .com {
	background-color: #f7f7f7;
	padding: 30px;
}
#quick .quick_side ul li {
	position: relative;
	padding-left: 100px;
}
#quick .quick_side .checkbox-custom {
	margin: 0px;
    font-size: 14px;
    color: #636363;
    font-weight: 300;
	line-height: 1.4em;
}
#quick .quick_side .checkbox-custom strong {
	display: inline-block;
	color: #333;
	cursor: pointer;
}
#quick .quick_side ul li label {
	margin: 0px;
    font-size: 18px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
	position: absolute;
	left: 0;
	line-height: 45px;
}
#quick .quick_side ul li {
	margin: 15px 0;
}
#quick .quick_side ul li .form-control {
	height: 45px;
	box-shadow: 0 0 0;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	border-radius: 0px;
}
#quick .quick_side .btn_wrp {
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row {
	margin: 0 -5px;
	margin-top: 15px;
}
#quick .quick_side .btn_wrp.row > div {
	padding: 0 5px;
}
#quick .quick_side .btn_wrp .sd_btn {
	display: block;
	line-height: 1em;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	background-color: #3e1d0b;
	width: 100%;
	text-align: center;
	text-decoration: none;
	border: 0px;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn1 {
	background-color: #00a0ae;
}
#quick .quick_side .btn_wrp .sd_btn.sd_btn2 {
	background-color: #006972;
}
#quick .nv_ul {
	width: 110px;
	padding: 30px 0;
	border-radius: 50px;
	background-color: #fff;
	width: 110px;
	text-align: center;
	border: 1px solid #ddd;
	overflow: hidden;
}
#quick .nv_ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 3px;
}
#quick .nv_ul li:first-child{
	border-top: 1px solid #ddd;
}
#quick .nv_ul li a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
#quick .nv_ul li a > img {	
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#quick .nv_ul li a .off {
	opacity: 1;
}
#quick .nv_ul li a .on {
	opacity: 0;
}
#quick .nv_ul li a:hover .on,
#quick .nv_ul li a.active .on {
	opacity: 1;
}
#quick .nv_ul li a:hover .off,
#quick .nv_ul li a.active .off {
	opacity: 0;
}


/* quickSide */
#quickSide {
    position: fixed;
    right: 30px;
    top: 15%;
    width: 90px;
    text-align: center;
    z-index: 1000;
}
#quickSide .bg_w {
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 0;
}
#quickSide .bg_w li:not(:first-child) a{
    border-top: 1px solid #ddd;
}
#quickSide .bg_w li a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
}
#quickSide .bg_w li a p {
    font-size: 13px;
    color: #101d36;
    font-weight: 700;
    margin-top: 5px;
}
#quickSide .sns li {
    margin-top: 5px;
}
#quickSide .sns li a {
    text-decoration: none;
    display: block;
}
@media (max-width:992px){
    #quickSide {
        width: 100%;
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
    }
    #quickSide .bg_w {
        border-radius: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    #quickSide .bg_w > li {
        width: 33%;
    }
    #quickSide .bg_w li a{
        border-top: 1px solid #ddd;
        padding: 8px;
    }
    #quickSide .bg_w li:not(:last-child) a{
        border-right: 1px solid #ddd;
    }
    #quickSide .bg_w li:last-child a{
        border-right: 0 solid #ddd;
    }
}
@media (max-width:768px){
    #quickSide .bg_w li a{
        padding: 5px;
    }
    #quickSide .bg_w li a img {
        width: 50px;
    }
    #quickSide .bg_w li a p {
        font-size: 11px;
        margin-top: 0px;
    }
}

/* subtop */
#subtop .c_wrp {
    height: 350px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.4);
}
#subtop .c_wrp h1 strong {
    color: #fff;
    font-weight: 600;
}
@media (min-width:992px) {
    #subtop .c_wrp h1 {
        margin-top: 1%;
    }
}
@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;
    }
}



/* natTableWrp */
.natTableWrp .table {
    /*border-top: 2px dashed #28417e;*/
}
.natTableWrp .table tr th,
.natTableWrp .table tr td {
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 17px;
    vertical-align: middle;
}
.natTableWrp .table tr th,
.natTableWrp .table tr td {
    border-left: 0px;
    border-right: 0px;
}
.natTableWrp .table tr td .nat {
    display: inline-block;
    border: 1px dashed #ddd !important; /*9bc716*/
    border-radius: 5px;
    line-height: 1em;
    padding: 12px;
    color: #444444  !important;
    font-size: 0.9em;
    font-weight: 400;
    margin: 3px 0;
}
.natTableWrp .table tr td .nat.nat2 {
    border-color: #26a4fd;
    color: #26a4fd;
}
.natTableWrp .table tr td .nat.nat3 {
    border-color: #0ecd51;
    color: #0ecd51;
}
.natTableWrp .table tr td .nat.nat4 {
    border-color: #cdb90e;
    color: #cdb90e;
}
.natTableWrp .table tr td .nat.nat5 {
    border-color: #cd0e9a;
    color: #cd0e9a;
}
.natTableWrp .table thead tr th {
   /*  color: #000;
    font-size: 24px;
    border: 2px dashed #28417e; */
    color: #fff;
    font-size: 24px;
    background: #28417e;
     border-radius: 15px;
}
.natTableWrp .table tbody tr th {
    width: 15%;
}
.natTableWrp .table tbody tr th .flag_img {
    width: 30px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .natTableWrp .table tr th,
    .natTableWrp .table tr td {
        font-size: 14px;
    }
    .natTableWrp .table tr th {
        padding: 12px;
    }
    .natTableWrp .table tr td {
        padding: 8px;
    }
    .natTableWrp .table tr td .nat {
        padding: 8px;
        text-align: center;
    }
    .natTableWrp .table thead tr th {
        font-size: 16px;
    }
    .natTableWrp .table tbody tr th {
        width: 10%;
        text-align: center;
    }
    .natTableWrp .table tbody tr th .flag_img {
        display: block;
        width: 20px;
        margin: 0 auto 5px;
    }
}



/*lnk_btn*/
.lnk_wrp .lnk_btn {
    margin: 3px;
    text-decoration: none;
    display: inline-block;
    line-height: 60px;
        padding: 0px 40px;
    border-radius: 50px;
    font-size: 17px;
    color: #333;
    border: 1px solid #aaa;
    background-size: 20px;
}

.lnk_wrp .lnk_btn:hover {
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background-color: #26407d;
    color: #fff;
}
.lnk_wrp .lnk_btn.lnk_btn_gd {
    border-color: #c49a6c;
    color: #fff;
    background-size: 20px;
    background-color: #c49a6c;
}
.lnk_wrp .lnk_btn.lnk_btn_w {
    border-color: #fff;
    color: #fff;
    background-size: 20px;
}
.lnk_wrp .lnk_btn.lnk_btn_w:hover {
       -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background-color: #26407d;
    color: #fff;
}
@media (max-width:768px) {
    .lnk_wrp .lnk_btn {
           line-height: 28px;
		padding: 0 50px 0 20px;
		font-size: 17px;
    }
}





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

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


