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


/*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:1590px){
    .container {
        width: 1590px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1590px){
    .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:767px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/* Header */
#header .header-body {
    padding: 15px 0px;
    border-top: 0px;
}	
@media (max-width:992px){
    #header .header-body {
        padding: 10px 0;
    }	
}	
/* mainNav :: Global Navigation */
.header-shape nav > #mainNav {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #212121;
    font-size: 17px;
    font-weight: 600;
}
.header-shape nav > #mainNav > li > a {
    padding: 20px 10px;
    text-align: left;
}
.header-shape nav > #mainNav > li a:hover {
    color: #000;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a {
    padding: 0 10px;
}
.header-shape nav > #mainNav > li > .dropdown-menu li a:hover {
    background-color: transparent;
    color: #000;
}
/* Header Layout */
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .mnBox {
    width: calc(100% - 500px);
}
#header .logoBox,
#header .linkBox {
    width: 250px;
}
@media (max-width:767px){
    #header .logoBox {
        width: 140px;
    }
    #header .linkBox {
        width: calc(100% - 140px);
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    padding-top: 2px;
}
#header .logoBox a svg {
    display: inline-block;
    vertical-align: middle;
}
#header .logoBox a .cls-1 {
    fill: #8b8b8b;
}
@media (max-width:767px){
    #header .logoBox a {
        margin-left: 10px;
    }
    #header .logoBox a svg {
        width: 110px;
    }
}
/* linkBox */
#header .linkBox {
    text-align: right;
}
#header .linkBox .aWrp {
    display: inline-block;
	    display: inline-block;
    width: 50%;
}
#header .linkBox h6 {
    display: inline-block;
    width: 170px;
    text-align: left;
    margin: 3px 0;
}
#header .linkBox h6 a {
    text-decoration: none;
    color: #212121;
    font-weight: 400;
}
#header .linkBox h6 a span,
#header .linkBox h6 a img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:767px){
    #header .linkBox h6 {
        width: auto;
        margin: 0 5px;
    }
}
@media (max-width:450px){
    #header .linkBox .aWrp {
        display: inline-block;
        width: 145px;
        vertical-align: middle;
    }
}
/* 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;
        min-width: 150px;
        display: block;
        padding: 10px 0;
        top: 20%;
        box-shadow: 0 0 0;
        border-radius: 0px;
        border: 0;
        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;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
	/*margin-bottom: 15px;*/
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #8B8B8B;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #8B8B8B;
    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);
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #8B8B8B;
}
@media (max-width:767px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 30px;
        height: 3px;
    }
    .lines_bar:before {
        top: 9px;
    }
    .lines_bar:after {
        top: -9px;
    }
}


/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
    left: 0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgba(0,0,0,0.9);
    opacity: 0;
}
.mobile-nav::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 60px;
}
.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: 25%;
}
.mobile-nav .header-logo img {
    width: 130px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 35px;
    padding: 0;
    position: fixed;
}
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar,
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar:before,
html.sticky-header-active .mobile-nav .mmenu-toggle-btn .lines_bar:after {
    background-color: #fff;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
    margin: 10px 0;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 10px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
    opacity: 0.7;
    border: 0;
    padding: 10px 0;
    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:hover {
    opacity: 1;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 21px/21px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 17px;
	right: 0;
	display: block;
	color: #ddd;
	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%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 18px;
}
.mobile-side-menu  .dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
    margin-top: 40px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li {
    margin: 12px 0;
}
.mobile-nav .log_nav li a {
	font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    padding: 12px 0;
    text-decoration: none;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-nav .log_nav li a:hover {
    color: #fff;
}
.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 (min-width:991px) {
    .mobile-side-menu li .mmenu-toggle {
        display: none;
    }
    html.sticky-header-active .mobile-nav .mmenu-toggle-btn {
        top: 30px;
    }
    .mobile-nav .mobile-nav-wrapper {
        position: relative;
    }
    .mobile-nav .log_nav {
        position: absolute;
        bottom: 10%;
    }
    .mobile-side-menu #mainNav {
        display: flex;
    }
    .mobile-side-menu #mainNav > li {
        width: 20%;
    }
    .mobile-side-menu #mainNav > li .dropdown-menu {
        display: block;
        top: 0;
    }
    .mobile-side-menu li.dropdown > a:before {
        display: none;
    }
}
@media (max-width:992px) {
    .mobile-nav .mmenu-toggle-btn {
        right: 80px;
        top: 35px;
    }
    .mobile-nav {
        background-color: #fff;
        overflow-y: scroll;
        align-items: flex-start;
    }
    .mobile-nav .header-logo {
        margin-top: 18px;
        padding: 0 15px;
    }
    .mobile-nav .header-logo svg {
        width: 180px;
    }
    .mobile-side-menu {
        border-bottom: 1px solid #ddd;
    }
    .mobile-side-menu li {
        margin: 0px;
        border-top: 1px solid #ddd;
        line-height: 1em;
    }
    .mobile-side-menu li a,
    .mobile-side-menu li.dropdown > a {
        color: #333;
        width: 100%;
        padding: 15px 15px 11px;
        font-size: 19px;
        opacity: 1;
        font-weight: 700;
        display: block;
        border-radius: 0px;
        
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .mobile-side-menu li.open > a {
        color: #fff;
        background-color: #00356a !important;
    }
    .mobile-side-menu .dropdown-menu {
        background-color: #ecf6ff;
    }
    .mobile-side-menu .dropdown-menu li {
        border-color: #d8e4ef;
    }
    .mobile-side-menu .dropdown-menu a:hover {
        color: #002063;
    }
    .mobile-side-menu li.dropdown > a:before {
        top: 13px;
        font-size: 12px;
        right: 15px;
        color: #333;
        font-size: 22px;
    }
    .mobile-side-menu li.dropdown.open > a:before {
        color: #fff;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
    .mobile-side-menu  .dropdown-menu a {
        color: #586c7f;
        font-size: 15px;
        font-weight: 500;
        padding: 10px;
    }
    .mobile-nav .mmenu-toggle-btn {
        right: 15px;
        top: 15px;
    }
    .mobile-nav .log_nav li a {
        font-size: 15px;
    }
}
/*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;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@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;
    }
    .conbox.conbox_xxxs {
        margin-top: 4px;
    }
}
/*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: 50px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding:40px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 25px 0;
    }
    .sec_dvd.sec_dvd_xxxs {
        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:767px) {
    .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:767px) {
    .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: #a78766 !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_rd {
    color: #a80000 !important;
}
.c_org {
    color: #e04f00 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffcc00 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_bl {
    color: #2f69e3 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #007346 !important;
}
/* blockRd */
[class*="blockBg"] {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    line-height: 1em;
    padding: 4px 2px;
}
.blockBgRd {
    background-color: #a80000;
}
.blockBgRd2 {
    background-color: #c90000;
}
.blockBgRd3 {
    background-color: #d93546;
}
.blockBgBl1 {
    background-color: #092bca;
}
/*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:767px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}


/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .fbox.fx > div {
        width: 50%;
    }
    .fbox > .txt.lft {
        padding-right: 30px;
    }
    .fbox > .txt.rt {
        padding-left: 30px;
    }
    .fbox.short > .txt.lft {
        padding-right: 5px;
    }
    .fbox.short > .txt.rt {
        padding-left: 5px;
    }
    .fbox.long > .txt.lft {
        padding-right: 60px;
    }
    .fbox.long > .txt.rt {
        padding-left: 60px;
    }
}
@media (max-width:767px) {
    .fbox {
        flex-wrap: wrap;
    }
}


/* ms1 */
#ms1 {
    background: url(../img/ms1_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms1 .txt .tcon {
    max-width: 600px;
    margin: 0 auto;
}
#ms1 .txt h1 {
    line-height: 1.3em;
}
#ms1 .txt .blockRd {
    position: relative;
    top: -3px;
}
@media (max-width:767px) {
    #ms1 .txt {
        padding-top: 30px;
    }
    #ms1 .txt .mlogo {
        width: 150px;
    }
}
/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.png) center top no-repeat;
    background-color: #f0ece9;
}

/* frList */
.frList li {
    margin: 15px 0;
}
.frList .item {
    background-color: #fff;
    padding: 40px 15px;
    text-align: center;
}
.frList .item h1 {
    color: #a78766;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:768px){
    .frList .item .txtBox {
        margin-top: 30px;
    }
    .frList .item h1 {
        height: 180px;
    }
}
@media (max-width:767px){
    .frList .item {
        padding: 30px 15px;
        display: flex;
        align-items: center;
    }
    .frList .item .logoBox {
        width: 80px;
    }
    .frList .item .txtBox {
        width: calc(100% - 80px);
        padding-left: 15px;
        text-align: left;
    }
    .frList .item .txtBox br {
        display: none;
    }
}
/* ms3 */
#ms3 {
    background: url(../img/ms3_bg.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
}
#ms3 .mtit {
    background: url(../img/ms3_round.png) center bottom no-repeat;
    height: 503px;
}
#ms3 .container {
    position: relative;
    z-index: 3;
}
@media (max-width:767px) {
    #ms3 .mtit {
        background-size: cover;
        height: 250px;
    }
}
/* slick-point */
.slick-point .slick-slide h1 {
    color: #a78766;
}
.slick-point .slick-slide h1 span {
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.slick-point .slick-slide h4 {
    line-height: 1.8em;
}
.slick-point .slick-slide .item {
    transform: scale(.7);
    opacity: .5;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slick-point .slick-slide.slick-current .item {
    opacity: 1;
    transform: scale(1);
}
@media (max-width:500px) {
    .slick-point .slick-slide h1 {
        font-size: 24px;
    }
}
/* ms4 */
#ms4 {
    background: url(../img/ms4_bg.png) center top no-repeat;
    background-size: cover;
	 overflow: hidden; 
}
#ms4 .blockBgRd2 {
    position: relative;
    top: -3px;
}
/* ms5 */
#ms5 .container {
    max-width: 1200px;
}
#ms5 .mtit h4 span {
    display: inline-block;
    background-color: #212121;
    width: 310px;
    text-align: center;
    color: #fff;
    border-radius: 80px;
    line-height: 1em;
    padding: 9px 0px 5px;
}
@media (max-width:500px) {
   #ms5 .mtit h4 span {
    width: 200px;
}
}
/* basic_gall */
.basic_gall {
    margin: 0 -10px;
}
.basic_gall li {
    padding: 10px;
}
.basic_gall a {
    text-decoration: none;
    display: block;
    padding: 15px;
    border: 1px solid #bebebe;
}
.basic_gall a h6 {
    word-break: break-all;
}
/* receiptBox */
.receiptBox {
    position: relative;
}
.receiptBox .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #a78766;
    mix-blend-mode: multiply;
}
.receiptBox .bg2 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #a78766;
    mix-blend-mode: multiply;
    max-width: 1400px;
    transform: translateX(-50%);
}
.receiptBox .bg3 {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #a78766;
    mix-blend-mode: multiply;
    max-width: 700px;
}
.receiptBox .receiptBoxInner{
    position: relative;
    z-index: 5;
    /* max-width: 1400px;
    padding: 0 15px; */
    margin: 0 auto;
}
.receiptBox li .item {
    padding: 30px 0;
    position: relative;
}
.receiptBox li .item span {
    display: inline-block;
    background-color: #212121;
    color: #fff;
    border-radius: 50px;
    line-height: 1em;
    padding: 11px 18px 8px;
    font-weight: 500;
}
@media (max-width:768px){
    .receiptBox li .item .endlessRiverList li {
        margin: 10px;
        max-width: 20vw;
    }
}


/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fea002;
    z-index: 200;
    padding: 20px 0;
}
#quickForm .fbox {
    display: flex;
    margin: 0 -15px;
    align-items: center;
}
#quickForm .fbox > div {
    padding: 0 15px;
}
#quickForm .sub h2 {
    padding-left: 50px;
    background: url(../img/f_i.png) left 45% no-repeat;
    white-space: nowrap;
}
#quickForm .con .row {
    margin: 0 -5px;
}
#quickForm .con .row > li,
#quickForm .con .row > div {
    padding: 0 5px;
}
#quickForm .con .form-control {
    border: 0px;
    height: 35px;
    font-weight: 400;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #fff;
    font-size: 15px;
    border-radius: 0;
    box-shadow: 0 0 0 ;
}
#quickForm .con .checkbox-custom {
    vertical-align: middle;
}
#quickForm .con .checkbox-custom label {
    color: #fff;
}
#quickForm .con .checkbox-custom + span {
    display: inline-block;
    padding: 4px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    cursor: pointer;
    line-height: 1em;
    margin-left: 5px;
    vertical-align: middle;
}
#quickForm .smt .smtBtn {
    display: inline-block;
    text-align: center;
    line-height: 65px;
    border-radius: 0;
    color: #fff;
    background-color: #212121;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    padding: 0 50px;
    border: 0px;
}
@media (max-width:992px){
    #quickForm {
        padding: 30px 0;
        bottom: -100%;

        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    #quickForm.actForm {
        bottom: 0;
    }
    #quickForm .fbox .cls_btn {
        position: absolute;
        right: 15px;
        top: -10px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    #quickForm .fbox {
        flex-wrap: wrap;
        position: relative;
    }
    #quickForm .fbox > div {
        width: 100%;
    }
    #quickForm .sub {
        text-align: center;
    }
    #quickForm img {
        width: 130px;
        margin-bottom: 10px;
    }
    #quickForm .sub h2 {
        padding-left: 30px;
        background-size: 20px !important;
        display: inline-block;
    }
    #quickForm .con .row > li,
    #quickForm .con .row > div {
        margin: 8px 0;
    }
    #quickForm .smt .smtBtn {
        line-height: 45px;
        margin-top: 10px;
    }
}

/* quickToggleBtn */


.mquick {
    position: fixed;
    z-index: 15;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
	width: 100%;
    display: flex;
    justify-content: center;
}
.mquick div {
	display: inline-block;
    width: 33.3%;
	background-color: #d4a269;
}
.mquick .con {
	background-color: #a78766;
}
.mquick .talk {
	background-color: #ffd600;
}
.mquick a {
    text-decoration: none;
    position: relative;
    width: 33%;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
 .mquick .talk a {
    color: #000
}

/* footer */
#footer {
    margin-top: 0px !important;
    border-top: 0px !important;
    padding: 130px 0 230px !important;
    background-color: #212121;
}
#footer h6 {
    line-height: 1.7em;
}

@media (max-width:767px){
    #footer {
        padding: 60px 0 100px !important;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    font-weight: 400;
    line-height: 50px;
    max-width: 180px;
    text-transform: uppercase;
    border: 1px solid #212121;
    text-align: center;
    color: #212121;
}
.btnWrp .btnItem.sm {
    line-height: 40px;
    display: inline-block;
    width: auto;
    max-width: auto;
    border: 0px;
    border-bottom: 1px solid #aaa;
}
.btnWrp .btnItem:hover {
    color: #fff;
    border-color: #212121;
}
.btnWrp .btnItem.sm:hover {
    color: #212121;
}
.btnWrp .btnItem strong,
.btnWrp .btnItem i {
    display: inline-block;
    vertical-align: middle;
}
.btnWrp .btnItem span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #111;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btnWrp .btnItem:hover span {
    width: 225%;
    height: 562.5px;
}
@media (max-width:767px){
    .btnWrp .btnItem {
        font-size: 15px;
        padding: 0 15px;
        min-width: 120px;
        line-height: 40px;
    }
    .btnWrp .btnItem.sm {
        padding: 0;
        min-width: 0;
    }
}
/* sideQuick */
#sideQuick {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 50;
}
#sideQuick .top {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
#sideQuick .top a {
    text-decoration: none;
    display: block;
}
#sideQuick .top .sideQuick_tel {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(39, 39, 39, 0.4);
}
#sideQuick .bt a {
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #212121;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}

/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px ;
    width: 3px;
    height: 3px;
    background-color: #666;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h5{
    font-weight: 300;
    padding-left: 0px;
}
@media (max-width:768px){
    .hList > li:after {
        top: 9px ;
    }
}
