/*Reset*/
img {
    max-width: 100%;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
img {
    max-width: 100%;
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
}
@media (max-width:1370px){
    .hid-max {
        display: none;
    }
}
@media (max-width:501px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/* setting */
.mb-none {
    margin-bottom: 0px !important;
}
.mt-none {
    margin-top: 0px !important;
}
.m-none {
    margin: 0px !important;
}
.pb-none {
    padding-bottom: 0px !important;
}
.pt-none {
    padding-top: 0px !important;
}
.p-none {
    padding: 0px !important;
}
/*color*/
.c_gd {
    color: #a78966 !important;
}
.c_bl {
    color: #00539e !important;
}
.c_lbl {
    color:blue !important;
}
.c_lgr {
    color: #999 !important;
}
.c_gr {
    color: #666 !important;
}
.c_grn {
    color: #0a6734 !important;
}
.c_rd {
    color: #ff0000 !important;
}
.c_org {
    color: #fa4616 !important;
}
.c_dft {
    color: #38a9a0 !important;
}
.c_pt {
    color: #9bc716 !important;
}

/* hid */
@media (min-width:1170px){
    .hid_min {
        display: none;
    }
}
@media (max-width:1170px){
    .hid_max {
        display: none;
    }
}

/* header */
#header {
    line-height: auto;
    z-index: 1000;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#header .header-body {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
#header #logo a,
#header #logo a svg {
    vertical-align: middle;
}
#header #menuBox {
    text-align: center;
}
#header #menuBox h4 {
	    font-size: 16px;
}
#header #menuBox > div {
    display: inline-block;
}
#header #menuBox nav li {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
#header #menuBox nav li a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 35px;
    cursor: pointer;
}
#header #menuBox nav li a span {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}
#header #menuBox nav li a,
#header #menuBox nav li a span,
#header #menuBox nav li a span:after {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#header #menuBox nav li a,
#header #menuBox nav li a:visited,
#header #menuBox nav li a:focus,
#header #menuBox nav li a:hover {
    background-color: transparent;
    color: rgba(255,255,255,0.7);
}
#header #menuBox nav li a:hover {
    background-color: transparent;
    color: #fff;
}
#header #menuBox .logBox {
    position: relative;
    line-height: 40px;
}
#header #menuBox .logBox .slideTarget {
    position: absolute;
    left: -30px;
    background-color: #f7f7f7;
    border-radius: 10px;
    top: 100%;
    padding: 20px;
    width: 100px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#header #menuBox .logBox .slideTarget:after {
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #f7f7f7 transparent;
    top: -13px;
    right: calc(50% - 8px);
}
#header #menuBox .logBox .slideTarget ul li {
    line-height: 1.1em;
}
#header #menuBox .logBox .slideTarget ul li a {
    padding: 5px;
    text-align: center;
    display: block;
    font-weight: 500;
    color: #999;
}
#header #menuBox .logBox .slideTarget ul li a:hover {
    color: #9bc716;
}
#header #menuBox .logBox span {
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    line-height: 25px;
    width: 40px;
    text-align: center;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#header #menuBox .logBox:hover span,
#header #menuBox .logBox:active span {
    opacity: 1;
}
#header #menuBox .logBox span img {
    width: 17px;
}
@media (min-width: 991px) {
    #header #logo {
        width: 22%;
    }
    #header #menuBox {
        width: 78%;
        text-align: right;
    }
    #header #menuBox nav li:hover a span:after {
        width: 15px;
    }
}
@media (max-width: 1530px) {
    #header #menuBox nav li a {
        font-size: 18px;
        padding: 20px 15px;
    }
}
@media (max-width: 1200px) {
    #header #menuBox nav li a {
        font-size: 14px;
        padding: 20px 10px;
    }
}
@media (max-width: 992px) {
    #header {
        line-height: 65px;
        height: 65px;
    }
    #header #logo {
        width: 40%;
    }
    #header #menuBox {
        width: 60%;
        text-align: right;
    }
    #header #logo {
        text-align: left;
        height: auto;
        position: relative !important;
        width: auto;
    }
    #header #logo a svg {
        width: 120px;
    }
    #header #menuBox nav li a {
        padding: 20px 15px;
        line-height: 1em;
        font-size: 17px;
    }
    #header #menuBox .logBox span {
        opacity: 1;
    }
}
@media (max-width: 768px) {
    #header #menuBox nav {
        margin: 0 -5px;
    }
    #header #menuBox nav li a {
        padding: 10px 0;
        font-size: 13px;
    }
}
@media (max-width: 500px) {
    #header .container {
        padding: 0 15px;
    }
    #header #logo a svg {
        width: 90px;
    }
}
/* logo color */
.logoItem .cls-1,.cls-2,.cls-3,.cls-4{stroke-miterlimit:10;}
.logoItem .cls-1,.cls-2,.cls-4{stroke-width:0.28px;}
.logoItem .cls-3{fill:none;stroke-width:4px;}

.logoItem .cls-1{fill:#7fbb2c;stroke:#7fbb2c;}
.logoItem .cls-2{fill:#f9c100;stroke:#f9c100;}
.logoItem .cls-3{stroke:#000;}
.logoItem .cls-4{fill:#e95820;stroke:#e95820;}
.logoItem .cls-5{fill:#fff;}

#header.sticky-active .cls-1,
.mobile-nav .cls-1{
    fill:#7fbb2c;stroke:#7fbb2c;
}
#header.sticky-active .cls-2,
.mobile-nav .cls-2{
    fill:#f9c100;stroke:#f9c100;
}
#header.sticky-active .cls-3,
.mobile-nav .cls-3{
    stroke:#000;
}
#header.sticky-active .cls-4,
.mobile-nav .cls-4{
    fill:#e95820;stroke:#e95820;
}
#header.sticky-active .cls-5,
.mobile-nav .cls-5{
    fill:#fff;
}
/* header sticky */
#header.sticky-active {
    background-color: rgba(0,0,0,0.9);
}
#header.sticky-active #menuBox nav li a {
    padding-top: 0;
    padding-bottom: 0;
}
/* mobilefixed menu */
/* @media (max-width: 992px) {
    #header #menuBox {
        position: fixed;
        left: 0;
        bottom: 0;
    }
    #header #menuBox nav {
        opacity: 0;
        top: 100%;

        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    #header #menuBox.act nav {
        opacity: 1;
        top: 0;
    }
    #header #menuBox .mobileNavBtn {
        background-color: #a1cb5e;
        border-radius: 50%;
        width: 60px;
        line-height: 60px;
        display: inline-block;
        cursor: pointer;
    }
    #header #menuBox nav li {
        display: block;
    }
    #header #menuBox nav li a {
        padding: 3px 15px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        height: auto;
        line-height: 20px;
        font-size: 14px;
        margin: 8px 0;
        border-radius: 50px;
    }
} */
/* lines_bar */
.lines_bar {
    display: inline-block;
    width: 25px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 25px;
    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: 8px;
}
.lines_bar:after {
    top: -8px;
}
#header #menuBox.act .lines_bar {
    background-color: transparent;
}
#header #menuBox.act .lines_bar:after,
#header #menuBox.act .lines_bar:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 25px;
}
#header #menuBox.act .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
#header #menuBox.act .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    width: 40px;
    cursor: pointer;
    margin: 0;
    line-height: 35px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.lines_bar {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: relative;
    top: -3px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 40px;
    height: 4px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 14px;
}
.lines_bar:after {
    top: -14px;
}
.mmenu-open .lines_bar {
    background-color: transparent !important;
}
.mmenu-open .lines_bar:before,
.mmenu-open .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
.mmenu-open .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mmenu-open .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:768px) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        width: 25px;
        height: 2px;
    }
    .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: -600px;
	width: 600px;
	display: block !important;
	position: fixed;
	top: 0;
	z-index: 999;
	height: 100%;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(5, 5, 5, 0.9);
}

.mobile-nav-wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    padding-top: 20%;
    vertical-align: middle;
}
.mobile-side-menu .header-logo svg {
    width: 140px;
}
.mobile-side-menu > .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: 0;
    padding: 0;
    position: absolute;
    left: 15px;
}
.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: 30px;
}
.mobile-side-menu li a {
	display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    cursor: pointer;
    background-color: transparent;
    color: #eee;
    border: 0;
    text-align: center;
    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:hover {
    background-color: transparent !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.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: #f3b531;
    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 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;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
    z-index: 100;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 13px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 5px;
}
.mobile-side-menu .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;
}
.mmenu-open .mobile-nav {
	left: 0;
}
.mobile-nav .logbox {
    text-align: center;
}
.mobile-nav .logbox a {
    text-decoration: none;
    display: inline-block;
    color: #ddd;
}
.mobile-nav .logbox span {
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 12px;
    background-color: rgba(170, 170, 170, 0.4);
}
@media (max-width:768px) {
    .mobile-nav {
        left: -300px;
        width: 300px;
        overflow-y: scroll;
    }
    .mobile-side-menu > .mmenu-toggle-btn {
        top: 0px;
        right: 0;
        line-height: 20px;
        left: auto;
    }
    .mobile-side-menu li a {
        padding: 15px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/*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:1200px) and (min-width:992px){
    .conbox {
        margin-top: calc(100vw * (60 / 1200));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 1200));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 1200));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 1200));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 1200));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 1200));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 1200));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .conbox {
        margin-top: calc(100vw * (60 / 992));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (100 / 992));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (150 / 992));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (200 / 992));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 992));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (30 / 992));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (20 / 992));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (10 / 992));
    }
}
@media (max-width:768px) and (min-width:450px){
    .conbox {
        margin-top: calc(100vw * (40 / 768));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 768));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 768));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 768));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (30 / 768));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 768));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 768));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 768));
    }
}
@media (max-width:501px){
    .conbox {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_lg {
        margin-top: calc(100vw * (50 / 500));
    }
    .conbox.conbox_xlg {
        margin-top: calc(100vw * (70 / 500));
    }
    .conbox.conbox_xxlg {
        margin-top: calc(100vw * (100 / 500));
    }
    .conbox.conbox_mini {
        margin-top: calc(100vw * (40 / 500));
    }
    .conbox.conbox_xs {
        margin-top: calc(100vw * (20 / 500));
    }
    .conbox.conbox_xxs {
        margin-top: calc(100vw * (10 / 500));
    }
    .conbox.conbox_xxxs {
        margin-top: calc(100vw * (5 / 500));
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 13rem 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 15rem 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 20rem 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 8rem 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 6rem 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 5rem 0;
}
.sec_dvd.sec_dvd_xxxs {
    padding: 4rem 0;
}
@media (max-width:1200px) and (min-width:992px){
    .sec_dvd {
        padding-top: calc(100vw * (50 / 1200));
        padding-bottom: calc(100vw * (50 / 1200));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (70 / 1200));
        padding-bottom: calc(100vw * (70 / 1200));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (100 / 1200));
        padding-bottom: calc(100vw * (100 / 1200));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 1200));
        padding-bottom: calc(100vw * (60 / 1200));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 1200));
        padding-bottom: calc(100vw * (40 / 1200));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 1200));
        padding-bottom: calc(100vw * (30 / 1200));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 1200));
        padding-bottom: calc(100vw * (20 / 1200));
    }
}
@media (max-width:991px) and (min-width:767px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 992));
        padding-bottom: calc(100vw * (80 / 992));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 992));
        padding-bottom: calc(100vw * (100 / 992));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 992));
        padding-bottom: calc(100vw * (130 / 992));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 992));
        padding-bottom: calc(100vw * (60 / 992));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 992));
        padding-bottom: calc(100vw * (40 / 992));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 992));
        padding-bottom: calc(100vw * (30 / 992));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 992));
        padding-bottom: calc(100vw * (20 / 992));
    }
}
@media (max-width:768px) and (min-width:500px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 768));
        padding-bottom: calc(100vw * (80 / 768));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 768));
        padding-bottom: calc(100vw * (100 / 768));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 768));
        padding-bottom: calc(100vw * (130 / 768));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 768));
        padding-bottom: calc(100vw * (60 / 768));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 768));
        padding-bottom: calc(100vw * (40 / 768));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 768));
        padding-bottom: calc(100vw * (30 / 768));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 768));
        padding-bottom: calc(100vw * (20 / 768));
    }
}
@media (max-width:501px){
    .sec_dvd {
        padding-top: calc(100vw * (80 / 500));
        padding-bottom: calc(100vw * (80 / 500));
    }
    .sec_dvd.sec_dvd_lg {
        padding-top: calc(100vw * (100 / 500));
        padding-bottom: calc(100vw * (100 / 500));
    }
    .sec_dvd.sec_dvd_xlg {
        padding-top: calc(100vw * (130 / 500));
        padding-bottom: calc(100vw * (130 / 500));
    }
    .sec_dvd.sec_dvd_mini {
        padding-top: calc(100vw * (60 / 500));
        padding-bottom: calc(100vw * (60 / 500));
    }
    .sec_dvd.sec_dvd_xs {
        padding-top: calc(100vw * (40 / 500));
        padding-bottom: calc(100vw * (40 / 500));
    }
    .sec_dvd.sec_dvd_xxs {
        padding-top: calc(100vw * (30 / 500));
        padding-bottom: calc(100vw * (30 / 500));
    }
    .sec_dvd.sec_dvd_xxxs {
        padding-top: calc(100vw * (20 / 500));
        padding-bottom: calc(100vw * (20 / 500));
    }
}
/*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;
    }
}

/* fbox */
.fbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fbox.v_t {
    align-items: flex-start;
}
.fbox.v_bt {
    align-items: flex-end;
}
.fbox.h_t {
    justify-content: flex-start;
}
.fbox.h_ct {
    justify-content: center;
}
.fbox.h_bt {
    justify-content: flex-end;
}
@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:768px) {
    .fbox {
        flex-wrap: wrap;
    }
}


/*mapbox*/
.mapbox {
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
.mapbox .root_daum_roughmap_landing .border1, 
.mapbox .root_daum_roughmap_landing .border2, 
.mapbox .root_daum_roughmap_landing .border3, 
.mapbox .root_daum_roughmap_landing .border4 {
    display: none !important;
}
@media (max-width:768px) {
    .mapbox,
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/* footTop */
#footTop {
    background-color: #f7f7f7;
}
/* footer */
#footer {
    background-color: #111;
    padding: 40px 0 100px;
    text-align: center;
}
#footer .links {
    margin-bottom: 15px;
}
#footer .links span,
#footer .links a {
    display: inline-block;
    cursor: pointer;
    color: #b1b1b1;
    font-size: 14px;
    vertical-align: middle;
}
#footer .links strong {
    display: inline-block;
    height: 10px;
    width: 1px;
    background-color: rgba(0,0,0,0.2);
    margin: 0 10px;
}
#footer .links a {
    color: #111;
}
@media (max-width:768px) {
    #footer {
        padding: 30px 0 100px;
    }
    #footer .c_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    #footer .c_wrp > div {
        width: 100%;
    }
    #footer .c_wrp > .left {
        order: 2;
    }
    #footer .c_wrp > .right {
        order: 1;
    }
    #footer .links {
        margin-bottom: 7px;
    }
    #footer .links span,
    #footer .links a {
        display: block;
        margin-bottom: 15px;
    }
    #footer .links strong {
        display: none;
    }
}
/*modal*/
body.modal-open,
.modal-open .modal {
    padding: 0px !important;
}
.priv {
    padding: 30px 0;
}
.priv .modal-header p {
    margin-top: 0px;
}
.priv .modal-body ol {
    font-size: 17px;
    line-height: 1.8em;
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 0;
    list-style: none;
}
.priv .modal-body ol > li {
    position: relative;
    padding-left: 20px;
}
.priv .modal-body ol > li p {
    margin-top: 5px;
}
.priv .modal-body ol > li .hd {
    position: absolute;
    left: 0;
}
.priv .modal-body > ol > li {
    font-weight: 600;
}
.priv .modal-body > ol > li .weight-light {
    font-weight: 300;
}


/* visual */
#visual {
    background: url(../img/visual_bg.jpg) center center no-repeat;
}
/* ms1 */
@media (max-width:768px){
    #ms1 ul li {
        display: flex;
        align-items: center;
    }
    #ms1 ul li .icon,
    #ms1 ul li img {
        width: 30vw;
    }
    #ms1 ul li .txt {
        width: 70vw;
        text-align: left;
        padding-left: 20px;
    }
}
/* background */
.bg-sky {
    background-color: #edf7ff;
}
.bg-gray {
    background-color: #f7f7f7;
}

/* mtit */
.mtit .lg {
    font-size: 1.2em;
}

/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* ms2 */
#ms2 {
    position: relative;
}
#ms2 .ribbon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
#ms2 .per_wrp {
    max-width: 1000px;
    margin: 0 auto;
}
#ms2 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    min-height: 250px;
    text-align: center;
    position: relative;
}
#ms2 .item:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #ddd;
}
#ms2 .item .per {
    font-size: .65em;
}
#ms2 .bt span {
    display: inline-block;
    vertical-align: middle;
}
@media (max-width:768px){
    #ms2 .item {
        min-height: auto;
        padding: 40px 25px;
    }
}
/* advSet */
.advSet {
    gap: 15px;
}
.advSet .adv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    width: 350px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.4);
    text-align: center;
    border-radius: 50%;
    border:2px solid;
    border-image:linear-gradient(to  bottom right ,#fff8e3, #eebc65);
    border-image-slice:1;
    position: relative;
}
.advSet .adv:not(:first-of-type):after {
    content: "\ea12";
    font-family: remixicon !important;
    font-size: 28px;
    position: absolute;
    left: -8px;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(97deg, #eebc65, #a1772d);
    color: #000;
    font-weight: 700;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 2px;
}
.advSet .adv .itemSm {
    padding: 20px 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}
.advSet .adv .itemSm:not(:first-of-type):after {
    content: "\ea12";
    font-family: remixicon !important;
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #bf9733;
    background-color: #fff;
    color: #333;
    transform: translate3d(-50%, -50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-right: 2px;
}
.advSet .adv .itemSm + .itemSm {
    margin-top: 8px;
}
@media (max-width:768px){
    .advSet .adv {
        height: auto;
        width: 80%;
        padding: 40px;
    }
    .advSet .adv.adv1 > div {
        width: 80%;
    }
    .advSet .adv:not(:first-of-type):after {
        top: -8px;
        left: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
	
	.advSet .adv .itemLg {
		        font-size: calc(120vw*(35 / 768));
	}
}
/* ms3 */
#ms3 {
    position: relative;
    overflow: hidden;
}
#ms3 .arrTop {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    text-align: center;
    line-height: 1em;
}
#ms3 .arrTop img {
    max-width: 70vw;
}

/* vsBox */
.vsBox > div {
    padding: 60px 50px 30px;
}
.vsBox > .rt {
    background-color: #f4f4f4;
}
.vsBox > .lft {
    position: relative;
}
.vsBox > .lft::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/gr_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 0;
	animation: bk 1.2s linear infinite;
}
.vsBox > .lft:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    background-color: #fff;
    z-index: 1;
}
.vsBox > .lft .con {
    position: relative;
    z-index: 3;
}
.vsBox .top {
    text-align: center;
}
.vsBox .top > span {
    display: inline-block;
    background-color: #737373;
    line-height: 1em;
    padding: 15px 50px 12px;
    border-radius: 100px;
	    font-size: 20px;
}
.vsBox .lft .top span {
    background-color: #000;
}
@keyframes bk{
	0%{
        opacity: 1;
	}
	30%{
        opacity: 0;
	}
}
@media (max-width:768px){
    .vsBox > div {
        width: 100%;
        padding: 40px 15px;
    }
}
/* btImg */
.btImg .grob {
    position: relative;
    border: 1px dashed #6b470f;
    border-radius: 15px;
    padding: 20px;
}
.btImg > div {
    width: 100%;
}
.btImg .grob .tt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    display: inline-block;
    background-color: #fff;
    padding: 0 20px;
    color: #6b470f;
}
.btImg .grob .circleWrp {
    display: flex;
    justify-content: space-between;
}
.btImg .grob .circle {
    width: 180px;
    height: 180px;
    max-width: 22vw;
    max-height: 22vw;
    border-radius: 50%;
    background-color: #6b470f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btImg .grob .circle h5 {
line-height: 1em;
}
@media (min-width:767px){
    .btImg {
        min-height: 350px;
    }
}
@media (max-width:768px){
    .btImg .grob .circle img {
        width: 30px;
    }
}
@media (max-width:500px){
    .btImg > div {
        width: 100%;
    }
    .btImg .grob {
        border-radius: 5px;
        padding: 20px 10px;
    }
    .btImg .grob .circle h5 {
        font-size: calc(100vw * (16 / 500));
    }
}
/* noBd */
.table.noBd tr th,
.table.noBd tr td {
    font-size: 20px;
    border: 0px;
}
.table.noBd tr th {
    color: #737373;
    width: 100px;
    font-weight: 700;
}
.table.noBd tr th {
    color: #333;
    font-weight: 500;
}
@media (max-width:768px){
    .table.noBd tr th,
    .table.noBd tr td {
        font-size: 14px;
    }
}

/* ms5 */
#ms5 .fbox .img img {
    border-radius: 30px;
}
@media (max-width:768px){
    #ms5 .fbox > div {
        width: 100%;
    }
    #ms5 .fbox .img {
        order: 1;
    }
    #ms5 .fbox .txt {
        order: 2;
        padding-top: 30px;
    }
    #ms5 .fbox .img img {
        border-radius: 10px;
    }
}
/* icList */
.icList li {
    margin-top: 15px;
}
.icList .item {
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(73,96,160,0.1);
    padding: 0 30px;
    border-radius: 15px;
    min-height: 190px;
}
.icList .item .icon {
    width: 120px;
}
.icList .item .txt {
    width: calc(100% - 120px);
    padding-left: 20px;
}
@media (max-width:768px){
    .icList .item {
        padding: 20px;
        min-height: auto;
    }
    .icList .item .icon {
        width: 80px;
    }
    .icList .item .txt {
        width: calc(100% - 80px);
        padding-left: 15px;
    }
    .icList .item .txt br {
        display: none;
    }
}
/* chkList */
.chkList .chkItem {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* ms6 */
#ms6 {
    background: url(../img/ms6_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:500px){
    #ms6 ul li {
        width: 100%;
    }
}
/* ms7 */
@media (max-width:768px){
    #ms7 .row > li {
        width: 50%;
        float: left;
        clear: none;
        min-height: calc(100vw * (410 / 500));
    }
  #ms7 .item {
           height: 200px;
    }

}

/* ms9 */
#ms9 {
    background: url(../img/ms9_bg.jpg) center center no-repeat;
    background-size: cover;
}
/* Form - Custom Radio */
.radio-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

.radio-custom.radio-inline {
	display: inline-block;
	vertical-align: middle;
}

.form-group .radio-custom.radio-inline {
	margin-top: 7px;
	padding-top: 0;
}

.radio-custom:last-child, .radio-custom:last-of-type {
	margin-bottom: 0;
}

.radio-custom input[type="radio"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 3px;
	margin: -6px 0 0 0;
	z-index: 2;
	cursor: pointer;
}

.radio-custom input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 4px;
	margin-top: -5px;
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	width: 10px;
	height: 10px;
	background-color: #444;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 1px #444;
	box-shadow: 0px 0px 1px #444;
}

.radio-custom input[type="radio"]:disabled {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled:checked + label:after {
	color: #999;
}

.radio-custom input[type="radio"]:disabled + label {
	cursor: not-allowed;
}

.radio-custom input[type="radio"]:disabled + label:before {
	background-color: #eee;
}

.radio-custom label {
	cursor: pointer;
	margin-bottom: 0;
	text-align: left;
	line-height: 1.2;
}

.radio-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid #bbb;
	background: #fff;
}

.radio-custom label + label.error {
	display: block;
}

html.dark .radio-custom label:before {
	background: #282d36;
	border-color: #21262d;
}

html.dark .radio-custom input[type="radio"]:checked + label:after {
	background-color: #fff;
}

html.dark .radio-custom input[type="radio"]:disabled + label:before {
	background: #242830;
	border-color: #242830;
}

html.dark .radio-primary input[type="radio"]:checked + label:after,
.radio-primary input[type="radio"]:checked + label:after {
	background: #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	box-shadow: 0px 0px 1px #CCC;
}

html.dark .radio-success input[type="radio"]:checked + label:after,
.radio-success input[type="radio"]:checked + label:after {
	background: #47a447;
	-webkit-box-shadow: 0px 0px 1px #47a447;
	box-shadow: 0px 0px 1px #47a447;
}

html.dark .radio-warning input[type="radio"]:checked + label:after,
.radio-warning input[type="radio"]:checked + label:after {
	background: #ed9c28;
	-webkit-box-shadow: 0px 0px 1px #ed9c28;
	box-shadow: 0px 0px 1px #ed9c28;
}

html.dark .radio-danger input[type="radio"]:checked + label:after,
.radio-danger input[type="radio"]:checked + label:after {
	background: #d2322d;
	-webkit-box-shadow: 0px 0px 1px #d2322d;
	box-shadow: 0px 0px 1px #d2322d;
}

html.dark .radio-info input[type="radio"]:checked + label:after,
.radio-info input[type="radio"]:checked + label:after {
	background: #5bc0de;
	-webkit-box-shadow: 0px 0px 1px #5bc0de;
	box-shadow: 0px 0px 1px #5bc0de;
}

html.dark .radio-dark input[type="radio"]:checked + label:after,
.radio-dark input[type="radio"]:checked + label:after {
	background: #171717;
	-webkit-box-shadow: 0px 0px 1px #171717;
	box-shadow: 0px 0px 1px #171717;
}

/* formBox */
.formBox {
    margin: 0 auto;
}
.formBox > ul > li {
    margin-bottom: 10px ;
}
.formBox .formItem {
    display: flex;
    align-items: center;
}
.formBox .formItem .row {
    margin: 0 -5px;
}
.formBox .formItem .row > div,
.formBox .formItem .row > li {
    padding: 0 5px;
}
.formBox .formItem > label {
    width: 80px;
    line-height: 50px;
    font-weight: 400;
    font-size: 17px;
    margin: 0px;
}
.formBox .formItem .formCon,
.formBox .formItem > .form-common-wrp,
.formBox .formItem > .form-common {
    width: calc(100% - 80px);
}
.formBox .formItem .form-common {
    border-color: #b0b6c5;
    box-shadow: 0 0 0;
    height: 50px;
    font-size: 17px;
    border-width: 1px;
    margin-bottom: 0px;
}
.formBox .formItem select.form-common {    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/slt_arr.svg) no-repeat 98% 50%;
    background-size: 25px;
    padding-right: 30px;
}
.formBox .formItem .form-float {
    position: relative;
}
.formBox .formItem .form-float .txt {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.formBox .formItem .form-float .form-common {
    padding-right: 60px;
}
.formBox .formItem .checkbox-custom,
.formBox .formItem .radio-custom {
    padding: 0px;
    width: 100%;
}
.formBox .formItem .checkbox-custom label,
.formBox .formItem .radio-custom label {
    display: block;
    width: 100%;
    color: #b0b6c5;
    border: 1px solid #b0b6c5;
    border-radius: 4px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.formBox .formItem .checkbox-custom.big label,
.formBox .formItem .radio-custom.big label {
    height: 90px;
}
.formBox .formItem .checkbox-custom.md label,
.formBox .formItem .radio-custom.md label {
    height: 70px;
}
.formBox .formItem .checkbox-custom.md label span strong,
.formBox .formItem .checkbox-custom.big label span strong,
.formBox .formItem .radio-custom.md label span strong,
.formBox .formItem .radio-custom.big label span strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.formBox .formItem .checkbox-custom input[type="checkbox"]:checked + label,
.formBox .formItem .radio-custom input[type="radio"]:checked + label {
    border-color: #6c7483;
    color: #102243;
    background-color: #f5f8ff;
    box-shadow: 5px 5px 20px rgba(141, 160, 214, 0.15);
}
.formBox .formItem .checkbox-custom label::before,
.formBox .formItem .radio-custom label::before {
    left: auto;
    right: 20px;
    width: 27px;
    height: 27px;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: #b0b6c5;
}
.formBox .formItem .checkbox-custom input[type="checkbox"] + label:after,
.formBox .formItem .radio-custom input[type="radio"] + label:after {
    content: "\eb7b";
    font-family: remixicon!important;
    font-style: normal;
    left: auto;
    right: 29px;
    background-color: transparent;
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    color: #fff;
}
.formBox .formItem .checkbox-custom input[type="checkbox"]:checked + label::before,
.formBox .formItem .radio-custom input[type="radio"]:checked + label::before {
    background-color: #102243;
    border-color: #102243;
}
.formBox .formItem .checkbox-custom input[type="checkbox"]:checked + label:after,
.formBox .formItem .radio-custom input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0;
}
.formBox .btBtn .smt {
    background-color: #b0b6c5;
    line-height: 60px;
    border-radius: 10px;
    color: #111;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border: 0px;
    width: 100%;
    padding-top: 3px;
}
.formBox .btBtn {
    display: flex;
    gap: 10px;
}
.formBox .btBtn .smt.isPrev {
    background-color: #333;
}
.formBox .btBtn .smt.isFalse {
    background-color: #b0b6c5;
}
.formBox .btBtn .smt.isTrue {
    background: linear-gradient(97deg, #ffefbb, #eebc65);
}
.formBox .caclList.total {
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 10px;
}
.formBox .caclList li {
    margin: 5px 0;
}
.formBox .caclList li p {
    display: flex;
    justify-content: space-between;
}

.formBox {
    padding: 10px 0;
}

@media (max-width:768px){
    .formBox {
       padding: 0;
        border-radius: 10px;
    }
    .formBox .topTit {
        margin-bottom: 15px;
    }
    .formBox .formItem {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .formBox .formItem {
        flex-wrap: wrap;
    }
    .formBox .formItem > label {
        line-height: 25px;
        width: 100%;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .formBox .formItem .formCon,
    .formBox .formItem > .form-common-wrp,
    .formBox .formItem > .form-common {
        width: 100%;
    }
    .formBox .formItem .form-common {
        border-color: #b0b6c5;
        box-shadow: 0 0 0;
        height: 45px;
        font-size: 15px;
    }
    .formBox .formItem .checkbox-custom label,
    .formBox .formItem .radio-custom label {
        height: 45px;
        font-size: 15px;
    }
    .formBox .formItem .checkbox-custom input[type="radio"] + label:after,
    .formBox .formItem .radio-custom input[type="radio"] + label:after {
        right: 28px;
    }
    .formBox .formItem .checkbox-custom label::before,
    .formBox .formItem .radio-custom label::before {
        height: 24px;
        width: 24px;
    }
    .formBox .btBtn .smt {
        line-height: 50px;
        border-radius: 5px;
        font-size: 16px;
    }
    .formBox .formItem .checkbox-custom.md label span strong, 
    .formBox .formItem .checkbox-custom.big label span strong,
    .formBox .formItem .radio-custom.md label span strong, 
    .formBox .formItem .radio-custom.big label span strong {
        font-size: 18px;
    }
}

/* resultList */
#resultList {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}
#resultList li {
    padding: 0 10px;
    width: 25%;
    text-align: center;
    margin: 10px 0;
}
#resultList li > div {
    display: block;
    border-radius: 10px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 20px 0;
    border: 2px solid #fff;
}
#resultList li .logo {
    margin-bottom: 5px;
}
#resultList li h4 span {
   font-size: 0.8em;
    font-weight: 200;
}
#resultList li .cost strong {
    font-size: 1.2em;
}
#resultList li .logo img {
    opacity: 0.8;
}
@media (max-width: 768px) {
    #resultList {
        margin: 0 -4px;
    }
    #resultList li {
        padding: 0 4px;
        width: 50%;
        margin:4px 0;
    }
    #resultList li > div {
        padding: 15px 0;
    }
    #resultList li .logo img {
        width: 150px;
    }
    #resultList li p {
        font-size: 13px;
        letter-spacing: -0.04em;
    }
	
	#resultList li h4 {
		font-size: 22px;	
	}
}

/* btInfo */
.btInfo {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.btInfo .rt span {
    display: inline-block;
    margin-left: 5px;
    border-bottom: 1px solid #fff;
    line-height: 1em;
    color: #fff;
    padding: 5px 0;
    font-size: 1.3em;
    cursor: pointer;
    font-weight: 600;
}
.btInfo input,
.btInfo label {
    display: inline;
    margin: 0px;
    vertical-align: middle;
    font-weight: 300;
	    font-size: 17px;
	
}


@media (max-width: 768px) {
   .btInfo label {
			font-size: 14px;
	}
	
}


input[type="radio"], input[type="checkbox"] {
    margin: 0;
    margin-top: 1px \9;
    line-height: normal;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(1.5);
    -o-transform: scale(2);
}
.btInfo label {
	font-size: 14px;
    padding-top: 10px;
    padding-left: 7px;
}

/* ms8 */
#ms8 .fbox {
    background-color: #fff;
}
#ms8 .formCon > div {
    min-height: 500px;
}
#ms8 .formCon > .lft {
    background-color: #041a4a;
}
#ms8 .formCon > .lft > div,
#ms8 .formCon > .rt > div {
    width: 100%;
    padding: 30px 60px;
}
@media (max-width:768px) {
    #ms8 .formCon > div {
        min-height: auto;
        width: 100%;
    }
    #ms8 .formCon > .lft > div,
    #ms8 .formCon > .rt > div {
        padding: 30px;
    }
}


/* latest_current */
#latest_current .slick-slide {
    padding: .6rem 0;
}
#latest_current .hd {
    width: 100px;
}
#latest_current .subject {
    width: calc(100% - 100px);
}
#latest_current .subject {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#latest_current span {
    display: inline-block;
}
#latest_current .crt {
    font-size: .9em;
    padding: .5rem 0;
    border-radius: 3px;
    color: #666;
    background-color: #f0f0f0;
    border-radius: 5px;
    line-height: 1em;
    width: 70px;
    text-align: center;
}
#latest_current .crt.crt_done {
    color: #2e60ad;
    background-color: #f7faff;
}
#latest_current .crt.crt_wait {
    color: #9a9b9c;
    background-color: #f3f3f3;
}
@media (max-width:768px) {
    #latest_current .slick-slide {
        padding: .3rem 0;
    }
}
/* floatBanner */
#floatBanner {
    background-color: #1076f5;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 111;
    text-decoration: none;
}
#floatBanner .fbox {
    gap: 8px;
}
#floatBanner .fbox .f_i img {
    width: 25px;
}
/* ptnBox */
.ptnBox {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;;
}
.ptnBox .top {
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
    background-color: #062846;
}
.ptnBox .bt {
    padding: 40px;
    background-color: rgba(0,0,0,0.2);
    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 15px 15px;
}
.ptnBox .bt .ptn {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
}
.ptnBox .bt .ptn {
    margin: 15px 0;
}
@media (max-width: 768px) {
    .ptnBox .bt {
        padding: 20px;
    }
    .ptnBox .bt .row {
        margin: 0 -5px;
    }
    .ptnBox .bt .row > div {
        padding: 0 5px;
    }
    .ptnBox .bt .ptn {
        margin: 5px 0;
    }
}