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

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

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

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1460px){
    .hid-min {
        display: none;
    }
	.container {
		width: 1430px;
	}
}
@media (max-width:1460px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}


/* maxW */
.maxW10 { max-width: 10px; }
.maxW20 { max-width: 20px; }
.maxW30 { max-width: 30px; }
.maxW40 { max-width: 40px; }
.maxW50 { max-width: 50px; }
.maxW60 { max-width: 60px; }
.maxW70 { max-width: 70px; }
.maxW80 { max-width: 80px; }
.maxW90 { max-width: 90px; }
.maxW100 { max-width: 100px; }
.maxW150 { max-width: 150px; }
.maxW180 { max-width: 180px; }
.maxW200 { max-width: 200px; }
.maxW250 { max-width: 250px; }
.maxW300 { max-width: 300px; }
.maxW400 { max-width: 400px; }
.maxW500 { max-width: 500px; }
.maxW600 { max-width: 600px; }
.maxW700 { max-width: 700px; }
.maxW800 { max-width: 800px; }
.maxW820 { max-width: 820px; }
.maxW900 { max-width: 900px; }
.maxW1000 { max-width: 1000px; }
.maxW1100 { max-width: 1100px; }
.maxW1200 { max-width: 1200px; }
.maxW1260 { max-width: 1260px; }
.maxW1300 { max-width: 1300px; }
.maxW1400 { max-width: 1400px; }

/* alingCenter */
.alingCenter {
    margin-left: auto;
    margin-right: auto;
}
/* fBox */
.fBox {
    display: flex;
}
.fBox.fBoxCenter {
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
}
.fBox.fBoxCenter > div {
    width: 100%;
}
.fBox.fBoxhalf {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.fBox.fBoxhalf > div {
    width: 50%;
}
@media (max-width:768px){
    .fBox.noMobile {
        display: block;
    }
    .fBox.noMobile > div {
        width: auto;
    }
}
/* header */
#header .header-body {
    padding: 10px 0;
    border-top: 0px;
}	
html #header.header-transparent:hover .header-body:before {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:992px){
	html #header.header-transparent,
	html #header.header-transparent .header-body {
		position: relative !important;
	}
	html.sticky-header-active #header.header-transparent .header-body {
		position: fixed !important;
	}
	#header .header-body {
		background-color: #fff !important;
	}	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    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 25px;
    text-align: center;
}
.header-shape:hover nav > #mainNav > li a,
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 8px 10px;
	font-size: 17px;
	text-align: center;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #ab053a;
}
.header-shape .logBox .nav > li {
    margin-right: -1px;
	float: right;
}
.header-shape .logBox .nav > li > a {
    line-height: 40px;
    border: 1px solid #ddd;
    color: #fff;
    font-size: 16px;
    width: 85px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    display: block;
}

/* sticky-header-active==================== */
/* logo */
/* .mobile-nav .cls-1,
#header .logoWrp .cls-1,
html.sticky-header-active #header .logoWrp .cls-1{
    fill:#none;
} */
.mobile-nav .cls-2,
#header .logoWrp .cls-2,
html.sticky-header-active #header .logoWrp .cls-2{
    clip-path:url(#clip-path);
}
#header .logoWrp .cls-3{
    fill:#fff;
}
.mobile-nav .cls-4,
#header .logoWrp .cls-4,
html.sticky-header-active #header .logoWrp .cls-4{
    fill:#ab053a;
}
.mobile-nav .cls-3,
#header:hover .logoWrp .cls-3,
html.sticky-header-active #header .logoWrp .cls-3 {
    fill:#14273f;
}
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #333;
}
#header:hover .logBox .nav > li > a,
html.sticky-header-active .header-shape .logBox .nav > li > a {
	color: #333;
}
@media (max-width:992px) {
	#header .logoWrp .cls-3{
		fill:#14273f;
	}
}
/* //sticky-header-active==================== */


/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 20%;
}
#header .linkBox {
    width: 60%;
}
#header .logBox {
    width: 20%;
}
#header .headerCon {
	padding: 0 100px;
}
@media (max-width:1200px){
	#header .headerCon {
		padding: 0 15px;
	}
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header .logoBox a .default {
    display: block;
}
#header .logoBox a .default_hv {
    display: none;
}
#header:hover .logoBox a .default,
html.sticky-header-active #header .logoBox a .default {
    display: none;
}
#header:hover .logoBox a .default_hv,
html.sticky-header-active #header .logoBox a .default_hv {
    display: block;
}
@media (max-width:1400px){
    #header .logoBox a .default {
        display: none;
    }
    #header .logoBox a .default_hv {
        display: block;
    }
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 150px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .global li {
    display: inline-block;
    position: relative;
}
#header .linkBox .global li:not(:first-child):after {
    content: "";
    position: absolute;
    left: -2px;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
#header .linkBox .global li a {
    color: #8B8B8B;
    display: inline-block;
    text-decoration: none;
    padding: 5px 14px;
    font-size: 24px;
    font-weight: 700;
    opacity: 0.6;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
#header .linkBox .global li a.act,
#header .linkBox .global li a:hover {
    opacity: 1;
}
#header .linkBox .global a {
    text-decoration: none;
}
#header .linkBox .global span {
    display: inline-block;
    width: 24px;
    height: 22px;
    vertical-align: middle;
}
#header .linkBox .global .global_k {
    background: url(../img/global_k.png) center center no-repeat;
    background-size: 100%;
}
@media (max-width:1600px){
    #header .linkBox .links li a {
        padding: 0 5px;
    }
}
@media (max-width:768px){
    #header .linkBox .global li a {
        padding: 0 5px;
        font-size: 18px;
    }
    #header .linkBox .global li:not(:first-child):after {
        top: 30%;
        height: 40%;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 0;
        padding: 0;
		left: calc(50% - 100px) !important;
        width: 200px;
        display: block;
        padding: 10px 0;
        top: 20%;
        border-radius: 0px;
        border: 1px solid #ddd;
        max-height: 0;
        overflow: hidden;

        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
        border-top: 0px;
        opacity: 1;
        background-color: #fff;
        top: 90%;
        max-height: 1000px;
	}
	#header nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.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);
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.9);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 40px;
}
.mobile-nav .header-logo img {
    width: 190px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    top: auto;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 20px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 22px;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    margin-top: -10px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 15px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 25px;
        padding: 12px 15px 12px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* width */
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 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: 30px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ab053a !important;
}
.c_lorg {
    color: #f4670b !important;
}
.c_yl {
    color: #f8b300 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #ab053a !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #2f35b6 !important;
}
.c_navy {
    color: #14273f !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #007346 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 80vh;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #262626;
    border-top: 0px;
    padding: 60px 0 !important;
}
#footer h6 {
	margin-top: 10px;
}
#footer h6 > span {
	display: inline-block;
	margin-right: 15px;;
}
#footer p {
	margin-top: 20px;
}
#footer p strong,
#footer p a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
#footer p .dot {
	display: inline-block;
	width: 2px;
	height: 2px;
	background-color: #aaa;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 8px;
	margin-bottom: 2px;
}
@media (min-width:768px) {	
	#footer .logoWrp {
		text-align: right;
	}
}
@media (max-width:768px) {	
	#footer {
		text-align: center;
		padding: 30px 0 50px !important;
	}
	#footer .logoWrp {
		text-align: center;
	}
	#footer .logoWrp img {
		width: 150px;
		margin-top: 20px;
	}
}
/* mtit */
.mtit h4 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.mtit .num {
	margin-bottom: 30px;
}
@media (max-width:768px) {	
	.mtit .num {
		margin-bottom: 15px;
	}
	.mtit .num img {
		width: 35px;
	}
}
/* btnWrp */
.btnWrp {
	margin-top: 25px;
}
.btnWrp .btnItem {
	text-decoration: none;
	display: inline-block;
	width: 260px;
	line-height: 55px;
	border-radius: 4px;
	text-align: center;
	font-size: 24px;
}
.btnWrp .btnItem.btnItem_sm {
	width: 160px;
	line-height: 45px;
	font-size: 17px;
}
.btnWrp .btnItem.bl {
	background-color: #2f35b6;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.org {
	background-color: #f3791f;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.brw {
	background-color: #563d05;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.sky {
	background-color: #46a7db;
	color: #fff;
	font-weight: 400;
}
.btnWrp .btnItem.pk {
    background-color: #ab053a;
    color: #fff;
    border: 1px solid #ab053a;
}
.btnWrp .btnItem.pkLine {
	background-color: transparent;
    border: 1px solid #ab053a;
	color: #ab053a;
	font-weight: 400;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem.pkLine:hover {
    background-color: #ab053a;
    color: #fff;
}
.btnWrp .btnItem.navLine {
	background-color: #fff;
    border: 1px solid #14273f;
	color: #14273f;
	font-weight: 400;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.btnWrp .btnItem.navLine:hover {
    background-color: #14273f;
    color: #fff;
}
.btnWrp .btnItem.wFull {
    width: 100%;
	margin:5px 0;
}
@media (max-width:768px){
	.btnWrp {
		margin-top: 15px;
	}
	.btnWrp .btnItem {
		width: 150px;
		line-height: 40px;
		font-size: 16px;
	}
    .btnWrp .btnItem.btnItem_sm {
        width: 100px;
        line-height: 35px;
        font-size: 13px;
    }
}


/* scroll fixed */
#wrapper {
    position: relative;
}
#wrapper .scr_fixed {
    position: fixed;
    right: 80px;
    bottom: 60px;
    z-index: 200;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.4em;
}
#wrapper .scr_fixed span {
    display: block;
    width: 12px;
    height: 50px;
    position: relative;
    margin-top: 10px;
}
#wrapper .scr_fixed span::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 50px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
#wrapper .scr_fixed span:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    top: 10px;
    height: 10px;
    background-color: #fbba33;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(18px);
		-moz-transform: translateY(18px);
		-ms-transform: translateY(18px);
		-o-transform: translateY(18px);
        transform: translateY(18px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (max-width:1600px){
    #wrapper .scr_fixed {
        right: 10px;
        bottom: 20px;
        font-size: 10px;
    }
    #wrapper .scr_fixed span {
        width: 8px;
    }
    #wrapper .scr_fixed span::before,
    #wrapper .scr_fixed span {
        height: 30px;
    }
    #wrapper .scr_fixed span:after {
        top: 0;
    }
}
/*fullpage_navigation*/
#fp-nav.fp-left {
    left: 30px;
}
#fp-nav ul li, .fp-slidesNav ul li {
    height: 20px;
    margin: 20px 7px;
}
#fp-nav ul li .fp-tooltip {
    width: auto;
    opacity: 1;
    color: #9fa0a4;
    font-family: "Manrope" !important;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: bold;
}
#fp-nav ul li a.active > .fp-tooltip {
    color: #fbba33;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span,
#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span {
	background: #fbba33;
    margin: -3px 0 0 -1px;
    height: 7px;
    width: 7px;
    background-color: #9fa0a4;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
    margin: -3px 0 0 -1px;
    height: 7px;
    width: 7px;
    background-color: #fbba33;
}
@media (min-width:992px){
    #wrapper:before {
        content: "";
        position: fixed;
        left: 46px;
        height: 100vh;
        width: 1px;
        top: 0;
        z-index: 3;
        background-color: rgba(180,180,180,0.2);
    }
}
@media (max-width:1600px){
    #fp-nav.fp-left {
        left: 0px;
    }
    #wrapper:before {
        left: 16px;
    }
}
@media (max-width:1300px){
    #wrapper:before,
    #fp-nav {
        display: none !important;
    }
}


/* commonCon */
@media (max-height:1100px) and (min-width:768px){
    .commonCon {
        height: 100vh;
    }
}

/*visual*/
#visual {
    position: relative;
}
#visual .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    text-align: center;
    z-index: 15;
}
#visual .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 60px;
    width: 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#visual .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 49%;
    width: 2px;
    top: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    
    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(8px);
		-moz-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
        transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#visual .sp_line {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 5;
    width: 100%;
}
#visual .sp_line > .c_wrp {
    height: 100%;
}
#visual .sp_line > .c_wrp p {
    font-weight: 700;
    letter-spacing: 0;
}
#visual .sp_line > .c_wrp h1 {
    margin-top: 10px;
    line-height: 1.1em;
    font-size: 70px;
}
#visual .sp_line > .c_wrp h5 {
    margin-top: 30px;
}
#visual .sp_line > .c_wrp .btn_wrp a {
    display: inline-block;
    color: #fff;
    padding: 15px 40px;
    border-radius: 60px;
    background-color: #fff;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    letter-spacing: 0;
}
#visual .slk_wrp .slick-slide {
    height: 890px;
    position: relative;
}
#visual .slk_wrp .slick-slide .c_wrp {
	max-width: 1140px;
	margin: 0 auto;
}
#visual .slk_wrp .slick-slide .c_wrp img {
	display: inline-block;
}
#visual .arrowSlider > span {
    display: inline-block;
    cursor: pointer;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
	position: relative;
}
#visual .arrowSlider > span:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    background: #fff;
    border-radius: 100%;
    -webkit-animation: circlani 3s infinite ease-out;
    animation: circlani 3s infinite ease-out;
}
#visual .arrowSlider > span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/arr_next_w.png) center center no-repeat;
	background-size: 100%;
	opacity: 0;
}
#visual .arrowSlider > span img,
#visual .arrowSlider > span:before,
#visual .arrowSlider > span:hover,
#visual .arrowSlider > span:hover:after {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#visual .arrowSlider > span:hover {
	background-color: rgba(171, 5, 58, 0.8);
}
#visual .arrowSlider > span:hover:after {
	background-color: #ab053a;
}
#visual .arrowSlider > span:hover:before {
	opacity: 1;
}
#visual .arrowSlider > span:hover img {
	opacity: 0;
}
#visual .arrowSlider .prev {
    display: none;
}
#visual .arrowSlider #arr_prev {
    margin-right: 20px;
}
#visual .bg1 {
    background: url(../img/main_bg1.jpg) center right no-repeat;
    background-size: cover;
}
#visual .bg2 {
    background: url(../img/main_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg3 {
    background: url(../img/main_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg4 {
    background: url(../img/main_bg4.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg5 {
    background: url(../img/main_bg5.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg6 {
    background: url(../img/main_bg6.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    #visual .slk_wrp .slick-slide {
        height: 600px;
    }
    #visual .arrowSlider > span {
        width: 60px;
    }
    #visual .sp_line > .c_wrp h1 {
        margin-top: 5px;
        font-size: 50px;
    }
    #visual .sp_line > .c_wrp h5 {
        margin-top: 15px;
        max-width: 70%;
    }
}
@media (max-width:450px){
    #visual .slk_wrp .slick-slide {
        height: 400px;
    }
    #visual .arrowSlider > span {
        width: 50px;
    }
    #visual .ibox img {
		max-width: 80%;
    }
}

/* Company */
#Company {
	background: url(../img/company_bg.png) center top no-repeat;
}
#Company .left {
	position: relative;
	z-index: 3;
}
#Company .left > h1 {
	line-height: 1.2em;
	margin-top: 15px;
}
#Company .left .box {
	padding: 30px 15px;
	border-radius: 10px;
	background-color: #f7f7f7;
}
#Company .left .box li {
	position: relative;
}
#Company .left .box li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	height: 90%;
	width: 1px;
	background-color: #ddd;
}
#Company .left .box li a {
	text-decoration: none;
}
#Company .left .box li a p {
	margin-top: 8px;
	color: #444;
	font-weight: 600;
}
@media (min-width:992px){
	#Company .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#Company .left {
		text-align: center;
	}
}
@media (max-width:768px){
	#Company .left .box li a img {
		width: 30px;
	}
}

/* certif */
#certif {
	border-top: 1px solid #ddd;
}
@media (min-width:1000px){
	#certif .item {
		width: 210px;
		height: 104px;
		position: relative;
	}
}
@media (min-width:992px){
	#certif .item img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;

		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	#certif .item .act {
		opacity: 0;
	}
	#certif .item .unact {
		opacity: 1;
	}
	#certif .item:hover .act {
		opacity: 1;
	}
	#certif .item:hover .unact {
		opacity: 0;
	}
}
@media (max-width:992px){
	#certif .item .unact {
		display: none;
	}
}

/* fierms */
#fierms .left {
	position: relative;
	z-index: 3;
}
#fierms .left > h1 {
	line-height: 1.2em;
	margin-top: 15px;
}
#fierms .iconList {
	margin: 0 -3px;
}
#fierms .iconList > li {
	margin: 6px 0;
	padding: 0 3px;
}
#fierms .iconList .item {
	position: relative;
	padding: 15px 0;
	padding-left: 70px;
}
#fierms .iconList .item .icon {
	position: absolute;
	left: 0;
	top: 0;
	left: 0;
	width: 54px;
	height: 100%;
	background: url(../img/msi1.png) center center no-repeat;
}
#fierms .iconList .item .icon2 {
	background-image: url(../img/msi2.png);
}
#fierms .iconList .item .icon3 {
	background-image: url(../img/msi3.png);
}
#fierms .iconList .item .icon4 {
	background-image: url(../img/msi4.png);
}
#fierms .iconList .item .icon5 {
	background-image: url(../img/msi5.png);
}
#fierms .iconList .item .icon6 {
	background-image: url(../img/msi6.png);
}
@media (min-width:992px){
	#fierms {
		background: url(../img/fierms_bg.jpg) center center no-repeat;
	}
	#fierms .right {
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		text-align: right;
		height: 100%;
	}
}
@media (max-width:992px){
	#fierms {
		background-color: #e1e1e1;
	}
}
@media (max-width:992px){
	#fierms {
		text-align: center;
	}
	#fierms .iconList > li {
		text-align: left;
		margin: 2px 0;
	}
}
@media (max-width:768px){
	#fierms .iconList .item {
		padding: 10px 0;
		padding-left: 50px;
	}
	#fierms .iconList .item .icon {
		background-size: 40px !important;
	}
}
/* moreBtn */
.moreBtn {
	text-decoration: none;
	display: inline-block;
	width: 200px;
	line-height: 48px;
	border-radius: 100px;
	background-color: #16263e;
	border: 1px solid #16263e;
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
	box-shadow: 12px 12px 20px rgba(0,0,0,0.1);
}
.moreBtn.w {
	background-color: #fff;
	border-color: #ddd;
	color: #666 !important;
}
.moreBtn span {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.moreBtn span.w {
	background: url(../img/pls_w.png) center center no-repeat;
}
.moreBtn span.gr {
	background: url(../img/pls_gr.png) center center no-repeat;
}
.moreBtn span.dk {
	background: url(../img/pls_dk.png) center center no-repeat;
}
@media (max-width:768px){
	.moreBtn {
		width: 150px;
		line-height: 35px;
		font-size: 15px;
	}
	.moreBtn span {
		width: 10px;
		height: 10px;
		background-size: 10px;
	}
}

/* software */
#software ul li a {
	text-decoration: none;
}
#software a span {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #666;
	margin: 10px 0;
}
#software a p {
	font-weight: 300;
	line-height: 1.2em;
	margin-top: 5px;
}
@media (max-width:768px){
	#software ul li {
		margin: 15px 0;
		border-bottom: 1px solid #ddd;
	}
	#software a .txt {
		width: 70%;
		text-align: left;
		padding-right: 10px;
	}
}
/* Service */
#Service {
	background: url(../img/service_bg.png) center bottom no-repeat;
	background-color: #3c3c3c;
}
#Service ul li .item {
	text-decoration: none;
	background-color: rgba(29,29,29,0.8);
	border-radius: 10px;
	padding: 35px 35px;
}
#Service .item .icon {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#Service .item .icon h4 {
	color: #fff;
	margin-top: 5px;
}
#Service .item ul li {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: 300;
	position: relative;
	padding-left: 13px;
	color: #ddd;
	margin: 10px 0;
}
#Service .item ul li span {
	position: absolute;
	left: 0;
}
@media (min-width:992px){
	#Service ul li {
		margin: 15px 0;
	}
	#Service ul li .item {
		height: 330px;

		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	#Service ul li .item:hover {
		background-color: rgba(171, 5, 58, 0.8);
		box-shadow: 15px 15px 35px rgba(0,0,0,0.2);
	}
}
@media (max-width:992px) and (min-width:768px) {
	#Service ul li .item {
		height: 200px;
	}
}
@media (max-width:992px){
	#Service ul li {
		margin: 5px 0;
	}
	#Service .item ul li {
		font-size: 14px;
		margin: 6px 0;
	}
	#Service ul li .item {
		padding: 20px 15px;
	}
	#Service .item .icon {
		padding-bottom: 7px;
		margin-bottom: 10px;
	}
	#Service .item .icon img {
		width: 30px;
	}
}

/* Notice */
#Notice {
	background-color: #fff;
}
@media (min-width:992px){
	#Notice .btnbox {
		text-align: right;
	}
}
@media (max-width:992px){
	#Notice .mtit {
		text-align: center;
	}
	#Notice .btnbox {
		margin-top: 15px;
	}
}

/* noticeSlick */
.noticeWrp {
	margin: 0 -15px;
	position: relative;
}
.noticeWrp #update_prev,
.noticeWrp #notice_prev {
	position: absolute;
	top: calc(50% - 16px);
	left: -50px;
	cursor: pointer;
}
.noticeWrp #update_next,
.noticeWrp #notice_next {
	position: absolute;
	top: calc(50% - 16px);
	right: -50px;
	cursor: pointer;
}
.bdSlick .slick-slide {
	padding: 0 15px;
}
.bdSlick .slick-slide a,
.bdSlick .slick-slide a p,
.bdSlick .slick-slide a h3 {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bdSlick .slick-slide a {
	border: 1px solid #ddd;
	padding: 40px 30px;
	text-decoration: none;
	display: block;
}
.bdSlick .slick-slide a:hover {
	background-color: #444;
	border: #444;
	box-shadow: 15px 15px 35px rgba(0,0,0,0.2);
}
.bdSlick .slick-slide a h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bdSlick .slick-slide a:hover p,
.bdSlick .slick-slide a:hover h3 {
	color: #fff !important
}
.bdSlick .slick-slide a .date {
	padding-left: 20px;
	line-height: 20px;
	background: url(../img/clock.png) left center no-repeat;
}
.bdSlick .slick-slide a:hover .date {
	background-image: url(../img/clock_w.png);
}

/* banWrp */
.banWrp li .item {
	text-decoration: none;
	display: block;
	padding: 25px 40px;
}
.banWrp li:nth-child(1) .item {
	background-color: #fdf1ff;
}
.banWrp li:nth-child(2) .item {
	background-color: #f1f3ff;
}
.banWrp li .item .txt {
	width: 70%;
}
.banWrp li .item .img {
	text-align: center;
}
.banWrp li .item p {
	margin-top: 20px;
}
.banWrp li .item h3 a {
    text-decoration: none;
    display: inline-block;
    font-size: 0.5em;
    vertical-align: middle;
    background-color: #ddd;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 4px;
    background-color: #b52352;
    color: #fff;
    font-weight: 400;
}
.banWrp li:nth-child(2) .item h3 a {
    background-color: #2b349d;
}
@media (max-width:768px){
    .banWrp li .item {
        padding: 20px 20px;
    }
    .banWrp li .item p {
        margin-top: 10px;
    }
}

/* Inquiry */
#Inquiry {
	background: url(../img/inquiry_bg.jpg) center bottom no-repeat;
}
#Inquiry .mtit a {
	display: inline-block;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	padding: 0 20px;
	border: 1px solid rgba(255,255,255,0.8);
}
#Inquiry .mtit ul li h5 {
	background: url(../img/tel_i.png) left center no-repeat;
	padding-left: 22px;
}
#Inquiry .form .row {
	margin: 0 -5px;
}
#Inquiry .form .row > li {
	padding: 5px;
}
#Inquiry .form .form-control:not(textarea) {
	height: 60px;
}
#Inquiry .form textarea {
	padding: 15px;
}
#Inquiry .form .form-control {
	border-radius: 0px;
	border: 0px;
	font-size: 20px;
	line-height: 1.2em;
	color: #666;
}
#Inquiry .form .submitBtn {
	border-radius: 0px;
	border: 0px;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	background-color: #ab053a;
	font-weight: 600;
	display: block;
	width: 100%;
	text-align: center;
}
@media (min-width:768px){
	#Inquiry {
		background-attachment: fixed;
	}
	#Inquiry .mtit {
		width: 30%;
	}
}
@media (max-width:768px){
	#Inquiry {
		background-size: cover;
	}
	#Inquiry .mtit {
		text-align: center;
	}
	#Inquiry .mtit ul li h5 {
		display: inline-block;
	}
	#Inquiry .mtit a {
		line-height: 40px;
		font-size: 15px;
		margin-bottom: 20px;
	}
	#Inquiry .form .form-control:not(textarea) {
		height: 45px;
	}
	#Inquiry .form textarea {
		padding: 8px;
	}
	#Inquiry .form .form-control {
		font-size: 17px;
	}
	#Inquiry .form .submitBtn {
		font-size: 17px;
		line-height: 45px;
	}
}

#board01_view_wrap img{
	margin-bottom: 20px !important;
}

#board_01_view .view_btn_wrp .btn_left img{
   margin-bottom: 0px !important;
}

#board_01_view .view_btn_wrp .btn_right img {
   margin-bottom: 0px !important;
}