/* 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*/
.body {
    overflow: hidden;
}
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;
    }
    .container_mini {
        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:991px){
    #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;
        padding: 5px 0;
	}	
}	
/* 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: 17px;
    font-weight: 300;
    padding: 30px 30px;
    text-align: center;
    letter-spacing: 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;
}
.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;
    padding: 20px 30px;
}
html.sticky-header-active #header .logoBox a img {
    width: 90px;
}
.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: 20%;
}
#header .linkBox {
    width: 60%;
}
#header .logBox {
    width: 20%;
}
#header .logBox ul {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:1200px){
    #header .hBox {
        flex-wrap: wrap;
    }
    #header .logBox {
        width: calc(100% - 130px);
        order: 2;
    }
    #header .logBox img {
        width: 30px;
    }
    #header .logoBox {
        width: 90px;
        order: 1;
    }
    #header .linkBox {
        width: 40px;
        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;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@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: 13px;
    color: #666;
    font-weight: 400;
    line-height: 1em;
    padding: 7px 12px;
    border-radius: 100px;
    margin-left: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
}
#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:991px) {	
    #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: 25px;
    height: 1px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 25px;
    height: 1px;
    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: 8px;
}
.lines_bar:after {
    top: -8px;
}
.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: 250px;
}
.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:991px) {
    .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: #ffd235 !important;
}
.c_rd {
    color: #f92b1c !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 {
    margin-top: 0px !important;
    padding: 40px 0 !important;
}
#footer .container .row > div {
    margin-bottom: 0px;
}
#footer h6 {
    color: #aaa;
    line-height: 1.6em;
}
#footer h6 .fcon {
    display: inline-block;
}
#footer h6 .fcon strong {
    display: inline-block;
}
#footer h6 .dvd {
    display: inline-block;
    height: 10px;
    vertical-align: middle;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px;
}
#footer .btCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
    margin-top: 30px;
}
#footer .btCon .lft a {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
#footer .btCon .rt {
    text-align: right;
}
@media (min-width:992px) {
    #footer svg {
        width: 400px;
    }
    #footer h6 {
        font-size: 15px;
    }
}
@media (max-width:767px) {
    #footer .btCon {
        flex-wrap: wrap;
    }
    #footer .btCon > div {
        width: 100%;
    }
    #footer .btCon .lft a {
        font-size: 20px;
        margin: 0 5px;
    }
    #footer .btCon .rt {
        text-align: center;
    }
    #footer .btCon .rt h6 {
        line-height: 1.2em;
    }
}
/* allnv */
#footer .allnv {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
#footer .allnv .big {
    margin: 0 -15px;
}
#footer .allnv .big > li {
    padding: 0 15px;
    margin: 10px 0;
    text-align: right;
}
#footer .allnv .big > li > a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
#footer .allnv .big > li > ul {
    margin-top: 10px;
}
#footer .allnv .big > li > ul li a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #eee;
    opacity: .5;

    -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;
}
#footer .allnv .big > li > ul li a:hover {
    opacity: 1;
}
#footer h6 {
    font-size: 14px;
}
#footer h6 .admBtn {
    background-color: #2f2f2f;
    display: inline-block;
    line-height: 1em;
    padding: 5px 8px;
    border-radius: 3px;
    font-weight: 600;
    color: #a8a8a8;
}
#footer h6 strong {
    color: #fff;
}
#footer h6 span {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
}
#footer .sns {
    margin-top: 20px;
}
#footer .sns a {
    display: inline-block;
    margin: 0 2px;
    text-decoration: none;
    width: 40px;
}
@media (min-width:991px) {
    #footer .allnv .lft {
        width: calc(100% - 100px);
    }
    #footer .allnv .rt {
        width: 100px;
    }
}
@media (max-width:992px) {
    #footer .sns a {
        width: 33px;
        margin: 0px;
    }
    #footer .allnv {
        margin: 0 auto;
    }
}
@media (max-width:767px){
    #footer {
        padding: 40px 0 !important;
    }
    #footer .allnv {
        justify-content: flex-start;
    }
    #footer p {
        font-size: 14px;
    }    
    #footer h6 {
        font-size: 12px;
    }    
    #footer .infoH {
        position: relative;
    }
}


/* lineds */
.lineds {
    position: relative;
}
@media (min-width:991px){
    .lineds:after {
        content: "";
        position: absolute;
        left: calc(55% - 6px);
        top: 0;
        height: 100%;
        width: 1px;
        background-color: rgba(255, 255, 255, .2);
        z-index: 5;
    }
}
/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .slick-slide img {
    display: inline-block;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) right center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) right center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) right center no-repeat;
    background-size: cover;
}
#visual .contxt {
    display: flex;
    align-items: center;
    height: 100%;
}
#visual .contxt h1 {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 1.2em;
}
#visual .contxt h1 span {
    opacity: .7;
}
#visual .contxt h4,
#visual .contxt h5 {
    line-height: 1.3em;
}
#visual .contxt h5 span {
    opacity: .2;
}
#visual .contxt .mainTxt {
    width: 400px;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 37px);
    width: 39px;
    height: 74px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 13%;
}
#visual_wrp #arr_next {
    right: 13%;
    transform: rotate(180deg);
}
#visual .txt1,
#visual .txt2,
#visual .txt3,
#visual .txt4 {
    opacity: 0;
}
#visual .ply .txt1 {
    -webkit-animation: fadeMove 4s linear infinite;
    -moz-animation: fadeMove 4s linear infinite;
    -ms-animation: fadeMove 4s linear infinite;
    -o-animation: fadeMove 4s linear infinite;
    animation: fadeMove 4s linear infinite;
}
@keyframes fadeMove {
    5% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    20% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt2 {
    -webkit-animation: fadeMove2 4s linear infinite;
    -moz-animation: fadeMove2 4s linear infinite;
    -ms-animation: fadeMove2 4s linear infinite;
    -o-animation: fadeMove2 4s linear infinite;
    animation: fadeMove2 4s linear infinite;
}
@keyframes fadeMove2 {
    20% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    35% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

#visual .ply .txt3 {
    -webkit-animation: fadeMove3 4s linear infinite;
    -moz-animation: fadeMove3 4s linear infinite;
    -ms-animation: fadeMove3 4s linear infinite;
    -o-animation: fadeMove3 4s linear infinite;
    animation: fadeMove3 4s linear infinite;
}
@keyframes fadeMove3 {
    35% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    50% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
#visual .ply .txt4 {
    -webkit-animation: fadeMove4 4s linear infinite;
    -moz-animation: fadeMove4 4s linear infinite;
    -ms-animation: fadeMove4 4s linear infinite;
    -o-animation: fadeMove4 4s linear infinite;
    animation: fadeMove4 4s linear infinite;
}
@keyframes fadeMove4 {
    50% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    65% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (min-width:991px){
    #visual .bg {
        height: 980px;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 600px;
    }
    #visual .contxt h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: 500px;
    }
    #visual .contxt {
        text-align: center;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
    #visual .contxt .mainTxt {
        width: 230px;
        text-align: center;
        margin: 0 auto;
    }
    #visual .contxt h1 {
        font-size: 30px;
    }
}

/* btnWrp */
.btnWrp .btnItem {
    overflow: hidden;
    position: relative;    
    text-decoration: none;
    display: inline-block;
    padding: 12px 40px;
    line-height: 1em;
    background-color: #706753;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border-radius: 50px;
    letter-spacing: 1px;
}
.btnWrp .btnItem.sq {
    border-radius: 5px;
}
.btnWrp .btnItem.btn2 {
    background: #810a0a;
}
.btnWrp .btnItem.btn3 {
    background: #0a4481;
}
.btnWrp .btnItem.btn4 {
    background: #256d01;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        font-size: 12px;
        padding: 10px 25px;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 10%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#slider_bt .con {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
	text-align: right;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    opacity: 1;
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
}
@media (max-width:768px){
    #slider_bt {
        bottom: 10%;
    }
}
/* ms1 */
#ms1 {
    background: url(../img/ms1.png) center center no-repeat;
    background-size: cover;
}
#ms1 .img .fbox {
    display: flex;
    justify-content: right;
    gap: 20px;
    align-items: flex-end;
}
@media (min-width:991px){
    #ms1 .txt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}
@media (max-width:992px){
    #ms1 .txt {
        padding-top: 0px;
        text-align: center;
    }
    #ms1 .img .fbox {
        gap: 0;
    }
    #ms1 .img .fbox img:nth-of-type(1) {
        display: none;
    }
    #ms1 .img .fbox img:nth-of-type(2) {
        width: 100%;
    }
}

/* ms2 */
#ms2 {
    background: url(../img/ms2.jpg) center center no-repeat;
    background-size: cover;
    height: 660px;
}
#ms2 .fbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ms2 .fbox h6 {
    width: 100%;
    max-width: 500px;
    text-align: left;
    display: inline-block;
    letter-spacing: 1em !important;
    line-height: 4.5em;
    font-size: 12px;
}
#ms2 .fbox h6 span {
    display: inline-block;
}
@media (min-width:991px){
    #ms2::before {
        content: "";
        position: absolute;
        width: 250px;
        height: 250px;
        border: 1px solid rgba(255, 255, 255, .2);
        left: calc(55% - 131px);
        top: calc(50% - 125px);
        z-index: 5;
        border-radius: 50%;
    }
}
@media (max-width:768px){
    #ms2 {
        height: 300px;
    }
    #ms2 .fbox {
        background-color: rgba(0,0,0,0.5);
    }
    #ms2 .fbox h6 {
        text-align: center;
        line-height: 3em;
    }
}

/* ms3 */
#ms3 {
    background-color: #f4f4f4;
}
#ms3 ul li .txt p {
    font-weight: 500;
}
#ms3 ul li .txt h6 {
    margin-top: 10px;
}
@media (min-width:991px){
    #ms3 ul {
        display: flex;
        align-items: center;
        gap: 1;
    }
    #ms3 ul li {
        padding: 0.5px;
    }
    #ms3 ul li .txt {
        margin-top: 30px;
    }
}
@media (max-width:991px){
    #ms3 ul li {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    #ms3 ul li .img {
        width: 30%;
    }
    #ms3 ul li .txt {
        width: 70%;
        text-align: left;
        padding-left: 20px;
    }
    #ms3 ul li:nth-child(even) .img {
        order: 2;
    }
    #ms3 ul li:nth-child(even) .txt {
        order: 1;
        padding-left: 0;
        padding-right: 20px;
    }
}

/* itemList */
.itemList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.itemList > li {
    width: calc(20% - 8px);
    line-height: 1.2em;
    font-size: 13px;
    color: #222;
}
.itemList li .item {
    border: 1px solid #ddd;
    position: relative;
}
.itemList li .item .chk {
    position: absolute;
    left: 0;
    top: 0;
    padding: 8px;
}
.itemList li .item .chk input {
    margin: 0px;
}
.itemList li .item .top {
    display: flex;
    align-items: center;
}
.itemList li .item .top .img {
    border-right: 1px solid #ddd;
    width: 96px;
}
.itemList li .item .top .txt {
    width: calc(100% - 96px);
    border-left: 1px solid #ddd;
    margin-left: -1px;
    padding: 10px;
    letter-spacing: -0.03em;
}
.itemList li .item .top .txt ul li {
    line-height: 1.2em;
    margin: 3px 0;
    display: flex;
}
.itemList li .item .top .txt ul li strong {
    width: 40px;
}
.itemList li .item .bottom {
    padding: 5px;
    text-align: center;
    border-top: 1px solid #ddd;
    letter-spacing: -0.03em;
    line-height: 1.2em;
	height : 50px;
}
.selectw{
	max-width:100px;;
}

@media (max-width:1369px){
    .itemList {
        justify-content: center;
    }
    .itemList > li {
        width: calc(25% - 8px);
    }

	.selectw{
		max-width:70px;;
	}
	
}
@media (max-width:992px){
    .itemList > li {
        width: calc(33.33333% - 8px);
    }
	.selectw{
		max-width:80px;;
	}
}
@media (max-width:768px){
    .itemList > li {
        width: calc(50% - 5px);
    }
	.selectw{
		max-width:80px;;
	}
}
@media (max-width:500px){
	.itemList li .item .top {
		    display: inline-block;
		width: 100%;
	}
    .itemList {
        gap: 5px;
    }
    .itemList > li {
        font-size: 11px;
    }
    .itemList li .item .top .img {
       width: 100%;
		height: 130px;
		align-items: center;
    display: grid;
    justify-content: center;
    }
    .itemList li .item .top .txt {
       /* width: calc(100% - 70px);
        padding: 6px;*/
		width:100%
    }
    .itemList li .item .top .txt ul li strong {
        width: 33px;
    }
	.selectw{
		max-width:100px;;
	}
}

/* subtop */
#subtop {
    height: 250px;
    background-color: #ddd;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}
@media (max-width:768px){
    #subtop {
        height: 220px;
    }
}

/* siteconfig */
#siteconfig .site {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    justify-content: center;
    color: rgba(255, 255, 255, 0.4);
}
#siteconfig .site > span {
    display: inline-block;
    padding: 0 5px;
}
#siteconfig .site .home,
#siteconfig .site i,
#siteconfig .site span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 3px;
}
#siteconfig .site .home:last-of-type {
    font-weight: 600;
    color: #fff;
}
@media (max-width:768px){
    #siteconfig .site {
        font-size: 13px;
    }
}
