/* BASIC css start */
/* =====================================================
   ÀÌ¸ÞÀÏ ¹®ÀÇÇÏ±â
===================================================== */

#emailManage *{
    background-color:transparent;
    box-sizing:border-box;
}

/* =====================================================
   ÀüÃ¼ Æø
===================================================== */

#emailManage{
    width:100% !important;
    max-width:800px !important;
    margin:0 auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.pop-cont {
    overflow-x: hidden; 
    overflow-y: auto;   
}

/* =====================================================
   »ó´Ü Å¸ÀÌÆ²
===================================================== */

#emailManage .tit-pop{
    text-align:center;
    padding:20px 0 30px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
}

#emailManage .tit-pop img{
    display:none;
}

#emailManage .tit-pop:before{
    content:"Shemeks ÀÌ¸ÞÀÏ ¹®ÀÇ";
    display:block;
    font-size:22px;
    font-weight:700;
    color:#333;
    letter-spacing:-0.5px;
}

#emailManage .tit-pop:after{
    content:"¹®ÀÇ ³»¿ëÀ» ³²°ÜÁÖ½Ã¸é ºü¸£°Ô ´äº¯µå¸®°Ú½À´Ï´Ù.";
    display:block;
    margin-top:8px;
    font-size:13px;
    color:#888;
    font-weight:400;
}

/* =====================================================
   ÀÔ·Â ¿µ¿ª
===================================================== */

#emailManage .table-d2-view{
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:12px;
    padding:20px;
    box-shadow:0 4px 8px rgba(0,0,0,.04);
    margin-top:0;
}

#emailManage .table-d2-view table{
    width:100%;
}

#emailManage .table-d2-view th{
    background:#fafafa;
    border-bottom:1px solid #e5e5e5;
    padding:14px 10px;
    font-size:13px;
    color:#333;
}

#emailManage .table-d2-view td{
    padding:14px;
    border-bottom:1px solid #e5e5e5;
}

/* ÀÔ·ÂÃ¢ */

#emailManage input[type=text],
#emailManage input[type=password],
#emailManage input[type=email],
#emailManage textarea{
    width:100% !important;
    padding:10px 12px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:13px;
    transition:.2s;
}

#emailManage input:focus,
#emailManage textarea:focus{
    border-color:#999;
    outline:none;
}

#emailManage textarea{
    min-height:150px;
    resize:vertical;
    max-width:100% !important;  
    box-sizing:border-box;      
    word-break:break-all;       
    overflow-x:hidden;          
    white-space:pre-wrap;       
}

/* =====================================================
   ÇÏ´Ü ¾È³»¿µ¿ª
===================================================== */

#emailManage .cont{
    background:#fff;
    border-radius:12px;
    padding:20px;
    margin-top:15px;
}

#emailManage .cont .c-hd h3{
    margin:0;
    color:#333;
    font-size:14px;
    font-weight:600;
}

#emailManage .cont .sect{
    font-size:13px;
    color:#666;
    line-height:1.7;
}

/* =====================================================
   ¹öÆ°
===================================================== */

#emailManage .btn-foot{
    text-align:center;
    margin-top:25px;
}

#emailManage .btn-foot img{
    border-radius:10px;
}

#emailManage .btn-consult{
    display:inline-block;
    min-width:220px;
    height:50px;
    line-height:50px;

    background:#888;
    color:#fff !important;

    font-size:15px;
    font-weight:700;

    border-radius:10px;
    text-decoration:none;

    transition:.2s;
    margin-bottom:20px;
}

#emailManage .btn-consult:hover{
    background:#222;
}

/* =====================================================
   ±âÁ¸ ¿ä¼Ò Á¤¸®
===================================================== */

#emailManage .tbl{
    width:100%;
}

#emailManage textarea{
    width:100%;
}

#emailManage input{
    width:100%;
}
/* BASIC css end */

