@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
    body{
        font-family: 'GmarketSansMedium';
        color:#333;
    }
    #datavoucher{
        overflow: hidden;
        width: 100%;
        word-break: keep-all;
        /*background-color: #fff;*/
    }
    #datavoucher .rep_width{
        width: 1400px;
    }
    
    #datavoucher b{
        font-family: 'GmarketSansBold';
    }
    #datavoucher .point_color{
        color:#055a9d;
    }

    .clearfix::before, 
    .clearfix::after {content: ''; display: block; clear: both;}

    .main {
        position:relative;
        padding:10em 0;
        margin: 0 auto;
        height: 680px;
        text-align:center;
    }
    .main:after{
        display:block;
        position:absolute;
        top:0;
        z-index: -10;
        content:'';
        width: 100%;
        height:550px;
        transform: skewY(355deg);
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 75%, rgba(245,249,252,1) 95%, rgba(240,244,247,1) 100%);
    }
    
    .msit_logo {
        position:absolute;
        left: 2%;
        top: 5%;
    }

    .object_wrap .object{
        position: absolute;
    }
    .object_wrap .object.ob01{
        right:10%;
        top: 40%;
    }
    .object_wrap .object.ob02{
        left:10%;
        top: 50%;
    }
    .circle{
        position:absolute;
        border-radius: 50%;
        background: rgb(241,252,254);
        background: linear-gradient(180deg, rgba(241,252,254,1) 0%, rgba(36,205,224,1) 50%, rgba(30,110,169,1) 100%);
        z-index: -1;
    }
    .circle:not(.doublecircle){
        animation: moveUpDown 3s ease-in-out infinite;
    }
    .circle.circle_m{
        width: 300px;
        height: 300px;
    }
    .circle.circle_s{
        width: 140px;
        height: 140px;
    }
    .circle.circle_l{
        width: 700px;
        height: 700px;
    }
    .circle.circle_xs{
        width: 80px;
        height: 80px;
    }
    .circle.doublecircle:after{
        display:block;
        position:absolute;
        content:'';
        width: 100%;
        height: 100%;
        padding: 15%;
        background: transparent;
        border:3px dashed #e1f5f6;
        border-radius: 50%;
        animation: orbit 40s linear infinite;
        -webkit-animation: orbit 40s linear infinite;
        margin: calc(-15% - 3px);
    }
    .circle.circle_s.doublecircle:after{
        padding: 50%;
        margin: calc(-50% - 3px);
    }

    .main_intro_txt {
        border-radius:100px;
        font-size:1.5em;
        font-weight:900;
        color: #fff;
        background-color: #055a9d;
        padding: 8px 35px 5px;
        display:inline-block;
    }

    .main_txt {
        font-size: 2.8em;
        line-height: 1.3em;
        font-weight: 800;   
        margin: 1.3em 0;
    }
    .main_txt br{
        display: none;
    }

    .main_sub_txt {
        font-size:1.3em;
        margin: 0 0 2em 0;
        line-height:1.5em;
    }

    /* about */
    .about {
        position:relative;
        width: 100%;
        padding:10em 0; 
    }
    .about_wrap {
        margin: 0 auto;
        color: #1F2940;
        text-align:center;
    }

    .tit { 
        font-size: 2.2em;
        font-weight: 900;
        color: #1F2940;
        line-height: 1.5em;
    }

    .about_txt_wrap {
        display:flex;
        justify-content: center;
        margin: 3em 0 7em;
    }

    .about_txt_wrap span img {
        width: 65px;
        margin-right: 20px;
    }

    .about_sub_txt {
        font-size: 1.4em;
        line-height: 1.5em;
    }


    .about_joinus {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        padding: 10px 50px;
        color: #fff;
        font-size: 2.1em;
        line-height: 1.5em;
        border-radius: 45px;
        background: rgb(5,89,157);
        background: linear-gradient(0deg, rgba(5,89,157,1) 0%, rgba(25,202,222,1) 100%);
    }

    .about_joinus:after {
        content:'';
        position:absolute;
        display:block;
        width:100%;
        height: 100%;
        border-radius: 45px;
        background-color: #1F2940;
        z-index: -1;
        top: 10px;
        left: 10px;
    }

    .about_joinus img, .effect_wrap .tit img, .review_wrap .tit img, .dv_contents_wrap .tit img, .dv_support .tit img, .ktis_logo img {
        display: inline-block;
        width: 60px;
        margin:0 12px;
    }

    .about_intro {
        font-size: 1.8em;
        font-weight: 500;
        margin-top: 5em;
        line-height:1.5em;
    }

    /* intro */

    .intro {
        width: 100%;
        padding:10em 0 20em;
    }
    .intro_wrap {
        width: 1050px;
        margin: 0 auto;
    }

    .intro_wrap .tit img {
        margin-right: 12px;
    }
    .dv_support .tit br{
        display: none;
    }

    .db_intro {
        display:flex;
        justify-content:space-between;
        margin:0 auto;
    }

    .db_intro_cont {
        text-align:center;
        align-items: center;
        position:relative;
        width: 170px;
    }

    .db_intro_cont:before {
        display:block;
        position:absolute;
        content:'';
        width: 22px;
        height: 13px;
        border-style: none none dotted none;
        border-color: #05599D;
        top: 68%;
        left: 130%;
    }

    .db_intro_cont:last-child:before{
        display:none;
    }

    .db_intro_icon {
        width: 100px;
        margin: 100px 0 80px;
    }

    .db_intro_icon img {
        margin-top: 150px;
    }

    .db_intro_cont p:after {
        position:absolute;
        content:'';
        display:block;
        height: 2px;
        width: 100%;
        background-color: #05599D;
        top: -80%;
    }

    .db_intro_cont p:before {
        position:absolute;
        content:'';
        display:block;
        height: 10px;
        width: 10px;
        border: 2px solid #fff;
        border-radius:7.6px;
        background-color: #19CADE;
        top: -90%;
        left: calc(50% - 5px);
        z-index: 10;
    }

    .db_intro_cont p {
        font-size: 1.1em;
        line-height: 1.5em;
        position: relative;
    }

    .intro_sub_tit {
        font-size:1.8em;
        color:#05599D;
        position:absolute;
        left:50%;
        top: 120%;
        font-weight: 900;
        width: 110px;
        display:flex;
        justify-content:space-between;
        transform: translateX(-45%);
    }

    .intro_sub_tit img {
        width: 26px;
        height: 26px;
    }

    /* effect */

    .effect {
        width: 100%;
    }

    .effect_wrap {
        position:relative;
        width: 100%;
        padding: 5em 0 10em;
        margin: 0 auto;
    }

    .effect_wrap:after{
        display:block;
        content:'';
        position: absolute;
        background-color: #05599D;
        width: 100%;
        height: 3px;
        top:58%;
        z-index:-1;
    }

  
    
    .effect_cont {
        position:relative;
        width: 1000px;
        height: 270px;
        margin:10em auto 0;
        justify-content: center;
        text-align: center;
        background: #fff;
    }


    .effect_cont img {
        width: 120px;
        height: 120px;
        position: absolute;
        top: -28%;
        left: 50%;
        transform: translateX(-50%);
    }

    .effect_cont_section{
        position: absolute;
        width: 265px;
        height: 265px;
        border: 3px solid #05599D;
        border-radius: 200px;
    }
    .effect_cont_section:nth-child(1){
        left:0;
    }
    .effect_cont_section:nth-child(2){
        left:calc(25% - 6px);
    }
    .effect_cont_section:nth-child(3){
        right:calc(25% - 6px);
    }
    .effect_cont_section:nth-child(4){
        right:0%;
    }

    .effect_cont_txt {
        position: absolute;
        width: 100%;
        left: 50%;
        top: 50%;
        font-size: 1.3em;
        font-weight: 900;
        color: #05599D;
        line-height: 1.5em;
        transform: translate(-50%, -50%);
    }

    /* review */

    .review {
        overflow: hidden;
        position:relative;
        width: 100%;
        padding:10em 0;
    }


    .review_wrap {
        margin: 0 auto;
    }

    .about_wrap .tit, .effect_wrap .tit, .review_wrap .tit, 
    .review_wrap .sub_tit, .dv_support .tit, .inquiry_form .tit {
        text-align: center;
    }

    .review_wrap .sub_tit {
        margin-top: 50px;
    }

    .review_cont {
        display: flex;
        width: 1000px;
        justify-content: space-between;
        margin:80px auto 0;
    }

    .review_cont_1 {
        height: min-content;
        padding: 35px 35px 50px 30px;
        box-shadow: 3px 8px 25px rgb(0 0 0 / 15%);
        background:#fff;
    }

    .review_cont_2 {
        height: min-content;
        padding: 35px 35px 50px 30px;
        box-shadow: 3px 8px 25px rgb(0 0 0 / 15%);
        background:#fff;
    }
    .review_cont.line2 .review_cont_1 {
        margin-top: -80px;
    }
    .review_cont.line2 .review_cont_2 .review_txt {
        letter-spacing: -1.5px;
    }
    .review_cont img {
        width: 68px;
    }

    .review_cont b {
        font-size:1.2em;
        line-height: 1.4em;
    }

    .review_name {
        font-size: 1.6em;
        font-weight: 900;
        margin: 2em 0 1em;
    }

    .review_txt {
        margin-top: 25px;
        line-height: 1.6em;
        font-size: 1em;
    }

    /* dv_contents */

    .dv_contents {
        overflow: hidden;;
        position: relative;
        width:100%;
        padding:10em 0;
        background: rgb(30,41,63);
        background: linear-gradient(180deg, rgba(30,41,63,1) 0%, rgba(10,22,48,1) 100%);
    }

    .dv_contents_wrap {
        position:relative;
        width: 80%;
        margin: 0 auto;
    }

    .dv_contents_bg {
        position: absolute;
        top: 13%;
        right: -13%;
    }

    .dv_contents:after {
        content:'';
        display:block;
        width: 350px;
        height: 350px;
        border-radius: 400px;
        border: 6px dashed #fff;
        opacity: 15%;
        position: absolute;
        top: -8%;
        left: -5%;
        animation: orbit 40s linear infinite;
        -webkit-animation: orbit 40s linear infinite;
    }

    .dv_contents:before {
        content:'';
        display:block;
        width: 500px;
        height: 500px;
        border-radius: 300px;
        border: 12px solid #fff;
        opacity: 15%;
        position: absolute;
        top: 20%;
        right: -20%;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    .dv_contents_wrap:after {
        content:'';
        display:block;
        width: 250px;
        height: 250px;
        border-radius: 300px;
        border:6px dashed #fff;
        opacity: 15%;
        position: absolute;
        bottom: 5%;
        right:-5%;
        animation: orbit 40s linear infinite;
        -webkit-animation: orbit 40s linear infinite;
    }

    .dv_contents_wrap .tit, .dv_contents_wrap p, .dv_contents_wrap li {
        color: #fff;
    }

    .dv_contents_wrap .sub_tit {
        font-size: 2em;
        font-weight: 900;
        margin: 100px 0 30px;
    }

    .dv_contents_cond {
        width: 800px;
        display:flex;
        flex-wrap: wrap;
    }

    .dv_contents_target {
        display:flex;
        flex-wrap: wrap;
    }

    .dv_contents_cond li, .dv_contents_target li {
        width: 400px;
        font-size:1.5em;
        line-height: 2.8em;
    }

    /* line_banner */

    .line_banner {
        overflow: hidden;
        position: relative;
        width: 100%;
        padding:2.5em 0;
        background-image:url('https://img.miraebiz.co.kr/landing/renewal/images/datavoucher/dv_contents_banner_bg_effect.png');
        background-color: #1F2940;
        color: #fff;
        background-size: 105%;
        background-position: center;
        animation: bgPosition 3s ease-in-out infinite;
    }

    .dv_contents_banner_bg_1 {
        width: 180px;
        position:absolute;
        left: 8%;
        bottom:-5%;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    .dv_contents_banner_bg_2 {
        float: right;
        width: 205px;
        position:absolute;
        right: 8%;
        bottom:-5%;
        animation: moveUpDown 3s ease-in-out infinite;

    }

    .line_banner_txt {
        font-weight: 900;
        font-size: 2.3em;
        text-align: center;
        line-height:1.6em;
        text-shadow:0 0 5px rgb(0 0 0 / 50%);
    }

    .line_banner_point {
        color:#19CADE;
        position:relative;
    }

    .line_banner_point:after {
        content:'';
        position: absolute;
        display:block;
        widtH:100%;
        height: 4px;
        background-color: #19cade;
        top:100%;
        left:0%;
    }

    /* dv_support */

    .dv_support {
        width: 100%;
        padding:15em 0;
        margin: 0 auto;
        position: relative;
    }

    .add_spch_bb:after{
        display: block;
        position: absolute;
        top: -60px;
        left: 20%;
        width: 411px;
        height: 50.5px;
        content: '휴업/폐업 DB까지 포함되어 있습니다!';
        background-image: url('https://img.miraebiz.co.kr/landing/renewal/images/datavoucher/dv_support_phr.png');
        font-size: .45em;
        color: #fff;
        line-height: 1.8em;
        font-weight: 100;
        animation: moveUpDown 1.5s ease-in-out infinite;

    }


    .table_txt, .table_title {
        padding: 20px 40px;
        font-size: 1.4em;
        line-height: 1.5em;
        font-weight: 900;
        text-align: center;
        vertical-align: middle;
    }

    .table_title {
        color: #fff;
    }

    .table_support {
        overflow: hidden;
        width: 1000px;
        margin: 50px auto 0;
        border: 2px solid #05599D;
        border-radius: 20px 20px 0 0;
    }

    .table_top {
        background-color: #05599D;
    }

    .division {
        width: 195px;
    }

    .goverment {
        width: 336px;
    }

    .company {
        width: 278px;
    }

    .table_txt.goverment {
        border-left:2px solid #05599d;
        border-right:2px solid #05599d;
    }
    .table_txt:last-child {
        color: #05599D;
    }

    .dv_support p {
        text-align: center;
        font-size: 1.4em;
        line-height: 1.5em;
        margin-top:3em;
    }




    /* mail */

    .inquiry_form{
        width: 100%;
        padding:5em 0;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,242,247,1) 52%, rgba(255,255,255,1) 100%);
        color: #1F2940;
    }
    .inquiry_form .required{
        color:#f5543a;
    }
    .inquiry_form_wrap {
        margin:0 auto;
        
    }
    .inquiry_form_wrap .card{
        max-width: 530px;
        margin:0 auto 10em;
        padding:60px;
        background:#fff;
        box-shadow: rgba(17, 58, 91, 0.1) 5px 5px 20px 0px;
        color: #333;
    }
    .inquiry_form_wrap .card_logo{
        width: 158px;
        
    }
    .inquiry_form_wrap .card_nm{
        font-size:2em;
        margin-top:1em;
        font-weight: 600;
    }
    .inquiry_form_wrap .job_grade{
        font-size:.7em;
        font-weight: 300;
    }
    .inquiry_form_wrap .info_box{
        width: fit-content;
        float: right;
        margin:3em 0 0 0;
        font-size:1.2em;
        
    }
    .inquiry_form_wrap .info_box address{
        width: 100%;
    }
    .inquiry_form_wrap .info_box .telfax{
        display:flex; 
        margin:.6em 0 .5em;
    }
    .inquiry_form_wrap .info_box .tel{
        margin-right:1em;
    }
    
    .inquiry_form_wrap .info_box .email{
        width: 100%;
    }

    .inquiry_form_wrap .info_box span{
        color:#e24445;
        font-weight: bold;
    }
    .inquiry_form_wrap .info_box a{
        display: inline-block;
        font: inherit;
    }
    

    .inquiry_form_wrap .tit {
        margin-bottom: 30px;
    }

    .inquiry_form_txt {
        font-size: 1.3em;
        margin-bottom: 50px;
        text-align: center;
    }

    form .mail_form {
        overflow: hidden;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
        border: 1.5px solid #9bb2c2;
        box-shadow: -6px -6px 20px rgb(255 255 255 / 80%), 25px 25px 30px rgba(17, 58, 91, 0.1) ;
        background-color: #F8F9FB;
        border-radius: 10px;
    }

    .form_contact {
        display:flex;
        border-bottom: 1px solid #CBDFF1;
        border-top: 1px solid #fff;
        text-shadow: 0 1px 0 #fff;
        font-size: 1.8em;
    }
    .form_contact:first-child {
        border-top:none;
    }
    .form_contact span {
        width: 100px;
        padding: 20px;
        color: #7FA9CC;
        align-self: center;
    }
    
    .form_txt {
        width: 855px;
        height: 300px;
        background: transparent;
        border: none;
        font-size: 1.3em;
        outline: none;
        text-shadow: 0 1px 0 #fff;
    }
    .form_contact textarea{
        width: 100%;
        height: 200px;
        resize: none;
    }    
    .send_btn {
        float:right;
        bottom:20px;
        right: 20px;
        padding: 10px 18px; 
        margin:.8em;
        color:#1362A2;
        font-size: 1.2em;
        font-weight: 500;
        border-radius:10px;
        border:1px solid #1362A2;
    }

    .send_btn:hover {
        background-color: #EAF0F5;
        color: #1362a2;
        transition: 0.4s ease;
    }

    .form{
        border-right: 1px solid #CBDFF1;
    }
    .form,
    .form_contact input,
    .form_contact textarea,
    .form_contact .slct_wrap {
        color: #1362a2;
        background:transparent;
        font-size: .7em;
        display:flex;
    }
    .form_contact input{
        width: 100%;
        padding:0 20px; 
    }
    .form_contact textarea{
        padding:20px;
    }
    .form_contact.email input,
    .form_contact.email .slct_wrap{
        width:calc(100% - 40px / 3);
    }
    .form_contact.email .slct_wrap{
        position: relative;
        height: fit-content;
        align-self: center;
    }
    .form_contact.email .slct_wrap select{
        width: 100%;
        height: fit-content;
        padding: 10px 20px;
        margin-right: 20px;
        align-self: center;
        border-radius: 10px;
        border: 1px solid #7fa9cc;
        font-family:'GmarketSansMedium', 'Noto Sans KR', sans-serif;
        font-size: .7em;
        cursor: pointer;
        background:transparent;
        color: #1362a2;
        
    }
    .form_contact.email .slct_wrap:after{
        display:block;
        position:absolute;
        right:30px;
        top:50%;
        transform: translateY(-50%);
        content:'';
        width: 0px;
        height: 0px;
        border-top: 10px solid #7fa9cc;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .form_cont {
        color: #7FA9CC;
        width: 100%;
        padding: 20px 30px 20px 40px;
        border-bottom: 1px solid #CBDFF1;
        border-top: 1px solid #fff;
        text-shadow: 0 1px 0 #fff;
        font-size: 1.3em;
    }
    
    
    .form_contact #text_cnt{
        position:absolute;
        right:20px;
        bottom:10px;
        font-size:.7em;
        color: #7FA9CC;

    }
    
    /*process*/
    .process{
        position:relative;
        width: 100%;
        padding:10em 0;
    }
    .process_wrap{
        margin:0 auto;
        text-align: center;
    }
    .process_wrap .sub_tit{
        margin:1.5em 0 4em;
        font-size:1.3em;
    }

    .prc_list_box{
        display:flex;
        width: 1050px;
        margin:0 auto 2.5em;
    }
    .prc_list_box~p{
        font-size:1.2em;
        line-height: 1.5em;
    }
    .prc_list p{
        padding:15px;
        text-align: center;
        font-size:1.2em;
        line-height: 1.5em;
        font-weight: bold;
    }


    /*success_case*/
    .success_case{
        width: 100%;
        padding:15em 0;
    }
    .success_case_wrap{
        margin:0 auto;
    }
    .success_case_wrap .sub_tit{
        margin: 1.5em 0 4em;
        font-size: 1.3em;
    }
    .case_list_wrap ul{
        display:flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .case_list{
        width:calc(22% - 40px);
        padding:30px 20px;
        box-shadow: 5px 5px 15px rgba(17, 58, 91, 0.1);
        text-align: center;
        margin:0 calc(168px / 3) 3em 0;
        border-radius: 20px;
        background-color: #fff;
    }
    .case_list:nth-child(4n),
    .case_list:last-child{
        margin-right:0;
    }
    .case_list .icon{
        width: 90px;
        height: 90px;
        margin:0 auto 2em;
    }
    .case_list .icon img{
        display:block;
        width: 100%;
    }
    .case_list .case_tit{
        font-weight: bold;
        font-size:1.4em;
        margin-bottom:1em;
    }
    
    .case_list .case_ex{
        font-size:1.1em;
        line-height: 1.5em;
    }



    @media all and (max-width:1450px) {
        #datavoucher{
            font-size:15px;
        }
        #datavoucher .rep_width{
            width: 90%;
        }
        .circle.circle_m{
            width: 250px;
            height: 250px;
        }
        .circle.circle_s{
            width: 90px;
            height: 90px;
        }
        .circle.circle_l{
            width: 650px;
            height: 650px;
        }
        .circle.circle_xs{
            width: 50px;
            height: 50px;
        }

        .msit_logo{
            left:50%;
            transform:translateX(-50%)
        }

        .case_list{
            width: calc(20% - 40px);
            margin: 0 3% 3em 0;
        }

    }

    @media all and (max-width:1200px) {
        #datavoucher{
            font-size:14px;
        }
        .tit{
            width:90%;
            margin:0 auto;
        }
        .circle.circle_m{
            width: 200px;
            height: 200px;
        }
        
        .circle.circle_l{
            width: 550px;
            height: 550px;
        }
        .intro_wrap {
            width: 90%;
        }
        .db_intro{
            flex-wrap: wrap;
        }
        .db_intro_cont{
            width: 45%;
            margin:0 0 10em 0;
        }
        .db_intro_cont:nth-child(even):before {
            display:none;
        }
        .db_intro_cont:before {
            left:initial;
            right:-15%;
        }
        .add_spch_bb:after{
            line-height: 2.2em;
        }
        .review_cont{
            flex-direction: column;
            width: 100%;
        }
        .review_cont.line2 {
            margin:4em auto 0;
        }
        .review_cont_1,
        .review_cont_2{
            width: fit-content;
            margin: 0 auto;
            height: auto;
            padding: 40px;
            text-align: center;
        }
        .review_cont_2{
            margin:4em auto 0;
        }
        .review_cont_1 br,
        .review_cont_2 br{
            display: none;
        }
        .review_txt{
            white-space: pre-line;
        }
        .review_txt br{
            display: none;
        }
        .add_spch_bb:after{
            left:initial;
            right: 20%;
        }
        .review_cont.line2 .review_cont_1 {
            margin: auto;
        }
        .prc_list_box{
            width: 520px;
            flex-wrap:wrap;
            justify-content: center;
        }
        .prc_list_box .prc_list{
            width: 50%;
        }
    }
    @media all and (max-width:1024px) {
        #datavoucher{
            font-size:13px;
        }
        .review_wrap .sub_tit{
            font-size: 1.5em;
        }
        .circle.circle_m{
            width: 150px;
            height: 150px;
        }
        
        .circle.circle_l{
            width: 400px;
            height: 400px;
        }
        #datavoucher{
            font-size:13px;
        }
        .main{
            height: 880px;
        }
        .main:after{
            height: 800px;
            transform: skewY(338deg);
        }
        .main_txt_wrap{
            padding:5em 0;
            width: 90%;
            margin: 0 auto;
        }
        
        .main_txt br{
            display: block;
        }
        .about_sub_txt br{
            display:none;
        }
        .object_wrap .object.ob01{
            min-width: 270px;
            width: 40%;
            right:10%;
            top: 55%;
        }
        .object_wrap .object.ob02{
            min-width: 290px;
            width: 45%;
            left:10%;
            top:65%;
        }
        .about{
            padding: 15em 0;
        }
        .about_sub_txt{
            text-align: left;
        }
        .db_intro_cont p{
            font-size:1.4em
        }
        .dv_support .tit br{
            display: block;
        }
        .effect_wrap{
            padding: 5em 0 15em;
        }
        .effect_wrap:after{
            display: none;
        }
        .effect_cont{
            width: 490px;
            height: 490px;
        }
        .effect_cont_section{
            width: 250px;
            height: 250px;
        }
        .effect_cont_section:nth-child(1){
            left:0;
        }
        .effect_cont_section:nth-child(2){
            right:0;
            left:initial;
        }
        .effect_cont_section:nth-child(3){
            right:initial;
            left:0;
            bottom:0;
        }
        .effect_cont_section:nth-child(4){
            right:0;
            bottom:0;
        }
        .effect_cont_section:nth-child(3) img,
        .effect_cont_section:nth-child(4) img{
            top:initial;
            bottom: -28%;
        }
        .dv_contents_wrap{
            width: 90%;
        }
        .line_banner{
            padding: 6em 0;
            animation: none;
            background-size: auto;
        }

        .table_support{
            width: 80%;
        }

        
        .case_list{
            width: calc(30% - 40px);
            margin: 0 3% 3em 0;
        }
        .case_list:nth-child(4n){
            margin-right:3%;
            
        }
        .case_list:nth-child(3n){
            margin-right: 0;
            
        }


    }
    
    @media all and (max-width:840px) {
        .msit_logo{
            width: 120px;
        }
        .msit_logo img{
            width: 100%;
        }
        .circle{
            opacity: 0.6!important;
        }
        .dv_contents_cond{
            width: 90%;
            flex-wrap: nowrap;
            flex-direction: column;
        }
        .dv_contents_bg{
            display: none;
        }
        .table_txt, .table_title{
            padding: 10px;
        }
        .case_list .icon{
            width: 70px;
            height: 70px;
        }
        .dv_contents:after{
            top: -10%;
            left: -10%;
        }
        .dv_contents:before{
            width: 400px;
            height: 400px;
        }
        .dv_contents_wrap:after{
            width: 150px;
            height: 150px;
            right: -15%;
        }
        .form{
            border:0
        }
        .form_contact{
            flex-direction: column;
        }
        .form_contact span{
            width: 100%;
            padding: 10px 20px;
        }
        .form_contact input{
            width: calc(100% - 40px);
            padding: 10px 20px;
        }
  
    }
    @media all and (max-width:650px) {
        #datavoucher{
            font-size:11px;
        }
        #datavoucher .aos-init {
            transition-delay: 0s!important;
        }
        .tit{
            text-align: center;
            line-height: 1.5em;
        }
        .about_joinus img, .effect_wrap .tit img, .review_wrap .tit img, .dv_contents_wrap .tit img, .dv_support .tit img, .ktis_logo img {
            width: 40px;
            margin:0 8px;
        }
        .main{
            height: 680px;
        }
        .main:after{
            height:600px;
        }
        .main_txt_wrap{
            padding: 2em 0 0;
        }
        .main_txt{
            margin:1em 0 2em;
        }
        .ktis__dv_logo{
            width:100px;
            margin:0 auto;
        } 
        .ktis__dv_logo img{
            width: 100%;
        }
        .object_wrap .object.ob01{
            min-width: 170px;
            width: 35%;
            top: 55%;
        }
        .object_wrap .object.ob02{
            min-width: 210px;
            width: 35%;
            top: 62%;
        }
        .about_joinus,
        .about_joinus:after{
            border-radius: 15px;
        }
        .success_case_wrap .sub_tit{
            text-align: center;
        }
        .db_intro_cont{
            width: 90%;
            max-width: 300px;
            margin: 0 auto 5em;
        }
        .db_intro_cont:before{
            display:none;
        }
        .db_intro_icon {
            width: 70px;
        }
        .add_spch_bb:after {
            width: 290px;
            height: 37px;
            top: -50px;
            right: 0;
            line-height: 2em;
            background-size:contain;
        }
        .dv_support p{
            width: 90%;
            margin:3em auto 0;
        }
        .intro_sub_tit{
            top: 110%;
        }
        
        .effect_wrap{
            width: 90%;
        }
        .effect_cont{
            width: 410px;
            height: 410px;
        }
        .effect_cont_section{
            width: 220px;
            height: 220px;
        }

        .effect_cont img{
            width: 80px;
            height:80px ;
        }
        .effect_cont_section:nth-child(1) img,
        .effect_cont_section:nth-child(2) img{
            top: -15%;
        }
        .effect_cont_section:nth-child(3) img,
        .effect_cont_section:nth-child(4) img{
            bottom: -15%;
        }
        .dv_contents_banner_bg_1 {
            left:calc(50% - 90px);
        }
        .dv_contents_banner_bg_2 {
            display: none;
        }
        .line_banner_txt{
            width: 90%;
            margin: 0 auto;
        }

        .prc_list_box{
            width:90%;
        }
        .prc_list_box img{
            display: block;
            width:100%;
        }
               
        .case_list{
            width: calc(45% - 40px);
            margin: 0 3% 3em 0;
        }
        .case_list:nth-child(4n),
        .case_list:nth-child(3n){
            margin-right:3%;
            
        }
        .case_list:nth-child(2n){
            margin-right: 0;
        }
        .review_txt{
            font-size: 1.3em;
            white-space: revert;
        }
        .inquiry_form_wrap .card{
            padding: 30px;
        }
        .inquiry_form_wrap .card_logo{
            width: 110px;
        }
        .form_contact span {
            padding: 10px;
        }
        .form_contact input{
            padding:10px;
        }
        .form_contact.email .email_input_wrap input{
            width:calc(40% - 130px / 2);
        }
        .form_contact.email .email_input_wrap .slct_wrap{
            width:130px;
        }
    }

    @media all and (max-width:460px) {
        .main_txt {
            font-size: 2.2em;
        }
        .circle.circle_l {
            width: 250px;
            height: 250px;
        }
        .effect_cont_section{
            position:initial;
            width: 250px;
            height: 250px;
            margin: 0 auto 3em;
        }
        .effect_wrap{
            padding:5em 0 10em
        }
        .effect_cont{
            width: 100%;
            height: auto;
            margin: 5em 0 0;
        }
        .effect_cont_txt{
            font-size: 1.6em;
        }
        .effect_cont_section:nth-child(3) img,
        .effect_cont_section:nth-child(4) img{
            bottom:initial;
            top: -15%;
        }
        .dv_support p br{
            display: none;
        }   
        .case_list{
            width:100%;
            margin: 0 0 3em 0;
        }
        .case_list:nth-child(4n),
        .case_list:nth-child(3n){
            margin-right:0;
            
        }
        .prc_list_box .prc_list{
            width: 100%;
        }
        .prc_list p{
            font-size: 1.5em;
        }
        .inquiry_form_wrap .card{
            padding: 20px;        
        }
        .inquiry_form_wrap .info_box{
            float: none;
        }
        .inquiry_form_wrap .info_box .telfax{
            display:block; 
            margin:.6em 0 .5em;
        }
        .inquiry_form_wrap .info_box .tel{
            margin-bottom: .5em;
        }
        
    }
  


    @keyframes orbit {
        0%{
            transform: rotate(0deg) translateX(0);
            -webkit-transform: rotate(0deg) translateX(0);
        }
        100%{
            transform: rotate(360deg) translateX(0);
            -webkit-transform: rotate(360deg) translateX(0);
        }
    }

    @keyframes moveUpDown {
        0%{transform: translateY(0%);}
        50%{transform: translateY(-5%);}
        100%{transform: translateY(0%);}
    }

    @keyframes moveLeftRight {
        0%{transform: translateX(0%);}
        50%{transform: translateX(-5%);}
        100%{transform: translateX(0%);}
    }

    @keyframes bgPosition {
        0%{background-size:102%}
        50%{background-size:100%}
        100%{background-size:102%}
    }