
a.linkArrow{
    color: #268ad2;
}

.detail,
.letter{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.comingsoon{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0;
    text-align: center;
    font-size: 32px;
    font-weight: 700;

}

/** category **/
.categoryWrap{
    padding: 0 40px;
    padding-top: 48px;
    position: relative;
}
.categoryWrap::before{
    content: "";
    background: #f8f8f8;
    width: 100%;
    height: 297px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.category h2{
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 72px;
    text-align: center;
}
.category h2::after{
    content: "";
    width: 32px;
    height: 2px;
    background: #268ad2;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 0;
}
.category a{
    color: #181616;
}
.category .boxWrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 114px;
}
.category .boxWrapWrap{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 80px 104px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
}
.category .img{
    margin-bottom: 32px;
    max-width: 447px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}
.category .img img{
    width: 100%;
}
.category .ttl{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
.category .date{
    font-size: 11px;
    font-weight: 200;
    opacity: .8;
    display: none;
}


/** detail **/
.detail{
    margin-top: 80px;
}
.detail,
.letter{
    padding: 0 40px;
}
.detail .subttl{
    font-size: 14px;
    font-weight: 400;
    opacity: .6;
    margin-bottom: 32px;
}
.detail h1{
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 32px;
    position: relative;
}
.detail h1::after{
    content: "";
    width: 32px;
    height: 2px;
    background: #268ad2;
    position: absolute;
    left: 0;
    bottom: 0;
}
.detail p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 80px;
}
.detail .imgBox{
    margin-bottom: 80px;
    overflow: hidden;
    border-radius: 24px;
    max-width: 864px;
    width: 100%;
}
.detail .imgBox img{
    width: 100%;
}
.detail .btnBox{
    margin-bottom: 80px;
    display: none;
}
.letter h2{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 32px;
}
.letter p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 120px;
}
.letter .btnBox{
    margin-bottom: 80px;
    text-align: center;
}


/** contact **/
.contact h2{
    font-size: 32px;
    text-align: center;
    margin-bottom: 56px;
    font-weight: 800;
    color: #181616;
}




@media screen and (max-width: 1092px) {
.category .boxWrapWrap{
    justify-content: center;

}
}

@media screen and (max-width: 876px) {

}

@media screen and (max-width: 720px) {

}


@media screen and (max-width: 500px) {

}