@charset "utf-8";

/* 공용 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
* {
    margin: 0;
    padding: 0;
}

html {

}

body {
    width: 100%;
    height: 100%;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffffff;
    color: #222222;
}

table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    font-size: 14px;
    background-color: #f5f5f5;
    font-weight: 700;
}
th, td{
    border: 1px solid #dddddd;
    text-align: center;
    font-size: 12px;
    border-collapse: collapse;
}

li { list-style: none; }

a {
    color: #222222;
    text-decoration: none;
    border: 0;
}
a:hover {
    color: #1E92C0;
    text-decoration: none;
    border: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    color: #767676;
}

::-ms-clear {
    display: none;
}
/* 공용 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 로딩 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.loading-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    background-color: #ffffff;
}
.loading-mask-opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    background-color: #ffffff;
    opacity: .8;
}
.loading{
    position: absolute;
    z-index: 9996;
    width : 32px;
    height : 32px;
    left : 50%;
    top : 50%;
    margin : -30px 0px 0px -30px;
    background: url('/auction/resource/static/image/common/loading_32.gif') no-repeat center center;
}
/* 로딩 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 스포라이트 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.spotlight {
    background-color: #000000;
    z-index: 9997;
    position: fixed;
    top: 0;
    left: 0;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    zoom: 1;
}
.spotlight-simple {
    background-color: #000000;
    z-index: 9997;
    position: fixed;
    top: 0px;
    left: 0;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    zoom: 1;
}
/* 스포라이트 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 상단 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #e5e5ec;
    background: #ffffff;
    z-index: 1001;
}
.header-inner {
    width: 1268px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.header-logo {
    width: 120px;
    height: 46px;
    background: url('/auction/resource/static/image/common/logo.png') no-repeat center center;
    background-size: contain;
}
.header-center-base {
    width: 490px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header-center-base li {
    width: 168px;
    text-align: right;
    font-size: 18px;
}
.header-center-base li:nth-child(2) {
    width: 155px;
    text-align: right;
    font-size: 18px;
}
.header-center-base li:nth-child(3) {
    width: 160px;
    text-align: right;
    font-size: 18px;
}
.header-center-base li a {
    color: #222222;
}
.header-right-base {
    width: 670px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.header-right-icon01-item {
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('/auction/resource/static/image/desktop/header/shopping-bag.png') no-repeat center center;
    background-size: contain;
}
.header-right-badge01-item {
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 0px 2px;
    border-radius: 50%;
    background: #d54040;
    color: #ffffff;
    font-size: 12px;
}
.header-right-base li:nth-child(2) {
    margin: 0 0 0 30px;
}
.header-right-icon02-item {
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('/auction/resource/static/image/desktop/header/charm_person.png') no-repeat center center;
    background-size: contain;
}
.header-right-base li:nth-child(3) {
    margin: 0 0 0 26px;
}
.header-right-icon03-item {
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: url('/auction/resource/static/image/desktop/header/bell.png') no-repeat center center;
    background-size: contain;
}
.header-right-badge03-item {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d54040;
    color: #ffffff;
    font-size: 12px;
}
.header-right-base li:nth-child(4) {
    margin: 0 0 0 38px;
}
.header-right-button-item {
    width: 86px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    background: linear-gradient(to bottom, #76C1DE 0%, #1E92C0 100%);
}
/* 버턴효과 : 차후에 적용 */
/*
.header-right-button-base:hover {
    filter: brightness(1.03);
}
.header-right-button-base:active {
    transform: translateY(1px);
}
*/
.header-right-signout-button-item {
    cursor: pointer;
}
.header-right-base li:nth-child(5) {
    margin: 0 0 0 30px;
}
.header-right-text-item {
    color: #111111;
    font-size: 14px;
}
/* 서브메뉴 */
.header-sub-wrap {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e5ec;
    display: none;
    z-index: 1000;
}
.header-sub-inner {
    width: 1268px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.header-sub-menu {
    display: none;
}
.header-sub-menu ul {
    display: flex;
    gap: 60px;
}
.header-sub-menu li a {
    font-size: 16px;
    color: #222222;
}
.header-sub-menu li a:hover {
    color: #1E92C0;
}
/* 상단 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 하단 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.footer {
    height: 457px;
    background: #fafafa;
    border-top: 1px solid #e5e5ec;
    box-sizing: content-box;
}
.footer-inner {
    width: 1080px;
    height: 457px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.footer-container {
    width: 1080px;
    height: 457px;
}
.footer-section-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 60px 0 0 0;
}
.footer-customer-item {
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.footer-customer-title-item {
    font-size: 14px;
}
.footer-customer-contact-item {
    font-size: 24px;
    margin: 6px 0;
}
.footer-customer-time-item {
    font-size: 13px;
    color: #505050;
}
.footer-customer-email-item {
    font-size: 13px;
    color: #505050;
}
.footer-customer-info-item {
    font-size: 13px;
    color: #505050;
    margin-top: 24px;
}
.footer-sitemap-item {
    width: 640px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.footer-sitemap-menu01-item {
    width: 80px;
    text-align: left;
    margin-right: 65px;
}
.footer-sitemap-menu02-item {
    width: 80px;
    text-align: left;
    margin-right: 88px;
}
.footer-sitemap-menu03-item {
    width: 49px;
    text-align: left;
}
.footer-sitemap-title-item {
    font-size: 14px;
    text-align: left;
}
.footer-sitemap-subtitle-item {
    font-size: 13px;
    text-align: left;
    margin-top: 8px;
}
.footer-sitemap-subtitle-item a {
    color: #505050;
}
.footer-line-item {
    width: 1080px;
    height: 1px;
    background: #d4d4d8;
    margin: 20px 0;
}
.footer-policy-item {
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-policy-menu-item a {
    font-size: 12px;
    color: #767676;
}
.footer-policy-bar-item {
    width: 1px;
    height: 11px;
    background: #eeeeee;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3px 12px 0 12px;
}
.footer-business-item {
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #767676;
}
.footer-bar-item {
    width: 1px;
    height: 11px;
    background: #eeeeee;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 1px 8px 0 8px;
}
.footer-site-info-item {
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #999999;
}
.footer-copyright-item {
    height: 22px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #767676;
    margin-top: 12px;
}
/* 하단 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 폼 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
input[type="text"],
input[type="password"] {
    width: 100% !important;
    height: 56px !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 8px !important;
    box-sizing: content-box !important;
    box-shadow: none !important;
    background: #ffffff !important;
}
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #1E92C0 !important;
}
textarea {
    width: 100% !important;
    height: 104px !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 8px !important;
    box-sizing: content-box !important;
    box-shadow: none !important;
    background: #ffffff !important;
}
textarea:focus {
    border-color: #1E92C0 !important;
}
input[type=text]:not(.browser-default):disabled,
input[type=password]:not(.browser-default):disabled,
textarea.materialize-textarea:disabled {
    background: #f1f1f1 !important;
    color: #999999 !important;
}
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea[readonly="readonly"] {
    background: transparent !important;
}
.checkbox-base input[type="checkbox"] {
    display: none;
}
.checkbox-base label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    color: #54595a;
}
.checkbox-base label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #d4d4d8;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: content-box;
}
.checkbox-base input[type="checkbox"]:checked + label::before,
.checkbox-image-base input[type="checkbox"]:checked + label::before {
    background: url('/auction/resource/static/image/common/check_white.svg') no-repeat center center #1E92C0 ;
    background-size: 17px 14px;
    border-color: #1E92C0;
}
[type="radio"]:not(:checked)+span,
[type="radio"]:checked+span {
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
}
[type="radio"]:not(:checked)+span:before,
[type="radio"]:not(:checked)+span:after {
    border: none !important;
}
[type="radio"]+span:before,
[type="radio"]+span:after {
    margin: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
}
[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border-color: #1E7F8C !important;
}
.radio-item.radio-item-customer [type="radio"]:checked+span:after,
.radio-item.radio-item-customer [type="radio"].with-gap:checked+span:before,
.radio-item.radio-item-customer [type="radio"].with-gap:checked+span:after {
    border-color: #1E92C0 !important;
}
.radio-base {
    display: flex;
    gap: 32px;
    align-items: center;
}
.radio-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
    position: relative;
}
.radio-item > input[type="radio"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    opacity: 0;
}
.radio-item .radio-ui{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #D4D4D8;
    background: #ffffff;
    position: relative;
    flex: 0 0 20px;
}
.radio-item input[type="radio"]:checked + .radio-ui{
    border-color: #1E7F8C;
}
.radio-item.radio-item-customer input[type="radio"]:checked + .radio-ui{
    border-color: #1E92C0;
}
.radio-item > input[type="radio"]:checked + .radio-ui::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 4px #1E7F8C;
}
.radio-item.radio-item-customer > input[type="radio"]:checked + .radio-ui::after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 4px #1E92C0;
}
.radio-item .radio-text{
    font-size: 15px;
    color: #222222;
}
select {
    height: 36px !important;
    border: 1px solid #d4d4d8 !important;
    border-radius: 6px !important;
    padding: 0 12px !important;
    color: #767676 !important;
}
select:focus {
    border-color: #1E92C0 !important;
}
.k-dropdown {
    vertical-align: top !important;
}
.k-dropdown .k-state-default {
    padding: 7px !important;
    border: 1px solid #D4D4D8 !important;
    border-radius: 6px !important;
    background:#ffffff !important;
    box-sizing: border-box !important;
}
.k-dropdown .k-state-selected,
.k-dropdown .k-state-focused,
.k-dropdown .k-state-hover {
    box-shadow: none !important;
}
.k-dropdown .k-input {
    line-height:1.65em !important;
    text-indent: .571em !important;
}
.k-dropdown .k-select {
    line-height: 2.8em !important;
}
.k-list-container {
    color: #222222 !important;
    font-stretch: normal !important;
    background:#ffffff !important;
    border-radius: 6px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.k-list-container .k-item {
    /*
    height: 32px !important;
    line-height: 32px !important;
    */
    padding-top:5px !important;
    padding-bottom:5px !important;
    font-size:14px !important;
}
.k-list-container .k-state-selected,
.k-list-container .k-state-focused {
    background: #ffffff !important;
    color: #1E7F8C !important;
    box-shadow: none !important;
}
.k-list-container .k-state-hover {
    background: #ffffff !important;
    color: #1E7F8C !important;
    border-color: #ffffff !important;
    cursor: pointer;
}
/* 폼 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 섹션 애니메이선 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*
.section-content {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}
.section-content.showoff {
    opacity: 1;
    transform: translateY(0);
}
.section-content.showon {
    opacity: 0;
    transform: translateY(50px);
}
*/
/* 섹션 애니메이선 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 모달 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.modal {
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    background: #ffffff !important;
}
.modal .modal-content {
    width: 100%; !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
}
.modal .modal-title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; !important;
    height: 66px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E5E5EC !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-size: 20px;
    color: #222222;
    padding: 0 24px !important;
}
.modal .modal-title-close {
    position: absolute;
    top: 0;
    right: 24px;
    width: 32px;
    height: 32px !important;
    background: url('/auction/resource/static/image/common/modal_close.svg') no-repeat center center;
    padding: 33px 0 !important;
    margin: 0 0 0 0 !important;
}
.modal .modal-content-base {
    overflow: hidden !important;
    overflow-y: auto !important;
    padding: 24px !important;
}
.modal .modal-footer {
    width: 100% !important;
    height: 77px !important;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06) !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 15px !important;
}
.modal .modal-footer .cancel-button {
    width: 120px !important;
    height: 46px !important;
    line-height: 46px !important;
    border: 1px solid #D4D4D8;
    border-radius: 6px;
    box-sizing: border-box;
    color: #505050;
    cursor: pointer;
}
.modal .modal-footer .confirm-button {
    width: 240px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E7F8C !important;
    border-radius: 6px;
    margin-left: 12px;
    color: #ffffff;
    cursor: pointer;
}
.modal .modal-footer .confirm-button-customer {
    width: 240px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E92C0 !important;
    border-radius: 6px;
    margin-left: 12px;
    color: #ffffff;
    cursor: pointer;
}
.material-alert {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 400px !important;
    height: 250px !important;
}
.modal.material-alert .modal-content > span {
    padding: 24px 24px 34px 24px !important;
    display: block !important;
}
.modal.material-alert .modal-footer {
    width: 100% !important;
    height: 77px !important;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06) !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 15px !important;
}
.modal.material-alert .material-alert-button {
    width: 120px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E92C0 !important;
    border-radius: 6px;
    margin-left: 12px;
    color: #ffffff;
}
.material-dialog {
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 400px !important;
    height: 250px !important;
}
.modal.material-dialog .modal-content > span {
    padding: 24px 24px 34px 24px !important;
    display: block !important;
}
.modal.material-dialog .modal-footer {
    width: 100% !important;
    height: 77px !important;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.06) !important;
    background: #ffffff !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 15px !important;
}
.modal.material-dialog .material-close-button {
    width: 150px !important;
    height: 46px !important;
    line-height: 46px !important;
    border: 1px solid #D4D4D8;
    border-radius: 6px;
    box-sizing: border-box;
    color: #505050;
    background: #ffffff !important;
}
.modal.material-dialog .material-confirm-button {
    width: 150px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E92C0 !important;
    border-radius: 6px;
    margin-left: 12px !important;
    color: #ffffff;
}
.modal.material-dialog .material-signin-move-button {
    width: 200px !important;
    height: 46px !important;
    line-height: 46px !important;
    background: #1E92C0 !important;
    border-radius: 6px;
    margin-left: 12px !important;
    color: #ffffff;
}
.btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* 모달 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 페이징 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.paging-base {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.paging-base div:not(:nth-child(3)) {
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #333333;
}
.paging-base img {
    width: 36px;
    height: 36px;
    display: block;
}
.paging-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.paging-item div {
    font-family: 'Pretendard-Regular', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #333333;
}
.paging-item div.on {
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    background: #EDF5F8;
    color: #1E92C0;
    border-radius: 6px;
}
/* 페이징 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 이동 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.request-move-item,
.signin-move-item {
    cursor: pointer;
}
.request-move-item:hover,
.signin-move-item:hover {
    color: #1E92C0;
}
/* 이동 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */