﻿/*메인 팝업 ---------------------------------------------------------------------- */

#popupArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
    margin: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  #popupArea .item .button_group {
    position: absolute;
    bottom: -25px;
    right: 0;
    display: flex;
    align-content: center;
    gap: 1px;
  }
  
  #popupArea .item .button_group button {
    height: 25px;
    font-family: 'pretendardMidium';
    border: none;
    background-color: #333;
    color: #fff;
    padding: 0 10px;
  }
  
  @media (max-width: 768px) {
    #popupArea .item {
      width: 90vw !important;
      position: fixed !important;
      top: 50% !important;
      left: 50% !important;
      transform: translate(-50%, -50%);
    }
  }

/* section n00 */
.section.n00 {
    opacity: 0;
    z-index: 1;
    transition-duration: 2s;
}

.section.n00.active {
    opacity: 1;
}

.section.n00 .video_box1 {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    opacity: .7;
}

.section.n00 .video_box1 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.section.n00 .video_text {
    position: absolute;
    top: calc(50% - 112px);
    left: 0;
    right: 0;
    font-size: 107px;
    font-family: 'SpokaHanSansNeoB';
    text-align: center;
    line-height: 112px;
    animation: section00text1 1s 7s both;
}

/* section n01 */
.section.n01 {
    padding-top: 450px;
    text-align: center;
    opacity: 0;
}

.section.n01.active {
    opacity: 1;
}

.section.n01 .text_box p {
    color: #fff;
    font-size: 52px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 60px;
}

.section.n01 .text_box p+p {
    margin-top: 70px;
}

.section.n01:before,
.section.n01:after {
    opacity: 1;
    visibility: inherit;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    height: 400px;
    transition-property: opacity, visibility;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.section.n01:after {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
}

.section.n01:before {
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, black 50%, black 100%);
}

.section.n01.active:before,
.section.n01.active:after {
    position: fixed;
    display: block;
}

@keyframes section00text1 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* section n02 */
.section.n02 {
    padding-top: 300px;
    text-align: center;
}

.section.n02 .text_box p {
    font-size: 107px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 112px;
}

.section.n02 .main_img1 {
    margin-top: 25px;
}

.section.n02 .text1 {
    left: 0;
    bottom: 10px;
    color: rgba(255, 255, 255, .04);
    font-size: 300px;
    line-height: 300px;
}

/* section n03 */
.section.n03 {
    padding-top: 100px;
    text-align: center;
    color: #fff;
}

.section.n03.aos-animate {
    opacity: 1;
}

.section.n03 p,
.section.n03 span {
    font-size: 107px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 112px;
    letter-spacing: 0;
}

.section.n03 .textbox_out span {
    background: linear-gradient(to right, #f1c195, #bc8a5e);
    color: transparent;
    -webkit-background-clip: text;
}

.section.n03.aos-animate .textbox_out span:not(.first) {
    animation: scale0 .6s 1.8s forwards;
}

.section.n03.aos-animate .textbox_out span:nth-child(1) {
    animation: marginRgight 4s 1.8s forwards;
}

.section.n03.aos-animate .textbox_out span:nth-child(5) {
    animation: marginRgight2 4s 1.8s forwards;
}

.section.n03 .textbox_2 {
    margin-top: -112px;
}

.section.n03 .textbox_2 .text2_2 {
    background: linear-gradient(to right, #f1c195, #bc8a5e);
    color: transparent;
    -webkit-background-clip: text;
}

.section.n03 .textbox_2 .text2_1,
.section.n03 .textbox_2 .text2_2,
.section.n03 .textbox_2 .text2_3,
.section.n03 .textbox_2 .text2_4,
.section.n03 .textbox_3 {
    opacity: 0;
}

.section.n03 .textbox_3 p,
.section.n03 .textbox_3 p span {
    margin-top: 50px;
    font-size: 40px;
    line-height: 52px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n03 .textbox_3 p {
    color: #888;
}
.section.n03 .textbox_3 p span {
    color: #fff;
}

.section.n03.aos-animate .textbox_2 .text2_1 {
    animation: transformLeft 3s 1.8s forwards
}

.section.n03.aos-animate .textbox_2 .text2_3 {
    animation: transformRight 3s 1.8s forwards
}

.section.n03.aos-animate .textbox_2 .text2_4 {
    animation: transformTop 3s 1.8s forwards
}

.section.n03.aos-animate .textbox_3 {
    animation: transformTop 3s 2.6s forwards;
}


@keyframes scale0 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes marginRgight {
    0% {
        margin-right: 0;
    }

    50% {
        margin-right: -245px;
    }

    80% {
        margin-right: -245px;
    }

    100% {
        opacity: 1;
        margin-right: -245px;
        transform: scale(1.2);
    }
}

@keyframes marginRgight2 {
    0% {
        margin-right: 0;
    }

    50% {
        margin-right: -705px;
    }

    80% {
        margin-right: -705px;
    }

    100% {
        opacity: 1;
        margin-right: -705px;
        transform: scale(1.2);
    }
}

@keyframes transformLeft {
    0% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes transformRight {
    0% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes transformTop {
    0% {
        opacity: 0;
    }

    55% {
        opacity: 0;
        transform: translateY(200px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes transformScale {
    0% {
        opacity: 0;
    }

    55% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
    }
}


/* section n04 */
.section.n04 {
    padding: 180px 66px 200px;
}

.section.n04 .white_card {
    padding: 110px 0 120px
}

.section.n04 .white_card .inner .cont_left {
    max-width: 880px;
    margin: auto;
}

.section.n04 .white_card .inner .cont_left .icon_text {
    position: relative;
    padding-right: 45px;
    margin-top: 7px;
    font-size: 28px;
    font-family: 'SpokaHanSansNeoM';
    line-height: 35px;
    display: inline-block;
}

.section.n04 .white_card .inner .cont_left .icon_text:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 35px;
    margin: auto;
    background: url("/portfolio/seoulbd/static/images/main/intro_section04_icon01.png") no-repeat
}

.section.n04 .white_card .inner .cont_left .text3 {
    margin-top: 55px;
    line-height: 35px;
}

.section.n04 .white_card .inner .cont_left .list {
    margin-top: 15px;
}

.section.n04 .white_card .inner .cont_left .list li {
    color: #888;
    font-size: 23px;
    line-height: 29px;
}

.section.n04 .white_card .inner .cont_left .text2 {
    margin-top: 28px;
}

.section.n04 .white_card .inner .phone_img {
    width: 428px;
    height: 611px;
    right: 162px;
    background: url('/static/images/main/intro_section04_bg01.png')no-repeat
}

.section.n04 .white_card .inner .phone_img .hidden {
    display: none;
}

.section.n04 .white_card .inner .phone_img .typing {
    position: absolute;
    top: 52px;
    left: 88px;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    animation: cursor .3s infinite;
    opacity: 0;
}

.section.n04 .white_card .inner .phone_img img {
    opacity: 0;
    position: absolute;
    top: 87px;
    left: 52px;
    transition: opacity 1s 0s ease-in-out;
}

.section.n04.active .white_card .inner .phone_img .typing {
    opacity: 1;
}

.section.n04.active .white_card .inner .phone_img img {
    opacity: 1;
    transition: opacity .6s 1.5s ease-in-out;
}

@keyframes cursor {
    0% {
        border-right: 1px solid #4d6df1;
    }

    50% {
        border-right: 1px solid #2a2a2b;
    }

    100% {
        border-right: 1px solid #4d6df1;
    }
}

/* section n05 */
.section.n05 {
    padding-top: 170px;
    background: #fff;
    z-index: 1;
}

.section.n05 .video_box {
    position: relative;
    margin: 40px 0 100px;
}

.section.n05 .video_box video {
    width: 100%;
    height: auto;
    display: block;
}

.section.n05 .section_flex_box {
    justify-content: space-between
}

.section.n05 .section_flex_box .flex_box_left {
    width: 530px;
}

.section.n05 .section_flex_box .flex_box_left h3 {
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 35px;
}

.section.n05 .section_flex_box .flex_box_left p {
    margin-top: 29px;
}

.section.n05 .section_flex_box .flex_box_right div:nth-child(2) {
    margin-top: 60px;
}

.section.n05 .section_flex_box .flex_box_right h2 {
    font-size: 64px;
    line-height: 75px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n05 .section_flex_box .flex_box_right p {
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 35px;
}

/* section n06 */
.section.n06 {
    position:relative;
    background: #fff;
    padding: 190px 0 180px;
}

.section.n06 h4 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'SpokaHanSansNeoB';
    color: #000;
}

.section.n06 .text_box {
    margin: 29px 0;
}

.section.n06 .text_box .text1 {
    margin-top: 29px;
}

.section.n06 .section_box_left img {
    margin-top: 20px;
}

.section.n06 .section_img_box {
    position: absolute;
    left: 720px;
    bottom: -180px;
    max-width: inherit;
    max-height: inherit;
}

/* section n07 */
.section.n07 {
    padding: 140px 0 200px;
}

.section.n07 p {
    font-size: 19px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 35px;
    color: #fff;

}

.section.n07 .title {
    font-size: 56px;
    background: linear-gradient(to right, #f1c195, #bc8a5e) !important;
    color: transparent !important;
    line-height: 58px;
    -webkit-background-clip: text !important;
    font-family: 'SpokaHanSansNeoB';
}

.section.n07 .list_box {
    margin-top: 75px;
    font-size: 0;
    line-height: 0;
}

.section.n07 .list_box>ul {
    display: flex;
    flex-wrap: wrap;
}

.section.n07 .list_box .list_item {
    position: relative;
    width: 32.33%;
    height: 300px;
    margin: 0 1% 20px 0;
    background: #151516;
    padding: 45px 10px 0 240px;
    box-sizing: border-box;
}

.section.n07 .list_box .list_item .item_text_box {
    position: relative;
    z-index: 9;
}

.section.n07 .list_box .list_item .item_name {
    color: #fff;
    font-size: 24px;
    font-family: 'SpokaHanSansNeoM';
    line-height: 26px;
}

.section.n07 .list_box .list_item p {
    margin-top: 15px;
    color: #a1a1a6;
    line-height: 19px;
    font-size: 17px;
}

.section.n07 .list_box .list_item ul {
    margin-top: 15px;
}

.section.n07 .list_box .list_item ul li {
    color: #a1a1a6;
    font-size: 17px;
    line-height: 27px;
    padding-left: 8px;
    position: relative;
}

.section.n07 .list_box .list_item ul li:after {
    display: block;
    position: absolute;
    width: 2px;
    height: 2px;
    background: #a1a1a6;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section.n07 .list_box .list_item .item_btn {
    color: #0066cc;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 17px;
    font-family: 'SpokaHanSansNeoM';
    line-height: 19px;
}

.section.n07 .list_box .list_item .item_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* section n08 */
.section.n08 {
    background: #fff;
    padding: 180px 0 185px;
}

.section.n08 .img_box {
    padding: 40px 0 70px
}



.section.n08 .section_flex_box {
    justify-content: space-between
}

.section.n08 .section_flex_box .flex_box_left {
    max-width: 800px;
}

.section.n08 .section_flex_box .flex_box_left h3 {
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 35px;
}

.section.n08 .section_flex_box .flex_box_left p {
    margin-top: 15px;
}

.section.n08 .section_flex_box .flex_box_right h2 {
    font-size: 64px;
    line-height: 75px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n08 .section_flex_box .flex_box_right p {
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 30px;
    margin-top: 25px;
}

/* .section.n09 */
.section.n09 {
    padding: 180px 0;
}

.section.n09 .section_box_wrap {
    margin-top: 40px;
}

.section.n09 .section_flex_box {
    justify-content: space-between;
}

.section.n09 .section_flex_box+.section_flex_box {
    margin-top: 160px;
}

.section.n09 .section_flex_box .text_box1 {
    margin-top: 165px;
    margin-right: 40px;
    max-width: 620px;
}

.section.n09 .section_flex_box .text_box1 h3 {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n09 .section_flex_box .text_box1 h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 35px;
    margin-top: 55px;
}

.section.n09 .section_flex_box .text_box1 p {
    margin-top: 35px;
}

.section.n09 .section_flex_box:nth-child(2) .text_box1 {
    margin-top: 85px;
    margin-left: 0;
    margin-right: auto;
}

.section.n09 .section_flex_box:nth-child(3) .text_box1 {
    margin-top: 110px;
}

/* .section.n10 */
.section.n10 {
    padding: 105px 0 180px;
}

.section.n10 .text_box {
    padding-top: 155px;
    color: #fff;
    font-family: 'SpokaHanSansNeoB';
    display: flex;
    justify-content: center;
}

.section.n10 .text_box .text_left h2,
.section.n10 .text_box .text_left h2 span {
    font-size: 40px;
    line-height: 52px;
}

.section.n10 .text_box .text_right {
    margin-left: 270px;
}

.section.n10 .text_box .text_right h4 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
}

.section.n10 .text_box .text_right p {
    font-size: 19px;
    text-align: left;
    line-height: 29px;
}

.section.n10 .bx_slider_box {
    margin-top: 70px;
    position: relative;
    height: 430px;
}

.section.n10 .bx_slider_box>div+div {
    margin-top: 10px;
}

.section.n10 .bx_slider_box .bx-viewport {
    height: 210px !important;
    overflow: inherit !important;
}

.section.n10 .bx_slider_box .bx-viewport p {
    display: inline-block;
    width: auto !important;
    margin-left: 10px;
}

.section.n10 .bx_slider_box .bx-viewport p img {
    max-width: 9999px;
    width: auto !important;
    height: 100%;
}

/* .section.n11 */
.section.n11 {
    padding-top: 180px;
    padding-bottom: 180px;
    background: #fff;
}

.section.n11 .text1 {
    margin-top: 50px;
}

.section.n11 .sub_text {
    margin-top: 80px;
}

.section.n11 .sub_title {
    margin-top: 40px;
}

.section.n11 .sub_title,
.section.n11 .sub_title span {
    font-size: 56px;
    line-height: 68px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n11 .tab_box {
    margin-top: 85px;
}

.section.n11 .tab_box .tab_swiper:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background: #e7e7e7;
    left: 0;
    bottom: 0;
}

.section.n11 .tab_box .tab_swiper:after {
    position: absolute;
    display: block;
    opacity: 1;
    width: 80px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 70%, white 100%);
    z-index: 10;
    right: -1px;
    bottom: 0;
    top: 0;
}

.section.n11 .tab_box .tab_swiper ul {
    position: relative;
}

.section.n11 .tab_box .tab_swiper li {
    position: relative;
    font-size: 28px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 76px;
    transition: all .25s ease-in-out;
    color: #888;
    width: auto;
    cursor: pointer;
}

.section.n11 .tab_box .tab_swiper li.active {
    color: #000;
}

.section.n11 .tab_box .tab_swiper li.active:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.section.n11 .tab_box .tab_contenet {
    margin-top: 60px;
}

.section.n11 .tab_box .tab_contenet .tab_cont {
    display: none;
}

.section.n11 .tab_box .tab_contenet .tab_cont.active {
    display: block;
}

.section.n11 .section_flex_box .img_box1 {
    width: calc(100% - 670px);
}

.section.n11 .section_flex_box .text_box1 {
    margin-top: 100px;
    margin-left: 2rem;
    max-width: 560px;
}

.section.n11 .section_flex_box .text_box1 h3 {
    font-size: 64px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 74px;
}

.section.n11 .section_flex_box .text_box1 p {
    margin-top: 50px;
}

.section.n11 .section_flex_box .text_box1 .list1 {
    margin-top: 35px;
}

.section.n11 .section_flex_box .text_box1 .list1 li {
    font-size: 28px;
    line-height: 2;
    font-family: 'SpokaHanSansNeoB';
}

/* .section.n12 */
.section.n12 {
    padding: 130px 0;
}

.section.n12 .box_left2 {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: space-between;
}

.section.n12 .box_left2 h3,
.section.n12 .box_left2 h3 span {
    font-size: 40px;
    font-family: 'SpokaHanSansNeoB';
    line-height: 52px;
    word-break: keep-all;
}

.section.n12 .box_left2 p {
    margin-top: 40px;
    color: #888;
    font-size: 19px;
    font-family: 'SpokaHanSansNeoM';
    line-height: 29px;
}

.section.n12 .box_left2 .video_box {
    max-width: 860px;
}

.section.n12 .box_left2 .video_box .video_btn {
    left: 20px;
    right: auto;
}


/* .section.n13 */
.section.n13 {
    padding-top: 190px;
    background: #fff;
}

.section.n13 .sub_title,
.section.n13 .sub_title span {
    margin-top: 35px;
    color: #888;
    font-size: 40px;
    line-height: 52px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n13 .sub_title span {
    color: #000;
}

.section.n13 .video_box {
    margin-top: 50px;
}

.section.n13 .flex_text_box {
    display: flex;
    gap: 3%;
    margin-top: 60px;
}

.section.n13 .flex_text_box>div {
    width: 48.5%;
}


/* .section.n14 */
.section.n14 {
    padding: 100px 0 210px;
    background: #fff;
}

.section.n14 .sub_title,
.section.n14 .sub_title span {
    margin-top: 35px;
    color: #888;
    font-size: 40px;
    line-height: 52px;
    font-family: 'SpokaHanSansNeoB';
}

.section.n14 .sub_title span {
    color: #000;
}

.section.n14 .flex_img_box {
    margin-top: 55px;
    display: flex;
    gap: 3%;
}


.section.n14 .flex_img_box > div {
    width: 48.5%;
}


.section.n14 .flex_img_box img {
    margin: 20px 0 70px;
}

@media(max-width:1524px) {

    .section.n04 .white_card .inner .cont_left {
        max-width: 700px;
    }

    .section.n04 .white_card .inner .phone_img {
        right: -4%;
    }

    /* .section.n05 ------------------------------------------ */
    .section.n05 .section_flex_box .flex_box_right div:nth-child(2) {
        margin-top: 32px;
    }

    .section.n05 .section_flex_box .flex_box_right h2 {
        font-size: 56px;
    }

    /* .section.n06 ------------------------------------------ */
    .section.n06 .section_img_box {
        left: auto;
        right: -80px;
        width: 57%;
    }

    /* .section.n07 ------------------------------------------ */
    .section.n07 .list_box>ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1%;
    }

    .section.n07 .list_box {
        margin-top: 37px;
    }

    .section.n07 .list_box .list_item {
        width: 100%;
        margin-bottom: 10px;
        padding: 22px 5px 0 120px;
    }

    .section.n07 .list_box .list_item .item_text_box {
        position: absolute;
        top: 45px;
        left: 210px;
    }

    .section.n08 .section_flex_box .flex_box_left {
        width: 50%;
    }

    .section.n08 .section_flex_box .flex_box_right {
        width: 44%;
    }

    /* .section.n09 ------------------------------------------ */
    .section.n09 .section_box_wrap {
        padding-right: 0;
        overflow: hidden;
    }

    .section.n09 .section_flex_box .img_box1 {
        width: 38%;
    }

    .section.n09 .section_flex_box .text_box1 {
        margin-top: 0;
        margin-right: auto;
        margin-left: 2.5rem;
    }

    .section.n09 .section_flex_box+.section_flex_box {
        margin-top: 160px;
    }

    .section.n09 .section_flex_box:nth-child(2) .text_box1 {
        margin-top: 0;
    }

    .section.n09 .section_flex_box:nth-child(3) .text_box1 {
        margin-top: 0;
    }

    .section.n11 .tab_box .tab_contenet {
        margin-top: 80px;
    }

    .section.n11 .section_flex_box .text_box1 {
        margin-top: 0;
    }

    .section.n12 .box_left2 .video_box {
        width: calc(100% - 620px);
    }
}

@media(max-width:1024px) {

    /* .section.n00 ------------------------------------------ */
    .section.n00 .video_text {
        top: calc(50% - 56px);
        font-size: 53px;
        line-height: 56px;
    }

    /* .section.n01 ------------------------------------------ */
    .section.n01 {
        opacity: 1;
        padding-top: 45px;
    }

    .section.n01:before,
    .section.n01:after {
        height: 200px;
    }

    .section.n01 .text_box p {
        font-size: 22px;
        line-height: 26px;
    }

    .section.n01 .text_box p+p {
        margin-top: 35px;
    }

    /* .section.n02 ------------------------------------------ */
    .section.n02 {
        padding-top: 150px;
    }

    .section.n02 .text_box p {
        font-size: 40px;
        line-height: 47px;
    }

    .section.n02 .text1 {
        bottom: 5px;
        font-size: 150px;
        line-height: 150px;
    }

    .section.n02 .main_img1 {
        margin-top: 12px;
    }

    /* .section.n03 ------------------------------------------ */
    .section.n03 {
        padding-top: 50px;
    }

    .section.n03 .textbox_2{
        margin-top:-56px;
    }
    .section.n03 .textbox_3 {
        margin-top: 25px;
        font-size: 20px;
        line-height: 26px;
    }

    .section.n03 p,
    .section.n03 span {
        font-size: 53px;
        line-height: 56px;
    }
    .section.n03 .textbox_3 p,
    .section.n03 .textbox_3 p span {
        font-size: 20px;
        line-height: 26px;
    }

    @keyframes marginRgight {
        0% {
            margin-right: 0;
        }

        50% {
            margin-right: -118px;
        }

        80% {
            margin-right: -118px;
        }

        100% {
            margin-right: -118px;
        }
    }

    @keyframes marginRgight2 {
        0% {
            margin-right: 0;
        }

        50% {
            margin-right: -338px;
        }

        80% {
            margin-right: -338px;
        }

        100% {
            margin-right: -338px;
        }
    }
    /* .section.n04 ------------------------------------------ */
    .section.n04 {
        padding: 90px 33px 100px;
    }

    .section.n04 .white_card {
        padding: 55px 20px 60px;
        border-radius: 8px;
        max-width: 693px;
    }

    .section.n04 .white_card .inner .cont_left {
        max-width: 440px;
    }

    .section.n04 .white_card .inner .cont_left .icon_text {
        margin-top: 3px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 18px;
    }

    .section.n04 .white_card .inner .cont_left .icon_text:after {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
    }

    .section.n04 .white_card .inner .cont_left .text3 {
        margin-top: 27px;
        font-size: 16px;
        line-height: 20px;
    }

    .section.n04 .white_card .inner .cont_left .list {
        margin-top: 7px;
    }

    .section.n04 .white_card .inner .cont_left .list li {
        font-size: 14px;
        line-height: 18px;
    }

    .section.n04 .white_card .inner .cont_left .text2,
    .section.n04 .white_card .inner .cont_left .text2 span {
        margin-top: 14px;
        font-size: 14px;
        line-height: 18px;
    }

    .section.n04 .white_card .inner .phone_img {
        right: 20px;
        width: 214px;
        height: 305px;
        background-size: 214px auto;
    }

    .section.n04 .white_card .inner .phone_img .typing {
        top: 22px;
        left: 44px;
        font-size: 10px;
        line-height: 14px;
    }

    .section.n04 .white_card .inner .phone_img img {
        top: 43px;
        lefT: 26px;
        width: 126px;
    }

    /* .section.n05 ------------------------------------------ */
    .section.n05 {
        padding-top: 85px;
    }

    .section.n05 .video_box {
        margin: 20px 0 50px;
    }

    .section.n05 .section_flex_box .flex_box_left {
        width: 50%;
    }

    .section.n05 .section_flex_box .flex_box_left h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .section.n05 .section_flex_box .flex_box_right {
        width: 44%;
    }

    .section.n05 .section_flex_box .flex_box_right h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .section.n05 .section_flex_box .flex_box_right p {
        font-size: 16px;
        line-height: 22px;
    }

    /* .section.n06 ------------------------------------------ */
    .section.n06 {
        padding: 95px 0 140px 0;
        margin-top: -1px;
    }

    .section.n06 .inner {
        max-width: 782px;
        padding: 0 10px;
    }

    .section.n06 h4 {
        font-size: 16px;
        line-height: 18px;
    }

    .section.n06 .text_box {
        margin-top: 15px;
    }

    .section.n06 .text_box .text1 {
        margin-top: 15px;
    }

    .section.n06 .name {
        margin-top: 15px;
        font-size: 16px;
        line-height: 18px;
    }

    .section.n06 .section_box_left img {
        margin-top: 10px;
        width: 233px;
    }

    .section.n06 .section_img_box {
        bottom: -140px;
    }

    /* .section.n07 ------------------------------------------ */
    .section.n07 {
        padding: 70px 0 100px;
    }

    .section.n07 p {
        font-size: 14px;
        line-height: 20px;
    }

    .section.n07 .title {
        font-size: 30px;
        line-height: 34px;
    }

    .section.n07 .list_box .list_item .item_text_box {
        position: relative;
        top: 0;
        left: 0;
    }

    .section.n07 .list_box .list_item {
        height: 160px;
    }

    .section.n07 .list_box .list_item .item_name {
        font-size: 14px;
        line-height: 16px;
    }

    .section.n07 .list_box .list_item p {
        margin-top: 7px;
        font-size: 12px;
        line-height: 14px;
    }

    .section.n07 .list_box .list_item ul {
        margin-top: 15px;
    }

    .section.n07 .list_box .list_item ul li {
        font-size: 12px;
        line-height: 16px;
    }

    .section.n07 .list_box .list_item .item_btn {
        margin-top: 5px;
        font-size: 10px;
        line-height: 12px;
    }



    /* .section.n08 ------------------------------------------ */
    .section.n08 {
        padding: 90px 0 92px;
    }

    .section.n08 .img_box {
        padding: 20px 0 35px;
    }

    .section.n08 .section_flex_box .flex_box_left {
        width: 50%;
    }

    .section.n08 .section_flex_box .flex_box_left h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .section.n08 .section_flex_box .flex_box_left p {
        margin-top: 15px;
        max-width:400px;
        font-size:14px;
        line-height: 20px;
    }

    .section.n08 .section_flex_box .flex_box_right {
        width: 44%;
    }

    .section.n08 .section_flex_box .flex_box_right h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .section.n08 .section_flex_box .flex_box_right p {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }

    /* .section.n09 ------------------------------------------ */
    .section.n09 {
        padding: 90px 0;
    }

    .section.n09 .section_box_wrap {
        margin-top: 20px;
    }

    .section.n09 .section_flex_box .text_box1 {
        margin-left: 1.5rem;
    }

    .section.n09 .section_flex_box .text_box1 h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .section.n09 .section_flex_box .text_box1 h4 {
        margin-top: 27px;
        font-size: 16px;
        line-height: 18px;
    }

    .section.n09 .section_flex_box .text_box1 p {
        margin-top: 17px;
        line-height: 1.4;
    }

    .section.n09 .section_flex_box+.section_flex_box {
        margin-top: 80px;
    }

    /* .section.n10 ------------------------------------------ */
    .section.n10 {
        padding: 52px 0 90px
    }

    .section.n10 .text_box {
        padding-top: 77px;
    }

    .section.n10 .text_box .text_left h2,
    .section.n10 .text_box .text_left h2 span {
        font-size: 20px;
        line-height: 26px;
    }

    .section.n10 .text_box .text_right {
        margin-left: 135px;
    }

    .section.n10 .text_box .text_right h4 {
        margin-bottom: 7px;
        font-size: 16px;
        line-height: 18px;
    }

    .section.n10 .text_box .text_right p {
        font-size: 14px;
        line-height: 18px;
    }

    .section.n10 .bx_slider_box {
        margin-top: 35px;
        height: 215px;
    }

    .section.n10 .bx_slider_box .bx-viewport {
        height: 105px !important;
    }

    .section.n10 .bx_slider_box .bx-viewport p {
        margin-right: 5px;
        height: 105px;
    }

    /* .section.n11 ------------------------------------------ */
    .section.n11 {
        padding: 65px 0 40px;
    }

    .section.n11 .sub_text {
        margin-top: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .section.n11 .sub_title,
    .section.n11 .sub_title span {
        margin-top: 20px;
        font-size: 28px;
        line-height: 34px;
    }

    .section.n11 .tab_box {
        margin-top: 42px;
    }

    .section.n11 .tab_box .tab_swiper:before {
        height: 2px;
    }

    .section.n11 .tab_box .tab_swiper ul {
        min-width: 840px;
    }

    .section.n11 .tab_box .tab_swiper li {
        font-size: 14px;
        line-height: 38px;
        height: 38px;
        margin-right: 30px !important;
    }

    .section.n11 .tab_box .tab_swiper li.active:after {
        height: 2px;
    }

    .section.n11 .tab_box .tab_contenet {
        margin: 0;
        min-height: auto;
    }

    .section.n11 .section_flex_box .img_box1 {
        width: calc(100% - 375px);
    }

    .section.n11 .section_flex_box .text_box1 h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .section.n11 .section_flex_box {
        padding-top: 40px
    }

    .section.n11 .section_flex_box .text_box1 {
        max-width: 355px;
        margin:0;
    }

    .section.n11 .section_flex_box .text_box1 p {
        margin-top: 25px;
    }

    .section.n11 .section_flex_box .text_box1 .list1 {
        margin-top: 17px;
    }

    .section.n11 .section_flex_box .text_box1 .list1 li {
        font-size: 16px;
        line-height: 30px;
    }

    /* .section.n12 ------------------------------------------ */
    .section.n12 {
        padding: 65px 0;
    }

    .section.n12 .box_left2 {}

    .section.n12 .box_left2 .text_box {
        width: 100%;
    }

    .section.n12 .box_left2 h3,
    .section.n12 .box_left2 h3 span {
        font-size: 20px;
        line-height: 26px;
    }

    .section.n12 .box_left2 p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .section.n12 .box_left2 .video_box {
        max-width: 100%;
        margin-top: 25px;
        width: auto;
    }

    /* .section.n13 ------------------------------------------ */
    .section.n13 {
        padding: 95px 0 0;
    }

    .section.n13 .sub_title,
    .section.n13 .sub_title span {
        margin-top: 17px;
        font-size: 20px;
        line-height: 25px;
    }

    .section.n13 .video_box {
        margin-top: 25px;
    }

    .section.n13 .flex_text_box {
        margin-top: 27px;
    }

    .section.n13 .flex_text_box .text_left p {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    

    .section.n13 .flex_text_box .text_left p br {
        display: none;
    }

    /* .section.n14 ------------------------------------------ */
    .section.n14 {
        padding: 50px 0 105px;
        margin-top: -1px;
    }

    .section.n14 .sub_title {
        font-size: 20px;
        line-height: 26px;
        margin-top: 17px;
    }

    .section.n14 .sub_title span {
        font-size: 20px;
        line-height: 26px;
    }

    .section.n14 .flex_img_box {
        margin-top: 27px;
        gap: 3%
    }

    .section.n14 .flex_img_box>div {
        width: 100%;
    }

    .section.n14 .flex_img_box img {
        margin: 10px 0 35px;
    }
}

@media(max-width:580px) {
    .text2 span {
        font-size: 14px;
    }

    /* .section.n00 ------------------------------------------ */
    .section.n00 .video_text {
        display: none;
    }

    .section.n03 {
        margin-top: 0;
    }

    .section.n03 p,
    .section.n03 span {
        font-size: 36px;
        line-height: 40px;
    }

    .section.n03 .textbox_2{
        margin-top:-40px;
    }
    
    @keyframes marginRgight {
        0% {
            margin-right: 0;
        }

        50% {
            margin-right: -78px;
        }

        80% {
            margin-right: -78px;
        }

        100% {
            margin-right: -78px;
        }
    }

    @keyframes marginRgight2 {
        0% {
            margin-right: 0;
        }

        50% {
            margin-right: -228px;
        }

        80% {
            margin-right: -228px;
        }

        100% {
            margin-right: -228px;
        }
    }
    /* .section.n04 ------------------------------------------ */
    .section.n04 .white_card {
        padding-bottom: 0;
    }

    .section.n04 .white_card .inner .phone_img {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 30px auto 0;
    }

    /* .section.n05 ------------------------------------------ */
    .section.n05 .section_flex_box .flex_box_left {
        width: 100%;
    }

    .section.n05 .section_flex_box .flex_box_right {
        margin-top: 40px;
        width: 100%;
    }

    .section.n05 .section_flex_box .flex_box_right p br {
        display: none;
    }

    /* .section.n06 ------------------------------------------ */
    .section.n06 .section_img_box {
        right: -60px;
    }

    /* .section.n07 ------------------------------------------ */
    .section.n07 .list_box>ul {
        grid-template-columns: repeat(1, 1fr);
    }

    /* .section.n08 ------------------------------------------ */

    .section.n08 .section_flex_box {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .section.n08 .section_flex_box .flex_box_left {
        width: 100%;
    }

    .section.n08 .section_flex_box .flex_box_right {
        width: 100%;
    }

    /* .section.n10 ------------------------------------------ */
    .section.n09 .section_flex_box {
        flex-direction: column-reverse;
        gap: 20px
    }

    .section.n09 .section_flex_box .text_box1 {
        margin: 0;
    }

    .section.n09 .section_flex_box .img_box1 {
        width: 100%;
    }

    .section.n09 .section_flex_box:nth-child(2) {
        flex-direction: column;
    }

    /* .section.n10 ------------------------------------------ */
    .section.n10 .text_box {
        padding-top: 20px;
        flex-direction: column;
    }

    .section.n10 .text_box .text_left h2 br {
        display: none;
    }

    .section.n10 .text_box .text_right {
        margin-left: 0;
        margin-top: 20px;
    }

    /* .section.n11 ------------------------------------------ */
    .section.n11 .box_left1 img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .section.n11 .box_left1 .text_box1 {
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
    }

    .section.n11 .section_flex_box {
        padding: 40px 0px 0 calc(100% - 355px);
    }

    .section.n11 .section_flex_box .img_box1 {
        width: 100%;
    }

    /* .section.n12 ------------------------------------------ */
    .section.n12 .box_left2 {
        flex-direction: column;
        align-items: flex-start;
    }

    /* .section.n13 ------------------------------------------ */
    .section.n13 .flex_text_box {
        flex-direction: column;
        margin-top: 27px;
    }

    .section.n13 .flex_text_box>div {
        width: 100%;
    }

    .section.n13 .flex_text_box .text_left p+p {
        margin-top: 20px;
    }

    /* .section.n14 ------------------------------------------ */
    .section.n14 .flex_img_box {
        flex-direction: column;
        margin-top: 27px;
        gap: 20px
    }
}
