/*Font: Poppins*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*font:GMARKET*/
@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* 에스코어드림 */
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0;
}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
        height: auto !important;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}


/*scroll-to-top*/
html .scroll-to-top,
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
    display: none !important;
}


/*body*/
.body {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}
.body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'S-CoreDream', Arial, sans-serif !important;
}
html::-webkit-scrollbar {
    display: none;
    visibility: hidden;
}
/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
@media (min-width:1601px){
    .header-container .lo_wrp {
        width: 25%;
    }
    .header-container .mn_wrp {
        width: 75%;
    }
    .header-container .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1200px) and (min-width:991px){
    .header-container .lo_wrp {
        width: 20%;
    }
    .header-container .mn_wrp {
        width: 60%;
    }
    .header-container .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 12px !important;
        font-size: 18px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .h_nav {
        width: 50%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #eee !important;
    border-color: #0088cc;
}
.pagination > .active > a, body.dark .pagination > .active > a {
    border-color: #eee;
}
img {
	max-width: 100%;
}
.owl-carousel .owl-nav {
    top: 40%;
}
.owl-carousel.arr_car .owl-nav [class*="owl-"],
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:focus, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:hover, 
.owl-carousel.arr_car .owl-nav [class*="owl-"]:active:focus {
    background: url(../img/arr_nav.png) center center no-repeat;
    width: 42px;
    height: 42px;
}
.owl-carousel.arr_car .owl-nav .owl-prev:before,
.owl-carousel.arr_car .owl-nav .owl-next:before {
    content: "";
}
.owl-carousel.arr_car .owl-nav .owl-next {
    transform: rotate(180deg);
}
.owl-carousel .owl-dots {
    margin-top: 20px;
}
.owl-carousel .owl-dots .owl-dot span {
    background-color: #dfdfdf;
    width: 13px;
    height: 13px;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #969393;
}
@media (max-width:992px){
    .owl-carousel .owl-nav {
        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 #333;
        border-radius: 0px;
        background: #fff;
		color: #333;
        font-size: 12px;
        padding-top: 2px;
    }
    .owl-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
    }
}
/*font*/
.f_ck {
	font-family: 'Chakra Petch', sans-serif !important;
}
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}
.f_noto {
	/* font-family: 'Noto Serif KR' !important; */
    letter-spacing: 0 !important;
}
.f_gmk {
	font-family: 'GmarketSans' !important;
    letter-spacing: -0.03em !important;
}

/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: #111;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #e2870a;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #333 !important;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header.header-transparent .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
html.add-header #header .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #e2870a;
    word-break: keep-all;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 43px 65px !important;
        font-size: 23px;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    html #header .bt_wrp a img {
        margin: 0;
    }
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
}
@media (max-width:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 4px 9px;
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .c_wrp {
    padding: 0 30px;
    position: relative;
    z-index: 3;
}
#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: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	box-shadow: 0 0 0 !important;
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#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 {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #e2870a;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #fff !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;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 25px !important;
	}
}
@media (min-width:992px) {	
    /*#header .header-nav-main nav > ul:hover:after {
        height: 280px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        width: 100%;
        left: -10%;
        width: 120%;
        z-index: 1;
    }
    #header .header-nav-main nav > ul.act:after {
        height: 280px !important;
    }*/
    #header .header-nav-main nav > ul > li.act > a:before,
    #header .header-nav-main nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        background: url(../img/h_arr_bg.png) center center no-repeat;
        height: 15px;
        width: 100%;
        z-index: 3;
    }
    #header .header-nav-main nav > ul > li:nth-child(1) > .dropdown-menu {
        left: -7px;
    }
    #header .header-nav-main nav > ul > li:nth-child(2) > .dropdown-menu {
        left: -25px;
    }
    #header .header-nav-main nav > ul > li:nth-child(3) > .dropdown-menu {
        left: -25px;
    }
    #header .header-nav-main nav > ul > li:nth-child(4) > .dropdown-menu {
        left: -40px;
    }
    #header .header-nav-main nav > ul > li:nth-child(5) > .dropdown-menu {
        left: -32px;
    }
    #header .header-nav-main nav > ul > li:nth-child(6) > .dropdown-menu {
        left: -25px;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu:before {
        content: "";
        position: absolute;
        left: 0;
        top: -1px;
        height: 5px;
        width: 0;
        background-color: #e2870a;
        -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;
    }
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
        width: 100%;
    }
	#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: 8px 0;
        line-height: 1.2em;
        text-align: center;
    }
}
@media (max-width:992px) {
    #header .header-body .c_wrp {
        padding: 0 15px;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 130px;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !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: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        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: #2664ab !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);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 5px 9px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 27px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.header-transparent .header-btn-collapse-nav {
	color: #fff;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
/*hover*/
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html #header:hover .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover a {
    color: #e2870a;
}
@media (max-width:992px){
    html #header .bt_wrp img {
        margin-bottom: 5px !important;
    }
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
}
#new_drop:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    opacity: 0;
}
#header:hover #new_drop:after {
    opacity: 1;
}
#new_drop .dm_con {
    padding: 40px 0;
    position: relative;
    padding-left: 260px;
    display: none;
    min-height: 220px;
}
#new_drop .dm_con.act {
    display: block;
}
#new_drop .dm_con .lt {
    padding-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background: url(../img/dm_bg.png) left bottom no-repeat;
}
#new_drop .dm_con .lt h2 {
    color: #666;
}
#new_drop .dm_con .lt p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 300;
    color: #666;
    font-weight: 1.5em;
    margin-top: 10px;

    -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;
}
#new_drop .dm_con .lt .icon {
    margin-top: 15px;
}
#new_drop .dm_con .rt > ul > li {
    margin-bottom: 10px;
}
#new_drop .dm_con .rt h5 a {
    display: block;
	border-bottom: 1px solid #ddd;
    line-height: 1em;
    padding: 17px 0;
    text-decoration: none;
    color: #666;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    background: url(../img/arr_hvtab.png) right center no-repeat;

    -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;
}
#new_drop .dm_con .rt h5 a:hover {
    color: #333;
    border-color: #333;
}
/* #new_drop .dm_con .rt h5 a:after {
    content: "";
    position: absolute;
    right: 20px;
    height: 100%;
    top: 0;
    width: 7px;
    background: url(../img/dm_arr.png) right center no-repeat;
} */
#new_drop .dm_con .rt h5 a:hover:after {
    background: url(../img/dm_arr_rd.png) right center no-repeat;
}
#new_drop .dm_con .rt .dm {
    margin-top: 10px;
}
#new_drop .dm_con .rt .dm li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 3px 0;
}
#new_drop .dm_con .rt .dm li:hover a {
    color: #e2870a;
}
@media (min-width:1250px) {
    #new_drop .container {
        width: 1280px;
    }
}
@media (max-width:992px) {
    #new_drop {
        display: none !important;
    }
}
/*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;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
    width: 60%;
}
.mobile-side-menu > .mmenu-toggle-btn {
	position: absolute;
    right: -5px;
    top: -20px;
    padding: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 17px;
    color: #ccc;
	cursor: pointer;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
}
.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: 17px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.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: 15px;
}
.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: 15px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#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;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.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;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
/*bt_wrp*/
#header .bt_wrp .bar_i {
    display: inline-block;
}
#header .bt_wrp .bar_i_bk {
    display: none;
}
#header .bt_wrp .bar_i_bk3 {
    position: relative;
    margin-top: 3px;
    padding: 12px 15px 9px 5px;
}
#header .bt_wrp .bar_i_bk3 span {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 10;
    color: #fff;
    background-color: #f70000;
    display: block !important;
    width: 18px;
    line-height: 18px;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
}
#header .ch_wrp {
    position: relative;
    z-index: 1;
}
#header .ch_wrp a {
	display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    width: 130px;
    vertical-align: middle;
    font-weight: 400;
    background-color: #967441;
    text-align: center;
	margin-right: 20px;
    border-radius: 4px;
}
#header .ch_wrp a.sns{
    padding: 10px ;
}
#header .ch_wrp .logout a.hd_i1 {
    background: url(../img/hd_i1.png) 5px center no-repeat;
}
#header .ch_wrp .logout a.hd_i2 {
    background: url(../img/hd_i2.png) 5px center no-repeat;
}
#header .ch_wrp .logout a.hd_i4 {
    background: url(../img/hd_i4.png) 5px center no-repeat;
}
#header .ch_wrp .logout a.hd_i5 {
    background: url(../img/hd_i5.png) 5px center no-repeat;
}
.st_bg {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 2px;
    background: rgba(51, 51, 51, 0.34);
    vertical-align: middle;
}
/*html.sticky-header-active #header .ch_wrp a,
html #header:hover .ch_wrp a{
    color: #333;
    border-right: 1px solid rgba(0,0,0,0.4);
}*/
#header .ch_wrp a img {
    width: 40px;
    vertical-align: middle;
}
#header .ch_wrp a .bk{
    display: none;
}
#header .ch_wrp a .w {
    display: inline-block;
}
/*html.sticky-header-active #header .ch_wrp a .bk,
html #header:hover .ch_wrp a .bk{
    display: inline-block;
}
html.sticky-header-active #header .ch_wrp a .w,
html #header:hover .ch_wrp a .w {
    display: none;
}*/
@media (min-width:1601px){
    #header .lo_wrp {
        width: 15%;
    }
    #header .mn_wrp {
        width: 70%;
    }
    #header .h_nav {
        width: 15%;
    }
    #header .bt_wrp {
        width: 25%;
        text-align: right;
        padding-right: 30px;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 15px !important;
        font-size: 18px;
    }
}
@media (max-width:1600px) and (min-width:1201px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 17px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 10px !important;
    }
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .h_nav {
        width: 20%;
    }
}
@media (max-width:1200px) and (min-width:991px){
    #header .lo_wrp {
        width: 20%;
    }
    #header .mn_wrp {
        width: 60%;
    }
    #header .bt_wrp {
        width: 20%;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 35px 10px !important;
        font-size: 14px;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 10px !important;
    }
    #header .ch_wrp a {
        font-size: 12px;
        padding: 10px 15px;
        line-height: 30px;
    }
}
@media (max-width:992px){
    #header .header-logo {
        float: none;
    }
    #header .bt_wrp {
        text-align: right;
        width: 35%;
    }
    #header .lo_wrp {
        text-align: center;
        width: 40%;
    }
    #header .ch_wrp {
        width: 50%;
        text-align: right;
    }
    #header .ch_wrp a {
        font-size: 11px;
        padding: 7px 15px;
        line-height: 14px;
        text-align: center;
        background-size: 15px !important;
        background-position-x : left !important;
		width: auto;
		margin-right: 0;
    }
    #header .ch_wrp a img {
        width: 15px;
    }
    #header .h_nav {
        width: 10%;
        text-align: right;
    }
    #header .fo_wrp a {
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
        padding: 12px 15px 10px;
        line-height: 1em;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        border-radius: 80px;
        vertical-align: middle;
        background-color: #009900;
    }
    #header .fo_wrp a img {
        width: 20px;
        vertical-align: middle;
    }
    html #header:hover .fo_wrp a,
    html.add-header #header .fo_wrp a,
    html.sticky-header-active #header.header-transparent .fo_wrp a {
        color: #333;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
@media (max-width:992px){
    /*.row {
        margin: 0 -5px;
    }
    .row > div,
    .row > li {
        padding: 0 5px;
    }*/
}
/*font*/
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}



/*sticky*/
html.add-header #header.header-transparent .header-body,
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
}
html #header.header-transparent .header-body:before {
    background-color: #111;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.add-header #header.header-transparent .header-body:before,
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: #666 !important;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
html #header .header-nav-main nav > ul > li > a strong {
    font-weight: 400;
    display: inline-block;
    padding: 10px 0 7px;
    border-bottom: 3px solid transparent;
}
html #header .header-nav-main nav > ul > li.act > a strong {
    border-bottom-color:#967441;
	color: #967441 !important;
}
html #header .header-nav-main nav > ul > li.imp > a strong {
    color: #37018d;
    font-weight: 700;
}
html #header.header-transparent .header-nav-main nav > ul > li > a {
    color: #fff !important;
}
html #header.header-transparent .header-nav-main nav > ul > li:foucs > a,
html #header.header-transparent .header-nav-main nav > ul > li:hover > a {
    color: #e2870a !important;
}
html #header.header-transparent:hover .header-nav-main nav > ul > li > a {
    color: #333 !important;
}
html.add-header #header .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #666 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #333;
	border-color: #e2870a;
    word-break: keep-all;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover,
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #e2870a;
	background-color: transparent;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 40px 20px !important;
        font-size: 16px;
        position: relative;

        -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;
    }
    html.sticky-header-active #header .header-nav-main nav > ul > li > a {
        padding: 20px 20px !important;
    }
    html #header .header-nav-main nav > ul > li > a.act:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #333;
        top: auto;
    }
}
@media (max-width:1601px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 12px 9px;
    }	
    html #header .bt_wrp a img {
        margin: 0;
    }
    html #header:not(.header-transparent) .header-nav-main nav > ul:after,
    html #header .header-nav-main nav > ul.act:after,
    html #header .header-nav-main nav > ul:after {
        content: "";
        position: absolute;
        width: 10000px;
        top: 100%;
        background-color: rgba(255, 255, 255, 0.2);
        height: 0px;
        left: -600px;
        transform: translate3d(0, 0, 0);
        clear: none;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
}
@media (max-width:1201px) {	
    html #header .bt_wrp a {
        width: auto;
        padding: 12px 4px 9px;
    }
}
@media (max-width:992px) {
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	html.add-header #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a,
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363
	}
}
/*#header-t*/
#header .header-body .c_wrp {
	margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}
#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: #2664ab;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
}
#header:hover .header-body {
    /*border-bottom: 1px solid #aaa !important;*/
}
html.add-header #header .header-body {
    border-bottom: 1px solid #ddd;
}
#header.bbt .header-body {
	border-bottom: 2px solid #e1e1e1;
}
#header .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li.act > a {
    color: #e2870a !important;
	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 {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #e2870a;
	background-color: transparent;
}
html #header.header-narrow .header-nav-main nav > ul > li.open > a,
html #header.header-narrow .header-nav-main nav > ul > li.focus > a,
html #header.header-narrow .header-nav-main nav > ul > li:hover > a{
	background: transparent;
    color: #e2870a !important;
}
#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;
}
/*#header.header-narrow .header-logo img {
    width: 100px;
}*/
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 25px !important;
	}
}
@media (min-width:992px) {	
    #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        transform: translate3d(0, 0, 0) !important;
    }
    /*#header .header-nav-main nav > ul.act > li.dropdown > .dropdown-menu,
    #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 {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 150px;
        border: 1px solid #ddd;
        background-color: #fff;
        top: 90%
	}
	/*#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: 8px 0;
        line-height: 1.2em;
        text-align: center;
    }
}
@media (max-width:992px) {
    #header .header-body .c_wrp {
        padding: 0 15px;
    }
    #header .header-logo {
        padding: 0px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 10px 0;
        width: 150px;
    }
	#header .header-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !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: #2664ab !important;
		border-color: #fff;
	}
    #header .header-nav-main nav > ul > li > a {
        line-height: inherit;
		color: #333 !important;
        padding: 7px 8px 3px 8px !important;
		font-size: 18px;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        width: 100%;
        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: #2664ab !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);
	}	
}
/*actbtn*/
#header .bt_wrp a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 12px 5px 9px;
    line-height: 1em;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 80px;
    vertical-align: middle;
}
#header .bt_wrp .actbtn {
    background-color: #009900;
}
#header .bt_wrp a img {
    width: 27px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
@media (min-width:1201px){
    #header .bt_wrp .actbtn {
        background-color: #009900;
        width: 140px;
    }
}
/*#  - HeaderTop mobile*/
#header .header-btn-collapse-nav {
    float: none;
	margin: 15px 0;
	background-color: transparent;
	color: #111;
	padding: 4px 8px !important;
	line-height: 22px !important;
	font-size: 26px !important;
    display: inline-block;
}
#header.header-transparent .header-btn-collapse-nav {
	color: #fff;
}
html #header:hover .header-btn-collapse-nav,
html #header:hover .header-btn-collapse-nav,
html.add-header #header .header-btn-collapse-nav,
html.sticky-header-active #header .header-btn-collapse-nav {
    color: #111;
}
@media (max-width:768px){
    #header .bt_wrp a {
        padding: 12px 3px 9px;
    }
}
/*sticky*/
html #header .default {
    display: none;
}
html #header .default-c {
    display: inline-block;
}
html #header.header-transparent .default {
    display: inline-block;
}
html #header.header-transparent .default-c {
    display: none;
}
html #header:hover .default,
html.add-header #header .default,
html.sticky-header-active #header .default {
    display: none;
}
html #header:hover .default-c,
html.add-header #header .default-c,
html.sticky-header-active #header .default-c {
    display: inline-block;
}
html #header:hover .bt_wrp a:not(.actbtn),
html.add-header #header .bt_wrp a:not(.actbtn),
html.sticky-header-active #header .bt_wrp a:not(.actbtn) {
    color: #333;
}
html #header:hover .bt_wrp .bar_i_bk,
html.add-header #header .bt_wrp .bar_i_bk,
html.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.add-header #header .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
/*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;
	font-family: 'Libre Baskerville';
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
	cursor: pointer;
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px 10px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (max-width:768px){
	.mmenu-toggle-btn {
		padding: 15px 12px 18px;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 40px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fff;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.mobile-side-menu .header-logo img {
    width: 60%;
}
.mobile-side-menu > .mmenu-toggle-btn {
    display: block;
    width: 100%;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    background-color: #e2870a;
    position: relative;
    top: auto;
    padding: 10px;
    border: 0px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
}
.mobile-side-menu #mainNav > li {
    border-bottom: 1px solid #ddd;
    margin: 0px;
}
.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: 17px;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	font-weight: 500;
	background-color: transparent;
	color: #333;
	border: 0;
	padding: 10px;
	white-space: normal;
    word-break: keep-all;
    letter-spacing: 0;
	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.dropdown-toggle {
    background: url(../img/i_plus_bk.png) 95% center no-repeat !important;
    background-size: 9px !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.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: 15px;
}
.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: 15px;
}
.mobile-side-menu .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-side-menu .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
}
#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;
}

/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
.mobile-side-menu .row > div{
    padding: 0 5px;
}
.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;
}

/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 27px;
    height: 3px;
    border-radius: 0;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 27px;
    height: 3px;
    border-radius: 0;
    transition: 0.3s;
    position: absolute;
    background-color: #333;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 8px;
    width: 27px;
}
.lines_bar:after {
    top: -8px;
}
.lines_bar.darkmd,
.lines_bar.darkmd:before,
.lines_bar.darkmd:after {
    background-color: #333;
}
html #header:not(.transparent) .lines_bar,
html #header:not(.transparent) .lines_bar:before,
html #header:not(.transparent) .lines_bar:after,
html.sticky-header-active #header .lines_bar:before,
html.sticky-header-active #header .lines_bar:after,
html #header:hover .lines_bar,
html #header:hover .lines_bar:before,
html #header:hover .lines_bar:after {
    background-color: #333;
}
.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:992px) {
    html #header .lines_bar,
    html #header .lines_bar:before,
    html #header .lines_bar:after {
        background-color: #fff;
    }
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 25px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_sm {
    padding: 80px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 60px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_sm {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 40px 0;
    }
}

/*c_wrp*/
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_top > li,
.v_top > div {
    vertical-align: top;
}
@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;
    }
}



/*dft*/
.dft {
    word-break: keep-all;
}
h1.dft {
    font-size: 45px;
    color: #221814;
    font-weight: 600;
    line-height: 1em;
    text-transform: none;
    margin-bottom: 20px;
}
h2.dft {
    font-size: 30px;
    color: #221814;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
h3.dft {
    font-size: 24px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h4.dft {
    font-size: 20px;
    color: #221814;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
}
h5.dft {
    font-size: 17px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
h6.dft {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: none;
}
p.dft {
    font-size: 15px;
    line-height: 2em;
    color: #221814;
    font-weight: 400;
}
.conp {
    margin-top: 1rem;
}
@media (max-width:992px){
    h1.dft {
        font-size: 28px;
    }
    h2.dft {
        font-size: 22px;
    }
    h3.dft {
        font-size: 18px;
    }
    h4.dft {
        font-size: 17px;
    }
    h5.dft {
        font-size: 14px;
    }    
    h6.dft {
        font-size: 12px;
    }
    p.dft {
        font-size: 13px;
    }
}

/*row*/
@media (max-width:768px){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*color*/
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #fffc02 !important;
}
.c_rd {
    color: #e03333 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_gray {
    color: #666 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_bw {
    color: #967440 !important;
}

/*modal*/
.privacy .modal-dialog {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.privacy .modal-dialog > div {
    display: table-cell;
    vertical-align: middle;
}
.privacy .modal-dialog > div .modal-content {
    max-width: 700px;
    margin: 20px auto;
    overflow: hidden;
}
.privacy .modal-header {
    padding: 25px 15px;
    background-color: #f7f7f7;
}
.privacy h4 {
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.privacy #privacy {
    height: 50vh;
    overflow-y: scroll;
}
.privacy .modal-dialog > div .modal-content a {
    color: #ff7427 !important;
    font-weight: 400;
}
@media (max-width:768px){
    .privacy .modal-header {
        padding: 20px 15px;
    }
    .privacy .modal-dialog > div .modal-content {
        max-width: 90%;
    }
}

/*nw_slider*/
#nw_slider,
#nw_slider .mslider {
    position: relative;
}
#nw_slider .txtbox .c_wrp > div {
    vertical-align: bottom;
}
#nw_slider .txtbox .c_wrp h1 {
    font-size: 45px;
    line-height: 1.2em;
    color: #fff;
    font-weight: 300;
    margin-bottom: 5px;
}
#nw_slider .txtbox .c_wrp h4 {
    margin-bottom: 200px;
    color: #fff;
    line-height: 1.4em;
    font-weight: 300;
}
.swiper-container.mslider {
    width:100%; 
    height:100%;
}
.swiper-container.mslider .swiper-slide {
    height:800px;
}
.swiper-container.mslider .swiper-slide .bg {
    height:800px; 
    background-position:center; 
    background-size:cover;
}
.swiper-container.mslider .swiper-slide.slide_1 .bg {
    background-image:url(../img/main_slide1.jpg);
}
.swiper-container.mslider .swiper-slide.slide_2 .bg {
    background-image:url(../img/main_slide2.jpg);
}
.swiper-container.mslider .swiper-slide.slide_3 .bg {
    background-image:url(../img/main_slide3.jpg);
}
.swiper-container.mslider .swiper-slide.slide_4 .bg {
    background-image:url(../img/main_slide4.jpg);
}
.swiper-container.mslider .swiper-slide.slide_5 .bg {
    background-image:url(../img/main_slide5.jpg);
}
.swiper-container.mslider .swiper-slide.slide_6 .bg {
    background-image:url(../img/main_slide6.jpg);
}
.swiper-container.mslider .swiper-slide .txtbox {
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
}
.swiper-container.mslider .swiper-slide .btn_wrp {
    margin-top: 40px;
}
.swiper-container.mslider .swiper-slide .btn_wrp a {
    font-size: 17px; 
    display: inline-block; 
    border: 1px solid rgba(255,255,255,0.4); 
    padding: 15px 25px; 
    color: #fff; 
    font-weight: 400; 
    text-align: center; 
    text-decoration: none;
    margin: 5px;
}
.swiper-container.mslider div.swiper-button-next,
.swiper-container.mslider div.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 73px;
    height: 37px;
    margin-top: calc(-1 * 100 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url(../img/v_arr.png) center center no-repeat;
}
.swiper-container.mslider .swiper-button-prev {
    left: 60px;
}
.swiper-container.mslider .swiper-button-next {
    transform: rotate(180deg);
    right: 60px;
}
.swiper-container.mslider .swiper-button-prev:after, 
.swiper-container.mslider .swiper-button-next:after {
    content: "";
}
.swiper-container.mslider .pagination_wrp {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 1790px;
    bottom: 60px;
}
.swiper-container.mslider div.swiper-pagination {
    display:block;
    bottom: 60px;
    position: relative;
}
.swiper-container.mslider .swiper-pagination-bullet {
    width: 16%;
    height: 6px;
    background:rgba(242,242,242,1);
    margin: 0 0.3%;
    border-radius: 0;
}
.swiper-container.mslider .swiper-pagination-bullet-active {
    background-color: #e2870a;
}
@media (min-width:991px){
    #nw_slider .mslider {
        padding-right: 90px;
    }
    #nw_slider .right-floating {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 90px;
        background: url(../img/fl_logo.png) center center no-repeat;
        z-index: 50;
    }
    #nw_slider .right-floating ul {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #nw_slider .right-floating ul li a {
        text-decoration: none;
        display: inline-block;
        padding: 10px;
        opacity: 0.7;
    }
}
@media (min-width:769px){
    .swiper-container.mslider div.swiper-pagination {
        text-align: left;
        max-width: 1400px;
        margin-left: auto;
        margin-right: auto;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt1 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt2 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt3 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt4 {
        bottom: 0;
        opacity: 1;
    }
    #nw_slider .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;
    }
    #nw_slider .swiper-slide-active .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width:768px){
    #nw_slider {
        text-align: center;
    }
    .swiper-container.mslider .swiper-slide,
    .swiper-container.mslider .swiper-slide .bg {
        height:400px; 
        background-size: cover !important;
    }
    #nw_slider .txtbox .c_wrp {
        max-width: 80%;
        margin: 0 auto;
    }
    #nw_slider .txtbox .c_wrp > div {
        vertical-align: middle;
    }
    #nw_slider .txtbox .c_wrp h1 {
        font-size: 30px;
        word-break: keep-all;
    }
    #nw_slider .txtbox .c_wrp h4 {
        margin-bottom: 0;
        font-size: 13px;
    }
    .swiper-container.mslider div.swiper-pagination {
        bottom: 0px;
    }
    .swiper-container.mslider .swiper-pagination-bullet {
        height: 5px;
    }
    .swiper-container.mslider div.swiper-button-next,
    .swiper-container.mslider div.swiper-button-prev {
        width: 20px;
        height: 40px;
        background-size: 100%;
    }
    .swiper-container.mslider .swiper-button-prev {
        left: 30px;
    }
    .swiper-container.mslider .swiper-button-next {
        right: 30px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp {
        margin-top: 20px;
    }
    .swiper-container.mslider .swiper-slide .btn_wrp a {
        font-size: 14px; 
        padding: 10px 15px; 
    }
}
/* scroll_msc */
#nw_slider .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0px;
    z-index: 5;
}
#nw_slider .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 80px;
    width: 1px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 30px;
    position: relative;
}
#nw_slider .scroll_msc a:after {
    content: "";
    position: absolute;
    left: -1px;
    width: 3px;
    top: 10px;
    height: 8px;
    background-color: #fff;
    border-radius: 10px;

    -webkit-animation: arr 0.9s linear infinite;
    -moz-animation: arr 0.9s linear infinite;
    -ms-animation: arr 0.9s linear infinite;
    -o-animation: arr 0.9s linear infinite;
    animation: arr 0.9s linear infinite;
}
@keyframes arr {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}
	70% {
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px);
        transform: translateY(15px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
@media (max-width:768px){
    #nw_slider {
        text-align: center;
    }
    #nw_slider .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #nw_slider .scroll_msc a {
        height: 60px;
    }
}
/* drop_bar */
#drop_bottom_sec,
#drop_top_sec {
    background-color: #7f7f7f;
}
#drop_bottom_sec.act {
    background-color: #e2870a;
}
#drop_bar #drop_top_sec {
    width: 100%;
    max-width: 1830px;
}
#drop_bar #drop_top_sec ul li span {
    display: block;
    line-height: 60px;
    padding: 0 40px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    position: relative;

    -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;
}
#drop_bar #drop_top_sec ul li:not(:last-child) span {
    border-right: 1px solid rgba(255,255,255,0.3);
}
#drop_bar #drop_top_sec ul li span strong {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    width: 19px;
    line-height: 80px;
}
#drop_bar #drop_top_sec ul li span strong.plus {
    opacity: 1;
    background: url(../img/i_plus.png) center center no-repeat;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#drop_bar #drop_top_sec ul li.act span strong.plus {
    opacity: 0;
}
#drop_bar #drop_top_sec ul li span strong.minus {
    background: url(../img/i_minus.png) center center no-repeat;
    opacity: 0;
}
#drop_bar #drop_top_sec ul li.act span strong.minus {
    opacity: 1;
}
#drop_bar #drop_top_sec ul li:hover span strong.plus {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#drop_bar #drop_top_sec ul li.act span {
    background-color: #e2870a;
}
@media (min-width:992px){
    #drop_bar #drop_top_sec ul li:hover span {
        background-color: #e2870a;
    }
}
@media (max-width:768px){
    #drop_top_sec .container {
        padding: 0px;
    }
    #drop_bar #drop_top_sec ul li span {
        line-height: 45px;
        padding: 0 15px;
        font-size: 12px;
    }
    #drop_bar #drop_top_sec ul li span strong {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        right: 10px;
        line-height: 45px;
        background-size: 9px !important;
    }
    #drop_bar #drop_top_sec ul li span strong.minus {
        font-size: 25px;
        margin-top: -3px;
    }
}
/* cl_bans */
.cl_bans {
    border: 1px solid #ddd;
}
.cl_bans li a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    padding: 30px 0 0;
}
/* .cl_bans li:nth-child(even) a {
    background-color: #f7f7f7;
} */
.cl_bans li a .img {
    overflow: hidden;
}
.cl_bans li a .txt h6 {
    color: #333;
    margin-top: 5px;
}
.cl_bans li .btn_box {
    line-height: 40px;
    margin: 10px 0;
}
.cl_bans li .btn_box span {
    font-size: 12px;
    color: #f2953e;
    border: 1px solid #f2953e;
    line-height: 1em;
    padding: 5px 25px 5px 10px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.cl_bans li:hover .btn_box span {
    background-color: #f2953e;
    color: #fff;
}
.cl_bans li .btn_box span:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 11px;
    -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;
}
.cl_bans li .btn_box span:after {
    background: url(../img/i_plus_c1.png) center center no-repeat;
    background-size: 7px;
}
.cl_bans li:hover .btn_box span:after {
    background: url(../img/i_plus.png) center center no-repeat;
    background-size: 7px;
    
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width:769px){
    .cl_bans li:not(:last-child) {
        border-right: 1px solid #ddd;
    }
    .cl_bans li a {
        display: block;
    }
    .cl_bans li a .txt {
        padding: 0 15px 10px;
        text-align: center;
    }
}
@media (max-width:768px){
    .cl_bans li:not(:last-child) {
        border-bottom: 1px solid #ddd;
    }
    .cl_bans li a {
        padding: 0;
    }
    .cl_bans li a .txt {
        width: 65%;
        padding: 15px;
    }
    .cl_bans li .btn_box {
        margin: 0px;
    }
    .cl_bans li .btn_box span {
        font-size: 11px;
        padding: 5px 25px 5px 10px;
    }
    .cl_bans li .btn_box span:after {
        width: 8px !important;
        right: 15px;
        background-size: 7px !important;
    }
}
/* drop_con */
#drop_con .centers {
    padding: 20px 0;
    background-color: #e2870a;
}
#drop_con .centers a {
    text-decoration: none;
    display: inline-block;
    margin: 3px 1px;
    background-color: #c7710083;
    color: #fff;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 100px;

    -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;
}
#drop_con .centers.booking a {
    background: url(../img/book_i.png) 15px center no-repeat;
    background-color: rgba(255,255,255,0.1);
    padding-left: 38px;
}
@media (min-width:768px){
    #drop_con .centers a:hover {
        background-color: #ac5708;
        color: #fff;
    }
}
@media (max-width:768px){
    #drop_con .centers {
        padding: 20px 15px;
        background-color: #e2870a;
    }
    #drop_con .centers a {
        font-size: 13px;
        padding: 7px 20px;
    }
}
/* msec1 */
#msec1 .contain {
    max-width: 1550px;
    margin: 0 auto;
}
#msec1 .contain .txt h4 {
    margin-top: 15px;
    line-height: 1em;
    color: #444;
    font-weight: 900;
}
#msec1 .contain .txt p {
    margin-top: 12px;
    line-height: 1.4em;
}
@media (min-width:768px){
    #msec1 .contain li.appear-animation-visible:nth-child(1) .icon img {
        -webkit-animation: bounce-top 0.9s both;
        animation: bounce-top 0.9s both;
        animation-delay: 0.5s;
    }
    #msec1 .contain li.appear-animation-visible:nth-child(2) .icon img {
        -webkit-animation: bounce-top 0.9s both;
        animation: bounce-top 0.9s both;
        animation-delay: 0.5s;
    }
    #msec1 .contain li.appear-animation-visible:nth-child(3) .icon img {
        -webkit-animation: bounce-top 0.9s both;
        animation: bounce-top 0.9s both;
        animation-delay: 0.5s;
    }
    #msec1 .contain li.appear-animation-visible:nth-child(4) .icon img {
        -webkit-animation: bounce-top 0.9s both;
        animation: bounce-top 0.9s both;
        animation-delay: 0.5s;
    }
}
@media (max-width:768px){
    #msec1 {
        padding: 30px 0;
    }
    #msec1 ul li {
        margin: 10px 0;
    }
    #msec1 .contain .icon img {
        width: 40px;
    }
    #msec1 .contain .txt p {
        height: 40px;
        font-size: 12px;
    }
}

/* consize */
.consize .contain {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}
/* merit_slick */
.merit_slick li .ibox {
    overflow: hidden;
}
.merit_slick li .tbox h4 {
    font-weight: 600;
    margin-top: 10px;
}
.merit_slick li .tbox h6 {
    color: #999;
    line-height: 1.4em;
    margin-top: 3px;
}
.merit_slick li .tbox p {
    color: #333;
    line-height: 1.6em;
    margin-top: 10px;
    font-weight: normal;
}
@media (min-width:768px){
    /* .merit_slick li .ibox > img {
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }
    .merit_slick li:hover .ibox > img {
        transform: scale(1.1);
    } */
    .merit_slick li .tbox p {
        font-size: 14px;
    }
}
@media (max-width:768px){
    .merit_slick {
        margin: 0 -1px;
    }
    .merit_slick .slick-slide {
        padding: 0 5px;
    }
}
/* msec3 */
#msec3 {
    position: relative;
}
#msec3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30%;
    width: 100%;
    background-color: #f2f2f2;
}
#msec3 .contain {
    position: relative;
    z-index: 3;
}
.hasTitBtn .tit .rt .c_lgray {
    display: inline-block;
    text-decoration: none;
    border: 2px solid #ddd;
    border-radius: 60px;
    padding: 15px 30px 15px 0;
    line-height: 1em;
    width: 200px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.hasTitBtn .tit .rt .c_lgray:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    width: 19px;
    background: url(../img/arr_gra.png) center center no-repeat;
    background-size: 9px !important;
}
.hasTitBtn .tit .rt .c_lgray:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    width: 19px;
    background: url(../img/arr_gra.png) center center no-repeat;
    background-size: 11px !important;
    -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;
}
#msec3 .owl-carousel .owl-nav .owl-next {
    background: url(../img/cr_arr_next.png) center center no-repeat;
}
#msec3 .owl-carousel .owl-nav .owl-prev {
    background: url(../img/cr_arr_prev.png) center center no-repeat;
}
#msec3 .owl-carousel .owl-nav .owl-next:before,
#msec3 .owl-carousel .owl-nav .owl-prev:before {
    content: "";
}
.reviewList a {
    text-decoration: none;
    display: block;
    background-color: #fcfcfc;
    padding: 40px 25px;
    position: relative;
}
.reviewList .starbox {
    margin-bottom: 8px;
}
.reviewList .txt h4 {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
    overflow: hidden;
}
.reviewList .txt h6 {
    font-weight: 400;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 8px;
    overflow: hidden;
}
.reviewList .top span {
    display: inline-block;
    color: #c97b28;
    margin-bottom: 10px;
    font-weight: 400;
}
.reviewList .bt_con {
    padding-top: 8px;
    margin-top: 8px;
    position: relative;
}
.reviewList .bt_con:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 1px;
    background-color: #aaa;
}
.reviewList .bt_con h6:not(:first-child) {
    margin-top: 10px;
}
@media (min-width:768px){
    .hasTitBtn .tit .rt .c_lgray {    
        -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;
    }
    .hasTitBtn .tit .rt .c_lgray:hover {
        background-color: #f2953e;
        border-color: #f2953e;
        color: #fff !important;
    }
    .hasTitBtn .tit .rt .c_lgray:hover:after {
        background: url(../img/i_plus.png) center center no-repeat;
        background-size: 11px !important;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #msec3 .owl-carousel .owl-nav [class*="owl-"],
    #msec3 .owl-carousel .owl-nav [class*="owl-"]:active, 
    #msec3 .owl-carousel .owl-nav [class*="owl-"]:focus, 
    #msec3 .owl-carousel .owl-nav [class*="owl-"]:hover, 
    #msec3 .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    #msec3 .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 0;
        border-radius: 0px;
        color: #aaa;
        font-size: 12px;
        padding-top: 2px;
        width: 41px;
        height: 11px;
        line-height: 38px;
        padding: 0;
    }
    .reviewList a:after {
        content: "";
        position: absolute;
        left: 0%;
        top: 100%;
        width: 100%;
        height: 100%;
        opacity: 0;
        border: 1px solid #f2953e;
    
        -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;
    }
    .reviewList a:hover:after {
        top: 0;
        opacity: 1;
    }
	#msec3 .owl-carousel .owl-nav .owl-prev {
		left: -80px;
	}
	#msec3 .owl-carousel .owl-nav .owl-next {
		right: -80px;
	}
}
@media (min-width:768px){
    .hasTitBtn .tit .rt {
        text-align: right;
    }
}
@media (max-width:768px){
    .hasTitBtn .tit .lft,
    .hasTitBtn .tit .rt {
        text-align: center;
    }
    .hasTitBtn .tit .rt {
        padding-top: 10px;
    }
    .hasTitBtn .tit .rt .c_lgray:after {
        right: 20px;
        background-size: 9px !important;
    }
    .hasTitBtn .tit .rt .c_lgray {
        padding: 10px 30px 10px 0;
        width: 150px;
    }
    .reviewList a {
        padding: 30px;
    }
    .reviewList .starbox {
        margin-bottom: 10px;
    }
    .reviewList .txt h6 {
        line-height: 20px;
        height: 60px;
    }
    .reviewList .bt_con {
        padding-top: 15px;
        margin-top: 15px;
        position: relative;
    }
    .reviewList .bt_con h6:not(:first-child) {
        margin-top: 5px;
    }
}

/*리뷰 별점*/
.rv_star {
    background: url(../img/rv_star_full.png) center center no-repeat;
    width: 18px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
}
.rv_star.rv_star_full {
    background: url(../img/rv_star_full.png) center center no-repeat;
}
.rv_star.rv_star_half {
    background: url(../img/rv_star_half.png) center center no-repeat;
}
.rv_star.rv_star_empty {
    background: url(../img/rv_star_empty.png) center center no-repeat;
}
.rv_star.small_stars {
    width: 17px;
    height: 17px;
}
.rv_star.small_stars.rv_star_full {
    background: url(../img/rv_star_full_sm.png) center center no-repeat;
}
.rv_star.small_stars.rv_star_empty {
    background: url(../img/rv_star_empty_sm.png) center center no-repeat;
}
.rv_star.xs_small_stars {
    width: 10px;
    height: 10px;
    margin-right: -1px;
}
.rv_star.xs_small_stars.rv_star_full {
    background: url(../img/rv_star_full_xs.png) center center no-repeat;
}
.rv_star.xs_small_stars.rv_star_empty {
    background: url(../img/rv_star_empty_xs.png) center center no-repeat;
}
@media (max-width:824px){
    .rv_star {
        margin: 0 1px 0 0 !important;
        width: 15px;
        height: 15px;
        background-size: 15px !important;
    }
    .rv_star.small_stars {
        margin: 0 1px 0 0 !important;
        width: 11px;
        height: 11px;
        background-size: 9px !important;
    }
    .rv_star.xs_small_stars {
        width: 8px;
        height: 8px;
        background-size: 8px !important;
    }
}

/* foot_top */
#foot_top {
    background-color: #262626;
    border-bottom: 1px solid #444;
}
#foot_top ul li a,
#foot_top ul li span {
    text-decoration: none;
    display: block;
    line-height: 55px;
    padding: 0 40px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    position: relative;

    -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;
}
#foot_top ul li:not(:last-child) a,
#foot_top ul li:not(:last-child) span {
    border-right: 1px solid #444;
}
#foot_top ul li a strong,
#foot_top ul li span strong {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 0;
    height: 100%;
    line-height: 55px;
    width: 19px;
    background: url(../img/i_plus.png) center center no-repeat;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#foot_top ul li:hover a strong,
#foot_top ul li:hover span strong {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width:992px){
    #foot_top ul li:hover a,
    #foot_top ul li:hover span {
        background-color: #111;
    }
}
@media (max-width:992px){
    #foot_top ul li:nth-child(1) span,
    #foot_top ul li:nth-child(1) a,
    #foot_top ul li:nth-child(2) a,
    #foot_top ul li:nth-child(2) span {
        border-bottom: 1px solid #444;
    }
    #foot_top ul li:nth-child(2) a,
    #foot_top ul li:nth-child(2) span {
        border-right: 0px;
    }
}
@media (max-width:768px){
    #foot_top .container {
        padding: 0px;
    }
    #foot_top ul li a,
    #foot_top ul li span {
        line-height: 45px;
        padding: 0 15px;
        font-size: 12px;
    }
    #foot_top ul li a strong,
    #foot_top ul li span strong {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        position: absolute;
        right: 10px;
        line-height: 45px;
        background-size: 9px !important;
    }
}
/*footer*/
#footer {
    margin-top: 0px !important;
	padding: 40px 0 !important;
    background-color: #262626;
    border-top: 0px;
}
#footer .foot_bt {
    border-top: 1px solid #444;
    margin-top: 15px;
}
#footer .foot_bt h6 {
    font-size: 14px;
    color: #ddd;
    font-weight: 300;
    line-height: 1.2em;
    margin-top: 15px;
}
#footer .foot_bt span {
    display: inline-block;
    margin-right: 15px;
}
#footer .foot_bt span strong {
    font-weight: 600;
}
@media (max-width:768px){
    #footer {
        padding: 40px 0 100px!important;
    }
    #footer .foot_bt {
        text-align: center;
    }
    #footer .foot_bt h6 {
        font-size: 11px;
    }
}
/* foot_center */
.foot_center {
    position: relative;
}
.foot_center .cent_tit {
    line-height: 1em;
}
.foot_center .center_slick {
    margin-bottom: 10px;
}
.foot_center .centers a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 15px;
    min-width: 80px;
    text-align: center;
    border-radius: 100px;
    background-color: #3b3b3a;
    color: #ddd;
    font-weight: 300;
    margin-bottom: 5px;
}
@media (min-width:768px){
    .foot_center {
        padding-left: 100px;
    }
    .foot_center .cent_tit {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:768px){
    .foot_center .center_slick {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .foot_center .centers a {
        font-size: 13px;
        padding: 8px 10px;
    }
}
/*center_slick*/
.center_slick{
	height:30px;
	overflow:hidden;
}
.center_slick ul li {
	padding: 0 10px;
	position: relative;
}
.center_slick .slick-list {
	height: 28px !important;
	overflow: hidden;
	margin-left: 50px;
}
.center_slick .slick-arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	border: 0px;
	background: url("../img/slik_arr.png") center center no-repeat;
	text-indent: -99999em;
	overflow: hidden;
	z-index: 10;
	background-size: cover;
}
.center_slick .slick-prev{
	left:21px;
	background-position: 0 100%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.center_slick ul li p {
    opacity: 0.8;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 768px) {
	.center_slick .slick-list {
		margin-left: 40px;
	}
	.center_slick ul li a {
		font-size: 13px;
        padding-right: 5px;
	}
	.center_slick .slick-arrow{
		width: 16px;
		height: 16px;
        left: 0;
        background-size: 16px !important;
	}
	.center_slick .slick-prev{
		left:17px;
	}
    .center_slick ul li p {
        line-height: 16px;
    }
}

/* quick */
#quick {
    position: fixed;
    background-color: #f7f7f7;
    z-index: 100;
    text-align: center;
}
#quick li:not(:last-child) a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}
#quick li:not(:last-child) a p {
    font-size: 13px;
    line-height: 1em;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
}
#quick li:last-child a {
    background-color: #333;
    color: #fff;
    display: block;
    text-decoration: none;;
    padding: 10px;
}
@media (min-width:991px){
    #quick {
        left: 0;
        bottom: 35%;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        max-width: 90px;

        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
    }
    html.sticky-header-active #quick {
        bottom: 0%;
    }
}
@media (max-width:992px){
    #quick {
        left: 0;
        bottom: 0;
        width: 100%;
    }
    /* #quick .c_wrp {
        display: table;
        table-layout: fixed;
    }
    #quick .c_wrp > li {
        display: table-cell;
        vertical-align: middle;
    } */
    #quick li:not(:last-child) a {
        padding: 5px;
        border-top: 1px solid #ddd;
    }
    #quick li:not(:first-child) a {
        border-left: 1px solid #ddd;
    }
    #quick li:not(:last-child) a p {
        font-size: 11px;
        margin-top: 5px;
    }
    #quick li:not(:last-child) a img {
        width: 20px;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 5px;
    padding: 0px;
    color: transparent;
}
.slick-dots li.slick-active button {
    width: 30px;
    border-radius: 50px;
    background-color: #e2870a;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
}
/* add_sec */
#add_sec ul li .banbox {
    position: relative;
    overflow: hidden;
}
#add_sec ul li .banbox .txtbox p {
    line-height: 1.6em;
    margin-top: 5px;
    color: #333;
}
#add_sec ul li .banbox .btn_box {
    margin-top: 40px;
}
#add_sec ul li .banbox .btn_box a {
    font-size: 14px;
    color: #f2953e;
    border: 1px solid #f2953e;
    line-height: 1em;
    padding: 10px 45px 10px 25px;
    border-radius: 100px;
    text-decoration: none;
    position: relative;
    
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#add_sec ul li:nth-child(2) .banbox .btn_box a {
    color: #5e5189;
    border: 1px solid #5e5189;
}
#add_sec ul li:nth-child(1) .banbox .btn_box a:hover {
    background-color: #f2953e;
    color: #fff;
}
#add_sec ul li:nth-child(2) .banbox .btn_box a:hover {
    background-color: #5e5189;
    color: #fff;
}
#add_sec ul li .banbox .btn_box a:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 0;
    opacity: 1;
    height: 100%;
    width: 11px;
    
	-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;	
}
#add_sec ul li:nth-child(1) .banbox .btn_box a:after {
    background: url(../img/i_plus_c1.png) center center no-repeat;
    background-size: 11px;
}
#add_sec ul li:nth-child(2) .banbox .btn_box a:after {
    background: url(../img/i_plus_c2.png) center center no-repeat;
    background-size: 11px;
}
#add_sec ul li .banbox .btn_box a:hover:after {
    background: url(../img/i_plus.png) center center no-repeat;
    background-size: 11px;
    
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width:769px){
    #add_sec ul li .banbox > img {
        -webkit-transition: all 2s ease-out;
        -moz-transition: all 2s ease-out;
        -o-transition: all 2s ease-out;
        transition: all 2s ease-out;
    }
    #add_sec ul li .banbox:hover > img {
        transform: scale(1.1);
    }
    #add_sec ul li .banbox .txtbox {
        position: absolute;
        top: 80px;
        left: 40px;
    }
    #add_sec ul li .banbox .txtbox p {
        font-size: 14px;
    }
}
@media (max-width:768px){
    #add_sec ul li:not(:last-child) {
        margin-bottom: 15px;
    }
    #add_sec ul li .banbox .txtbox {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        background-color: #ddd;
        width: 50%;
    }
    #add_sec ul li .banbox .txtbox h3,
    #add_sec ul li .banbox .txtbox p {
        color: #fff;
    }
    #add_sec ul li .banbox .btn_box a:after {
        background: url(../img/i_plus.png) center center no-repeat !important;
        background-size: 9px !important;
    }
    #add_sec ul li:nth-child(1) .banbox .txtbox {
        background-color: rgba(242, 149, 62, 0.8);
    }
    #add_sec ul li:nth-child(2) .banbox .txtbox {
        background-color: hsla(254, 26%, 43%, 0.8);
    }
    #add_sec ul li .banbox .btn_box {
        margin-top: 10px;
    }
    #add_sec ul li .banbox .btn_box a {
        font-size: 12px;
        padding: 5px 30px 5px 15px;
        color: #fff !important;
        border-color: #fff !important;
    }
    #add_sec ul li .banbox .btn_box a:after {
        width: 8px !important;
        right: 15px;
        background-size: 8px !important;
    }
}
/* @media (max-width:768px){
    #add_sec ul li .banbox .txtbox {
        padding: 20px 15px 30px 0;
        background-color: #fff;
        margin-top: -100px;
        position: relative;
        z-index: 3;
        max-width: 80%;
    }
    #add_sec ul li:nth-child(1) .banbox .btn_box a {
        background-color: #f2953e;
        color: #fff;
    }
    #add_sec ul li:nth-child(2) .banbox .btn_box a {
        background-color: #5e5189;
        color: #fff;
    }
    #add_sec ul li .banbox .btn_box a:after {
        background: url(../img/i_plus.png) center center no-repeat !important;
        background-size: 9px !important;
    }
    #add_sec ul li .banbox .btn_box {
        margin-top: 10px;
    }
    #add_sec ul li .banbox .btn_box a {
        font-size: 12px;
        padding: 5px 30px 5px 15px;
    }
    #add_sec ul li .banbox .btn_box a:after {
        width: 8px !important;
        right: 15px;
        background-size: 8px !important;
    }
} */



/* ----------------------------------------------
 * Generated by Animista on 2021-11-10 12:6:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
 @-webkit-keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  @keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  
/* quickTop */
#quickTop {
    display: none;
}
@media (max-width:992px){
    #quickTop {
        position: fixed;
        right: 15px;
        bottom: 60px;
        display: block;
        border-radius: 50%;
        border: 3px solid #ee8e2d;
        font-size: 12px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #ee8e2d;
        line-height: 1.2em;
        text-align: center;
        padding: 8px 11px;
        font-weight: 700;
        z-index: 100;
        text-decoration: none;
    }
}

/*clBans*/
#clBans {
    padding: 20px 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;
}
#clBans ul {
    height: 0px;
    overflow: hidden;
    border: 0px;

    -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;
}
#clBans.act {
    padding: 100px 0;
}
#clBans.act ul {
    height: 421px;
    border: 1px solid #ddd;
    margin-top: 60px;
}
#clBans .tit .rt .more_ani:after {
    background-image: url(../img/arr_gra_direct.png);
}
#clBans .tit .rt .more_ani.act:after {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#clBans .tit .rt .more_ani:hover:after {
    background-image: url(../img/arr_gra_direct_w.png);
}

/*member_login*/
#member_login {
    height: 100vh;
    width: 100%;
}
#member_login .member_logoin_wrp {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
#member_login .member_logoin_wrp .member_login {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 30px;
}
#member_login .member_logoin_wrp .member_login .log_forms > li {
    margin-top: 15px;
}
#member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
    font-size: 17px;
    margin: 0px;
    color: #333;
}
#member_login .member_logoin_wrp .member_login .log_forms .log_btn {
    line-height: 80px;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    background-color: #f2953e;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 500;
    border: 0px;
    margin-top: 20px;
    text-decoration: none;
    display: block;
    text-align: center;
}
#member_login .member_logoin_wrp .member_login .bottom_link {
    text-align: center;
    margin: 40px 0;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #aaa;
}
#member_login .member_logoin_wrp .member_login .bottom_link > li a {
    font-size: 17px;
    line-height: 1em;
    color: #666;
    font-weight: 400;
}
#member_login .member_logoin_wrp .member_login .not_mem a {
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
@media (max-width:768px) {
    #member_login .member_logoin_wrp .member_login .log_forms > li {
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .checkbox-custom label {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .log_forms .log_btn {
        line-height: 60px;
        font-size: 18px;
        margin-top: 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link {
        margin: 20px 0;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li {
        padding: 0 10px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li a {
        font-size: 15px;
    }
    #member_login .member_logoin_wrp .member_login .bottom_link > li:not(:first-child):before {
        width: 1px;
    }
    #member_login .member_logoin_wrp .member_login .not_mem a {
        font-size: 15px;
        line-height: 50px;
    }
}
/* log_form */
.log_form {
    border: 1px solid #f7f7f7;
    height: 58px;
    line-height: 58px;
    width: 100%;
    box-shadow: 0 0 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #333;
    font-size: 17px;
    padding: 0px 20px;
}
.log_form:focus {
    border-color: #f2953e;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(102 175 233 / 60%);
}
@media (max-width:768px) {
    .log_form {
        height: 48px;
        line-height: 48px;
        font-size: 15px;
    }
}