/* 모든 스타일은 css 충돌방지를 위해 .index을 기준으로 작성 하시면 됩니다. 예) .index .box {} */
.c1 {
    color: #FFCC71
}

.c2 {
    color: #F6A000;
}

.c3 {
    color: #2c2d87
}

.mt70 {
    margin-top: 70px !important
}

.cont {
    width: 1400px;
    margin: 0 auto;
}

.index {
    margin-top: 127px;
    background: url('../index/images/symbol1.svg')no-repeat;
    background-size: 500px;
    background-attachment: fixed;
    background-position: center;
}

.mb_slider {
    display: none;
}

.slider {
    width: 100%;
    height: 700px;
    position: relative;
}

.slider_list {
    width: 100%;
    height: 100%;
}

.slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide1 {
    background: url('../index/images/slide1.jpg')no-repeat;
    background-size: cover;
}

.slide2 {
    background: url('../index/images/slide2.jpg')no-repeat;
    background-size: cover;
}

.slide3 {
    background: url('../index/images/slide3.jpg')no-repeat;
    background-size: cover;
}

.slide_txt {
    position: absolute;
    width: 1300px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.slide_txt img {
    display: none;
    width: 250px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1.5s;
}

.slide_txt h1 {
    line-height: 70px;
    font-size: 50px;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: 100px;
    opacity: 0;
    transition: all 1.5s;
}

.slide_txt span {
    position: relative;
    top: 200px;
    opacity: 0;
    display: block;
    font-size: 14px;
    letter-spacing: 8px;
    font-weight: bold;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 40px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    transition: all .2s;
}

.slide_txt b {
    font-weight: 600;
}

.slider .swiper-slide-active img {
    opacity: 1;
    top: 0;
    transition: all 1.5s;
}

.slider .swiper-slide-active h1 {
    opacity: 1;
    top: 0;
    transition: all 1.5s;
}

.slider .swiper-slide-active span {
    opacity: 1;
    top: 0;
    transition: all 1s;
}

.slider .swiper-pagination {
    bottom: 80px !Important;
}

.slider .swiper-pagination-bullet {
    margin: 0 25px !Important;
    background: #fff !important;
}

.slider .swiper-pagination-bullet-active {
    position: relative;
}

.slider .swiper-pagination-bullet-active:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
}


.main_tit {
    text-align: center;
}

.main_tit h1 {
    font-size: 42px;
    font-weight: 400;
    color: #222;
    line-height: 62px;
}

.main_tit p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 30px;
    color: #555;
}

#section1 {
    padding: 200px 0;
}

.mb_sec1_ban {
    display: none;
}

.sec1_ban {
    margin-top: 80px;
}

.sec1_ban ul {
    display: flex;
    width: 1260px;
    margin: 0 auto;
    justify-content: space-between;
}

.sec1_ban ul li {
    transition: all .4s;
    background: linear-gradient(45deg, #5b157f, #2c2d87);
    ;
    padding: 60px 50px;
    z-index: 0;
    width: 370px;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.sec1_ban ul li div {}

.sec1_ban ul li div img {
    transition: all 1s;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec1_ban ul li h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
}

.sec1_ban ul li h2 b {
    font-weight: 600
}

.sec1_ban ul li h2 span {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    opacity: 0.5;
}

.sec1_ban ul li a {
    display: block;
}

.sec1_ban ul li p {
    position: absolute;
    bottom: 50px;
    right: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 18px;
    width: 60px;
    height: 60px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    transition: all 1s;
}

.sec1_ban li p img {
    margin: 0 auto;
    width: 16px;
    display: block;
    padding-top: 5px;
}

.sec1_ban ul li:hover {
    margin-top: -20px;
    transition: all .4s;
}

.sec1_ban ul li:hover img {
    opacity: 0.5;
    transform: scale(1.1);
    transition: all 1s;
}

.sec1_ban ul li:hover p {
    background: #F6A000;
    transition: all 1s;
    border: 0;
}

#section2 {
    padding-bottom: 200px;
}

#section2 .cont {
    display: flex;
}

.doc_img {
    width: 40%;
    position: relative;
}

.doc_img img {
    width: 100%;
}

.doc_txt {
    width: 60%;
    margin-left: 100px;
}

.doc_name {}

.doc_name h2 {
    font-size: 32px;
    font-weight: 400;
    color: #333;
}

.doc_name h2 b {
    display: inline-block;
    color: #000;
}

.doc_name h2 span {
    background: #f6a000;
    color: #fff;
    font-size: 24px;
    padding: 4px 15px;
    border-radius: 50px;
    font-weight: 500;
}

.doc_count {}

.doc_count ul {
    display: flex;
    margin-top: 50px;
    border-top: 3px solid #f6a000;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: fit-content;
}

.doc_count ul li {
    line-height: 40px;
    font-size: 28px;
    border-right: 1px solid #ccc;
    padding: 0 40px;
}

.doc_count ul li:last-child {
    border: 0;
}

.doc_count ul li b {
    display: inline-block;
    color: #f6a000;
  font-size:35px;
}

.num1 {
    width: 122px;
}

.num2 {
    width: 67px;
}

.doc_count ul li span {
    font-size: 20px;
    color: #555;
}

.doc_career {
    margin-top: 50px;
    display: flex;
}

.doc_career ul {}

.doc_career ul:nth-child(2) {
    margin-left: 60px;
}

.doc_career ul li {
    line-height: 35px;
    font-size: 18px;
}

.doc_career ul li:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #f6a000;
    position: relative;
    top: -5px;
    border-radius: 50px;
    margin-right: 8px;
}


#section3 {
    padding-bottom: 200px;
}

.spine_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.spine_list li {
    transition: all .5s;
    position: relative;
    border: 1px solid #e4e4e4;
    width: 47%;
    background: #fff;
}

.spine_list li a {
    display: flex;
    align-items: center;
    padding: 40px;
}

.spine_list li .sec3_img_wrap {
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.spine_list li .sec3_img_wrap img {
    width: 200px;
    height: 200px;
    transition: all .5s;
}

.joint_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.joint_list li {
    transition: all .5s;
    position: relative;
    border: 1px solid #e4e4e4;
    width: 23%;
    background: #fff;
}

.joint_list li a {
    padding: 40px;
    display: block;
}

.joint_list li .sec3_img_wrap {
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.joint_list li .sec3_img_wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .5s;
}

.joint_list .sec3_txt {
    margin-left: 0;
    padding: 30px 15px;
}

.sec3_txt {
    margin-left: 50px;
}

.sec3_txt h2 {
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.sec3_txt span {
    font-size: 20px;
    display: block;
    padding-bottom: 7px;
}

.sec3_txt span:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    background: #f6a000;
    position: relative;
    top: -5px;
    border-radius: 50px;
    margin-right: 8px;
}

.sec3_txt p {
    transition: all .5s;
    background: linear-gradient(45deg, #7121a3, #2c2d87);
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    border-radius: 50px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    bottom: 30px;
    right: 35px;
    padding-top: 18px
}

.sec3_txt p img {
    margin: 0 auto;
    width: 16px;
    display: block;
    padding-top: 5px;
}

#section3 h4 span {
    display: block;
    font-size: 11px;
    font-weight: 900;
    border-bottom: 5px solid #f6a000;
    letter-spacing: 3px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 15px;
    color: #ccc;
}

#section3 h4 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    padding: 0 15px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 50px;
}

#section3 ul li:hover {
    background: #f8f8f8;
    transition: all .5s;
}

#section3 ul li:hover p {
    transition: all .5s;
    background: linear-gradient(45deg, #f6a000, #dd2f13);
    bottom: 50px;
}

#section3 ul li:hover img {
    transition: all .5s;
    transform: scale(1.2);
}


#section4 {
    padding: 200px 0;
    background: url(../index/images/sec4_BG.jpg)no-repeat #0b0c3b;
    background-size: cover;
    background-attachment: fixed
}

#section4 .main_tit h1 {
    color: #fff
}

#section4 .main_tit p {
    color: #e4e4e4;
}

#section4 ul {
    display: flex;
    margin: 0 auto;
    margin-top: 80px;
    justify-content: space-between;
    width: 1400px;
}

#section4 ul li {
    width: 18%;
    position: relative;
    overflow: hidden;
}

#section4 ul li div {
    overflow: hidden;
    background: #000;
}

#section4 ul li img {
    width: 100%;
    transition: all 1s;
}

#sectoin4 ul li a {
    display: block;
}

#section4 ul li span {
    opacity: 0.3;
    display: block;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

#section4 ul li h2 {
    font-size: 26px;
    text-align: center;
    width: 100%;
    font-weight: 500;
    color: #fff;
    padding-top: 25px;
}

#section4 ul li p {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 47px;
    font-size: 40px;
    font-weight: 100;
    display: none;
    opacity: 0;
    transition: all .5s;
}

#section4 ul li:hover img {
    transform: scale(1.1);
    transition: all 1s;
    opacity: 0.5;
}

#section4 ul li:hover p {
    opacity: 1;
    display: block;
    transition: all 1s;
}


#section5 {
    padding: 200px 0;
}

.view {
    margin-top: 80px;
    position: relative;
}

.view img {
    width: 100%;
}

.view_btn {
    display: none;
}

@media screen and (max-width:799px) {
    .index {
        margin-top: 70px;
        background-size: 250px;
    }

    .slider {
        display: none;
    }

    .mb_slider {
        display: block;
        position: relative;
    }

    .mb_slider_list {}

    .mb_slider_list img {
        width: 100%;
    }

    .mb_slider .swiper-pagination {
        bottom: 50px !Important;
    }

    .mb_slider .swiper-pagination-bullet {
        margin: 0 10px !Important;
        background: #fff !important;
        width: 6px;
        height: 6px;
    }

    .mb_slider .swiper-pagination-bullet-active {
        position: relative;
    }

    .mb_slider .swiper-pagination-bullet-active:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        border-radius: 50%;
    }

    .main_tit h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }

    .main_tit p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 28px;
    }

    .cont {
        width: 90%;
        overflow: hidden;
    }

    #section1 {
        padding: 80px 0 50px 0
    }

    .sec1_ban {
        display: none;
    }

    .mb_sec1_ban {
        margin-top: 45px;
        display: block;
        position: relative;
    }

    .mb_sec1_ban .swiper-slide {
        position: relative;
    }

    .mb_sec1_ban img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    .mb_sec1_ban h2 {
        position: absolute;
        top: 40px;
        left: 30px;
        font-size: 20px;
        color: #fff;
        font-weight: 500;
    }

    .mb_sec1_ban h2 span {
        display: block;
        font-size: 10px;
        letter-spacing: 1px;
        padding-bottom: 3px;
    }

    .mb_sec1_ban p {
        position: absolute;
        right: 30px;
        bottom: 40px;
        display: flex;
        background: #f6a000;
        color: #fff;
        font-weight: 700;
        padding: 5px 10px;
        border-radius: 50px;
        letter-spacing: 1px;
        font-size: 10px;
    }

    .mb_sec1_ban .swiper-button-prev,
    .mb_sec1_ban .swiper-button-next {
        width: 40px;
        height: 40px;
        background-size: cover;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 40px;
    }

    .mb_sec1_ban .swiper-button-prev {
        background: url('../index/images/mb_sec1_prev.svg')no-repeat;
    }

    .mb_sec1_ban .swiper-button-next {
        background: url('../index/images/mb_sec1_next.svg')no-repeat;
    }

    #section2 {
        padding-bottom: 80px;
    }

    #section2 .cont {
        display: block;
    }

    .doc_img {
        width: 100%;
    }

    .doc_txt {
        width: 100%;
        margin-left: 0;
        padding-top: 40px;
    }

    .doc_name h2 {
        font-size: 20px;
        text-align: center;
    }

    .doc_name h2 span {
        font-size: 17px;
        padding: 2px 9px;
    }

    .doc_count ul {
        justify-content: space-between;
        padding: 20px 10px;
        margin-top: 30px;
        width: 100%;
    }

    .doc_count ul li {
        font-weight: 600;
        width: 50%;
        line-height: 25px;
        font-size: 18px;
        padding: 0;
        text-align: center;
    }

  .doc_count ul li b{font-size:26px;}
    .num1 {
        width: 90px;
    }

    .num2 {
        width:51px;
    }

    .doc_count ul li span {
        display: block;
        font-size: 14px;
    }

    .doc_career {
        display: block;
        margin-top: 30px;
        padding-left: 20px;
    }

    .doc_career ul:nth-child(2) {
        margin-left: 0;
    }

    .doc_career ul li {
        font-size: 15px;
        color: #222;
        line-height: 20px;
        display: flex;
        padding-bottom: 10px;
    }

    .doc_career ul li:before {
        top: 7px;
    }


    #section3 {
        padding-bottom: 80px;
    }

    #section3 h4 {
        margin-top: 20px;
        font-size: 20px;
        text-align: center;
    }

    #section3 h4 span {
        font-size: 9px;
        letter-spacing: 2px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f6a000;
    }

    .spine_list {
        margin-top: 30px;
    }

    .spine_list li {
        width: 48%;
    }

    .spine_list li a {
        display: block;
        padding: 10px;
    }

    .spine_list li .sec3_img_wrap img {
        width: 100%;
        height: 100%;
    }

    .joint_list {
        margin-top: 30px;
    }

    .joint_list li {
        width: 48%;
    }

    .joint_list li:nth-child(n+3) {
        margin-top: 4%
    }

    .joint_list li a {
        display: block;
        padding: 10px;
    }

    .joint_list li .sec3_img_wrap img {
        width: 100%;
        height: 100%;
    }

    .sec3_txt {
        margin-left: 0;
        padding-top: 20px;
    }

    .joint_list .sec3_txt {
        padding: 0;
        padding-top: 20px;
    }

    .sec3_txt h2 {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e4e4e4;
    }

    .sec3_txt span {
        padding-left: 10px;
        font-size: 15px;
        display: block;
        padding-bottom: 6px;
        color: #333;
    }

    .sec3_txt p {
        display: none
    }

    .mt70 {
        margin-top: 30px !Important;
    }


    #section4 {
        padding: 80px 0;
        background-position: center;
    }

    #section4 ul {
        display: block;
        width: 90%;
        border-top: 2px solid #fff;
        margin-top: 40px;
    }

    #section4 ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 20px;
    }

    #section4 ul li a {
        display: flex;
        align-items: center;
    }

    #section4 ul li span {
        font-size: 9px;
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
        border: 0;
    }

    #section4 ul li h2 {
        font-size: 18px;
        text-align: left;
        width: auto;
        padding-left: 25px;
        padding-top: 0;
    }

    #section4 ul li img {
        width: 100px;
        height: 100px;
    }

    #section4 ul li p {
        width: 25px;
        height: 25px;
        position: absolute;
        top: auto;
        bottom: 20px;
        left: auto;
        right: 20px;
        transform: translate(0);
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        margin: 0 auto;
        line-height: 24px;
        font-size: 20px;
        display: block;
        font-weight: 500;
        opacity: 1;
    }


    #section5 {
        padding: 80px 0;
    }

    .view {
        margin-top: 40px;
    }

    .view_btn {
        display: block;
    }

    .view_btn .swiper-button-prev,
    .view_btn .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: cover;
    }

    .view_btn .swiper-button-prev {
        background: url('../index/images/view_prev.svg')no-repeat;
    }

    .view_btn .swiper-button-next {
        background: url('../index/images/view_next.svg')no-repeat;
    }

    .swiper-button-next,
    .swiper-button-prev {
        margin-top: -15px !Important;
    }
}