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

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

/*body*/
.body {
    max-width: 1920px;
    margin: 0 auto;
}
html .scroll-to-top.visible {
    display: none !important;
}
@media (min-width:1400px){
     .container {
         width: 1430px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1400px){
    .hid-max {
        display: none;
    }
}
@media (min-width:500px){
     .only-mobile {
         display: none;
    }
}
@media (max-width:500px){
     .only-pc {
         display: none;
    }
}
/*Common*/
img {
	max-width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}

/*header_top*/
.header_ttop {
	padding: 0;
	background-color: #1e1e1e;
}
.header_ttop a {
	display: inline-block;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	padding: 5px;
	font-size: 12px;
    line-height: 1.5em;
    font-weight: 400;
    color: #fff;
	text-decoration: none;
}
.header_ttop a.fr {
	float: right;
	border: 0px;
	position: relative;
	padding-left: 10px;
}
.header_ttop a.fr:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	background-color: #ddd;
	right: 0;
	top: 30%;
}
.header_ttop a.fr.br_none:before {
	display: none;
}
.header_ttop a .nv_login {
	width: 18px;
	vertical-align: middle;
}
@media (max-width:768px){
	.header_ttop a {
		font-size: 12px;
	}	
}


/*header*/
#header {
    padding: 0 !important;
}
#header .header-body {
    border: 0px !important;
    padding: 0 !important;
}
html #header.header-transparent .header-body:before {
    opacity: 0.8 ;
}
#header .header-body .hd_top {
    padding: 25px 0;
}
html.sticky-header-active #header .header-body .hd_top {
    padding: 15px 0;
}
#header .t_ban_wrp a {
    text-decoration: none;
    display: inline-block;
    margin: 0 3px;
}
#header .log_box a {
    text-decoration: none;
    display: block;
}
#header .n_box {
    font-weight: 300;
    color: #ddd;
}
#header .scr_box a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 4px;
    line-height: 1.2em;
    background-color: #eb8272;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
#header .scr_box a.plc2 {
    background-color: #6bc2b1;
}
#header .scr_box a.plc3 {
    background-color: #c7cf3a;
}

@media (min-width:1080px) and (max-width:1410px) {
	#header .scr_box  {
        width: 30%;
    }
	#header .log_box {
        width: 30%;
    }
    #header .n_box  {
		width: 30%;
    }
	
    #header .h_nav {
        width: 10%;
    }
}
@media (min-width:769px) {
    #header .t_ban_wrp a {
        margin-right: 5px;
    }
}
@media (min-width:769px) and (max-width:1079px) {
    #header .scr_box  {
        width: 30%;
    }
    #header .log_box {
        width: 25%;
    }
    #header .n_box  {
		width: 30%;
    }
	
    #header .h_nav {
        width: 7%;
    }
}
@media (max-width:768px){
    #header {
        text-align: left;
        padding: 5px 0;
    }
    #header .container {
        padding: 0 5px;
    }
    #header .header-body {
        border: 0px;
        padding: 10px 0;
    }
    #header .header-body .hd_top {
        padding: 10px 0;
    }
    #header .t_ban_wrp {
        text-align: center;
    }
    #header .t_ban_wrp a img {
        width: 25px;
    }
    html #header .log_box {
        text-align: left;
    }
    html #header .log_box a img,
    #header .log_box a img {
        width: 170px;
    }
    #header .mn_box a {
        font-size: 12px;
        padding: 5px 10px;
    }
    #header .scr_box {
        display: none;
    }
}
/*mn_box*/
#header .mn_box {
    border-top: 1px solid rgba(221, 221, 221, 0.2);
    position: relative;
    text-align: center;
}
#header .cont {
    position: relative;
}
#header .mn_box .cont .mmenu-toggle-btn.header-btn-collapse-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px !important;
    height: 60px;
    background-color: #111;
    border-radius: 0px;
}
#header .mn_box .cont .mmenu-toggle-btn .lines_bar,
#header .mn_box .cont .mmenu-toggle-btn .lines_bar:before,
#header .mn_box .cont .mmenu-toggle-btn .lines_bar:after {
    background-color: #fff;
}
#header .mn_box:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    background-color: #fff;
    height: 0px;
    left: 0px;
    transform: translate3d(0, 0, 0);
    clear: none;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    
    -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;
}
/* #header .mn_box:hover:after {
    height: 320px;
    opacity: 1;
} */
#header .mn_box nav > ul > li {
    float: none;
    display: inline-block;
    text-align: center;
    margin: 0px;
    position: relative;
}
#header .mn_box nav > ul > li > a {
    font-size: 20px;
    line-height: 1em;
    display: block;
    padding: 20px 40px;
    color: #fff;
    font-weight: 600;
}
#header .mn_box nav > ul > li > a i {
    display: none;
}
#header .mn_box nav ul li.dropdown > .dropdown-menu {
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
}
#header .mn_box nav ul li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    top: auto;
    display: block;
    opacity: 1;
}
#header .mn_box nav ul li > .dropdown-menu li {
    display: block;
}
#header .mn_box nav ul li > .dropdown-menu li a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 20px;
    color: #111;
}
#header .mn_box nav ul li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #eb8272;
    font-weight: 500;
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    margin: 0px;
    background-color: transparent;
    color: #111;
    padding: 0px !important;
    font-size: 25px !important;
    height: 40px;
    display: block;
    line-height: 0px;
}
/*header-body:hover*/
#header.header-wt .header-body .mn_box,
#header .header-body:hover .mn_box {
    border-color: rgba(0, 0, 0, 0.2) !important;
    position: relative;
    z-index: 100;
}
#header.header-wt .header-body .n_box a,
#header .header-body:hover .n_box a {
    color: #333;
}
#header.header-wt .header-body .log_box a .w,
#header .header-body .log_box a .w {
    display: inline-block;
}
#header.header-wt .header-body .log_box a .bk,
#header .header-body .log_box a .bk {
    display: none;
}
#header.header-wt  .header-body .log_box a .w,
#header .header-body:hover .log_box a .w {
    display: none;
}
#header.header-wt  .header-body .log_box a .bk,
#header .header-body:hover .log_box a .bk {
    display: inline-block;
}
#header.header-wt .header-body .mn_box nav > ul > li:after,
#header.header-wt .header-body .mn_box nav > ul > li:before,
#header .header-body:hover .mn_box nav > ul > li:after,
#header .header-body:hover .mn_box nav > ul > li:before {
    background-color: rgba(0, 0, 0, 0.2);
}
#header.header-wt .header-body .mn_box nav > ul > li > a,
#header .header-body:hover .mn_box nav > ul > li > a {
    color: #111;
}
#header.header-transparent .header-body:hover:before {
    opacity: 1 !important;
}
@media(max-width:768px){
    html #header {
        background-color: #fff;
    }
    html #header .header-body .mn_box {
        border-color: rgba(0, 0, 0, 0.2) !important;
        position: relative;
        z-index: 100;
    }
    html #header .header-body .n_box a {
        color: #333;
    }
    html #header .header-body .log_box a .w {
        display: inline-block;
    }
    html #header .header-body .log_box a .bk {
        display: none;
    }
    html #header .header-body .log_box a .w {
        display: none;
    }
    html #header .header-body .log_box a .bk {
        display: inline-block;
    }
    html #header .header-body .mn_box nav > ul > li:after,
    html #header .header-body .mn_box nav > ul > li:before {
        background-color: rgba(0, 0, 0, 0.2);
    }
    html #header .header-body .mn_box nav > ul > li > a {
        color: #333;
    }
    html #header.header-transparent .header-body:before {
        opacity: 1 !important;
    }
}
/*mainNav:hover*/
@media (min-width: 991px){
    #header #mainNav:hover li > .dropdown-menu {
        height: 320px;
        transform: translate3d(0, 0, 0);
        top: auto;
        display: block;
        opacity: 1;
        text-align: center;
        width: 100%;
        margin: 0px;
        box-shadow: 0 0 0;
        border: 0px;
        border-radius: 0;
        background-color: transparent;
        padding: 18px 0;
    }
    #header .header-body:after {
        content: "";
        background-color: rgba(250, 250, 250, 0.95);
        position: absolute;
        width: 100%;
        left: 0%;
        height: 0px;
        z-index: 1;

        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    #header.actPc .header-body:after {
        height: 320px !important;
    }
}
/* logBox */
#logBox {
    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: 15px;
    color: #000;
    font-weight: 500;
    padding: 10px 5px;
    line-height: 1em;
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
}
@media (min-width:992px){
    #logBox {
        display: inline-block;
        background-color: rgba(0,0,0,0.03);
    }
}
@media (max-width:992px){
    #logBox {
        text-align: right;
        background-color: rgba(0,0,0,0.03);
    }
}
/*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:768px){
	.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;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    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: -80%;
	z-index: 1999;
	width: 80%;
	height: 100%;
	overflow-y: scroll;
	padding: 60px 20px 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}
.mobile-nav::-webkit-scrollbar {
    display: block;
    visibility: visible;
    width: 2px;
}
.mobile-nav .mobile-nav-wrapper {
    position: relative;
}
.mobile-nav .mobile-nav-wrapper .mmenu-toggle-btn {
    position: absolute;
    right: -6px;
    margin: 0px;
    top: -40px;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.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 #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.mobile-side-menu #mainNav > li+li {
    margin-left: 0px;
}
.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 a {
	display: block;
	font-size: 17px;
	line-height: 1.2em;
	font-weight: 500;
	background-color: transparent;
	color: #111;
	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 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%;
    background-color: transparent;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
    background-color: transparent !important;
}
.mobile-side-menu  .dropdown-menu a svg {
    width: 12px !important;
}
.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: 1998;
	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;
}

.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;
}
@media (min-width:992px){
    .mobile-side-menu .dropdown-menu {
        display: block;
    }
    .mobile-side-menu #mainNav {
        margin: 5% auto;
    }
    .mobile-side-menu #mainNav > li {
        border-bottom: 0;
        float: left;
        width: 20%;
        text-align: center;
        padding: 0 15px;
    }
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    .mobile-side-menu li a {
        font-size: 28px;
        text-align: center;
        padding: 15px;
    }
    .mobile-side-menu li a.dropdown-toggle {
        font-weight: 700;
    }
    .mobile-side-menu .dropdown-menu a {
        font-size: 20px;
        font-weight: 400;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #ffe400;
    }
    .mobile-side-menu .dropdown-menu a > span {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        position: relative;
    }
    .mobile-side-menu .dropdown-menu a > span:after {
        content: "";
        background-color: rgba(4, 166, 225, 0.2);
        position: absolute;
        left: 0;
        top: 30%;
        height: 60%;
        width: 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 .dropdown-menu a:hover > span:after {
        width: 100%;
    }
    .mobile-side-menu .dropdown-menu a > span > span {
        position: relative;
        z-index: 3;
    }
}
@media (max-width:992px){
    .mobile-nav {
        left: -300px;
        width: 300px;
        padding: 60px 20px 20px;
    }
    .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;
    }
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #111;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    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: 10px;
}
.lines_bar:after {
    top: -10px;
}
.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);
    background-color: #111;
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #111;
}
.mmenu-open .mobile-nav .lines_bar:before,
.mmenu-open .mobile-nav .lines_bar:after {
    background-color: #111;
}

/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_md {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_md {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
}
/*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;
    }
}

/*c_wrp*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div,
    .c_wrp > li {
        display: table-cell;
    }
}
/*c_wrp_lg*/
.v_m > div,
.v_m > li {
    vertical-align: middle;
}
@media (min-width:991px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > div,
    .c_wrp_lg > li {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:992px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > div,
    .m_wrp_lg > li {
        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 > div,
    .m_wrp > li {
        display: table-cell;
    }
}


/*color*/
.c_org {
	color: #ee7700 !important;
}
.c_dorg {
	color: #fc7100 !important;
}
.c_pk {
	color: #e60044 !important;
}
.c_pp {
	color: #3c20a3 !important;
}
.c_yl {
	color: #ffce36 !important;
}
.c_sky {
	color: #0084ff !important;
}
.c_bl {
	color: #2864d2 !important;
}
.c_rd {
	color: #e51d1d !important;
}
.c_gd {
	color: #cfb777 !important;
}
.c_gr {
	color: #c7cf3a !important;
}
.c_dgr {
	color: #288828 !important;
}
.c_nv {
	color: #0b0b72 !important;
}
.c_lgr {
	color: #999 !important;
}
.c_pp {
	color: #4c36b2 !important;
}
.c_gray {
	color: #666 !important;
}
.c_pt {
	color: #df6451 !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: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy a {
    color: #fc7100;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/* f_top */
.f_top {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.f_top ul li {
    font-size: 17px;
    line-height: 1em;
    display: inline-block;
}
.f_top ul li span,
.f_top ul li a {
    color: #666;
    padding: 10px 15px;
    line-height: 1em;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.f_top ul li:not(:last-child) span:after,
.f_top ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 35%;
    height: 30%;
    width: 1px;
    background-color: #aaa;
}
@media (max-width:768px){
    .f_top ul li {
        font-size: 14px;
    }
    .f_top ul li span,
    .f_top ul li a {
        padding: 5px;
    }
}
/*footer*/
#footer {
	margin-top: 0px !important;
	background-color: #0a0a0a;
	border-top: 0px !important;
	padding: 60px 0 !important;
}
#footer p {
    color: #a9a9a9;
    font-size: 15px;
}
#footer p strong {
    font-weight: 600;
    display: inline-block;
    margin-right: 15px;
    color: #fff;
}
#footer p a,
#footer p a:hover {
    text-decoration: none;
    color: #2db400;
}
@media (max-width:992px){
    #footer {
        padding: 30px 0 !important;
    }
    #footer ul li:not(:last-child){
        margin-bottom: 20px;
    }
    #footer p {
        font-size: 13px;
    }
}
/* copy */
.copy {
	background-color: #0a0a0a;
    border-top: 1px solid #333;
    padding: 15px;
}
@media (max-width:992px){
    .copy {
        padding-bottom: 80px;
    }
}
/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .slider-single img {
    display: inline-block
}
#visual .bg.bg1 {
    background: url(../img/main_slide1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/main_slide2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/main_slide3.jpg) 80% center no-repeat;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 10%;
}
#visual_wrp #arr_next {
    right: 10%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@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:768px){
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 10%;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
    float: none;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0%;
    margin: 0 2px;
    position: relative;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255,255,255,1);
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.2;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (max-width:992px){
    #nav_wrp .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
}
@media (max-width:768px){
    #nav_wrp {
        text-align: center;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide {
        line-height: 5px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide span {
        width: 50px;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    border: 2px solid #333;
    background-color: transparent;
    line-height: 51px;
    padding: 0 40px;
    border-radius: 80px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 20px;
}
.btnWrp .btnItem .arr {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../img/arrBtn.png) center center no-repeat;
}
.btnWrp .btnItem.w {
    color: #fff;
    border-color: #fff;
}
.btnWrp .btnItem.w .arr {
    background-image: url(../img/arrBtn_w.png);
}

@media (max-width:992px){
    .btnWrp .btnItem {
        border: 1px solid #333;
        line-height: 35px;
        padding: 0 20px;
        font-size: 15px;
    }
    .btnWrp .btnItem .arr {
        width: 10px;
        height: 10px;
        background-size: 8px !important;
    }
}
/* mtit */
.mtit {
    word-break: keep-all;
}
.mtit h3 {
    margin-top: 20px;
}
.mtit .btnItem {
    margin-top: 30px;
}
@media (max-width:768px){
    .mtit h3 {
        margin-top: 5px;
    }
    .mtit .btnItem {
        margin-top: 10px;
    }
}

/* svItemBox */
.svItemBox .slick-slide {
    padding: 15px 35px 30px 15px;
}
.svItemBox li .item {
    display: flex;
    align-items: center;
    box-shadow: 4px 4px 20px rgba(42, 42, 42, 0.15);
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}
.svItemBox li .item > div {
    width: 100%;
}
.svItemBox li .item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 115px;
    height: 115px;
    background: url(../img/plsBt.png) right bottom no-repeat;
    background-size: 100% !important;
}
.svItemBox li .item .img {
    text-align: center;
}
.svItemBox li .item .img img {
    display: inline-block;
}
.svItemBox li .item .contxt {
    padding: 10px 30px 30px;
}
.svItemBox li .item ul {
    margin-top: 10px;
}
.svItemBox li .item ul li {
    position: relative;
    padding-left: 90px;
}
.svItemBox li .item ul li strong {
    position: absolute;
    left: 0;
    top: 0;
}

.svItemBox .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    background: url(../img/arrow.png) center center no-repeat;
    width: 36px;
    height: 36px;
    border: 0px;
    border-radius: 50%;
}
.svItemBox .slick-arrow.slick-prev {
    left: -80px;
}
.svItemBox .slick-arrow.slick-next {
    right: -80px;
    transform: rotate(180deg);
}
@media (min-width:992px){
    /* .svItemBox li .item > .logo {
        width: 27%;
    }
    .svItemBox li .item > .named {
        width: 73%;
        padding-left: 30px;
        padding-right: 15px;
    } */
}
@media (max-width:992px){
    .svItemBox .slick-arrow {
        display: none !important
    }
    .svItemBox li .item:after {
        width: 65px;
        height: 65px;
        background-size: 65px !important;
    }
}
@media (max-width:768px){
    .svItemBox .slick-slide {
        padding: 15px 10px 20px 10px;
    }
    .svItemBox li .item {
        margin: 5px 0;
        border: 1px solid #ddd;
        padding: 20px 5px;
        box-shadow: 4px 4px 10px rgba(42, 42, 42, 0.05);
    }
    .svItemBox li .item .img img {
        width: 150px;
    }
    .svItemBox li .item .named h5 {
        font-size: 14px;
    }
    .svItemBox li .item .named p {
        font-size: 12px;
    }
    .svItemBox li .item .contxt {
        padding: 10px 15px 0;
    }
    .svItemBox li .item ul li {
        padding-left: 70px;
    }
}
/* ms2 */
#ms2 li h1 {
    margin-top: 20px;
    line-height: 1.2em;
}
#ms2 li h4 {
    margin-top: 10px;
}
#ms2 li.first {
    background-color: #8ea1a6;
}
#ms2 li.scd {
    background-color: #8f7c6a;
}
@media (min-width:992px){
    #ms2 li.first {
        background: url(../img/first_bg.jpg) center center no-repeat;
    }
    #ms2 li.scd {
        background: url(../img/scd_bg.jpg) center center no-repeat;
    }
    #ms2 li .c_wrp {
        height: 550px;
    }
    #ms2 li .hidSec img {
        display: none;
    }
}
@media (max-width:992px){
    #ms2 .container {
        padding: 0px;
        width: 100%;
    }
    #ms2 li .c_wrp {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    #ms2 li .c_wrp > div {
        width: 100%;
    }
    #ms2 li .shSec {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        order: 2;
        text-align: center;
    }
    #ms2 li .shSec .tbox {
        height: 100%;
        padding: 20px 15px;
        background-color: rgba(0, 0, 0, 0.4);
    }
    #ms2 li .shSec .tbox h1 {
        font-size: 22px;
    }
    #ms2 li .shSec .tbox h4 {
        font-size: 14px;
    }
    #ms2 li .hidSec {
        order: 1;
    }
}

/* ms3 */
#ms3 .row {
    margin: 0 -5px;
}
#ms3 .row > li,
#ms3 .row > div {
    padding: 0 5px;
}
#ms3 ul li .item {
    text-decoration: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
}
#ms3 ul li .item img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
#ms3 ul li .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 15px;
    z-index: 3;
}
#ms3 ul li .item .txt h2,
#ms3 ul li .item .txt h5 {
    color: #fff;
    line-height: 1.3em;
}
#ms3 ul li .item .txt h2 {
    line-height: 1.1em;
}
#ms3 ul li .item .txt h5 {
    line-height: 1.3em;
    margin-top: 5px;
}
@media (min-width:769px) {
    #ms3 .bg1 .txt {
        height: 280px;
    }
    #ms3 ul li .item:hover img {
        transform: scale(1.2);
    }
}
@media (max-width:500px) {
    #ms3 .row > li,
    #ms3 .row > div {
        width: 100% !important;
    }
    #ms3 ul li .item {
        border-radius: 10px;
    }
    #ms3 ul li .item img {
        width: 100%;
    }
}
/* ms4 */
#ms4 .mtit .btnBox {
    text-align: right;
}
#ms4 .mtit .btnBox span {
    display: inline-block;
    font-size: 24px;
    line-height: 45px;
    border-radius: 70px;
    padding: 0 30px;
    background-color: #ede9e9;
    color: #999;
    font-weight: 500;
    margin-left: 5px;
    cursor: pointer;
}
#ms4 .mtit .btnBox span.act {
    background-color: #e98071;
    color: #fff;
}
@media (max-width:992px){
    #ms4 .mtit .btnBox span {
        font-size: 20px;
        line-height: 35px;
        padding: 0 20px;
    }
}
@media (max-width:768px){
    #ms4 .mtit {
        text-align: center;
    }
    #ms4 .mtit .btnBox {
        text-align: center;
        margin-top: 15px;
    }
    #ms4 .mtit .btnBox span {
        font-size: 15px;
        line-height: 30px;
        padding: 0 20px;
        margin: 0 2px;
    }
}
/* latestBd */
.latestBd {
    margin: 0 -10px;
}
.latestBd.none {
    height: 0px;
    overflow: hidden;
}
.latestBd .slick-slide {
    padding: 0 10px;
}
.latestBd a {
    text-decoration: none;
    display: block;
}
.latestBd a .img {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.latestBd a .img {
    position: relative;
}
.latestBd a .img::before,
.latestBd a .img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.8);
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.latestBd a:hover .img::after{
    opacity: 1;
}
.latestBd a .img::before{
    background-color: transparent;
    background: url(../img/hover_plus.png) center center no-repeat;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    opacity: 1;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.latestBd a:hover .img::before{
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.latestBd a .txt {
    padding: 25px 15px;
    background-color: #f7f7f7;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.latestBd a .txt h4,
.latestBd a .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latestBd a .txt .date {
    margin-top: 5px;
}
.latestBd .slick-arrow {
    position: absolute;
    top: calc(50% - 18px);
    background: url(../img/arrow.png) center center no-repeat;
    width: 36px;
    height: 36px;
    border: 0px;
    border-radius: 50%;
}
.latestBd .slick-arrow.slick-prev {
    left: -80px;
}
.latestBd .slick-arrow.slick-next {
    right: -80px;
    transform: rotate(180deg);
}
@media (min-width:768px){
    .latestBd .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 40px;
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .latestBd .slick-dots li {
        display: table-cell;
    }
    .latestBd .slick-dots li button {
        display: block;
        border: 0px;
        padding: 0;
        color: transparent;
        width: 100%;
        height: 3px;
        margin: 0;
        background-color: #eee;
    }
    .latestBd .slick-dots li.slick-active button {
        background-color: #aaa;
        opacity: 1;
    }
}
@media (max-width:992px){
    .latestBd .slick-arrow {
        display: none !important;
    }
}

/* slick-dots */
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .slick-dots li {
        display: inline-block;
        line-height: 8px;
    }
    .slick-dots li button {
        display: inline-block;
        border: 0px;
        border-radius: 50px;
        padding: 0;
        color: transparent;
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background-color: #ddd;
    }
    .slick-dots li.slick-active button {
        background-color: #aaa;
        opacity: 1;
        width: 30px;
    }
}

/* ms5 */
#ms5 {
    background: url(../img/ms5.jpg) center center no-repeat;
    background-size: cover !important;
}
#ms5 .BtnList {
    margin-top: 10px;
}
#ms5 .BtnList span,
#ms5 .BtnList a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    border-radius: 70px;
    line-height: 45px;
    padding: 0 50px 0 60px;
    position: relative;
    line-height: 45px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}
#ms5 .BtnList .kk {
    background-color: #ffe800;
    color: #381e1f;
}
#ms5 .BtnList .nv {
    background-color: #2db400;
    color: #fff;
}
#ms5 .BtnList .bt {
    background-color: #12a487;
    color: #fff;
}
#ms5 .BtnList span:after,
#ms5 .BtnList a:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../img/kk.png) center center no-repeat;
}
#ms5 .BtnList .nv:after {
    background-image: url(../img/nv.png);
}
#ms5 .BtnList .bt:after {
    background-image: url(../img/bt.png);
}
#ms5 .BtnList span:before,
#ms5 .BtnList a:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 9px;
    /* background: url(../img/arr_kk.png) center center no-repeat; */
}
#ms5 .BtnList .nv:before {
    background: url(../img/arr_nv.png) center center no-repeat;
}
#ms5 .BtnList .bt:before {
    background: url(../img/arr_nv.png) center center no-repeat;
}
#ms5 .form_item {
    position: relative;
    margin-top: 7px;
}
#ms5 .form_item.hidden_item {
    margin-top: 0px;
    height: 0px;
    overflow: hidden;
}
#ms5 .form_item:not(.prvBtn) label {
    position: absolute;
    left: 15px;
    font-size: 20px;
    color: #ddd;
    margin: 0;
    line-height: 50px;
}
#ms5 .form_item .form-control {
    border: 1px solid rgba(255,255,255,0.3);
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-left: 100px;
}
#ms5 .form_item .form-control::placeholder {
    color: #fff;
}
#ms5 .form_item .prv {
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 15px;
    font-weight: 400;
    color: #ddd;
    padding: 15px;
    height: 200px;
    overflow-y: scroll;
}
#ms5 .form_item .prv p {
    font-weight: 400;
    font-size: 15px;
}
#ms5 .form_item.prvBtn {
    margin-top: 15px;
}
#ms5 .form_item.prvBtn label {
    font-weight: 400;
    font-size: 17px;
    color: #fff;
}
#ms5 .smt {
    margin-top: 20px;
}
#ms5 .smt input {
    line-height: 50px;
    text-align: center;
    border: 0px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: block;
    width: 100%;
}
@media (min-width:992px) {
    #ms5 .formList {
        margin: 0 -30px;
    }
    #ms5 .formList > li {
        padding: 0 30px;
    }
    #ms5 .formList > li:not(:last-child) {
        border-right: 1px solid rgba(255,255,255,0.2);
    }
}
@media (max-width:992px) {
    #ms5 .formList > li:not(:last-child) {
        margin-bottom: 30px;
    }
    #ms5 .formList,
    #ms5 .BtnList {
        text-align: center;
    }
    #ms5 .BtnList span,
    #ms5 .BtnList a {
        line-height: 35px;
        padding: 0 20px 0 50px;
        position: relative;
        line-height: 40px;
        font-size: 17px;
        font-weight: 600;
        overflow: hidden;
        text-align: left;
    }
    #ms5 .BtnList span:after,
    #ms5 .BtnList a:after {
        background-size: 20px !important;
        left: 15px;
    }
    #ms5 .BtnList span:before,
    #ms5 .BtnList a:before {
        right: 15px;
        background-size: 6px !important;
    }



    .modal_nw {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10000;
        display: none;
    }
    .modal_nw .block {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        left: 0;
        top: 0;
        z-index: 1;
    }
    .modal_nw.active {
        display: block;
    }
    .modal_nw:after {
        content: "";
    }
    .modal_nw .c_wrp {
        height: 100%;
    }
    .modal_nw .c_wrp .sns_box {
    }
    .modal_nw .c_wrp .sns_box .sns_area {
        max-width: 500px;
        background-color: #222;
        text-align: left;
        border-radius: 10px;
        margin: 0 auto;
        width: 100%;
        position: relative;
        z-index: 10;
        opacity: 0;
        box-shadow: 15px 15px 25px rgba(0,0,0,0.2);
    
        -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;
    }
    .modal_nw.active .c_wrp .sns_box .sns_area {
        opacity: 1;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_head {
        position: relative;
        padding: 15px;
        background-color: #f7f7f7;
        border-radius: 10px 10px 0 0;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_head .cls_btn {
        position: absolute;
        right: 15px;
        height: 100%;
        background: url(../img/cls_btn.png) center center no-repeat;
        width: 18px;
        top: 0;
        cursor: pointer;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links {
        padding: 50px 15px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a {
        text-decoration: none;
        display: inline-block;
        margin: 0 10px 15px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a p {
        font-size: 14px;
        line-height: 1em;
        color: #111;
        margin-top: 5px;
        font-weight: 400;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url {
        text-align: center;
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
        padding-right: 110px;
        position: relative;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .form-control {
        box-shadow: 0 0 0;
        border: 1px solid #aaa;
        border-radius: 0;
        border-right: 0px;
        font-size: 14px;
        height: 47px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .copy_url {
        line-height: 47px;
        border: 0px;
        border-radius: 0;
        background-color: #d42222;
        color: #fff;
        width: 110px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
    }

    
    .modal_nw .c_wrp .sns_box .sns_area {
        margin: 0 5%;
        width: 90%;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links {
        padding: 30px 15px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a p {
        font-size: 11px;
        margin-top: 3px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_links > a img {
        width: 40px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url {
        padding-right: 70px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .form-control {
        height: 35px;
        font-size: 12px;
    }
    .modal_nw .c_wrp .sns_box .sns_area .share_url .copy_url {
        line-height: 35px;
        font-size: 12px;
        width: 70px;
    }
}


/* sideQuick */
#sideQuick {
    position: fixed;
    z-index: 1000;
    background-color: #333;
    text-align: center;
}
#sideQuick li:nth-child(1) a,
#sideQuick li:nth-child(2) a {
    background-color: #fff;
}
#sideQuick li:nth-child(3) a {
    background-color: #df6451;
}
#sideQuick li:nth-child(4) a {
    background-color: #12a487;
}
#sideQuick li:nth-child(5) a {
    background-color: #b0ba00;
}
#sideQuick li a {
    text-decoration: none;
    display: block;
    padding: 20px 15px;
}
#sideQuick li:last-child a {
    background-color: #111;
    padding: 10px;
}
#sideQuick li a p {
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.1em;
}
@media (min-width:992px){
    #sideQuick {
        right: 0;
        top: 20%;
        border: 1px solid #ddd;
    }
    #sideQuick li:nth-child(1) a {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:992px){
    #sideQuick {
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #ddd;
    }
    #sideQuick li {
        float: left;
        width: 20%;
    }
    #sideQuick li:not(:first-child) a {
        border-left: 1px solid #ddd;
    }
    #sideQuick li a {
        padding: 8px 5px;
    }
    #sideQuick li a img {
        width: 30px;
        margin-bottom: 2px;
    }
    #sideQuick li a p {
        font-size: 13px;
    }
}
@media (max-width:768px){
    #sideQuick li a img {
        width: 20px;
        margin-bottom: 2px;
    }
    #sideQuick li a p {
        font-size: 11px;
    }
}


/* subtop */
#subtop {
    background-size: cover !important;
}
#subtop .c_wrp {
    height: 500px;
    text-align: center;
}
#subtop .c_wrp .txt {
    display: inline-block;
    overflow: hidden;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h6 {
    color: rgba(255,255,255,0.4);
    letter-spacing: 5px;
    position: relative;
    display: inline-block;
}
#subtop .c_wrp h6:before {
    content: "";
    position: absolute;
    left: calc(100% + 20px);
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: rgba(255,255,255,0.2);
}
#subtop .c_wrp h6:after {
    content: "";
    position: absolute;
    right: calc(100% + 20px);
    width: 100%;
    height: 1px;
    top: 50%;
    background-color: rgba(255,255,255,0.2);
}
#subtop .c_wrp h1 .op {
    opacity: 0.5;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 350px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 20px;
    }
    #subtop .c_wrp h6 {
        font-size: 10px;
        letter-spacing: 3px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
    border-right: 1px solid #ddd;
}
#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;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
    padding-right: 65px;
}
#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: #df6451;
}
#site_config .site .home > ul li a:hover{
    background-color: #df6451;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
#site_config .site .link_icon svg {
    width: 14px;
}
#site_config .site .link_icon .cls-1 {
    stroke:#666;
    stroke-width:5px;
}
#site_config .site .home > ul li a:hover .link_icon .cls-1{
    stroke:#fff;
}
@media (min-width:992px) {
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        min-width: 200px;
    }
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@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 {
        min-width: 120px;
    }
    #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;
        padding-right: 25px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
    #site_config .site .link_icon svg {
        width: 9px;
    }
}
