@charset "UTF-8";




/*폰트설정 : 시작*/
@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');
}
/*폰트설정 : 끝*/


/*기타 설정 : 시작 */
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,input,textarea,select,table,button,code, div{
    color:#383B40;
    font-family: 'Pretendard';
    font-weight: 400;
    text-align: left;
}
     
body{
    width:100%;
    position:relative;
    word-break:break-all;
    min-width:#1220px;
    min-height: 100vh;
    background-size: 51px 51px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

/*body::-webkit-scrollbar{
    width: 12px;
}

body::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius: 0;
}

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

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:#AA0404;
    --minimunSize:280px;
    --txt1:#747983;
    --line1:#d0d0d0; /*선 회색*/
    --primary:#01A4FF;
    --primary-hover:#17acff;

}

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

.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;
}
    
.pageFix{
    overflow: hidden;
}
    
.tCenter{
    text-align: center;
}
    
.inside{
    display: inline-block;
}
    
.inside:after{
    content: "";
    display: block;
    clear: both;
}

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

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

.bold{font-weight: 700;}

.w100{
    width: 100% !important;
}

.txtCenter{
    text-align: center;
    display: block;
    width: 100%;
}


.txtCenter > div{text-align: center !important;}

select {
   -webkit-appearance:none; /* for chrome */
   -moz-appearance:none; /*for firefox*/
   appearance:none;
}

select::-ms-expand{
   display:none;/*for IE10,11*/
}




.pt0{padding-top:0 !important}
/*기타 설정 : 끝*/






/*레이아웃 : start*/
.centerWrap{
    display: block;
    width: 100%;
    padding:0 20px;
    margin:0 auto;
    position: relative;
    max-width: 970px;
}

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

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

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








/*헤더 : 시작*/

header{
    display: block;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    min-width: 1220px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    background: #000;
    z-index: 10000;
}

header .centerWrap{
    position: relative;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    gap:0 25px;
    align-items: center;
}

header .hLink1{
    display: block;
    box-shadow: 0px 0px 4px #FFFFFF99;
    border-radius: 5px;
    text-align: center;
    height: 30px;
    line-height: 0;
    padding:0 14px;
    border:1px solid rgba(255,255,255,0.1);
}

header .hLink1 span{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: url(../images/lic1.svg) left no-repeat;
    background-size: 45px 10px;
    padding:0 0 0 55px;
    color:#fff !important;
}

header .hLink2{
    display: block;
    box-shadow: 0px 0px 4px #FFFFFF99;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    padding:0 14px;
    border:1px solid rgba(255,255,255,0.1);
    height: 30px;
}

header .hLink2 span{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: url(../images/lic2.svg) left no-repeat;
    background-size: 50px 10px;
    padding:0 0 0 60px;
    color:#fff !important;
}



/*헤더 : 끝*/



/*section1 : 시작*/
.sectionEvent2025m1{
    padding:60px 20px 60px;
    background: #000;
}

.sectionEvent2025m1 .txt1{
    display: block;
    font-size: 32px;
    line-height: 1.5;
    color:#fff !important;
    font-weight: 400;
    text-align: center;
}
.sectionEvent2025m1 .txt2{
    display: block;
    font-size: 58px;
    line-height: 1.5;
    color:#fff !important;
    font-weight: 600;
    text-align: center;
    margin:10px 0 0;
}
.sectionEvent2025m1 .txt3{
    display: block;
    font-size: 21px;
    line-height: 1.5;
    color:#fff !important;
    font-weight: 300;
    text-align: center;
    margin:30px 0 0;
}
.sectionEvent2025m1 .txt4{
    display: block;
    width: 220px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color:#222 !important;
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    margin:100px auto 0;
}

.benefits{
    display: flex;
    flex-wrap: wrap;
    gap:30px;
}

.benefitCard{
    width: calc((100% - 60px) / 3);
    border:2px solid #fff;
    margin:30px 0 0;
}

.benefitCard h3{
    display: block;
    width: 100%;
    background: linear-gradient(to right, #d5d4e6, #c1cdbf); /* 보라 → 연녹색 */
    color: #000;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    height: 56px;
    line-height: 56px;
}

.benefitCard .txtGroup{
    display: block;
    width: 100%;
    padding:30px 2px;
}

.benefitCard .txtGroup .glass{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color:#fff !important;
    line-height: 1;
}
.benefitCard .txtGroup .benefit{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color:#fff !important;
    line-height: 1;
    margin:10px 0 0;
}

/*section1 : 끝*/






/*section2 : 시작*/
.sectionEvent2025m2{
    background: #fff;
    padding:90px 20px 60px;
    line-height: 0;
}

.sectionEvent2025m2 .txt1{
    display: block;
    width: 220px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color:#fff !important;
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    background: #000;
    margin:0 auto;
}

.sectionEvent2025m2 .txt2{
    display: block;
    font-size: 21px;
    line-height: 1.5;
    color:#222 !important;
    font-weight: 300;
    text-align: center;
    margin:30px 0 0;
}

.sectionEvent2025m2 .txt2.txt2a{
    margin:15px 0 0;
}

.sectionEvent2025m2 .img1{
    display: block;
    margin:50px auto 0;
}

.sectionEvent2025m2 .txtMore{
    display: block;
    width: 100%;
    max-width: 860px;
    margin:30px auto 0;
    padding:15px 0 0;
    border-top:1px solid rgba(0,0,0,0.2);
}

.sectionEvent2025m2 .txtMore p{
    font-size: 10px;
    color:#ababab;
    text-align: left;
    line-height: 18px;
    display: block;
    font-weight: 400;
}
/*section2 : 끝*/







/*section3 : 시작*/
.sectionEvent2025m3{
    background: #000;
    padding:60px 20px 150px;
    line-height: 0;
}

.sectionEvent2025m3 .txt1{
    display: block;
    width: 270px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    color:#222 !important;
    line-height: 50px;
    font-size: 22px;
    font-weight: 400;
    background: #fff;
    margin:0 auto;
}

.sectionEvent2025m3 .txt2{
    display: block;
    font-size: 21px;
    line-height: 1.5;
    color:#fff !important;
    font-weight: 300;
    text-align: center;
    margin:30px 0 0;
}

.sectionEvent2025m3 .txt2.txt2a{
    margin:15px 0 0;
}

.glassLineUp{
    display: flex;
    flex-wrap: wrap;
    gap:0 15px;
    width: 100%;
    margin:60px auto 0;
}

.glassLineUp .glassOne{
    display: block;
    width: calc((100% - 30px) / 3);
    border-radius: 20px;
    border:1px solid #fff;
    padding:20px 15px 34px;
    background: #262626;
}


.glassLineUp .glassOne .name{
    display: block;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    color:#fff;
    line-height: 50px;
    text-align: center;
}
.glassLineUp .glassOne .img1{
    display: block;
    width: calc(100% + 30px);
    line-height: 0;
    transform: translateX(-15px);
}

.glassLineUp .glassOne .img1 img{
    display: block;
    width: 100%;
}

.glassLineUp .glassOne .txt1a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color:#fff;
    font-weight: 400;
    line-height: 21px;
    height: 109px;
    border-top:1px solid rgba(255,255,255,0.2);
    margin:25px 0 0;
    padding:25px 15px 0;
    word-break: keep-all;
}
/*section3 : 끝*/




.hLink3{
    display: block;
    box-shadow: 0px 0px 4px #FFFFFF99;
    border-radius: 5px;
    text-align: center;
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    line-height: 0;
    padding:0 14px;
    margin-right: 10px;
}

.hLink3 span{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: url(../images/lic1.svg) left no-repeat;
    background-size: 45px 10px;
    padding: 0 0 0 55px;
    color: #000000 !important;
}


.hLink4{
    display: block;
    box-shadow: 0px 0px 4px #FFFFFF99;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    padding:0 14px;
    width: 290px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.hLink4 span{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background: url(../images/genesis.png) left no-repeat;
    background-size: 50px 10px;
    padding:0 0 0 60px;
    color: #000000 !important;
}
















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



} /*반응형 1700px 끝*/





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



} /*반응형 1600px 끝*/



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



} /*반응형 1440px 끝*/



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



} /*반응형 1340px 끝*/




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

 

} /*반응형 1000px 끝*/



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




} /*반응형 800px 끝*/





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

   

} /*반응형 700px 끝*/




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


   



} /*반응형 550px 끝*/








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

} /*반응형 450px 끝*/



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

 
} /*반응형 420px 끝*/



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

   

} /*반응형 370px 끝*/



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

    
} /*반응형 330px 끝*/