@charset "utf-8";
/* 기본 초기화 및 전역 설정 =============================================== */
* {box-sizing: border-box;}
a {text-decoration: none; color: inherit;}
html,body {margin: 0px; padding: 0px; width: 100%; height: 100%; border: 0;}
body {padding-top: 139px; word-break: break-word; -ms-word-break: break-all; font-family: 'Satoshi', sans-serif; font-weight: 400; background-color: #fff; font-size: 14px; line-height: 1.5em; color: #555555;}
h1,h2,h3,h4,h5,h6 {font-size: 12px; text-align: left;}
img,fieldset,iframe {border: 0 none;}
iframe {margin: 0; padding: 0; display: block;}
li {list-style: none;}
ul,li {margin: 0; padding: 0; box-sizing: border-box;}
hr {background-color: #dedede; border: 0 none; color: #dedede; height: 1px;}
.blind {display:none;}


/* 폰트 임베딩 ============================================================ */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'PLRegular';
    src: url('./font/paperlogy/Paperlogy-4Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PLBold';
    src: url('./font/paperlogy/Paperlogy-7Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Satoshi';
    src: url('./font/Satoshi/Satoshi-Variable.woff') format('woff');
    src: url('./font/Satoshi/Satoshi-Variable.woff2') format('woff2');
    font-weight: 300 400 500 600 700 800 900;
    font-display: swap;
}


/* 버튼 스타일 ============================================================ */
button {
    all: unset; display: inline-block; cursor: pointer; padding: 0 16px; margin: 0; border: none; background: none; color: inherit;
    font: inherit; line-height: inherit; text-align: inherit; appearance: none;
}
.btn-list {display: flex; gap: 8px; flex-direction: row;}
.btn-list.align-right {justify-content: flex-end;}
.btn-wrap {justify-content: space-between; padding: 24px 0; position: fixed; bottom: 0; width: calc(100% - 48px); background: #f8f8f8; display: flex; align-items: center; gap: 8px;}
.btn-style {display: flex; gap: 6px; padding: 0 32px; line-height: 46px; border-radius: 8px; color: #ffffff; font-size: 17px; justify-content: center; font-family: 'Satoshi', sans-serif; font-weight: 600; box-sizing: border-box;}
.btn-style:hover {text-decoration: underline;}
.btn-color-cancel {background-color: #aaaaaa; border: 1px solid #aaaaaa;}
.btn-color-cancel:disabled {color: #dedede;}
.btn-color-cancel:disabled:hover {text-decoration: none;}
.btn-color-CTA {background-color: #005bf1; border: 1px solid #005bf1;}
.btn-color-sub {background-color: #E9F5FF; color: #005BF1 !important;}
.btn-color-subLine {background-color: #fff; color: #005BF1 !important; border: 1px solid #005BF1;}
.btn-color-yellow {background-color: #ffd814; color: #111111 !important;}
.btn-color-white {background: #ffffff; color: #555555 !important; border: 1px solid #dedede;}
.btn-color-grey {background: #f4f4f4 !important; border: 1px solid #dedede !important; color: #555555 !important;}
.btn-h32 {line-height: 30px !important; height: 32px; font-size: 14px !important; padding: 0 12px !important; border-radius: 4px;}
.btn-h40 {line-height: 38px !important; height: 40px; font-size: 16px !important; padding: 0 20px !important;}
.btn-h56 {line-height: 54px !important; height: 56px; font-size: 18px !important; padding: 0 24px !important;}
.btn-round {border-radius: 50px !important;}
.cart-in-btn {display: inline-block; box-sizing: border-box; font-weight: 600; font-size: 17px; background: #E9F5FF; color: #005BF1 !important; line-height: 48px; padding: 0px 16px; border-radius: 24px; letter-spacing: -.01em;}
.btn-delete {padding: 0;}
.pop-layer-wrap .btn-wrap {padding: 24px 0;}


/* 입력 요소 스타일 (input, select, textarea) ============================= */
/* Select 플로팅 라벨 스크립트는 pop_create.php를 참고 */
input, select {
    outline: none; border: 1px solid #dedede; border-radius: 8px; background: #ffffff; color: #333; 
    line-height: 38px; height: 40px; padding: 0 12px; font-size: 14px;
}
input[type="text"]:focus {border-color: #005bf1;}
input[type="text"]::placeholder {color: #aaaaaa;}
input[type="text"]:disabled {background: #f4f4f4; color: #888; border-color: #e0e0e0; cursor: not-allowed;}
input[type="text"].input-error + label {top: 35%;}
.custom-dropdown2 {width: 100%; font-size: 15px; border: 1px solid #dedede; border-radius: 8px; line-height: 46px; padding: 0 16px;}
.custom-select2 {cursor: pointer; height: 46px; color: #333333;}
.custom-options {max-height: 264px; overflow-y: auto; width: 100%; left: 0;}
.custom-options div.selected + label {top: -10px; left: 8px; font-size: 12px; color: #005bf1;}
.input-container {position: relative; flex: 1;}
.input-container input {width: 100%; padding: 0 16px; font-size: 15px; border: 1px solid #dedede; border-radius: 8px; outline: none; height: 48px; line-height: 46px; color: #333333;}
.input-container input:focus {border-color: #005bf1;}
.input-container2 {display: flex; gap: 8px;}
.input-container input:focus + label, 
.input-container input:not(:placeholder-shown) + label,
.custom-select2.active ~ label,
.custom-options.active + label {top: -6px; left: 12px; font-size: 12px; color: #005bf1; background: #ffffff; padding: 0 2px; line-height: 1;}
.custom-select2.active + .custom-options + label {color: #555555;}
.custom-select2.active + .custom-options.active + label {color: #005bf1;}
.input-container input:not(:focus):not(:placeholder-shown) + label {color: #555555;}
.input-container input::placeholder {color: transparent;}
.input-container label {position: absolute; top: 15px; left: 16px; font-size: 16px; color: #888; pointer-events: none; transition: all 0.2s ease-in-out; line-height: 1;}
select {background: url('../image_1/ico_arrow_dropdown_bk.svg') no-repeat right 12px center; background-color: #ffffff; background-size: 8px auto; appearance: none; padding: 0 40px 0 12px;}
select.h48 {height: 48px;}
textarea {border: 1px solid #dedede; border-radius: 8px; padding: 10px 12px; outline: none; font-family: "Satoshi";}
.textarea-container {line-height: 0;}
/* 유효성 검사 및 에러 안내 텍스트 */
.help-text {margin-top: 3px; position: absolute; top: 100%; left: 3px;}
.help-text span {font-size: 13px; line-height: 1.4;}


/* 체크박스 ======================================================================================== */
input[type="checkbox"] {border: 0;}
label.check-box {display: block; width: 20px; height: 20px; cursor: pointer; background: url("../img/btn-check-unchecked.svg?250423") no-repeat center;}
label.check-box:has(input[type="checkbox"]:checked) {background: url("../img/btn-check.svg?250423") no-repeat center;}
label.check-box > input[type="checkbox"] {display:none;}
label:has(input[type="checkbox"].check) {display: flex; align-items: center;}
/* 20*20 사이즈 */
input[type="checkbox"].check {appearance: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; width: 20px; height: 20px; margin: 0 4px 0 0; background: url('../img/btn-check-unchecked.svg?250423') no-repeat center center; background-size: auto auto; border-radius: 0;}
input[type="checkbox"]:checked.check {background: url('../img/btn-check.svg?250423') no-repeat center center;}
/* 24*24 사이즈 */
input[type="checkbox"].check-box {appearance: none; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; width: 24px; height: 24px; margin: 0 6px 0 0; outline: none; background: url('../img/btn-check-unchecked.svg?250423') no-repeat center center; background-size: auto auto; border-radius: 4px;}
input[type="checkbox"]:checked.check-box {background: url('../img/btn-check.svg?250423') no-repeat center center; background-size: auto auto;}
input[type="checkbox"]:disabled.check-box {background: url('../img/btn-check-disabled.svg?250613') no-repeat center center; background-size: auto auto;}
input[type="checkbox"] + span {font-size: 15px; color: #333333; line-height: 1;}
input[type="checkbox"] + span > a {color: #005bf1; text-decoration: underline;}
input[type="checkbox"] + p {line-height: 1.4; margin: 0; padding: 0;}
.chk-with-txt {display: flex; gap: 6px;}
label.check-box-wrap {display: flex; align-items: center; width: fit-content;}


/* 라디오버튼 ======================================================================================== */
.radio-group {display: flex; gap: 24px; align-items: center; flex-direction: column;}
.radio-group input {display: none;}
.radio-group label {display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 16px; position: relative; padding: 0 0 0 28px;}
.radio-group label::before {content: ""; display: block; position: absolute; top: 50%; left: 0; width: 20px; height: 20px; background: url('../img/ico/ico-radio.svg'); transform: translateY(-50%);}
.radio-group input:checked + label::before {background: url('../img/ico/ico-radio-selected.svg');}


/* 그 외 유틸 ============================================================ */
.numCss input[type="checkbox"].check {width: 24px; height: 24px; margin: 0; background-size: 24px 24px;}
.price-notice { 
    background: #ededed; color: #162a4a9c; border-radius: 4px; padding: 4px; text-align: center; margin: 10px 0 6px; font-size: 14px; font-weight: 500; 
    border: 1px solid #88888850; animation: price-notice-pulse 2s ease-in-out infinite; transition: all 0.3s ease;
}

@keyframes price-notice-pulse {
    0%, 100% {
        background: #ededed; border: 1px solid #88888850;
    }
    50% {
        background: #e9f5ff; border: 1px solid #005bf140;
    }
}


/* ★★★★★★★★★★★★ ======================== CSS 정리 여기까지 ======================== ★★★★★★★★★★★★ */


/* 탭 스타일링 ============================================================================================== */
/* 사각형 탭 */
.tab-container {margin: 0 auto; position: relative;}
.tab-menu {width: 100%; display: flex; border-radius: 8px; background: #f4f4f4; padding: 8px; position: sticky; top: 10px; box-shadow:none;}
.tab-button {
    color: #888888; background-color: #f4f4f4; padding: 12px 20px 13px; cursor: pointer; font-size: 18px; border-radius: 8px; transition: background-color 0.3s; 
    font-weight: 600; text-align: center; border: 1px solid #f4f4f4; flex-grow: 1;
}
.tab-button:hover {text-decoration: underline;}
.tab-button.active {background-color: #fff; border: 1px solid #005bf150; color: #005bf1; box-shadow: 0 4px 16px rgba(0,91,241,.1);}
.tab-content {padding: 36px 0 36px; background-color: #fff;}
.tab-content .pic {text-align: center; margin-bottom: 56px;}
.tab-title {margin-bottom: 24px; padding: 0; border-width: 0 0 1px 0;}

/* 라인 탭 */
.tab-lineStyle {line-height: 64px;}


/* 노이미지 ============================================================================================== */
.noImg {width: 100%; height: 100%; background-color: #EDEDED; display: flex; justify-content: center; align-items: center; border-radius: 8px;}


/* 타이틀 ============================================================================================== */

/* 섹션 타이틀 */
.main-tit {letter-spacing: 0; line-height: 1; margin: 0; justify-content: space-between; align-items: center;}
.main-tit, .main-tit > a {color: #111111; font-size: 28px; font-family: "PLBold"; display: flex;}
.main-tit span.btn-seeMore { 
    float: none !important; font-family: "PLRegular"; font-size: 16px; display: inline-block; color: #777777;
    line-height: 1; margin-left: 12px; font-weight: normal; background: #f4f4f4; padding: 6px 12px; border-radius: 8px;
}
.main-tit > a > span {font-size: 16px;}
.main-tit > div > a {display: block; line-height: 46px; font-size: 16px; color: #555555; padding: 0 24px; border: 1px solid #dedede; border-radius: 24px;}
.main-tit > div.btn-list {display: flex; gap: 8px;}
.main-tit > div.btn-list img {vertical-align: middle;}

/* 서브 섹션 타이틀 */
.subTop-A {display: flex; margin: -4px 0 40px; justify-content: space-between; align-items: center; font-family: "PLBold";}
.subTop-A .subTitle-A {font-size: 22px;line-height: 1;color: #111111;}
.subTop-A .dropdown-menu {position: relative; display: block; top: 0; background-color: transparent; box-shadow: unset; width: auto;}
.subTop-A .dropdown-button {display: flex; align-items: center; gap: 8px; font-size: 16px; color: #555555; cursor: pointer; transition: background 0.2s;}
.subTop-A .dropdown-button:hover {color: #333333;}
.subTop-A .dropdown-button::after {content: ''; display: inline-block; width: 0; height: 0; border-left: 4.5px solid transparent; border-right: 4.5px solid transparent; border-top: 6px solid #888; transition: transform 0.3s; margin-top: 2px;}
.subTop-A .dropdown-button.active::after {transform: rotate(180deg);}
.subTop-A .dropdown-list {display: none; position: absolute; top: 100%; right: 0; margin-top: 12px; padding: 4px; background: #ffffff; border: 1px solid #dedede; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); min-width: 160px; z-index: 1000;}
.subTop-A .dropdown-list.active {display: block;}
.subTop-A .dropdown-list a {display: block; padding: 9px 16px 10px; font-size: 14px; color: #555555; text-decoration: none; transition: background 0.2s; font-family: 'Satoshi'; border-radius: 8px;}
.subTop-A .dropdown-list a:hover {background: #E9ECF4;}
.subTop-A .indicator {display: flex; font-size: 16px; font-family: "PLBold"; color: #aaaaaa;}
.subTop-A .indicator > div {position: relative; margin-right: 36px;}
.subTop-A .indicator > div.active-page {color: #555555;}
.subTop-A .indicator > div::after {display: block; content: ""; width: 24px; height: 24px; background: url('../img/ico/ico-next-h24.svg') no-repeat; background-size: 24px; position: absolute; right: -30px; top: -3px;}
.subTop-A .indicator > div:last-child {margin-right: 0;}
.subTop-A .indicator > div:last-child::after {display: none;}
.subTitle-B {
    height: 40px; color: #333333; font-size: 18px; font-weight: 600; font-family: "PLBold"; border-bottom: 1px solid #555555; 
    padding: 0 0 12px 0; display: flex; align-items: center; margin-top: 48px; gap: 12px; justify-content: space-between;
}


/* 타이틀 ============================================================================================== */

/* 툴팁 */
.tooltip_btn {
    width: 224px; position: absolute; top: 44px; z-index: 999999; padding: 12px 16px; background-color: rgb(255, 255, 255); 
    line-height: 150%; text-align: left; word-break: normal; border-radius: 8px; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15); 
    font-family: "PLRegular"; font-size: 13px; box-sizing: border-box;
}

/* 툴팁: 마이페이지 */
.tooltip-container {position: relative; width: fit-content; margin: auto 0 auto auto;}
.tooltip-container .tooltip-box {
    display: none; position: absolute; top: 41px; right: 0; background: #fff; border-radius: 20px; text-align: center; z-index: 999;
    padding: 24px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); white-space: nowrap; font-size: 18px; color: #333333;
}
.tooltip-container:hover .tooltip-box {display: block;}
.tooltip-box.bgblue {background-color: #e9f5ff; border: 1px solid #005bf115}
.tooltip-box.bgred {background-color: #FFE9E9; border: 1px solid #ff383810}
.tooltip-box.sizeS {padding: 16px 20px; font-size: 14px; border-radius: 8px; top: 25px;}

/* paginate */
.paginate{display:block;clear:both;width:100%; height:40px; padding-top:20px; text-align:center}
.paginate span{margin:0 1px;padding:0 4px; font-family: 'Satoshi', sans-serif; font-size: 12px; font-weight:400;}
.paginate a{margin:0 2px;color:#999;text-decoration:none}
.paginate a img{vertical-align:-.2em}
.paginate a:hover span{color:#000}
.paginate strong span{color:#000;text-decoration:none}

/* paginate_b */
.paginate_b{ float:left; width:100%; padding:25px 0 30px 0; text-align:center; }
.paginate_b a,.paginate_s strong{display:inline-block;_position:relative;padding:0 8px 0 7px; background:#fff;color:#767676; font-family: 'Satoshi', sans-serif; font-size:12px; font-weight:600; line-height:normal;text-decoration:none}
.paginate_b strong{padding:0 8px 0 7px; font-family: 'Satoshi', sans-serif; font-size:14px; font-weight: 600; color:#4159ae !important}
.paginate_b a:hover{ color:#4159ae}

/* paginate_s */
.paginate_s{ float:left; width:100%; padding:25px 0 30px 0; text-align:center;  border-top:#d6d6d6 solid 2px;}
.paginate_s a,.paginate_s strong{display:inline-block;_position:relative;margin-left:-7px;padding:0 8px 0 7px;border-right:1px solid #ccc;border-left:1px solid #ccc;background:#fff;color:#767676; font-family: 'Satoshi', sans-serif; font-size: 12px; font-weight:bo 600; line-height:normal;text-decoration:none}
.paginate_s strong{color:#3556fb !important}
.paginate_s a:hover{ color:#3556fb}
.paginate_s a.pre       {padding:3px 8px 1px 16px;border:none;background:url('/webimage/ico/bu_pg1_l1.gif') no-repeat 8px 6px !important;font-weight:normal;}
.paginate_s a.pre_end   {padding:3px 8px 1px 16px;border:none;background:url('/webimage/ico/bu_pg1_l2.gif') no-repeat 4px 6px !important;font-weight:normal;}
.paginate_s a.next      {padding:3px 16px 1px 8px;border:none;background:url('/webimage/ico/bu_pg1_r1.gif') no-repeat 37px 6px !important;font-weight:normal;}
.paginate_s a.next_end  {padding:3px 16px 1px 8px;border:none;background:url('/webimage/ico/bu_pg1_r2.gif') no-repeat 24px 6px !important;font-weight:normal;}

/* color */
.red { color:#ff3838 !important;}
.orange { color:#ff7d07 !important;}
.orange2 { color:#ff6600 !important;}
.yellow { color:#e6a300 !important;}
.green { color:#00AD34 !important;}
.green2 { color:#00AD34 !important;}
.sky { color:#127bcd}
.blue { color:#005bf1 !important;}
.violet { color:#71059e}
.black { color:#111}
.gray { color:#757575}
.gray2 { color:#414141}
.point01 { color:#c85252;}
.point02 { color:#4a979a;}
.point03 { color:#ff3838 !important;}
.point04 { color:#666666;}
.green3 { color:#baff00}
.greendark {color:#b2d953}
.greenneon { color:#CF0}
.skyneon { color:#0FF}
.redpink { color:#ea3256}
.white {color:#FFFFFF; background:none /* 쿼크모드 백그라운드 문제로 추가*/}
.gray8 {color: #888;}
.gray5 {color: #555;}
.gray3 {color: #333;}

/* new - common color pallet */
/* 텍스트 색상 */
.colorMain {color: #005bf1 !important;}
.colorRed {color: #ff3838 !important;}

/* font-weight */
.font-regular {font-weight: 400 !important;}
.font-medium {font-weight: 500 !important;}
.font-semiB {font-weight: 600 !important;}
.font-bold {font-weight: 700 !important;}

/* 여백 */
.mg_t00 { margin-top: 0px !important; }
.mg_t08 { margin-top: 8px !important; }
.mg_t16 { margin-top: 16px !important; }
.mg_t20 { margin-top: 20px !important; }
.mg_t24 { margin-top: 24px !important; }
.mg_t32 { margin-top: 32px !important; }
.mg_t40 { margin-top: 40px !important; }
.mg_t48 { margin-top: 48px !important; }
.mg_t56 { margin-top: 56px !important; }
.mg_t64 { margin-top: 64px !important; }
.mg_t72 { margin-top: 72px !important; }

.mg_b00 { margin-bottom: 0px !important; }
.mg_b08 { margin-bottom: 8px !important; }
.mg_b16 { margin-bottom: 16px !important; }
.mg_b20 { margin-bottom: 20px !important; }
.mg_b24 { margin-bottom: 24px !important; }
.mg_b32 { margin-bottom: 32px !important; }
.mg_b40 { margin-bottom: 40px !important; }
.mg_b48 { margin-bottom: 48px !important; }
.mg_b56 { margin-bottom: 56px !important; }
.mg_b64 { margin-bottom: 64px !important; }
.mg_b72 { margin-bottom: 72px !important; }

.mg_l00 { margin-left: 0px !important; }
.mg_l08 { margin-left: 8px !important; }
.mg_l16 { margin-left: 16px !important; }
.mg_l20 { margin-left: 20px !important; }
.mg_l24 { margin-left: 24px !important; }
.mg_l32 { margin-left: 32px !important; }
.mg_l40 { margin-left: 40px !important; }
.mg_l48 { margin-left: 48px !important; }
.mg_l56 { margin-left: 56px !important; }
.mg_l64 { margin-left: 64px !important; }
.mg_l72 { margin-left: 72px !important; }

.mg_r00 { margin-right: 0px !important; }
.mg_r08 { margin-right: 8px !important; }
.mg_r16 { margin-right: 16px !important; }
.mg_r20 { margin-right: 20px !important; }
.mg_r24 { margin-right: 24px !important; }
.mg_r32 { margin-right: 32px !important; }
.mg_r40 { margin-right: 40px !important; }
.mg_r48 { margin-right: 48px !important; }
.mg_r56 { margin-right: 56px !important; }
.mg_r64 { margin-right: 64px !important; }
.mg_r72 { margin-right: 72px !important; }

.pd_t00 { padding-top: 0px !important; }
.pd_t08 { padding-top: 8px !important; }
.pd_t16 { padding-top: 16px !important; }
.pd_t20 { padding-top: 20px !important; }
.pd_t24 { padding-top: 24px !important; }
.pd_t32 { padding-top: 32px !important; }
.pd_t40 { padding-top: 40px !important; }
.pd_t48 { padding-top: 48px !important; }
.pd_t56 { padding-top: 56px !important; }
.pd_t64 { padding-top: 64px !important; }
.pd_t72 { padding-top: 72px !important; }

.pd_b00 { padding-bottom: 0px !important; }
.pd_b08 { padding-bottom: 8px !important; }
.pd_b16 { padding-bottom: 16px !important; }
.pd_b20 { padding-bottom: 20px !important; }
.pd_b24 { padding-bottom: 24px !important; }
.pd_b32 { padding-bottom: 32px !important; }
.pd_b40 { padding-bottom: 40px !important; }
.pd_b48 { padding-bottom: 48px !important; }
.pd_b56 { padding-bottom: 56px !important; }
.pd_b64 { padding-bottom: 64px !important; }
.pd_b72 { padding-bottom: 72px !important; }

.pd_l00 { padding-left: 0px !important; }
.pd_l08 { padding-left: 8px !important; }
.pd_l16 { padding-left: 16px !important; }
.pd_l20 { padding-left: 20px !important; }
.pd_l24 { padding-left: 24px !important; }
.pd_l32 { padding-left: 32px !important; }
.pd_l40 { padding-left: 40px !important; }
.pd_l48 { padding-left: 48px !important; }
.pd_l56 { padding-left: 56px !important; }
.pd_l64 { padding-left: 64px !important; }
.pd_l72 { padding-left: 72px !important; }

.pd_r00 { padding-right: 0px !important; }
.pd_r08 { padding-right: 8px !important; }
.pd_r16 { padding-right: 16px !important; }
.pd_r20 { padding-right: 20px !important; }
.pd_r24 { padding-right: 24px !important; }
.pd_r32 { padding-right: 32px !important; }
.pd_r40 { padding-right: 40px !important; }
.pd_r48 { padding-right: 48px !important; }
.pd_r56 { padding-right: 56px !important; }
.pd_r64 { padding-right: 64px !important; }
.pd_r72 { padding-right: 72px !important; }

/* flex division */
.flex-col-gap8 {display: flex; gap: 8px; flex-direction: column;}
.flex-col-gap16 {display: flex; gap: 16px; flex-direction: column;}
.flex-col-gap24 {display: flex; gap: 24px; flex-direction: column;}

.flex-row-gap0 {display: flex; flex-direction: row; align-items: center;}
.flex-row-gap4 {display: flex; gap: 4px; flex-direction: row; align-items: center;}
.flex-row-gap6 {display: flex; gap: 6px; flex-direction: row; align-items: center;}
.flex-row-gap8 {display: flex; gap: 8px; flex-direction: row; align-items: center;}
.flex-row-gap16 {display: flex; gap: 16px; flex-direction: row; align-items: center;}
.flex-row-gap24 {display: flex; gap: 24px; flex-direction: row; align-items: center;}
.flex-row-gap40 {display: flex; gap: 40px; flex-direction: row; align-items: center;}

.flex-col-spacer {display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
.flex-row-spacer {display: flex; flex-direction: row; align-items: center; justify-content: space-between;}

/* text-align */
.txt-align-c {text-align: center !important;}
.txt-align-l {text-align: left !important;}
.txt-align-r {text-align: right !important;}

/* bg */
.bg_green {background-color:#666}

/* box */
.box {border:1px solid #dedede; height: 16px; font-size: 12px; color:#888888;}

/* line */
.lineEB {background-color:#ebebeb;}
.line_x { background:url('http://webimage.fdisk.co.kr/new/manager/bg_dotted_04_01.gif') repeat-x 50% 50%}
.line_y { background:url('http://webimage.fdisk.co.kr/new/manager/bg_dotted_04_01.gif') repeat-y 50% 50%}
.line_y_10 { background:url('http://webimage.fdisk.co.kr/new/manager/bg_dotted_04_01.gif') no-repeat 50% 50%}
.center_20 { text-align:center; padding:20px}

/* align */
.left_f { float:left }


#paging { position:relative; width:100%; clear:both; height:30px; margin: 56px auto 72px;}
#paging ul {display: flex; gap: 2px; align-items: center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); list-style:none; background: #f8f8f8; border-radius: 8px; padding: 0 4px;}
#paging ul li a {width: 28px; color: #555555; text-align: center; text-decoration: none; line-height: 28px; background: #f8f8f8; font-size: 12px; font-weight: 600; display: block;}
#paging ul li a.nextpre { width: 28px; height: 28px; box-sizing: border-box; padding-top: 10px; }
#paging ul li a.now {display: block; position: relative; z-index: 0; font-size: 13px; font-weight: 700; color: #005bf1;}
#paging ul li a.now::after {
    content:''; display: block; position: absolute; top: -2px; left: -2px; z-index: -1; width: 30px; height: 30px; line-height: 32px; color: #005bf1; background-color: #E9F5FF;
    border: 1px solid #005bf120; border-radius: 8px;
}
#paging ul li a:hover {text-decoration: underline;}
#paging ul li:first-child a.nextpre {border-radius: 8px 0 0 8px;}

#paging ul li:first-child a:not([class*="now"]) {border-radius: 8px 0 0 8px;}
#paging ul li:first-child a.nextpre::after {
    content: ''; display: block; width: 4.8px; height: 4.8px; border: 1px solid #555; border-width: 1px 1px 0 0; transform: rotate(-135deg); margin-left: 13px
}
#paging ul li:last-child a.nextpre {border-radius: 0 8px 8px 0;}
#paging ul li:last-child a:not([class*="now"]) {border-radius: 0 8px 8px 0;}
#paging ul li:last-child a.nextpre::after {
    content: ''; display: block; width: 4.8px; height: 4.8px; border: 1px solid #555; border-width: 1px 1px 0 0; transform: rotate(45deg); margin-left:10px
}


/* Bread-crumbs =================================================================================================== */
.bread-crumbs ul {display:flex;flex-wrap:wrap;}
.bread-crumbs > ul > li {margin-right:32px;position:relative;/* 드롭다운 위치 기준 */}
.bread-crumbs > ul > li:last-child > a {color: #333;}
.bread-crumbs > ul > li > a {font-family: "PLBold"; font-size: 15px; color: #888888; display: flex; align-items: center; gap: 8px; padding: 0 0 16px 0; height: 40px;}
.bread-crumbs > ul > li > a::after {display: block; content: ""; position: absolute; top: 7px; right: -19px; width: 8px; height: 8px; border-style: solid; border-color: #aaaaaa; border-width: 2px 2px 0 0; transform: rotate(45deg);}
.bread-crumbs > ul > li.cate_level3 > a::after {display: none;}
.bread-crumbs > ul > li:last-child > a::after {display: none;}
.bread-crumbs .arrow {display: block; border: 1px solid #dedede; border-radius: 4px; width: 24px; height: 24px; line-height: 15px; text-align: center;}
.bread-crumbs .dropdown-menu {display:none;position:absolute;top:32px;right:0; left: auto; background:#fff;border-radius: 8px; list-style:none;padding:4px;margin:0;width:184px;z-index:1000;}
.bread-crumbs .dropdown-menu li {width: 100%;}
.bread-crumbs .dropdown-menu li a {display:block;padding:5px 12px 6px;color:#333; border-radius: 4px;}
.bread-crumbs .dropdown-menu li a:hover {background:#E9ECF4;}
.bread-crumbs .on:hover .dropdown-menu {display:block;/* 활성 항목에 hover 시 드롭다운 표시 */}


/* pop-up =================================================================================================== */

/* 공통 */
#backgroundPopup{ display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:#000000; border:0; z-index:1000; }
#popupContact { 
	display: block; width: fit-content !important; height: fit-content !important; padding:0px; margin: 0 !important;
	position:fixed; top:50% !important; left:50% !important; transform: translate(-50%,-50%); z-index:9999;
}
#popupContact > table {min-width: 480px;}
#popupContact > table tr {}
.pop-tit {
    font-family: "PLBold"; font-size: 18px; color: #111111; margin: 0; position: fixed; top: 0; left: 24px; background: #f8f8f8; 
    width: calc(100% - 48px); padding: 24px 0; box-sizing: border-box; z-index: 99;
}
.pop-tit span {font-size: 15px; font-weight: 400; padding-left: 8px; color: #777777;}
.btn-pop-close {position: fixed; top: 24px; right: 24px; z-index: 100;}
.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 10;}
.popup {background: #fff; width: 400px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); padding: 20px; text-align: center; position: relative;}
.popup h2 {margin-top: 0; font-size: 20px; font-weight: bold;}
.popup .close-btn {position: absolute; top: 15px; right: 15px; font-size: 18px; cursor: pointer; background: none; border: none;}
.popup .input-group {margin-bottom: 15px; text-align: left;}
.popup input, .popup select {width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; margin-top: 5px;}
.popup button {width: 100%; padding: 12px; background-color: #005bf1; color: #fff; border: none; border-radius: 5px; font-size: 16px; cursor: pointer;}
.popup button:hover {background-color: #005bf1;}


/* pop-up > 상품 일괄담기 팝업 */
.pop-layer-wrap {
    position: relative; box-sizing: border-box; width: 1200px; border-radius: 10px; padding: 66px 24px 96px; background-color: #f6f6f6; 
    max-height: calc(100vh - 160px); overflow: auto; -ms-overflow-style: none; scrollbar-width: none;
}
.pop-layer-wrap::-webkit-scrollbar {
    display: none;
}
.pop-layer-wrap.small {width: 496px;}
.pop-layer-content { background: #ffffff; border-radius: 0; padding: 24px 20px 0; display: flex; flex-wrap: wrap; }
.pop-layer-content:first-of-type { border-radius: 8px 8px 0 0; }
.pop-layer-content::after { content: ""; display: block; width: 100%; background: #e3e3e3; height: 1px; margin-top: 24px; }
.pop-layer-content > div { flex: 1; width: calc((100% - 40px) / 2); }
.pop-layer-content .popup_ow { position: relative; width: 400px; }
.pop-layer-content .option_table { width: 100%; border-spacing: 0; border-collapse: collapse; color: #333333; }
.pop-layer-content .option_table tr { border-bottom: 8px solid transparent; }
.pop-layer-content .option_table tr:last-child { border-bottom: 0; }
.pop-layer-content .option_table tr td.price { font-size: 14px; color: #333333; width: 112px; box-sizing: border-box; text-align: right; }
.pop-layer-content .option_table tr td.price strong { font-size: 16px; font-weight: 700; }
.pop-layer-content .option_table tr td span.dc { display: inline-block; line-height: 0; color: #005bf1; }
.pop-layer-content .option_table tr td span.dc em {
    color: #FF3838; font-style: normal; font-weight: 600; border-radius: 5px; background-color: #E9ECF4; margin-left: 6px; width: 40px; 
    display: block; line-height: 20px; text-align: center; padding: 0 4px;
}
.pop-layer-content .option_table .option_txt {padding-left: 6px;}
.opt_cnt2 { display: flex; justify-content: space-between; }
.opt_cnt2 input {width: 32px; height: 24px; padding: 4px 6px; border: 0; text-align: center; border: 1px solid #dedede; border-width: 1px 0 1px 0; border-radius: 0;}
.opt_cnt2 span { display: flex; align-items: center; justify-content: center; }
.content-detail { margin-right: 40px; }
.content-detail .product_info figure img {border-radius: 5px;}
.content-detail .product_info figure { width: 72px; margin: 0; line-height: 0; }
.content-detail .product_info figcaption { width: calc(100% - 72px); }
.content-detail .product_info .item-info1 { display: flex; justify-content: space-between; }
.content-detail .product_info .item-name { font-size: 16px; color: #333333; margin: 4px 0 0 0; font-weight: 700; }
.content-detail .product_info .subject {margin: 16px 0 0 0;}
.content-detail .product_info .subject > div {position: relative;}
#popContent > div { padding: 0 !important; border: 0 !important; background: transparent !important; }
.arrow.btn_minus { background: url("../img/ico/ico-item-minus.svg") no-repeat center center; background-size: 10px auto; cursor: pointer; }
.arrow.btn_plus { background: url("../img/ico/ico-item-plus.svg") no-repeat center center; background-size: 10px auto; cursor: pointer; }
.totalPriceSpan { width: 100%; display: flex; justify-content: space-between; padding: 24px 20px; font-size: 14px; margin: 0; background: #ffffff; border-radius: 0 0 8px 8px; box-sizing: border-box; }
.totalPriceSpan .total-price { font-size: 20px; font-weight: 700; color: #FF3838; }
.totalPriceSpan .units { font-size: 14px; color: #333333; font-weight: 600; }
.style4 { color: #1B5891; font-size: 11px; }
.style5 { font-size: 11px; }
.style6 { color: #1B5891; }
.tBorder { border-top: 2px solid #999999; }
.bBorder { border-bottom: 2px solid #999999; }
.coc_brd_name { font-size: 15px; color: #888888; }
.dcper_table { width: 100%; border-spacing: 0; border-collapse: collapse; background: #F6F6F6; border-radius: 5px; }
.dcper_table tr td { font-size: 14px; padding: 8px 10px; border: 0; font-weight: 400; border-top: #e0e0e0 solid 1px; }
.dcper_table tr:nth-child(1) td { border-top: 0; }
.dcper_table tr td.dcper_table_f { background: none; font-size: 14px; }
.dcper_table tr td strong { color: #333333; font-size: 16px; }
.dcper_table .dcper_per { font-weight: bold; font-style: italic; color: #005bf1; width: 56px;}
.dcper_table .dcper_per .count_color { color: #ff3838; }
.dcper_table span.sky_blue { font-family: "Pretendard"; }

/* 로그인 sign in 팝업 */
.join-comment {font-size: 17px; color: #333333; text-align: center; font-weight: 600; margin-top: 24px; line-height: 1.4;}
.join-comment a {color: #005bf1; text-decoration: underline;}
.join-comment > span {font-size: 15px; font-weight: 400; color: #555555;}

/* 3D Packing Simulation 팝업 */
.popLayer2 .pop-tit {width: 100%; position: sticky; background: transparent; flex-shrink: 0; /* 크기 고정 */ background: #f8f8f8; position: sticky;}
.popLayer2 .pop-layer-wrap {padding: 0 24px 24px; display: flex; flex-direction: column; max-height: 90vh; /* 뷰포트 높이의 90% */ overflow: hidden;}
.popLayer2 .pop-layer-wrap button {position: absolute; right: 8px; top: 22px; z-index: 999;}
.popLayer2 .pop-subTit {margin: 0 0 16px 0; font-size: 18px; font-weight: 700; color: #333;}
.popLayer2 .popCon {align-items: flex-start; flex: 1; overflow-y: auto;}
.popLayer2 .popCon > div {flex: 1;}
.popLayer2 dl.shipping-info {padding: 0; margin: 20px 0 0 0; display: flex; flex-wrap: wrap; gap: 12px;}
.popLayer2 dl.shipping-info dt {width: calc(40% - 6px); font-size: 15px; color: #555;}
.popLayer2 dl.shipping-info dd {width: calc(60% - 6px); font-size: 16px; color: #333; margin: 0; text-align: right;}
.popLayer2 dl.shipping-info dd > ul {flex-direction: column; gap: 6px; color: #888; background: #f8f8f8; width: fit-content; align-items: flex-end; padding: 8px 12px; border-radius: 8px; margin: 6px 0 auto auto; overflow: hidden;}
.popLayer2 dl.shipping-info dd > ul li {display: block; width: 100%;}
.popLayer2 .info-con {background: #fff; padding: 20px; border-radius: 8px;}

.popLayer2 .toggle-arrow {cursor: pointer; display: inline-block !important; vertical-align: bottom; margin-left: 4px;}
.popLayer2 .toggle-arrow img {transition: transform 0.2s ease;}

.popLayer2 .box-label {display: flex;}
.popLayer2 .box-label strong {color: #fff; background: #005bf1; display: block; width: fit-content; padding: 3px 8px 2px; font-weight: 600; border-radius: 4px 0 0 4px;}
.popLayer2 .box-label span {border: 1px solid #dedede; border-width: 1px 1px 1px 0; border-radius: 0 4px 4px 0; display: block; width: fit-content; padding: 3px 8px 2px;}

.popLayer2 .canvas-wrap {padding: 16px; border: 1px solid #dedede; border-radius: 8px;}


/* 로딩 ================================================================================================================ */
.loading {display: flex; margin-top: 32px; align-items: center; justify-content: center; gap: 8px; text-align: center; width: 100%; font-family: 'PLBold'; font-size: 14px; color: #888;}
.loading img {width: 24px; opacity: 0.5;}
.loading.simulator {font-family: 'PLBold'; font-size: 14px; color: #005bf1; flex-direction: column; gap: 0px;}
.loading.simulator img { width: 80px; opacity: 1;}
/* 툴팁형 */
.loading-pop { 
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.50); color: white; padding: 16px 24px; border-radius: 8px; 
    font-size: 14px; font-weight: 500; z-index: 10000; display: flex; align-items: center; gap: 12px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); width: 296px;
}


/* header ======================================================================================*/
#header { position:relative; z-index:999; width:100%; margin:0; padding:0; text-align:center; border-bottom:#dadada solid 1px; box-sizing:border-box; position: fixed; top: 0;}
#header:after { display:block; clear:both; content:''; } 
#header .gnb {  position:relative; background-color:#005bf1; height:29px; color:#fff;}
#header .gnb .loginMenu { border:0; position:absolute; left:50%; margin-left:-100px; top:0px; width:600px; text-align:right; }
#header .gnb .loginMenu .nav_r li { display:inline; font:normal 13px/29px Dotum; padding:0 11px; }
#header .gnb .loginMenu .nav_r li a { color:#fff; text-decoration:none;}

#header .logo { position:absolute; top:20px; left:50%; width:256px; z-index:0;margin-left:-487px; text-align:left; }
#header .logo a {display:block; position:relative;}

#mainshr { position:absolute;top:50px;left:50%;z-index:0;width:300px;margin-left:-250px;text-align:left; }
#mainshr .hotshr{ position:relative; text-align:center;}
#mainshr .hotshr li { display:inline; padding:0px 1px; }

#header .searchForm { position:absolute; top:30px; left:50%; width:200px; z-index:0;margin-left:-20px; text-align:left; }
#header .nav ul { padding:0; margin:0; }
#header .nav li { display:inline-block; float:left; padding:0; margin:0; cursor:pointer; }
#header .nav .mainNaviSub {position:absolute;padding: 0px 10px;margin:0;margin-top: -5px;display:none;background-color:#fff;border:3px solid #005bf1;overflow: auto;width: 980px;box-sizing: border-box;/* height: 301px; */}

#header .nav .mainNaviSub h3 { clear:both; font-size:11px; }
#header .nav .mainNaviSub .line { border-top:1px solid #ededed; margin-top:10px; padding-top:10px; }
#header .nav .mainNaviSub .linea {font-size: 13px;color: #555555; border-bottom:1px solid #DCDDE2;margin: 0px 10px 5px 10px;padding-bottom:7px;}
#header .nav .mainNaviSub ul{float:left;display:block;width: 25%;/* max-height: 369px; */margin:0;padding: 16px 0;}
#header .nav .mainNaviSub li{clear:both;margin: 8px 10px 4px 10px;text-align:left;/* height: 24px; */}
#header .nav .mainNaviSub li a{font-size:14px;font-weight: 300;line-height: 18px;color: #555555;text-decoration:none;}
#header .nav .mainNaviSub li a:hover{ text-decoration: underline; }
#header .nav li.top_nav_a, #header .nav li.top_nav_a a { box-sizing:border-box; }
#header .nav li.top_nav_a a { display:block; padding:7px 11.5px; position:relative; }
/*#header .nav li.top_nav_a a::after { position:absolute; content:''; width:1px; height:20px; background:#ddd; top:50%; transform:translate(0,-50%); right:0; }*/
#header .nav li.top_nav_a a span {font-size: 14px; color: #383838; line-height: 36px;}
#header .nav li.top_nav_a a:hover span {text-decoration: underline;}
#header .nav li.top_nav_a a img { display:block; }
#header .nav li.top_nav_a:last-child a::after { display:none; }

/*#header .nav .navSubAll li { width:974px; height:354px;border:3px solid #005bf1;  }*/

#wrap { position:relative; width:1200px; margin:0 auto; padding: 24px 0 0 0; }
#wrap::after, #footer::after { display:block;clear:both; content:''; } 
#wrap .banner_top img { border-radius:40px 0; }

.no-scrollbar {scrollbar-width: none; -ms-overflow-style: none;}
.no-scrollbar::-webkit-scrollbar {display: none;}


/* main_banner */
.main_banner { width:980px; margin-top:5px; }

.roll_banner { float:left; width:768px; margin:0; padding:0;  }
.roll_banner img { width:768px; height:352px; }

.view_list { float:left; width:211px; }
.view_list li { display:inline-block; margin:0; padding:0; height:53px;}
.view_list li a { float:left; width:211px; cursor:pointer;  filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.2; table-layout:fixed; overflow:hidden; white-space:nowrap; }
.view_list li a:hover,
.view_list li a:active,
.view_list li a:focus {filter:alpha(opacity=100); opacity:1 ; -moz-opacity:0.0;}

#conleft{float:left;position:relative;width:184px; text-align:left}
#conright{float:left;position:relative;width:184px;margin-left:10px;text-align:left}

#container{float:left;position:relative;height:auto;margin:10px auto 0;padding:0;text-align:left}

/* best keyword search top 10 */
#realtime { float:left; width:153px;  border:0;  }
.tab_list_2{padding:0 0 0 0;}
.tab_list_2 ul{position:relative; margin:-1px 0 0 0; padding:0; list-style:none;*zoom:1}
.tab_list_2 ul::after{display:block;clear:both;content:""}

.tab_list_2 li{ float:left; font:normal 11px/17px Dotum;}
.tab_list_2 li a { float:left; position:relative; border:#e0e0e0 solid 1px; border-top:0; border-left:0; color:#8d8f8e; text-decoration:none;  margin:0;  }
.tab_list_2 li a span { display:inline-block; width:50px; padding:6px 0 0 0;  cursor:pointer; text-align:center; }

.tab_list_2 li ul{ display:none; position:absolute; top:32px; width:198px; margin:0 ; padding:5px 0 3px 0; border:0; list-style:none;*zoom:1;  background:url(../img/realtop_text.gif) no-repeat  7px;}
.tab_list_2 li ul::after{ display:block;clear:both;content:""}

.tab_list_2 li li{font:normal 11px/19px Dotum; height:19px; line-height:19px }
.tab_list_2 li li a{ width:78px; float:left; color:#30323f; margin:0; padding:0 0 0 34px; border:0 !important;background:transparent; }
.tab_list_2 li li a:hover,
.tab_list_2 li li a:active,
.tab_list_2 li li a:focus{color:#777777 !important;text-decoration:underline; }

.tab_list_2 li li span { float:left; display:inline-block; text-align:center;  }
.tab_list_2 li li span.hit { display:none }
.tab_list_2 li li span.real_r { width:30px; font:normal 10px/19px Tahoma; }
.tab_list_2 li li span.real_r img { padding:0; vertical-align:middle; line-height:19px; }

.tab_list_2.mt1 .mt1 a,
.tab_list_2.mt2 .mt2 a,
.tab_list_2.mt3 .mt3 a { border-bottom:1px solid #fff; font-weight:normal;  } /* 상단 탭 롤오버시 */
.tab_list_2.mt1 .mt1 a span,
.tab_list_2.mt2 .mt2 a span,
.tab_list_2.mt3 .mt3 a span { font-weight:bold; color:#415775; }

.tab_list_2.mt1 .mt1 ul,
.tab_list_2.mt2 .mt2 ul,
.tab_list_2.mt3 .mt3 ul { display:block; *margin-left:-49px;}
.tab_list_2.mt2 .mt2 ul { margin-left:-51px; *margin-left:-100px;}
.tab_list_2.mt3 .mt3 ul { margin-left:-102px; *margin-left:-151px;}


/* 메인 Link-Banner 영역 ===================================================================================== */
.link-area {display: flex;}
.link-area li {flex: 1;}
.link-area .main-tit {font-size: 24px; line-height: 1.3; color: #111111; font-weight: 700;}


/*공통*/
#best_arrival, 
#new_arrival { float: none; width: 1200px; padding:40px 0 0 0; }
#best_arrival h2,
#new_arrival h2 { margin-left:396px; }
#best_arrival h2 span,
#new_arrival h2 span { float:right; }
#best_arrival ul,
#new_arrival ul { padding:0; width:100%; height:31px; list-style:none;  z-index:100; background: #fff; border-left:#cfcfcf solid 1px;  }
#best_arrival ul li,
#new_arrival ul li { display:inline; float:left;  text-align:center; width:88px; padding:0; overflow:hidden; font:bold 12px/29px Dotum; color:#353535; border:#cfcfcf solid 1px; border-left:0; text-decoration:none; cursor:pointer; }
#best_arrival ul .select,
#new_arrival ul .select { color:#fff; width:92px; border-top:#262626 solid 1px; border:0; background:url('../img/ico_arrow.jpg') no-repeat center bottom;  background-color:#262626; padding-bottom:12px; cursor:pointer; }
.rank-marker {
    position: absolute; top: 24px; left: 16px; background-color: rgba(0,0,0,0.6); color: #ffffff; font-weight: 700; 
    width: 28px; height: 28px; line-height: 28px; text-align: center; border-radius: 50%; z-index: 10; border: 0 !important; border-radius: 8px 0 8px 0 !important;
}
.sum_box {position: relative; width: 100%; display: flex; flex-wrap: wrap; border-left: 1px solid #dedede; border-top: 1px solid #dedede;}
.sum_box div:nth-child(5n) {margin-right:0;}
.sum_box .box {position:relative;width: 20%; height:auto; font-size: 16px; font-weight: 500; padding: 24px 16px; border-width: 0 1px 1px 0;}
.sum_box .box.sold-out {background-color: #f4f4f4;}
.sum_box .box > div {border-radius: 8px; overflow: hidden;}
.sum_box .box a {}
.sum_box .box a > div {border-radius: 8px; overflow: hidden; border: 1px solid #e7e7e7;}
.sum_box .box a p.imgOver { margin: 0; position: relative; height: 204.8px; }
.sum_box .box a img {width:100%; height: auto; min-height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.sum_box .box .tit { 
    margin: 12px 0 0 0; padding: 0; color: #888; font-size: 13px; font-family: 'Satoshi', sans-serif; font-weight: 500; display: block; overflow: hidden; 
    text-overflow: ellipsis; white-space: nowrap; height: 18px; 
}
.sum_box .box .tit2 { display: none; margin:0; padding:0; color:#888888; font-weight:normal; }
.sum_box .box .text { 
    display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; height: 2.8em; 
    line-height: 1.4em; padding:0; color:#333333; font-weight: 500; letter-spacing: -0.025em; margin: 4px 0; font-size: 16px; margin: 6px 0 8px 0;
}
.sum_box .box .text a {font-weight: 600 !important;}
.sum_box .box .cate { margin:0; padding:0; width:95px; }
.sum_box .box .icon {display: flex; gap: 4px; flex-direction: row; align-items: center; margin: 4px 0 0; line-height: 0; font-size: 13px; font-family: 'Satoshi', sans-serif; height: 20px;}
.sum_box .box .icon img {height: 20px;}
.sum_box .box span.icon.itemBadge img {height: 20px;}
.sum_box .box .icon img:first-child {margin-left: 0;}
.sum_box .box span.icon.boxin {
    position: absolute; z-index: 1; right: 16px; top: 202.8px; background: rgb(231 231 231 / 85%); padding: 4px 8px !important; 
    border-radius: 8px 0 8px 0; height: 24px;
}
.sum_box .box span.icon.boxin:empty {display: none;}
.sum_box .box span.icon.boxin img {width: 12px;}
.sum_box .box .price { display:flex; align-items: flex-end; height: 36px; line-height: 1;}
.sum_box .box .price-dollar {position: absolute; font-size: 13px; right: 16px; bottom: 92px; text-align: right; font-family: 'Satoshi', sans-serif; line-height: 1; border-radius: 0;}
.sum_box .box .sale { margin:0 0 2px 0; display: block; padding:0; text-decoration:line-through; font-family: 'Satoshi', sans-serif; font-size: 12px; }
.sum_box .box .point { margin:0; padding:0px; color:#303030; font-family: "PLBold"; font-size: 18px; }
.sum_box .box .point strong { color:#111111;}
.sum_box .box .percent {margin:0; padding:0; color:#FF3838; font-size: 13px; font-family: "PLRegular";}
.sum_box .box .percent strong {color:#FF3838; font-size: 15px; font-weight: normal;}
.sum_box .box .percent span.max {font-size: 15px; font-family: "PLBold"; color: #FF3838;}
.sum_box .box .percent span.max strong {color: #FF3838; font-size: 17px;}
.sum_box .box .amount_box {position: relative; width:100%; height: 32px; margin-top: 12px; overflow: visible; display: flex; align-items: center;}
.sum_box .box .amount_box img {vertical-align: middle;}
.sum_box .box .amount {border: #cccccc solid 1px; border-width: 1px 0 1px 0; border-radius: 0; width: 48px; height: 24px; color:#4c4c4c; text-align: center;}
.sum_box .box .arrow {display:flex; width:100%; height: 24px; vertical-align: middle; align-items: center;}
.sum_box .box .amount_box input[type="checkbox"]:checked.check {background: url('../img/btn-check.svg') no-repeat center center;}



/* 메인 고객센터 */

.banner_l { position:absolute; left:50%; width:100px; top:193px; margin-left:-600px; padding:0 }
.banner_l img { float:right; border:0; padding:0; margin:0}
.banner_r { position: fixed; left:50%; width:100px; top:212px; margin-left:500px; padding:0; z-index:100 }
.banner_r .wing_top { float:left;background:url('../img/banner/bg_wing_top.gif') no-repeat 0 0; color:#FFF; width:87px; height:21px; font-family: 'Satoshi', sans-serif; font-size: 12px; line-height: 14px; padding-top:7px; }
.banner_r .wing_sum { float:left; background-color:#fff; border-left:#ccc solid 1px; width:70px; border-right:#ccc solid 1px; padding:3px 14px; }
.banner_r .wing_sum ul { overflow:hidden; }
.banner_r .wing_sum a { display:block; }
.banner_r .wing_sum ul li img { float:none; display:block; border:0; margin:5px auto; border-radius:10px; }


/* footer */
#footer { position: relative; clear:both; width:100%; height:auto; margin: 0 auto; padding:0px 0 0 0; color:#8e8e8e; background: #f8f8f8; border-top: 1px solid #efebec;}
#footer .copy {width: 1200px; float: none; transform: translateX(-50%); margin-left: 0; box-sizing: border-box;}
#footer .footer_link{ float:left; position:absolute; left:50%; padding-top:70px; padding-left:230px}
#footer .footer_link a{margin:0;padding:0}


.cate_subleft{ float:left; top:0px; left:0px; width:172px; padding-left:10px; padding-top:20px;}
.cate_subleft li {float:left; width:152px; border-bottom:1px solid #cccccc; text-align:left; padding-left:5px; padding-top:4px;}
.cate_subleft li a{ font-size:12px; color:#4d4d4d; text-decoration:none; }
.cate_subleft li a:hover{background-color:#5e96d0;color:#FFF; }

.stv_item {display:none;padding:0px;text-align:center;word-break:break-all}
.stv_item img {margin:5}

.ui-datepicker{ font-size: 12px; width: 180px; }
.ui-datepicker select.ui-datepicker-month{ width:41%; font-size: 12px; }
.ui-datepicker select.ui-datepicker-year{ width:47%; font-size: 12px; }

.input  {color: #666666; font-family: 'Satoshi', sans-serif; font-size: 14px; background-color: #FBFBFB; border: 1px solid #D3D3D3; padding: 0px 0px 2px 3px; }
.input2 {color: #4e5e90; font-family: 'Satoshi', sans-serif; font-size: 14px; border: 1px solid #FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; }
.input3 {color: #666666; border: 1px solid #FFFFFF; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: 'Satoshi', sans-serif; font-size: 14px; text-decoration: line-through; }
.white  {color: #ffffff; font-size: 12px; font-family: 'Satoshi', sans-serif; }
.style1 {color: #FF0000; font-size: 14px; font-family: 'Satoshi', sans-serif; font-weight: 600;}
.cart_pbblack    {color:#303030; font-family: 'Satoshi', sans-serif; font-size:12px; letter-spacing:0px;font-weight: 600;}

a.c:link    {text-decoration:none;}
a.c:visited	{text-decoration:none;}
a.c:active	{text-decoration:none;}
a.c:hover	{text-decoration:none;}

a.d:link    {color:#000000;text-decoration:none; font-family: 'Satoshi', sans-serif;font-size:12px; line-height:16px;font-weight: 600;}
a.d:visited {color:#000000;text-decoration:none; font-family: 'Satoshi', sans-serif;font-size:12px; line-height:16px;}
a.d:active  {color:#000000;text-decoration:none; font-family: 'Satoshi', sans-serif;font-size:12px; line-height:16px;}
a.d:hover   {color:#000000;text-decoration:underline; font-family: 'Satoshi', sans-serif; font-size:12px; line-height:16px;}

.order_d     {color:#363636; font-family: 'Satoshi', sans-serif; font-size:13px; line-height:18px;border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7; padding: 8px 12px;}
.order_t     {color:#525252; font-family: 'Satoshi', sans-serif; font-size:13px;font-weight: 600;border-bottom:1px solid #e7e7e7;background:#eef7fc; padding: 0 0 0 12px;}
.cart_red    {color:#ff5700; font-family: 'Satoshi', sans-serif; font-size:12px; line-height:16px;}
.cart_redb   {color:#ff5700; font-family: 'Satoshi', sans-serif; font-size:12px; line-height:16px;font-weight: 600;}
.order_black {color:#2d2d2d; font-family: 'Satoshi', sans-serif; font-size:12px; line-height:16px;}
.order_tg    {color:#525252; font-family: 'Satoshi', sans-serif; font-size:12px;font-weight: 600;border-bottom:1px solid #e7e7e7;background:#f4f4f4;}
.order_tok   {color:#525252; font-family: 'Satoshi', sans-serif; font-size:12px;border-bottom:1px solid #e7e7e7;background:#eef7fc;}
.order_numb  {color:#dc483e; font-family: 'Satoshi', sans-serif; font-size:12px;font-weight: 600;padding:0 3px 0 3px;}

.member_input {border:#c8c8c8 1px solid}
.style16 {color: #ff3838}
.style20 {color: #afafb1}
.txt_normal {font-weight:normal}
.member_tbl {width:100%; border-collapse:collapse; border-top:#224e99 2px solid; font-family: 'Satoshi', sans-serif;}
.member_tbl th {width:120px; text-align:left; padding:7px 0 7px 15px; border-bottom:#e7e7e7 1px solid; background:#eef7fc; color:#525252;}
.member_tbl td {text-align:left; padding:7px 0 7px 15px; border-bottom:#e7e7e7 1px solid; border-left:#e7e7e7 1px solid; color:#2d2d2d}

.tbl { margin:0; padding:0; border-spacing:0px;	border-collapse:collapse; border:0px solid red; }
.imgOver em {display:none; position:absolute; left:0; top:0; right:0; bottom:0; width:100%; height:100%; background-image:url('../img/imgOver2.png'); background-position:50% 50%; background-repeat:repeat; cursor:pointer;}

#nav-search-in { display: inline-block; height: 25px; left: 120px; overflow: hidden; position: absolute; top: 10px; }
#nav-search-in #nav-search-in-content { color: #005bf1; display: inline-block; font-size: 11px; height: 30px; line-height: 30px; margin: 0 59px 0 6px; text-indent: 1px; text-overflow: ellipsis; white-space: nowrap; }
#nav-search-in.nav-facade-active .nav-down-arrow { display: inline-block; position: absolute; right: 30px; top: 12px; background: url("../img/search_arrow.png"); height: 4px; width: 7px; border: none; }
.nav-facade-active #searchDropdownBox { cursor: pointer; height: 29px; left: 0; opacity: 0; top: 5px; visibility: visible; width: auto; }
#searchDropdownBox { background: none repeat scroll 0 0 white; border: 1px solid #DDDDDD; color: black; left: 5px; margin: 0; outline: medium none; padding: 0; position: absolute; top: 3px; visibility: hidden; width: 190px; }
.nav-sprite { border: #7c95ff solid 1px; border-radius: 20px; box-shadow: 0 2px 6px rgba(34, 51, 255, .2); }
.nav-searchfield-outer { height: 40px; position: absolute; left: 110px; margin-top: 5px; width: 400px; z-index: -1; }
#search_s1 { background: none repeat scroll 0 0 transparent; border: medium none; box-shadow: none; color: #333; font-size: 14px; height: 38px; margin: 0 0px 0 120px; outline: medium none; padding: 0; width: 250px; }
.nav-submit-button { background-image: url("https://www.cheonyu.com/images/sch_click.svg?1"); background-size: 40px 40px; height: 30px; width: 30px; margin: 0; overflow: hidden; padding: 0; position: absolute; left: 470px; top: 5px; z-index: 999;}

/* 캐릭터 메뉴 펼치기 */
.ch_all{ clear: both; position:absolute; top:183px; left:50%; margin-left:148px; width:340px; border:2px solid #2033a6; background-color:#FFF; z-index:100; }
.ch_all ul{ float:left; }
.ch_all li{ float:left; padding:2px; border-left:1px solid #ecebeb; border-bottom:1px solid #ecebeb; }
.ch_all .popClose { position:absolute; top:5px; left:0px; margin-left:318px; }


/* 하단 레이아웃 ================================================================================================================ */
/* 공지사항 */
.section-title { font-size: 18px; font-weight: 600; color: #333333; }
.notice-container {border: 1px solid #dedede; border-radius: 8px; padding: 24px;}
.notice-wrap {margin: 0 auto; position: relative;}
.notice-wrap .notice-title {cursor: pointer; font-size: 17px; font-family: 'PLbold'; margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between;}
.notice-wrap .notice-title .btn-seeMore {font-size: 27px; color: #888; font-family: 'PLRegular';}
.notice { position: relative; overflow: visible; height: auto; }
.notice ul { list-style-type: none; padding-left: 0; }
.notice ul li {font-size: 14px; padding: 0; line-height: 33px; display: flex; justify-content: space-between; border: 0;}
.notice ul li a {color: #333333; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 280px;}
.notice ul li span { font-size: 14px; color: #888; text-align: right; display: block; flex: 0 0 96px;}
.notice h2 { margin: 16px 0 24px; }
.notice-list {position: static; top: auto; left: auto; width: 100%; transition: none;}
.notice-list > li {position: static; display: block; line-height: 34px; transition: none; border-bottom: 1px solid #f0f0f0; padding: 6px 0;}

/* 유튜브 배너 */
.ad-banner-wrap { width: 1200px; display: flex; flex-direction: row; gap: 20px; align-items: center; margin: 64px auto 40px;}
.ad-banner-wrap > div {width: calc(1160px / 3); height: 218px;}
.ad-banner-wrap .ad-banner {width: auto; background-color: #192784; display: flex; justify-content: center; align-items: center; margin: 0; overflow: hidden; border-radius: 8px;}

/* 은행 정보 */
.ad-banner-wrap .bank-info {display: flex; flex-wrap: wrap; align-content: space-between; background: #f8f8f8; border: 1px solid #e7e7e7; border-radius: 8px; padding: 16px;}
.ad-banner-wrap .bank-detail {display: flex; font-size: 13px; line-height: 1.2; position: relative;}
.ad-banner-wrap .bank-detail .label {color: #888; font-weight: 600; flex: 0 0 112px;}
.ad-banner-wrap .bank-detail .value {color: #888;}
.ad-banner-wrap .bank-detail .value::after {display: none;}
.payment-section {display: flex; justify-content: space-between; flex-wrap: wrap; row-gap: 2px; margin-top: 4px;}
.payment-section img{}
.payment-section .card-asset {
    display: flex; flex: 0 0 86px; justify-content: center; align-items: center; background: #fff; height: 30px; border-radius: 4px;
}

/* 배너 레이아웃 */
.image-link-banners {width: 1200px; margin: 0 auto 72px; display: flex; flex-wrap: wrap; flex-direction: row; gap: 20px;}
.image-link-banners .banner-row {width: calc((100% - 40px) / 3); line-height: 0;}
.image-link-banners .banner-row a {display: block; line-height: 0;}
.image-link-banners .banner-row a img { width: 100%; height: auto; transition: transform 0.3s ease; }
.image-link-banners .banner-row a img:hover { transform: scale(1.05); }


/* 퀵 브랜드 ====================================================================================================== */
.quick-brand {width:100%; margin: 0 auto;}
.quick-brand .tit_wrap {width:1200px; margin: 0 auto;}
.quick-brand .tit_wrap h3 {font-size: 26px; display: inline-block; margin: 0 8px 24px 0;}
.quick-brand .tit_wrap .m_list_more {display: inline-block; vertical-align: middle;}
.quick-brand .tit_wrap h3 span {font-size: 20px;}
.quick-brand .tabs {width: 980px;margin: 0 auto;}
.quick-brand .tab,
.quick-brand .sub-tab {display: flex; cursor: pointer; flex-wrap: wrap; margin: 0 0 20px 0; gap: 1px;}
.quick-brand .tab {background: #f1f3f5; border-radius: 15px 15px 0 0;}
.quick-brand .tab button {padding: 13.5px 0; font-size: 18px; color: #666666; width: 33.33%; background: none; border: 0; border-bottom: 1px solid #007bd9; cursor: pointer;}
.quick-brand .tab button:hover {text-decoration: underline;}
.quick-brand .tab button.active:hover {text-decoration: none;}
.quick-brand .tab button.active {background-color: #ffffff; font-size: 20px; font-weight: 700; border-width: 1px 1px 0 1px; border-style: solid; border-color: #007bd9; border-radius: 15px 15px 0 0; border-bottom: 1px solid #ffffff;}
.quick-brand .sub-tab button {font-size: 16px; border: 1px solid #efebec; border-right: 0; background: #ffffff; padding: 0; width: calc((100% - 5px) / 6); height: 68px; position: relative; overflow: hidden; text-align: center;}
.quick-brand .sub-tab button:nth-child(6n) {border-right: 1px solid #efebec;}
.quick-brand .sub-tab button:nth-child(-n+6) {border-bottom:0;}
.quick-brand .sub-tab button img {width:100%; height: auto; vertical-align: middle;}
.quick-brand .sub-tab button:hover img {scale: 1.1; animation: scale 0.2s;}
.quick-brand .sub-tab button.active::before {content:''; display:block; position: absolute; z-index: 99; width:100%; height:100%; background: rgba(0 123 217 / 8%); top:0; left:0;}
.quick-brand .sub-tab button.active:hover img {animation: none; scale: 1;}
.quick-brand .tab-con {font-weight: 700; animation: fadeEffect 0.5s;}
.quick-brand .tab-con .subtabcontent {display: none; border-top: none; flex-wrap: wrap; justify-content: space-between; gap: 8px;}
.quick-brand .tab-con .subtabcontent > div {
    cursor: pointer; flex: 1 1 calc(20% - 8px); border: 1px solid #efebec; border-radius: 5px; aspect-ratio: 1; position: relative; overflow: hidden;
}
.quick-brand .tab-con .subtabcontent > div.logo {display: flex; align-items: center; justify-content: center;}
.quick-brand .tab-con .subtabcontent > div.logo > div {display: flex; flex-direction: column; align-items: center; margin: 0 0 0 0; gap: 8px;}
.quick-brand .tab-con .subtabcontent > div.logo > div a {display: block; padding: 16px;}
.quick-brand .tab-con .subtabcontent > div.logo > div a.btn_brand {
    padding: 0px 24px 0 15px; background: transparent url('/images/event/dar_tab_next.png') no-repeat 91px 0px; background-size: 28px; 
    text-decoration: none; color: #777777; font-size: 13px; font-weight: 300; border-radius: 100px; border: 1px solid #afafaf; 
    line-height: 30px; position:relative;
}
.quick-brand .tab-con .subtabcontent > div.logo > div a.btn_brand:hover::before {
    content:''; display:block; position: absolute; z-index: 99; width:100%; height:100%; background: rgba(0 0 0 / 5%); top:0; left:0; border-radius: 100px;
}
.quick-brand .tab-con .subtabcontent > div.logo > div a img {width:100%}
.quick-brand .tab-con .subtabcontent > div.item a {
    opacity: 0; display: flex; position: absolute; top:0; left:0; width: 100%; height:100%; text-decoration: 0; color: #ffffff; 
    background: rgba(0,0,0,0.5); padding: 20px 20px 24px; flex-direction: column; justify-content: space-between;
}
.quick-brand .tab-con .subtabcontent > div.item a h4 {margin:0 0 16px 0; font-size: 15px; line-height: 1.4; font-weight: normal;}
.quick-brand .tab-con .subtabcontent > div.item a div {display: flex; justify-content: space-between; align-items: flex-end;}
.quick-brand .tab-con .subtabcontent > div.item a div span {font-weight: 300; font-size: 13px; line-height: 1.3;}
.quick-brand .tab-con .subtabcontent > div.item a div:has(span) {margin-bottom: -2px;}
.quick-brand .tab-con .subtabcontent > div.item a .saleRate {font-size: 13px; font-weight:300; color: #ff887a; line-height: 1;}
.quick-brand .tab-con .subtabcontent > div.item a .saleRate span {font-size: 15px; font-weight: 500; margin-bottom: -4px;}
.quick-brand .tab-con .subtabcontent > div.item a .price {font-size: 17px; text-align: right; flex-direction: column;}
.quick-brand .tab-con .subtabcontent > div.item a .price .origin {font-size: 13px; font-weight: 300; text-decoration: line-through; opacity: 0.8;}
.quick-brand .tab-con .subtabcontent > div.item:hover a {opacity:1; animation: fadeEffect 0.3s;}
.quick-brand .tab-con .subtabcontent > div.item:hover img {filter: blur(5px); animation: blurEffect 0.3s;}
.quick-brand .tab-con .subtabcontent > div.item img {width:100%; height: 100%;}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes scale {
    from {scale: 1;}
    to {scale: 1.1;}
}
@keyframes blurEffect {
    from {filter: blur(0);}
    to {filter: blur(5px);}
}

.txt-USD {font-size: 0.8em !important; font-weight: 400; color: #555555 !important;}

.dc-badge,
.dc-badge2 {display: inline-block; font-size: 11.5px; font-weight: 700; padding: 0 4px; line-height: 14px; border-radius: 4px; border-width: 1px; border-style: solid;}
.dc-badge {background: #ffe9e9; border-color: rgba(255,56,56,0.1); color: #ff3838;}
.dc-badge2 {background: #ff3838; border-color: #ff3838; color: #ffe9e9;}

/* 테이블 공통 스타일 =================================================================================================  */
table.cart-table {height: fit-content;}
table.cart-table .table-header {display: flex; justify-content: space-between; background: #f8f8f8; border-radius: 8px; height: 40px; padding: 10px 0; font-size: 14px; font-weight: 600;}
table.cart-table tr.table-top td {border-top: 2px solid #555555; border-bottom: 1px solid #dedede; height: 40px; font-size: 15px; color: #333333; font-weight: 700;}

table.spec-table {border: 1px solid #aaa !important; border-width: 1px 1px 0 1px !important; width: 100%;}
table.spec-table > tbody > tr > th,
table.spec-table > tbody > tr > td {text-align: left !important; line-height: 1.5 !important; padding: 10px 12px; border-bottom: 1px solid #aaaaaa !important; font-size: 15px !important; background: #ffffff !important;}
table.spec-table > tbody > tr > th {width: 208px; font-size: 15px !important;}
table.spec-table > tbody > tr > td p.p-title b {font-weight: 600;}
table.spec-table > tbody > tr > td p {padding: 0 0 0 8px;}
.tab-title + table.spec-table {margin-top: 24px;}
.tab-title {font-size: 18px; margin-bottom: 24px; color: #333333; font-family: 'PLBold'; line-height: 1;}

.notice-box {padding: 24px; border: 1px solid #dedede; border-radius: 8px; font-size: 15px; margin: 56px 0 72px;}
.notice-box.center {margin-bottom: 56px;}
.notice-box span {font-size: 14px; color: #555;}
.notice-box .tit {font-size: 16px; font-weight: 600; color: #333; display: block; margin-bottom: 6px;}

.conTitle-A {font-size: 21px; font-weight: 700; color: #333;}
.supportPage {margin: 56px 0 72px; font-size: 15px; display: flex; gap: 48px; flex-direction: column;}
.supportPage .paragraph {display: flex; gap: 20px; flex-direction: column;}
.supportPage .paragraph .context {line-height: 1.6;}
.supportPage .paragraph .subheading {margin: 0 0 8px; padding-left: 16px; font-size: 18px; font-weight: 500; color: #333;}
.supportPage .paragraph .inner-text {margin: 0; padding-left: 16px;}


/* 마이페이지 Order History */
.download-excel {
    background-color: #f4f4f4; border-radius: 8px; border: 1px solid #dedede; line-height: 26px; padding: 10px; margin-top: 24px; height: 48px; 
    display: flex; gap: 6px; width: fit-content; margin: 24px 0 auto auto;
}
.download-excel span {font-size: 15px; font-weight: 600; display: inline-block; padding: 0 10px;}
.download-excel span img {width: 20px;}
.download-excel a {display: block; background: #555555; width: 88px; height: 28px; color: #fff; border-radius: 4px; text-align: center; font-weight: 600; font-size: 14px;}


/* 입력 Table */
.board-container .title {font-size: 21px; color: #333; font-weight: 600; margin: 56px 0 24px;}
.board-container .form-group {display: flex; align-items: center; gap: 8px; flex-direction: row; padding-bottom: 8px; border-bottom: 1px solid #dedede; min-height: 48px;}
.board-container .form-group label {width: 200px; font-weight: 600; color: #555555; font-size: 16px;}
.board-container .form-group input[type="text"], 
.board-container .form-group select, 
.board-container .form-group textarea {width: 600px;}
.board-container .form-group .file-link input[type="file"] {display: none;}
.board-container .form-group .file-link label { 
    color: #005bf1; font-weight: 500; font-size: 14px; display: block; background: #e9f5ff; width: 128px; text-align: center; border-radius: 4px; padding: 4px 0; margin-right: 8px; cursor: pointer;
}
.board-container .form-group textarea {resize: vertical; height: 150px;}
.board-container .form-group .email-group {display: flex; align-items: center; gap: 8px; flex: 1;}
.board-container .form-group .email-group input[type="text"] {width: 192px;}

.file-link {display: flex; align-items: center; font-weight: 500; margin-bottom: 4px;}
.file-note {font-size: 13px; color: #888;}
.required {color: #ff3838; margin-left: 2px;}

/* Datepicker 커스텀 스타일 */
.ui-widget { font-family: 'Satoshi', sans-serif; }
.ui-datepicker { background: #fff; border: 1px solid #dedede; border-radius: 4px; box-shadow: 0 4px 16px rgba(0,0,0,0.15); width: 300px; padding: 10px; }
.ui-datepicker .ui-datepicker-header { background: none; border: none; border-bottom: 1px solid #dedede; border-radius: 0; padding: 0px 0 10px; }
.ui-datepicker-title { color: #333; font-weight: bold; margin: 0; line-height: 30px; }
.ui-datepicker .ui-datepicker-title { display: flex; gap: 8px; justify-content: center; }
.ui-datepicker-prev, .ui-datepicker-next { background: none; border: none; cursor: pointer; top: 10px; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {top: 10px;}
.ui-datepicker .ui-datepicker-prev { left: 2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover { left: 1px; top: 10px; }
.ui-datepicker .ui-datepicker-next-hover { right: 1px; top: 10px; }
.ui-datepicker-prev:hover, .ui-datepicker-next:hover { background: #f8f8f8; border: none; }
.ui-datepicker table { margin: 4px 0 0; }
.ui-datepicker th { color: #555; font-size: 12px; font-weight: normal; padding: 5px; }
.ui-datepicker td { padding: 1px 1px 3px; }
.ui-datepicker td span, .ui-datepicker td a { text-align: center; padding: 5px; border-radius: 4px; border: none; background: none; font-size: 13px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { width: 36px; font-weight: 600; border: 0; background: none; background-color: #f8f8f8; }
.ui-priority-secondary { background: #dedede !important; color: #555; }
.ui-datepicker td a:hover { background: #f8f8f8; text-decoration: underline; }
.ui-datepicker td a.ui-state-active { background: #005bf1; color: #fff; }
.ui-datepicker td a.ui-state-highlight { background: #e9f5ff; border: 1px solid #e9f5ff; color: #005bf1; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { background-image: none; }
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before { content: ""; position: absolute; width: 8px; height: 8px; border-style: solid; border-width: 2px 2px 0 0; top: 50%; transform-origin: center; }
.ui-datepicker .ui-datepicker-prev:before { left: 55%; transform: translate(-50%, -50%) rotate(-135deg); border-color: #555; }
.ui-datepicker .ui-datepicker-next:before { left: 45%; transform: translate(-50%, -50%) rotate(45deg); border-color: #555; }
.ui-datepicker .ui-datepicker-prev:hover:before, .ui-datepicker .ui-datepicker-next:hover:before { border-color: #005bf1; }