/* block ui */
.block-pop-layer { position: fixed; z-index: 9999; top: 201px; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); }
.block-pop-layer .block-pop { position: fixed; left: 50%; margin-left: -200px; top: 250px; width: 400px; }
.block-pop-layer .block-pop .pop-header { font-size: 2.3rem; letter-spacing: -0.5px; font-weight: 700; border-top-left-radius: 4px; border-top-right-radius: 4px; color: #fff; padding: 30px 25px; background: linear-gradient(-45deg, #ff7400, var(--theme-color)); background-size: 400% 400%; animation: gradient 5s ease infinite; position: relative; overflow: hidden; line-height: 30px; }
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.block-pop-layer .block-pop .pop-header:after { width: 200px; height: 200px; background: url(../../img/common/error_w.svg); position: absolute; content: ''; top: -45px; right: -50px; opacity: .1; }
.block-pop-layer .block-pop .pop-header p { color: rgba(255,255,255,0.8); font-size: 1.35rem; font-weight: 300; display: block; margin-top: 8px; line-height: 18px; }
.block-pop-layer .block-pop .pop-header p a { font-weight: 500; text-decoration: underline; color: rgba(255,255,255,0.9); padding-right: 3px; }
.block-pop-layer .block-pop .pop-header p .imp { text-decoration: underline; }
.block-pop-layer .block-pop .pop-content { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background: #fff; padding: 20px 25px 25px; }
.block-pop-layer .block-pop .pop-content .login { margin-bottom: 20px; }
.block-pop-layer .block-pop .pop-content .login .sns { margin-top: 10px; }
.block-pop-layer .block-pop .pop-content .login input[type=text],
.block-pop-layer .block-pop .pop-content .login input[type=password] { width: 100%; height: 30px; border: none; background: #EDEDED; height: 40px; border-radius: 4px; padding-left: 15px; margin-bottom: 5px; letter-spacing: 0; }
.block-pop-layer .block-pop .pop-content .login input::-ms-input-placeholder { color: #888; }
.block-pop-layer .block-pop .pop-content .login input::-webkit-input-placeholder { color: #888; } 
.block-pop-layer .block-pop .pop-content .login input::-moz-placeholder { color: #888; }

.block-pop-layer .block-pop .pop-content .head { font-size: 1.2rem; display: block; margin-bottom: 8px; color: #999; font-weight: 500; }
.block-pop-layer .block-pop .pop-content .login .login-btn { height: 40px; background: var(--navy-color); display: block; color: #fff; border-radius: 4px; text-align: center; font-size: 1.35rem; line-height: 40px; transition: background .25s ease; font-weight: 600;}
.block-pop-layer .block-pop .pop-content .login .login-btn:hover {  }

.block-pop-layer .block-pop .pop-content .sns button { width: 24%; display: inline-block; float: left; text-align: center; vertical-align: top; height: 35px; border: none; color: #fff; border-radius: 4px; transition: background .25s ease; outline: 0; float: left; margin-right: 1.3333%; }
.block-pop-layer .block-pop .pop-content .sns button:last-of-type { margin-right: 0; }
.block-pop-layer .block-pop .pop-content .sns button img { width: 20px; }
.block-pop-layer .block-pop .pop-content .sns button.facebook { background: #4C69BA; }
.block-pop-layer .block-pop .pop-content .sns button.facebook:hover { background: #3C5393; }
.block-pop-layer .block-pop .pop-content .sns button.google { background: #e24530; }
.block-pop-layer .block-pop .pop-content .sns button.google:hover { background: #d5341e; }
.block-pop-layer .block-pop .pop-content .sns button.linkedin { background: #1388C8; }
.block-pop-layer .block-pop .pop-content .sns button.linkedin:hover { background: #0776B3; }
.block-pop-layer .block-pop .pop-content .sns button.naver { background: #19ce60; }
.block-pop-layer .block-pop .pop-content .sns button.naver:hover { background: #0DB750; }
.block-pop-layer .block-pop .pop-content .sns .head { float: left; width: 100%; }
.block-pop-layer .block-pop .pop-content .sns button { float: left; }
.block-pop-layer .block-pop .pop-content .sns .notice { float: left; width: 100%; font-size: 1.15rem; margin-top: 5px; color: #999; font-weight: 300; }

.block-pop-layer .block-pop .pop-content .register-btn { width: 100%; height: 40px; line-height: 38px; border: 1px solid var(--navy-color); display: block; border-radius: 4px; text-align: center; color: var(--navy-color); font-size: 1.35rem; font-weight: 500; }
.block-pop-layer .block-pop .pop-content .register .notice { display: block; width: 100%; font-size: 1.15rem; margin-top: 5px; color: #999; font-weight: 300; }

.block-pop-layer .block-pop .pop-content .apply .plan-view-btn { padding: 10px 10px; word-break: break-word; background: #19298E; display: block; color: #fff; border-radius: 4px; text-align: center; font-size: 1.35rem; line-height: 15px; transition: background .25s ease; }
.block-pop-layer .block-pop .pop-content .apply .plan-view-btn:hover { background: #0921B9; }
.block-pop-layer .block-pop .pop-content .apply p { font-size: 1.2rem; margin-top: 15px; color: #666; font-weight: 400; border-top: 1px solid #dee3eb; padding-top: 15px; }
.block-pop-layer .block-pop .pop-content .apply p a { text-decoration: underline; padding: 0 2px; font-weight: 500; color: #666; }
.block-pop-layer .block-pop .pop-content .apply p a:hover { color: #222; }
.block-pop-layer .block-pop .pop-content .apply p .imp { text-decoration: underline; }

.block-pop-layer .block-pop .view-option-area { margin-top: 10px; text-align: right; }
.block-pop-layer .block-pop .view-option-area #today_not_view { display: none; }
.block-pop-layer .block-pop .view-option-area #today_not_view + .check-label { position: relative; color: #fff; font-size: 1.3rem; font-weight: 100; cursor: pointer; }
.block-pop-layer .block-pop .view-option-area #today_not_view + .check-label:before { width: 15px; height: 15px; position: absolute; content: ''; background: url("../../img/report/pop_check_box.png"); background-size: 15px 30px; left: -25px; top: 3px; background-position: 0 0; }
.block-pop-layer .block-pop .view-option-area #today_not_view:checked + .check-label:before { background-position: 0 -15px; }
.block-pop-layer .block-pop .view-option-area .close-btn { background: none; border: none; color: #fff; line-height: 24px; font-weight: 100; font-size: 1.3rem; margin-left: 10px; }
.block-pop-layer .block-pop .view-option-area .close-btn img { width: 25px; }