@keyframes mainMenuPet {
    0% {
        top: 0;
    }

    40% {
        top: -5px;
    }

    60% {
        top: -5px;
    }

    100% {
        top: 0;
    }
}

.wrap .menu-icon {
    position: absolute;
    top: 0;
    left: 50%;
    display: inline-block;
    width: 42px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #ff595e;
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    animation: mainMenuPet 1.2s infinite ease-out;
}

.wrap .menu-icon:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #ff595f transparent transparent transparent;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.wrap .menu-icon.green {
    background: #64CD2F;
}

.wrap .menu-icon.green:before {
    border-color: #64CD2F transparent transparent transparent;
}

.lineHeight {
    clear: both;
    height: 20px
}

/* 메인 바로가기 */
a.btn-title-more {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    margin-left: 16px;
    color: #249af3;
    padding-right: 20px;
    font-weight: 400;
    vertical-align: baseline;
}

.btn-title-more:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 100%;
    background: url(../image/main/btn_main_bookmark_more.png) center center no-repeat;
}

.color-warm-pink {
    color: #fc5c7d;
}

.color-cornflower {
    color: #249af3;
}

/* 메인 경매일정, 공고신건, 경매통계  sectionDate */
.sectionDate .sectionTitle ul.DateBtn li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
    margin-bottom: 5px;
    color: #999;
    cursor: pointer;
}

.sectionDate .sectionTitle ul.DateBtn li.on {
    color: #222
}

.sectionDate .sectionTitle ul.DateBtn li:hover {
    color: #222
}

.sectionDate .sectionTitle ul.DateBtn li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 2px;
    height: 18px;
    margin-top: -8px;
    background: #e1e8ee;
}

.sectionDate .sectionTitle ul.DateBtn li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    background: #FFF;
}

/* 메인 > 이번주 경매 일정 */
.wrap .nav {
    margin-right: -4px;
}

.wrap .nav:after {
    content: '';
    display: block;
    clear: both;
}

.wrap .nav .nav-item {
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
    width: 20%;
    height: 62px;
    border: 1px solid #dee4eb;
    background: #f6f8f9;
    margin: 0 0 0 -1px;
    padding: 24px 30px 0 19px;
    z-index: 0;
    transition: border 0.35s ease;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    cursor: pointer
}

.wrap .nav .nav-item:first-child {
    margin-left: 0;
}

.wrap .nav .nav-item.today,.wrap .nav .nav-item:hover {
    border-color: #249af3;
    z-index: 5;
    font-weight: 500;
    color: #333;
}

.wrap .nav .nav-item.today:before {
    content: '오늘';
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    margin: -12px 0 0 -30px;
    z-index: 10;
    border-radius: 12px;
    background: #249af3;
    color: #fff;
}

.wrap .nav .nav-item.today {
    color: #222;
}

.wrap .nav .nav-item.today .value {
    color: #249af3;
}

.wrap .nav .nav-item .value {
    position: absolute;
    top: 24px;
    right: 19px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 24px;
}

.wrap .tab-content {
    margin-top: 24px;
}

.main-week-none {
    padding: 29px 32px 28px 32px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dee4eb;
    text-align: center;
}

.main-week-none:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url(/images/icon/icon_main_week_none.png) center center no-repeat;
}

.main-week-none .none-day {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-top: 15px;
}

.main-week-none .none-day+.none-info {
    margin-top: 4px;
}

.main-week-none .none-info {
    font-size: 14px;
    line-height: 20px;
    color: #f43b3b;
    margin-top: 15px;
    font-weight: 500;
}

.main-week-data {
    margin: 0 -12px;
    height: 223px;
}

.main-week-data:after {
    content: '';
    display: block;
    clear: both;
}

.main-week-data-table {
    box-sizing: border-box;
    float: left;
    width: 408px;
    padding: 0 12px;
}

.main-week-data-table .data-inner {
    border: 1px solid #dee4eb;
    border-radius: 4px;
    height: 223px;
    text-align: center;
    line-height: 1;
}

.main-week-data-table .data-inner .date {
    padding: 25px 0 23px 0;
    border-bottom: 1px solid #dee4eb;
    height: 127px;
}

.main-week-data-table .data-inner .year-txt {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.main-week-data-table .data-inner .day-txt {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    font-weight: 700;
}

.main-week-data-table .data-inner .week-txt {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-top: 2px;
}

.main-week-data-table .value-list-cell {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    border-left: 1px solid #dee4eb;
    height: 95px;
    padding: 17px 0 0 0;
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
}

.main-week-data-table .value-list-cell em {
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.main-week-data-table .value-list-cell:first-child {
    border-left: none;
}

.main-week-data-table .value-list:after {
    content: '';
    display: block;
    clear: both;
}

.main-week-data-item {
    box-sizing: border-box;
    float: left;
    width: 816px;
    padding: 0 12px;
    line-height: 1;
}

.main-week-data-label {
    line-height: 1;
    font-size: 0;
    margin-bottom: 10px;
}

.main-week-data-label .label-txt {
    position: relative;
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 0 0 0 18px;
    font-size: 14px;
    line-height: 20px;
}

.main-week-data-label .label-txt:first-child {
    margin-left: 0;
}

.main-week-data-label .label-txt:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: -6px;
}

.data-inner .color-warm-pink{
    color: #fc5c7d;
}

.data-inner .color-cornflower{
    color: #249af3;
}

.main-week-data-label .color-black:before {
    background-color: #000;
}

.main-week-data-label .color-warm-pink:before {
    background-color: #fc5c7d;
}

.main-week-data-label .color-cornflower:before {
    background-color: #249af3;
}

.main-week-data-item .data-inner {
    height: 193px;
    border: 1px solid #dee4eb;
    border-radius: 4px;
    overflow: hidden;
}

.main-week-data-item-list {
    height: 100%;
    margin-right: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-week-data-item-list-inner {
    padding: 21px 12px 24px 12px;
}

.main-week-data-item-list-inner:after {
    content: '';
    display: block;
    clear: both;
}

.main-week-data-item-list-cell {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 3px 12px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.main-week-data-item-list-cell .btn-main-week-link {
    position: relative;
    display: inline-block;
    height: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
}

.main-week-data-item-list-cell .btn-main-week-link:hover {
    text-decoration: underline
}

/*메인검색 sectionSearch*/
.sectionSearch {
    float: left;
    width: 950px;
    height: 160px;
    background: #F1F7FC;
    border-radius: 5px
}

.sectionSearch .sectionSearchBox {
    padding: 20px
}

.sectionSearch .numTitle {
    float: left;
    width: 28.5%;
}

.sectionSearch .addrTitle {
    float: left;
    width: 45%;
}

.sectionSearch .kindTitle {
    float: left;
    width: 26%;
}

.sectionSearch .serBtn {
    display: block;
    width: 52px;
    height: 52px;
    font-size: 0;
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(7, 11, 30, 0.24);
    background-color: #249af3;
    background-image: url(/image/main/icon_main_combine_search.png);
    background-position: center center;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    z-index: 10;
}

.sectionSearch select {
    background-image: url(/image/inc/btn_select_arrow1.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

.sectionSearch .addrTitle select {
    height: 50px;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 20px;
    background-color: #fff;
    outline: none;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px
}

.sectionSearch #sn1 {
    height: 50px;
    padding: 0 10px;
    margin-right: 0px;
    margin-top: 20px;
    background-color: #fff;
    outline: none;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px 0 0px 4px
}

.sectionSearch #sn2 {
    height: 48px;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 20px;
    background-color: #fff;
    outline: none;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 0 4px 4px 0;
    border-left: 0
}

.sectionSearch #sn2::placeholder {
    color: #bbbbbb;
    font-weight: bold
}

.sectionSearch .sn {
    height: 50px;
    width: 40px;
    font-size: 14px;
}

.sectionSearch .sn {
    display: inline-block;
    width: 40px;
    position: relative
}

.sectionSearch .sn .snMent {
    position: absolute;
    top: 19px;
    vertical-align: middle;
    width: 100%;
    padding-top: 15px;
    height: 50px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #FFF;
    font-size: 14px;
    box-sizing: border-box
}

.sectionSearch .sn .snMent:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 16px;
    margin-top: -7px;
    background: #ddd;
}

.sectionSearch .cl_group .cl_gc ul li {
    float: left;
    width: 140px;
}

.sectionSearch #ctgr {
    height: 50px;
    padding: 0 10px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: #fff;
    border: 1px solid #eee;
    outline: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-image: url(/image/inc/btn_select_arrow1.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    width: 100px;
    text-align: left;
    border-radius: 4px
}

.sectionSearch #trCtgrMulti {
    position: relative;
    background-color: white;
    z-index: 100;
    ;padding: 7px;
    box-shadow: 0 10px 20px 0 rgba(7, 11, 30, 0.24);
    border-radius: 5px
}

.sectionSearch .cl_group .cl_gt, .sectionSearch .cl_group .cl_gc {
    border-right: 0;
}

.sectionSearch .cl_group tr:last-child .cl_gt, .sectionSearch .cl_group tr:last-child .cl_gc {
    border-bottom: 0
}

.inputWrap .chk_ment {
    display: inline-block;
    padding-left: 5px;
    vertical-align: top;
    cursor: pointer;
}

/*메인로그인 sectionLogin*/
.sectionLogin {
    float: right;
    width: 230px;
    height: 160px;
    background: #F1F7FC;
    border-radius: 5px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.sectionLogin .loginBtn {
    padding: 10px 20px 15px;
    text-align: center
}

.sectionLogin .loginBtn .btn_dooin {
    width: 100%;
    box-sizing: border-box
}

.sectionLogin .textData {
    text-align: center
}

.sectionLogin .textData span {
    display: inline-block;
    padding: 3px 5px
}

/*회사광고 sectionBaner,*/
.sectionBaner {
    float: left;
    width: 950px;
}

.sectionBaner .MainBanner .swiper-button-prev {
    left: -5px;
}

.sectionBaner .MainBanner .swiper-button-next {
    right: -5px;
}

.sectionBaner .MainBanner:hover .swiper-button-next:after, .sectionBaner .MainBanner:hover .swiper-button-prev:after {
    font-weight: 900;
    padding: 5px;
}

.sectionBaner .MainBanner:hover .swiper-button-prev {
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.5);
}

.sectionBaner .MainBanner:hover .swiper-button-next {
    box-shadow: -5px 3px 3px rgba(0, 0, 0, 0.5);
}

.sectionBaner .MainBanner .MainNext, .sectionBaner .MainBanner .MainPrev {
    --swiper-navigation-size: 20px;
    padding: 5px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    top: 48%;
    transition: all 0.2s ease-in-out;
}

.sectionBaner .MainBanner :hover .swiper-button-next, .sectionBaner .MainBanner:hover .swiper-button-prev {
    padding: 0px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    background: white;
    border-radius: 50%;
    top: 48%
}

.sectionBaner .MainBanner .MainPage {
    top: 163px;
    left: 49.5%;
    text-align: center;
    height: 30px;
}

.sectionBaner .MainBanner .swiper-pagination-bullet {
    float: left;
    width: 9px;
    height: 9px;
    margin-left: 3px;
    text-align: center;
    line-height: 10px;
    font-size: 9px;
    color: #000;
    opacity: 1;
    background: rgba(220, 220, 220, 1);
    border: 1px solid rgba(100, 100, 100, 0.5);
}

.sectionBaner .MainBanner .swiper-pagination-bullet-active {
    float: left;
    width: 20px;
    height: 10px;
    color: #fff;
    background: #007aff;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sectionBaner .MainBanner img {
    border-radius: 5px
}

/*이벤트배너 sectionEvent*/
.sectionEvent {
    float: right;
    width: 230px;
}

.sectionEvent .EventBanner .EventPage {
    top: 150px;
    left: 40%;
    text-align: center;
    height: 30px;
}

.sectionEvent .EventBanner img {
    border-radius: 5px
}

.sectionEvent .EventBanner .swiper-button-prev {
    left: -5px;
}

.sectionEvent .EventBanner .swiper-button-next {
    right: -5px;
}

.sectionEvent .EventBanner:hover .swiper-button-next:after, .sectionEvent .EventBanner:hover .swiper-button-prev:after {
    font-weight: 900;
    padding: 5px;
}

.sectionEvent .EventBanner:hover .swiper-button-prev {
    box-shadow: 5px 3px 3px rgba(0, 0, 0, 0.5);
}

.sectionEvent .EventBanner:hover .swiper-button-next {
    box-shadow: -5px 3px 3px rgba(0, 0, 0, 0.5);
}

.sectionEvent .EventBanner .EventNext, .sectionEvent .EventBanner .EventPrev {
    --swiper-navigation-size: 20px;
    padding: 5px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    top: 48%;
    transition: all 0.2s ease-in-out;
}

.sectionEvent .EventBanner:hover .swiper-button-next, .sectionEvent .EventBanner:hover .swiper-button-prev {
    padding: 0px;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    background: white;
    border-radius: 50%;
    top: 48%
}

/*공지 스와이퍼*/
.sectionNotice .swiper_box {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
    padding: 0;
}

.sectionNotice .noticeTitle {
    position: relative;
    width: 130px;
    font-weight: bold;
    font-size: 16px
}

.sectionNotice .noticeTitle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 2px;
    height: 22px;
    margin-top: -11px;
    background: #e1e8ee;
}

/*height:100% no*/
.sectionNotice .swiper {
    width: 100%;
    height: 100%;
}

.NoticeSwiper .noticeSlide {
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}

.NoticeSwiper .noticePrev, .NoticeSwiper .noticeNext {
    width: 50px;
    padding-top: 7px;
    border-left: 1px solid #ddd;
    transform: scale(1);
    z-index: 5
}

.NoticeSwiper .noticePrev {
    left: calc(100% - 9%);
    top: 15px
}

.NoticeSwiper .noticeNext {
    left: calc(100% - 4.5%);
    top: 15px
}

.NoticeSwiper .noticePrev {
    background: url(/image/icon/btn_prev_arrow.png) no-repeat;
    background-position: center;
}

.NoticeSwiper .noticeNext {
    background: url(/image/icon/btn_next_arrow.png) no-repeat;
    background-position: center;
}

.noticePrev::after,.noticeNext::after {
    display: none;
}

/*부도산소식 스와이퍼*/
.sectionNews .swiper_box {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    padding: 0;
}

/*height:100% no*/
.sectionNews .swiper {
    width: 100%;
    height: 100%
}

.sectionNews .NewsSwiper .newsSlide {
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}

.sectionNews .NewsSwiper .newsSlide .noticeMentTitle span {
    display: inline-block;
    padding: 2px 6px;
    background: #F43B3B;
    color: #FFF
}

.sectionNews .NewsSwiper .newsSlide .noticeMentTxt {
    padding: 3px 0
}

.sectionNews .NewsSwiper .newsSlide .txt_ellipsis_1h {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 20px;
    line-height: 1.4;
    height: 1.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*메인테마추천 sectionIcon*/
.sectionIcon {
    padding: 60px 0 0;
    background: #F6F8F9;
    border-top: 1px solid #ddd;
    height: 160px
}

.sectionIcon span {
    float: left;
    width: calc(100%/11);
    min-width: 100px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 0px
}

/*메인즐겨찾기  sectionMyfv*/
.sectionMyfv {
    padding: 0px 0px 40px;
    background: #F6F8F9;
    height: auto
}

.sectionMyfv .sectionMyfvText {
    position: relative
}

.sectionMyfv .sectionMyfvText .toggleSwitchBox {
    position: absolute;
    top: 40px;
    right: 0
}

.sectionMyname {
    padding: 5px 0;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px
}

#MyfvSwiper::after {
    content: "";
    overflow: visible !important
}

.sectionMyfv .swiper_box {
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0;
}

.sectionMyfv .swiper {
    width: 100%;
    height: 100%;
    padding-top: 15px
}

.sectionMyfv .MyfvSwiper .myfvSlide {
    text-align: left;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfv {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfvNo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    border: 1px dotted #999;
    border-radius: 5px;
    box-sizing:
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfvNo:before {
    content: "＋";
    position: absolute;
    top: -15px;
    left: 75px;
    width: 36px;
    height: 36px;
    padding: 5px;
    text-align: center;
    background: #FF595E;
    color: #FFF;
    font-size: 16px;
    border-radius: 30px;
    box-sizing: border-box;
    z-index: 50
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfv .linkTitle {
    display: block;
    padding: 0 0 3px;
    text-align: center;
    font-size: 13px;
    color: #999
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfvNo.linkTitle {
    display: block;
    padding: 3px 0;
    text-align: center;
    font-size: 13px;
    color: #999
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfv .linkMent {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    height: 2.8em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sectionMyfv .MyfvSwiper .myfvSlide .BtnMyfv:hover {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #249af3;
    background-color: #f7fbff;
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.1);
}

.sectionMyfv .MyfvPrev {
    background: url(/image/icon/arrowRed_prve.png) no-repeat;
    background-position: center;
    width: 36px;
    left: -20px;
    top: 45%
}

.sectionMyfv .MyfvNext {
    background: url(/image/icon/arrowRed_next.png) no-repeat;
    background-position: center;
    width: 36px;
    right: -20px;
    top: 45%
}

.MyfvPrev::after,.MyfvNext::after {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    cursor: pointer;
}

.toggleSwitch p {
    position: relative;
    display: inline-block;
    margin-right: .2rem;
    width: 52px;
    height: 26px;
    background-color: #999;
    border-radius: 23px;
    vertical-align: text-bottom;
    transition: all 0.3s linear;
}

.toggleSwitch p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    background-color: transparent;
    border-radius: 11px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all 0.25s linear;
}

.toggleSwitch p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s ease-in-out;
}

.toggleSwitch:active p::after {
    width: 28px;
    transform: translate3d(2px, 2px, 0);
}

.toggleSwitch:active input:checked + p::after {
    transform: translate3d(24px, 2px, 0);
}

.toggleSwitch input {
    display: none;
}

.toggleSwitch input:checked + p {
    background-color: #5B92FE;
}

.toggleSwitch input:checked + p::before {
    transform: translate3d(22px, 2px, 0) scale3d(0, 0, 0);
}

.toggleSwitch input:checked + p::after {
    transform: translate3d(28px, 2px, 0);
}

/*메인테마추천 sectionTheme*/
.sectionTheme {
    float: left;
    width: 800px
}

.sectionTitle {
    font-size: 19px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    text-align: left;
    margin-bottom: 16px
}

.sectionTheme ul li {
    float: left;
    width: 355px;
    margin-right: 30px;
    border-bottom: 1px solid #ddd;
    transition: all 0.35s ease;
    cursor: pointer
}

.sectionTheme ul li:first-child, .sectionTheme ul li:nth-child(2) {
    border-top: 1px solid #ddd
}

.sectionTheme ul li:hover {
    background-color: #f6f8f9;
}

.sectionTheme ul li:hover .title {
    color: #1a86d8;
}

.sectionTheme ul li {
    padding: 25px 0
}

.sectionTheme ul li>a .thumb {
    float: left;
    width: 86px;
    height: 86px;
    margin: 0 16px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.sectionTheme ul li>a .thumb img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1) rotate(0.001deg);
    transition: transform 0.35s ease;
    object-fit: cover
}

.sectionTheme ul li:hover .thumb img {
    transform: scale(1.1) rotate(0.001deg);
}

.sectionTheme ul li>a .textData {
    float: left;
    width: 230px;
    padding-right: 0px;
    box-sizing: border-box;
}

.sectionTheme ul li>a .textData div.title {
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    padding: 5px 0;
}

.sectionTheme ul li>a .textData div.info {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    overflow: hidden
}

/*메인테마추천 sectionNews*/
.sectionNews {
    float: right;
    width: 385px;
    box-sizing: border-box;
}

/*추천물건, 샘플물건 sectionAc*/
.sectionAc {
    padding: 10px 0;
}

#auct_sample .sample_list .sample_unit {
    float: left;
    text-align: right;
    margin: 0px 0px 20px 20px;
    cursor: pointer;
    width: 224px;
    border: 1px
}

#auct_sample .sample_list .sample_unit:first-child {
    margin: 0px 0px 20px 0px;
}

#auct_sample .sample_list .sample_unit .img {
    width: 224;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: relative
}

#auct_sample .sample_list .sample_unit .sample_ment {
    padding: 5px 0 5px 0px
}

#auct_sample .sample_list .sample_unit .box_size {
    width: 250px;
    height: 160px;
    object-fit: cover;
    transition: transform 0.35s ease;
    object-fit: cover
}

#auct_sample .sample_list .sample_unit:hover .box_size {
    transform: scale(1.1) rotate(0.001deg);
}

#auct_sample .sample_list .sample_unit:hover .txt_ellipsis_2h {
    color: #249AF3
}

#auct_sample .sample_list .sample_unit .sample_ment .s_title {
    padding: 3px 0px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.45px
}

#auct_sample .sample_list .sample_unit .sample_ment .s_date {
    padding-top: 5px;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.45px;
    color: #f43b3b
}

#auct_sample .sample_list .sample_unit .txt_ellipsis_2h {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    height: 2.8em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#auct_sample .sample_list .sample_unit .commentTxt:before {
    content: '| 전문가 코멘트';
    position: absolute;
    left: 9px;
    bottom: 9px;
    z-index: 3;
    color: #d2f4c1;
    font-size: 13px;
    height: 25px;
    border: 1px solid #d2f4c1;
    border-radius: 4px;
    padding: 0 7px 0 23px;
    box-sizing: border-box;
    background: url(/image/icon/greenlogoD.png) 7px center no-repeat;
    background-size: 11px auto;
}
