/*nomalize*/
* {
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}
html {
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}
.serif {
    font-family: 'Noto Serif KR', serif;
}
.enfont {
    font-family: 'Roboto', sans-serif;
}
.center {
    width: 1440px;
    margin: 0 auto;
}
body {
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #000;
    text-decoration: none;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    list-style: none;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.m_con {
    display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

/* main_video */
.main_video {
    height: 857px;
    position: relative;
}
.main_video video {
    width: 100%;
    vertical-align: bottom;
}
.main_video > div {
    height: 100%;
}
.main_video > div > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 87px;
    width: 432px;
}
.video_con {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 1417px;
    left: 50%;
    bottom: 45px;
    transform: translateX(-50%);
}
.video_con > a {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    padding: 14px 74px;
    transition: all 0.2s;
}
.line1 {
    width: 1px;
    background-color: #c8c8c8;
    height: 27px;
    transform: translateY(50%);
}
.glass {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(35, 57, 97, 0.4);
}
.glass::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: translateX(-100%);
    transition: transform 0.4s;
}
.glass:hover::before {
    transform: translateX(100%);
}

/* main_bna */
.main_bna {
    background-color: #f9f9f9;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 57px;
}
.main_bna > div {
    width: 1440px;
    margin: 0 auto;
}
.main_bna > h3 {
    font-size: 28px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 5px;
}
.main_bna > p {
    font-size: 18px;
    font-weight: 400;
    color: #3e3e3e;
    margin-bottom: 25px;
}
.main_bna_main {
    display: flex;
    justify-content: space-between;
}
.main_bna .main_bna_main .container {
    width: 710px;
}

.main_bna #comparison,
.main_bna #comparisons {
    width: 100%;
    padding-bottom: 282px;
    overflow: hidden;
    position: relative;
}
.main_bna #comparison figure {
    background-image: url(../img/main_bna_a1.png);
}
.main_bna #comparison figure.login {
    background-image: url(../img/main_bna_a1l.png);
}
.main_bna #comparisons figure {
    background-image: url(../img/main_bna_a2.png);
}
.main_bna #comparisons figure.login {
    background-image: url(../img/main_bna_a2l.png);
}
.main_bna figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.main_bna #divisor {
    background-image: url(../img/main_bna_b1.png);
}
.main_bna #divisors {
    background-image: url(../img/main_bna_b2.png);
}

.main_bna #divisor,
.main_bna #divisors {
    background-size: cover;
    position: absolute;
    width: 50%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
}
.main_bna #divisor::before,
.main_bna #divisor::after,
.main_bna #divisors::before,
.main_bna #divisors::after {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: calc(50% - 10px);
    background: #ececec;
    z-index: 3;
}
.main_bna #divisor::before,
.main_bna #divisors::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.main_bna #divisor::after,
.main_bna #divisors::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.main_bna #handle,
.main_bna #handles {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.main_bna #handle::before,
.main_bna #handles::before {
    content: '';
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-53%);
    background-image: url(../img/bna_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.main_bna input[type='range'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 49.5%;
    left: -27px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.main_bna input[type='range']:focus,
input[type='range']:active {
    border: none;
    outline: none;
}

.main_bna input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 34px;
    width: 34px;
    border-radius: 50%;
}

.main_bna input[type='range']::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}
.main_bna_sub {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.main_bna_sub > div > span {
    display: block;
    background-color: #fff;
    border: 1px solid #dcdfe3;
    line-height: 46px;
}
.main_bna_sub > div > div {
    display: flex;
}
.main_bna_sub > div > div > div > p {
    font-size: 11px;
    font-weight: 200;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: 5;
}
.main_bna_sub > div > div > div > p > span {
    font-style: italic;
    color: #6ceff9;
}
.main_bna_sub > div > div > div.nl::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.4);
}
.main_bna_sub > div > div > div {
    position: relative;
}
.main_bna_sub > div > div > div,
.main_bna_sub > div > div > img {
    width: 50%;
}
.main_bna_sub > div > div > div > img {
    width: 100%;
}
.main_bna > div > p {
    margin-top: 16px;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #3b3b3b;
}
.main_bna > div > p > img {
    vertical-align: baseline;
}
.main_bna > div > a {
    background-color: #03235d;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 53px;
    padding: 0px 35px;
    display: inline-block;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.main_bna > div > a:hover {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
}

/* main_con4 */
.main_con4 {
    padding-top: 66px;
    padding-bottom: 120px;
}
.main_con4 > h2 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    color: #242424;
}
.main_con4 > p {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
}
.main_con4 > div {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    margin: 0 auto;
}
.main_con4_wrap {
    display: flex;
    width: 65%;
    flex-wrap: wrap;
}
.main_con4_wrap2 {
    width: 35%;
}
.main_con4_in1 {
    width: 65%;
    background-image: url(../img/main_con4.png);
    position: relative;
}
.main_con4_in1 > a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 37px;
    padding-left: 25px;
    padding-bottom: 105px;
}
.main_con4_in1 > a > span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}
.main_con4_in1 > a > p {
    font-size: 16px;
    font-weight: 200;
}
.main_con4_in1 > a > span:last-child {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 50px;
    font-weight: 500;
}

.main_con4_in2 {
    width: 35%;
    background-color: #13345a;
    position: relative;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    transition: all 0.2s;
}
.main_con4_in2 > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 37px;
    padding-left: 25px;
}
.main_con4_in2:hover,
.main_con4_in3:hover,
.main_con4_in4:hover {
    transform: translateY(-15px);
}
.main_con4_in2 > a > span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}
.main_con4_in2 > a > span:last-child {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 50px;
    font-weight: 500;
}
.main_con4_in2 > a > p {
    font-size: 16px;
    font-weight: 200;
    color: #d6d6d6;
}
.main_con4_in3 {
    width: 50%;
    background-color: #4d4d4d;
    position: relative;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    transition: all 0.2s;
}
.main_con4_in3 > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 37px;
    padding-left: 25px;
    padding-bottom: 105px;
}
.main_con4_in3 > a > span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}
.main_con4_in3 > a > span:last-child {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 50px;
    font-weight: 500;
}
.main_con4_in3 > a > p {
    font-size: 16px;
    font-weight: 200;
    color: #d6d6d6;
}
.main_con4_in4 {
    width: 50%;
    background-color: #736757;
    position: relative;
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    transition: all 0.2s;
}
.main_con4_in4 > a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-top: 37px;
    padding-left: 25px;
    padding-bottom: 105px;
}
.main_con4_in4 > a > span {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
    display: block;
}
.main_con4_in4 > a > span:last-child {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 50px;
    font-weight: 500;
}
.main_con4_in4 > a > p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
}
.main_con4_wrap2 {
    padding-top: 37px;
    padding-left: 25px;
    position: relative;
    margin-left: -1px;
    background-color: #f5f5f5;
    height: 543px;
    padding-right: 29px;
}
.main_con4_wrap2 > span {
    font-size: 22px;
    font-weight: 500;
    color: #191919;
}
.main_con4_wrap2 > a {
    font-size: 16px;
    font-weight: 400;
    color: #5b5b5b;
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.main_con4_wrap2 > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 0.2s;
}
.main_con4_wrap2 > a:hover::after {
    width: 80%;
}

.lat {
    margin-top: 35px;
}
.lat_title,
.lt_more,
.new_icon,
.sv_member {
    display: none;
}
.basic_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.basic_li > a {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
    margin-left: 5px;
}
.lt_date {
    font-size: 16px;
    font-weight: 400;
    color: #bbbbbb;
    width: 91px;
}
.basic_li {
    position: relative;
    height: 50px;
}
.basic_li::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    bottom: 0px;
    left: 0px;
}
.table > :not(caption) > * > * {
    padding: 0px !important;
}

/*tablet*/
@media screen and (max-width: 1024px) {
    .pc_con {
        display: none;
    }
    .m_con {
        display: block;
    }
    .center {
        width: 760px;
    }

    .main_video {
        height: initial;
    }
    .video_con > a {
        padding: 14px 20px;
    }
    .main_con1 {
        padding-top: 50px;
        padding-left: 30px;
        flex-direction: column;
        position: relative;
    }
    .main_con1_in1 > a {
        position: absolute;
        bottom: 50px;
    }
    .main_con1_in1 > p {
        margin-bottom: 40px;
    }
    .main_con2 {
        padding-left: 30px;
        padding-top: 50px;
        flex-direction: column;
    }
    .main_con2_in1 > p {
        font-size: 16px;
    }
    .main_con2_in2 {
        margin: 30px auto;
    }
    .main_con3 {
        padding-top: 0px;
    }
    .swiper2 > div > div > img {
        height: 500px;
    }
    .swiper2 .swiper-slide > div {
        padding-left: 30px;
        padding-top: 30px;
        padding-right: 30px;
    }
    .swiper2 {
        width: 730px;
    }
    .swiper2 .swiper-slide > div > h3 {
        font-size: 20px;
    }
    .swiper2 .swiper-slide > div > h2 {
        font-size: 34px;
    }
    .swiper2 .swiper-slide > div > p:nth-child(5) {
        font-size: 16px;
    }
    .swiper2 .swiper-slide > div > p {
        font-size: 14px;
    }
    .swiper2 .swiper-slide > div > a {
        left: 30px;
        bottom: 27px;
    }
    .swiper2_next,
    .swiper2_prev {
        bottom: 18px;
    }
    .main_con3::before {
        width: 580px;
        height: 300px;
        bottom: -30px;
    }
    .main_con3 > div::after {
        width: 326px;
        height: 500px;
        top: -10px;
        right: 10px;
    }
    .main_con2_in2 > div > div {
        flex-direction: column;
        justify-content: flex-end;
    }
    .main_con2_in2 > div > div > img {
        height: 50px;
    }
    .main_docter {
        padding-top: 0px;
    }
    .main_docter_absolute {
        display: none;
    }
    .main_docter_left {
        margin-bottom: 30px;
    }
    .main_docter_right {
        display: flex !important;
        overflow: auto;
        flex-wrap: nowrap;
    }
    .main_bna_main {
        flex-direction: column;
        align-items: center;
    }
    .main_bna_main > div:first-child {
        margin-bottom: 15px;
    }
    .main_bna_sub {
        flex-direction: column;
    }
    .main_bna_sub > div {
        margin-bottom: 15px;
    }
    .main_bna_sub > div > div > div > p {
        left: 78px;
    }
    .main_con4 {
        padding-top: 164px;
    }
    .main_con4_in1 {
        width: 100%;
        background-size: cover;
    }
    .main_con4_in2,
    .main_con4_in3,
    .main_con4_in4 {
        width: 33.3%;
    }
    .main_con4_in2 > a,
    .main_con4_in3 > a,
    .main_con4_in4 > a {
        padding: 15px;
    }
    .main_con4_in2 > a > p,
    .main_con4_in3 > a > p,
    .main_con4_in4 > a > p {
        display: none;
    }
    .main_con4_in2 > a > span:last-child,
    .main_con4_in4 > a > span:last-child,
    .main_con4_in3 > a > span:last-child {
        right: 15px;
        top: -7px;
        font-weight: 300;
    }
    .main_con4_wrap2 {
        padding: 15px;
        padding-bottom: 70px;
        height: 432px;
    }
    .main_con1_in1 > img {
        height: 80px;
    }
}

/*mobile*/
@media screen and (max-width: 767px) {
    .center {
        width: 380px;
    }
    .pc_con {
        display: none !important;
    }
    .glass {
        background: rgba(35, 57, 97, 1);
    }
    .main_video {
        /* top: -110px; */
    }
    .main_video > div > img {
        height: 50px;
    }
    .video_con {
        width: 370px;
        bottom: -147px;
        z-index: 10;
        flex-wrap: wrap;
    }
    .video_con > a {
        width: 33.3%;
        font-size: 16px;
        font-weight: 400;
        padding: 14px 4px;
        justify-content: center;
        border: #fff 1px solid;
        color: #fff;
    }
    .line1 {
        display: none;
    }
    .main_con1 {
        padding-top: 180px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 120px;
    }
    .main_con1_in1 {
        margin-right: 0px;
        position: relative;
    }
    .main_con1_in1 > img {
        height: 160px;
        position: absolute;
        z-index: -1;
        opacity: 0.2;
        right: 0px;
    }
    .main_con1_in1 > h2 {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .main_con1_in1 > p {
        font-size: 14px;
    }
    .swiper1 {
        width: 360px;
        overflow: hidden;
    }
    .swiper1 span {
        font-size: 20px;
    }
    .swiper1 p {
        font-size: 14px;
    }
    .main_con1_in2 {
        width: 360px;
    }
    .main_con1_in1 > a {
        bottom: -500px;
        font-size: 20px;
        padding: 6px 25px;
    }
    .main_con2 {
        padding: 37px 15px;
    }
    .main_con2_text {
        font-size: 12px;
    }
    .main_con2_title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 300;
        margin: 10px 0 20px;
    }
    .main_con2 a {
        font-size: 18px;
    }
    .main_docter_right {
        position: initial;
        margin-bottom: 25px;
    }
    .main_con2_in1 > h2 {
        font-size: 24px;
    }
    .main_con2_in1 > p:first-child {
        font-size: 10px;
    }
    .main_con2_in1 > p {
        font-size: 14px;
    }
    .main_con2_in2 {
        margin-bottom: 0px;
        text-align: center;
    }
    .main_con2_in2 > div:first-child {
        margin-right: 10px;
    }
    .main_con2_in2 > div > div {
        align-items: center;
    }
    .main_con2_in2 > div > div > div > p {
        font-size: 12px;
    }
    .main_con2_in2 > div > div > div > span {
        font-size: 18px;
    }
    .icon_04 > div > span:last-child {
        font-size: 18px;
    }
    .icon_02 > div > span:last-child {
        font-size: 16px;
    }
    .icon_03 > div > span:last-child {
        font-size: 16px;
    }
    .main_con2_in2 > div > div > img {
        height: 40px;
        margin-right: 0px;
    }
    .main_con2_in2 > div:first-child {
        margin-right: 0px;
    }
    .main_con2_in2 > div {
        justify-content: flex-start;
    }
    .main_con3 {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_con3 > h2 {
        font-size: 24px;
    }
    .swiper2 {
        width: 100%;
    }
    .swiper2 .swiper-slide {
        flex-direction: column;
    }
    .swiper2 > div > div > img {
        display: none;
    }
    .swiper2 .swiper-slide > div {
        padding-bottom: 80px;
        width: initial;
    }
    .main_con2_line2 {
        margin: 0px 8px;
    }
    .main_con3 > div::after {
        width: 360px;
        right: -12px;
    }
    .main_docter_left > p:nth-child(6) {
        margin-bottom: 15px;
    }
    .main_docter_left > p:nth-child(10) {
        margin-bottom: 15px;
    }
    .main_docter_left > p:nth-child(12) {
        margin-bottom: 15px;
    }
    .main_docter_left > h3 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .main_docter_left > a {
        margin-bottom: 25px;
    }
    .main_docter > div > img {
        right: 35px;
        top: 368px;
    }
    .main_docter_left > p {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .main_bna .main_bna_main .container {
        width: 368px;
    }
    .main_docter {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .main_bna > p {
        font-size: 14px;
    }
    .main_bna #comparison,
    .main_bna #comparisons {
        padding-bottom: 130px;
    }
    .main_bna > div > p {
        font-size: 14px;
    }
    .main_bna_sub > div > div > div > p {
        left: 1px;
        font-size: 14px;
        margin: 0 auto;
        width: 100%;
    }
    .main_bna_sub > div > span {
        font-size: 14px;
    }
    .main_con4 > p {
        font-size: 16px;
    }
    .main_con4 > h2 {
        font-size: 26px;
    }
    .main_con3 > span {
        display: none;
    }
    .main_con3::before {
        display: none;
    }
    .main_con4 {
        padding-top: 60px;
    }
    .main_con4 > div {
        flex-direction: column;
        align-items: center;
        padding: 0px 15px;
    }
    .main_con4_wrap {
        width: 100%;
    }
    .main_con4_in2 > a > span,
    .main_con4_in3 > a > span,
    .main_con4_in4 > a > span {
        font-size: 16px;
    }
    .main_con4_in2 > a > span:last-child,
    .main_con4_in3 > a > span:last-child,
    .main_con4_in4 > a > span:last-child {
        right: 12px;
        top: 4px;
        font-size: 30px;
    }
    .main_con4_in1 > h3 {
        font-size: 20px;
    }
    .main_con4_wrap2 {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .main_con4_wrap2 > span {
        font-size: 20px;
    }
    .basic_li > a {
        font-size: 14px;
    }
    .lt_date {
        font-size: 10px;
    }
    #map {
        width: 100% !important;
        height: initial !important;
    }
    .main_come {
        z-index: 9996 !important;
        background-color: rgba(36, 55, 90, 1) !important;
    }
    .main_con4_in1 > div > p {
        font-size: 16px;
    }
    .main_con4_in1 > div > span {
        font-size: 17px;
    }
    .main_con5 > div > span {
        font-size: 14px;
    }
    .main_con4_in1 > div > span:nth-child(7) {
        letter-spacing: 15px;
    }
    .main_con4_in1 > div > span:nth-child(4) {
        letter-spacing: 7px;
    }
    .main_con4_in1 > div > span:first-child {
        letter-spacing: 20px;
    }
}

.swiper1 {
    width: 100%;
    overflow: hidden;
    word-break: keep-all;
    letter-spacing: -1.5px;
}
.new_main_con1 {
    position: relative;
}
.new_main_con1 .swiper_con1 {
    background-image: url(../img/new_main_con1_bg.png);
}
.new_main_con1 .swiper_con2 {
    background-image: url(../img/new_main_con2_bg.png);
}
.new_main_con1 .swiper_con3 {
    background-image: url(../img/new_main_con3_bg.png);
}
.new_main_con1 .swiper-slide {
    padding-top: 267px;
    padding-bottom: 288px;
    background-size: cover;
}
.new_main_con1 .swiper-slide > div {
    padding-left: 230px;
    color: #fff;
}
.new_main_con1 .swiper-slide > div > span {
    font-size: 32px;
    font-weight: 400;
}
.new_main_con1 .swiper-slide > div > h3 {
    font-size: 48px;
    font-weight: 600;
    margin: 9px 0px 28px;
    line-height: 62px;
}
.new_main_con1 .swiper-slide > div > h3 > span {
    color: #9ae0ff;
}
.new_main_con1 .swiper-slide > div > p {
    font-size: 24px;
    font-weight: 300;
}
#sw1_page {
    bottom: initial;
    left: 230px;
    position: absolute;
    z-index: 5;
    width: auto;
    top: 630px;
}
#sw1_page > .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
}
#sw1_page > .swiper-pagination-bullet-active {
    background-color: #00a2e9;
    opacity: 1;
}

.new_main_con2 {
    display: flex;
    justify-content: space-between;
    padding-top: 157px;
    padding-bottom: 183px;
    word-break: keep-all;
    letter-spacing: -1.5px;
}
.new_main_con2 > video {
    max-width: 50%;
}
.new_main_con2_in {
    padding-left: 240px;
}
.new_main_con2_in > span {
    font-size: 20px;
    font-weight: 300;
    color: #222222;
    letter-spacing: 5px;
}
.new_main_con2_in > h3 {
    font-size: 48px;
    font-weight: 600;
    color: #222222;
    margin: 15px 0px 32px;
    line-height: 66px;
}
.new_main_con2_in > h3 > span {
    color: #273564;
}
.new_main_con2_in > p {
    color: #333333;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 60px;
}
.new_main_con2_in > a {
    line-height: 60px;
    background-color: #303c48;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    padding: 0px 20px;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.new_main_con2_in > a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.new_main_docter {
    background-image: url(../img/new_main_docter_bg.png);
    background-repeat: no-repeat;
    padding-top: 217px;
    padding-bottom: 113px;
    color: #fff;
    background-size: cover;
    word-break: keep-all;
    letter-spacing: -1.5px;
}
.new_main_docter_left {
    padding-left: 240px;
}
.new_main_docter_left > span {
    letter-spacing: 5px;
    opacity: 0.6;
    font-size: 20px;
    font-weight: 400;
}
.new_main_docter_left > h3 {
    font-weight: 800;
    font-size: 69px;
    margin: 26px 0px 37px;
    line-height: 88px;
}
.new_main_docter_left > h3 > span {
    color: #47c1f6;
}
.new_main_docter_left > p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 37px;
}
.new_main_docter_left > div {
    display: flex;
    margin-bottom: 63px;
}
.new_main_docter_left > div > img:nth-of-type(1) {
    margin-right: 14px;
}
.new_main_docter_left > a {
    display: inline-block;
    line-height: 60px;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
}
.new_main_docter_left > a:hover {
    color: #000;
    border: 1px solid transparent;
    background-color: #fff;
}

@media screen and (max-width: 1710px) {
    .new_main_con1 .swiper-slide > div {
        padding-left: 11%;
    }
    #sw1_page {
        left: 11%;
    }
    .new_main_con2_in {
        padding-left: 11%;
    }
    .new_main_docter_left {
        padding-left: 11%;
    }
    .new_main_con2 > img {
        max-width: 50%;
        height: 50%;
    }
    .new_main_con1 .swiper-slide {
        background-position: center center;
    }
    .new_main_docter {
        background-position: center center;
    }
}
@media screen and (max-width: 1620px) {
    .new_main_docter_left > h3 {
        font-size: 55px;
        line-height: 70px;
    }
    .new_main_docter_left > span {
        font-size: 14px;
    }
    .new_main_docter_left > p {
        font-size: 18px;
    }
    .new_main_con2_in > p {
        font-size: 18px;
    }
    .new_main_con2_in > span {
        font-size: 14px;
    }
    .new_main_con2_in > h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .new_main_con1 .swiper-slide > div > span {
        font-size: 22px;
    }
    .new_main_con1 .swiper-slide > div > p {
        font-size: 18px;
    }
    .new_main_con1 .swiper-slide > div > h3 {
        font-size: 40px;
        line-height: 50px;
    }
    #sw1_page {
        top: 540px;
    }
}
@media screen and (max-width: 1300px) {
    .new_main_docter {
        background-image: url(../img/new_main_docter_bg_t.png);
        text-align: center;
        padding-top: 200px;
        padding-bottom: 870px;
    }
    .new_main_docter_left {
        padding-left: 0px;
    }
    .new_main_docter_left > div {
        justify-content: center;
    }
    .new_main_docter_left > a {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .new_main_con1 .swiper-slide {
        background-position: -330px center;
    }
}
@media screen and (max-width: 1024px) {
    .new_main_con1 .swiper-slide {
        background-position: -490px center;
    }
    .new_main_con1 .swiper-slide > div {
        padding-left: 2%;
    }
    #sw1_page {
        left: 2%;
    }
    .new_main_con2_in {
        padding-left: 2%;
    }
    .new_main_docter_left {
        padding-left: 2%;
    }
    .new_main_con1 .swiper-slide > div > h3 {
        font-size: 38px;
    }
}
@media screen and (max-width: 768px) {
    .new_main_con1 .swiper-slide > div > span {
        font-size: 16px;
    }
    .new_main_con1 .swiper-slide > div > h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .new_main_con1 .swiper-slide > div > p {
        font-size: 15px;
    }
    .new_main_con1 .swiper-slide {
        background-position: -540px center;
    }
    .new_main_con2_in > span {
        font-size: 12px;
    }
    .new_main_con2_in > h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .new_main_con2_in > p {
        font-size: 16px;
        margin-top: 30px;
    }
    .new_main_docter_left > span {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .new_main_docter_left > h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .new_main_docter_left > p {
        font-size: 16px;
    }
    .new_main_docter {
        padding-top: 80px;
        padding-bottom: 600px;
    }
    .new_main_con1 .swiper_con1 {
        background-image: url(../img/new_main_con1_bg_t.png);
    }
    .new_main_con1 .swiper_con2 {
        background-image: url(../img/new_main_con2_bg_t.png);
    }
    .new_main_con1 .swiper_con3 {
        background-image: url(../img/new_main_con3_bg_t.png);
    }
    .new_main_con1 .swiper-slide {
        background-repeat: no-repeat;
        background-position: center center;
        padding-top: 576px;
        padding-bottom: 101px;
    }
    #sw1_page {
        top: 800px;
    }
}
@media screen and (max-width: 550px) {
    .new_main_con1 .swiper-slide {
        padding-top: 440px;
        padding-bottom: 48px;
    }
    #sw1_page {
        top: 650px;
    }
    .new_main_con2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 0px;
    }
    .new_main_con2 > div > video {
        max-width: 100%;
        height: auto;
    }
    .new_main_con2 {
        padding-bottom: 0px;
    }
    .new_main_con2_in {
        padding-left: 0px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .new_main_docter {
        padding-bottom: 500px;
    }
    .new_main_docter_left > div {
        height: 40px;
        margin-bottom: 20px;
    }
    .new_main_docter_left > h3 {
        font-size: 28px;
        line-height: 38px;
        font-weight: 500;
        margin: 10px 0px 20px;
    }
    .new_main_docter_left > p {
        margin-bottom: 11px;
    }
}
@media screen and (max-width: 410px) {
    .new_main_con1 .swiper_con1 {
        background-image: url(../img/new_main_con1_bg_m.png);
    }
    .new_main_con1 .swiper_con2 {
        background-image: url(../img/new_main_con2_bg_m.png);
    }
    .new_main_con1 .swiper_con3 {
        background-image: url(../img/new_main_con3_bg_m.png);
    }
    #sw1_page > .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .new_main_con1 .swiper-slide > div > p {
        font-size: 12px;
    }
    .new_main_con1 .swiper-slide > div > h3 {
        font-size: 20px;
        line-height: 28px;
        margin: 2px 0px 5px;
    }
    .new_main_con1 .swiper-slide > div > span {
        font-size: 12px;
    }
    .new_main_con1 .swiper-slide {
        padding-top: 315px;
        padding-bottom: 35px;
    }
    .new_main_con2_in > h3 {
        font-size: 28px;
        line-height: 33px;
    }
    .new_main_con2_in {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .new_main_docter {
        padding-bottom: 300px;
        padding-top: 50px;
    }
    .new_main_docter {
        position: relative;
    }
    .new_main_docter_left > span {
        font-weight: 300;
    }
    .new_main_docter_left > h3 {
        font-size: 28px;
        line-height: 33px;
        font-weight: 500;
        margin: 5px 0px 10px;
    }
    .new_main_docter_left > a {
        position: absolute;
        left: 50%;
        bottom: 107px;
        transform: translateX(-50%);
        font-size: 15px;
        line-height: 40px;
        letter-spacing: 0px;
        padding: 0px 10px;
    }
    #sw1_page {
        top: 456px;
    }
}
