/* BASIC css start */
/*1001 css추가*/
.membership_container{
    width:1200px; margin:0 auto;
    font-size:60px;
    text-align:center; 
    padding:48px 0 150px;
    }
    

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

.login_msg .tit,.login_msg .tit a{
    font-size: 20px;
    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:15px; color:#666666; font-weight:400;}


/*쿠폰*/
.benefit{line-height: 1;}
.benefit .tit{margin-top:80px;margin-bottom:21px; font-size:24px !important; color:#000000; font-weight:500;}
.benefit .msg{margin-bottom:49px; font-size:15px; color:#666666;}
.benefit-table {
  width: 1200px;
  margin:auto;
  border-collapse: collapse;
  text-align: center;
}

.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{font-size:16px;color:#000;padding:42px 0;font-weight:400;}
.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{
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    width: 178px;
    margin: 16px auto;}

.benefit-table .coupon {
    position: relative;
    display: block;
    padding: 8px;
    border-bottom: 1px dashed #dddddd;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #666666;
}


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

.benefit-table .coupon:nth-last-child(1){
    border-bottom:0;
}

.benefit-table .coupon strong {
    display: block;
    font-size: 18px;
    color: #ff0022;
    margin-bottom: 8px;
    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;}
.special_benefit ul li{/*
    line-height: 0.8;
    border-radius: 10px;
    width: 220px;
    height: 218px;
    text-align: left;
    padding: 41px 31px;
    line-height: 0.8;*/}
.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%;}
.special_benefit ul li.attend{background:url('/design/esdongsuh/img/attend_icon.png') no-repeat; background-color: #fff4e7; background-position:106% 133%;}
.special_benefit ul li.app{background:url('/design/esdongsuh/img/app_icon.png') no-repeat; background-color: #f7f7f7; background-position: 88% 88%}
.special_benefit ul li p.title{color:#000; font-weight:500; font-size:20px; margin-bottom: 20px;}
.special_benefit ul li p.underline{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
    line-height: 15px;}
    
    
.special_benefit ul li p.underline::after{
    content: "_";
    font-size: 0;
    height: 1px;
    background: #000;
    display: block;
    margin-top: 3px;}
.special_benefit ul li p.cont{
    font-size: 17px;
    color: #000000;
    line-height: 24px;}
    
.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: 80px;
    padding: 40px;
}

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

.notice-section{line-height:1}

.notice-section h4 {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    margin-bottom: 16px;
    margin-top: 40px;
    letter-spacing: -.35px;
}

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

.notice-section li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666666;
    letter-spacing: -.35px;
}

/* BASIC css end */

