@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

#contents {
    width: 100%;
    max-width: none !important;
    margin-top: 0;
    padding-top: 0;
}


#fv {
    position: relative;
    background: #333;
}
#fv .swiper-slide {
    padding-top: 39%;
    background: center / cover no-repeat;
}
#fv .inner {
    position: absolute;
    bottom: -webkit-calc(50% - 24px);
    bottom: calc(50% - 24px);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
#fv .inner p {
    margin-bottom: 24px;
    color: #fff;
    font-size: 0;
    font-weight: bold;
    text-align: center;
}
#fv .inner p span {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    background: #0086cc;
}
#fv .inner p span:nth-of-type(2) {
    margin-top: 10px;
}
#fv .search {
    width: 380px;
    height: 48px;
    position: relative;
    margin: auto;
}
#fv .search .search-text {
    width: 100%;
    height: 100%;
    padding: 0 48px 0 15px;
    background: rgba(255,255,255,0.8);
    border: none;
    border-radius: 24px;
    box-shadow: none;
    line-height: normal;
    vertical-align:middle;
    font-size: 16px;
}
#fv .search ::placeholder {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    opacity: 1;
}
#fv .search #searchsubmit {
    width: 48px;
    height: 48px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #0086cc;
    border: none;
    border-radius: 50%;
    outline: none;
    color: #fff;
    font-family: "jin-icons";
    font-size: 24px;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    #fv .swiper-slide {
        padding-top: 50%;
    }
}
@media screen and (max-width: 767px) {
    #fv .search {
        width: 90%;
        max-width: 380px;
    }
    #fv .swiper-slide {
        padding-top: 328px;
    }
    #fv .inner {
        bottom: 37%;
    }
    #fv .inner p span {
        font-size: 16px;
    }
}



section {
    max-width: 980px;
    margin: 120px auto 40px;
    padding: 0 30px;
    box-sizing: border-box;
}
section h2 {
    margin-bottom: 45px;
    font-family: 'Archivo Black', sans-serif;
    font-size: 32px;
    letter-spacing: .03em;
    line-height: 1em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    section {
        margin: 80px auto 40px;
        padding: 0 16px;
    }
}



#pickup .list {
    display: flex;
    flex-wrap: wrap;
}
#pickup .item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    box-shadow: 2px 3px 7px rgba(0,0,0,.16)
}
#pickup .item:first-of-type {
    width: 100%;
    margin-bottom: 30px;
}
#pickup .item:nth-of-type(3) {
    margin-left: 30px;
}
#pickup .item a {
    height: 100%;
}
#pickup .item .thumb {
    width: 100%;
    padding-top: 48%;
    background: #ccc center / cover no-repeat;
}
#pickup .item .info {
    padding: 30px;
}
#pickup .item .category {
    display: inline-block;
    margin: 0 0 16px;
    padding: 5px 10px;
    background: #0086cc;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
#pickup .item h3 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
#pickup .item .time {
    margin: 16px 0 0;
    color: rgba(0,0,0,.6);
    font-size: 12px;
    font-weight: bold;
}


/* first */
@media screen and (min-width: 481px) {
    #pickup .item:first-of-type a {
        display: flex;
        align-items: center;
    }
    #pickup .item:first-of-type .thumb {
        width: 50%;
        height: 100%;
        min-height: 316px;
        padding-top: 0;
    }
    #pickup .item:first-of-type .info {
        flex: 1;
        padding: 30px;
    }
    #pickup .item:first-of-type h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    #pickup .item:first-of-type {
        margin-bottom: 16px;
    }
    #pickup .item:first-of-type .thumb {
        min-height: 220px;
    }
    #pickup .item:first-of-type .info {
        padding: 16px;
    }
    #pickup .item:first-of-type h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    #pickup .item {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
    }
    #pickup .item:nth-of-type(3) {
        margin-left: 16px;
    }
    #pickup .item .info {
        padding: 16px;
    }
}
@media screen and (max-width: 480px) {
    #pickup .item {
        width: 100%;
    }
    #pickup .item:nth-of-type(3) {
        margin-left: auto;
        margin-top: 16px;
    }
}



#category .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#category .item {
    width: 100%;
    position: relative;
    background: #ccc center / cover no-repeat;
}
#category .item:nth-of-type(n + 3) {
    margin-top: 30px;
}
#category .item:nth-of-type(1) { background-image: url(../images/category001.jpg.webp); }
#category .item:nth-of-type(2) { background-image: url(../images/category002.jpg.webp); }
#category .item:nth-of-type(3) { background-image: url(../images/category003.jpg.webp); }
#category .item:nth-of-type(4) { background-image: url(../images/category004.jpg.webp); }
#category .item:nth-of-type(5) { background-image: url(../images/category005.jpg.webp); }
#category .item:nth-of-type(6) { background-image: url(../images/category006.jpg.webp); }
#category .item:nth-of-type(7) { background-image: url(../images/category007.jpg.webp); }
#category .item.item60 {
    width: -webkit-calc(61.414% - 15px);
    width: calc(61.414% - 15px);
}
#category .item.item50 {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}
#category .item.item40 {
    width: -webkit-calc(38.587% - 15px);
    width: calc(38.587% - 15px);
}
#category .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.26);
    transition: all .2s;
}
#category .item:hover:before {
    background: rgba(0,0,0,0);
}
#category .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 65px 0;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media screen and (max-width: 1000px) {
    #category .item a {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {
    #category .item:nth-of-type(n + 2) {
        margin-top: 16px;
    }
    #category .item {
        width: 100% !important;
    }
    #category .item:not(:nth-of-type(3n - 2)) {
        width: -webkit-calc(50% - 8px) !important;
        width: calc(50% - 8px) !important;
    }
    #category .item a {
        padding: 40px 0;
        font-size: 16px;
    }
}



#supervisor {
    width: 100%;
    max-width: none;
    padding: 60px 30px;
    background: #f4f4f4;
}
#supervisor p {
    margin: 0 auto;
    line-height: 1.8;
    text-align: center;
}
#supervisor .list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 810px;
    margin: 30px auto 0;
}
#supervisor .list a {
    display: block;
    margin: 30px 15px 0;
}
#supervisor .list img {
    display: block;
    max-width: 100%;
}
#supervisor .button {
    display: block;
    max-width: 270px;
    margin: 60px auto 0;
    padding: 20px 0;
    background: #0086cc;
    border-radius: 100px;
    color: #fff;
    line-height: 1;
    text-align: center;
    position: relative;
}
#supervisor .button:after {
    content: '';
    display: block;
    width: 26px;
    height: 6px;
    margin: auto;
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 0;
    bottom: 4px;
    right: 24px;
    transform: skewX(50deg);
}
@media screen and (max-width: 767px) {
    #supervisor {
        padding: 60px 16px;
    }
    #supervisor p br {
        display: none;
    }
    #supervisor .list {
        margin: 20px -8px 0;
    }
    #supervisor .list a {
        width: -webkit-calc(33.3333% - 16px);
        width: calc(33.3333% - 16px);
        margin: 16px 8px 0;
    }
    #supervisor .button {
        margin-top: 45px;
    }
}
@media screen and (max-width: 480px) {
    #supervisor .list a {
        width: -webkit-calc(50% - 16px);
        width: calc(50% - 16px);
    }
}