﻿#CMMpop_gamestart .bold2 {
    /*font-family: "PretendardBold", sans-serif*/
    font-weight: bold;
}

.pop_wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.pop_wrap.on {
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    z-index: 99;
    display: flex !important;
}

.pop_wrap .pop_layer {
    position: relative;
    background-color: #fff;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}

.pop_wrap .pop_contents {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 1.5;
    color: #5b5b5b;
    padding: 40px;
}

.pop_wrap .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: #78604d;
    /*font-family: "PretendardMedium", sans-serif;*/
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.6px;
    color: #fff;
    text-align: center;
}

#CMMpop_gamestart {
    position: fixed;
    min-width: 640px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1000;
    text-align: center;
    align-items: center;
}

#CMMpop_gamestart:after {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ""
}

#CMMpop_gamestart .popup_layer {
    width: 680px;
    padding: 50px 40px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .16);
    border: solid 1px #bebebe;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    position: relative
}

#CMMpop_gamestart .title {
    font-size: 18px;
    line-height: 30px;
    color: #222832;
    background-color: inherit;
}

#CMMpop_gamestart .notice_box {
    padding: 24px 30px;
    background: #f8f8f8;
    text-align: left;
    margin-top: 36px
}

#CMMpop_gamestart .notice_box dt {
    color: #0e0e0e;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px
}

#CMMpop_gamestart .notice_box dt:nth-of-type(n+2) {
    margin-top: 20px
}

#CMMpop_gamestart .notice_box dd {
    color: #5e5e5e;
    font-size: 14px;
    line-height: 22px;
    padding-left: 17px;
    position: relative
}

#CMMpop_gamestart .notice_box dd:nth-child(n+2) {
    margin-top: 6px
}

#CMMpop_gamestart .notice_box dd:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #5e5e5e;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    left: 0;
    transform: rotate(45deg)
}

#CMMpop_gamestart .btn_download {
    padding: 16px 10px;
    border: solid 2px #0e0e0e;
    background: #fff;
    color: #0e0e0e;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 40px auto 0;
    min-width: 200px
}

#CMMpop_gamestart .btn_download:hover {
    border: solid 2px #0e0e0e;
    background: #0e0e0e;
    color: #fff
}

#CMMpop_gamestart .pop_close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-position: 35.27% 95.39%;
    background-size: 1281.25% 1277.08%;
    /*background-image: url("https://hive-fn.qpyou.cn/markup/img/community/zenonia/img/sprite_set-f72dac978f.png");*/
    background-image: url("../images/sprite_set-f72dac978f.png");
    background-repeat: no-repeat
}


