/*Reset*/
img {
    max-width: 100%;
}
ul, ol {
    padding-left: 0;
    list-style: none;
    margin: 0px;
}
img {
    max-width: 100%;
}
/* 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: #ff6e6e !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 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    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: 1530px;
    margin: 0 auto;
    padding: 0 15px;
}
#header #logo a,
#header #logo a svg {
    vertical-align: middle;
}
#header #menuBox {
    text-align: center;
}
#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 {
        background-color: rgba(0,0,0,1);
        line-height: 65px;
    }
    #header #logo {
        width: 20%;
    }
    #header #menuBox {
        width: 80%;
        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: #38a9a0 !important; */
        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;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
}
/*sec_dvd*/
.sec_dvd {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 60px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 40px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 80px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 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;
    }
}


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

/* footer */
#footer {
    background-color: #f4f4f4;
    padding: 60px 0;
}
#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;
    }
    #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_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 890px;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .tcon {
    max-width: 1100px;
    padding: 0 25px;
    margin: 0 auto;
    text-align: left;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 120px;
    font-weight: 700;
    color: #fff;
}
#visual .tcon img {
    display: inline-block;
}
@media (min-width:768px){
    #visual_wrp #arr_wrp {
        width: 6px;
        position: absolute;
        left: 60px;
        top: calc(50% - 30px);
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        margin-left: auto;
        width: 60px;
        height: 60px;
        background: url(../img/v_arr.png) center center no-repeat;
        background-color: transparent;
        border: 1px solid rgba(166,166,166,0.8);
        position: relative;
        cursor: pointer;
        opacity: 0.8;
    }
    #visual_wrp #arr_next {
        transform: rotate(180deg);
        border-bottom: 0px;
    }
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 0.5s;
    }
    #visual .slick-current .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt2 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1s;
    }
    #visual .slick-current .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt3 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 1.5s;
    }
    #visual .slick-current .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt4 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #visual .txt5 {
        position: relative;
        bottom: -100px;
        opacity: 0;

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width: 1400px){
    #visual_wrp #arr_wrp {
        display: none;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 700px;
    }
    #visual .tcon h1 {
        font-size: 40px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        width: 80px;
        height: 80px;
    }
}
@media (max-width:768px){
    #visual .bg {
        height: calc(100vh - 64px);
        margin-top: 64px;
        background-size: cover !important;
    }
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
}
/* controls */
#visual .controls {
    font-size: 24px;
    color: rgba(255,255,255,0.4);
    position: relative;
    font-weight: 400;
    margin-top: 60px;
}
#visual .controls span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
#visual .controls span.spLine {
    display: inline-block;
    height: 13px;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 4px;
}
#visual .controls span.now {
    color: #fff;
}
#visual .controls .bars {
    width: 250px;
    height: 4px;
    background-color: rgba(166,166,166,0.2);
    position: relative;
    margin-right: 10px;
}
#visual .controls .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #a6a6a6;
}
#visual .controls .bars .stateAct.act {
    -webkit-animation: movBars 4s linear infinite;
    -moz-animation: movBars 4s linear infinite;
    -ms-animation: movBars 4s linear infinite;
    -o-animation: movBars 4s linear infinite;
    animation: movBars 4s linear infinite;
}
@keyframes movBars {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual .controls .bars .stateAct {
    animation-play-state: running;
    width: 0px;
}
#visual .slickPause .controls .bars .stateAct {
    animation-play-state: paused;
}
#visual .controls .consWrp {
    display: inline-block;
}
@media (min-width:768px){
    #visual .controls .consWrp span:not(.spLine) {
        width: 25px;
    }
}
@media (max-width:768px){
    #visual .controls {
        font-size: 13px;
        margin-top: 40px;
    }
    #visual .controls .bars {
        width: 150px;
    }
    #visual .controls .consWrp span:not(.spLine) {
        width: 20px;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    top: calc(50% - 70px);
    width: 40px;
    right: 60px;
    z-index: 100;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255,255,255,0.4);
    background-color: transparent;
    border-radius: 0%;
    margin: 15px;
    position: relative;
    cursor: pointer;

    -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;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    background-color: #fff;
    border-color: #fff;
}
@media (max-width:992px){
    #slider_bt {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 40px;
        text-align: center;
    }
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
        display: inline-block;
    }
    #slider_bt .slider-nav .slick-track .slick-slide span {
        margin: 8px;
    }
}
/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    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){
    .hList > li:after {
        top: 10px ;
    }
}
/* darkBg */
.darkBg {
    background-color: #0d0d0d;
}
.lightBg {
    background-color: #fcfcfc;
}

/* bgSet */
.bgSetWrp {
    position: relative;
    overflow: hidden;
}
.bgNo {
    position: relative;
    z-index: 5;
}
.bgSet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bgSet > span {
    position: absolute;
    top: 0%;
    width: 1px;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.05);
}
.bgSet.dark > span {
    background-color: rgba(33, 33, 33, 0.05);
}
.bgSet .line1 {
    left: 16.66666%;
}
.bgSet .line2 {
    left: 33.333333%;
}
.bgSet .line3 {
    left: 50%;
}
.bgSet .line4 {
    left: 66.666666%;
}
.bgSet .line5 {
    left: 83.333333%;
}

.bgSet > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: -40px;
    width: 1px;
    height: 30px;
    background-color: rgba(170, 170, 170, 0.466);
    /* background: linear-gradient(to top, #fff, transparent); */

    -webkit-animation: movBg 7s linear infinite;
    -moz-animation: movBg 7s linear infinite;
    -ms-animation: movBg 7s linear infinite;
    -o-animation: movBg 7s linear infinite;
    animation: movBg 7s linear infinite;
}
.bgSet > .line1:after {
    animation-delay: 2s;
}
.bgSet > .line3:after {
    animation-delay: 3s;
}
.bgSet > .line5:after {
    animation-delay: 1s;
}
.bgSet > .line4:after {
    animation-delay: 6s;
}
@keyframes movBg {
    0% {
        top: -40px;
        opacity: 1;
    }
    90% {
        top: 100%;
        opacity: 1;
    }
    91% {
        top: 110%;
        opacity: 0;
    }
    100% {
        opacity: 0;
        top: -40px;
    }  
}
/* stit */
.stit h1 {
    word-break: keep-all;
}
.stit h1.big .txtBig {
    font-size: 1.4em;
    line-height: 1.1em;
}
/* subPage */
.subPage {
    padding-top: 100px;
}
@media (max-width: 992px) {
    .subPage {
        padding-top: 65px;
    }
}
/* sub1 */
#sub1 .sec1 .btImg {
    position: relative;
}
#sub1 .sec1 .btImg .s1_laptop {    
    -webkit-animation: imgMove 2s linear infinite;
    -moz-animation: imgMove 2s linear infinite;
    -ms-animation: imgMove 2s linear infinite;
    -o-animation: imgMove 2s linear infinite;
    animation: imgMove 2s linear infinite;
}
@keyframes imgMove {
	0% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
        transform: translateY(-10px);
	}
	50% {
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
        transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
        transform: translateY(-10px);
	}  
}
#sub1 .sec1 .btImg ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#sub1 .sec1 .btImg h5 {
    color: #a3a3a3;
    line-height: 52px;
    border: 2px solid #a3a3a3;
    border-radius: 100px;
}
#sub1 .sec1 .btImg .sym {
    display: inline-block;
}
@media (min-width:768px){
    #sub1 .sec1 .btImg {
        padding-right: 40%;
    }
    #sub1 .sec1 .btImg .sym {
        padding:  0 15px;
    }
    #sub1 .sec1 .btImg .s1_laptop {
        position: absolute;
        top: -30%;
        left: 50%;
    }
}
@media (min-width:768px){
    #sub1 .sec1 .btImg {
        padding-right: 40%;
    }
}
@media (max-width:992px){
    #sub1 .sec1 .btImg .s1_laptop {
        width: 500px;
    }
}
@media (max-width:768px){
    #sub1 .sec1 .btImg ul {
        flex-wrap: wrap;
        text-align: center;
        max-width: 80%;
        margin: 0 auto;
    }
    #sub1 .sec1 .btImg ul > li {
        width: 100%;
    }
    #sub1 .sec1 .btImg .img {
        background-color: #000;
        border-radius: 20px;
    }
    #sub1 .sec1 .btImg h5 {
        line-height: 42px;
        border-width: 1px;
    }
    #sub1 .sec1 .btImg .sym {
        width: 20px;
    }
    #sub1 .sec1 .btImg .sym.rst {
        transform: rotate(90deg);
    }
}
@media (max-width:500px){
    #sub1 .sec1 .btImg .img img {
        height: 200px;
    }
}
/* sub1 sec2 */
#sub1 .sec2 {
    background: url(../img/sub1_sec2_bg.png) center bottom no-repeat;
    background-size: 100%;
}
#sub1 .sec2 .play_img {
    padding: 15px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
}
#sub1 .sec2 .play_img img {
    box-shadow:  10px 10px 40px rgba(0,0,0,0.3);
    cursor: pointer;
}
@media (max-width:768px){
    #sub1 .sec2 .play_img {
        padding: 10px;
    }
}
/* sub2 */
#sub2 .sec1 .imgItem {
    position: relative;
}
#sub2 .sec1 .imgItem:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #4d4d4d;
}
#sub2 .sec1 .imgItem img {
    position: relative;
    z-index: 3;
}
#sub2 .sec1 .mrList > li .item {
    border-top: 2px solid #9bc716;
    padding-top: 30px;
    
    transform: skew(0deg, 20deg);
    opacity: 0;

    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#sub2 .sec1 .mrList > li.visible .item {
    opacity: 1;
    transform: skew(0deg, 0deg);
}
#sub2 .sec1 .mrList > li .item h5 {
    opacity: 0.2;
    color: #fff;
}
#sub2 .sec1 .mrList > li .item .pList {
    margin-top: 20px;
}
#sub2 .sec1 .mrList > li .item .pList li {
    margin: 8px 0;
}
#sub2 .sec1 .mrList > li .item .pList li p {
    color: rgba(255,255,255,0.5);
}
@media (max-width:992px){
    #sub2 .sec1 .mrList > li {
        margin-bottom: 50px;
    }
    #sub2 .sec1 .mrList > li .item {
        padding-top: 20px;
    }
    #sub2 .sec1 .mrList > li .item .pList {
        margin-top: 10px;
    }
}
@media (max-width:992px) and (min-width:768px){
    #sub2 .sec1 .mrList > li {
        min-height: 350px;
    }
}

/* sub3 */
#sub3 .rota_txt {
    position: absolute;
    right: 30px;
    top: 10%;
}
#sub3 .rota_txt img{
	animation: spin 15s linear infinite;
    transform-origin: 50% 50%;
}
@keyframes spin {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}
#sub3 .sec1 {
    background: url(../img/sub3_sec1_bg.png) center center no-repeat;
}
#sub3 .sec1 .row {
    margin: 0 -30px;
}
#sub3 .sec1 .row li {
    margin-bottom: 50px;
    padding: 0 30px;
}
#sub3 .sec1 .item {
    position: relative;
}
#sub3 .sec1 .item .txt .num {
    position: absolute;
    left: -50px;
    width: 40px;
    text-align: center;
    color: #177036;
}
#sub3 .sec1 .item .txt .num:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 40px;
    width: 1px;
    background-color: #006830;
}
#sub3 .sec1 .item .img {
    padding: 30px 0;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 15px 15px 30px rgba(0,0,0,0.1);
}
#sub3 .sec1 .item .img img {
    cursor: pointer;
}
.mfp-figure:after{
    background-color: #fff !important;
}
@media (min-width:992px){
    #sub3 .sec1 {
        background-attachment: fixed;
    }
}
@media (max-width:1700px){
    #sub3 .rota_txt {
        right: -5%;
    }
}
@media (max-width:1400px){
    #sub3 .rota_txt {
        display: none;
    }
}
@media (min-width:768px){
    #sub3 .sec1 .item .txt p {
        height: 60px;
    }
}
@media (max-width:768px){
    #sub3 .sec1 .row li {
        margin-bottom: 30px;
    }
    #sub3 .sec1 .item .img {
        padding: 10px 0;
        margin-top: 10px;
        box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
    }
    #sub3 .sec1 .item .txt {
        padding-left: 35px;
    }
    #sub3 .sec1 .item .txt .num {
        left: 0;
        width: 15px;
    }
}

/* counter */
#counter h1 {
    font-size: 65px;
    font-weight: 700;
}
#counter h5 {
    line-height: 1.1em;
    margin-top: 10px;
}
@media (max-width: 768px) {
    #counter h1 {
        font-size: 25px;
    }
    #counter h5 {
        font-size: 13px;
        font-weight: 300;
    }
}
/* buyPage */
.buyPage .conBox .lft .steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    position: relative;
}
.buyPage .conBox .lft .steps::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 3px;
    background-color: #ddd;
}
.buyPage .conBox .lft .steps::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: calc(25% - 50px);
    height: 3px;
    background-color: #9bc716;
    z-index: 2;
}
.buyPage .conBox .lft .steps > span {
    display: inline-block;
    position: relative;
    z-index: 3;
}
.buyPage .conBox .lft .steps > span h6 {
    position: absolute;
    left: -15px;
    top: 100%;
    text-align: center;
    width: 80px;
    font-size: 12px;
    font-weight: 400;
    padding-top: 5px;
    color: #999 !important;
}
.buyPage .conBox .lft .steps > span .numb {
    display: inline-block;
    width: 50px;
    line-height: 44px;
    border: 3px solid #ddd;
    text-align: center;
    border-radius: 50%;
    background-color: #ddd;
    color: #fff;
    font-weight: 700;
}
.buyPage .conBox .lft .steps > span.current .numb {
    background-color: #fff;
    color: #9bc716;
    border-color: #9bc716;
}
.buyPage .conBox .lft .steps > span.done .numb {
    background-color: #9bc716;
    border-color: #9bc716;
}
.buyPage .conBox .lft .contacUs {
    padding: 15px;
    width: 100%;
    max-width: 300px;
    background: url(../img/telIcon_dk.png) left center no-repeat;
    padding-left: 60px;
}
.buyPage .conBox .lft .contacUs h6 {
    opacity: 0.5;
    line-height: 1.1em;
}
.buyPage .conBox .lft .contacUs h5 {
    margin-top: 3px;
    line-height: 1.1em;
}
@media (min-width:992px){
    .buyPage .conBox {
        position: relative;
    }
    .buyPage .conBox .lft {
        position: relative;
        width: 28%;
    }
    .buyPage .conBox .lft .formTit {
        max-width: 300px;
    }
    .buyPage .conBox .lft .contacUs {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .buyPage .conBox .rt {
        padding-left: 30px;
    }
}
@media (max-width:992px){
    .buyPage .conBox .lft {
        padding: 0 0 30px;
    }
    .buyPage .conBox .lft .steps {
        margin-bottom: 40px;
    }
    .buyPage .conBox .lft .steps > span h6 {
        left: -24px;
        width: 80px;
        font-size: 11px;
    }
    .buyPage .conBox .lft .steps > span .numb {
        width: 34px;
        line-height: 30px;
        border-width: 2px;
    }
    .buyPage .conBox .lft .contacUs {
        padding: 3px;
        padding-left: 40px;
        background-size: 30px !important;
    }
    .buyPage .conBox .lft .contacUs h5 {
        margin-top: 0;
    }
    .buyPage .conBox .lft .steps::before {
        width: calc(25% - 34px);
    }
}
/* orderForm */
@media (min-width:992px){
    .orderForm {
        min-height: 300px;
    }
}
/* formBox */
.formBox {
    max-width: 710px;
}
.formBox .wBox {
    padding: 60px 30px;
    border: 1px solid #ddd;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}
.formBox .wBox ul li {
    margin-bottom: 35px;
}
.formBox .sbtBtn {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 65px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #9bc716;
    border-radius: 0 0 20px 20px;
    border: 0px;
}
@media (max-width: 768px) {
    .formBox .wBox {
        padding: 30px 15px;
        border-radius: 20px 20px 0 0;
    }
    .formBox .wBox ul li {
        margin-bottom: 20px;
    }
    .formBox .sbtBtn {
        line-height: 50px;
        font-size: 15px;
        border-radius: 0 0 20px 20px;
    }
}
/* formControls */
.formItem {
    position: relative;
}
.formItem .ppl {
    margin-top: 10px;
}
.formItem .upt {
    position: absolute;
    right: 0;
    bottom: calc(100% + 5px);
    cursor: pointer;
}
.formItem .upt span {
    color: #e39647;
    font-weight: 500;
}
.formItem .upt span:hover {
    text-decoration: underline;
}
.formItem .prdName {
    display: block;
    width: 100%;
    line-height: 45px;
    color: #666;
    font-size: 16px;
}
.formItem .formControls {
    display: block;
    width: 100%;
    line-height: 45px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    border-radius: 4px;
    padding: 0 15px;
    color: #666;
    font-size: 16px;
}
.formItem select.formControls {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/slt_arr.png) right center no-repeat;
    background-color: #fcfcfc;
}
.formItem label {
    display: block;
    line-height: 45px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.formItem .checkbox-custom label {
    position: initial;
}
.formItem .cntForm {
    position: relative;
    border-radius: 4px;
    /* border: 1px solid #ddd; */
    overflow: hidden;
}
.formItem .formControls:focus {
    border-color: #9bc716;
}
.formItem .cntForm .formControls {
    /* border: 0px; */
    padding-right: 120px;
}
.formItem .cntForm .numbBtn {
    position: absolute;
    right: 1px;
    top: 0;
    height: 100%;
    width: 108px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    overflow: hidden;
}
.formItem .cntForm .numbBtn > button {
    border: 0px;
    display: block;
    background: url(../img/slt_arr_up.png) center center no-repeat;
    height: 45px;
    width: 54px;
    float: left;
}
.formItem .cntForm .numbBtn > .cntDw {
    background: url(../img/slt_arr_dw.png) center center no-repeat;
}
@media (min-width: 768px) {
    .formItem {
        padding-left: 200px;
    }
    .cart .formItem {
        padding-left: 0;
    }
    .formItem label {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:1170px) and (min-width: 768px){
    .formItem {
        padding-left: 200px;
    }
    .cart .formItem {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .formItem label {
        line-height: 30px;
        font-size: 13px;
        color: #999;
    }
    .formItem .prdName {
        line-height: 1.2em;
        color: #333;
    }
    .formItem .formControls {
        line-height: 33px;
        font-size: 14px;
    }
    .formItem select.formControls {
        background-size: 36px;
    }
    .formItem .cntForm .formControls {
        padding-right: 100px;
        position: relative;
    }
    .formItem .cntForm .numbBtn {
        top: 0;
        width: 76px;
        height: 35px;
        border-top: 0px;
        border-bottom: 0px;
    }
    .formItem .cntForm .numbBtn > button {
        height: 35px;
        width: 38px;
        background-size: 38px !important;
    }
    .formItem .upt {
        position: relative;
    }
    .formItem .upt span {
        display: inline-block;
        border: 1px solid #e39647;
        border-radius: 4px;
        margin: 5px 0;
        padding: 0 5px;
        font-size: 11px;
    }
}

/* Subtotal */
.Subtotal {
    position: relative;
    display: inline-block;
    padding-left: 150px;
    margin-top: 35px;
}
.Subtotal .totalTit {
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
    .Subtotal {
        padding-left: 100px;
    }
}
/* perPrice */
.perPrice {
    color: #999 !important
}
/* cart */
.cartPart {
    display: flex;
    margin: 0 -30px;
    padding: 0 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    align-items: center;
    margin-bottom: 0px !important;
}
.cartPart {
    flex-wrap: nowrap;
}
.cartPart .sbj {
    width: 15%;
}
.cartPart .tot {
    width: 20%;
}
.cartPart .qlt {
    width: 30%;
    padding: 0 5px;
}
.cartPart .num {
    width: 35%;
    padding: 0 5px;
}
.cartPart .tot {
    padding-right: 20px;
}
@media (max-width: 768px) {
    .cartPart {
        margin: 0 -15px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .cartPart .sbj,
    .cartPart .tot,
    .cartPart .qlt,
    .cartPart .num {
        width: 100% ;
        padding: 3px 0 ;
        text-align: left !important;
        position: relative;
        padding-top: 25px;
        margin: 5px 0;
    }
    .cartPart > div:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 12px;
        color: #999;
    }
    .cartPart > .sbj:after {
        content: "Product Name";
    }
    .cartPart > .qlt:after {
        content: "Drawing Quantity";
    }
    .cartPart > .num:after {
        content: "Number of Licenses";
    }
    .cartPart > .tot:after {
        content: "Subtotal";
    }
}
/* titBox */
.titBox {
    color: #666;
    font-size: 14px;
}
.titBox > div {
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
}

/* cartItem */
.cartItem {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    position: relative;
}
.cartItem:hover {
    background-color: #fcfcfc;
}
.cartItem .cart_cls {
    content: "";
    position: absolute;
    right: 30px;
    top: 0;
    height: 100%;
    width: 10px;
    background: url(../img/cart_cls.png) center center no-repeat;
    cursor: pointer;
}
@media (max-width: 768px) {
    .cartItem {
        border-top: 1px solid #ddd;
        font-size: 14px;
        margin-top: -1px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cartItem .cart_cls {
        right: 15px;
        top: 20px;
        height: 10px;
        width: 10px;
        background-size: 7px;
    }
}
/* ctnBtn */
.ctnBtn {
    display: block;
}
.ctnBtn p {
    display: inline-block;
    background: url(../img/ctn.png) left center no-repeat;
    padding-left: 20px;
    color: #999;
    font-weight: 600;
    cursor: pointer;
    opacity: 0.7;

    -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;
}
.ctnBtn p:hover {
    opacity: 1;
}
@media (max-width: 768px) {
    .ctnBtn p {
        padding-left: 15px;
        background-size: 10px !important;
    }
}


/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}

/* modalDownload */
#modalDownload .ttBtn a {
    display: inline-block;
    line-height: 45px;
    background-color: #9bc716;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    padding: 0 25px;
}
#modalDownload .ttBtn a img  {
    margin-left: 3px;
}
@media (max-width:768px) {
    #modalDownload .ttBtn a {
        line-height: 32px;
        padding: 0 15px;
    }
    #modalDownload .ttBtn a img  {
        width: 15px;
    }
}

/* logBoxForm */
.logBoxFormWrp {
    border: 1px solid #ddd;
    padding: 60px;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fff;
}
.logBoxFormWrp .logBoxForm > ul > li:not(:last-child){
    margin-bottom: 15px;
}
.logBoxFormWrp .logBoxForm .formItem .mssg {
    margin-top: 5px;
}
@media (max-width:768px) {
    .logBoxFormWrp {
        padding: 40px 20px;
    }
    .logBoxFormWrp .not_mem_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .logBoxFormWrp .not_mem_wrp .not_mem {
        width: 100%;
        text-align: center !important;
        order: 2;
    }
    .logBoxFormWrp .not_mem_wrp .not_mem.not_mem2 {
        order: 1;
    }
    .logBoxFormWrp .not_mem_wrp .not_mem.not_mem1 {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
    }
}
/* logsubmit */
.logsubmit {
    display: block;
    line-height: 45px;
    background-color: #9bc716;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    padding: 0 25px;
    text-align: center;
    border: 0px;
    width: 100%;
}


/* Form - Custom Checkbox */
.checkbox-custom {
	position: relative;
	padding: 0 0 0 25px;
	margin-bottom: 7px;
	margin-top: 0;
}

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

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

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

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

.checkbox-custom input[type="checkbox"]:checked + label:after {
	position: absolute;
	display: inline-block;
	font-family: 'FontAwesome';
	content: '\F00C';
	top: 50%;
	left: 4px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}

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

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

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

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

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

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

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

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

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

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

html.dark .checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.dark .checkbox-primary label:before,
.checkbox-primary label:before {
	background: #CCC;
	border-color: #bfbfbf;
}

html.dark .checkbox-text-primary input[type="checkbox"]:checked + label:after,
.checkbox-text-primary input[type="checkbox"]:checked + label:after {
	color: #CCC;
}

html.dark .checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.dark .checkbox-success label:before,
.checkbox-success label:before {
	background: #47a447;
	border-color: #3f923f;
}

html.dark .checkbox-text-success input[type="checkbox"]:checked + label:after,
.checkbox-text-success input[type="checkbox"]:checked + label:after {
	color: #47a447;
}

html.dark .checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.dark .checkbox-warning label:before,
.checkbox-warning label:before {
	background: #ed9c28;
	border-color: #e89113;
}

html.dark .checkbox-text-warning input[type="checkbox"]:checked + label:after,
.checkbox-text-warning input[type="checkbox"]:checked + label:after {
	color: #ed9c28;
}

html.dark .checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.dark .checkbox-danger label:before,
.checkbox-danger label:before {
	background: #d2322d;
	border-color: #bd2d29;
}

html.dark .checkbox-text-danger input[type="checkbox"]:checked + label:after,
.checkbox-text-danger input[type="checkbox"]:checked + label:after {
	color: #d2322d;
}

html.dark .checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="checkbox"]:checked + label:after {
	color: #fff;
}

html.dark .checkbox-info label:before,
.checkbox-info label:before {
	background: #5bc0de;
	border-color: #46b8da;
}

html.dark .checkbox-text-info input[type="checkbox"]:checked + label:after,
.checkbox-text-info input[type="checkbox"]:checked + label:after {
	color: #5bc0de;
}

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

html.dark .checkbox-dark label:before,
.checkbox-dark label:before {
	background: #171717;
	border-color: #0a0a0a;
}

html.dark .checkbox-text-dark input[type="checkbox"]:checked + label:after,
.checkbox-text-dark input[type="checkbox"]:checked + label:after {
	color: #171717;
}
/* agreeLabel */
.agreeLabel a {
    text-decoration: underline;
    color: #666;
}
.agreeLabel a:hover {
    color: #9bc716;
}
/* sub6 */
#sub6 .lft .locTit {
    background: url(../img/locTit.png) left center no-repeat;
    padding-left: 20px;
}
#sub6 .lft ul li {
    margin-top: 8px;
}
#sub6 .lft ul li p {
    line-height: 1.4em;
}
#sub6 .lft ul li p strong {
    font-weight: 500;
}
#sub6 .lft ul li p .telNum2 {
    display: inline-block;
    padding-left: 34px;
}
#sub6 .lft ul li p a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    #sub6 .lft {
        padding-right: 60px;
    }
    #sub6 .lft .stit {
        max-width: 410px;
    }
}
@media (max-width: 992px) {
    #sub6 .lft {
        padding-bottom: 40px;
    }
}
@media (max-width: 768px) {
    #sub6 .lft .locTit {
        padding-left: 15px;
        background-size: 8px !important;
    }
    #sub6 .lft ul li p .telNum2 {
        padding-left: 30px;
    }
}
/*mapbox*/
.mapbox {
    border: 1px solid #ddd !important;
    overflow: hidden;
}
.mapbox,
.mapbox .root_daum_roughmap .wrap_map {
    height: 550px !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;
	}
}
/* prv_list */
.prv_list > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.prv_list > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.prv_list > li > p {
    margin-top: 10px;
    font-weight: 300;
}
@media (max-width:768px){
    .prv_list > li:after {
        top: 10px ;
    }
}


/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
    }
}

/* natTableWrp */
.natTableWrp .table {
    border-top: 2px dashed #ddd;
}
.natTableWrp .table tr th,
.natTableWrp .table tr td {
    color: #fff;
    font-size: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 17px;
    vertical-align: middle;
}
.natTableWrp .table tr th,
.natTableWrp .table tr td {
    border-left: 0px;
    border-right: 0px;
}
.natTableWrp .table tr td .nat {
    display: inline-block;
    border: 1px dashed #9bc716;
    border-radius: 5px;
    line-height: 1em;
    padding: 12px;
    color: #9bc716;
    font-size: 0.9em;
    font-weight: 400;
    margin: 3px 0;
}
.natTableWrp .table tr td .nat.nat2 {
    border-color: #26a4fd;
    color: #26a4fd;
}
.natTableWrp .table tr td .nat.nat3 {
    border-color: #0ecd51;
    color: #0ecd51;
}
.natTableWrp .table tr td .nat.nat4 {
    border-color: #cdb90e;
    color: #cdb90e;
}
.natTableWrp .table thead tr th {
    color: #fff;
    font-size: 24px;
    border: 2px dashed #ddd;
}
.natTableWrp .table tbody tr th {
    width: 15%;
}
.natTableWrp .table tbody tr th .flag_img {
    width: 30px;
    margin-right: 5px;
}
@media (max-width: 768px) {
    .natTableWrp .table tr th,
    .natTableWrp .table tr td {
        font-size: 14px;
    }
    .natTableWrp .table tr th {
        padding: 12px;
    }
    .natTableWrp .table tr td {
        padding: 8px;
    }
    .natTableWrp .table tr td .nat {
        padding: 8px;
        text-align: center;
    }
    .natTableWrp .table thead tr th {
        font-size: 16px;
    }
    .natTableWrp .table tbody tr th {
        width: 10%;
        text-align: center;
    }
    .natTableWrp .table tbody tr th .flag_img {
        display: block;
        width: 20px;
        margin: 0 auto 5px;
    }
}