/* 헤더 영역 */
.header-area {
    padding: var(--padding);
    height: 8rem;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}
.header-area.active {
    background: var(--color-white);
}
.header-area .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.header-area .logo {
    width: 13.5rem;
}
.header-area ul {
    gap: 4rem;
}
.header-area ul li a {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.2;
}
.header-area ul li a.active {
    color: var(--color-9124FF)
}
.apply {
    color: var(--color-white);
    padding: 0.8rem 4rem;
    text-align: center;
    background-color: var(--color-9124FF);
    border-radius: 2.4rem;
}
.header-area .menu-btn {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/ico_menu.svg)no-repeat center/cover;
    cursor: pointer;
}
.header-area .close-btn {
    width: 2.4rem;
    height: 2.4rem;
    background: url(../img/ico_close.svg)no-repeat center/cover;
    cursor: pointer;
}

/* 사이드바 */
.side-area {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--color-white);
    width: 100%;
    height: 100vh;
    transition: 0.3s;
}
.side-area.active {
    right: 0;
}
.side-area .header-area .wrap {
    justify-content: space-between;
}
.side-area .logo-box {
    background-color: var(--color-black);
    padding: 4.8rem 4rem 4.4rem;
}
.side-area .logo-box a {
    width: 17.7rem;
}
.side-area .middle-box {
    margin-top: 14rem;
    height: 100%;
}
.side-area .middle-box ul {
    gap: 4.8rem;
}
.side-area .middle-box ul li a {
    font-size: 2.2rem;
    font-weight: 600;
    display: block;
    color: #323333;
    text-align: center;
}
.side-area .middle-box ul li a.active {
    color: var(--color-9124FF);
}
.side-area .middle-box ul li .apply {
    font-size: 1.8rem;
    color: #fff !important;
    background-color: var(--color-9124FF);
    padding: 1.6rem;
    border-radius: 2.8rem;
    width: 24rem;
}

@media (max-width: 1200px) {

    .header-area {
        height: 6rem;
    }
    .header-area .logo {
        width: 10rem;
    }
    .header-area ul {
        display: none;
    }
    .header-area .menu-btn {
        display: block;
    }
    .floating {
        display: block;
    }

}
@media (max-width: 767px) {

    .header-area {
        height: 5.6rem;
    }
    .header-area .logo {
        width: 9rem; 
    }
    .header-area .close-btn,
    .header-area .menu-btn {
        width: 2rem;
        height: 2rem;
    }

}
/* //헤더 영역 */


/* ------------------------------------------------------------------------------- */


/* 팝업 영역 */
.modal-area {
    background: rgb(0, 0, 0, 80%);
    width: 100%;
    height: 100%;
    display: none;
    word-break: keep-all;
    z-index: 110;
    position: fixed;
    align-items: center;
    justify-content: center;
}
.modal-area.active {
    display: flex;
}
.modal {
    background-color: var(--color-white);
    padding: 3rem;
    border-radius: 2rem;
    width: 32rem;

}
.modal p {
    font-size: 1.8rem;
    font-weight: 700;
}
.modal button {
    margin-top: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    height: 4rem;
    width: 10rem;
    text-align: center;
    border-radius: 1rem;
    background-color: var(--color-9124FF);
    color: var(--color-white);
}


/* ------------------------------------------------------------------------------- */


/* 푸터 영역*/
.footer-area {
    background-color: var(--color-9124FF);
    padding: 3.6rem 0;
}
.footer-area img {
    width: 22.7rem;
}
.f-wrap {
    gap:12px;
}
.social-box {
    padding: 0 0 100px 0;
    gap: 40px
}
.social-box img{
    width: 60px;
}
@media (max-width: 1200px) {

    .footer-area {
        padding-top: 3.6rem;
        padding-bottom: 9.2rem;
    }
    .footer-area img {
        width: 11.2rem;
    }

}
@media (max-width: 768px) {
    .social-box {
        padding: 0 0 80px 0;
        gap: 20px
    }
    .social-box img{
        width: 40px;
    }
    .footer-area {
        padding-top: 1.8rem;
        padding-bottom: 7.4rem;
    }
    .footer-area img {
        width: 13rem;
    }

}

/* //푸터 영역*/



/* 섹션 스타일 */ 
.text-top-space {
    padding-top: 6.0rem;
}
.section-bottom-space {
    padding-bottom: 15rem;
}
.section-bottom-space-small {
    padding-bottom: 10rem;
}
@media (max-width: 1200px) {
    .text-top-space {
        padding-top: 4.8rem;
    }
    .section-bottom-space {
        padding-bottom: 12rem;
    }
    .section-bottom-space-small {
        padding-bottom: 8rem;
    }
}
@media (max-width: 768px) {
    .text-top-space {
        padding-top: 3.2rem;
    }
    .section-bottom-space {
        padding-bottom: 10rem;
    }
    .section-bottom-space-small {
        padding-bottom: 6rem;
    }
}
@media (max-width: 560px) {
    set-section-5{
      
    }
}

/* 리스트 스타일 */ 
.list-dot {
    padding-left: 16px;
  }
  .list-dot::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  top: -2px;
  left: -8px;
  margin-left: -4px;
  }
  
  .list-star {
    padding-left: 16px;
  }
  .list-star::before {
  content: "※";
  width: 4px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  top: -2px;
  left: -8px;
  margin-left: -6px;
  }
  .list-dash {
   margin-left: 36px;
  }
  .list-dash::before {
    content: "-";
    width: 4px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    top: -2px;
    left: -8px;
    margin-left: -6px;
  }



  
/* floating */
.floating {
    z-index: 50;
    position: fixed;
    right: 4rem;
    bottom: 10rem;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.floating.active {
    opacity: 1;
    visibility: visible;
}
.floating a {
    width: 16rem;
    height: 16rem;
    line-height: 1.3;
}
.floating .online-apply {
    background: url(../img/img_floating-apply.svg) no-repeat;
    /* background-color: var(--color-2E613A);
    color: var(--color-white); */
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.floating .online-apply:hover {
    color: var(--color-0A0A0A);
}
.floating .floating-apply {
    background: url(../img/img_floating-online.svg) no-repeat;
    /* background-color: var(--color-white);
    color: #1b1b1b; 
    border: 2px solid #1b1b1b;*/
    font-size: 2.2rem;
    font-weight: 800;
    margin-top: 2rem;
    box-sizing: border-box;
}
.floating .floating-apply:hover {
    color: var(--color-2D7859);
}

.floating-m {
    z-index: 50;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
}
.floating-m a {
    height: 6rem;
    width: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 2rem;
    text-align: center;
    line-height: 1.3;
}
.floating-m .online-apply {
    background-color: var(--color-9124FF);
    color: var(--color-white);
    border-top: 1px solid var(--color-black);
}
.floating-m .floating-apply {
    background-color: var(--color-FFE800);
    color: #1b1b1b;
    border-top: 1px solid var(--color-black);
}

@media (max-width: 1200px) {

    /* .floating {
        display: none;
    }
    .floating-m {
        display: flex;
    } */
}
@media (max-width: 767px) {
    .floating {
        display: none;
        right: -2rem
    }
    .floating .floating-apply,
    .floating .floating-apply {
        background-size: 100px;
    }

    .floating-m a {
        font-size: 1.6rem;
    }
    .floating-m a br {
        display: block;
    }

    .floating-m {
        display: flex;
    }
}
/* //floating */

/* 위로 가기 버튼 */
.up-btn {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 48px;
    height: 48px;
    display: block;
    background: url(../img/Icon_Button_top.svg)no-repeat center/cover;
    position: fixed;
    bottom: 40px;
    right: 100px;
    z-index: 30;
    cursor: pointer;

}
.up-btn.active {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 1200px) {
    .up-btn {
        bottom: 80px;
    }

}

@media (max-width: 767px) {
    .up-btn {
        bottom: 70px;
        right: 20px;
    }

}
