@charset "utf-8";
* {box-sizing: border-box;word-break: keep-all;
    transition: all 0.5s;
}
ul,li,dl,dt,dd {margin: 0; padding: 0;}
.hidden {display: none;}
body {background: rgb(236,227,250);
    background: linear-gradient(180deg, rgba(236,227,250,1) 0%, rgba(239,243,255,1) 100%);}
.onepage {
    width: 100%;
    min-width: 1200px;;
    margin: auto;
    padding: 0 20px;
    overflow: hidden;
}
.body,.cover {min-width: 1200px;
max-width: 1200px;margin: auto;}
ul,li,dl,dt,dd,ol {list-style: none;}
.head { position: fixed;
top: 0; left: 0; right: 0; width: 100%; padding: 0 20px;
background-color: RGBA(236,227,250,.8);
z-index: 10;
}    
.head_in
{   display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
width: 1200px; margin: auto;
}
h1 {width: 200px;}
h1,h2,h3,h4,h5,h6 {font-family: "dh";}
h1 img{width:100%;position: relative; top:-10px}
.menu { display: flex;  flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;font-family: "dh"; font-size: 22px;}
.menu li + li {margin-left:20px; }
.language {font-size: 14px;white-space: nowrap;}
.language .active {font-weight: 700;}

a:link,a:visited {
    text-decoration: none;
    color:#666666
}
a:active,  a:hover {
    text-decoration: none;
    color:#b54dda
}
.cover  {position: relative; padding:80px 0}
.cover .cover_text {margin-top:80px; position: relative ; z-index: 2;}
.cover .cover_text .sub_tilte {
    font-size:35px; font-family: dh;color:#746d79; line-height: 1.1em;
    position: relative; left:-200px; opacity: 0;
}


.cover .cover_text .view_text { font-size: 45px;font-family: dh;color:#000;
    position: relative; left:-200px; opacity: 0; height:40px;

}
.cover .cover_text .view_text .text {position: absolute;left:0px; top:0;width: 500px}
.cover .cover_text .view_text .text1 {display: block; ;}
.cover .cover_text .view_text .text2 {opacity: 0;}
.cover .cover_text .title {width: 50%;
    position: relative ; top:-20px; left:-10px;
    position: relative; left:-200px; opacity: 0;
}
.cover .cover_text .title img{width: 100%;}
.cover .desc {font-size: 17px;color:#333333; font-family: ns_b; line-height: 1.2em;
    position: relative; left:-200px; opacity: 0;

}
.cover  .btn_box {margin-top: 40px ;
    position: relative; left:-200px; opacity: 0;

}
.cover  .btn_box a + a {margin-left:30px}
.cover .cover_img {position: absolute; width: 100%; height: 100%;;left: 0;     top: 160px;}
.cover .cover_img .cover_1 {    position: absolute;
    left: calc( 50% + 120px );
    opacity: 0;
    top: -20px;    
    }
.cover .cover_img .cover_2 {  
    
        position: absolute;
        left:calc( 50% - 36px );
        opacity: 0;
        top: 120px;
    }
.cover .cover_img .cover_3 {position: absolute;left:50%; top:70px; display: none;}
.cover .patent_text {position: absolute; right:0px; bottom:30px; font-size: 14px; font-family: nsk_m; text-align: right;}

.box_white {background-color: #fff; border-radius: 50px; box-shadow: 0 0 20px rgba(0,0,0,.2); padding:60px 30px 70px 30px}
h2 {color:#333333; font-family: dh; font-size: 24px; text-align: center; margin:0 auto 40px auto; padding:0px;  display: inline-block;position: relative;  }
h2:after {
    
    content: "";
    width: 100%;
    height: 5px;
    background-color: #bf2fd2;
    display: block;
    margin-top: 4px;
}
section, .box_white {    
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}

section.why ul {display:flex; margin:20px 0 40px 0; width:100% ;padding: 0;}
section.why ul li {text-align: center; width:20%; margin: 0px 2.5%; position: relative;; cursor:pointer; padding:20px 0}
section.why ul li .title { font-family: "nsk_m"; font-size: 18px; color:#666666; margin: 20px 0;}
section.why ul li .desc { 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    line-height: 1.3em;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
}
section.why ul li.over {}
section.why ul li.over .desc{ opacity: 1 ; height: 100%;}
.desc_eb { font-size: 24px; color:#666666; font-family: dh; text-align: center;}
section.service {
    margin:70px 0;
}
section.service ul {
    width: 630px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
}
section.service ul li {
    width:290px; height: 290px;;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 40px;
}
section.service ul li:first-child {position: relative; top:70px}
section.service ul li:nth-child(2)::after{
    content: "";
    width: 85px;
    height: 60px;
    background-image: url(../image/arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    top: -20px;
    left: calc( 50% - 70px );
} 
section.service h2{margin-bottom:80px}
section.service ul li:nth-child(4)::after{
    content: "";
    width: 85px;
    height: 60px;
    background-image: url(../image/arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    bottom:-40px;
    left: calc( 50% - 10px );
    transform: rotate(180deg);
} 
.service_desc {
    width: 450px;
}
section.service ul li:nth-child(3) {position: relative; top:70px}
section.service ul li .title {font-family: "nsk_b";margin: 15px 0; font-size: 20px; color: #666666; line-height: 1.1em;}
.sub_title { color: #7b517b; font-family: dh; font-size: 30px;
line-height: 1em;
}
.sub_title b {font-weight:300 ; color: #330033;}
.sub_title.big {font-size: 48px; }
section.service ul li .desc {font-size: 12px; color: #999999;}
.service_box {  
    min-width: 1200px
    ;
    max-width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
}
.service_desc .desc {color:#666666; font-size: 18px; margin:70px 0 80px 0;}
.box_purple 
{
    max-width: 1200px;
    min-width: 1200px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 60px 30px 70px 30px;
    display: flex;
    width:100%;
    justify-content: center;
    color: #fff;
    align-items: center;
    flex-direction: column; 
    background: rgb(166,136,226);
    background: linear-gradient(180deg, rgba(166,136,226,1) 0%, rgba(134,149,246,1) 100%);
}
.box_purple  h2 {color:#fff; font-weight: 100;}
.box_purple  h2:after{background-color:#f19ec2}
.media_player_box {max-width: 620px; width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 20px;
    border:10px solid rgba(255,255,255,.2);
    position: relative;

}
.media_player {
    border:4px solid #000;
    border-radius: 10px;

    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 55%;}
.media_player iframe 
{    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;}

ul.tab {display: flex; margin:20px 0; padding: 0;}    
ul.tab li + li {border-left: 1px solid #fff; padding-left: 20px; margin-left: 20px;}
ul.tab li a {color:#fff; opacity: .7;}
ul.tab li a:hover {text-decoration: underline;}
ul.tab li a.active {font-weight: 900; opacity: 1;}

.media_btn {font-size: 12px; font-family: nsk_b; color:#fff; background-color: #333333; border-radius: 10px; padding: 4px 10px 3px 10px; cursor: pointer; position: absolute; right: -10px; bottom: -48px;}
.box_slider {
    width: 100%; height: 145px;
}
.box_slider .tab_content {display:none ;}
.box_slider .tab_content.active {display: block;}
.box_slider ul {    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;}
.box_slider ul li {width: 120px; margin: 10px; text-align: center; font-size: 14px; font-family: "nsk_b";}
.box_slider ul li img{width: 100%; border: 4px solid #fff; border-radius: 10px; margin-bottom:10px}
.box_slider ul li a {color:#fff}

*::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}

*::-webkit-scrollbar-thumb {
  background: #000;
}



	/*로딩*/

	.loading_box{
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10000000;
        background-color: rgba(255,255,255,.6);
        transition: all .1s ease;
     }
 
     .loader6{
       position: relative;
       width: 12px;
       height: 12px;
 
       top: 46%;
       top: -webkit-calc(50% - 6px);
       top: calc(50% - 6px);
       left: 46%;
       left: -webkit-calc(50% - 6px);
       left: calc(50% - 6px);
 
       border-radius: 12px;
       background-color: RGB(29,91,168);
       -webkit-transform-origin:  50% 50%;
           transform-origin:  50% 50% ;
       -webkit-animation: loader6 1s ease-in-out infinite;
           animation: loader6 1s ease-in-out infinite;
     }
 
     .loader6:before{
       content: "";
       position: absolute;
       background-color: RGBA(29,91,168,.5);
       top: 0px;
       left: -25px;
       height: 12px;
       width: 12px;
       border-radius: 12px;
     }
 
     .loader6:after{
       content: "";
       position: absolute;
       background-color: RGBA(29,91,168,.5);
       top: 0px;
       left: 25px;
       height: 12px;
       width: 12px;
       border-radius: 12px;
     }
 
 
     @-webkit-keyframes loader6{
         0%{-webkit-transform:rotate(0deg);}
         50%{-webkit-transform:rotate(180deg);}
         100%{-webkit-transform:rotate(180deg);}
     }
 
     @keyframes loader6{
         0%{transform:rotate(0deg);}
         50%{transform:rotate(180deg);}
         100%{transform:rotate(180deg);}
     }


section.faq {
    min-width: 1200px;
    max-width: 1200px;
    margin: auto;
    padding: 70px 0 70px 570px; position: relative;
    align-items: flex-start;
}
section.faq img {
    width: 520px;
    position: absolute;
    left: 0;
    bottom: 140px;}


section.faq h2 {text-align: left; margin: 0 0 40px 0;}
section.faq dl {margin: 30px 0;}
section.faq dt {color:#000033; font-size: 18px; font-family: "nsk_b"; padding-left: 30px; position: relative; margin: 15px 0 ; cursor: pointer; opacity: .5;}
section.faq dt:before {
    position: absolute;
    content: "?";
    font-family: dh;
    color: #fff;
    background-color: #7b517b;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1em;
    font-size: 14px;
}
section.faq dt.active{opacity: 1;}
section.faq dd {padding:5px 30px 10px 30px; display: none; opacity: 0; height: 0px;}

section.faq dd.active {display: block; opacity: 1; height: auto;}

section.support .sub_title,
section.support .desc {text-align: center !important;}
section.support .desc {margin-top: 35px;}
.support_img {    position: relative;
    height: 830px;
    margin-top: -110px;}
.support_img img { position: absolute; }
.support_img .support_1 {left:calc( 50% - 300px); top: 100px;}
.support_img .support_2 {    left: calc( 50% + 233px);
    top: 50px;}
.support_img .support_3 {left: calc( 50% - 123px);top: 420px;}
.support_img .support_5 {    left: calc( 50% + 512px);
    top: 143px;}
.support_img .support_4 {     left: calc( 50% + 168px);
    top: 573px;}
section.review { background-color: rgba(255,255,255,.5);
    padding: 70px 0;
    position: relative;
    z-index: 2;
    margin: 0 -20px;
    width: calc( 100% + 40px);}    
    section.review .review_box {
        max-width: 1200px;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    section.review ul  {
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
section.review  li {
    position: relative;
    background-color: #fff; width: 280px; border-radius: 40px ; box-shadow: 0 0 5px rgba(0,0,0,.2); padding: 20px;
    padding-left: 90px;  min-height: 180px;
}
section.review  li .thumb_box {    
    position: absolute;
    left: 20px; top:20px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    align-items: center;
     background-position: center;
     background-size:cover;
    justify-content: center;}

    section.review .reviewer { position: relative;}
    section.review .name {font-family: "nsk_b"; margin-top:5px}
    
    section.review .company {font-family: "nsk_b"; color:#9900cc; font-size: 14px;}
    section.review .star {position: absolute; right:20px; top:1px; color:#ffba00; letter-spacing: -3px;}
    section.review .content {color:#333333; font-family: nsk_dl; color:#333333 ; font-size: 12px; margin-top: 10px;}
    
    .footer {height: 200px ; background-color: #7b517b; color:#fff; text-align: center; padding-top:70px; width:calc( 100% + 40px ) ;margin-left: -20px;}

    body.eng  .view_text .text1 { font-size: 37px;z-index: 2; line-height: 1em;}
    body.pc .mobile_view {display: none;}    

    body.pc .pc_view {display: inline-block;}    

    @media (max-width: 1240px) {

        .mobile_view {display: block !important;}    
        .pc_view {display: none !important;}   


body,html {min-width: 320px;}
     .body,  .cover {
        min-width: 320px;
        max-width: 100%;
        margin: auto;
    }

 .onepage{ 
width:100%;
min-width: 320px;
}
 .head {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    height: 80px;
    min-width: 320px;
}
 h1 img {height: 30px; width: auto; top:0}
 .head .head_in {width: 100%; min-width: 320px;   height: 50px;}
 .head .head_in ul.menu { 
    border-top: 1px solid #eee;
    position: fixed;
    left: 0;
    top: 50px;
    right: 0;
    background-color: #f9f9f9;
    /* bottom: 0; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    /* width: 200px; */
    flex-direction: row;
    text-align: center;
    padding: 0 10px;
    height: 30px;
    min-width: 320px;
 }

  .head .head_in ul.menu li {
    margin: 10px 0px;
    font-size: 13px;
}
 
.loading_box{
    background-color:#fff;
    transition: all .2s ease;
 }
  
 section.why ul {
    flex-wrap: wrap;
 }
  
 section.why ul li {
    width:45%;
    margin:0, 2.25%
 }
  
 .service
 .service_box { 
    width:100%; min-width: 320px;
    display: block;}


  
section.service ul {width: 100%;}
 section.service ul li {
    padding: 20px;
    width: 47%;
    height: auto;
}

 .service_desc {margin: 100px auto ; text-align: center; width: 100%;}
 .sub_title.big {font-size: 40px;}
 .service_desc .desc {margin: 50px 0 ;}
 .box_purple {

    min-width: 320px;;
    width: calc(100% + 60px);
    padding: 50px 30px;
    height: auto;
    margin: 0 -20px;
    border-radius: 0;

}
 
section.service {margin-bottom:0}
 .box_slider {
    
    height: auto;
}

section.faq {
    width: 100%;
    min-width: 320px;;
    position: relative;
    padding: 70px 0;
    display: flex;
    align-items: center;

}
section.faq img {
    width: 70%;
    margin: auto;
    display: block;
    position: static;
    ;}


    
    section.faq .sub_title {
        text-align: center;
    }
      
    section.review {
        margin: 0 -30px;
        width: calc( 100% + 60px);
    }

        .support_img    {zoom: .5;}
    
    section.review li {width:100%; margin: 10px 0;min-height: auto;}
    
    section.review ul {
        padding: 0 30px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;    }
        
        body.eng .view_text .text2{font-size: 35px;}

        body.eng .view_text .text1 { font-size: 24px;z-index: 2; line-height: 0.7em;}
        body.eng .view_text  {margin-top:5px}
        .cover .cover_text .sub_tilte {font-size: 25px;}
    }


    @media (max-width: 768px) {
        .cover {zoom:.7}
        .cover .cover_text .title {z-index: 1;}
        .cover .cover_text .title img {margin-top: 20px;}
        .cover .cover_img {zoom:.6; left: 0px; top:40px}
        section {zoom:.7}
   
    }





