* {
	box-sizing: border-box;
	outline: 0 none;
}
html,
body {
	height: 100%;
	font-family: 'Noto Sans Korean', dotum, '돋움', sans-serif;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	background: #ffffff;
	/* -webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%; */
	/* cursor: none; */
}
body {
	min-width: 1100px;
	letter-spacing: -0.05em;
	height: 100%;
}
html.scroll-blocking {
	overflow: hidden;
}
html.windows.scroll-blocking
{
	margin-right: 17px;
}
b {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
}
figure {
	margin: 0;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
a, label {
	/* cursor: none; */
	font-family: 'Noto Sans Korean', dotum, '돋움', sans-serif;
}
button {
	font-family: 'Noto Sans Korean', dotum, '돋움', sans-serif;
	line-height: 1;
	/* cursor: none; */
}
select::-ms-expand {
	/* display: none; */
}

/* input component */
input[type="text"],
input[type="tel"] {
	font-family: 'Noto Sans Korean';
	font-weight: 500;
	font-size: 22px;
	letter-spacing: -0.05em;
	padding: 0 20px;
	background-color: #ffffff;
	box-sizing: border-box;
	/* cursor: none; */
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
		appearance: none;
	background-color: #ffffff;
	background-image: url(../images/select_arrow.png);
	background-size: 9px 6px;
	background-position: 91% 50%;
	background-repeat: no-repeat;
	font-family: 'Noto Sans Korean';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: -0.05em;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
}
::-webkit-input-placeholder {
	color: #b7b7b7;
	font-size: 22px;
} 
:-moz-placeholder {
	color: #b7b7b7;
	font-size: 22px;
	opacity: 1;
}
::-moz-placeholder {
	color: #b7b7b7;
	opacity: 1; 
	font-size: 22px;
}
:-ms-input-placeholder {
	color: #b7b7b7; 
	font-size: 22px;
}
/* end input component */

.for-a11y {
	position: absolute;
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: transparent;
	font-size: 1px;
	line-height: 1px;
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
}
#container {
	height: 100%;
	position: relative;
}

#header {
	/* position: fixed; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	/* padding: 15px 0; */
	width: 100%;
	min-width: 1000px;
	text-align: center;
	font-size: 0;
	z-index: 10;
}
#header .inner {
	/* display: flex;
	justify-content: space-between; */
	position: relative;
	align-items: flex-start;
	height: 94px;
	max-width: 1200px;
	margin: 0 auto;
	vertical-align: middle;
}
#header .inner:after {
	content: "";
	display: table;
	clear: both;
}
#header .logo {
	float: left;
	margin-top: 50px;
}
#header .logo img {
	width: 125px;
	vertical-align: middle;
}
#header nav li {
	position: relative;
	display: inline-block;
	font-size: 18px;
	letter-spacing: -0.055em;
	font-weight: 500;
	color: #140d0d;
	margin-left: 52px;
}
#header nav li:before {
	/* content: ''; */
	content: none;
	position: absolute;
	top: 1px;
	right: -26px;
	width: 1px;
	height: 15px;
	background: #c5c5c5;
}
#header nav li:last-child:before {
	display: none;
}
#header nav li.active{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #e3001a;
}
#header nav li.active:after {
	position: absolute;
	top: -10px;
	right: -11px;
	content: '';
	width: 7px;
	height: 7px;
	background: #e3001a;
	border-radius: 50%;
	transition: all 0.1s ease-out;
}
/* header */

/* less than ie 10 */
html.ie10, .ie10 body {
	/* cursor: auto; */
}
.ie10 #cursor {
	/* display: none; */
}
.ie10 ._main {
	/* cursor: auto; */
}
.ie10 ._main .main-grid .grid.small .box a {
	/* cursor: pointer; */
}
.ie10 .content._sub {
	/* cursor: auto; */
}
.ie10 .slide-arrow {
	/* cursor: pointer; */
}
.ie10 a, .ie10 label, .ie10 button, .ie10 input[type="text"], .ie10 input[type="tel"] {
	/* cursor: pointer; */
}
/* less than ie 10 */


/* main */
._main {
	height: 100%;
	/* cursor: none; */
}
._main .main-grid {
	min-width: 1200px;
	min-height: 700px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	height: 100%;
	flex-wrap: nowrap;
}
._main .main-grid .main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 52px 40px;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
._main .main-grid .main-footer {
	position: absolute;
	bottom: 35px;
	left: 50%;
	background: url(../images/footer_txt_bk.png) center / 397px auto;
	width: 397px;
	height: 33px;
	margin-left: -270px;
	z-index: 1;
}

._main .main-grid .wh-footer .main-footer {
	background: url(../images/footer_txt_wh.png) center / 397px auto;
}
._main .main-grid .main-header .logo {
	background: url(../images/logo.png) 50% / cover no-repeat;
	width: 150px;
	height: 31px;
}
._main .main-grid .grid {
	height: 100%;
	height: 100vh;
}
._main .main-grid .grid.big {
	position: relative;
	/* flex-basis: 65%; */
	flex-basis: auto;
	width: calc(100vw - 66.6vh);
	flex-grow: 1;
	flex-shrink: 1;
}
._main .main-grid .grid.big .box {
	height: 100%;
}
._main .main-grid .grid.big .box .swiper-container {
	height: 100%;
}
._main .main-grid .grid.big .box .slide-indicator {
	position: absolute;
	top: 0;
	right: 0;
	padding: 66px 40px;
	z-index: 1;
}
._main .main-grid .grid.big .box .slide-indicator .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin-right: 13px;
	background-color: #ffffff;
	border-radius: 4.5px;
	transition: width 0.2s ease-out;
	transform-origin: center;
}
._main .main-grid .grid.big .box .slide-indicator .swiper-pagination-bullet-active {
	width: 40px;
}
._main .main-grid .grid.big .box .slide-indicator .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
._main .main-grid .grid.big .box .slide-arrow {
	width: 37px;
	height: 67px;
	position: absolute;
	top: 50%;
	margin-top: -55px;
	z-index: 1;
	cursor: pointer;
	padding: 40px;
}
._main .main-grid .grid.big .box .slide-button-prev {
	left: 20px;
	background: url(../images/main_slide_arrow_prev.png) 50% / 37px 67px no-repeat;
}
._main .main-grid .grid.big .box .slide-button-next {
	right: 20px;
	background: url(../images/main_slide_arrow_next.png) 50% / 37px 67px no-repeat;
}


._main .main-grid .grid.big .slide .panel .link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
._main .main-grid .grid.big .slide._1 .panel {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fbb700;
	background-image: url(../images/main_bg_effect.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-animation-name: toonEffect;
	        animation-name: toonEffect;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 0.75s;
	        animation-duration: 0.75s;
	/* animation-timing-function: linear; */
	-webkit-animation-timing-function: cubic-bezier(.17,.67,.57,.87);
	        animation-timing-function: cubic-bezier(.17,.67,.57,.87);
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
/* ._main .main-grid .grid.big .slide._1 .panel:after {
	content: "";
	z-index: -1;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	background: url(../images/main_slide_bg_01_new.jpg) 50% 100% / cover no-repeat;
} */
._main .main-grid .grid.big .slide._1 .obj-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
._main .main-grid .grid.big .slide._1 .obj-wrap .title {
	width: 41.6%;
	/* max-width: ; */
	margin: 0 auto 35px;
}
._main .main-grid .grid.big .slide._1 .obj-wrap .character {
	width: 38.56%;
	margin: 0 auto;
}
._main .main-grid .grid.big .slide._2 .panel {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/main_slide2_bg_new.jpg);
	background-size: cover;
	/* background-position: top center; */
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
._main .main-grid .grid.big .slide._2 .obj-wrap .title {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
._main .main-grid .grid.big .slide._2 .obj-wrap .title img {
	width: 100%;
}
._main .main-grid .grid.big .slide._3 .panel {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/main_slide3_bg_new.jpg);
	background-size: cover;
	/* background-position: center; */
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
._main .main-grid .grid.big .slide._4 .panel {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/main_slide4_bg.jpg);
	background-size: cover;
	/* background-position: center; */
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
._main .main-grid .grid.big .slide._5 .panel {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(../images/main_slide5_bg.jpg);
	background-size: cover;
	/* background-position: center; */
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
._main .main-grid .grid.small {
	/* width: 35%; */
	flex-grow: 1;
	/* flex-shrink: 0; */
	/* flex-basis: 100%; */
	/* flex-basis: 45%; */
	flex-basis: auto;
	justify-content: stretch;
}
._main .main-grid .grid.small .row {
	display: flex;
	/* width: 100%; */
	/* height: 33.33333%; */
	flex-wrap: nowrap;
}
._main .main-grid .grid.small .box {
	/* width: 50%;
	height: 100%; */
	width: 33.3333vh;
	height: 33.3333vh;
}
._main .main-grid .grid.small .box a {
	display: block;
	height: 100%;
	position: relative;
	/* cursor: none; */
}
._main .main-grid .grid.small .box a figure {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.1s linear;
}
._main .main-grid .grid.small .box a figure .black-out {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.8;
}
._main .main-grid .grid.small .box a figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
._main .main-grid .grid.small .box a figure figcaption span {
	display: block;
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	margin: 0 auto 16px;
	padding: 0 5px;
}
._main .main-grid .grid.small .box a figure figcaption .arrow {
	display: block;
	width: 41px;
	height: 14px;
	margin: 0 auto;
	background-image: url(../images/main_grid_arrow.png);
	background-position: 0 0;
	background-size: 41px 14px;
	background-repeat: no-repeat;
	transform: translateX(0px);
}

._main .main-grid .grid.small .box a:hover figure {
	opacity: 1;
}
._main .main-grid .grid.small .box a:hover figure figcaption .arrow {
	-webkit-animation-name: arrowMotion;
	        animation-name: arrowMotion;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 0.85s;
	        animation-duration: 0.85s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

._main .main-grid .grid.small .box._1 {
	background: url(../images/main_grid_01.png) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._2 {
	background: url(../images/main_grid_02.png) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._3 {
	background: url(../images/main_grid_03.png) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._4 {
	background: url(../images/main_grid_04.png) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._5 {
	background: url(../images/main_grid_05.png) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._5._2nd {
	background: url(../images/main_grid_05_2nd.jpg) 0 50% / cover no-repeat;
}
._main .main-grid .grid.small .box._6 {
	/* background: url(../images/main_grid_06.png) 0 50% / cover no-repeat; */
	background: url(../images/main_grid_06_new.png) 0 50% / cover no-repeat;
}
#cursor {
	background-image: url(../images/cursor.png);
	/* background-size: 77px 64px; */
	background-size: cover;
	background-position: 50%;
	/* width: 77px; */
	width: 38.5px;
	/* height: 64px; */
	height: 32px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	pointer-events: none;
}
#cursor.click-plz {
	-webkit-animation-name: fingerMotion;
	        animation-name: fingerMotion;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-timing-function: ease-in;
	        animation-timing-function: ease-in;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
/* @media (max-aspect-ratio: 16/9) { */
/* @media screen and (max-aspect-ratio: 15/9) { */
/* @media screen and (max-aspect-ratio: 3/2) {
	#cursor {
		display: none;
	}
	._main .main-grid {
		position: relative;
		width: auto;
		overflow-x: auto;
	}
	._main .main-grid .grid.small .box {
		width: 334px;
	}
} */
/* @media screen and () */
/* @media (max-aspect-ratio: 10/16) {
	#cursor {
		display: none;
	}
	._main .main-grid {
		position: relative;
		width: auto;
	}
	._main .main-grid .grid.small .box {
		width: 334px;
		height: 334px;
	}
} */
/* end main */

/* sub */
.content._sub {
	/* cursor: none; */
}
.content._sub .top-title-block {
	width: 100%;
	height: 290px;
	position: relative;
	overflow: hidden;
}
.content._sub._certi .top-title-block {
	height: 258px;
}
.content._sub._video .top-title-block {
	height: 258px;
}
.content._sub .top-title-block .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAMklEQVQoU2NkwA+kGPHISzEwMDzDpQAsCdKMTQFcEpsCFEl0BRiSyAqwSsIU4JQEKQAAMEEHIyeg/uAAAAAASUVORK5CYII=); */
	/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQoU2NkwAMOHz7sy4hLHiRpa2u7GasCmCRIM4YCZEkMBeiSKAqwScIV4JIEK8AnCVIAABV3Hp91UfzQAAAAAElFTkSuQmCC); */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQoU2NkwANkZWWlGHHJgyQfP378DKsCmCRIM4YCZEkMBeiSKAqwScIV4JIEK8AnCVIAAOPSHHrMBE4uAAAAAElFTkSuQmCC);
	background-repeat: repeat;
}
.content._sub._campaign .top-title-block .bg {
	background-color: #efcb7d;
}
.content._sub._video .top-title-block .bg {
	background: url(../images/sub_video_top_bg.jpg) center / cover;
}
.content._sub._goods .top-title-block .bg {
	background: url(../images/sub_goods_top_bg.jpg) center / cover;
}
.content._sub._emo .top-title-block .bg {
	background-color: #f39da6;
}
.content._sub._emo .top-title-block .char-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.content._sub.__char .top-title-block .char-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.content._sub._campaign .top-title-block .char-wrap {
	position: absolute;
	bottom: 0;
	left: 58%;
	font-size: 0;
	/* width: 100%; */
	text-align: center;
}
.content._sub._campaign .top-title-block .char-wrap2 {
	position: absolute;
	top: 0;
	left: 33%;
	font-size: 0;
	/* width: 100%; */
	text-align: center;
}
.content._sub._campaign .content-block .desc .text .group:last-child p {
	color: #000000;
	font-weight: 500;
	font-size: 18px;
}
.content._sub._goods .top-title-block .char-wrap {
	position: absolute;
	bottom: 0;
	left: 58%;
	font-size: 0;
	/* width: 100%; */
	text-align: center;
}
.content._sub._goods .top-title-block .char-wrap2 {
	position: absolute;
	top: 0;
	left: 33%;
	font-size: 0;
	/* width: 100%; */
	text-align: center;
}
.content._sub._goods .content-block .desc .text .group:last-child p {
	color: #000000;
	font-weight: 500;
	font-size: 18px;
}
.content._sub.__char .top-title-block .char-wrap2 {
	position: absolute;
	bottom: 0;
	right: 33%;
	font-size: 0;
	/* width: 100%; */
	text-align: center;
}
.content._sub .top-title-block .char-wrap img {
	display: inline-block;
	vertical-align: bottom;
}
.content._sub .top-title-block .char-wrap img:first-child {
	/* margin-right: 300px; */
	margin-right: 300px;
}
/* .content._sub._campaign .top-title-block .char-wrap img {
	display: inline-block;
	vertical-align: bottom;
} */
/* .content._sub._campaign .top-title-block .char-wrap img:first-child { */
	/* margin-right: 300px; */
	/* margin: 0; */
	/* margin-left: 395px; */
/* } */
.content._sub .top-title-block .masking {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.25;
}
.content._sub .top-title-block .title {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -0.05em;
}
.content._sub .top-title-block .title span {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.05em;
}
.content._sub .content-block {
	padding: 72px 0;
	text-align: center;
	font-size: 0;
}
.content._sub._goods .content-block {
	padding: 140px 0 70px;
	text-align: center;
	font-size: 0;
}
.content._sub .content-block._video {
	position: relative;
	padding: 130px 0 87px;
}
.content._sub .content-block .kakao {
	position: relative;
	display: inline-block;
	margin: 0 129px 0 65px;
	border-radius: 22px;
	box-shadow: 20px 9px 23px -10px rgba(0, 0, 0, 0.14),
				14px 16px 40px 4px rgba(0, 0, 0, 0.18);
}
.content._sub .content-block .kakao .detail-view {
	position: absolute;
	right: -53px;
	bottom: 14px;
}
.content._sub .content-block .campaign-img {
	display: inline-block;
	margin: 0 45px 0 -150px;
}
.content._sub .content-block .goods-img {
	position: relative;
	display: inline-block;
	margin: 0 45px 0 -150px;
	width: 692px;
}
.content._sub._goods .content-block .goods-img {
	margin: 0 58px 0 0;
}
.content._sub._goods .content-block .goods-img .prev {
	position: absolute;
	top: 22px;
	left: 25px;
	z-index: 9;
	font-size: 16px;
	font-weight: 800;
	color: #0e0e0e;
}
.content._sub._goods .content-block .goods-img .next {
	position: absolute;
	bottom: 1px;
	right: 0;
	z-index: 9;
}
.content._sub._goods .content-block .goods-img .slide-indicator {
	margin-top: 25px;
}
.content._sub._goods .content-block .goods-img .slide-indicator .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #d0d0d1;
	border-radius: 50%;
	margin-left: 14px;
	opacity: 1;
}
.content._sub._goods .content-block .goods-img .slide-indicator .swiper-pagination-bullet-active {
	background: #f68b1e;
}
.content._sub._goods .content-block .goods-img .slide-indicator .swiper-pagination-bullet:first-child {
	margin: 0;
}
.content._sub .content-block .video-img {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 52px 0 -10px;
	width: 697px;
	height: 395px;
	border-radius: 15px;
}
/* .content._sub .content-block._video:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 130px;
	left: 50%;
	margin-left: -348px;
	width: 113px;
	height: 71px;
	background: url(../images/sub_campaign_top_char2.png);
	cursor: pointer;
} */
.content._sub .content-block .video-img .cover-btn {
	position: absolute;
	bottom: -43px;
	left: 70px;
	background: #fff;
	width: 378px;
	height: 95px;
	border-radius: 48px;
	text-align: left;
	font-size: 0;
}
.content._sub .content-block .video-img .cover-btn:before {
	content: '';
	background: url(../images/sub_video_cover_img.png) center / 100% 100% no-repeat;
	width: 161px;
	height: 138px;
	display: inline-block;
	position: absolute;
	top: -64px;
	left: -104px;
}
.content._sub .content-block .video-img .cover-btn .text {
	display: inline-block;
	vertical-align: top;
	padding-left: 56px;
	margin-top: 5px;
}
.content._sub .content-block .video-img .cover-btn .text p {
	font-size: 18px;
	color: #000;
	text-align: left;
	font-weight: 700;
	letter-spacing: -0.05em;
	padding-bottom: 7px;
}
.content._sub .content-block .video-img .cover-btn .text p b {
	font-weight: 800;
}
.content._sub .content-block .video-img .cover-btn .text .sub {
	font-size: 13px;
	color: #919191;
	padding: 6px 0 0;
}
.content._sub .content-block .video-img .cover-btn .icon {
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	background-color: #454545;
	border-radius: 23px;
	margin: 7px 0 0 24px;
}
.content._sub .content-block .video-img .cover-btn .icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	content: '';
	width: 10px;
	height: 19px;
	display: inline-block;
	background: url(../images/sub_video_cover_arrow.png) center / 10px 19px no-repeat;
}
.content._sub .content-block .desc {
	display: inline-block;
	margin-top: 120px;
	vertical-align: top;
	text-align: left;
}
.content._sub._emo .content-block .desc {
	margin-top: 0;
}
.content._sub .content-block .desc h3 {
	margin-bottom: 36px;
}
.content._sub .content-block .desc .text .group {
	margin-bottom: 27px;
}
.content._sub .content-block .desc .text .group:last-child {
	margin-bottom: 0;
}
.content._sub .content-block .desc .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
}
.content._sub .content-block .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #f68b1e;
	line-height: 1.66;
}
.content._sub .content-block._video .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #000;
	line-height: 1.66;
}
.content._sub .content-block .desc .text .group:last-child p {
	font-size: 22px;
	color: #f68b1e;
	font-weight: 800;
	line-height: 1.45;
}
.content._sub._goods .content-block .desc {
	position: relative;
	display: inline-block;
	margin-top: 120px;
	vertical-align: top;
	text-align: left;
}
.content._sub._goods .content-block .desc {
	margin-top: 0;
}
.content._sub._goods .content-block .desc h3 {
	margin-bottom: 30px;
}
.content._sub._goods .content-block .desc .text .group {
	margin: 0 0 27px 0;
}
.content._sub._goods .content-block .desc .text .group._last {
	margin-bottom: 12px;
}
.content._sub._goods .content-block .desc .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.content._sub._goods .content-block .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #f68b1e;
	line-height: 1.3;
}
.content._sub._goods .content-block._video .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #000;
	line-height: 1.66;
}
.content._sub._goods .content-block .desc .text .group:last-child p {
	font-size: 22px;
	color: #f68b1e;
	font-weight: 800;
	line-height: 1.45;
}
.content._sub._goods .content-block .desc .text .btn {
	text-align: left;
	margin-top: 0;
}
.content._sub._goods .content-block .desc .text .gift {
	position: absolute;
	bottom: 181px;
	right: -65px;
}
.content._sub._goods .content-block .desc .info {
	background-color: #fcf3e9;
	margin-top: 45px;
	padding: 20px;
}
.content._sub._goods .content-block .desc .info p {
	font-size: 17px;
	font-weight: 700;
	color: #968370;
	line-height: 1.3;
}
.content._sub._goods .content-block .desc .info .last {
	padding-left: 73px;
}
.content._sub._goods .content-block .desc .info button {
	position: relative;
	width: 121px;
	height: 31px;
	border-radius: 16px;
	background-color: #968370;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	margin-top: 15px;
}
.content._sub._goods .top-title-block .bg {
    background-color: #f39da6;
}
.content._sub._goods .top-title-block .char-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.content._sub._goods .title-block {
    margin-bottom: 72px;
}
.content._sub._goods .title-block .title img {
    margin: 0 auto;
}
.content._sub._goods .input-wrapper {
    margin-bottom: 36px;
}
.content._sub._goods .input-wrapper .input-row {
	width: 688px;
	margin: 0 auto;
	text-align: left;
}
.content._sub._goods .input-wrapper .input-group {
    position: relative;
    width: 335px;
	margin: 0 0 24px 0;
	display: inline-block;
	vertical-align: top;
}
.content._sub._goods .input-wrapper .input-group._device {
	width: 225px;
	margin-left: 10px;
}
.content._sub._goods .input-wrapper .input-group._phone {
    width: 100%;
}
.content._sub._goods .input-wrapper .input-group._find-btn {
	margin-left: 10px;
}
.content._sub._goods .input-wrapper .input-group .input-elm {
    display: block;
    width: 100%;
    height: 58px;
    border: 3px solid #f68b1e;
    border-radius: 29px;
    font-size: 22px;
    letter-spacing: -0.05em;
    text-align: left;
    position: relative;
    z-index: 2;
}
.content._sub._goods .input-wrapper .input-group label {
    position: absolute;
    top: -16px;
    left: 17px;
    background-color: #ffffff;
    padding: 2px 6px;
    color: #f68b1e;
    font-size: 22px;
    font-weight: 800;
    z-index: 5;
}
.content._sub._goods .input-wrapper .input-group p.guide {
    font-size: 16px;
    font-weight: 700;
    color: #f68b1e;
    margin-top: 8px;
    text-align: left;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger {
    background-color: #ffffff;
    background-position: 95% 50%;
    padding: 0 20px;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger:after {
    content: "";
    width: 23px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    background-image: url(../images/dropdown_arrow.png);
    background-size: 23px 14px;
    background-repeat: no-repeat;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger span.default {
    color: #b7b7b7;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger2 {
    background-color: #ffffff;
    background-position: 95% 50%;
    padding: 0 20px;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger2:after {
    content: "";
    width: 23px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    background-image: url(../images/dropdown_arrow.png);
    background-size: 23px 14px;
    background-repeat: no-repeat;
}
.content._sub._goods .input-wrapper .input-group .dropdown-trigger2 span.default {
    color: #b7b7b7;
}
.content._sub._goods .input-wrapper .input-group ._dropdown.birth-dropdown {
    height: 352px;
}
.content._sub._goods .input-wrapper .input-group ._dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 3px solid #f68b1e;
    border-radius: 29px;
    height: 152px;
    z-index: 4;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 24px 0;
}
.content._sub._goods .input-wrapper .input-group ._dropdown .inner {
    height: 100%;
    overflow: auto;
}
.content._sub._goods .input-wrapper .input-group ._dropdown button {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    padding: 16px 0;
    color: #b7b7b7;
}
.content._sub._goods .input-wrapper .input-group ._dropdown button.is-selected,
.content._sub._goods .input-wrapper .input-group ._dropdown button:hover {
    background-color: #f2f2f2;
    color: #000000;
}
.content._sub._goods .input-wrapper .input-group .find-addr {
	width: 193px;
	height: 58px;
	background-color: #f68b1e;
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	border-radius: 29px;
}
.content._sub._goods .agree-wrapper {
    margin-bottom: 30px;
    text-align: center;
}
.content._sub._goods .agree-wrapper .agree-group {
    margin-bottom: 11px;
}
.content._sub._goods .agree-wrapper .agree-group .checkbox {
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #474747;
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    background-color: #ffffff;
}
.content._sub._goods .agree-wrapper .agree-group .checkbox:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: -2px;
    width: 28px;
    height: 25px;
    background: url(../images/checked.png) 50% / cover no-repeat;
    transform: translateY(10px) scale(0);
    opacity: 0;
    transition: all 0.1s ease-out;
}
.content._sub._goods .agree-wrapper .agree-group .checkbox.is-checked:after {
    transform: translateY(0px) scale(1);
    opacity: 1;
}
.content._sub._goods .agree-wrapper .agree-group:last-child {
    margin-bottom: 0;
}
.content._sub._goods .agree-wrapper .agree-group label {
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
    font-size: 16px;
    font-weight: 800;
    margin-right: 9px;
}
.content._sub._goods .agree-wrapper .agree-group:last-child label {
    margin-right: 25px;
}
.content._sub._goods .agree-wrapper .agree-group .show-terms {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 700;
    color: #f68b1e;
    background-color: #ffffff;
    border: 1px solid #f68b1e;
    border-radius: 12px;
    padding: 6px 20px;
    margin-top: -2px;
}
.content._sub._goods .notice-wrapper {
}
.content._sub._goods .notice-wrapper p {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.content._sub._goods .notice-wrapper p:first-child {
    padding-bottom: 10px;
}
.content._sub._goods .notice-wrapper p b {
    font-size: 22px;
    font-weight: 800;
    color: #f68b1e;
}
.content._sub._goods .content-block .btn {
    margin-top: 40px;
}
.content._sub._goods .btn .submit:after {
    content: '';
    background: url(../images/sub_btn_icon3.png) center / 100% 100% no-repeat;
    width: 82px;
    height: 75px;
    position: absolute;
    bottom: 0px;
    right: 7px;
}

/* certi */
.content._sub._certi .content-block .desc {
	position: relative;
	display: inline-block;
	margin-top: 25px;
	vertical-align: top;
	text-align: left;
}
.content._sub._certi .content-block .desc h3 {
	margin-bottom: 30px;
}
.content._sub._certi .content-block .desc .text .group {
	margin: 0 0 27px 0;
}
.content._sub._certi .content-block .desc .text .group._last {
	margin-bottom: 23px;
}
.content._sub._certi .content-block .desc .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.content._sub._certi .content-block .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #f68b1e;
	line-height: 1.3;
}
.content._sub._certi .content-block._video .desc .text p b {
	font-size: 22px;
	font-weight: 800;
	color: #000;
	line-height: 1.66;
}
.content._sub._certi .content-block .desc .text .group p {
	font-size: 18px;
	color: #202020;
	font-weight: 700;
	line-height: 1.3;
}
.content._sub._certi .content-block .desc .text .group:last-child p {
	font-size: 18px;
	color: #202020;
	font-weight: 700;
	line-height: 1.3;
}
.content._sub._certi .content-block .desc .text .btn {
	text-align: left;
	margin-top: 0;
}
.content._sub._certi .content-block .desc .text .gift {
	position: absolute;
	bottom: 181px;
	right: 0;
}
.content._sub._certi .content-block .desc .info {
	background-color: #fcf3e9;
	margin-top: 45px;
	padding: 20px;
}
.content._sub._certi .content-block .desc .info p {
	font-size: 17px;
	font-weight: 700;
	color: #968370;
	line-height: 1.3;
}
.content._sub._certi .content-block .desc .info .last {
	padding-left: 73px;
}
.content._sub._certi .content-block .desc .info button {
	position: relative;
	width: 121px;
	height: 31px;
	border-radius: 16px;
	background-color: #968370;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
	margin-top: 15px;
}
.content._sub._certi .top-title-block .bg {
	background: url(../images/sub_certi_top_bg.png) center / cover;
}
.content._sub._certi .top-title-block .char-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.content._sub._certi .title-block {
    margin-bottom: 72px;
}
.content._sub._certi .title-block .title img {
    margin: 0 auto;
}
.content._sub._certi .content-block .gift-img {
	position: relative;
	display: inline-block;
	/* margin: 0 45px 0 -150px; */
	/* width: 692px; */
	margin-right: 55px;
}
.content._sub._certi .content-block .notice dl {
	margin-top: 7px;
	font-size: 0;
	text-align: left;
}
.content._sub._certi .content-block .notice dl:first-child {
	margin-top: 0;
}
.content._sub._certi .content-block .notice dl:first-child dd {
	color: #f68b1e;
}
.content._sub._certi .content-block .notice dl:last-child {
	margin-top: 22px;
}
.content._sub._certi .content-block .notice dl:last-child dt {
	background-color: #f68b1e;
	color: #fff;
}
.content._sub._certi .content-block .notice dl:last-child dd {
	display: block;
	/* display: flex; */
	margin-top: 20px;
}
.content._sub._certi .content-block .notice dl img {
	/* max-width: 213px; */
	margin: 0 auto;
}
.content._sub._certi .content-block .notice dl dt {
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	padding: 5px 0;
	border-radius: 14px;
	border: 1px solid #f68b1e;
	background-color: #fff;
	margin-right: 10px;
	color: #f68b1e;
	width: 112px;
	text-align: center;
}
.content._sub._certi .content-block .notice dl dd {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
}
.content._sub._certi .content-block .btn a {
	background-color: #f68b1e;
}
.content._sub._certi .content-block .btn a:first-child {
	background-color: #ee4822;
}
.content._sub._certi .content-block .btn a:after {
    content: '';
    background: url(../images/sub_btn_icon3.png) center / 100% 100% no-repeat;
    width: 82px;
    height: 75px;
    position: absolute;
    bottom: 0px;
    right: 15px;
}
.content._sub._certi .content-block .btn a:first-child:after {
    content: '';
    background: url(../images/sub_btn_icon4.png) center / 100% 100% no-repeat;
    width: 59px;
    height: 81px;
    position: absolute;
    bottom: 0px;
    right: 25px;
}

.content._sub .content-block .show-hdhs {
	margin-top: 20px;
}
.content._sub .content-block._video .desc .text .group:last-child p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
	color: #333;
}
.content._sub .content-block._video .desc .text .group:last-child p b {
	font-size: 22px;
	color: #f68b1e;
	font-weight: 800;
	line-height: 1.45;
}
.content._sub .content-block._video .desc {
	margin-top: -5px;
}
.content._sub .content-block._video .desc h3 {
	margin-bottom: 24px;
}
.content._sub .content-block._video .desc .text .group {
	margin-bottom: 22px;
}
.content._sub .content-block._video .desc .text .group:nth-child(2) {
	margin-bottom: 12px;
}
.content._sub .content-block._video .desc .text .group:nth-child(4) {
	margin-bottom: 12px;
}
.content._sub .content-block._video .desc .text .group:last-child {
	margin-bottom: 0;
}
.content._sub .content-block._video .desc .text p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66;
}
.content._sub .content-block._video .desc .text p b {
	font-weight: 800;
}
/* .content._sub .content-block._video .desc .text .group:last-child p {
	font-size: 22px;
	line-height: 1.45;
	color: #000;
} */
.content._sub .content-block .btn {
	text-align: center;
	font-size: 0;
	margin-top: 67px;
}
.content._sub .content-block .btn._video {
	margin-top: 136px;
}
.content._sub .content-block .btn a {
	position: relative;
	display: inline-block;
	width: 288px;
	/* padding: 16px 0; */
	padding: 16px 0 16px 30px;
	font-size: 20px;
	font-weight: 800;
	color: #ffffff;
	border-radius: 24px;
	text-align: left;
}
.content._sub._goods .content-block .btn a {
	width: 332px;
}
.content._sub._goods .content-block .btn._gift a {
	padding-left: 12px;
}
.content._sub .content-block .btn._video a {
	width: 378px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	border-radius: 40px;
	text-align: left;
	line-height: 1.2;
	padding: 14px 0 14px 36px;
	letter-spacing: -0.06em;
}
.content._sub .content-block .btn._video a b {
	font-weight: 800;
	color: #fff;
}
/* .content._sub .content-block a:first-child:before {
	content: '';
	width: 8px;
	height: 15px;
	vertical-align: top;
	margin-top: 3px;
	display: inline-block;
	margin: 0 14px 0 18px;
	background: url(../images/sub_emo_btn_arrow_before.png) center / 8px 15px no-repeat;
} */
.content._sub .content-block .btn a:last-child:before {
	content: none;
}
/* .content._sub .content-block .btn a:last-child:after {
	content: '';
	width: 8px;
	height: 15px;
	vertical-align: top;
	margin-top: 3px;
	display: inline-block;
	margin-left: 28px;
	background: url(../images/sub_emo_btn_arrow.png) center / 8px 15px no-repeat;
} */
.content._sub .content-block .btn  a:first-child {
	background-color: #474747;
	margin-right: 47px;
}
.content._sub .content-block .btn a:last-child {
	background-color: #f68b1e;
	margin-right: 0;
}
.content._sub._certi .content-block .btn a:last-child {
	background-color: #f68b1e;
	margin-right: 0;
	padding: 16px 0 16px 9px;
	font-size: 16px;
	height: 52px;
	vertical-align: top;
}
.content._sub .content-block .btn._video .detail {
	background-color: #ee4822;
}
.content._sub .content-block .btn._video .gift {
	background-color: #f68b1e;
}
.content._sub .content-block .btn.campaign {
	margin-top: 75px;
}
.content._sub .content-block .btn.campaign .gift {
	background-color: #ee4822;
}
.content._sub .content-block .btn.campaign .detail {
	background-color: #474747;
}
/* .content._sub .content-block .btn.campaign .detail:before {
	
} */
.content._sub .content-block .btn._emo :first-child {
	background-color: #ee4822;
}
.content._sub .content-block .btn._char .gift {
	background-color: #f68b1e;
	width: 361px;
}
.content._sub .content-block .btn.campaign .detail:after {
	content: '';
	background: url(../images/sub_btn_icon1.png) center / 100% 100% no-repeat;
	width: 60px;
	height: 82px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 23px;
}
.content._sub .content-block .btn.campaign .gift:after {
	content: '';
	background: url(../images/sub_btn_icon2.png) center / 100% 100% no-repeat;
	width: 83px;
	height: 81px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.content._sub .content-block .btn._video .detail:after {
	content: '';
	background: url(../images/sub_video_btn_img1.png) center / 100% 100% no-repeat;
	width: 181px;
	height: 130px;
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.content._sub .content-block .btn._video .gift:after {
	content: '';
	background: url(../images/sub_video_btn_img2.png) center / 100% 100% no-repeat;
	width: 116px;
	height: 130px;
	display: inline-block;
	position: absolute;
	bottom: 3px;
	right: 23px;
}
.content._sub .content-block .btn._emo .detail:after {
	content: '';
	background: url(../images/sub_btn_icon2.png) center / 100% 100% no-repeat;
	width: 83px;
	height: 81px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.content._sub .content-block .btn._emo .gift:after {
	content: '';
	background: url(../images/sub_btn_icon3.png) center / 100% 100% no-repeat;
	width: 82px;
	height: 75px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 7px;
}
.content._sub .content-block .btn._char .gift:after {
	content: '';
	background: url(../images/sub_btn_icon3.png) center / 100% 100% no-repeat;
	width: 82px;
	height: 75px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 7px;
}
.content._sub .content-block .btn a {
	transition: transform 0.1s ease-out;
}
/* .content._sub .content-block .btn a:hover {
	transform: translateY(-3px);

} */
/* #footer {
	background: url(../images/copyright.png) center / 397px auto #313131 no-repeat;
	height: 109px;
} */
#footer {
	background: url(../images/footer_txt_wh.png) 50% / 397px auto no-repeat #313131;
	/* width: 540px; */
	height: 109px;
	z-index: 1;
}