.main_content{
    max-width: unset !important;
}
h1, h2, p, h4{
    border-bottom: none;
    color:#1E1F20;
    margin: 0;
    padding: 0;
    word-break:normal;
}
.topimg{
    background-image: url(./topimg_bandinaimer.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;
}
.p2{
    margin-top: -14px;
}
/*--------------left-----------------------------------------------------------------*/
.sub_left{
    box-sizing: border-box;
    flex: 64;
}
.left01 h2{
    margin:0 0 20px 0;
}
.left01 p{
    margin: 12px 0;
}
.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: 4px;
    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: 20px 28px;
    border: 1px solid #DAE5F0;
    border-radius: 12px;
}
.tab-content a:hover{
    text-decoration: underline;
    cursor: pointer;
}

.tab-content h3{
    border-bottom: none;
    margin: 40px 0 8px 0;
}

.tab-content ul{
    margin-block-end: 0;
    margin-block-start: 0;
}
input[type="radio"]:checked + label {
    background-color: #2768FF;
    color: white;
}
.tut{
    display: flex;
    align-items: center;
}
.tut img{
    width: 48%;
}
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%;
    min-width: 330px;
}
.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 p, .os li{
    color: #84888D;
}
.os{
    margin: 12px 0;
}
.dlbtn{
    background-color: #fff;
    border: 1px solid #2768FF;
    padding: 10px 18px;
    text-align: center;
    font: 600 16px pretendard;
    transition-duration: 0.2s;
    border-radius: 8px;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    gap: 6px;
    line-height: inherit;
    justify-content: center;
}
.dlbtn:hover{
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    background-color: #2768FF;
    text-decoration: none;
}
.dlbtn:hover .maclogo>path, .dlbtn:hover .winlogo>rect{
    fill: white;
}
ul ul {
    list-style-type: none;
    padding-inline-start: 2px;
    padding-left: 14px;
    position: relative;
  }
ul ul li::before {
    content: "- ";
    position: absolute;
    left: 0;
  }
.os ul>li{
    margin-bottom: 0;
}
.osli{
    margin-bottom: 12px;
}

a.button{
    padding: 12px 18px;
}
.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{
        gap: 12px;
    }
    .apgcardswrap{
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (max-width:1220px){
    #bandiview{
        background: white;
    }
    .pe{
        padding: 0 40px;
    }
}
@media (max-width:1000px) {
    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;
        min-width: unset;
    }
    .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%;
    }
    .p2{
        margin-top: -4px;
    }
}

@media (max-width:600px) {
    .fc{
        width: 100%;
    }
    .fc img{
        height: 32px;
    }
    .headtextsh1{
        font: 800 28px pretendard;
    }
    .tut{
        flex-direction: column;
        width: 90%;
    }
    .tut b{
        transform: rotate(90deg);
    }
    .tut img{
        width: 100%;
    }
    .tab-content{
        padding: 16px 12px;
    }
    .tab-button{
        width: fit-content;
        padding: 6px;
        font-size: 14px ;
    }
}

@media (max-width:450px) {
    .functions{
        gap: 40px;
    }
    .dlbtn{
        width: 100%;
        box-sizing: border-box;
    }
    .pe{
        flex-direction: column;
        padding: 16px 0;
        text-align: center;
    }
    #pe02, #pe04{
        flex-direction: column;
    }
    .pe_des{
        width: 60%;
    }
    .apg{
        min-width: 270px;
    }
}