
.table-style {
}

.table-style th,
.table-style td {
    padding: 18px 20px;
    text-align: center;
    word-break: break-all;
    border-bottom: 1px solid #ededed;
}

.table-style th {
    border-top: 1px solid #030303;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.table-style td {
    font-size: 16px;
    color: #555555;
}

.table-style td.bder-top {
    border-top: 1px solid #030303;
}

.table-style td.txtlt {
    text-align: left;
    padding-right: 20px;
}

.table-style label,
.table-style span {
    display: inline-block;
}

.table-style .txl {
    padding-left: 20px;
}

.table-style tr.trhov:hover {
    background: #ffe5ec;
}

.table-style.scroll {
    overflow: auto;
}

.table-style.scroll table {
    min-width: 768px;
}

.table-style .notice-icon {
    width: 55px;
    height: 27px;
    line-height: 27px;
    background: #e6446e;
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.table-style .new-icon {
    background: #e6446e;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    padding: 3px 4px;;
    line-height: 15px;
    margin-left: 15px;
}

.table-check {
    height: 23px;
    width: 23px;
    margin-top: -25px;
    margin-left: calc(50% - 12px);
}

.table-icon {
    height: 41px;
    line-height: 41px;
    width: 101px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}

.table-icon.pink {
    background: #e6446e;
}

.table-icon.grey {
    background: #a7a7a7;
}


.table-style .artfair-txt1 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.table-style .artfair-txt2 > li {
    margin-top: 15px;
}

.table-style .artfair-txt2 > li > span {
    display: inline-block;
    font-size: 16px;
}

.table-style .artfair-txt2 > li > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #cccccc;
    margin: 0 20px;
}

.table-style .artfair-txt2 > li > span:last-child::after {
    display: none;
}

.table-style .artfair-img {
    position: relative;
    width: 200px;
    height: 150px;
    background: #fff;
}

.table-style .artfair-img.img-width {
    width: 120px;
    height: 90px;
    background: #fff;
}

.table-style .artfair-img span {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.table-style .artfair-img img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.table-style .artfair-img .img-post {;
    background: #a7a7a7;
    color: #fff;
    height: 23px;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    padding: 0 10px;
}

.table-style .artfair-img img {
    width: 100%;
}


.mt15 {
    margin-top: 15px;
}

.m-mt60 {
    margin-top: 60px;
}

.m-mt75 {
    margin-top: 75px;
}

.font-bold {
    font-weight: 600;
}

.sub-content-width {
    max-width: 1594px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
}

.sub-content-width_n {
    max-width: 1594px;
    margin: 0 auto;
    padding-top: 55px;
    padding-bottom: 80px;
}


.sub-auction-top {
    max-width: 1594px;
    margin: 0 auto;
    margin-top: 40px;
}

.sub-auction-tmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-auction-tmenu h3 {
    font-size: 42px;
    color: #222222;
    font-weight: 500;
    line-height: 50px;
}

.select-menu {
    display: flex;
    align-items: center;
}

.select-menu select {
    margin-left: 10px;
    width: 102px;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    height: 47px;
}

.select-menu select option:hover {
    color: #e6446e;
    height: 47px;
}

.select-menu > ul {
    margin-left: 15px;
    display: flex;
}

.select-mstyle1 > li {
    min-width: 102px;
    position: relative;
    margin-left: 10px;
}

.select-mstyle1 > li:first-child {
    margin-left: 0;
}

.select-mstyle1 > li > a {
    position: relative;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 10px;
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    overflow: hidden;
    letter-spacing: -1px;
}

.select-mstyle1 > li > a::after {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: #fff url(http://www.k-artmarket.kr/images/2023/sub/sub-select-style2.png) left center no-repeat;
    position: absolute;
    right: 5px;
    top: calc(50% - 4px);
}

.select-mstyle1 > li > ul {
    background: #fff;
    display: none;
    border: 1px solid #d2d2d2;
    padding: 10px 5px 10px 10px;
    margin-top: -1px;
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    z-index: 1;
}

.select-mstyle1 > li > ul > li > a {
    color: #333333;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0;
}

.select-mstyle1 > li > ul > li > a:hover {
    text-decoration: underline;
}

.select-mstyle1 > li > ul > li > a.on {
    color: #e6446e;
    text-decoration: underline;
}

.auction-top-bmenu {
    margin-top: 20px;
}

.nvi-menu-style1 {
    display: flex;
}

.nvi-menu-style1 > li {
    margin-right: 30px;
    padding: 10px 0;
    position: relative;
}

.nvi-menu-style1 > li:last-child {
    margin-right: 0;
}

.nvi-menu-style1 > li > a {
    font-size: 24px;
    text-align: center;
    letter-spacing: -2px;
}

.nvi-menu-style1 > li > a.on {
    font-weight: 600;
}

.nvi-menu-style1 > li > a:hover::after,
.nvi-menu-style1 > li > a.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #222222;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nvi-menu-style2 {
    margin-top: 40px;
}

.nvi-menu-style2 > ul {
    display: flex;
    flex-wrap: wrap;
}

.nvi-menu-style2 > ul > li {
    position: relative;
    width: 195px;
}

.nvi-menu-style2 > ul > li > a {
    position: relative;
    font-size: 20px;
    color: #222222;
    padding: 5px 0;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.nvi-menu-style2 > ul > li::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
}

.nvi-menu-style2 > ul > li::after {
    display: none;
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background: #e6446e;
    border-color: transparent;
}

.nvi-menu-style2 > ul > li:hover::after,
.nvi-menu-style2 > ul > li.on::after {
    display: block;
}

.nvi-menu-style2 > ul > li:hover > a,
.nvi-menu-style2 > ul > li.on > a {
    font-weight: 500;
    color: #fff;
}


.sub-auction-date {
    margin-top: 30px;
    background: #f4f4f4;
    padding: 30px 0;
}

.sub-auction-date .kauction-date-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 1594px;
    margin: 0 auto;
}

.sub-auction-date .k-auction-logo {
    padding-right: 50px;
}

.sub-auction-date .k-auction-date {
    padding-left: 50px;
    position: relative;
}

.sub-auction-date .k-auction-date::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c7c7c7;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.sub-auction-date .k-auction-date {
    padding-left: 50px;
    position: relative;
}

.sub-auction-date .k-auction-date .ka-txt1 {
}

.sub-auction-date .k-auction-date .ka-txt1 + p {
    margin-top: 15px;
}

.sub-auction-date .k-auction-date .ka-txt1 span {
    font-size: 24px;
    font-weight: 500;
}

.sub-auction-date .k-auction-date p {
    font-size: 17px;
    font-weight: 300;
    color: #555555;
}


/*----------------------search------------------------------*/
.sub-auction-search {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 33px 40px;
}

.sub-auction-search .list-top {
    margin-bottom: 0;
}

.sub-auction-search .search-style1 select {
    width: 160px;
    height: 47px;
    color: #7d7d7d;
}

.sub-auction-search .search-style1 input {
    width: 38%;
    height: 47px;
    letter-spacing: -0.5px;
}

.sub-auction-search .search-style1 > a {
    width: 110px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
}

.sub-auction-search .search-style1 > button {
    width: 110px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
}


.list-top {
    margin-bottom: 15px;
}

.top-flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.top-flex2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.top-flex3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top-flex4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.top-flex5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.list-numb.numb-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.list-numb span {
    font-size: 16px;
    color: #3b3b3b;
    vertical-align: middle;
}

.list-numb span.list-numb-s1 {
    white-space: nowrap;
}

.list-numb span.list-numb-s2 {
    min-width: 70px;
    white-space: nowrap;
    margin: 0 13px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    background: #4481c4;
    border-radius: 25px;
    line-height: 37px;
    padding: 0 10px;
    text-align: center;
}

.list-numb.numb-flex span.list-numb-s2 {
    margin-left: 0;
}

.list-numb.my-numb {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.list-numb.my-numb .list-numb-s2 {
    margin-right: 20px;
}

.list-search-box input {
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    font-size: 16px;
}

.list-search-box input::placeholder {
    color: #d0d0d0;
}

.list-search-box > a {
    display: inline-block;
    color: #fff;
    background: #231916;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.list-search-box select {
    background: #fff url(http://www.k-artmarket.kr/images/2023/sub/sub-select-style1.png) no-repeat calc(100% - 10px) center;
    border: 1px solid #d2d2d2;
}

select.basic-style {
    background: #fff url(http://www.k-artmarket.kr/images/2023/sub/sub-select-style1.png) no-repeat calc(100% - 10px) center;
    border: 1px solid #d2d2d2;
}

.list-search-box input {
    border: 1px solid #d2d2d2;
    padding: 0 10px;
    font-size: 16px;
    width: 226px;
    height: 42px;
}

.list-search-box select {
    width: 123px;
    height: 42px;
    color: #777777;
    font-size: 16px;
}

.list-search-box .select-style2 {
    width: 226px;
}

.list-search-box .numb-select {
    width: 102px;
}

.list-search-box a {
    display: inline-block;
    color: #fff;
    background: #231916;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.list-search-box button {
    display: inline-block;
    color: #fff;
    background: #231916;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}

.list-search-box .search-btn {
    width: 102px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.list-search-box .search-txt {
    font-size: 16px;
    color: #3b3b3b;
    margin-right: 13px;
    vertical-align: middle;
    white-space: nowrap
}

.list-search-box .search-txt span.red-color {
    margin-left: -14px;
}

.list-search-box.box-flex {
    display: flex;
    align-items: center;
}

.list-search-box.box-flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list-search-box .box-t {
    display: flex;
    align-items: center;
}

.list-search-box.box-flex2 .box-t {
    margin-right: 4px;
}

.list-search-box .box-b {
    display: flex;
    align-items: center;
}

.list-search-box .b-style {
    margin-left: 15px;
}

.list-search-box.box-flex3 {
    display: flex;
    align-items: center;
}

.list-search-box.box-flex3 .list-select {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.top-flex4 .list-search-box.box-flex4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.top-flex4 .list-search-box.box-flex4 .list-select {
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: flex-end;
    width: auto;
}

.top-flex4 .list-numb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.top-flex4 .list-numb span.list-numb-s2 {
    margin-right: 0;
}

.my-page2 .list-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-page2 .list-search input {
    width: 32%;
    margin-right: 5px;
}

.my-page-date .list-select {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.my-page-date .list-select > span {
    background: none;
    display: inline-block;
    margin: 0 10px;
}

.my-page-date .search-date {
    display: flex;
    align-items: center;
}

.my-page-date .search-date > a {
    background: none;
    display: inline-block;
    margin-left: 10px;
    width: 28px;
}

.my-page-date .search-date > input {
    width: 105px;
}

.s1-4-sch {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 43px;
}

.s1-4-sch-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.s1-4-sch-c1 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.s1-4-lt {
    width: 75px;
    color: #1d1d1d;
    font-size: 16px;
    text-align: left;
}

.s1-4-rt {
    display: flex;
}

.s1-4-rt > span {
    margin-right: 26px;
}

.s1-4-rt .list-select {
    display: flex;
    align-items: center;
}

.s1-4-rt .list-select a {
    margin-left: 10px;
}

.s1-4-rt .list-select .search-date input {
    width: 135px;
}

.s1-4-rt .list-select .search-date2 input {
    width: 120px;
}

.s1-4-rt .list-select .search-date2 span {
    margin: 0 4px;
}

.s1-4-rt .list-select > span {
    margin: 0 7px;
}

.s1-4-rt .search-date1 {
    color: #1d1d1d;
    font-size: 16px;
    margin: 0 15px 0 50px;
}

.s1-4-rt .list-search-box select {
    width: 162px;
}

.s1-4-rt .search-date3 {
    margin-left: 4px;
    display: flex;
    align-items: center;
}

.s1-4-rt .search-date3 input {
    width: 437px;
}

.s1-4-rt .search-date3 span {
    margin-left: 20px;
}

.s1-4-rt input[type="checkbox"] + label::before {
    background: #fff;
}

.s1-4-rt-btn {
    padding-top: 10px;
    text-align: center;
}


.list-search-box .btn-icon {
    margin-left: 20px;
}

.list-search-box .btn-icon > a {
    overflow: hidden;
    width: 23px;
    height: 23px;
    font-size: 0;
    text-indent: -100px;
    display: inline-block;
    vertical-align: middle;
    background: #fff url(http://www.k-artmarket.kr/images/2023/sub/trend-icon01-off.png) left center no-repeat;
}

.list-search-box .btn-icon > a.btn1 {
    margin-right: 4px;
}

.list-search-box .btn-icon > a.btn2 {
    background: url(http://www.k-artmarket.kr/images/2023/sub/trend-icon02-off.png) left center no-repeat;
}

.list-search-box .btn-icon > a.btn1:hover,
.list-search-box .btn-icon > a.btn1.on {
    background: url(http://www.k-artmarket.kr/images/2023/sub/trend-icon01-on.png) left center no-repeat;
}

.list-search-box .btn-icon > a.btn2:hover,
.list-search-box .btn-icon > a.btn2.on {
    background: url(http://www.k-artmarket.kr/images/2023/sub/trend-icon02-on.png) left center no-repeat;
}

.auction-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -78px;
}

.work1-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -78px;
}

.auction-list > li {
    margin-left: 20px;
    margin-top: 78px;
    border: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}

.work1-list > li {
    margin-left: 20px;
    margin-top: 78px;
    border: 1px solid #ededed;
    overflow: hidden;
    position: relative;
}

.auction-list.list-style3 > li {
    width: calc(100% / 3 - 20px);
}

.work1-list.list-style3 > li {
    width: calc(100% / 3 - 20px);
}

.auction-list.list-style4 > li {
    width: calc(100% / 4 - 20px);
}

.work1-list.list-style4 > li {
    width: calc(100% / 4 - 20px);
}

.auction-list.list-style4 > li > a {
    display: block;
}

.work1-list.list-style4 > li > a {
    display: block;
}

.auction-list .list-img {
    padding: 25px;
    text-align: center;
    background: #fafafa;
}

.work1-list .list-img {
    padding: 25px;
    text-align: center;
    background: #fafafa;
}

.auction-list .list-img > a {
    display: block;
    background: #fff;
}

.work1-list .list-img > a {
    display: block;
    background: #fff;
}

.auction-list .list-img span {
    position: relative;
    display: block;
    padding-top: 98.5%;
    overflow: hidden;
}

.work1-list .list-img span {
    position: relative;
    display: block;
    padding-top: 98.5%;
    overflow: hidden;
}

.auction-list.infor-style .list-img span {
    padding-top: 100%;
}

.work1-list.infor-style .list-img span {
    padding-top: 100%;
}

.auction-list .list-img img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.work1-list .list-img img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.auction-list .list-txt-box {
    padding: 25px;
    background: #fff;
}

.work1-list .list-txt-box {
    padding: 25px;
    background: #fff;
}


.auction-list.list-style3 .list-txt-box {
    padding-bottom: calc(25px + 46px);
}

.work1-list.list-style3 .list-txt-box {
    padding-bottom: calc(25px + 46px);
}

.auction-list .list-sort {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.work1-list .list-sort {
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

.auction-list .list-logo {
    margin-bottom: 25px;
    height: 50px;
    text-align: left;
    display: flex;
    align-items: center;
}

.work1-list .list-logo {
    margin-bottom: 25px;
    height: 50px;
    text-align: left;
    display: flex;
    align-items: center;
}

.auction-list .list-pro-date {
    border: 1px solid #e6446e;
    background: #fff6f8;
    padding: 5.4%;
    margin-bottom: 25px;
}

.work1-list .list-pro-date {
    border: 1px solid #e6446e;
    background: #fff6f8;
    padding: 5.4%;
    margin-bottom: 25px;
}

.auction-list .list-pro-date ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.work1-list .list-pro-date ul {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.auction-list .list-pro-date ul > li {
    display: flex;
    padding: 0 5px;
    flex-direction: column;
    align-items: center;
}

.work1-list .list-pro-date ul > li {
    display: flex;
    padding: 0 5px;
    flex-direction: column;
    align-items: center;
}

.auction-list .list-pro-date ul > li .list-pro-dt {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
}

.work1-list .list-pro-date ul > li .list-pro-dt {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 5px;
}

.auction-list .list-pro-date ul > li:nth-child(even) .list-pro-dt {
    line-height: 28px;
}

.work1-list .list-pro-date ul > li:nth-child(even) .list-pro-dt {
    line-height: 28px;
}

.auction-list .list-pro-date ul > li .list-pro-db {
    font-size: 14px;
    color: #333333;
}

.work1-list .list-pro-date ul > li .list-pro-db {
    font-size: 14px;
    color: #333333;
}

.auction-list .list-auctions {
    font-size: 16px;
    color: #1198bb;
    font-weight: 500;
    margin-bottom: 10px;
}

.work1-list .list-auctions {
    font-size: 16px;
    color: #1198bb;
    font-weight: 500;
    margin-bottom: 10px;
}

.auction-list .list-name {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    max-height: 26px;
    overflow: hidden;
    line-height: 1.5;
    height: 100px;
}

.auction-list .list-engName {
    color: #000;
    font-size: 17px;
    font-weight: 350;
    margin-bottom: 15px;
    max-height: 28px;
    overflow: hidden;
    line-height: 1.5;
    height: 100px;
}

.work1-list .list-name {
    color: #000;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 15px;
    max-height: 26px;
    overflow: hidden;
    line-height: 1.5;
    height: 100%;
}

.work1-list .list-engName {
    color: #000;
    font-size: 17px;
    font-weight: 350;
    margin-bottom: 15px;
    max-height: 28px;
    overflow: hidden;
    line-height: 1.5;
    height: 100%;
}

.auction-list .list-title {
    color: #555555;
    font-size: 16px;
    margin-bottom: 5px;
    height: 75%;
}

.work1-list .list-title {
    color: #555555;
    font-size: 16px;
    margin-bottom: 10px;
    height: 75%;
}

.auction-list.list-style3 .list-info {
    margin-bottom: 20px;
}

.work1-list.list-style3 .list-info {
    margin-bottom: 20px;
}

.auction-list.logo-style {
    margin-top: -60px;
}

.work1-list.logo-style {
    margin-top: -60px;
}

.auction-list.logo-style > li {
    border: 0;
    margin-top: 60px;
}

.work1-list.logo-style > li {
    border: 0;
    margin-top: 60px;
}

.auction-list.logo-style .list-img {
    border: 6px solid #3b3b3b;
    background: #fff;
}

.work1-list.logo-style .list-img {
    border: 6px solid #3b3b3b;
    background: #fff;
}

.auction-list.logo-style .list-img span {
    padding-top: 59.3%;
}

.work1-list.logo-style .list-img span {
    padding-top: 59.3%;
}

.auction-list.logo-style > li .list-txt-box {
    padding: 25px 0;
}

.work1-list.logo-style > li .list-txt-box {
    padding: 25px 0;
}

.auction-list .list-info p {
    color: #555555;
    font-size: 14px;
    position: relative;
    height: 50%;
}

.work1-list .list-info p {
    color: #555555;
    font-size: 14px;
    position: relative;
    height: 50px;
}

.work1-list .list-info div {
    color: #555555;
    font-size: 14px;
    position: relative;
    height: 50px;
}

.auction-list .list-info p > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cccccc;
    margin: 0 5px;
}

.auction-list .list-info p > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cccccc;
    margin: 0 5px;
}

.work1-list .list-info p > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cccccc;
    margin: 0 5px;
}

.work1-list .list-price-box > span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #cccccc;
    margin: 0 5px;
}

.auction-list .list-info p > span:last-child::after,
.auction-list .list-info p > span:last-of-type::after {
    content: none;
}

.work1-list .list-info p > span:last-child::after,
.work1-list .list-info p > span:last-of-type::after {
    content: none;
}

.work1-list .list-price-box > span:last-child::after,
.work1-list .list-price-box > span:last-of-type::after {
    content: none;
}

.auction-list .list-price-box {
    border-top: 1px solid #ededed;
    padding: 20px 0 0 0;
    margin-top: 5px;
}

.work1-list .list-price-box {
    border-top: 1px solid #ededed;
    padding: 20px 0 0 0;
    margin-top: 5px;
}

.auction-list .list-btn {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.work1-list .list-btn {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.auction-list .list-btn a {
    display: inline-block;
    height: 46px;
    color: #fff;
    background: #000;
    font-weight: 500;
    line-height: 46px;
    padding: 0 34px;
    font-size: 18px;
}

.work1-list .list-btn a {
    display: inline-block;
    height: 46px;
    color: #fff;
    background: #000;
    font-weight: 500;
    line-height: 46px;
    padding: 0 34px;
    font-size: 18px;
}

.auction-list .list-price-box .list-price {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}

.work1-list .list-price-box .list-price {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
    height: 40px
}

.auction-list .list-price-box .list-price span {
    color: #555555;
    font-size: 14px;
}

.work1-list .list-price-box .list-price span {
    color: #555555;
    font-size: 14px;
}

.auction-list .list-price-box .list-sales {
    display: flex;
    justify-content: space-between;
}

.work1-list .list-price-box .list-sales {
    display: flex;
    justify-content: space-between;
}

.auction-list .list-price-box .list-sales span {
    color: #e6446e;
    font-size: 14px;
}

.work1-list .list-price-box .list-sales span {
    color: #e6446e;
    font-size: 14px;
}

.auction-list .list-price-box .list-price span:first-child,
.auction-list .list-price-box .list-sales span:first-child {
    flex: 0 0 auto;
    width: 48px;
}

.work1-list .list-price-box .list-price span:first-child,
.work1-list .list-price-box .list-sales span:first-child {
    flex: 0 0 auto;
    width: 48px;
}

.list-preface {
    font-size: 16px;
    color: #555555;
    display: flex;
    align-items: center;
    padding-left: 7px;
}

.list-preface a.btn.black {
    min-width: 102px;
    display: inline-block;
    margin: 0 30px 0 20px;
}


.sub-no-content {
    margin: 20px 0 30px;
}

.auction-no-content {
    border: 1px solid #ededed;
    text-align: center;
    padding: 6.8%;
}

.auction-no-content p {
    font-size: 24px;
    color: #000;
    margin-top: 35px;
}

.trend-list-box ul {
    margin-top: -5px;
}

.trend-list-box ul > li {
    border: 1px solid #eeeeee;
    display: flex;
    margin-top: 20px;
}

.trend-list-box ul > li > .img-box {
    padding: 45px 30px;
    background: #fafafa;
    position: relative;
}

.trend-list-box ul > li > .img-box > a {
    display: block;
    position: relative;
    width: 336px;
    padding-top: 56.3%;
    overflow: hidden;
}

.trend-list-box ul > li > .img-box > a::after {
    z-index: 1;
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}

.trend-list-box ul > li > .img-box > a .trend-img-txt {
    display: none;
    z-index: 2;
    width: 90%;
    max-height: 90%;
    height: auto;
    border: 1px solid #b9b9b8;
    padding: 10px 20px;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.trend-list-box ul > li > .img-box > a .trend-img-txt p {
    color: #e9eaea;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 22px;
    text-align: center;
}

.trend-list-box ul > li > .img-box > a img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.trend-list-box ul > li > .txt-box {
    background: #fff;
    padding: 45px 30px;
}

.trend-list-box .trend-title {
    margin-top: -3px;
}

.trend-list-box .trend-title > a {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.trend-list-box .trend-txt {
    font-size: 16px;
    color: #555555;
    margin-bottom: 25px;
}

.trend-list-box .trend-date span {
    display: inline-block;
    font-size: 14px;
    color: #e6446e;
    letter-spacing: -0.5px;
    padding: 0 19px;
    position: relative;
}

.trend-list-box .trend-date span.date-s1 {
    color: #555555;
    padding-left: 0;
}

.trend-list-box .trend-date span.date-s2::after {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #cccccc;
    position: absolute;
    left: 0;
    top: 3px;
}

.trend-list-box .trend-sns {
    margin-top: 20px;
}

.trend-list-box .trend-sns > a {
    margin-right: 20px;
}

.trend-list-more {
    text-align: center;
    margin-top: 40px;
}

.trend-list-more a {
    display: inline-block;
    border: 1px solid #e6446e;
    color: #e6446e;
    width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.top-ask-box {
    padding: 40px;
    background: #f4f4f4;
    margin: 37px 0 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #222222;
}

.top-ask-box div {
    font-size: 16px;
    color: #222222;
    margin-right: 30px;
}

.top-ask-box a {
    white-space: nowrap
}

.errInfo-con {
    background: #f4f4f4;
    padding: 60px 40px 70px;
    text-align: center;
}

.errInfo-con p {
    color: #555555;
    font-size: 16px;
}

.errInfo-con p.errInfo-p1 {
    font-size: 36px;
    color: #222222;
    margin: 30px 0;
}

.errInfo-con a {
    margin-top: 35px;
}

.login-page {
    border-top: 1px solid #eaeaea;
    padding-top: 50px;
}

.login-txt {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.login-txt .txt-p1 {
    font-size: 36px;
    font-weight: 500;
    color: #1d1d1d;
}

.login-txt .txt-p2 {
    font-size: 16px;
    margin-top: 20px;
    color: #555555;
}

.login-txt .login-account {
    margin-top: 40px;
}

.login-txt .login-account input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 16px;
}

.login-txt .login-account a {
    width: 100%;
    height: 60px;
    display: inline-block;
    background: #000;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.new-login-btn {
    width: 100%;
    height: 60px;
    display: inline-block;
    background: #000;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.login-txt .resetting-btn a {
    margin: 0 3px 10px;
    border: 1px solid #000;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-right: 22px;
    font-size: 16px;
    color: #333333;
    display: inline-block;
    position: relative;
}

.login-txt .resetting-btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;;
    background: url(http://www.k-artmarket.kr/images/2023/sub/login-page-icon.png) left center no-repeat;
    position: absolute;
    right: 13px;
    top: 15px;
}

.login-txt .input-flex {
    display: flex;
    justify-content: center;
}

.login-txt .input-flex label {
    color: #222222;
}

.login-txt.reissue-txt {
    width: 100%;
}

.login-organ {
    background: #f4f4f4;
    padding: 50px;
}

.organ-txt {
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

.organ-txt .txt-set {
    width: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.organ-txt .wid-left {
    width: 23%;
    text-align: right;
    color: #222222;
    padding-right: 12px;
}

.organ-txt .wid-left label {
    font-size: 16px;
}

.organ-txt .wid-right {
    width: 77%;
}

.organ-txt .wid-right input,
.organ-txt .wid-right select {
    width: 100%;
    height: 42px;
    font-size: 16px;
}

.organ-txt .wid-right span {
    width: calc(100% / 3 - 6px);
    display: inline-block;
}

.organ-txt .wid-right a {
    width: 100%;
}

.right-style3 {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
}

.organ-txt-w {
    margin: 30px auto 40px;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 710px;
    width: 100%;
}

.login-organ .login-txt .txt-p1 {
    font-size: 36px;
    font-weight: 400;
    color: #222222;
}

.find-id-p {
    font-size: 16px;
    color: #555555;
}

.find-id-p span {
    font-weight: 500;
}

.find-id-p span.red-color {
    font-size: 30px;
}

.login-comp {
    border: 0;
    padding: 60px 40px 75px;
    background: #f4f4f4;
}

.login-comp .login-txt .txt-p1 {
    font-size: 36px;
    font-weight: 400;
    color: #222222;
}

.comp-btn {
    text-align: center;
}

.comp-btn a.btn {
    width: 190px;
    margin-bottom: 10px;
}


.provision-txt {
    width: 100%;
    border: 1px solid #dedede;
    padding: 40px 20px 40px 40px;
}

.provision-txt .txt-wrap {
    height: 280px;
    padding-right: 30px;
    overflow-Y: auto;
}

.provision-txt p {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

.provision-txt p.pt-p1 {
    font-weight: 600;
    color: #222222;
}

.agree-in {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.agree-box {
    padding: 40px;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
}

.agree-btn {
    display: flex;
    justify-content: flex-end;
}

.agree-btn a.btn {
    margin-left: 6px;
    width: 172px;
}

.read-v-con {
    border: 1px solid #dedede;
}

.read-v-con .sub-auction-date {
    margin-top: 0;
    background: none;
    padding: 43px 60px;
}

.read-v-con .k-auction-date p {
    color: #333333;
}

.sub-auction-date .kauction-date-cont {
    display: flex;
    flex-wrap: nowrap;
}

.sub-auction-date.style1 .kauction-date-cont .k-auction-date {
    padding: 25px 0 25px 50px;
}

.sub-auction-date.style1 .txt {
    max-width: 1594px;
    margin: 0 auto;
    padding-top: 40px;
}

.read-v-sch {
    margin-top: 45px;
}

.read-v-stxt {
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
}

.read-v-sch .list-search input {
    width: 27.8%;
}

.read-v-sch .sub-auction-search {
    padding: 65px 40px;
}

.read-v-sch .list-search-box a {
    background: #a7a7a7;
}

.read-v-sch .list-search-box button {
    background: #a7a7a7;
}

.read-v-sch-btn {
    margin-top: 60px;
}


h4.h4-tit {
    position: relative;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 15px;
}

h4.h4-tit::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

h4.h4-tit2 {
    color: #222222;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
}

h4.h4-tit2 > span {
    font-size: 15px;
    display: inline-block;
}

.red-color {
    color: #e6446e !important;
}

.blue-color {
    color: #4481c4 !important;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    width: 0;
    height: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    position: relative;
    display: block;
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
    padding-left: 32px;
}

input[type="radio"] + label::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::after,
input[type="checkbox"] + label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

input[type="checkbox"] + label::before {
    width: 23px;
    height: 23px;
    border: 1px solid #cbcbcb;
}

input[type="checkbox"] + label::after {
    display: none;
    top: 5px;
    left: 4px;
    width: 13px;
    height: 13px;
    background: url("../../images/2023/sub/icon_checked.gif") no-repeat;
}

input[type="radio"] + label::before {
    width: 23px;
    height: 23px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
}

input[type="radio"] + label::after {
    display: none;
    top: 4px;
    left: 4px;
    width: 15px;
    height: 15px;
    background: #000000;
    border-radius: 50%;
}

input[type="radio"]:checked + label::after,
input[type="checkbox"]:checked + label::after {
    display: block;
}

.white-box {
    border: 1px solid #dedede;
    padding: 35px 40px;
    margin-top: 80px;
}

.white-box .tit {
    font-size: 16px;
    font-weight: 600;
    color: #e6446e;
}

.list-style1 > li {
    position: relative;
    font-size: 16px;
    color: #555555;
    margin: 2px 0;
    padding-left: 12px;
}

.list-style1 > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #555555;
}

.list-style2 > li {
    position: relative;
    font-size: 16px;
    color: #555555;
    margin: 2px 0;
    padding-left: 12px;
}

.list-style2 > li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 2px;
    background: #555555;
}


.btn {
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 5px;
}

.paging {
    display: table;
    margin: 40px auto;
}

.paging > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0px;
    padding: 0 6px;
    width: auto;
    min-width: 26px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 17px;
    color: #555555;
}

.paging > a img {
    display: block;
}

.paging > a.on,
.paging > a:hover,
.paging > a:focus,
.paging > a:active {
    color: #e6446e;
    font-weight: 600;
}

/* 20220927 */
.paging > a.on::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 1px;
    background: #e6446e;
}

.tab-style2 {
    background: #f5f5f5;
}

.tab-style2 > ul {
    display: flex;
    flex-wrap: wrap;
}

.tab-style2 > ul > li {
    flex: 1 1 auto;
    width: calc(100% / 4);
}

.tab-style2 > ul > li > a {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #222222;
}

.tab-style2 > ul > li > a::before {
    flex: 0 0 auto;
    content: "";
    margin-right: 5.2%;
}

.tab-style2 > ul > li:nth-child(1) > a::before {
    width: 47px;
    height: 42px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/register_icon1.png) no-repeat;
}

.tab-style2 > ul > li:nth-child(2) > a::before {
    width: 49px;
    height: 49px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/register_icon2.png) no-repeat;
}

.tab-style2 > ul > li:nth-child(3) > a::before {
    width: 42px;
    height: 41px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/register_icon3.png) no-repeat;
}

.tab-style2 > ul > li:nth-child(4) > a::before {
    width: 41px;
    height: 41px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/register_icon4.png) no-repeat;
}

.tab-style2 > ul > li > a.on {
    background: #e6446e;
    color: #fff;
}

.tab-style2 > ul > li > a.on::before {
    filter: invert(1);
}

.table-style2 {
    margin-top: 75px;
    border-top: 1px solid #030303;
}

.table-style2 table {
    border: 0;
}

.table-style2 th,
.table-style2 td {
    text-align: center;
    height: 59px;
    border-bottom: 1px solid #ededed;
}

.table-style2 th {
    background: #f9f9f9;
    padding: 10px 5px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
}

.table-style2 th i {
    font-style: normal;
    margin-left: 5px;
    vertical-align: 3px;
}

.table-style2 td {
    text-align: left;
    padding: 10px 20px;
    color: #555555;
    font-size: 16px;
    overflow: hidden;
}

.table-style2 .bleft {
    border-left: 1px solid #ededed;
}

.table-style2 .txl {
    padding-left: 10px;
}

textarea {
    resize: none;
}

input[type="text"],
input[type="password"] {
    padding: 0 10px;
    height: 42px;
    border: 1px solid #d0d0d0;
}

.table-style select,
.table-style2 select {
    padding: 0 25px 0 10px;
    height: 42px;
    border: 1px solid #d0d0d0;
    background-image: url(http://www.k-artmarket.kr/images/2023/sub/sub-select-style2.png);
}

.table-style2 textarea {
    padding: 10px 10px;
    height: 130px;
    border: 1px solid #d0d0d0;
}

.table-style .btn,
.table-style2 .btn {
    min-width: auto !important;
    width: 120px !important;
    height: 42px !important;
    line-height: 42px !important;
    vertical-align: middle;
    font-size: 16px !important;
}

.table-style2 .error-box {
    display: flex;
    align-items: center;
    height: 42px;
    background: #fdedf1;
    border: 1px solid #e6446e;
    padding: 0 12px;
    font-size: 16px;
}


.table-style.grey-th thead tr th {
    background: #f9f9f9;
}

.v-flex {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: calc(100% + 6px) !important;
    margin: 0 -3px;
}

.v-flex > input,
.v-flex > select,
.v-flex > textarea {
    flex: 1 1 auto;
    width: 0;
}

.v-flex > * {
    margin: 0 3px;
}

.w100p {
    width: 100%;
}

.w90p {
    width: 90%;
}

.w80p {
    width: 80%;
}

.w70p {
    width: 70%;
}

.w60p {
    width: 60%;
}

.w50p {
    width: 50%;
}

.w45p {
    width: 45%;
}

.w40p {
    width: 40%;
}

.w35p {
    width: 35%;
}

.w30p {
    width: 30%;
}

.w25p {
    width: 25%;
}

.w20p {
    width: 20%;
}

.w15p {
    width: 15%;
}

.w10p {
    width: 10%;
}

.w5p {
    width: 5%;
}

.h70 {
    height: 70px !important;
}

.w1120 {
    width: 100%;
    max-width: 1120px;
}

.w1073 {
    width: 100%;
    max-width: 1073px;
}

.w990 {
    width: 100%;
    max-width: 990px;
}

.w965 {
    width: 100%;
    max-width: 965px;
}

.w825 {
    width: 100%;
    max-width: 824px;
}

.w650 {
    width: 100%;
    max-width: 650px;
}

.w550 {
    width: 100%;
    max-width: 550px;
}

.w490 {
    width: 100%;
    max-width: 490px;
}

.w380 {
    width: 100%;
    max-width: 380px;
}

.w320 {
    width: 100%;
    max-width: 320px;
}

.w270 {
    width: 100%;
    max-width: 270px;
}

.w250 {
    width: 100%;
    max-width: 250px;
}

.w190 {
    width: 100%;
    max-width: 190px;
}

.w145 {
    width: 100%;
    max-width: 145px;
}

.w120 {
    width: 100%;
    max-width: 120px;
}

.file-reg .file {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.file-reg .file input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 120px;
    height: 42px; /* cursor: pointer; */
}

.file-reg .file .btn {
    margin-right: 10px;
}

.file-reg .file p {
    font-size: 16px;
    color: #555555;
}

.file-reg .img {
    margin-top: 10px;
}

.file-reg .img span {
    display: inline-block;
    position: relative;
}

.file-reg .img span a {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #000000;
    font-size: 14px;
    color: #ffffff;
}

.file-reg .file .box {
    width: 100%;
    text-align: left;
}

.file-reg .file .box > ul > li {
    position: relative;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    color: #777;
    padding: 8px 50px 8px 15px;
    margin-top: 10px;
}

.file-reg .file .box > ul > li .close {
    position: absolute;
    right: 10px;
    top: 4px;
}


.select-box {
    text-align: right;
    margin-bottom: 20px;
}

.select-box select {
    background-image: url(http://www.k-artmarket.kr/images/2023/sub/sub-select-style2.png);
    width: 153px;
    height: 42px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    color: #777777;
}

.focus-big-box {
}

.focus-big-box > a {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ededed;
}

.focus-big-box .img {
    flex: 0 0 auto;
    width: 50%;
    padding: 25px;
    background: #fafafa;
}

.focus-big-box .img > span { /* position: relative; */
    display: block; /* padding-top: 98.5%; */
    overflow: hidden;
}

.focus-big-box .img > span img { /* position: absolute; */
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.focus-big-box .cont {
    position: relative;
    padding: 3.5% 2.52% 0;
    overflow: hidden;
}

.focus-big-box .cont > .tit {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.focus-big-box .cont > .date {
    font-size: 14px;
    color: #555555;
    margin: 10px 0 20px;
}

.focus-big-box .cont > .txt {
    font-size: 17px;
    color: #555555;
    max-height: 120px;
    overflow: hidden;
}

.focus-big-box .cont > .by {
    position: absolute;
    bottom: 12.8%;
    font-size: 14px;
    color: #e6446e;
}

.focus-list-box {
    margin-top: 85px;
    overflow: hidden;
}

.focus-list-box > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -85px;
}

.focus-list-box > ul > li {
    flex: 0 0 auto;
    width: calc(100% / 3 - 20px);
    margin-left: 20px;
    margin-top: 85px;
    border: 1px solid #ededed;
}

.focus-list-box > ul > li > a {
    position: relative;
    display: block;
    height: 100%;
}

.focus-list-box > ul > li {
    position: relative;
    display: block;
    height: 100%;
}

.focus-list-box > ul > li > a > .img {
    padding: 25px;
    background: #fafafa;
}

.focus-list-box > ul > li > .img {
    padding: 25px;
    background: #fafafa;
}

.focus-list-box > ul > li > a > .img > span {
    position: relative;
    display: block;
    padding-top: 66%;
    overflow: hidden;
    background: #fff;
}

.focus-list-box > ul > li > .img > span {
    position: relative;
    display: block;
    padding-top: 56%;
    overflow: hidden;
    background: #fff;
}

.focus-list-box > ul > li > a > .img > span > img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.focus-list-box > ul > li > .img > span > img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
}

.focus-list-box > ul > li > a > .cont {
    padding: 25px 25px 65px;
}

.focus-list-box > ul > li > .cont {
    padding: 25px 25px 65px;
}

.focus-list-box > ul > li > a > .cont .tit {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.focus-list-box > ul > li > .cont .tit {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.focus-list-box > ul > li > a > .cont .date {
    font-size: 14px;
    color: #555555;
    margin: 10px 0 20px;
}

.focus-list-box > ul > li > .cont .date {
    font-size: 14px;
    color: #555555;
    margin: 10px 0 20px;
}

.focus-list-box > ul > li > a > .cont .txt {
    font-size: 16px;
    color: #555555;
    overflow: hidden;
}

.focus-list-box > ul > li > .cont .txt {
    font-size: 16px;
    color: #555555;
    overflow: hidden;
}

.focus-list-box > ul > li > a > .cont .by {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    color: #e6446e;
}

.focus-list-box > ul > li > .cont .by {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    color: #e6446e;
}

.view-title-box {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 0;
    border-top: 1px solid #000;
}

.view-title-box > .tit {
    display: flex;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    width: calc(100% - 350px);
    letter-spacing: -1px;
}

.view-title-box > .tit .icon-notice {
    flex: 0 0 auto;
    display: inline-block;
    width: 55px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #e6446e;
    margin-right: 15px;
    margin-top: 7px;
}

.view-title-box .sns-box {
    width: 350px;
    padding-top: 10px;
    text-align: right;
}

.sns-box a {
    margin-left: 15px;
}

.view-title-box .view-img-tit {
    width: calc(100% - 350px);
    display: flex;
    padding-bottom: 25px;
}

.view-title-box .view-img-tit .img {
    flex: 0 0 auto;
    margin-right: 30px;
    width: 336px;
}

.view-title-box .view-img-tit .cont {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.view-title-box .view-img-tit .cont .tit {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    letter-spacing: -1px;
}

.view-title-box .view-img-tit .cont .info {
    margin-top: 20px;
}

.view-title-box .view-img-tit ~ .view-file-box {
    border-top: 1px solid #ededed;
}

.view-title-box .view-info-box{width: 100%;display: flex;flex-wrap: wrap;margin-top: 10px;padding-bottom: 35px;border-bottom: 1px solid #ededed;}
.used-car-view-infore-top-box .used-car-view-infore-top {display: flex;padding-bottom: 15px;}
.view-title-box .view-info-box > li {
    position: relative;
    font-size: 14px;
    color: #555555;
    margin-right: 38px;
}

.view-title-box .view-info-box > li::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: -19px;
    width: 1px;
    height: 13px;
    background: #c4c4c4;
}

.view-title-box .view-info-box > li:last-child {
    margin-right: 0;
}

.view-title-box .view-info-box > li:last-child::before {
    display: none;
}

.view-title-box .view-info-box > li.by {
    color: #e6446e
}

.view-file-box {
    width: 100%;
    padding: 13px 0;
    border-bottom: 1px solid #ededed;
}

.view-file-box-qa {
    margin-top: 13px;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #ededed;
}


.view-file-box-notice {
    width: 100%;
    margin-top: 12px;
    padding: 2px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.view-file-box > li {
    position: relative;
    margin: 5px 0;
    padding-left: 25px;
	bottom: 8px;
}

.view-file-box > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 19px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/icon_file.png) no-repeat
}

.view-file-box > li > a {
    font-size: 17px;
    color: #555555;
    padding-right: 35px;
    position: relative;
}

.view-file-box > li > a img {
    margin: -4px 0 0 10px;
}

.view-content-box {
    padding: 35px 0;
    font-size: 17px;
    color: #555555;
    line-height: 1.5;
    border-bottom: 1px solid #ededed;
    min-height: 300px;
}

.view-content-box .img {
    margin: 20px 0;
}

.view-content-box .img img {
    margin-right: 20px;
    margin: 10px 20px 10px 0;
}

.view-content-box .tit {
    font-size: 30px;
    color: #555555;
    margin-bottom: 20px;
}

.btn-box {
    margin-top: 40px;
    text-align: right;
}

.btn-box a { /* margin-top:40px; */
}

a.btn.black,
a.btn.pink,
a.btn.white,
a.btn.grey,
a.btn.blue {
    min-width: 160px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 0;
}

a.btn.black {
    background: #000;
}

.auction-View-btn {
    display: inline-block;
    color: #fff;
    background: #231916;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    width: 110px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
}

a.btn.pink {
    background: #e6446e;
}

a.btn.white {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

a.btn.grey {
    background: #a7a7a7;
    color: #fff;
}

a.btn.blue {
    background: #4481c4;
    color: #fff;
}


.article-box {
    margin-top: 100px;
    border-top: 1px solid #000;
}


.article-box > ul > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}

.article-box > ul > li .tit {
    flex: 0 0 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    font-size: 17px;
}

.article-box > ul > li .tit span.s1,
.article-box > ul > li .tit span.s2 {
    position: relative;
    padding-right: 28px;
    font-weight: 500;
    color: #333333;
}

.article-box > ul > li .tit span.s1::before,
.article-box > ul > li .tit span.s2::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    width: 11px;
    height: 8px;
    background: url("../../images/2023/sub/sub-select-style2.png") no-repeat left center;
}

.article-box > ul > li .tit span.s1::before {
    transform: rotate(180deg);
}

.article-box > ul > li .cont {
    flex: 1 1 auto;
    font-size: 17px;
    padding: 13px 0 13px 25px;
}

.article-box > ul > li .date {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 0 30px;
}

.open-box {
    display: flex;
    align-items: center;
    padding: 25px 35px;
    margin-top: 40px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    background: #fafafa;
}

.open-box .img {
    margin-right: 20px;
    flex: 0 0 auto;
}

.open-box .txt {
    font-size: 17px;
    color: #555555;
}

.sub-auction-date .kauction-date-cont .txt {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}

.introduce-box {
    margin-top: 40px;
}

.introduce-box > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -4%;
}

.introduce-box > ul > li {
    margin: 4% 4% 0;
    width: 280px;
}

.introduce-box > ul > li > a {
    display: block;
    position: relative;
    padding-top: 282px;
    overflow: hidden;
}

.introduce-box > ul > li .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 500;
    color: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introduce-box > ul > li .icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -104px;
    border-width: 40px;
    border-top-width: 55px;
    border-color: transparent;
    border-top-color: #000;
    border-style: solid;
}

.introduce-box > ul > li .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 54px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.introduce-box > ul > li:nth-child(1) .icon {
    border: 18px solid #000;
}

.introduce-box > ul > li:nth-child(2) .icon {
    border: 18px solid #4481c4;
}

.introduce-box > ul > li:nth-child(3) .icon {
    border: 18px solid #e6446e;
}

.introduce-box > ul > li:nth-child(1) .icon::after {
    border-top-color: #000;
}

.introduce-box > ul > li:nth-child(2) .icon::after {
    border-top-color: #4481c4;
}

.introduce-box > ul > li:nth-child(3) .icon::after {
    border-top-color: #e6446e;
}

.introduce-box > ul > li:nth-child(1) .txt {
    background: #000;
}

.introduce-box > ul > li:nth-child(2) .txt {
    background: #4481c4;
}

.introduce-box > ul > li:nth-child(3) .txt {
    background: #e6446e;
}

.my-info-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.my-info-box .table-style2 {
    order: 1;
    width: 70%;
    margin-top: 0;
}

.my-info-box .my_info_rt {
    order: 2;
    width: 30%;
    text-align: center;
    border-top: 1px solid #030303;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    padding: 60px 10px;
}

.my-info-box .my_info_rt .btn-v {
    margin: 20px 0 10px;
}

.my-info-box .my_info_rt .txt {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    text-align: left;
    display: table;
    margin: 0 auto;
    text-indent: -20px;
}

.my-info-box .my-info-cont {
    order: 3;
    width: 100%;
    PADDING: 20px 30px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #555555;
}

.my-info-box2 {
    display: flex;
    border: 1px solid #ededed;
}

.my-info-box2 .img {
    flex: 0 0 auto;
    padding: 12px;
    background: #fafafa;
    height: 130px;
    width: 180px;
}

.my-info-box2 .cont {
    flex: 1 1 auto;
    padding: 30px;
}

.my-info-box2 .cont .tit {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}

.my-info-box2 .cont .txt {
    font-size: 14px;
    color: #555;
    margin-top: 15px;
}

.my-author-w-box {
    margin-top: 80px;
}

.my-author-w-box .tp-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.my-author-w-box .btn-v {
    flex: 1 1 auto;
    text-align: right;
    align-self: flex-end;
}

.my-author-w-box .btn-v .btn {
    min-width: auto;
    width: 120px;
    height: 41px;
    line-height: 41px;
}

.used-car-view-infore-top-box .used-car-view-infore-top {
    display: flex;
    padding-bottom: 15px;
}
.my-author-w-txt { width: 100%;;display: flex;flex-wrap: wrap;}
.my-author-w-txt > li {
    position: relative;
    font-size: 14px;
    color: #555555;
    margin-right: 38px;
}

.my-author-w-txt > li::before {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: -19px;
    width: 1px;
    height: 13px;
    background: #c4c4c4;
}

.my-author-w-txt > li:last-child {
    margin-right: 0;
}

.my-author-w-txt > li:last-child::before {
    display: none;
}

.my-author-w-box2 {
    margin-top: 15px;
    overflow: hidden;
}

.my-author-w-box2 .txt {
    float: left;
    font-size: 16px;
}

.my-author-w-box2 .btn-box {
    float: right;
    margin-top: 0;
}

.my-artFair-w-box {
    display: flex;
    margin-left: -30px;
}

.my-artFair-w-box .file-reg {
    margin-left: 30px;
}

.pop-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.pop-wrap .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 830px;
    width: 100%;
    max-height: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    padding: 25px 30px 30px;
    overflow: auto;
}

.pop-wrap .box .txt {
    font-size: 16px;
    color: #555;
    margin: 15px 0;
}

.pop-wrap .box .sub-auction-search {
    padding: 20px 10px;
}

.pop-wrap .box .sub-auction-search .search-style1 span {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}

.pop-wrap .box .sub-auction-search .search-style1 input,
.pop-wrap .box .sub-auction-search .search-style1 select,
.pop-wrap .box .sub-auction-search .search-style1 > a,
.pop-wrap .box .sub-auction-search .search-style1 > button {
    height: 42px;
    line-height: 42px;
}

.pop-wrap .box .close {
    position: absolute;
    top: 19px;
    right: 30px;
}

.my-artFair-w-box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #222222;
    margin: 20px 0 15px;
}

.my-artFair-w-box2 * {
    font-size: inherit;
}

.my-artFair-w-box2 select {
    width: 93px;
    height: 42px;
    border: 1px solid #d4d4d4;
    vertical-align: middle;
    color: #777777;
}

.ask-box {
    display: flex;
    background: #f4f4f4;
    position: relative;
    padding: 20px 0;
    margin-top: 80px;
}

.ask-box::before {
    content: "";
    display: block;
    width: 158px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/icon_tel.png) no-repeat center;
}

.ask-box > ul {
    flex: 1 1 auto;
    padding: 15px 10px 15px 40px;
    border-left: 1px solid #c7c7c7;
}

.ask-box > ul > li {
    display: flex;
    margin-top: 10px;
}

.ask-box > ul > li:first-child {
    margin-top: 0;
}

.ask-box > ul > li > div {
    font-size: 16px;
}

.ask-box > ul > li > div:nth-child(1) {
    flex: 0 0 auto;
    width: 135px;
    font-size: 16px;
    color: #e6446e;
}

.ask-box > ul > li > div:nth-child(2) {
    color: #222;
}

.ask-box > ul > li > div:nth-child(2) > span {
    display: inline-block;
    position: relative;
    margin-right: 55px;
}

.ask-box > ul > li > div:nth-child(2) > span::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -33px;
    width: 1px;
    height: 15px;
    background: #222;
}

.ask-box > ul > li > div:nth-child(2) > span:last-child::after {
    display: none;
}

.tab-menu {
    margin: 0px 0 30px;
}

.tab-menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.tab-menu > ul > li {
    position: relative;
    width: 180px;
    margin: 0 5px;
}

.tab-menu > ul > li > a {
    position: relative;
    font-size: 18px;
    color: #555555;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    border-radius: 30px;
}

.tab-menu > ul > li > a:hover,
.tab-menu > ul > li > a.on {
    background: #4481c4;
    color: #fff;
}

.my-assess-data-w-area {
    margin-top: 10px;
}

.my-assess-data-w-area textarea {
    width: 100%;
    height: 230px;
    padding: 15px 25px;
    font-size: 18px;
    color: #555555;
    border: 1px solid #e5e5e5;
}

.qna-box {
    margin-top: 60px;
}

.qna-box .view-title-box > .tit .icon_q,
.qna-box .view-title-box > .tit .icon_a {
    flex: 0 0 auto;
    margin-right: 12px;
    margin-top: 3px;
}

.icon_q,
.icon_a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

.icon_q {
    background: #000000;
}

.icon_a {
    background: #e6446e;
}

.icon-file {
    position: relative;
    margin: 5px 0;
    padding-left: 25px;
    font-size: 16px;
}

.icon-file::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 19px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/icon_file.png) no-repeat;
}

.errInfo_v-box .table-style2 {
    border-top: 1px solid #ededed;
}

.none {
    display: none
}

.temp_thumbnail ul:after {
    display: block;
    clear: both;
    content: ""
}

.temp_thumbnail ul li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
}

.temp_thumbnail ul li .thumb {
    width: 100%;
    height: 100%;
}

.temp_thumbnail ul li .thumb img {
    width: 100%;
    height: 100%;
}

.temp_thumbnail li {
    float: left;
    position: relative;
    width: 70px;
    margin-top: 10px;
}

.clipped-image {
    height: 222px;
    overflow: hidden;
    position: relative;
}

.clipped-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

/* 20231027 */
.new-introduce-box {
    background: url(http://www.k-artmarket.kr/images/2023/sub/new_introduce_box_bg1.jpg) no-repeat;
    height: 364px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 0 80px 0 80px;
    overflow: hidden;
    margin-bottom: 80px;
    padding: 0 20px;
}

.new-introduce-box + h4.h4-tit2 {
    font-size: 36px;
}

.new-introduce-box2 {
    margin-top: 40px;
}

.new-introduce-box2 > ul {
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-introduce-box2 > ul:first-child {
    margin-top: 0;
}

.new-introduce-box2 > ul > li {
    flex: 1 1 auto;
}

.new-introduce-box2 > ul > li.txt {
    padding-left: 75px;
}

.new-introduce-box2 > ul > li.txt > .tit {
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 40px;
}


.new-introduce-box2 > ul > li.txt > dl > dt {
    font-size: 22px;
    font-weight: 500;
    color: #e6446e;
    margin-bottom: 10px;
    margin-top: 30px;
}

.new-introduce-box2 > ul > li.txt > dl > dd {
    font-size: 20px;
    color: #222222;
    word-break: keep-all;
}

.new-introduce-box2 > ul:nth-child(2) > li.img {
    order: 2;
}

.new-introduce-box2 > ul:nth-child(2) > li.txt {
    order: 1;
    padding-left: 30px;
    padding-right: 75px;
}

.view-year-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    padding: 35px;
    overflow: hidden;
}

.view-year-box > span {
    flex: 0 0 auto;
    width: 87px;
    color: #222222;
}

.view-year-box .nvi-menu-style2 {
    max-width: calc(100% - 87px);
    margin-top: 0;
}

.view-year-box .nvi-menu-style2 > ul {
    flex-wrap: nowrap;
}

.view-year-box .nvi-menu-style2 > ul > li {
    width: 120px;
    background: #fff;
}

.h5-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    color: #e6446e;
    border-top: 2px solid #030303;
    border-bottom: 1px solid #030303;
}

.statistic-box .h4-tit2 {
    margin-top: 55px;
    margin-bottom: 15px;
}

.statistic-box .h4-tit2 strong {
    font-size: 30px;
    font-weight: 500;
    color: #e6446e;
}

.statistic-box .h4-tit2 + .h5-tit2 {
    margin-top: 0;
}

.statistic-box .h5-tit {
    margin-bottom: 30px;
    margin-top: 90px;
}

.statistic-box .h5-tit2 {
    font-size: 20px;
    font-weight: 500;
    color: #4481c4;
    margin-top: 20px;
    margin-bottom: 15px;
}

.statistic-box .h4-tit2 + .h5-tit {
    margin-top: 0;
}

.statistic-box .h5-tit2 + .table-style3 {
    margin-top: 0;
}

.table-style3 {
    margin-top: 50px;
    border-top: 1px solid #030303;
}

.table-style3.scroll {
    overflow: auto;
}

.table-style3.scroll table {
    min-width: 768px;
}

.table-style3 table {
    border: 0;
}

.table-style3 th,
.table-style3 td {
    text-align: center;
    height: 59px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.table-style3 th {
    background: #f9f9f9;
    padding: 10px 5px;
    color: #000;
    font-size: 17px;
    font-weight: normal;
}

.table-style3 td {
    padding: 10px 5px;
    color: #555555;
    font-size: 15px;
    overflow: hidden;
}

.table-style3 thead > tr > th:first-child,
.table-style3 tbody > tr > th:first-child {
    border-left: 0;
}

.table-style3 tbody > tr > th:first-child + td {
    border-left: 1px solid #ededed;
}

.table-style3 tbody > tr > td:first-child {
    border-left: 0;
}

.table-style3 .bleft {
    border-left: 1px solid #ededed !important;
}

.table-style3 .bright {
    border-right: 1px solid #ededed;
}

.table-style3 .brightb {
    border-right: 1px solid #030303;
}

.table-style3 .btpbt {
    border-top: 2px solid #030303;
    border-bottom: 1px solid #030303;
}

.statistic-year-area1 {
    font-size: 16px;
    color: #555555;
    border-top: 1px solid #030303;
    padding-top: 20px;
    margin-top: 15px;
}

.statistic-year-box .h5-tit {
    margin-bottom: 0;
}

.statistic-year-box .h5-tit + .table-style3 {
    border-top: 0;
}

.statistic-year-box .h5-tit + .table-style3 tbody th {
    padding-left: 2.55%;
    text-align: left;
}

.gallery-year-box .h5-tit2 {
    margin-top: 80px;
}

.gallery-year-box .h5-tit2 + .chart-box {
    margin-top: 0;
}

.gallery-year-box .statistic-year-area1 {
    padding-top: 50px;
}

.chart-box {
    margin-top: 90px;
}

.chart-box > ul {
    display: flex;
    justify-content: space-between;
}

.chart-box > ul > li{width: calc((100% - 48px) / 2);} /* 20231116 */

.chart-box > ul > li .h5-tit {
    margin-top: 0;
    margin-bottom: 0;
}

.chart-box > ul > li .pie-chart-area{margin: 40px 0;} /* 20231116 */

.chart-box + .table-style3 {
    margin-top: 10px;
}

.search-ipt-box {
    border: 1px solid #e9e9e9;
    overflow: hidden;
}

.search-ipt-box-tp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
}

.search-ipt-box-tp label {
    margin-right: 10px;
}

.search-ipt-box-tp input[type="text"] {
    flex: 0 1 auto;
    width: 486px;
    height: 42px;
    border: 1px solid #d2d2d2;
    padding: 0 15px;
}

.search-ipt-box-tp .search-btn {
    flex: 0 1 auto;
    font-weight: 600;
    width: 103px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #000000;
    margin: 0 10px;
}

.search-ipt-box-tp .search-option {
    flex: 0 1 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    width: 143px;
    height: 42px;
    color: #fff;
    background: #e6436e;
}

.search-ipt-box-tp .search-option::after {
    content: "";
    background: url(http://www.k-artmarket.kr/images/2023/sub/icon_dw.png) no-repeat;
    width: 14px;
    height: 9px;
    margin-left: 10px;
    transform: rotate(180deg);
}

.search-ipt-box-tp .search-option.on::after {
    background: url(http://www.k-artmarket.kr/images/2023/sub/icon_dw.png) no-repeat;
    transform: rotate(0);
}

.search-ipt-box-bt {
    display: none;
    padding: 35px 0;
}

.search-ipt-box-bt .ds_pop_ny {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search-ipt-box-bt .ds_pop_ny > div {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin: 5px 15px;
}

.search-ipt-box-bt .ds_pop_ny > div span.tits {
    font-size: 16px;
    color: #1d1d1d;
    margin-right: 10px;
}

.search-ipt-box-bt .ds_pop_ny > div .lab {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
    font-size: 0;
}

.search-ipt-box-bt .ds_pop_ny > div .lab > span {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.search-ipt-box-bt .ds_pop_ny > div .lab > span:first-child {
    margin-left: 0;
}

.search-ipt-box-bt .ds_pop_ny > div .lab > .v-flex {
    width: 376px !important;
    margin-left: 10px;
}

.search-ipt-box-bt .ds_pop_ny > div .lab > .v-flex input {
    position: static;
    opacity: 1;
    height: 41px;
    flex: 1 1 auto;
}

.search-ipt-box-bt .ds_pop_ny > div input {
    opacity: 0;
    position: absolute;
}

.search-ipt-box-bt .ds_pop_ny > div label {
    display: inline-block;
    padding: 0 10px;
    min-width: 74px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    color: #8e8e8e;
    cursor: pointer;
    text-align: center;
    border: 1px solid #0a0a0a;
}

.search-ipt-box-bt .ds_pop_ny > div input:checked + label {
    background: #000000;
    color: #fff;
}

.search-ipt-box-bt .ds_pop_ny > div label::before,
.search-ipt-box-bt .ds_pop_ny > div label::after {
    display: none;
}

.search-result-txt {
    margin: 75px 0 45px;
    font-size: 16px;
    color: #1d1d1d;
}

.search-result-txt strong {
    color: #e6436e;
}

.search-result-tab {
    margin-bottom: 60px;
}

.search-result-tab .nvi-menu-style2 {
    margin: 0;
}

.search-result-tab .nvi-menu-style2 > ul {
    justify-content: center;
}

.search-result-tab .nvi-menu-style2 > ul > li {
    width: 150px;
}

.search-result-tab .nvi-menu-style2 > ul > li > a {
    height: 70px;
}

.search-content-box {
    position: relative;
    overflow: hidden;
}

.search-content-box > .left {
    width: calc(100% - 403px);
}

.search-content-box > .left > .item {
    overflow: hidden;
    margin-top: 90px;
    position: relative;
}

.search-content-box > .left > .item:first-child {
    margin-top: 0;
}

.search-content-box > .left > .item .search-tit {
    font-size: 16px;
    color: #3b3b3b;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
}

.search-content-box > .left > .item .search-tit > span {
    display: inline-block;
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    background: #4481c4;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
}

.search-content-box > .left > .item .search-cont {
    padding-top: 30px;
    overflow: hidden;
}

.search-content-box > .left > .item .search-cont .focus-list-box {
    margin-top: 0;
}


.search-content-box > .left > .item .search-cont .focus-list-box > ul {
    margin-top: -20px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li {
    margin-top: 20px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .img > span {
    padding-top: 100%;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .img > span {
    padding-top: 100%;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box {
    width: 100%;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box .auction-cont-img > a {
    display: block;
    border: 6px solid #3b3b3b;
    padding-top: 61.6%;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box .auction-cont-img > a > img{
    max-width: 100%;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    height: auto;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box >.auction-cont-title .auction-cont-start .auction-cont-preview .auction-cont-place {
    margin-left: 25px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box >.auction-cont-title {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
    font-size: 20px;
    font-weight: 400;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box >.auction-cont-start  {
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 25px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box >.auction-cont-preview {
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li .auction-cont-box >.auction-cont-place {
    font-size: 17px;
    margin-bottom: 20px;
    margin-left: 25px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont {
    padding: 20px 25px 45px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .cont {
    padding: 20px 25px 45px;
}


.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .tit {
    font-size: 20px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .cont .tit {
    font-size: 20px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .txt {
    margin-top: 10px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .cont .txt {
    margin-top: 10px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .date {
    margin-top: 5px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .cont .date {
    margin-top: 5px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .by {
    font-size: 16px;
    bottom: 25px;
}

.search-content-box > .left > .item .search-cont .focus-list-box > ul > li > .cont .by {
    font-size: 16px;
    bottom: 25px;
}

.search-content-box > .left > .item .more {
    position: absolute;
    top: 18px;
    right: 0;
}

.search-content-box > .left > .item .more a {
    font-size: 16px;
    color: #3b3b3b;
}

.search-content-box > .left > .item .search-cont .trend-list-box ul {
    margin-top: -30px;
}

.search-content-box > .left > .item .search-cont .trend-list-box ul > li {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 0;
}

.search-content-box > .left > .item .search-cont .trend-list-box ul > li:first-child {
    margin-top: 0;
}

.search-content-box > .left > .item .search-cont .trend-list-box ul > li > .txt-box {
    padding: 30px 20px 30px;
}

.search-content-box > .left > .item .search-cont .trend-list-box ul > li > .txt-box .trend-date {
    margin-bottom: 20px;
}

.search-content-box > .left > .item .search-cont .trend-list-box .trend-title > a {
    margin-bottom: 10px;
}

.search-content-box > .left > .item .search-cont .trend-list-box .trend-title > a > strong {
    font-weight: 500;
    color: #4481c4;
}

.search-content-box > .left > .item .search-cont .trend-list-box .file {
    display: flex;
}

.search-content-box > .left > .item .search-cont .trend-list-box .file > .tit {
    flex: 0 0 auto;
    font-size: 17px;
    color: #555555;
    width: 90px;
}

.search-content-box > .left > .item .search-cont .trend-list-box .file > .view-file-box {
    padding: 0;
    margin: -5px;
    border: 0;
}

.search-content-box > .left > .item .search-cont .trend-list-box .file > .view-file-box > li {
    border: 0;
    margin-top: 5px;
}

.search-content-box > .left > .item .search-cont .trend-list-box .file > .view-file-box > li > a {
    padding-right: 0;
}

.search-content-box > .left > .item .search-cont .trend-list-box .addr {
    margin-top: 25px;
    color: #e6446e;
}

.search-content-box .find_con {
    position: absolute;
    top: 0;
    right: 0;
    width: 353px;
    min-height: 388px;
    background: #fafafa;
}


.search-content-box .find_con > .tit {
    display: flex;
    align-items: center;
    height: 60px;
    background: #e6446e;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 30px;
}

.search-content-box .find_con > .cont {
    padding: 30px;
}


.search-content-box .find_con > .cont > ul > li:first-child {
    margin-top: 0;
}

.search-content-box .find_con > .cont > ul > li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.search-content-box .find_con > .cont > ul > li a {
    flex: 1 1 auto;
    font-size: 16px;
    color: #333;
    padding-right: 10px;
}

.search-content-box .find_con > .cont > ul > li a.del-find {
    flex: 0 0 auto;
    margin-top: 4px;
    background: url(http://www.k-artmarket.kr/images/2023/sub/close_icon.png) no-repeat;
    width: 15px;
    height: 16px;
    font-size: 0;
}


.view-title-box-new {
    padding: 43px 0 0;
    border-top: 1px solid #000;
}

.new-vwrap {
    display: flex;
    justify-content: space-between;
}

.new-vwrap > .new-vwrap-lt {
    width: 100%;
    max-width: 1280px;
    margin-right: 7.5%;
}

.new-vwrap > .article-box {
    margin-top: 0;
    width: 380px;
}

.new-vwrap .view-title-box {
    padding-top: 28px;
    flex: 1 1 auto;
}

.new-vwrap .view-title-box > .tit {
    font-size: 26px;
    letter-spacing: -0.5px;
    flex: 1 1 auto;
}

.new-vwrap .view-title-box .view-info-box {
    border-bottom: 0;
}

.new-vwrap .view-content-box {
    padding-top: 40px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.new-vwrap .new-vwrap-logo {
    padding: 0 0 30px;
}

.new-vwrap .txt-pstyle {
    font-size: 14px;
}

.new-vwrap .txt-pstyle2 {
    color: #a16946;
}

.new-vwrap .txt-pstyle3 {
    color: #a1b56c;
}

.new-vwrap .view-content-box .img img {
    margin: 0;
}

.new-vwrap .article-box > ul > li {
    display: flex;
    justify-content: space-between;
    border-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.new-vwrap .article-box > ul > li .tit {
    font-size: 20px;
    display: block;
    background: #fff;
    padding: 16px 0;
    flex: 0 0 auto;
}

.new-vwrap .article-box > ul > li .tit span.s1,
.new-vwrap .article-box > ul > li .tit span.s2 {
    position: relative;
    padding: 0 0 0 20px;
    font-weight: 500;
    color: #333333;
}

.new-vwrap .article-box > ul > li .tit span.s1::before,
.new-vwrap .article-box > ul > li .tit span.s2::before {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    width: 10px;
    height: 10px;
    background: url("../../images/2023/sub/sub-select-style32.png") no-repeat left center;
}

.new-vwrap .article-box > ul > li .tit span.s1::before {
    transform: rotate(0deg);
}

.new-vwrap .article-box > ul > li .cont {
    flex: 1 1 auto;
    font-size: 16px;
    padding: 15px 0 11px;
    color: #000;
}

.new-vwrap .article-box > ul > li .date {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 0;
    color: #555555;
}

.new-public {
    margin-top: 50px;
    background: #fafafa;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 26px 45px 26px 35px;;
    display: flex;
    align-items: center;
}

.new-public .new-public-logo {
    min-width: 100px;
    flex: 1 1 auto;
}

.new-public .new-public-txt {
    margin-left: 20px;
    font-size: 17px;
    color: #555555;
    letter-spacing: -1px;
}

.new-vwrap .new-vwrap-sub3 {
    border-top: 1px solid #000;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.new-vwrap .new-vwrap-sub3 .view-title-box {
    border-top: 0;
}

.new-vwrap .new-vwrap-sub3 .view-title-box .sns-box {
    flex: 1 1 auto;
    width: 320px;
}

.new-vwrap .new-vwrap-sub3 .view-poster-box {
    margin: 28px 30px 0 0;
    position: relative;
    flex: 0 0 auto;
}

.new-vwrap .new-vwrap-sub3 .view-title-box > .tit {
    min-height: 253px;
}

.new-vwrap .new-vwrap-sub3 .view-info-box2 > ul > li {
    font-size: 14px;
    color: #555555;
    padding: 2px 0;
}

/* 20231116 */
.statistic-box .new-art-tit{color: #222;font-size: 30px;font-weight: 600;}
.statistic-box .new-art-tit span{font-size: 16px;font-weight: 600;margin-top: 10px;margin-left: 5px;}
.statistic-box .line{height:2px;background:#030303;margin-bottom:30px;}
/* //20231116 */


.member-modify {
    font-size: 36px;
    font-weight: 500;
}

.board_write table td .thumbnail {
    position: relative;
    overflow: hidden;
}

.art_thumb {
    float: left;
    position: relative;
    display: block;
    width: 120px;
    height: 95px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.art_thumb_n {
    float: left;
    position: relative;
    display: block;
    width: 120px;
    height: 95px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    bottom: 20px;
}

.art_thumb img {
    display: block;
    width: 120px;
    height: 95px;
}

.board_write table td .del {
    position: absolute;
    top: -1px;
    right: -1px;
    background: url("../../images/2023/sub/information_img1.jpg") no-repeat;
    width: 26px;
    height: 16px;
    text-indent: -9999px;
}

.input-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.input-item label {
    margin-right: 20px;
    white-space: nowrap;
    flex-basis: 110px;
    flex-grow: 0;
    flex-shrink: 0;
}

.input-item input {
    flex-grow: 1;
    max-width: 250px;
}

.btn_area_n1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.box_02_n1 {
    clear: both;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
    padding: 30px;
    position: relative;
    letter-spacing: -1px;
    font-weight: 300;
    margin-top: 50px;
}

/* //20231027 */
@media screen and (max-width: 1280px) {
    .new-vwrap {
        padding: 0 15px;
    }

    .new-vwrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .new-vwrap > .new-vwrap-lt {
        margin-right: 0;
    }

    .new-vwrap .article-box .cont-img {
        display: none;
    }

    .new-vwrap .article-box > ul > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ededed;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .new-vwrap .article-box {
        margin-top: 50px;
        width: 100%;
    }

    .new-vwrap .article-box > ul > li .cont {
        padding: 12px 10px 12px 25px;
    }

    .new-vwrap .article-box > ul > li .date {
        flex: 0 0 auto;
        padding: 0 30px;
    }

    .new-vwrap .article-box > ul > li .tit span.s1::before { /*transform: rotate(-90deg);*/
    }

    .new-vwrap .article-box > ul > li .tit span.s2::before { /*transform: rotate(90deg);*/
    }

    .new-vwrap .article-box > ul > li .tit {
        flex: 0 0 auto;
        font-size: 18px;
    }
}

/* //20231027 */

/* 20240528 */
.sub-art-fileds-area{padding-bottom:84px;}
.sub-art-fileds-area > ul{display:flex;justify-content: space-between;}
.sub-art-fileds-area > ul > li{display:flex;width:490px;min-height:225px;padding:38px 28px 20px 58px;background:#f4f4ff;}
.sub-art-fileds-area .data{width:calc(100% - 142px);}
.sub-art-fileds-area .data p{font-size:18px;color:#212224;font-weight:bold;}
.sub-art-fileds-area .data p .num{font-size:48px;display:block;font-weight:inherit;}
.sub-art-fileds-area .img{width:142px;display: flex;align-items: flex-end;}

@media screen and (max-width: 1480px) {
	.sub-art-fileds-area > ul{flex-wrap:wrap;justify-content:normal;margin-top:-10px;}
	.sub-art-fileds-area > ul > li{width:calc(95% / 2);margin-top:10px;margin-right:5%;}
	.sub-art-fileds-area > ul > li:nth-child(even){margin-right:0;}
}
/* //20240528 */

@media screen and (max-width: 1024px) {
    .sub-auction-top {
        max-width: 1594px;
        margin: 0 auto;
        margin-top: 40px;
        padding: 0 15px;
    }

    .sub-content-width {
        padding: 30px 15px 50px;
    }

    .sub-auction-date {
        margin: 30px -20px 0 -20px;
    }

    .sub-auction-date {
        padding: 30px 20px;
    }

    .sub-auction-search {
        padding: 33px 20px;
    }

    .top-flex3 .list-search-box .list-select.select-style3 select {
        width: 100px;
    }

    .top-flex3 .list-search-box .list-search input {
        width: 190px;
    }

    .top-flex5 .my-numb {
        margin-bottom: 10px;
    }

    .top-flex5 .list-numb span.list-numb-s1 {
        width: 70px;
        display: inline-block;
        text-align: center;
    }

    .top-flex5 .list-numb span.list-numb-s2 {
        margin: 0 10px 0 0;
    }

    .top-flex5 .list-numb span.red-color {
        width: calc(100% - 150px);
    }

    .top-flex5 .list-search-box.box-flex {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
    }

    .top-flex5 .list-search-box select {
        width: calc(70% - 3px);
    }

    .top-flex5 .list-search-box select.numb-select {
        width: calc(30% - 2px);
    }

    .top-flex5 .list-search-box .search-txt {
        width: 70px;
        text-align: center;
        margin: 0;
    }

    .top-flex5 .list-search-box select.numb-select.art-sryle {
        min-width: 95px;
    }

    .my-page-date .top-flex3 .list-search > input {
        width: 140px;
    }

    .auction-list {
        margin-top: -30px;
    }

    .work1-list {
        margin-top: -30px;
    }


    .auction-list > li {
        margin-top: 30px;
    }

    .work1-list > li {
        margin-top: 30px;
    }

    .auction-list .list-box .list-img {
        padding: 10px;
    }

    .work1-list .list-box .list-img {
        padding: 10px;
    }

    .auction-list .list-box .list-txt-box {
        padding: 10px;
		padding-bottom:56px; /*20240627*/
    }

    .work1-list .list-box .list-txt-box {
        padding: 10px;
    }

    .auction-list .list-style3 .list-txt-box {
        padding-bottom: calc(10px + 46px);
    }

    .work1-list .list-style3 .list-txt-box {
        padding-bottom: calc(10px + 46px);
    }

    .auction-list .list-btn {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    .work1-list .list-btn {
        position: absolute;
        left: 10px;
        bottom: 10px;
    }

    .auction-list.logo-style {
        margin-top: -30px
    }

    .work1-list.logo-style {
        margin-top: -30px
    }

    .auction-list.logo-style > li {
        margin-top: 30px
    }

    .work1-list.logo-style > li {
        margin-top: 30px
    }

    .sub-auction-tmenu h3 {
        font-size: 35px;
    }

    .nvi-menu-style1 {
        flex-wrap: wrap;
    }

    .nvi-menu-style1 > li { /* width:calc(100% / 4); */
    }

    .nvi-menu-style1 > li > a {
        font-size: 20px;
    }

    .nvi-menu-style1 > li {
        margin-right: 20px;
    }

    .nvi-menu-style1 > li > a:hover::after, .nvi-menu-style1 > li > a.on::after {
        height: 3px;
    }

    .trend-list-box ul > li > .img-box {
        padding: 10px;
    }

    .trend-list-box ul > li > .txt-box {
        padding: 10px;
    }

    .nvi-menu-style2 > ul > li {
        width: calc(100% / 4);
    }

    .nvi-menu-style2 > ul > li > a {
        font-size: 16px;
    }

    .table-icon {
        width: auto;
        padding: 0 20px;
    }


    .focus-big-box .img {
        padding: 10px;
    }

    .focus-big-box .cont {
        padding-top: 3%;
    }

    .focus-big-box .cont > .tit {
        font-size: 20px;
    }

    .focus-big-box .cont > .date {
        margin: 5px 0 10px;
    }

    .focus-big-box .cont > .txt {
        max-height: 85px;
        font-size: 15px;
    }

    .focus-big-box .cont > .by {
        bottom: 8%;
    }

    .focus-list-box > ul > li > a > .img {
        padding: 10px;
    }

    .focus-list-box > ul > li > .img {
        padding: 10px;
    }

    .focus-list-box > ul > li > a > .cont {
        padding: 10px 10px 40px;
    }

    .focus-list-box > ul > li > .cont {
        padding: 10px 10px 40px;
    }

    .focus-list-box > ul > li > a > .cont .by {
        bottom: 10px;
    }

    .focus-list-box > ul > li > .cont .by {
        bottom: 10px;
    }

    .focus-list-box > ul > li > a > .cont .tit {
        font-size: 18px;
    }

    .focus-list-box > ul > li > .cont .tit {
        font-size: 18px;
    }

    .focus-list-box > ul > li > a > .cont .date {
        margin: 5px 0 10px;
    }

    .focus-list-box > ul > li > .cont .date {
        margin: 5px 0 10px;
    }

    .focus-list-box > ul > li > a > .cont .txt {
        font-size: 15px;
    }

    .focus-list-box > ul > li > .cont .txt {
        font-size: 15px;
    }

    .view-title-box {
        position: relative;
        display: block;
        padding-top: 40px;
    }

    .view-title-box > .tit {
        width: auto;
        font-size: 20px;
        border-top: 1px solid #ededed;
        padding-top: 10px;
    }

    .view-title-box > .tit .icon-notice {
        margin-top: 0px;
        margin-right: 10px;
    }

    .view-title-box .sns-box {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        margin-bottom: 10px;
    }

    .view-title-box .view-info-box {
        padding-bottom: 10px;
    }

    .view-title-box .view-img-tit {
        width: auto;
        border-top: 1px solid #ededed;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .view-title-box .view-img-tit .img {
        width: 34%;
        margin-right: 3.2%;
    }

    .view-title-box .view-img-tit .cont .tit {
        font-size: 20px;
    }

    .view-content-box {
        font-size: 15px;
    }

    .view-content-box .tit {
        font-size: 20px;
    }

    .view-file-box {
        padding: 10px 0;
    }

    .view-file-box > li > a {
        font-size: 15px;
    }

    .sns-box a {
        margin-left: 10px;
    }

    .open-box .txt {
        font-size: 15px;
    }

    .tab-style2 > ul > li {
        width: auto;
    }

    .tab-style2 > ul > li > a {
        font-size: 18px;
    }

    .tab-style2 > ul > li > a::before {
        width: 30px !important;
        background-size: 100% !important;
        background-position: center !important;
        margin-right: 3%;
    }

    .tab-style2 > ul > li > a {
        height: 50px;
        font-size: 16px;
    }

    .table-style2 th {
        font-size: 15px;
    }

    h4.h4-tit2 {
        font-size: 20px;
    }

    .tab-menu > ul > li > a {
        font-size: 16px;
    }

    .no-sns .view-title-box {
        padding-top: 0;
    }

    .no-sns .view-title-box > .tit {
        border-top: 0;
    }

    .qna-box .view-title-box > .tit .icon_q,
    .qna-box .view-title-box > .tit .icon_a {
        margin-top: -3px;
    }

    .s1-4-sch {
        padding: 20px;
    }

    .s1-4-sch-c1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s1-4-lt {
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }

    .s1-4-rt {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .s1-4-rt > span {
        margin-right: 20px;
        margin-top: 20px;;
    }

    .s1-4-rt .list-select .search-date input {
        width: 100px;
    }

    .s1-4-rt .list-select .search-date2 input {
        width: 100px;
    }

    /* 20231027 */
    .new-introduce-box {
        margin-bottom: 50px;
        font-size: 20px;
    }

    .new-introduce-box + h4.h4-tit2 {
        font-size: 25px;
    }

    .new-introduce-box2 {
        margin-top: 30px;
    }

    .new-introduce-box2 > ul {
        margin-top: 50px;
    }

    .new-introduce-box2 > ul > li.txt {
        padding-left: 20px;
    }

    .new-introduce-box2 > ul:nth-child(2) > li.txt {
        padding-right: 20px;
    }

    .new-introduce-box2 > ul > li.txt > .tit {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .new-introduce-box2 > ul > li.txt > dl > dt {
        margin-top: 20px;
        font-size: 18px;
    }

    .new-introduce-box2 > ul > li.txt > dl > dd {
        font-size: 16px;
    }

    .search-ipt-box-tp {
        padding: 20px;
    }

    .search-ipt-box-tp label {
        flex: 0 0 auto;
    }

    .search-ipt-box-bt {
        display: none;
        padding: 20px 15px 20px 20px;
    }

    .search-ipt-box-bt .ds_pop_ny {
        justify-content: flex-start;
    }

    .search-ipt-box-bt .ds_pop_ny > div {
        align-items: flex-start;
    }

    .search-ipt-box-bt .ds_pop_ny > div {
        width: 100%;
        margin: 5px 0;
    }

    .search-ipt-box-bt .ds_pop_ny > div span.tits {
        flex: 0 0 auto;
        width: 70px;
        height: 41px;
        line-height: 41px;
        margin-right: 0;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab {
        flex: 1 1 auto;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab > .v-flex {
        margin-left: 0;
        width: 100% !important;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab > .v-flex input:first-child {
        margin-left: 0;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab > span {
        margin-left: 0;
        margin-right: 5px;
    }

    .search-result-txt {
        margin: 30px 0;
    }

    .search-result-tab {
        margin-bottom: 30px;
    }

    .search-result-tab .nvi-menu-style2 > ul > li {
        width: calc(100% / 5);
    }

    .search-result-tab .nvi-menu-style2 > ul > li > a {
        height: 50px;
    }

    .search-content-box > .left {
        width: 75%;
    }

    .search-content-box > .left > .item {
        margin-top: 30px;
    }

    .search-content-box .find_con {
        width: calc(25% - 20px);
    }

    .search-content-box .find_con > .tit {
        padding: 0 15px;
    }

    .search-content-box .find_con > .cont {
        padding: 15px;
    }

    .search-content-box .find_con > .cont > ul > li {
        margin-top: 10px;
    }

    .new-vwrap {
        padding: 0;
    }

    .new-vwrap .view-title-box {
        padding-top: 40px;
    }

    .new-vwrap .new-vwrap-sub3 .view-title-box {
        border-top: 0;
        flex: 1 1 auto;
    }

    .new-vwrap .view-content-box {
        font-size: 15px;
    }

    .new-vwrap .view-title-box > .tit {
        font-size: 20px;
    }

    
    /* 20240528 */
	.sub-art-fileds-area > ul > li{width:100%;margin-right:0;}
	/* //20240528 */

}


@media screen and (max-width: 768px) {
    .m-mt40 {
        margin-top: 30px;
    }

    .m-mt60 {
        margin-top: 30px;
    }

    .m-mt75 {
        margin-top: 30px;
    }

    .sub-auction-top .sub-auction-tmenu h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .table-style th,
    .table-style td {
        padding: 10px 5px;
    }

    .table-style .txl {
        padding-left: 5px;
    }

    .nvi-menu-style1 > li > a {
        font-size: 18px;
    }

    .nvi-menu-style1 > li {
        margin-right: 18px;
    }

    .sub-auction-search {
        padding: 20px;
    }

    .sub-auction-search .search-style1 select {
        width: 100px;
    }

    .sub-auction-search .search-style1 input {
        width: calc(100% - 180px);
    }

    .sub-auction-search .search-style1 a {
        width: 70px;
    }

    .sub-auction-search .search-style1 button {
        width: 70px;
    }

    .sub-auction-search .list-search select {
        width: 95px;
    }

    .sub-auction-search .top-flex3 .list-search-box .list-search input {
        width: calc(100% - 173px);
    }

    .top-flex1 {
        display: flex;
        flex-direction: column-reverse;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .top-flex1 .list-numb {
        margin-top: 10px;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .top-flex1 .list-numb .list-numb-s1 {
        width: 70px;
        text-align: center;
        display: block;
    }

    .list-numb.numb-flex .list-numb-s2 {
        margin: 0;
    }

    .list-search-box {
        width: 100%;
    }

    .list-search-box .search-btn {
        width: 70px;
    }

    .read-v-sch .list-search-box a.search-btn {
        width: 90px;
    }

    .read-v-sch .list-search-box button.search-btn {
        width: 90px;
    }

    .read-v-sch .sub-auction-search {
        padding: 20px 10px;
    }

    .read-v-sch .my-page2 .search-txt {
        margin-right: 5px;
    }

    .read-v-stxt {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .read-v-sch-btn {
        margin-top: 20px;
    }

    .read-v-sch-btn a.btn {
        width: 110px;
    }

    .list-search {
        display: flex;
        justify-content: space-between;
    }

    .list-search input {
        width: calc(100% - 188px);
    }

    .list-search select {
        width: 110px;
    }

    .list-search-box.box-flex {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .list-search-box .search-txt {
        margin-right: 0;
        width: 70px;
        text-align: center;
    }

    .list-search-box .search-txt.txt-lt {
        text-align: left;
    }

    .list-search-box .numb-select {
        width: 65px;
    }

    .list-search-box .select-style2 {
        width: calc(100% - 70px);
    }

    .list-select {
        width: calc(100% - 70px);
    }

    .list-search-box.box-flex2 .box-t {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        width: 100%;
        margin: 0;
    }

    .list-search-box .box-t .search-txt {
        padding-left: 15px;
        text-align: left;
    }

    .list-search-box .box-t .list-select {
        display: flex;
        justify-content: space-between;
    }

    .list-search-box .box-t .list-select select {
        width: calc(50% - 2px);
    }

    .list-search-box .box-t.t-style .list-select select {
        width: 100%;
    }

    .list-search-box .box-b {
        display: flex;
        justify-content: flex-end;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    .list-search-box .box-b.b-style {
        display: flex;
        flex-direction: row-reverse;
        margin-left: 0;
    }

    .list-search-box .box-b .list-search {
        width: calc(100% - 70px);
    }

    .list-search-box .box-b .list-search input {
        width: calc(100% - 74px);
    }

    .list-search-box .box-b .btn-icon {
        margin: 0;
        width: 70px;
        text-align: right;
    }

    .list-search-box.box-flex3 {
        display: flex;
        flex-wrap: wrap;
    }

    .list-search-box.box-flex3 .list-search {
        display: flex;
        width: 100%
    }

    .list-search-box.box-flex3 .list-select {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .list-search-box.box-flex3 .list-select .select-numb {
        width: calc(100% - 74px);
    }

    .my-page2 .search-txt {
        width: auto;
        margin-right: 15px;
    }

    .my-page2 .list-search input {
        width: calc(100% - 168px);
    }

    .my-page-date .search-date {
        width: calc(50% - 10px);
    }

    .my-page-date .search-date > input {
        width: calc(100% - 38px);
    }

    .my-page-date .list-select > span {
        margin: 0 5px;
    }

    .s1-4-sch {
        padding: 10px;
    }

    .s1-4-sch-c1 {
        margin-bottom: 20px;
    }

    .s1-4-rt {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .s1-4-rt .list-select {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }

    .s1-4-rt .list-select.rt-select {
        margin-top: 10px;
    }

    .s1-4-rt .list-select .search-date {
        flex: 1 1 auto;
    }

    .s1-4-rt .list-select .search-date input {
        width: calc(100% - 38px);
    }

    .s1-4-rt .search-date1 {
        margin: 0 0 0 10px;
        flex: 0 0 auto;
    }

    .s1-4-rt .search-date2 {
        width: calc(100% - 56px);
        display: flex;
        align-items: center;
        flex: 0 0 auto;
    }

    .s1-4-rt .list-select .search-date2 input {
        width: calc(100% - 40px);
        flex: 1 1 auto;
    }

    .s1-4-rt .list-search-box select {
        width: 100%;
    }

    .s1-4-rt .rt-select {
        margin-top: 10px;
        width: 100%;
    }

    .s1-4-rt .search-date3 {
        margin-left: 0;
        width: 100%;
    }

    .s1-4-rt .search-date3 input {
        flex: 1 1 auto;
        width: calc(100% - 139px);
    }

    .s1-4-rt .search-date3 span {
        flex: 0 0 auto;
        width: 129px;
        margin-left: 10px
    }

    .s1-4-rt-btn a.btn {
        width: 86px;
    }


    .top-flex3 .list-search-box .list-select {
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .top-flex3 .list-search-box .list-select select {
        width: calc(50% - 2px);
    }

    .top-flex3 .list-search-box .list-select.select-style3 select {
        width: calc((100% - 8px) / 3);
    }

    .top-flex3 .list-search-box .list-search input {
        width: calc(100% - 188px);
    }

    .top-flex4 .list-search-box.box-flex4 .list-select select {
        width: 85px;
    }

    .top-flex4 .list-search-box.box-flex4 {
        display: flex;
        align-items: center;
    }

    .auction-list-numb.auction-lots .list-numb {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .work1-list-numb.auction-lots .list-numb {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .auction-sort select {
        max-width: 140px;
        width: calc(100% - 75px);
    }

    .auction-sort select.auction-sort-select2 {
        max-width: 70px;
        min-width: 70px;
        width: calc(100% - 180px);
    }

    .sub-auction-date .kauction-date-cont {
        display: block;
        text-align: center;
        padding: 0 20px;
    }

    .sub-auction-date .k-auction-logo {
        padding-right: 0;
    }

    .sub-auction-date .k-auction-date {
        padding-left: 0;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #c7c7c7;
    }

    .sub-auction-date .k-auction-date::before {
        display: none;
    }

    .sub-auction-date .k-auction-date .ka-txt1 span {
        font-size: 20px;
        font-weight: 500;
    }

    .sub-auction-date .k-auction-date .ka-txt1 + p {
        margin: 15px 0 10px 0;
    }

    .sub-auction-date.style1 .kauction-date-cont .k-auction-date {
        padding: 20px;
    }

    .sub-auction-date.style1 .txt {
        margin-top: 0;
    }

    .sub-auction-date.style1 .txt span {
        display: none;
    }

    .auction-list {
        margin-left: -10px;
        margin-top: -10px;
    }

    .work1-list {
        margin-left: -10px;
        margin-top: -10px;
    }

    .auction-list > li {
        width: calc(50% - 10px);
        margin: 10px 0 0 10px;
    }


    .work1-list > li {
        width: calc(50% - 10px);
        margin: 10px 0 0 10px;
    }

    .auction-list.list-style3 > li {
        width: calc(50% - 10px);
    }

    .work1-list.list-style3 > li {
        width: calc(50% - 10px);
    }


    .auction-list.list-style4 > li {
        width: calc(50% - 10px);
    }

    .work1-list.list-style4 > li {
        width: calc(50% - 10px);
    }

    .auction-list .list-box .list-name {
        font-size: 18px;
        max-height: 50px;
    }

    .work1-list .list-box .list-name {
        font-size: 18px;
        max-height: 50px;
    }

    .list-preface a.btn.black {
        display: inline-block;
        margin: 0 20px 0 10px;
        width: 102px;
    }

    .auction-list.logo-style {
        margin-top: -10px
    }

    .work1-list.logo-style {
        margin-top: -10px
    }

    .auction-list.logo-style > li {
        margin-top: 10px
    }

    .work1-list.logo-style > li {
        margin-top: 10px
    }

    .auction-list.logo-style .list-img {
        border: 4px solid #3b3b3b;
    }

    .work1-list.logo-style .list-img {
        border: 4px solid #3b3b3b;
    }

    .auction-list.logo-style > li .list-txt-box {
        padding: 10px 0;
    }

    .work1-list.logo-style > li .list-txt-box {
        padding: 10px 0;
    }


    .trend-list-box > ul {
        display: flex;
        flex-wrap: wrap;
        margin: -10px 0 0 -10px;
    }

    .trend-list-box > ul > li {
        width: calc(50% - 10px);
        margin: 10px 0 0 10px;
        display: block;
    }

    .trend-list-box ul > li > .img-box {
        width: 100%;
    }

    .trend-list-box ul > li > .img-box a {
        width: 100%;
    }

    .nvi-menu-style2 > ul > li {
        width: calc(100% / 2);
    }

    .top-ask-box {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
    }

    .top-ask-box div {
        font-size: 16px;
        color: #222222;
        margin: 0 0 20px 0;
        width: 100%;
        text-align: center;
    }

    .errInfo-con {
        background: #f4f4f4;
        padding: 40px 30px;;
        text-align: center;
    }

    .errInfo-con p.errInfo-p1 {
        font-size: 28px;
        color: #222222;
        margin: 30px 0;
    }

    .login-organ {
        padding: 50px 30px;
    }

    .login-txt .txt-p1 {
        font-size: 28px;
    }

    .login-organ .login-txt .txt-p1 {
        font-size: 28px;
    }

    .login-comp .login-txt .txt-p1 {
        font-size: 28px;
    }

    .organ-txt-w .organ-txt .txt-set {
        width: 100%;
    }

    .organ-txt-w .organ-txt .wid-left {
        width: 95px;
        flex: 0 0 auto;
    }

    .organ-txt-w .organ-txt .wid-right {
        width: calc(100% - 95px);
    }

    .organ-txt-w .organ-txt .wid-right span {
        width: calc(100% / 3 - 3px);
    }

    .organ-txt-w .organ-txt {
        width: 100%;
    }

    .provision-txt {
        padding: 20px 10px 20px 20px;
    }

    .provision-txt .txt-wrap {
        padding-right: 10px;
    }

    .agree-box {
        padding: 20px;
    }


    .m-none {
        display: none;
    }

    .paging {
        margin: 30px auto;
    }

	.paging > a {
        padding: 0 4px;
        min-width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .white-box {
        padding: 25px 20px;
        margin-top: 50px;
    }

    .tab-style2 > ul > li {
        position: relative;
        width: calc(100% / 2);
    }

    .tab-style2 > ul > li::before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        right: 0;
        bottom: 0;
        border: 1px solid #ededed;
    }

    .tab-style2 > ul > li > a {
        justify-content: flex-start;
        padding-left: 10%;
    }

    .table-style2 {
        margin-top: 30px;
    }

    .table-style2 td {
        padding: 10px;
    }

    .table-style2.row table col {
        display: block;
    }

    .table-style2.row table > tbody > tr > td,
    .table-style2.row table > tbody > tr > th {
        display: block;
        height: auto;
        border-right: 0 !important;
    }

    .table-style2 .btn {
        width: auto !important;
        padding: 0 20px;
    }

    .table-style2.row .bleft {
        border-left: 0;
    }

    .v-flex {
        max-width: none;
        flex-wrap: wrap;
    }

    .focus-big-box > a {
        display: block;
    }

    .focus-big-box .img {
        width: auto;
        border-bottom: 1px solid #ededed;
    }

    .focus-big-box .cont {
        padding: 10px;
    }

    .focus-big-box .cont > .by {
        position: static;
        margin-top: 10px;
    }

    .focus-list-box {
        margin-top: 20px;
    }

    .focus-list-box > ul {
        margin-top: -10px;
        margin-left: -10px;
    }

    .focus-list-box > ul > li {
        margin-top: 10px;
        margin-left: 10px;
        width: calc(100% / 2 - 10px);
    }

    .btn-box {
        margin-top: 20px;
    }

    a.btn {
        width: auto;
        min-width: auto !important;
        padding: 0 20px;
        font-size: 15px !important;
    }

    .view-content-box {
        padding: 20px 0;
        min-height: auto;
    }

    .view-content-box .img {
        margin: 10px 0;
    }

    .view-title-box .view-info-box > li {
        margin-right: 20px;
    }

    .view-title-box .view-info-box > li::before {
        right: -10px;
    }

    .article-box {
        margin-top: 50px;
    }

    .article-box > ul > li .tit {
        flex: 0 0 auto;
        padding: 0 10px;
        font-size: 15px;
    }

    .article-box > ul > li .tit span.s1,
    .article-box > ul > li .tit span.s2 {
        padding-right: 20px;
        font-size: 15px;
    }

    .article-box > ul > li .cont {
        padding: 10px;
        font-size: 15px;
    }

    .article-box > ul > li .date {
        display: none;
    }

    .open-box {
        display: block;
        padding: 20px;
        margin-top: 20px;
    }

    .open-box .img {
        margin-bottom: 10px;
    }

    .sub-auction-date .kauction-date-cont .txt {
        margin-top: 20px;
    }

    .my-info-box2 {
        display: block;
    }

    .my-info-box2 .img {
        text-align: center;
        border-bottom: 1px solid #ededed;
    }

    .my-info-box {
        display: block;
        margin-top: 20px;
    }

    .my-info-box .my_info_rt,
    .my-info-box .table-style2 {
        width: auto;
    }

    .my-info-box .my_info_rt {
        padding: 20px;
        border-left: 0;
    }

    .my-author-w-box {
        margin-top: 30px;
    }

    .my-author-w-box2 .txt,
    .my-author-w-box2 .btn-box {
        float: none;
    }

    .my-author-w-box2 .btn-box {
        margin-top: 20px;
    }

    .my-artFair-w-box {
        display: block;
    }

    .my-artFair-w-box .file-reg {
        margin-top: 20px;
    }

    .my-artFair-w-box .file-reg:first-child {
        margin-top: 0;
    }

    .ask-box {
        margin-top: 30px;
    }

    .ask-box > ul {
        padding-left: 20px;
    }

    .tab-menu {
        margin: 0px 0 20px;
    }

    .my-assess-data-w-area textarea {
        padding: 15px;
        font-size: 16px;
    }

    .read-v-con .sub-auction-date {
        padding: 30px;
    }

    /* 20231027 */
    .new-introduce-box2 > ul {
        display: block;
    }

    .new-introduce-box2 > ul > li.txt,
    .new-introduce-box2 > ul:nth-child(2) > li.txt {
        padding: 0;
        margin-top: 20px;
    }

    .new-introduce-box2 > ul > li.img img {
        border-radius: 45px;
    }

    .view-year-box {
        display: block;
        padding: 15px 20px;
    }

    .view-year-box > span {
        display: block;
        width: auto;
        margin-bottom: 5px;
    }

    .view-year-box .nvi-menu-style2 {
        width: auto;
        max-width: none;
    }

    .view-year-box .nvi-menu-style2 > ul {
        flex-wrap: wrap;
    }

    .view-year-box .nvi-menu-style2 > ul > li {
        width: calc(100% / 5);
    }

    .nvi-menu-style2 > ul > li > a {
        font-size: 14px;
    }

    .statistic-box .h4-tit2 {
        margin-top: 30px;
    }

    .statistic-box .h4-tit2 strong {
        font-size: inherit;
    }

    .statistic-box .h5-tit2 {
        font-size: 18px;
    }

    .statistic-box .h5-tit{font-size: 17px;min-height: 40px;height: auto;padding: 5px 0;margin-top: 30px;text-align: center;} /* 20231116 */

    .table-style3 {
        margin-top: 30px;
    }

    .table-style3 th,
    .table-style3 td {
        height: auto;
        font-size: 15px;
    }

    .gallery-year-box .h5-tit2 {
        margin-top: 30px;
    }

    .gallery-year-box .statistic-year-area1 {
        padding-top: 20px;
    }

    .chart-box > ul > li {
        width: calc((100% - 10px) / 2);
    }

    .search-ipt-box-tp label {
        width: 45px;
        text-align: left;
    }

    .search-ipt-box-tp input[type="text"] {
        width: 100%;
    }

    .search-ipt-box-tp .search-option::after {
        margin-left: 0px;
    }

    .search-ipt-box-tp .search-btn,
    .search-ipt-box-tp .search-option {
        flex: 0 0 auto;
        width: auto;
        padding: 0 10px;
        font-size: 15px;
    }

    .search-ipt-box-tp .search-btn {
        margin: 0 4px;
    }

    .search-ipt-box-bt .ds_pop_ny > div:nth-child(3) .lab {
        flex-wrap: wrap;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab > .v-flex {
        margin-top: 10px;
    }

    .search-ipt-box-bt .ds_pop_ny > div .lab > span {
        flex: 1 1 auto;
    }

    .search-ipt-box-bt .ds_pop_ny > div label {
        width: 100%;
        min-width: auto;
        padding: 0;
        font-size: 15px;
    }


    .search-content-box > .left {
        width: auto;
    }

    .search-content-box > .left > .item .search-tit {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .search-content-box > .left > .item .more {
        top: 8px;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box .file {
        display: block;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box ul > li {
        width: auto;
    }

    .search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont {
        padding: 10px 10px 35px;
    }

    .search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .tit {
        font-size: 18px;
    }

    .search-content-box > .left > .item .search-cont .focus-list-box > ul > li > a > .cont .by {
        bottom: 10px;
        font-size: 14px;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box .trend-title > a {
        font-size: 18px;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box .file > .view-file-box {
        margin-left: 0;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box ul > li > .txt-box {
        padding: 20px 10px;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box .trend-txt,
    .search-content-box > .left > .item .search-cont .trend-list-box .file > .tit {
        font-size: 15px;
    }

    .search-content-box > .left > .item .search-cont .trend-list-box ul > li > .txt-box .trend-date,
    .search-content-box > .left > .item .search-cont .trend-list-box .trend-txt {
        margin-bottom: 10px;
    }


    .search-content-box .find_con {
        position: static;
        width: auto;
        min-height: auto;
    }

    .search-content-box .find_con > .tit {
        font-size: 18px;
        height: 40px;
    }

    .search-content-box .find_con > .cont > ul > li a {
        font-size: 15px;
    }


    /* //20231027 */
    
    /* 20231116 */
	.statistic-box .new-art-tit span{font-size: 12px;margin-top: 4px;}
	.chart-box > ul > li .pie-chart-area{margin:20px 0;}
	/* 20231116 */
	
	/* 20240528 */
	.sub-art-fileds-area .data p{font-size:16px;}
	.sub-art-fileds-area .data p .num{font-size:40px;}
	/* //20240528 */


}


@media screen and (max-width: 640px) {
    .sub-auction-top .sub-auction-tmenu {
        display: block;
    }

    .select-menu {
        margin-top: 10px;
    }

    .select-menu > a {
        flex: 0 0 auto;
    }

    .select-menu > ul {
        flex: 1 1 auto;
        margin-left: 5px;
    }

    .select-menu > ul > li {
        min-width: auto;
        flex: 1 1 auto;
    }

    .auction-list .list-pro-date ul {
        margin-top: -10px;
    }

    .work1-list .list-pro-date ul {
        margin-top: -10px;
    }


    .auction-list .list-pro-date ul > li {
        padding: 0;
        width: calc(100% / 3);
        margin-top: 10px;
    }

    .work1-list .list-pro-date ul > li {
        padding: 0;
        width: calc(100% / 3);
        margin-top: 10px;
    }

    .auction-list .list-pro-date ul > li .list-pro-dt {
        margin-bottom: 0;
    }

    .work1-list .list-pro-date ul > li .list-pro-dt {
        margin-bottom: 0;
    }

    .auction-list .list-pro-date ul > li:nth-child(even) {
        flex: 0 0;
        width: 20px;
    }

    .work1-list .list-pro-date ul > li:nth-child(even) {
        flex: 0 0;
        width: 20px;
    }

    .auction-list .list-pro-date ul > li:nth-child(4) {
        display: none;
    }

    .work1-list .list-pro-date ul > li:nth-child(4) {
        display: none;
    }

    .auction-list .list-pro-date ul > li .list-pro-dt {
        font-size: 20px;
    }

    .work1-list .list-pro-date ul > li .list-pro-dt {
        font-size: 20px;
    }

    .auction-list .list-info p {
        margin-bottom: 5px;
    }

    .work1-list .list-info p {
        margin-bottom: 5px;
    }

    .auction-no-content p {
        font-size: 20px;
        margin-top: 25px;
    }

    .login-txt {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .login-txt .login-account {
        margin-top: 40px;
    }

    .login-txt .login-account input {
        width: 100%;
        height: 45px;
        padding: 0 20px;
    }

    .login-txt .login-account a {
        height: 45px;
        line-height: 45px;
    }

    .login-organ {
        padding: 40px 20px;
    }

    .organ-txt {
        width: 100%;
    }

    .organ-txt .txt-set {
        width: 100%;
    }

    .organ-txt .wid-left {
        width: 95px;
        flex: 0 0 auto;
    }

    .organ-txt .wid-right {
        width: calc(100% - 95px);
    }

    .organ-txt .wid-right span {
        width: calc(100% / 3 - 3px);
    }

    /* 20231027 */
    .new-public {
        margin-top: 30px;
        padding: 15px;
        border: 1px solid #ededed;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-public .new-public-txt {
        margin: 10px 0 0 0;
        font-size: 15px;
    }

    .new-vwrap .new-vwrap-sub3 {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
    }

    .new-vwrap .new-vwrap-sub3 .view-title-box > .tit {
        min-height: auto;
    }

    .new-vwrap .new-vwrap-sub3 .view-title-box > .view-info-box2 {
        margin-top: 10px;
    }

    .new-vwrap .new-vwrap-sub3 .view-poster-box {
        margin-right: 0;
        flex: 0 1 auto;
    }

    /* //20231027 */

}


@media screen and (max-width: 480px) {
    .sub-auction-top .sub-auction-tmenu {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .select-menu {
        width: 100%;
        display: flex;
        align-items: center; /* justify-content: center; */
        margin-top: 15px;
    }

    .auction-lots {
        margin-top: 20px;
    }

    .auction-list-numb.auction-lots .list-numb {
        display: flex;
        flex-direction: column;
    }

    .work1-list-numb.auction-lots .list-numb {
        display: flex;
        flex-direction: column;
    }

    .auction-list-numb.auction-lots .list-numb span {
        margin: 0;
        width: 100%;
        padding-left: 15px;
    }

    .work1-list-numb.auction-lots .list-numb span {
        margin: 0;
        width: 100%;
        padding-left: 15px;
    }


    .auction-list-numb.auction-lots .list-numb span.list-numb-s2 {
        margin: 0; /*height:47px;line-height:47px;*/
        min-width: 60px;
        text-align: center;
        padding: 0 18px;
    }

    .work1-list-numb.auction-lots .list-numb span.list-numb-s2 {
        margin: 0; /*height:47px;line-height:47px;*/
        min-width: 60px;
        text-align: center;
        padding: 0 18px;
    }

    .auction-sort {
        width: calc(100% - 75px);
        text-align: right;
    }

    .auction-sort span {
        display: block;
        padding-right: 15px;
        text-align: right;
        margin: 0;
    }

    .auction-sort select.select-style1 {
        width: calc(100% - 75px);
        letter-spacing: -0.5px;
    }

    .auction-list.list-style3 .list-txt-box {
        padding-bottom: calc(10px + 36px);
    }

    .work1-list.list-style3 .list-txt-box {
        padding-bottom: calc(10px + 36px);
    }

    .auction-list .list-btn a {
        font-size: 16px;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
        padding: 0 18px;
    }

    .work1-list .list-btn a {
        font-size: 16px;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
        padding: 0 18px;
    }

    .auction-list .list-info p > span::after {
        display: block;
        width: 1px;
        height: 5px;
        background: none;
    }

    .work1-list .list-info p > span::after {
        display: block;
        width: 1px;
        height: 5px;
        background: none;
    }

    .work1-list .list-price-box > span::after {
        display: block;
        width: 1px;
        height: 5px;
        background: none;
    }


    .top-flex5 .list-search-box select {
        width: calc(100% - 95px);
    }

    .top-flex5 .list-search-box select.numb-select {
        width: 90px;
    }

    .trend-list-box .trend-sns {
    }

    .trend-list-box .trend-sns > a {
        margin-right: 10px;
        margin-top: 10px;
    }

    .trend-list-box .trend-date span {
        padding: 5px 0 0 0;
        display: block;
    }

    .trend-list-box .trend-date span.date-s2::after {
        display: none;
    }

    .agree-btn {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .agree-btn a {
        display: block;
        margin: 0 0 10px 0;
    }


    .tab-style2 > ul > li > a::before {
        display: none;
    }

    .view-title-box .view-img-tit {
        display: block;
        padding-bottom: 10px;
    }

    .view-title-box .view-img-tit .img {
        width: auto;
        margin-right: 0;
        text-align: center;
    }

    .my-works-w-box {
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .my-works-w-box > span {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .my-works-w-box > input {
        width: calc(100% - 50px);
    }

    .my-works-w-box > .other {
        width: calc(50% - 6px);
        flex: 0 0 auto;
    }

    .ask-box::before {
        flex: 1 1 auto;
        width: 70px;
    }

    .ask-box > ul {
        padding-left: 10px;
    }

    .ask-box > ul > li {
        display: block;
    }

    .ask-box > ul > li > div {
        font-size: 14px;
    }

    .ask-box > ul > li > div:nth-child(2) > span {
        display: block;
        margin-right: 0;
    }

    .tab-menu > ul > li {
        width: calc(100% / 2 - 10px);
    }

    .main-news .main-news-list .main-news-img img {
        position: absolute;
        width: 100%;
    }

    .clipped-image {
        height: 222px;
        overflow: hidden;
        position: relative;
    }

    .clipped-image img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        left: 50%;
        transform: translateX(-50%);
    }

    /* 20231027 */
    .chart-box > ul {
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .chart-box > ul > li {
        width: 100%;
        margin-top: 10px;
    }

    /* //20231027 */
    
    /* 20240528 */
	.sub-art-fileds-area > ul > li{flex-direction: column;}
	.sub-art-fileds-area .data,
	.sub-art-fileds-area .img{width:100%;}
	.sub-art-fileds-area .data{text-align:center;}
	.sub-art-fileds-area .img{margin-top:10px;justify-content:center;align-items:normal;}
	/* //20240528 */
}


/* 20250729 */
.sub-auction-top p.stxt{font-size: 17px;margin-top: 20px;}
.exhibit-search .exhibit-s1 input{width:200px;}
.exhibit-search .exhibit-s1 .search-date2 input{width:140px;}
.exhibit-search .exhibit-s2 select{width:200px;}

.exhibit-list{margin-left: -35px;}
.exhibit-list.work1-list.list-style4 > li {width: calc(100% / 2 - 35px);margin-left: 35px;}
.exhibit-list .list-box{display: flex;}
.exhibit-list .list-img{flex: 0 0 auto;max-width: 350px;width: 50%;}
.exhibit-list .list-img span{padding-top:133.334%;}
.exhibit-list .list-txt-box{flex:1 1 auto;padding: 50px 40px;}
.exhibit-list .list-title{font-size:21px;font-weight:500;color:#0d1119;height: auto;font-family: Arial, sans-serif; }
.exhibit-list .list-tip{width: 80px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #fff;background: #e3722d;}
.exhibit-list .state1{background: #e3722d;}
.exhibit-list .state2{background: #2441ae;}
.exhibit-list .state3{background: #939393;}

.exhibit-list .exhibit-cont{margin-top: 35px;margin-bottom: 40px;}
.exhibit-list .exhibit-cont > li{display: flex;margin-top: 8px;}
.exhibit-list .exhibit-cont > li > div:first-child{flex: 0 0 auto;position: relative;width: 44px;margin-right: 14px;font-size: 16px;font-weight: 500;color: #0d1119;}
.exhibit-list .exhibit-cont > li > div:first-child::after{content:"";position:absolute;right:0;top: 6px;width:1px;height:13px;background:#ccc;}
.exhibit-list .exhibit-cont > li > div:last-child{flex: 1 1 auto;color:#555555;padding-top: 2px; font-family: Arial, sans-serif; }

.exhibit-list .exhibit-select select{border:1px solid #d2d2d2;font-size: 14px;font-weight: 500;color: #222222;width: 200px;height: 46px;}


@media screen and (max-width: 1024px){
    .exhibit-list .list-box{display:block;}
    .exhibit-list .list-img{width:100%;max-width: none;}
    .exhibit-list .list-img span{padding-top: 98.5%;}
}
@media screen and (max-width: 768px){
    .exhibit-search .exhibit-s1 .s1-4-lt, 
    .exhibit-search .exhibit-s1 .list-select{width: 100%;}
    .exhibit-search .exhibit-s1 .search-date1{width: 100%;font-size: 20px;font-weight: 600;text-align: center;margin: 0;}
    .exhibit-search .exhibit-s1 .search-date2{width:100%;}
    .exhibit-search .exhibit-s1 .list-select{flex-wrap: wrap;width: 100%;justify-content: center;flex-direction: row;}
    .exhibit-search .exhibit-s1 input{width:100%;}
    .exhibit-search .exhibit-s1 .search-date2 input{width: calc(100% - 35px);}

    .exhibit-search .exhibit-s2 .s1-4-lt,
    .exhibit-search .exhibit-s2 .list-select{width: 100%;}
    .exhibit-search .exhibit-s2 .search-date1{width: 100%;font-size: 20px;font-weight: 600;text-align: center;margin: 0;}
    .exhibit-search .exhibit-s2 .search-date2{width:100%;}
    .exhibit-search .exhibit-s2 .list-select{/flex-wrap: wrap;flex-wrap: wrap;width: 100%;justify-content: center;}
    .exhibit-search .exhibit-s2 select{width:100%;}

    .exhibit-list{margin-left:-10px;margin-top:-10px;}
    .exhibit-list.work1-list.list-style4 > li{width: calc(100% / 2 - 10px);margin-left: 10px;}
    .exhibit-list .list-title{font-size: 18px;}
    .exhibit-list .exhibit-cont{margin:20px 0;}
}
@media screen and (max-width: 490px){
    .exhibit-search .exhibit-s1 .list-select{flex-direction: column;}
    .exhibit-search .exhibit-s1 .list-select .search-date{width:100%;}
    .exhibit-list .exhibit-select select{width:100%;}
}
/* //20250729 */
