/* 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:1730px){
    .container {
        width: 1730px;
    }
    .hid-min {
        display: none;
    }
}
@media (min-width:1570px){
    .container.big {
        width: 1570px;
    }
}
@media (min-width:1340px){
    .container.md {
        width: 1340px;
    }
}
@media (max-width:1700px){
    .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){
    .row {
        margin: 0 -5px;
    }
    .row > li,
    .row > div {
        padding: 0 5px;
    }
}
/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
@media (min-width:1370px){
    .container {
        width: 1370px;
    }
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width:768px){
    .container {
        padding: 0 15px;
    }
}
/*font*/
.f_ck {
	font-family: 'Chakra Petch', sans-serif !important;
}
.f_noto {
	font-family: 'Noto Sans KR', sans-serif !important;
}
.f_lib {
	font-family: 'Libre Baskerville' !important;
}
.f_pop {
	font-family: 'Poppins' !important;
}
.tra_ty {
	font-family: "Malgun Gothic";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}
/*hover*/
html #header:hover .header-nav-main nav > ul > li > a {
    color: #333 !important;
}
html #header:hover .header-nav-main nav > ul > li:hover > a,
html #header:hover .header-nav-main nav > ul > li:visited > a,
html #header:hover .header-nav-main nav > ul > li:focus > a {
    color: #542493 !important;
}
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: #542493;
}
/*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 {
	display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*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;
    padding-top: 30px;
}
.mobile-side-menu .header-logo img {
    width: 60%;
}
.mobile-side-menu > .mmenu-toggle-btn {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0px;
    display: inline-block;
    width: 13px;
    height: 13px;
    color: #ccc;
    cursor: pointer;
    background: url(../img/cls.png) center center no-repeat;
    background-size: 13px;
}
.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;
}

/*font*/
.tra_ty {
	font-family: "Malgun Gothic";
}
/*Common*/
img {
	max-width: 100%;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
@media (max-width:992px){
    .owl-carousel .owl-nav [class*="owl-"],
    .owl-carousel .owl-nav [class*="owl-"]:active, 
    .owl-carousel .owl-nav [class*="owl-"]:focus, 
    .owl-carousel .owl-nav [class*="owl-"]:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:hover, 
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
        border: 1px solid #fff;
        border-radius: 0px;
        border-collapse: #fff;
        background-color: rgba(0,0,0,0.3);
        font-size: 12px;
        padding-top: 2px;
    }
}
@media (max-width: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";
}

/*scroll-to-top*/
html .scroll-to-top.visible {
    right: 0;
    top: auto;
    bottom: 30px;
}


/*f_wrp*/
.mobile-side-menu .row {
    margin: 0 -5px;
}
#header .header-logo {
    float: none;
}
#header.header-narrow .header-logo img {
    margin: 30px 0;
}
html #header .header-nav-main nav #mainNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
html #header .header-nav-main nav #mainNav::before,
html #header .header-nav-main nav #mainNav::after {
    display: none;
}
@media (min-width:1400px){
    html #header .header-nav-main nav > ul > li > a {
        padding: 20px 0 !important;
        font-size: 20px;
    }
}
@media (max-width:1400px) and (min-width:991px){
    #header.header-narrow .mn_wrp {
        width: calc(100% - 250px) !important;
        padding-left: 40px !important;
    }
    html #header .header-nav-main nav > ul > li > a {
        padding: 20px 0 !important;
        font-size: 17px;
    }
}
@media (max-width:992px){
    #header .lo_wrp {
        text-align: center;
        width: 50%;
    }
    #header .h_nav {
        width: 45%;
        display: flex;
        align-items: center;
        justify-items: flex-end;
        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;
    }
}

/* countBox */
#header .countBox {
    display: flex;
    align-items: center;
}
#header .countBox p {
    color: #999;
    line-height: 1.1em;
    margin-right: 5px;
}
#header .countBox h1 span {
    font-size: .8em;
}
/*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: #c5000b;
    opacity: 1;
}
html #header .header-nav-main nav > ul > li > a {
    font-weight: 600;
    color: #333 !important;
    border-radius: 0px;
    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: 15px 10px 13px;
    border-bottom: 2px solid transparent;
}
html #header .header-nav-main nav > ul > li.act > a strong ,
html #header .header-nav-main nav > ul > li:hover > a strong {
    border-color: #ef3f41;
}
html #header.header-transparent .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: #333 !important;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
	font-size: 15px;
	color: #fff;
	border-color: #542493;
    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: #542493;
	background-color: transparent;
}
@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.add-header #header .header-nav-main.act  nav > ul:after,
    html.add-header #header .header-nav-main nav > ul:after,
    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) {
	#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 15px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    /* max-width: 1370px; */
}
/* #header .header-body .mn_wrp {
    border-top: 1px solid #ddd;
} */
#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: #542493;
}
/*#  - Header*/
#header .header-body {
	padding-bottom: 0;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0;
    /* border-bottom: 1px solid rgba(155,155,155,0.3) !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: #612683 !important;
	font-weight: 600;
	position: relative;
}
#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
	margin-top: 0px;
	margin-bottom: 10px;
    border: 0px;
    border-radius: 0px;
	background-color: transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    white-space: normal;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover {
    color: #542493;
	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: 250px;
}
@media (min-width:991px) {
    #header.header-narrow .fbox {
        justify-content: flex-start;
    }
    #header.header-narrow .fbox > div {
        padding: 0 20px;
    }
    #header.header-narrow .lo_wrp {
        width: 250px;
    }
    #header.header-narrow .mn_wrp {
        width: calc(100% - 500px);
    }
    #header.header-narrow .mn_wrp .header-nav {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
}
@media (min-width:991px) and (max-width:1200px) {	
	#header .header-nav-main nav > ul > li > a {
		padding: 35px 25px !important;
	}
}
@media (min-width:992px) {	
    html #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        /* display: none !important; */
    }
    /*#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: 50%;
        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.dropdown > .dropdown-menu {
        transform: translate3d(-50%, 0, 0) !important;
    }
    #header .header-nav-main nav > ul > li.dropdown:hover  > .dropdown-menu {
        transform: translate3d(-50%,0,0) !important;
        top: auto;
        display: block;
        opacity: 1;
    }
	#header .header-nav-main nav > ul > li > a > i {
		font-size: 10px;
		vertical-align: middle;
		margin-top: -3px;
	}
	#header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu,
	#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		border-top: 0px;
		min-width: 0px;
		box-shadow: 0 0 0;
		padding: 25px 5px;
		min-width: 250px;
        background-color: #fff;
        left: 50%;
	}
	/*#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: 17px;
        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 0 0 15px !important;
        text-align: left;
    }
    #header.header-narrow .header-logo img {
        margin: 20px 0;
        width: 170px;
    }
	#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: #542493 !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: #542493 !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);
	}	
}
/*#  - 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;
}
/*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;
}
/*new_drop*/
#new_drop {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #ddd;
}
#new_drop .container {
    max-width: 1370px;
}
#new_drop .dm_con {
    padding: 15px 0;
    position: relative;
    display: none;
}
#new_drop .dm_con.act {
    display: block;
}
#new_drop .dm_con .rt > ul {
    margin: 0 -5px;
}
#new_drop .dm_con .rt > ul > li {
    margin-bottom: 10px;
    padding: 0 5px;
}
#new_drop .dm_con .rt a {
    display: block;
    border: 1px solid #ddd;
    line-height: 1em;
    padding: 40px 15px 40px;
    text-decoration: none;
    position: relative;
    text-align: center;
}
#new_drop .dm_con .rt li img,
#new_drop .dm_con .rt li h3,
#new_drop .dm_con .rt li h5,
#new_drop .dm_con .rt li a {
    -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 li .img {
    position: relative;
    width: 93px;
    height: 88px;
    display: inline-block;
}
#new_drop .dm_con .rt li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#new_drop .dm_con .rt li .img .act {
    opacity: 0;
}
#new_drop .dm_con .rt li .img .unact {
    opacity: 1;
}
#new_drop .dm_con .rt li:hover .img .act {
    opacity: 1;
}
#new_drop .dm_con .rt li:hover .img .unact {
    opacity: 0;
}
#new_drop .dm_con .rt li h3 {
    font-weight: 600;
    color: #881e7a;
    line-height: 1.1em;
    margin-top: 15px;
}
#new_drop .dm_con .rt li h5 {
    color: #666;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: 5px;
}
#new_drop .dm_con .rt li:hover a {
    background: linear-gradient(#5a2794, #361a55);
    box-shadow: inset -7px 7px 7px rgb(0 0 0 / 20%);
}
#new_drop .dm_con .rt li:hover h3 {
    color: #fff;
}
#new_drop .dm_con .rt li:hover h5 {
    color: #fff;
}
#new_drop .dm_con .rt li:hover img {
    filter: grayscale(0);
}
@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;
	}
}

/*mmenu btn*/
.mmenu-toggle-btn {
    display: block;
    height: auto;
    text-align: center;
    padding: 6px 12px;
    float: right;
    font-size: 18px;
    line-height: 20px;
    min-width: 25px;
    vertical-align: middle;
    background-color: transparent;
    color: #333;
    position: absolute;
    right: 0;
    top: 13px;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
/*Mobile Navigation*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 999;
	width: 300px;
	height: 100%;
	overflow-y: scroll;
	padding: 100px 15px 40px;
	-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 0;
	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;
}

/*lines_bar*/
.lines_bar {
    display: inline-block;
    width: 27px;
    height: 3px;
    transition: 0.3s;
    position: relative;
    top: -2px;
    background-color: #333;
}
.lines_bar:before,
.lines_bar:after {
    display: inline-block;
    width: 27px;
    height: 3px;
    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;
}
.lines_bar:after {
    top: -8px;
}
.lines_bar.darkmd,
.lines_bar.darkmd:before,
.lines_bar.darkmd:after {
    background-color: #333;
}
html.sticky-header-active #header .lines_bar,
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);
}
/* tLink */
#header .tLink {
    gap: 8px;
    display: inline-flex;
    align-items: center;
}
#header .tLink a {
    display: inline-block;
    text-decoration: none;
    color: #111;
}
#header .tLink .dvd {
    height: 12px;
    width: 1px;
    background-color: #999;
    display: inline-block;
}
#header .tLink span {
    text-decoration: none;
    display: block;
    cursor: pointer;
}
#header .tLink a {
    font-weight: 400;
}
/* width */
.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: 80px;
}
.conbox.conbox_xlg {
    margin-top: 150px;
}
.conbox.conbox_xxlg {
    margin-top: 200px;
}
.conbox.conbox_mini {
    margin-top: 40px;
}
.conbox.conbox_xs {
    margin-top: 30px;
}
.conbox.conbox_xxs {
    margin-top: 20px;
}
.conbox.conbox_xxxs {
    margin-top: 10px;
}
@media (max-width:992px){
    .conbox {
        margin-top: 30px;
    }
    .conbox.conbox_lg {
        margin-top: 40px;
    }
    .conbox.conbox_xlg {
        margin-top: 80px;
    }
    .conbox.conbox_xxlg {
        margin-top: 100px;
    }
	.conbox.conbox_mini {
		margin-top: 20px;
	}
	.conbox.conbox_xs {
		margin-top: 15px;
	}
    .conbox.conbox_xxs {
        margin-top: 8px;
    }
    .conbox.conbox_xxxs {
        margin-top: 5px;
    }
}
/*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: 60px 0;
}
.sec_dvd.sec_dvd_xxs {
    padding: 30px 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;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 10px 0;
    }
}
@media (max-width:992px){
    .sec_dvd {
        padding: 40px 0;
    }
    .sec_dvd.sec_dvd_lg {
        padding: 50px 0;
    }
    .sec_dvd.sec_dvd_xlg {
        padding: 60px 0;
    }
    .sec_dvd.sec_dvd_mini {
        padding: 30px 0;
    }
    .sec_dvd.sec_dvd_xs {
        padding: 10px 0;
    }
    .sec_dvd.sec_dvd_xxs {
        padding: 5px 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_bei {
    color: #99977f !important;
}
.c_gd {
    color: #b6a679 !important;
}
.c_org {
    color: #ff7427 !important;
}
.c_lorg {
    color: #f59a23 !important;
}
.c_yl {
    color: #fdd360 !important;
}
.c_rd {
    color: #ef3f41 !important;
}
.c_pk {
    color: #e30e87 !important;
}
.c_pp {
    color: #37018d !important;
}
.c_sky {
    color: #04a6e1 !important;
}
.c_lsky {
    color: #51e4ff !important;
}
.c_lgray {
    color: #999 !important;
}
.c_gray {
    color: #666 !important;
}
.c_bw {
    color: #967440 !important;
}
.c_pt {
    color: #5d2d7b !important;
}
.c_pt2 {
    color: #871d77 !important;
}
.c_pt3 {
    color: #a8599e !important;
}
.c_pt4 {
    color: #e777d8 !important;
}
.c_pt5 {
    color: #a8599e !important;
}
.c_pt6 {
    color: #703e6f !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 .modal-title {
    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%;
    }
}

/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}

/*visual*/
#visual_wrp {
    position: relative;
}
#visual {
    position: relative;
}
#visual .slick-slide img {
    display: inline-block;
}
#visual .bg.bg1 {
    background: url(../img/visual_bg1.jpg) center center no-repeat;
}
#visual .bg.bg2 {
    background: url(../img/visual_bg2.jpg) center center no-repeat;
}
#visual .bg.bg3 {
    background: url(../img/visual_bg3.jpg) 80% center no-repeat;
}
#visual .tcon {
    text-align: left;
}
#visual .tcon h1 {
    line-height: 1.1em;
    font-size: 50px;
    color: #fff;
}
#visual .tcon h4 {
    opacity: .7;
}
#visual .pageNation span,
#visual .pageNation strong {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
#visual .pageNation strong {
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 12px;
}
#visual_wrp #arr_next,
#visual_wrp #arr_prev {
    position: absolute;
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background: url(../img/v_arr.png) center center no-repeat;
    background-color: rgba(100, 100, 100, 0.1);
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}
#visual_wrp #arr_prev {
    left: 5%;
}
#visual_wrp #arr_next {
    right: 5%;
    transform: rotate(180deg);
}
@media (max-width:1600px){
    #visual_wrp #arr_prev {
        left: auto;
        right: calc(5% + 90px);
    }
    #visual_wrp #arr_next {
        right: 5%;
        transform: rotate(180deg);
    }
}
@media (min-width:1000px){
    #visual .bg.bg1 img,
    #visual .bg.bg3 img {
        opacity: 0;
    }
}
@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:992px){
    #visual .tcon h1 {
        font-size: 40px;
    }
}
@media (max-width:768px){
    #visual .bg .tcon {
        margin: 0 auto;
        text-align: center;
    }
    #visual .bg .tcon h1 {
        font-size: 30px;
    }
    #visual_wrp #arr_next,
    #visual_wrp #arr_prev {
        display: none !important;
    }
}

/*Slider - navigation*/
#slider_bt {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    z-index: 100;
}
#slider_bt .con {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
    text-align: center;
}
#slider_bt .slider-nav .slick-track {
    width: auto !important;
}
#slider_bt .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    float: none;
}
#slider_bt .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #aaa;
    border-radius: 50%;
    margin: 0 7px;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
}
#slider_bt .slider-nav .slick-track .slick-slide.is-active span {
    opacity: 1;
}
@media (max-width:992px){
    #slider_bt .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #slider_bt .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #slider_bt .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:768px){
    #slider_bt .slider-nav .slick-track {
        text-align: center;
    }
}
/* controls */
#visual_wrp .controls {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: rgba(166,166,166,0.6);
    z-index: 15;
}
#visual_wrp .bars .stateAct {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #111;
}
#visual_wrp .bars .stateAct.act {
    animation-play-state: running;
    -webkit-animation: movBg 4s linear infinite;
    -moz-animation: movBg 4s linear infinite;
    -ms-animation: movBg 4s linear infinite;
    -o-animation: movBg 4s linear infinite;
    animation: movBg 4s linear infinite;
}
@keyframes movBg {
    0% {
        width: 0px;
    }
    25% {
        width: 0px;
    }
    100% {
        width: 100%;
    }  
}
#visual_wrp .bars .stateAct {
    width: 0px;
    animation-play-state: paused;
}
/* scroll_msc */
#visual_wrp .scroll_msc {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    text-align: center;
    z-index: 5;
}
#visual_wrp .scroll_msc a {
    text-decoration: none;
    display: inline-block;
    height: 45px;
    width: 27px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
}
#visual_wrp .scroll_msc a:after {
    content: "";
    position: absolute;
    left: 10px;
    width: 3px;
    top: 8px;
    height: 6px;
    background-color: #fff;
    border-radius: 30px;
    
    -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(6px);
		-moz-transform: translateY(6px);
		-ms-transform: translateY(6px);
		-o-transform: translateY(6px);
        transform: translateY(6px);
	}
	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
        transform: translateY(0px);
	}  
}
#visual_wrp .scroll_msc h6 {
    font-size: 11px;
    font-weight: 700;
}
@media (max-width:768px){
    #visual_wrp .scroll_msc {
        bottom: 20px;
    }
    #visual_wrp .scroll_msc h6 {
        margin-bottom: 2px;
        font-size: 12px;
    }
    #visual_wrp .scroll_msc a {
        height: 35px;
        width: 21px;
    }
    #visual_wrp .scroll_msc a:after {
        left: 7px;
        width: 3px;
        top: 7px;
        height: 4px;
    }
}
/*Slider - navigation*/
#nav_wrp {
    bottom: 20%;
    position: absolute;
    left: 0;
    width: 100%;
}
#nav_wrp .slider-nav .slick-track {
    width: auto !important;
}
#nav_wrp .slider-nav .slick-track .slick-slide {
    display: inline-block;
    width: auto !important;
    cursor: pointer;
}
#nav_wrp .slider-nav .slick-track .slick-slide span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 0;
    position: relative;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active span {
    background-color: rgba(255,255,255,1);
}
#nav_wrp .slider-nav .slick-track .slick-slide p {
    opacity: 0.2;
}
#nav_wrp .slider-nav .slick-track .slick-slide.is-active p {
    opacity: 1;
}
@media (max-width:992px){
    #nav_wrp .slider-nav .slick-track .slick-slide {
        float: none;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide h3 {
        font-size: 20px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:last-child h3 {
        max-width: 0px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide:not(:last-child) h3:after {
        top: 14px;
    }
}
@media (max-width:992px){
    #nav_wrp {
        bottom: 10%;
    }
}
@media (max-width:768px){
    #nav_wrp {
        text-align: center;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide {
        line-height: 5px;
    }
    #nav_wrp .slider-nav .slick-track .slick-slide span {
        width: 50px;
    }
}


/* footer */
#footer {
    margin-top: 0px !important;
    padding: 50px 0 130px !important;
    text-align: center;
}
#footer p,
#footer h6 {
    color: #9a9a9a;
}
#footer p span {
    display: inline-block;
}
#footer p span strong {
    color: #fff;
}
#footer .linkWrp a,
#footer .linkWrp span {
    display: inline-block;
    line-height: 36px;
    border: 1px solid #fff;
    width: 150px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width:768px){
    #footer .f_logo img  {
        width: 200px;
    }
    #footer .linkWrp a,
    #footer .linkWrp span {
        line-height: 30px;
        width: 120px;
        font-size: 13px;
    }
}
/* ms1 */
#ms1 .conWrp .rtCon .slick-slide {
    padding: 0 10px;
}
#ms1 .conWrp .rtCon .slick-slide .itemBox {
    text-decoration: none;
    display: block;
}
#ms1 .conWrp .rtCon .slick-slide .img {
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}
#ms1 .conWrp .rtCon .slick-slide .img img {
    transition: all 1.3s;
    -o-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
}
#ms1 .conWrp .rtCon .slick-slide .itemBox:hover .img img {
    transform: scale(1.1);
}
#ms1 .conWrp .rtCon .slick-slide .txt {
    text-align: center;
    padding-top: 15px;
}
#ms1 .conWrp .ltTit .arrowSlider img  {
    cursor: pointer;
}
@media (min-width:768px){
	
	#ms1 .conWrp .rtCon .slick-slide {
		margin-bottom: 100px;
	}
    #ms1 .conWrp {
        display: flex;
        align-items: center;
    }
    #ms1 .conWrp .ltTit {
        width: 35%;
    }
    #ms1 .conWrp .ltTit .tit {
        max-width: 530px;
        margin-left: auto;
        padding-left: 30px;
    }
    #ms1 .conWrp .rtCon {
        width: 65%;
    }
}
@media (max-width:768px){
    #ms1 .conWrp .ltTit {
        text-align: center;
        padding-bottom: 15px;
    }
    #ms1 .conWrp .ltTit h5 {
        line-height: 1.2em;
    }
    #ms1 .conWrp .ltTit .arrowSlider img  {
        width: 30px;
    }
}
/* ms2 */
#ms2 {
    background: url(../img/ms2_bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
#ms2 .medal {
  position: absolute;
    left: 23%;
    bottom: -10%;
}
#ms2 .medal .medal1 {
    position: relative;
    z-index: 3;
}
#ms2 .medal .medal2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (max-width:1440px) and (min-width:992px){
    #ms2 .medal {
       left: 10%;
    }
}
@media (max-width:992px) and (min-width:768px){
    #ms2 .medal {
        position: absolute;
        left: 10%;
        top: -10%;
       max-width: 80vw;
    }
}
@media (max-width:768px){
    #ms2 {
        padding-top: 50px;
    }
    #ms2 .medal {
        width: 300px;
        left:  calc(30% - 60px);
       top: 30px;
    }
}
/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
}
.slick-dots li {
    display: inline-block;
    line-height: 8px;
}
.slick-dots li button {
    display: inline-block;
    border: 0px;
    border-radius: 50px;
    padding: 0;
    color: transparent;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background-color: #ddd;
}
.slick-dots li.slick-active button {
    background-color: #5d2d7b;
    opacity: 1;
    width: 30px;
}
#nv-slide .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
}

/* rcm_sl */
.rcm_sl .slick-list {
    margin: 0 -15px;
}
.rcm_sl .slick-slide {
    padding: 0 15px;
}
.rcm_sl .item {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.rcm_sl .item:after {
    content: "";
    position: absolute;
    border-radius: 30px;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 4px solid transparent;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.rcm_sl .slick-center .item:after {
    border-color: #5d2d7b;
}
.rcm_sl .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    text-align: center;

    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.rcm_sl .slick-center .item .txt .h2 strong {
    font-weight: 500;
}
.rcm_sl .slick-center .item .txt .num {
    background-color: #5d2d7b;
}
.rcm_sl .item .txt .num {
    position: absolute;
    left: 15px;
    top: -30px;
    line-height: 60px;
    width: 60px;
    background-color: #222;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
@media (max-width:768px){
    .rcm_sl .slick-list {
        margin: 0 -5px;
    }
    .rcm_sl .slick-slide {
        padding: 0 5px;
    }
    .rcm_sl .item {
        border-radius: 15px;
    }
    .rcm_sl .item:after {
        border-radius: 15px;
        border-width: 3px;
    }
    .rcm_sl .item .txt .num {
        left: 10px;
        top: -20px;
        line-height: 40px;
        width: 40px;
        font-size: 20px;
    }
}

/* slick-arrow */
.comsl .slick-arrow {
    position: absolute;
    top: calc(50% - 35px);
    width: 71px;
    height: 71px;
    background: url(../img/arr_bsn.png) center center no-repeat;
    border: 0px;
    color: transparent;
}
.comsl .slick-arrow.slick-prev {
    left: -100px;
}
.comsl .slick-arrow.slick-next {
    right: -100px;
    transform: rotate(180deg);
}

/* ms4 */
#ms4 {
    background: url(../img/ms4_bg.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    #ms4 {
        padding: 0px;
        height: 850px;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

/* ms5 */
#ms5 {
    background: url(../img/ms5_bg.jpg) center center no-repeat;
    background-size: cover;
}
#ms5 a {
    text-decoration: none;
    display: block;
}

/* btnWrp */
.btnWrp .btnItem {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #666;
    color: #666;
    font-size: 22px;
    line-height: 1em;
    text-decoration: none;
}
@media (max-width:768px){
    .btnWrp .btnItem {
        padding: 7px 20px;
        font-size: 15px;
    }
}
/* bdTit */
@media (min-width: 768px) {
    .bdTit {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .bdTit .rt {
        text-align: right;
    }
}
@media (max-width:768px){
    .bdTit {
        text-align: center;
    }
    .bdTit .rt {
        padding-top: 10px;
    }
}

/* itemWrp */
.bfafWrp .item {
    display: flex;
}
.bfafWrp .item img {
    display: inline-block;
}
.bfafWrp .item .img {
    border: 5px solid #222;
    position: relative;
    overflow: hidden;
}
.bfafWrp .item.af .img {
    border-color: #871d78;
}
.bfafWrp .item .img .tt {
    position: absolute;
    left: -5px;
    bottom: -5px;
    width: 200px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.8);
    z-index: 4;
}
.bfafWrp .item.af .img .tt {
    background-color: rgba(135, 29, 121, 0.8);
}
.bfafWrp .item .img .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    z-index: 2;
}
.bfafWrp .item .img .txt h3 {
    line-height: 1.2em;
    margin-top: 10px;
}
.bfafWrp .item.af .img > img {
    /* filter: blur(3px); */
    position: relative;
    z-index: 1;
}
.bfafWrp .bfaf-nav {
    margin: 0 -5px;
}
.bfafWrp .bfaf-nav .slick-slide {
    padding: 0 5px;
    position: relative;
    opacity: .7;
}
.bfafWrp .bfaf-nav .slick-slide.slick-current {
    opacity: 1;
}
.bfafWrp .bfaf-nav .slick-slide .af {
    position: relative;
}
.bfafWrp .bfaf-nav .slick-slide .af .img {
    overflow: hidden;
}
.bfafWrp .bfaf-nav .slick-slide .af .img img {
    /* filter: blur(1px); */
}
.bfafWrp .bfaf-nav .slick-slide .af:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../img/bfArr.png) center center no-repeat;
    z-index: 3;
}
.bfafWrp .bfaf-nav .slick-slide .bf{
    margin-right: 2px;
    width: calc(50% - 2px);
}
.bfafWrp .bfaf-nav .slick-slide .af{
    margin-left: 2px;
    width: calc(50% - 2px);
}
.bfafWrp .bfaf-nav .slick-slide .bf:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #111;
}
.bfafWrp .bfaf-nav .slick-slide .af:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: url(../img/lock2.png) center center no-repeat;
    background-color: rgba(0,0,0,0.5); */
    border: 3px solid #871d78;
}
@media (max-width:768px){
    .bfafWrp .item .img .tt {
        width: auto;
        padding: 5px 20px;
        font-size: 15px;
    }
    .bfafWrp .item .txt img {
        width: 40px;
    }
    .bfafWrp .item .txt h3 {
        font-size: 2vw;
    }
    .bfafWrp .bfaf-nav .slick-slide .af:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 0;
        width: 40px;
        height: 100%;
        background: url(../img/bfArr.png) center center no-repeat;
        z-index: 3;
    }
    .bfafWrp .bfaf-nav .slick-slide .af:before {
        background-size: 20px;
    }
    .bfafWrp .bfaf-nav .slick-slide .af:after {
        background-size: 20px;
    }
}

/* ms7 */
#ms7 {
    background: url(../img/ms7_bg.jpg) center center no-repeat;
    background-color: #13153d;
}
#ms7 .rt {
   /* background: url(../video/digital.mp4) center center no-repeat;
    background-size: cover;*/
}
#ms7 .lt .txt {
    max-width: 730px;
    margin-left: auto;
    padding-left: 30px;
}
#ms7 .lt h1 {
    line-height: 1.2em;
}
#ms7 .lt h4 {
    color: #a6a9ec;
}
#ms7 .lt h4 span {
    display: inline-block;
    margin-right: 25px;
}
@media (min-width:768px) {
    #ms7 .c_wrp {
       /* height: 700px;*/
    }
}
@media (max-width:768px) {
    #ms7 .lt .txt {
        padding: 30px 15px;
        text-align: center;
    }
    #ms7 .lt h4 {
        font-size: 15px;
    }
    #ms7 .lt h4 span {
        margin: 4px 4px;
    }
    #ms7 .rt {
        height: 200px;
    }
}
/* vr */
#vr {
    background-color: #16181a;
}

/* ms8 */
#ms8 {
    background-color: #f3f2f7;
}

#ms8 .thumb-gallery {
    max-width: 970px;
    margin: 0 auto;
}
#ms8 .owl-carousel .img-thumbnail,
#ms8 .owl-carousel .img-thumbnail img {
	padding: 0px;
	border-radius: 0px;
	border: 0px;
}
#ms8 .owl-carousel .owl-nav [class*='owl-'] {
	background-color: transparent;
}
#ms8 .owl-carousel.show-nav-hover .owl-nav .owl-prev {
    left: 0;
}
#ms8 .owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
#ms8 .owl-carousel.show-nav-hover .owl-nav .owl-next {
    right: 0;
}
#ms8 .owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
@media (min-width:991px){	
	#ms8 .owl-carousel .owl-nav {
		opacity: 0.8;
		top: 45%;
	}
	#ms8 .owl-carousel .owl-nav [class*='owl-'] {
		font-size: 60px;
	}
}

/* ms9 */
#ms9 .time li {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
}
#ms9 .time li .txt {
    width: 150px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #111;
    margin-right: 25px;
}
#ms9 .parking {
    width:20%;
}
@media (min-width:768px) {
    #ms9 {
        background: url(../img/map.png) center center no-repeat;
        height: 580px;
        background-color: #f4f4f4;
    }
}
@media (max-width:768px) {
    #ms9 {
        display: flex;
        flex-wrap: wrap;
    }
    #ms9 > div {
        width: 100%;
    }
    #ms9 .bt {
        order: 1;
    }
    #ms9 .c_wrp {
        order: 2;
        background-color: #fcfcfc;
        padding: 30px 0;
    }
    #ms9 .time li {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #ms9 .time li .txt {
        width: 120px;
        margin-right: 15px;
    }
	
	#ms9 .park {
		display: block;
		    padding: 0px;
	}
	#ms9 .parking {
		width:100%;
		display: block;
	}
	#ms9 .parking img{
		    width: 50%;
	}
}


/* ms10 */

/* bgSet */
#ms10 .bgSetWrp {
    position: relative;
    overflow: hidden;
}
#ms10 .bgNo {
    position: relative;
    z-index: 5;
}
#ms10 .bgSet {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#ms10 .bgSet > span {
     position: absolute;
    top: 0%;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); 
}
#ms10 .bgSet.dark > span {
    background-color: rgba(33, 33, 33, 0.1);
}
#ms10 .bgSet .line1 {
    left: 16.66666%;
}
#ms10 .bgSet .line2 {
    left: 33.333333%;
}
#ms10 .bgSet .line3 {
    left: 50%;
}
#ms10 .bgSet .line4 {
    left: 66.666666%;
}
#ms10 .bgSet .line5 {
    left: 83.333333%;
}
/* cont */
#ms10 .bdTit .lined {
    display: inline-block;
    margin: 30px 0;
    width: 30px;
    height: 2px;
    background-color: #333;
}
#ms10 .bdTit .lined.w {
    background-color: #000;
}
@media (min-width:992px){
    #ms10 .cont {
        position: relative;
        /*padding-left: 35%;*/
		padding-left: 45%;
    }
    #ms10 .bdTit {
        position: absolute;
        left: 0;
        text-align: right;
        width: 35%;
    }
    #ms10 .bdTit.bdTit1 {
        top: calc(50% - 240px);
    }
    #ms10 .bdTit .tbox {
        max-width: 800px;/*450px;*/
        padding-right: 100px;
        display: inline-block;
        text-align: left;
    }
    #ms10 .bdTit {
        position: absolute;
       left: 10%;
        text-align: right;
        width: 35%;
    }
}
@media (max-width:992px){
    #ms10 .cont {
        padding: 0 15px;
    }
    #ms10 .bdTit {
        text-align: center;
    }
    #ms10 .bdTit .lined {
        margin: 10px 0;
        width: 20px;
    }
    #ms10 .bdTit .btnWrp {
        margin-top: 15px;
    }
}
/* gbd-slide */

#ms10 {
     /*  background: linear-gradient(to right, #23113a,#542493);*/
}
#ms10 .gbd-slide .slick-slide a {
    padding: 45px 0 45px 40px;
    margin-right: 5px;
    display: block;
}
#ms10 .gbd-slide .slick-slide a {
    padding: 45px 0 45px 40px;
    margin-right: 5px;
    display: block;
}
#ms10 .gbd-slide .slick-slide.slick-current {
       text-align: center;
}
#ms10 .gbd-slide .slick-slide.slick-current a {
    padding: 15px 0 15px 5px;
	display: inline-block;
}
#ms10 .gbd-slide .slick-slide .txtWrp {
    position: relative;
    text-align: center;
}
#ms10 .gbd-slide .slick-slide .txtWrp .img {
    overflow: hidden;
    position: relative;
    text-align: center;
     
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
#ms10 .gbd-slide .slick-slide.slick-current .img {
    box-shadow: 15px 15px 15px rgba(0,0,0,0.25);
}
#ms10 .gbd-slide .slick-slide a img {
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .img img {
    transform: scale(1.1);
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 0 10%;
    word-break: keep-all;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .txt {
    opacity: 1;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt > span {
    position: absolute;
    background-color: #d4e289;
    z-index: 3;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt .top_l {
    width: 100%;
    height: 8px;
    top: 0;
    right: 100%;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .txt .top_l {
    right: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt .bottom_l {
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 100%;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .txt .bottom_l {
    left: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt .left_l {
    width: 8px;
    height: 100%;
    top: 100%;
    left: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .txt .left_l {
    top: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt .right_l {
    width: 8px;
    height: 100%;
    bottom: 100%;
    right: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp:hover .txt .right_l {
    bottom: 0;
}
#ms10 .gbd-slide .slick-slide .txtWrp .txt .more {
    display: inline-block;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
}
@media (min-width:992px){
    #ms10 .gbd-slide .slick-slide a {
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    #ms10 .gbd-slide .slick-slide a img {
	    width: 700px;
        transition: all 2s;
        -o-transition: all 2s;
        -moz-transition: all 2s;
        -webkit-transition: all 2s;
    }
}
@media (max-width:992px){
    #ms10 .gbd-slide .slick-slide a {
        padding: 40px 15px;
        margin-right: 0;
    }
    #ms10 .gbd-slide .slick-slide.slick-current a {
        padding: 25px 0;
    }
    #ms10 .gbd-slide .slick-slide.slick-current .img {
        box-shadow: 10px 10px 10px rgba(0,0,0,0.15);
    }
    #ms10 .gbd-slide .slick-slide .txtWrp .txt {
        opacity: 0 !important;
    }
    #ms10 .gbd-slide .slick-slide .txtWrp .txt .top_l,
    #ms10 .gbd-slide .slick-slide .txtWrp .txt .bottom_l {
        height: 4px;
    }
    #ms10 .gbd-slide .slick-slide .txtWrp .txt .right_l,
    #ms10 .gbd-slide .slick-slide .txtWrp .txt .left_l {
        width: 4px;
    }
    #ms10 .gbd-slide .slick-slide.slick-center.slick-current .txt .top_l {
        right: 0;
    }
    #ms10 .gbd-slide .slick-slide.slick-center.slick-current .txt .bottom_l {
        left: 0;
    }
    #ms10 .gbd-slide .slick-slide.slick-center.slick-current .txt .left_l {
        top: 0;
    }
    #ms10 .gbd-slide .slick-slide.slick-center.slick-current .txt .right_l {
        bottom: 0;
    }
}

/* ltTit */
#ms10 .ltTit {
    position: relative;
    padding-right: 50px;    
    margin-bottom: 15px;
}
#ms10 .ltTit span {
    font-size: 0.5em;
    color: #666;
    padding-left: 10px;
    margin-left: 5px;
    position: relative;
    font-weight: 400;
    line-height: 1em;
}
#ms10 .ltTit span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #aaa;
}
#ms10 .ltTit .more {
    position: absolute;
    right: 0;
    top: calc(50% - 22px);
    width: 45px;
    height: 45px;
    background: url(../img/moreBtn.png) center center no-repeat;
}
@media (max-width:768px){
    #ms10 .ltTit {
        position: relative;
        padding-right: 40px;    
        margin-bottom: 5px;
    }
    #ms10 .ltTit .more {
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }
}


#ms11 {
    background: url(../img/ms10_bg.jpg) center center no-repeat;
	    background-attachment: fixed;
}
/* btnWrp */
/*#ms10 .btnWrp .btnItem {
    text-decoration: none;
    display: inline-block;
    min-width: 160px;
    line-height: 36px;
    border: 2px solid #333;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    font-weight: 400;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    border-color: #000;
    background-color: #000;
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms10 .btnWrp .btnItem.w {
    border-color: #ddd;
    background-color: #fff;
    color: #999;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms10 .btnWrp .btnItem.wTrans {
    border-color: #fff;
    background-color: transparent;
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#ms10 .btnWrp .arrItem {
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #a6a6a6;
    background: url(../img/arrItem.png) center center no-repeat;
} 
#ms10 .btnWrp .arrItem.arrItem_next {
    transform: rotate(180deg);
} 
#ms10 .btnWrp .arrItem.w {
    border-color: #fff;
    background-color: #fff;
} 
@media (max-width:768px){
    #ms10 .btnWrp .btnItem {
        min-width: 150px;
        line-height: 30px;
        font-size: 14px;
    }
    #ms10 .btnWrp .btnItem.big {
        font-size: 15px;
        line-height: 35px;
    }
    #ms10 .btnWrp .btnItem span {
        width: 9px;
        height: 10px;
        background-size: 9px !important;
    }
    #ms10 .btnWrp .arrItem {
        width: 34px;
        height: 34px;
        background-size: 30px !important;
    } 
} */


/* commonBt */
#commonBt {
    position: relative;
    align-items: center;
    background: url(../img/commonBt_bg.jpg) left center no-repeat;
    background-size: cover;
}
#commonBt .ribbon {
    position: absolute;
    left: 0;
    top: -5px;
    max-width: 30%;
}
#commonBt .right {
    position: relative;
    overflow: hidden;
}
#commonBt .right:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    /*background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));*/
}
#commonBt .fltTxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    line-height: 1;
    display: flex;
    flex-direction: column;
}
#commonBt .fltTxt .float {
    font-size: 140px;
    line-height: 1em;
    font-weight: 900;
    color: rgb(255 255 255 / 5%);
    mix-blend-mode: hard-light;
    white-space: nowrap;
}
#commonBt .fltTxt .float:nth-child(odd) {
  animation: marquee 7s infinite linear;
  transform: translateX(100%);
}
#commonBt .fltTxt .float:nth-child(even) {
  animation: marquee2 7s infinite linear;
  transform: translateX(-100%);
}
@keyframes marquee2 {
    from {
      transform: translate(-130%);
    }
    99%,
    to {
      transform: translate(130%);
    }
}
#commonBt .left .txt {
    max-width: 670px;
    margin-left: auto;
}
#commonBt .left #sevice-nav .slick-track,
#commonBt .left #sevice-nav .slick-slide {
    width: auto !important;
}
#commonBt .left #sevice-nav .slick-slide {
    display: block;
    float: none;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 15px 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#commonBt .left #sevice-nav .slick-slide h4 {
    color: #8d90c0;
    position: relative;
    padding-left: 60px;
}
#commonBt .left #sevice-nav .slick-slide h4 strong {
    position: absolute;
    left: 15px;
    top: 0;
}
#commonBt .left #sevice-nav .slick-slide span {
    cursor: pointer;
}
#commonBt .left #sevice-nav .slick-slide.is-active {
    color: #fff;
    background-color: rgba(7, 7, 17, 0.9);
}
#commonBt .left #sevice-nav .slick-slide.is-active h4 {
    color: #ffd400;
}
@media (min-width:992px) {
    #commonBt {
        display: flex;
    }
    #commonBt > div {
        width: 50%;
    }
}
@media (max-width:992px) {
    #commonBt {
        background-size: cover;
    }
    #commonBt .right img {
        width: 100%;
    }
    #commonBt .ribbon {
        top: -0.3%;
        max-width: 15%;
    }
    #commonBt .left .txt {
        padding: 30px 15px;
        margin: 0 auto;
    }
    #commonBt .left .txt h1 {
        padding-left: 25px;
    }
    #commonBt .left #sevice-nav .slick-slide {
        padding: 10px 8px;
    }
    #commonBt .left #sevice-nav .slick-slide h4 {
        font-size: 20px;
        padding-left: 50px;
    }
    #commonBt .left #sevice-nav .slick-slide h4 strong {
        left: 5px;
    }
}
@media (max-width:768px) {
    #commonBt .left #sevice-nav .slick-slide h4 {
        font-size: 14px;
        padding-left: 30px;
    }
    #commonBt .left #sevice-nav .slick-slide h4 strong {
        left: 5px;
    }
}

/* slickTop */
.slickTop .slick-slide {
    border: 0px !important;
}
.slickTop .slick-slide.topBan1 {
    background: url(../img/topBan1_230809.jpg) center center no-repeat;
}
.slickTop .slick-slide.topBan2 {
    background: url(../img/topBan2.jpg) center center no-repeat;
}
@media (min-width:1850px){
    .slickTop .slick-slide img {
        opacity: 0;
    }
}


/* special1 */
#special1 .sec1 {
    background: url(../img/special1_topbg.jpg) center center no-repeat;
    background-size: cover;
    height: 700px;
}
#special1 .sec1 .stit {
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
#special1 .sec1 .stit .deco1::before,
#special1 .sec1 .stit .deco1::after,
#special1 .sec1 .stit .deco2::before,
#special1 .sec1 .stit .deco2::after {
    content: "";
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(../img/deco.png) center center no-repeat;
}
#special1 .sec1 .stit .deco1::before {
    left: 0;
    top: 0;
}
#special1 .sec1 .stit .deco1::after {
    right: 0;
    top: 0;
    transform: rotate(90deg);
}
#special1 .sec1 .stit .deco2::before {
    left: 0;
    bottom: 0;
    transform: rotate(90deg);
}
#special1 .sec1 .stit .deco2::after {
    right: 0;
    bottom: 0;
}
#special1 .sec1 .stit h1,
#special1 .sec1 .stit h3,
#special1 .sec1 .stit p {
    line-height: 1em;
}
#special1 .sec1 .stit p {
    letter-spacing: 8px;
    color: #dadada;
    font-weight: 700;
}
@media (max-width:992px) {
    #special1 .sec1 {
        height: 500px;
    }
}
@media (max-width:768px) {
    #special1 .sec1 {
        height: 300px;
    }
    #special1 .sec1 .stit {
        padding: 40px 0;
    }
    #special1 .sec1 .stit p {
        letter-spacing: 5px;
        font-size: 0.7vw;
    }
    #special1 .sec1 .stit .deco1::before,
    #special1 .sec1 .stit .deco1::after,
    #special1 .sec1 .stit .deco2::before,
    #special1 .sec1 .stit .deco2::after {
        width: 12px;
        height: 12px;
    }
}
/* frame */
#special1 .frame {
    height: 600px;
    line-height: 600px;
    overflow: hidden;
}
#special1 .frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}
#special1 .frame ul li {
    float: left;
    width: 384px;
    height: 100%;
    margin: 0 1px 0 0;
    padding: 0;
    background: #fcfcfc;
    color: #ddd;
    text-align: center;
    cursor: pointer;
}
#special1 .frame ul li:nth-child(even) {
    background: #f8f8f8;
}
@media (max-width:992px) {
    #special1 .frame {
        height: 400px;
        line-height: 400px;
    }
    #special1 .frame ul li {
        width: 220px;
    }
}
@media (max-width:768px) {
    #special1 .frame {
        height: 300px;
        line-height: 300px;
    }
    #special1 .frame ul li {
        width: 170px;
    }
}

/* doctorsControls */
.doctorsControls .btnItem {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #d9d9d9;
    background-color: #fff;
    font-size: 20px;
    line-height: 35px;
    width: 40px;
    padding: 0px;
}
.doctorsControls .btnItem i {
    vertical-align: middle;
}
/* doctors */
#doctors ul li {
    position: relative;
    margin: 0px;
}
#doctors ul li.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #5d2d7b;
}
#doctors ul li.active::before {
    content: "";
    position: absolute;
    border-width: 10px;
    border-color: #5d2d7b transparent transparent transparent;
    border-style: solid;
    left: 0;
    top: 100%;
    left: calc(50% - 5px);
}
#doctors ul li .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(11, 11, 11, 0.9);
}
#doctors ul li.active .name {
    background-color: rgba(93, 45, 123, 0.9);
}
/* doct_bg1 */
.doctInfo {
    position: relative;
}
.doctInfo .bg {
    height: 750px;
    position: relative;
}
.doctInfo .bg.bg1 {
    background: url(../img/doct_bg1.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg2 {
    background: url(../img/doct_bg2.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg3 {
    background: url(../img/doct_bg3.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg4 {
    background: url(../img/doct_bg4.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg5 {
    background: url(../img/doct_bg5.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg6 {
    background: url(../img/doct_bg6.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg7 {
    background: url(../img/doct_bg7.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg8 {
    background: url(../img/doct_bg8.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg9 {
    background: url(../img/doct_bg9.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg10 {
    background: url(../img/doct_bg10.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg11 {
    background: url(../img/doct_bg11.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg12 {
    background: url(../img/doct_bg12.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg13 {
    background: url(../img/doct_bg13.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg14 {
    background: url(../img/doct_bg14.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg15 {
    background: url(../img/doct_bg15.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg16 {
    background: url(../img/doct_bg16.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg17 {
    background: url(../img/doct_bg17.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg18 {
    background: url(../img/doct_bg18.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg19 {
    background: url(../img/doct_bg231108_1.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg20 {
    background: url(../img/doct_bg231108_2.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg21 {
    background: url(../img/doct_bg250203_1.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .bg.bg22 {
    background: url(../img/doct_bg250521_1.jpg) left center no-repeat;
    background-size: cover;
}
.doctInfo .rtTxt > h1 .sm {
    font-size: 0.7em;
}
.doctInfo .rtTxt .impList li {
    padding-left: 15px;
    margin: 3px 0;
    position: relative;
}
.doctInfo .rtTxt .impList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background-color: #fff;
}
.doctInfo .rtTxt .impList li h5 {
    color: #fff;
    font-weight: 400;
}
.doctInfo .rtTxt .btList {
    margin-top: 20px;
}
.doctInfo .rtTxt .btList li {
    padding-left: 10px;
    margin: 3px 0;
    position: relative;
}
.doctInfo .rtTxt .btList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.7);
}
.doctInfo .rtTxt .btList li p {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 300;
}
@media (min-width:768px) {
    .doctInfo .rtTxt {
        position: absolute;
        left: 50%;
        top: 5%;
        height: 90%;
        width: 40%;
        background-color: rgba(0, 0, 0, 0.85);
        padding: 80px 40px;
    }
}
@media (max-width:768px) {
    .doctInfo .bg {
        height: 380px;
        background-size: cover;
    }
    .doctInfo .rtTxt {
        padding: 40px 15px;
        background-color: #5d2d7b;
    }
}

/* ms1_2 */
#ms1_2 {
    background: url(../img/mouBg.png) center right no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #111018;
}
#ms1_2 ul li {
    margin: 30px 0;
    padding: 60px 50px;
    border: 1px solid #c8b7a7;
    position: relative;
}
#ms1_2 ul li .top::before{
    content: "";
    position: absolute;
    left: -2px;
    top: -1px;
    width: 39px;
    height: 37px;
    background: url(../img/edge.png);
    transform: rotate(270deg);
}
#ms1_2 ul li .top::after{
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 39px;
    height: 37px;
    background: url(../img/edge.png);
}
#ms1_2 ul li .bt::before{
    content: "";
    position: absolute;
    left: -2px;
    bottom: -1px;
    width: 39px;
    height: 37px;
    background: url(../img/edge.png);
    transform: rotate(180deg);
}
#ms1_2 ul li .bt::after{
    content: "";
    position: absolute;
    right: -2px;
    bottom: -1px;
    width: 39px;
    height: 37px;
    transform: rotate(90deg);
    background: url(../img/edge.png);
}
@media (max-width:992px){
    #ms1_2 ul li {
        margin: 15px 0;
        padding: 30px 15px;
    }
}
/* mouBox */
.mouBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.mouBox > img {
    border-radius: 5px;
}
@media (max-width:992px){
    .mouBox {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    .mouBox > img {
        margin: 5px;
        max-width: 230px;
    }
    .mouTit img {
        margin: 10px;
        max-height: 40px;
    }
}

/* costBox */
.costBox {
    padding: 40px;
    border: 1px solid #ddd;
}
/* costList */
.costList > li:not(:last-child) {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.costList .topTt span {
    color: #fe6c15;
}
.costList .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.costList .name h2 {
    font-weight: 700;
}
.costList .name h2 span {
    font-size: 0.7em;
    font-weight: 400;
    color: #666;
}
.costList .name h2 span.normal {
    font-size: 1em;
    font-weight: 400;
    color: #666;
}
.costList .name h2 span.event_c {
    color: red;
    font-size: 0.5em;
    font-weight: 400;
}
.costList .cost h1 span,
.costList .cost h1 strong {
    display: inline-block;
    vertical-align: middle;
}
.costList .cost h1 .sm {
    font-size: 0.7em;
}
.costList .cost h1 .bf {
    color: #999;
    position: relative;
    margin-right: 5px;
    padding: 0 5px;
}
.costList .cost h1 .bf:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #999;
}
.costList .cost h1 .af {
    color: #fe6c15;
}
@media (max-width:768px) {
    .costBox {
        padding: 20px;
    }
    .costList .item > .name {
        width: calc(100% - 100px);
    }
    .costList .item > .cost {
        width: 100px;
        text-align: right;
    }
    .costList .item > .name span {
        display: block;
        line-height: 1.2em;
        margin-top: 5px;
    }
    .costList .cost h1 .bf {
        line-height: 1em;
    }
}




span.imp {
    display: inline-block;
    background-color: rgba(255, 249, 0, 0.8);
    padding: 0 4px;
}
span.under {
    display: inline-block;
    border-bottom: 1px solid #fff;
}


.nwSec29{
	background:#fff;
}





/* 인트로 */
.intro {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 1.5s ease;
    cursor: pointer;
}
.intro-content {
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-family: 'Paperozi';
    display: flex;
    flex-direction: column;
    gap: 1vh;
}
.intro-line {
    font-size: 7vw;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    overflow: hidden;
    letter-spacing: 0px;
}
.intro-line span {
    display: inline-block;
    transform: translateY(0%);
    animation: popUp 1.5s forwards;
    text-shadow: 0 9vw 0 #FFF;
    font-weight: 900;
}
.intro-line .color_shadow {
    text-shadow: 0 9vw 0 #da6ce4;
}
.intro-line.intro-line-mini {
    font-size: 4vw;
    line-height: 1.2;
}
.intro-line.intro-line-mini span {
    text-shadow: 0 5vw 0 #FFF;
}
@keyframes popUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

/* 딜레이 부여 */
/* 딜레이 부여 */
.intro-line span:nth-child(1) { animation-delay: 0.5s; }
.intro-line span:nth-child(2) { animation-delay: 0.55s; }
.intro-line span:nth-child(3) { animation-delay: 0.6s; }
.intro-line span:nth-child(4) { animation-delay: 0.65s; }
.intro-line span:nth-child(5) { animation-delay: 0.7s; }
.intro-line span:nth-child(6) { animation-delay: 0.75s; }
.intro-line span:nth-child(7) { animation-delay: 0.85s; }
.intro-line span:nth-child(8) { animation-delay: 0.9s; }
.intro-line span:nth-child(9) { animation-delay: 0.95s; }
.intro-line span:nth-child(10) { animation-delay: 1.0s; }
.intro-line span:nth-child(11) { animation-delay: 1.05s; }
.intro-line span:nth-child(12) { animation-delay: 1.1s; }
.intro-line span:nth-child(13) { animation-delay: 1.15s; }
.intro-line span:nth-child(14) { animation-delay: 1.2s; }
.intro-line span:nth-child(15) { animation-delay: 1.25s; }
.intro-line span:nth-child(16) { animation-delay: 1.3s; }


/* intro-mini */
.intro-line.intro-mini span:nth-child(1) { animation-delay: 0.05s; }
.intro-line.intro-mini span:nth-child(2) { animation-delay: 0.1s; }
.intro-line.intro-mini span:nth-child(3) { animation-delay: 0.15s; }
.intro-line.intro-mini span:nth-child(4) { animation-delay: 0.2s; }
.intro-line.intro-mini span:nth-child(5) { animation-delay: 0.25s; }
.intro-line.intro-mini span:nth-child(6) { animation-delay: 0.3s; }
.intro-line.intro-mini span:nth-child(7) { animation-delay: 0.35s; }
.intro-line.intro-mini span:nth-child(8) { animation-delay: 0.4s; }
.intro-line.intro-mini span:nth-child(9) { animation-delay: 0.45s; }


/* intro-line2 */
.intro-line.intro-line2 span:nth-child(1) { animation-delay: 0.65s; }
.intro-line.intro-line2 span:nth-child(2) { animation-delay: 0.7s; }
.intro-line.intro-line2 span:nth-child(3) { animation-delay: 0.75s; }
.intro-line.intro-line2 span:nth-child(4) { animation-delay: 0.8s; }
.intro-line.intro-line2 span:nth-child(5) { animation-delay: 0.9s; }
.intro-line.intro-line2 span:nth-child(6) { animation-delay: 0.95s; }
.intro-line.intro-line2 span:nth-child(7) { animation-delay: 1.0s; }
.intro-line.intro-line2 span:nth-child(8) { animation-delay: 1.05s; }
.intro-line.intro-line2 span:nth-child(9) { animation-delay: 1.1s; }
.intro-line.intro-line2 span:nth-child(10) { animation-delay: 1.15s; }
.intro-line.intro-line2 span:nth-child(11) { animation-delay: 1.2s; }
.intro-line.intro-line2 span:nth-child(12) { animation-delay: 1.25s; }
.intro-line.intro-line2 span:nth-child(13) { animation-delay: 1.3s; }
.intro-line.intro-line2 span:nth-child(14) { animation-delay: 1.35s; }
.intro-line.intro-line2 span:nth-child(15) { animation-delay: 1.4s; }
.intro-line.intro-line2 span:nth-child(16) { animation-delay: 1.45s; }
.intro-line.intro-line2 span:nth-child(17) { animation-delay: 1.5s; }
.intro-line.intro-line2 span:nth-child(18) { animation-delay: 1.55s; }

@media (max-width:992px){
    /* intro-line */
    .intro-line span:nth-child(1) { animation-delay: 0.333s; }
    .intro-line span:nth-child(2) { animation-delay: 0.366s; }
    .intro-line span:nth-child(3) { animation-delay: 0.4s; }
    .intro-line span:nth-child(4) { animation-delay: 0.433s; }
    .intro-line span:nth-child(5) { animation-delay: 0.466s; }
    .intro-line span:nth-child(6) { animation-delay: 0.5s; }
    .intro-line span:nth-child(7) { animation-delay: 0.566s; }
    .intro-line span:nth-child(8) { animation-delay: 0.6s; }
    .intro-line span:nth-child(9) { animation-delay: 0.633s; }
    .intro-line span:nth-child(10) { animation-delay: 0.666s; }
    .intro-line span:nth-child(11) { animation-delay: 0.7s; }
    .intro-line span:nth-child(12) { animation-delay: 0.733s; }
    .intro-line span:nth-child(13) { animation-delay: 0.766s; }
    .intro-line span:nth-child(14) { animation-delay: 0.8s; }
    .intro-line span:nth-child(15) { animation-delay: 0.833s; }
    .intro-line span:nth-child(16) { animation-delay: 0.866s; }

    /* intro-mini */
    .intro-line.intro-mini span:nth-child(1) { animation-delay: 0.033s; }
    .intro-line.intro-mini span:nth-child(2) { animation-delay: 0.066s; }
    .intro-line.intro-mini span:nth-child(3) { animation-delay: 0.1s; }
    .intro-line.intro-mini span:nth-child(4) { animation-delay: 0.133s; }
    .intro-line.intro-mini span:nth-child(5) { animation-delay: 0.166s; }
    .intro-line.intro-mini span:nth-child(6) { animation-delay: 0.2s; }
    .intro-line.intro-mini span:nth-child(7) { animation-delay: 0.233s; }
    .intro-line.intro-mini span:nth-child(8) { animation-delay: 0.266s; }
    .intro-line.intro-mini span:nth-child(9) { animation-delay: 0.3s; }

    /* intro-line2 */
    .intro-line.intro-line2 span:nth-child(1) { animation-delay: 0.433s; }
    .intro-line.intro-line2 span:nth-child(2) { animation-delay: 0.466s; }
    .intro-line.intro-line2 span:nth-child(3) { animation-delay: 0.5s; }
    .intro-line.intro-line2 span:nth-child(4) { animation-delay: 0.533s; }
    .intro-line.intro-line2 span:nth-child(5) { animation-delay: 0.6s; }
    .intro-line.intro-line2 span:nth-child(6) { animation-delay: 0.633s; }
    .intro-line.intro-line2 span:nth-child(7) { animation-delay: 0.666s; }
    .intro-line.intro-line2 span:nth-child(8) { animation-delay: 0.7s; }
    .intro-line.intro-line2 span:nth-child(9) { animation-delay: 0.733s; }
    .intro-line.intro-line2 span:nth-child(10) { animation-delay: 0.766s; }
    .intro-line.intro-line2 span:nth-child(11) { animation-delay: 0.8s; }
    .intro-line.intro-line2 span:nth-child(12) { animation-delay: 0.833s; }
    .intro-line.intro-line2 span:nth-child(13) { animation-delay: 0.866s; }
    .intro-line.intro-line2 span:nth-child(14) { animation-delay: 0.9s; }
    .intro-line.intro-line2 span:nth-child(15) { animation-delay: 0.933s; }
    .intro-line.intro-line2 span:nth-child(16) { animation-delay: 0.966s; }
    .intro-line.intro-line2 span:nth-child(17) { animation-delay: 1.0s; }
    .intro-line.intro-line2 span:nth-child(18) { animation-delay: 1.033s; }
}

/* 로고 */
.intro-logo {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.intro-logo img {
    width: 100%;
    display: block;
    max-width: 30vw;
}

/* nwSec0 */
#nwSec0 {
    line-height: 0px;
}

/* rvAdd1 */
#rvAdd1 {
    background-color: #fcfcfc;
}
#rvAdd2 {
    background-color: #fff;
}

/* moreItem */
.moreItemWrp {
    position: relative;
}
.moreItemWrp .moreItem {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.moreItemWrp .moreItem .more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(calc(-50% + 11px), calc(-50% - 11px), 0);
    width: 100px;
    height: 40px;
    background-color: rgba(251, 255, 0, 0.9);
    border: 2px solid rgb(251, 255, 0);
    box-shadow: 5px 5px 15px rgba(251, 255, 0, 0.3);
    border-radius: 50px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.moreItemWrp .moreItem .more i {
    display: inline-block;

    -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;
}
.moreItemWrp:hover .moreItem .more i {
    transform: rotate(180deg);
}
@media (max-width:768px){
    .moreItemWrp .moreItem .more {
        width: 70px;
        height: 30px;
    }
}
/* gallerySwiper */
.gallerySwiper .swiper-slide {
    padding: 5px 25px 25px 5px;
}
.galleryList .item {
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
    border: 4px solid #eee;

    -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;
}
.galleryList .item:hover {
    border-color: #a8599e;
}
.galleryList .item .txt .top {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.galleryList .item .txt .top .category {
    display: inline-block;
    background-color: #a8599e;
    padding: 3px 15px;
    color: #fff;
    border-radius: 50px;
}
.galleryList .item .txt .bt {
    padding: 10px 20px;
    text-align: center;
}
.galleryList .item .sbj {
    position: relative;
    display: inline-flex;
    height: 150px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0px;
}
.galleryList .item .sbj img {
    width: 10px;
}
.galleryList .item .sbj .lt,
.galleryList .item .sbj .rt {
    position: absolute;
    width: 10px;
    top: 50%;
}
.galleryList .item .sbj .lt {
    left: 0;
    transform: translateY(-50%);
}
.galleryList .item .sbj .rt {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.galleryList .item .img {
    /* position: relative; */
}
.galleryList .item .img img {
    width: 100%;
}
@media (max-width:768px){
    .galleryList .swiper-slide {
        padding: 0 25px 25px;
    }
    .galleryList .item .sbj {
        height: 110px;
    }
}


/* progressbar */
.swiper-horizontal>.swiper-pagination-progressbar, 
.swiper-pagination-progressbar.swiper-pagination-horizontal, 
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    position: relative;
    margin-top: 50px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #a8599e;
}
@media (max-width:768px){
    .swiper-horizontal>.swiper-pagination-progressbar, 
    .swiper-pagination-progressbar.swiper-pagination-horizontal, 
    .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, 
    .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        margin-top: 25px;
    }
}


/* galleryList */
.galleryList .moreItemWrp .moreItem {
    top: auto;
    left: auto;
    top: 15px;
    right: 15px;
    transform: translate3d(0,0,0);
}
.galleryList .moreItemWrp .moreItem .more {
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0px;
    transform: translate3d(0,0,0);
    width: 160px;
    position: relative;
}
@media (min-width:768px){
    .galleryList .moreItemWrp .moreItem .more {
        transform: translate3d(0%,-150%,0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .galleryList .moreItemWrp:hover .moreItem .more {
        transform: translate3d(0,0,0);
    }
}




/* markerLined */
.markerLinedThin {
    display: inline-block;
    position: relative;;
    margin-right: 3px;
}
.markerLinedThin:after {
    content: "";
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
    bottom: 10%;
    height: 60%;
    background-color: #fff7c4;
    z-index: 0;
}
.markerLinedThin span {
    position: relative;
    z-index: 3;
}

/* nv_review_top */
.nv_review_top {
    position: relative;
}
.nv_review_top .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
}
.nv_review_top .txt .tt span {
    display: inline-block;
    padding: 5px 12px;
    background-color: #a8599e;
    color: #fff;
    border-radius: 4px;
    line-height: 1em;
    font-weight: 700;
}
.nv_review_top img {
    width: 100%;
}

/* swiper-button-prev */
.swiperWrp {
    position: relative;
}
.swiperWrp .button-prev,
.swiperWrp .button-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* background-color: #fff;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15); */
    border: 0px;
    color: #999;
    font-size: 20px;
    font-weight: 600;
    top: 50%;
}
.swiperWrp .button-prev {
    left: auto;
    right: calc(100% + 10px);
    transform: translateY(-50%);
}
.swiperWrp .button-next {
    right: auto;
    left: calc(100% + 10px);
    transform: translateY(-50%);
}
.swiperWrp .button-prev::after,
.swiperWrp .button-next::after {
    display: none;
}
@media (max-width:768px){
    .swiperWrp .button-prev,
    .swiperWrp .button-next {
        display: none;
    }
}


/* rvAdd3 */
#rvAdd3 {
    background-color: #fff;
}
#rvAdd3 .wBox {
    border-radius: 20px;
    box-shadow: 10px 10px 35px rgba(0,0,0,0.1);
    position: relative;
}
#rvAdd3 .wBox .top .tt span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    background-color: #efe9ee;
    padding: 3px 25px;
}

/* arrSlickWrp */
.arrSlickWrp {
    position: relative;
}
.arrSlickWrp .arrWrp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: calc(85% + 50px);
    height: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 30;
}
.arrSlickWrp .arrWrp .slick-arrow {
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #999;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(242, 242, 242, 0.5);
}
@media (max-width:768px){
    .arrSlickWrp {
        margin-left: 5px;
        margin-right: 5px;
    }
    .arrSlickWrp .arrWrp {
        left: -16px;
        width: calc(100% + 32px);
    }
    .arrSlickWrp .arrWrp .slick-arrow {
        width: 32px;
        height: 32px;
    }
}
/* slick_exBox */
#slick_exBox {
    padding: 0 20px;
    max-width: 1220px;
    margin: 0 auto;
}
#slick_exBox .exFbox {
    display: flex;
    align-items: center;
    text-align: center;
}
#slick_exBox .rt,
#slick_exBox .lft {
    width: 560px;
}
#slick_exBox .cnt {
    width: 60px;
}
#slick_exBox .exBox {
    border: 4px solid #eee9ed;
    background-color: #eee9ed;
}
#slick_exBox .exBox,
#slick_exBox .exBox .img {
    border-radius: 15px;
    overflow: hidden;
}
#slick_exBox .exBox .img {
    position: relative;
}
#slick_exBox .exBox .img .date {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 1em;
    padding: 8px 20px;
}
#slick_exBox .exBox .txt {
    padding: 10px 15px;
}
#slick_exBox .exBox .txt .dft {
    color: #443e43;
}
#slick_exBox .exBox.af {
    border-color: #af5ca5;
    background-color: #af5ca5;
}
@media (max-width:768px){
    #slick_exBox .exFbox {
        flex-direction: column;
    }
    #slick_exBox .exBox,
    #slick_exBox .exBox .img {
        border-radius: 8px;
    }
    #slick_exBox .rt,
    #slick_exBox .lft,
    #slick_exBox .cnt {
        width: 100%;
    }
    #slick_exBox .cnt i {
        display: inline-block;
        transform: rotate(90deg);
    }
    #slick_exBox .exBox .txt {
        padding: 10px;
    }
}