@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}


*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	word-break: keep-all;
}

body {
	 font-family: 'Noto Sans KR', sans-serif;
}

a:hover {
	text-decoration-line: none;
}

.section-1 {
	padding: 300px 0 600px;
	background-color: #0e0d0e;
	overflow: hidden;
	position: relative;
}
.section-1 .title {
	position: relative;
	z-index: 900;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	opacity: 0;
	animation: .6s title forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
	animation-delay: 1.6s;
}
.section-1 .title img {
	max-width: 516px;
	width: 100%;
}
@keyframes title {
	0% {
		opacity: 0;
		transform: translateY(-50px) translateX(70px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px) translateX(0px);
	}
}
.section-1 .title-sub {
	position: relative;
	z-index: 900;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	animation: .5s title-sub forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
	animation-delay: 2s;
}
.section-1 .title-sub p{
	display: inline-block;
	text-align: left;
	font-size: 30px;
	line-height: 1.67;
	color: #ffffff;
	margin-left: 140px;
}
.section-1 .title-sub .tip-1 {
	display: inline-block;
	font-size: 26px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -35%;
	left: 37%;
}
.section-1 .title-sub .tip-2 {
	display: inline-block;
	font-size: 26px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -85%;
	left: 37%;
}
.section-1 .title-sub .tip-3 {
	display: inline-block;
	font-size: 20px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -107%;
	left: 37%;
}
.section-1 .title-sub .tip-4 {
	display: inline-block;
	font-size: 20px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -127%;
	left: 37%;
}
.section-1 .title-sub .tip-5 {
	display: inline-block;
	font-size: 26px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -60%;
	left: 37%;
}
.section-1 .title-sub a:hover{
	color: #e8334a;
}
@keyframes title-sub {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0px);
	}
}

.section-1 .bg-lip-area .lip-1 {
	position: absolute;
	top: 600px;
	left: 300px;
	z-index: 890;
	max-width: 119px;
	width: 100%;
	opacity: 0;
	animation: 2s lip forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
} 
.section-1 .bg-lip-area .lip-2 {
	position: absolute;
	bottom: 150px;
	left: 770px;
	z-index: 890;
	max-width: 283px;
	width: 100%;
	opacity: 0;
	animation: 2s lip forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
} 
.section-1 .bg-lip-area .lip-3 {
	position: absolute;
	top: 750px;
	right: 170px;
	z-index: 890;
	max-width: 234px;
	width: 100%;
	opacity: 0;
	animation: 2s lip forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
} 
@keyframes lip {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.section-1 .bg-book-area .top-right-book {
	position: absolute;
	top: -235px;
	right: -320px;
	max-width: 1266px;
	width: 100%;
	z-index: 890;
	transform: translateY(-1000px) translateX(1000px);
	animation: .7s top-right-book forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
	animation-delay: .7s;
}
.section-1 .bg-book-area .bottom-left-book {
	position: absolute;
	bottom: -140px;
	left: -210px;
	max-width: 1068px;
	width: 100%;
	z-index: 890;
	transform: translateY(1000px) translateX(-1000px);
	animation: .7s bottom-left-book forwards;
	animation-timing-function:cubic-bezier(.215,.61,.355,1);
	animation-delay: .9s;
}

@keyframes top-right-book {
	0% {
		transform: translateY(-1000px) translateX(1000px);
	}
	100% {
		transform: translateY(0px) translateX(0px);
	}
}
@keyframes bottom-left-book {
	0% {
		transform: translateY(1000px) translateX(-1000px);
	}
	100% {
		transform: translateY(0px) translateX(0px);
	}
}


.section-2 {
	padding: 150px 0;
	position: relative;
	overflow: hidden;
}
.section-2 .container {
	position: relative;
}
.section-2 .qna-wrapper {
	margin-bottom: 120px;
}
.section-2 .qna-wrapper .question{
	font-size: 48px;
	font-weight: bold;
	line-height: 1.83;
	color: #000000;
	margin-bottom: 50px;
	letter-spacing: -1px;
}
.section-2 .qna-wrapper .question-1 {
	font-size: 58px;
}
.section-2 .qna-wrapper .question img{
	vertical-align: bottom;
}
.section-2 .qna-wrapper .question-1 img.num{
	height: 125px;
}
.section-2 .qna-wrapper .question .num{
	margin-right: 10px;
	margin-bottom: 10px;
    height: 100px;
}
.section-2 .qna-wrapper .question .toggle-down {
	width: 0; 
    height: 0; 
	display: inline-block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #00A68E;
	opacity: .4;
	vertical-align: middle;
}
.section-2 .qna-wrapper .question small {
	font-size: 28px;
	font-weight: bold;
}
.section-2 .qna-wrapper .question .kiss-logo {
	margin-bottom: -15px;
}

.question-toggle {
	cursor: pointer;
}

.section-2 .qna-wrapper .answer{
	font-size: 20px;
	line-height: 1.82;
	text-align: left;
	letter-spacing: -1px;
	color: #000000;
}
.section-2 .qna-wrapper .answer .indent {
	display: block;
	text-indent: -10px;
    margin-left: 10px;
}
.section-2 .qna-wrapper .answer .book4{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.book4 {
	opacity: 0;
    transform: translateY(50px);
    transition: transform .5s,opacity .7s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
}

.section-2 .qna-wrapper .answer .answer-1{
	display: inline-block;
	width: calc(100% - 410px);
}
.section-2 .qna-wrapper .answer .underline {
	border-bottom: 1px solid #000000;
}

.section-2 .bg-lip-area .w-lip-1 {
	position: absolute;
	top: -20px;
	left: -25%;
	width: 137px;
	height: 121px;
	background-image: url(../images/w-lip.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-2 {
	position: absolute;
	top: 920px;
	left: -26%;
	width: 214px;
	height: 246px;
	background-image: url(../images/w-lip-2.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-3 {
	position: absolute;
	top: 140px;
	right: -27%;
	width: 221px;
	height: 263px;
	background-image: url(../images/w-lip-3.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-4 {
	position: absolute;
	top: 1500px;
	right: -27%;
	width: 221px;
	height: 263px;
	background-image: url(../images/w-lip-3.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-5 {
	position: absolute;
	top: 2000px;
	left: -26%;
	width: 214px;
	height: 246px;
	background-image: url(../images/w-lip-2.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-6 {
	position: absolute;
	top: 2500px;
	right: -27%;
	width: 221px;
	height: 263px;
	background-image: url(../images/w-lip-3.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-7 {
	position: absolute;
	top: 2950px;
	left: -26%;
	width: 214px;
	height: 246px;
	background-image: url(../images/w-lip-2.png);
	background-repeat: no-repeat;
}
.section-2 .bg-lip-area .w-lip-8 {
	position: absolute;
	top: 3600px;
	right: -27%;
	width: 221px;
	height: 263px;
	background-image: url(../images/w-lip-3.png);
	background-repeat: no-repeat;
}

.section-3 {
	background-color: #000000;
	padding: 150px 0;
	overflow: hidden;
}
.section-3 .container {
	position: relative;
}
.black-kiss-img {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 90;
	width: 450px;
	opacity: 0;
    transform: translateX(-50px);
    transition: transform .7s,opacity 1.2s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
}
.section-3 .title {
	margin-bottom: 100px;
	position: relative;
	z-index: 900;
}
.section-3 .title a.s3-link-1 {
	font-size: 24px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -10px;
	left: 30%;
}
.section-3 .title a.s3-link-2 {
	font-size: 24px;
  	font-weight: 500;
  	letter-spacing: -0.68px;
	font-style: italic;
  	color: #e7d836;
	position: absolute;
	bottom: -50px;
	left: 30%;
}
.section-3 .title a:hover{
	color: #e8334a;
}
.section-3 .item-wrapper {
	margin-bottom: 140px;
	position: relative;
	z-index: 900;
}
.section-3 .item-wrapper .essence-wrap {
	position: absolute;
	z-index: 10;
	top: 10px;
	left: 48%;
}
.section-3 .item-wrapper .essence-wrap p {
	display: inline-block;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	padding-left: 20px;
	position: relative;
	top: 10px;
}
.section-3 .item-wrapper .essence-wrap .arrow-right {
	width: 200px;
}

.section-3 .item-wrapper .item-name {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.25;
	color: #ffffff;
	margin-bottom: 25px;
	position: relative;
	z-index: 100;
}
.section-3 .item-wrapper .item-name a.tip {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.68px;
	font-style: italic;
	color: #e7d836;
	font-weight: bold;
}
.section-3 .item-wrapper .item-name a.tip:hover {
	color: #e8334a;
}
.section-3 .item-wrapper .buy-wrapper {
	margin-bottom: 55px;
	position: relative;
	position: relative;
	z-index: 100;
}
.section-3 .item-wrapper .buy-wrapper .buy-btn {
	padding: 14px 40px;
	display: inline-block;
	background-color: #e8334a;
	border-radius: 4px;
	font-size: 24px;
  	font-weight: bold;
  	line-height: 1.42;
  	color: #ffffff;
	margin-right: 15px;
}
.section-3 .item-wrapper .buy-wrapper span {
	vertical-align: bottom;
	font-style: italic;
	font-size: 20px;
  	font-weight: 300;
  	line-height: 1.7;
  	letter-spacing: -0.6px;
	color: #FF1493;
	font-weight: bold;
}
.section-3 .item-wrapper .buy-wrapper .item-notice {
	margin: 5px 0 0 0;
	font-style: italic;
	font-size: 14px;
  	font-weight: 300;
  	letter-spacing: -0.6px;
  	color: #ffffff;
}

.section-3 .item-wrapper .consist-wrapper {
	color: #ffffff;
	position: relative;
	z-index: 100;
}
.section-3 .item-wrapper .consist-wrapper .consist-item {
	font-size: 28px;
  	line-height: 1.2;
  	letter-spacing: -1.12px;
  	color: #ffffff;
	margin-bottom: 25px;
}
.yellow {
	color: #FFD700;
}
.green {
	color: #6affe9;
}
.pink {
	color: #eda3ff;
}
.blue {
	color: #90d5ff;
}
.purple {
	color: #b0b0ff;
}
.section-3 .item-wrapper .consist-wrapper .consist-item s {
	font-style: italic;
}
.section-3 .item-wrapper .consist-wrapper .consist-item .price {
	font-size: 42px;
	font-style: italic;
  	font-weight: 600;
  	letter-spacing: -1.68px;
  	color: #e7d836;
}
.section-3 .item-wrapper .consist-wrapper .item-detail p {
	margin-bottom: 5px;
	font-size: 18px;
  	font-weight: 300;
  	line-height: 1.5;
  	color: #ffffff;
	text-indent: -6px;
    margin-left: 12px;
	letter-spacing: -0.3px;
}
.section-3 .item-wrapper .consist-wrapper .item-detail p b {
	font-weight: bold;
}
.section-3 .item-wrapper .consist-wrapper .item-detail p:before {
	content: "·";
    display: inline-block;
	font-weight: bold;
    vertical-align: middle;
    padding: 0px 8px 6px 0;
}
.section-3 .item-wrapper .consist-wrapper .item-detail p .indent {
	margin-left: 129px;
}

.bx-wrapper {
	box-shadow: none;
	border: 0;
	background: none;
	margin: 0 auto;
}
.book-slider-wrap {
	width: 100%;
	bottom: 40px;
	background: #000000;
	z-index: 9;
	opacity: 0;
    transition: 1.4s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
	transition-delay: .1s;
	margin-bottom: 130px;
}
@keyframes top1-slider{
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.section-3-notice-wrapper {
	
}
.section-3-notice-wrapper h1 {
	margin-bottom: -2px;
	padding-left: 20px;
}
.section-3-notice-wrapper .notice-box {
	border-radius: 10px;
  	border: solid 2px #ffffff;
	padding: 44px 65px;
}
.section-3-notice-wrapper .notice-box p {
	font-size: 19px;
  	font-weight: 100;
  	line-height: 1.75;
  	letter-spacing: -0.5px;
  	color: #ffffff;
	margin-bottom: 0;
}
.section-3-notice-wrapper .notice-box p b {
	font-weight: 600;
}
.section-3-notice-wrapper .notice-box p strong {
	font-size: 22px;
	font-weight: 600;
}
.section-3-notice-wrapper .notice-top {
	margin-bottom: 30px;
}
.section-3-notice-wrapper .profile-img {
	margin-right: 25px;
}
.section-3-notice-wrapper .notice-top-txt {
	display: inline-block;
	width: calc(100% - 260px);
	vertical-align: middle;
}


.section-4 {
	padding: 180px 0 300px;;
	background-color: #F4F1E9;
	background-image: url(../images/section-4-bg.png?2);
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.section-4 .bottom-bg {
	background-image: url(../images/bottom-bg.png?2);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 676px;
	margin: 0 auto;
	z-index: 9;
}

.section-4 .review-title {
	text-align: center;
	margin-bottom: 220px;
}
.section-4 .review-title .review-title-img {
	margin-bottom: 45px;
}
.section-4 .review-title .review-title-sub {
	font-size: 30px;
  	line-height: 1.5;
  	text-align: center;
  	color: #0e0d0e;
}

.review-title-img {
	opacity: 0;
    transition: transform .7s,opacity 1.7s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
	transition-delay: 0.5s;
}
.review-title-sub {
	opacity: 0;
    transform: translateY(70px);
    transition: transform .5s,opacity .7s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
}

.section-4 .main-review-wrapper {
	margin-bottom: 200px;
}
.section-4 .main-review {
	max-width: 978px;
	margin: 0 auto;
	margin-bottom: 150px;
}
.section-4 .main-review .review-box {
	padding: 85px 95px;
	background-color: #ffffff;
	border-radius: 4px;
    box-shadow: -2px 5.7px 10px 0 rgba(35, 46, 68, 0.2);
	margin-bottom: 35px;
}
.r1, .r2, .r3, .r4, .r5 {
	opacity: 0;
    transform: translateY(50px);
    transition: transform .4s,opacity .7s;
    transition-timing-function:cubic-bezier(.215,.61,.355,1);
}

.section-4 .main-review .review-box .title-date {
	margin-bottom: 30px;
}
.section-4 .main-review .review-box .title-date .title {
	padding: 6px 15px;
	background-color: #01a68e;
	display: inline-block;
	font-size: 32px;
  	font-weight: bold;
  	line-height: 1.25;
	letter-spacing: -1px;
  	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 0;
}
.section-4 .main-review .review-box .title-date .date {
	font-size: 27px;
  	font-weight: 300;
  	color: #0e0d0e;
	vertical-align: middle;
}
.section-4 .main-review .review-box .review-content {
	font-size: 27px;
  	line-height: 1.67;
  	color: #0e0d0e;
	word-break: normal;
	letter-spacing: -0.5px;
}
.section-4 .main-review .review-box .review-content b {
	font-weight: bold;
    color: #e8334a;
}

.section-4 .main-review .all-view-btn {
	border-radius: 4px;
    border: solid 1px #535353;
    background-color: #ffffff;
	text-align: center;
	display: block;
	padding: 20px;
	font-size: 28px;
  	font-weight: bold;
  	line-height: 1.5;
  	color: #363636;
}

.section-4 .sub-review-title {
	text-align: center;
	margin-bottom: 80px;
}
.section-4 .sub-review-title-img {
	margin-bottom: 50px;
}
.section-4 .sub-review-title .title-sub {
	font-size: 24px;
  	font-weight: 300;
  	color: #000000;
}
.section-4 .sub-review-wrapper {
	text-align: center;
	font-size: 0;
	position: relative;
	z-index: 100;
}
.section-4 .sub-review-box {
	background-color: #ffffff;
	border-radius: 10px;
    box-shadow: -2px 5.7px 10px 0 rgba(35, 46, 68, 0.2);
	padding: 37px 30px;
	display: inline-block;
	max-width: 330px;
	width: 100%;
	margin: 0 12px 24px;
}
.section-4 .sub-review-box .title {
	font-size: 20px;
  	font-weight: 600;
  	line-height: 1.45;
  	letter-spacing: -0.6px;
  	color: #000000;
	margin-bottom: 0;
	text-align: left;
	height: 80px;
	
	overflow:hidden; text-overflow:ellipsis;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
} 
.section-4 .sub-review-box .content {
	font-size: 16px;
  	font-weight: 300;
  	line-height: 2.25;
	letter-spacing: -0.6px;
  	color: #111111;
	text-align: left;
	height: 120px;
	
	overflow:hidden; text-overflow:ellipsis;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
.section-4 .sub-review-box .bottom-wrap {
	text-align: left;
}
.section-4 .sub-review-box .bottom-wrap .grade {
	font-size: 22px;
  	line-height: 1.36;
  	color: #ffe57d;
}
.section-4 .sub-review-box .bottom-wrap a {
	border-radius: 4px;
  	border: solid 1px #626262;
  	background-color: #ffffff;
	padding: 5px 10px;
	font-size: 16px;
  	font-weight: 500;
  	color: #626262;
	text-align: center;
	float: right;
}



.section-notice {
	padding: 50px 0 80px;
	background-color: #0e0e0e;
	color: #ffffff;
}
.section-notice h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -2.3px;
	color: #ffffff;
}

.section-notice .notice-box {
	border: 1px solid #ffffff;
}

.notice-box .tr-1, .notice-box .tr-2,.notice-box .tr-3, .notice-box .tr-4, .notice-box .tr-5 {
	margin-left: 0;
	margin-right: 0;
}

.section-notice .notice-box .td-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom: 1px solid #0e0e0e;
	background-color: #ffffff;
	color: #454a5a;
	
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -1px;
}
.section-notice .tr-5 .td-1{
	border-bottom: 0px;
}

.section-notice .notice-box .td-2 {
	border-bottom: 1px solid #ffffff;
	color: rgb(204, 204, 204);
	padding: 20px;
	min-height: 100px;
	line-height: 1.55;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: -0.1px;
}
.section-notice .notice-box .td-2 p {
	margin: 0;
	text-indent: -10px;
    margin-left: 10px;
}

.section-notice .notice-box .td-2 p.li-style-1 {
	text-indent: -16px;
    margin-left: 16px;
}
.section-notice .notice-box .td-2 p.li-style-num-1 {
	text-indent: -15px;
    margin-left: 15px;
}
.section-notice .notice-box .td-2 p.li-style-num-2 {
	text-indent: -27px;
    margin-left: 27px;
}

.section-notice .notice-box .td-2 b {
	font-weight: 600;
}
.yellow {
	color: rgb(255, 239, 0);
}



.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9000;
}

.overlay:target {
	visibility: visible;
	opacity: 1;
}
.close-bg {
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 9001;
}
.close-bg:hover {
	cursor: default;
}

.popup-box {
	text-align: left;
	margin: 200px auto;
	padding: 40px 50px;
	background: #fff;
	border-radius: 5px;
	width: 90%;
	max-width: 900px;
	height: 70vh;
	max-height: 660px;
	position: relative;
	z-index: 9002;
}

.popup-box h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
	
	
	padding: 6px 15px;
	background-color: #01a68e;
	display: inline-block;
  	color: #ffffff;
}

.popup-box .close {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 45px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	color: #333;
}
.popup-box .popup-content {
	font-size: 20px;
	overflow-y: scroll;
	height: 88%;
	letter-spacing: -0.5px;
	line-height: 1.6;
	word-break: keep-all;
}
.popup-box .close:hover {
	color: #06D85F;
	font-size: 45px;
}


.section-exam {
	text-align: center;
	padding: 150px 15px 50px;
	position: relative;
}
.section-exam .title {
	margin-bottom: 100px;
}
.section-exam .title img {
	width: 100%;
	max-width: 953px;
}
.section-exam .exam-list {
	margin-bottom: 60px;
}
.section-exam .slide-title {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: -1px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.exam-slide-wrap .bx-wrapper{
	margin: auto;
	border: 1px solid #ccc;
	box-shadow: none;
}

.exam-slide-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
    max-width: 800px;
}

.arrow {
	cursor: pointer;
  	height: 120px;
  	left: 50%;
  	position: absolute;
  	top: 50%;
  	transform: translateX(-50%) translateY(-50%);
  	transition: transform .1s;
  	width: 80px;
}
.arrow-top, 
.arrow-bottom {
	background-color: #666;
    height: 4px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.arrow-right .arrow-top {
	transform: rotate(45deg);
    transform-origin: bottom right;
}
.arrow-right .arrow-bottom {
	transform: rotate(-45deg);
    transform-origin: top right;
}

.exam-prev {
	position: absolute;
	left: -48px;
	top: 42%;
	cursor: pointer;
}
.exam-next {
	position: absolute;
	right: -48px;
	top: 42%;
	cursor: pointer;
}


.item-wrapper .coming-soon {
	font-size: 40px;
	color: #e8334a;
	font-weight: bold;
	line-height: 1.5;
}




/*waypoints*/
.active{
    opacity: 1;
    transform: translateY(0);
    transform: translateX(0);
}

@media(max-width:1600px) {
	.section-1 {
		padding: 300px 0 400px;
	}
	.section-1 .title {
		max-width: 800px;
		margin-bottom: 10px;
	}
	.section-1 .title img {
		max-width: 490px;
		width: 100%;
	}
	.section-1 .title-sub p{
		font-size: 28px;
		margin-left: 170px;
		margin-top: -30px;
	}
	.section-1 .bg-lip-area .lip-1 {
		left: 200px;
		max-width: 100px;
	} 
	.section-1 .bg-lip-area .lip-2 {
		bottom: 80px;
		left: 600px;
		max-width: 253px;
	} 
	.section-1 .bg-lip-area .lip-3 {
		top: 620px;
		right: 130px;
		max-width: 204px;
	} 

	.section-1 .bg-book-area .top-right-book {
		top: -165px;
		right: -260px;
		max-width: 1000px;
		width: 75%;
	}
	.section-1 .bg-book-area .bottom-left-book {
		bottom: -140px;
		left: -170px;
		max-width: 850px;
		width: 70%;
	}
	.section-1 .title-sub .tip-1 {
		font-size: 24px;
		bottom: -45%;
		left: 45%;
	}
    .section-1 .title-sub .tip-2 {
		font-size: 24px;
		bottom: -105%;
		left: 45%;
	}
	.section-1 .title-sub .tip-3 {
		font-size: 16px;
		bottom: -125%;
		left: 45%;
	}
	.section-1 .title-sub .tip-4 {
		font-size: 16px;
		bottom: -145%;
		left: 45%;
	}
	.section-1 .title-sub .tip-5 {
		font-size: 24px;
		bottom: -75%;
		left: 45%;
	}
}

@media(max-width:1199px) {
	.section-1 {
		padding: 400px 0 450px;
	}
	.section-1 .title {
		max-width: 600px;
		margin-bottom: 10px;
	}
	.section-1 .title-sub {
		max-width: 900px;
	}
	.section-1 .title img {
		max-width: 420px;
		width: 100%;
	}
	.section-1 .title-sub p{
		font-size: 24px;
		margin-left: 200px;
	}
	.section-1 .bg-lip-area .lip-1 {
		top: 300px;
		left: 100px;
		max-width: 80px;
	} 
	.section-1 .bg-lip-area .lip-2 {
		bottom: 80px;
		left: 530px;
		max-width: 223px;
	} 
	.section-1 .bg-lip-area .lip-3 {
		top: 480px;
		right: 50px;
		max-width: 170px;
	} 

	.section-1 .bg-book-area .top-right-book {
		top: -165px;
		right: -260px;
		max-width: 800px;
		width: 100%;
	}
	.section-1 .bg-book-area .bottom-left-book {
		bottom: -110px;
		left: -140px;
		max-width: 710px;
		width: 100%;
	}
	
    .black-kiss-img {
		width: 380px;
	}
	.section-2 .qna-wrapper .question {
		font-size: 40px;
	}
    .section-2 .qna-wrapper .question-1 img.num{
        height: 90px;
    }
    .section-2 .qna-wrapper .question .num{
        height: 70px;
    }
	.section-2 .qna-wrapper .question .kiss-logo {
		margin-bottom: -15px;
		width: 140px;
	}
	.section-2 .qna-wrapper .answer {
		font-size: 18px;
	}
	.section-2 .qna-wrapper .answer .book4 {
		margin-right: 10px;
		width: 300px;
	}
	.section-2 .qna-wrapper .answer .answer-1 {
		width: calc(100% - 320px);
	}
	
	.section-3 .item-wrapper .consist-wrapper .consist-item {
		font-size: 28px;
		margin-bottom: 20px;
		max-width: 740px;
		line-height: 1.4;
	}
}


@media(max-width:991px) {
	.section-2 .qna-wrapper .question {
		font-size: 30px;
	}
	.section-2 .qna-wrapper .question small {
		font-size: 20px;
	}
	.section-2 .qna-wrapper .question .num {
		margin: 0;
	}
    .section-2 .qna-wrapper .question .toggle-down {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 14px solid #00A68E;
    }
	.section-2 .qna-wrapper .question .kiss-logo {
		margin-bottom: -15px;
		width: 120px;
	}
	.section-2 .qna-wrapper .answer {
		font-size: 16px;
	}
	.section-2 .qna-wrapper .answer br{
		display: none;
	}
	.section-2 .qna-wrapper .answer .book4 {
		margin-right: 0;
		width: 250px;
	}
	.section-2 .qna-wrapper .answer .answer-1 {
		width: calc(100% - 260px);
	}
	
	
	.section-2 .bg-lip-area .w-lip-1 {
		top: -100px;
		left: -20%;
		width: 137px;
		height: 121px;
	}
	.section-2 .bg-lip-area .w-lip-2 {
		left: -30%;
	}
	.section-2 .bg-lip-area .w-lip-3 {
		right: -30%;
	}
	.section-2 .bg-lip-area .w-lip-4 {
		right: -30%;
	}
	.section-2 .bg-lip-area .w-lip-5 {
		left: -30%;
	}
	.section-2 .bg-lip-area .w-lip-6 {
		right: -30%;
	}
	.section-2 .bg-lip-area .w-lip-7 {
		left: -30%;
	}
	.section-2 .bg-lip-area .w-lip-8 {
		right: -30%;
	}
	
	.black-kiss-img {
		width: 300px;
		top: 100px;
    	right: -40px;
	}
	.section-3 .item-wrapper .essence-wrap {
		top: 65px;
		left: 58%;
	}
	.section-3 .item-wrapper .essence-wrap p {
		display: inline-block;
		font-size: 30px;
		padding-left: 20px;
		position: relative;
		top: 5px;
	}
	.section-3 .item-wrapper .essence-wrap .arrow-right {
		width: 80px;
	}
	
	.section-3 .item-wrapper .consist-wrapper .item-detail p br {
		display: none;
	}
	.section-3 .item-wrapper .consist-wrapper .item-detail p .indent {
		margin-left: 0;
	}
	.section-3-notice-wrapper .notice-box p {
		font-size: 16px;
	}
	
	.section-4 .review-title .review-title-sub {
		font-size: 26px;
	}
	.section-4 .main-review .review-box {
		padding: 60px 55px;
	}
	.section-4 .main-review .review-box .title-date .title {
		padding: 6px 15px;
		font-size: 26px;
		margin-right: 10px;
	}
	.section-4 .main-review .review-box .title-date .date {
		font-size: 22px;
	}
	.section-4 .main-review .review-box .review-content {
    	font-size: 22px;
		margin: 0;
	}
	
	.section-4 .sub-review-box {
		padding: 37px 30px;
		max-width: 330px;
		margin: 0 6px 20px;
	}
	
	.section-exam {
		padding: 100px 15px 40px;
	}
	.section-exam .title {
		margin-bottom: 50px;
	}
	.arrow-wrap {
		display: none;
	}
}


@media(max-width:768px) {
	.section-1 {
		padding: 320px 0 380px;
	}
	.section-1 .title {
		max-width: 500px;
		margin-bottom: 0px;
	}
	.section-1 .title-sub {
		max-width: 900px;
	}
	.section-1 .title img {
		max-width: 420px;
		width: 80%;
	}
	.section-1 .title-sub p{
		font-size: 22px;
		margin-left: 10%;
		margin-top: -20px;
	}
	.section-1 .bg-lip-area .lip-1 {
		top: 200px;
		left: 100px;
		max-width: 80px;
		width: 10%;
	} 
	.section-1 .bg-lip-area .lip-2 {
		bottom: 50px;
		left: 490px;
		max-width: 183px;
		width: 25%;
	} 
	.section-1 .bg-lip-area .lip-3 {
		top: 320px;
		right: 90px;
		max-width: 120px;
		width: 20%;
	} 

	.section-1 .bg-book-area .top-right-book {
		top: -220px;
		right: -190px;
		max-width: 700px;
		min-width: 700px;
		width: 100%;
	}
	.section-1 .bg-book-area .bottom-left-book {
		bottom: -130px;
		left: -100px;
		max-width: 630px;
		min-width: 630px;
		width: 100%;
	}
	.section-1 .title-sub .tip-1 {
		font-size: 3.3vw;
		bottom: -30%;
		left: 50%;
	}
    .section-1 .title-sub .tip-2 {
		font-size: 3.3vw;
		bottom: -105%;
		left: 50%;
	}
	.section-1 .title-sub .tip-3 {
		font-size: 1.8vw;
		bottom: -127%;
		left: 50%;
	}
	.section-1 .title-sub .tip-4 {
		font-size: 1.8vw;
		bottom: -147%;
		left: 50%;
	}
	.section-1 .title-sub .tip-5 {
		font-size: 3.3vw;
		bottom: -70%;
		left: 50%;
	}
	
	.section-2 .qna-wrapper .question {
		font-size: 28px;
		margin-bottom: 50px;
		text-indent: -2.1em;
        margin-left: 2.1em;
	}
	.section-2 .qna-wrapper .question small {
		font-size: 18px;
		font-weight: bold;
	}
    
    .section-2 .qna-wrapper .question-1 img.num{
        height: 85px;
    }
    .section-2 .qna-wrapper .question .num{
        height: 60px;
        margin-right: 5px;
    }
	.section-2 .qna-wrapper .question .kiss-logo {
		margin-bottom: -15px;
		width: 120px;
	}
	.section-2 .qna-wrapper .question .toggle-down {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 14px solid #00A68E;
		opacity: .4;
		vertical-align: middle;
	}
	
	.section-2 .qna-wrapper .answer {
		font-size: 18px;
		line-height: 1.8;
		text-align: left;
		letter-spacing: -1px;
	}
	.section-2 .qna-wrapper .answer br{
		display: none;
	}
	.section-2 .qna-wrapper .answer .book4 {
		margin-right: 0;
		width: 250px;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 300;
	}
	.section-2 .qna-wrapper .answer .answer-1 {
		width: 100%;
		position: relative;
		z-index: 400;
	}
	.section-2 .bg-lip-area .w-lip-1 {
		left: -28%;
	}
	.section-2 .bg-lip-area .w-lip-2 {
		left: -40%;
	}
	.section-2 .bg-lip-area .w-lip-3 {
		right: -40%;
	}
	.section-2 .bg-lip-area .w-lip-4 {
		right: -40%;
	}
	.section-2 .bg-lip-area .w-lip-5 {
		left: -40%;
	}
	.section-2 .bg-lip-area .w-lip-6 {
		right: -40%;
	}
	.section-2 .bg-lip-area .w-lip-7 {
		left: -40%;
	}
	.section-2 .bg-lip-area .w-lip-8 {
		right: -40%;
	}
	
	.section-3 .title a.s3-link-1 {
		font-size: 18px;
		bottom: -0px;
		left: 45%;
	}
    .section-3 .title a.s3-link-2 {
		font-size: 18px;
		bottom: -30px;
		left: 45%;
	}
	.black-kiss-img {
		width: 170px;
		top: 150px;
		right: 20px;
	}
	.section-3 .item-wrapper .essence-wrap {
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
	}
	.section-3 .item-wrapper .essence-wrap p {
		display: inline-block;
		font-size: 26px;
		padding-left: 0px;
	}
	.section-3 .item-wrapper .essence-wrap .arrow-right {
		display: none;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item .price {
		font-size: 36px;
	}
	.section-3 .item-wrapper .consist-wrapper .item-detail p {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
		text-indent: -6px;
		margin-left: 12px;
	}
	
	.section-3-notice-wrapper .notice-box {
		border-radius: 10px;
		border: solid 2px #ffffff;
		padding: 44px 20px;
	}
	.section-3-notice-wrapper .profile-img {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
    
	.section-3-notice-wrapper .notice-box p {
		font-size: 16px;
		text-align: center;
        margin-bottom: 30px;
	}

    .section-3-notice-wrapper .notice-box p:last-child {
        margin-bottom: 0;
    }
    
    .section-3-notice-wrapper .notice-top-txt {
		display: block;
		width: 100%;
	}
    .section-3-notice-wrapper .notice-box p strong {
        display: block;
        font-size: 18px;
        margin-bottom: 5px;
    }
	.section-3-notice-wrapper .notice-box p br{
		display: none;
	}
	
	.section-4 .review-title {
		margin-bottom: 120px;
	}
	.section-4 .review-title .review-title-img {
		width: 80%;
		margin-bottom: 45px;
	}
	.section-4 .review-title .review-title-sub {
		font-size: 20px;
		line-height: 1.5;
	}
	
	.section-4 .sub-review-title-img {
		margin-bottom: 30px;
		width: 75%;
	}
	.section-4 .sub-review-title .title-sub {
		font-size: 20px;
		line-height: 1.4;
	}
	.section-4 .main-review {
		margin-bottom: 100px;
	}
	.section-4 .main-review .review-box {
		padding: 40px 30px;
		margin-bottom: 25px;
	}
	.section-4 .main-review .review-box .title-date {
		margin-bottom: 15px;
	}
	.section-4 .main-review .review-box .title-date .title {
		padding: 4px 5px;
		font-size: 22px;
		margin-right: 5px;
	}
	.section-4 .main-review .review-box .title-date .date {
		font-size: 17px;
	}
	.section-4 .main-review .review-box .review-content {
		font-size: 17px;
		margin: 0;
	}
	.section-4 .main-review .all-view-btn {
		padding: 12px;
		font-size: 22px;
	}
	
	.popup-box h2 {
		font-size: 22px;
		margin-bottom: 15px;
		padding: 6px 8px;
	}
	.popup-box .popup-content {
		font-size: 16px;
		height: 88%;
		word-break: keep-all;
	}
}

@media(max-width:575px) {
	.section-1 {
		padding: 0 0;
		height: 100vh;
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack:center;
		-webkit-justify-content:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	.section-1 .title {
		max-width: 500px;
		text-align: center;
		margin-bottom: 0px;
	}
	.section-1 .title img {
		max-width: 420px;
		width: 60%;
	}
	.section-1 .title-sub {
		max-width: 900px;
		text-align: center;
	}
	.section-1 .title-sub p{
		font-size: 18px;
		text-align: center;
		margin-left: 0;
		margin-top: 0;
	}
	.section-1 .bg-lip-area .lip-1 {
		top: 20%;
		left: 12%;
		max-width: 80px;
		width: 10%;
	} 
	.section-1 .bg-lip-area .lip-2 {
		bottom: 15%;
		left: 55%;
		max-width: 183px;
		width: 25%;
	} 
	.section-1 .bg-lip-area .lip-3 {
		top: 20%;
		right: 5%;
		max-width: 120px;
		width: 20%;
	} 

	.section-1 .bg-book-area .top-right-book {
		top: -200px;
		right: -25%;
		min-width: 470px;
		max-width: 700px;
		width: 90%;
	}
	.section-1 .bg-book-area .bottom-left-book {
		bottom: -150px;
		left: -25%;
		min-width: 400px;
		max-width: 630px;
		width: 90%;
	}
	.section-1 .title-sub .tip-1 {
        position: relative;
        display: block;
		bottom: 0;
		right: 0;
        left: 0;
		font-size: 4vw;
		margin-bottom: 5px;
	}
    .section-1 .title-sub .tip-2 {
        position: relative;
        display: block;
		bottom: 0;
		right: 0;
        left: 0;
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.section-1 .title-sub .tip-5 {
        position: relative;
        display: block;
		bottom: 0;
		right: 0;
        left: 0;
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.section-1 .title-sub .tip-3 {
        position: relative;
        display: block;
		bottom: 0;
		right: 0;
        left: 0;
		font-size: 3vw;
		margin-bottom: 5px;
	}
	.section-1 .title-sub .tip-4 {
        position: relative;
        display: block;
		bottom: 0;
		right: 0;
        left: 0;
		font-size: 3vw;
	}
	
	.section-2 {
		padding: 100px 0 70px;
	}
	.section-2 .bg-lip-area {
		display: none;
	}
	
	.section-3 {
		background-color: #000000;
		padding: 100px 0;
		overflow: hidden;
	}
	.section-3 .title {
		margin-bottom: 20px;
		text-align: center;
	}
	.section-3 .title img{
		width: 75%;
	}
    
    
	.section-3 .title a.s3-link-1 {
		font-size: 3.7vw;
		font-weight: 500;
		letter-spacing: -0.68px;
		bottom: -5%;
		left: 60%;
	}
    .section-3 .title a.s3-link-2 {
		font-size: 3.7vw;
		font-weight: 500;
		letter-spacing: -0.68px;
		bottom: -35%;
		left: 60%;
	}
	.black-kiss-img {
		width: 50%;
        position: relative;
        top: 0;
        right: 0;
        left: 25%;
        margin: 0 auto;
	}
	
	.section-3 .item-wrapper {
		margin-bottom: 100px;
	}
	.section-3 .item-wrapper:last-child {
		margin-bottom: 50px;
	}
	.section-3 .item-wrapper .item-name {
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 25px;
		text-align: center;
	}
	
	.item-wrapper .coming-soon {
		font-size: 32px;
		text-align: center;
	}
	.item-wrapper .coming-soon span {
		display: inline-block;
	}
	
	.section-3 .item-wrapper .buy-wrapper {
		text-align: center;
		margin-bottom: 30px;
	}
	
	.section-3 .item-wrapper .buy-wrapper .buy-btn {
		padding: 14px 40px;
		font-size: 24px;;
		margin: 0 0 10px;
	}
	.section-3 .item-wrapper .buy-wrapper span {
		display: block;
		font-size: 14px;
	}
	.section-3 .item-wrapper .essence-wrap {
		text-align: center;
		position: relative;
		top: 0;
		left: 0;
	}
	.section-3 .item-wrapper .essence-wrap p {
		font-size: 24px;
		padding-left: 0;
	}
	.section-3 .item-wrapper .essence-wrap .arrow-right {
		display: none;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item {
		font-size: 23px;
		text-align: center;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item  br {
		display: none;
	}
	
	.book-slider-wrap {
		margin-bottom: 50px;
	}
	
	.section-4 {
		padding: 100px 0 200px;
		background-size: 1200px;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	.section-4 .bottom-bg {
		background-size: 1000px;
	}
	.section-4 .main-review .review-box .title-date .title {
		font-size: 18px;
	}
	.section-4 .main-review .review-box .title-date .date {
		font-size: 14px;
		display: inline-block;
	}
	.section-4 .main-review .review-box .review-content {
		font-size: 15px;
	}
	
	.section-notice h2 {
		text-align: center;
		margin-bottom: 40px;
		font-size: 28px;
		color: #ffffff;
	}
	.section-notice .notice-box .td-2 {
		padding: 10px;
		font-size: 14px;
	}
	
	.popup-box {
		text-align: left;
		margin: 15% auto;
		padding: 30px 25px;
		height: 80vh;
		max-height: 760px;
	}
	.popup-box h2 {
		font-size: 17px;
		margin-bottom: 15px;
		padding: 6px;
	}
	.popup-box .popup-content {
		font-size: 14px;
		height: 95%;
		word-break: keep-all;
	}
	
	.section-exam .slide-title {
		font-weight: 600;
		font-size: 28px;
		letter-spacing: -1px;
		padding-top: 20px;
		margin-bottom: 20px;
	}
}


@media(max-width:480px) {
	.section-2 .qna-wrapper {
		margin-bottom: 80px;
	}
	.section-2 .qna-wrapper .question {
		font-size: 21px;
		line-height: 1.6;
		margin-bottom: 30px;
		text-indent: -1.6em;
    	margin-left: 1.6em;
	}
	.section-2 .qna-wrapper .question-1 {
		font-size: 24px;
	}
    .section-2 .qna-wrapper .question-1 img.num{
        height: 40px;
    }
	.section-2 .qna-wrapper .question .num {
		height: 35px;
        margin: 0;
	}
    .section-2 .qna-wrapper .question .toggle-down {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #00A68E;
    }
	.section-2 .qna-wrapper .answer .book4 {
		margin-bottom: -25px;
	}
	.section-2 .qna-wrapper .question .kiss-logo {
		margin-bottom: -10px;
		width: 80px;
	}
	.section-2 .qna-wrapper .answer {
		font-size: 16px;
		line-height: 1.8;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item {
		font-size: 20px;
	}
	.section-3 .item-wrapper .consist-wrapper .consist-item .price {
		font-size: 32px;
	}
	.section-3 .item-wrapper .consist-wrapper .item-detail p {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.section-3-notice-wrapper .notice-box p {
		font-size: 14px;
	}
	.section-3-notice-wrapper .notice-box p strong {
		font-size: 16px;
	}
	.section-4 .review-title .review-title-img {
		margin-bottom: 25px;
	}
	.section-4 .review-title .review-title-sub {
		font-size: 16px;
	}
	.section-4 .sub-review-title .title-sub {
		font-size: 16px;
	}
}




