.section{
    background-color: var(--color-bg);
}
/* 섹션 1 - 메인 */
.section1{
    width:100%;
    height: 100vh;
    background-color: var(--color-bg);
}

.section1::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: url(./img/bg_cloud.png);
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}

.section1 .gif-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section1 .gif-box > p{
    background-image: url(./img/cloud-move.gif);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.section1 .titleBg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
}

.section1 .text-box{
    font-family: 'Gumi Romance';
    z-index: 2;
}

.section1 .img-box{
    width: 100%;
    position: absolute;
    top: 24%;
    left: 0;
}

.section1 .img-box>div:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 16px;
    background-image: url(./img/flower_tail.png);
    background-size: cover;
}
.section1 .img-box>div:nth-child(1):before{
    top: 150px;
    left: -95px;
    transform: rotate(-80deg);
}
.section1 .img-box>div:nth-child(2):before{
    top: -100px;
    right: -115px;
}
.section1 .img-box>div>img{
    animation: imgani 5s linear infinite;
}

.section1 .titleGroup>h5{
    color: #FA7070;
    background-color: #FFD394;
    width:300px;
    line-height: 75px;
    border-radius: 50px;
    font-size: 3.5rem;
    margin: 0 auto;
}
.section1 .titleText{
    position: relative;
    text-transform: uppercase;
    font-size: 20rem;
    z-index: 1;
    color: #FA7070;
    text-shadow: -3px 0 #FFD394, 0 3px #FFD394, 3px 0 #FFD394, 0 -3px #FFD394;
    letter-spacing: -1rem;
    /* transition: 2s 0.5s;
    animation: titleani 2s linear; */
}

.section1 .titleText>span{
    display: inline-block;
    transition: 0.5s;
}
.section1 .titleText>span:nth-child(n):hover{
    transform: scale(1.2) rotate(10deg);
}
.section1 .titleText>span:nth-child(2n):hover{
    transform: scale(1.2) rotate(-10deg);
}

.section1 .titleText .word_o:before{
    content: '';
    position: absolute;
    top: 60px;
    right: 15px;
    width: 32px;
    height: 46px;
    transform: rotate(10deg);
    background-image: url(./img/word_wave.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section1 h3{
    font-size: 3.5rem;
    padding: 200px 0 4px;
    color: #28211F;
}
.section1 p{
    font-size: 2rem;
    padding-bottom: 20px;
    color: #28211F;
}

@keyframes imgani{
    0% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}


@keyframes titleani{
    0% {color: #fff;}
    100% {color: #d96236;}
}



/* 섹션2 - 에스쁘아 */
.subSection{
    width: 100%;
	height: 100vh;
}
.subSection .container{
    width: 85%;
    height: 90%;
    background-color: #FCF7F4;
    text-align: center;
    color: #333 !important;
    border-radius: 30px;
}

.subSection .subTitle{
    font-family: 'Gumi Romance';
    color: var(--color-point2);
    padding: 20px 0;
}
.subSection .pofolSlide{
    width: 100%;
    height: 80%;
}
.subSection .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subSection .mockup{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.subSection .espoirMockup img{
    width: 700px;
}
.subSection .text-box{
    width: 40%;
    padding: 0 40px;
}
.subSection .video-box{
    width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 5px #888;
}
.subSection .video-box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 커리어 */
.careerWrap{
    width: 100%;
	height: 100vh;
}
.careerWrap .container{
    width: 85%;
    height: 90%;
    background-color: #FCF7F4;
    text-align: center;
    color: #333 !important;
    border-radius: 30px;
}
.careerWrap .subTitle{
    font-family: 'Gumi Romance';
    color: var(--color-point2);
    padding: 20px 0;
}
.careerWrap .pofolSlide{
    width: 100%;
    height: 80%;
    padding: 0 64px;
}
.careerWrap .pofolSlide .swiper-wrapper{
    box-sizing: border-box;
}

.careerWrap .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.careerWrap .mockup{
    border: 1px solid var(--color-point);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
    box-sizing: border-box;
}
.careerWrap .mockup img{
    width: 100%;
}
.careerWrap .textTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 16px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    opacity: 0;
}

.careerWrap .textTitle h1{
    font-size: 2rem;
}

.careerWrap .mockup:hover .textTitle{
    opacity: 1;
    transition: 0.5s;
}

/* 슬라이드 */
.slide-next{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.slide-prev{
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.slide-next.swiper-button-disabled,
.slide-prev.swiper-button-disabled{
    opacity: 0.5;
}
.slide-next>img, .slide-prev>img{
    width:45px;
    height:45px;
}

.swiper-pagination-bullet-active{
    background-color: var(--color-bg);
}

/* 섹션8 - 디자인 */
.section8{
    background-color: var(--color-bg);
    text-align: center;
    color: white;
    font-family: 'Gumi Romance';
}
.section8 .fp-overflow{
    display: block !important;
}
.section8 h1{
    width: 100%; height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section8 .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section8 .container>div{
    flex: 1;
    margin-bottom: 50px;
}
.section8 .cont .img-box{
    margin-top: 20px; gap: 10px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.section8 .cont .item{
    width: 400px;
    height: auto;
}
.section8 .cont img{
    width: 100%; height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.section8 .cont img:hover{filter: grayscale(0);}

.section8 .cont1 .item{width: 300px;}
.section8 .cont1 .img-box{grid-template-columns: repeat(5,1fr);}
.section8 .cont2 .img-box{
    grid-template-columns: repeat(2,1fr);
}
.section8 .cont3 .item{
    width: 900px;
}
.section8 .cont3 .img-box{
    display: flex;
    flex-direction: column;
}

.section8 .pop{
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 100;
}
.section8 .pop .bg{
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.section8 .pop .pop-cont{
    position: absolute;
    top:50%; left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.section8 .pop-cont .img-box{
    width: 100%;
}
.section8 .pop-img{
    width: 100%;
    object-fit: cover;
}


/* 섹션9 - 컨택트 */
.section9{background-color: white;}
.section9 .fp-overflow{
    flex-direction: column;
}
.section9 .container{
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 100px;
}
.section9 .container>div{flex:1;}
.section9 h1{
    font-family: 'Gumi Romance';
}
.section9 h2{
    padding-bottom: 20px; margin-bottom: 20px;
    font-weight: 100;
    font-family: 'Gumi Romance';
}
.section9 h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 10px; height: 1px;
    background-color: #333;
}
.section9 .text-box p{
    color:#333;line-height: 1.6rem;
}
.section9 .text-box span{margin-left: 10px;}


/* 섹션 공통 */
.section{
    background-attachment: fixed !important; overflow: hidden !important; background-size: cover; background-position: 50% 50%;
}
.section .bg{
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;left:0;
}

.section .fp-overflow{
    height: 100%;
    display: flex; align-items: center; justify-content: center;
}
.section .text-box{text-align: center; color: #28211F;}
.section .text{margin-top: 20px; top: 50px; opacity: 0; transition: 0.5s 1s; font-size: 1.6rem;}
.section.active .text{top: 0; opacity: 1;}
.section h6{top: 50px; transition: 0.5s 0.5s; opacity: 0;}
.section.active h6{top: 0; opacity: 1;}