﻿@import url('../inter');
@import url('../tenor-sans');

.ka-container .ka-content-wrapper .content{
    width: 100%;
}

/* Header */
.header .container{
    max-width: 1600px!important;
    margin: auto;
}

.bg-box-banner-01{
    left: 0;
}

.bg-box-banner{
    right: 0;
}

/* .header_in{
    max-width: 1600px;
    margin: auto;
}

.header > .container {
    margin: auto;
    max-width: 1600px !important;
} */

.header .container{
    padding: 0;
}

.header_in .top_nav > .topmenu > li > a{
    font-family: Inter;
}

.header-util-container .header-util a{
    color: #868686;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.header-util-container .header-util a:first-child:after{
    background-color: #d7d7d7;
}

.work-sns-tit {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 24px;
    padding-top: 120px;
}

.work-sns-tit > h2 {
    color: #252525;
    font-family: Noto Sans KR;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.work-sns-tit > span {
    position: absolute;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.work-sns-tit > span > img {
    display: none;
}

.work-sns-tit .work-sns-icon {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
}

.work-sns-tit .work-sns-icon.on {
    border-color: #f44e05;
}

.work-sns-tit .work-sns-icon.on > i {
    color: #f44e05;
}

.work-sns-tit .work-sns-icon > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #cccccc;
}

/* 메인배너 */
#mainbanner {
    position: relative;
}

.swiper-container.main {
    position: relative;
    width: 100%;
    height: 460px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
}

.swiper-container.main > .swiper-wrapper.autoHeight {
    height: auto !important;
}

.swiper-container.main > .swiper-wrapper{
    height: auto!important;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide {
    position: relative;
    width: 100%;
    height: inherit;
    overflow: initial !important;
    min-height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    transition: opacity 0.2s;
    opacity: 0;
    cursor: pointer;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active {
    opacity: 1!important;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img {
    width: 100%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: none!important;
    position: relative;
    background-color: #f9f9f9;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img > a{
    display: block;
    width: 100%;
    height: 100%
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img img{
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    height: 100%;
    width: auto!important;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img > img {
    max-height: 100%;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img > img.on {
    width: initial !important;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 500;
    max-width: 1920px;
}

/*텍스트박스*/
.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > div > div {
    -webkit-transform: translate3d(0px, 30px, 0);
    transform: translate3d(0px, 30px, 0);
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-bottom: 10px;
    width: 610px;
    padding-left: 160px;
    backface-visibility: hidden;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: .4s ease 0.4s;
    -o-transition: .4s ease 0.4s;
    transition: .4s ease 0.4s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden; 
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: .4s ease 1.2s;
    -o-transition: .4s ease 1.2s;
    transition: .4s ease 1.2s;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div::-webkit-scrollbar {
    width: 10px;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.4)!important;
    border-radius: 10px;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.swiper-container.main .swiper-slide .textbox-detail-btn{
    display: none;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox h1 {
    opacity: 1;
    margin: 0;
    font-size: 0;
    line-height: normal;
    font-family: Inter;
    font-weight: 700;
    letter-spacing: -0.84px;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox h1 {
    opacity: 1;
    font-size: 28px;
    line-height: 36px;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox h1 span{
    -webkit-backface-visibility: hidden; 
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > div > div > .btn {
    display: block;
    width: 100%;
    text-align: left;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container {
    text-align: left;
    padding: 0;
    height: 100%;
    max-width: 1920px!important;
    margin: auto;
    -webkit-backface-visibility: hidden; 
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h5 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}

.swiper-container.main .textbox .type{
    border-radius: 2px;
    background: #111;
    padding: 0px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
    font-family: "Noto Sans KR";
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div.textboxCnt > div {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > div {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    font-family: Noto Sans KR;
    padding-right: 8px;
    -webkit-backface-visibility: hidden; 
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn {
    background-color: transparent;
    white-space: initial;
    margin-top: 30px;
    padding: 0;
    border: 0 !important;
    font-size: 0;
    letter-spacing: normal;
    -webkit-backface-visibility: hidden; 
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    transform: none !important;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    font-family: Inter;
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 6px;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a:first-child {
    background: #FFF;
    color: #252525;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a:hover{
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.20);
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a:first-child:hover{
    background: #EAEAEA;
}

.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a:last-child{
    margin-right: 0;
}



.swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p.tit {
    font-weight: 400;
}

.swiper-container.main > .swiper-pagination {
    width: auto;
    height: initial !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
}

.swiper-container.main > .swiper-pagination > span {
    margin: 0;
    margin-right: 5px;
    opacity: 1;
    background: var(--color-grey_400);
    flex: none;
    order: 4;
    flex-grow: 0;
}

.swiper-container.main > .swiper-pagination > span.swiper-pagination-bullet-active{
    background: #F76E33;
}

.swiper-container.main > .swiper-pagination > span:last-child {
    margin-right: 0;
}


.swiper-container.main .textbox-bg{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 640px;
    max-width: 1920px;
}

.swiper-container.main .banner-bg{
    position: absolute;
    left:0;
    width: 640px;
    height:100%;
}

.banner-writer-info .container{
    max-width: none!important;
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding: 0;
}

.banner-writer-info > div > div {
    opacity: 0;
    z-index: 100;
    margin-left: 16px;
}

.swiper-slide-active .banner-writer-info > div > div{
    opacity: 1;
    text-align: right;
}

.banner-writer-info > div > div > a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #868686;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.06em;
}

.hero_slide--progress {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 500;
    width: 0;
    height: 1px;
    background-color: #071839;
    padding: 0!important;
}

.swiper-slide .ui_link.mo{
    display: none;
}

/* 메인배너 - 네이게이션 */
.navigation {
    z-index: 5;
    height: 32px;
    width: 109px;
}

.navigation > .container {
    position: relative;
    max-width: 1200px!important;
}

.navigation > .container > div {
    width: 109px;
    padding: 0px 40px 0px 10px;
    height: 32px;
    border-radius: 32px;
    border: 1px solid #D7D7D7;
}

.navigation > .container > div > div {
    top: 0;
    margin-top: 0;
    width: auto;
    height: 100%;
    display: inline-block;
    opacity: 1;
}

.navigation > .container > div > div > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #000;
    width: 16px;
    height: 20px;
}

.stopico1{
    stroke:#000!important;
}

.navigation > .container > div > .stop {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #F3F3F3;
    cursor: pointer;
    z-index: 50000;
}

.navigation > .container > div > .stop:hover{
    background: #EAEAEA;
}

.navigation > .container > div > .stop.s2 {
    display: none;
}

.navigation > .container > div > .stop.s1 {
    display: none;
}

.navigation > .container > div > .stop.s1.on {
    display: inline-block;
}

.navigation > .container > div > .stop.s2.on {
    display: inline-block;
}

.navigation > .container > div > .stop svg{
    fill: #000;
    width: 40px;
    height: 9.5px;
}

.swiper-pagination-bullet-active {
    background-color: #666666;
}

.navigation > .container > div > .swiper-button-next {
    left: 61%;
    transform: translateX(-50%);
}

.navigation > .container > div > .swiper-button-prev {
    left: 15px;
    right: auto;
}

.navigation > .container > div > .swiper-button-next:after {
    font-size: 0;
}

.navigation > .container > div > .swiper-button-prev:after {
    font-size: 0;
}

.navigation > .container .swiper-pagination{
    left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C1C1C1;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.navigation > .container .swiper-pagination-current{
    color: #252525;
    font-weight: 500;
    margin-right: 3px;
}

.navigation > .container .swiper-pagination-total{
    margin-left: 3px;
}

/*주요출품작*/
#highlight{
    max-width: 1600px!important;
}

.main-highlight .hl-list > div .hllilst > li{
    margin-right: 1.5%;
    width: 15.4%;
    margin-bottom: 24px;
}

.main-highlight .hl-list > div .hllilst > li:nth-child(6n){
    margin-right: 0;
}

.main-highlight .hl-list > div .hllilst > li > div.main-newicon {
    top: 2px !important;
    right: 5px!important;
    width: 19px;
    height: 19px;
    border-radius: 22px;
    line-height: 19px;
    font-size: 12px;
}

.main-highlight .hl-list > div .hllilst > li > div > svg {
    top: 11px;
    right: 11.8px;
    width: 28px;
    height: 28px;
}

.main-highlight .hl-list > div .hllilst > li > div svg .mainwish1{
    stroke: #fff;
}

.hl-list > div .hllilst > li > div svg.open .mainwish1 {
    fill: #F76E33;
    stroke: #F76E33;
}

.main-highlight .hl-list > div .hllilst > li > div > .info {
    left: 16px;
    right: 16px;
    bottom: 16px;
}

.main-highlight .hl-list > div .hllilst > li > div > .info > p.tit {
    font-size: 13px;
    line-height: 18px;
}

.main-highlight .hl-list > div .hllilst > li > div > .info > div > p.cr{
    font-size: 13px;
    line-height: 18px;
    margin-top: 8px;
}

.main-highlight .hl-list > div .hllilst > li > div > .info > div > p.price > strong {
    font-size: 15px;
    line-height: 20px;
}

.main-highlight .hl-list > div .hllilst > li > div > .info > div > p.price > span {
    margin-left: 4px;
    font-size: 15px;
    line-height: 20px;
}

.main-highlight .hl-list > div .hllilst > .img-more > a > p {
    font-size: 13px;
    margin-top: 10px;
}

.main-highlight .hl-list > div > div.more{
    height: 600px;
}

/*공식 블로그*/
#main-blog-cont{
    background: #F5F4ED;
    padding-bottom:  100px;
}

.main-blog{
    max-width: 1600px!important;
    width: 100%;
    margin: auto;
    position: relative;
}

.main-blog .mainpage-moreBtn,
.main-blog .gradationDiv {
    display: none!important;
}

.main-blog-list > div {
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    padding: 32px 24px 40px 24px;
    text-align: center;
    height: 0;
    padding-bottom: 25%;
}

.main-blog-list > div > .main-blog-list-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    background-color: #efefef;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    width: 72.17%;
    padding-bottom: 72.17%;
}

.main-blog-list > div > .main-blog-list-img > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-blog-list > div:hover{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
}

.main-blog-list > div:hover > .main-blog-list-img > div {
    transform: scale(1.1);
    transition: all 0.3s;
}

.main-blog-list > div > .main-blog-list-img > img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.main-blog-list > div > .main-blog-list-desc > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #252525;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    height: 48px;
    letter-spacing: -0.54px;
    text-align: left;
    margin-bottom: 32px;
}

.main-blog-list > div:hover p{
    text-decoration: underline;
    text-underline-offset: 4px;
}

.main-blog .blog-swiper{
    position: relative;
    padding-bottom: 54px;
}

.main-blog .blog-swiper .blog-wrap{
    overflow: hidden;
}

.main-blog .swiper-scrollbar{
    left: 50%;
    transform: translateX(-50%);
    width: 238px;
    height: 6px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0;
    bottom: 0;
}

.main-blog .swiper-scrollbar-drag{
    height: 6px;
    background: #4E4E4E;
    top: 0;
    transition: all 0.5s;
    border-radius: 0;
}

.main-blog .swiper-button-prev,
.main-blog .swiper-button-next{
    width: 40px;
    height: 40px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    border-radius: 100%;
    background-color: #ffffff;
    margin-top: 0;
    top: 45%;
    transform: translateY(-50%);
    opacity: 0;
}

.main-blog:hover .swiper-button-prev,
.main-blog:hover .swiper-button-next{
    opacity: 1;
}

.main-blog .swiper-button-prev::after,
.main-blog .swiper-button-next::after{
    display: none;
}

.main-blog .swiper-button-prev{
    left: -20px;
}

.main-blog .swiper-button-prev img{
    transform: translateX(-2px);
}

.main-blog .swiper-button-next{
    right: -20px;
}

.main-blog .swiper-button-next img{
    transform: translateX(2px);
}

.main-blog .blog-controls img{
    width: 24px;
}

.main-blog:hover .blog-controls > div.swiper-button-disabled{
    opacity: 0;
}

.artist-db {
    display: flex;
    align-items: flex-start;
    max-width: 1240px!important;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
}

.artist-db i{
    font-style: normal;
}

.artist-db .work-sns-tit > div{
    position: relative;
}

.artist-db .work-sns-tit .now{
    display: block;
    color: #494949;
    font-size: 16px;
    position: relative;
    padding: 0 20px 0 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.artist-db .work-sns-tit .now::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('../../img/icons/icon_footer_down.png') no-repeat right center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
}

.artist-db .work-sns-tit .now.on::before{
    top: 0;
    transform: rotate(-180deg);
    transition: all 0.5s;
}

.artist-db .work-sns-tit .now::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #252525;
}

.artist-db .dropbox{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    margin-top: 5px;
    background: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
    border-radius: 4px;
    z-index: 420;
    display: none;
}

.artist-db .dropbox li{
    padding: 0;
}

.artist-db .dropbox a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    padding: 10px 0;
    letter-spacing: -0.03em;
    color: #252525;
}

.artist-db .dropbox a:hover{
    background: #F3F3F3;
}

.artist-db .work-sns-tit .sort{
    position: absolute;
    right: 0;
}

.artist-db .work-sns-tit .sort span::after{
    display: none;
}

.artist-db  .artist-db-swiper{
    width: 100%;
    overflow: hidden;
}

.artist-db-swiper .ctrl a{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    border-radius: 35px;
    background-color: #ffffff;
    opacity: 0;
    margin-top: 0;
    z-index: 2;
}

.artist-db-swiper .ctrl a::after{
    font-size: 14px;
    font-weight: 700;
    color: var(--color-grey_800);
}

.artist-db-swiper .ctrl .swiper-button-prev{
    left: 0;
}

.artist-db-swiper .ctrl .swiper-button-next{
    right: 0;
}

.artist-db::after{
    content: '';
    position: absolute;
    top: 46%;
    right: 8.3%;
    width: 14.7%;
    height: 31%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: top right;
    z-index: 1;
    transition: all 0.3s;
}

.artist-db:hover::after{
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
}

.artist-db:hover .ctrl a{
    opacity: 1;
    transition: all 0.3s;
}

.artist-db:hover .ctrl .swiper-button-disabled{
    opacity: 0;
}

.artist-db .swiper-scrollbar-drag{
    height: 3px;
    top: -1px;
    transition: all 0.5s;
    background: #aaa;
}

.artist-db:hover .swiper-scrollbar-drag{
    background: #4e4e4e;
}   

.artist-db .swiper-scrollbar{
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: #C1C1C1;
}

.artist-db .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.artist-db .swiper-slide .roll-over{
    width: 100%;
    position: relative;
}

.artist-db .roll-over .thumb{
    display: block;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.artist-db .roll-over .name{
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.artist-db .roll-over .name:hover{
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.artist-db .roll-over .name b{
    font-weight: 400;
    word-break: break-all;
}

.artist-db .roll-over .link-box{
    background: #fff;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
    border-radius: 4px;
    border: 1px solid #252525;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    display: none;
}

.artist-db .roll-over .link-box a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    height: 30px;
    font-size: 12px;
    line-height: 1.2;
}

.artist-db .roll-over .link-box a:hover{
    background: #F3F3F3;
    color: #252525;
}

.artist-db .follow{
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: #C1C1C1;
    border: 1px solid #C1C1C1;
    min-width: 58px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 20px;
    border-radius: 20px;
    padding: 0 7px 0 5px;
    margin-top: 5px;
}

.artist-db .follow i{
    background: url(../../img/icons/icon_follow.png)no-repeat center -2px;
    width: 13px;
    height: 13px;
    background-size: cover;
}

.artist-db .follow b{
    font-weight: 400;
}

.artist-db .follow.on{
    display: flex!important;
    border: 1px solid #F76E33;
    color: #F76E33;
}

.artist-db .follow.on i{
    background-image: url(../../img/icons/icon_follow_on.png);
    background-position-y: -1px;
}

.right-slide-pop{
    position: fixed;
    right: 40px;
    bottom: 592.781px;
    transition: all 0.5s;
    z-index: 400;
    display: flex!important;
    flex-direction: column;
    align-items: end;
    z-index: 420;
    width: 50px;
}

.right-slide-pop .cl-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}

.right-slide-pop .todaycl-btn span{
    display: inline-block;
    vertical-align: middle;
}

.right-slide-pop .cl-btns a{
    color: #252525;
}

.right-slide-pop .cl-btns a:hover{
    color: #252525;
}

/*오늘의 경매*/
.today-auction article{
    max-width: 1600px!important;
    margin: auto;
    margin-bottom: 120px;
}

.today-auction ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    width: 100%;
}

.today-auction li{
    border-radius: 8px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.today-auction li:last-child{
    margin-right: 0;
}

.today-auction li:hover{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #4E4E4E;
    transition: all 0.3s;
}

.today-auction li a{
    display: block;
    padding: 0 7.77%;
}

.today-auction .title{
    padding-top: 39px;
    padding-bottom: 38px;
}

.today-auction .title b{
    color: #252525;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.66px;
    margin-bottom: 5px;
}

.today-auction .title b span{
    margin-right: 11px;
}

.today-auction .title i{
    color: #252525;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 16px;
    border: 1px solid #F44E05;
    background: #FFF;
    padding: 4px 11px;
    display: inline-block;
    vertical-align: middle;
}

.today-auction .title i.online{
    border-radius: 16px;
    border: 1px solid #868686;
}

.today-auction .status{
    color: #252525;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.54px;
    display: block;
    margin-top: 6px;
}

.today-auction .status strong{
    color: #F44E05;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.54px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: baseline;
}

.today-auction .type{
    background: var(--grey-100, #F9F9F9);
    color: var(--grey-500, #A3A3A3);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    height: 56px;
    display: flex;
    align-items: center;
}

.today-auction .circle-progress{
    position: absolute;
    right: 30px;
    bottom: 16px;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.today-auction .circle-progress a{
    padding: 0;
    width: 100%;
}

.today-auction .circle-progress svg{
    display: block;
    transform: rotate(-90deg);
}

.today-auction .circle-progress .frame, .today-auction .circle-progress .bar { 
    fill: none;
}

.today-auction .circle-progress .bar {
    stroke-linecap: round;
    transition: all 0.7s;
    /* stroke-dashoffset: -339.292px; */
}

.today-auction .circle-progress .frame { 
    stroke: #eaeaea; 
}

.today-auction .circle-progress span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.42px;
}

.today-auction .major .circle-progress .bar {
    stroke: #F76E33;
}

.today-auction .major .circle-progress span{
    background: linear-gradient(180deg, #F44E05 0%, #F76E33 100%);
}

.today-auction .premium .circle-progress .bar {
    stroke: #A77441;
}

.today-auction .premium .circle-progress span{
    background: #B2814C;
}

.today-auction .weekly .circle-progress .bar {
    stroke: #4CA6AA;
}

.today-auction .weekly .circle-progress span{
    background: #5EB6B9;
}

/*큐레이터 픽*/
.curator{
    max-width: 1600px;
    margin: auto;
    margin-bottom: 120px;
}

.curator article{
    position: relative;
}

.curator article .work-sns-tit{
    width: 100%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.curator .work-sns-tit .more{
    display: block;
    background: url(../../img/icons/icon_more_plus.png) no-repeat right center;
    background-size: 16px;
    padding-right: 22px;
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.curator .work-sns-tit .more:hover{
    color: #252525;
}

.curator .pagination{
    position: absolute;
    right: 0;
    margin-top: calc((74px - 32px) / 2);
    z-index: 1;
}

.curator .pagination li{
    padding-left: 0;
}

.curator .pagination a{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    padding: 0px 10px;
    color: #C1C1C1;
    text-align: center;
    -webkit-text-stroke-width: 0.20000000298023224;
    -webkit-text-stroke-color: #252525;
    font-family: "Tenor Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
    margin-left: 4px;
}

.curator .pagination a:hover{
    color: #868686;
}

.curator .pagination a.on{
    color: #252525;
    border: 1px solid #252525;
}

.curator .pick{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.curator .pick.active{
    display: none;
}

.curator .poster{
    width: 32.37%;
    flex-wrap: wrap;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    height: 0;
    padding-bottom: 32.37%;
}

.curator .poster img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
}

.curator .poster img.active {
    opacity: 1;
}

.curator .slide-area{
    width: calc(100% - 36.37%);
    width: -webkit-calc(100% - 36.37%);
    width: -moz-calc(100% - 36.37%);
    width: -o-calc(100% - 36.37%);
    margin-left: 4%;
    position: relative;
}

.curator .curator-wrap{
    overflow: hidden;
}

.curator .slide-inner{
    position: relative
}

.curator .slide-area .tit{
    color: #252525;
    font-family: "Tenor Sans";
    font-size: 52px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -1.04px;
    display: block;
    margin-bottom: 32px;
    width: calc(100% - 108px);
    width: -webkit-calc(100% - 108px);
    width: -moz-calc(100% - 108px);
    width: -o-calc(100% - 108px);
}

.curator .swiper-slide{
    cursor: pointer;
}

.curator .swiper-slide ul{
    position: relative;
    height: 0;
    /* padding: 26px 2.36% 91.87%; */
    padding: 26px 2.36% calc(100% - 26px);
    border-radius: 4px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.curator .swiper-slide ul::after{
    content: '';
    display: block;
    padding-bottom: 100%;
}

.curator .swiper-slide img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 63%;
}

.curator .hover-txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.curator .poster .hover-txt .scroll-txt::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.curator .poster .hover-txt .scroll-txt::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4)!important;
    border-radius: 10px;
}

.curator .poster .hover-txt .scroll-txt::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 10px;
}

.curator .poster .hover-txt{
    padding: 40px;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(15px);
    transition: all 0.3s;
}

.curator .poster:hover .hover-txt{
    opacity: 1;
    z-index: 0;
    transition: all 0.3s;
}

.curator .poster .hover-txt .scroll-txt{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.curator .poster .hover-txt b{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
    margin-bottom: 16px;
    display: block;
}

.curator .poster .hover-txt p{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;
}

.curator .slide-area .hover-txt{
    padding: 24px 24px 29px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.curator .slide-area .hover-txt .type{
    border-radius: 500px;
    border: 1px solid #FFF;
    padding: 0px 9px 1px 9px;
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-weight: 500;
    height: 26px;
    line-height: 24px;
}

.curator .slide-area .hover-txt span{
    font-family: "Noto Sans KR";
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin-bottom: 4px;
}

.curator .slide-area .hover-txt strong{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.curator .slide-area .hover-txt .price{
    font-weight: 700;
    font-style: normal;
}

.curator .swiper-slide:hover .hover-txt{
    opacity: 1;
    z-index: 1;
    transition: all 0.3s;
}

.curator .swiper-slide:nth-child(2n) ul{
    border-radius: 100%;
}

.curator .swiper-slide:nth-child(2n) .hover-txt{
    border-radius: 100%;
    padding: 60px;
}

.curator .slide-area .heartic{
    position: absolute;
    right: 24px;
    top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    background: none;
    box-shadow: none;
    border-radius: 0;
}

.curator .slide-area .heartic i{
    color: #fff;
    font-size: 20px;
}

.curator .slide-area .heartic i.fas{
    color: #F76E33;
}

.curator .swiper-slide:nth-child(2n) .heartic{
    top: 60px;
    right: 60px;
}

.curator .swiper-slide .mo-txt{
    display: none;
}

.curator .swiper-slide .text-area{
    margin: 13px 20px 0;
}

.curator .swiper-slide .text-area b{
    display: block;
    color: #252525;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 0 2px;
}

.curator .swiper-slide .text-area span{
    display: block;
    color: #252525;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR";
}

.curator .ctrl a{
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #D7D7D7;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    opacity: 1;
    transition: all 0.3s;
    z-index: 2;
}

.curator .slide-area:hover .ctrl a{
    opacity: 1;
    transition: all 0.3s;
}

.curator .slide-area:hover .ctrl .swiper-button-disabled{
    opacity: 0;
}

.curator .ctrl .swiper-button-disabled{
    opacity: 0;
}

.curator .ctrl .swiper-button-prev{
    left: -20px;
}

.curator .ctrl .swiper-button-next{
    right: -20px;
}

.curator .ctrl .swiper-button-prev::after,
.curator .ctrl .swiper-button-next::after{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    opacity: 1;
}

.curator .ctrl .swiper-button-prev::after{
    transform: translateX(-1px);
}

.curator .ctrl .swiper-button-next::after{
    transform: translateX(1px);
}

.curator .fake-swiper-btn a{
    position: absolute;
    top: calc(47.5% - 40px);
    top: -webkit-calc(47.5% - 40px);
    top: -moz-calc(47.5% - 40px);
    top: -o-calc(47.5% - 40px);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    opacity: 1;
    transition: all 0.3s;
    z-index: 1;
}

.curator .fake-swiper-btn .fake-prev{
    left: -20px;
    background: #FFF url(../../img/icons/icon_top_arrow.png)no-repeat center 49%;
    background-size: 25px;
    transform: rotate(-90deg);
}

.curator .fake-swiper-btn .fake-next{
    background: #FFF url(../../img/icons/icon_top_arrow.png)no-repeat center 49%;
    background-size: 25px;
    transform: rotate(90deg);
    right: -20px;
}

/* 파트너스 */
.partners {
    position: relative;
    padding-bottom: 190px;
}


.partners article.active{
    display: none;
}

.partners article.mo{
    display: none;
}

.partners .partners-cnt.arte-k{
    margin-bottom: 204px;
}

.partners .partners-bg{
    position: absolute;
    width: 100%;
    height: 516px;
    left: 0;
    z-index: -1;  
    opacity: 1;  
    transition: all 0.5s;
}

.partners .partners-tab{
    max-width: 1600px;
    margin: auto;
    margin-bottom: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.partners .partners-tab a{
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30px;
    display: flex!important;
    align-items: center;
    transition: all 0.3s;
}

.partners .partners-tab a.arte-k{
    width: 84px;
    background-image: url(../../img/icons/artek_tab.png);
    opacity: 0.2;
}

.partners .partners-tab a.arte-k:hover{
    opacity: 0.5;
    transition: all 0.3s;
}

.partners .partners-tab a.arte-k.on{
    opacity: 1;
    transition: all 0.3s;
}

.partners .partners-tab a.art-together i{
    opacity: 0.2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30px;
    width: 156px;
    background-image: url(../../img/icons/together_tab.png);
    margin-right: 10px;
}

.partners .partners-tab a.art-together img{
    width: 42px;
}

.partners .partners-tab a.art-together:hover i{
    opacity: 0.5;
    transition: all 0.3s;
}

.partners .partners-tab a.art-together.on i{
    opacity: 1;
    transition: all 0.3s;
}

.partners .partners-tab a::before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 2px;
    background: #EAEAEA;
    margin:0 16px;
}

.partners .partners-tab a:nth-child(1):before{
    display: none;
}

.partners .exhibition-inner{
    max-width: 1600px;
    padding: 83px 0 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.partners .pagination{
    margin-bottom: 16px;
}

.partners .pagination li{
    padding-left: 0;
}

.partners .pagination a{
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-right: 4px;
    color: #FFF;
    text-align: center;
    -webkit-text-stroke-width: 0.20000000298023224;
    -webkit-text-stroke-color: #FFF;
    font-family: "Tenor Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.32px;
    opacity: 0.4;
}

.partners .pagination a:hover{
    opacity: 0.8;
}

.partners .pagination a.on{
    opacity: 1;
    border: 1px solid #FFF;
}

.partners .text-area{
    position: relative;
    width: 64.7%;
}

.partners .text-area .title-wrap{
    position: relative;
}

.partners .text-area .title-wrap b{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.96px;
    margin-bottom: 24px;
    display: block;
    position: relative;
}

.partners .text-area .title-wrap .text-more{
    display: none;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.10);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 5px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .text-area .title-wrap .text-more img{
    width: 12px;
}

.partners .text-area .title-wrap .text-more.on{
    display: flex!important;
}

.partners .text-area .title-wrap .text-more.on{
    transform: rotate(-180deg);
}

.partners .text-area .name{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.48px;
    display: block;
    margin-bottom: 62px;
}

.partners .text-area .name i{
    font-style: normal;
}

.partners .text-area dl{
    display: flex;
    flex-direction: row;
    margin-bottom: 8px;
    color: #fff;
}

.partners .text-area dt{
    min-width: 58px;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

.partners .text-area dd{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

.partners .text-area dd::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 14px;
    background: #D7D7D7;
    margin: 0 10px 0 8px;
    transform: translateY(-1px);
}

.partners .text-area dd .remain-time{
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    background: #F76E33;
    height: 28px;
    padding: 0px 10px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.36px;
    margin-left: 10px;
}

.partners .text-area .more{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    border: 1px solid #FFF;
    padding: 0px 20px;
    height: 46px;
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.48px;
    margin-top: 25px;
    margin-right: 8px;
}

.partners .text-area .more:last-child{
    margin-right: 0;
}

.partners .text-area .more img{
    width: 16px;
    margin-left: 4px;
}

.partners .text-area .more:hover{
    border: 1px solid #FFF;
    background: #FFF;
    color: #252525;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}

.partners .text-area .more:hover img{
    filter: brightness(25%);
}

.partners .text-area.text-dark .title-wrap b{
    color: #252525;
}

.partners .text-area.text-dark .title-wrap .text-more{
    background: rgba(0, 0, 0, 0.05);
}

.partners .text-area.text-dark .title-wrap img{
    filter: brightness(0%);
}

.partners .text-area.text-dark .pagination a{
    color: #252525;
    
}

.partners .text-area.text-dark .pagination a.on{
    border: 1px solid #252525;
}

.partners .text-area.text-dark dl{
    color: #252525;
}

.partners .text-area.text-dark dd::before{
    background: #252525;
}

.partners .text-area.text-dark .more{
    color: #252525;
    border: 1px solid #252525;
}

.partners .text-area.text-dark .more img{
    filter: brightness(0%);
}

.partners .text-area.text-dark .more:hover{
    background: #252525;
}

.partners .text-area.text-dark .more:hover{
    color: #fff;
}

.partners .text-area.text-dark .more:hover img{
    filter: brightness(100%);
}


.partners .hover-txt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.partners .photo{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    margin-top: 88px;
    width: 789px;
    position: absolute;
}

.partners .photo li{
    padding-left: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
}

.partners .photo li a{
    display: block;
    height: 0;
    padding-bottom: 72.1%;
    position: relative;
    border-radius: 4px;
}

.partners .photo img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-radius: 4px;
}

.partners .photo li:hover .hover-txt{
    opacity: 1;
    z-index: 0;
    transition: all 0.3s;
}

.partners .photo .hover-txt a{
    display: block;
    height: 100%;
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.48px;
    text-decoration: underline;
    text-underline-offset: 2px;
    padding: 16px;
}

.partners article.pc .poster{
    position: absolute;
    right: 0;
    top: 80px;
}

.partners .poster{
    width: 517px;
    height: 517px;
    border-radius: 8px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.partners .poster .hover-txt{
    padding: 40px;
    backdrop-filter: blur(15px);
}

.partners .poster .hover-txt .title{
    display: block;
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.84px;
    margin-bottom: 16px;
}

.partners .poster .hover-txt p{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
    display: block;
    margin-right: 0;
}

.partners .poster .hover-txt .scroll-txt::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
}

.partners .poster .hover-txt .scroll-txt::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4)!important;
    border-radius: 10px;
}

.partners .poster .hover-txt .scroll-txt::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1)!important;
    border-radius: 10px;
}

.partners .poster:hover .hover-txt{
    opacity: 1;
    z-index: 1;
    transition: all 0.3s;
}

.partners .poster img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.partners .total{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 13px;
}

.partners .total span{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    margin-right: 12px;
}

.partners .total strong{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    display: inline-flex;
    align-items: center;
}

.partners .total strong i{
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-style: normal;
}

.partners .total strong i::before{
    content: '/';
    display: inline-block;
    margin: 0 4px 0 8px;
}

.partners .art-together .pc .title-wrap .title{
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1.08px;
}

.partners .art-together .pc .text-area .name{
    margin-bottom: 48px;
}

.partners .arte-k .poster .hover-txt .scroll-txt{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 8px;
}

.partners .art-together article{
    align-items: start;
    min-height: 528px;
    position: relative;
}

.partners .art-together article.pc .poster{
    bottom: auto;
}

.partners .art-together .total{
    margin-bottom: 11px;
}

.partners .art-together .text-area dl{
    align-items: baseline;
}

.partners .art-together .text-area .more{
    margin-top: 24px;
}

.partners .art-together .txt {
    color: #C1C1C1;
    font-family: Inter;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.42px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 1600px;
    left: 50%;
    transform: translateX(-50%);
}

.partners .art-together .txt span{
    display: block;
    width: calc(100% - 34%);
    width: -webkit-calc(100% - 34%);
    width: -moz-calc(100% - 34%);
    width: -o-calc(100% - 34%);
}

/*서브 배너*/
.sub-banner article{
    max-width: 1600px !important;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:  120px;
}

.sub-banner article .sub-banner-wrap{
    margin-right: 1.6%;
    width: 100%;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    /* height: 220px; */
    position: relative;
    height: 0;
    padding-bottom: 13.91%;
    
}

.sub-banner article .sub-banner-wrap:last-child{
    margin-right: 0;
}

.sub-banner article .swiper-wrapper{
    position: absolute;
    top: 0;
    left: 0;
}

.sub-banner .swiper-slide{
    padding-left: 0;
}

.sub-banner article a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.sub-banner article .sub-banner-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub-banner .paging{
    display: none;
}

/* 블로그 */
.main-blog .work-sns-tit{
    padding-top: 100px;
}

/* 인스타그램 */
.main-igtv{
    max-width: 1600px !important;
    padding: 0 0 0;
    margin: auto;
}

.main-igtv .work-sns-tit{
    padding-top: 100px;
}

.main-igtv .igtv-swiper{
    position: relative;
}

.main-igtv .igtv-wrap{
    position: relative;
    overflow: hidden;
}

.main-igtv .list > div img{
    width: 100%;
}

.main-igtv .icon-play{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15.8px;
    bottom: 15.8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.main-igtv .icon-play i{
    color: #fff;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-igtv .icon-play i::before{
    font-size: 10px;
}

.main-igtv .play-amount{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    line-height: normal;
    background: rgba(0, 0, 0, 0.50);
    padding: 16px 52px 16px 24px;
    text-align: left;
    opacity: 0;
    transition: all 0.3s;
}

.main-igtv .play-amount .igtv-text{
    color: #FFF;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.48px;
    word-wrap: break-word;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-igtv-list .swiper-slide > div:hover .play-amount{
    opacity: 1;
    transition: all 0.3s;
}

.main-igtv-list .swiper-slide{
    display: grid !important;
    grid-template-columns: 301px 301px 301px 301px 301px;
    grid-gap: 24px;
    height: 301px;
    border-radius: 0;
    border: none;
}

.main-igtv-list .swiper-slide > div{
    padding-bottom: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background: #F3F3F3;
    transition: all 0.3s;
}

.main-igtv-list .swiper-slide > div:nth-child(5n){
    margin-right: 0;
}

.main-igtv-list .swiper-slide > div img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.main-igtv-list .swiper-slide > div:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

@media all and (max-width: 1920px){
    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > div > div{
        width: 456px;
        background-color: transparent;
        padding-left: 0;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container{
        max-width: 1600px!important;
    }
}

@media all and (max-width: 1600px){
    /* Header */
    .header .container {
        max-width: 1320px !important;
        padding: 0 20px;
    }

    .header > .container{
        padding: 0;
    }

    .bg-box-banner-01{
        left: 20px;
    }
    
    .bg-box-banner{
        right: 20px;
    }

    /* 메인배너 */
    .swiper-container.main{
        height: 460px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img{
        height: 420px;
    }

    .swiper-container.main .textbox-bg{
        width: 36.1%;
        min-width: 400px;
    }
    
    .swiper-container.main .banner-bg{
        width: 571px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container{
        max-width: 1320px!important;
        padding: 0 20px 10px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1 {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -0.78px;
        margin-bottom: 20px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a {
        padding: 10px 16px;
        border-radius: 2px;
        font-size: 14px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a:first-child {
        margin-right: 8px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > div > div{
        padding: 0;
        width: 400px;
    }

    .banner-writer-info{
        max-width: 1320px;
        padding: 0 20px;
    }

    .navigation {
        height: 32px;
        width: 109px;
    }

    .navigation > .container > div {
        width: 109px;
        padding: 0px 4px 0px 10px;
        height: 32px;
        border-radius: 32px;
    }

    .navigation > .container > div > div > svg {
        width: 10px;
        height: 50px;
    }

    .navigation > .container .swiper-pagination {
        left: 30px;
        font-size: 12px;
    }

    .navigation > .container .swiper-pagination-total {
        margin-left: 3px;
    }

    .navigation > .container > div > .stop svg {
        width: 40px;
        height: 9.5px;
    }

    /*주요출품작*/
    #highlight{
        max-width: 1320px!important;
        padding: 0 20px;
    }

    .hl-btn > ul > li {
        margin-right: 20px;
        padding-bottom: 4px;
    }

    .main-highlight .hl-list > div > div.more{
        height: 582px;
    }

    .main-highlight .hl-list > div .hllilst > li{
        margin-bottom: 24px;   
    }

    .main-highlight .hl-list > div .hllilst > li > div > svg {
        top: 11px;
        right: 11px;
        width: 24px;
        height: 24px;
    }

    .main-highlight .hl-list > div .hllilst > li > div > .info > div > p.price > strong {
        font-size: 15px;
        line-height: 20px;
    }

    .main-highlight .hl-list > div .hllilst > li{
        width: 18.4%;
        margin-right: 1.9%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(6n){
        margin-right: 1.9%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(5n){
        margin-right: 0;
    }

    .gradationDiv{
        height: 60px;   
    }

    /* 오늘의 경매 */
    .today-auction article {
        max-width: 1320px !important;
        padding: 0 20px;
        margin-bottom: 120px;

    }

    .today-auction ul{
        grid-gap: 23.8px;
    }
    
    .today-auction li:hover{
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    }

    .today-auction li a {
        padding: 0 7.3%;
    }
    
    .today-auction .title{
        padding-top: 38px;
        padding-bottom: 37px;
    }
    
    .today-auction .title b{
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 7px;
    }
    
    .today-auction .title i.online{
        border-radius: 16px;
    }
    
    .today-auction .circle-progress{
        right: 32px;
        bottom: 19px;
        width: 84px;
        height: 84px;
    }
   
    .today-auction .circle-progress span{
        width: 56px;
        height: 56px;
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
        font-size: 14px;
        line-height: 16px;
    }

    .today-auction .circle-progress .frame, 
    .today-auction .circle-progress .bar{
        stroke-width: 4px;
    }
    
    /*큐레이터 픽*/
    .curator{
        max-width: 1320px;
        padding: 0 20px;
        margin-bottom: 120px;
    }

    .curator .work-sns-tit .more{
        background-size: 16px;
        padding-right: 22px;
        font-size: 14px;
        line-height: 20px;
    }

    .curator .poster{
        width: 32.11%;
        padding-bottom: 32.11%;
        border-radius: 8px;
    }

    .curator .slide-area {
        width: calc(100% - 36.4%);
        width: -webkit-calc(100% - 36.4%);
        width: -moz-calc(100% - 36.4%);
        width: -o-calc(100% - 36.4%);
        margin-left: 4.2%;
    }

    .curator .slide-area .tit{
        font-size: 48px;
        line-height: 1.209;
        letter-spacing: -0.96px;
        margin-bottom: 24px;
    }

    .curator .pagination{
        margin-top: calc((59px - 32px) / 2);
    }

    .curator .slide-area .hover-txt{
        padding: 24px;
    }

    .curator .swiper-slide:nth-child(2n) .hover-txt {
        padding: 48px;
    }

    .curator .slide-area .heartic i{
        font-size: 20px;
    }

    .curator .swiper-slide .text-area{
        margin: 13px 16px 0;
    }

    .curator .swiper-slide:nth-child(2n) .heartic{
        top: 60px;
        right: 60px;
    }

    .curator .ctrl .swiper-button-prev::after,
    .curator .ctrl .swiper-button-next::after{
        font-size: 18px;
    }

    .curator .ctrl .swiper-button-prev::after{
        transform: translateX(-1px);
    }

    .curator .ctrl .swiper-button-next::after{
        transform: translateX(1px);
    }

    /* 파트너스 */
    .partners {
        padding-bottom: 150px;
    }

    .partners .partners-cnt.arte-k {
        margin-bottom: 180px;
    }
    
    .partners .partners-bg{
        height: 460px;
    }

    .partners .partners-tab{
        max-width: 1320px;
        padding: 0 20px;
    }

    .partners .partners-tab a:first-child:after{
        height: 20px;
        width: 2px;
        margin:0 16px;
    }

    .partners .exhibition-inner{
        max-width: 1320px;
        padding: 70px 20px 0;
        /* min-height: 530px; */
    }

    .partners .pagination{
        margin-bottom: 24px;
    }

    .partners .pagination a{
        width: 32px;
        height: 32px;
        margin-right: 4px;
        font-size: 16px;
        line-height: 32px;
    }

    .partners .text-area .name{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 62px;
    }

    .partners .text-area dl{
        margin-bottom: 9px;
    }

    .partners .text-area dd{
        text-indent: -20px;
        padding-left: 20px;
    }

    .partners .text-area dd::before{
        width: 2px;
        height: 14px;
        margin: 0 10px;
    }

    .partners .text-area dd .remain-time{
        border-radius: 2px;
        height: 28px;
        padding: 0px 10px;
        font-size: 12px;
        margin-left: 10px;
        text-indent: 0;
    }

    .partners .text-area {
        width: 64.15%;
    }

    .partners .photo{
        margin-top: 8.8%;
        width: 627px;
    }

    .partners article.pc .poster{
        border-radius: 8px;
        right: 20px;
        width: 31.13%;
        padding-bottom: 31.13%;
        height: 0;
        top: 0;
        margin-top: 9%;
    }

    .partners .poster img{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .partners .total{
        margin-bottom: 13px;
    }

    .partners .total span{
        font-size: 24px;
        line-height: 30px;
        margin-right: 12px;
    }

    .partners .total strong{
        font-size: 24px;
        line-height: 30px;
    }

    .partners .total strong i{
        font-size: 16px;
        line-height: 30px;
    }

    .partners .total strong i::before{
        margin: 0 4px 0 8px;
    }

    .partners .art-together article{
        min-height: 474px;
    }

    .partners .art-together .title{
        margin-bottom: 16px;
    }

    .partners .art-together article.pc .poster{
        width: 32.11%;
        padding-bottom: 32.11%;
        margin-top: 6%;
    }

    .partners .art-together .txt {
        padding: 0 20px;
        max-width: 1320px;
        padding: 0 20px;
        width: 100%;
    }

    /*서브 배너*/
    .sub-banner article{
        max-width: 1320px!important;
        padding: 0 20px;
    }

    /* 공식 블로그 */
    .main-blog {
        max-width: 1320px!important;
        padding: 0 20px;
    }

    .main-blog-list > div > .main-blog-list-img {
        border-radius: 8px;
        bottom: 40px;
        width: 76.63%;
        padding-bottom: 76.63%;
    }

    .main-blog-list > div > .main-blog-list-desc {
        margin-top: 0;
    }
    
    .main-blog-list > div{
        padding-bottom: 27.82%;
    }

    .main-blog .swiper-scrollbar-drag{
        height: 6px;
    }
    
    .main-blog .swiper-button-prev,
    .main-blog .swiper-button-next{
        width: 40px;
        height: 40px;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    }
    
    .main-blog .swiper-button-prev::after,
    .main-blog .swiper-button-next::after{
        font-size: 14px;
        transform: translateY(2px);
    }
    
    .main-blog .swiper-button-prev{
        left: -20px;
    }
    
    .main-blog .swiper-button-next{
        right: -20px;
    }

    /* 인스타그램 */
    .main-igtv{
        max-width: 1320px!important;
        padding: 0 20px 0;
    }

    .main-igtv-list .swiper-slide{
        grid-template-columns: 237px 237px 237px 237px 237px;
        height: 237px;
    }

    .main-igtv .play-amount i::before{
        font-size: 12px;
    }

    /* bottom banner */
    .bot-banner {
        max-width: 1320px!important;
        padding: 0 20px;
        height: 160px;
        margin: 120px auto 20px;
    }
    
    .bot-banner > .changeimg > div {
        border-radius: 8px;
    }
    
    .bot-banner .slick-dots{
        bottom: 17px;
        height: 22px;
        border-radius: 22px;
        padding: 1px 0;
        right: 3.4%;
    }
    
    .bot-banner .slick-dots li{
        line-height: 18px;
    }
    
    .bot-banner .slick-dots li span{
        font-size: 12px;
        margin-left: 2px;
    }

    /*경매관련영역*/
    .auction-rel {
        max-width: 1320px!important;
        padding: 0 20px;
        padding-bottom: 70px;
        padding-top: 100px;
    }

    .auction-rel > .guide {
        width: 66%;
        margin-right: 1.8%;
    }

    .auction-rel > .guide .guide-item > .img-wrap {
        height: 0;
        margin-bottom: 16px;
        border-radius: 4px;
        padding-bottom: 73.2%;
        position: relative;
    }

    .auction-rel > .guide .guide-item > .img-wrap > img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > p {
        height: 43px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .auction-rel > .schedule > div > .tit {
        margin-bottom: 30px;
    }

}

@media all and (max-width: 1420px){
    .swiper-container.main .banner-bg{
        width: 520px;
    }

    .sub-banner article{
        margin-bottom: 100px;
    }
}

@media all and (max-width: 1320px){
    .main-igtv-list .swiper-slide {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        height: 23vw;
        grid-gap: 16px
    }

    .partners .text-area {
        width: 60%;
    }

    .partners .photo{
        width: 100%;
    }

    .partners .poster .hover-txt {
        padding: 20px;
    }

    .partners .poster .hover-txt .title{
        font-size: 24px;
        line-height: 30px;
    }

    .partners .poster .hover-txt p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media all and (max-width: 1299px) {
    .header-wrap > .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media all and (max-width: 1280px){
    .curator .ctrl,
    .curator .fake-swiper-btn{
        display: none;
    }

    .work-sns-tit{
        padding-top: 80px;
    }

    .swiper-container.main .banner-bg{
        width: 442px;
    }

    .right-slide-pop .right-slide-data{
        padding: 0 40px;
    }

    .right-slide-pop .slide-pop-wrap .close{
        width: 20px;
        height: 20px;
        line-height: 15px;
    }

    .right-slide-pop .slide-pop-wrap .close img {
        width: 10px;
    }

    .right-slide-pop .ctrl a{
        width: 24px;
        height: 33px;
    }

    .right-slide-pop .ctrl a::after{
        font-size: 14px;
    }

    /* 오늘의 경매 */
    .today-auction article{
        margin-bottom: 80px;
    }
    .today-auction ul {
        grid-gap: 15px;
    }

    .today-auction li a {
        padding: 0 3.8%;
    }

    .today-auction .title{
        padding-top: 28px;
        padding-bottom: 27px;
    }

    .today-auction .title b{
        font-size: 18px;
    }

    .today-auction .status{
        font-size: 16px;
    }

    .today-auction .status strong{
        font-size: 16px;
    }

    .today-auction .circle-progress{
        right: 15px;
        bottom: 10px;
    }

    /* 큐레이터 픽 */
    .curator{
        margin-bottom: 80px;
    }

    .curator .slide-area .tit{
        font-size: 36px;
    }

    .curator .pagination{
        margin-top: calc((44px - 32px) / 2);
    }

    .curator .poster .hover-txt{
        padding: 20px;
    }

    .curator .poster .hover-txt b{
        font-size: 24px;
    }

    .curator .poster .hover-txt p{
        font-size: 14px;
        line-height: 25px;
    }

    .curator .slide-area .hover-txt{
        padding: 15px;
    }

    .curator .slide-area .heartic{
        right: 15px;
        top: 15px;
    }

    .curator .slide-area .hover-txt span{
        font-size: 14px;
    }

    .curator .slide-area .hover-txt strong{
        font-size: 15px;
    }

    .curator .swiper-slide:nth-child(2n) .hover-txt{
        padding: 35px;
    }

    .curator .swiper-slide:nth-child(2n) .heartic {
        top: 35px;
        right: 35px;
    }

    .curator .ctrl a{
        width: 35px;
        height: 35px;
    }

    .curator .fake-swiper-btn a {
        width: 35px;
        height: 35px;
        top: calc(48% - 35px);
        top: -webkit-calc(48% - 35px);
        top: -moz-calc(48% - 35px);
        top: -o-calc(48% - 35px);
    }

    /* 파트너스 */
    .partners {
        padding-bottom: 120px;
    }

    .partners .partners-cnt.arte-k {
        margin-bottom: 190px;
    }

    .partners .partners-bg {
        height: 420px;
    }

    .partners .exhibition-inner{
        padding: 50px 20px 0;
    }

    .partners .art-together .title{
        font-size: 32px;
    }

    .partners .text-area .name{
        margin-bottom: 22px;
    }

    .partners .total span{
        font-size: 22px;
    }

    .partners .total strong{
        font-size: 22px;
    }

    .partners .poster .hover-txt .title{
        margin-bottom: 10px;
    }

    .partners .arte-k .poster .hover-txt p{
        font-size: 14px;
        line-height: 24px;
    }

    .partners .photo .hover-txt a{
        font-size: 14px;
    }

    .partners .art-together article {
        min-height: 434px;
    }

    .partners .art-together .pc .text-area .name{
        margin-bottom: 32px;
    }

    .partners .art-together .pc .text-area .more {
        margin-top: 15px;
    }

    .sub-banner article{
        margin-bottom: 80px;
    }

    /* 블로그 */
    #main-blog-cont{
        padding-bottom: 60px;
    }
    
    .main-blog .work-sns-tit{
        padding-top: 80px;
    }

    .main-blog-list > div{
        padding-top: 22px;
        padding-bottom: 28.74%;
    }

    .main-blog-list > div > .main-blog-list-img{
        bottom: 30px;
    }

    .main-igtv .work-sns-tit{
        padding-top: 80px;
    }

    .bot-banner{
        margin: 80px auto 20px;
        margin-bottom: 0;
    }

    .auction-rel{
        padding-top: 80px
    }
}

@media all and (max-width: 1200px){
    .header-wrap{
        padding-right: 0!important;
    }
    
    .logo {
        margin: 10px 0 15px !important;
    }

    .mobile-toggle-container{
        transform: translateY(0);
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div.textboxCnt > div {
        color: #000;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img > img {
        height: 100%;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h5 {
        color: #0d0d0d !important;
        font-weight: 400;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p.tit {
        font-weight: 500;
        font-size: 14px;
    }

    .main-highlight .hl-list > div .hllilst > li{
        width: 23.5%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(5n){
        margin-right: 1.9%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(4n){
        margin-right: 0;
    }

    /* 메인 블로그 */
    .main-blog{
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-blog .blog-swiper::after {
        right: 6.2%;
        height: 25%;
    }

    .main-blog .swiper-button-prev{
        left: 0;
    }

    .main-blog .swiper-button-next{
        right: 0;
    }

}

@media all and (max-width: 1100px){
    .main-blog-list > div{
        padding-bottom: 37%;
    }

    .main-blog-list > div > .main-blog-list-img{
        bottom: 20px;
    }

    .partners .partners-cnt.arte-k {
        margin-bottom: 150px;
    }

    .main-blog-list > div:hover {
        box-shadow: none;
    }
}

@media all and (max-width: 1000px){
    .work-sns-tit{
        padding-top: 80px;
    }

    .artist-db::after{
        top: 45%;
        right: 15.5%;
        width: 24.4%;
        height: 39%;
    }

    /* 오늘의 경매 */
    .today-auction article{
        margin-bottom: 80px;
    }

    /* 큐레이터 픽 */
    .curator{
        margin-bottom: 80px;
    }

    .curator .slide-area .tit{
        margin-bottom: 44px;
        font-size: 36px;
    }

    .curator .poster{
        width: 40%;
        padding-bottom: 40%;
    }

    .curator .slide-area{
        margin-left: 2.5%;
        width: calc(100% - 42.7%);
        width: -webkit-calc(100% - 42.7%);
        width: -moz-calc(100% - 42.7%);
        width: -o-calc(100% - 42.7%);
    }

    /* 파트너스 */
    .partners{
        /* margin-bottom: 240px; */
        padding-bottom: 0;
    }

    .partners .partners-cnt.arte-k{
        margin-bottom: 240px;
    }

    .partners .partners-cnt.art-together{
        margin-bottom: 100px;
    }

    .partners .partners-bg {
        height: 390px;
    }

    .partners .exhibition-inner {
        padding: 40px 20px 0;
    }

    .partners .text-area .title-wrap b{
        font-size: 26px;
        margin-bottom: 16px;
    }

    .partners .text-area dt{
        font-size: 14px;
    }

    .partners .text-area dd{
        font-size: 14px;
    }

    .partners article.pc .poster{
        width: 34.37%;
        padding-bottom: 34.37%;
        height: 0;
        bottom: auto;
    }

    .partners .poster .hover-txt .title {
        font-size: 22px;
        line-height: 28px;
    }

    .partners .art-together article {
        min-height: 402px;
    }

    .partners .art-together .pc .title-wrap .title{
        font-size: 26px;
    }

    .partners .art-together .txt span{
        width: 100%;
    }

    /* 서브배너 */
    .sub-banner article .sub-banner-wrap{
        padding-bottom: 23.58%;
    }

    .sub-banner article{
        margin-bottom: 60px;
    }

    .sub-banner .paging{
        position: absolute;
        left: auto;
        right: 16px;
        bottom: 16px;
        z-index: 1;
        width: auto;
        border-radius: 500px;
        background: rgba(0, 0, 0, 0.50);
        height: 22px;
        padding: 1px 8px 0px 8px;
        color: #C1C1C1;
        font-family: Inter;
        font-size: 12px;
    }

    .sub-banner .paging .swiper-pagination-current{
        color: #FFF;
        font-weight: 500;
    }

    /* 인스타그램 */
    .main-igtv {
        padding: 1px 20px 0;
    }

    .main-igtv .list{
        padding-bottom: 49.8%;
    }

    .main-igtv .list > div{
        width: 23.62%;
        padding-bottom: 23.62%;
    }

    .main-igtv .list > div:nth-child(4n){
        margin-right: 0;
    }

    .main-igtv .list > div:nth-child(5n) {
        margin-right: 1.8%;
    }

    /* 케이옥션 소식 */
    .auction-rel{
        padding-top: 80px;
    }

    .auction-rel > .guide{
        width: 100%;
        margin-right: 0;
    }
}

@media all and (max-width: 840px){
    /* 큐레이터 픽 */
    .curator .slide-area .tit{
        display: none;
    }

    .curator .pagination {
        margin-top: 0;
        top: 0;
    }

    .curator .slide-area{
        width: calc(100% - 42.5%);
        width: -webkit-calc(100% - 42.5%);
        width: -moz-calc(100% - 42.5%);
        width: -o-calc(100% - 42.5%);
    }

    .curator .slide-area .swiper-wrapper{
        align-items: end;
    }

    .curator .swiper-slide ul{
        padding: 26px 2.36% 88.45%;
    }

    .curator .slide-area .hover-txt{
        padding: 10px;
    }

    .curator .swiper-slide:nth-child(2n) .hover-txt {
        padding: 30px;
    }

    .curator .swiper-slide:nth-child(2n) .heartic {
        top: 30px;
        right: 30px;
    }

    .curator .ctrl a{
        top: 50%;
    }

    .curator .fake-swiper-btn a{
        top: -webkit-calc(50% - 35px);
    }
}

@media all and (max-width: 820px){
    .work-sns-tit{
        margin-bottom: 8px;
        padding-top: 60px;
    }

    .hl-list > div > div.more {
        height: 595px;
    }

    .main-highlight .hl-list > div .hllilst > li{
        width: 32%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(4n){
        margin-right: 1.9%;;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(3n){
        margin-right: 0;
    }

    /* 오늘의 경매 */
    .today-auction ul{
        display: block;
        margin-top: 20px;
    }

    .today-auction li{
        margin-bottom: 16px;
    }

    .today-auction li:last-child{
        margin-bottom: 0;
    }

    .curator .pick{
        align-items: flex-end;
    }

    /* 파트너스 */
    .partners .partners-tab a{
        font-size: 22px;
    }

    .partners .text-area .title-wrap b{
        font-size: 20px;
        line-height: 30px;
    }
    .partners .text-area .title-wrap .text-more{
        background: rgba(0, 0, 0, 0.05);
        bottom: 0;
    }

    .partners .text-area .title-wrap .text-more img{
        filter: brightness(0%);
    }

    .partners .text-area dt{
        font-size: 16px;
        line-height: 22px;
    }

    .partners .text-area dd{
        font-size: 16px;
        line-height: 22px;
    }

    .partners .poster .hover-txt .title{
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.6px;
    }

    .partners .arte-k .poster .hover-txt p{
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }

    .partners .text-area .more{
        font-size: 14px;
    }

    .partners .art-together .txt{
        width: 100%;
    }

    .partners .partners-cnt.arte-k {
        margin-bottom: 204px;
    }

    .bot-banner .slick-dots{
        right: 36px;
    }

    .main-blog .blog-swiper .blog-wrap{
        margin-top: 20px;
    }

    .main-igtv .igtv-swiper{
        margin-top: 20px;
    }
}

@media all and (max-width: 768px){
    body .header {
        height: 56px!important;
    }

    .logo{
        margin: 0 !important;
        height: 56px;
    }

    .mobile-toggle-container{
        height: 56px;
    }

    .work-sns-tit > span > span {
        display: none;
    }

    .work-sns-tit > span > img {
        display: block;
    }

    .work-sns-tit > h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .relative {
        height: inherit;
    }

    .work-sns-tit > span {
        font-size: 14px;
    }

    /* 메인배너 */
    #mainbanner{
        height: calc(100vh - 152px);
        height: -webkit-calc(100vh - 152px);
        height: -moz-calc(100vh - 152px);
        height: -o-calc(100vh - 152px);
    }

    .swiper-container.main{
        height: 100%!important;
        max-height: none;
    }

    .swiper-container.main  .swiper-wrapper{
        height: 100%!important;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide{
        height: 100%;
        padding-bottom: 0!important;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img > img{
        height: 100%!important;
        width: auto!important;
    }

    .navigation.pc{
        display: none;
    }

    .navigation.mo{
        display: block;
        width: 39px;
        height: 22px;
        right: 20px;
    }

    .navigation > .container{
        padding: 0;
        height: 100%;
    }

    .navigation.mo .swiper-pagination{
        width: auto;
        padding: 0;
        color: #C1C1C1;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        height: 100%;
        border: none;
    }

    .navigation.mo .swiper-pagination .swiper-pagination-current{
        color: #fff;
        font-weight: 500;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img{
        height: 100%;    
        display: block;
    }

    .swiper-container.main .banner-bg{
        width: 100%;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox{
        padding: 0 20px 24px;
        height: initial;
        width: 100%;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container{
        width: 100%;
        padding: 0;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn{
        height: auto;
        margin-top: 20px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active > .textbox > div > div > div {
        height: auto;
        max-height: 150px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1{
        color: #fff;
        margin-bottom: 8px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1 span:first-child{
        font-size: 14px;
        margin-bottom: 0;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > h1 span:last-child{
        font-size: 22px;
        line-height: 30px;
        margin-top: 16px;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > div > p{
        color: #fff;
    }

    .swiper-container.main .swiper-slide .textbox-detail-btn span{
        color: rgba(255, 255, 255, 0.6);
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-decoration-line: underline;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div > .btn > a{
        min-width: 92px;
        color: #fff;
        border-color: #fff;
        padding: 0 12.5px;
        line-height: 40px;
        text-align: center;
        margin-bottom: 5px;
    }

    .swiper-container.main .ui_link.pc{
        display: none;
    }

    .swiper-container.main .ui_link.mo{
        display: block;
    }

    .swiper-container.main .ui_link.mo a{
        display: block;
        color: #FFF;
        font-family: "Noto Sans KR";
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.36px;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        padding-top: 8px;
        margin-top: 23px;
    }

    .banner-writer-info{
        bottom: 0;
        right: auto;
        left: 0;
        transform: translateY(0);
        z-index: 500;
        padding: 0 20px 24px;
        border-bottom: 4px solid #D7D7D7;
    }

    .swiper-slide-active .banner-writer-info > div > div.ui_link{
        text-align: left;
        margin-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        padding-top: 8px;
    }

    .banner-writer-info > div > div.ui_link > a{
        text-align: left;
        height: auto;
    }

    .hero_slide--progress{
        bottom: 0!important;
        height: 4px;
        opacity: 1;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide.swiper-slide-active .textbox-detail-btn{
        display: inline-block;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
    }

    /*주요출품작*/
    #highlight{
        padding: 0;
    }

    .hl-list > div ul{
        padding: 0 20px;
    }

    #highlight.main-highlight > div:first-child{
        display: flex;
        padding: 0 20px;
    }

    .artist-db .work-sns-tit > h2{
        margin-bottom: 0;
    }

    .artist-db .work-sns-tit .now{
        font-size: 14px;
    }

    .artist-db .roll-over .link-box a{
        padding: 5px
    }

    .artist-db .roll-over .name{
        font-size: 14px;
    }

    .artist-db .artist-db-swiper{
        margin-top: 10px;
    }

    .today-auction article{
        padding: 0 20px;
        margin-bottom: 60px;
    }

    .today-auction ul{
        flex-direction: column;
    }

    .today-auction li{
        width: 100%;
        margin-right: 0;
    }

    .today-auction li:last-child{
        margin-bottom: 0;
    }

    .today-auction li a{
        padding: 0 5.36%;
    }

    .today-auction .title {
        padding: 26px 6.01% 37px;
    }

    .today-auction .title b {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.6px;
        margin-bottom: 7px;
    }

    .today-auction .title b span{
        margin-right: 8px;
    }

    .today-auction .status {
        line-height: 24px;
        letter-spacing: -0.48px;
    }

    .today-auction .status strong {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.48px;
    }

    .today-auction .type {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.42px;
        height: 40px;
    }

    .today-auction .circle-progress {
        right: 12px;
        bottom: 11px;
    }

    .main-highlight .hl-list > div .hllilst > li > div > .info{
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    /* 큐레이터 픽 */
    .curator .swiper-slide ul{
        padding: 26px 2.36% 86.495%;
    }

    .curator .fake-swiper-btn a{
        display: none!important;
    }

    /* 파트너스 */
    .partners {
        margin-bottom: 52px;
    }

    .partners .exhibition-inner{
        padding: 72px 20px 0;
        display: block;
    }

    .partners .partners-tab{
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .partners .partners-tab a.arte-k{
        width: 70px;
        background-size: 70px;
    }

    .partners .partners-tab a.art-together i{
        width: 140px;
        background-size: 140px;
    }

    .partners .partners-cnt{
        position: relative;
    }

    .partners .pagination{
        position: absolute;
        top: 24px;
    }

    .partners article.pc .exhibition-inner{
        padding-top: 80px;
        flex-direction: column-reverse;
        align-items: start;
    }

    .partners .text-area{
        position: static;
        width: 100%;
    }

    .partners .text-area .name{
        color: #252525;
        margin-bottom: 0;
    }

    .partners .text-area .title-wrap b{
        color: #252525;
        margin-top: 16px;
    }

    .partners .text-area dt{
        color: #252525;
    }

    .partners .text-area dd{
        color: #252525;
        font-family: Inter;
        font-weight: 400;
    }

/*     .partners .text-area dd::before{
        margin-right: 6px;
    } */

    .partners .text-area .btns{
        margin-top: 24px;
    }

    .partners .text-area .more{
        width: 100%;
        height: 48px;
        color: #252525;
        border: 1px solid #EAEAEA!important;
        border-radius: 4px;
        margin-top: 0;
        margin-bottom: 8px;
        margin-right: 0;
        text-align: center;
    }

    .partners .art-together .text-area .title-wrap b{
        margin-bottom: 2px;
    }

    .partners .art-together .text-area .more{
        margin-top: 18px;
    }

    .partners .art-together .total{
        margin-top: 16px;
        margin-bottom: 2px;
    }

    .partners .art-together .text-area dt{
        transform: translateY(1px);
    }

    .partners .art-together .text-area dd{
        text-indent: -8px;
        padding-left: 8px;
    }

    .partners .art-together .text-area dd::before{
        margin-right: 11px;
    }

    .partners .art-together .text-area dd .schedule{
        transform: translateY(1px);
        display: inline-block;
    }

    .partners .text-area dd .remain-time{
        margin-top: 4px;
    }

    .partners .text-area .more:hover{
        border: 1px solid #EAEAEA;
    }

    .partners .text-area .more img{
        filter: brightness(25%);
    }

    .partners .total span{
        color: #252525;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.54px;
    }

    .partners .total strong{
        color: #252525;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.54px;
    }

    .partners .art-together .poster {
        margin: 0 auto 0;
        width: 60%;
        padding-bottom: 60%;
    }

    .partners .art-together article.pc .poster {
        top: 0;
        transform: translateY(0%);
    }

    .partners article.pc .poster{
        width: 67%;
        padding-bottom: 67%;
        
        position: relative;
        left: 0;
    }

    .partners .art-together .txt{
        line-height: 22px;
        margin-top: 16px;
        position: static;
        transform: translateX(0);
        left: 0;
        padding: 0;
    }

    .partners .arte-k article.pc .photo {
        margin-top: 0;
    }

    .partners .arte-k article.pc .text-area .more{
        position: static;
    }

    .partners .partners-bg{
        height: 0;
        padding-bottom: 70.4%;
    }

    .partners article.pc{
        display: none;
    }

    .partners .partners-cnt.arte-k {
        margin-bottom: 0;
    }

    .partners .partners-cnt.art-together {
        margin-bottom: 0;
    }

    .partners article.mo:not(.active){
        display: block;
    }

    .partners .poster{
        width: 100%;
        padding-bottom: 100%;
        height: 100%;
        position: relative;
        border-radius: 4px;
    }

    .partners .partners-wrap{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } 

    .partners .art-together .poster {
        width: 100%;
        padding-bottom: 100%;
    }

    .partners .photo {
        display: flex;
        column-gap: 0;
        margin-top: 0;
    }

    .partners .photo li a{
        padding-bottom: 100%;
    }

    .partners .photo li:hover .hover-txt{
        opacity: 0;
        z-index: -1;
    }

    .partners .poster:hover .hover-txt{
        opacity: 0;
        z-index: -1;
    }

    .partners .poster .hover-txt{
        padding: 0;
        background: rgba(0, 0, 0, 0.60);
        backdrop-filter: blur(15px);
        padding: 28px 20px;
    }

    .partners .poster .hover-txt .title{
        margin-bottom: 8px;
    }

    .partners .photo .hover-txt a{
        background: transparent;
        padding: 0;
    }

    .partners .poster img{
        border-radius: 0;
    }

    .partners .description-btn{
        position: absolute;
        bottom: 16px;
        right: 16px;
        border-radius: 500px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
        height: 36px;
        padding: 5px 16px;
    }

    .partners .hover-txt .close-btn{
        position: absolute;
        right: 16px;
        top: 16px;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: rgba(0, 0, 0, 0.50) url(../../img/icons/icon_close_wt1.png) no-repeat center;
        background-size: 12px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
    }

    .partners .paging{
        position: absolute;
        left: auto;
        right: 16px;
        top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 22px;
        line-height: 23px;
        padding: 0;
        border-radius: 22px;
        background: rgba(0, 0, 0, 0.50);
        z-index: 1;
        width: 40px;
        color: #C1C1C1;
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
        z-index: 1;
    }

    .partners .paging .swiper-pagination-current{
        color: #fff;
        margin-right: 2px;
    }

    .partners .paging .swiper-pagination-total{
        margin-left: 2px;
    }

    .partners .text-area dl{
        margin-bottom: 6px;
    }

    .partners .photo li.on .hover-txt{
        opacity: 1;
        z-index: 0;
    }

    .partners .photo li.on .description-btn{
        display: none;
    }

    .partners .poster.on .hover-txt{
        opacity: 1;
        z-index: 0;
    }

    .partners .poster.on .description-btn{
        display: none;
    }

    /* 블로그 */
    .main-blog{
        padding: 0;
    }

    .main-blog-list {
        margin-left: 0;
        margin-right: 0;
    }

    .main-blog .work-sns-tit{
        padding-top: 60px;
        padding-left: 20px;
    }

    .main-blog-list > div {
        width: 29.3334%;
        padding-bottom: 55%;
    }

    .main-blog-list > div > .main-blog-list-img{
        border-radius: 4px;
        border: 1px solid #EAEAEA;
    }
    
    .main-blog-list > div > .main-blog-list-desc{
        margin-top: 16px;
    }
    
    .main-blog .blog-swiper::after {
        right: 9.6%;
        height: 19%;
        width: 45%;
        display: none;
    }

    .main-blog-list > div > .main-newicon{
        top: 10px;
        right: 13px;
    }

    /* 인스타그램 */
    .main-igtv{
        padding: 1px 20px 0;
    }

    .main-igtv .list {
        padding-bottom: 66.8%;
    }

    .main-igtv .list > div{
        width: 31.02%;
        padding-bottom: 31.02%;
        margin-right: 3.4%;
    }

    .main-igtv .list > div:nth-child(3n){
        margin-right: 0;
    }

    .main-igtv .list > div:nth-child(4n){
        margin-right: 3.4%;
    }

    .main-igtv .list > div:nth-child(5n) {
        margin-right: 3.4%;
    }

    .sub-banner .paging{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sub-banner .paging .swiper-pagination-current{
        margin-right: 2px;
    }
    
    .sub-banner .paging .swiper-pagination-total{
        margin-left: 2px;
    }

    /* 하단 띠배너 */
    .bot-banner > .changeimg > .slick-prev, 
    .bot-banner > .changeimg > .slick-next{
        opacity: 0;
    }

    .bot-banner > .changeimg:hover > .slick-next, 
    .bot-banner > .changeimg:hover > .slick-prev{
        opacity: 0;
    }

    /* 소식 */
    #auction-rel {
        flex-direction: column;
        margin-bottom: 80px;
        padding: 60px 20px 0;
    }
    
}

@media all and (max-width: 640px){
    /* 큐레이터 픽 */
    .curator{
        padding: 0;
        margin-bottom: 60px;
    }

    .curator article .work-sns-tit{
        padding: 0 20px;
        margin-bottom: 12px;
    }

    .curator .pick{
        flex-direction: column;
        align-items: start;
        position: relative;
    }

    .curator .pagination{
        position: static;
        padding: 0 20px;
        margin-bottom: 16px;
    }

    .curator .pagination a{
        margin-left: 0;
        margin-right: 4px;
    }

    .curator .poster {
        width: 100%;
        padding-bottom: 100%;
        border-radius: 0;
    }

    .curator .slide-area{
        width: 100%;  
        margin-top: 24px;
        margin-left: 0;
    }

    .curator .slide-area .swiper-wrapper {
        align-items: flex-start;
    }

    .curator .swiper-slide ul{
        padding: 0 0 100%;
    }

    .curator .swiper-slide .text-area{
        margin: 10px 0 0;
    }

    .curator .swiper-slide:hover .hover-txt{
        opacity: 0;
        z-index: -1;
    }

    .curator .swiper-slide img{
        width: 70.21%;
    }

    .curator .swiper-slide .text-area b{
        margin-bottom: 4px;
    }

    .curator .swiper-slide .mo-txt{
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-top: 2px;
    }

    .curator .swiper-slide .mo-txt div{
        color: #252525;
        font-family: Inter;
        font-size: 13px;
        font-weight: 400;
        line-height: 18px;
    }

    .curator .swiper-slide .mo-txt i{
        font-style: normal;
    }

    .curator .swiper-slide .mo-txt strong{
        font-weight: 400;
    }

    .curator .swiper-slide .mo-txt .type{
        border-radius: 4px;
        border: 1px solid #D7D7D7;
        padding: 2px 6px;
        color: #868686;
        font-family: "Noto Sans KR";
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin-top: 8px;
    }

    .curator .poster .hover-txt{
        padding: 12px 20px;
        opacity: 1;
        z-index: 1;
        top: auto;
        bottom: 0;
        height: 56px;
    }

    .curator .poster .hover-txt b{
        font-size: 16px;
        letter-spacing: -0.48px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: calc(100% - 26px);
        width: -webkit-calc(100% - 26px);
        width: -moz-calc(100% - 26px);
        width: -o-calc(100% - 26px);
    }

    .curator .poster .hover-txt .mo-icon{
        width: 16px;
        height: 16px;
        background: url(../../img/icons/icon_top_arrow_wt.png)no-repeat center;
        background-size: cover;
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .curator .poster .hover-txt.on{
        height: 100%;
    }

    .curator .poster .hover-txt .scroll-txt{
        overflow: hidden;
        overflow-y: hidden;
    }

    .curator .poster .hover-txt.on .scroll-txt{
        overflow-y: auto;
    }

    .curator .poster .hover-txt.on b{
        white-space: normal;
        line-height: 1.5;
    }

    .curator .poster .hover-txt.on .mo-icon{
        transform: rotate(180deg);
    }

    .curator .poster .hover-txt p{
        margin-top: 10px;
        line-height: 24px;
        letter-spacing: -0.42px;
    }

    /* 소식 */
    .auction-rel > .guide h4{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .auction-rel > .guide > .guide-list{
        flex-direction: column;
        border-top: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
    }

    .auction-rel > .guide .guide-list > div{
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 24px 0 22px;
        border-bottom: 1px solid #EAEAEA;
    }

    .auction-rel > .guide .guide-list > div:last-child{
        border-bottom: none;
    }

    .auction-rel > .guide .guide-item > .img-wrap{
        padding-bottom: 23.9%;
        width: 32.9%;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap{
        width: calc(100% - 32.9% - 16px);
        width: -webkit-calc(100% - 32.9% - 16px);
        width: -moz-calc(100% - 32.9% - 16px);
        width: -o-calc(100% - 32.9% - 16px);
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > h5{
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        line-height: 22px;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > p{
        height: 40px;
        margin-bottom: 7px;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > a{
        background: none;   
        padding: 0;
        color: #868686;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }
}

@media all and (max-width: 595px){
    .work-sns-tit > span {
        font-size: 12px;
    }

    .work-sns-tit > img {
        margin-right: 5px !important;
    }
	
	.swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img img{
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    height: 100%;
    width: 100% !important;
}
	
}

@media all and (max-width: 540px){
    #highlight.main-highlight > div:first-child{
        flex-direction: column;
        align-items: start;
    }

    .hl-btn > ul{
        margin-left: 0;
        margin-top: 16px;
    }

    .main-highlight .hl-list > div > div.more{
        height: 684px;   
    }

    .main-highlight .hl-list > div .hllilst > li{
        width: 47.6%;
        margin-right: 4.8%;
        margin-bottom: 16px;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(6n){
        margin-right: 4.8%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(5n){
        margin-right: 4.8%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(4n){
        margin-right: 4.8%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(3n){
        margin-right: 4.8%;
    }

    .main-highlight .hl-list > div .hllilst > li:nth-child(2n){
        margin-right: 0;
    }

    /* 큐레이터 */
    .curator .ctrl a{
        display: none;
    }

    /* 서브배너 */
    .sub-banner article{
        padding: 0 20px;
    }

    .sub-banner article .sub-banner-wrap{
        padding-bottom: 44.78%;
    }

    .sub-banner .paging{
        position: absolute;
        left: auto;
        right: 16px;
        bottom: 17px;
        z-index: 1;
        height: 22px;
        line-height: 22px;
        border-radius: 22px;
        background: rgba(0, 0, 0, 0.50);
        color: #C1C1C1;
        font-family: Inter;
        font-size: 12px;
        font-weight: 400;
    }

    .sub-banner .swiper-pagination-current{
        color: #FFF;
    }

    /* 블로그 */
    .main-blog-list > div{
        padding: 0;
        height: 100%;
        display: flex !important;
        flex-direction: column-reverse;
        background: none;
    }

    .main-blog-list > div > .main-blog-list-img{
        position: static;
        transform: translate(0);
        width: 100%;
        padding-bottom: 100%;
    }

    .main-blog-list > div > .main-blog-list-desc > p{
        margin-bottom: 0;
        margin-top: 0;
    }

    .work-sns .main-newicon{
        right: 12px;
        top: 12px;
    }

    .main-blog .blog-swiper{
        padding-bottom: 34px;
    }

    .main-blog .swiper-scrollbar{
        height: 4px;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
    }

    .main-blog .swiper-scrollbar-drag {
        height: 4px;
    }

    /* 인스타그램 */
    .main-igtv .work-sns-tit{
        padding-top: 60px;
    }

    .main-igtv .list {
        padding-bottom: 0;
        height: 862px;
    }

    .main-igtv .list > div{
        width: 47.6%;
        padding-bottom: 47.6%;
        margin-right: 4.8%;
        margin-bottom: 16px;
    }

    .main-igtv .list > div:nth-child(3n){
        margin-right: 4.8%;
    }

    .main-igtv .list > div:nth-child(5n) {
        margin-right: 4.8%;
    }

    .main-igtv .list > div:nth-child(4n){
        margin-right: 0;
    }

    .main-igtv .list > div:nth-child(2n){
        margin-right: 0;
    }

    .main-igtv .play-amount{
        padding: 12px 42px 12px 12px;
        height: 64px;
    }

    .main-igtv .play-amount .igtv-text{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.42px;
    }

    .main-igtv .icon-play{
        width: 24px;
        height: 24px;
        right: 15.5px;
        bottom: 15.5px;
    }

    /* 하단 띠배너 */
    .bot-banner{
        height: 0;
        padding-bottom: 40%;
        position: relative;
        width: calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        margin-top: 60px;
        margin-bottom: 0;
    }

    .bot-banner > .changeimg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    } 

    .bot-banner .slick-dots{
        right: 16px;
    }
}

@media all and (max-width: 485px){
    .logo > h1 {
        line-height: normal !important;
    }
}

@media all and (max-width: 420px){
    .artist-db .roll-over .link-box{
        bottom: -10px;
    }
}

@media all and (max-width: 380px){
    .artist-db .roll-over .link-box{
        bottom: -20px;
    }

    .artist-db .work-sns-tit .now{
        font-size: 12px;
        padding: 0 15px 0 5px;
        margin-left: 5px;
    }

    .artist-db .dropbox a{
        font-size: 12px;
    }

    .artist-db .work-sns-tit .now::before{
        width: 15px;
        height: 15px;
    }

    .right-slide-pop .slide-pop-wrap.show{
        width: 77vw;
        height: 77vw;
    }
}

@media all and (max-width: 345px){
    .right-slide-pop .slide-pop-wrap.show{
        width: 70vw;
        height: 70vw;
    }
}

@media all and (max-width: 640px){
    .main-igtv-list .swiper-slide{
        grid-gap: 0;
        display: flex!important;
        align-content: center;
        flex-wrap: wrap;
        height: auto;
    }

    .main-igtv-list .swiper-slide > div{
        width: 47.5%;
        margin-right: 0%;
        height: 160px;
        padding-bottom: 48%;
        text-align: center;
        overflow: hidden;
        position: relative;
        border-radius: 4px;
        background: #F3F3F3;
    }
    
    .main-igtv-list .swiper-slide > div:first-child{
        width: 100%!important;
        padding-bottom: 100%;
        height: 335px;
        margin-bottom: 4.5%;
    }

    .main-igtv-list .swiper-slide > div:nth-child(2n){
        margin-right: 4.5%;
    }

    .main-igtv-list .swiper-slide > div:nth-child(2){
        margin-bottom: 4.5%;
    }

    .main-igtv-list .swiper-slide > div:nth-child(3){
        margin-bottom: 4.5%;
    }


}

