.main_wrapper {
    position: fixed;
    top: 20.066666666vw;
    left: 50%;
    margin-left: -40.1vw;
    width: 80vw;
    height: 83vw;
    background: #fdffe0;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

.temp {
    padding-top: 20px;
    font-size: 26px;
    color: red;
    text-decoration: underline;

}

.profile{
    align-items: center;
    text-align: center;
}

.header img{
    width: 100%;
}

.title_img {
    margin-top: 10px;
    margin-bottom: 16px;
}

.profile_cap {
    width: 100%;
    height: 50px;
    background: #f0ff00;
    color: #000;
    font-size: 26px;
    text-align: left;
    margin-bottom: 16px;
}

.profile_cap p {
    padding-top: 8px;
    padding-left: 50px;
    
}

.profile_cap_text {
    margin-top: 25px;
    margin-bottom: 34px;
}

.profile_cap_text p {
    color: #000;
    text-align: left;
    padding-left: 52px;
    font-size: 35px;
}

.profile_cap_text .textline{
    padding-top: 10px;
}

.line {
    width: 100%;
    height: 5px;
    background: #0000ff;
    margin-top: 70px;
}

.banner_list .move {
    font-size: 34px;
    color: #0006fe;
    text-align: right;
    text-decoration: underline;
    padding-right: 26px;
    margin-top: 13px;
    margin-bottom: 60px;
}

.banner_list img:not(.move a img) {
    margin-bottom: 50px;
}

.content-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 44px 33px;

}

.recomend {
    width: 602px;
    height: 288px;
    background: #ff00cc;
    margin-top: 60px;
    font-size: 33px;
    color: #feef00;
}

.recomend p {
    padding-top: 26px;
}

.recomend .click {
    color: #1800ff;
}

.recomend .twitter {
    color: #1800ff;
    text-decoration: underline;
}

.menu_btn {
    color: #000;
    font-size: 34px;
    padding: 30px 0 20px 20px;
}

.btn_1{
    display: flex;
    padding-bottom: 10px;
}

.btn_1 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}

.btn_2{
    display: flex;
}

.btn_2 p{
    font-size: 33px;
    color: #1800ff;
    text-decoration: underline;
}


.book {
    margin-top: 45px;
    margin-left: 53px;
    font-size: 26px;
}

.cha_text1 {
    text-align: left;
}

.book .cha_text2 {
    display: flex;
}

.book .cha_text2 div {
    color: #000;
    margin-bottom: 32px;
}



/* modal */

.modal {
    display: none;
    position: fixed;
    overflow: visible;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    margin: 30% auto;
    padding: 20px;
    width: 100%;
    height: auto;
    /* overflow: auto; */
    
}

.modal-content p {
    margin: 0 20px;
}

.modal-content p img {
    height: 100%;
    width: 599px;
    
}
.close {
    color: rgb(255, 187, 0);
    font-size: 80px;
    font-weight: bold;
    margin-left: 500px;
    top: 0px;
    
}

.close:hover,
.close:focus {
    color: #ebaf0b;
    text-decoration: none;
    cursor: pointer;
}


#dialog-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

#modal-dialog {
    display: none;
    position: fixed;
    width: 750px;
    height: 684px;
    z-index: 11;
    left: calc(50% - 375px);
    top: calc(50% - 300px);
}

#btn-close-dialog{
    color: yellow;
    width: 40px;
    height: 40px;
    margin-left: 700px;
}

.recomend .double{
    filter: drop-shadow(1px 1px 1px #fff);
    padding-right: 5px;
}