
._creator{color: #fff; padding-bottom: 150px;}


._creator ._cont{display: none;}
._creator ._cont.on{display: block;}


/* 비주얼 */
.section_visual{
	padding-top: calc(var(--headerH) * 1.2); box-sizing: border-box;
	margin-bottom: 76px;
}
.section_visual .wrap{}
.section_visual h2{margin-bottom: 30px;}
.section_visual .videoBx{
	position: relative; overflow: hidden;
	box-sizing: border-box; margin-bottom: 40px; border-radius: var(--borderRadius);
	cursor: pointer;
}
.section_visual .videoBx::before {
	content:''; display: block; padding-bottom: calc(9/16*100%);
}
/* .section_visual .videoBx iframe{
	position: absolute; left: 0; top: -60px;
	width: 100%; height: calc(100% + 120px);
} */
.section_visual .videoBx iframe{
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%; z-index: 1;
}
.section_visual .videoBx .thumb{
	position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;
}

._tab{
	font-size: 17px; display: flex; align-items: center; position: relative;
	width: calc(364/17*1em); height: calc(66/17*1em);
	border: 1px solid rgba(255,255,255,0.2); box-sizing: border-box;
	border-radius: 100px;
	margin: 0 auto;
}
._tab button{
	font-size: inherit;
	flex: 1; position: relative; z-index: 1; text-align: center;
	color: rgba(255,255,255,0.2); transition: color 0.2s;
	display: flex; align-items: center; justify-content: center; height: 100%;
}
._tab button.on{color: #fff;}
._tab.hover a.on{color: rgba(255,255,255,0.2);}
html.pc ._tab button:hover{color: #fff;}
._tab button p{}
._tab .circle{
	position: absolute; width: calc(50% - 6px); height: calc(100% - 12px);
	left: 6px; z-index: 0; transition: transform 0.6s;
	background-image: url(/asset/img/sub/creator/btn_bg.png);
	background-size: 100% 100%;
}
._tab button.on:nth-child(2) + .circle{transform: translateX(100%);}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
    .section_visual{padding-top: calc(var(--headerH) * 1.5);}
	.section_visual .videoBx{border-radius: 10px;}
	._tab{font-size: 15px;}
}
@media screen and (max-width:500px) {
    ._creator{padding-bottom: 80px;}
	.section_visual{margin-bottom: 60px;}
	._tab{font-size: 13px;}
}
@media screen and (max-width:320px) {
	._tab{font-size: 12px;}
}







/* 프로필 리스트 */
.section_profile{margin-bottom: 120px;}


.section_profile h3{margin-bottom: 54px; text-align: center;}

.section_profile .listArea{}
.section_profile .listArea ul{
	display: flex; flex-wrap: wrap; gap: 60px 30px;
}
.section_profile .listArea ul li{
	width: calc(100% / 4 - (30px * 3 / 4));
	position: relative;
}
.section_profile .listArea ul li ._imgBx{border-radius: 20px; overflow: hidden;}
.section_profile .listArea ul li ._imgBx::before {padding-bottom: 100%;}
.section_profile .listArea ul li ._imgBx img{}
.section_profile .listArea ul li .back{position: absolute; left: 0; top: 0; width: 100%;}
.section_profile .listArea ul li .back::before{content:''; display: block; padding-bottom: 100%;}
.section_profile .listArea ul li .back .bg{
	background-color: #000; opacity: 0.8;
	transform: scaleY(0); transform-origin: center calc(100% + 2px);
	transition: transform 0.8s;
	width: calc(100% + 4px); height: calc(100% + 4px);
	top: -2px; left: -2px;
}
.section_profile .listArea ul li .back div{
	display: flex; align-items: center; justify-content: center; gap: 10px;
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.section_profile .listArea ul li .back a{
	min-width: 60px; min-height: 60px; border-radius: 50%; background-position: center; background-size: cover;
	opacity: 0; transform: translateY(100%);
	transition: opacity 0.5s, transform 0.5s;
}
html.pc .section_profile .listArea ul li:hover .back a:nth-child(1){transition-delay: 0.2s;}
html.pc .section_profile .listArea ul li:hover .back a:nth-child(2){transition-delay: 0.3s;}
html.pc .section_profile .listArea ul li:hover .back a:nth-child(3){transition-delay: 0.4s;}

.section_profile .listArea ul li .back .youtube{background-image: url(/asset/img/sub/creator/youtube_ico.png);}
.section_profile .listArea ul li .back .insta{background-image: url(/asset/img/sub/creator/insta_ico.png);}
.section_profile .listArea ul li .back .tiktok{background-image: url(/asset/img/sub/creator/tiktok_ico.png);}
.section_profile .listArea ul li > p{font-size: 20px; font-weight: 500; letter-spacing: -0.025em; line-height: 1.4; text-align: center; margin-top: 20px;}

/* 카드 호버시 */
html.pc .section_profile .listArea ul li:hover .back .bg{transform: scaleY(1);}
html.pc .section_profile .listArea ul li:hover .back a{opacity: 1; transform: translateY(0);}
html.pc .section_profile .listArea ul li .back a:hover{filter: grayscale(1);}
html.pc .section_profile .listArea ul li .back a:nth-child(3):hover{filter: invert(0.3)}

/* 모바일에서 스타일 변경 */
html.mo .section_profile .listArea ul li .back{position: unset; margin-top: 14px;}
html.mo .section_profile .listArea ul li .back::before{display: none;}
html.mo .section_profile .listArea ul li .back div{position: unset;}
html.mo .section_profile .listArea ul li .back .bg{display: none;}
html.mo .section_profile .listArea ul li .back a{opacity: 1; transform: unset; width: 40px; height: 40px; min-width: unset; min-height: unset;}
html.mo .section_profile .listArea ul li .back a.tiktok{border: 1px solid #3f3e3e; box-sizing: border-box;}


/* 더보기 버튼 */
.section_profile .plusBtn{
	width: 60px; height: 60px; border-radius: 50%; background-color: var(--green); color: #fff;
	display: flex; align-items: center; justify-content: center; font-size: 28px;
	cursor: pointer; margin: 0 auto; margin-top: 60px; transition: background-color 0.2s;
}
html.pc .section_profile .plusBtn:hover{background-color: var(--pink);}
.section_profile .plusBtn.end{background-color: #444; color: #888; pointer-events: none;}
.section_profile .plusBtn i{}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.section_profile{margin-bottom: 120px;}
	.section_profile .listArea ul{gap: 60px 20px;}
	.section_profile .listArea ul li{width: calc(100% / 4 - (20px * 3 / 4));}
}
@media screen and (max-width:1024px) {
	.section_profile .listArea ul li{width: calc(100% / 3 - (20px * 2 / 3));}
}
@media screen and (max-width:820px) {
	.section_profile{margin-bottom: 200px;}

	.section_profile .listArea ul{gap: 60px 10px;}
	.section_profile .listArea ul li{width: calc(100% / 3 - (10px * 2 / 3));}
	.section_profile .listArea ul li ._imgBx{border-radius: 10px;}
	.section_profile .listArea ul li > p{font-size: 16px;}
	html.mo .section_profile .listArea ul li .back a{width: 32px; height: 32px;}
}
@media screen and (max-width:500px) {
	.section_profile{margin-bottom: 120px;}

	.section_profile h3{margin-bottom: 40px;}

	.section_profile .listArea ul{gap: 50px 6px;}
	.section_profile .listArea ul li{width: calc(100% / 2 - (6px * 1 / 2));}
	.section_profile .listArea ul li ._imgBx{border-radius: 6px;}
	.section_profile .listArea ul li > p{font-size: 14px; margin-top: 12px;}
}
@media screen and (max-width:320px) {

}








/* 라이브 크리에이터 핸드폰안에 영상 */
.section_phone{text-align: center; margin-bottom: 240px;}
.section_phone ._tit{margin-bottom: 40px; position: relative; z-index: 1;}
.section_phone ._tit p{}
.section_phone .cont{
	position: relative; display: inline-flex; align-items: center; justify-content: center;
}
.section_phone .video_in_phone{
	font-size: calc(1/920*100vh);
	width: 330em;
}
.section_phone .cont .obj{position: absolute; z-index: 2;}
.section_phone .cont .obj.n1{right: 86%;top: 14%;width: calc(170/980*100vh);transform: rotate(-10deg);filter: blur(3px) brightness(0.5); z-index: -1;}
.section_phone .cont .obj.n2{left: 95%;bottom: -8%;width: calc(100/980*100vh);transform: rotate(-10deg);}
.section_phone .cont .obj div{animation: floating30 forwards infinite 3s;}
.section_phone .cont .obj.n2 div{animation-delay: 1s;}
.section_phone .cont .obj div img{animation: scale110 forwards infinite 4s;}
.section_phone .cont .obj.n2 div img{animation-delay: 1.5s;}


@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {
	.section_phone{margin-bottom: 200px;}
	.section_phone .cont .obj.n1{width: 120px;}
	.section_phone .cont .obj.n2{width: 80px;}
}
@media screen and (max-width:500px) {
	.section_phone{margin-bottom: 120px;}
	.section_phone .cont .obj.n1{top: unset; bottom: 100%; right: unset; left: 10px; width: 80px; z-index: -1;}
	.section_phone .cont .obj.n2{display: none;}
}
@media screen and (max-width:320px) {}


@media screen and (orientation: portrait) and (max-width:820px) {
	.section_phone .video_in_phone{font-size: min(calc(1.5/820*100vw),1px);}
}
@media screen and (orientation: portrait) and (max-width:500px){
	.section_phone .video_in_phone{font-size: calc(1.1/500*100vw);}
}











/* 라이브 크리에이터 s3 */
.section_txt{}
.section_txt .wrap{text-align: center;}
.section_txt h3{
	font-size: 100px; font-size: 80px; font-family: 'Roboto'; line-height: 1.2; font-weight: 700; letter-spacing: -0.02em;
	position: relative; text-align: center; display: inline-block;
	margin-bottom: max(1em,40px); margin-bottom: max(0.8em,40px);
}
.section_txt h3 div:not(.obj){overflow: hidden;}
.section_txt h3 div.green{color: var(--green);}
.section_txt h3 div p{}
.section_txt h3 .obj{
	position: absolute; width: max(calc(143/100*1em),80px);
	right: calc(100% - 36px); top: 0; z-index: -1;
}
.section_txt .tit{line-height: 1.5; margin-bottom: 110px; margin-bottom: 80px;}
.section_txt .tit small{
	font-size: 22px; letter-spacing: -0.025em;
}
.section_txt .tit div{
	font-size: 50px; font-size: 40px; font-weight: 700; letter-spacing: -0.025em;
	margin-bottom: max(calc(35/50*1em),20px);
}
.section_txt .tit div span{color: var(--pink);}
.section_txt .tit p{
	font-size: 20px; letter-spacing: -0.025em; line-height: 1.6;
}
.section_txt .tit p span{
	display: inline-block;
	-webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.section_txt .info{
	display: flex; gap: 40px; margin-bottom: 110px;
}
.section_txt .info .box{flex: 1;}
.section_txt .info .box h4{
	font-size: 20px; letter-spacing: -0.025em; text-align: left; font-weight: 700;
	padding: 24px 40px; box-sizing: border-box; border-radius: 100px;
	background-color: #1a1a1a; margin-bottom: 26px;
}
.section_txt .info .box p{
	font-size: 18px; letter-spacing: -0.025em; line-height: 1.5; text-align: left;
	color: #7c7c7c;
	display: flex; align-items: flex-start; justify-content: flex-start;
	padding-left: 40px; padding-right: 20px; box-sizing: border-box;
}
.section_txt .info .box p:not(:last-child){margin-bottom: 10px;}
.section_txt .info .box p::before {
	content:''; display: block; min-width: 6px; min-height: 6px; border-radius: 50%; background-color: #7c7c7c;
	transform: translateY(0.65em); margin-right: 0.4em;
}



@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {
	.section_txt h3{font-size: calc(80/1280*100vw);}
}
@media screen and (max-width:1024px) {

	.section_txt .tit div{font-size: 30px;}
	.section_txt .tit p{font-size: 16px;}

	.section_txt .info{flex-direction: column;}
}
@media screen and (max-width:820px) {
	.section_txt h3{font-size: calc(70/820*100vw);}
	.section_txt .info .box p{font-size: 16px;}
}
@media screen and (max-width:500px) {

	.section_txt h3{font-size: calc(44/500*100vw);}
	.section_txt h3 .obj{filter: blur(2px) brightness(0.5);}
	.section_txt .tit small{font-size: 18px;}
	.section_txt .tit div{font-size: 26px;}
	.section_txt .tit p{font-size: 14px; max-width: 80%; margin: 0 auto;}
	.section_txt .tit p br{display: none;}

	.section_txt .info .box h4{padding: 14px 20px; font-size: 16px;}
	.section_txt .info .box p{padding: 0 10px; font-size: 14px;}
}
@media screen and (max-width:320px) {}






/* 가로 스크롤 섹션 */
.section_horizon{margin-bottom: 160px;}
.section_horizon .wrap{
	height: 100vh;
	display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
}
.horizonArea{
	padding-left: 20%; margin-top: 20px;
	box-sizing: border-box;
	display: flex; align-items: center; padding-bottom: 30px; box-sizing: border-box;
}
.horizonArea > div{display: inline-block;}
.horizonArea > div > div{
	display: inline-flex;
}
.horizonArea > div .top{margin-bottom: 100px; padding-left: 370px;}
.horizonArea > div .bottom{}

.horizonArea .item{display: flex; align-items: center; gap: 28px;}
/* 좌우조절 */
.horizonArea .top .item:nth-child(1){margin-right: 130px;}
.horizonArea .top .item:nth-child(2){margin-right: 190px;}
.horizonArea .bottom .item:nth-child(1){margin-right: 150px;}
.horizonArea .bottom .item:nth-child(2){margin-right: 250px;}

/* 위아래 조절 */
.horizonArea .top .item:nth-child(1) .box{transform: translateY(20%);}
.horizonArea .top .item:nth-child(2) .imgArea{transform: translateY(21%);}
.horizonArea .top .item:nth-child(3) .box{transform: translateY(10%);}
.horizonArea .bottom .item:nth-child(1) .imgArea{transform: translateY(22%);}
.horizonArea .bottom .item:nth-child(2) .imgArea{transform: translateY(52%);}
.horizonArea .bottom .item:nth-child(2) .box{transform: translateY(40%);}
.horizonArea .bottom .item:nth-child(3) .imgArea{transform: translateY(30%);}
.horizonArea .bottom .item:nth-child(3) .box{transform: translateY(0%);}


.horizonArea .item .imgArea{
	text-align: center; display: inline-block;
}
.horizonArea .item .imgArea ._imgBx{width: 120px; border-radius: 50%; background-color: #eee;}
.horizonArea .item .imgArea ._imgBx::before {padding-bottom: 100%;}
.horizonArea .item .imgArea ._imgBx img{}
.horizonArea .item .imgArea em{
	color: var(--green); letter-spacing: -0.025em;
	margin-top: 20px; margin-bottom: 12px;
}
.horizonArea .item .imgArea p{font-size: 18px; font-weight: 500; -ms-text-kashida-space: 25;}
.horizonArea .item .box > div{
	font-size: 20px;
	line-height: 1.666;
	letter-spacing: -0.025em;
	text-align: center;
	/* padding: 72px 124px; */
	padding: 1.5em 1em;
	background-color: #1a1a1a;
	border-radius: 20px;
	display: inline-block;
	position: relative;
	width: 18em;
	box-sizing: border-box;
}

/* 카드 떠오르는 애니메이션 + 시간차 주기 */
.horizonArea .item .imgArea > div{animation: floating20 forwards infinite 3s;}
.horizonArea .item .box > div{animation: floating20 forwards infinite 3s;}
.horizonArea .item:nth-child(1) .imgArea > div{animation-delay: 0s;}
.horizonArea .item:nth-child(1) .box > div{animation-delay: 0.2s;}
.horizonArea .item:nth-child(2) .imgArea > div{animation-delay: 0.4s;}
.horizonArea .item:nth-child(2) .box > div{animation-delay: 0.6s;}
.horizonArea .item:nth-child(3) .imgArea > div{animation-delay: 0.8s;}
.horizonArea .item:nth-child(3) .box > div{animation-delay: 1s;}





/* obj 위치 */
.horizonArea .obj{position: absolute;}
.horizonArea .obj.n1{left: 86%;bottom: -40px;}
.horizonArea .obj.n2{left: 96%;bottom: -24px;}
.horizonArea .obj.n3{left: 50px;top: -50px;}
.horizonArea .obj.n4{left: 103%;top: 50px;}

.horizonArea .obj.n4{
	display: flex; flex-direction: column; align-items: flex-start;
}
.horizonArea .obj.n4 img:nth-child(2){margin-left: 44px; margin-top: -14px; animation-delay: 0.8s;}
.horizonArea .obj img{animation: floating30 forwards infinite 5s; max-width: unset;}
.horizonArea .obj.n1 img{}
.horizonArea .obj.n2 img{animation-delay: 0.8s;}
.horizonArea .obj.n3 img{animation-delay: 1s;}
.horizonArea .obj.n4 img{animation-delay: 0.5s;}


/* 세로가 길경우 */
@media (orientation: Portrait) {
	.section_horizon ._tit{margin-bottom: 0.8em;}
}



/* 높이에 따라서 조절 */
@media screen and (min-height:1000px){
	.section_horizon{margin-bottom: 50px;}
}
@media screen and (min-height:1100px){
	.section_horizon{margin-bottom: 0;}
	.horizonArea{margin-top: 60px;}
}
@media screen and (max-height:900px) {
	.section_horizon{margin-bottom: 0;}
	.horizonArea > div .top{margin-bottom: 60px;}
	.horizonArea .item .box > div{font-size: 18px;}
	.horizonArea .bottom .item:nth-child(2) .imgArea{transform: translateY(35%);}
}
@media screen and (max-height:800px) {
	.section_horizon{margin-bottom: 10px;}

	.horizonArea .item .imgArea ._imgBx{width: 100px;}
	.horizonArea > div .top{margin-bottom: 50px;}

	.horizonArea .top .item:nth-child(1) .box{transform: translateY(0);}
	.horizonArea .top .item:nth-child(2) .imgArea{transform: translateY(21%);}
	.horizonArea .top .item:nth-child(3) .box{transform: translateY(0%);}
	.horizonArea .bottom .item:nth-child(1) .imgArea{transform: translateY(22%);}
	.horizonArea .bottom .item:nth-child(2) .imgArea{transform: translateY(35%);}
	.horizonArea .bottom .item:nth-child(2) .box{transform: translateY(40%);}
	.horizonArea .bottom .item:nth-child(3) .imgArea{transform: translateY(10%);}
	.horizonArea .bottom .item:nth-child(3) .box{transform: translateY(0%);}
}
@media screen and (max-height:700px) {
	.horizonArea .item .box > div{font-size: 16px;}
}
@media screen and (max-height:600px) {
	.horizonArea{margin-top: 80px;}
	.horizonArea > div{display: inline-flex;}
	.horizonArea > div .top{margin-bottom: 0; padding-right: 140px;}
	.horizonArea .item .imgArea em{margin-top: 10px; margin-bottom: 10px;}
	.horizonArea .item .box > div{font-size: 14px;}
}
@media screen and (max-height:500px) {}
@media screen and (max-height:400px) {}
@media screen and (max-height:300px) {}


/* 너비에 따라조절 */
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	.horizonArea .item{gap: 20px;}
	.horizonArea .item .imgArea ._imgBx{width: 100px;}
	.horizonArea .item .box > div{font-size: 13px; border-radius: 10px; padding: 1em 1.2em; width: calc(100vw - 160px);}
	.horizonArea .obj img{max-width: 110px;}
}
@media screen and (max-width:320px) {}













/* 슬롯머신 같은 텍스트 */
.section_spin{
	display: block;
	--length:30;
	font-size: 1px;
	margin-bottom: 220px;
}
.section_spin ._tit{color: var(--green); text-align: center; margin-bottom: 80px;}
.section_spin .cont{
	display: flex; align-items: center; justify-content: center;
	position: relative;
}
.section_spin .side{
	font-size: max(30em,16px); width: calc(248/28*1em);
}
.section_spin .side.left{text-align: right;}
.section_spin .side p{}

.section_spin .center{
	width: 820em;
}
.section_spin .center > div{
	box-sizing: border-box;
	height: 520em; overflow: hidden;
	position: relative;
	/* border: 1px solid dodgerblue; */
}
.section_spin .center .top,
.section_spin .center .bottom{height: calc(430em * 0.65);}
.section_spin .center .top::before,
.section_spin .center .bottom::before{content:''; display: block; width: 100%; height: 20%; z-index: 2; position: absolute; left: 0;}
.section_spin .center .top::before {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); top: 0;
}
.section_spin .center .bottom::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); bottom:0;
}

/* 진입시 모션 끝나면 트렌지션 속도 변경 */
.section_spin .cont .box{transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);}
/* .section_spin .cont .box{transition: transform 0.8s cubic-bezier(0.65, -0.3, 0.25, 1.3);} */

.section_spin .box{
	font-size: 50em;
	line-height: 1.161;
	font-weight: 700;
	position: absolute;
	left: 0; top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transform: perspective(calc(320/50*1em)) rotateX(0deg) translateZ(0);
	will-change: transform;

}
.section_spin .center .top .box{top: unset; top: -30%;}
.section_spin .center .bottom .box{top: 30%;}
.section_spin .box p{
	position: absolute;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: color 0.5s;
}
.section_spin .box p.on{color: var(--green); transition-delay: 0.35s;}
.section_spin .top .box p{opacity: 0.2;}
.section_spin .bottom .box p{opacity: 0.2;}

.section_spin .center .top{}
.section_spin .center .top{}
.section_spin .center .mid{}
.section_spin .center .bottom{}

.section_spin .objArea{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: -1;
	justify-content: center;
}

.section_spin .objArea img{filter: blur(2px); opacity: 0.8;}
.section_spin .objArea .n1{position: absolute;transform: translate(-310%,-210%);}
.section_spin .objArea .n2{position: absolute;transform: translate(140%,200%);}
.section_spin .objArea .n1 img{width: max(87em,40px); transform: rotate(-18deg);}
.section_spin .objArea .n2 img{width: max(200em,100px);}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
	.section_spin{font-size: min(calc(1/1440*100vw),0.8px);}
}
@media screen and (max-width:1280px) {
	.section_spin{margin-bottom: 120px;}
}
@media screen and (max-width:1024px) {
	.section_spin{font-size: max(calc(1/1024*100vw),0.3px);}
	.section_spin .cont{flex-direction: column;}
	.section_spin .side{font-size: max(40em,18px);}
	.section_spin .side p{text-align: center;}
	.section_spin .side.left{margin-bottom: 2.2em;}
	.section_spin .side.right{margin-top: 2.2em;}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {}
@media screen and (max-width:320px) {}







/* 하단 버튼 공통 */
.section_btn .wrap{max-width: 800px;}
._bigBtn{
	background-color: #fff;
	display: flex; align-items: center; justify-content: space-between;
	text-align: left;
	padding: 80px 0; padding-left: 110px; padding-right: 120px; box-sizing: border-box;
	border-radius: 40px; overflow: hidden;

	padding: 60px;
}
._bigBtn .txtBx{}
._bigBtn .txtBx .txt{
	margin-bottom: 50px;
	position: relative;
	width: 400px; width: 300px;
}
html.mo ._bigBtn .txtBx .txt{display: none;}
._bigBtn .txtBx .txt .fill{
	position: absolute; left: 0; bottom: 0;
	width: 100%; height: 0%; overflow: hidden; transition: height 1s;
}
._bigBtn .txtBx .txt .fill img{
	position: absolute; left: 0; bottom: 0;
}

._bigBtn .txtBx h3{
	display: none; color: #000;
	font-size: 80px; font-size: 60px; font-weight: 900; font-family: 'Roboto'; line-height: 1.2; letter-spacing: -0.02em;
	margin-bottom: calc(50/80*1em);
}
html.mo ._bigBtn .txtBx h3{display: block;}

._bigBtn .txtBx p{
	font-size: 22px; letter-spacing: -0.02em; color: #000;
	display: flex; align-items: flex-start;  gap: 0.2em; flex-wrap: wrap;
	line-height: 1.6;
}
._bigBtn .txtBx p em{
	font-weight: 700; color: var(--green);
	/* font-style: italic; */
	text-decoration: underline;
	text-underline-offset: 8px;
    text-decoration-thickness: 1px;
}
._bigBtn .circle{
	width: calc(120/36*1em); height: calc(120/36*1em); border-radius: 50%; background-color: var(--green);
	display: flex; align-items: center; justify-content: center; overflow: hidden;
	color: #fff; font-size: 36px; position: relative; transition: background-color 0.5s,transform 0.5s;
}
._bigBtn .circle i{}
._bigBtn .circle .color{
	position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background-color: var(--pink);
}

html.pc ._bigBtn:hover .txtBx .txt .fill{height: 100%;}
html.pc ._bigBtn:hover .circle{background-color: var(--pink); transform: scale(1.2);}

@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
	._bigBtn{padding: calc(60/1024*100vw); border-radius: calc(40/1024*100vw);}
	._bigBtn .txtBx h3{font-size: calc(60/1024*100vw);}
	._bigBtn .circle{font-size: max(calc(36/1024*100vw),20px);}
	._bigBtn .txtBx p{font-size: max(calc(22/1024*100vw),16px);}
}
@media screen and (max-width:820px) {}
@media screen and (max-width:500px) {
	._bigBtn{flex-direction: column; gap: 40px; padding: 40px 10px; border-radius: 20px;}
	._bigBtn .txtBx h3{text-align: center; font-size: calc(44/500*100vw);}
	._bigBtn .txtBx p{justify-content: center; font-size: 16px;}
	._bigBtn .circle{font-size: 26px;}
}
@media screen and (max-width:320px) {}