#container {
	padding: 0!important;
}

.visual {
	position: relative;
}
.visual .hero {
	position: sticky;
	top: 0;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: 119px 100px;
	box-sizing: border-box;
}
.visual .hero-bg {
	position: fixed;
	left: 0;
	bottom: 20px;
	will-change: transform;
	background: url("../images/visual_bg.png")no-repeat 50% 100% / 97%;
	opacity: .1;
	width: 100%;
	height: 40%;
	text-align: center;
}
.visual .hero-inner {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	opacity: 0;
	transform-origin: center;
}
.visual .hero-title {
	font-size: 64px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.32px;
	word-break: keep-all;
}
.visual .hero-desc {
	color: #717171;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 20px;
	word-break: keep-all;
}
.visual .txt_box {
	position: relative;
	width: 100%;
}
.visual .txt_box .txt {
	flex: 1;
}
.visual .txt_box .sub_tit {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
	text-align: right;
}
.visual .prd {
    opacity: 0;
    position: absolute;
    width: 65%;
    height: 55%;
    top: 12%;
    left: 17%;
    z-index: 2;
}
.visual .prd.fade-out {
	opacity: 0!important;
	transition: opacity 0.5s ease;
}
.visual .prd img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center bottom;
	object-fit: contain;
}
.visual .hand {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37%;
    will-change: transform, opacity;
}
.visual .hand.fade-out {
	opacity: 0!important;
	transition: opacity 0.5s ease;
}
.visual .hand img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center bottom;
	object-fit: contain;
}
.visual .text_scroll {
	position: relative;
	height: 100vh!important;
}
.visual .text_scroll .text {
	position: sticky;
	top: 0;
	z-index: 2;
	text-align: center;
	padding: 200px 48px 100px;
	overflow: visible;
	justify-content: center;
	gap: 10px;
	box-sizing: border-box;
}
.visual .text_scroll .text h2 {
	font-size: 64px;
	font-weight: 800;
	line-height: 1;
}
.visual .text_scroll .text h2.txt_gray {
	color: #717171;
}
.visual .prd_list {
	position: relative;
	margin-top: 60vh;
}
.visual .prd_list .box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	height: 130vh;
	padding: 0 20px;
	box-sizing: border-box;
}
.visual .prd_list .item {
	position: sticky;
	top: 50%;
	transform: translateY(-50%);
	justify-content: center;
	gap: 100px;
}
.visual .prd_list .item .info_box {
	flex: 1;
	gap: 60px;
	max-width: 510px;
}
.visual .prd_list .item .info_box .title {
	gap: 10px;
}
.visual .prd_list .item .info_box .title strong {
	color: #000AE3;
	font-size: 48px;
	font-family: 'ArtBrush';
	font-weight: 400;
}
.visual .prd_list .item .info_box .title h3 {
	font-size: 64px;
	font-weight: 800;
	text-transform: uppercase;
}
.visual .prd_list .item .info_box .title p {
	color: #717171;
	font-size: 20px;
	line-height: 1.4;
	margin-top: 10px;
}
.visual .prd_list .item .info_box .line {
	gap: 10px;
}
.visual .prd_list .item .info_box .line > div {
	gap: 20px;
}
.visual .prd_list .item .info_box .line > div p {
	font-size: 20px;
}
.visual .prd_list .item .info_box .line > div .square span {
	color: #717171;
}
.visual .prd_list .item .info_box .line > div .square span.on {
	color: #000AE3;
}
.visual .prd_list .item.item2 .info_box .title strong,
.visual .prd_list .item.item2 .info_box .line > div .square span.on {
	color: #9100E0;
}
.visual .prd_list .item.item3 .info_box .title strong,
.visual .prd_list .item.item3 .info_box .line > div .square span.on {
	color: #FF007B;
}
.visual .prd_list .item.item3 .info_box .title strong,
.visual .prd_list .item.item3 .info_box .line > div .square span.on {
	color: #FF007B;
}
.visual .prd_list .item.item4 .info_box .title strong,
.visual .prd_list .item.item4 .info_box .line > div .square span.on {
	color: #00D23C;
}
.visual .prd_list .item.item5 .info_box .title strong,
.visual .prd_list .item.item5 .info_box .line > div .square span.on {
	color: #FF7C1F;
}
.visual .prd_list .item .img {
	position: relative;
	flex: 1;
	max-width: 510px;
	padding-left: 160px;
	box-sizing: border-box;
}


.sec {
	position: relative;
    z-index: 1;
	min-height: 100vh;
    background: #F8F5F0;
	padding: 160px 0;
	box-sizing: border-box;
}
.sec02 .grid {
	justify-content: center;
	gap: 100px;
}
.sec02 .grid .txt_box {
	flex: 1;
	padding: 80px 0;
}
.sec02 .grid .txt_box > div {
	position: sticky;
	top: 250px;
	gap: 60px;
}
.sec02 .grid .txt_box h4 {
	font-size: 64px;
	font-weight: 800;
	line-height: 1.2;
	color: #242121;
}
.sec02 .grid .txt_box .desc {
	font-size: 24px;
	font-weight: 500;
	color: #717171;
	line-height: 1;
	letter-spacing: -1px;
	gap: 10px;
}
.sec02 .grid .txt_box .desc strong {
	color: var(--black);
	font-size: 32px;
	font-weight: 700;
}
.sec02 .grid .img {
	width: 585px;
	text-align: center;
}
.sec02 .grid .img > div {
	position: sticky;
	top: 180px;
	margin-bottom: 100px;
}
.sec02 .grid .img > div:last-child {
	margin-bottom: 0;
}
.sec02 .grid .img img {
	max-width: 100%;
}




.sec03 {
	padding: 160px 20px;
	box-sizing: border-box;
}
.sec03 .inner {
	gap: 100px;
}
.sec03 h3.tit {
	font-size: 64px;
	font-weight: 800;
	line-height: 1.2;
}
.sec03 .grid {
	gap: 60px;
	align-items: start;
	overflow: hidden;
}
.sec03 .grid .img {
	flex: 1;
	border-radius: 5px;
	overflow: hidden;
}
.sec03 .grid .img img {
	position: relative;
	width: 100%;
}
.sec03 .grid .list_table {
	flex: 1;
}
.sec03 .grid .list_table span {
	display: inline-block;
	padding: 10px 20px;
	background: #00D23C;
	color: var(--white);
	border-radius: 5px;
	font-weight: 500;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.sec03 .grid .list_table .item {
	border-top: 1px solid rgba(113, 113, 113, 0.5);
	padding: 30px 0;
	gap: 20px;
	font-size: 20px;
	box-sizing: border-box;
}
.sec03 .grid .list_table .item:last-child {
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
}
.sec03 .grid .list_table .item p {
	flex: 1;
	width: 100%;
	font-weight: 500;
	line-height: 1;
}
.sec03 .grid .list_table .item strong {
	color: #00D23C;
	font-family: 'ArtBrush';
	font-weight: 400;
}
.sec03 .solution {
	gap: 100px 60px;
}
.sec03 .solution > div {
	width: calc(33.333% - 40px);
	gap: 40px;
}
.sec03 .solution > div .title {
	padding: 30px 0;
	gap: 10px;
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
}
.sec03 .solution > div .title p {
	font-family: 'ArtBrush';
	color: #717171;
	font-size: 24px;
}
.sec03 .solution > div .title strong {
	font-size: 32px;
	font-weight: 700;
}
.sec03 .solution > div .cont {
	gap: 20px;
}
.sec03 .solution > div .cont p {
	font-size: 24px;
	font-weight: 500;
}
.sec03 .solution > div .cont ul li {
	position: relative;
	color: #717171;
	font-size: 20px;
	line-height: 1.4;
	padding-left: 25px;
	box-sizing: border-box;
}
.sec03 .solution > div .cont ul li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 10px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #717171;
}



.sec04 {
	padding: 0;
}
.sec04 .box {
	padding: 20px 0;
	gap: 60px;
}
.sec04 .box > div {
	flex: 1;
}
.sec04 .box .txt {
	gap: 40px;
}
.sec04 .box .txt strong {
	font-size: 48px;
}
.sec04 .box .txt p {
	font-size: 20px;
	font-weight: 500;
	color: #717171;
	line-height: 1.4;
}
.sec04 .box .img {
	border-radius: 10px;
	overflow: hidden;
}
.sec04 .box .img img {
	display: block;
	position: relative;
	width: 100%;
}




.sec05 .form {
	border-radius: 10px;
	background: #D4DCCF;
	padding: 200px 40px 40px;
	box-sizing: border-box;
}
.sec05 .title {
	gap: 30px;
	margin-bottom: 200px;
}
.sec05 .title p {
	color: var(--white);
	font-size: 64px;
	line-height: 1;
	font-family: 'ArtBrush';
}
.sec05 .title h3 {
	font-size: 96px;
	font-weight: 800;
	line-height: 1.2;
}
.sec05 .img {
	justify-content: center;
	gap: 50px;
}
.sec05 .grid {
	margin-top: 60px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 20px;
}
.sec05 .grid > div {
	padding: 60px;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.5);
	background: rgba(255, 255, 255, 0.10);
	gap: 20px;

	box-sizing: border-box;
}
.sec05 .grid > div:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	justify-content: space-between;
}
.sec05 .grid > div:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	justify-content: space-between;
}
.sec05 .grid > div:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}
.sec05 .grid > div .gmp {
	margin-top: 60px;
}
.sec05 .grid > div .gmp img {
	max-width: 100%;
}
.sec05 .grid > div strong {
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -0.96px;
}
.sec05 .grid > div p {
	font-size: 20px;
	font-weight: 500;
	color: #717171;
}



.sec06 {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.sec06 .sticky {
  position: relative;
  min-height: 130vh;
}
.sec06 .sticky .title {
	position:sticky;
	top: 0;
	text-align: center;
	width: 100%;
	height: 100%;
}
.sec06 .sticky .title .box {
	
}
.sec06 .sticky .title h2 {
  font-size: 200px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: capitalize;
  opacity: .4;
}

.sec06 .sticky .review {
  display: flex;
  gap: 40px;
  will-change: transform;
  z-index: 5;
  width: 100%;
  justify-content: center;
}

.sec06 .sticky .review .item {
  width: 350px;
  min-height: 280px;
  background: var(--white);
  padding: 30px;
  border-radius: 5px;
  gap: 16px;
  box-sizing: border-box;
}
.sec06 .sticky .review .item .cont {
	font-size: 15px;
	line-height: 1.4;
}
.sec06 .sticky .review .item .util {
	gap: 10px;
}
.sec06 .sticky .review .item .util .star {
	font-weight: 900;
	letter-spacing: 0.8px;
}
.sec06 .sticky .review .item .util p {
	color: #717171;
	font-size: 15px;
	letter-spacing: -0.3px;
}



.sec07 {
	padding: 120px 0;
	min-height: auto;
}
.sec07 .inner {
	gap: 60px;
}
.sec07 .title {
	gap: 20px;
}
.sec07 .title h3 {
	font-size: 64px;
	font-weight: 800;
	line-height: 1.2;
}
.sec07 .title p {
	color: #717171;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.sec07 .list {
	gap: 40px 20px;
}
.sec07 .list .item {
	width: calc(33.333% - 14px);
	gap: 15px;
}
.sec07 .list .item .thumb img {
	width: 100%;
}
.sec07 .list .item .info {
	padding: 0 10px;
	gap: 10px;
	box-sizing: border-box;
}
.sec07 .list .item .info .name {
	letter-spacing: -0.32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.sec07 .list .item .info .price {
	gap: 4px;
}
.sec07 .list .item .info .price strike {
	color: #B1B1B1;
	font-size: 12px;
	letter-spacing: -0.24px;
}
.sec07 .list .item .info .price > div {
	gap: 5px;
}
.sec07 .list .item .info .price > div strong {
	color: #323232;
	font-size: 15px;
	font-weight: 700;
}
.sec07 .list .item .info .price > div span {
	padding: 2px 8px;
	background: #B1B1B1;
	color: var(--white);
	border-radius: 2px;
	font-size: 10px;
	box-sizing: border-box;
}
.sec07 .list .item .btn_area {
	padding: 0 10px;
	gap: 10px;
	box-sizing: border-box;
}
.sec07 .list .item .btn_area a {
	flex: 1;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.375px;
	border-radius: 5px;
	box-sizing: border-box;
}
.sec07 .list .item .btn_area a.buy_btn {
	background: var(--black);
	color: var(--white);
}
.sec07 .list .item .btn_area a.send_btn {
	border: 1px solid rgba(113, 113, 113, 0.5);
	background: var(--white);
}


.roulette {
	position: relative;
	border-radius: 10px;
	background: #D4DCCF;
	padding: 200px 40px;
	box-sizing: border-box;
}
.roulette .tit {
	position: relative;
    text-align: center;
	gap: 30px;
	margin-bottom: 60px;
}
.roulette .tit p {
	color: var(--white);
	font-size: 64px;
	font-family: 'ArtBrush';
	text-transform: capitalize;
}
.roulette .tit h2 {
    font-size: 96px;
	font-weight: 800;
	line-height: 1.2;
}
.roulette .wrapper {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.roulette_wrap {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--white);
    padding: 30px;
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
}
.roulette .wrapper .circleWrap {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid #F0F0F0;
    box-sizing: border-box;
}
.roulette .wrapper .circleWrap .rouleWrap {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;
	border-radius: 50%;
	overflow: hidden;
	transform: rotate(-90deg);
}
.roulette .wrapper .circleWrap .rouleWrap.active {
	transform: var(--move);
	transition: all 10s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.roulette .wrapper .circleWrap .rouleWrap:after {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background-color: #f27935;
	border-radius: 50%;
	z-index: 100;
}
.roulette .wrapper .circleWrap .rouleWrap .item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: var(--width);
	height: 270px;
	margin: 0 auto;
	transform-origin: var(--bdWidth) 270px;
	z-index: 10;
}
.roulette .wrapper .circleWrap .rouleWrap .item:before {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 270px var(--bdWidth) 0;
	border-color: #00D23C transparent transparent;
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(even):before {
  border-color: #fff transparent transparent;
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(odd) {
	color: var(--white);
}
.roulette .wrapper .circleWrap .rouleWrap .item .bx {
	display: block;
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	text-align: center;
	z-index: 10;
	padding: 0 15%;
	font-size: 32px;
	font-weight: bold;
	word-break: keep-all;
    box-sizing: border-box;
}
.roulette .wrapper .circleWrap .rouleWrap .item .bx span.txt {
  	display: block;
	font-weight: 800;
}
.roulette .wrapper .circleWrap .rouleWrap .item .bx strong {
  	display: block;
	font-weight: 400;
	word-break: keep-all;
}
.roulette .wrapper .circleWrap .rouleWrap .item:after {
  display: block;
  width: 4px;
  height: 100%;
  background-color: #f27935;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: rotate(calc( var(--deg) / 2 )) translateX(-4px);
  transform-origin: 0 100%;
  z-index: 50;
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(1) {
  transform: rotate(calc( var(--deg) * 1 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(2) {
  transform: rotate(calc( var(--deg) * 2 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(3) {
  transform: rotate(calc( var(--deg) * 3 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(4) {
  transform: rotate(calc( var(--deg) * 4 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(5) {
  transform: rotate(calc( var(--deg) * 5 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(6) {
  transform: rotate(calc( var(--deg) * 6 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(7) {
  transform: rotate(calc( var(--deg) * 7 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(8) {
  transform: rotate(calc( var(--deg) * 8 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(9) {
  transform: rotate(calc( var(--deg) * 9 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(10) {
  transform: rotate(calc( var(--deg) * 10 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(11) {
  transform: rotate(calc( var(--deg) * 11 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(12) {
  transform: rotate(calc( var(--deg) * 12 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(13) {
  transform: rotate(calc( var(--deg) * 13 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(14) {
  transform: rotate(calc( var(--deg) * 14 ));
}
.roulette .wrapper .circleWrap .rouleWrap .item:nth-child(15) {
  transform: rotate(calc( var(--deg) * 15 ));
}
.roulette .wrapper .pin {
  width: 70px;
  height: 84px;
  border-radius: 50%;
  background: url("../images/pointer.png")no-repeat 50% 50% / 100%;
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translateX(-50%);
  z-index: 11;
}
.roulette .wrapper .btnStart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 211px;
    height: 211px;
    border-radius: 50%;
    z-index: 11;
    border: 0;
    cursor: pointer;
    color: #00D23C;
    font-size: 46px;
    font-weight: 900;
	border: 15px solid #F2F2F2;
	background: var(--white);
    box-sizing: border-box;
}
.roulette .chance {
	max-width: 660px;
	padding: 30px 0;
	gap: 10px;
	font-size: 24px;
	letter-spacing: -0.48px;
	box-sizing: border-box;
	margin: 60px auto 0;
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
}
.roulette .share {
	max-width: 660px;
	padding: 30px 0;
	border-bottom: 1px solid rgba(113, 113, 113, 0.5);
	box-sizing: border-box;
	margin: 0 auto;
}
.roulette .share button {
	width: 250px;
	height: 50px;
	background: var(--black);
	color: var(--white);
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.48px;
	border-radius: 10px;
	margin: 0 auto;
}
.roulette .share button img {
	vertical-align: -2px;
	margin-left: 10px;
}
.roulette .rank {
	max-width: 660px;
	padding: 40px 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.roulette .rank > h3 {
	font-size: 24px;
	letter-spacing: -0.48px;
	margin-bottom: 30px;
}
.roulette .rank .slide {
	height: 228px;
	padding: 20px;
	font-size: 20px;
	letter-spacing: -0.4px;
	box-sizing: border-box;
	overflow: hidden;
}
.roulette .scroll_group {
    animation: logoSlider 25s infinite linear;
}
@keyframes logoSlider {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-100%);
    }
}
@-webkit-keyframes logoSlider {
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-100%);
    }
}
.roulette .scroll_group .item {
	margin-bottom: 14px;
}


#r_modal .modal_cont {
	max-width: 480px;
}
#r_modal .box h3 {
    font-size: 25px;
	color: #000
}
#r_modal .coupon_form {
	background: url("../images/logo.svg")no-repeat 50% 0 / 60%;
}
#r_modal .coupon_form .result_img {
	padding: 100px 0 0px;
}
#r_modal .coupon_form .result_img .img {
    position: relative;
    border-radius: 5px;
    width: 65%;
    padding-bottom: 65%;
    margin: 0 auto;
	overflow: hidden;
}
#r_modal .coupon_form .result_img .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
    width: auto;
}
#r_modal .coupon_form .result_img .text {
	text-align: center;
}
#r_modal .coupon_form .result_img .text > strong {
	display: block;
	font-size: 24px;
}
#r_modal .coupon_form .result_img .text p {
	margin-top: 10px;
}
#r_modal .coupon_form .result_img .text p strong {
	color: #00D23C;
	font-size: 20px;
}
#r_modal .coupon_form .result_img .text div {
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    margin: 12px auto;
}
#r_modal .coupon_form #barcode img {
	width: 100%;
}
#r_modal #barcode {
    display: block;
    margin: 30px auto;
    width: 65%;
    padding-bottom: 20px;
}
#r_modal .btn_area button {
	height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.375px;
    border-radius: 5px;
    box-sizing: border-box;
}
#r_modal .btn_area button.share_btn {
	background: var(--black);
    color: var(--white);
}
#r_modal .btn_area button.r_list {
	border: 1px solid rgba(113, 113, 113, 0.5);
    background: var(--white);
}




@media screen and (max-width: 1440px) {
	.visual .hero-inner {
		top: 140%;
	}
	.visual .hero-desc {
		max-width: 70%;
	}

	.sec02 .grid {
		gap: 70px;
	}
}
@media screen and (max-width: 1240px) {
	.visual .hero {
		padding: 119px 20px;
	}
	.visual .hero-title {
		font-size: 48px;
	}
	.visual .hero-desc {
		font-size: 20px;
		max-width: 90%;
	}
	.visual .txt_box .sub_tit {
    	font-size: 26px;
	}
	.visual .text_scroll .text h2 {
    	font-size: 48px;
	}
	.visual .prd_list .item .info_box .title strong {
		font-size: 36px;
	}
	.visual .prd_list .item .info_box .title h3 {
    	font-size: 48px;
	}
	.visual .prd_list .item .info_box .title p {
		font-size: 16px;
	}
	.visual .prd_list .item .info_box .line > div p {
		font-size: 16px;
	}
	.visual .prd_list .item .img {
		max-width: 310px;
		padding-left: 90px;
	}
	.visual .prd_list .item .img img {
        width: 30%;
		max-width: 80px;
    }


	.sec02 .grid {
        gap: 50px;
    }
	.sec02 .grid .txt_box h4 {
    	font-size: 48px;
	}
	.sec02 .grid .txt_box .desc {
		font-size: 20px;
	}
	.sec02 .grid .txt_box .desc strong {
		font-size: 26px;
	}
	.sec02 .grid .img {
        width: 355px;
    }


	.sec03 .inner {
		gap: 70px;
	}
	.sec03 h3.tit {
    	font-size: 48px;
	}
	.sec03 .grid .list_table .item {
		font-size: 16px;
	}
	.sec03 .solution {
		gap: 70px 30px;
	}
	.sec03 .solution > div {
		gap: 30px;
		width: calc(33.333% - 20px);
	}
	.sec03 .solution > div .title p {
		font-size: 18px;
	}
	.sec03 .solution > div .title strong {
		font-size: 24px;
	}
	.sec03 .solution > div .cont p {
    	font-size: 20px;
	}
	.sec03 .solution > div .cont ul li {
		font-size: 16px;
	}
	.sec03 .solution > div .cont ul li:before {
		top: 8px;
		width: 3px;
		height: 3px;
	}


	.sec04 .box .txt strong {
		font-size: 36px;
	}
	.sec04 .box .txt p {
    	font-size: 16px;
	}


	.sec05 .title p {
		font-size: 48px;
	}
	.sec05 .title h3 {
    	font-size: 68px;
	}
	.sec05 .img {
		gap: 25px;
	}
	.sec05 .img img {
        max-width: 80px;
        width: 75%;
    }
	.sec05 .grid > div {
    	padding: 30px;
	}
	.sec05 .grid > div strong {
    	font-size: 36px;
	}
	.sec05 .grid > div p {
    	font-size: 16px;
	}
	.sec05 .grid > div .gmp {
		margin-top: 30px;
	}


	.sec06 .sticky .title h2 {
    	font-size: 174px;
	}
	.sec06 .sticky .review .item {
		width: calc(33.333% - 27px);
	}


	.sec07 .title h3 {
    	font-size: 48px;
	}
	.sec07 .title p {
		font-size: 16px;
	}


	.roulette .tit p {
		font-size: 48px;
	}
	.roulette .tit h2 {
    	font-size: 68px;
	}
	.roulette .share button {
		font-size: 20px;
	}
	.roulette .share button img {
    	vertical-align: -4px;
	}
}
@media screen and (max-width: 1024px) {
	.visual .hero-title {
        font-size: 36px;
    }
	.visual .hero-desc {
		max-width: 100%;
        font-size: 16px;
	}
	.visual .txt_box .sub_tit {
        font-size: 20px;
    }
	.visual .prd {
        top: 18%;
        height: 45%;
    }
	.visual .hand {
		height: 27%;
	}
	.visual .text_scroll .text h2 {
        font-size: 36px;
    }
	.visual .prd_list .box {
		height: 120vh;
	}
	.visual .prd_list .item .img {
        padding-left: 0;
        padding-right: 85px;
        text-align: right;
    }
	.visual .prd_list .item .img img {
		width: 25%;
	}

	.sec {
		padding: 100px 0;
	}

	.sec02 .grid .txt_box h4 {
        font-size: 36px;
    }
	.sec02 .grid .txt_box .desc {
        font-size: 16px;
    }
	.sec02 .grid .txt_box .desc strong {
        font-size: 20px;
    }
	.sec02 .grid .img {
    	width: 260px;
		margin-bottom: -410px;
	}

	.sec03 {
		margin-top: 410px;
	}
	.sec03 .inner {
        gap: 35px;
    }
	.sec03 h3.tit {
        font-size: 36px;
    }
	.sec03 .grid {
    	gap: 30px;
	}
	.sec03 .grid .list_table span {
		font-size: 14px;
	}
	.sec03 .grid .list_table .item {
		padding: 18px 0;
        font-size: 14px;
    }
	.sec03 .solution {
		gap: 30px;
	}
	.sec03 .solution > div {
        width: calc(50% - 15px);
    }
	.sec03 .solution > div .title {
    	padding: 15px 0;
	}
	.sec03 .solution > div .title strong {
        font-size: 20px;
    }
	.sec03 .solution > div .cont p {
        font-size: 16px;
    }
	.sec03 .solution > div .cont ul li {
		padding-left: 20px;
	}
	.sec03 .solution > div .cont ul li {
        font-size: 14px;
    }
	.sec03 .solution > div .cont ul li:before {
        top: 6px;
	}

	.sec04 .box .txt strong {
        font-size: 28px;
    }
	.sec04 .box .txt p {
        font-size: 14px;
    }

	.sec05 {
		padding-top: 0;
	}
	.sec05 .form {
		padding: 130px 40px 40px;
	}
	.sec05 .title p {
        font-size: 36px;
    }
	.sec05 .title h3 {
        font-size: 48px;
    }
	.sec05 .img {
        gap: 5px;
    }
	.sec05 .img img {
        width: 60%;
    }
	.sec05 .grid > div strong {
        font-size: 24px;
    }
	.sec05 .grid > div p {
		font-size: 14px;
	}
	.sec05 .grid > div .gmp {
        margin-top: 10px;
    }
	.sec05 .grid > div .gmp img {
		max-width: 80%;
	}

	.sec06 .sticky {
		min-height: 165vh;
	}
	.sec06 .sticky .title h2 {
        font-size: 110px;
    }
	.sec06 .sticky .review {
		gap: 20px;
		margin-top: 30%;
	}
	.sec06 .sticky .review .item {
        width: calc(50% - 10px);
    }


	.sec07 .inner {
		gap: 40px;
	}
	.sec07 .title h3 {
        font-size: 36px;
    }
	.sec07 .title p {
        font-size: 14px;
    }

	.sec08 {
		padding-top: 0;
	}
	.roulette {
		padding: 130px 40px 40px;
	}
	.roulette .tit {
		gap: 15px;
		margin-bottom: 30px;
	}
	.roulette .tit p {
        font-size: 36px;
    }
	.roulette .tit h2 {
        font-size: 48px;
    }
	.roulette .wrapper .circleWrap .rouleWrap .item .bx {
		font-size: 26px;
		padding: 0 20%;
	}
	.roulette .wrapper .btnStart {
		width: 175px;
    	height: 175px;
		font-size: 36px;
	}
	.roulette .chance {
		font-size: 20px;
	}
	.roulette .share button {
        font-size: 16px;
        width: auto;
        padding: 0 24px;
    }
	.roulette .share button img {
        width: 18px;
    }
	.roulette .rank > h3 {
		font-size: 20px;
	}
	.roulette .rank .slide {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.visual .txt_box {
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
    }
	.visual .hero-title {
        font-size: 28px;
    }
	.visual .hero-desc {
		font-size: 14px;
	}
	.visual .txt_box .txt {
		flex: none;
		width: 100%;
		text-align: center;
	}
	.visual .hero-inner {
        position: static;
        top: 0;
        transform: none !important;
        width: 100%;
    }
	.visual .txt_box .sub_tit {
		display: none;
	}
	.visual .prd_list {
		margin-top: 120vh;
	}
	.visual .prd_list .box {
        height: 200vh;
    }
	.visual .prd_list .item {
		gap: 40px;
	}
	.visual .prd_list .item .img {
		order: 0;
		max-width: 100%;
        flex: none;
        width: 100%;
		text-align: center;
		padding: 0;
	}
	.visual .prd_list .item .img img {
		width: 45px;
	}
	.visual .prd_list .item .info_box {
		order: 1;
		flex: none;
		max-width: 100%;
		width: 100%;
		text-align: center;
		gap: 30px;
	}
	.visual .prd_list .item .info_box .title strong {
        font-size: 24px;
    }
	.visual .prd_list .item .info_box .title h3 {
        font-size: 36px;
    }
	.visual .prd_list .item .info_box .line {
		gap: 10px;
		width: 160px;
		margin: 0 auto;
	}


	.sec02 .grid .txt_box {
        flex: none;
        width: 100%;
        text-align: center;
        position: sticky;
        top: 85px;
		padding: 20px 0;
    }
	.sec02 .grid .txt_box > div {
		gap: 30px;
	}
	.sec02 .grid .img > div {
		top: 300px;
		margin-bottom: 30px!important;
	}

	.sec03 .grid .img {
		flex: none;
		width: 100%;
	}

	.sec04 .box {
		gap: 30px;
	}
	.sec04 .box > div {
		flex: none;
		width: 100%;
	}
	.sec04 .box .img {
		order: 0;
	}
	.sec04 .box .img img {
		transform: none !important;
	}
	.sec04 .box .txt {
		order: 1;
	}

	.sec05 .form {
        padding: 70px 25px 40px;
    }
	.sec05 .title {
		gap: 15px;
		margin-bottom: 100px;
	}
	.sec05 .title p {
        font-size: 24px;
    }
	.sec05 .title h3 {
        font-size: 36px;
    }
	.sec05 .img > div {
		width: calc(16.666% - 6px);
	}
	.sec05 .grid {
		display: block;
		margin-top: 30px;
	}
	.sec05 .grid > div {
		margin-top: 20px;
	}
	.sec05 .grid > div .gmp img {
        max-width: 55%;
    }

	.sec06 {
		padding: 0;
	}
	.sec06 .sticky {
		min-height: auto;
	}
	.sec06 .sticky .title h2 {
        font-size: 68px;
    }
	.sec06 .sticky .review {
		transform: none!important;
		margin-top: 30px;
	}

	.sec07 .list .item {
        width: 100%;
        max-width: 370px;
        margin: 0 auto;
    }


	.roulette {
        padding: 70px 25px 40px;
    }
	.roulette .tit p {
        font-size: 24px;
    }
	.roulette .tit h2 {
        font-size: 36px;
    }
	.roulette .wrapper {
		padding: 0;
		margin: 0 -5px;
	}
	.roulette_wrap {
		width: 300px;
		height: 300px;
		padding: 15px;
	}
	.roulette .wrapper .pin {
		width: 50px;
		height: 63px;
	}
	.roulette .wrapper .btnStart {
        width: 110px;
        height: 110px;
        font-size: 20px;
        border-width: 10px;
    }
	.roulette .wrapper .circleWrap .rouleWrap .item {
		height: 135px;
		transform-origin: var(--bdWidth) 135px;
	}
	.roulette .wrapper .circleWrap .rouleWrap .item:before {
		border-width: 135px var(--bdWidth) 0;
	}
	.roulette .wrapper .circleWrap .rouleWrap .item .bx {
		top: 15px;
        font-size: 16px;
    }
	.roulette .chance {
        font-size: 16px;
		padding: 15px 0;
		margin: 30px auto 0;
    }
	.roulette .share {
		padding: 15px 0;
	}
	.roulette .share button {
		height: 40px;
	}
	.roulette .rank {
		padding: 25px 10px;
	}
	.roulette .rank .slide {
    	height: 130px;
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.visual .text_scroll .text {
		padding: 200px 20px 100px;
	}
	.visual .text_scroll .text h2 {
        font-size: 28px;
    }
	.visual .prd_list {
        margin-top: 85vh;
    }

	.sec02 .grid .txt_box h4 {
        font-size: 28px;
    }
	.sec02 .grid .txt_box .desc {
		letter-spacing: 0;
	}
	.sec02 .grid .txt_box .desc strong {
        font-size: 18px;
    }

	.sec03 h3.tit {
        font-size: 28px;
		word-break: keep-all;
    }
	.sec03 .solution > div {
		width: 100%;
	}

	.sec04 .box .txt {
		gap: 20px;
	}
	.sec04 .box .txt strong {
        font-size: 24px;
    }

	.sec05 .title p {
        font-size: 20px;
    }
	.sec05 .title h3 {
        font-size: 28px;
    }
	.sec05 .grid > div {
        padding: 20px;
    }
	.sec05 .grid > div strong {
        font-size: 20px;
    }
	.sec05 .grid > div .gmp img {
        max-width: 100%;
    }


	.sec06 .sticky .title h2 {
        font-size: 48px;
    }
	.sec06 .sticky .review .item {
		width: 100%;
	}
	.sec06 .sticky .review .item .cont {
    	font-size: 14px;
	}

	.sec07 .title h3 {
        font-size: 28px;
		word-break: keep-all;
    }

	.roulette .tit p {
        font-size: 20px;
    }
	.roulette .tit h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 380px) {
	.roulette_wrap {
		width: 225px;
        height: 225px;
	}
	.roulette .wrapper .pin {
		width: 45px;
		height: 58px;
	}
	.roulette .wrapper .btnStart {
        width: 90px;
        height: 90px;
        font-size: 18px;
        border-width: 7px;
    }
	.roulette .wrapper .circleWrap .rouleWrap .item {
		height: 97px;
		transform-origin: var(--bdWidth) 97px;
	}
	.roulette .wrapper .circleWrap .rouleWrap .item:before {
        border-width: 97px var(--bdWidth) 0;
    }
	.roulette .wrapper .circleWrap .rouleWrap .item .bx {
		top: 8px;
        font-size: 13px;
		padding: 0 15%;
    }
	.roulette .rank .slide {
		padding: 0;
	}
}