@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: #f5f2f2;
    width: 100%;
    /* padding:30px 0; */
}

.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%; */
    width: 800px;
    /* text-align: center; */
    text-align: left;
    /* left: 0; */
    right: 24%;
    top: 45%;
    transform: translate(50%, -50%);
}

.text_area h2 {
    font-size: 48px;
    font-weight: 600;
    color: #000;

}

.text_area h3 {
    font-size: 72px;
    font-weight: 900;
    color: #000;

}


.text_area p {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
    word-break:keep-all;
}

.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:1200px) {
    .text_area h3 {
        font-size:40px;
    }
    .text_area {
        width: 494px;
    }
}


@media screen and (max-width:992px) {
    h2.sec_title {
        font-size: 2.5em;
    }
}

@media screen and (max-width:767px) {
    h2.sec_title {
        font-size: 1.8em;
    }

    .section_2 .box p {
        font-size: 1.1em;
    }

    .text_area {
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
    }

    .text_area h2 {
        font-size: 28px;

    }

    .text_area h3 {
        font-size:32px;
        word-break:keep-all;
    }

    .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;
    color: #261c75;
    font-weight: 800;
    margin-bottom: 50px;
}

.section_1 p {
    font-size: 18px;
    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:767px) {

    .section_1 h2 {

        font-size: 2em;
        word-break: keep-all;
    }

    .section_1 p {
        /* font-size: 1.3em; */
        font-size: 14px;
    }

    .section_1 a {
        /* font-size: 1.2em; */
        font-size: 14px;

    }
}


.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')no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 0px;
}

@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:767px) {

    .imgcover {
        padding: 60px 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:767px) {

    .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;
    }

    .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;
        word-break: keep-all;
    }
}