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

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

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

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (max-width:1300px){
    .hid_max {
        display: none;
    }
}
@media (min-width:1300px){
    .container {
        width: 1270px;
    }
    .hid_min {
        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;
    }
}
/* Header */
#header .header-body {
    padding: 20px 0;
    border-top: 0px;
}	
@media (max-width:992px){
    #header .header-body {
        padding: 10px 15px;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #fff;
    font-size: 20px;
}
.header-shape nav > #mainNav > li > a {
    padding: 20px 10px;
    text-align: left;
}
.header-shape nav > #mainNav > li a:hover {
    color: #fff;
    font-weight: 500 !important;
}
.header-shape nav > #mainNav > li > .dropdown-menu {
    padding: 5px 0;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 3px 10px;
    color: #fff;
    opacity: .7;
    font-size: 17px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    opacity: 1;
}
/* Header Layout */
#header .logoBox,
#header .navBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 15%;
}
#header .navBox {
    width: 70%;
}
#header .linkBox {
    width: 15%;
}
@media (max-width:992px){
    #header .logoBox {
        width: 20%;
    }
    #header .linkBox {
        width: 80%;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: block;
    vertical-align: middle;
    text-align: center;
    max-width: 200px;
    padding-top: 2px;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:992px){
    #header .logoBox a svg {
        width: 80px;
    }
    html:not(.sticky-header-active) #header .logoBox a .cls-1,
    html:not(.sticky-header-active) #header .logoBox a .cls-2,
    html:not(.sticky-header-active) #header .logoBox a .cls-3 {
        fill: #fff;
    }
    html #header.sub-header .logoBox a .cls-1 {
        fill: #00539e;
    }
    html #header.sub-header .logoBox a .cls-2 {
        fill: #c3996b;
    }
    html #header.sub-header .logoBox a .cls-3 {
        fill: #c3996b;
    }
}
/* linkBox */
#header .linkBox {
    text-align: center;
}
#header .linkBox .global2 a {
    display: inline-block;
    font-size: 17px;
    text-decoration: none;
    color: #999;
}
#header .linkBox .global2 a.act {
    color: #111;
}
#header .linkBox .global2 .dot {    
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #999;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
    margin-bottom: 2px;
}
#header .linkBox .global,
#header .linkBox .global .crrt {
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
#header .linkBox .global {
    display: inline-block;
    width: 150px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    border-radius: 20px 20px 0 0;
}
#header .linkBox .global:hover {
    background-color: #f7f7f7;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#header .linkBox .global .crrt {
    border-radius: 100px;
    border: 2px solid #f7f7f7;
    position: relative;
    padding: 10px 15px;
    font-size: 17px;
    color: #f7f7f7;
    vertical-align: middle;
    cursor: pointer;
}
#header .linkBox .global:hover .crrt {
    color: #444;
}
#header .linkBox .global .crrt i {
    position: absolute;
    right: 15px;
    color: #f7f7f7;
    line-height: 45px;
    top: 0;
    font-size: 13px;
}
#header .linkBox .global:hover .crrt i {
    color: #444;
}
#header .linkBox .global .crrt .icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/gl_icon.png) center center no-repeat;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 4px;
}
#header .linkBox .global:hover .crrt .icon {
    background: url(../img/gl_icon_hv.png) center center no-repeat;
}
#header .linkBox .global ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 0 0 20px 20px;
    height: 0;
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#header .linkBox .global:hover ul {
    padding: 0px 0 10px;
    height: 82px;
}
#header .linkBox .global ul li {

}
#header .linkBox .global ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: 100%;
    color: #555;
    font-size: 16px;
    padding: 5px;
}
#header .linkBox .global ul li:hover a {
    color: #004a88;
}
@media (max-width:992px){
    #header .linkBox {
        text-align: right;
    }
}
@media (max-width:992px){
    #header .linkBox .global {
        width: 120px;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
#header nav > ul > li.dropdown:nth-child(1) > .dropdown-menu {
    left: calc(55px/2 - 200px/2);
}
#header nav > ul > li.dropdown:nth-child(2) > .dropdown-menu {
    left: calc(139px/2 - 200px/2);
}
#header nav > ul > li.dropdown:nth-child(3) > .dropdown-menu {
    left: calc(55px/2 - 228px/2);
}
#header nav > ul > li.dropdown:nth-child(4) > .dropdown-menu {
    left: calc(139px/2 - 200px/2);
}
#header nav > ul > li.dropdown:nth-child(6) > .dropdown-menu {
    left: calc(111px/2 - 240px/2);
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
        min-width: 200px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        max-height: 0;
        overflow: hidden;
        background-color: rgba(1, 73, 142, 0.7);
        text-align: center;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/* sticky */
#header .header-body,
#header .logoBox a svg {
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
html #header.sub-header .linkBox .global .crrt,
html.sticky-header-active #header .linkBox .global .crrt  {
    border-color: #888;
}
html #header.sub-header #header .linkBox .global:hover .crrt ,
html.sticky-header-active #header .linkBox .global:hover .crrt  {
    border-color: transparent;
}
html #header.sub-header .linkBox .global .crrt ,
html #header.sub-header .linkBox .global .crrt i,
html.sticky-header-active #header .linkBox .global .crrt ,
html.sticky-header-active #header .linkBox .global .crrt i {
    color: #444;
}
html #header.sub-header .linkBox .global .crrt .icon,
html.sticky-header-active #header .linkBox .global .crrt .icon {
    background: url(../img/gl_icon_hv.png) center center no-repeat;
}
html #header.sub-header .lines_bar,
html #header.sub-header .lines_bar:before,
html #header.sub-header .lines_bar:after,
html.sticky-header-active .lines_bar,
html.sticky-header-active .lines_bar:before,
html.sticky-header-active .lines_bar:after {
    background-color: #333;
}
html #header.sub-header #mainNav > li > a.bntLink.w,
html.sticky-header-active  #mainNav > li > a.bntLink.w {
    color: #333 !important;
}
html #header.sub-header #mainNav > li > a.bntLink.w .cls-1,
html.sticky-header-active #mainNav > li > a.bntLink.w .cls-1 {
    stroke: #333;
}
@media (min-width:992px) {	
    html #header.sub-header .logoBox a svg,
    html.sticky-header-active #header .logoBox a svg {
        width: 80px;
    }
    html #header.sub-header .header-body,
    html.sticky-header-active #header .header-body {
        padding: 10px 0;
    }	
    html #header.sub-header.header-shape nav > #mainNav > li a,
    html.sticky-header-active .header-shape nav > #mainNav > li a {
        color: #333;
    }
    html #header.sub-header.header-shape nav > #mainNav > li > .dropdown-menu li a,
    html.sticky-header-active .header-shape nav > #mainNav > li > .dropdown-menu li a {
        color: #fff;
        background-color: transparent !important;
    }	
}	
/*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: 100px;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: 0;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
    margin-left: 0px;
    text-align: center;
}
.mobile-side-menu > .mmenu-toggle-btn {
    display: block;
    width: 100%;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    background-color: #333;
    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 a.bntLink.w {
    color: #333 !important;
    font-weight: 500 !important;
}
.mobile-side-menu li a.bntLink.w .cls-1 {
    stroke: #333;
}
.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: #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 .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;
}
/* 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: 20px;
}
.conbox.conbox_xxs {
    margin-top: 15px;
}
@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: 10px;
	}
	.conbox.conbox_xxs {
		margin-top: 7px;
	}
}
/*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: #c49a6c !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #e6fa2a !important;
}
.c_lyl {
    color: #f9fbb5 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_bl {
    color: #03539f !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #a6a6a6 !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%;
    }
}

/*quick*/
#quick {
    position: fixed;
    z-index: 20;
    right: -330px;
    top: 20%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#quick.active {
    right: 0px;
}
#quick .btnArea {
    position: absolute;
    right: 100%;
    width: 50px;
}
#quick .btnArea li {
    margin-bottom: 15px;
}
#quick .btnArea li span {
    cursor: pointer;
}
#quick .btnArea li .onQuickBtn {
    cursor: pointer;
}
#quick .formWrp {
    background-color: #f7f7f7;
    padding: 30px 20px;
    width: 330px;
}
#quick .formWrp .btnWrp .row {
    margin: 0 -3px;
}
#quick .formWrp .btnWrp .row > div {
    padding: 0 3px;
}
#quick .formWrp .btnWrp input {
    width: 100%;
    min-width: 0;
    font-size: 17px;
    line-height: 45px;
}
#quick .checkbox-custom {
    display: inline-block;
    margin-right: 10px;
}
#quick .formWrp ul li {
    position: relative;
}
#quick .formWrp ul .formItem {
    padding-left: 80px;
    margin-bottom: 10px;
}
#quick .formWrp ul .formItem .lb {
    position: absolute;
    left: 0;
}
#quick .formWrp .lb {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    line-height: 35px;
}
#quick .formWrp .form-control {
    border: 0px;
    box-shadow: 0 0 0;
    height: 35px;
}
#quick .formWrp .chkers span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 1em;
    font-size: 0.7em;
    cursor: pointer;
}
#quick .formWrp .chkers label {
    font-size: 15px;
    font-weight: 400;
    color: #666;
}
@media (max-width:768px) {
    #quick {
        right: -280px;
    }
    #quick .btnArea {
        width: 35px;
    }
    #quick .btnArea li {
        margin-bottom: 10px;
    }
    #quick .formWrp {
        background-color: #f7f7f7;
        padding: 20px 15px;
        width: 280px;
    }
    #quick .checkbox-custom {
        margin-right: 5px;
    }
    #quick .formWrp ul .formItem {
        padding-left: 50px;
        margin-bottom: 5px;
    }
    #quick .formWrp .lb {
        font-size: 15px;
        line-height: 30px;
    }
    #quick .formWrp .form-control {
        height: 30px;
    }
    #quick .formWrp .chkers label {
        font-size: 13px;
    }
    #quick .formWrp .btnWrp input {
        font-size: 15px;
    }
}

/*btnWrp*/
.btnWrp .isBtn {
    display: inline-block;
    line-height: 60px;
    padding: 0 30px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    cursor: pointer;
}
.btnWrp .isBtn.isBtn_gr {
    border-color: #999;
    background-color: #999;
}
.btnWrp .isBtn.isBtn_bk {
    border-color: #333;
    background-color: #333;
}
.btnWrp .isBtn.isBtn_bl {
    border-color: #00539e;
    background-color: #00539e;
}
.btnWrp .isBtn.isBtn_sky {
    border-color: #5191cb;
    background-color: #5191cb;
}
@media (min-width:992px){
    .btnWrp .isBtn {
        min-width: 200px;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .btnWrp .isBtn:hover {
        border: 1px solid #777;
        background-color: #777;
        color: #fff;
    }
    .btnWrp .isBtn.isBtn_gr:hover {
        border-color: #777;
        background-color: #777;
    }
    .btnWrp .isBtn.isBtn_bk:hover {
        border-color: #111;
        background-color: #111;
    }
    .btnWrp .isBtn.isBtn_bl:hover {
        border-color: #00386b;
        background-color: #00386b;
    }
    .btnWrp .isBtn.isBtn_sky:hover {
        border-color: #2a659a;
        background-color: #2a659a;
    }
}
@media (max-width:992px){
    .btnWrp .isBtn {
        line-height: 40px;
        padding: 0 15px;
    }
}


/*visual*/
#visual {
    position: relative;
}
#visual .bg {
    height: 850px;
    background-size: cover !important;
}
#visual .bg.bg1 {
    background: url(../img/visual1.jpg) center center no-repeat;
}
#visual .bg.bg2 {
    background: url(../img/visual2.jpg) center right no-repeat;
}
#visual .bg.bg3 {
    background: url(../img/visual3.jpg) center right no-repeat;
}
@media (min-width:1200px){
    #visual {
        padding-left: 200px;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
}
@media (max-width:700px){
    #visual .bg {
        height: 500px;
    }
}

/* slider-nav */
#visual_wrp {
    position: relative;
}
#visual_wrp .slider-single {
    position: relative;
    z-index: 5;
}
#visual_wrp .slider-single .containTxt {
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 5%;
    padding: 0 40px;
}
#visual_wrp .slider-single .txt h3 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
}
#visual_wrp .slider-single .txt h1 {
    font-weight: 300;
    margin-top: 40px;
}
#visual_wrp .slider-nav {
    position: absolute;
    z-index: 10;
    bottom: 70px;
    left: 5%;
    width: 100%;
}
#visual_wrp .slider-nav .slick-track {
    margin: 0px -3px;
}
#visual_wrp .slider-nav .navImg {
    display: inline-block;
    margin: 0 3px;
    max-width: 220px;
    width: 220px;
    height: 120px;
    cursor: pointer;
    position: relative;
}
#visual_wrp .slider-nav .navImg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    opacity: .4;
    z-index: 5;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#visual_wrp .slider-nav .navImg.is-active:after {
    opacity: 1;
}
#visual_wrp .slider-nav .navImg > span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#visual_wrp .slider-nav .navImg .unact {
    z-index: 1;
}
#visual_wrp .slider-nav .navImg .act {
    opacity: 0;
    z-index: 3;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#visual_wrp .slider-nav .navImg.is-active .act {
    opacity: 1;
}
#visual_wrp .slider-nav .navImg1 .unact {
    background: url(../img/slide_nav_unact1.jpg) center center no-repeat;
}
#visual_wrp .slider-nav .navImg2 .unact {
    background: url(../img/slide_nav_unact2.jpg) center center no-repeat;
}
#visual_wrp .slider-nav .navImg3 .unact {
    background: url(../img/slide_nav_unact3.jpg) center center no-repeat;
}
#visual_wrp .slider-nav .navImg1 .act {
    background: url(../img/slide_nav1.jpg) center center no-repeat;
}
#visual_wrp .slider-nav .navImg2 .act {
    background: url(../img/slide_nav2.jpg) center center no-repeat;
}
#visual_wrp .slider-nav .navImg3 .act {
    background: url(../img/slide_nav3.jpg) center center no-repeat;
}
@media (min-width:992px){
    #visual_wrp:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 250px;
        background-color: #004a88;
    }
}
@media (max-width:768px){
    #visual_wrp .slider-single .txt h1 {
        margin-top: 20px;
    }
}
/* arrow_wrp */
#visual_wrp .arrow_wrp {
    position: absolute;
    z-index: 15;
    bottom: 35%;
    width: 100%;
}
#visual_wrp .arrow_wrp .arrowSlider {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
#visual_wrp .arrow_wrp .arrowSlider .prev,
#visual_wrp .arrow_wrp .arrowSlider .next {
    cursor: pointer;
}
#visual_wrp .arrow_wrp .arrowSlider .prev {
    margin-right: 15px;
}
@media (min-width:992px) {	
    #visual_wrp .arrow_wrp {
        padding-left: 200px;
    }
}
@media (max-width:992px) {	
    #visual_wrp .arrow_wrp {
        bottom: 20%;
    }
    #visual_wrp .arrow_wrp .arrowSlider img {
        width: 20px;
    }
}

/* mtit */
.mtit h1 {
    margin-top: 20px;
}
.mtit h4 {
    margin-top: 40px;
}
@media (max-width:768px) {
    .mtit h1 {
        margin-top: 10px;
    }
    .mtit h4 {
        margin-top: 20px;
    }
}

/* msec1 */
#msec1 .topTxt h5 {
    font-weight: 300;
    margin-top: 20px;
}
#msec1 .topTxt .lnk_wrp {
    margin-top: 20px;
}
#msec1 .right .img {
    position: relative;
    background-color: #fff;
    border: 1px solid #ddd;
}
#msec1 .right .img .flt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    margin: 0px;
}
#msec1 .ms1_1 {
    background-color: #f6f6f6;
}
@media (min-width:992px){
    #msec1 .topTxt {
        position: relative;
        padding-left: 90px;
    }
    #msec1 .topTxt h3 {
        position: absolute;
        left: 0;
        top: 5px;
        font-weight: 700;
    }
}
@media (max-width:992px){
    #msec1 .topTxt h3 {
        margin-bottom: 10px;
    }
    #msec1 .left {
        padding-top: 40px;
    }
    #msec1 .left .img {
        text-align: center;
        background-color: #fff;
        border: 1px solid #ddd;
    }
}

/*lnk_btn*/
.lnk_wrp .lnk_btn {
    position: relative;
    cursor: pointer;
    margin: 3px;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 70px 0 30px;
    border-radius: 50px;
    font-size: 20px;
    color: #333;
    border: 1px solid #aaa;

    -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;
}
.lnk_wrp .lnk_btn .arr {
    width: 20px;
    height: 100%;
    position: absolute;
    right: 15px;
    background: url(../img/arr_big.png) 92% center no-repeat;
    background-size: 100%;
}
.lnk_wrp .lnk_btn:hover {
    border-color: #a78966;
    background-color: #a78966;
    color: #fff;
}
.lnk_wrp .lnk_btn:hover .arr {
    background-image: url(../img/arr_big_w.png);
}
.lnk_wrp .lnk_btn.lnk_btn_gd:hover {
    border-color: #c49a6c;
    color: #fff;
    background-color: #c49a6c;
}
.lnk_wrp .lnk_btn.lnk_btn_gd:hover .arr {
    background-image: url(../img/arr_big_w.png);
}
.lnk_wrp .lnk_btn.lnk_btn_w .arr {
    border-color: #fff;
    color: #fff;
    background: url(../img/arr_big_w.png) 92% center no-repeat;
    background-size: 20px;
}
.lnk_wrp .lnk_btn.lnk_btn_w:hover {
    border-color: #c49a6c;
    background-color: #c49a6c;
    color: #fff;
}
.lnk_wrp .lnk_btn.lnk_btn_w:hover .arr {
    background-image: url(../img/arr_big_w.png);
}
@media (max-width:768px) {
    .lnk_wrp .lnk_btn {
		padding: 0 28px 0 13px;
		font-size: 13px;
		line-height: 34px;
		margin: 2px;
		}
    .lnk_wrp .lnk_btn .arr {
        width: 12px;
        right: 10px;
    }
}



/*bntLink*/
.bntLink {
    display: inline-block;
    /* padding-right: 20px;
    background: url(../img/btnLink.png) right center no-repeat; */
    color: #333 !important;
    margin-right: 5px;
    line-height: 1.2em;
    text-decoration: none;
}
.bntLink.c_bl {
    color: #03539f !important;
}
.bntLink.c_bl .cls-1 {
    stroke: #03539f;
}
.bntLink.md svg {
    width: 16px;
}
.bntLink.sm svg {
    width: 13px;
    margin-left: 5px;
}
.bntLink.xs svg {
    width: 10px;
}
.bntLink.w {
    color: #fff !important;
}
.bntLink.w .cls-1 {
    stroke: #fff;
}
.bntLink:hover {
    font-weight: 700;
}
.bntLink svg {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:992px){
    .bntLink,
    .bntLink_md {
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
}
@media (max-width:992px){
    .bntLink svg {
        width: 15px;
    }
}
@media (max-width:768px){
    .bntLink svg {
        width: 12px;
    }
    .bntLink.md svg {
        width: 13px;
    }
    .bntLink.sm svg {
        width: 11px;
    }
    .bntLink.xs svg {
        width: 8px;
    }
}

/* msec2 */
#msec2 {
    background: url(../img/msec2_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec2 .conTxt {
    background-color: #fff;
    border-radius: 20px;
    padding: 100px 60px;
}
#msec2 .conTxt .btTable {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid #333;
}
#msec2 .conTxt .btTable .lnk_wrp {
    margin-top: 20px;
}
@media (min-width:992px){
    #msec2 {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #msec2 .conTxt {
        padding: 40px 20px;
    }
    #msec2 .conTxt .btTable {
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media (max-width:768px){
    #msec2 .conTxt {
        padding: 30px 15px;
    }
    #msec2 .conTxt .btTable {
        margin-top: 15px;
        padding-top: 15px;
    }
}
/* msec3 */
#msec3 ul li .img img {
    border-radius: 50%;
    margin: -30px 0;
}
@media (min-width:992px) {	
    #msec3 ul li .txt {
        padding-left: 40px;
    }
}
@media (max-width:992px) {	
    #msec3 ul li {
        display: flex;
        flex-wrap: wrap;
    }
    #msec3 ul li > div {
        width: 100%;
    }
    #msec3 ul li > .txt {
        order: 1;
        padding: 20px 0;
    }
    #msec3 ul li > .img {
        order: 2;
    }
}
/* chk_list */
.chk_list > li {
    position: relative;
    background: url(../img/chk_i.png) left 5px no-repeat;
    padding: 8px 0;
    padding-left: 40px;
    margin: 5px 0;
}
@media (max-width:768px) {
    .chk_list > li {
        padding: 2px 0;
        background-size: 20px !important;
        padding-left: 25px;
        background-position: left 2px;
    }
}
/* arr_list */
.arr_list li {
    position: relative;
    padding-left: 15px;
    margin: 5px 0;
    background: url(../img/arr_list.png) left 10px no-repeat;
}
.arr_list li h5 {
    font-weight: 400;
}
@media (max-width:768px) {
    .arr_list li {
        background-size: 3px;
        padding-left: 8px;
    }
}
/* msec4*/
#msec4 .book a {
    text-decoration: none;
    display: block;
}
#msec4 .book a .img {
    border: 1px solid #ccc;
    position: relative;
}
#msec4 .book a h5 {
    border: 1px solid #ccc;
    border-top: 0px;
    margin-top: 0px;
    background-color: #fff;
    padding: 15px 0;
}
#msec4 .book a .img .cart_icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: rgba(23,23,23,0.65);
    border-radius: 50%;
    width: 107px;
    padding: 25px 0;
}
#msec4 .book a .img .cart_icon h6 {
    margin-top: 5px;
    color: #fff;
    font-weight: 600;
}
@media (max-width:768px) {
    #msec4 .book a .img .cart_icon {
        width: 66px;
        padding: 12px 0;
        bottom: 10px;
        right: 10px;
    }
    #msec4 .book a .img .cart_icon img {
        width: 20px;
    }
    #msec4 .book a .img .cart_icon h6 {
        font-size: 12px;
        margin-top: 2px;
    }
    #msec4 .book a h5 {
        padding: 10px 0;
        font-size: 13px;
    }
}
/* hvEff */
.hvEff .effArea {
    overflow: hidden;
    position: relative;
}
.hvEff .effArea:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, #296ecf);
    
    -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;
}
.hvEff .effArea:before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0;
    top: -50px;
    width: 100%;
    height: 100%;
    background: url(../img/pls.png) center center no-repeat;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width:992px){
    .hvEff:hover .effArea:after,
    .hvEff:hover .effArea:before {
        top: 0;
        opacity: 1;
    }
}

/* msec5*/
#msec5 {
    background-color: #f7f7f7;
}
#msec5 .prd a {
    text-decoration: none;
    display: block;
}
#msec5 .prd a .img {
    border: 1px solid #ccc;
    position: relative;
}
#msec5 .prd a h3 {
    border: 1px solid #ccc;
    border-top: 0px;
    margin-top: 0px;
    background-color: #fff;
    padding: 15px 0;
}
@media (max-width:768px) {
    #msec5 .book a h3 {
        padding: 10px 0;
        font-size: 13px;
    }
}

/* msec6 */
#msec6 {
    background: linear-gradient(to left, #03539f, #03539f);
    padding: 40px 0;
}
#msec6 ul li {
    position: relative;
}
#msec6 ul li a {
    text-decoration: none;
}
#msec6 .txt h3,
#msec6 .txt h5,
#msec6 .txt span {
    color: #fff;;
}
#msec6 .txt h3 {
    font-weight: 700;
}
#msec6 .txt h5 {
    font-weight: 300;
}
#msec6 .txt span {
    display: inline-block;
    margin-top: 10px;;
    font-size: 15px;
    line-height: 25px;
    padding: 3px 15px;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#msec6 a:hover .txt span {
    background-color: #fff;
    color: #00539e;
}
@media (min-width:768px){
    #msec6 ul li:not(:last-child):after {
        content: "";
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 1px;
        background: rgba(255,255,255,0.3);
    }
    #msec6 .icon {
        width: 35%;
        text-align: center;
    }
    #msec6 .txt {
        padding-left: 15px;
    }
}
@media (max-width:768px){
    #msec6 {
        padding: 10px 0;
    }
    #msec6 ul li {
        padding: 20px 0;
    }
    #msec6 ul li:not(:last-child) {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    #msec6 .icon {
        width: 25%;
        text-align: center;
    }
    #msec6 .txt {
        padding-left: 15px;
    }
    #msec6 .txt span {
        font-size: 12px;
        margin-top: 5px;
        line-height: 20px;
        padding: 1px 10px;
    }
}

/* qnaWrp */
#qnaWrp {
    border-bottom: 1px solid #ddd;
}
#qnaWrp .qnaItem {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 30px;
}
#qnaWrp .qnaItem > div {
    position: relative;
    padding-left: 45px !important;
}
#qnaWrp .qnaItem .qna_q {
    padding: 8px 0;
    padding-right: 30px;
    cursor: pointer;
}
#qnaWrp .qnaItem .qna_q .actBtn {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(../img/qna_pls.png) center center no-repeat;
}
#qnaWrp .qnaItem.act .qna_q .actBtn {
    background: url(../img/qna_minus.png) center center no-repeat;
}
#qnaWrp .qnaItem .qna_q h3 {
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 3px;
    color: #2699f0;
}
#qnaWrp .qnaItem .qna_q h4 {
    font-weight: 700;
}
@media (max-width:768px){
    #qnaWrp .qnaItem {
        padding: 15px 10px;
    }
    #qnaWrp .qnaItem > div {
        padding-left: 25px !important;
    }
    #qnaWrp .qnaItem .qna_q {
        padding: 2px;
        padding-right: 25px;
    }
    #qnaWrp .qnaItem .qna_q h3 {
        top: 0;
    }
    #qnaWrp .qnaItem .qna_q .actBtn {
        top: 2px;
        height: 20px;
        background-size: 10px !important;
    }
}

/* msec8 */
#msec8 {
    background-color: #f7f7f7;
}
/*vdoList*/
.vdoList li {
    margin-top: 15px;
    text-align: center;
}
.vdoList li h5 {
    margin-top: 10px;
    font-weight: 600;
    line-height: 25px;
    height: 75px;
}
@media (max-width:768px){
    .vdoList li iframe {
        height: 150px !important;
    }
    .vdoList li h5 {
        line-height: 15px;
        height: 45px;
        margin-top: 3px;
    }
}

/*sitemap*/
#sitemap {
    background-color: #3e3e3e
}
#sitemap h5,
#sitemap ul li a {
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
#sitemap h5 {
    font-weight: bold;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    padding-bottom: 10px;
}
#sitemap h6 {
    margin: 0px;
}
#sitemap ul li ul {
    margin-top: 15px;
}
#sitemap ul li ul li {
    padding: 3px 0;
}
#sitemap ul li ul li a {
    font-weight: 400 !important;
    opacity: 0.6;
}
#sitemap ul li ul li a {
    color: #fff;
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#sitemap ul li ul li a:hover {
    color: #fff;
    opacity: 1;
}
@media (min-width:992px){
    #sitemap .wrp > li {
        width: 14.285714%;
    }
}
@media (max-width:768px){
    #sitemap .wrp > li:not(:last-child) {
        height: 190px;
    }
    #sitemap ul li ul li {
        padding: 1px 0;
    }
}
/*snsBox*/
#snsBox {
    background-color: #333;
    padding: 15px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
#snsBox .snsBtn {
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    font-size: 20px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
}
#snsBox .snsBtn img {
    width: 30px;
    margin-right: 10px;
}
@media (min-width:768px){
    #snsBox .snsBtn {
        width: 150px;
    }
}
@media (max-width:768px){
    #snsBox {
        padding: 10px 0;
    }
    #snsBox .snsBtn {
        padding: 5px 0;
        font-size: 15px;
        background-size: 15px !important;
        margin: 0 4px;
        font-size: 15px;
    }
    #snsBox .snsBtn img {
        width: 20px;
        margin-right: 5px;
    }
}
/*footer*/
#footer {
    margin-top: 0px !important;
    background-color: #262628;
    padding: 40px 0 !important;
    border-top: 0px;
}
#footer .f_bt {
    border-top: 1px solid #555;
    padding-top: 20px;
    margin-top: 20px;
    opacity: 0.5;
}
#footer .wrp .f_logo {
    vertical-align: middle;
}
#footer .wrp a,
#footer .wrp h6 {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
#footer .wrp h6 strong {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}
#footer .wrp h6 span {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.3em;
}
@media (min-width:992px){
    #footer .wrp h6 {
        margin-top: 20px;
    }
}
@media (max-width:768px){
    #footer {
        text-align: center;
    }
    #footer .wrp .f_logo {
        display: block;
        margin-bottom: 15px;
    }
}

/* subTop */
#subTop {
    position: relative;
}
#subTop h1 {
    /* text-transform: uppercase; */
}
#subTop h3 {
    margin-top: 15px;
}
#subTop .siteConfig {
    width: 100%;
    max-width: 50%;
    min-width: 350px;
    line-height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 100px;
}
#subTop .siteConfig > a {
    background:url(../img/home_i.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #00a9b0;
}
#subTop .siteConfig ul li {
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
    color: #999;
}
#subTop .siteConfig ul li:not(:last-child) {
    background: url(../img/site_arr.png) right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
}
#subTop .siteConfig ul li:last-child {
    color: #111;
}
@media (min-width:768px){
    #subTop .subTopIn {
        height: 300px;
    }
    #subTop .siteConfig {
        position: absolute;
        bottom: 0;
        left: 50%;
    }
}
@media (max-width:768px){
    #subTop .subTopIn {
        padding: 60px 0;
        background-size: cover !important;
        text-align: center;
    }
    #subTop .siteConfig {
        position: relative;
        max-width: 100%;
        min-width: auto;
        left: 0%;
        padding-left: 60px;
        line-height: 40px;
    }
    #subTop .siteConfig > a {
        width: 40px;
        height: 40px;
        background-size: 15px !important;
    }
    #subTop .siteConfig ul li {
        font-size: 14px;
    }
    #subTop .siteConfig ul li:not(:last-child) {
        padding-right: 12px;
        margin-right: 5px;
        background-size: 4px;
    }
}