h1,
p,
h4 {
    border-bottom: none;
    margin: 0;
    padding: 0;
    word-break: normal;
}

.topimg {
    background-image: url('/_assets/362913908ca56bccc925.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;
    margin: 0;
}

.headtextsh1 {
    font: 700 var(--displaylarge) var(--fontprimary);
}

.headtexts h2 {
    font-weight: 400;
}

.contentswrap {
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin: 130px auto 90px auto;
}

/*--------------left-----------------------------------------------------------------*/
.sub_left {
    flex: 60;
}

.proedition a {
    text-decoration: none;
    color: var(--text);
    display: flex;
}

.pe_des_h {
    color: var(--text);
    word-break: normal;
    font: 700 32px pretendard, sans-serif;
}

.pe {
    height: 298px;
    background-color: var(--gray40010);
    border: 1px solid var(--gray70010);
    border-radius: var(--radiusmedium);
    margin-bottom: 48px;
    display: flex;
    padding: 0 60px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.pe:hover {
    box-shadow: var(--shadow);
    transition-duration: 0.4s;
}

#pe02,
#pe04,
#pe_mac_02 {
    flex-direction: row-reverse;
}

.pe_des {
    width: 43%;
}

.pe_des>h2 {
    font-weight: 700;
    font-size: var(--headinglarge);
    margin: 0;
}

.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: var(--blue);
    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;
}

#rightclickd {
    display: none;
}
body.darkmode #rightclickw {
    display: none;
}
body.darkmode #rightclickd {
    display: block;
}
.detailedfc a {
    color: var(--text);
}

.des_notice {
    font-size: 12px;
    color: var(--gray500);
}

input[type="radio"] {
    display: none;
}

.btn-container {
    border: 1px solid var(--border);
    border-radius: var(--radiusmedium);
    padding: 4px;
    margin-bottom: 16px;
    display: flex;
}

.tab-button {
    flex: 1;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: -1px;
    border-radius: var(--radiussmall);
    font-weight: 600;
    color: var(--gray700);
    width: 28.3%;
    text-align: center;
    transition-duration: 0.4s;
}

.tab-content {
    display: none;
    padding: 16px 28px;
    border: 1px solid var(--border);
    border-radius: var(--radiusmedium);
}


.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: var(--bluefill);
    color: var(--white);
}

input[type="radio"]:checked+label+.tab-content {
    display: block;
}

/*--------------right-----------------------------------------------------------------*/
.sub_right {
    flex: 24;
    position: sticky;
    top: 130px;
    box-sizing: border-box;
    margin-left: 60px;
    overflow: hidden;
    height: 100%;
}

.sub_right_upper {
    border: 1px solid var(--border);
    border-radius: var(--radiusmedium);
    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 {
    margin: 0;
}

#os p,
#os li {
    color: var(--subtext);
}

#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;
}

body.darkmode .appstorebtn{
    display: none;
}
body.darkmode .appstorebtn_right_b{
    display: block;
}
body.darkmode .dlright:hover .appstorebtn{
    display: block;
}
body.darkmode .dlright:hover .appstorebtn_right_b{
    display: none;
}

.dlborder {
    height: 1px;
    width: 100%;
    background-color: var(--border);
}

.nounderbar {
    background-color: var(--gray100);
    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 (max-width:1920px) {
    .topimg {
        background-size: cover;
    }
}

@media (max-width:1390px) {
    .contentswrap {
        width: 90%;
    }


    .ads {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width:1220px) {
    .pe {
        padding: 0 40px;
    }

    .sub_left {
        flex: 44;
    }

    .bandizip_speed,
    .macfinder {
        font-size: 10px;
    }

    .appstorebtn {
        height: 30px !important;
    }

    .appstorebtn_right_b {
        height: 30px !important;
    }
}

@media (max-width:1000px) {
    .pe img {
        width: 40%;
    }

    .headtexts {
        gap: 14px;
    }

    .contentswrap {
        flex-direction: column-reverse;
        margin: 58px auto;
    }

    .sub_right {
        margin: 0 0 54px 0;
        position: static;
    }

    .ads {
        display: none;
    }

    .pe {
        height: 240px;
    }

    .pemac02img {
        height: 183px;
    }

    .flexwrap {
        margin-left: -20px;
    }

    .macfinder {
        right: 32px;
    }

    .bandizip_speed {
        right: -2%;
    }
}

@media (max-width:640px) {
    #pmi_right {
        margin: 0px 0 -10px -349px;
    }

    #pe_des_01 {
        width: 210%;
    }

    .pe_des p {
        margin-top: 6px;
    }

    #pe_des_01 {
        width: fit-content;
        align-items: center;
    }

    .pemac02img {
        align-self: center;
        height: 103px;
        margin-bottom: 22px;
    }

    #pe_mac_02 {
        flex-direction: column;
    }

    .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%;
    }
}

@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;
    }
}