/*Font: Noto Sans KR*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Light.woff2) format('woff2'), url(../fonts/NotoSans-Light.woff) format('woff'), url(../fonts/NotoSans-Light.ttf) format('truetype'), url(../fonts/NotoSans-Light.otf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Regular.woff2) format('woff2'), url(../fonts/NotoSans-Regular.woff) format('woff'), url(../fonts/NotoSans-Regular.ttf) format('truetype'), url(../fonts/NotoSans-Regular.otf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../fonts/NotoSans-Medium.woff2) format('woff2'), url(../fonts/NotoSans-Medium.woff) format('woff'), url(../fonts/NotoSans-Medium.ttf) format('truetype'), url(../fonts/NotoSans-Medium.otf) format('truetype');
    font-weight: 600;
    font-style: normal
}

a {color: #9b8d6f;}
a:hover {color:#ffc821;}
a:visited {color: #9b8d6f;}
a:active {color:#ffc821;}

.checkbox-custom a {
    text-decoration: unset;
    background: #9b8d6f;
    color: #fff;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 5px;
    margin: 0 10px;
}

/* Pop-up */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}

/*body*/
.body {
	font-family: 'Noto Sans KR', Arial, sans-serif !important;
    overflow: hidden;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
.c_yl {
    color: #fec721;
}
strong {
    font-weight: 600;
}
.mfp-counter {
    display: none;
}

.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel .owl-nav [class*="owl-"]:active, 
.owl-carousel .owl-nav [class*="owl-"]:focus, 
.owl-carousel .owl-nav [class*="owl-"]:hover, 
.owl-carousel .owl-nav [class*="owl-"]:active:hover, 
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border: 1px solid #fff;
    border-radius: 0px;
    border-collapse: #fff;
    background-color: rgba(0,0,0,0.3);
    font-size: 12px;
    padding-top: 2px;
}
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }
}
/*sticky*/
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background: transparent;
    opacity: 0.6;
    border-bottom: 0px;
}
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #fff !important;
    border-radius: 0px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #1e1e1e !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
    color: #fff;
    border-color: #b3b3b3;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fec721;
	background-color: transparent;
}
@media (min-width:991px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 10px 10px 10px!important;
        font-size: 16px;
    }
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(11, 14, 31, 0.6);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 14px;
		padding: 2px 0px;
        color: #ddd;
	}
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .header-t {
    background-color: #070d21;
    position: relative;
    z-index: 10;
}
#header .header-body .header-t a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 12px;
}
#header .header-body .header-t a strong {
    color: #fec721;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #fec721;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #9b8d6f !important;
    background: transparent;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after,
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, 
html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
	border: 0px;
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 15px !important;
	}
}
@media (min-width:991px) {	
    #header .header-nav-main nav > ul > li > a:before {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        background-color: #9b8d6f;
        height: 1px;
        width: 0%;
        z-index: 5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a:before {
        background-color: #1e1e1e;
    }
    #header .header-nav-main nav > ul > li:hover > a:before {
        width: 100%;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul:hover > li.dropdown > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 100%;
	}
	#header .header-nav-main nav > ul > li.act > a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #612683;
		bottom: -2px;
		left: 0;
	}
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu li a {
        font-size: 15px;
        font-weight: 400;
		border-bottom: 0px;
		padding: 5px;
        text-align: center;
	}
}
@media (max-width:992px) {
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		background-color: #fff;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
    	color: #fec721 !important;
		border-color: #fff;
	}
    html #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 4px 8px 3px 8px !important;
		font-size: 15px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 30%;
        text-align: right;
    }
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #fec721 !important;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-bottom: 0px;
	}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent !important;
    }
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
    #header.header-narrow .header-logo img {
		width: 160px;
		margin: 19px 0;
		}
}

/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 15px 0 !important;
	}
}
/*header-logo*/
#header .logo-default,
#header.on .logo-default {
	display: none;
}
#header .logo-default-w,
#header.#header.on .logo-default-w {
	display: inline-block;
}
#header.bbt .logo-default,
html.sticky-header-active #header .logo-default,
#header.on .logo-default {
	display: inline-block;
}
#header.bbt .logo-default-w,
html.sticky-header-active #header .logo-default-w,
#header.on .logo-default-w {
	display: none;
}
@media (max-width: 992px){
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 0px;
    }
	#header .header-logo img {
		width: 140px;
		margin: 15px 0 !important;
	}
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
	margin: 16px 5px;
    background-color: transparent;
    color: #fff;
    padding: 4px 11px !important;
    line-height: 22px !important;
    font-size: 20px !important;
}
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #1e1e1e;
}
/*c_wrp*/
.v_m > div {
	vertical-align: middle;
}
@media (min-width:769px) {
    .c_wrp {
        display: table;
        width: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > div {
        display: table-cell;
    }
}


/*visual*/
#visual {
}
#visual .c_wrp {
    height: 100%;
}
#visual .txtbox h3 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
}
#visual .txtbox h1 {
    font-size: 60px;
    line-height: 1.1em;
    margin: 30px 0;
    font-weight: 600;
    color: #fff;
}
#visual .txtbox h1 span {
    display: block;
}

#visual .txtbox h3 {
}

#visual .txtbox h4 {display: inline-block;padding: 5px 15px;background: #9b8d6f;border-radius: 50px;color: #ffffff;font-size: 20px;line-height: 30px;margin-bottom: 10px;}
#visual .txtbox h2 {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
}
#visual .txtbox h2 span {
	display: inline-block;
	padding-bottom: 5px;
	color: #fff;
	padding: 10px;
	line-height: 20px;
}
#visual .txtbox .ms_scr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
	animation: scr 1s linear infinite;
}
#visual .txtbox .ms_scr a {
    text-decoration: none;
    display: inline-block;
}
#visual .txtbox .btn_box a {
	text-decoration: none;
	display: inline-block;
	line-height: 1em;
	padding: 10px 15px;
	font-size: 16px;
	color: #fff;
	border: 2px solid #fff;
	min-width: 120px;
	margin: 0 5px;
	font-weight: 700;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 30px;
}
#visual .txtbox .btn_box a:hover {
	background-color: #fff;
	color: #1e1e1e;
}
#visual .txtbox .btn_box a.down {
	border-color: #9b8d6f;
	background-color: #9b8d6f;
	color: #ffffff;
	margin-bottom: 100px;
}
#visual .txtbox .btn_box a.down:hover {
	border-color: #2f2f2f;
	background-color: #2f2f2f;
	color: #fff;
}
@-webkit-keyframes scr {
	0% {
		padding-bottom: 8%;
	}
	50% {
		padding-bottom: 6%;
	}  
	100% {
		padding-bottom: 8%;
	}  
}
@media (min-width: 1000px) {
    #visual {
        background-attachment: fixed;
    }
}
@media (max-width: 1000px) {

    #visual .txtbox {
        text-align: center;
        margin-top: 50px;
        width: 100%;
    }
    #visual .txtbox h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    #visual .txtbox h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    #visual .txtbox .btn_wrp a {
        font-size: 14px;
        padding: 10px;
        width: 200px;
    }
}
@media (max-width:768px) {
    #visual {
    }
    #visual .txtbox h3 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-top: 20px;
        min-width: 280px;
    }
    #visual .txtbox h1 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
	#visual .txtbox h2 {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
    #visual .txtbox .btn_wrp a {
        font-size: 13px;
        width: 40%;
        max-width: 200px;
    }
	#visual .txtbox .ms_scr a img {
		width: 22px;
	}
	#visual .txtbox .btn_box a {
		font-size: 16px;
		min-width: 50px;
	}
}
/*sec_dvd*/
.sec_dvd {
	padding: 100px 0;
	position: relative;
}
.sec_dvd.sec_dvd_mini {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 50px 0;
	}
	.sec_dvd.sec_dvd_mini {
		padding: 30px 0;
	}
}
/*conbox*/
.conbox {
    margin-top: 50px;
    position: relative;
}
@media (max-width:768px){
    .conbox {
        margin-top: 30px;
    }
}
/*mtit*/
.mtit .lined {
	line-height: 1em;
	overflow: hidden;
	margin-bottom: 20px;
}
.mtit .lined span {
	content: "";
	display: inline-block;
	height: 60px;
	width: 1px;
	background-color: #1e1e1e;
}
.mtit .tit_top {
    line-height: 0px;
    margin-bottom: 20px;
}
.mtit .deco_top {
	margin-bottom: 15px;
	margin-top: 50px;
}
.mtit h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mtit h1 strong {
    font-weight: 700;
    color: #9b8d6f;
}
.mtit h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
}
.mtit h2 {
    color: #1e1e1e;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mtit h3 {
    color: #837f81;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 30px;
}
.mtit h5 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.mtit h6 {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
    margin-top: 30px;
}
.mtit.mtit_w h1,
.mtit.mtit_w h2,
.mtit.mtit_w h3,
.mtit.mtit_w h4,
.mtit.mtit_w h5,
.mtit.mtit_w h6,
.mtit.mtit_w p {
    color: #000;
}
.mtit.mtit_w .lined span {
	background-color: #9b8d6f;
}
@media (max-width:768px){
    .mtit {
        text-align: center;
    }
	.mtit .lined span {
		height: 30px;
	}
    .mtit .tit_top {
        margin-bottom: 10px;
    }
    .mtit .tit_top h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .mtit .tit_top span {
        width: 40px;
        height: 2px;
    }
    .mtit h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .mtit h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .mtit h4 {
        font-size: 14px;
        word-break: keep-all;
        margin-bottom: 50px !important;
    }
    .mtit h3 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .mtit h5 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .mtit h6 {
        font-size: 20px;
        margin-top: 20px;
    }
}

/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 55px;
    line-height: 0.5em;
    font-weight: 700;
    color: #9b8d6f;
}
h2.dft {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 700;
    color: #9b8d6f;
}
h3.dft {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
}
h4.dft {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 300;
    color: #2f2f2f;
}
h6.dft {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}
p.dft {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 300;
    color: #1e1e1e;
}
@media (max-width:768px){
    h1.dft {
        font-size: 50px;
    }
    h2.dft {
        font-size: 18px;
    }
    h3.dft {
        font-size: 16px;
    }
    h4.dft {
        font-size: 14px;
    }
    h6.dft {
        font-size: 13px;
    }
    p.dft {
        font-size: 12px;
    }
}
/*msec01*/
#msec01 {
	background-color: #ddd5c4;
	background-size: 100%;
}
#msec01 .conbox h4 strong {
    font-size: 1.5em;
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1.5em;
}
#msec01 .conbox h4 span {
	display: inline-block;
}
#msec01 .conbox ul li {
	position: relative;
}
#msec01 .conbox ul li h6 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
#msec01 .conbox .img_wrp {
	margin-bottom: 10px;
}
@media (min-width:769px){
	#msec01 .conbox h4 strong {
		border-bottom: 1px solid #000000;
		padding-bottom: 5px;
	}

}
@media (max-width:768px){
	#msec01 .conbox h4 strong {
		text-decoration: underline;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#msec01 .conbox ul li {
		padding: 15px 0;
	}
	#msec01 .conbox .img_wrp {
		margin-bottom: 0px;
	}
	#msec01 .conbox .img_wrp img {
		width: 60px;
	}
}
/*msec02*/
#msec02 {
	background: url(../img/msec02_bg.png) center center;
	position: relative;
}
#msec02 .dct {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#msec02 .counters .counter strong {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: 900;
	color: #60c5c0;
	display: inline-block;
}
@media (min-width:769px){
	#msec02 {
		padding-top: 5%;
	}
}
@media (max-width:768px){
	#msec02 .conbox ul li{
		margin-bottom: 20px;
	}
	#msec02 .conbox ul li:nth-child(2):after {
		display: none;
	}
	#msec02 .counters .counter strong {
		font-size: 25px;
	}
}
/*msec03*/
#msec03 {
    background: #dbdbdb;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}
#msec03 .dct {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	z-index: 3;
}
#msec03 .bk_out {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
#msec03 .m_wrp {
	position: relative;
	z-index: 3;
	height: 500px;
}
#msec03 .m_wrp h3 {
	color: #60c5c0;
	letter-spacing: 5px;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
}
#msec03 .m_wrp h2 {
	font-weight: 400;
}
@media (min-width:769px){
	#msec03 {
		background-attachment: fixed;
	}
}
@media (max-width:768px){
	#msec03 {
		background-size: cover;
	}
	#msec03 .m_wrp {
		height: 250px;
	}
}
/*msec04*/
#msec04 {
    background: #eee;
}
#msec04 .dct {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#msec04 .dcbt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#msec04 .c_wrp .txt_wrp {
    padding-left: 70px;
}
#msec04 .c_wrp .txt_wrp h3 {
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 15px;
}
@media (max-width:768px){
    #msec04 .c_wrp .img_wrp img {
        max-width: 70%;
    }
    #msec04 .c_wrp .txt_wrp {
        padding: 20px 15px 40px;
        text-align: center;
    }
    #msec04 .c_wrp .txt_wrp img {
        width: 25px;
    }
    #msec04 .c_wrp .txt_wrp h2 {
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}
/*msec05*/
#msec05 {
    padding: 10px;
}
#msec05 .conbox a {
    text-decoration: none;
    display: block;
    position: relative;
}
#msec05 .conbox a .imgbox {
    position: relative;
}
#msec05 .conbox a .imgbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/hover_plus.png) center center no-repeat;
	background-color: rgba(0,0,0,0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec05 .conbox a:hover .imgbox:after {
	opacity: 1;	
}
#msec05 .owl-carousel.nav-inside .owl-nav, 
#msec05 .owl-carousel.nav-inside .owl-dots {
	position: relative;
}
#msec05 .owl-carousel .owl-dots {
    margin-top: 30px;
}
#msec05 .owl-carousel .owl-dots .owl-dot span, 
#msec05 .owl-carousel .owl-dots .owl-dot span {
	background: #ffffff;
	border-radius: 50%;
	border: 0px;
	width: 12px;
	height: 12px;
}
#msec05 .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #896804;
}
#msec05 .owl-carousel .owl-dots .owl-dot.active span {
	background-color: #000000;
}
#msec05 .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #ffffff;
	width: 50px;
	border-radius: 10px;
}
#msec05 .owl-carousel .owl-nav {
    top: calc(50% - 75px);
    display: block;
}
#msec05 .owl-carousel .owl-nav [class*='owl-'] {
    padding: 15px 7px;
    background-color: transparent;
    border-color: transparent transparent transparent;
    opacity: 0.2;
    color: #1e1e1e;

    -webkit-transition: all 0.0.7s ease-out;
    -moz-transition: all 0.0.7s ease-out;
    -o-transition: all 0.0.7s ease-out;
    transition: all 0.0.7s ease-out;
}
#msec05 .owl-carousel .owl-nav [class*="owl-"]:hover {
    opacity: 0.5;
}
#msec05 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#msec05 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
#msec05 .owl-carousel .owl-nav .owl-prev {
    left: -150px;
}
#msec05 .owl-carousel .owl-nav .owl-next {
    right: -150px;
}
#msec05 .owl-carousel .owl-nav .owl-prev, 
#msec05 .owl-carousel .owl-nav .owl-next {
    width: 150px;
    height: 150px;
    font-size: 150px;
}	
#msec05 .txtbox {
	padding: 15px 0;
}	
#msec05 .txtbox h4 {
	font-weight: 600;
	margin-bottom: 0px;
}	
#msec05 .txtbox .date {
	position: relative;
	width: 100%;
}	
#msec05 .txtbox .date span {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    color: #ffffff;
    padding-left: 10px;
    display: inline-block;
    background-color: #33706d;
    position: relative;
    z-index: 3;
}
#msec05 .imgbox {
    position: relative;
    overflow: hidden;
}
#msec05 .imgbox > span {
    position: absolute;
    background-color: #1e1e1e;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#msec05 .imgbox .top_l {
    width: 100%;
    height: 3px;
    top: 0;
    right: 100%;
}
#msec05 a:hover .imgbox .top_l {
    right: 0;
}
#msec05 .imgbox .bottom_l {
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 100%;
}
#msec05 a:hover .imgbox .bottom_l {
    left: 0;
}
#msec05 .imgbox .left_l {
    width: 3px;
    height: 100%;
    top: 100%;
    left: 0;
}
#msec05 a:hover .imgbox .left_l {
    top: 0;
}
#msec05 .imgbox .right_l {
    width: 3px;
    height: 100%;
    bottom: 100%;
    right: 0;
}
#msec05 a:hover .imgbox .right_l {
    bottom: 0;
}
@media (max-width:768px){
    #msec05 .owl-carousel .owl-dots {
        margin-top: 10px;
    }
    #msec05 .owl-carousel .owl-dots .owl-dot span, 
    #msec05 .owl-carousel .owl-dots .owl-dot span {
        height: 8px;
        width: 8px;
    }
    #msec05 .owl-carousel .owl-nav .owl-prev {
        left: -40px;
    }
    #msec05 .owl-carousel .owl-nav .owl-next {
        right: -40px;
    }
    #msec05 .owl-carousel .owl-nav .owl-prev, 
    #msec05 .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 40px;
    }	
}
/*msec06*/
#msec06 {
    background: #eee;
}
@media (min-width:991px) {
    #msec06 {
        background-attachment: fixed;
    }
}
@media (max-width:992px) {
    #msec06 {
        background-size: cover;
    }
}

/*ifl_prc*/
.ifl_prc {
    position: relative;
}
.ifl_prc .ifl_item .num {
    margin-bottom: 10px;
}
.ifl_prc .ifl_item .txtbox {
    margin-top: 15px;
}
.ifl_prc .ifl_item .txtbox h2 {
    color: #ffe824;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ifl_prc .ifl_item h3 {
	padding-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #9b8d6f;
}
.ifl_prc .ifl_item h4 {
	margin-bottom: 10px;
}
@media (min-width:769px){
    .ifl_prc:before {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        height: 1px;
        background-color: #fff;
        top: 0;
	}
	.ifl_prc .ifl_item .num {
		position: relative;
	}
	.ifl_prc .ifl_item .num img {
        position: absolute;
        bottom: 2px;
        right: -5px;
	}
    .ifl_prc .ifl_item .num span {
        position: absolute;
        bottom: -2px;
        width: 100%;
        left: 0;
    }
    .ifl_prc .ifl_item .num span.ci1:after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ffe824;
		z-index: 2;
    }
	.ifl_prc .ifl_item .num span.ci2 {
		bottom: -5px;
	}
    .ifl_prc .ifl_item .num span.ci2:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: rgba(255, 232, 36, 0.5);
		z-index: 3;
    }
	.ifl_prc .ifl_item p {
		font-size: 15px;
	}
}
@media (max-width:768px){
    .ifl_prc {
        position: relative;
    }
    .ifl_prc:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 0px;
        height: 100%;
        width: 1px;
        background-color: rgba(255,255,255,0.2);
    }
    .ifl_prc ul li {
    }
    .ifl_prc ul li:last-child {
        margin-bottom: 0px;
    }
    .ifl_prc .ifl_item {
		text-align: center;
    }
    .ifl_prc li:nth-child(even) .ifl_item .num {
        margin-bottom: 60px;
        position: relative;
        width: 30px;
        padding-right: 15px;
    }
    .ifl_prc li:nth-child(odd) .ifl_item {
    }
	.ifl_prc li:nth-child(odd) {
	}
	.ifl_prc li:nth-child(even) {
	}
    .ifl_prc li:nth-child(even) .ifl_item .num span:after {
        content: "";
        position: absolute;
        left: -7px;
        top: 47%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #ffe824;
    }
    .ifl_prc li:nth-child(odd) .ifl_item .num span:after {
        content: "";
        position: absolute;
        right: -4px;
        top: 47%;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #ffe824;
    }
	.ifl_prc .ifl_item .num img {
		display: none;
	}
    .ifl_prc .ifl_item .imgwrp img {
    }
    .ifl_prc .ifl_item .txtbox {
        margin-top: 10px;
    }
    .ifl_prc .ifl_item .txtbox h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }
}
/*msec07*/
#msec07 {
}
#msec07 .conbox ul li {
	margin: 15px 0;
}
#msec07 .conbox ul li .logo_box {
	border: 1px solid #ddd;
	text-align: center;
}
@media (max-width:768px){
	#msec07 .conbox ul li {
		margin: 5px 0;
	}
}
/*msec08*/
#msec08 {
    background: #ddd5c4;
}
@media (min-width:991px) {
    #msec08 {
        background-attachment: fixed;
    }
}
@media (max-width:992px){
    #msec08 .mtit {
        margin-bottom: 30px;
    }
}
/*latest-online*/
#latest-online ul li {
    margin-bottom: 15px;
}

#latest-online ul li select.form-control {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 100;
    color: #000;
    border: 1px solid #fff;
    box-shadow: 0 0 0;
    background-color: transparent;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    line-height: 1.4em;
    height: 50px;
}

#latest-online ul li input.form-control {
    border-radius: 0px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
    color: #000000;
    border: navajowhite;
    background-color: #fff;
    height: 50px;
    padding: 5px;
    -webkit-text-fill-color: #000;
}
#latest-online ul li textarea {
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    border: 1px solid #fff;
    box-shadow: 0 0 0;
    background-color: transparent;
}
#latest-online ul li input[type="submit"] {
    width: 100%;
    display: block;
    background-color: #9b8d6f;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1em;
    padding: 15px;
    text-align: center;
    border: 0px;
}
#latest-online ul li label {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    line-height: 1.4em;
}
@media (min-width:769px){
    #latest-online ul li input.form-control {
        height: 50px;
    }
}
@media (max-width:768px){
    #latest-online ul li input.form-control,
    #latest-online ul li textarea,
    #latest-online ul li input[type="submit"],
    #latest-online ul li label {
        font-size: 13px;
    }
}

/*footer*/
#footer {
    background-size: cover;
    margin-top: 0px !important;
    padding: 100px 0 !important;
    background-color: #2b2b2b;
    border-top: 0px;
}
#footer .logo_wrp {
    margin-bottom: 10px;
}

#footer .logo_wrp h1 {font-size: 1.86em;font-weight: 600;color: #9b8d6f;display: inline-block;}

#footer .logo_wrp a:hover {text-decoration:none;}

#footer .btn_wrp {
    margin: 30px 0;
}


#footer .btn_wrp a {
    text-decoration: none;
    display: inline-block;
    width: 180px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300;
    color: #fff;
    border: 1px solid #aaa;
    margin: 0 5px;
}
#footer .btn_wrp a strong {
    color: #9b8d6f;
    font-weight: 800;
}
#footer .btn_wrp a.btn_wrp_r {
    color: #fff;
    background-color: #b91729;
    border-color: #b91729;
}
#footer p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
    color: #fff;
}
#footer p.txt-sm {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 636363;
    color: #eee;
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 !important;
    }
    #footer .logo_wrp {
        margin-bottom: 10px;
    }
    #footer .logo_wrp img {
        width: 150px;
    }
    #footer .btn_wrp {
        margin: 15px 0;
    }
    #footer .btn_wrp a {
        width: 180px;
        padding: 10px;
        font-size: 13px;
        margin: 5px 0;
    }
    #footer p {
        font-size: 12px;
    }
    #footer p.txt-sm {
        font-size: 10px;
    }
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 600px;
    margin: 0 auto;
}
.privacy h4 {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: auto;
    overflow-y: scroll;
}
@media (max-width:768px){
    .privacy h4 {
        font-size: 13px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}
/*msec09*/
#msec09 {
    /* background: url(../img/msec02_bg.png) center bottom no-repeat; */
    background-color: #60c5c0;
    background-size: 100%;
}
#msec09 .owl-carousel a {
	text-decoration: none;
	display: block;
}
#msec09 .txtbox h3 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1em;
}
#msec09 .txtbox .lined {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #1e1e1e;
    line-height: 0px;
}
#msec09 .imgbox {
	position: relative;
}
#msec09 .imgbox .black_ot {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#msec09 a:hover .imgbox .black_ot {
	opacity: 0.7;
}


.top-logo  {}

.top-logo:hover  {}

.icon-img img {
    width: 60px;
    margin-bottom: 20px;
}

.paper-img img {
    width: 80px;
}

.bank-img img {
    width: 30%;
}

.txtbox small {
    color: #f39202;
}

.down-2 {
    background-color: unset !important;
    border-color: #fff !important;
}

.oder-list {
    color: #fff;
    width: 100%;
}

.oder-list tbody {

}

.oder-list tr {padding: 10px;height: 80px;border-bottom: 1px solid #313131;}

.oder-list td p {color: #000;font-size: 1.16em;line-height: unset;margin-bottom: 0;}

.order_price {font-size: 16px;}

.order_ing_btn {
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    background: #fec721;
    border: none;
    padding: 1px 12px;
}

@media (min-width:600px){
.sky-banner {
    display: none;
}
}

.sky-banner {
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    width: 100%;
    background: #fff;
    min-height: 40px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

.sky-banner a {text-decoration: unset;color: #fff;}

.sky-banner a:hover {text-decoration: unset;}

.cs-call {
    float: left;
    background: #aba298;
    border-right: 1px solid #000;
}

.cs-oder {
    float: left;
    background: #9b8d6f;
}

.cs-sms {
    float: right;
    background: #6d6961;
    border-left: 1px solid #000;
}

.cs-btn {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    font-size: 18px;
    line-height: 40px;
}

.order_table {
    min-height: 400px;
}

table {
    background-color: unset;
}


@media (max-width: 600px){
	
.order-text-title {
    width: 100% !important;
}
	
	
#visual .txtbox h4{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 24px;
}

}

@media (max-width:400px){
	
.order-text-title {
    width: 100%;
}
	
#visual .txtbox h4{
    font-size: 12px;
    padding: 2px 5px;
    line-height: 20px;
    margin-bottom: 10px;
}

}

@media (max-width:300px){
	
.order-text-title {
    width: 100%;
}
	
#visual .txtbox h4{
    font-size: 18px;
    padding: 5px 15px;
    line-height: 30px;
    margin-bottom: 50px;
}

.btn_box {
    margin-bottom: 100px;
}

}

.reseut {}

.reseut h1 {
    color: #000;
}



.reseut h4 {
    color: #4e4e4e;
    margin-top: 10px;
}


.address-sel {
    border-radius: 0;
    width: 47%;
    height: 50px;
    font-size: 18px;
    padding: 5px;
    color: #000;
}

.gold_price {
    margin-bottom: 10px;
}

.gold_price td p {
    color: #000;
}

.img_wrp img {
    max-width: 30%;
    padding: 10px;
}

.counter h6 {
    color: #909090;
    font-size: 16px;
}



.no_line:before {height: 0;}

.login-btn {
    background: #9b8d6f;
    color: #fff !important;
    padding: 3px 12px;
    margin-left: 15px;
    border-radius: 10px;
    line-height: 41px;
    text-decoration: none;
}

.login-btn:hover {
    text-decoration: unset;
    background: #ddd5c4;
    color: #9b8d6f !important;
}

.gold_price thead td {
    background: #ffffff;
    color: #000;
}

.text-right-im {
    float: right;
}

.text-left-im {
    float: left;
}

.cs-oder a {
    color: #fff;
}

.uc-win {
    padding: 0;
}

.dental-img {
    display: block;
    margin: auto;
    border-radius: 50%;
    min-width: 80px;
    margin-bottom: 30px;
    max-width: 80px;
}

.bg-main {
  background: #2f333e !important;
  color: #fff;
}



.bg-red {
  background: #ff7676 !important;
  color: #fff;
}

.bg-red:hover {
  color: #fff;
}

.bg-blue {
  background: #3d7ef1 !important;
  color: #fff;
}

.bg-blue:hover {
  color: #fff;
}

.bg-yellow {
  background: #f157b3 !important;
  color: #fff;
}

.bg-yellow:hover {
  color: #fff;
}

.bg-green {
  background: #11c543 !important;
  color: #fff;
}

.bg-green:hover {
  color: #fff;
}

.bg-orange {
  background: #f39a17 !important;
  color: #fff;
}

.bg-orange:hover {
  color: #fff;
}

.bg-violet {
  background: #796AEE !important;
  color: #fff;
}

.bg-violet:hover {
  color: #fff;
}

.bg-gray {
  background: #eceeef !important;
}

.bg-white {
  background: #fff !important;
}

.logo-img {
    margin-top: 30px;
}

.media-img {}


.box-q {}

.box-a {}

.btn-q {
    background: #fdc621;
    color: #fff;
}

.btn-a {} 

.faq-box {}

.faq-box li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.text-box {
    font-size: 18px;
    height: auto;
    line-height: 60px;
}

.text-box span {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-right: 10px;
    border: 1px solid #eee;
    padding: 8px 16px;
    font-weight: 900;
}

.faq-text {
    border: none !important;
}

.panel-group .panel-heading a {
    color: #fff;
    text-align: left;
    background: #9b8d6f;
    font-size: 0.86em;
    border-radius: 10px;
}

.panel-body {
    background: #fbfbfb;
    box-shadow: none;
    border-radius: 10px;
    text-align: left;
    margin-top: 10px;
    border: none;
    border-top: unset !important;
}

.index-notice {
    padding-bottom: 200px;
}

.index-notice p {
    color: #ff1e1e;
}

.index-notice h5 {
    color: #fff;
}

.notice-title {
    margin: 100px 0;
}

.order-area {
    border: 1px solid #fdc621;
    padding: 10px;
}

.order-area h4 {
    line-height: unset;
    padding: 0;
    margin: 10px 0;
    color: #fdc621;
}

.captcha {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    background: #eee;
    height: unset;
    padding: 10px 0;
}

.captcha img {
    width: 100px !important;
    display: inline-block;
    margin-bottom: 13px;
    margin-left: 10px;
}

.captcha_box {
    width: 100px;
    height: 38px;
    display: inline-block;
    margin: 5px 10px;
}

#captcha_mp3 {
    background: #ffc821;
    border: none;
    color: #fff;
    border-radius: 3px;
}

#captcha_reload {
    background: #ffc821;
    color: #fff;
    border: none;
    border-radius: 5px;
}

legend {
    margin: 0;
    padding: 0;
    height: 30px;
    display: inline-block;
    background: #1b1b1b;
    margin-top: 10px;
    line-height: unset;
}

.required {
    color: #000;
    font-size: 18px;
}

.ms_scr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 5%;
	animation: scr 1s linear infinite;
}
.ms_scr a {
    text-decoration: none;
    display: inline-block;
}

.notice-box {
    text-align: center;
    color: #fff;
    font-size: 0.96em;
}

.con_wrp {}

.c_wrp img {
    max-width: 80%;
}

.sp-btn {
    display: block;
}


.sp-btn img {width: 300px;max-width: unset !important;}

.sp-btn a {display: inline-block;width: 160px;border-radius: 20px;height: 60px;}

.sp-btn a:hover {
    background: #fff;
    color: #60c5c0;
    text-decoration: none;
}

.title-h2 {
    font-size: 30px !important;
    color: #60c5c0 !important;
    font-weight: 200 !important;
    background: #eee;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}


.order-btn {
    text-align: center;
    padding: 30px 0;
}

.order-btn a {
    display: inline-block;
    background: #60c5c0;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 1.26em;
}

.order-btn a:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}

.order-text-title {
    width: 45%;
    background: #9b8d6f;
    border-radius: 10px;
    margin: 10px;
    padding: 30px 0;
    display: inline-block;
    font-size: 1.5em;
    color: #2e2e2e;
}

#w_sido {
}

#w_gugun {
    float: right;
}

.txt-box-show {
    background: #60c5c0;
    display: inline-block;
    min-width: 40%;
    margin: 20px;
    height: 300px;
    line-height: 300px;
    border-radius: 30px;
}

.txt-box-show h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.96em;
    margin-bottom: 20px;
    margin-top: 100px;
}



.txt-box-show h5 {
    margin: 0;
    color: #fff;
}

.biz-text-box {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    display: inline-block;
    border-radius: 30px;
    padding: 30px;
    min-width: 320px;
}

.biz-box-1 {
    background-image: url(/web/assets/img/index_biz1.jpg);
}

.biz-box-2 {
    background-image: url(/web/assets/img/index_biz2.jpg);
}


.order-box-page {
    height: 400px;
    margin: 100px 0;
}

.order-box-btn {}


.dpnone {
    display: none;
}

.new_title {color: #9b8d6f !important;}


.add-r {}

.add-l {
    margin-right: 3%;
}

.text-box {
    margin: 30px 0;
    display: block !important;
}

.cms_btn {background: #9b8d6f;color: #fff !important;}

.cms_btn:hover {background: #414141 !important;color: #fff !important;}