@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nanum+Pen+Script&display=swap');

.commonsec {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}

.gray_full {
    background: #f9f9f9;
    width: 100%;
}

.white {
    color: #fff;
}

.sub_hd {
    text-align: center;
    font-size: 3em;
    margin-bottom: 40px;
}

.commonsec .sec_title {
    font-size: 3em;
    color: #261c75;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
}

.commonsec .sec_title span {
    font-size: 0.8em;
    font-weight: 500;
}

.commonsec .sec_title.white {
    color: #fff;
    text-align: center;
}

.commonsec .sec_text {
    font-size: 3.5em;
    margin-bottom: 30px;
}

.commonsec .sec_text.white {
    color: #fff;
    text-align: center;
}

.commonsec .sec_text.sec_text_top {
    margin-bottom: 0px;
}

.commonsec .sec_text.sec_text_mid {
    margin-top: -45px;
    margin-bottom: -7px;
}

.commonsec .sec_text.sec_text_bot {
    text-align: right;
    margin-bottom: 30px;
}

.commonsec .sec_text .js-count-up {
    font-weight: 700;
    color: #00009b;
    text-align: center;
    display: block;
    font-size: 3em;
}


.topdiv {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.topdiv .topimg {
    display: block;
    width: 100%;

}

.topdiv .top_title {
    font-size: 2em;
    margin-bottom: 15px;
    margin-top: 5px;
}

.topdiv .top_desc {
    font-size: 1.6em;
    word-break: keep-all;
}

.topdiv a {
    display: block;
    width: 60%;
    background: #261c75;
    color: #fff;
    transition: 0.3s ease;
    padding: 5px 10px;
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #261c75;
    box-sizing: border-box;
}

.viewmore_btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #261c75;
    color: #fff;
    transition: 0.3s ease;
    padding: 5px 10px;
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #261c75;
    box-sizing: border-box;
}

/* 
.commonsec a.white {
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #261c75;
    color: #fff;
    transition: 0.3s ease;
    padding: 5px 10px;
    font-size: 1.6em;
    text-align: center;
    margin-top: 20px;
    border: 2px solid #261c75;
    box-sizing: border-box;
} */

.pro_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pro {
    width: 33.3333%;
    margin-bottom: 30px;
    padding: 2px 30px;
    position: relative;
}

.pro:not(:last-child):before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 2rem;
    color: #333;
    transform: translate(0, -50%);
}



.pro .pro_step {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
}

.pro img {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.pro_title {
    text-align: center;
    font-size: 1.8em;
    font-weight: 600;
}

.pro_desc {
    text-align: center;
    font-size: 1.6em;
    word-break: keep-all;
}



.section_4 {
    padding: 120px 0;
    background: url('/theme/IDEN_TN1/img/section4_1.jpg')no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}







/* 마케팅페이지 */

.marketing {
    margin-top: 40px;
    margin-bottom: 60px;
}

.marketing h1 {
    font-size: 2rem;
}

.marketing h3 {
    font-size: 3rem;
    font-weight: 800;
    color: #261c75;
}

.marketing p {
    font-size: 1.2rem;
}

.top_wrap {
    background: #261c75;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px 40px;
}

.top_wrap .title {
    color: #fff;
    font-size: 48px;

}

.top_wrap img {
    display: block;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.top_wrap .title span {
    position: relative;
}

.top_wrap .title span.dot {
    position: relative;

}

.topflex {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.top_wrap .introbx>div {
    background: #fff;
    padding: 15px 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
}

.top_wrap .introbx>div span {
    font-size: 30px;
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
}

.top_wrap .introbx>div p {
    text-align: center;
    word-break: keep-all;
}

.intro_wrap {
    margin-bottom: 60px;
}

.intro_wrap img {
    display: block;
    width: 100%;
}


.marketing h1 {
    margin-bottom: 30px;
}

.marketing h3 {
    margin-bottom: 50px;
}


.intro_wrap p {
    word-break: keep-all;
}

.intro_wrap .intro_left {
    padding-right: 25px;
}

.mid_wrap {
    display: block;
    width: 100%;
    background: #f1f1f1;
    padding: 60px 0;
}

.mid_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mid_wrap .mid_pl {
    padding-left: 50px;
}

.cha {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}

.cha p {
    font-size: 1.5rem;
}

.cha span {
    display: block;
    font-size: 1.2rem;
}

.cha span.mid_last {
    font-size: 1rem;
}

.cha::before {
    position: absolute;
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    left: 0;
    top: 6px;
    font-size: 1.1rem;
}

.bus_wrap img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.bus_wrap .row:first-child {
    margin-top: 20px;
    margin-bottom: 30px;
}

.bus_wrap .infbox {
    display: block;
    width: 100%;
    background: #000;
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    word-break: keep-all;
}

.bus_wrap .infbox.bluebox {
    background: #2e9fb1;
}

.bus_wrap .infbox.light {
    background: #f0f3f3;
    color: #000;
}

.row.rowcenter {
    justify-content: center;
}

.btn.btn_port {
    line-height: 34px;
    width: auto;
    height: 60px;
    padding: 13px 8px;
    text-align: center;
    font-weight: 500;
    border: 0;
    font-size: 1.4rem;
    margin-top: 60px;
    background-color: #261c75;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;

}

.flexc {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.bus_wrap .flexc>.infbox:last-child {
    height: 100%;
}

/* progress circle bar */

.progress {
    width: 150px;
    height: 150px;
    background: none;
    position: relative;
}

.progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}




/* 호버애님 */
@media screen and (hover:hover) {
    .topdiv a:hover {
        background: #fff;
        color: #261c75;
    }

    .viewmore_btn:hover {
        background: #fff;
        color: #261c75;
    }

    /* .commonsec a.white:hover {
        background: unset;
        color: #fff;
        border-color: #fff;
    } */

}


/* 반응형 */

@media screen and (max-width:1199px) {
    .commonsec {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .marketing {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:767px) {
    .marketing h1 {
        font-size: 1.8rem;
    }

    .marketing h3 {
        font-size: 2.6rem;
    }

    .marketing p {
        font-size: 1.1rem;
    }

    .intro_wrap>.row>.col-md-5 {
        margin-bottom: 20px;
    }

    .top_wrap .title {
        font-size: 36px;
    }

    .topflex {
        width: 100%;
    }

    .top_wrap .introbx>div {
        min-height: 175px;
        margin-bottom: 20px;
    }

    .mid_wrap .mid_pl {
        padding-left: 14px;
        margin-top: 20px;
    }

    .bus_wrap .infbox {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:576px) {
    .commonsec .sec_title {
        font-size: 2em;
    }

    .commonsec .sec_text {
        font-size: 1.7em;
        word-break: keep-all;
    }

    .commonsec .sec_text.sec_text_mid {
        margin-top: -7px;
        margin-bottom: -12px;
    }

    .commonsec .sec_text .js-count-up {
        font-size: 2em;
        height: 82px;
    }

    .topdiv {
        margin-bottom: 20px;
    }

    .topdiv .top_desc {
        font-size: 1.4em;
    }

    .pro {
        width: 50%;
        margin-bottom: 30px;
        padding: 2px 10px;
        position: relative;
    }

    .pro .pro_step {
        font-size: 1.6em;
    }

    .pro_title {
        font-size: 1.4em;
    }

    .pro_desc {
        text-align: center;
        font-size: 1.3em;
        word-break: keep-all;
    }

    .marketing h1 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .marketing h3 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }

    .marketing p {
        font-size: 1.0rem;
    }

    .top_wrap img {
        width: 50%;
    }

    .top_wrap .title {
        font-size: 28px;
    }

    .cha span {
        font-size: 1rem;
    }

    .cha span.mid_last {
        font-size: 0.9rem;
    }

    .bus_wrap>.row>.col-4 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .bus_wrap .infbox {
        font-size: 1rem;
    }

    .rowcenter>.col-3 {
        width: 33%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn.btn_port {
        height: 50px;
        padding: 9px 8px;
        font-size: 1.1rem;
    }


    .flexc>.row>.col-sm-4 {
        margin-bottom: 20px;
    }

    .flexc>.row>.col-sm-6 {
        margin-bottom: 20px;
    }
}





h2.sec_title {
    text-align: center;
    color: white;
    font-size: 4.5em;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: 60px;
}

.wid {
    max-width: 1200px;
    margin: 0 auto;
}

.text_area {
    position: absolute;
    display: block;
    /* width: 100%; */
    /* max-width: 600px; */
    max-width: 800px;
    /* text-align: center; */
    text-align: left;
    left: 30%;
    /* right: 30%; */
    top: 45%;
    /* transform: translate(50%, -50%); */
    transform: translate(-50%, -50%);
}

.text_area h2 {
    font-size: 60px;
    /* font-weight: 800; */
    font-weight: 500;
    color: #fff;

}

.text_area p {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
}

.text_area h2 span {
    display: inline-block
}

.delay-01 {
    animation-delay: 0.1s;
}

.delay-02 {
    animation-delay: 0.2s;
}

.delay-03 {
    animation-delay: 0.3s;
}

.delay-04 {
    animation-delay: 0.4s;
}

.delay-05 {
    animation-delay: 0.5s;
}

.delay-06 {
    animation-delay: 0.6s;
}

.delay-07 {
    animation-delay: 0.7s;
}

.delay-08 {
    animation-delay: 0.8s;
}

.delay-09 {
    animation-delay: 0.9s;
}

.delay-10 {
    animation-delay: 1.0s;
}

.delay-11 {
    animation-delay: 1.1s;
}


.delay-12 {
    animation-delay: 1.2s;
}


.delay-13 {
    animation-delay: 1.3s;
}


.delay-14 {
    animation-delay: 1.4s;
}


.delay-15 {
    animation-delay: 1.5s;
}


.delay-16 {
    animation-delay: 1.6s;
}


.delay-17 {
    animation-delay: 1.7s;
}


.delay-18 {
    animation-delay: 1.8s;
}


.delay-19 {
    animation-delay: 1.9s;
}

.delay-20 {
    animation-delay: 2.0s;
}



@media screen and (max-width:992px) {
    h2.sec_title {
        font-size: 2.5em;
    }
}

@media screen and (max-width:550px) {
    h2.sec_title {
        font-size: 1.8em;
    }

    .section_2 .box p {
        font-size: 1.1em;
    }

    .text_area {
        /* width: 70%; */
        width: 78%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

    .text_area h2 {
        /* font-size: 28px; */
        font-size: 24px;

    }

    .text_area p {
        font-size: 18px;
        word-break: keep-all;
    }
}




.section_1 img {
    display: block;
    width: 100%;
    border-radius: 25px;
}

.section_1 .col-md-6:first-child {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 5px;
    padding-right: 20px;
}

.section_1 h2 {

    /* font-size: 3em; */
    font-size: 42px;
    color: #000;
    font-weight: 500;
    margin-bottom: 50px;
}

.section_1 p {
    /* font-size: 18px; */
    font-size: 19px;
    word-break: keep-all;
    /* margin-bottom: 30px; */
}

/* .section_1 a {
    display: block;
    width: 35%;
    margin: 0 auto;
    font-size: 1.7em;
    padding: 10px 4px;
    box-sizing: border-box;
    border-radius: 50px;
    text-align: center;
    transition: 0.3s ease;
    border: 1px solid #261c75;
    color: #261c75
} */
/* 
@media screen and (hover:hover) {
    .section_1 a:hover {
        color: #fff;
        background-color: #261c75;
    }
}

@media screen and (hover:none) {
    .section_1 a {
        color: #fff;
        background-color: #261c75;
    }
} */

@media screen and (max-width:550px) {

    .section_1 h2 {

        /* font-size: 2em; */
        /* font-size: 22px; */
        font-size: 20px;
        word-break: keep-all;
        margin-bottom: 30px;
    }

    .section_1 p {
        /* font-size: 1.3em; */
        /* font-size: 14px; */
        font-size: 12px;
    }

    .section_1 a {
        /* font-size: 1.2em; */
        /* font-size: 14px; */
        font-size: 12px;

    }
}


.busin_flex {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 25px;
}

.busin_box {
    width: 25%;
    height: calc(100vh - 500px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-size: cover;
    transition: 0.6s ease;
    padding: 0px 20px 60px 20px;
}

.busin_box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.5s;
}

.busin_box2 {
    width: 50%;
    height: calc(100vh - 500px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background-size: cover;
    transition: 0.6s ease;
    padding: 0px 20px 60px 20px;
}

.busin_box2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: 0.5s;
}


.busin_box h3 {
    color: #fff;
    position: relative;
    z-index: 3;
    /* font-size: 36px; */
    font-size: 2.8em;
    font-weight: 800;
    text-align: center;
}

.busin_box p {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    padding: 5px 25px;
    border-radius: 50px;
    background: #9a93d5;
    display: inline-block;
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
}

.busin_box2 h3 {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 36px;
    font-weight: 800;
}

.busin_box2 p {
    color: #fff;
    position: relative;
    z-index: 3;
    font-size: 18px;
    margin-top: 15px;
}

.busin_box.busin1 {
    background: url('/theme/IDEN_TN1/img/busin1.jpg')no-repeat center;
    background-size: cover;
}

.busin_box.busin2 {
    background: url('/theme/IDEN_TN1/img/busin2.jpg')no-repeat center;
    background-size: cover;
}

.busin_box.busin3 {
    background: url('/theme/IDEN_TN1/img/busin3.jpg')no-repeat center;
    background-size: cover;
}

.busin_box.busin4 {
    background: url('/theme/IDEN_TN1/img/busin4.jpg')no-repeat center;
    background-size: cover;
}

.busin_box2.busin5 {
    background: url('/theme/IDEN_TN1/img/busin5.png')no-repeat center;
}

.busin_box2.busin6 {
    background: url('/theme/IDEN_TN1/img/busin6.png')no-repeat center;
}


@media screen and (hover:hover) {
    .busin_box:hover {
        width: 50%;

        & p {
            background: #261c75;
        }
    }

    .busin_box:hover::after {
        opacity: 0;

    }

    .busin_box2:hover {
        width: 70%;
    }

    .busin_box2:hover::after {
        opacity: 0;

    }
}

@media screen and (hover:none) {
    .busin_box::after {
        opacity: 0;

    }

    .busin_box2::after {
        opacity: 0;

    }
}


.mt60 {
    margin-top: 60px;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.media {
    margin-top: 45px;
}

.media:first-child {
    margin-top: 0px;
}

.imgcover .col-md-6:first-child .media {
    display: flex;
    justify-content: flex-end;
}

.imgcover .col-md-6:last-child .media {
    display: flex;
    justify-content: flex-start;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: calc(100% - 75px);
}


.mvhead {
    font-size: 2.6em;
    font-weight: 800;
}

.mvp {
    font-size: 18px;
    word-break: keep-all;
}

.media-left,
.media-right {
    width: 50px;
    text-align: center;
}

.media-left {
    margin-right: 15px;
}

.media-right {
    margin-left: 15px;
}

.media-left i,
.media-right i {
    font-size: 2.2em;
    padding-top: 5px;
}

.imgcover {
    background: url('/theme/IDEN_TN1/img/bgcover1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;

    &.imgcover_cs2 {
        background-image: url('/theme/IDEN_TN1/img/bgcover3.jpg');
    }
}

@media screen and (max-width:767px) {
    .busin_flex {
        flex-wrap: wrap;
        border-radius: 0px;
        gap: 20px;
    }

    .busin_box {
        width: calc(50% - 2%);
        border-radius: 25px;
    }

    .busin_box h3 {
        text-shadow: 1px 1px 5px black;
    }

    .busin_box p {
        text-shadow: 1px 1px 3px black;
    }
}

@media screen and (max-width:550px) {

    .imgcover {
        padding: 30px 0px;
    }

    .busin_box h3 {
        font-size: 2em;
    }

    .imgcover .col-md-6 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mvhead {
        font-size: 1.8em;
    }

    .mvp {
        font-size: 1.2em;
    }

    .busin_box {
        width: 100%;
        height: 210px;
    }

    .logo_slide {
        display: block;
        width: 90%;
    }


}

.product {
    padding: 120px 0;
}



.product_flex {
    display: flex;
    margin: 45px auto;
}

.product_flex.rev {
    flex-direction: row-reverse;
}

.product_left,
.product_right {
    width: 50%;
    padding: 0px 15px;
}

.product_titlebox {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid #333;

    & img {
        display: block;
        width: 45%;
    }
}

.product_title {
    font-family: "Bebas Neue", 'SUITE Variable', sans-serif;
    /* font-weight: 400; */
    font-weight: 500;
    font-style: normal;
    /* font-size: 40px; */
    font-size: 2.8em;
    /* color: #4f4f4f; */

}

.product_title_sub {
    margin: 30px auto;
    font-size: 24px;
    /* font-weight: 800; */
    font-weight: 400;
}

.product_left p {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 10px;
}

.product_left p:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '●';
}

.product_right img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.sk_partner {
    max-width: 1200px;
    margin: 0 auto;
}

.sk_partner img {
    display: block;
    width: 100%;
}

.partnerflex {
    width: 95%;
    margin: 0 auto;
    border-radius: 25px;
    background: #000;
    background: #ededec;
    box-shadow: 0px 2px 6px 0px #1c1c1c;
    padding: 20px 15px;
    overflow: hidden;
}

.partnerflex .col-md-6 {
    padding: 0px 70px;
}

.partnerflex h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.partnerflex h3 span {
    font-size: 20px;
}

.partnerflex h4 {
    text-align: center;
    font-size: 22px;
    color: red;
    margin-bottom: 20px;
}

.partnerflex p {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    margin-bottom: 10px;
}

.partnerflex p:after {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    left: 0;
    top: 0;
}

.partnerflex .col-md-6:last-child p:after {
    position: absolute;
    content: '\e4be';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    left: 0;
    top: 0;
}

@media screen and (max-width:767px) {
    .product {
        /* padding:60px 10px; */
        padding: 10px 10px;
    }
}

@media screen and (max-width:550px) {

    .product_flex {
        flex-wrap: wrap;
    }

    .product_left,
    .product_right {
        width: 100%;
        padding: 15px 0px;
    }

    .product_title {
        /* font-size: 26px; */
        font-size: 2em;
    }

    .product_title_sub {
        font-size: 18px;
    }

    .product_left p {
        /* font-size: 14px; */
        font-size: 12px;
    }

    .partnerflex .col-md-6 {
        padding: 0px 10px;
        margin-bottom: 30px;
    }

    .partnerflex h3 {
        font-size: 22px;
    }

    .partnerflex h4 {
        font-size: 18px;
    }

    .partnerflex p {
        /* font-size: 14px; */
        font-size: 12px;
        word-break: keep-all;
    }
}



/* about start */
.company_new {
    padding: 80px 0;
}

.company_intro {
    /* text-align: center; */
    font-size: 2.8em;
    font-weight: 500;
    margin-bottom: 20px;
    word-break: keep-all;
}

.company_subintro {
    font-size: 2.4em;
    font-weight: 500;
    margin-bottom: 35px;
    word-break: keep-all;
}

.company_intro b {
    font-weight: 800;
    color: #f37022;
}



.company_intro_txt {
    font-size: 18px;
    word-break: keep-all;

}

.right_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}





.logo_img {
    width: 200px;
    margin-top: 50px;

}

.logo_img img {
    display: block;
    width: 100%;
}









.about_img_top {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.txtanimbox {
    position: relative;
    overflow: hidden;
}

.gaparea {
    height: 60px;
}

@media screen and (max-width:767px) {
    .company_new {
        padding: 10px 10px 60px 10px;
    }

    .company_intro_txt {
        /* font-size: 14px; */
        font-size: 12px;
        /* margin-bottom: 30px; */
        margin-bottom: 0px;
    }

    .logo_img {
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width:550px) {
    .company_intro {
        /* font-size: 2em; */
        font-size: 20px;
    }

    .company_subintro {
        font-size: 20px;
    }
}

/* about end */

/* s02 01 */

.top_img_box {
    display: block;
    width: 100%;
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 450px top;
    transition: all 0.3s ease-in;

    &.rev {
        background-position: left top;
        margin-top: 60px;
    }

    &.s02_1 {
        background-image: url('/theme/IDEN_TN1/img/s02_1.jpg');
    }

    &.s02_2 {
        background-image: url('/theme/IDEN_TN1/img/s02_2.jpg');
    }

    &.s03_1 {
        background-image: url('/theme/IDEN_TN1/img/s03_1.jpg');
    }
}


.top_img_box .box_in {
    width: 700px;
    height: 300px;
    /* background-color: #0E1937; */
    background-color: #e46018;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 40px;
    box-sizing: border-box;
    transition: all 0.3s ease-in;

    & h2 {
        font-size: 24px;
        padding-bottom: 15px;
        font-weight: bold;
        color: #fff;
    }

    & p {
        font-size: 20px;
        color: #fff;
    }
}

.top_img_box.rev .box_in {
    right: 0;
    left: unset;
}

.table_area {
    width: 100%;
}

.table_sub {
    width: 100%;
    border: 1px solid #939FC8;
}

.table_sub th {
    padding: 12px 0;
    color: #fff;
    background-color: #939FC8;
    border-right: 1px solid #F0F1F3;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

.table_sub tbody tr:nth-child(1n) {
    background: rgb(226, 232, 250);
}

.table_sub tbody tr:nth-child(2n) {
    background: rgb(245 247 253);
}

.table_sub td {
    border-right: 1px solid #939FC8;
    border-bottom: 1px solid #939FC8;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.br_mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .br_mo {
        display: none;
    }

    .br_mobile {
        display: block;
    }

    .top_img_box {
        background-position: unset;
        background-size: cover;
        height: auto;
    }

    .top_img_box .box_in {
        position: relative;
        width: 100%;
        height: 100%;
        background-color: rgba(228, 95, 24, 0.65);
        bottom: 0;
        padding: 15px;

        & h2 {
            font-size: 20px;
        }

        & p {
            /* font-size: 14px; */
            font-size: 12px;
        }
    }
}

@media screen and (max-width:567px) {
    .table_sub th {
        font-size: 12px;
    }

    .table_sub td {
        padding: 15px 2px;
        font-size: 10px;
    }
}

.top_img_box .box_in.type2 {
    height: 380px;

    & p {
        word-break: keep-all;
    }
}

@media screen and (max-width:567px) {

    .top_img_box .box_in.type2 {
        height: 260px;
    }
}

.detail_text {
    font-size: 20px;

}

.detail_title {
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
    position: relative;
    padding-left: 15px;

    &::before {
        content: '';
        width: 5px;
        height: 30px;
        border-radius: 15px;
        background: #e46018;
        position: absolute;
        left: 0;
        top: 0;
    }

}

@media screen and (max-width:767px) {
    .detail_text {
        /* font-size: 14px; */
        font-size: 12px;
        word-break: keep-all;
    }

    .detail_title {
        font-size: 18px;
    }
}


.img_std {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.feature_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.feature_box {
    width: 23%;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 20px 30px;

}

.feature_box img {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.feature_box p {
    font-size: 18px;
    word-break: keep-all;
    text-align: center;
}

.table_sub td.bg_grey {
    background: #cac8d9;
}

.table_sub td.bg_light {
    background: rgb(253, 253, 255);
}

@media screen and (max-width:767px) {
    .feature_box {
        width: 47%;
        padding: 15px;
    }

    .feature_box p {
        font-size: 12px;
    }

    .gaparea {
        height: 30px;
    }

    .img_std {
        margin: 20px auto;
    }
}

.compare_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow: hidden;
    justify-content: space-between;
}

.compare_box {
    width: 31%;
    background: #f1f1f1;
    border-radius: 15px;
    padding: 20px 30px;
}

.compare_box img {
    display: block;
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
}

.compare_box b {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.compare_box p {
    position: relative;
    font-size: 18px;
    padding-left: 15px;
    word-break: keep-all;

    &::after {
        content: '·';
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media screen and (max-width:767px) {
    .compare_box {
        width: 100%;
        display: flex;
        padding: 20px 20px;
        gap: 00px;
        /* align-items: flex-start; */
        align-items: center;
        align-content: flex-start;
        flex-direction: column;
    }

    .compare_box img {
        width: 50%;
    }

    .compare_box b {
        font-size: 18px;
        text-align: center;
        display: block;
    }

    .compare_box p {
        font-size: 12px;
    }
}


/* 메인 */

.tac {
    text-align: center;
}

.advflex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.advitem {
    width: calc(33% - 20px);
    position: relative;
    overflow: hidden;
}

.advitem img {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: 0.3s ease;
    filter: brightness(0.7);
}

.adv_bgcover {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #0e1873cc;
    opacity: 0;
    transition: 0.3s ease;
}

.advtxtbox {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 45px 35px 155px 35px;

    & h3 {
        font-size: 28px;
        font-weight: 500;
    }

    .adv_line {
        background: #fff;
        width: 0%;
        height: 3px;
        transition: 0.3s ease;
        margin: 10px 0;
    }

    & p {
        font-size: 18px;
        font-weight: 500;
        transition: 0.3s ease;
        position: absolute;
        right: -150%;
        bottom: 50px;
        transform: translate(50%, 0);
        width: 100%;
    }
}

.join_btn {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    border: 2px solid #000;
    transition: 0.3s ease;
    margin-top: 40px;
    border-radius: 15px;
    background: #fcfcfc;

    &.white {
        background: unset;
        border-color: #fff;
        color: #fff;
    }

    &:hover {
        background: #e46016;
        border-color: #e46016;
    }
}

@media screen and (hover:hover) {
    .advitem:hover img {
        transform: translate(-50%, -50%) scale(1.3);
    }

    .advitem:hover .adv_bgcover {
        opacity: 1;
    }

    .advitem:hover .advtxtbox {

        & .adv_line {
            width: 100%;
        }

        & p {
            right: 50%;
        }
    }
}

@media screen and (hover:none) {


    .advitem .adv_bgcover {
        opacity: 1;
    }

    .advitem .advtxtbox {

        & .adv_line {
            width: 100%;
        }

        & p {
            right: 50%;
        }
    }
}

@media screen and (max-width:767px) {
    .advflex {
        gap: 10px;
    }

    .advitem {
        width: calc(50% - 5px);
    }

    .advitem img {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        object-fit: cover;
    }

    .advtxtbox {
        padding: 10px;

        & h3 {
            font-size: 18px;
        }

        & p {
            font-size: 12px;
            position: unset;
            transform: translate(0, 0);
        }
    }

    .adv_bgcover {
        background: #0e187377;
    }
}

.process_flex {
    display: flex;
    gap: 40px;
}

.process_item {
    width: 208px;
    height: 208px;
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 45px 15px;
    transition: 0.3s ease;

    &:hover {
        background: #e46018;
        border-color: #e46018;
    }

    & img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }

    & p {
        font-size: 24px;
        color: #fff;
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .process_flex {
        gap: 10px;
        /* flex-direction: column; */
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .process_item {
        /* width: calc(50% - 5px); */
        /* width: 100%; */
        width: 50%;
        height: auto;
        /* padding: 15px 15px; */
        padding: 15px 0px;
        /* border-radius: 25px; */
        border-radius: 5px;
        background: #e46018;
        border-color: #e46018;

        & p {
            font-size: 16px;
            margin-top: 10px;
            text-align: center;
            color: #fff;
        }
    }
}

.cs_flex {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.cs_item {
    display: block;
    width: 33%;

    & img {
        display: block;
        width: 50%;
        margin: 0 auto;
        border-radius: 100%;
        margin-bottom: 40px;
        transition: 0.3s ease;
    }

    & p {
        font-size: 24px;
        text-align: center;
        transition: 0.3s ease;
    }

    &:hover {
        & img {
            transform: scale(1.2);
        }

        & p {
            transform: scale(1.1);
        }
    }
}

@media screen and (max-width:767px) {
    .cs_flex {
        gap: unset;
        align-items: flex-start;
    }

    .cs_item {
        & img {
            width: 60%;
            margin-bottom: 15px;
        }

        & p {
            font-size: 16px;
        }
    }
}

.imgcover.cover2 {
    background: url('/theme/IDEN_TN1/img/bgcover2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.wt {
    color: #fff;
    text-align: center;
}