﻿@charset "UTF-8";

/*11월23일 모든 페이지 레이아웃*/
body {
    background-color: #fff !important;
    overflow-y: scroll;
}

.header {
    position: static;
}

.container.main-desc{
    max-width: none!important;
    padding: 0;
}

.ka-container {
    padding-top: 0;
}

#mCSB_1_scrollbar_horizontal {
    display: none !important;
}

.mCSB_scrollTools_horizontal {
    display: none !important;
}


/*4월6일수정*/
/*익스플로러 팝업*/
#temporary-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#temporary-popup > .temporary-popup-div {
    width: 100%;
    height: 100%;
    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;
}

#temporary-popup > .temporary-popup-div > .temporary-popup-cnt {
    width: 645px;
    height: 510px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 1000;
}

#temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .img-cnt {
    width: 100%;
    height: 470px;
    overflow: hidden;
    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;
}

#temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .img-cnt > img {
    width: 100%;
    height: auto;
}

#temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .close-btn {
    position: relative;
    width: 100%;
    height: 40px;
}

#temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .close-btn > img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 710px) {
    #temporary-popup > .temporary-popup-div > .temporary-popup-cnt {
        width: 450px;
        height: 360px;
    }

    #temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .img-cnt {
        height: 320px;
    }
}

@media (max-width: 490px) {
    #temporary-popup > .temporary-popup-div > .temporary-popup-cnt {
        width: 350px;
        height: 300px;
    }

    #temporary-popup > .temporary-popup-div > .temporary-popup-cnt > .img-cnt {
        height: 260px;
    }
}


/*2월2일수정*/
/*메인팝업*/
#main-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainpopup-hide {
    display: none !important;
}

.popup-container {
    width: 1250px;
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

.popup-row {
    padding: 100px 15px 0 15px;
}


/*2월2일수정*/
.mainpopup {
    display: inline-block;
    position: relative;
    width: 400px;
    height: 360px;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: #fff;
}

.mainpopup > .mainpopup-desc {
    width: inherit;
    height: 320px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mainpopup > .mainpopup-desc > img {
    max-height: 320px;
}

.mainpopup > .main-close {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 15px;
    width: 100%;
    height: 40px;
}

.mainpopup > .main-close > label {
    margin-bottom: 0;
    color: #666666;
}

.mainpopup > .main-close > a {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.mainpopup > .main-close > a > img {
    width: 15px;
    height: auto;
}

.main-close input[type="checkbox"] {
    display: none;
}

.main-close input[type="checkbox"] + label span {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: -2px 6px 0 0;
    vertical-align: middle;
    background: url(../img/icons/checkbox.png) left top no-repeat;
    cursor: pointer;
}

.main-close input[type="checkbox"]:checked + label span {
    background: url(../img/icons/checkbox.png) -16px top no-repeat;
}

@media (max-width: 1270px) {
    .popup-container {
        width: 100%;
    }
}

@media (max-width: 856px) {
    .mainpopup {
        margin-right: 0;
    }
}

@media (max-width: 450px) {
    .popup-row {
        text-align: center;
    }

    .mainpopup {
        width: 350px;
        height: 320px;
    }

    .mainpopup > .mainpopup-desc {
        height: 280px;
    }

    .mainpopup > .mainpopup-desc > img {
        max-height: initial;
        max-width: 100%;
    }
}


@media (max-width: 400px) {
    .mainpopup {
        width: 300px;
        height: 280px;
    }

    .mainpopup > .mainpopup-desc {
        height: 240px;
    }
}


/*스크롤 탑 버튼 Common (작품리스트, 작품 상세페이지 제외)*/
.scrolltop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 90;
    cursor: pointer;
    transition: ease 0.5s;
    border-radius: 500px;
    border: 1px solid #EAEAEA;
    background: rgba(255, 255, 255, 0.90);
    width: 56px;
    height: 56px;
    margin: auto;
}

.scrolltop-btn.none {
    display: none !important;
}

.back-btn {
    visibility: hidden;
    position: fixed;
    bottom: 86px;
    left: 15px;
    z-index: 93;
    cursor: pointer;
    transition: ease 0.3s;
}

.back-btn.active{
    left: -100%;
    transition: ease 0.3s;
}

.back-btn > img {
    width: 36px;
    height: auto;
}

.scrolltop-btn > img {
    display: block;
    max-width: 100%;
    width: 24px;
}

/* 메인 상단 띠배너 */
.change-notice {
    width: 100%;
    min-height: 45px;
    padding: 9px 0;
    background-color: #071839;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-notice > div {
    position: relative;
    max-width: 1240px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0 20px;
}

.change-notice .notice {
    position: relative;
    max-width: 776px;
    width: 100%;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}

.change-notice .notice ul{
    align-items: center;
}

.change-notice .notice li,
.change-notice .notice li a{
    color: #FFF;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}

.change-notice .notice li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.change-notice .notice li img{
    width: 12px;
}

.change-notice .notice .link-notice{
    padding-right: 16px;
    background: url(../img/icons/icon_link.png) no-repeat right center;
    background-size: 12px;
}

.change-notice .notice li:hover .link-notice{
    text-decoration: underline;
    text-underline-offset: 2px;
}

.change-notice .ctrl a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: #071839;
    width: 20px;
    height: 20px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

.change-notice .ctrl img{
    -webkit-filter: brightness(0) invert(1); 
    filter: brightness(0) invert(1);
    width: 100%;
    vertical-align: baseline;
}

.change-notice .ctrl a.notice-button-prev{
    left: 0;
}

.change-notice .ctrl a.notice-button-next{
    right: 0;
}

.change-notice .today-close{
    line-height: 13px;
    cursor: pointer;
}

.change-notice .today-close > img {
    width: 16px;
}

.change-notice > div > .todaycl-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    flex-direction: column;
    width: 165px;
    z-index: 1500;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 5px;
}

.change-notice > div > .todaycl-btn > a {
    display: inline-block;
    padding: 6px 0;
    color: #252525;
    font-size: 14px;
    line-height: normal;
    letter-spacing: -0.42px;
    text-align: center;
    font-family: Noto Sans KR;
}

.change-notice > div > .todaycl-btn > a:hover{
    border-radius: 5px;
    background: #F9F9F9;
}

/*작품하이라이트*/
#highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hl-btn > ul {
    font-size: 0;
    margin-left: 40px;
    transform: translateY(2px);
}

.hl-btn > ul > li {
    display: inline-block;
    margin-right: 20px;
    padding-left: 0;
    padding-bottom: 4px;
}

.hl-btn > ul > li > a {
    display: block;
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    font-family: Noto Sans KR;
    letter-spacing: -0.48px;
}

.hl-btn > ul > li > a:hover{
    color: #868686;
}

.hl-btn > ul > li.active {
    border-bottom: 2px solid #252525;
}

.hl-btn > ul > li.active > a {
    color: #252525;
}


/*작품하이라이트 리스트 이미지*/
.hl-list {
    width: 100%;
}

.hl-list > div ul {
    font-size: 0;
    position: relative;
    width: 100%;
}

.hl-list > div .hllilst > li {
    position: relative;
    float: left;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    width: 18.4%;
    box-sizing: border-box;
    padding-left: 0;
    vertical-align: middle;
    margin-right: 2%;
    margin-bottom: 25px;
    border: 4px solid #f3f3f3;
    background: #f3f3f3;
}

.hl-list > div .hllilst > li:nth-child(5n){
    margin-right: 0;
}

.hl-list > div .hllilst > li::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.hl-list > div .hllilst > li > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f3f3f3;
}

.hl-list > div .hllilst > li > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.hl-list > div .hllilst > li:hover > div {
    opacity: 1;
}

.hl-list > div .hllilst > li > div {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hl-list > div .hllilst > li > div.main-newicon {
    opacity: 1;
    position: absolute;
    left: auto;
    bottom: auto;
    top: 20px !important;
    right: 5px !important;
    z-index: 1;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-color: #f24f05;
    border-radius: 22px;
    text-align: center;
    line-height: 19px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400 !important;
}

.hl-list > div .hllilst > li > div > svg {
    position: absolute;
    top: 11px;
    right: 11.8px;
    width: 28px;
    height: 28px;
}

.hl-list > div .hllilst > li > div svg .mainwish1{
    stroke: #fff;
}

.hl-list > div .hllilst > li > div svg .mainwish2{
    fill: none!important;
}

/*11월23일 추가*/
.hl-list > div .hllilst > li > div svg.open .mainwish1 {
    fill: #F76E33;
    stroke: none;
}

.hl-list > div .hllilst > li > div > .info {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: left;
}

.hl-list > div .hllilst > li > div > .info > p {
    color: #fff;
}

.hl-list > div .hllilst > li > div > .info > p.name {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 2px;
    font-family: Noto Sans KR;
}

.hl-list > div .hllilst > li > div > .info > p.tit {
    width: 100%;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.hl-list > div .hllilst > li > div > .info > div > p {
    color: #fff;
}

.hl-list > div .hllilst > li > div > .info > div > p.cr{
    color: #C1C1C1;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

.hl-list > div .hllilst > li > div > .info > div > p.price {
    color: #FFF;
    font-family: Inter;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hl-list > div .hllilst > li > div > .info > div > p.price > strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.hl-list > div .hllilst > li > div > .info > div > p.price > span {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.hl-list > div .hllilst > .img-more {
    position: relative;
    display: none;
    background-color: #f2f2f2;
    width: 18.8%;
    box-sizing: border-box;
    margin: 0 0.5%;
}

.hl-list > div .hllilst > .img-more::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.hl-list > div .hllilst > .img-more > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hl-list > div .hllilst > .img-more > a > p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #737373;
    font-weight: 500;
    margin-top: 10px;
}

.hl-list > div .hllilst > .img-more > a:hover > p {
    text-decoration: underline;
}

.main-desc .hl-list > div .hllilst > li{
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #F3F3F3;
}


/*경매관련영역*/
.auction-rel {
    display: flex;
    align-items: flex-start;
    max-width: 1600px !important;
    margin: auto;
    padding-bottom: 70px;
    padding-top: 120px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auction-rel > .guide {
    width: 74.62%;
    margin-right: 1.5%;
}

.auction-rel > .guide h4{
    font-family: Noto Sans KR;
    margin-bottom: 24px;
    color: #252525;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
}

.auction-rel > .guide > .guide-list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.auction-rel > .guide .guide-list > div{
    width: 31.9%;
    box-sizing: border-box;
    height: auto;
    cursor: pointer;
    margin-right: 2.1%;
}

.auction-rel > .guide .guide-list > div:last-child{
    margin-right: 0;
}

.auction-rel > .guide .guide-item:hover > .img-wrap > img {
    transform: scale(1.1);
}

.auction-rel > .guide .guide-item > .img-wrap {
    width: 100%;
    height: 280px;
    background-color: var(--color-grey_200);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 4px;
}

.auction-rel > .guide .guide-item > .img-wrap > img {
    height: 100%;
    transition: all 0.2s ease;
}

.auction-rel > .guide .guide-item > .cnt-wrap > h5 {
    font-family: Noto Sans KR;
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
    letter-spacing: -0.54px;
}

.auction-rel > .guide .guide-item > .cnt-wrap > p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 44px;
    margin-bottom: 20px;
    color: #252525;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Noto Sans KR;
    letter-spacing: -0.42px;
}

.auction-rel > .guide .guide-item > .cnt-wrap > a {
    display: inline-block;
    border-radius: 2px;
    background: #F3F3F3;
    padding: 0px 10px;
    color: #252525;
    font-family: "Noto Sans KR";
    font-weight: 500;
    letter-spacing: -0.36px;
    font-size: 12px;
    line-height: 28px;
}

.auction-rel > .schedule {
    width: 29.2%;
}

.auction-rel > .schedule > div > .tit {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

.auction-rel > .schedule > div > .tit > #Select {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*11월23일수정*/
#Select {
    width: 135px; /* 원하는 너비설정 */
    font-family: inherit; /* 폰트 상속 */
    font-size: 12px;
    border: 1px solid #7070702f;
    padding: 0 0 0 10px;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/icons/schedule-img.png) no-repeat 95% 50%;
}


.auction-rel > .schedule > div > .auc-desc {
    position: relative;
}

.aucdesc {
    position: relative;
    height: 200px;
    max-height: 200px;
    /* height: 158px;
    max-height: 158px; */
    overflow-x: hidden;
    overflow-y: auto;
    -ms-touch-action: none;
    touch-action: none; /* MSPointer events - direct all pointer events to js */
}

.mCSB_container {
    left: 0 !important;
    width: auto;
    height: auto;
}

.mCSB_container_wrapper {
    margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    width: 16px !important;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.aucdesc ul {
    position: relative;
    padding-left: 15px;
}

.aucdesc ul:before {
    position: absolute;
    top: 0;
    left: 2px;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.aucdesc ul > li {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    height: auto;
    margin-bottom: 10px;
}

.aucdesc ul > li:last-child {
    margin-bottom: 0;
}

.aucdesc ul > li > .aucsh-left {
    position: relative;
    width: 100% !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    /* margin-right: 20px; */
}

.aucdesc ul > li > .aucsh-left:before {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    max-width: 100%;
}

#mCSB_1_container > ul > li > .aucsh-right {
    width: 100%;
    height: auto;
    position: static;
}

.aucdesc ul > li > .aucsh-right > p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 18px;
    word-break: keep-all;
}

.aucdesc ul > li > .aucsh-right > p.sch-link:hover {
    text-decoration: underline;
}

#mCSB_1_scrollbar_vertical > a {
    background: none !important;
    height: 12px;
    opacity: 1;
}

.mCSB_buttonUp:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: inherit;
    height: inherit;
    background: url(../img/icons/aucbtn01.png) no-repeat center center;
}

.mCSB_buttonDown:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    width: inherit;
    height: inherit;
    background: url(../img/icons/aucbtn02.png) no-repeat center center;
}

.mCSB_draggerContainer {
    display: none;
}


/*12월1일 .bot-banner 전체적인수정*/
.bot-banner > .changeimg {
    height: inherit;
}

.bot-banner > .changeimg > div {
    width: 100%;
    height: 100%;
    /* vertical-align: bottom;
position: absolute;
bottom: 0; left: 0; */
}

.change-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #071839;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.change-list > h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 0 !important;
    font-weight: 500;
    color: #Fff;
    margin-right: 20px;
}

.change-list > p {
    font-size: 16px;
    color: #Fff;
    text-align: center;
}

.change-list > img {
    display: block;
    height: 100%;
}

.change-list.cl3 {
    background-color: #dfdcd8;
}

.change-list.cl3 > h2 {
    color: #0d0d0d;
}

.change-list.cl3 > p {
    color: #0d0d0d;
}

.change-list.cl5 {
    background-color: #e97108;
}

.change-list.cl1 > p {
    margin-right: 20px;
}



/*12월1일 .bot-banner 전체적인수정*/
.bot-banner {
    position: relative;
    max-width: 1600px !important;
    height: 180px;
    margin: auto;
    margin-top: 120px;
}

.bot-banner > .changeimg {
    height: inherit;
}

.bot-banner > .changeimg > div {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.bot-banner .slick-dots{
    right: 24px;
    bottom: 16px;
    width: auto;
    height: 22px;
    border-radius: 22px;
    background: rgba(0, 0, 0, 0.50);
    padding: 0.10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bot-banner .slick-dots li{
    display: none;
    line-height: 180px;
    margin: 0 8px;
}

.bot-banner .slick-dots li.slick-active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.bot-banner .slick-dots li span{
    color: #C1C1C1;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin-left: 3px;
}

.bot-banner .slick-dots li span:first-child{
    color: #FFF;
    font-weight: 500;
    margin-left: 0;
}

.change-list {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #F9F9F9;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.change-list > h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 0 !important;
    font-weight: 500;
    color: #Fff;
    margin-right: 20px;
}

.change-list > p {
    font-size: 16px;
    color: #Fff;
    text-align: center;
}

.change-list > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.change-list.cl3 {
    background-color: #dfdcd8;
}

.change-list.cl3 > h2 {
    color: #0d0d0d;
}

.change-list.cl3 > p {
    color: #0d0d0d;
}

.change-list.cl5 {
    background-color: #e97108;
}

.change-list.cl1 > p {
    margin-right: 20px;
}


.bot-banner > .changeimg > .slick-prev {
    z-index: 50000;
}

.bot-banner > .changeimg > .slick-dots li button:before {
    width: auto;
    height: auto;
    font-size: 8px !important;
    line-height: inherit;
    opacity: 1;
    color: var(--color-grey_400)
}
.bot-banner > .changeimg > .slick-dots li.slick-active button:before{
    color: #F76E33;
}

.bot-banner > .changeimg > .slick-dots {
    bottom: -20px;
}

.bot-banner > .changeimg > .slick-dots li {
    margin: 0 14px 0 0;
}

.bot-banner > .changeimg > .slick-prev,
.bot-banner > .changeimg > .slick-next {
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 500px;
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    transition: all 0.2s;
    opacity: 0;
}

.bot-banner > .changeimg > .slick-next:before,
.bot-banner > .changeimg > .slick-prev:before {
    display: none;
}

.bot-banner > .changeimg:hover > .slick-next,
.bot-banner > .changeimg:hover > .slick-prev{
    opacity: 1;
    transition: all 0.2s;
}

.bot-banner > .changeimg > .slick-list > .slick-track {
    height: 100%;
    cursor: pointer;
}

.bot-banner > .changeimg > .slick-prev{
    left: -20px;
    background-image: url(../img/icons/icon_calendar_arrow_prev.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 40% center;
}

.bot-banner > .changeimg > .slick-next{
    right: -20px;
    background-image: url(../img/icons/icon_calendar_arrow_next.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 60% center;
}

.bot-banner > .changeimg > .slick-list > .slick-track > .slick-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bot-banner > .changeimg > .slick-list > .slick-track > .slick-slide > div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bot-banner > .bot-stop {
    position: absolute;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 26px;
    height: 26px;
    bottom: 10px;
    right: 35px;
    background: transparent;
}

.bot-banner > .bot-stop:before {
    width: inherit;
    height: inherit;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .75;
    content: '';
    background-size: contain;
    background: url(../img/icons/bot-stop.png) no-repeat center center;
}

.bot-banner > .bot-stop.play:before {
    background: url(../img/icons/bot-play.png) no-repeat center center;
}


.bot-banner > .changeimg > .slick-prev:hover:before,
.bot-banner > .changeimg > .slick-prev:focus:before,
.bot-banner > .changeimg > .slick-next:hover:before,
.bot-banner > .changeimg > .slick-next:focus:before {
    opacity: 0.75;
}


/*메인페이지 탑버튼*/
#maintop-btn {
    width: 100%;
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#maintop-btn > svg {
    cursor: pointer;
}

/*아이콘 css*/
.ico-page {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ico-page > img {
    max-width: 100%;
    height: auto;
}

.ico-page > p {
    font-size: 16px !important;
}


body.removeScroll {
    overflow-y: hidden !important;
    height: 100% !important;
    touch-action: none !important;
}

.modalScroll {
    overflow-y: scroll !important;
}


/*6월7일수정*/
.banner-writer-info{
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    max-width: 1600px;
    width: 100%;
    display: flex;
    align-items: end;
    flex-direction: row;
    padding: 0;
}



/*작품하이라이트*/
.work-sns {
    width: 100%;
    padding-top: 60px;
}

.work-sns > .slick-list.on {
    height: auto !important;
}

.work-sns .slick-prev,
.work-sns .slick-next {
    top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 93;
}

.work-sns .slick-next,
.work-sns .slick-prev {
    width: auto;
    height: auto;
}

.work-sns .slick-next > span,
.work-sns .slick-prev > span {
    display: inline-block;
    /* width: 120px; */
    height: 35px;
}

.work-sns .slick-next:before,
.work-sns .slick-prev:before {
    display: none;
}



/*메인아티클영역 툴팁*/
.workSnsIcon {
    position: relative;
}

.workSnsIcon:hover .articleTooltip {
    display: block;
}

.articleTooltip {
    position: absolute;
    display: none;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 235px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 5px 6px 18px -3px rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.articleTooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 7.5px solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.articleTooltip > p {
    font-size: 12px;
    line-height: 1.4em;
    color: #949494;
}

.prev-text {
    top: 13px;
    left: 35px;
}

.next-text {
    top: 13px;
    right: 35px;
}

#highlight {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 1200px !important;
    width: 100%;
    margin: auto;
}
#highlight > div:first-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
}

#highlight > div:first-child .work-sns-tit{
    display: contents;
}

.mainpage-moreBtn {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mainpage-moreBtn button{
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    height: 60px;
    color: #252525;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.mainpage-moreBtn button i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/icons/icon_highlight_down.png) no-repeat center;
    background-size: cover;
    margin-left: 6px;
}

.mainpage-moreBtn.end button i{
    transform: rotate(-180deg);
}

.main-igtv .mainpage-moreBtn,
.main-igtv .gradationDiv{
    display: none!important;
}

.main-igtv .swiper-scrollbar{
    left: 50%;
    transform: translateX(-50%);
    width: 246px;
    height: 6px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0;
    bottom: 0;
    position: relative;
    margin-top: 54px;
}

.main-igtv .swiper-scrollbar-drag{
    height: 6px;
    background: #4E4E4E;
    top: 0;
    border-radius: 0;
}

.main-igtv .swiper-button-prev, 
.main-igtv .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #D7D7D7;
    background: #FFF;
    opacity: 0;
    top: calc(100% - 50% - 36px);
    top: -webkit-calc(100% - 50% - 36px);
    top: -moz-calc(100% - 50% - 36px);
    top: -o-calc(100% - 50% - 36px);
    transform: translateY(-50%);
    margin-top: 0;
}

.main-igtv .insta-controls img{
    width: 24px;
}

.main-igtv:hover .swiper-button-prev,
.main-igtv:hover .swiper-button-next{
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    opacity: 1;
}

.main-igtv .swiper-button-prev::after,
.main-igtv .swiper-button-next::after{
    display: none;
}

.main-igtv .swiper-button-prev{
    left: -20px;
}

.main-igtv .swiper-button-prev img{
    transform: translate(-2px, 0px);
}

.main-igtv .swiper-button-next{
    right: -20px;
}

.main-igtv .swiper-button-next img{
    transform: translate(2px, 0px);
}

.main-igtv .insta-controls > a{
    opacity: 0;
}

.main-igtv:hover .insta-controls > a{
    opacity: 1;
}

.main-igtv .insta-controls > a.swiper-button-disabled{
    opacity: 0;
}

.hl-list > div > div.more {
    height: 596px;
    overflow: hidden;
}

.gradationDiv {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%, #ffffff);
    z-index: 89;
}

.main-igtv-list > div {
    position: relative;
    vertical-align: top;
    display: inline-block;
    width: 21%;
    border: solid 1px #e4e4e4;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 8px;
}

/* .main-igtv-list > div:after {
    content: '';
    display: block;
    padding-bottom: 100%;
} */

.main-igtv-list > div > .play-amount {
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-igtv-list > div > .play-amount > i {
    color: #ffffff;
}

.main-igtv-list > div > .play-time {
    position: absolute;
    right: 20px;
    bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
}

.main-igtv-list > div > img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.main-igtv-list > div:hover > img {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.3s;
}

.main-igtv-list > div > .igtv-list-gradation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.main-igtv-list > div > h3 {
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 15px;
    right: 15px;
    z-index: 2;
}

.main-igtv-list > div > span {
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

/*메일아티클여역 new일경우 아이콘 CSS*/
.work-sns .main-newicon {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #F76E33;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700 !important;
}

.btn-search.btn-mobile-search_01,
.btn-search.btn-mobile-search_02{
    background:url(../img/icons/icon_search.png)no-repeat center;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.btn-search.btn-mobile-search_01 > i,
.btn-search.btn-mobile-search_02 > i {
    font-weight: 500 !important;
    font-size: 18px;
    opacity: 0;
}

/* 퀵메뉴 */
.quick-btn{
    position: fixed;
    right: 0;
    bottom: 155px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 115;
    transition: ease 0.5s;
}

.quick-menu {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid #EAEAEA;
    background: #FFF;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    margin: 12px 16px 12px 0;
}

.quick-menu img{
    width: 30px;
}

.mb-consign-btn {
    width: 120px;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.5s;
    display: flex;
    justify-content: end;
    margin-right: 16px;
}

.quick-menu.active,
.mb-consign-btn.active {
    visibility: visible;
    opacity: 1;
    transition: ease 0.5s;
}

.quick-menu > span {
    color: #101B4D;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.28px;
}

.quick-menu-cnt {
    position: fixed;
    right: 16px;
    bottom: 30px;
    z-index: 421;
    transition: ease 0.3s;
    display: block!important;
}

.quick-menu-cnt > .consign-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    border-radius: none !important;
    margin: 0 0 12px;
}

.mb-consign-btn > span,
.quick-menu-cnt > .consign-btn > span {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: rgba(37, 37, 37, 0.90);
    width: 56px;
    height: 56px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.quick-menu-cnt.hide{
    right: -100%;
    transition: ease 0.3s;
}

.quick-menu-cnt.active > div.auction{
    display: block;
}

.quick-menu-cnt > div.auction {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    display: none;
    width: 100px;
}

.quick-menu-cnt > div.links {
    margin-bottom: 6px;
}

.quick-menu-cnt > div > .tit {
    background-color: #39436A;
    height: 26px;
    color: #ffffff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.quick-menu-cnt > .auction > .cnt > div {
    position: relative;
    padding: 4px;
    box-sizing: border-box;
}

.quick-menu-cnt > .auction > .cnt > div::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
}

.quick-menu-cnt > .auction > .cnt > div:hover .auc_btn{
    border-radius: 6px;
    background: #F9F9F9;
}

.quick-menu-cnt > .auction > .cnt > div:hover .type{
    display: block;
}

.quick-menu-cnt > .auction > .cnt > div:hover .auc_state > div div{
    border: 1px solid #C1C1C1;
    color: #6A6A6A;
}

.quick-menu-cnt > .auction > .cnt > div:hover .auc_state .time{
    background: #F9DFD3;
    color: #F44E05;
    border: none;
}

.quick-menu-cnt > .auction .auc_state > div div{
    border-radius: 500px;
    border: 1px solid #D7D7D7;
    padding: 1px 8px 3px 8px;
    color: #868686;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}

.quick-menu-cnt > .auction > .cnt .tit{
    color: #868686;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
}

.quick-menu-cnt > .auction > .cnt .time{
    border-radius: 500px;
    background: #FCF2EE;
    padding: 1px 8px 3px 8px;
    color: #F76E33;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    border: none;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    padding: 13px 0 15px;
}

.quick-menu-cnt > .auction > .cnt .type{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px;
    background: rgba(37, 37, 37, 0.80);
    padding: 0px 12px;
    height: 32px;
    line-height: 32px;
    color: #FFF;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 13px;
    font-weight: 500;
    display: none;
}

.quick-menu-cnt > .auction > .cnt .type::after{
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid rgba(37, 37, 37, 0.80);
    border-right: 5px solid transparent;
}

.quick-menu-cnt .cnt .major .type{
    left: -78px;
}

.quick-menu-cnt .cnt .premium .type{
    left: -98px;
}

.quick-menu-cnt .cnt .weekly .type{
    left: -86px;
}

.quick-menu-cnt > .auction > .cnt > div:last-child {
    border-bottom: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.quick-menu-cnt > .auction > .cnt > div:last-child::after{
    display: none;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_btn > strong {
    text-align: center;
    color: #252525;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 4px;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_btn > span {
    color: #252525;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: 14px;
    padding-top: 2px;
}

.quick-menu-cnt > div.links > div.cnt > div {
    width: 90px;
    line-height: 36px;
    background: #F9F9F9;
    border-radius: 36px;
    color: #101B4D;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: -0.2px;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(16, 27, 77, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.05), inset 2px 2px 3px rgba(255, 255, 255, 0.2), inset -1px -1px 2px rgba(0, 0, 0, 0.1);
}

.quick-menu-cnt > .auction > .cnt > div:nth-child(2) > .auc_btn > span{
    letter-spacing: -0.36px;
}

.quick-menu-cnt > div.links > div.cnt > div img{
    width: 18px;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_state {
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    background-color: var(--color-grey_200);
    padding: 0 1px 1px;
    box-sizing: border-box;
    background: #F3F3F3; 
    border-radius: 2px;
    box-shadow: 0px 2.2963px 2.2963px rgb(16 27 77 / 10%), 0px 1.14815px 9.18519px rgb(0 0 0 / 10%);
    z-index: 10;
    display: block!important;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_state > div > .tit {
    display: block;
    line-height: 26px;
    text-align: center;
    color: #101B4D;
    font-size: 12px;
    font-weight: 500;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_state > div > div {
    min-width: 88px;
    background-color: #ffffff;
    color: #F76E33;
    text-align: center;
    font-size: 14px;
    border-radius: 1px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}

.quick-menu-cnt > .auction > .cnt > div > .auc_state > div.on {
    color: var(--color-orange_600);
}

.quick-menu-cnt .quick-menu-cnt-close{
    text-align: center;
    margin-bottom: 15px;
}

.quick-menu-cnt .quick-menu-cnt-close i {
    display: inline-block;
    width: 56px;
    height: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 500px;
    border: 1px solid #EAEAEA;
    background: #F3F3F3 url(../img/icons/icon_quick.png)no-repeat center;
    background-size: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.quick-menu-cnt.active .quick-menu-cnt-close i{
    background: #F3F3F3 url(../img/icons/icon_close_black.png)no-repeat center;
    background-size: 24px;
    transition: all 0.3s;
}

.quick-menu-cnt .quick-menu-cnt-close i img{
    width: 24px;
    opacity: 0;
}


/* search2 페이지 */
.search-page-top-area {
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #091938;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.search-page-top-wrap {
    display: flex;
    align-items: center;
}

.search-page-top-wrap.on {
    display: flex !important;
}

.search-page-top-wrap.on input {
    border-top: 1px solid #cccccc !important;
    border-left: 1px solid #cccccc !important;
}

.search-page-top-wrap.on .search-page-btn-wrap button {
    border-top: 1px solid #cccccc !important;
    border-right: 1px solid #cccccc !important;
    background-color: #ffffff !important;
    box-sizing: border-box;
}

.search-page-top-wrap.on .search-page-btn-wrap button i {
    color: #000000 !important;
}

.search-wrap-list-all {
    position: relative;
}

.search-page-top-layer {
    display: none;
    position: absolute;
    width: 100%;
    top: 34px;
    left: 0;
    padding-top: 2px;
    background-color: #ffffff;
    z-index: 10;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-page-top-layer > ul > li {
    position: relative;
    background-color: #fafafa;
    height: 30px;
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.search-page-top-layer > ul > li > span {
    font-size: 12px;
}

.search-page-top-layer > ul > li .fa-clock {
    display: inline-block;
    color: #9d9d9d;
    font-weight: 300;
    margin-right: 8px;
}

.search-page-top-layer > ul > li .search-list-close {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-weight: 300;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-page-top-layer .search-list-reset {
    width: 100%;
    height: 24px;
    background-color: #f2f2f2;
    text-align: right;
    padding: 0 14px;
}

.search-page-top-layer .search-list-reset > span {
    font-size: 10px;
    cursor: pointer;
}

.form-control.search-page {
    height: 38px;
    border-radius: 0 !important;
    border: none !important;
    padding: 6px 16px;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    box-sizing: border-box;
}

.search-page-btn-wrap {
    height: 38px;
    margin-left: 0;
}

.search-page-btn-wrap > button {
    background-color: #091938 !important;
    border: 1px solid #ffffff !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.search-page-btn-wrap > button > i {
    color: #ffffff !important;
    font-weight: 500;
}

.search-page-search-terms {
    margin: 15px 20px 40px 20px;
}

.search-page-search-terms > div {
    font-size: 0;
}

.search-page-search-terms > div > p {
    margin-right: 12px;
    font-weight: 500;
}

.search-page-search-terms > div > p {
    display: inline-block;
    line-height: 1.4em;
    color: #ffffff;
    font-size: 12px;
}

.search-terms-area {
    position: relative;
    display: inline-flex;
    padding: 3px 8px 3px 8px;
    border-radius: 20px;
    margin-right: 5px;
    font-size: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(218, 218, 218, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
}

.search-terms-area > span {
    line-height: 1.2em;
    color: #ffffff;
    font-size: 12px;
}

.search-page-search-terms > div > div {
    margin-right: 5px;
}

.search-page-search-terms > div > div:last-child {
    margin-right: 0;
}

.price-range-bottom .slider.slider-horizontal {
    width: 100%;
}

.logo > h1 > a > svg > path {
    fill: #000000 !important;
}

.work-sns > .slick-list {
    height: auto !important;
}

/* Footer */
.ka-container .ka-content-wrapper .bottom-menu{
    max-width: 1600px;
    padding: 0;
}

@media all and (max-height: 910px){
    .quick-menu-cnt .quick-menu-cnt-close i,
    .quick-menu-cnt > .consign-btn > span,
    .scrolltop-btn{
        width: 50px;
        height: 50px;
    }

    .quick-menu-cnt > .auction > .cnt > div > .auc_btn{
        padding: 10px 0;
    }
}

@media all and (max-width: 1600px){
    .ka-container .ka-content-wrapper .bottom-menu{
        max-width: 1320px;
        padding: 0 20px;
    }

    .ka-container .ka-content-wrapper .bottom-menu .img-area{
        margin-right: 126px;
    }
}

@media all and (max-width: 1200px) {
    .hl-list .mainInfo.more {
        height: 758px;
    }

    .banner-writer-info > .container {
        padding: 0 !important;
        padding-right: 0!important;
        max-width: 100%!important;
    }

    /*12월1일 bot-banner*/
    .bot-banner > .changeimg > .slick-prev:before {
        display: none;
    }

    .bot-banner > .changeimg > .slick-next:before {
        display: none;
    }

    .bot-banner > .bot-stop {
        display: none;
    }

    /*작품하이라이트*/
    #highlight{
        padding: 0 20px;
    }

    .hl-list > div .hllilst > li {
        width: 32.4%;
        margin-right: 1.4%;
    }

    .hl-list > div .hllilst > li:nth-child(5n){
        margin-right: 1.3%;
    }

    .hl-list > div .hllilst > li:nth-child(3n){
        margin-right: 0%;
    }

    .hl-list > div .hllilst > .img-more {
        width: 32%;
    }

    .main-igtv .igtv-swiper::after {
        right: 9.3%;
        width: 30.2%;
        height: 30%;
    }

    .auction-rel{
        padding: 100px 20px 50px;
    }

    .bot-banner{
        padding: 0 20px;
    }

    .quick-menu-cnt{
        bottom: 90px;
    }
}

@media (max-width: 1020px) {
    .change-list {
        flex-direction: column;
    }

    .change-list.cl1 {
        flex-direction: row;
    }

    .change-list.cl1 > p {
        display: none;
    }

    .change-list > h2 {
        margin-right: 0;
    }

    .change-list.cl1 > h2 {
        margin-right: 20px;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > h5{
        font-size: 18px;
    }
}

@media all and (max-width:1000px){
    .auction-rel > .guide{
        width: 61.9%;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > h5{
        font-size: 19px;
    }
   
    .auction-rel > .schedule{
        width: 32.99%;
    }

    .change-notice .ctrl{
        display: none!important;
    }

    .ka-container .ka-content-wrapper .bottom-menu .img-area {
        display: none;
    }
}

@media (max-width: 900px) {
    .main-igtv-list {
        margin-left: 0;
        margin-right: 0;
    }

    .main-igtv-list > div {
        width: 31.3334%;
    }
}

@media all and (max-width:820px){
    .hl-list > div > div.more{
        height: 695px;
    }

    .main-igtv-list > div > .play-amount{
        width: 24px;
        height: 24px;
        right: 15.5px;
        bottom: 14px;
    }

    .fa-play:before{
        font-size: 8px;
    }

    .auction-rel{
        display: block;
        padding: 0;
    }
    
    .auction-rel > .guide h4{
        font-size: 22px;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap > p{
        font-size: 14px;
        line-height: 19px;
        -webkit-line-clamp: 2;
        height: 37px;
        margin-bottom: 8px;
    }

    .aucdesc{
        background: #fff;
        border-radius: 12px 12px 0px 0px;
    }

    .auction-rel > .schedule .calendar-top{
        border: none;
        margin-top: 50px;
    }

    .auction-rel > .schedule .hasDatepicker{
        border-radius: 0;
        border: none;
        height: 100px;
        overflow: hidden;
        transition: all 0.7s;
        padding-top: 20px;
    }

    .auction-rel > .schedule .hasDatepicker.slide{
        height: 305px;
        transition: all 0.7s;
    }

    .auction-rel > .schedule .ui-datepicker-header{
        top: 4px;
        right: 0;
    }

    .auction-rel > .schedule .ui-datepicker{
        border-top: 1px solid #EAEAEA;;
    }

    .auction-rel > .schedule .ui-datepicker td::after{
        z-index: 0;
    }

    .auction-rel > .schedule .ui-datepicker td.start-range::after{
        left: 35%;
    }

    .auction-rel > .schedule .ui-datepicker td:nth-child(1)::after{
        left: 30%;
    }

    .auction-rel > .schedule .ui-datepicker td.on-weekly:nth-child(1)::after,
    .auction-rel > .schedule .ui-datepicker td.on-premium:nth-child(1)::after,
    .auction-rel > .schedule .ui-datepicker td.on-major:nth-child(1)::after{
        left: 35%;
    }

    .auction-rel > .schedule .ui-datepicker td.end-range::after{
        right: 37%;
    }

    .auction-rel #calendar .ui-datepicker td:nth-child(7)::after{
        right: 30%;
    }

    .auction-rel #calendar .ui-datepicker td.on-weekly:nth-child(7)::after,
    .auction-rel #calendar .ui-datepicker td.on-premium:nth-child(7)::after,
    .auction-rel #calendar .ui-datepicker td.on-major:nth-child(7)::after{
        right: 35%;
    }

    .auction-rel > .schedule .ui-datepicker td a{
        position: absolute;
        z-index: 1;
        top: 50%;
        transform: translateY(-50%);
    }

    .auction-rel > .schedule .cal-more{
        display: block;
        position: absolute;
        bottom: 30px;
        left: 0; 
        width: 100%;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #868686;
        font-family: 'Noto Sans KR';
    }

    .auction-rel > .schedule .cal-more span{
        position: relative;
        padding-right: 21px;
        display: inline-block!important;
    }
    
    .auction-rel > .schedule .cal-more span::after{
        content: '';
        width: 17.4px;
        height: 17.4px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/icons/icon_calendar_more.png) no-repeat center center;
        background-size: cover;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .auction-rel > .schedule .cal-more span.on::after{
        transform: translateY(-35%) rotate(180deg);
    }

    .bot-banner {
        padding: 0 20px;
        margin-top: 24px;
        margin-bottom: 80px;
        height: 150px;
    }

    .bot-banner > .side_btn {
        display: none;
    }

    .bot-banner .slick-dots{
        right: 37px;
    }

    .ka-container .ka-content-wrapper .content{
        padding-bottom: 210px;
    } 

    .ka-container .ka-content-wrapper .content{
        padding-bottom: 0;
    }

    .footer-padding{
        display: none;
    }

    .ka-container .ka-content-wrapper .footer{
        bottom: -14px;
        position: static;
        margin-top: 0;
        padding-top: 18px;
    }

    .ka-container .ka-content-wrapper .bottom-menu{
        margin-bottom: 74px;
    }

    .main-cotainer .mb-consign-btn{
        right: -100%;
    }

    .ka-container .ka-content-wrapper .bottom-menu .img-area{
        display: none;
    }

    .ka-container .ka-content-wrapper .bottom-menu .text-area.pc{
        display: none;
    }

    .ka-container .ka-content-wrapper .bottom-menu .text-area.mo{
        display: block;
    }

    footer .bottom-menu .biz-info{
        display: block;
        margin-top: 26px;
    }

    .ka-container .ka-content-wrapper .bottom-menu .foot-isms > a > div.cnt{
        display: none;
    }

    footer .bottom-menu .biz-info > div.text{
        width: 100%;
        margin-right: 0;
    }

    .ka-container .ka-content-wrapper .copyright{
        padding: 0;
        margin-top: 8px;
    }

    .ka-container .ka-content-wrapper .bottom-menu .company_about_list ul li a{
        margin-right: 24px;
        margin-bottom: 8px;
    }

    .ka-container .ka-content-wrapper .bottom-menu .policy{
        margin-top: 2px;
    }

    .ka-container .ka-content-wrapper .bottom-menu ul li a{
        margin-right: 24px;
        margin-bottom: 6px;
    }

    .ka-container .ka-content-wrapper .bottom-menu ul.sns li{
        width: 40px;
        height: 40px;
        margin-right: 9px;
        background-size: 18px;
    }

    .pcbtn:before{
        display: none;
    }

    .ka-container .ka-content-wrapper .bottom-menu ul li{
        margin-left: 0;
    }

    .ka-container .ka-content-wrapper .bottom-menu ul.sns li.foot-kakao{
        margin-right: 12px;
    }

    .ka-container .ka-content-wrapper .bottom-menu ul.sns li.foot-blog{
        background-size: 12px;
    }

    .ka-container .ka-content-wrapper .bottom-menu .foot-isms{
        display: inline-block;
        left: 0;
    }

    .ka-container .ka-content-wrapper .bottom-menu .foot-isms > a{
        display: block;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .ka-container .ka-content-wrapper .bottom-menu .foot-isms > a > div.img{
        margin-right: 0;
        width: 100%;
        height: 100%;
    }

    .ka-container .ka-content-wrapper .footer-announcement{
        margin: 40px 0 8px;
        letter-spacing: -0.2px;
    }

    .ka-container .ka-content-wrapper .footer-announcement br{
        display: none;
    }

    .ka-container .ka-content-wrapper .bottom-menu a.biz-btn{
        display: inline-block!important;
        color: #868686;
        font-family: Noto Sans KR;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 8px;
        position: relative;
        padding-right: 14px;
    }

    .ka-container .ka-content-wrapper .bottom-menu a.biz-btn::after{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-40%);
        right: -1px;
        width: 10px;
        height: 10px;
        background: url(../img/icons/icon_footer_down.png)no-repeat center;
        background-size: cover;
        transition: all 0.5s;
    }

    .ka-container .ka-content-wrapper .bottom-menu a.biz-btn.on::after{
        transform: translateY(-40%) rotate(-180deg);
    }

    .ka-container .ka-content-wrapper .address{
        margin-top: 8px;
        display: block;
    }
}

@media all and (max-width: 768px) {
    .navigation{
        position: absolute;
        top: 16px;
        right: 0;
        width: auto;
    }

    .navigation > .container > div > .swiper-button-prev,
    .navigation > .container > div > .swiper-button-next,
    .navigation > .container > div > .stop{
        display: none!important;
    }

    .navigation > .container > div{
        position: static;
        border-radius: 500px;
        background: rgba(0, 0, 0, 0.50);
        height: 22px;
        padding: 1px 8px 0px 8px;
        border: none;
        width: 40px;
    }

    .navigation > .container .swiper-pagination-current{
        color: #fff;
    }
    
    .swiper-slide-active .banner-writer-info > div > div{
        transform: translateY(0);
        width: 100%;
    }

    .hl-list > div .hllilst > li {
        margin-bottom: 16px;
    }

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        right: 20px;
    }

    #highlight > div:first-child{
        display: block;
        margin-bottom: 24px;
    }

    .work-sns .main-newicon{
        top: 12px;
        right: 12px;
    }
    

    /*인스타그램*/
    .main-igtv{
        padding-bottom: 80px;
    }

    .main-igtv-list > div{
        border-radius: 4px;
        border: 1px solid #F3F3F3;
    }

    .main-igtv .swiper-scrollbar{
        height: 4px;
        width: 100%;
        margin-top: 20px;
    }

    .mainpage-moreBtn > button {
        width: 100%!important;
        height: 60px!important;
        line-height: 60px;
        font-size: 14px;
    }

    .mainpage-moreBtn::after{
        display: none;
    }

    .search-page-top-area {
        padding: 40px 20px 0 20px;
    }

    .quick-menu-cnt .auction,
    .quick-menu-cnt-close{
        display: none!important;
    }

    .banner-writer-info > div > div {
        height: 28px;
        line-height: 28px;
    }

    /* .banner-writer-info > .container{
        padding-right: 0!important;
        border-top: 1px solid rgba(255, 255, 255, 0.20);
        padding-top: 8px!important;
    } */

    .banner-writer-info > div > div > a{
        text-align: center;
        line-height: 28px;
        color: #fff;
    }

    .bot-banner > .changeimg > .slick-dots li {
        margin: 0 13px 0 0;
    }

    .change-notice > div > .todaycl-btn {
        right: 20px;
    }

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 0 !important;
    }


    /*11월23일 탑버튼*/
    .scrolltop-btn {
        bottom: 86px;
    }

    .mb-consign-btn {
        width: auto;
        bottom: 136px;
        margin-right: 0;
    }

    .mb-consign-btn > span {
        border-radius: 0 !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 54px !important;
        border-bottom-left-radius: 54px !important;
    }
    .quick-btn{
        bottom: 130px;
    }

    .quick-menu {
        bottom: 105px;
    }

    .container.main-desc {
        padding: 0 !important;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide > .banner-img {
        overflow: hidden !important;
    }

    .auction-rel {
        flex-direction: column;
        margin-bottom: 0;
    }

    .bot-banner > .changeimg > ul > li > a > img {
        max-width: 160%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .change-list > h2 {
        font-size: 18px;
    }

    .change-list > p {
        font-size: 12px;
    }

    .bot-banner > .in-btn > span {
        width: 8px;
        height: 8px;
        margin-right: 5px;
    }

    #maintop-btn {
        display: none;
    }
}

@media all and (max-width: 768px) {
    body .header{
        border-bottom: none!important
    }

    .logo{
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .mobile-toggle-container > div{
        margin-right: 0;
    }

    /*Main Banner*/
  
    .swiper-container.main > .swiper-wrapper > .swiper-slide > .textbox > .container > div{
        background: none;
        padding: 0;
        justify-content: start;
        width: 100%;
    }

    .swiper-container.main > .swiper-wrapper > .swiper-slide .textboxCnt{
        display: none;
        margin-top: 16px;
    }

/*     .swiper-container.main .swiper-slide .textbox-detail-btn{
        display: flex;
        flex-direction: row;
        align-items: center;
        opacity: 0;
        transition: .4s ease 1.2s!important;
        transform: translateY(30px);
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
    } */

    .gradationDiv{
        height: 40px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    }
    
    .main-igtv .igtv-swiper::after {
        right: 12.3%;
        width: 43.2%;
        height: 30%;
        display: none;
    }

    .main-igtv-list > div > .main-newicon{
        top: 9px;
        right: 15.5px;
    }
}

@media (max-width: 595px) {
    .prev-text {
        left: 25px;
    }

    .next-text {
        right: 25px;
    }

    .hl-list > div .hllilst > li > div  svg {
        width: 25px;
        height: 25px;
        top: 10px;
        right: 10px;
    }

    .hl-list > div .hllilst > li > div > .info {
        left: 10px;
        bottom: 10px;
    }
}

@media (max-width: 560px) {
    .hl-list > div .hllilst > li > div > .info > p.name {
        font-size: 14px;
        line-height: 20px;
    }

    .hl-list > div .hllilst > li > div > .info > div > p.cr {
        font-size: 12px;
    }

    .hl-list > div .hllilst > li > div > .info > div > p.price > strong{
        font-size: 13px;
    }

    .hl-list > div .hllilst > li > div > .info > div > p.price > span {
        font-size: 13px;
    }
}

@media (max-width: 490px) {
    .main-igtv-list > div > h3 {
        font-size: 14px;
    }

    .hl-list > div .hllilst > li {
        width: 47.6%;
        margin-right: 4.8%;
    }

    .hl-list > div .hllilst > li:nth-child(5n){
        margin-right: 4.8%;
    }

    .hl-list > div .hllilst > li:nth-child(3n){
        margin-right: 4.8%;
    }
    .hl-list > div .hllilst > li:nth-child(2n){
        margin-right: 0%;
    }

    .auction-rel > .guide > .guide-item > .img-wrap > img {
        width: auto;
        height: 100%;
    }


    /*메인팝업*/
    #mainpopup {
        width: 300px;
        height: 270px;
    }

    #mainpopup > .mainpopup-desc {
        height: 230px;
    }

    #mainpopup > .mainpopup-desc > img {
        max-height: initial;
        max-width: 100%;
    }


    /*11월23일 추가*/
    #viewmore {
        width: 20px;
        height: 20px;
    }


    .hl-list > div .hllilst > li > div  svg {
        width: 20px;
        height: 20px;
        top: 6px;
        right: 6px;
    }

    .hl-list > div .hllilst > li > div > .info {
        left: 6px;
        bottom: 6px;
    }

    .hl-list > div .hllilst > li > div > .info > div > p.price > span {
        margin-left: 0;
    }

    #mainbanner{
        height: calc(100vh - 122px);
        height: -webkit-calc(100vh - 122px);
        height: -moz-calc(100vh - 122px);
        height: -o-calc(100vh - 122px);
    }
}

@media (max-width: 450px) {
    .search-wrap-list-all {
        width: 100%;
    }

    .search-page-top-wrap {
        width: 100%;
    }

    .search-page-top-wrap > .search-page {
        width: 85% !important;
    }

    .search-page-btn-wrap {
        width: 15%;
    }

    .search-page-btn-wrap #search-addon {
        width: 100% !important;
    }

    .search-page-search-terms {
        margin: 15px 0px 40px 0px;
    }
}

/*11월23일 추가*/
@media all and (max-width:420px){
    .change-notice .notice li{
        padding-left: 0;
        padding-right: 16px;
    }

    .auction-rel > .guide .guide-item > .img-wrap{
        width: 110px;
        height: 80px;
    }

    .auction-rel > .guide .guide-item > .cnt-wrap{
        width: calc(100% - 126px);
        -webkit-width: calc(100% - 126px);
        -moz-width: calc(100% - 126px);
        -o-width: calc(100% - 126px);
    }

    .auction-rel > .schedule .ui-datepicker td.start-range::after{
        left: 32%
    }
    
    .auction-rel > .schedule .ui-datepicker td:nth-child(1)::after{
        left: 5%;
    }

    .auction-rel > .schedule .ui-datepicker td.end-range::after{
        right: 32%;
    }

    .auction-rel #calendar .ui-datepicker td:nth-child(7)::after{
        right: 5%;
    }
}