/*-----------------------------------------------------------------------------------*/
/*	기본셋팅
/*-----------------------------------------------------------------------------------*/

@charset "utf-8";

@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');

@import url('http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css');

@import url('https://fonts.googleapis.com/css?family=Black+Han+Sans');

body,button,dd,dl,dt,fieldset,form,hr,input,legend,li,ol,p,select,table,td,textarea,th,ul {
	font-family:'Open Sans','나눔고딕',NanumGothic,ng,Helvetica,sans-serif;
	color:;
	font-weight:400
}

h1, h2, h3, h4, h5, h6 {
	font-weight:700
}

body, html {
	margin:0;
	padding:0;
	width:100%;
	height:auto
}

body {
	padding:0;
	font-size:14px;
	line-height: ;
	color:#7e8082
}

.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-top:0
}

.h1,.h2,.h3,.h4,.h5,.h6,a,h1,h2,h3,h4,h5,h6 {
	color:;
	line-height:;
	font-family:'Open Sans','나눔고딕',NanumGothic,ng,Helvetica,sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,p,button,table,th,td,pre {margin:0; padding:0;}

body,div,dl,dt,dd,form,fieldset,p,th,td,input,textarea,select,button,pre,a {
	font-family: 'Open Sans','나눔고딕',NanumGothic,ng,Helvetica,sans-serif;
    color: #333;
    font-weight: 400;
	font-size: ;
    line-height: ;
}
 
textarea {width:100%;}

select,input,img, button {vertical-align:middle;}

ul, ol, li {list-style-type:none;}

em, address {font-style:normal;}

table {border-collapse:collapse; border-spacing:0; width:100%;}

a {
	color:#333; 
	text-decoration:none;
}
	
a:focus, a:hover {text-decoration:none;}

fieldset, img, button {border:0;}

hr {border-style: solid;}

input[type=text]::-ms-clear {display: none;}

select {padding:0 0 0 5px; height:38px; border:1px solid #e3e3e3;}

select {height:30px \0IE8;} /* IE8 전용*/
 
select:focus, textarea:focus,
input[type="password"]:focus,
input[type="file"]:focus,
input[type="text"]:focus {border:1px solid #555;}
 
textarea[readonly="readonly"],
button[readonly="readonly"],
select[readonly="readonly"],
input[readonly="readonly"],
textarea[disabled="disabled"],
button[disabled="disabled"],
select[disabled="disabled"],
input[disabled="disabled"] {background:#f5f5f5; border-color:#d4d4d4;}

input[type="file"] {width:100%;}

input[type="radio"] {vertical-align:text-bottom;}
 
.clear {zoom:1; clear:both;}

.clear:after {content:""; display:block; clear:both;}

.skip {position:absolute; left:0; top:-100px; z-index:1000; width:100%; height:60px; line-height:60px; text-align:center; font-size:20px; color:#fff; transition:all 0.5s; background:#666;}

.skip:focus {top:0;}

.btn {box-shadow: none;}

button {
	cursor: pointer;
}

.bold {font-weight: 600;}

.bgCenter {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



/*-----------------------------------------------------------------------------------*/
/*	HEADER
/*-----------------------------------------------------------------------------------*/

/* Logo */
.max-logo {
	position: relative;
	display: block;
	text-align: center;
	padding: 15px 0;
}

.max-logo p {
	font-size: 28px;
	font-weight: 600;
}

/* top 헤더 라인 */
.max-logo:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #cd233b, #efa81b, #0061aa);
    box-sizing: border-box;
}

.max-logo .top_number {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: ;
}

.max-logo .top_number i {
	color: #fff;
}

.max-logo .top_number span:first-child {
	display:inline-block; 
	width:26px; 
	height:26px; 
	background:#d1283d; 
	border-radius:50%;
}

.max-logo .top_number span:last-child {
	letter-spacing: 1px;
}

.max-logo .li-search {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}



/* top search */
.ani_search {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
	overflow: hidden;
}

.search_bar {
	width: ;
	position: relative;
}

.search_bar i {
	position: absolute;
	font-size: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	-ms-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
	cursor: pointer;
	z-index: 2;
	margin: auto;
	border-radius: 4px;
	right: 5px;
	background: transparent;
	transition: right .3s .3s, color .3s, -webkit-transform .3s .3s;
	transition: right .3s .3s, transform .3s .3s, color .3s;
	transition: right .3s .3s, transform .3s .3s, color .3s, -webkit-transform .3s .3s;
	color: #333;
}

.search_bar i:hover {
	color: #d1283d;
}

.search_bar input[type="text"] {
	position:relative;
	right: 0;
	width: 44px;
	background: #fff;
	transition: border 0.3s 0s, width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0.3s;
	padding: 15px;
	border-color: #333;
	outline: none;
	border: 0px solid #333;
	font-size: 12px;
	color: #333;
	border-radius: 5px;
	font-family: 'Nunito', sans-serif;
	text-indent: 30px;
}

.search_bar ::-webkit-input-placeholder {
	/* Safari, Chrome and Opera */
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}
.search_bar ::-moz-input-placeholder {
	/* Safari, Chrome and Opera */
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}
.search_bar ::-o-input-placeholder {
	/* Safari, Chrome and Opera */
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}

.search_bar input[type="checkbox"] {
	display: none;
}

.search_bar input[type="checkbox"]:checked + label + input {
	width: 240px;
	border: 2px solid #333;
	text-indent: 0px;
}

/* X */
.search_bar input[type="checkbox"]:checked + label i {
	right: 5px;
	-webkit-transform: translateY(-50%) rotate(360deg) scale(0);
	-ms-transform: translateY(-50%) rotate(360deg) scale(0);
	transform: translateY(-50%) rotate(360deg) scale(0);
	color: #333;
}

.search_bar input[type="checkbox"]:checked + label .last {
	-webkit-transform: translateY(-50%) rotate(360deg) scale(1);
	-ms-transform: translateY(-50%) rotate(360deg) scale(1);
	transform: translateY(-50%) rotate(360deg) scale(1);
}

/* I */
.search_bar p {
	position: absolute;
	margin: 0;
	right: 35px;
	color: #333;
	font-weight: 200;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(0deg) scale(1);
	-ms-transform: translateY(-50%) rotate(0deg) scale(1);
	transform: translateY(-50%) rotate(0deg) scale(1);
}

.search_bar input[type="checkbox"]:not(checked) + label p {
	top: -50%;
	transition: all .3s 0s;
}

.search_bar input[type="checkbox"]:checked + label p {
	top: 50%;
	transition: all .3s .45s;
	-ms-transition: all .3s .45s;
	-webkit-transition: all .3s .45s;
}

.search_bar .last {
	-webkit-transform: translateY(-50%) rotate(0deg) scale(0);
	-ms-transform: translateY(-50%) rotate(0deg) scale(0);
	transform: translateY(-50%) rotate(0deg) scale(0);
}



/* 메인메뉴 토글버튼 */
#main-ani-btn {
	margin: 23px 30px 0 0;
}

.max-nav.scroll-to-fixed-fixed #main-ani-btn {
	margin-top: 13px;
}

.anihb-btn {
	width: 24px;
	height: 22px;
	position: relative;
	margin: ;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.anihb-btn:hover span {
    background: #d1283d;
}

.anihb-btn span {
	display: ;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #333;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-ms-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.anihb-btn span:nth-child(1) {
	top: 0px;
}

.anihb-btn span:nth-child(2), .anihb-btn span:nth-child(3) {
	top: 9px;
}

.anihb-btn span:nth-child(4) {
	top: 18px;
}

.anihb-btn.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.anihb-btn.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.anihb-btn.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.anihb-btn.open span:nth-child(4) {
	top: 9px; 
	width: 0%;
	left: 50%;
}



/* 전체 드랍다운메뉴 */
.full-dropdown-menu {
	display:none;
	position: absolute;
	margin-top: ;
	padding: 30px 0;
	width: 100%;
	background: #fff;
	z-index: 9;
	border-top: 1px solid rgba(0,0,0,0.1);
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.full-dropdown-menu:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #cd233b, #efa81b, #0061aa);
    box-sizing: border-box;
}

.full-dropdown-menu li a {
	display: block;
	padding: 8px 0;
	transition: 0.3s;
}

.full-dropdown-menu li a:hover, .full-dropdown-menu li.active > a {
	color: #d1283d;
}

.full-dropdown-menu ul.onerd_menu > li {
	padding-bottom: 5px;
	border-bottom: 3px solid #333;
}

.full-dropdown-menu ul.onerd_menu > ul {
	padding-top: 5px;
}

.full-dropdown-menu ul.onerd_menu > li a {
	font-weight: bold;
}

.full-dropdown-menu ul.onerd_menu > ul li a {
	color: ;
	font-size: 13px;
}

.full-dropdown-menu ul.onerd_menu > ul ul li a {
	color: #999;
}

.full-dropdown-menu ul.onerd_menu > ul ul li:hover a, .full-dropdown-menu ul.onerd_menu > ul ul li.active a {
	color: #d1283d;
}

.full-dropdown-menu .fd_logo {
	display: block;
	margin-top: 30px; 
	text-align: right;
	opacity: 0.1;
}



/* MAIN NAV */
.max-nav {
	position: relative;
	background: #fff;	
}

@media screen and (max-width: 768px) {
.max-nav > .container {
    padding: 15px;
	transition: 0.3s;
}
.max-nav.scroll-to-fixed-fixed > .container {
	padding: 10px 15px;
}
}

button#mobile-ani-btn {
	background: none;
}

.max-nav ul.max-nav-ul > li { 
	position: relative; 
	float: left;
	padding: 25px 0;
	margin-right: 45px; 
	color: ;	
	text-align: center;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.max-nav.scroll-to-fixed-fixed ul.max-nav-ul > li {
	padding: 15px 0;
}

.max-nav .max-nav-ul > li > a { 
	font-size: 15px; 
	font-weight: bold;
	vertical-align: middle;
	color: #333;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.max-nav .max-nav-ul > li > button i { 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}



/* 1차메뉴 호버 */
.max-nav-ul > li:hover > a,
.max-nav-ul > li:hover > a i,
.max-nav-ul > li.active > a,
.max-nav-ul > li:hover > button > i,
.max-nav-ul.affix > li:hover > a,
.max-nav-ul.affix > li:hover > a i,
.max-nav-ul.affix > li.active > a,
.max-nav-ul.affix > li:hover > button > i {
	color: #D1283D;
}



/* 2차 메뉴 */
.max-nav-ul ul { 
	z-index: 99; 
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	left: 0; 
	top: 68px;	
	min-width: 168px;
	list-style: none;
	margin: 0 0 0 -20px; 
	padding: 10px 0;
	background: #FFF;
	box-shadow: 0 4px 5px -3px rgba(0,0,0,.1);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.1);
	transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;		
	transform: translateY(30px);
	-ms-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
	border-bottom: 3px solid #d1283d;
}

.max-nav-ul ul li { 
	position: relative;
	float: none; 	
	height: auto;
	line-height: 1.42857143;
	border-bottom: ;
	text-align: left;
}

.max-nav-ul ul li:last-child { 
	border-bottom: 0;
}

.max-nav-ul ul li:first-child { 
	border-top: 0; 
}

.max-nav-ul ul li a { 
	position: relative;
	display: block; 
	font-size: 13px; 
	font-weight: normal; 
	padding: 10px 0;
	margin: 0 20px;
	color: #333; 
	transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	letter-spacing: 0.05em;
}

.max-nav-ul ul li > a > i { 
	color: #d1283d; 
}

.max-nav-ul ul li.active > a { 
	color: #d1283d;
}

.max-nav-ul ul li span.child {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	font-size: 11px; 
	font-weight: normal; 
	text-align: center;
	padding: 8px 0;
	transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	color: #999;
}



/* 2차메뉴 호버 애니메이션 */ 
.max-nav-ul ul li:hover > a {
	transform: translateX(7px);
	-ms-transform: translateX(7px);
	-webkit-transform: translateX(7px);
	color: #d1283d;
}



/* 3차 메뉴 */
.max-nav-ul ul ul { 
	top: -10px; 
	left: 100%; 
	margin: 0;
	padding: ;
	transform: translateX(30px);
	-ms-transform: translateX(30px);
	-webkit-transform: translateX(30px);
}

.max-nav-ul li:last-child ul ul { 
	left: auto !important;
	right: 100% !important; 
}



/* 2차, 3차 메뉴 보이기 */
.max-nav-ul li.hovered > ul,
.max-nav-ul ul li:hover > ul {
	opacity: 1;
	visibility: visible;
    transform: translateY(0px);
	-ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.33s ease-out 0s;
	-ms-transition: all 0.33s ease-out 0s;
	-moz-transition: all 0.33s ease-out 0s;
	-webkit-transition: all 0.33s ease-out 0s;	
}



/* manage box */
.max-nav .top_mamage {
	margin-top: 26px;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.max-nav.scroll-to-fixed-fixed .top_mamage {
	margin-top: 15px;
}

.max-nav .top_mamage li {
	float: left;
	margin-left: 15px;
}

.max-nav .top_mamage li a, .max-nav .top_mamage li i {
	font-size: 16px;
	color: rgba(0,0,0,0.3);
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.max-nav .top_mamage li button:hover i, .max-nav .top_mamage li a:hover i {
	color: #d1283d;
}

.max-nav .top_mamage li i {
	cursor: pointer;
}

.bh_btn { 
	background: none;
	border-color: transparent;
}



/*-----------------------------------------------------------------------------------*/
/*	Main Slider
/*-----------------------------------------------------------------------------------*/

.m-slider, .youtube_bgbox {
	position: relative;
	background: #000;
}

.m-slider .m-slider-container {
	position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    text-align: center;
    overflow: hidden;
}

/* 메인 슬라이더 명암 */ 
.m-slider .swiper-slide:before {
	content:"";
	position:absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
}

.m-slider .m-slider-container .swiper-slide {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

.m-slider .swiper-slide .vertical-align {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
	padding: 15px;
}

.vertical-align > .inner.middle {	
	vertical-align: middle;
    height: inherit;
    display: table-cell;
}

.m-slider .m-slider-container .swiper-slide .ms_c_img, .youtube_inner .ms_c_img {
    margin-bottom: 15px;
}

.m-slider .m-slider-container .swiper-slide h1, .youtube_inner h1 {
    margin-top: 0;
	color: #d1283d;
	font-size: 60px;
	-webkit-transition: font-size 0.3s;
	-ms-transition: font-size 0.3s;
	transition: font-size 0.3s;
	font-weight: 600;
}

.m-slider .m-slider-container .swiper-slide h1 span, .youtube_inner h1 span {
    font-weight: 300;
}

.m-slider .m-slider-container .swiper-slide h5, .youtube_inner h5 {
    color: rgba(255,255,255,0.9);
	margin: 12px 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.m-slider .m-slider-container .swiper-slide .ms_btn, .youtube_inner .ms_btn {
	margin-top: 12px;
	display: inline-block;
	padding: 15px 20px;
	color: #d1283d;
	border-radius: 46px;
	border: 1px solid #d1283d;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
    transform: translateZ(0);
	overflow: hidden;
}

.m-slider .m-slider-container .swiper-slide .ms_btn span, .youtube_inner .ms_btn span {
	transition: 0.33s;
    -moz-transition: 0.33s;
	-ms-transition: 0.33s;
    -webkit-transition: 0.33s;
}

.m-slider .m-slider-container .swiper-slide .ms_btn:after, .youtube_inner .ms_btn:after {
    position: absolute;
    z-index: -1;
	content: "";
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1283d;
    width: 0;
    max-width: 100%;
	transition: all 0.33s ease-out 0s;
	-ms-transition: all 0.33s ease-out 0s;
    -moz-transition: all 0.33s ease-out 0s;
    -webkit-transition: all 0.33s ease-out 0s;
}

.m-slider .m-slider-container .swiper-slide .ms_btn:hover, .youtube_inner .ms_btn:hover {
    color: #fff;
}

.m-slider .m-slider-container .swiper-slide .ms_btn:hover::after,.youtube_inner .ms_btn:hover::after {
    width: 100%;
}

.m-slider .m-slider-container .swiper-slide .ms_btn i, .youtube_inner .ms_btn i {
    margin-left: 5px;
}

.slide_resimg .swiper-slide > img {
    margin: 0 auto;
	width: 100%;
}

.youtube_bgbox .youtube_inner {
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    width: 100%;
	text-align: center;	
}

@media (min-width: 768px) and (max-width: 1598px) {
.youtube_bgbox .mbYTP_wrapper iframe {
	min-width: 1800px;
}
}

@media (max-width: 768px) {
.m-slider .m-slider-container .swiper-slide h1, .youtube_inner h1 {
	font-size: 42px;
}
}

@media (max-width: 425px) {
.m-slider .m-slider-container .swiper-slide h1, .youtube_inner h1 {
	font-size: 32px;
}
}


/* 메인 슬라이더 이동 버튼 */  
.m-slider .m-slider-next, 
.m-slider .m-slider-prev {
	position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    height: 100px;
    margin-top: -50px !important;
    width: 50px;
    background-size: 40px;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.m-slider .m-slider-next {
	right: 3%;
    background-image: url('../img/next.png');
}

.m-slider .m-slider-prev {
	left: 3%;
    background-image: url('../img/prev.png');
}

.m-slider:hover .m-slider-next, 
.m-slider:hover .m-slider-prev {
	opacity: 1;
}

/* 슬라이더 페이지네이션 */ 
.m-slider-pagination {
	z-index: 10;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	color: #ccc;
}
.m-slider-pagination .swiper-pagination-current {
	font-size: 200%;
	color: #fff;
}
.m-slider-pagination .swiper-pagination-bullet {
	opacity: 0.4;
    background-color: #fff;
}
.m-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1.0;
	background-color: #d1283d;
}
.m-slider .swiper-pagination-progress {
	z-index: 10;
}
.m-slider .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #4ecfb9;
}



/* Main Slider 반응형 높이 */
@media (min-width: 1201px) {
.m-slider .m-slider-container, .YTplayer {
	height: 900px !important;
}
}

@media (max-width: 1200px) {
.m-slider .m-slider-container, .YTplayer {
	height: 800px !important;
}
}

@media (max-width: 992px) {
.m-slider .m-slider-container, .YTplayer {
	height: 640px !important;
}	
}

@media (max-width: 768px) {
.m-slider .m-slider-container, .YTplayer {
	height: 500px !important;
}	
}

@media (max-width: 425px) {
.m-slider .m-slider-container, .YTplayer {
	height: 400px !important;
}
}



.slide_resimg .m-slider-container {
	height: 100% !important;
}

.slide_resimg .swiper-slide .vertical-align {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}



/* 메인 슬라이더 버튼 */
.tp-leftarrow.default {	
	z-index:100;
	cursor:pointer; 
	position:relative;	
	background:url(../img/prev.png) no-Repeat 0 0;	
	width:40px;	
	height:79px;
}

.tp-rightarrow.default {	
	z-index:100;
	cursor:pointer; 
	position:relative;	
	background:url(../img/next.png) no-Repeat 0 0;	
	width:40px;	
	height:79px;
}

/* 메인슬라이더 navi 버튼 */
.tp-bullets.simplebullets.square .bullet {
	cursor: pointer;
    position: relative;
    background: #ccc;
    width: 40px;
    height: 5px;
    margin: 0px 5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-ms-transition: 0.3s;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background: #d1283d;
}



/*-----------------------------------------------------------------------------------*/
/*	서브 페이지
/*-----------------------------------------------------------------------------------*/

/* 서브탑 */
.max_sub_top {
	position: relative;
}

.max_sub_top img {
	margin: 0 auto;
	width: 100%;
}

.max_sub_top h2 {
	margin: 5px 0;
	font-weight: 300;
	color: #fff;
}

.max_sub_top p {
	margin: 10px 0;
	color: #fff;
}

.max_sub_top .sub_top_txt {
	width: 100%;
	color: #fff;
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
}

@media (max-width: 767px) {
.max_sub_top h2 {
	font-size: 24px;
	margin-bottom: 2px;
}
.max_sub_top p {
	margin: 0;
	font-size: 12px;
}
.max_sub_top img {
	width: auto;
}
}

/* 서브 네비게이션 */
.max_page_navi {
	display: inline-block;
	color: #fff;
}

.max_page_navi li {
	font-size: 10px;
	float: left;
}

.max_page_navi li a {
	color: #fff;
	padding: 0 10px;
}

.max_page_navi li i {
	color: #fff;
}

/* 서브 컨텐츠 */
.max_subside_contents {
	padding: 0 15px 0 45px !important;
}

@media (max-width: 767px) {
.max_subside_contents {
	padding: 0 !important
}
}

@media (max-width: 767px) {
.max_subside_contents {
	padding: 60px 15px;
}
}

@media (max-width: 768px) {
.sub_sidebar.container > .row {
	margin: 0;
}
}

.max_side_widget {
	margin-bottom:60px;
}

.max_banner img {
	max-width: 100%;
}

.max_side_banner .max_banner img {
	margin-bottom: 60px;
}



/* 서브 사이드 메뉴 */
.max-nav-sub {
	margin-bottom: 60px !important;
}

.max-nav-sub li.sub_1st {
	font-weight: bold;
	background: transparent;
	border-bottom: 3px solid #333;
}

.max-nav-sub li.sub_1st a {
	display: inline-block;
	margin-bottom: -3px;
    border-bottom: 3px solid #d1283d;
}

.max-nav-sub li.active > a:first-child {
	border-left: 0 !important;
}

.max-nav-sub ul.depth3 {
	display: block;
}

.max-nav-m li {
	position: relative;
    margin: 0;
    padding: 0;
	background: #fff;
}

.max-nav-m li a:hover, .max-nav-m li.active > a {
	color: #d1283d;
}

.max-nav-m li a {
	position: relative;
	display: block;
	font-size: 13px;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	vertical-align: middle;	
	color: #333;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.max-nav-m a.child {
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 9;
}

.max-nav-m li .arrow {
	position: absolute;
	top: 0;
	right: 20px;
	height: 100%;
	padding-left: 15px;
}

.max-nav-m ul li {
	background: #f8f8f8;
}

.max-nav-m ul li a {
	padding: 0 15px 0 30px;
}



/*-----------------------------------------------------------------------------------*/
/*	scroll down
/*-----------------------------------------------------------------------------------*/

/* gmic-scroll */
div.gmic-scroll {
    position: absolute;
	bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 9;
    display: inline-block;
    text-align: center;
}

div.gmic-scroll a {
    margin-left: 0;
    color: #d1283d;
    font-size: 12px;
    letter-spacing: 3px;
}

div.gmic-scroll a span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #d1283d;
    border-bottom: 1px solid #d1283d;
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
	-ms-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
		-ms-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
		-ms-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
		-ms-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
		-ms-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}



/* gmic-scroll-up */
div.gmic-scroll-up {
    position: fixed;
	bottom: 150px;
    right: -30px;
    transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 99;
    display: inline-block;
    text-align: center;
}

div.gmic-scroll-up a span {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-right: 1px solid #d1283d;
    border-top: 1px solid #d1283d;
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 1.5s infinite;
	-ms-animation: sdb 1.5s infinite;
    animation: sdu 1.5s infinite;
    box-sizing: border-box;
}

div.gmic-scroll-up a p {
    margin-top: 45px;
	color: #d1283d;
    font-size: 12px;
    letter-spacing: 3px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

@-webkit-keyframes sdu {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
		-ms-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
		-ms-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}

@keyframes sdu {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
		-ms-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(20px, -20px);
		-ms-transform: rotate(-45deg) translate(20px, -20px);
		transform: rotate(-45deg) translate(20px, -20px);
        opacity: 0;
    }
}



/*-----------------------------------------------------------------------------------*/
/*	footer
/*-----------------------------------------------------------------------------------*/

footer {
	margin-top: 90px;
	padding: 60px 0;
	background: #202020;
	color: #1c1c1c;
}

footer .max_footer_logo {
	opacity: 0.6;
	margin-bottom: 30px;
}

footer .footer_menu {
	margin-bottom: 15px;
}

footer .footer_menu li {
	display:inline-block;
	padding-bottom: 15px;
	border-bottom: 3px solid #d1283d;	
	margin-right: 30px;
}

footer .footer_menu li a {
	color: rgba(255,255,255,0.5);
	font-weight: bold;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

footer .footer_menu li a:hover {
	color: #D1283D;
}

footer .footer_info {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 24px;
	color: #707070;
}

footer .social {
	text-align: right;
}

footer .social li a {
	display: block;
	width: 38px;
	height: 38px;
	background: rgba(255,255,255,0.2);
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #202020;
	border-radius: 50%;
	transition: all 0.3s;
}

footer .social li {
	display:inline-block;
	margin: 0 0 30px 30px;
}

footer .social li a:hover {
	background: #D1283D;
}

footer .max_copyright {
	letter-spacing: 0.1em;
}

footer .max_copyright p {
	font-size: 11px;
	color: #606060;
}

footer .max_copyright .f_c_c {
	color: #D1283D;
}

@media (max-width: 991px) { 
footer .social {
	text-align: left;
}
footer .social li {
    margin: 0 30px 30px 0;
}
}



/*-----------------------------------------------------------------------------------*/
/*	모달 창
/*-----------------------------------------------------------------------------------*/

.modal {
	position: fixed !important;
}

.modal-close {
    position: absolute;
    top: 25px;
    right: 30px;
    background: none;
    border: none;
    z-index: 9;
    color: #999;
    font-size: 22px;
	padding: 0;
}

.modal-close:hover i {
    color: #d1283d;
}

.modal-body {
	text-align: center;
	padding: 30px !important;
}

.modal-body h4 {
	margin-bottom: 18px;
}

.modal-body hr {
	margin: 15px 0;
	border-top: 3px solid #d1283d;
}

.border-gray {
	border-bottom: 1px solid #373a42 !important;
}

.modal .modal-content {
	border-radius: 0;
}

.modal .modal-content a {
	line-height: 36px;
	vertical-align: middle;
	color: #333;
}

.modal .modal-content a:hover {
	color: #d1283d;
}

.modal-body ul > li {
	margin: 0;
}

#modal-lang h4, #modal-info h4 {
	color: #333;
}

.modal-body h4 i {
	vertical-align: middle;
}

/* 모달 언어 */
.modal ul.selectLang li {
	margin: 0 20px;
}

/* 모달 로그인 */
.login_ma {
	color: #ddd;
	font-weight: bold;
	font-size: 38px;
}

.modal .m_l_circle {
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
	margin: 30px auto;
}

.modal .m_l_circle i {
	line-height: 100px;
	opacity: 0.5
}

.modal #warning p {
	line-height: 24px;
}

.modal-body ul.max-login > li {
	margin: 0;
}

#modal-user .fa-unlocemo-alt.fa-5x {
	opacity: 0.3;
}

.log_icon_1 {
	font-size: 16px;
	text-align: center;
	display: table !important;
	width: 15%;
	height: 40px;
	margin: 0 !important;
	border: 1px solid #ccc;
	background: #eeeeee;
}

.log_icon_1:before {
	vertical-align: middle;
	display: table-cell;
}

.log_input_1 {
	padding: 10px 8px;
	height: 40px;
	border: 1px solid #ccc !important;
	border-left: 0 !important;
	width: 85% !important;
	margin-bottom: 15px !important;
}

.modal label {
	margin: 0;
	font-weight: 400;
}

.modal .max-btn-fill { 	
	margin-top: 10px;
	color: #fff;
	background-color: #d1283d;
	border: none;
    width: 100%;
    padding: 12px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.modal-body .chk_label {
	margin-bottom: 15px;
}

.modal-body .chk_label input {
	margin-top: 0;
	vertical-align: middle;
    -webkit-appearance: checkbox;
	-ms-appearance: checkbox;
	appearance: checkbox;
}

.modal-body .chk_label span,
.modal .modal-content a {
	font-size: 12px;
}



/*-----------------------------------------------------------------------------------*/
/*	모바일 드랍다운 메뉴
/*-----------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
#navbar-collapse {
    display: none !important;
}
}

.max_account {
	margin-left: 15px;
}

.max-nav .navbar-toggle, .max-nav .collapsed {
	padding-right: 0;
	margin-right: 0;
}

.navbar-toggle:hover .s_tm_line {
	width: 18px;
}

#navbar-collapse {
	width: 100%;
	background: #fff;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#navbar-collapse.max_dd_menu {
	padding: 0 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#navbar-collapse li {
	float: none;
	text-align: left;
}


#navbar-collapse .max_config {
	margin: 5px 0 15px 0;
	padding-top: 5px;
	line-height: 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
}

#navbar-collapse .max_config li:last-child a {
	height: 25px;
	line-height: 25px;
}

#navbar-collapse .max_config span {
	font-size: 13px;
}

#navbar-collapse .max_config button {
	transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

#navbar-collapse .max_config button:hover {
	color: #d1283d;
}

#navbar-collapse li a {
	padding: 0;
	transition: 0.3s;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
}

#navbar-collapse ul li a {
	padding: 0 15px;
}

#navbar-collapse ul li ul li {
	background: #f2f2f2;
}

#navbar-collapse ul li ul li a {
	padding: 0 30px;
}

.max_dd_menu ul {
    display: none;
}

.max_dd_menu li.active > ul {
	display: block;
}

.max_dd_menu li.active > a, .max_dd_menu li > a:hover {
	color: #d1283d;
}



/*-----------------------------------------------------------------------------------*/
/*	퀵메뉴
/*-----------------------------------------------------------------------------------*/		

.max_quickmenu {
	position: absolute;
	top: 145px;
	right: 0;
	background: #fff;
	padding:;
	z-index: 99;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}
 
.max_quickmenu ul a {
	display: block;
	padding: 15px 10px;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.max_quickmenu ul a p {
	margin-top: 5px;
	font-size: 13px;
}

.max_quickmenu ul a:nth-child(5) {
	background: #d1283d;
}

.max_quickmenu ul a:nth-child(5) p {
	margin-top: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.max_quickmenu ul a:nth-child(5) span {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.max_quickmenu ul a:nth-child(5) p span {
	padding: 0;
	margin: 0;
	border: none;
	font-size: 13px;
	font-weight: 400;
}



/*-----------------------------------------------------------------------------------*/
/*	ETC
/*-----------------------------------------------------------------------------------*/		

/* YTP 콘트롤러 */
.mb_YTPBar {
	z-index: 8 !important;
}

iframe {
    border: 0;
}

/* 페이지 관리 버튼 */
.admin .btnArea .btn-group .btn, .max_sub_contents .btnArea .btn-group .btn,
.max_subside_contents .btnArea select, .btn-group>.btn {
	height: 26px !important;
}

.admin form > div {
	margin-right: 0 !important;
	margin-bottom: 10px;
}

/* 검색 페이지 */
#spot .search input[type="text"] {
	height: 32px;	
}

.container.admin  span.noResult:last-child {
	margin-bottom: 45px;
}

.localNavigation li a {
    padding: 7px 15px 0 15px;
    height: 30px;
    background: #f8f8f8;
}

.localNavigation li.on a {
    height: 31px;
}

.max_content{
    margin-top: 60px;
}

.max_content .container.admin {
    margin-top: ;
}

section.xm {
    margin-top:;
}
