/* BASIC css start */
/*1001 css추가*/
.membership_container{
    font-size:60px;
    text-align:center; 
    padding:24px 0 0;
}
    

.login_msg{
    background: #fff6f7;
    border-radius: 10px;
    display: flex;
    padding: 40px 20px;
    flex-direction: column;
    text-align: left;
    margin: 0 15px;}
    
.login_msg .tit{margin-bottom: 12px;}

.login_msg .tit,.login_msg .tit a{
    font-size: 16px;
    color:#000000;
    font-family: 'Noto Sans KR';
    font-weight: 500;}

.login_msg .tit a,
.login_msg .tit a:hover{
    text-decoration: underline !important;
    vertical-align: top;
}

.login_msg span{font-size:14px; color:#666666; font-weight:400;}


/*쿠폰*/
#wrap .benefit{line-height: 1; margin: 0 20px;}
.benefit .tit{
    margin-top: 40px;
    margin-bottom: 12px;
    font-size: 18px !important;
    color: #000000;
    font-weight: 500;}
    
.benefit .msg{
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;}
    
.benefit-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}

.benefit-table tbody tr.birthday th, .benefit-table tbody tr.birthday td{
    border-bottom: 0;}

.benefit-table tbody tr.birthday th, .benefit-table tbody tr.birthday td,
.benefit-table tbody tr.birth_msg th, .benefit-table tbody tr.birth_msg td {

    padding: 13px 0 0;
    height: auto;
}
.benefit-table tbody tr.birthday td .coupon-wrap{margin-bottom:0}
 
.benefit-table tbody tr th{
    background: #fafafa;
    font-size: 14px;
    color: #000;
    padding-right: 0 !important;
    padding: 24px 15px;
    font-weight: bold;
    vertical-align: top;
    text-align: left;
    font-family: 'Lato';}
    
    
.f14{font-size:14px !important}
.f16{font-size:16px !important}

.benefit-table th,
.benefit-table td {
  color:#000;
  text-align:center;
  font-size: 18px;
  border-bottom: 1px solid #e7e7e7;
}
.benefit-table td{height: 120px;}

.benefit-table thead th {
  padding:25px 0;
  background: #f7f7f7;
  font-family:'lato';
  font-size:18px; 
  font-weight: 600;
    color: #000;
    border-bottom: 1px solid #f7f7f7;
}



/* 쿠폰 공통 디자인 */
.benefit-table .coupon-wrap{
    gap: 9.5px;
    margin: 15px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;}

.benefit-table .coupon {
    position: relative;
    display: inline-block;
    padding: 13px 8px;
    border: 1px solid #e7e7e7;
    font-size: 11px;
    line-height: 1;
    margin: 0;
    color: #666666;
    border-radius: 10px;
    width: calc(50% - 23px);
    text-align: center;
}


.benefit-table .coupon .point{
    position: absolute;
    right: -11px;
    top: -8px;
    background: url(/design/esdongsuh/img/point.png) no-repeat;
    width: 53px;
    height: 42px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    text-indent: -9px;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 13px;
    background-size: contain;}

.benefit-table .coupon:nth-last-child(1){
}

.benefit-table .coupon strong {
    display: block;
    font-size: 15px;
    color: #ff0022;
    margin-bottom: 7px;
    line-height: 1;
    font-weight: 400;
}

.birth_msg .red{
    color: #ff0022;
    font-size: 13px;
    margin-bottom: 28px;}
    
/*특별한 혜택 배너 4개*/
.special_benefit ul{
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;}
    
    
.special_benefit ul li{
    width: calc(50% - 4px);
    /*
    background-size: contain !important;
    line-height: 0.5;
    border-radius: 10px;
    text-align: left;
    width: calc(50% - 4px);
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    aspect-ratio: 100 / 107.4;
    display: flex;
    flex-direction: column;
    padding: 24px 15px;
    justify-content: flex-start;*/
    }
    

.special_benefit ul li img{width:100%}
    
.special_benefit ul li.new{background:url('/design/esdongsuh/img/new_bg.png') no-repeat;}
.special_benefit ul li.marketing{
    background: url(/design/esdongsuh/img/marketing_ico.png) no-repeat;
    background-color: #ffe7ea;
    background-position: 87% 88%;
    background-size: 35% !important;}
.special_benefit ul li.attend{background:url('/design/esdongsuh/img/attend_icon.png') no-repeat; background-color: #fff4e7; background-position: 107% 133%; background-size: 45% !important;}
.special_benefit ul li.app{
    background: url(/design/esdongsuh/img/app_icon.png) no-repeat;
    background-color: #f7f7f7;
    background-position: 87% 86%;
    background-size: 27% !important;}
    
.special_benefit ul li p.title{
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 10px;}
    
.special_benefit ul li p.underline{
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px; 
    width: fit-content;}
    
    
.special_benefit ul li p.underline::after{
    content: "_";
    font-size: 0;
    height: 1px;
    background: #d5d5d5;
    display: block;
    margin-top: 1px;
    margin-bottom: 6px;
    width: revert;}
    
.special_benefit ul li p.cont{
    font-size: 11px;
    color: #000000;
    line-height: 16px;}
    
.align_top td{vertical-align: top;}

/*꼭 확인하세요*/
.notice {
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: left;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-top: 40px;
    padding: 24px 20px;
}

.notice-title {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-bottom: -4px;
    letter-spacing: -.35px;
}

.notice-section{line-height:1}

.notice-section h4 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    letter-spacing: -.35px;
}

.notice-section ul {
    margin: 0;
    padding-bottom: 0px;
}

.notice-section li {
    font-size: 11px;
    color: #666666;
    line-height: 1.6;
    letter-spacing: -.35px;
    position: relative;
    padding-left: 1em;
    text-indent: -0.7em;
}


.birth{
    margin: 20px 10px;
    text-align: center;
    font-size: 12px;
    color: #ff0022;
    line-height: 1.4;}



/*1010*/
.benefit-info {
    text-align:left;
    font-size: 13px;
    color: #333;
    padding: 24px 0;
    padding-left: 15px;
}

.benefit-info strong{font-weight:500}


.criteria {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.criteria > div{width:50%}

.criteria strong {
  display: block;
  font-weight: 500;
  margin-bottom: 13px;
}

.criteria strong em{font-size:11px}
.extra-benefit {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.benefit-box {
  width: 48%;
}

.benefit-box .title {
  display: block;
    font-weight: 500;
    margin-bottom: 0;
    color: #000;
}

.benefit-box .content {
  border: 1px solid #eee;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
  background: #fafafa;
}

.benefit-box .content strong {
  display: block;
  color: #e60012;
  font-weight: 700;
}

.benefit-box .content span {
  font-size: 12px;
  color: #666;
}

.benefit-box .coupon{width:100%}
/* BASIC css end */

