

.nonemail{
    background: #fff;
    padding: 30px 30px 50px;
    border-top: 2px solid #830020;
}

.nonemail > div{
    max-width: 1100px;
    margin: auto;
    /* border: 1px solid #dbdbdb; */
}
.nonemail article{
    position: relative;
    width: 100%;
    /* padding: 40px; */
    display: flex;
    background: #fff;
    /* border: 6px solid #ece2d3; */
    /* border: 1px solid #dbdbdb; */
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.nonemail article .title ~ div{
    margin-top: 30px;
}

.nonemail article .title{
    display: flex;
    width: 100%;
}

.nonemail article .title p{
    font: 23px/1.3em "나눔바른고딕";
    color: #000;
    margin-right: auto;
}
.nonemail article .title .close{
    min-width: 32px;
    height: 32px;
    background: url(../../../../images/iosf/ko/content/nonemail/btn_close_32x32.png)no-repeat center;
    background-size: 32px 32px;
    margin-left: auto;
}


.nonemail article .text{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 0;
    /* border-top: 1px solid #d8d8d8; */
    border-bottom: 1px solid #313133;
}
.nonemail article .text:before{
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #d8d8d8;
}

.nonemail article .text .mark{
    min-width: 110px;
    height: 110px;
    background: url(../../../../images/iosf/ko/content/nonemail/img_nonemail_110x110.png)no-repeat center;
    background-size: 110px 110px;
    margin-right: 25px;
}

.nonemail article p{
    width: 100%;
    height: 100%;
    font: 17px/1.5em "나눔바른고딕";
    color: #000;
    text-align: left;
}
.nonemail article .btn{
    width: 100%;
    text-align: center;
    /* border-top: 1px solid #313133; */
    /* margin-top: 30px; */
}
.nonemail article .btn a,
.nonemail article .btn button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    height: 48px;
    padding: 11px 15px;
    font: bold 17px/1.3em "나눔바른고딕";
    color: #fff;
    background: #8f816a;
    transition: all 0.2s;
}

.nonemail article .btn a:hover,
.nonemail article .btn button:hover{
    background: #83001e;
    transition: all 0.2s;
}



@media screen and (max-width: 640px) {

    .nonemail{
        padding: 30px 20px 40px;
    }

    .nonemail article .title p{
        font-size: 21px;
    }
    .nonemail article .text{
        flex-direction: column;
        padding: 30px 0;
    }
    .nonemail article .text .mark{
        margin-bottom: 30px;
    }
    
}

@media screen and (max-width: 350px) {
    .nonemail{
        min-width: 310px;
    }
    
}