@charset "utf-8";

/* color */
:root {
    --main-red: #e15048;
    --red-gra: linear-gradient(228deg, #e15048 0%, #ff827d 100%);
    --white-color: #ffffff;
    --black-color: #292526;
    --main-yellow: #f0cc5e;
    --main-purple: #583bd3;
}

/* 페이지 공통 */
.wrap {
    position: relative;
    width: 100%;
    padding-top: 8rem;
}

@media (max-width: 900px) {
    .wrap {
        padding-top: 6rem;
    }
}

/* 인트로 */
@-webkit-keyframes outIntro {
    0% {
        z-index: 9991;
        opacity: 1
    }

    90% {
        z-index: 9991;
        opacity: 0;
    }

    100% {
        z-index: -9991;
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes outIntro {
    0% {
        z-index: 9991;
        opacity: 1
    }

    90% {
        z-index: 9991;
        opacity: 0;
    }

    100% {
        z-index: -9991;
        opacity: 0;
        display: none;
    }
}

@-ms-keyframes outIntro {
    0% {
        z-index: 9991;
        opacity: 1
    }

    90% {
        z-index: 9991;
        opacity: 0;
    }

    100% {
        z-index: -9991;
        opacity: 0;
        display: none;
    }
}

@-o-keyframes outIntro {
    0% {
        z-index: 9991;
        opacity: 1
    }

    90% {
        z-index: 9991;
        opacity: 0;
    }

    100% {
        z-index: -9991;
        opacity: 0;
        display: none;
    }
}

@keyframes outIntro {
    0% {
        z-index: 9991;
        opacity: 1
    }

    90% {
        z-index: 9991;
        opacity: 0;
    }

    100% {
        z-index: -9991;
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes inoutLogo {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
		top: 27%;
        width: 20%;
		opacity: 1;
    }

    99% {
		top: -10%;
        width: 100%;
        z-index: 9993;
		opacity: 0.05;
    }

    100% {
		top: -13%;
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-moz-keyframes inoutLogo {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
		top: 27%;
        width: 20%;
		opacity: 1;
    }

    99% {
		top: -10%;
        width: 100%;
        z-index: 9993;
		opacity: 0.05;
    }

    100% {
		top: -13%;
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-ms-keyframes inoutLogo {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
		top: 27%;
        width: 20%;
		opacity: 1;
    }

    99% {
		top: -10%;
        width: 100%;
        z-index: 9993;
		opacity: 0.05;
    }

    100% {
		top: -13%;
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-o-keyframes inoutLogo {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
		top: 27%;
        width: 20%;
		opacity: 1;
    }

    99% {
		top: -10%;
        width: 100%;
        z-index: 9993;
		opacity: 0.05;
    }

    100% {
		top: -13%;
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@keyframes inoutLogo {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
		top: 27%;
        width: 20%;
		opacity: 1;
    }

    99% {
		top: -10%;
        width: 100%;
        z-index: 9993;
		opacity: 0.05;
    }

    100% {
		top: -13%;
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-webkit-keyframes inoutLogom {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
        width: 60%;
		opacity: 1;
		transform: rotate(0);
    }

    99% {
        width: 100%;
        z-index: 9993;
		opacity: 0.25;
		transform: rotate(265deg);
    }

    100% {
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-moz-keyframes inoutLogom {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
        width: 60%;
		opacity: 1;
		transform: rotate(0);
    }

    99% {
        width: 100%;
        z-index: 9993;
		opacity: 0.25;
		transform: rotate(265deg);
    }

    100% {
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-ms-keyframes inoutLogom {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
        width: 60%;
		opacity: 1;
		transform: rotate(0);
    }

    99% {
        width: 100%;
        z-index: 9993;
		opacity: 0.25;
		transform: rotate(265deg);
    }

    100% {
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-o-keyframes inoutLogom {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
        width: 60%;
		opacity: 1;
		transform: rotate(0);
    }

    99% {
        width: 100%;
        z-index: 9993;
		opacity: 0.25;
		transform: rotate(265deg);
    }

    100% {
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@keyframes inoutLogom {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    87% {
        width: 60%;
		opacity: 1;
		transform: rotate(0);
    }

    99% {
        width: 100%;
        z-index: 9993;
		opacity: 0.25;
		transform: rotate(265deg);
    }

    100% {
        width: 0%;
        z-index: -9993;
		opacity: 0;
        display: none;
    }
}

@-webkit-keyframes count {
    0% {
        font-size: 5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 10rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes count {
    0% {
        font-size: 5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 10rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-ms-keyframes count {
    0% {
        font-size: 5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 10rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-o-keyframes count {
    0% {
        font-size: 5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 10rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@keyframes count {
    0% {
        font-size: 5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 10rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-webkit-keyframes count-m {
    0% {
        font-size: 3.5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 7rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-moz-keyframes count-m {
    0% {
        font-size: 3.5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 7rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-ms-keyframes count-m {
    0% {
        font-size: 3.5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 7rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@-o-keyframes count-m {
    0% {
        font-size: 3.5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 7rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

@keyframes count-m {
    0% {
        font-size: 3.5rem;
        z-index: 9993;
        opacity: 0;
    }

    83% {
        font-size: 7rem;
        z-index: 9993;
        opacity: 1;
    }

    100% {
        z-index: -9993;
        opacity: 0;
        display: none;
    }
}

#intro {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 9991;
    background-color: #fff;
    opacity: 0;
    animation: outIntro 0.5s ease-in-out both 7.6s;
/*	animation-play-state: paused;*/
}

#intro section div {
	display: flex;
	justify-content: center;
}

#intro .btn {
	position: fixed;
	bottom: 18%;
	left: 50%;
	font-size: 2.6rem;
	font-weight: 600;
	transition: 0s;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#intro .btn:hover {
	font-size: 2.8rem;
	font-weight: 800;
}

@media (min-width: 800px) {
    #intro .intro-pc {
        position: relative;
        width: 100%;
        height: 100%;
        background: url(../img/intro_pc.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 9992;
    }

    #intro .intro-m {
        z-index: -9992;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-logo {
        position: absolute;
        top: 27%;
        width: 20%;
        z-index: 9993;
        animation: inoutLogo 8s ease-in-out both;
    }

    #intro .intro-m .intro-logo {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-5 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 1s;
    }

    #intro .intro-pc .intro-4 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 2s;
    }

    #intro .intro-pc .intro-3 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 3s;
    }

    #intro .intro-pc .intro-2 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 4s;
    }

    #intro .intro-pc .intro-1 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 5s;
    }

    #intro .intro-pc .intro-0 {
        position: absolute;
        top: 57%;
        font-size: 10rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count 1.2s ease-in-out both 6s;
    }

    #intro .intro-m .intro-5 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-4 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-3 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-2 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-1 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-0 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

	#intro .mobile {
		display: none;
	}
}

@media (max-width: 799px) {
    #intro .intro-pc {
        z-index: -9992;
        opacity: 0;
        display: none;
    }

    #intro .intro-m {
        position: relative;
        width: 100%;
        height: 100%;
        background: url(../img/intro_m.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 9992;
    }

    #intro .intro-pc .intro-logo {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-logo {
        position: absolute;
        top: 32%;
        width: 60%;
        z-index: 9993;
        animation: inoutLogom 8s ease-in-out both;
    }

    #intro .intro-pc .intro-5 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-4 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-3 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-2 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-1 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-pc .intro-0 {
        z-index: -9993;
        opacity: 0;
        display: none;
    }

    #intro .intro-m .intro-5 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 1s;
    }

    #intro .intro-m .intro-4 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 2s;
    }

    #intro .intro-m .intro-3 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 3s;
    }

    #intro .intro-m .intro-2 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 4s;
    }

    #intro .intro-m .intro-1 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 5s;
    }

    #intro .intro-m .intro-0 {
        position: absolute;
        top: 55%;
        font-size: 7rem;
        color: #fff;
        opacity: 0;
        z-index: 9993;
        animation: count-m 1.2s ease-in-out both 6s;
    }

	#intro .pc {
		display: none;
	}
}

.skip-animation {
	display: none;
}

/* 메인 */
.main .sec01 {
    position: relative;
    width: 100%;
}

.main .sec01 video {
    width: 100%;
}

.main .sec01 h1 {
    position: absolute;
    left: 6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white-color);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
    font-size: 5.4rem;
    font-weight: 700;
    line-height: 1.3;
}

.main .sec02 {
    width: 100%;
    background: url(../img/bg-main-sec02.png) center no-repeat;
    background-size: cover;
}

.main .sec02_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: 167rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem;
}

.main .sec02_txt h2 {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.5;
    max-width: 51.9rem;
    width: 100%;
}

.main .main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 1.6rem 4.4rem;
    border-radius: 10px;
    background: var(--black-color);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    color: var(--white-color);
    font-size: 2rem;
    font-weight: 700;
    transition: 0.2s;
    max-width: 23.3rem;
    width: 100%;
}

.main .main_btn:hover,
.main .main_btn:active {
    filter: opacity(0.8);
}

.main .sec02_video {
    max-width: 90rem;
    width: 100%;
}

.main .sec03 {
    width: 100%;
    background: url(../img/bg-main-sec03.png) center no-repeat;
    background-size: cover;
}

.main .sec03_con {
    max-width: 180rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem 27.8em;
}

.main .sec03_con .sub_title {
    width: 13rem;
    padding: 1rem 0;
    border-radius: 30px;
    background: var(--white-color);
    color: var(--main-purple);
    font-size: 2rem;
    font-weight: 600;
    margin: 0 auto 1.6rem;
    text-align: center;
}

.main .sec03_con>h2 {
    font-size: 4.4rem;
    font-weight: 700;
    text-align: center;
}

.main .sec03_con>p {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    max-width: 64rem;
    width: 100%;
    margin: 0 auto 3.2rem;
}

.main .sec03_con .main_btn {
    margin: 0 auto 8.6rem;
}

.main .multilingual_video_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.main .multilingual_video_wrap .video_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--main-purple);
    font-size: 1.6rem;
    font-weight: 600;
}

.main .multilingual_video_wrap .video_title::before {
    display: block;
    content: "";
    width: 16px;
    height: 4px;
    background: var(--main-purple);
    border-radius: 4px;
}

.main .multilingual_video_wrap video {
    max-width: 70rem;
    width: 100%;
}

.main .multilingual_video_wrap .en_video {
    -webkit-transform: translateY(178px);
    -moz-transform: translateY(178px);
    -ms-transform: translateY(178px);
    -o-transform: translateY(178px);
    transform: translateY(178px);
}

.main .multilingual_video_wrap .jp_video {
    -webkit-transform: translateY(178px);
    -moz-transform: translateY(178px);
    -ms-transform: translateY(178px);
    -o-transform: translateY(178px);
    transform: translateY(178px);
}

.main .sec04 {
    position: relative;
    width: 100%;
}

.main .sec04 video {
    width: 100%;
}

.main .sec04_con {
    position: absolute;
    top: 50%;
    right: 6rem;
    transform: translateY(-50%);
    max-width: 63.5rem;
    width: 100%;
    padding: 11.5rem 9rem;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
}

.main .sec04_con .sub_title {
    width: 13rem;
    padding: 1rem 0;
    border-radius: 30px;
    background: var(--white-color);
    color: var(--main-purple);
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.main .sec04_con>h2 {
    font-size: 4.4rem;
    font-weight: 700;
    max-width: 40.1rem;
    width: 100%;
    line-height: 1.3;
    color: var(--white-color);
}

.main .sec04_con>p {
    font-size: 2rem;
    line-height: 1.5;
    max-width: 45.2rem;
    width: 100%;
    color: var(--white-color);
}

.main .white_btn {
    background: var(--white-color);
    color: var(--black-color);
}

.main .sec05 {
    position: relative;
    width: 100%;
    padding: 12.4rem 0;
}

.main .sec05_con {
    max-width: 116rem;
    width: 100%;
    padding: 23.2rem 6rem;
    background: var(--main-yellow);
}

.main .sec05_con .sub_title {
    width: 13rem;
    padding: 1rem 0;
    border-radius: 30px;
    background: var(--white-color);
    color: var(--main-purple);
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.main .sec05_con>h2 {
    font-size: 4.4rem;
    font-weight: 700;
    max-width: 40.1rem;
    width: 100%;
    line-height: 1.3;
}

.main .sec05_con>p {
    font-size: 2rem;
    line-height: 1.5;
    max-width: 45.2rem;
    width: 100%;
}

.main .sec05 video {
    position: absolute;
    top: 50%;
    right: 6rem;
    transform: translateY(-50%);
    max-width: 114.9rem;
    width: 100%;
}

/* 메인 반응형 */
@media (max-width: 1660px) {
    .main .sec05 video {
        max-width: 90rem;
    }
}

@media (max-width: 1470px) {
    .main .sec05 video {
        max-width: 80rem;
    }
}

@media (max-width: 1400px) {
    .main .sec05 video {
        max-width: 85rem;
    }
}

@media (max-width: 1300px) {
    .main .sec05 video {
        max-width: 70rem;
    }
}

@media (max-width: 900px) {
    .main .sec01 h1 {
        position: absolute;
        left: 2rem;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        color: var(--white-color);
        font-size: 2.4rem;
    }

    .main .sec02_con {
        flex-direction: column-reverse;
        gap: 1.6rem;
        padding: 6rem 2rem;
    }

    .main .sec02_txt {
        width: 100%;
    }

    .main .sec02_txt h2 {
        font-size: 1.8rem;
        text-align: center;
        max-width: 100%;
    }

    .main .sec02_txt h2.mb28 {
        margin-bottom: 1.6rem;
    }

    .main .main_btn {
        /* max-width: 100%; */
        justify-content: center;
        padding: 1.6rem 4.4rem;
        border-radius: 10px;
        font-size: 1.6rem;
    }

    .main .sec03_con {
        padding: 6rem 2rem;
    }

    .main .sec03_con .sub_title {
        width: 9.6rem;
        padding: 0.8rem 0;
        font-size: 1.6rem;
        margin: 0 auto 1rem;
    }

    .main .sec03_con>h2 {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
    }

    .main .sec03_con>h2.mb32 {
        margin-bottom: 1.6rem;
    }

    .main .sec03_con>p {
        font-size: 1.6rem;
        max-width: 100%;
        margin: 0 auto 1.6rem;
    }

    .main .sec02_con .main_btn,
    .main .sec03_con .main_btn,
    .main .sec05_con .main_btn {
        margin: 0 auto 2rem;
    }

    .main .sec04_con .main_btn {
        margin: 0 auto;
    }

    .main .multilingual_video_wrap {
        flex-direction: column;
        gap: 2rem;
    }

    .main .multilingual_video_wrap video {
        max-width: 100%;
    }

    .main .multilingual_video_wrap .en_video {
        transform: translateY(0);
    }

    .main .multilingual_video_wrap .jp_video {
        transform: translateY(0);
    }

    .main .sec04_con {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(0);
        max-width: 100%;
        padding: 2rem 2rem 6rem;
        border-radius: 0;
        background: transparent;
    }

    .main .sec04_con .sub_title {
        width: 9.6rem;
        padding: 0.8rem 0;
        font-size: 1.6rem;
        margin: 0 auto 1rem;
        color: var(--white-color);
        background: var(--main-purple);
    }

    .main .sec04_con>h2 {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        color: var(--black-color);
        max-width: 100%;
    }

    .main .sec04_con>p {
        font-size: 1.6rem;
        line-height: 1.5;
        max-width: 100%;
        color: var(--black-color);
        text-align: center;
    }

    .main .white_btn {
        background: var(--black-color);
        color: var(--white-color);
    }

    .main .sec05 {
        padding: 0;
    }

    .main .sec05_con {
        max-width: 100%;
        padding: 6rem 2rem 10rem;
    }

    .main .sec05_con .sub_title {
        width: 9.6rem;
        padding: 0.8rem 0;
        font-size: 1.6rem;
        margin: 0 auto 1rem;
    }

    .main .sec05_con>h2 {
        font-size: 2.2rem;
        text-align: center;
        max-width: 100%;
    }

    .main .sec05_con>p {
        font-size: 1.6rem;
        text-align: center;
        max-width: 100%;
    }

    .main .sec05 video {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(-70px);
        max-width: 100%;
        width: 100%;
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .main .main_btn {
        max-width: 100%;
    }
}

/* sub01 - AI Human */
.sub01 .sec01 {
    width: 100%;
    background: linear-gradient(180deg, #ffeaab 0%, rgba(255, 248, 228, 0) 100%);
}

.sub01 .sec01_con {
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem;
}

.sub01 .sec01_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 7.6rem;
}

.sub01 .sec01_flex video {
    max-width: 90rem;
    width: 100%;
}

.sub01 .sec01_con .txt_box {
    max-width: 62.8rem;
    width: 100%;
    padding: 3.4rem 3.2rem;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.sub01 .sec01_con .txt_box_title {
    display: flex;
    align-items: center;
    gap: 1.9rem;
    margin-bottom: 1.9rem;
}

.sub01 .sec01_con .txt_box_title h3 {
    font-size: 2rem;
    font-weight: 600;
}

.sub01 .sec01_con .txt_box_con {
    font-size: 1.6rem;
    line-height: 1.3;
}

.sub01 .sec01_con h2 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
}

.sub01 .sec02 {
    width: 100%;
    background: url(../img/bg-sub01-sec02.png) center no-repeat;
    background-size: cover;
}

.sub01 .sec02_con {
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem;
}

.sub01 .sec02_con h2 {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7rem;
}

.sub01 .sec02_con h2 .gra_txt {
    background: linear-gradient(147deg, #f0cc5e 0%, #583bd3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub01 .sec03 {
    width: 100%;
    background: #f0f0f0;
}

.sub01 .sec03_con {
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem;
}

.sub01 .sec03_con h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 7rem;
}

.sub01 .sec03_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sub01 .sec03_flex video {
    max-width: 90rem;
    width: 100%;
}

.sub01 .sec03_con .txt_box {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    max-width: 31.4rem;
    width: 100%;
    padding: 4rem 2.3rem;
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.sub01 .sec03_con .txt_box p {
    font-size: 1.8rem;
    font-weight: 600;
}

.sub01 .sec03_con .txt_box02 {
    padding: 6.1rem 2.3rem;
}

/* sub01 반응형 */
@media (max-width: 1300px) {
    .sub01 .sec01_flex video {
        max-width: 60rem;
    }

    .sub01 .sec03_flex video {
        max-width: 60rem;
    }
}

@media (max-width: 1200px) {
    .sub01 .sec01_con h2 {
        max-width: 70.1rem;
        width: 100%;
        margin: 0 auto;
        line-height: 1.3;
    }
}

@media (max-width: 900px) {
    .sub01 .sec01_con {
        padding: 6rem 2rem;
    }

    .sub01 .sec01_flex {
        flex-direction: column-reverse;
        margin-bottom: 0;
    }

    .sub01 .sec01_con h2 {
        font-size: 2.2rem;
        line-height: 1.3;
        margin-bottom: 3rem;
        max-width: 100%;
    }

    .sub01 .sec01_flex video {
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .sub01 .sec01_con .txt_box {
        max-width: 100%;
        padding: 3.4rem 3.2rem;
        border-radius: 10px;
        background: var(--white-color);
        box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .sub01 .sec02_con {
        padding: 6rem 2rem;
    }

    .sub01 .sec02_con h2 {
        font-size: 2.2rem;
        line-height: 1.3;
        max-width: 21.6rem;
        width: 100%;
        margin: 0 auto 3rem;
    }

    .sub01 .sec03_con {
        padding: 6rem 2rem;
    }

    .sub01 .sec03_con h2 {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .sub01 .sec03_flex {
        flex-direction: column;
        gap: 0;
    }

    .sub01 .sec03_flex video {
        order: -1;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .sub01 .sec03_con .txt_box_wrap {
        width: 100%;
    }

    .sub01 .sec03_con .txt_box {
        max-width: 100%;
        padding: 2.2rem 2.7rem;
    }
}

/* sub02 - 적용 분야 */
.sub02 .sec01 {
    width: 100%;
}

.sub02 .sec01_con {
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    padding: 8rem 2rem;
}

.sub02 .sec01_con h2 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 7rem;
}

.sub02 .sec01_con h2::before {
    display: block;
    content: "";
    width: 60px;
    height: 6px;
    background: var(--main-purple);
    margin-bottom: 3.2rem;
}

.sub02 .sec01_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.sub02 .sec01_flex video {
    max-width: 90rem;
    width: 100%;
}

.sub02 .sec01_flex .txt_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 64.4rem;
    width: 100%;
    border-radius: 20px;
    background: var(--white-color);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.sub02 .sec01_flex .txt_box_img {
    max-width: 24.5rem;
    min-width: 24.5rem;
    width: 100%;
    height: 24.5rem;
    border-radius: 10px 0px 0px 10px;
}

.sub02 .sec01_flex .txt_box_img.tab01 {
    background: url(../img/img-sub02-tab01.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box_img.tab02 {
    background: url(../img/img-sub02-tab02.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box_img.tab03 {
    background: url(../img/img-sub02-tab03.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box_img.tab04 {
    background: url(../img/img-sub02-tab04.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box_img.tab05 {
    background: url(../img/img-sub02-tab05.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box_img.tab06 {
    background: url(../img/img-sub02-tab06.png) center no-repeat;
    background-size: cover;
}

.sub02 .sec01_flex .txt_box .box_title_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.2rem;
}

.sub02 .sec01_flex .txt_box .box_title {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.sub02 .sec01_flex .txt_wrap {
    padding: 2.8rem 2.4rem;
}

.sub02 .sec01_flex .txt_box .box_title_txt .txt01 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2.2rem;
}

.sub02 .sec01_flex .txt_box .box_title_txt .txt02 {
    font-size: 1.6rem;
}

.sub02 .sec01_flex .txt_box .sub_txt {
    font-size: 1.6rem;
    font-weight: 500;
    color: #999;
    line-height: 1.5;
}

.sub02 .sec_bg {
    background: linear-gradient(180deg, #f4f2ff 0%, #fff7df 100%);
}

/* sub02 반응형 */
@media (max-width: 1300px) {
    .sub02 .sec01_flex video {
        max-width: 60rem;
    }
}

@media (max-width: 1100px) {
    .sub02 .sec01_con {
        padding: 6rem 2rem;
    }

    .sub02 .sec01_con h2 {
        font-size: 2.2rem;
        margin-bottom: 3rem;
        text-align: center;
    }

    .sub02 .sec01_con h2::before {
        display: block;
        content: "";
        width: 20px;
        height: 3px;
        background: var(--main-purple);
        margin: 0 auto 1rem;
    }

    .sub02 .sec01_flex {
        flex-direction: column;
        gap: 1.6rem;
    }

    .sub02 .sec01_flex video {
        max-width: 100%;
    }

    .sub02 .sec01_flex .txt_box_wrap,
    .sub02 .sec01_flex .txt_box {
        max-width: 100%;
        width: 100%;
    }

    .sub02 .sec01_flex .txt_box_img {
        max-width: 40%;
        min-width: 40%;
        width: 100%;
    }

    .sub02 .sec01_flex .box_icon {
        max-width: 4rem;
        width: 100%;
    }

    .sub02 .sec01_flex .txt_box .box_title_wrap {
        margin-bottom: 0;
    }

    .sub02 .sec01_flex .txt_box .box_title {
        gap: 1rem;
    }

    .sub02 .sec01_flex .txt_wrap {
        padding: 1.6rem 2rem;
        width: 100%;
    }

    .sub02 .sec01_flex .txt_box .box_title_txt .txt01 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .sub02 .sec01_flex .txt_box .box_title_txt .txt02 {
        font-size: 1.4rem;
        display: none;
    }

    .sub02 .sec01_flex .txt_box .sub_txt {
        margin-top: 1rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 450px) {
    .sub02 .sec01_flex .txt_box_img {
        max-width: 30%;
        min-width: 30%;
        width: 100%;
    }
}

@media (max-width: 350px) {
    .sub02 .sec01_flex .txt_box_img {
        max-width: 0;
        min-width: 0;
        width: 100%;
    }
}

/* sub03 - 문의하기 */
.sub03 .sec01 {
    width: 100%;
    background: url(../img/bg-sub03.png) center no-repeat;
    background-size: cover;
}

.sub03 .sec01_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    max-width: 156rem;
    width: 100%;
    margin: 0 auto;
    padding: 12.4rem 2rem;
}

.sub03 .sec01_con .title_wrap {
    padding-top: 12.4rem;
}

.sub03 .sec01_con .sub_title {
    font-size: 2rem;
    font-weight: 500;
}

.sub03 .sec01_con h1 {
    font-size: 4.9rem;
    font-weight: 700;
}

.sub03 .sec01_con .title_con {
    font-size: 1.8rem;
    line-height: 1.5;
}

.sub03 .inquiry_box {
    max-width: 92.4rem;
    width: 100%;
    border-radius: 20px;
    background: var(--white-color);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 8.4rem 9.2rem;
}

.sub03 .input_wrap label {
    display: block;
    color: #757575;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.sub03 .input_wrap .input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 1.8rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.sub03 .input_wrap .input::placeholder {
    color: #ddd;
}

.sub03 .textarea_wrap label {
    display: block;
    color: #757575;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

.sub03 .textarea_wrap .textarea {
    width: 100%;
    height: 22.4rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 1.8rem;
    font-size: 1.8rem;
    font-weight: 500;
}

.sub03 .textarea_wrap .textarea::placeholder {
    color: #ddd;
}

.sub03 .check {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.sub03 input[type="checkbox"] {
    appearance: none;
    width: 30px;
    height: 30px;
    background: url(../img/ico-checkbox-off-big.svg) center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.sub03 input[type="checkbox"]:checked {
    background: url(../img/ico-checkbox-on-big.svg) center no-repeat;
    background-size: cover;
}

.sub03 input[type="checkbox"]~label {
    color: #757575;
    font-size: 1.8rem;
    font-weight: 500;
    cursor: pointer;
}

.sub03 .check_txt {
    color: #757575;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 1rem 0 2.2rem;
}

.sub03 .main_btn {
    float: right;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 1.6rem 7rem;
    border-radius: 10px;
    background: var(--black-color);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
    color: var(--white-color);
    font-size: 2rem;
    font-weight: 700;
    transition: 0.2s;
}

.sub03 .main_btn::after {
    content: "";
    clear: both;
    display: block;
}

.sub03 .main_btn:hover,
.sub03 .main_btn:active {
    filter: opacity(0.8);
}

/* sub03 반응형 */
@media (max-width: 1300px) {
    .sub03 .sec01_con h1 {
        max-width: 22.6rem;
        width: 100%;
        line-height: 1.3;
    }
}

@media (max-width: 1100px) {
    .sub03 .sec01_con h1 {
        font-size: 4rem;
    }
}

@media (max-width: 900px) {
    .sub03 .sec01_con {
        flex-direction: column;
        padding: 6rem 2rem;
    }

    .sub03 .sec01_con .title_wrap {
        padding-top: 0;
    }

    .sub03 .sec01_con .sub_title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .sub03 .sec01_con h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .sub03 .sec01_con .title_con {
        font-size: 1.6rem;
        margin-bottom: 2.5rem;
    }

    .sub03 .inquiry_box {
        padding: 2.4rem;
    }

    .sub03 .input_wrap {
        margin-bottom: 1.6rem;
    }

    .sub03 .check_txt {
        line-height: 1.3;
        margin: 1rem 0 1.6rem;
    }

    .sub03 .textarea_wrap {
        margin-bottom: 1.6rem;
    }

    .sub03 .main_btn {
        width: 100%;
        justify-content: center;
        padding: 1.6rem 4.4rem;
        border-radius: 10px;
        font-size: 1.6rem;
    }
}