@charset "utf-8";

/* html, body {
	position: relative;
	height: 100%;
} */
body {
	background: #fff;
	font-family: 'Noto Sans KR','돋음', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 14px;
	color:#000;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: top;
}
#wrapper.container {
	margin-top: 0;
}
/* .menu_wrap {
	top:-140px;
	position: relative;
} */
/* body.fixed .menu_wrap {
	position: fixed;
	top:0px;
	top: -83px;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
} */
.clr {
	clear: both;
}
.swiper-container,
.swiper-slide {
	min-height: 0;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

#main {
	clear: both;
	position: relative;
	width: 100%;
	min-width: 1300px;
	max-width: 2000px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
body.fixed #main {
	padding-top: 81px;
}
#main * {
	box-sizing: border-box;
    webkit-box-sizing: border-box;
    moz-box-sizing: border-box;
	font-family: 'Noto Sans KR','돋음', Helvetica Neue, Helvetica, Arial, sans-serif;
}
#intro {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
	/* position: fixed;
	top: 0; */
}
#intro:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 25px;
	height: 25px;
	background-image: url(../images/main/intro_scroll.png);
	background-size: 25px 16px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 2;

	-webkit-animation-name: scrollDown;
	animation-name: scrollDown;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
#intro .swiper-container {
	width: 100%;
	height: 100%;
}
#intro .swiper-container .swiper-slide {
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	/* height: 100vh; */
}
#intro .swiper-container .swiper-slide .innerContainer {
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-ransform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#intro .swiper-container .swiper-slide .innerContainer p {
	font-size: 60px;
	font-weight: 700;
	font-family: 'Noto Sans KR','돋음', Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: -4px;
	margin-top: 35px;
}
#intro .swiper-button-prev,
#intro .swiper-button-next {
    background-image: url(../images/main/intro_arrow.png);
    width: 33px;
    height: 63px;
    margin-top: -31.5px;
    background-size: 33px 63px;
	left: 58px;
}
#intro .swiper-button-next {
	left: auto;
	right: 58px;
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#main #main_visual {
	width: 100%;
	background: #BFF0CE url(../images/main/main_visual_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-top: 60px;
	padding-bottom: 82px;
}
body.fixed #main #main_visual {
	padding-top: 130px;
}

#main #main_visual .swiper-container {
	width: 96%;
	/* max-width: 1458px; */
	max-width: 1478px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#intro .swiper-slide .motion01,
#intro .swiper-slide .motion02 {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	opacity: 0;
}
#intro .swiper-slide.swiper-slide-active .motion01 {

	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#intro .swiper-slide.swiper-slide-active .motion02 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
#main #main_visual .swiper-pagination {
	width: 100%;
	margin-top: 20px;
	bottom: 0;
}
#main #main_visual .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    opacity: 1;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -2px;
	margin: 0 29px;
	padding-bottom: 4px;
	outline: 0;
}
#main #main_visual .swiper-pagination-bullet:hover {
	color: #000;
}
#main #main_visual .swiper-pagination-bullet-active {
	color: #000;
}
#main #main_visual .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
#main #main_visual .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #000;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#main #main_visual .swiper-pagination-bullet-active:before {
  left: 0;
  right: 0;
}
#main #main_visual .innerWrapper {
	width: 100%;
	text-align: center;
}
#main #main_visual .column,
#main #main_visual .wide_column {
	float: left;
	margin: 0 14px 30px;
}
#main #main_visual .column {
    width: 23.14%;
}
#main #main_visual .column li {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 7% 0;
	overflow: hidden;
}
#main #main_visual .typeA .column li img {
    width: 64.33%;
}
#main #main_visual .typeB .column {
    width: 31.394%;
}

@media screen and (max-width:1520px) {
	#main #main_visual .innerWrapper {
	    margin-left: 4px;
	}
	#main #main_visual .innerWrapper.typeB {
	    margin-left: 6px;
	}
	#main #main_visual .column {
	    width: 22.6%;
	}
	#main #main_visual .typeB .column {
	    width: 31%;
	}
}

#main #main_visual .typeB .column li {
    padding: 0;
}
#main #main_visual .typeB .column li img {
	width: 100%;
}
#main #main_visual .column li,
#main #main_visual .wide_column {
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#main #main_visual .column li:hover,
#main #main_visual .wide_column:hover {
	-webkit-box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0.917em 1.94em 0.04em rgba(0, 0, 0, 0.25);
}

#main #main_visual .column a,
#main #main_visual .wide_column a {
	display: block;
	color: #000;
}
#main #main_visual .column li:first-child {
	margin-bottom: 25px;
}
#main #main_visual .column li h3 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -3px;
    margin-top: 8px;
	color: #000;
}
#main #main_visual .hiddenBox {
	position: relative;
	overflow: hidden;
    min-height: 40px;
	width: 100%;
	text-align: center;
}
#main #main_visual .column li p {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 20px;
	font-weight: 400;
    letter-spacing: -1px;
	color: #000;
    margin-top: 2px;
	opacity: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
/* #main #main_visual .column li:hover p {
	opacity: 0;
} */
#main #main_visual .column li span {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 140px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 3px 24px;
	margin: 40px auto 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
/* #main #main_visual .column li:hover span {
	opacity: 1;
	margin-top: 5px;
} */

#main #main_visual .over .column li:hover p {
	opacity: 0;
	margin-top: -63px;
}
#main #main_visual .over .column li span {
	opacity: 0;
}
#main #main_visual .over .column li:hover span {
	opacity: 1;
	margin-top: 5px;
}
#main #main_visual .wide_column {
	width: 47.903%;
	position: relative;
}
#main #main_visual .wide_column img {
	width: 100%;
}
#main #main_visual .wide_column .txtBox {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 38px;
	background: #f7eb61;
	background: rgba(247,235,97,0.9);
	padding-top: 25px;
    padding-bottom: 30px;
}
#main #main_visual .wide_column h3 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
	line-height: 1.4;
	color: #000;
}
#main #main_visual .wide_column .hiddenBox {
    min-height: 77px;
}
#main #main_visual .wide_column p {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 400;
    letter-spacing: -1px;
    margin-top: 2px;
	opacity: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	line-height: 1.2;
	color: #000;
}
#main #main_visual .wide_column span {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 190px;
	display: inline-block;
	opacity: 0;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 3px 24px;
	margin: 100px auto 0;
}
#main #main_visual .over .wide_column:hover p {
	opacity: 0;
	margin-top: -70px;
}
#main #main_visual .over .wide_column:hover span {
	opacity: 1;
	margin-top: 11px;
}

#main #ss_story {
	width: 100%;
	background: url(../images/main/ss_history_bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding: 3.2% 2%;
	text-align: center;
}
#main #ss_story .rollingBox {
	display: inline-block;
	width: 48%;
	height: 160px;
	background: #fff;
	margin-left: 0.9%;
}
#main #ss_story .rollingBox:first-child {
	margin-left: 0;
	margin-right: 0.9%;
}
#main #ss_story .rollingBox .swiper-container {
	height: inherit;
}

#main #ss_story .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 6%;
}
#main #ss_story .swiper-slide img {
	width: 85%;
	max-width: 758px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#main #ss_story .swiper-slide {
		padding-left: 0
	}
	#main #ss_story .swiper-slide img {
	    width: 78%;
		margin-left: -6%;
	}
}

#main #ss_story .swiper-button-prev,
#main #ss_story .swiper-button-next {
    background-image: url(../images/main/ss_history_arrow.png);
    width: 23px;
    height: 15px;
    margin-top: 10px;
    background-size: 23px 15px;
	right: 5%;
}
#main #ss_story .swiper-button-prev {
	left: auto;
    margin-top: -23px;
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ss_celebrity {
	position: relative;
	margin-top: 163px;
	text-align: center;
}
#ss_celebrity > h2 {
	color: #000;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 55px;
}
#ss_celebrity li {
	position: relative;
	float: left;
	width: 25%;
	height: 0;
	padding-bottom: 33.999%;
	overflow: hidden;
}
#ss_celebrity li a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
#ss_celebrity li a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
}
#ss_celebrity li.on a:before,
#ss_celebrity li:hover a:before {
	height: 34%;
	opacity: 1;
	z-index: 2;
}
#ss_celebrity li a:after {
	content: '';
	position: absolute;
	bottom: 28.5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 68px;
	height: 68px;
	background-image: url(../images/main/ss_celebrity_icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	z-index: 2;
}
#ss_celebrity li.on a:after,
#ss_celebrity li:hover a:after {
	opacity: 1;
}
#ss_celebrity li img {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#ss_celebrity li img.over {
	visibility: hidden;
	/* height: 0; */
}
#ss_celebrity li:hover img.over,
#ss_celebrity li.on img.over {
	visibility: visible;
	z-index: 1;
}
#ss_celebrity li .txtBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 34%;
	color: #fff;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 40px 25px;
	z-index: 2;
}
#ss_celebrity li .txtBox em {
	display: block;
	font-size: 44px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -2px;
}
@media screen and (max-width:1520px) {
	#ss_celebrity li .txtBox {
	    font-size: 20px;
	}
	#ss_celebrity li .txtBox em {
	    font-size: 38px;
	}
}
#ss_celebrity li .txtBox p {
	color: #fff;
}

#ss_celebrity.ver2 {
	margin-top: 0
}
#ss_celebrity.ver2 .swiper-slide img {
	width: 100%;
}
#ss_celebrity.ver2 .swiper-slide.first img {
	width: 25%;
	display: block;
	float: left;
}
#ss_celebrity.ver2 .swiper-button-prev,
#ss_celebrity.ver2 .swiper-button-next {
    background-image: url(../images/main/ss_celeb_arrow.png);
    width: 62px;
    height: 120px;
    margin-top: -83px;
    background-size: 62px 120px;
	left: 30px;
}
#ss_celebrity.ver2 .swiper-button-next {
	left: auto;
	right: 30px;
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ss_celebrity .swiper-pagination {
    width: 100%;
    bottom: 25px;
}
#ss_celebrity .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #cfcfcf;
    opacity: 1;
	margin: 0 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#ss_celebrity .swiper-pagination-bullet-active {
	width: 37px;
    opacity: 1;
    background: #ffcf00;
	border-radius: 30px
}

#ss_banner {
	position: relative;
	width: 100%;
	height: 612px;
	margin-top: 220px;
}
#ss_banner .ss_banner_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* height: 612px; */
	background: url(../images/main/ss_banner_bg.jpg) no-repeat top center;
	background-attachment: fixed;
	z-index: 0;
}
#ss_banner img {
	width: 85%;
	max-width: 1610px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-ransform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ss_bna,
#ss_bna2 {
	width: 98%;
	max-width: 1868px;
	margin: 0 auto 183px;
	text-align: center;
	overflow: hidden;
}
#ss_bna2 {
	max-width: 1856px;
	margin-bottom: 123px;
}
#ss_bna > h2,
#ss_bna2 > h2 {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -2px;
	margin: 109px auto 44px;
}
#ss_bna .ss_bna_title,
#ss_bna .ss_bna_content,
#ss_bna2 .ss_bna_content {
	float: left;
	text-align: center;
}
#ss_bna .ss_bna_title {
	position: relative;
	z-index: 1;
	width: 24%;
	margin-left: 0.7%;
	margin-right: 1.5%;
}
#ss_bna .ss_bna_title img {
	width: 100%;
}
#ss_bna .ss_bna_content {
	position: relative;
	z-index: 0;
	width: 73%;
}
#ss_bna .ss_bna_content .swiper-slide {
	width: 444px;
}
#ss_bna .ss_bna_content .swiper-slide img {
	width: 100%;
}

#ss_bna2 .ss_bna_content {
	position: relative;
	z-index: 0;
	width: 100%;
	margin-left: 6px;
}
#ss_bna2 .ss_bna_content .swiper-slide {
	width: 450px;
	position: relative;
}
#ss_bna2 .ss_bna_content .swiper-slide img {
	width: 100%;
}
#ss_bna2 .ss_bna_content .swiper-slide .bna_cover {
	width: 50%;
	position: absolute;
	top: 0;
	right: 7px;
	z-index: 3;
}
#ss_bna2 .ss_bna_content.on .swiper-slide .bna_cover {
    display: none;
}
#ss_bna2 .bna_more {
	display: inline-block;
	width: 433px;
	height: 67px;
	line-height: 67px;
	background: #33d4d8;
	border-radius: 35px;
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-top: 55px;
}

#ss_instagram {
	position: relative;
	padding-top: 141px;
	padding-bottom: 138px;
	text-align: center;
	overflow: hidden;
}
#ss_instagram > * {
	position: relative;
	z-index: 1
}
#ss_instagram .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
#ss_instagram > h2 {
	font-size: 48px;
	font-weight: 700;
	color: #000;
	letter-spacing: -3px;
}
#ss_instagram .mpldiet {
	display: block;
	margin: 12px auto 20px;
}
#ss_instagram ul {
	font-size: 0;
	width: 96%;
	max-width: 1507px;
	margin: 0 auto 0;
}
#ss_instagram li {
	display: inline-block;
	width: 19.244%;
	margin: 0 5px;
}
@media screen and (max-width:1400px) {
	#ss_instagram li {
	    width: 19.19%;
	}
}
#ss_instagram li img {
	width: 100%;
}

#ss_space {
	position: relative;
}
#ss_space .swiper-container {
	height: 621px;
}
#ss_space .swiper-slide {
	width: 1000px;
}
#ss_space .swiper-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#ss_space .swiper-slide.swiper-slide-active:before {
	background: transparent
}

/*#ss_space .swiper-slide.swiper-slide-active:after {
	content:'';
	position: absolute;
	width: 177px;
	height: 125px;
	z-index: 1;
	bottom: 40px;
	left: 50px;
	background: url(/images/main/ss_space_title.png);
	background-repeat: no-repeat;
	background-size: 177px 125px;
}*/

#ss_space .swiper-button-wrapper {
	width: 1200px;
	position: relative;
	margin: 0 auto;
	top: -50%;
}
#ss_space .swiper-button-prev,
#ss_space .swiper-button-next {
    background-image: url(../images/main/ss_space_arrow.png);
    width: 33px;
    height: 63px;
    margin-top: -31.5px;
    background-size: 33px 63px;
}
#ss_space .swiper-button-next {
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
#popup .popupInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1082px;
    height: 669px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#popup .btn_close {
    position: absolute;
    top: 0;
    right: -45px;
    z-index: 1;
    cursor: pointer;
}

#popup .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #000;
    opacity: .2;
}
#popup .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

/* 솔직후기 */
#ss_rs {
	margin-bottom: 146px
}
#ss_rs h2 {
	text-align: center;
	font-size: 48px;
	color: #000;
	letter-spacing: -3px;
	line-height: 1.3;
	margin-top: 75px;
	margin-bottom: 56px;
}
#ss_rs h2 span,
#ss_rs h2 em {
	font-weight: 300;
	color: #2f363d;
	letter-spacing: -4px;
}
#ss_rs .swipe_wrapper {
	position: relative;
	width: 1200px;
	height: 685px;
	margin: 0 auto;
	background: url(../images/main/rs_bg.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#ss_rs .swipe_wrapper .swiper-wrapper {
	width: 504px;
	float: left;
}
#ss_rs .swipe_wrapper .swiper-container.left {
    margin: 80px 0 0 51px;
}
#ss_rs .swipe_wrapper .swiper-container.right {
	margin-top: 165px;
	left: -49px;
}
#ss_rs .swiper-button-prev,
#ss_rs .swiper-button-next {
    background-image: url(../images/main/rs_arrow.png);
    width: 37px;
    height: 71px;
    margin-top: -79.5px;
    background-size: 37px 71px;
}
#ss_rs .swiper-button-next {
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ss_rs .swiper-button-prev {
    left: -93px;
}
#ss_rs .swiper-button-next {
    right: -93px;
}
#ss_rs .swiper-pagination {
    width: 100%;
    bottom: -50px;
}
#ss_rs .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #cfcfcf;
    opacity: 1;
	margin: 0 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#ss_rs .swiper-pagination-bullet-active {
	width: 37px;
    opacity: 1;
    background: #ffcf00;
	border-radius: 30px
}

#ss_banner2 {
	text-align: center;
	background: #ffc9cd;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}
#ss_banner2 .center_inner {
    position: relative;
    padding-left: 50%;
    text-align: center;
}
#ss_banner2 .center_inner img {
    margin-left: -1000px;
    vertical-align: top;
}

#ss_banner2.ver2 {
    max-width: 2000px;
	height: 652px;
}
#ss_banner2.ver2 img {
    visibility: hidden;
}
#ss_banner2.ver2 .swiper-slide {
	background-position: 50% 50%;
    background-repeat: no-repeat;
	cursor: pointer;
}
#ss_banner2.ver2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #cfcfcf;
    opacity: 1;
	margin: 0 3px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#ss_banner2.ver2 .swiper-pagination-bullet-active {
	width: 37px;
    opacity: 1;
    background: #ffcf00;
	border-radius: 30px
}
#ss_reservation {
	margin-top: 0
}

#mdm_banner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: -1px auto 0;
}
#mdm_banner .inner {
	padding-left: 50%;
	text-align: center;
}
#mdm_banner .inner .center_img {
	margin-left: -960px;
}
.mainYoutube {
    position: absolute;
    z-index: 3;
    width: 700px;
    height: 394px;
    top: 252px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mainYoutube #main_youtube_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mainYoutube .youtube_close {
	position: absolute;
	z-index: 1;
	right: -45px;
	top: 0;
	cursor: pointer;
}

/* sang sang tv */
#ss_tv {
	position: relative;
	background: #000;
	margin-top: -1px;
	padding: 80px 0;
}
#ss_tv > h2 {
	text-align: center;
	margin-bottom: 40px;
}
*#ss_tv .gallery-top {
	width: 1200px;
}
#ss_tv .gallery-top .inner {
	position: relative;
	width: 100%;
	height: 675px;
	cursor: pointer;
}
#ss_tv .gallery-top .inner::before {
	content: '';
	background: url(/images/main/ss_tv_play.png);
	background-repeat: no-repeat;
	background-size: 108px 108px;
	background-position: 50% 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 108px;
	height: 108px;
	-webkit-ransform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}
#ss_tv .gallery-top .inner .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#ss_tv .gallery-top .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
#ss_tv .gallery-top .inner.play::before {
	background: transparent;
	z-index: 0;
}
#ss_tv .gallery-top .inner.play .cover {
	display: none;
}

#ss_tv .swiper-thumb {
	position: relative;
	width: 1560px;
	margin: 30px auto 0;
}
#ss_tv .gallery-thumbs.swiper-container {
	width: 1460px;
}
#ss_tv .gallery-thumbs .swiper-slide {
	width: 280px !important;
	/* margin-left: 15px; */
}
#ss_tv .gallery-thumbs .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 158px;
}
#ss_tv .gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	box-sizing: border-box;
	border: 6px solid #33d4d8;
}
#ss_tv .gallery-thumbs .swiper-slide img {
	width: 100%;
}
#ss_tv .gallery-thumbs .swiper-slide p {
	font-size: 16px;
	font-weight: 300;
	color: #88eaec;
	margin-top: 14px;
}
#ss_tv .gallery-thumbs .swiper-slide span {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	letter-spacing: -1px;
	line-height: 1.5;
}
#ss_tv .swiper-thumb .swiper-button-prev,
#ss_tv .swiper-thumb .swiper-button-next {
	background-image: url(/images/main/ss_tv_arrow.png);
	width: 16px;
	height: 29px;
	margin-top: -53.5px;
	background-size: 16px 29px;
}
#ss_tv .swiper-thumb .swiper-button-next {
    -webkit-ransform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#youtube_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 675px;
	z-index: 0;
}
#youtube_video.play {
	z-index: 2
}

/* real_letter_review */
#real_letter_review {
	position: relative;
	padding: 105px 0 155px;
	background: #f3e468;
}
#real_letter_review > h2 {
	text-align: center;
	margin-bottom: 50px;
}
#real_letter_review .swiper-container {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
	overflow: visible;
}
#real_letter_review .swiper-button-prev,
#real_letter_review .swiper-button-next {
	background-image: url(/images/main/real_letter_review_arrow.png);
	width: 42px;
	height: 85px;
	margin-top: 17px;
	background-size: 42px 85px;
}
#real_letter_review .swiper-button-prev {
	left: 12.3%;
}
#real_letter_review .swiper-button-next {
	right: 12.3%;
	-webkit-ransform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
#real_letter_review .swiper-pagination {
	bottom: 72px;
	font-family: Roboto !important;
	font-size: 30px;
	font-weight: 300;
	color: #000;
	letter-spacing: -2px;
}
@media screen and (max-width: 1700px) {
	#real_letter_review .swiper-button-prev {
		left: 30px;
	}
	#real_letter_review .swiper-button-next {
		right: 30px;
	}
}

/* 인바디 미니팝업 */
#inbody_mini_popup {
	position: fixed;
	left: 180px;
	bottom: 55px;
	width: 200px;
	height: 335px;
	z-index: 999;
}
.inbody_open {
	cursor: pointer;
}
#inbody_mini_popup .btn_close {
	position: absolute;
	right: -42px;
	top: 10px;
	z-index: 1;
	cursor: pointer;
}

/* 인바디 차트 */
#inbody {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000001;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
#inbody.show {
	display: block;
}
#inbody .inbodyInner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1400px;
	height: 750px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/* background: #fff; */
}
#inbody .btn_close {
	position: absolute;
	top: 0;
	right: -45px;
	z-index: 1;
	cursor: pointer;
}
#inbody .title-container,
#inbody .inbody-container {
	float: left;
	position: relative;
	height: 750px;
}
#inbody .title-container {
	width: 386px;
	width: 27.572%;
	background-image: url(/images/inbody/case_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#inbody .title-container .swiper-container {
	width: 300px;
	margin-top: 172px;
}
#inbody .title-container .advice_btn {
	display: inline-block;
	margin: 17px 0 0 48px;
}

#inbody .inbody-container {
	width: calc(100% - 386px);
	width: calc(100% - 27.572%);
}
#inbody .inbody-container .swiper-button-next,
#inbody .inbody-container .swiper-button-prev {
	width: 63px;
	height: 63px;
	left: 0;
	margin-top: -31.5px;
	background-image: url(/images/inbody/ico_arrow.png);
	background-size: 63px 63px;
}
#inbody .inbody-container .swiper-button-next {
	left: auto;
	right: 0;
	-webkit-ransform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}