section {
    padding-bottom: 140px;
}

section .contents-container {
    margin: auto;
    width: 90%;
    max-width: 1280px;
}

#hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 760px;
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    margin-top: -8px;
}

#hero .text-container {
    position: absolute;
    z-index: 99;
    margin-top: 160px;
    text-align: center;
    color:#fff;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
#hero h1 {
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color:#fff;
}

#hero p {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

#hero .text-container ul {
    display: flex;
    gap:10px;
    justify-content: center;
    margin-top: 30px;
}

#hero .text-container ul a {
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 1px #fff;
    font-size: 1rem;
    color:#fff;
}

#hero .text-container .search {
    padding: 20px 40px;
    border-radius:60px;
    background-color: #fff;
    max-width: 820px;
    width: 80%;
    margin: auto;
    margin-top:60px;
    display: grid;
    grid-template-columns: 1fr 30px;
}

#hero .text-container .search input {   
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    border: none;
}

#hero .text-container .search button {
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(../images/ic_search_red.svg) no-repeat transparent center;
}

#hero #swiper-hero-nav {
    position: absolute;
    bottom: 70px;
    text-align: center;
    z-index: 99;
}

#hero #swiper-hero-nav .swiper-pagination-bullet-active {
    background-image: url(../images/ic_bullet_active_white.svg);
    fill: #ff6347;
    width: 42px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border-radius: 0;
}

section h3 {
    font-size: 1.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


section h3 a {
    color: #DC3419;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    padding: 10px 15px;
    border:solid 1px #DC3419;
    border-radius: 60px;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

section h3 a::after {
    content: "";
    display: block;
    background: url(../images/ic_refresh_red.svg) no-repeat transparent center;
    width: 20px;
    height: 20px;
}

section.recommend-container {
    background:linear-gradient(to right, #F9F9F9 30%, #fff 20%);
    padding-bottom: 0;
    overflow: hidden;
}

section.recommend-container .contents-container {
    display: grid;
    grid-template-columns: 62% 1fr;
    gap:70px;
}

section.recommend-container .layout-d {
    border-radius: 0 200px 200px 0;
    background:#F9F9F9;
    padding: 140px 0 80px;
    position: relative;
    z-index: 99;

}

section.recommend-container .layout-d > ul {
    display: flex;
    gap:20px;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.recommend-container .layout-d > ul a {
    color:#AEAEAE;
}

section.recommend-container .layout-d > ul a.active {
    color:#AA1700;
    font-weight: 700;
    border:solid 1px #AA1700;
    border-radius: 50px;
    padding: 15px 25px;
}

section.recommend-container .contents {
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
}

section.recommend-container .contents .swiper-content-container {
    margin-top: 36px;
}

section.recommend-container .swiper-category-container {
    margin-top: 45px;
    margin-right: 140px;
    overflow: hidden;
}

section.recommend-container .swiper-content-container li.swiper-slide
{
    width: auto;
}

section.recommend-container .swiper-content-container li.swiper-slide.swiper-slide-next {
    opacity: 0.2;
}

section.recommend-container .swiper-content-container li.swiper-slide.swiper-slide-next .badge,
section.recommend-container .swiper-content-container li.swiper-slide.swiper-slide-next .text {
    display: none;
}

section.recommend-container .swiper-button-next {
    width: 50px;
    height: 50px;
    top:0;
    border:solid 1px #AEAEAE;
    margin:0;
    position:inherit;
    border-radius: 50%;
    padding: 15px 19px;
}

section.recommend-container .swiper-nav {
    display: flex;
    gap:10px;
    margin-top: 60px;
}
section.recommend-container .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin:0;
    position:inherit;
    top:0;
    border:solid 1px #AEAEAE;
    border-radius: 50%;
    padding: 15px 19px;
}

section.recommend-container  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
section.recommend-container  .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: 28.125rem;
}

section.recommend-container  .swiper-slide .badge {
    display: inline-block;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    color:#fff;
    background: #AA1700;
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: -22px;
}

section.recommend-container  .swiper-slide p {
    margin: 20px 0 0 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

section.keywords-container {
    margin-top: 140px;
    overflow: hidden;
}

section.keywords-container ul  {
    margin-top: 60px;
}

section.keywords-container ul .swiper-slide {
    width: auto;
}

section.keywords-container ul li a{
    display:flex;
    width: 220px;
    height: 220px;
    color: #FFF;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap:10px;
}

section.keywords-container ul li a p {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 100%;
}


section.keywords-container ul li span{
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}

section.keywords-container ul li a.circle-rtrb {
    border-radius: 30px 100px 100px 30px;
    background: #AA1700;
}

section.keywords-container ul li a.circle-rtlb
{
    border-radius: 50px 90px;
    background: #DC3419;
}

section.keywords-container ul li a.hectagon
{
    background : url(../images/hectagon.svg) no-repeat transparent;
}

section.keywords-container ul li a.circle-ltrt
{
    border-radius: 100px 100px 30px 30px;
    background: #AD6A6A;
}
section.keywords-container ul li a.circle
{
    border-radius: 50%;
    background: #EA6262;
}

section.artist_space {
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
    background: linear-gradient(270deg, #222 38.2%, rgba(34, 34, 34, 0.00) 54.06%);
    background-image: url(../images/na_shelf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    
    padding: 120px 0;
}

section.artist_space .space {
    display: grid;
    grid-template-columns: 1fr minmax(240px, 560px);
    gap: 82px;
}

section.artist_space .space h3 {
    color:#fff;
}

section.artist_space .space h2 {
    color:#FFF;
    font-size: 4.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.artist_space .space p {
    margin-top: 20px;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
section.artist_space .space div:nth-child(1) {
    display: grid;
    grid-template-rows: 1fr auto auto;
}

section.artist_space .space div:nth-child(2) {
    border-radius: 15px;
    background-color: #121315;
    padding: 30px;
    text-align: right;
}

section.artist_space .space div:nth-child(2) a {
    color:#fff;
    display: inline-flex;
    align-items: center;
    gap:10px;
    padding: 14px 25px;
    padding-bottom: 10px;
    border:solid 1px #fff;
    border-radius: 50px;
    margin-top: 16px;
}

section.artist_space .space div:nth-child(2) a::after {
    content: "";
    display: block;
    background: url(../images/ic_arrow_out.svg) no-repeat transparent center top -3px;
    background-size: contain;
    width: 20px;
    height: 20px;
}

section.gallery p {
    border-radius: 15px;
    background: #F4F4F4;
    padding: 40px;
    text-align: center;
    margin-top: 120px;
    color: #222;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

section.gallery p a {
    margin-right: 15px;
}

section.gallery p a:first-child {
    margin-left: 60px;
}
section.gallery ul {
    display: grid;
    gap:10px;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 60px;
}

section.gallery h3 {
    margin-top: 140px;
}

section.gallery ul li img {
    border-radius: 15px;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

section.gallery a.artsarchive {
    display: block;
    width: 100%;
    border-radius: 90px;
    background: url(../images/ic_arrow_out.svg) no-repeat #AA1700  right 40px center;
    box-shadow: 0 20px 50px 0 rgba(220, 52, 25, 0.30);
    color:#fff;
    padding: 25px 40px;
    font-size: 1.825rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 140px;
}

section.gallery a.artsarchive span {
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}


section.links {
    background-color: #F9F9F9;
    padding:40px 0;
}


section.links ul {
    display: flex;
    width: 100%;
    gap:20px;
    height: 70px;
}

section.links ul li {
    flex-grow: 1;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border:1px solid rgba(0, 0, 0, 0.10);
}

section.links ul li:first-child {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    background-color: transparent;
    padding: 0;
    border: none;
}