h1, h2, p{
    border-bottom: none;
    color:#1E1F20;
    margin: 0;
    padding: 0;
    word-break:normal;
}
h2{
    font-size: 20px;
}
ul{
    padding-left: 20px;
}
li{
    margin: 0 0 8px 0;
    word-break: normal;
}
#bandizip_main{
    width: 100vw;
    padding: 10% 0;
    display: flex;
    gap: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-position: center;
}
#bandizip_main a{
    text-decoration: none;
}
.main_wrap{
    width: 1320px;
    display: flex;
    flex-direction: column;
}
#main_first{
    display: flex;
    gap: 12px;
    align-items: center;
    font: 700 36px pretendard, sans-serif;
    line-height: auto;
    margin-bottom: 20px;
}
#main_first img{
    height: min-content;
}
.main_subtext{
    font: 400 24px pretendard, sans-serif;
    margin: 8px 0 24px 0;
}
.main_btn{
    padding: 14px 26px;
    border-radius: 6px;
    font: 700 20px pretendard, sans-serif;
    width: 320px;
    text-align: center;
    margin-top: 16px;
    box-shadow: 5px 5px 15px 0px rgb(0, 0, 0, 0.2);
}
.main_btn:hover{
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.25), 0 8px 25px 0 rgba(0,0,0,0.25);
    transition-duration: 0.4s;
}
#main_btn_1{
    background-color: white;
    border:2px solid #0078D7 ;
    color: #0078D7;
    cursor: pointer;
}
#main_btn_2{
    background-color: #0078D7;
    color: white;
    border:2px solid #0078D7 ;
    cursor: pointer;
}
#main_btn_2 a{
    color: white;
}
.contentswrap{
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin: 90px auto;
}
/*--------------left-----------------------------------------------------------------*/
.sub_left{
    box-sizing: border-box;
    flex: 64;
}
.functions{
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
}
.fc{
    width: 303px;
}
.fc a{
    color: #1E1F20;
    display: flex;
}
.fc h2{
    margin-top: 12px;
}
.fc img{
    height: 40px;
}
.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;
    font: 700 32px pretendard, sans-serif;
}
.pe_des_h, .apg_h{
    color:#1E1F20;
    word-break:normal;
    font: 700 32px pretendard, sans-serif;
}
.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: 0 0 4px 0;
}

.tab-content p{
    margin-bottom: 28px;
}

input[type="radio"]:checked + label {
    background-color: #0079D8;
    color: white;
}

input[type="radio"]:checked + label + .tab-content{
    display: block;
}
.apgback{
    width: 100vw;
    background-color: #E4EAF2;
    display: flex;
    justify-content: center;
    padding: 36px 0;
}
.apgwrap{
    display: flex;
    justify-content: space-between;
    width: 1320px;
    align-items: center;
}
.apgcards a{
    text-decoration: none;
}
.apgcardswrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.apg{
    background-color: white;
    border-radius: 12px;
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    width: 440px;
    cursor: pointer;
}
.apg:hover{
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.15), 0 8px 25px 0 rgba(0,0,0,0.15);
    transition-duration: 0.4s;
}
.apg h2{
    margin-bottom: 4px;
    font-weight: 700;
}
.apg p{
    font-size: 16px;
}
.apgr{
    display: flex;
}
.apg img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.tags{
    height: fit-content;
    margin: auto 0;
}
.nolink:hover{
    text-decoration: none !important;
    cursor:default !important;
}

#fc01 h2:hover, #fc02 h2:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*--------------right-----------------------------------------------------------------*/
.sub_right{
    flex: 23;
    position: sticky;
    top: 30px;
    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 h2{
    margin-bottom: 8px;
    font-weight: 800;
}
#os{
    color: #84888D;
    margin-bottom: 16px;
}
.dlbtn{
    background-color: #0078D7;
    color: white;
    text-align: center;
    margin-top: 12px;
    border-radius: 4px;
    padding: 8px 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
}
.dlbtn a:hover{
    color: white;
    text-decoration: none;
}
.dlbtn:hover{
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.2);
    transition-duration: 0.4s;
    text-decoration: none !important;
}
.dllinks{
    width: -webkit-fill-available;
    width: -moz-available;          
}
.nounderbar a{
    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 (max-width:1390px) {
    .main_wrap{
        width: 90%;
    }

    .contentswrap{
        width: 90%;
    }
.apgwrap{
    width: 90%
}
    .functions{
        gap: 54px;
    }
    .ads{
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width:1220px){
    .tags{
        background-color:#E8F5FF ;
    }
    #bandiview{
        background: white;
    }
}

@media (max-width:800px) {
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 16px;
    }
    .fc{
        width: 220px;
    }
    .protitle, .pe_des_h, .apg_h{
        font-size: 16px;
    }
    .fc img{
        height: 32px;
    }

    .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{
        height: 200px;
    }
    #main_first{
        font-size: 24px;
    }
    .main_subtext{
        font-size: 20px;
    }
    .main_btn{
        font-size: 16px;
        width: 260px;
        margin-top: 12px;
    }
    .main_wrap{
        align-items: center;

    }
    #bandizip_main a{
        width: auto;
    }
    .apgwrap{
        flex-direction: column;
        gap: 24px;
    }
    .apgcards{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .apgcardswrap{
        width: 100%;
        justify-content: center;
    }
    .apg h2{
        font-size: 16px;
    }
    .apg p{
        font-size: 12px;
    }
}

@media (max-width:600px) {
    .fc{
        width: 165px;
    }
}

@media (max-width:500px) {
    .apg{
        width: 300px;
    }
}

@media (max-width:426px) {
    .fc{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .fc img{
        height: 32px;
    }
    ul{
        margin: 0;
        width: 260px;
    }
}

@media (max-width:420px) {
    .main_wrap{
        width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    #main_first{
        justify-content: center;
    }
    .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;
    }
}

@media (max-width:380px) {
    ul{
        margin: 0;
        width: 200px;
    }
}