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

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

/*scroll-to-top*/
html .scroll-to-top.visible {
    display: none;
}

/*setting*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.transAct {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media (min-width:1330px){
    .container {
        width: 1300px;
    }
    .hid-min {
        display: none;
    }
}
@media (max-width:1330px){
    .hid-max {
        display: none;
    }
}
@media (max-width:500px){
    .only-pc {
        display: none !important;
    }
}
@media (min-width:500px){
    .only-mobile {
        display: none !important;
    }
}
/*row*/
@media (max-width:768px){
    div.row,
    ul.row {
        margin: 0 -5px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}

/* Logo */
.logoWrp svg {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 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;
}
.logoWrp .b {
    fill:#223138;
}
.logoWrp .c {
    fill:#d83f14;
}
@media (max-width:1601px){
    .logoWrp svg {
        width: 200px;
        margin: 20px 0;
    }
}
@media (max-width:768px){
    .logoWrp svg {
        width: 160px;
        margin: 10px 0;
    }
}

/* st_bg */
.st_bg {
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 0 2px;
    background: rgba(51, 51, 51, 0.34);
    vertical-align: middle;
}
/* Header part */
@media (min-width:1601px){
    #header .logoWrp {
        width: 10%;
        min-width: 260px;
    }
    #header .menuWrp {
        width: 80%;
    }
}
@media (max-width:1600px) and (min-width:992px){
    #header .c_wrp {
        display: block;
    }
    #header .logoWrp,
    #header .menuWrp {
        width: 100%;
        display: block;
    }
    #header .header-logo {
        float: none;
        text-align: center;
    }
}
@media (max-width:992px){
    #header .logoWrp {
        width: 70%;
    }
    #header .mobileBtnWrp {
        width: 30%;
    }
}

/* Header */
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
	box-shadow: 0 0 0 !important;
    background: #fff !important;
}
#header .header-body .c_wrp {
    position: relative;
    z-index: 3;
}
#header .header-body .header-nav-main {
    margin: 0;
    float: none;
}
#header .header-nav-main nav > #mainNav {
    display: flex;
    justify-content:space-between;
    width: 100%;
    max-width: 950px;
    margin-left: auto;
}
#header .header-nav-main nav > #mainNav::before,
#header .header-nav-main nav > #mainNav::after {
    display: none;
}
#header .header-nav-main nav > ul > li {
    position: relative;
    float: none;
    display: inline-block;
}
#header .header-nav-main nav > ul > li > a {
    font-weight: 400;
    color: #333;
    border-radius: 0px;
    letter-spacing: 0;
    text-transform: none;
    vertical-align: middle;
    position: relative;
}
#header .header-nav-main nav > ul > li > a > strong {
    position: relative;
    display: inline-block;
}
#header .header-nav-main nav > ul > li > a > strong::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    width: 0%;
    background-color: #00633d;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#header .header-nav-main nav > ul > li:hover > a > strong::after {
    width: 100%;
}
#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: #ba998c;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
	background: transparent;
    color: #000;
}
#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 {
    display: none;
}
@media (max-width:1600px) and (min-width:992px){
    #new_drop .dm_con,
    #header .header-nav-main nav > #mainNav {
        max-width: 100% !important;
    }
    #header .header-nav-main nav > #mainNav {
        border-top: 1px solid #ddd;
    }
    #header .header-nav-main nav > #mainNav:before,
    #header .header-nav-main nav > #mainNav:after {
        display: none;
    }
}
@media (min-width:991px) and (max-width:1600px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 15px 0 !important;
        font-size: 16px;
	}
}
@media (min-width:992px) {	
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
    html #header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
        display: none !important;
        transform: translate3d(0, 0, 0) !important;
    }
	#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.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.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-nav-main {
		margin-bottom: 0px !important;
		padding: 0px !important;
		background-color: transparent !important;
	}
    #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.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 .fa-caret-down {
        width: 100%;
        text-align: right;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        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;
		border-bottom: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu:before {
		display: none;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li {
		border: 0px;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
		font-size: 16px;
		padding: 2px 0px;
        color: #666;
	}
	#header .header-nav-main nav > ul > li > .dropdown-menu > li > a:hover {
		color: #2664ab !important;
	}
	#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
		color: rgba(255,255,255,0.8);
	}	
}

/* sticky */
html #header:hover .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.sticky-header-active #header .bt_wrp .bar_i_bk {
    display: inline-block;
}
html #header:hover .bt_wrp .bar_i,
html.sticky-header-active #header .bt_wrp .bar_i {
    display: none;
}
html.sticky-header-active #header.header-transparent .header-body {
    padding-top: 0px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05) !important
}
html #header.header-transparent .header-body:before {
    background-color: #111;
    opacity: 0;
    border-bottom: 0px;
}
html #header:hover .header-body:before,
html.sticky-header-active #header.header-transparent .header-body:before {
    background: #fff;
    opacity: 1;
}
html.sticky-header-active #header.header-transparent .header-body .header-nav-main nav > ul > li > a {
    color: #333;
}
html #header.header-transparent .header-nav-main nav > ul > li > a,
html.sticky-header-active #header .header-nav-main nav > ul > li > a {
    color: #333 ;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #ba998c;
    word-break: keep-all;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #333;
}
html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #2664ab;
	background-color: transparent;
}
html.sticky-header-active #header .logoWrp svg {
    width: 160px;
}
@media (min-width:1601px) {	
    html #header .header-nav-main nav > ul > li > a {
        padding: 15px 0 !important;
        font-size: 18px;
        position: relative;
    }
    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 .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);
    }
    html.sticky-header-active #header .header-nav-main.act  nav > ul:after,
    html.sticky-header-active #header .header-nav-main nav > ul:after {
        background-color: rgba(255,255,255, 0.95);
        border-top: 1px solid rgba(0,0,0,0.3);
    }
}
@media (max-width:992px) {
	html.sticky-header-active #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        color: #636363;
	}
}
/*hover*/
html:not(.sticky-header-active) #header.header-transparent:hover .header-nav-main nav > ul > li > a,
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: #ba998c;
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: rgba(216, 63, 20, 0.95);
}
#new_drop {
    text-align: right;
}
#new_drop .dm_con {
    padding: 15px 0;
    position: relative;
    display: none;
    max-width: 1000px;
    width: 100%;
}
#new_drop .dm_con.act {
    display: inline-block;
    text-align: left;
}
#new_drop .dm_con > ul {
    display: inline-block;
    text-align: left;
}
#new_drop .dm_con > ul > li {
    margin-right: 27px;
    display: inline-block;
}
#new_drop .dm_con a {
    display: block;
    line-height: 1em;
    padding: 15px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.7;
    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;
}
#new_drop .dm_con a:hover {
    opacity: 1;
}
#new_drop .dm_con a:hover:after {
    background: url(../img/dm_arr_rd.png) right center no-repeat;
}
#new_drop .dm_con .dm {
    margin-top: 10px;
}
#new_drop .dm_con .dm li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 3px 0;
}
#new_drop .dm_con .dm li:hover a {
    color: #ba998c;
}
@media (max-width:1600px) and (min-width:992px){
    #new_drop .dm_con a {
        font-size: 16px;
    }
}
@media (max-width:992px) {
    #new_drop {
        display: none !important;
    }
}
/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 0;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
/*lines_bar*/
.mmenu-toggle-btn {
    display: inline-block;
    display: inline-block;
    width: 30px;
    cursor: pointer;
    margin: 10px 0;
    margin-left: 10px;
}
.lines_bar {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #fff;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    transition: 0.3s;
    position: absolute;
    background-color: #fff;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.26rem center;
    transform-origin: 0.26rem center;
}
.lines_bar:before {
    top: 10px;
}
.lines_bar:after {
    top: -10px;
}
.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) {
    .lines_bar,
    .lines_bar:before,
    .lines_bar:after {
        background-color: #333;
    }
}
/*mn_header*/
.mn_header {
	background-color: #f2f2f2;
}
.mn_header .logobox {
	padding: 25px 0;
}
.mn_header .logobox a {
	text-decoration: none;
	display: block;
}
.mn_header .h_nav {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.mn_header .h_nav a {
	text-decoration: none;
	display: block;
	padding: 15px 0;
	color: #333;
}
@media (max-width:992px){
	.mn_header .logobox {
		padding: 20px 0;
		text-align: left;
	}
	.mn_header .logobox a img {
		width: 120px;
	}
}

/*Mobile Navigation*/
.mobile-nav {
	left: 0;
    max-width: 500px;
	width: 100%;
	display: block !important;
	position: fixed;
	top: 0;
    z-index: -1;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255,255,255,1);
    opacity: 0;
}
.mmenu-open .mobile-nav {
	z-index: 9999;
    opacity: 1;
}
.mobile-nav .logoWrp {
    margin-top: 80px;
}
.mobile-nav .logoWrp svg {
    width: 80%;
}
.mobile-nav .mmenu-toggle-btn {
    position: absolute;
    right: 15px;
}
.mobile-nav .linkBox {
    text-align: center;
    margin-top: 60px;
}
.mobile-nav .linkBox .schBox {
    margin-bottom: 10px;
}
.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
    vertical-align: middle;
}
.mobile-nav .header-logo {
	margin-top: 40px;
}
.mobile-nav .header-logo img {
    width: 130px;
}
.mobile-nav .mmenu-toggle-btn {
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    top: 17px;
    padding: 0;
    position: absolute;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
	width: 100%;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu #mainNav {
	margin-top: 15px;
}
.mobile-side-menu li a {
	display: block;
    text-align: left;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    background-color: transparent;
    color: #666;
    border: 0;
    padding: 20px 15px;
    white-space: normal;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li.dropdown > a {
    display: inline-block;
    padding-right: 30px;
}
.mobile-side-menu li.dropdown > a:before {
	position: absolute;
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f107";
	top: 8px;
	right: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	z-index: 100;
	margin-top: 1px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.mobile-side-menu li.dropdown.open > a:before {
    transform: rotate(-180deg);
}
.mobile-side-menu li a > span {
    display: inline-block;
    position: relative;
}
.mobile-side-menu li a > span > span {
    display: inline-block;
    position: relative;
    z-index: 5;
}
/* .mobile-side-menu li a > span:after {
    content: "";
    position: absolute;
    right: -25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e6fa2a;
    z-index: 0;
    top: -10px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */
.mobile-side-menu li:hover a > span:after {
    opacity: 1;
}
.mobile-side-menu li a > span > span:after {
    content: "";
    position: absolute;
    width: 0;
    top: 100%;
    height: 3px;
    left: 0;
    background-color: #666;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mobile-side-menu li:hover a > span > span:after {
    width: 100%;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: transparent;
}
.mobile-side-menu .nav .open>a, 
.mobile-side-menu .nav .open>a:focus, 
.mobile-side-menu .nav .open>a:hover{
    background-color: transparent;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/16px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	color: #636363;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 100%;
	height: 100%;
    z-index: 100;
	margin-top: 1px;
    background-size: 13px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-side-menu .dropdown-menu {
    border: 0px;
    box-shadow: 0 0 0;
    position: relative;
    min-width: 100%;
    margin-bottom: 10px;
}
.mobile-side-menu  .dropdown-menu a {
    font-size: 17px;
}
.mobile-nav .log_nav {
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}
.mobile-nav .log_nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0px;
	width: 30px;
	height: 1px;
	background-color: #ddd;
}
.mobile-nav .log_nav li a {
	font-size: 16px;
    color: #989898;
    font-weight: 400;
    padding: 8px 0;
}
.mobile-nav .snsbox .sns_i {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    cursor: pointer;
}
#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
@media (max-width:768px) {
    .mobile-nav {
        /* left: -300px;
        width: 300px; */
        overflow-y: scroll;
    }
    .mobile-side-menu li a {
        font-size: 20px;
        padding: 5px 15px 5px 0;
    }
    .mobile-side-menu li a > span:after {
        right: -20px;
        width: 30px;
        height: 30px;
    }
}
/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -2px;
}
.mobile-side-menu .row > div{
    padding: 0 2px;
}
.mobile-side-menu .f_wrp {
    margin-top: 20px;
}
.mobile-side-menu .f_wrp a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 12px 10px 9px;
    line-height: 1em;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    vertical-align: middle;
    border: 2px solid #333;
}
.mobile-side-menu .f_wrp .actbtn {
    border-color: #009900;
    background-color: #009900;
    color: #fff;
}
.mobile-side-menu .f_wrp a img {
    width: 15px;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 0;
}
/* width */
.w500 {
    max-width: 500px;
    margin: 0 auto;
}
.w1000 {
    max-width: 1000px;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
.w1400 {
    max-width: 1400px;
    margin: 0 auto;
}
/*conbox*/
.conbox {
    margin-top: 60px;
}
.conbox.conbox_lg {
    margin-top: 100px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 15px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 50px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
	.conbox.conbox_xxs {
		margin-top: 7px;
	}
}
/*sec_dvd*/
.sec_dvd {
    padding: 130px 0;
}
.sec_dvd.sec_dvd_lg {
    padding: 150px 0;
}
.sec_dvd.sec_dvd_xlg {
    padding: 200px 0;
}
.sec_dvd.sec_dvd_mini {
    padding: 100px 0;
}
.sec_dvd.sec_dvd_xs {
    padding: 80px 0;
}
@media (max-width:992px){
    .sec_dvd {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 70px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 100px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 20px 0;
    }
}

/*c_wrp*/
.v_t > li,
.v_t > div {
    vertical-align: top;
}
.v_m > li,
.v_m > div {
    vertical-align: middle;
}
.v_bt > li,
.v_bt > div {
    vertical-align: bottom;
}
@media (min-width:768px) {
    .c_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp.t_fx {
        table-layout: fixed;
    }
    .c_wrp > li,
    .c_wrp > div {
        display: table-cell;
    }
}
/*m_wrp*/
@media (max-width:768px) {
    .m_wrp {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp.t_fx {
        table-layout: fixed;
    }
    .m_wrp > li,
    .m_wrp > div {
        display: table-cell;
    }
}
/*c_wrp_lg*/
@media (min-width:992px) {
    .c_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .c_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .c_wrp_lg > li,
    .c_wrp_lg > div {
        display: table-cell;
    }
}
/*m_wrp_lg*/
@media (max-width:768px) {
    .m_wrp_lg {
        display: table;
        width: 100%;
        height: 100%;
    }
    .m_wrp_lg.t_fx {
        table-layout: fixed;
    }
    .m_wrp_lg > li,
    .m_wrp_lg > div {
        display: table-cell;
    }
}
/*color*/
.c_dark {
    color: #333 !important;
}
.c_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ee5428 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #ffbc2d !important;
}
.c_rd {
    color: #f50017 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #8630d7 !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_navy {
    color: #0b3370 !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_bl {
    color: #5948ff !important;
}
.c_pt {
    color: #007346 !important;
}

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

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .bg {
    height: 580px;
}
#visual .bg .c_wrp {
    max-width: 1300px;
    margin: 0 auto;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
    background-size: cover;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) center center no-repeat;
    background-size: cover;
}
#visual .tcon {
    max-width: 1100px;
    padding: 0 0 25px;
    margin: 0 auto;
}
#visual .tcon h1 {
    line-height: 1.1em;
    letter-spacing: -0.06em;
}
#visual .tcon img {
    display: inline-block;
}
@media (min-width:768px){
    #visual .tcon1,
    #visual .tcon2 {
        padding-left: 60px;
    }
}
@media (min-width:768px){
    #visual_wrp #arr_wrp {
        width: 6px;
        position: absolute;
        left: 60px;
        top: calc(50% - 20px);
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        margin-left: auto;
        width: 40px;
        height: 40px;
        background: url(../img/v_arr.png) center center no-repeat;
        background-color: transparent;
        border: 1px solid rgba(166,166,166,0.8);
        position: relative;
        cursor: pointer;
        opacity: 0.8;
    }
    #visual_wrp #arr_next {
        transform: rotate(180deg);
        border-bottom: 0px;
    }
}
@media (min-width:769px){
    #visual .txt1 {
        position: relative;
        bottom: -100px;
        opacity: 0;

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

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

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

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

        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        transition-delay: 2s;
    }
    #visual .slick-current .txt5 {
        bottom: 0;
        opacity: 1;
    }
}
@media (max-width: 1300px){
    #visual_wrp #arr_wrp {
        display: none;
    }
}
@media (max-width:992px){
    #visual .bg {
        height: 500px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        width: 80px;
        height: 80px;
    }
    #visual .tcon h1 {
        font-size: 25px;
    }
    #visual .tcon1,
    #visual .tcon2 {
        padding-right: 15px;
    }
}
@media (max-width:768px){
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg {
        height: 450px;
        background-size: cover !important;
    }
    #visual .tcon h1 {
        font-size: 20px;
    }
}
/*Slider - navigation*/
#slider_bt {
    position: absolute;
    top: calc(50% - 45px);
    width: 40px;
    right: 60px;
    z-index: 100;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(166,166,166,0.4);
    background-color: transparent;
    border-radius: 0%;
    margin: 7px;
    position: relative;
    cursor: pointer;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    background-color: #a6a6a6;
    border-color: #a6a6a6;
}
@media (max-width:992px){
    #slider_bt {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 40px;
        text-align: center;
    }
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
        display: inline-block;
    }
    #slider_bt .slider-nav .slick-track .slick-slide span {
        margin: 8px;
    }
}

/* trBtn */
.trBtn .trBtnItem {
    display: inline-block;
    text-decoration: none;
    width: 230px;
    line-height: 48px;
    border: 1px solid #8630d7;
    background-color: #8630d7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
}
.trBtn .trBtnItem.dark {
    border: 1px solid #2d2d2d;
    background-color: #2d2d2d;
}
@media (max-width:768px){
    .trBtn .trBtnItem {
        width: auto;
        line-height: 35px;
        font-size: 15px;
        padding: 0 15px;
    }
}
/* footer */
#footer {
    margin-top: 0px !important;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 60px 0 !important;
}
#footer p span {
    display: inline-block;
    margin-right: 15px;
}
#footer p span strong {
    font-weight: 500;
}
#footer .truckNaver {
    text-align: right;
}
@media (max-width:768px){
    #footer {
        padding: 30px 0 80px !important;
        text-align: center;
    }
    #footer .truckNaver {
        text-align: center;
    }
    #footer .truckNaver img {
        max-width: 80%;
        margin-top: 20px;
    }
}
/* msec1 */
#msec1 {
    background-color: #f7f7f7;
}
/* searchCar */
#searchCar {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    box-shadow: 15px 15px 25px rgba(0,0,0,0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-top: -50px;
    position: relative;
    z-index: 50;
    background-color: #fff;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
#searchCar .tit {
    padding: 40px;
    text-align: center;
    border-right: 1px solid #eee;
}
#searchCar .tit h4 {
    word-break: keep-all;
    line-height: 1.1em;
}
#searchCar .formWrp {
    padding: 30px;
}
#searchCar .formWrp .row {
    margin: 0 -5px;
}
#searchCar .formWrp .row > div {
    padding: 0 5px;
}
#searchCar .formItem.formItem2 label {
    display: block;
    margin-bottom: 5px;
    font-weight: 15px;
    color: #333;
    font-weight: 400;
    margin-top: 10px;
}
#searchCar .formItem.formItem2 > .form-control,
#searchCar .formItem.formItem2 > .upTo {
    float: left;
}
#searchCar .formItem.formItem2 > .form-control {
    width: 45%;
}
#searchCar .formItem > .form-control::placeholder {
    color: #666;
}
#searchCar .formItem > .form-control:focus {
    border-color: #ee5428;
    background-color: #fff;
}
#searchCar .formItem.formItem2 > .lInp {
    border-radius: 4px 0 0 4px;
}
#searchCar .formItem.formItem2 > .rInp {
    border-radius: 0 4px 4px 0;
}
#searchCar .formItem.formItem2 > .upTo {
    text-align: center;
    width: 10%;
    display: block;
    line-height: 38px;
    background-color: #ebebeb;
    color: #666;
    font-size: 17px;
    font-weight: 500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#searchCar .formItem .form-control {
    font-size: 17px;
    height: 40px;
    color: #666;
    font-weight: 500;
    background-color: #ebebeb;
    box-shadow: 0 0 0;
    border-color: #ccc;
}
#searchCar .smtWrp {
    padding-right: 30px;
}
#searchCar .smtWrp .smtBtn {
    display: block;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border: 0px;
    background-color: #ee5428;
    border-radius: 20px;
    line-height: 119px;
    width: 150px;
}
@media (max-width:992px){
    #searchCar {
        flex-wrap: wrap;
        border-radius: 10px;
        margin-top: -30px;
    }
    #searchCar .tit,
    #searchCar .formWrp,
    #searchCar .smtWrp {
        width: 100%;
        padding: 15px;
    }
    #searchCar .formWrp {
        padding: 0 15px;
    }
    #searchCar .formItem:not(.formItem2) {
        margin-top: 10px;
    }
    #searchCar .tit {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #searchCar .tit h4 {
        font-size: 22px;
        font-weight: 700;
    }
    #searchCar .tit img {
        display: none;
    }
    #searchCar .smtWrp .smtBtn {
        line-height: 50px;
        font-size: 20px;
        width: 100%;
        border-radius: 4px;
    }
}
/* mtit */
.mtit {
    position: relative;
    padding-left: 100px;
}
.mtit .micon {
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #333;
    border-radius: 10px;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.1);
}
@media (max-width:992px){
    .mtit {
        padding-left: 80px;
    }
    .mtit .micon {
        width: 58px;
        height: 58px;
        top: 0;
    }
}
@media (max-width:768px){
    .mtit {
        padding-left: 60px;
    }
    .mtit .micon {
        width: 45px;
        height: 45px;
        top: 0;
    }
    .mtit h5 {
        margin-top: 5px;
        line-height: 1.1em;
        word-break: keep-all;
    }
}
/* msec2 */
#msec2 {
    background-color: #f7f7f7;
}
@media (max-width:768px){
    #msec2 .mtit {
        padding-left: 0px;
    }
    #msec2 .mtit .lft {
        padding-left: 60px;
    }
    #msec2 .mtit .rt {
        text-align: center;
    }
    #msec2 .mtit .rt .btnWrp {
        margin-top: 15px;
    }
}

/* itemList */
#itemList > li {
    margin: 15px 0;
}
#itemList .item {
    text-decoration: none;
    display: block;
    position: relative;
}
#itemList .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #5948ff;
    z-index: 4;
    opacity: 0;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#itemList .item:hover:before {
    opacity: 1;
}
#itemList .item .img {
    position: relative;
    overflow: hidden;
}
#itemList .item .img img {
    transition: all 1.6s;
    -o-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -webkit-transition: all 1.6s;
}
#itemList .item:hover .img img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#itemList .item .img .best {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 5px 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    background-color: #5948ff;
    text-align: center;
}
#itemList .item .txt {
    border: 1px solid #ddd;
    padding: 30px 25px;
    background-color: #fff;
}
#itemList .item .txt .itemSpec,
#itemList .item .txt h5 {
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
#itemList .item .txt .itemSpec {
    margin-top: 10px;
}
#itemList .item .txt .itemSpec > span {
    display: inline-block;
    vertical-align: middle;
}
#itemList .item .txt .itemSpec .spLing {
    height: 12px;
    width: 1px;
    background-color: #ddd;
    margin: 0 10px;
}
#itemList .item .txt .itemCost {
    margin-top: 20px;
}
@media (max-width:768px){
    #itemList .item .img .best {
        padding: 8px 12px;
        font-size: 11px;
        line-height: 1.5em;
    }
    #itemList .item .img .best img {
        width: 17px;
    }
    #itemList .item .txt {
        padding: 20px 15px;
    }
    #itemList .item .txt .itemSpec {
        margin-top: 5px;
    }
    #itemList .item .txt .itemCost {
        margin-top: 10px;
    }
    #itemList .item .txt .itemSpec .spLing {
        margin: 0 5px;
    }
}
/* itemListCurrent */
#itemListCurrent > li {
    margin: 5px 0;
}
#itemListCurrent a {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    width: 100%;
    border: 1px solid #ddd;
    padding: 20px;
    align-items: center;
    justify-content: space-between;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#itemListCurrent a:hover {
    border-color: #5948ff;
}
#itemListCurrent .img {
    width: 15%;
}
#itemListCurrent .txt.txt1 {
    width: 40%;
}
#itemListCurrent .txt.txt2,
#itemListCurrent .txt.txt3,
#itemListCurrent .txt.txt4 {
    width: 15%;
}
#itemListCurrent .item .txt .itemSpec > span {
    display: inline-block;
    vertical-align: middle;
}
#itemListCurrent .item .txt .itemSpec .spLing {
    height: 12px;
    width: 1px;
    background-color: #ddd;
    margin: 0 10px;
}
#itemListCurrent .txt .itemTags {
    margin-top: 5px;
}
#itemListCurrent .txt .itemTags span {
    display: inline-block;
    line-height: 35px;
    background-color: #f4f4f4;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 13px;
}
@media (min-width:992px) {
    #itemListCurrent .txt {
        padding: 0 25px;
    }
}
@media (max-width:992px) {
    #itemListCurrent a {
        flex-wrap: wrap;
        padding: 15px;
        align-items: baseline;
    }
    #itemListCurrent .chekbox {
        padding-bottom: 10px;
    }
    #itemListCurrent .img
    #itemListCurrent .txt {
        padding: 15px 0;
        position: relative;
    }
    #itemListCurrent .txt.txt1 {
        width: 80%;
        padding: 20px 15px;
    }
    #itemListCurrent .txt.txt2,
    #itemListCurrent .txt.txt3,
    #itemListCurrent .txt.txt4 {
        width: 33.3333%;
    }
    #itemListCurrent .txt.txt3 {
        position: relative;
    }
    #itemListCurrent .txt.txt3:before,
    #itemListCurrent .txt.txt3:after {
        content: "";
        position: absolute;
        right: 0;
        top: 5%;
        height: 90%;
        width: 1px;
        background-color: #ddd;
    }
    #itemListCurrent .txt.txt3:after {
        right: auto;
        left: 0px;
    }
    #itemListCurrent .txt h3,
    #itemListCurrent .txt h5 {
        font-size: 14px;
    }
}
@media (max-width:992px) {
    #itemListCurrent .img {
        width: 100%;
    }
    #itemListCurrent .txt.txt1 {
        width: 100%;
        padding: 15px 0 15px 0;
        line-height: 1em;
    }
    #itemListCurrent .txt.txt2,
    #itemListCurrent .txt.txt3,
    #itemListCurrent .txt.txt4 {
        word-break: keep-all;
    }
    #itemListCurrent .txt.txt3 {
        padding: 0 20px;
    }
    #itemListCurrent .txt.txt2 {
        padding-right: 20px;
    }
    #itemListCurrent .txt.txt4 {
        padding-left: 20px;
    }
    #itemListCurrent .txt .itemTags span {
        padding: 0 8px;
        line-height: 28px;
    }
    #itemListCurrent .item .txt .itemSpec .spLing {
        margin: 0 5px;
    }
}
@media (max-width:500px) {
    #itemListCurrent .txt.txt3 {
        padding: 0 10px;
    }
    #itemListCurrent .txt.txt3 img {
        max-width: 80%;
        margin-top: -3px;
    }
    #itemListCurrent .txt.txt2 {
        padding-right: 10px;
    }
    #itemListCurrent .txt.txt4 {
        padding-left: 10px;
    }
}
/* pagination_wrp */
.pagination_wrp {
    margin: 10px 0;
}
.pagination_wrp .pagination {
    display: inline-block;
}
.pagination_wrp .pagination li a {
    border: 0px;
    color: #bbb;
    font-size: 15px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    background-color: transparent;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last,
.pagination_wrp .pagination li a.next,
.pagination_wrp .pagination li a.pre {
    height: 38px;
    width: 38px;
    border: 1px solid #c9ccd1;
    border-radius: 6px;
    padding: 0px;
    background: url(../img/arr_des.png) center center no-repeat;
}
.pagination_wrp .pagination li a.first,
.pagination_wrp .pagination li a.last {
    background: url(../img/arr_des_t.png) center center no-repeat;
}
.pagination_wrp .pagination.ligter li a.first,
.pagination_wrp .pagination.ligter li a.last,
.pagination_wrp .pagination.ligter li a.next,
.pagination_wrp .pagination.ligter li a.pre {
    background-color: #fafbfd;
    border-color: #dfe1e5;
}
.pagination_wrp .pagination li a.next {
    margin-left: 10px;
}
.pagination_wrp .pagination li a.pre {
    transform: rotate(180deg);
    margin-right: 10px;
}
.pagination_wrp .pagination li a.last {
    margin-left: 5px;
}
.pagination_wrp .pagination li a.first {
    transform: rotate(180deg);
    margin-right: 5px;
}
.pagination_wrp .pagination li.active a {
    color: #111;
    background-color: transparent !important;
}
@media (max-width: 768px) {
    .pagination_wrp {
        margin-top: 10px;
    }
    .pagination_wrp .pagination li a {
        font-size: 13px;
        line-height: 28px;
        padding: 0 10px;
    }
    .pagination_wrp .pagination li a.first,
    .pagination_wrp .pagination li a.last {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_t_big.png) center center no-repeat;
        background-size: 8px !important;
    }
    .pagination_wrp .pagination li a.next,
    .pagination_wrp .pagination li a.pre {
        height: 28px;
        width: 28px;
        background: url(../img/arr_des_big.png) center center no-repeat;
        background-size: 8px !important;
    }
}
/* 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: 12px;
    height: 12px;
    border: 0px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    background-color: #999;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        margin: 0 4px;
    }
}

/* arrowSlider */
.vs_arr {
    position: absolute;
    top: calc(50% - 13px);
    cursor: pointer;
}
.vs_arr.vs_prev {
    left: -40px;
}
.vs_arr.vs_next {
    right: -40px;
}
@media (max-width:768px){
    .vs_arr {
        display: none !important;
    }
}
/* memberList */
#memberListWrp {
    position: relative;
}
#memberList {
    margin: 0 -10px;
}
#memberList .slick-slide {
    padding: 0 10px;
}
#memberList .slick-slide img {
    display: inline-block;
    margin: auto;
}
#memberList .slick-slide a {
    text-decoration: none;
    display: block;
}
#memberList .slick-slide a .img,
#memberList .slick-slide a .txt {
    border: 1px solid #ddd;
}
#memberList .slick-slide a .txt {
    border-top: 0px;
    border-bottom: 0px;
    padding: 20px 15px;
}
#memberList .slick-slide a .txt > h5 {
    word-break: keep-all;
    line-height: 1.2em;
}
#memberList .slick-slide a .txt > ul {
    margin-top: 10px;
}
#memberList .slick-slide a .txt > ul p {
    position: relative;
    padding-left: 40px;
}
#memberList .slick-slide a .txt > ul p > span {
    position: absolute;
    left: 0;
}
#memberList .slick-slide a .memContact {
    padding: 15px 0;
    background-color: #333;
}
#memberList .slick-slide .impPer .memContact {
    background-color: #ee5428;
}
#memberList .slick-slide a .memContact img {
    vertical-align: middle;
    margin-bottom: 2px;
}
/* quickTop */
#quickTop {
    opacity: 0;
    position: fixed;
    right: 15px;
    bottom: 55px;
    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;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
html.sticky-header-active #quickTop {
    opacity: 1;
}

/* btnWrp */
.btnWrp .btN,
.btnWrp a {
    text-decoration: none;
    display: inline-block;
    padding: 0 30px;
    color: #666;
    background: transparent;
    border: 1px solid #aaa;
    line-height: 34px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.btnWrp input {
    text-decoration: none;
    display: inline-block;
    padding: 0 30px;
    color: #666;
    background: transparent;
    border: 1px solid #aaa;
    line-height: 34px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.btnWrp .org {
    color: #fff;
    background: linear-gradient(to top, #ee5428, #ff754e);
    border-color: #ee5428;
}
.btnWrp .dk {
    color: #fff;
    background: linear-gradient(to top, black, #444);
    border-color: #222;
}
.btnWrp a.pup {
    color: #fff;
    background: linear-gradient(to top, #7721c8, #8630d7);
    border-color: #7721c8;
}
.btnWrp a.rd {
    color: #fff;
    background: linear-gradient(to top, #da1c1c, #ee2828);
    border-color: #da1c1c;
}
.fileinputTit {
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle;
    display: inline-block;
}
.btN.dk.fileinput-button {
    vertical-align: middle;
    margin: 0px;
    padding: 0 10px;
}
@media (max-width:768px){
    .btnWrp .btN,
    .btnWrp a,
    .btnWrp input {
        padding: 0 10px;
        line-height: 28px;
        font-size: 13px;
        margin: 2px 0;
    }
}
/* btBtn */
.btBtn {
    margin-top: 10px;
}
.btBtn a {
    text-decoration: none;
    display: inline-block;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 50px;
    background-color: #f4670b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}
.btBtn a span,
.btBtn a img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

@media (max-width:768px){
    .btBtn a {
        line-height: 1.2em;
        padding: 10px 20px;
        font-size: 17px;
    }
    .btBtn a span {
        text-align: left;
        padding-left: 8px;
    }
}

/* floatTel */
.floatTel a {
    padding: 10px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, #ee5428, #ff754e);
    border-color: #ee5428;
    background: linear-gradient(to top, #7721c8, #8630d7);
    border-color: #7721c8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 30;
    text-align: center;
    letter-spacing: -0.04em;
    text-decoration: none;
    display: block;
}
.floatTel a img {
    width: 20px;
    margin-bottom: 2px;
    vertical-align: middle;
}