@charset "utf-8";
/* ==================================================

    * popup
    
================================================== */
.popup-wrap{
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.015em;
}
.popup-contents{
    position: relative;
}
.popup-tit-wrap{
    padding: 25px 30px;
    background-color: #fff;
    text-align: center;
}
.popup-tit-wrap img{
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.popup-conbox{
    padding-bottom: 30px;
    font-size: 1.7rem;
    line-height: 1.5;
}
.popup-footer{
    position: relative;
    width: 100%;
    height: 45px;
    padding: 16px 15px;
    padding-right: 60px;
    background-color: #ebebeb;
    font-size: 1.4rem;
    letter-spacing: -0.05em;
}
.popup-footer .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 45px;
    padding: 15px 10px;
    background-color: #3b3b3b;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.btn-pop-close{
    position: absolute;
    top: 18px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../image/popup/ic_popup_close.png');
}

/* window popup */
.win-popup-wrap{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: none;
}
.win-popup-wrap .popup-contents{
    max-width: 100%;
    padding-bottom: 45px;
}
.popup-wrap:not(.win-popup-wrap) .popup-contents{
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 90%;
    max-width: 700px;
    max-height: 84vh;
    margin: 7vh auto;
    background-color: #fff;
    border-radius: 20px;
}
.win-popup-wrap .popup-footer{
    position: fixed;
    bottom: 0;
}
.win-popup-wrap .btn-pop-close{
    display: none;
}

/* Type D */
.type4 .popup-conbox{
    padding: 70px 30px 40px;
}
.type4 .popup-contit-wrap{
    margin-bottom: 10px;
}
.type4 .popup-contit{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.3;
}
.type4 .popup-con img{
    max-width: 100%;
    border: 1px solid #eee;
}
.type4 .popup-attach-con{
    width: 100%;
    margin-top: 30px;
}
.type4 .popup-attach-con > a{
    display: block;
    padding: 11px 20px;
    padding-left: 50px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    background-image: url('../image/popup/ic_file_down3.png');
    font-size: 1.7rem;
    letter-spacing: -0.05em;
    transition: 0.3s ease;
    word-break: break-all;
}
.type4 .popup-attach-con > a + a{
    margin-top: 10px;
}
.type4 .popup-attach-con > a:hover{
    border-color: #9f9f9f;
}
.type4 .btn-wrap{
    margin-top: 30px;
}
.type4 .btn-wrap .btn {
    padding: 15px 40px;
    margin: 4px;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.05em;
}
.type4 .btn.btn-pop-more{
    background-color: #fff;
    border-color: #505050;
    color: #505050;
}
.type4 .btn.btn-pop-link{
    background-color: #1f8bae;
    border-color: #1f8bae;
    color: #fff;
}
.type4 .popup-footer{
    padding: 17px 20px;
    border-top: 1px solid #dadada;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: right;
}
.type4 .btn-pop-close{
    top: 30px;
    right: 35px;
}

/* Multi Popup */
.popup-rolling-wrap{
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 80vh;
    max-width: 1440px;
    margin: 10vh auto;
    padding: 0 20px;
}
.popup-wrap .popup-rolling-wrap .popup-contents{
    display: block;
    position: relative;
    flex: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    height: 100%;
    margin: 0 10px;
    background-color: #fff;
}
.popup-rolling-wrap .popup-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.popup-rolling-wrap .slick-track{
    height: 100%;
}
.popup-rolling-wrap .slick-arrow{
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
    text-indent: -9999em;
}
.popup-rolling-wrap .slick-prev{
    left: 0;
    background-image: url('../image/common/ic_pop_prev.png');
}
.popup-rolling-wrap .slick-next{
    right: 0;
    background-image: url('../image/common/ic_pop_next.png');
}
.popup-rolling-wrap .btn-pop-close{
    background-size: 30px;
}
.popup-rolling-wrap .scroll-y{
    overflow-y: auto;
    height: calc(100% - 118px);
}
.type4 .popup-rolling-wrap .scroll-y,
.popup-rolling-wrap .type4 .scroll-y{
    height: calc(100% - 45px);
}

/* POPUP::ABSTRACT */
.popup-wrap .write-wrap.survey-wrap .checkbox-wrap {
    width: 170px;
}
.popup-wrap .write-wrap.survey-wrap .checkbox-group input {
    width: 20px;
    height: 20px;
}
.popup-wrap .write-wrap.survey-wrap .num {
    width: 50px;
}

/* POPUP::REGISTRATION */
.write-popup-wrap + .write-popup-wrap {
    margin-top: 30px;
}
.write-popup-wrap .form-tit {
    padding: 30px 40px;
    background-color: #f5f5f5;
}
.write-popup-wrap .radio-wrap {
    padding: 12px 15px;
    background-color: #5c5c5c;
    color: #fff;
}
.write-popup-wrap .btn-wrap .btn {
    width: 100%;
    margin: 0;
    border-radius: 0;
}
.write-popup-wrap .form-group[class*="n"] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.write-popup-wrap .form-item {
    width: 100%;
}


.write-popup-wrap.type2 .form-tit {
    background-color: #fff7fe;
}
.write-popup-wrap.type2 .form-tit .title {
    color: #591c6d;
}

.cst .radio-group input,
.cst .checkbox-group input {
    /* border-color: #f5f5f5; */
	border-color: #ccc;
}
.cst .radio-group input:checked,
.cst .checkbox-group input:checked {
    border-color: #3295da;
}
.cst .radio-group input:checked:before {
    background-color: #3295da;
}

/**/
#popup-abstract-review .popup-conbox {
    padding: 0;
    padding-bottom: 40px;
    font-size: 1.5rem;
}
#popup-abstract-review .preview-wrap{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 75vh;
    background-color: #f7f8fb;
}
#popup-abstract-review .preview-wrap a {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top 2px;
    background-image: url('../image/popup/ic_file.png');
}
#popup-abstract-review .preview-wrap dt {
    font-weight: 700;
}
#popup-abstract-review form, 
#popup-abstract-review .table-wrap {
    width: auto;
    margin: 30px;
} 
#popup-abstract-review .cst-table td,
#popup-abstract-review .cst-table th {
    padding: 10px;
    font-size: 1.5rem;
}

/* ==================================================

    * responsive
    
================================================== */
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    .popup-conbox{
        padding-bottom: 20px;
    }
    .popup-tit-wrap{
        padding: 15px 20px;
    }
    .popup-footer{
        padding: 9px 15px;
        padding-right: 50px;
        height: 30px;
        font-size: 12px;
    }
    .popup-footer .btn{
        width: auto;
        height: 30px;
        padding: 10px 15px;
        font-size: 12px;
        text-align: center;
    }
    .btn-pop-close{
        top: 18px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: 20px;
    }

    .popup-wrap:not(.win-popup-wrap) .popup-contents{
        margin: 3vh auto;
        border-radius: 10px;
    }
    .win-popup-wrap .popup-contents{
        padding-bottom: 30px;
    }

    /* Type D */
    .type4 .popup-conbox{
        padding: 50px 15px 20px;
    }
    .type4 .popup-contit{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .type4 .popup-con{
        font-size: 14px;
        line-height: 1.4;
    }
    .type4 .popup-attach-con > a{
        padding: 10px;
        padding-left: 25px;
        border-radius: 3px;
        background-size: 10px;
        background-position: 10px 13px;
        font-size: 12px;
        line-height: 1.3;
    }
    .type4 .popup-attach-con > a + a{
        margin-top: 7px;
    }
    .type4 .btn-wrap{
        margin-top: 20px;
    }
    .type4 .btn-wrap .btn{
        padding: 12px 25px;
        margin: 2px;
        border-radius: 2px;
        font-size: 14px;
    }
    .type4 .popup-footer{
        padding: 9px 15px;
        font-size: 12px;
    }
    .type4 .btn-pop-close{
        top: 18px;
        right: 15px;
    }

    /* Multi Popup */
    .popup-wrap .popup-rolling-wrap .popup-contents{
        max-width: 100%;
        margin: 0;
    }
    .popup-rolling-wrap .scroll-y{
        height: calc(100% - 93px);
    }
    .type4 .popup-rolling-wrap .scroll-y,
    .popup-rolling-wrap .type4 .scroll-y{
        height: calc(100% - 45px);
    }

    /* POPUP::REGISTRATION */
    .write-popup-wrap .form-tit {
        padding: 15px 20px;
    }
    .write-popup-wrap .radio-wrap {
        padding: 10px;
    }

    /**/
    #popup-abstract-review .preview-wrap {
        max-height: 70vh;
    }
    #popup-abstract-review form,
    #popup-abstract-review .table-wrap {
        margin: 15px;
    }
    #popup-abstract-review .preview-conbox {
        padding: 20px;
    }
}