/*@import url(http://c.dubuplus.com/inc/css/font/notosans/notosanskr.css);*/

#sub_contents {
    margin-top: 15px;
}

/* 이메일무단수집거부 */
.email_refusal_main{
    overflow:hidden;
    background-color: #f0eef1;
    border-top: 1px solid #d5d9df;
    border-bottom: 1px solid #d5d9df;
}
.email_refusal_main .img_refual{
    display: none;
}
.email_refusal_main .img_refual img{
    width:100%;
    max-width:219px;
    max-height:165px;
}
.email_refusal_main .txt_refual{
    float:left;
    padding: 180px 80px 50px;
    width:100%;
    text-align: center;
    background-image: url(../images/emailIcon.png);
    background-repeat: no-repeat;
    background-position: center 50px;
}
.email_refusal_main .txt_refual dl{

}
.email_refusal_main .txt_refual dt{
    font-weight: 700;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size:18px;
    color:#333333;
}
.email_refusal_main .txt_refual dd{
    margin-top:15px;
    /*font-family: 'noto sans KR', sans-serif;*/
    font-size:13px;
    line-height:24px;
    color:#666666;
}
.email_refusal_main .txt_refual p{
    display: none;
    margin-top:33px;
    font-size:15px;
    font-weight:bold;
    color:#414141;
}
@media screen and (max-width:1200px){

}
@media screen and (min-width:769px) and (max-width:991px){

}

@media screen and (max-width:767px){
    #sub_contents {
        margin-top: 0;
    }
}

@media screen and (max-width:768px){
    .email_refusal_main .txt_refual {
        padding: 180px 20px 50px;
    }
}