@charset "utf-8";

/* @import url('MyFontsWebfontsKit.css'); */
@import url('pretendard-kr.css');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:before,
:after {
	box-sizing: border-box
}

html {
	width: 100%;
	height: 100%
}

body {
	position: relative;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #797979;
	letter-spacing: -0.7px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	line-height: 1;
	-webkit-overflow-scrolling: touch;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
table,
tr,
th,
td {
	margin: 0;
	padding: 0
}

ul,
ol,
li {
	list-style: none
}

img,
fieldset {
	border: none;
	vertical-align: top
}

legend,
caption {
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -1
}

textarea,
button {
	vertical-align: middle
}

input,
select {
	height: 60px;
	vertical-align: middle;
	background: #fff;
	border: none;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
	color: #000;
	letter-spacing: -0.6px;
	border-radius: 0;
	font-weight: 400;
	font-size: 16px;
}

input {
	padding: 3px 4px;
}

option {
	padding: 10px 4px
}

input:focus {
	outline: none
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	padding: 0;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #999;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="number"] {
	-moz-appearance: textfield;
	border-bottom: 1px solid #999;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

/*input[type="text"].on, input[type="password"].on, input[type="email"].on, input[type="number"].on{border-bottom:1px solid #f0f0f0}*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
	border-bottom: 1px solid #fd2189;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

select {
	padding: 0 60px 0 4px;
	height: 60px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #000;
	background: url('/res/images/icn_down.png') no-repeat right 16px top 50%;
	border-bottom: 1px solid #777;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

select::-ms-expand {
	display: none
}

select::-ms-value {
	color: inherit;
	background: none
}

textarea {
	padding: 10px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #d7d7d7;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.6px;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	resize: none
}

a {
	text-decoration: none;
	color: #555;
	border: none
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none
}

table {
	border-collapse: collapse;
	width: 100%;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	overflow: visible;
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif
}

button:active {
	outline: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

th,
b,
strong {
	font-weight: normal
}

::-webkit-input-placeholder {
	font-size: 16px;
	color: #ddd
}

:-moz-placeholder {
	font-size: 16px;
	color: #ddd
}

::-moz-placeholder {
	font-size: 16px;
	color: #ddd
}

:-ms-input-placeholder {
	font-size: 16px;
	color: #ddd
}

:placeholder-shown {
	font-size: 16px;
	color: #ddd
}

input[readonly]:focus,
input[readonly="readonly"]:focus {
	border-bottom: 1px solid #777
}

/*input[readonly].on, input[readonly="readonly"].on{border-bottom:1px solid #000}*/

/*단일 클래스*/
.skip {
	position: fixed;
	top: -10000px;
	z-index: 100;
	padding: 17px 0;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #000;
	background: #ccc;
}

.skip:focus {
	top: 0;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.blind {
	position: absolute;
	top: -1000px;
	text-indent: -9999px;
	font-size: 0 !important;
}

.fl_l {
	float: left
}

.fl_r {
	float: right
}

.ta_l {
	text-align: left !important;
}

.ta_c {
	text-align: center !important;
}

.ta_r {
	text-align: right !important;
}

.va_t {
	vertical-align: top
}

.va_m {
	vertical-align: middle
}

table.va_t th,
table.va_t td {
	vertical-align: top
}

table.va_m th,
table.va_m td {
	vertical-align: middle
}

.fw_t {
	font-weight: 100 !important
}

.fw_l {
	font-weight: 300 !important
}

.fw_r {
	font-weight: 400 !important
}

.fw_m {
	font-weight: 500 !important
}

.fw_b {
	font-weight: 700 !important
}

.w25p {
	width: 25% !important
}

.w33p {
	width: 33.33% !important
}

.w50p {
	width: 50% !important
}

.w100p {
	width: 100% !important
}

.col_pur {
	color: #5528bb !important
}

.col_blk {
	color: #000 !important
}

.col_111 {
	color: #111 !important
}

.col_333 {
	color: #333 !important
}

.col_wht {
	color: #fff !important
}

.cont_con {
	display: none
}

.cont_con:first-child {
	display: block
}

.img_resize {
	position: relative;
	overflow: hidden
}

.img_resize img {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.img_resize.reverse img {
	width: 100%;
	height: auto
}

/* 간격 */
.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml0 {
	margin-left: 0 !important;
}

.mr0 {
	margin-right: 0 !important;
}

.pt0 {
	padding-top: 0 !important
}

.pb0 {
	padding-bottom: 0 !important
}

.pl0 {
	padding-left: 0 !important
}

.pr0 {
	padding-right: 0 !important
}


html.lock body {
	height: 100%;
	overflow: hidden
}

body {
	width: 100%;
}

#wrap {
	position: relative;
	word-break: keep-all;
	min-width: 1360px;
	overflow-x: hidden
}

.inner {
	position: relative;
	margin: 0 auto;
	width: 1280px
}

.inner:after {
	content: "";
	display: block;
	clear: both;
}

#content {
	position: relative;
}

/* 인풋 X버튼 */
.clear_has {
	position: relative
}

.clear_has .delete {
	display: none;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url('/res/images/clear_delete.png') no-repeat
}

.clear_has .delete img {
	width: 100%
}

/* 체크박스 */
.chk_box {
	display: inline-block;
	vertical-align: top;
}

.chk_box input[type="checkbox"] {
	display: none;
}

.chk_box input[type="checkbox"]+label {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.chk_box input[type="checkbox"]+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("/res/images/chk_icon.png") center no-repeat;
	border-radius: 100%
}

.chk_box input[type="checkbox"]:disabled+label:after {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 100%
}

.chk_box input[type="checkbox"]:disabled[disabled]+label:after {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 100%
}

.chk_box.on input[type="checkbox"]+label:after {
	border: none;
	background: url("/res/images/chk_icon_on.png") center no-repeat
}

/* 라디오 */
.radio_box {
	display: inline-block;
	vertical-align: top;
}

.radio_box input[type="radio"] {
	display: none;
}

.radio_box input[type="radio"]+label {
	display: inline-block;
	position: relative;
	padding-left: 32px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #111
}

.radio_box input[type="radio"]+label:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("/res/images/radio_icon.png") no-repeat center;
	border-radius: 100%
}

.radio_box input[type="radio"]:checked+label:after {
	background: url("/res/images/radio_icon_on.png") no-repeat center
}

.radio_box input[type="radio"]:disabled+label {
	opacity: 0.4
}

.radio_box input[type="radio"]:disabled[disabled]+label {
	opacity: 0.4
}

.radio_box input[type="radio"]:checked:disabled[disabled]+label {
	opacity: 1;
}

/* 헬베티카 */
.helve {
	/* font-family: 'HelveticaNeue-Light'; */
}

/* 팝업 */
.layer_pop {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 560px;
	z-index: 12;
	background: #fff;
	border-radius: 10px;
}

.layer_pop .pop_tit {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	background: #000;
	padding: 30px 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.layer_pop .pop_con {
	padding: 50px 70px;
	height: 100%;
	max-height: 680px;
	background: #fff;
	overflow-y: auto;
	border-radius: 0 0 10px 10px;
}

.layer_pop .close_btn {
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 5px;
	width: 25px;
	height: 25px;
	background: url('/res/images/m_layer_pop_xbt.png') no-repeat center;
	background-size: 25px
}

.layer_pop.shop_pop .link_div:after {
	content: '';
	display: block;
	clear: both
}

.layer_pop.shop_pop .link_div a {
	float: left;
	width: 33.33%;
	text-align: center
}

.layer_pop.shop_pop .link_div a.mob {
	display: none
}

.layer_pop.shop_pop .link_div a:nth-child(3n+1) {
	clear: both
}

.layer_pop.shop_pop .link_div a:nth-child(n+4) {
	margin-top: 30px
}

.layer_pop.shop_pop .link_div a .img img {
	width: 115px
}

.layer_pop.shop_pop .link_div a .name {
	margin-top: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #999;
	letter-spacing: -0.8px
}

header {
	position: fixed;
	top: -152px;
	left: 0;
	width: 100%;
	height: 110px;
	min-width: 1360px;
	background-color: #fff;
	z-index: 2
}

header .inner {
	display: flex;
	align-items: center;
	width: calc(100% - 160px);
	min-width: 1280px;
	height: 100%;
}

header .logo {
	display: inline-block;
	width: 136px;
	height: 30px;
	background: url('/res/images/logo.svg') no-repeat 50% / cover;
}

header .utill {
	display: flex;
	align-items: center;
	margin-left: auto;
	height: 100%;
	float: right;
	position: relative;
	padding-right: 80px;
}

header .utill .link_area {}

header .utill .link_area:after {
	content: '';
	display: block;
	clear: both
}

header .utill .link_area .link {
	position: relative;
	display: flex;
  align-items: center;
	float: left;
	height: 100%;
	margin-left: 40px;
	font-size: 18px;
	color: #000
}

header .utill .link_area .link:first-child {
	margin-left: 0
}

header .utill .link_area .link>a {
	display: block;
	position: relative;
	height: 100%;
	line-height: 110px;
	padding: 3px 20px;
	color: #000;
	font-weight: 600;
}

header .utill .link_area .link>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.3s ease
}

header .utill .link_area .link .two_depth {
	display: none;
	position: absolute;
	top: 110px;
	left: 0;
	padding: 30px 20px 40px;
	width: 100%;
	/* height: 0; */
	text-align: center;
	background-color: #fff;
	/* overflow: hidden; */
	/* transition: height 0.3s linear */
}

header .utill .link_area .link .two_depth a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #555;
}

header .utill .link_area .link .two_depth a:hover {
	color: #000;
	text-decoration: underline;
}

header .utill .link_area .link .two_depth a+a {
	margin-top: 12px;
}

header .utill .link_area .link:hover>a:after {
	width: 100%;
}

header .utill:after {
	content: '';
	display: block;
	clear: both
}

header.up {
	top: 0;
	/*background:rgba(255, 255, 255, 0.4)*/
}

header.up.top {
	/* background: none */
}

.allmenu_btn {
	position: fixed;
	top: -152px;
	right: 0;
	width: 32px;
	height: 32px;
	padding: 7px 2px;
	z-index: 6
}

.allmenu_btn span {
	display: inline-block;
	position: absolute;
	left: 3px;
	width: calc(100% - 7px);
	height: 2px;
	background: #000;
	transition: all 0.4s
}

.allmenu_btn span:nth-child(1) {
	top: 7px;
}

.allmenu_btn span:nth-child(2) {
	top: 15px;
	transition: none;
}

.allmenu_btn span:nth-child(3) {
	bottom: 7px;
}

.allmenu_btn.on {
	/* width: 18px; */
}

.allmenu_btn.on span:nth-child(1) {
	transform: translateY(30px) rotate(-315deg);
	-webkit-transform: translateY(30px) rotate(-315deg);
	top: -15px;
}

.allmenu_btn.on span:nth-child(2) {
	opacity: 0;
}

.allmenu_btn.on span:nth-child(3) {
	transform: translateY(-30px) rotate(315deg);
	-webkit-transform: translateY(-30px) rotate(315deg);
	bottom: -15px;
}

.allmenu_btn.up {
	top: 39px;
	padding: 7px;
}

#wrap.main header.up {
	/* background: none */
}

#wrap.blk header .logo {
	background: url('/res/images/logo.svg') no-repeat
}

#wrap.blk header .utill .link_area a {
	color: #000
}

#wrap.blk .allmenu_btn span {
	background: #000
}

#wrap.blk header .utill .link_area .link>a {
	color: #000
}

#wrap.blk header .utill .link_area .link .two_depth a {
	color: #000
}

#wrap.blk header .utill .link_area .link>a:after {
	background: #000
}

.allmenu_pop {
	position: fixed;
	top: 0;
	right: -100%;
	width: 640px;
	height: 100vh;
	z-index: 5;
	background: #fff;
	/* overflow-y: auto; */
	overflow-y: hidden;
	max-width: 100%
}

.allmenu_pop nav {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 110px 80px 63px;
	width: 100%;
	height: 100%;
	overflow-y: hidden;
	/* min-height: 920px; */
	/* min-width: 946px; */
}

.allmenu_pop nav:after {
	/* content: ''; */
	display: block;
	clear: both
}

.allmenu_pop nav .menu+.menu {
	margin-top: 50px;
}

.allmenu_pop nav .menu .one_depth {
	margin-top: 36px;
	font-weight: 600;
	font-size: 18px;
	color: #aaa;
	position: relative;
	line-height: 26px;
	/* right: -100px;
	opacity: 0 */
}

.allmenu_pop nav .menu .one_depth:first-child {
	margin-top: 0
}

.allmenu_pop nav .menu .two_depth {
	margin-top: 16px;
}

.allmenu_pop nav .menu .two_depth p {
	position: relative;
	margin: 8px 0 0 12px;
	/* right: -100px;
	opacity: 0 */
}

.allmenu_pop nav .menu .two_depth p:first-child {
	margin-top: 0
}

.allmenu_pop nav .menu .two_depth p a {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 28px;
	color: #000;
	line-height: 36px;
}

.allmenu_pop nav .menu .two_depth p a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.6s ease
}

.allmenu_pop nav .menu .two_depth p a:hover:after {
	width: 100%
}

.allmenu_pop nav .side_btm {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
}

.allmenu_pop nav .lang_div {
	display: flex;
	align-items: center;
}

.allmenu_pop nav .lang_div a {
	position: relative;
	/* padding: 10px 0; */
	margin-left: 21px;
	float: left;
	font-size: 18px;
	color: #aaa;
	font-weight: 600;
}

.allmenu_pop nav .lang_div a:first-child {
	margin-left: 0
}

.allmenu_pop nav .lang_div a:before {
	content: '';
	position: absolute;
	top: 3px;
	left: -10.5px;
	width: 1px;
	height: 12px;
	background: #ddd;
}

.allmenu_pop nav .lang_div a:first-child:before {
	display: none
}

.allmenu_pop nav .lang_div a.on {
	/* font-weight: 600; */
	color: #222;
}

.allmenu_pop nav .lang_div a.on:after {
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000
}

.allmenu_pop nav .contact_div {
	width: 100%;
	margin-bottom: 37px;
}

.allmenu_pop nav .contact_div .tit {
	font-weight: 600;
	font-size: 18px;
	color: #aaa;
	line-height: 26px;
}

.allmenu_pop nav .contact_div .mail {
	/* margin-top: 30px; */
	margin-top: 4px;
}

.allmenu_pop nav .contact_div .mail a {
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	text-decoration: underline;
	/* padding-top: 4px; */
}

.allmenu_pop nav .sns_div {
	margin-left: auto;
}

.allmenu_pop nav .sns_div a {
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 16px
}

.allmenu_pop nav .sns_div a:first-child {
	margin-left: 0
}

.allmenu_pop nav .sns_div a img {
	width: 100%;
	height: 100%;
}


footer {
	position: relative;
	background: #111;
	padding: 70px 0 80px;
	height: 440px;
}

footer .footer_div {
	color: #ccc
}

footer .footer_div .foot_logo {
	display: inline-block
}

footer .footer_div .foot_logo img {
	width: 160px;
	height: 40px;
}

footer .footer_div .desc {
	margin-top: 40px;
}

footer .footer_div .desc ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px 0;
}

footer .footer_div .desc ul li {
	display: flex;
	flex-wrap: wrap;
}

footer .footer_div .desc ul li:first-child a {
	padding-left: 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.05px;
	text-decoration-line: underline;
	color: #EEE
}

footer .footer_div .desc ul li:last-child a {
	padding-left: 4px;
	color: inherit;
}

footer .footer_div .desc ul li p {
	display: flex;
	align-items: center;
}

footer .footer_div .desc ul li p+p:before {
	content: '';
	display: flex;
	width: 1px;
	height: 14px;
	margin: 0 16px;
	background-color: #444;
}

footer .footer_div .desc p {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px
}

/* footer .footer_div .desc p a {
	color: #fff
} */

footer .footer_div .desc .policy {
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
	color: #fff
}

footer .footer_div .copy {
	margin-top: 60px;
	color: #777;
	font-size: 16px;
	line-height: 24px
}

.main_div {
	width: 100%;
	overflow: hidden
}

/* .main_div .video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1920px
}

.main_div .video video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
} */

/* .main_div .sec1 .cont {
	position: relative;
	height: 100%
}

.main_div .sec1 .cont .tit {
	position: absolute;
	bottom: 180px;
	left: 0;
	font-family: 'HelveticaNeue-Light';
	font-size: 84px;
	line-height: 80px;
	color: #fff;
	opacity: 0;
	transition: bottom 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec1 .cont .tit p {
	margin-top: 10px
}

.main_div .sec1 .cont .tit p:first-child {
	margin-top: 0
}

.main_div .sec1 .cont .txt {
	position: absolute;
	bottom: 60px;
	left: 0;
	font-size: 20px;
	line-height: 36px;
	color: #fff;
	opacity: 0;
	transition: bottom 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

.main_div .sec1.active .cont .tit {
	bottom: 230px;
	opacity: 1
}

.main_div .sec1.active .cont .txt {
	bottom: 110px;
	opacity: 1
} */

/* .main_div .sec1{
	position: relative;
	z-index: -1;
} */

.main_div .sec1 .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(/res/images/main_top_bg.png) 50% 50% / cover;
}

.main_div .sec1 .cnt {
	position: relative;
	z-index: 1;
}

.main_div .sec1 .cnt>div {
	width:100%;
	height: 100vh;
	padding-top: 320px;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.main_div .sec1 .cnt .term p {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -0.2px;
	color: #111;
}

.main_div .sec1 .cnt img {
	padding-top: 30px;
}

.main_div .sec1 .cnt .desc p {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.2px;
	color: #111
}

.main_div .sec1 .cnt .more-btn {
	display: inline-block;
	margin-top: 20px;
	padding-right: 28px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: -0.2px;
	color: #111;
	background: url(/res/images/main_more_ico.svg) 100% 50% no-repeat;
}

/* .main_div .sec1.active .cnt>div.on {
	padding-top: 320px;
	opacity: 1;
} */

.main_div .sec1 .cnt>div .term, .main_div .sec1 .cnt>div .desc {
	padding-top: 100px;
	opacity: 0;
}

.main_div .sec1 .cnt>div .term {
	transition: padding-top 0.8s ease-out, opacity 0.8s ease-out;
}

.main_div .sec1 .cnt>div .desc {
	transition: padding-top 0.8s ease-out 0.6s, opacity 0.8s ease-out 0.6s;
}

.main_div .sec1.active .cnt>div.on .term, .main_div .sec1.active .cnt>div.on .desc {
	opacity: 1;
}

.main_div .sec1.active .cnt>div.on .term {
	padding-top: 0;
}

.main_div .sec1.active .cnt>div.on .desc {
	padding-top: 60px;
}

.main_div .sec2 .cont {
	position: relative;
	padding: 100px 0 205px
}

.main_div .sec2 .cont .top_wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.main_div .sec2 .cont .tit {
	position: relative;
	margin-top: 30px;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #fff;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec2 .cont .sub_tit {
	position: relative;
	margin-top: 65px;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	text-align: right
}

.main_div .sec2 .cont .sub_tit p {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

.main_div .sec2 .cont .sub_tit p:last-child {
	transition: top 0.8s ease-out 0.35s, opacity 0.8s ease-out 0.35s
}

.main_div .sec2 .cont .txt {
	margin-top: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: right;
}

.main_div .sec2 .cont .txt p {
	position: relative;
	top: 50px;
	opacity: 0;
}

.main_div .sec2 .cont .txt p:nth-child(1) {
	transition: top 0.8s ease-out 0.55s, opacity 0.8s ease-out 0.55s
}

.main_div .sec2 .cont .txt p:nth-child(2) {
	transition: top 0.8s ease-out 0.7s, opacity 0.8s ease-out 0.7s
}

.main_div .sec2 .cont .txt p:nth-child(3) {
	transition: top 0.8s ease-out 0.85s, opacity 0.8s ease-out 0.85s
}

.main_div .sec2 .cont .txt p:nth-child(4) {
	transition: top 0.8s ease-out 1s, opacity 0.8s ease-out 1s
}

.main_div .sec2 .cont .btn_more {
	position: absolute;
	bottom: 100px;
	right: 0;
	color: #fff;
	line-height: 50px;
	opacity: 0;
	transition: opacity 0.8s ease-out 1.4s
}

.main_div .sec2 .cont .btn_more:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%
}

.main_div .sec2 .cont .btn_more:after {
	content: '';
	position: relative;
	top: 21px;
	margin-left: 10px;
	width: 62px;
	height: 8px;
	background: url('/res/images/main_btn_more_arrow.png') no-repeat;
	float: right
}

.main_div .sec2.active .cont .tit {
	top: 0;
	opacity: 1
}

.main_div .sec2.active .cont .sub_tit p {
	top: 0;
	opacity: 1
}

.main_div .sec2.active .cont .txt p {
	top: 0;
	opacity: 1
}

.main_div .sec2.active .cont .btn_more {
	opacity: 1
}


.main_div .sec3 {
	position: relative;
}

.main_div .sec3 .cont {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 2
}

.main_div .sec3 .swiper-container .swiper-slide {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.main_div .sec3 .swiper-container .swiper-slide>img {
	width: 100%;
	height: auto;
	height: 100%;
	object-fit: cover;
}

.main_div .sec3 .swiper-container .swiper-slide .inner {
	padding-top: 200px
}

.main_div .sec3 .swiper-container .swiper-slide .inner .tit {
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0s ease-out, opacity 0s ease-out
}

.main_div .sec3 .swiper-container .swiper-slide .inner .txt {
	display: inline-block;
	margin-top: 180px;
}

.main_div .sec3 .swiper-container .swiper-slide .inner .txt .cate_div {
	display: inline-block;
	padding-right: 44px;
	font-weight: 700;
	font-size: 32px;
	color: #111;
	background: url('/res/images/arrow_icon_blk.png') no-repeat right center;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0s ease-out, opacity 0s ease-out
}

.main_div .sec3 .swiper-container .swiper-slide .inner .desc {
	position: relative;
	display: block;
	margin-top: 40px;
	font-size: 20px;
	line-height: 30px;
	color: #111;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0s ease-out, opacity 0s ease-out
}

.main_div .sec3 .swiper-container .swiper-scrollbar {
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 560px;
	height: 1px;
	background: #fff;
	border-radius: 0
}

.main_div .sec3 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	top: -1.5px;
	height: 3px;
	background: #e1e1e1;
	border-radius: 0
}

.main_div .sec3.active .swiper-container .swiper-slide-active img {
	/* transform: perspective(500px) scale(1.03) rotate(.001deg);
	-webkit-transform: perspective(500px) scale(1.03) rotate(.001deg); */
	transition: all 3s ease-in-out;
}

.main_div .sec3.active .swiper-container .swiper-slide-active .inner .tit {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec3.active .swiper-container .swiper-slide-active .inner .cate_div {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s
}

.main_div .sec3.active .swiper-container .swiper-slide-active .inner .desc {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

.main_div .sec4 {
	position: relative;	
	padding-top: 200px;
	background-color: #fff;
	z-index: 1;
}

.main_div .sec4 .pd_tabs {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec4 .pd_tabs:after {
	content: '';
	display: block;
	clear: both
}

.main_div .sec4 .pd_tabs a {
	position: relative;
	float: left;
	margin-left: 18px;
	padding-bottom: 14px;
	font-weight: 700;
	font-size: 24px;
	line-height: 20px;
	color: #999
}

.main_div .sec4 .pd_tabs a:first-child {
	margin-left: 0
}

.main_div .sec4 .pd_tabs a.on {
	color: #000
}

.main_div .sec4 .pd_tabs a.on:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #000
}

.main_div .sec4 .tab_content {
	position: relative;
	margin-top: 30px;
	padding-bottom: 200px
}

.main_div .sec4 .tab_content .tab_pane {
	display: none
}

.main_div .sec4 .tab_content .tab_pane.on {
	display: block
}

.main_div .sec4 .btn_more {
	position: absolute;
	top: 66px;
	right: 0;
	color: #b6b6b6;
	line-height: 50px;
	opacity: 0;
	transition: opacity 0.8s ease-out 0.8s;
	z-index: 1
}

.main_div .sec4 .btn_more:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: #f1f1f1;
	border-radius: 100%
}

.main_div .sec4 .btn_more:after {
	content: '';
	position: relative;
	top: 21px;
	margin-left: 10px;
	width: 62px;
	height: 8px;
	background: url('/res/images/main_btn_more_gry_arrow.png') no-repeat;
	float: right
}

.main_div .sec4 .tab_content .tab_pane .tit {
	margin-bottom: 120px;
	margin-left: -5px;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #000;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

.main_div .sec4 .swiper-container {
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out 0.5s, opacity 0.8s ease-out 0.5s
}

.main_div .sec4 .swiper-container .swiper-wrapper {
	height: auto
}

.main_div .sec4 .swiper-container .swiper-slide {
	width: 410px;
	height: 660px;
	margin-right: 25px;
	margin-bottom: 60px;
}

.main_div .sec4 .swiper-container .swiper-slide .pd_img {
	display: flex;
	align-items: center;
	height: 410px;
	background: #f2f2f2;
	border-radius: 5px
}

.main_div .sec4 .swiper-container .swiper-slide .pd_img img {
	width: 100%;
	transition: all 1.2s ease
}

.main_div .sec4 .swiper-container .swiper-slide .desc {
	margin-top: 30px
}

.main_div .sec4 .swiper-container .swiper-slide .desc .cate {
	font-weight: 500;
	font-size: 20px;
	color: #fe637c
}

.main_div .sec4 .swiper-container .swiper-slide .desc .sub_tit {
	margin-top: 22px;
	font-weight: 500;
	font-size: 32px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: inherit;
	max-height: 64px;
	min-height: 32px;
	overflow: hidden;
}

.main_div .sec4 .swiper-container .swiper-slide .desc .txt {
	margin-top: 15px;
	font-size: 18px;
	line-height: 32px;
	color: #999
}

.main_div .sec4 .swiper-container .swiper-slide:hover .pd_img img {
	transform: perspective(500px) scale(1.03) rotate(.001deg);
	-webkit-transform: perspective(500px) scale(1.03) rotate(.001deg);
}

.main_div .sec4 .swiper-container .swiper-scrollbar {
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 560px;
	height: 1px;
	background: #f1f1f1;
	border-radius: 0
}

.main_div .sec4 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: #e1e1e1;
	border-radius: 0
}

.main_div .sec4.active .pd_tabs {
	top: 0;
	opacity: 1
}

.main_div .sec4.active .tab_content .tab_pane.on .tit {
	top: 0;
	opacity: 1
}

.main_div .sec4.active .swiper-container {
	top: 0;
	opacity: 1
}

.main_div .sec4.active .btn_more {
	opacity: 1
}

.main_div .sec5 {
	position: relative;	
	background: #000;
	padding: 200px 0;
	z-index: 1;
}

.main_div .sec5 .tit {
	position: relative;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #fff;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease
}

.main_div .sec5 .btn_more {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	line-height: 50px;
	opacity: 0;
	transition: opacity 0.8s ease-out 0.4s
}

.main_div .sec5 .btn_more:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%
}

.main_div .sec5 .btn_more:after {
	content: '';
	position: relative;
	top: 21px;
	margin-left: 10px;
	width: 62px;
	height: 8px;
	background: url('/res/images/main_btn_more_arrow.png') no-repeat;
	float: right
}

.main_div .sec5 .vid_list {
	margin-top: 120px
}

.main_div .sec5 .vid_list:after {
	content: '';
	display: block;
	clear: both
}

.main_div .sec5 .vid_list .vid_box {
	position: relative;
	float: left;
	margin-right: 24px;
	width: 628px;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out 0.3s, opacity 0.8s ease 0.3s
}

.main_div .sec5 .vid_list .vid_box:last-child {
	margin-right: 0;
	transition: top 0.8s ease-out 0.55s, opacity 0.8s ease 0.55s
}

.main_div .sec5 .vid_list .vid_box .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.main_div .sec5 .vid_list .vid_box .thumb .name {
	position: absolute;
	bottom: 33px;
	left: 33px;
	font-size: 22px;
	color: #fff;
	z-index: 1
}

.main_div .sec5 .vid_list .vid_box .thumb .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.main_div .sec5 .vid_list .vid_box .thumb .img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 1px);
	z-index: 0;
	background: rgba(0, 0, 0, 0.3)
}

.main_div .sec5 .vid_list .vid_box .thumb .img img {
	width: 100%
}

.main_div .sec5 .vid_list .vid_box .thumb:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29px 0 0 -29px;
	width: 49px;
	height: 49px;
	background: url('/res/images/video_play.png') no-repeat;
	z-index: 1
}

.main_div .sec5 .vid_list .vid_box video {
	width: 100%;
	opacity: 0;
	transition: opacity 0.4s ease
}

.main_div .sec5 .vid_list .vid_box video:focus {
	outline: 0
}

.main_div .sec5 .vid_list .vid_box.on video {
	opacity: 1
}

.main_div .sec5.active .tit {
	top: 0;
	opacity: 1
}

.main_div .sec5.active .vid_box {
	top: 0;
	opacity: 1;
}

.main_div .sec5.active .btn_more {
	opacity: 1
}

.main_div .sec6 {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.main_div .sec6 .cont {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	z-index: 2
}

.main_div .sec6 .cont .tit {
	position: relative;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #fff;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec6 .cont .btn_more {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	line-height: 50px;
	opacity: 0;
	transition: opacity 0.8s ease-out 0.4s
}

.main_div .sec6 .cont .btn_more:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%
}

.main_div .sec6 .cont .btn_more:after {
	content: '';
	position: relative;
	top: 21px;
	margin-left: 10px;
	width: 62px;
	height: 8px;
	background: url('/res/images/main_btn_more_arrow.png') no-repeat;
	float: right
}

.main_div .sec6 .swiper-container .swiper-slide {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.main_div .sec6 .swiper-container .swiper-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.25) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.25) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#40000000', GradientType=0);
}

.main_div .sec6 .swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}

.main_div .sec6 .swiper-container .swiper-slide .desc {
	position: absolute;
	bottom: 128px;
	left: 50%;
	transform: translateX(-50%);
	padding-right: 480px;
	width: 1280px;
	z-index: 1
}

.main_div .sec6 .swiper-container .swiper-slide .desc .txt {
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0s ease-out, opacity 0s ease-out
}

.main_div .sec6 .swiper-container .swiper-slide .desc .txt span {
	display: inline;
	padding-right: 46px;
	background: url('/res/images/arrow_icon_wht.png') no-repeat right center
}

.main_div .sec6 .swiper-container .swiper-slide .desc .date {
	margin-top: 32px;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 0s ease-out, opacity 0s ease-out
}

.main_div .sec6 .swiper-container .swiper-scrollbar {
	bottom: 74px;
	left: 50%;
	transform: translateX(-50%);
	width: 560px;
	height: 1px;
	background: #f1f1f1;
	border-radius: 0;
}

.main_div .sec6 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	top: -1px;
	height: 3px;
	background: #e1e1e1;
	border-radius: 0
}

.main_div .sec6.active .cont .tit {
	top: 0;
	opacity: 1
}

.main_div .sec6.active .cont .btn_more {
	opacity: 1
}

.main_div .sec6.active .swiper-container .swiper-slide-active img {
	transform: perspective(500px) scale(1.03) rotate(.001deg);
	-webkit-transform: perspective(500px) scale(1.03) rotate(.001deg);
	transition: all 3s ease-in-out;
}

.main_div .sec6.active .swiper-container .swiper-slide-active .desc .txt {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.1s, opacity 0.8s ease-out 0.1s
}

.main_div .sec6.active .swiper-container .swiper-slide-active .desc .date {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s
}


.main_div .sec7 {
	padding: 200px 0
}

.main_div .sec7 .tit {
	position: relative;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 84px;
	color: #000;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.main_div .sec7 .swiper-container {
	margin-top: 130px;
	padding-bottom: 102px;
	top: 50px;
	opacity: 0;
	transition: top 0.8s ease-out 0.3s, opacity 0.8s ease-out 0.3s
}

.main_div .sec7 .swiper-wrapper {
	height: auto
}

.main_div .sec7 .swiper-slide {
	height: auto;
	overflow: hidden;
	border-radius: 10px
}

.main_div .sec7 .swiper-slide-active {
	overflow: hidden;
}

.main_div .sec7 .swiper-slide-active img {
	transition: all 1.2s ease
}

.main_div .sec7 .swiper-slide-active:hover img {
	transform: perspective(500px) scale(1.03) rotate(.001deg);
	-webkit-transform: perspective(500px) scale(1.03) rotate(.001deg);
}

.main_div .sec7 .swiper-container .swiper-scrollbar {
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 560px;
	height: 2px;
	background: #f1f1f1;
	border-radius: 0
}

.main_div .sec7 .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
	top: -1px;
	height: 3px;
	background: #e1e1e1;
	border-radius: 0
}

.main_div .sec7.active .tit {
	top: 0;
	opacity: 1
}

.main_div .sec7.active .swiper-container {
	top: 0;
	opacity: 1
}

/* ie */
@media all and (-ms-high-contrast:none) {
	.main_div .sec7 .swiper-slide-active:hover img {
		transform: none;
		-webkit-transform: none
	}
}

.main_div .btn_more {
	font-weight: 700;
	font-size: 18px;
}

.main_div .btn_more {
	animation-duration: 1s;
	animation-name: moreBtn;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes moreBtn {
	from {
		padding-right: 22px;
	}

	to {
		padding-right: 37px;
	}
}


.sub_content {
	position: relative
}

.sub_content .menu_tit {
	padding: 292px 0 120px;
	color: #fff
}

.sub_content .menu_tit .tit {
	position: relative;
	top: 40px;
	color: #000;
	font-weight: 700;
	font-size: 64px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.sub_content .menu_tit .tit.helve {
	font-weight: 400
}

.sub_content .menu_tit .txt {
	position: relative;
	top: 40px;
	color: #111;
	margin-top: 30px;
	font-size: 20px;
	line-height: 30px;
	opacity: 0;
	transition: top 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

#wrap.blk .sub_content .menu_tit {
	color: #000
}

.sub_content .menu_tit.active .tit {
	top: 0;
	opacity: 1
}

.sub_content .menu_tit.active .txt {
	top: 0;
	opacity: 1
}


/* 브랜드 아이덴티티 */
.identity_div {
	padding: 20px 0 270px
}

.identity_div .menu_tit .tit {
	text-align: center;
}

.identity_div .image_div {
	display: table;
	position: relative;
	float: left;
	width: 640px;
	height: 385px;
	border-radius: 10px;
	overflow: hidden
}

.identity_div .image_div .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/res/images/identity_img.jpg") no-repeat center;
	background-size: 100% auto;
	overflow: hidden;
	transition: background 2s ease
}

.identity_div .image_div .logo {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.8s ease 0.5s
}

.identity_div .txt_div {
	float: left;
	padding-left: 80px;
	margin-top: -7px;
	width: 640px
}

.identity_div .txt_div .txt {
	position: relative;
	top: 20px;
	margin-top: 35px;
	font-size: 22px;
	line-height: 36px;
	color: #999;
	opacity: 0;
	transition: top 0.8s ease-out 1.4s, opacity 0.8s ease-out 1.4s
}

.identity_div .txt_div .txt:first-child {
	margin-top: 0;
	transition: top 0.8s ease-out 1s, opacity 0.8s ease-out 1.2s
}

.identity_div .download {
	display: block;
	position: relative;
	top: 20px;
	margin-top: 60px;
	width: 330px;
	height: 80px;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: top 0.8s ease-out 1.6s, opacity 0.8s ease-out 1.6s
}

.identity_div .download span {
	display: inline-block;
	padding-right: 45px;
	font-weight: 500;
	font-size: 22px;
	line-height: 80px;
	color: #fff;
	background: url('/res/images/download.png') no-repeat right 1px center
}

.identity_div.active .image_div .img {
	background-size: 120% auto
}

.identity_div.active .image_div .logo {
	opacity: 1
}

.identity_div.active .txt_div .txt {
	top: 0;
	opacity: 1
}

.identity_div.active .download {
	top: 0;
	opacity: 1
}

.identity_div .img-wrap {
	width: 800px;
	margin: 0 auto;
}

.identity_div .img-wrap img {
	width: 100%;
}

.identity_div .img-wrap img+img {
	margin-top: 150px;
}

/* 카테고리 */
.category_div {
	position: relative;
	padding-bottom: 250px
}

.category_div.skinhealth {
	background: url('/res/images/category_bg1.jpg') no-repeat center top #f8bac9
}

.category_div.diet {
	background: url('/res/images/category_bg2.jpg') no-repeat center top #b76e00
}

.category_div.probiotics {
	background: url('/res/images/category_bg3.jpg') no-repeat center top #eaa3ac
}

.category_div.trend {
	background: url('/res/images/category_bg4.jpg') no-repeat center top #628924
}

.category_div.gummy {
	background: url('/res/images/category_bg5.jpg') no-repeat center top #feacc7
}

.category_div.basic {
	background-color: rgb(255 213 126 / 60%)
}

.category_div.signature {
	background-color: #EDE9E3;
}

.category_div.worldwide {
	background-color: rgb(244 194 203 / 70%);
}

.new_div {
	position: relative;
	padding-bottom: 250px;
	background-color: rgb(255 213 126 / 60%);
	/* background: url('/res/images/new_bg.jpg') no-repeat center top #cfcfcf */
}

.best_div {
	position: relative;
	padding-bottom: 250px;
	background-color: rgb(255 213 126 / 60%);
	/* background: url('/res/images/best_bg.jpg') no-repeat center top #cfcfcf */
}


/* 제품 리스트 공통 */
.view_select {
	position: absolute;
	top: -65px;
	right: 0
}

.view_select:after {
	content: '';
	display: block;
	clear: both
}

.view_select a {
	position: relative;
	float: left;
	line-height: 28px;
	margin-left: 20px;
	font-size: 20px;
	color: #222;
}

.view_select a:first-child {
	margin-left: 0
}

.view_select a.on {
	font-weight: 700;
	color: #222
}

.view_select a.on:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222
}

.product_list {
	margin: 0 auto;
	padding: 80px 24px 65px;
	background: #fff;
	border-radius: 5px
}

.product_list:after {
	content: '';
	display: block;
	clear: both
}

.product_list .list {
	float: left;
	margin-left: 16px;
	width: 400px;
	text-align: center
}

.product_list .list:nth-child(3n+1) {
	margin-left: 0;
	clear: both
}

.product_list .list:nth-child(n+4) {
	margin-top: 60px
}

.product_list .list .tit {
	text-align: left;
	position: relative;
	top: 40px;
	padding: 0 5px;
	font-weight: 500;
	font-size: 32px;
	width: 340px;
	margin: 20px auto 0 auto;
	line-height: 38px;
	color: #000;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.product_list .list .txt {
	text-align: left;
	position: relative;
	top: 40px;
	padding: 0 5px;
	height: 90px;
	font-size: 18px;
	width: 340px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 30px;
	color: #999;
	opacity: 0;
	transition: top 0.8s ease-out 0s, opacity 0.8s ease-out 0s
}

.product_list .list .product {
	position: relative;
	top: 40px;
	opacity: 0;
	transition: top 0.8s ease-out 0s, opacity 0.8s ease-out 0s
}

.product_list .list .product img {
	width: 100%;
	height: 400px;
	transition: transform 1.2s ease
}

.product_list .list:hover .product img {
	transform: scale(1.04)
}

.product_list .list.active .product {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.product_list .list.active .tit {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.2s, opacity 0.8s ease-out 0.2s
}

.product_list .list.active .txt {
	top: 0;
	opacity: 1;
	transition: top 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s
}


/* 뉴스 */
.news_div {
	padding-bottom: 170px
}

.news_div .list_div {}

.news_div .list_div:after {
	content: '';
	display: block;
	clear: both
}

.news_div .list_div .list {
	position: relative;
	top: 60px;
	float: left;
	margin-left: 40px;
	width: 620px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.news_div .list_div .list:nth-child(2n+1) {
	margin-left: 0;
	clear: both
}

.news_div .list_div .list:nth-child(n+3) {
	margin-top: 120px
}

.news_div .list_div .list .thumb {
	margin-bottom: 33px;
	overflow: hidden;
	border-radius: 10px
}

.news_div .list_div .list .thumb img {
	width: 100%;
	transition: transform 1.2s ease
}

.news_div .list_div .list .title {
	display: inline;
	padding-right: 52px;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	color: #000;
	background: url('/res/images/m_news_title_icon.png') no-repeat right 1px top 50%
}

.news_div .list_div .list .date {
	margin-top: 38px;
	font-size: 20px;
	color: #000
}

.news_div .list_div .list:hover .thumb img {
	transform: scale(1.03)
}

.news_div .view_div {
	padding-top: 292px
}

.news_div .view_div .thumb {
	overflow: hidden;
	border-radius: 5px
}

.news_div .view_div .thumb img {
	width: 100%;
	transition: transform 1.6s ease
}

.news_div .view_div .txt_area {
	margin-top: 33px;
	height: 105px;
}

.news_div .view_div .txt_area .title {
	position: relative;
	top: 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 46px;
	color: #000;
	opacity: 0;
	transition: top 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s
}

.news_div .view_div .txt_area .date {
	position: relative;
	top: 40px;
	margin-top: 20px;
	font-size: 20px;
	color: #000;
	opacity: 0;
	transition: top 0.8s ease-out 0.55s, opacity 0.8s ease-out 0.55s
}

.news_div .view_div .cont {
	position: relative;
	top: 40px;
	margin-top: 60px;
	font-size: 22px;
	line-height: 32px;
	color: #999;
	opacity: 0;
	transition: top 0.8s ease-out 0.7s, opacity 0.8s ease-out 0.7s
}

.news_div .view_div .list_btn {
	display: block;
	margin: 75px auto 0;
	width: 150px;
	height: 80px;
	font-weight: 500;
	font-size: 22px;
	line-height: 80px;
	color: #fff;
	text-align: center;
	background: #000
}

.news_div .view_div.active .thumb img {
	transform: scale(1.04)
}

.news_div .view_div.active .txt_area .title {
	top: 0;
	opacity: 1
}

.news_div .view_div.active .txt_area .date {
	top: 0;
	opacity: 1
}

.news_div .view_div.active .cont {
	top: 0;
	opacity: 1
}

/* TVCF */
.tvcf_div {
	padding-bottom: 170px
}

.tvcf_div .list_div:after {
	content: '';
	display: block;
	clear: both
}

.tvcf_div .list_div .list {
	position: relative;
	top: 60px;
	float: left;
	margin-left: 40px;
	width: 620px;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.tvcf_div .list_div .list:nth-child(2n+1) {
	margin-left: 0;
	clear: both
}

.tvcf_div .list_div .list:nth-child(n+3) {
	margin-top: 120px
}

.tvcf_div .list_div .list .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.tvcf_div .list_div .list .thumb .name {
	position: absolute;
	bottom: 33px;
	left: 33px;
	font-size: 22px;
	color: #fff;
	z-index: 1
}

.tvcf_div .list_div .list .thumb .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.tvcf_div .list_div .list .thumb .img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.3)
}

.tvcf_div .list_div .list .thumb .img img {
	width: 100%
}

.tvcf_div .list_div .list .thumb:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -29px 0 0 -29px;
	width: 49px;
	height: 49px;
	background: url('/res/images/video_play.png') no-repeat;
	z-index: 1
}

.tvcf_div .list_div .list .video video {
	width: 100%;
	opacity: 0;
	transition: opacity 0.4s ease
}

.tvcf_div .list_div .list .video video:focus {
	outline: 0
}

.tvcf_div .list_div .list.on video {
	opacity: 1
}


/* 페이징 */
.paging {
	margin: 110px auto 0;
	text-align: center;
}

.paging a {
	display: inline-block;
	margin: 0 1px;
	width: 50px;
	height: 50px;
	font-size: 28px;
	line-height: 50px;
	color: #999;
	text-align: center;
	vertical-align: middle
}

.paging a.on {
	font-weight: 700;
	color: #000
}

.paging .prev {
	background: url("/res/images/paging_prev.png") no-repeat center
}

.paging .next {
	background: url("/res/images/paging_next.png") no-repeat center
}



.dimd_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 3
}


/* 브랜드 스토리 */
.brand_div {
	position: relative;
	width: 100%;
	/* max-width: 1920px;
	margin: 0 auto; */
}

.brand_div .section1 {
	height: 1000px;
	padding-top: 110px;
	text-align: center;
	background: url('/res/images/brand_sec1_img.png') no-repeat 50% / cover;
}

.brand_div .section1 .txt,
.brand_div .section1 .tit {
	position: relative;
	opacity: 0;
	z-index: 1;
}

.brand_div .section1.active .txt,
.brand_div .section1.active .tit {
	opacity: 1;
}

.brand_div .section1.active .txt {
	padding-top: 120px;
}

.brand_div .section1 .txt {
	padding-top: 240px;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: #111;
	transition: padding-top 0.8s ease-out, opacity 0.8s ease-out
}

.brand_div .section1 .tit {
	margin-top: 30px;
	transition: opacity 0.8s ease-out 0.15s
}

.brand_div .section1+.inner {
	margin: 160px auto 200px;
}

.brand_div .img-wrap img {
	width: 100%;
}


/* .brand_div .section1 {
	position: relative;
	text-align: center;
}

.brand_div .section1 .img img {
	width: 100%
}

.brand_div .section1 .tit {
	position: absolute;
	left: 0;
	top: 270px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	opacity: 0;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.brand_div .section1 .txt {
	position: absolute;
	left: 0;
	top: 330px;
	width: 100%;
	font-family: 'HelveticaNeue-Light';
	font-size: 74px;
	color: #fff;
	opacity: 0;
	transition: top 0.8s ease-out 0.15s, opacity 0.8s ease-out 0.15s
} */

.brand_div .section2 {
	position: relative;
	padding: 165px 0;
	text-align: center;
}

.brand_div .section2 .tit {
	position: relative;
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	color: #000;
	opacity: 0;
	top: 20px;
	transition: top 0.8s ease-out, opacity 0.8s ease-out
}

.brand_div .section2 .tit:after {
	content: '';
	position: absolute;
	top: 168px;
	left: 50%;
	width: 1px;
	height: 0px;
	background: #000;
	transition: height 0.7s ease 0.4s
}

.brand_div .section2 .txt {
	position: relative;
	margin-top: 90px;
	font-size: 22px;
	line-height: 36px;
	color: #999;
	opacity: 0;
	top: 20px;
	transition: top 0.8s ease-out 1s, opacity 0.8s ease-out 1s
}

.brand_div .section3.motion_div .tit1 {
	right: 55px;
	left: auto
}

.brand_div .section3.motion_div {
	position: relative;
	padding-bottom: 170px;
	padding-right: 50px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right
}

.brand_div .section3.motion_div .img {
	position: relative;
	overflow: hidden;
	margin-right: 100px;
	margin-bottom: 60px;
}

.brand_div .section3.motion_div .img img {
	width: 100%;
	max-width: 460px;
	float: right;
	transform: scale(1);
	top: 20px;
	opacity: 0;
	transition: all 1s ease;
}

.brand_div .section3.motion_div .img img:after {
	content: '';
	display: block;
	clear: both;
}

.brand_div .motion_div .tit1 {
	position: absolute;
	top: 225px;
	/* font-family: 'HelveticaNeue-Light'; */
	font-size: 76px;
	line-height: 78px;
	color: #000;
	font-weight: 300;
	opacity: 0;
	transition: opacity 1s ease
}

.brand_div .motion_div .tit2 {
	position: relative;
	top: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 46px;
	color: #000;
	margin-bottom: 60px;
	opacity: 0;
	transition: top 0.8s ease-out 0.4s, opacity 0.8s ease-out 0.4s
}

.brand_div .motion_div .tit2 span {
	position: relative
}

.brand_div .motion_div .tit2 span:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width 0.8s ease 0.8s
}

.brand_div .motion_div .list {
	position: relative;
}

.brand_div .motion_div .list .motion {}

.brand_div .motion_div .list p {
	position: relative;
	height: 50px;
	font-size: 32px;
	line-height: 50px;
	overflow: hidden
}

.brand_div .motion_div .list p span {
	position: absolute;
	top: 20px;
	right: 0;
	left: auto;
	opacity: 0
}

.brand_div .motion_div .list .motion p:nth-child(1) span {
	transition: top 0.8s ease-out 0.7s, opacity 0.8s ease-out 0.7s
}

.brand_div .motion_div .list .motion p:nth-child(2) span {
	transition: top 0.8s ease-out 0.9s, opacity 0.8s ease-out 0.9s
}

.brand_div .motion_div .list .motion p:nth-child(3) span {
	transition: top 0.8s ease-out 1.1s, opacity 0.8s ease-out 1.1s
}

.brand_div .motion_div .list .motion p:nth-child(4) span {
	transition: top 0.8s ease-out 1.3s, opacity 0.8s ease-out 1.3s
}

.brand_div .motion_div .list .motion p:nth-child(5) span {
	transition: top 0.8s ease-out 1.5s, opacity 0.8s ease-out 1.5s
}

.brand_div .motion_div .list .motion p:nth-child(6) span {
	transition: top 0.8s ease-out 1.7s, opacity 0.8s ease-out 1.7s
}

.brand_div .motion_div .list .motion p:nth-child(7) span {
	transition: top 0.8s ease-out 1.9s, opacity 0.8s ease-out 1.9s
}

.brand_div .motion_div .list .motion p:nth-child(8) span {
	transition: top 0.8s ease-out 2.1s, opacity 0.8s ease-out 2.1s
}

.brand_div .motion_div .list .motion p:nth-child(9) span {
	transition: top 0.8s ease-out 2.3s, opacity 0.8s ease-out 2.3s
}

.brand_div .section4.motion_div {
	position: relative;
	padding-bottom: 170px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
	padding-left: 50px;
}

.brand_div .section4.motion_div .img {
	position: relative;
	overflow: hidden;
	margin-left: 100px;
	margin-bottom: 60px;
}

.brand_div .section4.motion_div .img img {
	width: 100%;
	max-width: 460px;
	float: left;
	transform: scale(1);
	top: 20px;
	opacity: 0;
	transition: all 1s ease;
}

.brand_div .section4.motion_div .img img:after {
	content: '';
	display: block;
	clear: both;
}

.brand_div .section4.motion_div .tit1 {
	left: 55px;
	right: auto
}

.brand_div .section4.motion_div .list p span {
	position: absolute;
	top: 20px;
	right: auto;
	left: 0;
	opacity: 0
}

.brand_div .section5.motion_div {
	position: relative;
	padding-bottom: 170px;
	max-width: 1280px;
	margin: 0 auto;
	text-align: right;
	padding-right: 50px;
}

.brand_div .section5.motion_div .img {
	position: relative;
	overflow: hidden;
	margin-right: 100px;
	margin-bottom: 60px;
}

.brand_div .section5.motion_div .img img {
	width: 100%;
	max-width: 460px;
	float: right;
	transform: scale(1);
	top: 20px;
	opacity: 0;
	transition: all 1s ease;
}

.brand_div .section5.motion_div .img img:after {
	content: '';
	display: block;
	clear: both;
}

.brand_div .section5.motion_div .tit1 {
	right: 55px;
	left: auto
}

.brand_div .section5.motion_div .list p span {
	right: 0;
	left: auto
}

.brand_div .section6 {
	padding: 50px 0;
	background: #000;
	text-align: center
}

.brand_div .section6 .logo {
	display: block;
}

.brand_div .section6 .logo img {
	width: 138px
}

.brand_div .section6 .txt {
	display: inline-block;
	margin-top: 25px;
	font-size: 20px;
	color: #fff
}

/*  브랜드 active */
/* .brand_div .section1.active .tit {
	top: 230px;
	opacity: 1
}

.brand_div .section1.active .txt {
	top: 290px;
	opacity: 1
} */

.brand_div .section2.active .tit {
	top: 0;
	opacity: 1
}

.brand_div .section2.active .tit:after {
	height: 30px
}

.brand_div .section2.active .txt {
	top: 0;
	opacity: 1
}

.brand_div .motion_div.active .list p span {
	top: 0;
	opacity: 1
}

.brand_div .motion_div.active .img img {
	transform: scale(1.03);
	opacity: 1;
	top: 0;
}

.brand_div .motion_div.active .tit1 {
	opacity: 1
}

.brand_div .motion_div.active .tit2 {
	top: 0;
	opacity: 1
}

.brand_div .motion_div.active .tit2 span:after {
	width: 100%
}

.brand_div .motion_div.active .list .motion p span {
	top: 0;
	opacity: 1
}


/* 상품 상세페이지 */
.product_div {
	position: relative;
	display: table;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.product_div .product,
.product_div .info {
	display: table-cell;
	width: 50%;
	padding: 170px 0;
	vertical-align: middle
}

.product_div .product {
	text-align: center;
}

.product_div .product .right {
	float: right;
	padding-right: 40px;
	width: 640px
}

.product_div .product .swiper-container {
	height: 670px;
}

.product_div .product .swiper-container .swiper-pagination {
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.product_div .product .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #e1e1e1;
}

.product_div .product .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #b6b6b6;
}

.product_div .product .swiper-wrapper {
	position: relative;
	height: 600px;
	top: 20px;
	opacity: 0;
	transition: top 0.8s ease-in-out, opacity 0.8s ease-in-out
}

.product_div .product .swiper-slide {
	height: 600px
}

.product_div .product .swiper-slide img {
	width: 600px;
}

.product_div .product .type {
	font-size: 20px;
	color: #fe637c;
	font-weight: 500;
	position: relative;
	top: 20px;
	opacity: 0;
	transition: top 0.8s ease-in-out 0.3s, opacity 0.8s ease-in-out 0.3s
}

.product_div .product .tit {
	font-size: 32px;
	color: #000;
	font-weight: 700;
	margin-top: 25px;
	position: relative;
	top: 20px;
	opacity: 0;
	transition: top 0.8s ease-in-out 0.6s, opacity 0.8s ease-in-out 0.6s
}

.product_div .product .txt {
	font-size: 20px;
	line-height: 32px;
	color: #999999;
	font-weight: 400;
	margin: 33px auto 0 auto;
	width: 385px;
	position: relative;
	top: 20px;
	opacity: 0;
	transition: top 0.8s ease-in-out 0.9s, opacity 0.8s ease-in-out 0.9s
}

.product_div .inner {
	width: 100%;
	height: 100%;
	max-width: 640px;
}

.product_div .info {
	background: #f1f1f1;
}

.product_div .info:after {
	content: '';
	display: block;
	clear: both;
}

.product_div .info .left {
	margin-left: 80px;
	width: 480px;
	border-top: 2px solid #000;
}

.product_div .info .list_div .list {
	position: relative;
	top: 40px;
	border-bottom: 1px solid #b1b1b1;
	padding: 30px 0;
	opacity: 0;
	transition: top 0.8s ease, opacity 0.8s ease;
}

.product_div .info .list:nth-child(2) {
	transition: top 0.8s ease 0.15s, opacity 0.8s ease 0.15s
}

.product_div .info .list:nth-child(3) {
	transition: top 0.8s ease 0.3s, opacity 0.8s ease 0.3s
}

.product_div .info .list_div .list:last-child {
	border-bottom: none;
}

.product_div .info .list_div .list .tit {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px;
}

.product_div .info .list_div .list ul li {
	font-size: 22px;
	color: #999;
	font-weight: 400;
	line-height: 40px;
}

.product_div .info .shop_btn {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	margin-top: 35px;
	padding: 15px 0;
	width: 480px;
	text-align: center;
	background: #000;
}

.product_div .info .shop_btn span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.product_div .info .shop_btn span:after {
	content: '';
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 32px;
	margin-left: 20px;
	vertical-align: middle;
	background: url("/res/images/d_arrow_icon_wht.png") right top no-repeat;
	background-size: 32px;
}

.product_div .product.active .swiper-wrapper,
.product_div .product.active div p,
.product_div .info.active .list {
	top: 0;
	opacity: 1
}