.yakkwan-container{
    position: relative;
    background: #eee;
    height: 100vh;
    padding-top: 80px;
    overflow: scroll;
    box-sizing: border-box;
    font-family: 'Noto Sans KR';
    overflow: hidden;
}
.yakkwan-wrap{
    max-width: 800px;
    height: 800px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
}
.yakkwan-contents{
    
}
.yakkwan-contents .title-wrap{
    position: relative;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    background-color: #222;
}
.yakkwan-contents .title-wrap > .btn-close{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 0px;
    width: 40px;
    height: 40px;
    background: url('../img/btn_close.png')no-repeat center center;
    background-size: 20px;
}
.yakkwan-contents .title-wrap > h1{
    line-height: 54px;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Noto Sans KR';
    color:#fff;
    background: url('../img/logo.png')no-repeat center right 30px;
    background-size: auto 40px;
}
.yakkwan-contents .txt-wrap{
    position: relative;
    padding: 60px;
    height: 596px;
    box-sizing: border-box;
    overflow-y: auto;
}
.yakkwan-contents .txt-wrap p{
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 30px;
}
.yakkwan-contents .txt-wrap p.stit{
    font-size: 16px;
    margin-bottom: 10px;
}
.yakkwan-contents .txt-wrap > h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.yakkwan-contents .txt-wrap > h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.yakkwan-contents .txt-wrap .copy{
    margin-bottom: 50px;
}
.yakkwan-contents .txt-wrap .copy p{
    margin-bottom: 10px;
}

.yakkwan-contents .txt-wrap .copy p.ent{
    padding-left: 10px;
}
.yakkwan-contents .txt-wrap .list{
    margin-bottom: 30px;
}
.yakkwan-contents .txt-wrap .list > p{
    margin-bottom: 10px;
}
.yakkwan-contents .yakkwan-bottom-btns{
    text-align: center;
    padding: 20px 0;
    margin: 0 20px;
    border-top: 1px solid #ddd;
}
.yakkwan-contents .yakkwan-bottom-btns .btn-ok{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: #222;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
    text-decoration: none;
    border-radius: 5px;
}
@media (max-width: 800px) {
    .yakkwan-container{
        padding-top: 0;
        height: 100vh;
    }
    .yakkwan-wrap{
        height: 100%;
    }
    .yakkwan-contents .title-wrap{
        background: url('../img/logo.png')no-repeat top 40px left 30px;
        background-color: #222;
        background-size: auto 30px;
        padding: 20px 30px;
        padding-top: 80px;
    }
    .yakkwan-contents .title-wrap > .btn-close{
        left: auto;
        right: 24px;
    }
    .yakkwan-contents .title-wrap > h1{
        font-size: 24px;
        background: none;
    }
    .yakkwan-contents .txt-wrap{
        position: relative;
        box-sizing: border-box;
        overflow-y: auto;
        height: calc(100vh - 154px);
        padding:  50px 30px;
        box-sizing: border-box;
        padding-bottom: 151px;
    }

    .yakkwan-contents .yakkwan-bottom-btns{
        position: absolute;
        bottom:0;
        left: 0;
        right:0;
        background: #fff;
        z-index: 55;
    }
 }