h1, h2, p, h4{
    border-bottom: none;
    color:#1E1F20;
    margin: 0;
    padding: 0;
    word-break:normal;
}
.topimg{
    background-image: url(imgs.main/topimg_bandizip.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
ul{
    margin-block-start: 12px;
}
.headtexts{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 30px 16px;
}
.headtexts h2, .headtextsh1 , .headtexts p{
    text-align: center;
    word-break: keep-all;
}
.btnwrap{
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}
.btnwrap .dllinks{
    width: fit-content;
}
.contentswrap{
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin: 130px auto 90px auto;
}

/*--------------left-----------------------------------------------------------------*/
.sub_left{
    box-sizing: border-box;
    flex: 64;
}
.functions{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.fc{
    width: 40%;
}
.fc a{
    color: #1E1F20;
    display: flex;
}
.fc img{
    height: 40px;
}
.fc_left h4{
    margin-top: 16px;
    word-break: keep-all;
}
.fc a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.proedition{
    margin: 90px 0;
}
.proedition a{
    text-decoration: none;
    color: #1E1F20;
    display: flex;
}
.protitle{
    margin-bottom: 28px !important;
    border-bottom: none;
    color:#1E1F20;
    margin: 0;
    padding: 0;
    word-break:normal;
}
.pe{
    height: 298px;
    background-color: #F6F9FE;
    border: 1px solid #D6DCE2;
    border-radius: 12px;
    margin-bottom: 48px;
    display: flex;
    padding: 0 60px;
    justify-content:space-between;
    align-items: center;
    cursor: pointer;
    width: -moz-available;
    width: -webkit-fill-available;
}
.pe:hover{
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.1);
    transition-duration: 0.4s;
}
#pe02, #pe04{
    flex-direction: row-reverse;
}

.pe_des{
    width: 43%;
}

.pe_des p{
    margin-top: 16px;
}

.pe img{
    width: 45%;
}

#pe01img{
    width: 35%;
}
.detailedfc a{
    color: #1E1F20;
}
.detailedfc h1{
    margin-bottom: 28px;
}
input[type="radio"] {
    display: none;
}

.btn-container{
    border: 1px solid #DAE5F0;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 16px;
    display: flex;
}
.tab-button {
    flex: 1;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: -1px;
    border-radius: 10px;
    font-weight: 600;
    color: #8B9196;
    width: 28.3%;
    text-align: center;
    transition-duration: 0.4s;
}

.tab-content {
    display: none;
    padding: 16px 28px;
    border: 1px solid #DAE5F0;
    border-radius: 12px;
}
.tab-content a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.tab-content h3{
    border-bottom: none;
    margin: 8px 0 4px 0;
}

.tab-content p{
    margin-bottom: 28px;
}
.tab-content ul{
    margin-block-end: 0;
    margin-block-start: 0;
}

input[type="radio"]:checked + label {
    background-color: #0079D8;
    color: white;
}

input[type="radio"]:checked + label + .tab-content{
    display: block;
}
.apgback{
    background-color: #E4EAF2;
    padding: 36px 20px;
    margin: 0 auto;
}
.apgcards a{
    text-decoration: none;
}
.apgcardswrap{
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.apgcardswrap a:hover{
    text-decoration: none;
}
.apg{
    background-color: white;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    cursor: pointer;
    gap: 12px;
    min-width: 290px;
}
.apg:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);
    transition-duration: 0.4s;
}
.apg p{
    line-height: 150%;
    min-height: 80px;
}
.apgr{
    display: flex;
    align-items: center;
}
.apg img{
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.tags{
    width: 100%;
    box-sizing: border-box;
}
.tag_holder{
    display: flex;
    gap: 8px;
}
.nolink:hover{
    text-decoration: none !important;
    cursor:default !important;
}

/*--------------right-----------------------------------------------------------------*/
.sub_right{
    flex: 23;
    position: sticky;
    top: 130px;
    box-sizing: border-box;
    margin-left: 48px;
    overflow: hidden;
    height: 100%;
}
.sub_right_upper{
    border:1px solid #D6DCE2;
    border-radius: 8px;
    padding: 24px;
    height: fit-content;
}
.ads{
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}
.ad1{
    cursor: pointer;
}
.description{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.description h4{
    margin-bottom: 8px;
    font-weight: 800;
}
.description ul, description li{
    margin: 0;
}
#os{
    color: #84888D;
    margin-bottom: 16px;
}
.dlbtnbuy{
    background-color: #fff !important;
    color: #2768FF !important;
    border: 1px solid #2768FF !important;
}
.dllinks{
    width: -webkit-fill-available;
    width: -moz-available;          
}
.dllinks:hover{
    text-decoration: none;
}
.right_link_wrap{
    margin-top: 24px;
}
.right_link a:hover{
    cursor: pointer;
    text-decoration: underline;
}
.right_link{
    color: #0078D7;
    font-size: 16px;
    margin-top: 8px;
}
@media (min-width:800px){
    .headtextsh1{
        font: 800 60px pretendard;
    }
    .headtexts h2{
    font: 400 28px pretendard;
    }
    .protitle{
        font-size: 32px;
    }
}
@media (max-width:1920px) {
    .topimg{
        background-size: cover;
    }
}
@media (max-width:1390px) {
    .contentswrap{
        width: 90%;
    }
    .functions{
        justify-content: space-between;
        gap: 30px;
    }
    .ads{
        flex-direction: column;
        gap: 12px;
    }
    .apgcardswrap{
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (max-width:1220px){
    #bandiview{
        background: white;
    }
    .pe{
        padding: 0 40px;
    }
    .sub_left{
        flex: 44;
    }
}
@media (max-width:800px) {
    h3{
        font-size: 16px;
    }
    .pe_des_h, .apg_h{
        font-size: 16px;
    }
    .fc img{
        height: 32px;
    }
    .headtextsh1{
        font: 800 36px pretendard;
    }
    .headtexts h2{
    font-weight: 300;
    }
    .headtexts{
        gap: 14px;
    }
    .functions{
        justify-content: space-around;
    }
    .contentswrap{
        flex-direction: column-reverse;
        margin: 58px auto;
    }
    .sub_right{
        margin: 0 0 54px 0;
        position: static;
    }
    .right_link{
        font-size: 12px;
    }
    .ads{
        display: none;
    }
    .pe{
        padding: 20px 40px;
        height: fit-content;
        margin: 0 0 20px 0;
        gap: 12px;
    }
    .pe_des p{
        margin-top: 6px;
    }
    .topimg{
        height: 200px;
        background-position-x: 72%;
    }
}

@media (max-width:600px) {
    .fc{
        width: 100%;
    }
    .fc img{
        height: 32px;
    }
    .headtextsh1{
        font: 800 28px pretendard;
    }
}

@media (max-width:420px) {
    .functions{
        gap: 40px;
    }
    .pe{
        flex-direction: column;
        padding: 16px 0;
        text-align: center;
    }
    #pe02, #pe04{
        flex-direction: column;
    }
    .pe_des{
        width: 60%;
    }
    .tab-button{
        width: fit-content;
        padding: 10px 6px;
    }
    .apg{
        min-width: 270px;
    }
}