@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url("ui/header.css"); 
@import url("ui/footer.css"); 
@import url("ui/mobilemenu.css"); 
@import url("ui/animation.css"); 


@import url("ui/home.css"); 
@import url("ui/news.css"); 
@import url("ui/newshome.css"); 
@import url("ui/simplebox.css"); 
@import url("ui/portfolio.css"); 
@import url("ui/contact.css"); 
@import url("ui/paging.css"); 
@import url("ui/about.css");

@import url("ui/etc.css"); 
@import url("ui/vw.css"); 








/*폰트설정 : 시작*/
/*@font-face {
    font-family: 'SUIT-Regular';
    src: url('../fonts/suit/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}*/

/*폰트설정 : 시작*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/pretendard/Pretendard-Light.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Thin.woff') format('woff');
}
/*폰트설정 : 끝*/



body,input,textarea,select,table,button,code{
    color:#111;
    font-family: 'Pretendard';
    font-weight: 400;
    text-align: left;
}

/* .korean{}
.english{} */

/*폰트설정 : 끝*/



/*기타 설정 : 시작 */
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: #fff;
    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:#e60413;
    --sub2:#ffcf67;
    /*--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;
}

.h1Hide{
    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: 56px;
    height: 56px;
    background: url(../images/go_top7_56.png) center no-repeat;
    background-size: 56px 56px;
    border-radius: 24px;
    /* bottom: 90px; */
    bottom: 30px;
    right: 24px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.1) 0px 4px 6px, rgba(0, 0, 0, 0.15) 0px 8px 30px;
    /* filter : drop-shadow(0 0 30px rgba(255,255,255,0.7));
    will-change: filter; */
}

#goto_top.active{
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
    border-radius: 18px;
    /* bottom: 72px; */
    bottom: 20px;
    right: 14px;
}



.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: #f5f5f5;
    border-radius: 0;
}

body::-webkit-scrollbar-track{
    background: rgba(0,0,0,0.3);
} */

/*기타 설정 : 끝*/




.allWrap{
    display: block;
    width: 100%;
}



.centerWrap{
    display: block;
    width: 100%;
    /*max-width: 1080px;*/
    max-width: 1140px;
    padding:0 30px;
    margin:0 auto;
}

.centerWrap:after{content: ""; display: block; clear: both;}





.tabTypeCRow{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin:30px 0 0;
    column-gap:10px;
    row-gap:10px;
}

.tabTypeC{
    display: block;
    line-height: 34px;
    height: 36px;
    padding:0 16px;
    border-radius: 18px;
    font-size: 14px;
    background: #f5f5f5;
    color:#222 !important;
    font-weight: 600;
    border:1px solid #f5f5f5;
}



.tabTypeC.active{
    border:1px solid var(--main);
    color: var(--main) !important;
    background: #fff;
}



/*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{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap:12px;
    color: #111;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    width: 100%;
}

.centerWrap .txtB1 .t1{
    font-weight: 500;
}

.centerWrap .txtB1 .t2{
    display: block;
    width: 1px;
    height: 20px;
    background: #ccc;
}

.centerWrap .txtB1 .t3{
    font-weight: 800;
}



.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;
}










body .ch-desk-messenger{
    min-width: 232px !important;
}

#main .bPKuEE{
    min-width:10px !important;
}

































































































.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) {

    
    
} /*반응형 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;
    }



    .centerWrap .txtB1{
        font-size: 24px;
        column-gap: 9px;
    }



    
} /*반응형 1000px 끝*/


/*#######################################*/
@media screen and (max-width: 900px) {

    
    
} /*반응형 900px 끝*/


/*#######################################*/
@media screen and (max-width: 800px) {


} /*반응형 800px 끝*/


/*#######################################*/
@media screen and (max-width: 700px) {

    /*.centerWrap{
        padding:0 18px;
    }*/
    
} /*반응형 700px 끝*/



/*#######################################*/
@media screen and (max-width: 600px) {

    .centerWrap{
        padding:0 20px;
    }

    
    
} /*반응형 600px 끝*/


/*#######################################*/
@media screen and (max-width: 500px) {

    /*.centerWrap{
        padding:0 16px;
    }*/

    .tabTypeCRow{
        margin:14px 0 0;
    }

    .tabTypeC{
        padding:0 14px;
    }

    #goto_top{
        width: 40px;
        height: 40px;
        background: url(../images/go_top7_56.png) center no-repeat;
        background-size: 40px 40px;
        border-radius: 16px;
        bottom: 18px;
        right: 14px;
    }

} /*반응형 500px 끝*/



/*#######################################*/
@media screen and (max-width: 400px) {
    
} /*반응형 400px 끝*/


/*#######################################*/
@media screen and (max-width: 370px) {

    
} /*반응형 370px 끝*/


/*#######################################*/
@media screen and (max-width: 340px) {


} /*반응형 340px 끝*/


/*#######################################*/
@media screen and (max-width: 320px) {
    
    
} /*반응형 320px 끝*/


/*#######################################*/
@media screen and (max-width: 300px) {

    
} /*반응형 300px 끝*/

