.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(img/topimg_bandicamera.jpg);
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.headtexts{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 30px 16px;
    align-items: center;
}
.headtexts h2, .headtextsh1 , .headtexts p{
    text-align: center;
    word-break: keep-all;
}
.contentswrap{
    width: 100%;
    max-width: 1320px;
    display: flex;
    flex-wrap: wrap;
    margin: 130px auto 90px auto;
}
.p2{
    margin-top: -14px;
}

.mainvid {
  height: auto;
  width: 100%;
  max-height: 300px;
  box-sizing: border-box;
  background-color: #f3f8ff;
}

/*--------------left-----------------------------------------------------------------*/
.sub_left{
    box-sizing: border-box;
    flex: 64;
}
.sub_left h2{
    margin-bottom: 20px;
}
.capturewrap{
    display: flex;
    flex-wrap: wrap;
   gap: 20px;
}
.capture{
    display: flex;
    flex-direction: column;
    width: 48%;
    gap: 8px;
}
.capture img{
    border-radius: 8px;
    width: 100%;
}
.functionwrap{
    display: flex;
    flex-wrap: wrap;
   gap: 40px;
}
.function{
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 46%;
}
.function h4{
    margin-top: 4px;
}
.function h4>p{
    margin-top: 8px;
}
.svg{
    width: 32px !important;
    height: 32px;
}
.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:58px 0 0 32px;
    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{
    margin: 12px 0;
    color: #84888D;
}
.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:1700px) {
    .topimg{
        background-size: cover;
    }
}
@media (max-width:1390px) {
    .contentswrap{
        width: 90%;
    }
    .ads{
        gap: 12px;
    }
    .apgcardswrap{
        max-width: 800px;
        margin: 0 auto;
    }
}
@media (max-width:1070px) {
    h3{
        font-size: 16px;
    }
    .apg_h{
        font-size: 16px;
    }
    .headtextsh1{
        font: 800 36px pretendard;
    }
    .headtexts h2{
    font-weight: 300;
    }
    .headtexts{
        gap: 14px;
    }
    .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;
    }
    .topimg{
        height: 160px;
    }
    .p2{
        margin-top: -4px;
    }
}

@media (max-width:600px) {
    .headtextsh1{
        font: 800 28px pretendard;
    }
    .topimg{
        background-position-x: 32%;
    }
    .functionwrap, .capturewrap{
        flex-direction: column;
        gap: 24px;
    }
    .function, .capture{
        width: 100%;
    }
    .capture img{
        border-radius: 6px;
    }
}

@media (max-width:450px) {

    .apg{
        min-width: 270px;
    }
}