.wrap-post {
    width: 100%;
    background: url("../img/event/img_event_post_bg.png") repeat-y;
    background-size: 100% auto;
    background-position: top center;
    min-height: 100vh;
    text-align: center;
    overflow: hidden;
    color: #000;
}

.wrap-post p {
    box-sizing: border-box;
}

/*20220820 | 2차 수정*/
.wrap-post .inner .margin-box {
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    padding: 50px 10px 65px;
    box-sizing: border-box;
}

.wrap-post .inner .full-box .margin-box {
    padding: 60px 0 160px;
}

/*20220820 | 수정*/
.wrap-post .inner > .margin-box .img-wrap01 + .description{
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -1.05px;
    text-align: center;
    margin-bottom: 12px;
}

.full-box {
    width: 100%;
    background-color: #f2f2f3;
}

.wrap-post .floting-icon {
    background-size: contain;
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
}

.wrap-post .floting-icon.floting-icon-smile {
    background-image: url('../img/event/icon_smile.png');
    left: 30px;
    top: 395px;
    width: 45px;
    height: 45px;
}

.wrap-post .floting-icon.floting-icon-desktop {
    background-image: url('../img/event/icon-desktop.png');
    left: 0;
    top: 736px;
    width: 64px;
    height: 64px;
}

.wrap-post .floting-icon.floting-icon-jam {
    background-image: url('../img/event/icon-jam.png');
    right: 48px;
    top: 310px;
    width: 40px;
    height: 43px;
}

.wrap-post .floting-icon.floting-icon-question {
    background-image: url('../img/event/icon-question-mark.png');
    right: 16px;
    top: 687px;
    width: 24px;
    height: 35px;
}

@media (min-width:769px){
    .wrap-post .label:first-child {
        width: 145px;
    }
}

.wrap-post .label {
    display: inline-block;
    width: auto;
    padding: 9px 17px;
    background: #000;
    color: #fff;
    line-height: 62px;
    margin: 0 auto;
    border-radius: 30px;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    text-align: center;
    color: #fff;
}

.wrap-post .title {
    max-width: 429px;
    margin: 5px auto 19px;
}

/*20220819 | 수정 [s]*/
.wrap-post .full-box .title {
    max-width: 640px;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.9px;
    text-align: center;
}

.title+.description {
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 60px;
}

.flag {
    margin-bottom: 12px;
    box-sizing: border-box;
    margin-top: 36px;
}
/*20220819 | 수정 [e]*/

.flag--filled-black {
    width: auto;
    height: 28px;
    flex-grow: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    border-radius: 50px;
    background-color: #000;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: center;
    color: #fff;
}

.flag--outlined-black {
    width: auto;
    height: 28px;
    flex-grow: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    border-radius: 50px;
    border: 2px solid #000;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: center;
    color: #000;
}


.flag+.description {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.9px;
    text-align: center;
    color: #000;
}

/*20220820 | 2차 수정*/
.flag+.description+.description.color666 {
    margin-bottom: 42px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: center;
    color: #000;
    opacity: 0.6;
    margin-top: 8px;
}

.color666 {
    opacity: 0.6;
    font-family: 'Pretendard';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: center;
    color: #000;
}


.wrap-post .btn-light {
    margin-top: 60px;
    width: 368px;
    text-align: center;
    color: #000;
    font-size: 22px;
    height: 68px;
    background: #fff;
    font-weight: 700;
    border-radius: 10px;
}

.wrap-post .btn-list.one-button ul li:first-child .btn.btn_filled_gray {
    height: 60px;
    border-radius: 10px;
    background-color: #000;
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    text-align: center;
    color: #fff;
}

.wrap-post .text-bottom {
    margin-top: 110px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -1px;
    text-align: center;
    color: #000;
}

.wrap-post .logo {
    margin-top: 13px;
    width: 156px;
    height: 53px;
    background-image: url("../img/common/img-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.img-wrap {
    width: auto;
    margin: auto;
}

.img-wrap01 {
    max-width: 447px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.img-wrap02 {
    max-width: 292px;
    margin-top: 17px;
}

.img-wrap03 {
    max-width: 495px;
    margin-bottom: 60px;
}

.caution-list{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.7px;
    text-align: center;
    color: #646464;
    margin-top: 60px;
}

.caution-list em{
    display: block;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 20px;
}

.btn-list ul{
    flex-direction: column;
}
.btn-list ul li:first-child button.btn {
    height: 60px;
    border-radius: 10px;
    background-color: #000;
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    text-align: center;
    color: #fff;
}

.btn-list ul li:last-child button{
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.54px;
    text-align: center;
    color: #000;
    border: solid 2px #19191a;
}

.full-box .title-flag{
    font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: center;
  height: 31px;
  padding: 1px 7px 2px;
  border-radius: 2px;
  border: solid 1px #000;
  margin-right: 13px;
  box-sizing: border-box;
}
.full-box .title .title-flag:last-of-type{ 
    margin-right: 0; 
}

@media (max-width: 768px) {
    body {
        position: relative;
    }

    .wrap-post {
        background-image: unset;
        padding-bottom:0 ;
    }

    .wrap-post .inner {
        width: 100%;
        padding: 45px 0 0px;
        background: url(../img/event/img_event_honey.png) repeat-x;
        background-size: 100% auto;
        background-position: top;
        position: relative;
    }

    .wrap-post .inner:after{
        content: '';
        display: block;
        clear: both;
        z-index: -1;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: url(../img/event/img_event_post_bg_m.png) repeat-y;
        background-position: top;
        background-size: 100% auto;
    }

    .wrap-post .inner .full-box .margin-box{
        padding: 46px 28px 90px;
    }

    .bottom {
        overflow: hidden;
        padding-bottom: 80px;
    }

    .wrap-post .label {
        width: auto;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 7px;
        padding: 0 16px;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        text-align: center;
    }

    .wrap-post .title {
        max-width: 297px;
        margin-bottom: 10px;
    }

    .wrap-post .description {
        margin-bottom: 46px;
        line-height: 1.5;
    }
    /*20220819 | 수정*/
    .wrap-post .inner > .margin-box .description{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: -0.85px;
        text-align: center;
    }

    /*20220820 | 2차 수정*/
    .wrap-post .inner > .margin-box .description.color666{
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.65px;
        text-align: center;
        color: #646464;
        margin-top: 6px;
    }

    /*20220820 | 2차 수정*/
    .wrap-post .inner > .margin-box .flag+.description+.description.color666{
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.65px;
        text-align: center;
    }

    .title+.description {
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: -0.85px;
        text-align: center;
        color: #000;
        margin-bottom: 44px;
    }

    /*20220819 | 수정*/
    .flag {
        width: auto;
        height: 26px;
        padding: 7px 16px;
        box-sizing: border-box;
        border-radius: 50px;
        margin-bottom: 12px;
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -0.65px;
    }

    .flag--filled-black {
        background-color: #000;
    }
    .flag--outlined-black{
        margin-top: 36px;
    }

    .flag+.description {
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: -0.85px;
        text-align: center;
        color: #000;
        margin-bottom: 4px;
    }

    .wrap-post .floting-icon.floting-icon-smile {
        width: 23px;
        height: 23px;
        left: 27px;
        top: 257px;
    }

    .wrap-post .floting-icon.floting-icon-jam {
        width: 20px;
        height: 22px;
        top: 223px;
        right: 33px;
    }

    .wrap-post .floting-icon.floting-icon-desktop {
        width: 24px;
        height: 21px;
        top: 561px;
        left: 20px;
    }

    .wrap-post .floting-icon.floting-icon-question {
        width: 12px;
        height: 17px;
        top: 511px;
        right: 25px;
    }

    .wrap-post .btn-list.one-button ul li:first-child .btn.btn_filled_gray {
        width: calc(100% - 46px);
        height: 60px;
        font-size: 17px;
        margin: 0 23px 60px;
    }

    .wrap-post .text-bottom {
        margin-top: 60px;
        font-size: 14px;
    }

    .wrap-post .logo {
        margin-top: 5px;
        width: 107px;
        height: 40px;
        background-size: contain;
    }

    .btn-list{
        padding: 0;
        box-sizing: border-box;
    }

    .btn-list ul li{
        width: 100%;
        height: auto;
        padding:5px 0;
    }

    .btn-list ul li:last-child{
        margin-left: 0;
    }

    .btn-list ul li:last-child button, .btn-list ul li:first-child button{
        width: 100%;
    }

    .caution-list{
        text-align: left;
        box-sizing: border-box;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: -0.65px;
        text-align: left;
        color: #646464;
    }

    .caution-list em{
        margin-bottom: 10px;
    }

    /*20220819 | 수정 [s]*/
    .wrap-post .full-box .title{
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.8;
        letter-spacing: -0.8px;
        margin-top: 0;
        margin-bottom: 20px;
    }

    /*20220820 | 2차 수정*/
    .img-wrap03{
        max-width: 270px;
        margin-bottom: 46px;
    }

    /*20220820 | 2차 수정*/
    .img-wrap02{
        max-width: 180px;
    }

    /*20220820 | 수정*/
    .img-wrap01{
        max-width: 280px;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    /*20220820 | 수정*/
    .full-box .flag--filled-black{
        height: 26px;
        margin-bottom: 36px;
        margin-top: 0;
    }

    /*20220820 | 2차 수정*/
    .full-box .title-flag{
        height: 25px;
        padding: 1px 4px;
        border-radius: 2px;
        border: solid 1px #000;
        box-sizing: border-box;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.38;
        letter-spacing: -0.8px;
        margin-right: 3px;
    }

    .full-box .title-flag:last-child{
        margin-right: 0;
    }
    /*20220819 | 수정 [e]*/

    /*20220820 | 2차 수정*/
    .wrap-post .inner > .margin-box .img-wrap01 + .description{
        font-size: 17px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: -0.85px;
        text-align: center;
        margin-bottom: 0;
    }

    /*20220820 | 2차 수정*/
    .wrap-post .inner .margin-box{
        padding: 50px 28px 60px;
    }
}