@charset "UTF-8";

@import url("ui/header.css"); 
@import url("ui/mobilemenu.css"); 
@import url("ui/footer.css"); 
@import url("ui/animation.css"); 
@import url("ui/button.css"); 


@import url("ui/home.css"); 
@import url("ui/home2.css"); 
@import url("ui/simplebox.css"); 
@import url("ui/simplebox2.css"); 
@import url("ui/simplebox3.css"); 
@import url("ui/inputemail.css"); 
@import url("ui/appstore.css"); 
@import url("ui/keycase.css"); 
@import url("ui/newsupdate.css"); 
@import url("ui/highlight.css"); 
@import url("ui/apply.css"); 

@import url("ui/sectiontop.css"); 
@import url("ui/innovation1.css"); 
@import url("ui/solution1.css"); 
@import url("ui/solution2.css"); 
@import url("ui/product.css"); 
@import url("ui/project.css"); 
@import url("ui/application.css"); 
@import url("ui/partner.css"); 
@import url("ui/support.css"); 
@import url("ui/contact.css"); 





@import url("ui/paging.css"); 
@import url("ui/about.css"); 
@import url("ui/influencer.css"); 
@import url("ui/business.css"); 
@import url("ui/news.css"); 
@import url("ui/career.css"); 
@import url("ui/error.css"); 


/*폰트설정 : 시작*/
@font-face {
    font-family: 'SUIT-Regular';
    src: url('../fonts/suit/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body,input,textarea,select,table,button,code{
    color:#fff;
    font-family: 'SUIT-Regular';
    font-weight: 400;
    text-align: left;
}

.korean{font-family: 'SUIT-Regular';}

.english {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  /*font-optical-sizing: auto;*/
}
/*폰트설정 : 끝*/



/*기타 설정 : 시작 */
html{
    -webkit-text-size-adjust:none;
    /*-ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;*/
    -webkit-touch-callout:none;
}
    
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
    
body,a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,th,td,
form,fieldset,label,legend,input,textarea,button,menu{
    margin:0px;padding:0px;
    -webkit-text-size-adjust:none;
}
    

     
body{
    width:100%;
    position:relative;word-wrap:break-word;word-break:break-all;
    min-width:280px;
    min-height: 100vh;
    background: #1f1f1f;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

input::-ms-clear,
input::-ms-reveal{
    display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
    
nav,menu,ul,li,ol{
    list-style:none;
}
    
div{
    display:block;
}
    
table{
    border-collapse:collapse;
    border-spacing:0;
}
    
img,fieldset{
    border:none;
}
    
em,address{
    font-style:normal;
}
    
select{
    cursor: pointer;
}
    
section,article,header,footer,nav,aside,hgroup{
    display:block;
}

select::-ms-expand { 
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
    
button{
    border:none;
    background:none;
    cursor:pointer !important;
}
    
button:focus{
    outline:none !important;
}
    
a{
    margin:0px;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
}
    
a:hover, a:active{
    text-decoration:none !important;
}
    
table{
    table-layout: fixed;
}

:root{
    --main:#F4BE47;
    /*--main2:#00b35a;
    --light:#e7ebff;
    --txt1:#222;
    --txt2:#222;
    --yellow:#FFa800;
    --green:#3FB459;
    --red:#ff2929;*/
}
    
.clearFix:after{
    content:"";
    display:block;
    clear:both;
}
    
.ibFix{
    line-height:0px;
}
    
.hiddenFix{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}

h1{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    line-height: 0;
    text-indent:-10000px;
}

.hiddenTxt{
    padding: 0; margin:0; font-size: 0;
}

.underline{text-decoration: underline !important;}
    
caption{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}
    
.floatLeft{
    float: left;
}

.floatLeft:after{
    content:"";
    display:block;
    clear:both;
}
    
.floatRight{
    float: right;
    position: relative;
}

.floatRight:after{
    content:"";
    display:block;
    clear:both;
}
    
.inside{
    display: inline-block;
}
    
.inside:after{
    content: "";
    display: block;
    clear: both;
}

.row{
    display: block;
    width: 100%;
}

.row:after{
    content: "";
    display: block;
    clear: both;
}

select {
   -webkit-appearance:none; /* for chrome */
   -moz-appearance:none; /*for firefox*/
   appearance:none;
}

select::-ms-expand{
   display:none;/*for IE10,11*/
}

#goto_top{
    position: fixed;
    display: none;
    z-index: 49;
    width: 60px;
    height: 60px;
    background: url(../images/goto_top.svg) center no-repeat;
    background-size: 60px 60px;
    bottom: 50px;
    right: 50px;
    filter : drop-shadow(0 3px 6px rgba(0,0,0,0.15));
    will-change: filter;
}


.scrollFix::-webkit-scrollbar{
    width: 8px;
    height:8px;
}

.scrollFix::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.scrollFix::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}


body::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

body::-webkit-scrollbar-thumb{
    background: rgba(255,255,255,0.35);
    border-radius: 0;
}

body::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}

/*기타 설정 : 끝*/




.allWrap{
    display: block;
    width: 100%;
}



.centerWrap{
    display: block;
    width: 100%;
    max-width: 1100px;
    padding:0 20px;
    margin:0 auto;
}

.centerWrap:after{content: ""; display: block; clear: both;}





.tabTypeARow{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin:70px 0 0;
}

.tabTypeA{
    display: flex;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding:0 0 20px;
}

.tabTypeA.active{
    border-bottom: 1px solid rgba(255,255,255,1);
}

.tabTypeA .txt{
    display: block;
    width: 100%;
}

.tabTypeA .t1{
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.tabTypeA.active .t1{color:var(--primary);}
    
.tabTypeA .t2{
    display: block;
    text-align: center;
    color: var(--gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

.tabTypeA.active .t2{color:var(--primary);}

.tabTypeAArea{
    display: none;
    width: 100%;
}

.tabTypeAArea.active{display: block;}

.show600{
    display: none;
}

.show340{
    display: none;
}

/*input*/

.dataLabel:first-child{margin:0;}

.dataLabel:after{content: ""; display: block; clear: both;}

.dataLabel >.txt{
  display: block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color:rgba(255,255,255,0.9);
  padding:0 0 4px;
}


.dataWrap{
    display: block;
    width: 100%;
    position: relative;
}

.dataWrap .txt{
  display: block;
  float: left;
  font-size: 15px;
  line-height: 23px;
  color:#555;
  padding:0 0 4px;
  font-weight: 400;
}

.inputNormal{
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  background: #FFF;  
  color:#222;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  padding:0 13px;
  text-align: left; 
}

.inputNormal::placeholder{color: #9D9D9D;}

.inputNormal:focus{
  outline:none !important;
  border:1px solid var(--main) !important;
}

.txtaNormal{
  display: block;
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  background: #FFF;  
  color:#222;
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  padding:9px 13px;
  text-align: left; 
  resize: none !important;
}




.centerWrap > .txtA1{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.3px;
}


.centerWrap > .txtA3{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: -0.06px;
}

.centerWrap > .txtA4{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.06px;
    text-align: left;
    padding:0 0 0 30px;
    white-space: pre-line;
}

.centerWrap > .txtA4.type2{
    padding:0;
}


.centerWrap > .txtA3 + .txtA4{margin:20px 0 0;}

.centerWrap > .txtB1{
    color: #FFF;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -0.3px;
}

.centerWrap > .txtB2{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    letter-spacing: -0.06px;
}

.centerWrap > .txtB1 + .txtB2{margin:48px 0 0;}

.centerWrap > .txtC1{
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: -0.108px;
    margin:23px 0 0;
}



.smallTitle{
    display: block;
    width: 100%;
    padding:60px 0 10px;
    border-bottom:1px solid #2E2E32;
}

.smallTitle:after{content: ""; display: block; clear: both;}

.smallTitle .pnIcon{
    display: block;
    float: left;
    width: 10px;
    height: 16px;
    background: url(../images/embraze_icon.svg) center no-repeat;
    background-size: 10px 16px;
    margin:1px 0 0;
}

.smallTitle .pnTxt{
    display: block;
    margin:0 0 0 8px;
    text-align: left;
    color: #989BA2 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.12px;
    float: left;
}
















































































































.modalAll{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
}

.modalAll.active{display: block;}

.modalWrap{
    display: block;
    position: fixed;
    z-index: 200000;
    width: calc(100% - 40px);
    max-width: 400px;
    top:50vh;
    left:50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    padding:20px;
}


.modalWrap > .txt{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding:30px 0;
    color:#222;
    font-weight: 500;

}

.modalButtons{
    display: block;
    width: 100%;
    text-align: center;
}

.modalButtons .buttonDone{
    display: block;
    width: 100%;
 height: 40px;
 line-height: 40px;
 border-radius: 10px;
 background: var(--main);
 color:#fff !important;
 font-size: 14px;
 font-weight: 600;
 text-align: center;
}


.dimmArea{
    display: block;
    width: 100%;
    height: 100vh;
    top:0;
    left:0;
    position: fixed;
    z-index: 150000;
    background: rgba(0,0,0,0.55);
}





.videoWrap {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin: 0;
}

.videoWrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 ;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.videoWrap + .txtContent{margin:20px 0 0} 



















/*#######################################*/
@media screen and (max-width: 1600px) {

    
    
} /*반응형 1600px 끝*/


/*#######################################*/
@media screen and (max-width: 1500px) {

    
    
} /*반응형 1500px 끝*/


/*#######################################*/
@media screen and (max-width: 1400px) {

    
    
} /*반응형 1400px 끝*/


/*#######################################*/
@media screen and (max-width: 1300px) {

    
    
} /*반응형 1300px 끝*/


/*#######################################*/
@media screen and (max-width: 1200px) {

    
    
} /*반응형 1200px 끝*/


/*#######################################*/
@media screen and (max-width: 1100px) {

    #goto_top{
        width: 40px;
        height: 40px;
        background: url(../images/goto_top.svg) center no-repeat;
        background-size: 40px 40px;
        bottom: 20px;
        right: 20px;
    }
    
} /*반응형 1100px 끝*/


/*#######################################*/
@media screen and (max-width: 1000px) {

    .centerWrap > .txtA1{
        font-size: 26px;
        line-height: 32px;
    }

    .centerWrap > .txtB1{
        font-size: 26px;
        line-height: 32px;
    }

    .centerWrap > .txtC1{
        font-size: 26px;
        line-height: 32px;
    }

    .smallTitle{
        padding:40px 0 10px;
    }

    .centerWrap > .txtB2{
        font-size: 14px;
        line-height: 21px;
    }

    .centerWrap > .txtB1 + .txtB2{
        margin:24px 0 0;
    }

    .centerWrap > .txtA3{
        font-size: 17px;
        line-height: 22px;
    }

    .centerWrap > .txtA4{
        font-size: 14px;
        line-height: 21px;
        padding:0 0 0 20px;
    }

    .centerWrap > .txtA3 + .txtA4 {
        margin: 10px 0 0;
    }

    
} /*반응형 1000px 끝*/


/*#######################################*/
@media screen and (max-width: 900px) {

    
    
} /*반응형 900px 끝*/


/*#######################################*/
@media screen and (max-width: 800px) {


} /*반응형 800px 끝*/


/*#######################################*/
@media screen and (max-width: 700px) {

    .hide700{display: none !important}


    .centerWrap{
        padding:0 18px;
    }
    
} /*반응형 700px 끝*/



/*#######################################*/
@media screen and (max-width: 600px) {

    .hide600{display: none !important}
    .show600{display: inline !important}

    #goto_top{
        bottom: 18px;
        right: 16px;
    }
    
} /*반응형 600px 끝*/


/*#######################################*/
@media screen and (max-width: 500px) {

    .hide500{display: none !important}
    
    .centerWrap{
        padding:0 16px;
    }

} /*반응형 500px 끝*/



/*#######################################*/
@media screen and (max-width: 400px) {

    .hide400{display: none !important}
    
} /*반응형 400px 끝*/


/*#######################################*/
@media screen and (max-width: 370px) {

    .hide370{display: none !important}
    


    
} /*반응형 370px 끝*/


/*#######################################*/
@media screen and (max-width: 340px) {

    .hide340{display: none !important}
    .show340{display: inline !important}

    .centerWrap{
        padding:0 14px;
    }

} /*반응형 340px 끝*/


/*#######################################*/
@media screen and (max-width: 320px) {

    .hide320{display: none !important}
    
    
} /*반응형 320px 끝*/


/*#######################################*/
@media screen and (max-width: 300px) {

    .hide300{display: none !important}
    
} /*반응형 300px 끝*/

