h1, h2, p, h4{
    border-bottom: none;
    color:#1E1F20;
    margin: 0;
    padding: 0;
    word-break:normal;
}
.topimg{
    background-image: url(img_main/topimg_bandizipmac.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 40%;
}
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;
}
.button{
    display: flex !important;
    gap: 4px;
}
.dlbtnfree{
    background-color: #fff !important;
    color: #2768FF !important;
    border: 1px solid #2768FF !important;
}
.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: 90px;
}
.fc{
    width: 303px;
}
.fc a{
    color: #1E1F20;
}
.fc h2{
    margin-top: 12px;
}
.fc img{
    height: 40px;
}
.fc a:hover{
    text-decoration: underline;
    cursor: pointer;
}
.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;
    position: relative;
    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, #pe_mac_02{
    flex-direction: row-reverse;
}

.pe_des{
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pe_des p{
    margin-top: 16px;
}

.pe img{
    width: 45%;
}

#pe01img{
    width: 35%;
}
.topgif{
    z-index: 1;
    max-width: 220px;
}
.pemacimagewrap{
    display: flex;
    align-items: flex-end;
    margin-left: -50px;
}
.pemacimagewrap img{
    width: 90% !important;
}
.pemacimagewrap p{
    font-weight: 600;
    color: #0078D7;
    word-break: keep-all;
    position: absolute;
}
.bandizip_speed{
    right: -10%;
    bottom: 60%;
}
.macfinder{
    right: 0;
    bottom: 109%;
    text-align: center;
    line-height: 90%;
    width: max-content;
}
.pemac01img_gif{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#pmi_right{
    margin: 0px 0 -18px -208px;
}
.flexwrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.flexwrap_b{
    display:flex;
    position: relative;
}
#sh1{
    margin-left: -27%;
    width: 60% !important;
}
.shadows{
    margin: -4px 0 0 -29px;
}
#pemac02img{
    align-self: flex-end;
    object-fit: cover;
    height: 270px;
    object-position: top;
}
.detailedfc a{
    color: #1E1F20;
}
.detailedfc h1{
    margin-bottom: 28px;
}
.des_notice{
    font-size: 12px;
    color: #84888D;
}
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;
}

#fc01 h2:hover, #fc02 h2:hover{
    text-decoration: underline;
    cursor: pointer;
}

/*--------------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 h2{
    margin-bottom: 8px;
    font-weight: 800;
}
.description ul, description li{
    margin: 0;
}
#os p, #os li{
    color: #84888D;
}
#os{
    margin-bottom: 12px;
}
.dlright{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dlright img{
    height: 100%;
}
.dlrightleft{
    display: flex;
    gap: 8px;
}
.appstorebtn{
    height: 38px !important;
    display: block;
}
.appstorebtn_right_b{
    display:none;
    height: 38px !important;
}
.dlright:hover .appstorebtn{
    display: none;
}
.dlright:hover .appstorebtn_right_b{
    display:block;
}

.appstorebtn_b{
    display: none;
    width: 132px;
}
.maindlbtn:hover .appstorebtn_main{
    display: none;
}
.maindlbtn:hover .appstorebtn_b{
    display: block;
}
.dlright:hover .dlborder{
    height: 1px;
    width: 100%;
    background-color: #D6DCE2;
}
.dlborder{
    height: 1px;
    width: 100%;
    background-color: #D6DCE2;
}
.nounderbar{
    background-color: #F6F9FE;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 14px;
    margin-bottom: 14px;
}
.nounderbar a{
    text-decoration: none;
}
.compare{
    width: fit-content;
    margin: 0 auto;
}

@media (min-width:800px){
    .headtextsh1{
        font: 800 60px pretendard;
    }
    .headtexts h2{
    font: 400 28px pretendard;
    }
    .protitle{
        font-size: 32px;
    }
}
@media (max-width:1390px) {
    .contentswrap{
        width: 90%;
    }
.apgwrap{
    width: 90%
}
    .functions{
        gap: 54px;
    }
    .ads{
        flex-direction: column;
        gap: 12px;
    }
}
@media (max-width:1220px){
    .bandizip_speed, .macfinder{
        font-size: 10px;
    }
    .appstorebtn{
        height: 30px !important;
    }
    .appstorebtn_right_b{
        height: 30px !important;
    }
}

@media (max-width:1000px) {
    .pe img{
        width: 40%;
    }
    h1{
        font-size: 16px;
    }
    .protitle, .pe_des_h, .apg_h{
        font-size: 20px;
    }
    h2{
        font-size: 16px;
    }
    h3{
        font-size: 16px;
    }
    .fc{
        width: 220px;
    }
    .headtexts h2{
        font-weight: 300;
        }
        .headtexts{
            gap: 14px;
        }
    .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: 240px;
    }
    #pemac02img{
        height: 183px;
    }
    .apg h2{
        font-size: 16px;
    }
    .apg p{
        font-size: 12px;
    }
    .flexwrap{
        margin-left: -20px;
    }
    .macfinder{
        right: 32px;
    }
    .bandizip_speed{
        right: -2%;
    }
}
@media (max-width:800px) {
    .headtextsh1{
        font: 800 36px pretendard;
    }
}
@media (max-width:640px) {
    .apgwrap{
        flex-direction: column;
        gap: 24px;
    }
    .apg{
        width: auto;
        flex-direction: column;
    }
    .tags, .apgcardswrap, .apgcards a{
        width: -webkit-fill-available;
        width: -moz-available;
    }
    #pmi_right{
        margin: 0px 0 -10px -349px;
    }
    #pe_des_01{
        width: 210%;
    }
    #pe_des_01 p{
        margin-top: 8px;
        text-align: center;
    }
    #pe_des_01{
        width: fit-content;
        align-items: center;
    }
    #pemac02img{
        align-self: center;
        height: 103px;
        margin-bottom: 22px;
    }
    #pe_mac_02{
        flex-direction: column;
    }
    .fc{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .fc img{
        height: 32px;
    }
    ul{
        margin: 0;
        width: 260px;
    }
    .functions{
        gap: 40px;
    }
    .pe{
        flex-direction: column;
        padding: 20px;
        text-align: center;
        height: fit-content;
        margin-bottom: 18px;
        gap: 20px;
    }
    #pe02, #pe04{
        flex-direction: column;
    }
    .pe_des{
        width: 60%;
    }
    .tab-button{
        width: fit-content;
        padding: 10px 6px;
    }
    .flexwrap{
        margin-left: 110px;
    }
    .macfinder{
        right: 72px;
    }
    .pemacimagewrap{
        margin: 0;
    }
    .topimg{
        height: 200px;
        background-position-x: 40%;
    }
    .headtextsh1{
        font: 800 28px pretendard;
    }
}
@media (max-width:570px) {
    .pe_des{
        width: fit-content;
    }
    .bandizip_speed{
        right: -30px;
    }
}
@media (max-width:400px) {
    ul{
        margin: 0;
        width: 200px;
    }
    #pmi_right{
        margin: 0px 0 -26px -238px;
    }
    .pemacimagewrap{
        margin: 0 0 20px 0;
    }
    .apg{
        min-width: 270px;
    }
}