@charset "utf-8";
/*-----------------------------------------------
    secCmnTab
-----------------------------------------------*/
@media only screen and (max-width:1215px){
    .secCmnTab{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .secCmnTab .boxTabNum {
        width: 30%;
        margin-top: 2rem;
    }
}

/*-----------------------------------------------
    boxColumn
-----------------------------------------------*/
/* boxList */
.boxColumn .boxList {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 4rem;
    margin-top: 2.8rem;
}
.boxColumn .boxList .item{
    width: calc((100% - 7.999rem) / 3);
}
.boxColumn .item .link{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 5.5rem;
}
.boxColumn .boxImg{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.boxColumn .boxImg .img{
    aspect-ratio: 300 / 210;
}
.boxColumn .boxTit{
    margin-top: 2.5rem;
}
.boxColumn .boxDate{
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.boxCmnDetailsPager .boxDate .txtDate,
.boxColumn .boxDate .txtDate{
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_80);
}
.boxColumn .boxDate .boxCmnNew{
    top: 0.1rem;
}
.boxColumn .boxTit .txt{
    font-size: var(--pcFontSize24);
    line-height: var(--pcLineHeight24_36);
    font-weight: bold;
    margin-top: 0.5rem;
}
.boxColumn:not(.boxDetailsTop) .boxTit .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: calc(var(--pcFontSize24) * var(--pcLineHeight24_36) * 2);
}
.boxCmnDetailsPager .boxTag,
.boxColumn .boxTag{
    position: relative;
    margin-top: 1.8rem;
    width: 100%;
}
.boxCmnDetailsPager .listTag,
.boxColumn:not(.boxDetailsTop) .listTag{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxCmnDetailsPager .listTag .itemTag,
.boxColumn .listTag .itemTag{
    display: inline-block;
    border-radius: 1rem;
    padding: 1.3rem 1rem;
    background-color: var(--gray_f5f_Color);
}
.boxCmnDetailsPager .listTag .txtTag,
.boxColumn .listTag .txtTag{
    font-size: var(--pcFontSize12);
}
.boxColumn .cmnArrowCircle{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4.7rem;
    height: 4.7rem;
}
.secNoListData{
    background-color: var(--blackColor);
}
@media only screen and (max-width:1215px){
    .boxColumn .boxList {
        gap: 3rem;
        margin-top: 2rem;
    }
    .boxColumn .boxList .item{
        width: 100%;
    }
    .boxColumn .item .link{
        padding-bottom: 1rem;
    }
    .boxColumn .boxTit{
        margin-top: 1.5rem;
    }
    .boxColumn .boxDate{
        gap: 0.4rem;
    }
    .boxColumn .boxDate .txtDate{
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
    }
    .boxColumn .boxDate .boxCmnNew{
        top: 0.1rem;
    }
    .boxColumn .boxTit .txt{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_23);
        margin-top: 0.5rem;
    }
    .boxColumn:not(.boxDetailsTop) .boxTit .txt{
        max-height: calc(var(--spFontSize15) * var(--spLineHeight15_23) * 2);
    }
    .boxColumn .boxTag{
        margin-top: 1rem;
    }
    .boxColumn:not(.boxDetailsTop) .listTag{
        max-width: 85%;
    }
    .boxColumn .listTag .itemTag{
        border-radius: 0.5rem;
        padding: 0.8rem 0.5rem;
    }
    .boxColumn .listTag .txtTag{
        font-size: var(--spFontSize10);
    }
    .boxColumn .cmnArrowCircle{
        width: 3.7rem;
        height: 3.7rem;
    }
}

/*-----------------------------------------------
    boxDetails
-----------------------------------------------*/
.mainWrapper.details .boxCmnTop{
    height: 0;
    padding: 0;
}
.boxDetailsTop{
    padding: 13rem 0 8rem;
    background-color: var(--blackColor);
}
.boxDetails + .boxDetails{
    margin-top: 7rem;
}
.boxColumn.boxDetailsTop .wrapper{
    position: relative;
}
/* boxCmnShare */
.boxDetails .boxCmnShare{
    position: absolute;
    top: 0;
    right: 0;
}
/* boxColumnTop */
.boxColumnTop{
    display: flex;
    justify-content: space-between;
}
.boxColumnTop .boxTit{
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 1.3rem;
    width: 100%;
    margin-top: 1rem;
}
.boxColumnTop .boxTit .txt{
    width: 100%;
    text-align: center;
    font-size: var(--pcFontSize40);
    line-height: var(--pcLineHeight40_56);
    letter-spacing: var(--pcLetterSpacing40_40);
    margin: 0;
}
.boxColumnTop .txtDate,
.boxColumnTop .txt{
    color: var(--whiteColor);
}
.boxColumnTop .boxTag{
    width: auto;
    margin: 0;
    max-width: 80%;
}
.boxColumnTop .listTag {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}
@media only screen and (max-width:1215px){
    .boxDetailsTop{
        padding: 4.7rem 0 2rem;
    }
    .boxDetails + .boxDetails{
        margin-top: 3.5rem;
    }
    /* boxCmnShare */
    .boxDetails .boxCmnShare{
        position: static;
        top: 0;
        right: 0;
    }
    /* boxColumnTop */
    .boxColumnTop{
        display: block;
    }
    .boxColumnTop .boxTit{
        gap: 1.2rem 0.7rem;
        margin-top: 1rem;
    }
    .boxColumnTop .boxTit .txt{
        font-size: var(--spFontSize17);
        line-height: var(--spLineHeight17_25);
        letter-spacing: var(--spLetterSpacing17_0);
        text-align: left;
    }
    .boxColumnTop .boxTag{
        max-width: none;
    }
    .boxColumnTop .listTag {
        gap: 0.3rem;
    }
}

/*-----------------------------------------------
    boxImg
-----------------------------------------------*/
.details .boxImg {
    position: relative;
}
.details .boxImg::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: -0.1rem;
    left: 0;
    width: 100%;
    height: 21rem;
    background-color: var(--blackColor);
}
.details .boxImg .img {
    position: relative;
    text-align: center;
}
.details .boxImg img {
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
@media only screen and (max-width:1215px){
    .details .boxImg::before {
        height: 10rem;
    }
}

/*-----------------------------------------------
    boxDetailsTxt
-----------------------------------------------*/
.details .boxDetailsTxt {
    position: relative;
    margin-top: 6rem;
}
.details .boxDetailsTxt .txt {
    font-size: var(--pcFontSize14);
    line-height: var(--pcLineHeight14_28);
    letter-spacing: var(--pcLetterSpacing14_40);
}
@media only screen and (max-width:1215px){
    .details .boxDetailsTxt {
        margin-top: 1.5rem;
    }
    .details .boxDetailsTxt .txt {
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_22);
        letter-spacing: var(--spLetterSpacing12_0);
    }
}

/*-----------------------------------------------
    boxDetailsAnker
-----------------------------------------------*/
.details .boxDetailsTop + .boxDetailsAnker {
    margin-top: 5rem;
}
.details .boxDetailsAnker .boxAnker {
    position: relative;
    background-color: var(--gray_f7f_Color);
    padding: 5.5rem 8rem;
}
.details .boxDetailsAnker .txtAnker {
    position: absolute;
    top: -1.5rem;
    left: 3rem;
    background-color: var(--blackColor);
    color: var(--whiteColor);
    width: 5.5rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--pcFontSize14);
    letter-spacing: var(--pcLetterSpacing14_40);
}
.details .boxDetailsAnker  .item + .item{
    margin-top: 1rem;
}
.details .boxDetailsAnker  .link{
    position: relative;
    padding-left: 0.8rem;
    display: inline-block;
}
.details .boxDetailsAnker  .link::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 1.2rem;
    left: 0;
    width: 0.4rem;
    height: 0.4rem;
    background-color: var(--blackColor);
    border-radius: 100%;
}
.details .boxDetailsAnker  .txtLink{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_28);
}
@media only screen and (max-width:1215px){
    .details .boxDetailsTop + .boxDetailsAnker {
        margin-top: 3rem;
    }
    .details .boxDetailsAnker .boxAnker {
        padding: 3rem 1.5rem;
    }
    .details .boxDetailsAnker .txtAnker {
        top: -1.2rem;
        left: 1.5rem;
        width: 3.8rem;
        height: 2.4rem;
        font-size: var(--spFontSize11);
        letter-spacing: var(--spLetterSpacing11_0);
    }
    .details .boxDetailsAnker  .item + .item{
        margin-top: 0.5rem;
    }
    .details .boxDetailsAnker  .link{
        padding-left: 0.5rem;
    }
    .details .boxDetailsAnker  .link::before{
        top: 1rem;
        width: 0.3rem;
        height: 0.3rem;
    }
    .details .boxDetailsAnker  .txtLink{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_20);
    }
}

/*-----------------------------------------------
    boxDetailsAnker
-----------------------------------------------*/
.boxEntry.entry h2{
    position: relative;
    min-height: 10rem;
    padding: 2rem 3rem;
    margin: 0.5rem 0;
    background-color: var(--gray_f7f_Color);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.boxEntry.entry h2::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    bottom: 0;
    left: 0;
    width: 0.1rem;
    height: 100%;
    background-color: var(--blackColor);
}
.boxEntry.entry h2,
.boxEntry.entry h2 *{
    font-size: var(--pcFontSize22);
    line-height: var(--pcLineHeight22_33);
}
@media only screen and (max-width:1215px){
    .boxEntry.entry h2{
        min-height: 6rem;
        padding: 1.5rem 1rem 1.5rem 2rem;
        margin: 0.5rem 0;
    }
    .boxEntry.entry h2,
    .boxEntry.entry h2 *{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_21);
    }
}

/*-----------------------------------------------
    secDetailsPager
-----------------------------------------------*/
.secDetailsPager {
    position: relative;
}
.secDetailsPager::before {
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background-color: var(--gray_f7f_Color);
}
/* boxCmnDetailsPager */
.secDetailsPager .boxCmnDetailsPager {
    padding-top: 8rem;
}
.secDetailsPager .boxCmnDetailsPager .boxBtnList {
    top: 8rem;
}
.boxCmnDetailsPager .btnPrev,
.boxCmnDetailsPager .btnNext{
    padding-bottom: 0;
}
.boxCmnDetailsPager .listTag{
    max-width: 80%;
}
.boxCmnDetailsPager .boxDate{
    margin-top: 2rem;
}
.boxCmnDetailsPager .txt{
    margin-top: 1rem;
}
@media only screen and (max-width:1215px){
}