@charset "UTF-8";@keyframes progress {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}
@font-face {
    font-family: "GmarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal
}
html, body {
	font-size:18px; color:#474747; font-family:'GmarketSans', '맑은 고딕',  'Nanum Gothic', 'Malgun Gothic', '돋움', 'Ubuntu', dotum, sans-serif; 
}

.main-visual .item {
    position: relative
}

.main-visual .img-bx {
    display: block;
    position: relative;
    overflow: hidden
}

.main-visual .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 41.6666666667%
}

.main-visual .img-bx>img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%,-50%) scale(0.1)
}

.main-visual .txt-bx {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 0 0 1em rgba(0,0,0,0.1);
    letter-spacing: -0.05em;
    line-height: 1.3;
    font-weight: 400
}

.main-visual .txt-bx .title {
    font-size: 5em
}

.main-visual .txt-bx .text {
    margin-top: 1em;
    font-size: 1.875em;
    font-weight: 300;
    transition-delay: 300ms!important
}

.main-visual .swiper-slide .txt-bx .text,.main-visual .swiper-slide .txt-bx .title {
    transform: translateY(50px);
    opacity: 0;
    transition: 1000ms opacity,1000ms transform
}

.main-visual .swiper-slide-active .txt-bx .text,.main-visual .swiper-slide-active .txt-bx .title {
    transform: translateY(0);
    opacity: 1
}

@media (max-width: 1200px) {
    .main-visual .img-bx:after {
        padding-bottom:66.6666666667%
    }
}

@media (max-width: 768px) {
    .main-visual .img-bx:after {
        padding-bottom:83.3333333333%
    }

    .main-visual .txt-bx {
        font-size: 2.3vw
    }
}

.main-visual .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 3.125rem;
    transform: translateX(-50%)
}

.main-visual .swiper-pagination-bullet {
    margin: 0 4px
}

@media (max-width: 1024px) {
    .main-visual .swiper-pagination {
        bottom:1.25rem
    }
}

.main-visual .swiper-button {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.5rem;
    transition: 300ms color
}

.main-visual .swiper-button:hover {
    color: #c30d23
}

.main-visual .swiper-button--prev {
    left: 50%;
    margin-left: -700px
}

.main-visual .swiper-button--next {
    right: 50%;
    margin-right: -700px
}

@media (max-width: 1400px) {
    .main-visual .swiper-button {
        display:none
    }
}

.main-visual .swiper-play {
    display: block;
    padding-right: 8px;
    padding-left: 8px;
    cursor: pointer
}

.main-visual .swiper-play .xi-pause {
    display: none
}

.main-visual .swiper-play.on .xi-pause {
    display: inline-block
}

.main-visual .swiper-play.on .xi-play {
    display: none
}

.main-visual .swiper-control.swiper-control--progress {
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    margin-left: -8px;
    margin-right: -8px
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination {
    transform: none
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullets {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet {
    position: relative;
    display: block;
    margin: 0 5px;
    border-radius: 0;
    width: 88px;
    height: 3px;
    background: rgba(0,0,0,0.3);
    opacity: 1
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c30d23
}

.main-visual .swiper-control.swiper-control--progress .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: progress 3s linear 0s 1;
    width: 100%
}

.main-visual .swiper-control.swiper-control--progress-no {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.125rem;
    z-index: 10
}

.main-visual .swiper-control.swiper-control--progress-no .container {
    display: flex;
    align-items: center
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination {
    position: static;
    transform: none
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet {
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
    color: #fff;
    font-weight: 700;
    margin-right: 1.875rem;
    padding-right: 0;
    position: relative
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:before {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 7.5rem;
    height: 2px;
    background: rgba(255,255,255,0.5)
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet:after {
    content: "";
    display: none;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #000
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active {
    color: #000;
    padding-right: 8.4375rem
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after,.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:before {
    display: block
}

.main-visual .swiper-control.swiper-control--progress-no .swiper-pagination-bullet-active:after {
    animation: progress 5.1s linear 0s 1
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.main {
    max-width: 4000px;
    margin: 0 auto
}

.section {
    overflow: hidden;
    font-family: "Pretendard-Regular",sans-serif
}

.form-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #183663;
    padding: 1.25rem 0;
    color: #fff;
    z-index: 200
}

.form-wrap .form-btn {
    color: #fff;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem
}

@media (min-width: 1400.02px) {
    .form-wrap .form-btn {
        display:none
    }
}

.form-wrap .form-btn .xi-angle-down {
    display: none
}

.form-wrap .form-btn.active {
    top: 13%
}

.form-wrap .form-btn.active .xi-angle-down {
    display: block
}

.form-wrap .form-btn.active .xi-angle-up {
    display: none
}

.form-wrap .flex-bx {
    display: flex
}

@media (max-width: 1400px) {
    .form-wrap .flex-bx {
        display:block;
        text-align: center
    }
}

.form-wrap .txt-bx {
    flex: 1 0 28.75rem;
    max-width: 28.75rem;
    display: flex;
    align-items: flex-end
}

@media (max-width: 1400px) {
    .form-wrap .txt-bx {
        flex:none;
        max-width: 100%;
        justify-content: center;
        padding-bottom: 15px
    }
}

.form-wrap .txt-bx .logo {
    width: 19.375rem
}

@media (max-width: 1200px) {
    .form-wrap .txt-bx .logo {
        width:25%
    }
}

@media (max-width: 768px) {
    .form-wrap .txt-bx .logo {
        width:30%
    }
}

.form-wrap .txt-bx .tit {
    font-size: 2.0625rem;
    padding-left: 0.9375rem;
    margin-bottom: -10px
}

@media (max-width: 768px) {
    .form-wrap .txt-bx .tit {
        font-size:1.75rem
    }
}

.form-wrap .form-bx {
    flex: 1 1 auto;
    width: 1%;
    display: flex;
    align-items: flex-end
}

@media (max-width: 1400px) {
    .form-wrap .form-bx {
        flex:none;
        width: 100%;
        justify-content: center
    }
}

.form-wrap .form-bx .form-bx-inner {
    display: flex
}

@media (max-width: 1400px) {
    .form-wrap .form-bx .form-bx-inner {
        display:block;
        text-align: center
    }
}

.form-wrap .form-bx .form-bx-item {
    display: flex;
    flex-direction: column
}

@media (max-width: 375px) {
    .form-wrap .form-bx .form-bx-item .row.no-qutters {
        flex-direction:column;
        row-gap: 8px
    }

    .form-wrap .form-bx .form-bx-item .row.no-qutters .input-bx {
        max-width: 100%
    }
}

.form-wrap .form-bx .btn-bx {
    padding-left: 1.25rem
}

@media (max-width: 1400px) {
    .form-wrap .form-bx .btn-bx {
        padding-left:0;
        padding-top: 10px
    }
}

.form-wrap .form-bx input,.form-wrap .form-bx select {
    margin: 0 5px;
    height: 2.5rem;
    line-height: 2.5rem
}

@media (max-width: 768px) {
    .form-wrap .form-bx input,.form-wrap .form-bx select {
        font-size:0.625rem
    }
}

.form-wrap .form-bx input[type=submit] {
    font-size: 1.625em;
    height: 4.625rem;
    line-height: 4.625rem
}

@media (max-width: 1400px) {
    .form-wrap .form-bx input[type=submit] {
        width:100%
    }
}

.form-wrap .form-bx label {
    font-size: 0.9375rem
}

@media (max-width: 768px) {
    .form-wrap .form-bx label {
        font-size:0.6875rem
    }
}

.form-wrap .form-bx select {
    color: #000
}

@media (max-width: 1024px) {
    .form-wrap .agree_forms {
        height:20px!important
    }
}

.section-01 {
    position: relative
}

.section-01 .logo-bx {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    margin: 1.25rem 0 0 0;
}

.section-01 .logo-bx a {
    display: block
}



/* .title을 절대 위치로 설정하여 .txt-bx 위로 배치 */
.section-01 .txt-bx .title {
    position: absolute;
    bottom: 20px;
    z-index: 10; /* 다른 요소 위에 위치하도록 설정 */
    text-align: center;
    font-size: 1.8em;
    color: #406aaa;
    font-weight: 800;
    padding: 11rem 0 6rem 0;
    
}

@media (max-width: 1024px) {
    .section-01 .logo-bx {
        margin: 0.25rem 0 0 0.25rem;
    }
}

@media (max-width: 576px) {
    .section-01 .logo-bx {
        margin: 0.625rem 0 0 0.625rem;
    }
}

.section-01 .logo-bx img {
    width: 100%
}

@media (max-width: 1024px) {
    .section-01 .logo-bx img {
        width: 14.3125rem;
    }
}

.section-01 .img-bx {
    z-index: 90;
    display: block;
    position: relative;
    overflow: hidden
}



.section-01 .img-bx:after {
    content: "";
    display: block;
    padding-bottom: 1031px;
}

.section-01 .img-bx > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 2600px;
    object-fit: cover; /* 이미지가 컨테이너를 채우되 비율은 유지 */
}
@media (max-width: 1024px) {
    .section-01 .img-bx {
        display:block;
        position: relative;
        overflow: hidden
    }

    .section-01 .img-bx:after {
        content: "";
        display: block;
        padding-bottom: 133.88671875%
    }

    .section-01 .img-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

@media (max-width: 768px) {
    .section-01 .img-bx {
        display:block;
        position: relative;
        overflow: hidden;
        height: 190vw
    }

    .section-01 .img-bx:after {
        content: "";
        display: block;
        padding-bottom: 130%
    }

    .section-01 .img-bx>img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        min-width: 1000%;
        min-height: 1000%;
        max-width: none;
        max-height: none;
        transform: translate(-50%,-50%) scale(0.1)
    }
}

.section-01 .txt-bx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100
}


    .section-01 .txt-bx .box1 {
        margin-top: 21rem;
        position: absolute;
    }
    
    .section-01 .txt-bx .box2 {
        justify-content: center;  /* 가로 가운데 정렬 */
        align-items: center;      /* 세로 가운데 정렬 */
        text-align: center;       /* 텍스트 가운데 정렬 */
      }
    
      .section-01 .txt-bx .box3 {
        margin-top: 33rem;
        justify-content: center;  /* 가로 가운데 정렬 */
        align-items: center;      /* 세로 가운데 정렬 */
        text-align: center;       /* 텍스트 가운데 정렬 */
      }
      
    
      
     .section-01 .txt-bx .txt {
        justify-content: center;  /* 가로 가운데 정렬 */
        align-items: center;      /* 세로 가운데 정렬 */
        text-align: center;       /* 텍스트 가운데 정렬 */
    }
    
    
    .section-01 .main_top {
        font-size: 2rem;
        font-weight: 700;
        color: #406aaa;
        line-height: 1.4;
        z-index: 10; /* 다른 요소 위에 위치하도록 설정 */
        text-align: center;
        padding: 11rem 0 6rem 0;
        
      }
      .section-01 .main_small {
        font-size: 1.2rem;
        font-weight: 400;
        color: #02398d;
      }

    

@media (max-width: 1400px) {
.section-01 .txt-bx .box1 {
    margin-top: 30rem;
    position: absolute;
}

  .section-01 .txt-bx .box3 {
    margin-top: 107vw;
    justify-content: center;  /* 가로 가운데 정렬 */
    align-items: center;      /* 세로 가운데 정렬 */
    text-align: center;       /* 텍스트 가운데 정렬 */
  }
  

  
 .section-01 .txt-bx .txt {
    justify-content: center;  /* 가로 가운데 정렬 */
    align-items: center;      /* 세로 가운데 정렬 */
    text-align: center;       /* 텍스트 가운데 정렬 */
}


.section-01 .main_top {
    font-size: 1.2rem;
    font-weight: 700;
    color: #406aaa;
    line-height: 1.4;
    z-index: 10; /* 다른 요소 위에 위치하도록 설정 */
    text-align: center;
    padding: 11rem 0 6rem 0;
    
  }
  .section-01 .main_small {
    font-size: 0.9rem;
    font-weight: 400;
    color: #02398d;
  }
}


@media (max-width: 576px) {
    .section-01 .txt-bx .box1 {
        margin-top:3rem
    }
}


@media (max-width: 1200px) {
    .section-01 .txt-bx .box2 {
        margin:0 1.875rem 1.25rem 0
    }
}

@media (max-width: 768px) {

    .section-01 .txt-bx .box1 {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    
    .section-01 .txt-bx .box2 {
        width: 96%;
        margin: -120px 61px 3px 14px;
    }
}

.section-01 .txt-bx .text {
    font-family: "Pretendard-Regular",sans-serif;
    text-shadow: 6px 10px 11.83px rgba(0,0,0,0.2);
    color: #fff
}

@media (max-width: 1024px) {
    .section-01 .txt-bx .text {
        text-shadow:3px 3px 4px rgba(0,0,0,0.7)
    }
}

.section-01 .txt-bx .text-small {
    margin-left: 5em;
    margin-top: 0px;
    margin-bottom: 0px;
    /* animation: tilt-in-left-1 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both;
    animation-delay: 0.7s; */
}

@media (max-width: 1200px) {
    .section-01 .txt-bx .text-small {
        margin: 262px 0 24px 0px;
        width: 90%;
    }
}

.section-01 .txt-bx .text-big {
    font-size: 9.975rem;
    text-align: center;
    animation: tracking-in-expand 0.8s cubic-bezier(0.215,0.61,0.355,1) both;
    animation-delay: 0.3s
}

@media screen and (max-width: 2000px) {
    .section-01 .txt-bx .text-big {
        font-size:9.375rem
    }
}

@media (max-width: 1400px) {
    .section-01 .txt-bx .text-big {
        font-size:11.5vw;
        letter-spacing: -2px
    }
}

@media (max-width: 1200px) {
    .section-01 .txt-bx .txt {
        font-size: 6vw;
        margin-top: 13vw;
    }
}

.section-02 {
    background-image: url(../images/main/sec2_bg.jpg);
    ;height: 1710px;
    position: relative;
    padding: 3.125rem 0;
    z-index: 5
}

.section-02:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/main/sec2_bg.png) repeat;
    height: 100%;
    width: 100%;
    z-index: 6
}

.section-02 .container {
    position: relative;
    z-index: 7
}

.section-02 .title-bx {
    text-align: center;
    margin-top: 80px
}

.section-02 .title-bx h2 {
    font-size: 4.3125rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -2px
}

@media (max-width: 1400px) {
    .section-02 .title-bx h2 {
        font-size:7vw
    }
}

.section-02 .title-bx h2 .tit {
    font-size: 6.375rem;
    color: #ffe000;
    font-weight: 500;
    letter-spacing: -2px
}

@media (max-width: 1400px) {
    .section-02 .title-bx h2 .tit {
        letter-spacing:-3px;
        font-size: 11vw
    }
}

@media (max-width: 576px) {
    .section-02 .title-bx h2 .tit {
        letter-spacing:-4px;
        font-size: 10.8vw;
        white-space: nowrap
    }
    .section-02 .graph-bx-inner .img-graph img{
        width:280px
    }
}

.section-02 .graph-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

@media (max-width: 1024px) {
    .section-02 .graph-wrap {
        display:block
    }
}

.section-02 .graph-bx {
    padding: 0 1.25rem
}

@media (max-width: 1024px) {
    .section-02 .graph-bx {
        padding:0;
        margin-bottom: 1.25rem
    }
}

.section-02 .graph-bx-inner {
    position: relative
}

.section-02 .graph-bx-inner .img-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section-02.active .title-bx h2 .tit {
    display: inline-block;
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.455,0.03,0.515,0.955) both
}

.section-02.active .graph-bx-inner .img-text {
    animation: blink-effect 0.7s step-end 4;
    animation-delay: 0.3s
}

/* section-021 */

.section-021 {
    background-color: #FFFFFF;
    height: 1950px;
    position: relative;
    padding: 3.125rem 0;
    z-index: 5
}

.section-021:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/main/sec2_bg.png) repeat;
    height: 100%;
    width: 100%;
    z-index: 6
}

.section-021 .container {
    position: relative;
    z-index: 7
}

.section-021 .title-bx {
    text-align: center;
    margin-top: 80px
}

.section-021 .title-bx h2 {
    font-size: 4.3125rem;
    color: #fff;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -2px
}

@media (max-width: 1400px) {
    .section-021 .title-bx h2 {
        font-size:7vw
    }
}

.section-021 .title-bx h2 .tit {
    font-size: 6.375rem;
    color: #ffe000;
    font-weight: 500;
    letter-spacing: -2px
}

@media (max-width: 1400px) {
    .section-021 {
        height: 2600px;
        width: 100%
    }
    .section-021 .title-bx h2 .tit {
        letter-spacing:-3px;
        font-size: 7vw
    }
}

@media (max-width: 576px) {
    .section-021 {
        height: 2500px;
        width: 100%
    }
    .section-021 .title-bx h2 .tit1 {
        letter-spacing:-4px;
        font-size: 5.8vw;
        white-space: nowrap
    }

    .section-021 .title-bx h2 .text {
        letter-spacing:-4px;
        font-size: 3.8vw;
        white-space: nowrap
    }
}

.section-021 .graph-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 62px
    l
}

@media (max-width: 1024px) {
    .section-021 .graph-wrap {
        
        height: 100%;
        display:block
    }
}

.section-021 .graph-bx {
    padding: 0 1.25rem
}

@media (max-width: 1024px) {
    .section-021 .graph-bx {
        padding:0;
        margin-bottom: 1.25rem
    }
    .section-021 .graph-bx-inner .img-text {
        padding:0;
        font-size: 24px
    }
}

.section-021 .graph-bx-inner {
    position: relative;
    margin-top:70px
}

.section-021 .graph-bx-inner .img-tit1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section-021 .graph-bx-inner .img-text {
    position: relative;
    display: block;
    max-width: 500px;
    padding: 8px 0;
    border-radius: 60px;
    background-color: #f9d600;
    font-size: 1.8rem;
    color: #000;
    line-height: 1.3;
    margin: 1.875rem auto 0 auto;
    transition: 0.2s
}

@media (max-width: 1024px) {
    .section-021 .graph-bx {
        padding:0;
        margin-bottom: 1.25rem
    }
    .section-021 .graph-bx-inner .text img{
        width:25px;
    }
    .section-021 .graph-bx-inner .img-text {
        font-size: 1.5rem;
    }
    .section-021 .graph-bx-inner .text h2 {
        font-size: 1.5rem;
        line-height: 1.2
    }
    .section-021 .graph-bx-inner .text {
        font-size: 1.5rem;
        padding: 8px 0;
        line-height: 1.2
        
    }
}
.section-021.active .title-bx h2 .tit {
    display: inline-block;
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.455,0.03,0.515,0.955) both
}

.section-021.active .graph-bx-inner .img-text {
    animation: blink-effect 0.7s step-end 4;
    animation-delay: 0.3s
}
/* section-021*/

.section-03 {
    background-color: #4f566c;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 7em 0 12.5em 0;
}



@media (min-width: 1024.02px) {
    .section-03 {
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: auto;
        /* padding: 5rem 0; */
        padding-bottom: 0
    }
}

@media (max-width: 1024px) {
    .section-03 {
        background-color:#4f566c;
        height: 100%;
        padding: 0;
        /* padding-bottom: 20px */
    }

    .section-03:before {
        background-color:#4f566c;
        background-size: cover;
        height: 22.6875rem;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1
    }
}

@media (max-width: 1024px) and (max-width:576px) {
    .section-03:before {
        height:17rem
    }
}

.section-03 .container {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.section-03 .flex-bx {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -5px -1.25rem;
    order: 1;
    /* z-index: 9; */
}

.section-03 .text {

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2rem 0;
    order: 1;
    z-index: 10
}

/* .title을 절대 위치로 설정하여 .txt-bx 위로 배치 */
.section-03 .title {
    text-align: center;
    z-index: 18; /* 다른 요소 위에 위치하도록 설정 */
    font-size: 1.8em;
    color: #a8abb5;
    font-weight: 800;
    padding: 0rem 0 6rem 0;

}




@media (max-width: 1024px) {
.section-03 .title {
    text-align: center;
    z-index: 18; /* 다른 요소 위에 위치하도록 설정 */
    font-size: 0.8em;
    color: #a8abb5;
    font-weight: 800;
    padding: 0rem 0 0rem 0;
    }
  .section-27 .title {
       text-align: center;
       z-index: 18; /* 다른 요소 위에 위치하도록 설정 */
       font-size: 0.8em;
       color: #2d3a61;
       font-weight: 800;
       padding: 0rem 0 0rem 0;
        }
}


@media (min-width: 1400.02px) {
    .section-03 .text {
        padding: 0 0 0 0m;
    }
}


@media (max-width: 1024px) {
    .section-03 .text {
        order:2;
        margin-top: 1.875rem
    }
}

@media (max-width: 576px) {
    .section-03 .text {
        /* margin: -31px 0px -2px -107px; */
    }
    .section-03 .text img{
        width: 60%;
    }
    .main-section-09 .txt-bx img{
        width: 60%;
    }

    .section-27 .flex-bx img{
        width: 60%;
    }
}



@media (min-width: 1400.02px) {
    .section-03 .flex-bx {
        margin-top: -1.875rem; 
    }
}


@media (max-width: 1024px) {
    .section-03 .flex-bx {
        order:2;
        margin-top: 1.875rem
    }
}

@media (max-width: 576px) {
    .section-03 .flex-bx {
        margin-top:8px
    }
    .section-03 .flex-bx img{
        width:100%;
        /* margin-top: 97px; */
    }

    
}

.section-03 .item {
    flex: 1 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 0 1.25rem
}

@media (max-width: 576px) {
    .section-03 .item {
        padding:0 3px
    }
}

.section-03 .item .inner {
    border: 0px 
}

.section-03 .item:first-of-type .txt-bx {

}

.section-03 .item:first-of-type .txt-bx:before {

}

.section-03 .item:first-of-type .img-bx {

}

.section-03 .item:nth-of-type(2) .txt-bx {
}

.section-03 .item:nth-of-type(2) .txt-bx:before {

}

.section-03 .item:nth-of-type(2) .img-bx {

}

.section-03 .item .img-bx,.section-03 .item .txt-bx {
    padding: 1.25rem
}

.section-03 .item .txt-bx {
    position: relative;
    z-index: 5
}

.section-03 .item .txt-bx:before {
    content: "";
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-right: 50px solid transparent;
    position: absolute;
    bottom: -55px;
    left: 42%;
    transform: rotate(90deg);
    z-index: 4
}

@media (max-width: 768px) {
    .section-03 .item .txt-bx:before {
        border-bottom:10px solid transparent;
        border-top: 10px solid transparent;
        border-right: 20px solid transparent;
        bottom: -20px
    }
}

@media (max-width: 576px) {
    .section-03 .item .txt-bx:before {
        border-bottom:15px solid transparent;
        border-top: 15px solid transparent;
        border-right: 20px solid transparent;
        left: 25%;
        bottom: -10px;
        z-index: -1
    }
}

.section-03 .item .img-bx {
    height: 41.875rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 1400px) {
    .section-03 .item .img-bx {
        height:35.625rem
    }
}

@media (max-width: 1200px) {
    .section-03 .item .img-bx {
        height:31.25rem
    }
}

@media (max-width: 768px) {
    .section-03 .item .img-bx {
        height:25rem
    }
}

@media (max-width: 576px) {
    .section-03 .item .img-bx {
        height:17.5rem
    }
}

@media (max-width: 375px) {
    .section-03 .item .img-bx {
        height:100%
    }
}

.section-03 .title-bx {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 0 3.125rem 0;
    margin-top: -3.125rem;
    order: 2;
    z-index: 1
}

.section-03 .title-bx:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: -1
}

@media (max-width: 1024px) {
    .section-03 .title-bx:before {
        display:none
    }
}

@media (max-width: 1024px) {
    .section-03 .title-bx {
        width:85%;
        margin: 0 auto;
        order: 1;
        padding: 0
    }
}

.section-03 .title-bx .text {
    padding: 0.9375rem 0
}

.section-03 .title-bx .text img {
    margin: 0 auto
}

.section-03 .title-bx .text-mid {
    font-size: 3.5em;
    color: #fff;
    background-color: #c30d23;
    padding: 0 0.625rem;
    padding-top: 5px;
    width: fit-content;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .section-03 .title-bx .text-mid {
        font-size:5vw;
        width: fit-content;
        margin: 0 auto;
        padding-top: 4px
    }
}

@media (max-width: 576px) {
    .section-03 .title-bx .text-mid {
        font-size:5.8vw;
        padding: 0 0.9rem;
        letter-spacing: -1.5px;
        line-height: 1.1;
        padding-top: 3px;
        box-shadow: 2px 3px 3px #000;
        white-space: nowrap
    }
}

.section-04 {
    background-color: #424242;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding: 5rem 0;
    text-align: center
}

@media (max-width: 768px) {
    .section-04 {
        background-color: #424242;
        padding: 0
    }
}

@media (max-width: 576px) {
    .section-04 {
        height:100%;
        padding: 1.25rem 0;
        padding-top: 20px
    }
}

.section-04 .title-bx {
    margin-bottom: 3.125rem
}

@media (max-width: 1024px) {
    .section-04 .title-bx {
        margin-bottom:1.875rem
    }
}

.section-04 .flex-bx {
    display: flex;
    align-items: center;
    margin: 0 -1.25rem
}

@media (max-width: 768px) {
    .section-04 .flex-bx {
        display:block;
        margin: 0
    }
}

.section-04 .flex-bx .item {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 1.25rem
}

@media (max-width: 768px) {
    .section-04 .flex-bx .item {
        flex:none;
        max-width: 100%;
        padding: 0;
        margin-bottom: 1.875rem;
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 576px) {
    .section-04 .flex-bx .item {
        width:100%;
        margin-bottom: 10px
    }

    .section-04 .flex-bx .item:first-child {
        margin-bottom: 20px
    }
}

.section-04 .flex-bx .more-btn {
    position: relative;
    display: block;
    max-width: 22.5rem;
    padding: 0.8125rem 0;
    border-radius: 60px;
    background-color: #000;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    margin: 1.875rem auto 0 auto;
    transition: 0.2s
}

@media (max-width: 768px) {
    .section-04 .flex-bx .more-btn {
        font-size:1.125rem;
        max-width: 18.75rem;
        margin-top: 15px
    }
}

.section-04 .flex-bx .more-btn:after {
    content: "";
    display: block;
    background: url(../images/main/arrow_i.png) no-repeat;
    background-size: 100%;
    width: 0.9375rem;
    height: 1.125rem;
    position: absolute;
    right: 15%;
    bottom: 20%
}

@media (max-width: 768px) {
    .section-04 .flex-bx .more-btn:after {
        width:10px;
        height: 13px;
        bottom: 25%
    }
}

@media (max-width: 576px) {
    .section-04 .flex-bx .more-btn:after {
        height:12px
    }
}

.section-04 .flex-bx .more-btn:hover {
    background-color: #c30d23
}
/*-----section-041 --- */ 
.section-041 {
    background: url(../images/main/sec3_text1_bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 5rem 0;
    text-align: center
}

@media (max-width: 768px) {
    .section-041 {
        background: url(../images/main/sec3_text1-m_bg.png);
        padding: 0
    }
}

@media (max-width: 576px) {
    .section-041 {
        height:100%;
        padding:  0;
    }
}

.section-041 .title-bx {
    margin-bottom: 3.125rem
}

@media (max-width: 1024px) {
    .section-041 .title-bx {
        margin-bottom:1.875rem
    }
}

.section-041 .flex-bx {
    display: flex;
    align-items: center;
    margin: 0 -1.25rem
}

@media (max-width: 768px) {
    .section-041 .flex-bx {
        display:block;
        margin: 0
    }
}

.section-041 .flex-bx .item {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 1.25rem
}

@media (max-width: 768px) {
    .section-041 .flex-bx .item {
        flex:none;
        max-width: 100%;
        padding: 0;
        margin-bottom: 1.875rem;
        width: 70%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 576px) {
    .section-041 .flex-bx .item {
        width:100%;
        margin-bottom: 10px
    }

    .section-041 .flex-bx .item:first-child {
        margin-bottom: 20px
    }
}

.section-041 .flex-bx .more-btn {
    position: relative;
    display: block;
    max-width: 22.5rem;
    padding: 0.8125rem 0;
    border-radius: 60px;
    background-color: #000;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    margin: 1.875rem auto 0 auto;
    transition: 0.2s
}

@media (max-width: 768px) {
    .section-041 .flex-bx .more-btn {
        font-size:1.125rem;
        max-width: 18.75rem;
        margin-top: 15px
    }
}

.section-041 .flex-bx .more-btn:after {
    content: "";
    display: block;
    background: url(../images/main/arrow_i.png) no-repeat;
    background-size: 100%;
    width: 0.9375rem;
    height: 1.125rem;
    position: absolute;
    right: 15%;
    bottom: 20%
}

@media (max-width: 768px) {
    .section-041 .flex-bx .more-btn:after {
        width:10px;
        height: 13px;
        bottom: 25%
    }
}

@media (max-width: 576px) {
    .section-041 .flex-bx .more-btn:after {
        height:12px
    }
}

.section-041 .flex-bx .more-btn:hover {
    background-color: #c30d23
}
/*--section-041 ---- */
.section-05 {
    padding: 3.125rem 0;
    text-align: center;
    background-color:#c5baae ;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 90.875rem;
    background-position: center 60%
}

.section-05 .flex-bx {
    position: relative;
    display: flex
}

.section-05 .flex-bx .item{
    margin: 20px 20px 20px 20px;
}

@media screen and (max-width: 2000px) {
    .section-05 {
        background-position:center;
        height: auto
    }
}

@media (max-width: 1400px) {
    .section-05 {
        padding:1.25rem 0
    }
}

@media (max-width: 1024px) {
    .section-05 {
        padding:0
    }
}

.section-05 .txt-bx {
    padding-top: 5rem
}

@media (max-width: 1400px) {
    .section-05 .txt-bx {
        padding-top:1.875rem
    }
}

@media (max-width: 1024px) {
    .section-05 .txt-bx {
        background-color: #c5baae;
        position: relative;
        background-repeat: no-repeat;
        background-size: 166%;
        height: 44.625rem
    }
    .section-05 .flex-bx {
        display: block;
        padding:3.125rem 0;
        height: 100%;
        padding-bottom: 50px
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx {
        display: block;
        padding:3.125rem 0;
        height: 100%;
        padding-bottom: 50px
    }
    .section-05 .flex-bx {
        display: block;
        padding:3.125rem 0;
        height: 100%;
        padding-bottom: 50px
    }
}

.section-05 .txt-bx .tit {
    padding: 0 0.9375rem
}

@media (max-width: 1400px) {
    .section-05 .txt-bx .tit {
        font-size:2.7vw!important
    }
}

@media (max-width: 1024px) {
    .section-05 .txt-bx .tit {
        font-size:2vw!important
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit {
        font-size:5.2vw!important
    }
}

@media (max-width: 375px) {
    .section-05 .txt-bx .tit {
        font-size:5.1vw!important;
        white-space: nowrap
    }
}

.section-05 .txt-bx .tit-1 {
    display: inline-block;
    font-size: 38px;
    background-color: #584f45;
    color: #fff;
    letter-spacing: -3px;
    line-height: 1.1;
    padding-top: 6px;
    font-weight: 300
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-1 {
        padding:0 6px;
        padding-top: 3px
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-1 {
        font-size:32px!important
    }
}

.section-05 .txt-bx .tit-1 .tit-bold {
    font-weight: 400
}

.section-05 .txt-bx .tit-2 {
    font-size: 32px;
    color: #584f45;
    line-height: 1;
    padding-top: 1.25rem;
    letter-spacing: -2px;
    margin-top: 20px
}

@media (max-width: 1400px) {
    .section-05 .txt-bx .tit-2 {
        line-height:1.1;
        font-size: 32px!important;
        font-weight: 400
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-2 {
        padding:0;
        font-size: 12.7vw!important;
        margin-top: 8px
    }
}

.section-05 .txt-bx .tit-2 .tit-color {
    font-size: 5.6rem;
    color: #000;
    font-weight: 500
}

@media (max-width: 1400px) {
    .section-05 .txt-bx .tit-2 .tit-color {
        font-size:5vw!important
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-2 .tit-color {
        font-size:9.44vw!important
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-2 .tit-color {
        font-size:8.7vw!important
    }
}

.section-05 .txt-bx .tit-2 .tit-big {
    font-size: 10.25rem;
    font-weight: 500
}

@media (max-width: 1400px) {
    .section-05 .txt-bx .tit-2 .tit-big {
        font-size:9vw!important
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-2 .tit-big {
        font-size:12.5vw!important
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-2 .tit-big {
        font-size:14vw!important
    }
}

.section-05 .txt-bx .tit-2 .tit-small {
    font-size: 3.25rem;
    font-weight: 400
}

@media (max-width: 1400px) {
    .section-05 .txt-bx .tit-2 .tit-small {
        font-size:3vw!important
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-2 .tit-small {
        font-size:2.8vw!important
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-2 .tit-small {
        font-size:20px!important
    }
}

.section-05 .txt-bx .tit-3 {
    font-size: 3.8125rem;
    background-color: #ffe000;
    color: #c30d23;
    margin: 1.25rem 0;
    padding-top: 10px
}

@media (max-width: 1024px) {
    .section-05 .txt-bx .tit-3 {
        display:inline-block;
        padding: 0 5px;
        padding-top: 5px;
        letter-spacing: -3px;
        margin-top: 5px;
        white-space: nowrap
    }
}

@media (max-width: 576px) {
    .section-05 .txt-bx .tit-3 {
        letter-spacing:-1.8px;
        padding-top: 3px
    }
}

.section-05 .txt-bx .tit-3 .tit-3--bold {
    font-weight: 500
}

.section-05 .txt-bx .tit-4 {
    margin: 0 auto;
    text-align: left
}

.section-05 .txt-bx .tit-4 p {
    font-size: 2.125rem;
    color: #fff;
    line-height: 1.8;
    position: relative;
    letter-spacing: -0.07em;
    font-weight: 300;
    padding-left: 40px
}

@media (max-width: 1024px) {
    .section-05 .txt-bx .tit-4 p {
        font-size:3vw!important
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-4 p {
        font-size:4vw!important;
        line-height: 1.3;
        padding-left: 20px;
        margin-bottom: 15px
    }
}

@media (max-width: 375px) {
    .section-05 .txt-bx .tit-4 p {
        white-space:normal
    }
}

.section-05 .txt-bx .tit-4 p:after {
    content: "▶";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.125rem;
    color: #fff;
    line-height: 1.8
}

@media (max-width: 1024px) {
    .section-05 .txt-bx .tit-4 p:after {
        font-size:3vw
    }
}

@media (max-width: 768px) {
    .section-05 .txt-bx .tit-4 p:after {
        font-size:5vw;
        line-height: 1.3
    }
}

.section-05 .txt-bx .tit-4 .tit-bold {
    color: #ffe000;
    font-weight: 400
}

.section-05 .sauce-wrap {
    margin-top: 5.3125rem
}

@media (max-width: 1200px) {
    .section-05 .sauce-wrap {
        margin-top:1.875rem
    }
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap {
        background-image:url(../images/main/sec5_bg_m2.jpg);
        position: relative;
        background-repeat: no-repeat;
        background-size: 166%;
        height: auto;
        margin-top: 0;
        padding-bottom: 30px
    }
}

.section-05 .sauce-wrap .tit {
    font-size: 2.3125rem;
    color: #ffe000;
    background-color: #000;
    position: relative;
    z-index: 1;
    font-weight: 300;
    padding-top: 5px;
    border: 1px solid rgba(255,224,1,0.6196078431)
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .tit {
        display:inline-block;
        padding: 0 1.875rem;
        font-size: 3vw;
        margin-top: -70px
    }
}

@media (max-width: 768px) {
    .section-05 .sauce-wrap .tit {
        font-size:4.5vw;
        padding: 3px 10px;
        padding-top: 8px;
        font-weight: 300;
        line-height: 1.2
    }
}

@media (max-width: 576px) {
    .section-05 .sauce-wrap .tit {
        padding-top:6px
    }
}

.section-05 .sauce-wrap .tit:before {
    content: "";
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-left: 25px solid #000;
    border-right: 25px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 21%;
    transform: rotate(90deg);
    z-index: -1
}

@media (max-width: 768px) {
    .section-05 .sauce-wrap .tit:before {
        border-bottom:10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 20px solid #000;
        border-right: 20px solid transparent;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg)
    }
}

.section-05 .sauce-wrap .tit .mo-point {
    font-weight: 400
}

.section-05 .sauce-wrap .flex-bx {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 10
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .flex-bx {
        display:block
    }
}

.section-05 .sauce-wrap .flex-bx .item {
    flex: 1 0 50%;
    max-width: 50%
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .flex-bx .item {
        flex:none;
        max-width: 100%
    }
}

.section-05 .sauce-wrap .flex-bx .item.video-bx {
    height: 320px
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .flex-bx .item.video-bx {
        height:auto
    }
}

.section-05 .sauce-wrap .flex-bx .item.video-bx .embed-responsive-16by9:before {
    padding-top: 52.25%
}

.section-05 .sauce-wrap .flex-bx .sauce-bx {
    position: relative
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .flex-bx .sauce-bx {
        width:45%;
        margin: 0 auto 3.125rem auto
    }
}

@media (max-width: 576px) {
    .section-05 .sauce-wrap .flex-bx .sauce-bx {
        width:100%;
        margin: 0 auto 20px auto
    }
}

.section-05 .sauce-wrap .flex-bx .sauce-bx .img img {
    display: block;
    margin: 0 auto 0 0
}

.section-05 .sauce-wrap .flex-bx .sauce-bx .img-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.section-05 .sauce-wrap .flex-bx .sauce-bx.active .img-text1 {
    animation: scale-in-center 0.5s cubic-bezier(0.25,0.46,0.45,0.94) both;
    animation-delay: 0.1s
}

.section-05 .sauce-wrap .flex-bx .sauce-bx.active .img-text2 {
    animation: fadeInUp 0.6s cubic-bezier(0.39,0.575,0.565,1) both;
    animation-delay: 0.3s
}

.section-05 .sauce-wrap .flex-bx .sauce-bx.active .img-text3 {
    animation: fadeInUp 0.6s cubic-bezier(0.39,0.575,0.565,1) both;
    animation-delay: 0.4s
}

.section-05 .sauce-wrap .flex-bx .sauce-bx.active .img-text4 {
    animation: fadeInUp 0.6s cubic-bezier(0.39,0.575,0.565,1) both;
    animation-delay: 0.5s
}

.section-05 .sauce-wrap .flex-bx .sauce-bx.active .img-text5 {
    animation: fadeInUp 0.6s cubic-bezier(0.39,0.575,0.565,1) both;
    animation-delay: 0.6s
}

@media (max-width: 1024px) {
    .section-05 .sauce-wrap .flex-bx .video-bx {
        width:60%;
        margin: 0 auto
    }
}

@media (max-width: 576px) {
    .section-05 .sauce-wrap .flex-bx .video-bx {
        width:100%
    }
}

.section-05 .sauce-wrap .flex-bx .video-bx .embed-responsive {
    border-radius: 10px
}

.section-05.active .txt-bx .tit-2 {
    animation: blink-effect 0.7s step-end 4
}


.section-07 {
    background-color: #203a88
}
/* 롤링을 위한 css 추가 구문 */

.section-07 .slide_wrap {
    height: 188px;
    overflow: hidden;
    margin-top: -36em;
    margin-bottom: 11em;
    position: relative;
  }
  .section-07   .cont4 {
    padding: 0px 0 165px 0;
    text-align: center;
    height:100%
  }

  @media (max-width: 1024px) {

    .section-07 .slide_wrap {
        height: 188px;
        overflow: hidden;
        margin-top: -12em;
        margin-bottom: 0em;
        position: relative;
      }

  .section-07   .cont4 {
    padding: 0px 0 165px 0;
    text-align: center;
    height:100%
  }

  .section-07   .cont4 .img{
    padding: 0px 0 165px 0;
    text-align: center;
    height:32px
  }  
}
  .section .cont4 .slide_wrap[data-v-e1f56c1a] {
    height: 188px;
    left: 133px;
    position: absolute;
    top: 430px;
    width: 790px
}

.section .cont4 .slide_wrap .swiper[data-v-e1f56c1a] {
    height: 100%
}

  .section-07  .cont4 .inner {
    min-height: 800px;
    margin: 0 auto;
    position: relative; /* 기준 레이어 */
  }


.section-07   .swiper {
    height: 188px;
  }

.section-07   .swiper-wrapper {
    height: 100% !important;
  }

.section-07   .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.section-07 .swiper-slide img {
    max-height: 100%;
  }

  .section-07 .cont4 .more[data-v-e1f56c1a] {
    left: 262px;
    position: absolute;
    top: 818px
}
.section-07 .bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.section-07 .bg-top {
    /* background-image: url(../images/main/sec7-1_bg.png); */
    height: 180rem;
    z-index: 9
}

.section-07 .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 10px;
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}
.section-07 .content .box {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .section-07 .content .box {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 3500px) {
    .section-07 .bg-top {
        height:153.6875rem
    }
}

@media screen and (max-width: 2800px) {
    .section-07 .bg-top {
        height:123.6875rem
    }
}

@media screen and (max-width: 2600px) {
    .section-07 .bg-top {
        height:111.6875rem
    }
}

@media (max-width: 1024px) {
    .section-07 .bg-top {
        background-image:url(../images/main/sec7-1_bg_m.png);
        height: 115rem;
        background-position: bottom
    }
}

@media (max-width: 768px) {
    .section-07 .bg-top {
        height:100rem
    }
}

@media (max-width: 576px) {
    .section-07 .bg-top {
        height:84rem
    }
}

@media (max-width: 460px) {
    .section-07 .bg-top {
        height:70rem
    }
}

@media (max-width: 375px) {
    .section-07 .bg-top {
        height:50rem
    }
}

@media (max-width: 768px) {
    .section-07 .bg-top .img-bx {
        padding:0 20px
    }
}

.section-07 .bg-top .img {
    position: relative;
    z-index: 10
}

.section-07 .bg-top .img img {
    margin: 0 auto
}

@media (min-width: 1024.02px) {
    .section-07 .bg-top .img {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 1024px) {
    .section-07 .bg-top .img {
        text-align:center;
        padding: 0
    }

    .section-07 .bg-top .img.img2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

@media (max-width: 375px) {
    .section-07 .bg-top .img {
        padding:0.3125rem 0;
        width: 80%;
        margin: 0 auto
    }
}


.section-07 .bg-bottom {
    position: relative;
    margin-top: 0vh;
    z-index: 8;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

@media screen and (max-width: 2800px) {
    .section-07 .bg-bottom {
        padding-top:0px
    }
}

@media (max-width: 1024px) {
    .section-07 .bg-bottom {
        margin-top: 0vh;
        background-color:#203a88
        /* padding-top: 24.75rem; */
    }

    .section-07 .bg-bottom .img{
        width: 80%;
    }
}

@media (max-width: 576px) {
    .section-07 .bg-bottom {
        padding-bottom:5px
    }
}

.section-07 .bg-bottom .container {
    max-width: 120rem;
}

@media (max-width: 1024px) {
    .section-07 .bg-bottom .container {
        padding:0
    }
    .section-07 .bg-bottom .flex-bx {
        height: 25rem;
        text-align:center;
    }
    
}

.section-07 .bg-bottom .flex-bx {
    text-align:center;
}






@media (min-width: 1024.02px) {
    .section-07 .bg-bottom .flex-bx {
        display:flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .section-07 .bg-bottom .flex-bx {
        padding: 7px 24px 46px 24px;
    }
}

.section-07 .bg-bottom .txt-bx .tit {
    padding: 10px 0
}

.section-07 .bg-bottom .txt-bx .tit-3 {
    font-size: 2.3125rem;
    color: #fff
}

@media (max-width: 768px) {

   .section-07 .bg-bottom .flex-bx {
            padding: 7px 0px 46px 0px;
        }

    .section-07 .bg-bottom .txt-bx .tit-3 {
        font-size:5vw
    }

    .section-07 .bg-bottom .flex-bx {
        padding: 7px 0px 46px 0px;
    }

.section-07 .bg-bottom .txt-bx .tit-3 {
    font-size:5vw
}
}

@media (max-width: 1024px) {
    .section-07 .bg-bottom .more img {
        width:70%;
        margin: 0 auto
    }
}

.section-07 .bg-bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 0;
    background: #fff;
    opacity: 0.4
}

.section-07 .bg-bottom .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

@media (max-width: 1024px) {
    .section-07 .bg-bottom .swiper-pagination {
        bottom:1.25rem
    }
}

.section-07.active .img2 {
    animation: blink-effect 0.7s step-end 2;
    animation-delay: 0.3s
}

.section-07.active .img3 {
    animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.25,0.46,0.45,0.94) both
}

.section-07.active .img5 {
    animation: tilt-in-fwd-br 0.6s cubic-bezier(0.25,0.46,0.45,0.94) both;
    animation-delay: 0.5s
}



.section-27 {
    background-color: #a0a7bd
}

.section-27 .bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.section-27 .bg-top {
    /* background-image: url(../images/main/sec7-1_bg.png); */
    height: 180rem;
    z-index: 9
}

.section-27 .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2px;
    row-gap: 10px;
    max-width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}


@media screen and (max-width: 3500px) {
    .section-27 .bg-top {
        height:153.6875rem
    }
}

@media screen and (max-width: 2800px) {
    .section-27 .bg-top {
        height:123.6875rem
    }
}

@media screen and (max-width: 2600px) {
    .section-27 .bg-top {
        height:111.6875rem
    }
}

@media (max-width: 1024px) {
    .section-27 .bg-top {
        background-image:url(../images/main/sec7-1_bg_m.png);
        height: 115rem;
        background-position: bottom
    }
}

@media (max-width: 768px) {
    .section-27 .bg-top {
        margin: 0 0 0 0;
        height:100rem
    }
}

@media (max-width: 576px) {
    .section-27 .bg-top {
        height:84rem
    }
}

@media (max-width: 460px) {
    .section-27 .bg-top {
        height:70rem
    }
}

@media (max-width: 375px) {
    .section-27 .bg-top {
        height:50rem
    }
}

@media (max-width: 768px) {
    .section-27 .bg-top .img-bx {
        padding:0 20px
    }
}

.section-27 .bg-top .img {
    position: relative;
    z-index: 10
}

.section-27 .bg-top .img img {
    margin: 0 auto
}

@media (min-width: 1024.02px) {
    .section-27 .bg-top .img {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 1024px) {
    .section-27 .bg-top .img {
        text-align:center;
        padding: 0
    }

    .section-27 .bg-top .img.img2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
}

@media (max-width: 375px) {
    .section-27 .bg-top .img {
        padding:0.3125rem 0;
        width: 80%;
        margin: 0 auto
    }
}

.section-27 .bg-top .img.img3 {
    opacity: 0
}

.section-27 .bg-top .img.img5 {
    opacity: 0
}

.section-27 .bg-bottom {
    /* background-image: url(../images/main/sec11_bg.jpg); */
    position: relative;
    margin-top: 0vh;
    z-index: 8;
    height: auto;
    /* padding-bottom: 3.125rem; */
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width: 2800px) {
    .section-27 .bg-bottom {
        padding: 6em 0 6em 0;
    }
    
}

@media (max-width: 1024px) {
    .section-27 .bg-bottom {
        margin-top: 0vh;
        /* background-image: url(../images/main/sec11_bg_m.png); */
       background-color: #a0a7bd;
       padding-top: 0rem;
    }

    .section-27 .bg-bottom {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 2rem 0;
        order: 1;
        z-index: 10
    } 
}

@media (max-width: 576px) {
    .section-27 .bg-bottom {
        padding-bottom:5px
    }
}

.section-27 .bg-bottom .container {
    max-width: 90rem;
}

@media (max-width: 1024px) {
    .section-27 .bg-bottom .container {
        padding:0
    }
}

.section-27 .bg-bottom .flex-bx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; /* 중앙 정렬 */
}
/* .title을 절대 위치로 설정하여 .txt-bx 위로 배치 */
.section-27 .bg-bottom .flex-bx .title {
    position: absolute;
    z-index: 10; /* 다른 요소 위에 위치하도록 설정 */
    text-align: center;
    font-size: 1.8em;
    color: #2d3a61;
    font-weight: 800;
    padding: 8rem 0 0 0;
    

}

/* 반응형 조정: 화면이 작아질 때 title이 너무 겹치지 않도록 조정 */
@media (max-width: 768px) {
    .section-27 .bg-bottom .flex-bx .title {
        position: absolute;
        z-index: 10; /* 다른 요소 위에 위치하도록 설정 */
        text-align: center;
        font-size: 0.8em;
        color: #2d3a61;
        font-weight: 800;
        padding: 8rem 0 0 0;
    }
}     

@media (min-width: 1024.02px) {
    .section-27 .bg-bottom .flex-bx {
        display:flex;
        align-items: center;
        justify-content: center;
    }
}


@media (max-width: 1024px) {
    .section-27 .bg-bottom .flex-bx {
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .section-27 .flex-bx {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      
      .section-27 .txt-bx {
        display: flex;
        justify-content: center;
        margin: 43px 0 0 0;
      } 
}

.section-27 .bg-bottom .txt-bx .tit {
    padding: 10px 0
}

.section-27 .bg-bottom .txt-bx .tit-3 {
    font-size: 2.3125rem;
    color: #fff
}

@media (max-width: 768px) {
    .section-27 .bg-bottom .txt-bx .tit-3 {
        font-size:5vw
    }
}

@media (max-width: 1024px) {
    .section-27 .bg-bottom .img-bx {
        width:80%;
        margin: 0 auto
    }
}

.section-27 .bg-bottom .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    border-radius: 0;
    background: #fff;
    opacity: 0.4
}

.section-27 .bg-bottom .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

@media (max-width: 1024px) {
    .section-27 .bg-bottom .swiper-pagination {
        bottom:1.25rem
    }
}

.section-27.active .img2 {
    animation: blink-effect 0.7s step-end 2;
    animation-delay: 0.3s
}

.section-27.active .img3 {
    animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.25,0.46,0.45,0.94) both
}

.section-27.active .img5 {
    animation: tilt-in-fwd-br 0.6s cubic-bezier(0.25,0.46,0.45,0.94) both;
    animation-delay: 0.5s
}


.section-37 {
    background-color: #FFFFFF
}

.section-37 .bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.section-37 .bg-top {
    background-image: url(../images/main/sec37_bg.png);
    position: relative;
    margin-top: 0vh;
    z-index: 8;
    height: auto;
    /* padding-bottom: 3.125rem; */
    display: flex;
    align-items: flex-end;
}


@media screen and (max-width: 3500px) {
    .section-37 .bg-top {
        height:153.6875rem
    }
}

@media screen and (max-width: 2800px) {
    .section-37 .bg-top {
        height:123.6875rem
    }
}

@media screen and (max-width: 2600px) {
    .section-37 .bg-top {
        height: 95.6875rem;
    }
}

@media (max-width: 1024px) {
    .section-37 .bg-top {
        background-image:url(../images/main/sec7-1_bg_m.png);
        height: 135rem;
        background-position: bottom
    }
}

@media (max-width: 768px) {
    .section-37 .bg-top {
        height: 130rem;
    }
}

@media (max-width: 576px) {
    .section-37 .bg-top {
        height: 115rem;
    }
}

@media (max-width: 460px) {
    .section-37 .bg-top {
        height: 85rem;
    }
}

@media (max-width: 375px) {
    .section-37 .bg-top {
        height: 72rem;
    }
}

@media (max-width: 768px) {
    .section-37 .bg-top .img-bx {
        padding: 9px 23px;
    }
}

.section-37 .bg-top .img {
    position: relative;
    z-index: 10
}

.section-37 .bg-top .img img {
    margin: 0 auto
}

@media (min-width: 1024.02px) {
    .section-37 .bg-top .img {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

@media (max-width: 1024px) {
    .section-37 .bg-top .img {
        text-align:center;
        padding: 0
    }

    .section-37 .bg-top .img.img1 {
        position: absolute;
        bottom: 0;
        left: 0;

    }
    
    .section-37 .bg-top .img.img2 {
        position: absolute;
        top: 0;
        right: 0
    }
    
    .section-37 .bg-top .img.img4 {
        position: absolute;
        top: 35px;
        width: 21.5rem;
        margin: 0px 0px 1px -0.5rem;
    }
}

@media (max-width: 375px) {
    .section-37 .bg-top .img {
        padding:0.3125rem 0;
        width: 80%;
        margin: 0 auto
    }
}

.section-37 .bg-top .img.img3 {
    opacity: 1;

}


.section-37 .bg-top .img.img5 {
    opacity: 1;

}
.section-37 .main-section-37 {
    position: absolute; /* 부모 요소(.bg-top) 기준으로 위치 설정 */
    top: 50%; /* 세로 중앙 정렬 */
    left: 50%; /* 가로 중앙 정렬 */
    transform: translate(-50%, -50%); /* 정확한 중앙 위치 조정 */
    width: 90%; /* 가로 전체 사용 */
    text-align: center; /* 내부 요소 가운데 정렬 */
    z-index: 22; /* 다른 요소 위에 위치 */
}
.main-section-37 .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    max-width: 2300px;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .main-section-37 .content .box{
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}


@media screen and (max-width: 2600px) {
    .main-section-37 .content {
        position: relative;
        z-index: 99999;
    }
}
.section-37.active .img2 {
    animation: blink-effect 0.7s step-end 2;
    animation-delay: 0.3s
}

.section-37.active .img3 {
    animation: slide-in-elliptic-top-fwd 0.8s cubic-bezier(0.25,0.46,0.45,0.94) both
}

.section-37.active .img5 {
    animation: tilt-in-fwd-br 0.6s cubic-bezier(0.25,0.46,0.45,0.94) both;
    animation-delay: 0.5s
}

.section-38 .main-section-38 .img.img3 {
    opacity: 1;
    margin: 50px 50px 50px 50px
}

.section-38 .main-section-38 .img.img5 {
    opacity: 1;
    margin: 50px 50px 50px 50px
}

.section-38 .main-section-38 .img img {
    margin: 0 auto
}

@media (min-width: 1024.02px) {
    .section-38 .main-section-38 .img {
        position:absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
}

.section-06 {
    background: url(../images/main/section6-bg.png) repeat;
    width: 100%;
    height: 100%;
    padding: 6.25em 0;
    position: relative
}

.section-06:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 85px;
    background-color: #c30d23
}

@media (max-width: 576px) {
    .section-06:after {
        height:65px
    }
}

@media (max-width: 1024px) {
    .section-06 {
        padding:2.25em 0;
        padding-bottom: 100px
    }
}

@media (max-width: 576px) {
    .section-06 {
        background-position:50.5% center;
        padding-bottom: 70px
    }
}

.main-section-06 .title {
    text-align: center
}

.main-section-06 .title .tit {
    display: block;
    margin: 0 auto
}

@media (max-width: 1400px) {
    .main-section-06 .title .tit {
        width:350px
    }
}

@media (max-width: 576px) {
    .main-section-06 .title .tit {
        width:315px
    }
}

@media (max-width: 375px) {
    .main-section-06 .title .tit {
        width:280px
    }
}

.main-section-06 .title .text {
    font-size: 7rem;
    color: #c30d23;
    font-family: "Black Han Sans",sans-serif
}

@media (max-width: 1400px) {
    .main-section-06 .title .text {
        font-size:3.125rem
    }
}

@media (max-width: 1024px) {
    .main-section-06 .title .text {
        font-size:3rem
    }
}

@media (max-width: 576px) {
    .main-section-06 .title .text {
        font-size:3.15rem;
        letter-spacing: -2px;
        white-space: nowrap
    }
}

.main-section-06 .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5em;
    margin-top: 1.25em;
    padding-bottom: 340px
}

@media (max-width: 1400px) {
    .main-section-06 .content {
        padding-bottom:180px
    }
}

@media (max-width: 768px) {
    .main-section-06 .content {
        padding:0 20px;
        padding-bottom: 90px
    }
}

.main-section-06 .content .monitor {
    position: absolute;
    z-index: 1
}

.main-section-06 .content .monitor-1 {
    top: 10px;
    left: 65%
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-1 {
        width:155px
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-1 {
        width:110px;
        top: 0;
        left: 55%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-1 {
        width:85px
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-1 {
        width:70px
    }
}

.main-section-06 .content .monitor-2 {
    top: 9%;
    right: 5%
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-2 {
        width:150px;
        right: 15%
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-2 {
        width:110px
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-2 {
        width:85px
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-2 {
        width:70px
    }
}

.main-section-06 .content .monitor-3 {
    top: 10%;
    left: -15%
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-3 {
        width:200px;
        left: unset;
        right: 0;
        transform: rotate(45deg)
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-3 {
        width:140px;
        top: 15%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-3 {
        width:100px
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-3 {
        width:70px;
        right: -10px
    }
}

.main-section-06 .content .monitor-4 {
    top: 20%;
    right: 0
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-4 {
        display:none
    }
}

.main-section-06 .content .monitor-5 {
    top: 30%;
    left: 0
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-5 {
        width:150px;
        left: unset;
        right: 0;
        top: 22%;
        right: 30%
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-5 {
        width:110px;
        top: 25%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-5 {
        width:85px
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-5 {
        width:70px
    }
}

.main-section-06 .content .monitor-6 {
    top: 41%;
    left: 0
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-6 {
        width:150px;
        left: unset;
        right: 0;
        top: 27%
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-6 {
        width:110px;
        top: 29%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-6 {
        width:85px;
        top: 32%
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-6 {
        width:70px
    }
}

.main-section-06 .content .monitor-7 {
    top: 40.5%;
    right: 5px;
    display: none;
    z-index: 2
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-7 {
        display:block
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-7 {
        width:120px;
        top: 44.5%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-7 {
        width:85px;
        top: 51.5%
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-7 {
        width:70px;
        top: 52.5%
    }
}

.main-section-06 .content .monitor-8 {
    top: 49%;
    right: 0;
    display: none
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-8 {
        display:block
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-8 {
        width:150px;
        top: 54%
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-8 {
        width:100px;
        top: 60.5%
    }
}

@media (max-width: 375px) {
    .main-section-06 .content .monitor-8 {
        width:75px;
        top: 60%
    }
}

.main-section-06 .content .monitor-9 {
    top: 0;
    right: 0;
    display: none
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-9 {
        display:block
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-9 {
        width:110px
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .monitor-9 {
        width:85px
    }
}

.main-section-06 .content .monitor-bottom-pc {
    bottom: -75px;
    left: 48%;
    transform: translateX(-50%)
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-bottom-pc {
        display:none
    }
}

.main-section-06 .content .monitor-bottom-m {
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

@media (max-width: 1400px) {
    .main-section-06 .content .monitor-bottom-m {
        display:block
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .monitor-bottom-m {
        bottom:-45px
    }
}

.main-section-06 .content .item {
    width: 65%
}

@media (max-width: 1400px) {
    .main-section-06 .content .item {
        width:100%
    }
}

.main-section-06 .content .item .year {
    font-size: 4.5rem;
    color: #000;
    position: relative;
    line-height: 1.3;
    margin-bottom: 0.625em;
    font-weight: 700
}

@media (max-width: 1400px) {
    .main-section-06 .content .item .year {
        font-size:2.5rem
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .item .year {
        font-size:1.875rem
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .item .year {
        font-weight:700;
        letter-spacing: -2px
    }
}

.main-section-06 .content .item .year:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #000
}

@media (max-width: 768px) {
    .main-section-06 .content .item .year:after {
        width:95%;
        height: 4px
    }
}

.main-section-06 .content .item .list-wrap .list {
    display: flex;
    column-gap: 20px;
    margin-bottom: 5px
}

@media (max-width: 576px) {
    .main-section-06 .content .item .list-wrap .list {
        column-gap:10px
    }
}

.main-section-06 .content .item .list-wrap .list .date {
    font-size: 2.5rem;
    color: #c30d23;
    letter-spacing: -3px;
    font-weight: 600
}

@media (max-width: 1400px) {
    .main-section-06 .content .item .list-wrap .list .date {
        font-size:1.5rem
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .item .list-wrap .list .date {
        font-size:1.25rem
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .item .list-wrap .list .date {
        font-size:1.125rem;
        letter-spacing: -2px
    }
}

.main-section-06 .content .item .list-wrap .list .cont {
    font-size: 2.5rem;
    letter-spacing: -2px;
    font-weight: 600
}

@media (max-width: 1400px) {
    .main-section-06 .content .item .list-wrap .list .cont {
        font-size:1.5rem
    }
}

@media (max-width: 768px) {
    .main-section-06 .content .item .list-wrap .list .cont {
        font-size:1.25rem
    }
}

@media (max-width: 576px) {
    .main-section-06 .content .item .list-wrap .list .cont {
        font-size:1.125rem
    }
}

.main-section-06 .content .item--2 {
    margin-left: 300px
}

@media (max-width: 1400px) {
    .main-section-06 .content .item--2 {
        margin-left:0
    }
}

.main-section-06 .content .item--3 {
    width: 75%;
    margin-left: 200px
}

@media (max-width: 1400px) {
    .main-section-06 .content .item--3 {
        width:100%;
        margin-left: 0
    }
}


@media (max-width: 576px) {
    .main-section-08 {
        background-position:center;
        padding: 30px 0 20px 0
    }
}

.main-section-08 .title {
    text-align: center;
    padding-bottom: 0.3125em
}

.main-section-08 .title .logo {
    display: block;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .main-section-08 .title .logo {
        width:140px
    }
}

.main-section-08 .title .text {
    font-size: 6.25rem;
    font-weight: 700;
    color: #c30d23
}

@media (max-width: 1400px) {
    .main-section-08 .title .text {
        font-size:3.125rem
    }
}

@media (max-width: 1024px) {
    .main-section-08 .title .text {
        font-size:3.6rem;
        margin-top: 5px
    }
}

@media (max-width: 576px) {
    .main-section-08 .title .text {
        letter-spacing:-2px
    }
}

.main-section-08 .content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 15px
}

@media (max-width: 1024px) {
    .main-section-08 .content {
        flex-direction:column;
        align-items: center;
        row-gap: 1.25em
    }
}

.main-section-08 .content .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.main-section-08 .content .box .img-bx {
    position: relative
}

.main-section-08 .content .box .txt-bx {
    margin-top: 10px
}

.main-section-08 .content .box .txt-bx .desc {
    font-size: 1.8125rem;
    color: #000;
    letter-spacing: -1px
}

@media (max-width: 1024px) {
    .main-section-08 .content .box .txt-bx .desc {
        font-size:1.375rem
    }
}

.main-section-08 .content .box .txt-bx .point {
    font-size: 1.875rem;
    color: #c30d23;
    font-weight: 800;
    letter-spacing: -1px;

}

@media (max-width: 1024px) {
    .main-section-08 .content .box .txt-bx .point {
        font-size:1.5rem
    }
}

.main-section-08--banner {
    background-color: #FFFFFF;
    padding: 40px 0 30px 0;

}

.main-section-08--banner1 {
    background-color: #000;
    padding: 40px 0 30px 0;
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    letter-spacing: -1px;
    text-align: center

}

.main-section-08--banner1 .gray {
    padding: 40px 0 30px 0;
    font-size: 52px;
    color: #8e867b;
    letter-spacing: -1px

}
.main-section-08--banner .position{
    margin:10px
}



@media (max-width: 1024px) {
    .main-section-08--banner {
        padding:20px 0 15px 0
    }
    .main-section-08--banner1 {
        padding:20px 0 15px 0;
        font-size: 26px;
    }
    .main-section-08--banner1 .gray{
        padding:20px 0 15px 0;
        font-size: 26px;
    }
}

.main-section-08--banner .text {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px
}

@media (max-width: 1024px) {
    .main-section-08--banner .text {
        font-size:2.6rem;
        line-height: 1
    }
}

@media (max-width: 576px) {
    .main-section-08--banner .text {
        font-size:2rem;
        font-weight: 400;
        letter-spacing: -3px
    }
}

@media (max-width: 375px) {
    .main-section-08--banner .text {
        font-size:3.1rem
    }
}

.main-section-08--banner .text .yellow {
    color: #ffe000;
    font-weight: 500;
    font-size:2.5rem;
}

.main-section-08--banner .text .point {
    color: #ffe000;
    background-color: #000;
    padding: 10px 5px 0 5px;
    display: inline-block;
    font-weight: 500;
    line-height: 1.1
}

@media (max-width: 1024px) {
    .main-section-08--banner .text .point {
        padding:5px 5px 0 5px
    }
}

@media (max-width: 768px) {
    .main-section-08--banner .text .point {
        margin-bottom:5px;
        white-space: nowrap
    }
}

@media (max-width: 576px) {
    .main-section-08--banner .text .point {
        font-size:3rem;
        letter-spacing: -3px;
        padding: 3px 4px 0 3px;
        line-height: 1.21
    }
}

.main-section-08.on .content .box .img-bx,.main-section-08.on .content .box .txt-bx .point {
    animation: Twinkles 0.8s;
    animation-iteration-count: 2
}

.main-section-082--banner1 {
    background-color: #fff;
    padding: 40px 0 30px 0;
    font-size: 52px;
    font-weight: 500;
    color: #c9161e;
    letter-spacing: -1px;
    text-align: center

}

@media (max-width: 1024px) {
    .main-section-082--banner {
        padding:20px 0 15px 0
    }
    .main-section-082--banner1 {
        padding:20px 0 15px 0;
        font-size: 26px;
    }
    .main-section-082--banner1 .gray{
        padding:20px 0 15px 0;
        font-size: 26px;
    }
}
@keyframes Twinkles {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.main-section-09 {
    background: url(../images/main/section9-bg.png) repeat;
    width: 100%;
    height: 100%;
    padding: 6em 0 12.5em 0;
    position: relative
}
.main-section-09 .container {
     max-width: 92rem;
}
.main-section-09 .txt-bx {
    text-align:center;
    justify-content: center;
    margin-bottom: 3rem;
}

@media (max-width: 1024px) {
    .main-section-09 {
        padding:5em 0
    }
}

@media (max-width: 576px) {
    .main-section-09 {
        padding:35px 0 30px 0
    }
}

.main-section-09 .title {
    text-align: center;
    padding-bottom: 0.3125em
}

.main-section-09 .title1 {
    text-align: center;
    padding:50px 0 30px 0
}
.main-section-09 .title .logo {
    display: block;
    margin: 0 auto
}

.main-section-09 .inner {
    position: relative;
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 130px 40px 24px 40px;
    padding-bottom: 115px;
    background-color: #fff;
    border: 2px solid #767aa4;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
    box-shadow: 2px 3px 6px 3px rgba(72,66,66,0.3490196078)
}

.main-section-09 .inner img{
    padding-bottom: 15px;
}


@media (max-width: 1024px) {
    .main-section-09 .title .logo {
        width:140px
    }
    .main-section-09 .inner {
    position: relative;
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 7px;
    margin-bottom: 4px;
    padding: 39px 0px 2px 4px;
    padding-bottom: 20px;
    background-color: #fff;
    border: 2px solid #c30d23;
    border-radius: 20px;
    transition: 0.3s;
    text-align: center;
    font-size:15px
 }

.main-section-09 .inner img{
    padding-bottom: 15px;
    width:20px
 }
}

.main-section-09 .title .text {
    font-size: 6.25rem;
    font-weight: 700;
    color: #c30d23
}

@media (max-width: 1400px) {
    .main-section-09 .title .text {
        font-size:3.125rem
    }
}

@media (max-width: 1024px) {
    .main-section-09 .title .text {
        font-size:3.5rem;
        margin-top: 5px
    }
}

@media (max-width: 576px) {
    .main-section-09 .title .text {
        font-size:3.6rem;
        letter-spacing: -2px
    
    }
    .main-section-09 .title1 .text {
        font-size:3.6rem;
        letter-spacing: -2px
    
    }
    .main-cost-table .check-wrap1 img {
    width: 20px;
    padding-bottom: 10px
    }
}


@media (max-width: 576px) {
    .main-section-09 .inner {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 110px;
        margin-right: 2px;
        margin-bottom: 10px;
        padding: 40px 4px 5px 5px;
        padding-bottom: 14px;
        background-color: #fff;
        border: 2px solid #767aa4;
        font-size: 9px;
        line-height: 1.2;
        border-radius: 10px;
        transition: 0.3s;
        text-align: center
    }
}
.main-cost-table .description {
    font-size: 1.25rem;
    text-align: right;
    color: #c30d23
}

@media (max-width: 1024px) {
    .main-cost-table .description {
        font-size:0.875rem
    }
}

.main-cost-table table {
    table-layout: fixed;
    width: 100%;
    box-shadow: 2px 3px 6px 3px rgba(72,66,66,0.3490196078)
}

@media (max-width: 1024px) {
    .main-cost-table table {
        box-shadow:2px 2px 3px 2px rgba(72,66,66,0.3490196078)
    }
}

.main-cost-table table .letter-wide {
    letter-spacing: 10px
}

@media (max-width: 576px) {
    .main-cost-table table .letter-wide {
        letter-spacing:5px
    }
}

.main-cost-table table thead tr th {
    background-color: #c30d23;
    color: #fff;
    font-weight: 700;
    font-size: 1.625rem;
    text-align: center;
    padding: 20px 10px;
    line-height: 1
}

@media (max-width: 1024px) {
    .main-cost-table table thead tr th {
        font-size:1rem;
        padding: 10px 5px
    }
}

.main-cost-table table thead tr th .desc {
    font-size: 1.25rem;
    font-weight: 400
}

@media (max-width: 1024px) {
    .main-cost-table table thead tr th .desc {
        font-size:0.875rem
    }
}

.main-cost-table table tbody tr {
    border-bottom: 2px solid #ddd
}

.main-cost-table table tbody tr:nth-child(2n) td {
    background-color: #ededee
}

.main-cost-table table tbody tr td {
    padding: 10px 10px;
    text-align: center;
    background-color: #fff;
    height: 97px
}

@media (max-width: 768px) {
    .main-cost-table table tbody tr td {
        height:50px
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr td {
        padding:10px 2px
    }
}

.main-cost-table table tbody tr td.tit {
    font-size: 1.625rem;
    color: #c8151d;
    font-weight: 700;
    letter-spacing: -1px
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr td.tit {
        font-size:1rem
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr td.tit {
        font-size:11px
    }
}

.main-cost-table table tbody tr td .cost-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr td .cost-box {
        column-gap:15px
    }
}

.main-cost-table table tbody tr td .cost-box .ori-cost {
    font-size: 1.625rem;
    color: #666
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr td .cost-box .ori-cost {
        font-size:1rem
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr td .cost-box .ori-cost {
        font-size:10px;
        letter-spacing: -1px
    }
}

.main-cost-table table tbody tr td .cost-box .except img {
    margin-left: 5px
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr td .cost-box .except img {
        width:45px
    }
}

.main-cost-table table tbody tr td .cost-box.except .ori-cost {
    position: relative
}

.main-cost-table table tbody tr td .cost-box.except .ori-cost:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    background: url(../images/main/table-arrow.png) no-repeat;
    width: 176px;
    height: 21px;
    background-size: cover
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr td .cost-box.except .ori-cost:after {
        width:65px;
        height: 7px;
        left: -6px
    }
}

.main-cost-table table tbody tr td .desc {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #666;
    letter-spacing: -1px
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr td .desc {
        font-size:0.875rem
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr td .desc {
        font-size:11px
    }
}

.main-cost-table table tbody tr td .desc .point {
    font-weight: 700;
    color: #c8151d
}

.main-cost-table table tbody tr.total td {
    background-color: #3d3939;
    font-size: 1.625rem;
    color: #fff;
    font-weight: 700
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr.total td {
        font-size:1rem
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr.total td {
        font-size:10px;
        letter-spacing: -1px
    }
}

.main-cost-table table tbody tr.total td.desc {
    font-size: 1.5rem
}

@media (max-width: 1024px) {
    .main-cost-table table tbody tr.total td.desc {
        font-size:0.875rem
    }
}

@media (max-width: 576px) {
    .main-cost-table table tbody tr.total td.desc {
        font-size:11px
    }
}

.main-cost-table .option {
    font-size: 1.375rem;
    color: #3e3a39;
    text-align: center;
    padding: 1.25em 0;
    letter-spacing: -2.2px
}

@media (max-width: 1024px) {
    .main-cost-table .option {
        font-size:0.875rem;
        letter-spacing: -1px
    }
}

.main-cost-table .check-wrap {
    background-color: #c8151d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px 40px;
    box-shadow: 2px 3px 6px 3px rgba(72,66,66,0.3490196078)
}

.main-cost-table .check-wrap1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px 40px 20px 40px;
    font-size: 28px;
    font-weight: 500;
    color: #8ea6cb;

}

.main-cost-table .check-wrap1 .bold{
    font-size: 32px;
    font-weight: 800;
    color: #02398d;

}

@media (max-width: 1024px) {

.main-cost-table .check-wrap1 .bold{
    font-size: 15px;
    font-weight: 800;
    color: #02398d;

}
}

.main-cost-table .check-wrap1 .normol{
    font-size: 28px;
    font-weight: 500;
    color: #8ea6cb;

}
@media (max-width: 1024px) {
.main-cost-table .check-wrap1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2열로 나눔 */
    grid-template-rows: repeat(2, auto);  /* 2행으로 설정 */
    gap: 10px; /* 항목 간 간격 */
    padding: 0;
    font-size: 20px;
   }

}



@media (max-width: 1024px) {
    .main-cost-table .check-wrap {
        box-shadow:2px 2px 3px 2px rgba(72,66,66,0.3490196078)
    }
}

@media (max-width: 1024px) {
    .main-cost-table .check-wrap {
        column-gap:15px;
        padding: 12px 8px
    }
}

@media (max-width: 576px) {
    .main-cost-table .check-wrap {
        flex-direction:column;
        row-gap: 10px;
        align-items: flex-start
    }
}

.main-cost-table .check-wrap .item {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px
}

@media (max-width: 1024px) {
    .main-cost-table .check-wrap .item {
        column-gap:5px
    }
}

@media (max-width: 1024px) {
    .main-cost-table .check-wrap .item img {
        width:20px
    }
}

@media (max-width: 576px) {
    .main-cost-table .check-wrap .item img {
        width:15px
    }
}

.main-cost-table .check-wrap .item .txt {
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 300;
    line-height: 1.2
}

@media (max-width: 1024px) {
    .main-cost-table .check-wrap .item .txt {
        font-size:0.875rem
    }
}

@media (max-width: 576px) {
    .main-cost-table .check-wrap .item .txt {
        font-size:11px;
        letter-spacing: 0px;
        text-align: left
    }
}

.section-10 {
    background-color: #b70c21;
    width: 100%;
    height: 100%;
    padding: 5em 0;
    overflow: visible
}

@media (max-width: 1024px) {
    .section-10 {
        padding:2.5em 0 1.25em 0
    }
}

@media (max-width: 576px) {
    .section-10 {
        padding:2.5em 0 0 0
    }
}

.main-section-10 {
    position: relative
}

.main-section-10 .title {
    text-align: center;
    padding-bottom: 0.3125em
}

.main-section-10 .title .logo {
    display: block;
    margin: 0 auto
}

@media (max-width: 1024px) {
    .main-section-10 .title .logo {
        width:140px
    }
}

.main-section-10 .title .text {
    font-size: 6.25rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px
}

@media (max-width: 1400px) {
    .main-section-10 .title .text {
        font-size:3.125rem
    }
}

@media (max-width: 1024px) {
    .main-section-10 .title .text {
        font-size:3.5rem;
        margin-top: 5px
    }
}

.main-section-10 .content img {
    display: block;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

.main-section-10 .bg-img {
    position: absolute;
    top: -37%;
    left: 0
}

@media screen and (max-width: 1600px) {
    .main-section-10 .bg-img {
        width:400px
    }
}

@media (max-width: 1400px) {
    .main-section-10 .bg-img {
        display:none
    }
}

.section-11 {
    background: url(../images/main/sec11_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center bottom;
    position: relative
}

@media (max-width: 768px) {
    .section-11 {
        padding:5em 0 6.25em 0;
        background: url(../images/main/sec11_bg-m.jpg) no-repeat;
        background-size: cover;
        background-position: 40% 100%
    }
}

.section-11 .spakling {
    position: absolute;
    top: -15%;
    right: 10%;
    opacity: 0.5;
    transform-origin: 50% 50%
}

@media (max-width: 576px) {
    .section-11 .spakling {
        top:8%;
        right: -5%;
        z-index: 0
    }
}

.section-11 .spakling.active {
    animation: spakrota 1.8s linear forwards;
    animation-iteration-count: 2;
    animation-delay: 0.4s
}

@keyframes spakrota {
    0% {
        opacity: 0;
        transform: rotate(0)
    }

    30% {
        opacity: 0.7
    }

    50% {
        opacity: 0.4;
        transform: rotate(180deg)
    }

    to {
        opacity: 0.1;
        transform: rotate(360deg)
    }
}

.main-section-11 .title .text {
    display: block;
    margin: 50px auto
}

@media (max-width: 1024px) {
    .main-section-11 .title .text {
        font-size:1.375rem
    }
}

@media (max-width: 576px) {
    .main-section-11 .title .text {
        font-size:1.2rem;
        letter-spacing: -1px
    }
}

@media (max-width: 375px) {
    .main-section-11 .title .text {
        font-size:1.1rem
    }
}

.main-section-11 .title .text .point {
    background: linear-gradient(to top,#ffe7a0,#fff2cc);
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -1.5px
}

@media (max-width: 576px) {
    .main-section-11 .title .text .point {
        letter-spacing:-1px
    }
}

.main-section-11 .title .tit {
    font-size: 6.55rem;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(to top,#ffe7a0,#fff);
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: -2px;
    top:8%;
    right: -5%;
    z-index: 10
}

@media (max-width: 1024px) {
    .main-section-11 .title .tit {
        font-size:3.7rem
    }
}

@media (max-width: 576px) {
    .main-section-11 .title .tit {
        font-size:3.5rem
    }
}

@media (max-width: 375px) {
    .main-section-11 .title .tit {
        font-size:3.4rem
    }
}

.main-section-11 .content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 12px;
    max-width: 1920px
}

@media (max-width: 768px) {
    .main-section-11 .content {
        max-width:100%;
        column-gap: 1%
    }
}

@media (max-width: 768px) {
    .main-section-11 .content .box {
        width:32.66%
    }
}

.done-wrap .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12.5em 0 11.25em 0;
    background: url(../images/main/done-bg.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover
}

@media (max-width: 1024px) {
    .done-wrap .title {
        padding:5em 0 12.5em 0;
        background: url(../images/main/done-bg-m.jpg) no-repeat;
        background-size: cover;
        height: 50vh
    }
}


footer {
    background: #161d32 !important
}

.done-wrap .title .logo img {
    display: block;
    margin: 0 auto
}

.done-wrap .title .text img {
    display: block;
    margin: 0 auto
}

.done-wrap .cont {
    background-color: #c9151e;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 3.125em;
    height: 50vh
}

.done-wrap .cont .done {
    font-size: 2.3125rem;
    font-weight: 700;
    color: #ffe000
}

.done-wrap .cont .desc {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 300;
    line-height: 1.3;
    padding: 10px 0 20px 0
}

.done-wrap .cont .btn-type-01 {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe000;
    border-radius: 8px;
    color: #000;
    font-size: 1rem;
    width: 173px;
    height: 48px
}

.layerpop {
    position: fixed;
    top: 45%;
    right: 20px;
    transform: translate(0,-50%);
    z-index: 1000
}

@media (max-width: 768px) {
    .layerpop {
        width:95%;
        left: 50%;
        right: unset;
        transform: translate(-50%,-50%)
    }
}

.layerpop .popup.popup--lg {
    max-width: 600px
}

.layerpop .popup.popup--lg .mfp-close {
    color: #000
}

.main-cost-table table tbody tr td .cost-box.except .ori-cost.type-2:after {
    display: none;
}
