
/* common */
.inner {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.main .section .inner{
    position: relative;
    z-index: 1;
    padding: 100px 0 100px 0;
}

.section .sub_txt{
    font-size: 35px;
    font-weight: 800;
    padding: 30px 0 50px 0;
}

.text_left{
    text-align: left;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}



@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

body{
    
    font-family: 'Pretendard';

}


.inner-1080{
    width:1080px;
    margin:0 auto;
    position: relative;
}

.section{
    position: relative;
    width:100%
}

.text-center{
    text-align: center !important;
}

.font-weight-bold{
    font-weight: 900 !important;
}


.section-title-wrap .main-title{
    font-family: 'Pretendard';
    letter-spacing: -0.04em;
    font-weight: 500;
    font-size:44px;

}

.text-green{
    color:#40bb18
}

.section-title-wrap .sub-title{
    font-family: 'GMarketSans';
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.05em;

}

.section-title-wrap .sub-title .font-weight-500{
    font-weight: 500;

}



/* section_01 */
#section_01{
    background: url(/resource/common/images/landing/referral_event/section_01_bg.png);
    height:450px;
    overflow: hidden;
}

#section_01 .section_01-wrap{
    padding:0 30px;
    display: flex;
    height:450px;
    overflow: hidden;
    position: relative;
}

#section_01 .gift-img{
    position: relative;
    bottom:-46px;
    right:-10px;
    margin-left:auto
}

#section_01 .gift-img2{
    position: absolute;
    bottom:65px;
    right:50px;
    margin-left:auto;
    animation: rotate360 7s linear infinite;
}

#section_01 .gift-img2-txt{
    position: absolute;
    bottom:85px;
    right:72px;
    color:#fff;
    font-family: 'GMarketSans';
    font-weight:700;
    font-size:24px;
    text-align: center;
    line-height: 28px;

}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#section_01 .main-title img {
    opacity: 0;
    transform: translateX(50px);
    animation: slideInLeft 0.6s ease-out forwards;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


#section_01 .sub-title{
    font-family: 'GMarketSans';
    font-weight: 500;
    background: #f353ee;
    display: inline-block;
    padding:4px 18px;
    font-size: 22px;
    color:#fff;
    margin-top:65px;
    margin-bottom:15px;
    border-radius: 25px;

}
#section_01 .bg-money{
    position: absolute;
}
#section_01 .bg-money.money-01{top:330px;left:-426px;}
#section_01 .bg-money.money-02{top:60px;left:-340px;}
#section_01 .bg-money.money-03{bottom:-45px;left:350px}
#section_01 .bg-money.money-04{top:15px;left:530px}
#section_01 .bg-money.money-05{top:60px;right:-220px;}
#section_01 .bg-money.money-06{top:374px;right:-286px;}
#section_01 .bg-money.money-07{top:220px;right:-430px;}


/* section_02 */
.section-title-wrap{
    text-align: center;
}

#section_02{
    margin-top:70px;
    overflow: hidden;
}


#section_02 .con{
    background: url(/resource/common/images/landing/referral_event/section_02.png)center no-repeat;
    width:773px;
    height:348px;
    margin:35px auto;
    display: flex;

}

#section_02 .con .left{
    width:380px;
    padding-top:32px;
    font-family: 'GMarketSans';
}

#section_02 .con .right{
    width:380px;
    padding-top:32px;
    font-family: 'GMarketSans';
    margin-left:12px;

}

#section_02 .con .left .invite{
    background: url(/resource/common/images/landing/referral_event/section_02_left.png)center no-repeat;
    width:222px;
    height:157px;
    margin:0 auto;
    text-align: center;
    color:#fff;
    padding:26px 0 0 116px;
    font-size:18px;
    font-family: 'GMarketSans';
    box-sizing: border-box;

}

#section_02 .con .right .invite{
    background: url(/resource/common/images/landing/referral_event/section_02_right.png)center no-repeat;
    width:222px;
    height:165px;
    margin:0 auto;
    text-align: center;
    color:#fff;
    padding-top:26px;
    font-size:18px;
    font-family: 'GMarketSans';
    box-sizing: border-box;

}

#section_02 .con .right .invite .margin-left{
    margin-left:-116px;
    font-family: 'GMarketSans';
    box-sizing: border-box;
    color:#fff;
}
#section_02 .con .left .txt, #section_02 .con .right .txt{text-align: center;font-size:30px;
  }

  #section_02 .con .left .txt p, #section_02 .con .right .txt p{
    font-family: 'GMarketSans';font-weight: 700;
    margin:20px 0 -8px 0
}
#section_02 .con .left .invite .big-txt, #section_02 .con .right .invite .big-txt{
    font-size:30px;
    font-weight:700
}

/* section_02_01 */


#section_02 .shape-wrap, #section_02_01 .shape-wrap{
    position: absolute;
    
    -webkit-user-select:none;
     -ms-user-select:none;
    user-select:none
    
}
#section_02 .shape-wrap{position: absolute;}

#section_02 .shape-wrap.shape-01{top:80px;right:240px;}
#section_02_01 {padding-bottom: 80px;}

#section_02_01 .shape-wrap.shape-02{top:-40px;left:1050px;}
#section_02_01 .shape-wrap.shape-03{top:153px;right:45px;}
#section_02_01 .shape-wrap.shape-04{top:240px;left:30px;}
#section_02_01 .shape-wrap.shape-05{top:660px;right:0;}
#section_02_01 .shape-wrap.shape-06{top:1030px;left:160px;}
#section_02_01 .shape-wrap.shape-07{top:1090px;right:210px;}
#section_02_01 .shape-wrap.shape-08{top:-400px;left:170px;}
#section_02_01 .shape-wrap.shape-09{top:-100px;left:-40px;}
#section_02_01 .shape-wrap.shape-10{top:640px;left:200px;opacity: .5;}





#section_02_01 .main-title{
    padding-top: 50px;
}

#section_02_01 .tab-wrap .tabs {
    display: flex;
    margin-bottom: 20px;
    margin-top:30px;
    z-index:5
}

#section_02_01 .tab-wrap .tabs button{
    flex:1;
    color:#b2b2b2
}
#section_02_01 .tab-wrap .tab {
    padding: 24px 16px;
    cursor: pointer;
    background: #f3f3f3;
    font-size:22px;
    font-weight:500
}
#section_02_01 .tab-wrap .tabs button[data-tab="tab1"]:hover, #section_02_01 .tab-wrap .tabs button[data-tab="tab2"]:hover{
    background:#eee
}

#section_02_01 .tab-wrap .tab.active, #section_02_01 .tab-wrap .tab.active[data-tab="tab1"]:hover {
    background: #bd3dff;
    color: #fff;
    font-weight:700
}

#section_02_01 .tab-wrap .tab.active[data-tab="tab2"], #section_02_01 .tab-wrap .tab.active[data-tab="tab2"]:hover{
    background: #40bb18;
    color: #fff;
    font-weight:700
}

#section_02_01 .tab-wrap .tabs button[data-tab="tab1"]{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}


#section_02_01 .tab-wrap .tabs button[data-tab="tab2"]{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


#section_02_01 .tab-wrap .tab-content {
    display: none;
}


#section_02_01 .tab-wrap .tab-content.active {
    display: block;
    position: relative;
}


#section_02_01 .tab-content#tab1 .step-wrap {
    display: block;
    border: 1px dashed #e0c8ee;
    background:#fcf7ff;
    border-radius: 15px;
    padding:50px 0 45px 0
}

#section_02_01 .tab-content#tab2 .step-wrap {
    display: block;
    border: 1px dashed #beebae;
    background:#fafff9;
    border-radius: 15px;
    padding:50px 0 45px 0
}


#section_02_01 .step-wrap .step-con{
    
    display: flex;
}

#section_02_01 .step-wrap .step {
    flex: 1;
    text-align: center;
    padding: 0 20px;
    position: relative;
}

/* 가운데 구분선 */
#section_02_01 .step-wrap .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}

#section_02_01 .step-wrap .step-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size:20px;
}

#section_02_01 .step-wrap .step-text {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size:24px;
    font-weight:500
}

#section_02_01 .step-wrap .highlight {
    color: #a855f7;
    font-weight: bold;
}

#section_02_01 .tab-content[id="tab2"] .step-wrap .highlight {
    color: #40bb18;
    font-weight: bold;
}

#section_02_01 .step-wrap .img{
    padding:15px 0;
    vertical-align: middle;

}

#section_02_01 .step-wrap .img.vertical-align{
    position: relative;
    top: 14px;

}

#section_02_01 .invite-link{
    text-align: center;
    position: relative;
}

#section_02_01 .invite-link .mid-arrow{
    margin:25px 0
}

#section_02_01 .invite-content .invite-wrap {
    width: 800px;
    margin: 50px auto;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

#section_02_01 .invite-header {
background: #000;
color: #fff;
text-align: center;
padding: 30px 20px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}

#section_02_01 .invite-header h4 {
color:#fff;
font-size: 28px;
font-weight:500
}

#section_02_01 .invite-header p{
    color:#fff;
    font-family: 'GMarketSans';
    font-size:20px;
    font-weight:300
}
 
#section_02_01 .invite-header p span {
color: #fae100;
font-weight: 500;
}

/* content */
#section_02_01 .invite-content {
padding: 45px 0 55px 0;
background: #f8f8f8;
border:1px solid #dcdcdc;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}

/* step */
#section_02_01 .invite-content .step:first-child {
margin-bottom: 55px;
}

#section_02_01 .invite-content .step-title {
font-weight: bold;
margin-bottom: 15px;
gap: 10px;
font-size:20px;
font-family: 'GMarketSans';
font-weight: 400;
}

#section_02_01 .invite-content .step-title .num {
width: 30px;
height: 30px;
background: #000;
color: #fff;
border-radius: 50%;
font-size: 14px;
padding:8px 8px 6px 6px;
justify-content: center;
margin-right:4px;
}

#section_02_01 .invite-content .input-area {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  
  
  #section_02_01 .input-wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 0 12px;
    height: 60px;
    box-sizing: border-box;
    width:calc(100% - 140px)
  }


  
  #section_02_01 .input02 {
    width: 45px;
    border: none;
    outline: none;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background: transparent;
  }
  
  #section_02_01 .input02:nth-child(3) {
    width: 60px;
  }
  
  #section_02_01 .input02::placeholder {
    color: #bbb;
    font-weight: 400;
  }
  
  #section_02_01 .input-wrap span {
    font-size: 16px;
    color: #000;
  }
  
  #section_02_01 .input-area button {
    height: 60px;
    padding: 0 24px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  #section_02_01 .input-area button:hover {
    background: #333;
  }
#section_02_01 .invite-content .input-area button {
    width: 140px;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    font-size:18px;
}

#section_02_01 .invite-content .input-area button:hover{
    background:#333

}


  
#section_02_01 .invite-content  .info-box {
    background: #eaeaea;
    padding: 25px 20px;
    border-radius: 10px;
    color: #333;
    font-size:18px;
    border:1px solid #dfdfdf;
    height:85px;
    box-sizing: border-box;
}

#section_02_01 .invite-content  .info-box p{
    
    text-align: center;
}






#section_02_01 .invite-content .w-650{
    width:650px;margin:0 auto;
}




/* 저장 누른 후 */

  #section_02_01 .invite-content .warning{
    display: block;
    position: absolute;
    text-align:left;
    font-size:15px;
    margin-top:6px;
    font-weight: 500;
    color:#f84747;
    padding-left:5px;
  }
  
  #section_02_01 .invite-content .warning button{
    margin-right:4px;
    fill:#f84747
  }

#section_02_01 .input-area.after .input-wrap{
    border:1px solid #c8c8c8;
    background: #eaeaea; 
}
#section_02_01 .input-area.after button{
    background:#777
  }
#section_02_01 .info-box.after{
    background:#fff;
    border:2px solid #000;

}

#section_02_01 .invite-content .confirm{
    display: none;
  }

#section_02_01 .invite-content .confirm.after{
    display: block;
    position: absolute;
    text-align:left;
    font-size:15px;
    margin-top:6px;
    font-weight: 500;
    color:#3267e9;
    padding-left:3px;
  }

  #section_02_01 .invite-content .confirm.after button{
    margin-right:6px;
  }

  #section_02_01 .invite-content .confirm.after button img{
    width:19px;
    height:19px;
    vertical-align: -2px;
  }

#section_02_01 .info-box .link {
    display: none;
}

/* after 상태 */
#section_02_01 .info-box.after p {
    display: none;
}

#section_02_01 .info-box.after .link {
    display: flex;
    align-items: center;
    gap: 12px;
}

#section_02_01 .info-box.after .link .link-url {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #222;
    text-decoration: none;
}

#section_02_01 .info-box.after .link span {
    margin-left: auto;
    flex-shrink: 0;
    white-space: nowrap;
    text-decoration: underline;
    text-underline-offset:3px;
    font-weight: 700;
    cursor: pointer;
}


/* section_03 */
#section_03{
    background: url(/resource/common/images/landing/referral_event/section_03_bg.png);
    height:auto;
    padding-bottom:80px;
    padding-top:70px;
}

#section_03.none{
    background: url(/resource/common/images/landing/referral_event/section_03_bg.png);
    height:450px;
    padding-top:70px;
}


.table-wrap {
    width: 100%;
    max-width: 1080px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-family: 'Pretendard', sans-serif;
    margin-top:30px;
    background:#fff
  }
  
  /* 헤더 */
#section_03 .table-wrap thead th {
    background: #3bb10f;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: bold;
  }
  
  #section_03 .table-wrap thead th:first-child {
    border-right: 1px solid #efefef;
  }
  
  /* 바디 스크롤 영역 */
  #section_03 .table-body {
    max-height: 600px;
    overflow-y: auto;
    background: #fff;
    margin-right: 4px;
  }
  
  #section_03 .table-wrap table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  
  #section_03 .col-date {
    width: 200px;
    text-align: center;
  }
  
  #section_03 .table-body td {
    padding: 12px;
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    font-weight:500;
    color: #333;
    text-align: center;
  }

#section_03 .table-body td:first-child{
    border-right:1px solid #efefef
  }
  #section_03 .table-body td .font-weight-normal{
    font-weight:400
  }
  
  #section_03 .table-body tr:hover {
    background: #fafff9;
  }
  
  /* 스크롤바 (옵션) */
  #section_03 .table-body::-webkit-scrollbar {
    width: 6px;
  }
  
  #section_03 .table-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  #section_03 .table-body table tr .min-height{
    height:260px;
    overflow: hidden;
  }
  #section_04{
    background:#fafafa;
    padding:40px 0
  }

  #section_04 h5{
font-size:28px;
font: weight 900px;padding-bottom:20px;
  }

  #section_04 p{
    line-height:32px;
    font-size:18px;
    color:#555555;
    font-weight:400;
  }


  /* 비로그인 */
/* 블러 */
.locked #section2::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);

    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.3);

    z-index: 1;
}

/* 안내 박스 */
.blur-message, .blur-message2 {
    display: none;
}

 .blur-message {
    position: absolute;
    top: 722px;
    left: 50%;
    transform: translate(-50%, -50%);
    
    z-index: 2;
    background: rgba(0,0,0,0.8);
    width:1080px; 
    height:528px;   
    padding: 200px 30px;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;

}


.blur-message2.igunsul, .blur-message2.jungi {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top:35px;
    z-index: 2;
    background: rgba(0,0,0,0.8);
    width:1080px; 
    height:313px;   
    padding: 90px 30px;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;

}


.blur-message p, .blur-message2 p {
    margin-bottom: 10px;
    font-weight: bold;
    color:#fff;
    font-size:24px;
}

.blur-message.igunsul button, .blur-message2.igunsul button{
    padding: 15px 125px;
    border: none;
    background: #3267e9;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size:20px;
    font-weight:500;
    margin-top:12px;
}


.blur-message.jungi button, .blur-message2.jungi button {
    padding: 15px 125px;
    border: none;
    background: #00993a;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size:20px;
    font-weight:500;
    margin-top:12px;
}

  .login-before{
    position: fixed;
    left:20px;
    bottom:20px;

    background:#000;
    color:#fff;
    padding:8px 15px
  }



