/* 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:1370px){
    .container {
        width: 1370px;
    }
    .container2 {
        width: 900px;
    }
}
@media (min-width:1170px){
    .hid-min {
        display: none;
    }
}
@media (max-width:1170px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
.row.mini_row {
    margin: 0 -5px;
}
.row.mini_row > li,
.row.mini_row > div {
    padding: 0 5px;
}
@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: 0;
    border-top: 0px;
}
/* html #header.header-transparent:hover .header-body:before {
    background-color: #fff;
    opacity: 1;
} */
@media (min-width:992px){
    #header .header-body {
        border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    }	
}	
@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: 1300px;
    margin: 0 auto;
}
.header-shape nav > #mainNav > li {
    float: none;
    display: inline-block;
}
.header-shape nav > #mainNav > li a {
    color: #333; 
	  font-size: 18px;
    font-weight: 600;
    padding: 30px 15px;
    text-align: center;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-shape nav > #mainNav > li:hover a,
html.sticky-header-active .header-shape nav > #mainNav > li a {
    color: #32246e;
}
.header-shape nav > #mainNav > li .link_icon .cls-1{
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-shape nav > #mainNav > li:hover .link_icon .cls-1{
    stroke: #32246e;
}
.header-shape nav > #mainNav > li:hover .dropdown-menu a,
html.sticky-header-active .header-shape nav > #mainNav > li .dropdown-menu a {
    color: #333;
}
html.sticky-header-active .header-shape nav > #mainNav > li > a {
    color: #222;
}
/* .header-shape:hover nav > #mainNav > li a, */
html.sticky-header-active .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:hover a {
    background-color: transparent;
    color: #32246e;
}

@media (max-width:1400px) {
    .header-shape nav > #mainNav > li > a {
        font-size: 17px;
        padding: 30px 20px;
    }
    html.sticky-header-active .header-shape nav > #mainNav > li > a {
        padding: 20px 20px;
    }
}
@media (max-width:1300px) {
    .header-shape nav > #mainNav > li > a {
        font-size: 17px;
    }
}

/* Header Layout */
#header .hBox {
    display: flex;
    align-items: center;
}
#header .logoBox,
#header .linkBox {
    position: relative;
    z-index: 100;
}
#header .logoBox {
    width: 15%;
}
#header .linkBox {
    width: 100%;
}
#header .logBox {
    /* width: 20%; */
}
#header .logBox ul {
    display: inline-block;
}
@media (max-width:1200px){
    #header .hBox {
        flex-wrap: wrap;
    }
    /* #header .logBox {
        width: 100%;
        order: 1;
    } */
    #header .logoBox {
        width: 50%;
        order: 2;
    }
    #header .linkBox {
        width: 50%;
        order: 3;
        text-align: right;
    }
}
/* logoBox */
#header .logoBox a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px;
}
#header .logoBox a img {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1400px){
    #header .logoBox a svg {
        width: 80px;
    }
    #header .logoBox a img {
        width: 120px;
    }
}
@media (max-width:768px){
    #header .logoBox a svg {
        width: 70px;
    }
    #header .logoBox a img {
        width: 100px;
    }
}
/* linkBox */
#header .linkBox .navWrp {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
/* logBox */
#header .logBox .nav a {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 1em;
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin-left: 5px;
}
#header .logBox .nav a i,
#header .logBox .nav a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
@media (max-width:768px){
    #header .logBox .nav a {
        padding: 3px 6px;
        font-size: 13px;
        border: 0px;
    }
}
/* Header Drop Menu */	
#header nav > ul > .dropdown i {
    display: none;
}
@media (min-width:992px) {	
    #header nav > ul > li {
        position: relative;
    }
    #header nav > ul > li.dropdown > .dropdown-menu {
        opacity: 0;
        padding: 0;
        width: 200px;
        display: block;
        padding: 0;
        left: 50%;
        transform: translate(-50%, 0%) !important;
        top: 100%;
        border-radius: 10px;
        margin: 0px;
        border: 0px;
        max-height: 0;
        overflow: hidden;
        min-width: 0;
        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;
        padding: 20px 0;
        border: 1px solid #ddd;
		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: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    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: 10px;
}
.lines_bar:after {
    top: -10px;
}
.mobile-nav .lines_bar {
    background-color: transparent !important;
}
.mobile-nav .lines_bar:before,
.mobile-nav .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mobile-nav .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-nav .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:1200px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        background-color: #333;
    }
}
/*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:1200px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
    max-width: 500px;
	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,1);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 999;
    opacity: 1;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.mmenu-open .mobile-nav::-webkit-scrollbar {
    display: none;
    width: 0px;
}
.mobile-nav .logoWrp {
    margin: 50px 0 30px;
}
.mobile-nav .logoWrp svg {
    width: 70%;
}
.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: 140px;
}
.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 #mainNav > li {
    border-bottom: 1px solid #eee;
    line-height: 1em;
    padding: 6px 0 5px;
    margin: 0px;
}
.mobile-side-menu li.dropdown > a {
    display: block;
    padding-right: 23px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: calc(50% - 8px);
	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 a {
    font-size: 20px;
    padding: 8px 15px 8px 0;
}
.mobile-side-menu li a .link_icon  .cls-1 {
    stroke:#666;
    stroke-width:5px;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
    color: #999;
}
.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;
    display: none;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li a > span:after {
    right: -20px;
    width: 30px;
    height: 30px;
}
.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: 17px;
}
.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;
}
/*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: 50px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 30px 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: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: #ff9739 !important;
}
.c_lorg {
    color: #f4670b !important;
}
.c_yl {
    color: #ffdf35 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #ab053a !important;
}
.c_pp {
    color: #37018d !important;
}
.c_bl {
    color: #032938 !important;
}
.c_lbl {
    color: #99bae0 !important;
}
.c_navy {
    color: #14273f !important;
}
.c_sky {
    color: #4f90ff !important;
}
.c_lsky {
    color: #36d6cc !important;
}
.c_lgray {
    color: #aaa !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #f31d1d !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 {
    position: relative;
    z-index: 20;
    margin-top: 0px;
    padding: 60px 0 100px !important;
    border-top: 0px !important;
}
#footer .lbox img {
    margin-bottom: 20px;
}
#footer p {
    font-weight: 300;
    color: #ddd;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 0px;
}
#footer .prv_wrp {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}
#footer .prv_wrp span {
    margin-right: 5px;
    padding-right: 9px;
    position: relative;
    cursor: pointer;
}
#footer .prv_wrp span:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
#footer .bank_wrp {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 15px;
    text-align: center;
}
#footer .cls-49 {
    fill: #fff;
}

@media (max-width:768px){
    #footer {
        text-align: center;
    }
    #footer .lbox img {
        width: 130px;
        margin-bottom: 10px;
    }
    #footer p {
        font-size: 12px;
        margin-top: 10px;
    }
}
/*snsbox*/
.snsbox {
    display: inline-block;
    margin-top: 30px;
}
.snsbox a {
    text-decoration: none;
    display: inline-block;
    width: 25px;
    margin: 0 15px;
    opacity: 0.8;
}
.snsbox a:hover,
.snsbox a:focus {
    opacity: 1;
}
@media (max-width:768px){
    .snsbox {
        margin-top: 20px;
    }
    .snsbox a {
        width: 25px;
        margin: 0 3px;
    }
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .pList > li:after {
        top: 10px ;
    }
}
/* subtop */
#subtop {
    background-size: cover !important;
}
#subtop .c_wrp {
    height: 350px;
    text-align: center;
}
#subtop .c_wrp h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
    #subtop .c_wrp h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 150px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    margin-top: -1px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home:hover {
    background-color: #f7f7f7;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
    border-right: 1px solid #ddd;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
    padding-right: 65px;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 15px 20px;
    color: #666;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #32246e;
}
#site_config .site .home > ul li a:hover{
    background-color: #32246e;
    color: #fff;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
#site_config .site .link_icon svg {
    width: 14px;
}
#site_config .site .link_icon .cls-1 {
    stroke:#666;
    stroke-width:5px;
}
#site_config .site .home > ul li a:hover .link_icon .cls-1{
    stroke:#fff;
}
@media (min-width:992px) {
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        min-width: 200px;
    }
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        min-width: 120px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 15px;
        padding-right: 25px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 15px;
    }
    #site_config .site .link_icon svg {
        width: 9px;
    }
}
/* msec1 */
@media (min-width:768px) {
    #msec1 {
        background: url(../img/msec1.jpg) center center no-repeat;
        position: relative;
    }
    #msec1 .floating {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    #msec1 .floating .floating_con {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: right;
        height: 100%;
        max-width: 1370px;
        padding: 0 15px;
        margin: 0 auto;
    }
    #msec1 .floating .quick_side {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        padding: 10px 20px;
    }
    #msec1 .floating .quick_side li {
        padding: 15px 0;
    }
    #msec1 .floating .quick_side li:not(:last-child){
        border-bottom: 1px solid #fff;
    }
    #msec1 .floating .quick_side li a {
        text-decoration: none;
        display: block;
    }
}
@media (max-width:768px) {
    #msec1 {
        background-color: #000;
    }
    #msec1 .floating .quick_side ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #msec1 .floating .quick_side ul li {
        width: 33.333333%;
    }
    #msec1 .floating .quick_side ul li:not(:last-child) {
        border-right: 1px solid #444;
    }
    #msec1 .floating .quick_side ul li a {
        text-decoration: none;
        padding: 10px;
        display: block;
    }
    #msec1 .floating .quick_side ul li a img {
        width: 20px;
    }
}

/* msec2 */
#msec2 ul li .txt h4 {
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 15px;
}
@media (max-width:768px) {
    #msec2 ul li:not(:last-child) {
        margin-bottom: 40px;
    }
}
/* msec3 */
#msec3 {
    background: url(../img/msec3_bg.jpg) center center no-repeat;
}
#msec3 .mtit h2 {
    font-weight: 200;
}
#msec3 a {
    display: inline-block;
    width: 230px;
    line-height: 1em;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 15px;
    font-size: 20px;
    color: #fff;
    margin: 4px;
    text-decoration: none;
}
#msec3 a span {
    display: inline-block;
    vertical-align: middle;
}
#msec3 a .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#msec3 a .icon1 {
    background: url(../img/dw1.png) center center no-repeat;
    background-size: 20px;
}
#msec3 a .icon2 {
    background: url(../img/dw2.png) center center no-repeat;
    background-size: 20px;
}
#msec3 a .icon3 {
    background: url(../img/dw3.png) center center no-repeat;
    background-size: 20px;
}
@media (min-width:768px){
    #msec3 {
        background-attachment: fixed;
        background-size: cover;
    }
}
@media (max-width:768px){
    #msec3 {
        background-size: cover;
    }
    #msec3 a {
        width: 80%;
        font-size: 17px;
    }
    #msec3 a .icon {
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
}

/* msec4 */
#msec4 ul li:nth-child(odd) {
    background-color: #f4f4f4;
}
#msec4 ul li > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
#msec4 ul li .txt h4 {
    color: #666;
}
@media (min-width:768px){
    #msec4 ul li .txt,
    #msec4 ul li .img {
        width: 50%;
    }
    #msec4 ul li .txt {
        padding-left: 60px;
    }
}
@media (max-width:768px){
    #msec4 ul li > div {
        flex-wrap: wrap;
        width: 100%;
    }
    #msec4 ul li .txt {
        width: 100%;
        order: 2;
    }
    #msec4 ul li .img {
        width: 100%;
        order: 1;
    }
}
/* msec5 */
#msec5 {
    background: url(../img/msec5_bg.jpg) center center no-repeat;
}
#msec5 h1 {
    font-weight: 200;
    line-height: 1.2em;
}
@media (min-width:768px){
    #msec5 {
        background-attachment: fixed;
        background-size: cover;
    }
}
@media (max-width:768px){
    #msec5 {
        background-size: cover;
    }
}
/* msec6 */
#msec6 .box {
    padding: 70px 50px;
    background: linear-gradient(to right,#f7f7f7, #eee);
}
#msec6 .box_wrp li h5 {
    font-weight: 300;
    padding: 5px 0;
    padding-left: 35px;
    position: relative;
}
#msec6 .box_wrp li h5 .chk {
    position: absolute;
    left: 0;
    top: 7px;
    height: 28px;
    width: 28px;
    background: url(../img/chk.png) center center no-repeat;
}
@media (min-width:768px){
    #msec6 .box_wrp {
        display: flex;
    }
    #msec6 .box_wrp > li {
        width: 50%;
    }
}
@media (max-width:768px){
    #msec6 h3 {
        text-align: center;
    }
    #msec6 .box {
        padding: 30px;
        background: linear-gradient(to bottom,#f7f7f7, #eee);
    }
    #msec6 .box_wrp li h5 {
        padding-left: 30px;
    }
    #msec6 .box_wrp li h5 .chk {
        height: 22px;
        width: 22px;
        background-size: 22px !important;
    }
}

/* msec7 */
#msec7 {
    background: url(../img/msec7_bg.png) center bottom no-repeat;
    background-size: cover;
    background-color: #d8020e;
    overflow: hidden;
}
/* msec8 */
#msec8 ul li h5 {
    margin-top: 15px;
    display: inline-block;
}
#msec8 ul li h5 {
    background-color: #d8020e;
    color: #fff;
    padding: 5px 13px;
    border-radius: 50px;
    letter-spacing: -0.04em;
}
@media (min-width:768px){
    #msec8 ul li h5 {
        font-size: 18px;
    }
}
@media (max-width:768px){
    #msec8 ul li {
        margin: 15px 0;
    }
    #msec8 ul li img {
        max-width: 60%;
    }
    #msec8 ul li h5 {
        padding: 5px 8px;
        font-size: 14px;
    }
}
/* msec9 */
#msec9 {
    background-color: #f4f4f4;
}
#msec9 ul li h5 {
    font-weight: 300;
    color: #666;
}
#msec9 .box {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
#msec9 .box .txt {
    width: 70%;
    padding-left: 20px;
}
@media (min-width:768px){
    #msec9 .list {
        display: flex;
        align-items: center;
    }
    #msec9 .list > li {
        width: 50%;
    }
}
@media (max-width:768px){
    #msec9 .box .icon {
        width: 25%;
    }
    #msec9 .box .txt {
        width: 75%;
        padding-left: 15px;
    }
}
/* msec10 */
#msec10 .slk_con li h5 {
    font-weight: 300;
    padding: 5px 0;
    padding-left: 35px;
    position: relative;
}
#msec10 .slk_con li h5 .chk {
    position: absolute;
    left: 0;
    top: 7px;
    height: 28px;
    width: 28px;
    background: url(../img/chk.png) center center no-repeat;
}
#msec10 .slick-arrow {
    position: absolute;
    top: calc(50% - 31px);
    width: 62px;
    height: 62px;
    background: url(../img/arr_bsn.png) center center no-repeat;
    border: 0px;
    color: transparent;
    border-radius: 50%;
    background-color: rgba(65, 88, 99, 0.2);
}
#msec10 .slick-arrow.slick-prev {
    left: -80px;
}
#msec10 .slick-arrow.slick-next {
    right: -80px;
    transform: rotate(180deg);
}
@media (min-width:768px){
    #msec10 .slk_con {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #msec10 .slk_con > div {
        width: 50%;
    }
    #msec10 .slk_con .txt  {
        padding-left: 60px;
    }
}
@media (max-width:768px){
    #msec10 .slk_con li h5 {
        padding-left: 30px;
    }
    #msec10 .slk_con .img {
        margin-top: 20px;
    }
    #msec10 .slk_con .txt > h1,
    #msec10 .slk_con .txt > h5 {
        text-align: center;
    }
    #msec10 .slk_con li h5 .chk {
        height: 22px;
        width: 22px;
        background-size: 22px !important;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
    line-height: 8px;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #a4a4a4;
}
.slick-dots li.slick-active button {
    background-color: #f31d1d;
    opacity: 1;
    width: 25px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}
/* msec11 */
#msec11 {
    background: url(../img/msec11_bg.jpg) center center no-repeat;
    background-size: cover;
}
#msec11 .con > .txt h5 {
    opacity: .6;
}
#msec11 .con > .txt h5 span,
#msec11 .con > .txt h5 i {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:768px){
    #msec11 .con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #msec11 .con > .txt {
        width: 40%;
    }
    #msec11 .con > .vdo {
        width: 60%;
    }
}
@media (max-width:768px){
    #msec11 .con > .vdo {
        margin-top: 30px;
    }
    #msec11 .con > .vdo iframe {
        height: 300px !important;
    }
}
@media (max-width:500px){
    #msec11 .con > .vdo iframe {
        height: 250px !important;
    }
}
/* msec12*/
#msec12 {
    background-color: #f4f4f4;
}

/* bsBox */
#bsBox {
    margin: 0 -15px;
}
#bsBox .slick-slide {
    padding: 0 15px;
}
#bsBox .slick-slide a {
    text-decoration: none;
    display: block;
    overflow: hidden;
}
#bsBox .slick-slide a img {
    border-radius: 15px;
}
#bsBox .txt {
    padding-top: 20px;
}
#bsBox .txt  h6 {
    font-weight: 700;
}
#bsBox .txt  h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#bsBox .txt  p {
    font-weight: 600;
}


/* quickForm */
#quickForm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    z-index: 200;
    padding: 10px 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: 45px;
    font-weight: 400;
    color: #999999;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 17px;
    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-bottom: 2px;
    color: #fff;
    font-size: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    line-height: 1em;
    margin-left: 2px;
    vertical-align: middle;
}
#quickForm .smt .smtBtn {
    display: inline-block;
    text-align: center;
    line-height: 55px;
    border-radius: 0;
    color: #fff;
    background-color: #f31d1d ;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 0 50px;
    border: 0px;
    border-radius: 5px;
}
@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 .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 */
a.quickToggleBtn {
    text-decoration: none;
    position: fixed;
    width: 100%;
    line-height: 55px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    z-index: 15;
    bottom: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
}










/*join*/
#join .form_con{
    
}
#join .form_con li {
    position: relative;
}
#join .form_con1 li {
    padding-left: 200px;
}
#join .form_con li > label {
    position: absolute;
    left: 0;
    font-size: 25px;
    color: #333;
    top: 20px;
    font-weight: 600;
}
#join .form_con li > label.label_right {
       left: 70%;
    text-align: right;
    z-index: 0;
    width: 30%;
}
#join .form_con li > label.label_right a {
   background: #ef3f41 !important;
    color: #fff !important;
    padding: 15px;
    border-radius: 8px;
    font-size: 25px;
}
#join .form_con li:not(:last-child) {
    margin: 15px 0;
} 
#join .form_con li .form-control {
    border: 1px solid #333;
    height: 60px;
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 10px;
} 
#join .form_con li input[type="button"] {
    font-size: 25px;
    border: 0px;
    background-color: #333;
    color: #fff;
    display: block;
    line-height: 60px;
    width: 100%;
    border-radius: 10px;
} 
#join .form_radio {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    padding: 15px 0;
} 
#join .radio-custom {
    display: inline-block;
    margin-right: 5px;
}
#join .radio-custom label{
    line-height: 1.6em;
}

#join .chk_wrp {
    font-size: 20px;
    color: #333;
    font-weight: 300;
}
#join .chk_wrp span {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
}
#join .chk_wrp .checkbox-custom {
    display: inline-block;
}
#join .btn_wrp {
    padding-top: 15px;
} 
#join .btn_wrp input {
    font-size: 30px;
    font-weight: 800;
    border: 0px;
    background-color: #1c6aff;
    color: #fff;
    display: block;
    padding: 30px 15px;
    width: 100%;
    border-radius: 10px;
} 
@media (max-width:768px){
    #join .form_con1 li,
    #join .form_con2 li {
        padding-left: 0px;
    }
    #join .form_con li > label  {
        position: relative;
        display: block;
        top: auto;
        margin-bottom: 5px;
        font-size: 18px;
    }
    #join .form_con li .form-control {
        padding: 5px;
        height: 35px;
        font-size: 14px;
    }
    #join .form_radio {
        padding: 10px 0;
        font-size: 16px;
    }
    #join .btn_wrp input {
        font-size: 17px;
        padding: 15px;
    } 
    #join .chk_wrp {
        text-align: left;
        font-size: 16px;
    }
	
	#join .form_con1 li {
		padding-right: 0px;
	}
	#join .form_con li > label.label_right {
		    position: absolute;
			display: block;
			top: 0%;
			margin-bottom: 5px;
			font-size: 13px;
			text-align: left;
			left: 20%;
	}
	#join .form_con li > label.label_right a {
		background: #ef3f41 !important;
		color: #fff !important;
		padding: 5px;
		border-radius: 8px;
		font-size: 15px;
	}
}
@media (max-width:768px){
    
}






#qrcode .acc_box {
    padding: 40px;
    border: 15px solid #eee;
}
#qrcode .acc_box .logo_box{
    margin-bottom: 50px;
}
#qrcode .acc_box .logo_box img{
    width: 500px;
}
#qrcode .acc_box .cont_box{
    background-color: #fff;
    padding: 50px 20px;
}
#qrcode .acc_box .cont_box .lined{
    background-color: #666;
    width: 50px;
    height: 1px;
    display: inline-block;
    margin: 30px 0;
}
#qrcode .cont_box .form-control {
    font-size: 20px;
    height: 50px;
    color: #666;
    font-weight: 500;
    background-color: #f7f7f7;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 0;
    margin-bottom: 10px;
}
#qrcode .acc_box .cont_box .qr{
    border: 1px solid #ccc;
    padding: 30px;
    text-align: center;
}
#qrcode .acc_box .cont_box .qr img{
    width: 200px;
}

#qrcode .acc_box h4{
     
    background: url(../img/qrbg.png) left 45% no-repeat;
    padding: 20px 0px;
}
@media (max-width:768px){
    #qrcode .acc_box{
        padding: 30px;
    }
    #qrcode .acc_box .logo_box{
        margin-bottom: 30px;
    }
    #qrcode .acc_box .logo_box img{
        width: 240px;
    }
    #qrcode .acc_box .cont_box{
        padding: 20px 0;
    }
    #qrcode .acc_box .cont_box .lined{
        width: 30px;
        margin: 10px 0;
    }
    #qrcode .cont_box .form-control {
        font-size: 16px;
        height: 45px;
    }
    #qrcode .acc_box .cont_box .qr{
        padding: 20px;
    }
    #qrcode .acc_box .cont_box .qr img{
        width: 150px;
    }
}

/* deptList */
.deptList .item {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px 25px;
}
.deptList .item .icon i {
    font-size: 50px;
    line-height: 1em;
}
.deptList .item h4 {
    font-weight: 700;
}
.deptList .item h5 {
    line-height: 1.4em;
}
@media (max-width:767px) {
    .deptList .item {
        display: flex;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 15px;
        align-items: center;
        margin: 10px 0;
    }
    .deptList .item .icon {
        width: 20%;
        align-items: center;
        justify-content: center;
    }
    .deptList .item .icon i {
        font-size: 25px;
    }
    .deptList .item .txt {
        width: 80%;
        text-align: left;
        padding-left: 10px;
    }
}

/* form */
.form .formBox {
    padding: 50px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
}
.form .top h3,
.form .top p {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.form ul {
    padding:0 10px;
}
.form ul li {
    position: relative;
    padding-left: 200px;
    margin: 10px 0;
}
.form ul li label {
    position: absolute;
    left: 50px;
    top: 0;
    line-height: 45px;
    font-weight: 600;
	    font-size: 30px !important;
}
.form ul li label,
.form select.form-control,
.form input.form-control {
    height: 50px;
}
.form ul li label,
.form .form-control {
    display: block;
    color: #333;
    font-size: 22px;
}
.form .form-control {
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0 0 0;
    background-color: transparent;
    margin: 0px;
}
.form ul li .form-control:focus {
    border-color: #57b798;
}
.form .smt {
    line-height: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    width: 100%;
    display: block;
    border: 1px solid #111;
    border-radius: 4px;
    background-color: transparent;
    background-color: #111;
    color: #fff;
    
    -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;
}
/* .form .smt:hover {
    background-color: #111;
    color: #fff;
} */
@media (max-width:767px){

	.form ul {
		padding:0 ;
	}
    .form .formBox {
        padding: 25px;
    }
    .form .top h3,
    .form .top p {
        margin-right: 5px;
    }
    .form ul li {
        padding-left: 0;
        margin: 15px 0;
    }
    .form ul li label {
        line-height: 25px;
        font-size: 15px;
        position: relative;
        left: 0;
    }
    .form select.form-control,
    .form input.form-control {
        height: 45px;
    }
    .form ul li label,
    .form .form-control {
        font-size: 15px;
        position: relative;
    }
    .form ul li label {
        height: auto;
        font-size: 14px;
        position: relative;
    }
    .form .smt {
        line-height: 45px;
        font-size: 17px;
    }
	
	.form ul li label {
			font-size: 20px !important;
	}
}

/* proList */
.proList {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.proList li {
    position: relative;
}
.proList li:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 60px;
}
.proList .item .icon {
    width: 60px;
    height: 60px;
    background-color: #f7f7f7;
    border-radius: 50%;
    font-size: 25px;
    color: #111;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    margin: 0 auto;
}
.proList .item .txt h5 {
    line-height: 1.2em;
}
.proList .item .txt p {
    line-height: 1.3em;
}
.proList .item .txt p i {
    font-weight: 700;
}
@media (min-width:768px){
    .proList .item .txt h5 {
        margin-top: 15px;
    }
}
@media (min-width:992px){
    .proList .item .txt {
        margin-top: 15px;
    }
    .proList .item .txt p {
        margin-top: 5px;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after,
    .proList .prc4:after {
        top: calc(50% - 30px);
        right: -14px;
        background: url(../img/arrRt.png) center center no-repeat;
    }
}
@media (max-width:992px){
    .proList {
        display: flex;
        flex-wrap: wrap;
    }
    .proList > li {
        width: 50%;
        margin-bottom: 40px;
    }
    .proList .item .txt {
        margin-top: 15px;
        height: 130px;
    }
    .proList .prc1 {order:1}
    .proList .prc2 {order:2}
    .proList .prc3 {order:4}
    .proList .prc4 {order:3}
    .proList .prc5 {order:5;}
    .proList .prc6 {order:6;}
    .proList1 .prc5 {margin-bottom: 0px;}
    .proList1 .prc6 {margin-bottom: 0px;}
    .proList .prc2:after,
    .proList .prc4:after{
        background: url(../img/arrBt.png) center center no-repeat;
        bottom: -30px;
        left: calc(50% - 30px);
    }
    .proList .prc3:after{
        left: -30px;
        background: url(../img/arrLt.png) center center no-repeat;
    }
    .proList .prc1:after,
    .proList .prc3:after,
    .proList .prc5:after{
        top: calc(50% - 30px);
    }
}
@media (max-width:767px){
    .proList > li {
        width: 100%;
        padding: 15px;
        margin: 0px;
    }
    .proList .item {
        border: 1px solid #ddd;
        padding: 20px 15px;
        border-radius: 10px;
    }
    .proList .item .txt {
        margin-top: 0;
        height: auto;
    }
    .proList li:after {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
    .proList .prc1:after,
    .proList .prc2:after,
    .proList .prc3:after,
    .proList .prc4:after ,
    .proList .prc5:after {
        background: url(../img/arrBt.png) center center no-repeat;
        bottom: -10px;
        top:  auto;
        left: calc(50% - 10px);
		    transform: rotate(270deg);
    }
    .proList1 .prc6:after,
    .proList2 .prc8:after {
        display: none;
    }
    .proList > li .m_wrp {
        padding: 20px;
        border: 1px solid #ddd;
    }
    .proList > li .img {
        width: 20%;
    }
    .proList > li .txt {
        text-align: left;
        width: 80%;
        padding-left: 0;
    }

    .proList .prc1 {order:1}
    .proList .prc2 {order:2}
    .proList .prc3 {order:3}
    .proList .prc4 {order:4}
    .proList .prc5 {order:5;}
    .proList .prc6 {order:6;}
}

@media (max-width:767px){
    .proList > li {
        padding: 20px 0;
    }
    .proList .item {
        display: flex;
        align-items: center;
    }
    .proList .item .icon {
        width: 50px;
        height: 50px;
        text-align: center;
    }
    .proList .item .icon span {
        display: inline-block;
        background-color: #fff;
        border-radius: 50%;
        padding: 0;
    }
    .proList .item .txt {
        padding-left: 20px;
        width: calc(100% - 50px);
        text-align: left;
    }
}
@media (max-width:500px){
    .proList .item .txt h5 {
        font-size: 15px;
    }
}

/* imgPad */
.imgPad {
    padding: 40px;
}
.imgPadBig {
    padding: 60px;
}
@media (max-width:767px) {
    .imgPad {
        padding: 15px;
    }
    .imgPadBig {
        padding: 20px;
    }
}
/* imgBorder */
.imgBorder {
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.imgBorder h5 span {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px 25px;
    border-radius: 60px;
}