html, body {
    background-color: #c5a993;
}

.container {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.banner iframe {
    padding: 0;
    margin: 20px 0;
    width: 1280px;
    height: 130px;
}

.content {
    width: 1143px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
}

.tabs {
    margin-right: 16px;
}
.tabs iframe {
    display: block;
}

.tab-items {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: center;
    align-items: center;
    position:relative;
    margin-top:48px;
}

.tab-nav {
    width: 411px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left:-3px;
    padding: 0;
    z-index: 2;
    position: absolute;
    bottom:-6px;
}
.tab-nav .separate {
    height: 40px;
}
.tab-nav .separate img {
    height: 26px;
}

.tab-item {
    width: 200px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.tab-contents {
    background-image: url("../img/bg/framebase.png");
    position: relative;
}

.tab-content {
    display: none;
    padding: 0;
    clear: both;
    overflow: hidden;
    position: relative;
}

.tab-content-decoration1 {
    position: absolute;
    top: 33px;
    right: -16px;
}

.tab-content-decoration2 {
    position: absolute;
    bottom: 45px;
    left: -14px;
}

.twitter {

    width: 270px;
    height: 687px;
    background-color: none;
    margin: 0;
    padding: 0;
    border: none;
    margin-top:5px;
}
.twitter a {
    margin: 0;
    padding: 0;

}
.twitter iframe {
    border-radius: 0 0 6px 6px !important;
    margin-top: 0px !important;
    width: 270px !important;
    height: 642px !important;
    background-color: white !important;
}



#dgppop_open_ck, .popup {
    display: none;
    opacity: 0;
}
#dgppop_open_ck:checked ~ .popup {
    display: block;
    opacity: 1;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
iframe.dgppop_frame {
    padding: 0px;
    margin: 0px;
    width: 600px;
    height: 350px;
    border: none;
}
.close_popup {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 10000;
    cursor: pointer;
}
.popup_wrap {
    position: fixed;
    left: 50%;
    top: 300px;
    transform: translate(-50%,-50%);
    width: 600px;
    height: 350px;
    padding: 0px;
    background: #333;
    border-radius: 10px;
    z-index: 10001;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style:none;
}
.popup_wrap::-webkit-scrollbar {
    display:none;
}
.popup_open_btn {
    margin: 0;
    padding: 0;
}
