@charset "utf-8";


/* 초기화 */
html {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 0.75em;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    ;
    background: #F4F7FB;
    height: 100%;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

img {
    vertical-align: top
}

img {
    max-width: 100%;
    height: auto
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    font-size: 1em;
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
    ;
    font-size: 1em
}

select {
    margin: 0
}

p {
    margin: 0;
    padding: 0;
    word-break: break-all
}

hr {
    display: none
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

a {
    color: #000;
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    outline: none;
}

.placeholdersjs {
    color: #aaa !important;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    max-width: 1500px;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 0;
    background: #021E3A;
    color: #fff;
    text-align: left;
    position: relative;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff
}

.hd_pops_footer .hd_pops_reject {
    background: #021E3A;
    text-align: left
}

.hd_pops_footer .hd_pops_close {
    background: #03305A;
    position: absolute;
    top: 0;
    right: 0
}

/* 상단 레이아웃 */
#hd {
    width: 100%;
    /* min-width: 1200px; */
    text-align: center;
    background: #03305A;
    position: fixed;
    z-index: 100;
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#hd_wrapper {
    max-width: 1500px;
    ;
    margin: 0 auto;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#logo img {
    height: 30px;
    width: auto
}

/* 헤더 텍스트 - PC: 이미지+전화번호 나란히 */
#hd_rolling {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 40px;
    overflow: visible;
    position: relative;
}
#hd_rolling .hd_roll_img {
    height: 50px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: static;
    opacity: 1;
    transform: none;
    transition: none;
    mix-blend-mode: screen;
}
#hd_rolling .hd_roll_item {
    white-space: nowrap;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2px;
    position: static;
    opacity: 1;
    transform: none;
    transition: none;
    display: inline-block;
    font-size: 28px;
    color: #fff;
}


#hd_gnb li {
    display: inline-block;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px
}

#hd_gnb li:hover a {
    color: #074CA1
}

#hd_tnb {
    display: flex;
    align-items: center;
}

#hd_tnb .tnb_btn {
    position: relative;
    background: none;
    ;
    border: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    vertical-align: top
}

#hd_tnb .cart-num {
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 15px;
    position: absolute;
    top: -3px;
    right: -3px;
    font-size: 10px;
    background: #074CA1;
    color: #fff
}

#hd_tnb i {
    font-size: 16px
}

.tnb_con {
    display: none
}

#hd_sch {
    display: inline-block;
    margin: 0 10px
}

#hd_sch h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

#hd_sch form {}

#hd_sch .sch_inner {
    border: 1px solid #4A7AB5;
    position: relative;
    border-radius: 30px;
    overflow: hidden
}

#hd_sch .sch_inner:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#hd_sch #sch_str {
    background: none;
    color: #fff;
    border: 0;
    height: 35px;
    border-radius: 3px;
    float: left;
    padding: 0 20px
}

#hd_sch .sch_submit {
    width: 45px;
    height: 35px;
    ;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background: none;
    font-size: 16px;
    color: #4A7AB5;
    float: left;
    vertical-align: top
}

/* .hd-admin{background:#074CA1;text-align:left;box-shadow: 0 5px 10px  rgba(0,0,0,1);}
.hd-admin:after {display:block;visibility:hidden;clear:both;content:""}
.hd-admin span{color:#fff;padding:13px 10px;display:inline-block;line-height:15px;}
.hd-admin span strong{color:#074CA1}
.hd-admin a{color:#fff;padding:13px 15px;display:inline-block;border:1px solid #ffffff;:15px;}
.hd-admin a:hover{background:#03305A} */
.hd-admin {
    display: inline-block;
    padding: 0 15px;
    line-height: 30px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
}

.number {
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}

.number p:nth-of-type(1) {
    font-size: 35px;
    font-weight: 800;
}

.number p:nth-of-type(2) {
    color: #ddd;
    text-align: left;
}

/*사이드 메뉴*/
#side_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100%;
    background: #fff
}

.side_menu_wr {
    display: none;
    width: 230px;
    overflow-y: auto;
    height: 100%;
    border-left: 1px solid #cdcdcd;
}

#btn_sidemenu {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 35px;
    height: 50px;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #cdcdcd;
    border-right: 0;
    font-size: 14px
}

#side_menu .side_menu_shop {
    padding: 10px 20px;
    border-bottom: 1px solid #f3f3f3
}

#side_menu .btn_side_shop {
    position: relative;
    background: none;
    border: 0;
    width: 100%;
    height: 30px;
    text-align: left;
    font-weight: bold
}

#side_menu .btn_side_shop span {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    background: #074CA1
}

#side_menu .side_menu_shop .op_area {
    display: none;
    border-top: 1px solid #f3f3f3;
    margin: 5px 0
}

#side_menu .side_menu_shop .op_area h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#side_menu .side_menu_shop .op_area li {
    border-bottom: 1px solid #f3f3f3;
    position: relative;
    padding: 10px 0;
    min-height: 80px;
    padding-left: 70px
}

#side_menu .side_menu_shop .op_area li .prd_img {
    position: absolute;
    top: 10px;
    left: 0px;
}

#side_menu .side_menu_shop .op_area li .prd_cost {
    display: block;
    font-weight: bold;
    margin: 3px 0 0
}

#side_menu .side_menu_shop .op_area .li_empty {
    padding: 50px 0;
    padding-left: 0;
    color: #999;
    border-bottom: 1px solid #f3f3f3;
    text-align: center
}

#category {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    background: #fff;
    ;
    z-index: 100;
    text-align: left;
    height: 100%;
    -moz-box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 38px rgba(0, 0, 0, 0.2);
}

#category h2 {
    padding: 20px;
    line-height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
}

#category .ct_wr {}

#category ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#category .cate {
    line-height: 20px;
    margin: 10px 0;
    position: relative;
}

#category .cate_li_1,
.gnb_1dli {
    position: relative;
    text-align: left;
    padding: 0 20px
}

#category .cate_li_1_a,
.gnb_1dli a {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px
}

#category .cate_li_1:hover {
    background: -moz-linear-gradient(-45deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#category .sub_cate {
    display: none;
    padding: 10px 0
}

#category .cate_li_2 a {
    color: #6d6d6d;
    display: block;
    padding: 0 5px;
    line-height: 30px
}

#category a:hover {
    color: #074CA1
}

#category .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 0;
    color: #ccc;
    font-size: 18px;
}

#category .ct_sb_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: none;
    font-size: 15px
}

/* PC 헤더 추가 메뉴 (제작후기/공지사항/문의하기) */
.ct_extra_menu {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    border-top: 2px solid #E8EEF4;
}
.ct_extra_menu li {
    padding: 0 20px;
}
.ct_extra_menu a {
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    color: #5A7A9A;
    display: block;
    transition: color 0.2s, padding-left 0.2s;
}
.ct_extra_menu a:hover {
    color: #074CA1;
    padding-left: 6px;
}

/* 중간 레이아웃 */
#wrapper {
    z-index: 5;
    padding-bottom: 40px;
    padding-top: 178px;
    position: relative;
    /* min-width: 1200px; */
    zoom: 1;
}

#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#wrapper_title {
    height: 300px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-top: -178px;
    padding-top: 178px;
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #03305A;
}
#wrapper_title::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(3, 48, 90, 0.5);
}
#wrapper_title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 3px;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.container {
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding-top: 0;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.idx-container {}

.idx_wr {
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.idx_wr>div {
    max-width: 1500px;
    margin: 0 auto;
}

.idx_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.idx_prd_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.idx_prd_wr .sct_wrap {
    float: none;
    width: auto;
    height: auto;
    border-left: none;
    border-bottom: 0;
    text-align: left;
    padding: 30px
}

.idx_prd_wr .sct_wrap:first-child {
    border: 2px solid #D0DAE8; border-radius: 16px;
}

/* 텍스트 크기 조절 */
#text_size {
    display: none;
    position: absolute;
    top: -31px;
    left: -1px
}

#text_size button {
    padding: 0 10px;
    height: 30px;
    border: 1px solid #cfded8;
    border-bottom: 0;
    background: #021E3A;
    color: #fff;
    cursor: pointer
}

/* 하단 레이아웃 */
#ft {
    clear: both;
    background: #F4F7FB;
}

.ft_notice {
    border-bottom: 1px solid #eee
}

#ft h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ft h2 {
    margin-bottom: 20px;
    color: #000
}

#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 0;
    background: #e9e9e9;
    color: #777;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    border-radius: 50px
}

#top_btn:hover {
    background: #fff
}

#ft .ft_wr {
    margin: 0 auto;
    max-width: 1540px;
    padding: 60px 20px
}

#ft .ft_wr:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ft .ft_ul {
    float: left;
    width: 25%;
}

#ft .ft_ul li {
    line-height: 25px;
    font-weight: 600;
    color: #555
}

#ft .ft_info {
    float: left;
    width: 50%;
    font-weight: 300;
    line-height: 1.7em;
    color: #999
}

#ft .ft_info b {
    font-weight: 300
}

#ft .cs_con {
    float: left;
    width: 25%;
}

#ft .cs_tel {
    margin-bottom: 40px;
    font-size: 18px;
    margin-bottom: 10px;
    display: block
}

#ft .ft_copy {
    clear: both;
    background: #F4F7FB;
    padding: 25px;
    color: #888;
    text-align: center;
}

#ft .cs_info {
    color: #999
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    font-size: 0 !important;
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
    width: 100%;
    height: 75px;
    background: #21272e;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 3.3em
}

/* 이미지 등비율 리사이징 */
.img_fix {
    width: 100%;
    height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* ckeditor 단축키 */
.cke_sc {
    margin: 0 0 5px;
    text-align: right
}

.btn_cke_sc {
    display: inline-block;
    padding: 0 10px;
    height: 23px;
    border: 1px solid #ccc !important;
    background: #fafafa !important;
    color: #000 !important;
    text-decoration: none !important;
    line-height: 1.9em;
    vertical-align: middle
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f2f5f9;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 20%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#bo_v_con li {
    display: list-item;
}

/* Mobile화면으로 */
#mobile_cng {
    display: block;
    margin: 0.3em;
    padding: 0.5em 0;
    border: 1px solid #eee;
    border-radius: 2em;
    background: #fff;
    color: #000;
    font-size: 2em;
    text-decoration: none;
    text-align: center
}

/* 목록 바로가기 */
.sanchor {
    border-bottom: 0;
    padding: 0 20px;
    border-bottom: 1px solid #e3e3e3;
    background: #fcfcfc;
    zoom: 1
}

.sanchor:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.sanchor li {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    ;
    list-style: none
}

.sanchor li a {
    display: block;
    position: relative;
    height: 60px;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 600;
    color: #969697;
    line-height: 58px;
    text-align: center;
    z-index: 1
}

.sanchor li .sanchor_on {
    color: #074CA1
}

.sanchor li .sanchor_on:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #074CA1;
}

.sanchor li a .item_qa_count,
.sanchor li a .item_use_count {
    display: inline-block;
    background: #eee;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 15px;
    color: #777;
    min-width: 23px;
    font-size: 11px;
    font-weight: 300
}

.sanchor li .sanchor_on .item_qa_count,
.sanchor li .sanchor_on .item_use_count {
    background: #074CA1;
    color: #fff;
}

/* 콘텐츠별 스타일 */
.cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold
}

/* 버튼 */
a.btn,
.btn {
    line-height: 45px;
    height: 45px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
}

a.btn01 {
    display: inline-block;
    padding: 0 7px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #aaa;
    background: #fff;
    color: #333;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover,
button.btn01:hover {
    text-decoration: none;
    background: #f3f3f3
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    border: 1px solid #b3b3b3;
    background: #fff;
    color: #333;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 0 7px;
    border: 1px solid #074CA1;
    background: #074CA1;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none;
    background: #074CA1;
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 0 7px;
    border: 1px solid #074CA1;
    background: #074CA1;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: center
}

/* 서식단계 진행 */
.btn_submit {
    background: #074CA1;
    color: #fff;
    border: 0;
}

.btn_submit:hover {
    background: #074CA1
}

.btn_address {
    background: #2B7DE9;
    border: 1px solid #074CA1;
    height: 40px;
    color: #fff;
    padding: 0 10px;
    font-size: 1.083em;
    font-weight: bold
}

fieldset .btn_submit {
    padding: 0 7px;
    height: 24px;
    line-height: 1em
}

a.btn_cancel {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    vertical-align: top;
    text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #074CA1;
    color: #074CA1;
    background: #fff;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: middle
}

/* 우편번호검색버튼 등 */
a.btn_frmline {
    line-height: 24px
}

button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
    display: inline-block;
    background: #f1f1f1;
    border: 0;
    color: #5c5c5c;
    text-decoration: none;
    vertical-align: middle
}

.btn_b01:hover,
.btn_b01:hover {
    background: #ddd
}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: #03305A;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    border: 0;
    vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
    background: #000
}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    background: #fff;
    border: 1px solid #dadada;
    color: #888;
    background: none;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
    background: #f3f3f3;
    color: #000
}

a.btn_b04,
.btn_b04 {
    display: inline-block;
    background: #074CA1;
    border: 1px solid #074CA1;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
    background: #074CA1;
    color: #fff
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    background: #074CA1;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 10px
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    background: #2B7DE9
}

/* 선택수정 버튼 */
.btn_list {
    margin: 0 auto;
    width: 93%
}

.btn_list input,
.btn_list button {
    background: none repeat scroll 0 0 #074CA1;
    border: 0 none;
    color: #FFFFFF;
    height: 28px;
    line-height: 2.2em;
    padding: 0 15px;
    vertical-align: middle
}

/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_wrap caption {
    padding: 10px 0;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {
    margin: 0 0 10px
}

.tbl_head01 table {
    border-bottom: 1px solid #d3d3d3
}

.tbl_head01 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #d3d3d3;
    background: #fff;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head01 thead a {
    color: #383838
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head01 tbody th {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
    padding: 15px 5px;
    border-top: 1px solid #f3f3f3;
    background: #fff;
    line-height: 1.5em;
    word-break: break-all;
    color: #687e95
}

.tbl_head01 td:first-child {
    border-left: 0
}

.tbl_head01 a {}

.tbl_head02 {
    margin: 0 0 10px
}

.tbl_head02 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head02 thead th {
    padding: 7px;
    background: #f3f3f3;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
    padding: 10px 0;
    border-top: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head02 td {
    padding: 5px 3px;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}

.tbl_head03 {
    margin: 0
}

.tbl_head03 table {
    border-bottom: 1px solid #e3e3e3
}

.tbl_head03 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head03 thead th {
    padding: 14px 0;
    border-bottom: 2px solid #03305A;
    background: #03305A;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.tbl_head03 thead th:first-child {
    border-radius: 5px 0 0 0
}

.tbl_head03 thead th:last-child {
    border-radius: 5px 0 0 0
}

.tbl_head03 thead a {
    color: #fff
}

.tbl_head03 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th,
.tbl_head03 tfoot td {
    padding: 10px 0;
    border-bottom: 1px solid #c1d1d5;
    border-bottom: 1px solid #c1d1d5;
    background: #d7e0e2;
    text-align: center
}

.tbl_head03 tbody th {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    background: #f3f3f3;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head03 td {
    padding: 15px;
    border-top: 1px solid #f3f3f3;
    line-height: 1.5em;
    word-break: break-all;
    ;
    background: #fff;
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 90px;
    padding: 5px 0;
    background: none;
    text-align: left;
    font-weight: normal;
    color: #888
}

.tbl_frm01 td {
    position: relative;
    padding: 10px 0;
    background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    background: #fff;
    border: 1px solid #d6d9e1;
    ;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.tbl_frm01 .frm_input {
    height: 40px;
    width: 100%
}

.frm_input {
    height: 45px;
    padding: 0 10px
}

.frm_input:focus,
textarea:focus {
    border: 1px solid #074CA1;
    background: #fff
}

.full_input,
.frm_address {
    width: 100%
}

.half_input {
    width: 49.5%
}

.tbl_frm01 textarea {
    width: 100%;
    height: 100px;
    padding: 10px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_address {
    margin-top: 5px
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

.tbl_frm01 .btn_address {
    position: absolute;
    top: 10px;
    right: 0
}

/*기본리스트*/
.list_01 li {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    margin: 8px 0;
    padding: 10px 15px;
    list-style: none;
    position: relative;
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_01 li:hover {
    background: #f9f9f9
}

.list_02 ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.list_02 li {
    float: left;
    width: 25%;
    padding: 10px
}

.list_02 li:nth-child(4n+1) {
    clear: both;
    margin-left: 0
}

.list_02 li img {
    max-width: 100%;
    height: auto
}

/*폼 리스트*/
.form_01 h2 {
    margin: 0 0 10px;
    font-size: 1.25em
}

.form_01 li {
    margin: 10px 0
}

.form_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.form_01 li .right_input {
    float: right
}

.form_01 textarea {
    height: 100px;
    width: 100%
}

.form_01 .frm_label {
    display: inline-block;
    width: 130px
}

.form_01 .form_left {
    float: left;
    width: 49.5%
}

.form_01 .form_right {
    float: right;
    width: 49.5%
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center;
    color: #777 !important
}

.empty_list,
.empty_li {
    padding: 20px 0 !important;
    text-align: center;
    color: #777 !important
}

/* 필수입력 */
.required,
textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {
    width: 40px
}

.grid_2 {
    width: 90px
}

.grid_3 {
    width: 140px
}

.grid_4 {
    width: 190px
}

.grid_5 {
    width: 240px
}

.grid_6 {
    width: 290px
}

.grid_7 {
    width: 340px
}

.grid_8 {
    width: 390px
}

.grid_9 {
    width: 440px
}

.grid_10 {
    width: 490px
}

.grid_11 {
    width: 540px
}

.grid_12 {
    width: 590px
}

.grid_13 {
    width: 640px
}

.grid_14 {
    width: 690px
}

.grid_15 {
    width: 740px
}

.grid_16 {
    width: 790px
}

.grid_17 {
    width: 840px
}

.grid_18 {
    width: 890px
}

/* 테이블 항목별 정의 */
.td_board {
    width: 120px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 60px;
    text-align: center
}

.td_datetime {
    width: 110px;
    text-align: center
}

.td_default {
    width: 60px;
    text-align: center
}

.td_dvr {
    width: 100px;
    text-align: center
}

.td_group {
    width: 100px;
    text-align: center
}

.td_imgsmall {
    width: 60px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 100px;
    text-align: center
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_namesmall {
    width: 50px;
    text-align: left
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_mngsmall {
    width: 55px;
    text-align: center
}

.td_statsmall {
    width: 50px;
    text-align: center
}

.text_left {
    text-align: left !important
}

.text_center {
    text-align: center !important
}

.text_right {
    text-align: right !important
}

/* 새창 기본 스타일 */
.new_win {
    position: relative;
}

.new_win #win_title {
    font-size: 1.25em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #03305A;
    color: #fff;
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    border-right: 1px solid #dfe6e7;
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    background: #f3f7f7;
    width: 33.333%;
    text-align: center;
    border-left: 1px solid #dfe6e7;
    border-bottom: 1px solid #dfe6e7;
    border-top: 1px solid #dfe6e7
}

.new_win .win_ul li a {
    display: block;
    padding: 10px 0
}

.new_win .win_ul .selected {
    background: #fff;
    border-bottom-color: #fff;
    border-top-color: #074CA1;
}

.new_win .win_ul .selected a {
    color: #074CA1
}

.new_win .win_desc {
    margin: 5px 0;
    font-size: 0.92em;
    color: #3598db;
}

.new_win .frm_info {
    font-size: 0.92em;
    color: #3598db
}

.new_win .win_total {
    text-align: right;
    margin: 10px 0
}

.new_win .win_total span {
    display: inline-block;
    padding: 0 5px;
    color: #777;
    line-height: 26px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.92em;
}

.new_win .new_win_con {
    margin: 20px;
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .btn_confirm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: url(../img/close_btn.gif) no-repeat 50% 50%;
    border: 0;
    text-indent: -999px;
    overflow: hidden
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 1.083em;
    float: right
}

.new_win .win_btn {
    margin: 10px 0
}

/* 자바스크립트 alert 대안 */
#validation_check {
    margin: 100px auto;
    width: 500px
}

#validation_check h1 {
    margin-bottom: 20px;
    font-size: 1.3em
}

#validation_check p {
    margin-bottom: 20px;
    padding: 30px 20px;
    border: 1px solid #e9e9e9;
    background: #fff
}

/* 사이드뷰 */
.sv_wrap {
    display: inline-block;
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    border: 1px solid #03305A;
    background: #021E3A
}

.sv_wrap .sv a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 3px !important;
    width: 94px;
    border-bottom: 1px solid #03305A;
    color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
    text-decoration: none !important
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 20px;
    width: auto;
    height: auto !important
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {}

.pg_page,
.pg_current,
.qa_page {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page,
.qa_page {
    color: #555;
    ;
    font-size: 1.083em;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    min-width: 40px;
    text-decoration: none;
    border-radius: 33px;
}

.pg_page:hover {
    background-color: #f3f3f1
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_first.gif') no-repeat 50% 50%;
    padding: 0
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.gif') no-repeat 50% 50%;
    padding: 0
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_end.gif') no-repeat 50% 50%;
    padding: 0
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.gif') no-repeat 50% 50%;
    padding: 0
}

.pg_current {
    display: inline-block;
    background: #03305A;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
    border-radius: 33px;
}


/* ########## 쇼핑몰 컨텐츠 ########## */
/* 인덱스 이미지 출력 */
#sidx_img {
    margin: 0 0 20px
}

#sidx_img img {
    max-width: 100%;
    height: auto
}

/* 마이페이지 */
#smb_my {
    position: relative;
}

#smb_my_ov {
    margin: 0 0 20px;
    position: relative;
    width: 25%;
    float: left;
    border-right: 1px solid #eee;
    margin-right: -1px
}

.smb_my_ov_wr {
    border-bottom: 1px solid #eee;
    background: #074CA1;
    padding: 40px;
    background: rgba(7, 76, 161, 1);
    background: -moz-linear-gradient(-45deg, rgba(7, 76, 161, 1) 0%, rgba(3, 48, 90, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(7, 76, 161, 1)), color-stop(100%, rgba(3, 48, 90, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(7, 76, 161, 1) 0%, rgba(3, 48, 90, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(7, 76, 161, 1) 0%, rgba(3, 48, 90, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(7, 76, 161, 1) 0%, rgba(3, 48, 90, 1) 100%);
    background: linear-gradient(135deg, rgba(7, 76, 161, 1) 0%, rgba(3, 48, 90, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#074CA1', endColorstr='#03305A', GradientType=1);
}

#smb_my_ov .my_name {
    padding-bottom: 40px;
    color: #fff;
    text-align: center
}

#smb_my_ov .my_name strong {
    display: block;
    margin-top: 20px
}

#smb_my_ov .my_name img {
    border-radius: 50px;
    margin-right: 10px
}

#smb_my_ov h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#smb_my_ov .my_ov_name {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    line-height: 45px;
    padding: 0 20px;
    font-size: 1.167em;
}

#smb_my_ov .my_ov_name img {
    width: 20px;
    border-radius: 50%
}

#smb_my_act {
    padding: 20px;
    margin: 30px 0;
    background: #fff;
    ;
    border-radius: 5px
}

#smb_my_act:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#smb_my_act ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none
}

#smb_my_act li {}

#smb_my_act li a {
    line-height: 25px;
    padding: 0 5px;
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #074CA1;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#smb_my_act li .btn_admin {
    height: 27px;
}

#smb_my_ov .cou_pt {
    position: absolute;
    top: 0;
    right: 0;
}

#smb_my_ov .cou_pt dt {
    float: left;
    width: 90px;
    line-height: 45px;
}

#smb_my_ov .cou_pt dd {
    float: left;
    width: 110px;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 45px;
}

#smb_my_ov .cou_pt dd a {
    color: #074CA1;
    font-weight: bold;
    font-size: 1.167em
}

#smb_my_ov .op_area {
    background: #F4F7FB;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px 15px;
    line-height: 18px;
    color: #555
}

#smb_my_ov .op_area:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#smb_my_ov .op_area dt {
    float: left;
    width: 10%;
    margin: 3px 0;
    font-weight: bold
}

#smb_my_ov .op_area dd {
    float: left;
    width: 40%;
    ;
    margin: 3px 0
}

.my_ov_btn {
    text-align: center;
}

.my_ov_btn button {
    background: #fff;
    border: 1px solid #ccc;
    vertical-align: top;
    border-top: 0;
    padding: 0 20px;
    height: 25px
}

.my_ov_btn button:hover {
    background: #f3f3f3
}

#smb_my_wr {
    float: left;
    width: 75%;
    border-left: 1px solid #eee;
}

.my_info {
    color: #fff;
}

.my_info dt {
    padding: 15px 0 5px;
    border-top: 1px dashed #c0abab;
    font-size: 11px
}

.my_info dd {
    padding: 5px 0 15px;
    color: #fff
}

.my_cou_wr {
    background: #fff;
    border-radius: 5px;
    margin: 30px 0
}

.my_cou_wr li {
    line-height: 45px;
    position: relative;
    ;
    padding: 0 40px;
}

.my_cou_wr li i {
    width: 20px;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
    color: #ccc;
}

.my_cou_wr li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.my_cou_wr li:hover {
    background: #fafafa;
    background: -moz-linear-gradient(-45deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(247, 248, 249, 1) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f9', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.my_cou_wr li strong {
    color: #074CA1;
    float: right
}

#smb_my_ovaddd {
    width: 90%
}

#smb_my_ovaddt {
    border-bottom: 0 !important
}

#smb_my_ovaddd {
    width: 590px !important;
    border-bottom: 0 !important
}

#smb_my_od {
    position: relative;
    padding: 40px;
    border-bottom: 1px solid #eee
}

#smb_my_od h2 {
    margin: 0 0 20px;
    font-size: 1.25em;
}

#smb_my_od td {
    text-align: center
}

#smb_my_od td a {
    font-weight: bold
}

#smb_my_wish {
    position: relative;
    ;
    padding: 40px
}

#smb_my_wish h2 {
    margin: 0 0 20px;
    font-size: 1.25em;
    padding: 0 0 10px;
}

#smb_my_wish ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#smb_my_wish li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 10px
}

#smb_my_wish li img {
    max-width: 100%;
    height: auto
}

#smb_my_wish li:nth-child(5n+1) {
    clear: both
}

.smb_my_img {
    margin: 0 0 5px;
}

.smb_my_tit {
    margin: 5px 0;
    font-size: 1.167em;
    font-weight: bold
}

.smb_my_date {
    font-size: 0.92em;
    color: #777
}

.smb_my_more {
    position: absolute;
    top: 40px;
    right: 40px;
}

.smb_my_more a {
    display: block;
    background: url('../img/more-btn.gif') no-repeat 0 2px;
    padding-left: 20px;
    height: 30px
}

/* 장바구니 */
#sod_bsk {}

.btn_cart_del {
    padding: 20px;
}

.btn_cart_del button {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-bottom: 1px solid #c4c4c4;
    background: #fff;
    color: #666
}

.tbl_head03 .td_prd {
    padding-left: 120px;
    height: 120px;
    position: relative
}

.tbl_head03 .td_prd .sod_img {
    position: absolute;
    top: 20px;
    left: 20px;
}

#sod_bsk_list {
    position: relative
}

#sod_bsk #sod_bsk_tot {
    margin: 0 0 20px;
    zoom: 1
}

#sod_bsk #sod_bsk_tot ul {
    background: #fff;
}

#sod_bsk #sod_bsk_tot ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_bsk #sod_bsk_tot li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_bsk #sod_bsk_tot li {
    text-align: center;
    padding: 5px 0;
    ;
    text-align: right
}

#sod_bsk #sod_bsk_tot li:first-child {
    border: 0
}

#sod_bsk #sod_bsk_tot li span {
    display: block;
    margin: 0 0 5px;
    float: left;
}

#sod_bsk #sod_bsk_tot li strong {}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt {
    padding: 15px 0;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #000;
    margin-top: 10px
}

#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong {
    color: #fb6369;
}

#sod_bsk_act {
    text-align: right
}

#sod_bsk_act .btn_submit {
    height: 50px;
    padding: 0 10px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
}

#sod_bsk_act .btn_b01 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px
}

#sod_bsk_act p {
    margin: 0 0 10px
}

.tbl_head03 .sod_opt {
    padding: 10px 0;
    ;
    color: #888;
    ;
    background: none;
    border: none
}

.tbl_head03 li {
    margin-bottom: 5px;
    border: none;
    position: relative;
    line-height: 20px;
}

.tbl_head03 .sod_opt li:before {
    content: '옵션';
    background: #e0f0e9;
    color: #51cd97;
    font-size: 12px;
    padding: 0 5px;
    line-height: 20px;
    margin-right: 5px;
    display: inline-block;
}

#sod_bsk .mod_options {
    line-height: 30px;
    padding: 0 10px
}

/*장바구니 선택사항수정*/
#sod_bsk_list #mod_option_frm {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #e9e7e7;
    background: #fff;
    overflow-y: auto;
    overflow-x: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

#sod_bsk_list #mod_option_frm #sit_tot_price strong {
    font-size: 18px
}

.option_wr {
    background: #f3f3f3;
    margin: 0 20px 10px;
    padding: 15px
}

.option_wr h3 {
    font-size: 1.167em
}

.option_wr label {
    display: block;
    margin: 10px 0 5px
}

.option_wr select {
    width: 100%;
    border: 1px solid #ccc;
    height: 35px
}

#sit_opt_added {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    background: #fff;
    list-style: none
}

#sit_opt_added li {
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    padding-right: 220px;
    position: relative
}

#sit_opt_added li .opt_name {
    line-height: 20px;
    font-weight: 300
}

#sit_opt_added li .opt_count {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px
}

#sit_opt_added button {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #aaa;
    font-size: 0.92em
}

#sit_opt_added button:hover {
    color: #000
}

#sit_opt_added .num_input {
    float: left;
    border: 0;
    width: 40px;
    height: 30px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

#sit_opt_added .num_input:focus {
    background: #f3f3f3;
}

#sit_opt_added .sit_opt_del {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    border: 0;
    font-size: 12px;
    background: none;
    color: #999;
}

#sit_opt_added .sit_opt_del:hover {
    color: #000
}

#sit_opt_added .sit_opt_prc {
    display: block;
    float: left;
    width: 100px;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    font-size: 1.083em;
    font-weight: bold
}

#mod_option_frm #sit_sel_option {
    margin: 20px;
}

#mod_option_frm #sit_tot_price {
    margin: 0 20px;
    padding: 0;
    font-size: 15px
}

#mod_option_frm .btn_confirm {
    margin: 0 20px 20px
}

#mod_option_frm .btn_confirm .btn_submit {
    height: 40px;
    font-size: 1.167em;
    font-weight: bold;
    width: 100%;
    cursor: pointer
}

#mod_option_frm .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    border: 0;
    background: none;
    color: #aaa;
    font-size: 1.25em
}

#mod_option_frm .btn_confirm .btn_close:hover {
    background: #f3f3f3
}

/* 주문서 작성 */
#sod_frm .od_prd_list {
    margin-bottom: 0
}

#sod_frm #sod_bsk_tot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_frm #sod_bsk_tot li {
    position: relative;
    float: left;
    background: #fff;
    width: 33.333%;
    height: 70px;
    text-align: center;
    border-bottom: 1px solid #e7ebf1;
    padding: 15px 0
}

#sod_frm #sod_bsk_tot li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_frm #sod_bsk_tot li span {
    display: block;
    color: #777;
    margin-bottom: 5px;
    font-weight: 400
}

#sod_frm #sod_bsk_tot .sod_bsk_sell,
#sod_frm #sod_bsk_tot .sod_bsk_coupon {
    border-right: 1px solid #e7ebf1;
    background: #fff
}

#sod_frm #sod_bsk_tot .sod_bsk_point,
#sod_frm #sod_bsk_tot .sod_bsk_cnt {
    width: 100%;
    clear: both;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: right;
    background: #fff
}

#sod_frm #sod_bsk_tot .sod_bsk_point span,
#sod_frm #sod_bsk_tot .sod_bsk_cnt span {
    float: left;
    margin: 0
}

#sod_frm #sod_bsk_tot .sod_bsk_coupon:before {
    display: block;
    content: "-";
    position: absolute;
    top: 25px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #ff006c;
    border-radius: 50%;
    border: 1px solid #e7ebf1;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}

#sod_frm #sod_bsk_tot .sod_bsk_dvr:before {
    display: block;
    content: "+";
    position: absolute;
    top: 25px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    color: #ff006c;
    border-radius: 50%;
    border: 1px solid #e7ebf1;
    font-weight: bold;
    font-size: 16px;
    line-height: 17px;
}

.sod_left {
    float: left;
    width: 75%;
    padding: 40px;
    vertical-align: top;
    border-right: 1px solid #ddd
}

.sod_right {
    float: left;
    width: 25%;
    padding: 40px;
    vertical-align: top;
    height: 100%;
    border-left: 1px solid #ddd;
    margin-left: -1px;
}

.display_setup_message {
    margin: 0 0 10px;
    padding: 15px;
    border: 1px solid #fccdff;
    background: #ffeef9
}

.display_setup_message strong {
    display: block;
    margin: 0 0 10px
}

#sod_frm {}

#sod_frm h2 {
    margin: 0 0 10px
}

#sod_frm p {
    margin: 0 0 10px
}

#sod_list {
    position: relative
}

#sod_list #cp_frm {
    z-index: 10000;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #ddd;
    background: #fff;
    overflow-y: auto;
    overflow-x: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}

#mod_option_frm h2 {
    border-bottom: 1px solid #eee;
    padding: 0 20px;
    line-height: 50px;
    margin: 0 0 15px;
    font-size: 1.25em;
    font-weight: 400
}


#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
    display: inline-block;
    margin: 5px 0 0
}

#sod_frm_taker label {
    display: inline-block;
    margin: 5px
}

#sod_frm_same {
    margin: 0 0 10px
}


#sod_frm #display_pay_process {
    text-align: center
}

#sod_frm #display_pay_process span {
    display: block;
    margin: 5px 0 0
}

#sod_frm .btn_submit {
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 1.25em
}

#sod_frm .btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 1.25em;
    background: #fff;
    margin: 5px 0
}

#sod_frm_pay {
    position: relative;
    margin: 10px 0
}

#sod_frm #sod_frm_pay h2 {
    position: absolute;
    border: 0;
    font-size: 0;
    line-height: 0;
    content: "";
    padding: 0;
}

#sod_frm_pay .pay_tbl table {
    width: 100%;
    border-collapse: collapse
}

#sod_frm_pay .pay_tbl th {
    text-align: left;
    padding: 10px;
    width: 80px;
    border-bottom: 1px solid #e7ebf1;
    background: #fff;
    font-weight: 400;
    color: #777
}

#sod_frm_pay .pay_tbl td {
    text-align: right;
    padding: 10px;
    height: 30px;
    border-bottom: 1px solid #e7ebf1;
    background: #fff
}

#sod_frm_pay .pay_tbl td .cp_cancel {
    margin: 0 0 0 2px
}

#sod_frm_pay .pay_tbl td .btn_frmline {
    padding: 0 7px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
    margin: 0;
}

#od_tot_price {
    margin: 10px 0;
    background: #fff;
    line-height: 40px;
    text-align: right;
    padding: 0 10px;
    background: #fff
}

#od_tot_price span {
    float: left;
    color: #777;
    font-weight: 400
}

#od_tot_price strong {
    font-size: 1.5em;
    color: #fb6369
}

#sod_frm_pay_info {
    margin: 0 0 10px
}

#sod_frm_pay #sc_coupon_frm,
#sod_frm_pay #od_coupon_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #000;
    background: #fff;
    overflow-y: auto
}

#sod_frm_deli {
    position: relative;
    line-height: 2em
}

.od_coupon h3 {
    border-bottom: 1px solid #f3f3f3;
    text-align: left;
    padding: 0 20px;
    line-height: 50px;
    margin: 0 0 15px;
    font-size: 1.25em;
    font-weight: 400
}

.od_coupon .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    border: 0;
    background: none;
    font-size: 1.25em;
    color: #aaa
}

.od_coupon .btn_close:hover {
    background: #fff
}

.od_coupon .tbl_head02 {
    margin: 20px
}

.od_coupon .cp_apply {
    padding: 0 5px;
    border: 1px solid #38b2b9;
    color: #38b2b9;
    background: #fff;
    height: 23px;
    line-height: 21px;
}

.od_coupon td,
#sod_frm_pay .od_coupon td {
    text-align: left;
    border-left: 0;
    padding: 7px
}

#sod_frm_pay .od_coupon th {
    width: auto;
    text-align: center;
    padding: 7px;
    background: #fff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.od_coupon .td_numbig,
#sod_frm_pay .od_coupon .td_numbig {
    text-align: center;
}

.od_coupon .td_mngsmall {
    width: 60px
}

#sod_frm #sod_frm_pt_alert {
    margin: 5px 0;
    color: #38b2bb
}

#od_pay_sl h3 {
    font-size: 1.167em;
    margin: 20px 0 5px
}

#od_pay_sl input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-indent: -999px;
    left: 0;
    z-index: -1px;
}

#od_pay_sl .lb_icon {
    display: inline-block;
    float: left;
    width: 50%;
    background: #fff;
    border: 1px solid #eceff4;
    margin: -1px 0 0 -1px;
    cursor: pointer;
    height: 60px;
    position: relative;
    padding-left: 65px;
    padding-top: 20px;
    z-index: 1
}

#od_pay_sl input[type="radio"]:checked+.lb_icon {
    border: 1px solid #ff006c;
    z-index: 3
}

#sod_frm_paysel {}

#sod_frm_paysel legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_frm_paysel .KPAY {
    background: url('../../../img/kpay.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYNOW {
    background: url('../../../img/paynow.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .PAYCO {
    background: url('../../../img/payco.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .kakaopay_icon {
    background: url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;
    overflow: hidden;
    text-indent: -999px
}

#sod_frm_paysel .bank_icon {
    background: url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff
}

#sod_frm_paysel .vbank_icon {
    background: url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#sod_frm_paysel .iche_icon {
    background: url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#sod_frm_paysel .hp_icon {
    background: url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff
}

#sod_frm_paysel .card_icon {
    background: url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff
}

.sod_frm_point {
    clear: both;
    padding: 10px 0
}

.sod_frm_point div {
    background: #fff;
    margin-bottom: 1px;
    padding: 10px;
    text-align: left;
    text-align: right
}

.sod_frm_point div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point div label {
    float: left;
    line-height: 30px
}

.sod_frm_point div span {
    display: block;
    font-size: 0.92em
}

.sod_frm_point div span:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

.sod_frm_point div strong {
    float: left;
    color: #666;
    font-weight: normal
}

.sod_frm_point #od_temp_point {
    height: 30px;
    text-align: right;
    padding: 0 5px;
    border: 1px solid #ccc;
}

#settle_bank {
    margin: 5px 0 10px;
    background: #fff;
    padding: 10px;
    clear: both
}

#settle_bank select {
    height: 30px;
    margin: 0 0 5px;
    width: 100%;
    border: 1px solid #ccc;
}

#settle_bank #od_deposit_name {
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

#sod_frm_escrow {
    margin: 30px 0 0
}

#sod_frm #sod_frm_escrow h2 {
    margin: 0;
    border: 0;
    padding: 10px 0
}

#sod_frm #sod_frm_escrow p {
    margin: 5px 0
}

#display_pay_process {
    padding: 20px;
    text-align: center
}

/* 위시리스트 */
#sod_ws:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_ws_act {
    float: left;
    width: 25%;
    text-align: center;
    padding: 40px;
}

#sod_ws_act button {
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.167em
}

#sod_ws_act .btn01 {
    background: #074CA1;
    border: 1px solid #074CA1;
    color: #fff
}

#sod_ws_act .btn02 {
    background: #03305A;
    border: 0;
    color: #fff
}

#sod_ws li .info_link {
    display: block;
    margin: 10px 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #646464;
    font-weight: bold
}

#sod_ws li .info_date {
    color: #646464;
    font-size: 0.92em
}

#sod_ws li .wish_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 35px;
    color: #f00
}

#sod_ws li .wish_info {
    padding: 0 35px 10px 30px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px;
    height: 45px;
}

#sod_ws li .wish_del {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e6e6e6;
    display: block;
    font-size: 1.25em;
    color: #777;
}

#sod_ws li .wish_del:hover {
    background: #777;
    color: #fff
}

#sod_ws .list_02 {
    float: left;
    width: 75%;
    border-right: 1px solid #ddd;
    padding: 40px
}

/* 배송지 목록 */
#sod_addr .td_mng .sel_address {
    color: #fff;
    background: #fff;
    ;
    border: 1px solid #333;
    color: #333;
    ;
    padding: 0 5px;
    height: 26px;
}

#sod_addr .td_mng .del_address {
    display: inline-block;
    ;
    border: 1px solid #aaa;
    color: #888;
    padding: 0 5px;
    height: 26px;
    line-height: 24px;
    vertical-align: middle
}

#sod_addr input[type="radio"] {
    position: absolute;
    left: 0;
    z-index: -1;
    visibility: hidden;
    ;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999px
}

#sod_addr .default_lb {
    display: inline-block;
    background: #fff;
    border: 1px solid #074CA1;
    color: #074CA1;
    cursor: pointer;
    position: relative;
    padding: 0 5px;
    height: 26px;
    line-height: 24px
}

#sod_addr input[type="radio"]:checked+.default_lb {
    background: #074CA1;
    color: #fff
}

#sod_addr td {
    height: 40px;
    vertical-align: top
}

#sod_addr .td_name {
    width: 100px;
}

#sod_addr .frm_input {
    height: 30px
}

#sod_addr .td_sbj {
    width: 120px;
    text-align: left
}

#sod_addr .ad_tel {
    display: block;
    color: #666
}

#sod_addr .td_mng {
    width: 100px;
    padding: 10px
}

#sod_addr .td_mng .mng_btn {
    width: 100%;
    margin: 2px 0;
}

/* 주문내역 */
#sod_v .pg_wrap {
    border-top: 0
}

#sod_v td {
    text-align: center
}

/* 메인 실시간 주문현황 - 가로 자동 롤링 */
.recent_orders {
    overflow: hidden;
    position: relative;
}
.ro_scroll_inner {
    display: flex;
    gap: 14px;
    will-change: transform;
}
.ro_card {
    flex-shrink: 0;
    width: 150px;
    background: #fff;
    border: 2px solid #E8EEF4;
    border-radius: 14px;
    padding: 12px;
    text-align: center;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.ro_card:hover {
    border-color: #074CA1;
    box-shadow: 0 4px 16px rgba(7,76,161,0.1);
}
.ro_thumb {
    width: 110px; height: 110px;
    margin: 0 auto 8px;
    border-radius: 10px;
    overflow: hidden;
    background: #F8FAFD;
}
.ro_thumb img {
    width: 110px !important; height: 110px !important;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
.ro_name {
    font-size: 13px;
    font-weight: 700;
    color: #03305A;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ro_addr {
    font-size: 11px;
    color: #888;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ro_addr .fa { color: #C5A55A; margin-right: 2px; }
/* 개별 진행 바 */
.ro_progress { margin-top: 2px; }
.ro_prog_track {
    height: 6px;
    background: #E8EEF4;
    border-radius: 3px;
    overflow: hidden;
}
.ro_prog_fill {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, #2B7DE9, #10B981);
    transition: width 0.6s ease;
}
.ro_prog_steps {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
.ro_prog_steps span {
    font-size: 9px;
    color: #bbb;
    font-weight: 600;
}
.ro_prog_steps span.on {
    color: #074CA1;
}
.ro_empty {
    text-align: center; padding: 40px; width: 100%;
    color: #999; font-size: 14px;
}
@media (max-width: 768px) {
    .ro_card { width: 130px; padding: 10px; }
    .ro_thumb { width: 90px; height: 90px; }
    .ro_thumb img { width: 90px !important; height: 90px !important; }
    .ro_name { font-size: 12px; }
    .ro_prog_steps span { font-size: 8px; }
}

#sod_v td a {
    font-weight: bold
}

#sod_v .basic_tbl {
    text-align: center
}

#sod_v_info {
    padding: 30px 40px;
    border-bottom: 1px solid #eee
}

#sod_v .tbl_head03 {}

.status_01 {
    display: inline-block;
    background: #fe528f;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

.status_02 {
    display: inline-block;
    background: #68d0a7;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

.status_03 {
    display: inline-block;
    background: #b668d0;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

.status_04 {
    display: inline-block;
    background: #ffa700;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

.status_05 {
    display: inline-block;
    background: #688fef;
    color: #fff;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

.status_06 {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    padding: 0 5px;
    line-height: 20px;
    font-size: 0.92em
}

/* 주문상세내역 */
#sod_fin {}

#sod_fin th {
    padding: 8px
}

#sod_fin .th_line th {
    border-top: 1px solid #ddd;
}

#sod_fin_no {
    padding: 25px 40px;
    font-size: 14px;
    color: #4f98e3;
    background: #f4f9fe;
    border-bottom: 1px solid #eee;
}

#sod_sts_wrap {
    margin: 0 0 10px;
    text-align: right
}

#sod_sts_explan {
    display: none
}

#sod_fin_legend {
    padding: 10px;
    background: #f3f3f3;
    margin: 10px 0;
    border: 1px solid #e9e9e9;
    text-align: left;
    zoom: 1
}

#sod_fin_legend:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

#sod_fin_legend dt {
    clear: both;
    float: left;
    margin: 0 0 5px;
    width: 50px;
    font-weight: bold
}

#sod_fin_legend dd {
    float: left;
    margin: 0
}

#sod_fin #sod_bsk_tot li {
    background: #fff;
    border-bottom: 1px solid #e7ebf1;
    height: 40px;
    ;
    padding: 0 15px;
    line-height: 40px;
    text-align: right
}

#sod_fin #sod_bsk_tot li span {
    float: left;
    clear: both;
    color: #777;
}

#sod_fin #sod_bsk_tot li strong {}

#sod_fin #sod_bsk_tot .sod_bsk_cnt strong {
    color: #ff006c;
    font-size: 1.25em
}

#request_form {
    position: relative
}

#request_form div {
    display: none;
    z-index: 10000;
    position: absolute;
    top: 23px;
    left: 0;
    padding: 20px 0;
    width: 520px;
    border: 1px solid #000;
    background: #f2f5f9;
    text-align: center
}

#request_form .frm_input {
    width: 300px;
    background: #fff !important
}

#request_form .btn_frmline,
#request_form .btn_cancel {
    vertical-align: middle !important
}

#request_form .btn_frmline {
    padding: 0 10px;
    line-height: 1.6em
}

#sod_req_btn {
    margin: 0 0 10px
}

#sod_req_btn button {
    background: #626870
}

#sod_req_log {
    margin: 0 0 20px
}

#sod_req_log ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9;
    background: #f2f5f9;
    list-style: none
}

#sod_req_log li {
    padding: 10px 10px 20px;
    border: 1px solid #e9e9e9;
    border-top: 0
}

#sod_req_log h3 {
    margin: 20px 0 10px
}

.sod_req_log_view table {
    margin: 0
}

.sod_req_log_view caption {
    padding: 10px 0;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    line-height: 1em
}

.sod_req_log_view caption span {
    color: #ff3061
}

.sod_req_log_view th {
    border-top: 1px solid #e9e9e9;
    background: #f7f7f7 !important;
    color: #000 !important;
    text-align: center
}

.sod_req_log_view td {
    background: #fff;
    color: #000
}

.sod_req_log_view p {
    padding: 10px 15px;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    color: #000
}

.sod_req_log_view .sod_req_it {
    width: 270px
}

.sod_req_log_view button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ff3061;
    text-decoration: underline;
    vertical-align: middle;
    cursor: pointer
}

#sod_fin_list {
    padding: 40px
}

#sod_fin_list h2 {
    margin: 0 0 10px
}

#sod_fin_list .td_bdno {
    border-left: 0
}

#sod_fin_list .td_bdno a {
    font-weight: bold
}

#sod_fin_view {
    border: 1px solid #e9e9e9
}

#sod_fin_view h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_fin_view h3 {
    margin: 0 0 10px
}

#sod_fin_view .basic_tbl th {
    padding: 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f2f5f9;
    text-align: left
}

#sod_fin_pay {
    margin: 0 0 30px
}

#sod_fin_orderer {
    margin: 0 0 30px
}

#sod_fin_receiver {
    margin: 0 0 30px;
}

#sod_fin_dvr {}

#sod_fin .sod_left h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_fin .sod_left h3 {
    font-size: 1.167em;
    margin: 0 0 10px
}

#sod_fin .sod_left .tbl_head01 {}

#sod_fin .sod_left th {
    padding: 10px;
    border: 0;
    border-top: 1px solid #f3f3f3;
    text-align: left;
    width: 100px;
    color: #666;
    background: #fff
}

#sod_fin .sod_left td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #f3f3f3;
    background: #fff
}

#sod_fin_dvr .dvr_link {
    color: #ff3061;
    text-decoration: underline
}

#sod_fin_tot {
    margin: 10px 0
}

#sod_fin_tot h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_fin_tot ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#sod_fin_tot li {
    padding: 10px;
    background: #38b2b9;
    border-bottom: 1px solid #5ec2c7;
    color: #fff;
    zoom: 1
}

#sod_fin_tot li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_fin_tot #alrdy {
    border-bottom: 0 !important
}

#sod_fin_tot #alrdy .right {
    margin-top: 10px;
    text-align: right;
    color: #f3f3f3;
    font-size: 0.9em
}

#sod_fin_tot #alrdy .right p {
    position: relative
}

#sod_fin_tot #alrdy .right .title {
    position: absolute;
    left: 0;
    padding-left: 8px
}

#sod_fin_tot strong {
    float: right
}

#sod_fin_cancel {
    text-align: center
}

#sod_fin_cancel h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_fin_cancel button {
    height: 40px;
    border: 1px solid #5e6b6f;
    font-weight: bold;
    width: 100%;
    background: none;
    color: #5e6b6f
}

#sod_fin_cancel button:hover {
    background: #fff
}

#sod_fin_cancelfrm {
    display: none;
    margin: 10px 0 0;
    text-align: center;
    background: #fff;
    padding: 15px
}

#sod_fin_cancelfrm .frm_input {
    background: #fff;
    margin: 0 0 5px;
    width: 100%
}

#sod_fin_cancelfrm .btn_frmline {
    background: #5e6b6f;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 100%;
    cursor: pointer
}

#sod_fin_test {
    padding: 10px
}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}

#scash section {
    padding: 10px 0
}

#scash h2 {
    margin: 0 0 10px;
    text-align: center
}

#scash .basic_tbl th {
    padding: 0 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #f2f5f9;
    text-align: left
}

#scash_apply {
    padding: 10px 0 20px;
    text-align: center
}

#scash_apply button {
    padding: 10px;
    border: 0;
    background: #565e60;
    color: #fff
}

#scash_copy {
    text-align: center
}

/* 공지사항 및 커뮤니티 새글 */
#sidx_lat h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 쇼핑몰 이벤트 */
#sev {}

.sev_admin {
    margin: 0 0 10px;
    text-align: right
}

.sev_admin a {
    line-height: 35px;
    padding: 0 10px
}

/* 쿠폰 */
#coupon div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#coupon .cou_tit {
    font-weight: bold
}

#coupon .cou_pri {
    font-size: 1.25em;
    color: #00c4ac;
    font-weight: bold;
    float: right;
}

#coupon .cou_target {
    color: #666
}

#coupon .cou_date {
    float: right;
    color: #777;
    font-style: italic;
}

/* 모바일일때 피시버전 주문폼*/
.sod_list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.sod_list .sod_li {
    position: relative;
    padding: 0;
    border: 1px solid #e9e9e9;
    margin: 10px 0
}

.sod_list .sod_li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.sod_list .li_chk {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sod_list .li_name {
    min-height: 130px
}

.sod_list .li_name a,
.sod_list .li_name strong {
    display: block;
    padding: 0 10px 0 25px;
    border-bottom: 1px solid #e9e9e9;
    height: 35px;
    line-height: 35px
}

.sod_list .li_name strong {
    padding-left: 10px
}

.sod_list .total_img {
    position: absolute;
    top: 45px;
    left: 10px;
}

.sod_list .sod_opt {
    padding: 10px 10px 5px;
    margin-left: 90px;
    color: #9e9e9e;
    font-size: 0.93em;
    background: none;
    border: none
}

.sod_list .sod_opt li {
    margin-bottom: 3px;
    border: none
}

.sod_list .li_cp {
    position: relative
}

.sod_list .li_cp .cp_btn,
.sod_list .li_cp .cp_cancel,
.sod_list .li_mod .mod_btn {
    margin: 0;
    padding: 5px 8px;
    border: 0;
    background: #021E3A;
    color: #fff;
    font-size: 0.93em
}

.sod_list .li_cp .cp_cancel,
.odf_tbl #od_coupon_cancel,
.odf_tbl #sc_coupon_cancel {
    border: 1px solid #999;
    color: #777;
    background: #fafafa;
    margin-left: 3px;
    padding: 4px 5px
}

.sod_list .li_prqty {
    margin: 10px;
}

.sod_list .li_prqty:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.sod_list .li_prqty .li_prqty_sp {
    width: 33%;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 2.2em;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #e9e9e9;
    color: #9e9e9e;
    font-size: 0.93em;
    margin-left: -1px
}

.sod_list .li_prqty .prqty_price {
    border-left: 1px solid #d3d3d3;
}

.sod_list .li_prqty .prqty_sc {
    border-right: 1px solid #d3d3d3;
}

.sod_list .li_prqty .li_prqty_sp span {
    display: block;
    background: #f2f2f2;
}

.sod_list .li_total {
    position: relative;
    border-top: 1px solid #e9e9e9;
    margin: 10px 10px 0;
}

.sod_list .total_span {
    display: block;
    position: relative;
    padding: 5px 0;
    text-align: right;
    color: #343434
}

.sod_list .total_span span {
    position: absolute;
    top: 5px;
    left: 0
}

.sod_list .total_span strong {
    font-size: 1.2em
}

#sod_frm {}

#sod_frm section {
    margin-bottom: 20px;
}

#sod_frm section .tbl_wrap {}

#sod_frm section h2 {
    font-size: 18px;
    padding-bottom: 10px
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl {
    background: #ededed;
    margin-top: 5px
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th,
#sod_bsk_list #mod_option_frm .sit_ov_tbl td {
    border: none;
    padding-left: 5px;
    font-weight: normal
}

#sod_bsk_list #mod_option_frm .sit_ov_tbl th {
    width: 90px
}

#sod_frm_deli #order_address {
    display: block;
    ;
    width: 100px;
    background: #03305A;
    color: #fff;
    text-align: center
}

#sod_frm_orderer,
#sod_frm_taker {
    float: left;
    width: 50%;
    padding: 40px;
}

#sod_frm_taker {
    border-left: 1px solid #e3e3e3;
}

#sod_frm .sod_left {
    padding: 0;
    width: 70%
}

#sod_frm .sod_right {
    background: #f3f3f3;
    width: 30%;
}

#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
    display: inline-block
}

#sod_frm .odf_tbl table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-collapse: collapse
}

#sod_frm .odf_tbl table tbody td,
#sod_frm .odf_tbl table tbody th {
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0px 5px 10px;
    text-align: left;
    line-height: 26px;
    position: relative;
}

#sod_frm .odf_tbl table th {
    width: 90px;
    color: #343434;
    font-weight: normal;
    letter-spacing: -0.1em
}

#sod_frm .odf_tbl table .frm_input {
    background-color: #fff !important;
    height: 24px;
    line-height: 24px;
    text-indent: 5px
}

#sod_frm .odf_tbl table .frm_address {
    margin-top: 5px
}

#sod_frm .odf_tbl button.btn_frmline {
    font-size: 0.92em;
    padding: 0 8px;
    height: 26px;
    line-height: 26px
}

#sod_frm .odf_tbl textarea {
    width: 99%;
    border: 1px solid #e4eaec;
}

#sod_frm_same {
    margin: 0 0 10px
}

#sod_frm_pay {
    position: relative
}

#sod_frm_pay .tbl_head01 caption {
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_frm_pay .tbl_head01 th {
    width: auto !important;
    font-weight: bold;
    text-align: center !important
}

#sod_frm_pay .tbl_head01 td {
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    line-height: 1.5em !important;
    word-break: break-all !important
}


html.no-overflowscrolling #sc_coupon_frm,
html.no-overflowscrolling #od_coupon_frm {
    height: auto;
    max-height: 10000px !important
}

/* overflow 미지원 기기 대응 */
#sod_frm_pay_info {
    margin: 0 0 10px
}

#sod_frm_paysel ul {
    margin: 0;
    padding: 0;
}

#sod_frm_paysel ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_frm_paysel li {
    float: left;
    padding: 5px 2%;
    width: 46%;
    height: 21px;
    text-align: left;
    list-style: none
}

/*네이버페이*/
.itemform-naverpay {
    margin: 15px 0;
    clear: both
}

.cart-naverpay {
    margin-top: 15px
}

/* theme.config.php 파일에서 G5_COMMUNITY_USE 를 false로 한 경우 1:1 문의와 게시판 css 처리 */
#bo_list table td,
#fqalist table td {
    border-left: 0;
    border-right: 0
}

#bo_v_top .btn_admin,
#bo_list .btn_admin {
    padding-top: 0
}

/*개인결제*/
.pesonal {
    background: #f3f3f3;
    padding: 20px
}

.pesonal td {
    font-weight: bold
}

#sod_frm_pay h2 {
    font-size: 1.167em;
    margin: 0px 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px
}

#personal_pay h2 {
    font-size: 1.167em;
    margin: 0px 0 10px;
}

#personal_pay input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -999px;
    left: 0;
    z-index: -1px;
    visibility: hidden;
}

#personal_pay .lb_icon {
    display: inline-block;
    float: left;
    width: 50%;
    background: #fff;
    border: 1px solid #eceff4;
    margin: -1px 0 0 -1px;
    cursor: pointer;
    height: 60px;
    position: relative;
    padding-left: 65px;
    padding-top: 20px;
    z-index: 1
}

#personal_pay input[type="radio"]:checked+.lb_icon {
    border: 1px solid #ff006c;
    z-index: 3
}

#personal_pay legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#personal_pay .KPAY {
    background: url('../../../img/kpay.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#personal_pay .PAYNOW {
    background: url('../../../img/paynow.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#personal_pay .PAYCO {
    background: url('../../../img/payco.png') no-repeat 50% 50% #fff;
    overflow: hidden;
    text-indent: -999px
}

#personal_pay .kakaopay_icon {
    background: url('../../../img/kakao.png') no-repeat 50% 50% #f4dc34;
    overflow: hidden;
    text-indent: -999px
}

#personal_pay .bank_icon {
    background: url('../../../img/pay_icon1.png') no-repeat 15px 50% #fff
}

#personal_pay .vbank_icon {
    background: url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#personal_pay .iche_icon {
    background: url('../../../img/pay_icon2.png') no-repeat 15px 50% #fff;
    padding-top: 13px
}

#personal_pay .hp_icon {
    background: url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff
}

#personal_pay .card_icon {
    background: url('../../../img/pay_icon4.png') no-repeat 17px 50% #fff
}

#personal_pay .btn_submit {
    width: 100%;
    height: 40px;
    font-weight: bold;
    font-size: 1.25em;
    margin: 10px 0 5px
}

#personal_pay .btn01 {
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-weight: bold;
    font-size: 1.25em;
}

.banner {
    background: linear-gradient(135deg, #03305A 0%, #074CA1 50%, #03305A 100%);
    padding: 60px 40px;
}

.banner>div {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    gap: 60px;
}

.banner div p:first-child {
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    padding: 24px 20px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 16px;
    letter-spacing: 6px;
    flex-shrink: 0;
    line-height: 1.1;
}

.banner div p:nth-child(2) {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    text-align: left;
    line-height: 2;
    max-width: 700px;
}

/* 기타 */
.td_sit_sel input#option-label10+label {
    color: #fff;
}

.td_sit_sel input#option-label11+label {
    color: #fff;
}

.hompy_admin,.hompy_admin a{
    padding: 10px;
    font-size: 14px;
    color: #4a4a4a;
    border-top: 1px solid #ddd;
  }

@media (min-width: 769px) and (max-width: 1024px) {
    .banner {
        padding: 50px;
    }

    .banner>div {
        flex-direction: column;
    }

    .banner div p:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner div p:last-child {
        font-size: 16px;
        text-align: center;
    }
}


@media (max-width: 768px) {
    #gnb {
        display: none;
    }

    #hd_sch {
        display: none;
    }

    .idx_prd_wr .sct_wrap {
        width: 100%;
        border-left: none;
        border-bottom: none;
        text-align: left;
        padding: 20px;
        height: auto;
        float: none;
    }

    #category {
        width: 100%;
    }

    .banner {
        padding: 30px 20px;
    }

    .banner>div {
        flex-direction: column;
    }

    .banner div p:first-child {
        margin-right: 0;
        margin-bottom: 16px;
    }

    .banner div p:last-child {
        font-size: 13px;
        text-align: center;
        line-height: 1.8;
        word-break: keep-all;
    }

    .banner .m_br {
        display: block;
        margin-bottom: 10px;
    }

    #ft .ft_ul {
        margin-bottom: 20px;
    }

    #ft .ft_ul,
    #ft .ft_info,
    #ft .cs_con {
        width: 100%;
        margin-bottom: 20px;
    }

    #ft .ft_ul li {
        float: left;
        margin-right: 10px;
    }

    .container {
        padding-top: 100px;
    }

    #sod_frm {
        padding: 30px;
    }

    .sod_list .sod_opt {
        margin-left: 0;
    }

    .sod_list .li_prqty .li_prqty_sp {
        width: 50%;
    }

    #sod_frm_orderer,
    #sod_frm_taker {
        width: 100%;
        float: none;
        padding: 30px 0;
    }

    .odf_list ul li {
        padding: 10px 0;
    }

    .odf_list ul li label,
    .odf_list ul li strong {
        display: block;
    }

    .odf_list ul li input[type="text"],
    #od_memo {
        width: 100%;
    }

    .odf_list ul li .add_num input {
        width: 76%;
    }

    #sod_frm_taker {
        border-left: none;
    }

    .dlv_slt>div {
        display: flex;
    }

    .dlv_slt>div a {
        display: block;
    }

    a.btn_cancel {
        width: 100%;
        padding: 10px 0;
        font-size: 13px;
    }

    .sod_left,
    .sod_right {
        width: 100%;
    }

    .sod_img {
        display: none;
    }

    /*block*/
    .tbl_head03{
        padding: 30px;
    }

    .od_prd_list .tbl_head03 table tr {
        display: block;
        margin-bottom: 10px;
        border-top: none;
    }

    .od_prd_list .tbl_head03 table th,
    .od_prd_list .tbl_head03 table td,
    #smb_my_od .tbl_head03 table th,
    #smb_my_od .tbl_head03 table td,
    #sod_fin_list .tbl_head03 table th,
    #sod_fin_list .tbl_head03 table td{
        display: block;
        width: 100%;
        text-align: center !important;

    }

    .od_prd_list .tbl_head03 .td_prd {
        height: auto;
        padding-left: 0;
    }

    .od_prd_list .tbl_head03 table td::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 900;
        padding: 20px;
    }
    .od_prd_list .tbl_head03 table td:nth-child(1){display: none;}
    .od_prd_list .tbl_head03 table td:nth-child(3){content:'총수량';}
    .od_prd_list .tbl_head03 table td:nth-child(4){content:'판매가';}
    .od_prd_list .tbl_head03 table td:nth-child(5){content:'포인트';}
    .od_prd_list .tbl_head03 table td:nth-child(6){content:'배송비';}
    .od_prd_list .tbl_head03 table td:nth-child(7){content:'소계';}


    #smb_my_od .tbl_head03 table td::before {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 900;
        padding: 20px;
    }
     #smb_my_od .tbl_head03 table td:nth-child(1){content: '주문번호';}
     #smb_my_od .tbl_head03 table td:nth-child(2){content:'주문일시';}
     #smb_my_od .tbl_head03 table td:nth-child(3){content:'상품수';}
     #smb_my_od .tbl_head03 table td:nth-child(4){content:'주문금액';}
     #smb_my_od .tbl_head03 table td:nth-child(5){content:'입금액';}
     #smb_my_od .tbl_head03 table td:nth-child(6){content:'미입금액';}
     #smb_my_od .tbl_head03 table td:nth-child(7){content:'상태';}

    #smb_my_ov,#smb_my_wr{
        float: none;
        width: 100%;
    }

    #smb_my_wish li{
        width: 100%;
    }


}
/* ============================================
   ⚾ SAMSUNG LIONS BLUE THEME - FULL REDESIGN
   ============================================ */

/* === 기본 폰트 & 바디 === */
body {
    font-size: 0.875em !important;
    background: #F4F7FB !important;
    color: #222;
    line-height: 1.6;
}

/* === 헤더 === */
#hd {
    background: #03305A !important;
    border-top: 4px solid #2B7DE9 !important;
    box-shadow: 0 2px 12px rgba(3,48,90,0.15);
}
@media (max-width: 768px) {
    #hd_wrapper {
        padding: 12px 16px !important;
    }
    #logo img { height: 32px; }
}
/* 모바일 헤더 롤링 - @media 안에서만 작동 */
@media (max-width: 768px) {
    #hd_rolling {
        flex: 1;
        display: block !important;
        height: 34px;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    #hd_rolling .hd_roll_img,
    #hd_rolling .hd_roll_item {
        position: absolute !important;
        top: 0; left: 0; width: 100%;
        opacity: 0;
        transform: translateY(16px);
        transition: opacity 0.4s ease, transform 0.4s ease;
        text-align: center;
    }
    #hd_rolling .hd_roll_img {
        height: 32px !important;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%) translateY(16px);
        mix-blend-mode: screen;
    }
    #hd_rolling .hd_roll_img.active {
        opacity: 1 !important;
        transform: translateX(-50%) translateY(0) !important;
    }
    #hd_rolling .hd_roll_img.mob_out {
        opacity: 0 !important;
        transform: translateX(-50%) translateY(-16px) !important;
    }
    #hd_rolling .hd_roll_item {
        font-size: 16px !important;
        font-weight: 800;
        line-height: 34px !important;
        color: #fff !important;
    }
    #hd_rolling .hd_roll_item.active {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
    #hd_rolling .hd_roll_item.mob_out {
        opacity: 0 !important;
        transform: translateY(-16px) !important;
    }
}
/* 모바일 기타용품 - 2열 */
@media (max-width: 768px) {
    .con_right .sct_list_10 .sct_li,
    .con_right ul.sct_list_10 .sct_li,
    .sct_list_10 .sct_li {
        width: 50% !important;
        padding: 10px !important;
        float: left !important;
    }
    .con_right .sct_list_10,
    ul.sct_list_10 {
        display: block !important;
        overflow: hidden;
    }
}
#hd_tnb .tnb_btn {
    width: 40px; height: 40px;
    color: #B8D4F0;
    transition: color 0.2s, background 0.2s;
    border-radius: 8px;
}
#hd_tnb .tnb_btn:hover {
    color: #fff;
    background: rgba(255,255,255,0.1);
}
#hd_tnb .cart-num {
    background: #2B7DE9 !important;
    font-size: 11px;
    border-radius: 10px;
}

/* 검색바 */
#hd_sch .sch_inner {
    border: 2px solid rgba(255,255,255,0.2) !important;
    border-radius: 24px !important;
    transition: border-color 0.3s;
}
#hd_sch .sch_inner:focus-within {
    border-color: #2B7DE9 !important;
}
#hd_sch #sch_str {
    font-size: 14px;
    padding: 0 20px;
}

/* === GNB 메뉴 === */
.gnb_1dli a {
    font-size: 15px !important;
    color: #fff !important;
    transition: color 0.2s;
}
.gnb_1dli a:hover { color: #7CB8FF !important; }

/* === 카테고리 패널 === */
#category {
    border-left: 3px solid #074CA1;
    border-radius: 0;
}
#category h2 {
    color: #03305A;
    font-size: 18px;
    font-weight: 700;
    padding: 24px !important;
    border-bottom: 2px solid #E8F0FE;
}
#category a:hover { color: #074CA1; }
#category .cate_li_1:hover { background: #F4F7FB !important; }
#category .cate_li_1_a, .gnb_1dli a {
    font-size: 15px !important;
    line-height: 48px !important;
}

/* === 컨테이너 === */
.container {
    background: #fff !important;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
#wrapper { padding-bottom: 60px; }

/* === 인덱스 래퍼 === */
.idx_wr { background: #fff; border-radius: 12px; }

/* === 폼 인풋 - 크고 시원시원하게 === */
.frm_input,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
select {
    height: 48px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    border: 2px solid #D8E3EF !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #222 !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}
/* 검색폼 & 옵션 select 예외 */
#bo_sch select,
#bo_sch .sch_input,
#bo_sch input[type=text] {
    height: 38px !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    box-shadow: none !important;
}
#bo_sch select {
    border-right: 1px solid #ddd !important;
    padding: 0 8px !important;
}
.sit_option select {
    height: 45px !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    background: #F7F8FA !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.2s !important;
}
.sit_option select:focus {
    border-color: #074CA1 !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(7,76,161,0.08) !important;
    outline: none !important;
}
.frm_input:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    border-color: #074CA1 !important;
    box-shadow: 0 0 0 4px rgba(7,76,161,0.1) !important;
    outline: none !important;
}
textarea {
    padding: 14px 16px !important;
    font-size: 15px !important;
    border: 2px solid #D8E3EF !important;
    border-radius: 10px !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
    line-height: 1.6;
}

/* === 버튼 - 라운드 & 시원시원 === */
a.btn, .btn {
    line-height: 48px !important;
    height: 48px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
    font-weight: 600;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
}
.btn_submit {
    background: #074CA1 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 600;
    height: 48px;
    padding: 0 28px;
    transition: all 0.25s ease;
}
.btn_submit:hover {
    background: #2B7DE9 !important;
    box-shadow: 0 6px 20px rgba(7,76,161,0.25);
    transform: translateY(-1px);
}

a.btn_b01, .btn_b01 {
    background: #F4F7FB !important;
    border: 2px solid #D8E3EF !important;
    color: #03305A !important;
    border-radius: 10px !important;
}
a.btn_b01:hover, .btn_b01:hover {
    background: #E8F0FE !important;
    border-color: #074CA1 !important;
}

a.btn_b02, .btn_b02 {
    background: #03305A !important;
    color: #fff !important;
    border-radius: 10px !important;
}
a.btn_b02:hover, .btn_b02:hover {
    background: #074CA1 !important;
}

a.btn_b04, .btn_b04 {
    background: #074CA1 !important;
    border-color: #074CA1 !important;
    color: #fff !important;
    border-radius: 10px !important;
}
a.btn_b04:hover, .btn_b04:hover {
    background: #2B7DE9 !important;
}

a.btn_b03, .btn_b03 {
    border: 2px solid #D8E3EF !important;
    color: #555 !important;
    border-radius: 10px !important;
    background: #fff !important;
}
a.btn_b03:hover, .btn_b03:hover {
    border-color: #074CA1 !important;
    color: #074CA1 !important;
    background: #F4F7FB !important;
}

a.btn_admin, .btn_admin {
    background: #074CA1 !important;
    border-radius: 8px !important;
}
.btn_address {
    background: #2B7DE9 !important;
    border: 0 !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

/* === 테이블 - 깔끔한 스타일 === */
.tbl_head01 thead th {
    border-top: 3px solid #074CA1 !important;
    border-bottom: 1px solid #D8E3EF !important;
    background: #F4F7FB !important;
    color: #03305A !important;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 8px !important;
}
.tbl_head01 td {
    padding: 16px 8px !important;
    font-size: 14px !important;
    border-top-color: #EEF2F7 !important;
    color: #333;
}
.tbl_head01 table {
    border-bottom: 1px solid #D8E3EF !important;
}

.tbl_head02 thead th {
    background: #F4F7FB !important;
    border-top: 2px solid #074CA1 !important;
    border-bottom: 1px solid #D8E3EF !important;
    padding: 12px 8px !important;
    font-size: 14px;
}
.tbl_head02 td {
    padding: 12px 8px !important;
    font-size: 14px;
}

.tbl_head03 thead th {
    background: #F4F7FB !important;
    color: #03305A !important;
    font-weight: 600;
    font-size: 14px;
    padding: 16px 12px !important;
}
.tbl_head03 td {
    padding: 16px 12px !important;
    font-size: 14px;
}

/* 폼 테이블 */
.tbl_frm01 th {
    font-size: 14px !important;
    color: #555;
    padding: 12px 0 !important;
    width: 120px !important;
}
.tbl_frm01 td {
    padding: 12px 0 !important;
}

/* === 페이징 === */
.pg_wrap {
    padding: 28px 20px !important;
    border-top: 1px solid #EEF2F7 !important;
}
.pg_page, .qa_page {
    font-size: 14px !important;
    height: 44px !important;
    line-height: 44px !important;
    min-width: 44px !important;
    border-radius: 10px !important;
    color: #555;
}
.pg_page:hover {
    background: #E8F0FE !important;
    color: #074CA1;
}
.pg_current {
    background: #074CA1 !important;
    color: #fff !important;
    height: 44px !important;
    line-height: 44px !important;
    min-width: 44px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    box-shadow: 0 4px 12px rgba(7,76,161,0.25);
}

/* === 리스트 === */
.list_01 li {
    border: 2px solid #EEF2F7 !important;
    border-radius: 10px !important;
    padding: 14px 18px !important;
    transition: all 0.2s ease;
}
.list_01 li:hover {
    border-color: #074CA1 !important;
    background: #F8FAFD !important;
    box-shadow: 0 4px 12px rgba(7,76,161,0.08);
}

/* === 탭 네비게이션 === */
.sanchor {
    background: #FAFCFE !important;
    border-bottom: 2px solid #EEF2F7 !important;
}
.sanchor li a {
    font-size: 15px !important;
    height: 56px !important;
    line-height: 54px !important;
    color: #888 !important;
    transition: color 0.2s;
}
.sanchor li .sanchor_on {
    color: #074CA1 !important;
    font-weight: 700;
}
.sanchor li .sanchor_on:before {
    background: #074CA1 !important;
    height: 3px !important;
}
.sanchor li .sanchor_on .item_qa_count,
.sanchor li .sanchor_on .item_use_count {
    background: #074CA1 !important;
    color: #fff !important;
    border-radius: 12px;
}

/* === 푸터 === */
#ft {
    background: #F4F7FB !important;
    border-top: 3px solid #074CA1 !important;
}
#ft h2 { color: #03305A; font-size: 15px; }
#ft .ft_wr { padding: 48px 24px !important; }
#ft .ft_ul li {
    font-size: 14px !important;
    line-height: 32px !important;
}
#ft .ft_info { font-size: 13px; line-height: 2em; }
#ft .ft_copy {
    background: #EEF2F7 !important;
    padding: 20px !important;
    font-size: 13px;
}

/* === 상단 버튼 === */
#top_btn {
    width: 52px !important;
    height: 52px !important;
    line-height: 50px !important;
    border-radius: 14px !important;
    background: #fff !important;
    border: 2px solid #074CA1 !important;
    color: #074CA1 !important;
    font-size: 18px !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
#top_btn:hover {
    background: #074CA1 !important;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(7,76,161,0.3);
}

/* === 팝업 레이어 === */
.hd_pops {
    border-radius: 12px !important;
    border: 1px solid #D8E3EF !important;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

/* === 사이드 메뉴 === */
#category {
    border-radius: 0 !important;
    box-shadow: -4px 0 24px rgba(0,0,0,0.1);
}
#category .close_btn {
    font-size: 20px;
    color: #888;
}
#category .close_btn:hover { color: #074CA1; }

/* === 새창 스타일 === */
.new_win #win_title {
    font-size: 16px !important;
    height: auto !important;
    padding: 18px 24px !important;
    background: #03305A !important;
}
.new_win .btn_submit {
    border-radius: 10px !important;
}

/* === 마이페이지 === */
.smb_my_ov_wr {
    background: linear-gradient(135deg, #074CA1 0%, #2B7DE9 100%) !important;
    border-radius: 12px !important;
    padding: 36px !important;
}
.my_cou_wr {
    border-radius: 12px !important;
    border: 1px solid #EEF2F7;
    overflow: hidden;
}
.my_cou_wr li {
    padding: 0 24px !important;
    line-height: 52px !important;
    font-size: 14px;
}
.my_cou_wr li strong { color: #074CA1 !important; }
.my_cou_wr li:hover { background: #F4F7FB !important; }

#smb_my_act {
    border-radius: 12px !important;
    border: 1px solid #EEF2F7;
}

/* === 링크 전역 === */
a { transition: color 0.2s ease; }
a:hover { color: #074CA1; }

/* === 관리자 버튼 === */
.hd-admin {
    border-color: #7CB8FF !important;
    color: #7CB8FF !important;
    border-radius: 8px !important;
    font-size: 13px;
}
.hd-admin:hover { background: rgba(255,255,255,0.1); }

/* === 반응형 보완 === */
@media (max-width: 768px) {
    .frm_input,
    input[type=text],
    input[type=password],
    select {
        height: 44px !important;
        font-size: 14px !important;
    }
    a.btn, .btn {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 14px !important;
    }
    #wrapper {
        padding-top: 60px;
    }
    #wrapper_title {
        height: 200px;
        margin-top: -60px;
        padding-top: 60px;
        font-size: 18px !important;
    }
}

/* ============================================
   장바구니 디자인 리뉴얼
   ============================================ */
#sod_bsk { padding: 20px 0; }
#sod_bsk .sod_left { background: #fff; border-radius: 12px; border: 1px solid #EEF2F7; overflow: hidden; }

/* 헤더 */
#sod_bsk .tbl_head03 thead th {
    background: #F4F7FB; color: #03305A; font-size: 14px; font-weight: 700;
    padding: 14px 10px; border-top: 3px solid #074CA1; border-bottom: 1px solid #E8F0FE;
    white-space: nowrap; vertical-align: middle; text-align: center;
}
#sod_bsk .tbl_head03 tbody tr { border-bottom: 1px solid #EEF2F7; }
#sod_bsk .tbl_head03 tbody td {
    padding: 16px 10px; vertical-align: middle; font-size: 14px; text-align: center;
}

/* 기존 CSS 오버라이드 */
#sod_bsk .tbl_head03 .td_prd {
    padding: 16px !important; height: auto !important; position: static !important; text-align: left !important;
}
#sod_bsk .tbl_head03 .td_prd .sod_img {
    position: static !important; top: auto !important; left: auto !important;
    float: none !important; display: block !important;
}

/* 상품명 바 */
.cart_item_title {
    background: #FDF6E3; color: #03305A; font-size: 15px; font-weight: 700;
    padding: 10px 16px; border-radius: 8px; margin-bottom: 12px;
}

/* 이미지 + 옵션 flex */
.cart_prd_flex {
    display: flex !important; align-items: flex-start; gap: 16px;
}
.cart_prd_flex .sod_img {
    width: 160px !important; min-width: 160px !important; height: 160px !important;
    overflow: hidden; border-radius: 12px; border: 1px solid #EEF2F7; background: #f8f8f8;
    flex-shrink: 0; position: static !important; float: none !important;
    display: block !important; margin: 0 !important;
}
.cart_prd_flex .sod_img a { display: block; width: 160px; height: 160px; overflow: hidden; }
.cart_prd_flex .sod_img img {
    width: 160px !important; height: 160px !important;
    object-fit: cover; display: block !important; border-radius: 12px; max-width: none !important;
}
.cart_prd_flex .sod_name { flex: 1; min-width: 0; }

/* 옵션 */
#sod_bsk .sod_opt {
    margin: 0; padding: 12px 16px; background: #F8FAFD; border-radius: 10px; border: 1px solid #E8F0FE;
}
#sod_bsk .sod_opt li {
    padding: 6px 0; font-size: 14px; color: #555; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; list-style: none; text-align: left !important;
}
#sod_bsk .sod_opt li:last-child { border-bottom: none; }
#sod_bsk .sod_opt li:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #074CA1; margin-right: 8px; vertical-align: middle;
}
.sod_memo_item {
    padding: 6px 0; font-size: 14px; color: #333; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; text-align: left !important;
}
.sod_memo_item:last-child { border-bottom: none; }
.sod_memo_item:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #F07D1A; margin-right: 8px; vertical-align: middle;
}
.sod_memo_label { color: #F07D1A; font-weight: 700; }
.sod_memo_value { color: #03305A; font-weight: 600; }

/* 버튼 */
.sod_option_btn { margin-top: 12px; display: flex; gap: 8px; }
#sod_bsk .mod_options, .mod_options.btn_b03 {
    padding: 10px 22px !important; font-size: 13px !important; font-weight: 700 !important;
    border-radius: 8px !important; border: none !important;
    background: #074CA1 !important; color: #fff !important;
    cursor: pointer; height: auto !important; line-height: 1.4 !important;
    display: inline-flex !important; align-items: center; justify-content: center;
}
.del_item_btn {
    padding: 10px 22px !important; font-size: 13px !important; font-weight: 700 !important;
    border-radius: 8px !important; border: none !important;
    background: #E8302A !important; color: #fff !important;
    cursor: pointer; display: inline-flex !important; align-items: center; justify-content: center;
}

/* 수량/금액 (같은 행 td) */
.cart_qty { font-size: 18px; font-weight: 800; color: #03305A; display: block; }
.cart_opt_cnt {
    font-size: 12px; font-weight: 600; color: #074CA1;
    background: #E8F0FE; padding: 2px 8px; border-radius: 10px;
    display: inline-block; margin-top: 4px; white-space: nowrap;
}
#sod_bsk .td_numbig div { font-size: 15px; font-weight: 700; color: #03305A; }
#sod_bsk .total_prc { font-size: 17px; font-weight: 800; color: #074CA1; }

/* 모바일 요약 - PC에서 숨김 */
.mobile_summary { display: none; }

/* 하단 */
#sod_bsk .btn_cart_del { padding: 16px 20px; border-top: 1px solid #EEF2F7; display: flex; gap: 8px; }
#sod_bsk .btn_cart_del button {
    padding: 10px 28px; font-size: 14px; font-weight: 700; border-radius: 8px;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center;
}
#sod_bsk .btn_cart_del button:first-child { background: #F4F7FB; color: #03305A; border: 2px solid #D8E3EF; }
#sod_bsk .btn_cart_del button:last-child { background: #E8302A; color: #fff; border: none; }

/* 우측 합계 */
#sod_bsk .sod_right { background: #fff; border-radius: 12px; border: 1px solid #EEF2F7; overflow: hidden; }
#sod_bsk #sod_bsk_tot { padding: 0; border: none; }
#sod_bsk #sod_bsk_tot ul { padding: 0; margin: 0; }
#sod_bsk #sod_bsk_tot li {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 24px; border-bottom: 1px solid #EEF2F7; float: none; width: auto;
}
#sod_bsk #sod_bsk_tot li:after { display: none; }
#sod_bsk #sod_bsk_tot li span { color: #555; font-size: 14px; }
#sod_bsk #sod_bsk_tot li strong { color: #03305A; font-size: 15px; font-weight: 700; }
#sod_bsk #sod_bsk_tot .sod_bsk_cnt { border-bottom: none; border-top: 2px solid #074CA1; padding: 20px 24px; }
#sod_bsk #sod_bsk_tot .sod_bsk_cnt span { font-size: 16px; font-weight: 700; color: #03305A; }
#sod_bsk #sod_bsk_tot .sod_bsk_cnt strong { font-size: 24px; font-weight: 900; color: #E8302A; }
#sod_bsk_act { padding: 20px 24px; }
#sod_bsk_act .btn_submit {
    display: block; width: 100%; height: 54px; line-height: 54px;
    font-size: 18px; font-weight: 700; background: #074CA1; color: #fff;
    border: 0; border-radius: 12px; margin-bottom: 10px; text-align: center;
}
#sod_bsk_act .btn_b01 {
    display: block; width: 100%; height: 48px; line-height: 46px;
    font-size: 15px; font-weight: 600; background: #fff; color: #03305A;
    border: 2px solid #D8E3EF; border-radius: 12px; text-align: center;
}
#sod_bsk input[type=checkbox] { width: 22px; height: 22px; accent-color: #074CA1; }

/* === 모바일 === */
@media (max-width: 768px) {
    #sod_bsk .tbl_head03 thead { display: none !important; }
    #sod_bsk .tbl_head03 table, #sod_bsk .tbl_head03 tbody { display: block !important; width: 100%; }
    #sod_bsk .tbl_head03 tbody tr {
        display: block !important; padding: 16px !important;
        border-bottom: 8px solid #F4F7FB; position: relative;
    }
    #sod_bsk .tbl_head03 tbody td { display: none !important; padding: 0 !important; border: none !important; }
    #sod_bsk .tbl_head03 tbody td.td_chk {
        display: block !important; position: static !important; padding: 0 0 10px 0 !important; text-align: left !important;
    }
    #sod_bsk .tbl_head03 tbody td.td_prd {
        display: block !important; padding: 0 !important;
        text-align: left !important; height: auto !important; position: static !important;
    }
    .od_prd_list .tbl_head03 .td_prd { padding-left: 0 !important; height: auto !important; }

    /* 이미지 강제 표시 */
    #sod_bsk .sod_img, .cart_prd_flex .sod_img, .sod_img {
        display: block !important; visibility: visible !important; opacity: 1 !important;
    }
    .cart_prd_flex { display: flex !important; align-items: flex-start; gap: 12px; }
    .cart_prd_flex .sod_img {
        width: 130px !important; min-width: 130px !important;
        height: 130px !important; min-height: 130px !important;
        border-radius: 10px; position: static !important; display: block !important;
    }
    .cart_prd_flex .sod_img a { width: 130px; height: 130px; display: block !important; }
    .cart_prd_flex .sod_img img { width: 130px !important; height: 130px !important; border-radius: 10px; display: block !important; }

    #sod_bsk .sod_name, #sod_bsk .sod_opt, #sod_bsk .sod_opt li, .sod_memo_item { text-align: left !important; }

    /* 모바일 요약 보이기 */
    .mobile_summary {
        display: block !important; padding: 14px 0 0;
        border-top: 2px solid #074CA1; margin-top: 14px;
    }
    .mobile_summary_row { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 5px 0; align-items: center; }
    .ms_label { font-size: 14px; color: #888; font-weight: 400; }
    .ms_value { font-size: 15px; color: #03305A; font-weight: 700; }
    .ms_value strong { color: #074CA1; font-weight: 800; }
    .ms_price { font-size: 20px; color: #074CA1; font-weight: 900; }

    #sod_bsk .btn_cart_del { padding: 12px 16px; display: flex; gap: 8px; justify-content: center; }
    #sod_bsk .btn_cart_del button {
        flex: 1; padding: 14px 0; font-size: 15px; font-weight: 700;
        text-align: center; border-radius: 10px; display: flex; align-items: center; justify-content: center;
    }
    #sod_bsk .btn_cart_del button:first-child { background: #F4F7FB; border: 2px solid #D8E3EF; color: #03305A; }
    #sod_bsk .btn_cart_del button:last-child { background: #E8302A; border: none; color: #fff; }
    #sod_bsk .sod_right { margin-top: 16px; }
}

/* ============================================
   주문서 상품리스트 - 장바구니와 동일 스타일
   ============================================ */
#sod_frm .od_prd_list { background: #fff; border-radius: 12px; border: 1px solid #EEF2F7; overflow: hidden; }
#sod_frm .tbl_head03 thead th {
    background: #F4F7FB; color: #03305A; font-size: 14px; font-weight: 700;
    padding: 14px 10px; border-top: 3px solid #074CA1; border-bottom: 1px solid #E8F0FE;
    white-space: nowrap; vertical-align: middle; text-align: center;
}
#sod_frm .tbl_head03 tbody tr { border-bottom: 1px solid #EEF2F7; }
#sod_frm .tbl_head03 tbody td {
    padding: 16px 10px; vertical-align: middle; font-size: 14px; text-align: center;
}
/* 기존 position:absolute 오버라이드 */
#sod_frm .tbl_head03 .td_prd {
    padding: 16px !important; height: auto !important; position: static !important; text-align: left !important;
}
#sod_frm .tbl_head03 .td_prd .sod_img {
    position: static !important; top: auto !important; left: auto !important;
    float: none !important; display: block !important;
}
/* 상품명 바 */
#sod_frm .cart_item_title {
    background: #FDF6E3; color: #03305A; font-size: 15px; font-weight: 700;
    padding: 10px 16px; border-radius: 8px; margin-bottom: 12px;
}
/* 이미지+옵션 flex */
#sod_frm .cart_prd_flex {
    display: flex !important; align-items: flex-start; gap: 16px;
}
#sod_frm .cart_prd_flex .sod_img {
    width: 160px !important; min-width: 160px !important; height: 160px !important;
    overflow: hidden; border-radius: 12px; border: 1px solid #EEF2F7; background: #f8f8f8;
    flex-shrink: 0; position: static !important; float: none !important;
    display: block !important; margin: 0 !important;
}
#sod_frm .cart_prd_flex .sod_img img {
    width: 160px !important; height: 160px !important;
    object-fit: cover; display: block !important; border-radius: 12px; max-width: none !important;
}
#sod_frm .cart_prd_flex .sod_name { flex: 1; min-width: 0; }
#sod_frm .sod_name b { font-size: 16px; font-weight: 700; color: #03305A; }
/* 옵션 */
#sod_frm .sod_opt {
    margin: 0; padding: 12px 16px; background: #F8FAFD; border-radius: 10px; border: 1px solid #E8F0FE;
}
#sod_frm .sod_opt li {
    padding: 6px 0; font-size: 14px; color: #555; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; list-style: none; text-align: left !important;
}
#sod_frm .sod_opt li:last-child { border-bottom: none; }
#sod_frm .sod_opt li:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #074CA1; margin-right: 8px; vertical-align: middle;
}
/* 무게/마킹 */
#sod_frm .sod_memo_item {
    padding: 6px 0; font-size: 14px; color: #333; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; text-align: left !important;
}
#sod_frm .sod_memo_item:last-child { border-bottom: none; }
#sod_frm .sod_memo_item:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #F07D1A; margin-right: 8px; vertical-align: middle;
}
#sod_frm .sod_memo_label { color: #F07D1A; font-weight: 700; }
#sod_frm .sod_memo_value { color: #03305A; font-weight: 600; }
/* 수량 */
#sod_frm .cart_qty { font-size: 18px; font-weight: 800; color: #03305A; display: block; }
#sod_frm .cart_opt_cnt {
    font-size: 12px; font-weight: 600; color: #074CA1;
    background: #E8F0FE; padding: 2px 8px; border-radius: 10px;
    display: inline-block; margin-top: 4px; white-space: nowrap;
}
#sod_frm .td_numbig { font-size: 15px; font-weight: 700; color: #03305A; }
#sod_frm .total_price { font-size: 17px; font-weight: 800; color: #074CA1; }
/* 모바일 요약 PC 숨김 */
#sod_frm .mobile_summary { display: none; }
/* 쿠폰 버튼 */
#sod_frm .cp_btn {
    margin-top: 8px; padding: 6px 14px; font-size: 12px; font-weight: 600;
    border-radius: 6px; border: 1px solid #D8E3EF; background: #fff; color: #074CA1; cursor: pointer;
}

/* === 주문서 모바일 === */
@media (max-width: 768px) {
    #sod_frm .tbl_head03 thead { display: none !important; }
    #sod_frm .tbl_head03 table, #sod_frm .tbl_head03 tbody { display: block !important; width: 100%; }
    #sod_frm .tbl_head03 tbody tr {
        display: block !important; padding: 16px !important;
        border-bottom: 8px solid #F4F7FB; position: relative;
    }
    #sod_frm .tbl_head03 tbody td { display: none !important; padding: 0 !important; border: none !important; }
    #sod_frm .tbl_head03 tbody td.td_prd {
        display: block !important; padding: 0 !important;
        text-align: left !important; height: auto !important; position: static !important;
    }
    .od_prd_list .tbl_head03 .td_prd { padding-left: 0 !important; height: auto !important; }

    /* 이미지 강제 표시 */
    #sod_frm .sod_img, #sod_frm .cart_prd_flex .sod_img {
        display: block !important; visibility: visible !important; opacity: 1 !important;
    }
    #sod_frm .cart_prd_flex { display: flex !important; align-items: flex-start; gap: 12px; }
    #sod_frm .cart_prd_flex .sod_img {
        width: 130px !important; min-width: 130px !important;
        height: 130px !important; min-height: 130px !important;
        border-radius: 10px; position: static !important; display: block !important;
    }
    #sod_frm .cart_prd_flex .sod_img img {
        width: 130px !important; height: 130px !important; border-radius: 10px; display: block !important;
    }
    #sod_frm .sod_name, #sod_frm .sod_opt, #sod_frm .sod_opt li { text-align: left !important; }

    /* 모바일 요약 */
    #sod_frm .mobile_summary {
        display: block !important; padding: 14px 0 0;
        border-top: 2px solid #074CA1; margin-top: 14px;
    }
    #sod_frm .mobile_summary_row { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 5px 0; align-items: center; }
    #sod_frm .ms_label { font-size: 14px; color: #888; font-weight: 400; }
    #sod_frm .ms_value { font-size: 15px; color: #03305A; font-weight: 700; }
    #sod_frm .ms_value strong { color: #074CA1; font-weight: 800; }
    #sod_frm .ms_price { font-size: 20px; color: #074CA1; font-weight: 900; }
}

/* ============================================
   주문내역(orderinquiryview) - 장바구니 동일 스타일
   ============================================ */
#sod_fin_list .tbl_head03 { background: #fff; border-radius: 12px; border: 1px solid #EEF2F7; overflow: hidden; }
#sod_fin_list .tbl_head03 thead th {
    background: #F4F7FB; color: #03305A; font-size: 14px; font-weight: 700;
    padding: 14px 10px; border-top: 3px solid #074CA1; border-bottom: 1px solid #E8F0FE;
    white-space: nowrap; vertical-align: middle; text-align: center;
}
#sod_fin_list .tbl_head03 tbody tr { border-bottom: 1px solid #EEF2F7; }
#sod_fin_list .tbl_head03 tbody td {
    padding: 16px 10px; vertical-align: middle; font-size: 14px; text-align: center;
}
/* 기존 position:absolute 오버라이드 */
#sod_fin_list .tbl_head03 .td_prd {
    padding: 16px !important; height: auto !important; position: static !important; text-align: left !important;
}
#sod_fin_list .tbl_head03 .td_prd .sod_img {
    position: static !important; top: auto !important; left: auto !important;
    float: none !important; display: block !important;
}
/* 상품명 바 */
#sod_fin_list .cart_item_title {
    background: #FDF6E3; color: #03305A; font-size: 15px; font-weight: 700;
    padding: 10px 16px; border-radius: 8px; margin-bottom: 12px;
}
/* flex → 세로 배치 (이미지 위, 옵션 아래) */
#sod_fin_list .td_prd .sod_img {
    width: 160px !important; height: 160px !important;
    overflow: hidden; border-radius: 12px; border: 1px solid #EEF2F7; background: #f8f8f8;
    position: static !important; float: none !important;
    display: block !important; margin: 0 0 12px 0 !important;
}
#sod_fin_list .td_prd .sod_img a { display: block; width: 160px; height: 160px; overflow: hidden; }
#sod_fin_list .td_prd .sod_img img {
    width: 160px !important; height: 160px !important;
    object-fit: cover; display: block !important; border-radius: 12px; max-width: none !important;
}
#sod_fin_list .sod_name { }
/* 옵션 */
#sod_fin_list .sod_opt {
    margin: 0; padding: 12px 16px; background: #F8FAFD; border-radius: 10px; border: 1px solid #E8F0FE;
}
#sod_fin_list .sod_opt ul { margin: 0; padding: 0; }
#sod_fin_list .sod_opt li {
    padding: 6px 0; font-size: 14px; color: #555; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; list-style: none; text-align: left !important;
}
#sod_fin_list .sod_opt li:last-child { border-bottom: none; }
#sod_fin_list .sod_opt li:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #074CA1; margin-right: 8px; vertical-align: middle;
}
/* 무게/마킹 */
#sod_fin_list .sod_memo_item {
    padding: 6px 0; font-size: 14px; color: #333; font-weight: 500;
    line-height: 1.6; border-bottom: 1px solid #EEF2F7; text-align: left !important;
}
#sod_fin_list .sod_memo_item:last-child { border-bottom: none; }
#sod_fin_list .sod_memo_item:before {
    content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%;
    background: #F07D1A; margin-right: 8px; vertical-align: middle;
}
#sod_fin_list .sod_memo_label { color: #F07D1A; font-weight: 700; }
#sod_fin_list .sod_memo_value { color: #03305A; font-weight: 600; }
/* 수량 */
#sod_fin_list .cart_qty { font-size: 18px; font-weight: 800; color: #03305A; display: block; }
#sod_fin_list .cart_opt_cnt {
    font-size: 12px; font-weight: 600; color: #074CA1;
    background: #E8F0FE; padding: 2px 8px; border-radius: 10px;
    display: inline-block; margin-top: 4px; white-space: nowrap;
}
#sod_fin_list .td_numbig { font-size: 15px; font-weight: 700; color: #03305A; }
#sod_fin_list .total_prc { font-size: 17px; font-weight: 800; color: #074CA1; }
/* 모바일 요약 PC 숨김 */
#sod_fin_list .mobile_summary { display: none; }

/* 주문내역 모바일 */
@media (max-width: 768px) {
    #sod_fin_list .tbl_head03 thead { display: none !important; }
    #sod_fin_list .tbl_head03 table, #sod_fin_list .tbl_head03 tbody { display: block !important; width: 100%; }
    #sod_fin_list .tbl_head03 tbody tr {
        display: block !important; padding: 16px !important;
        border-bottom: 8px solid #F4F7FB; position: relative;
    }
    #sod_fin_list .tbl_head03 tbody td { display: none !important; padding: 0 !important; border: none !important; }
    #sod_fin_list .tbl_head03 tbody td.td_prd {
        display: block !important; padding: 0 !important;
        text-align: left !important; height: auto !important; position: static !important;
    }
    #sod_fin_list .sod_img, #sod_fin_list .td_prd .sod_img {
        display: block !important; visibility: visible !important; opacity: 1 !important;
        width: 120px !important; height: 120px !important; margin: 0 0 10px 0 !important;
    }
    #sod_fin_list .td_prd .sod_img a { width: 120px; height: 120px; }
    #sod_fin_list .td_prd .sod_img img { width: 120px !important; height: 120px !important; border-radius: 10px; display: block !important; }
    #sod_fin_list .sod_name, #sod_fin_list .sod_opt, #sod_fin_list .sod_opt li { text-align: left !important; }
    #sod_fin_list .mobile_summary {
        display: block !important; padding: 14px 0 0;
        border-top: 2px solid #074CA1; margin-top: 14px;
    }
    #sod_fin_list .mobile_summary_row { display: flex; flex-wrap: wrap; gap: 4px 20px; padding: 5px 0; align-items: center; }
    #sod_fin_list .ms_label { font-size: 14px; color: #888; font-weight: 400; }
    #sod_fin_list .ms_value { font-size: 15px; color: #03305A; font-weight: 700; }
    #sod_fin_list .ms_value strong { color: #074CA1; font-weight: 800; }
    #sod_fin_list .ms_price { font-size: 20px; color: #074CA1; font-weight: 900; }
}

/* ============================================
   히어로 슬라이더
   ============================================ */
.hero-slider-wrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0;
    margin-left: calc(-50vw + 50%);
    margin-top: -178px;
    padding-top: 0;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}
.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
    background: #111;
}
.hero-slide {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 1.2s ease;
    z-index: 1;
}
.hero-slide.active {
    opacity: 1;
    z-index: 2;
}
.hero-slide a { display: block; width: 100%; height: 100%; }
.hero-slide picture { display: block; width: 100%; height: 100%; }
.hero-slide img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.15);
    transition: transform 5s ease-out;
}
.hero-slide.active img {
    transform: scale(1.0);
}
/* 화살표 */
.hero-prev, .hero-next {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.35);
    color: #fff;
    border: none;
    width: 48px; height: 48px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
}
.hero-prev:hover, .hero-next:hover { background: rgba(7,76,161,0.7); }
.hero-prev { left: 16px; }
.hero-next { right: 16px; }
/* 도트 */
.hero-dots {
    position: absolute;
    bottom: 16px; left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex; gap: 10px;
}
.hero-dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s;
    border: 2px solid rgba(255,255,255,0.6);
}
.hero-dot.active {
    background: #C5A55A;
    border-color: #C5A55A;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .hero-slider-wrap {
        border-radius: 0;
        margin-bottom: 0;
        margin-top: -60px;
        height: 100vh;
    }
    .hero-slider { aspect-ratio: unset; height: 100%; }
    .hero-prev, .hero-next { width: 36px; height: 36px; font-size: 16px; }
    .hero-prev { left: 8px; }
    .hero-next { right: 8px; }
    .hero-dots { bottom: 10px; gap: 8px; }
    .hero-dot { width: 10px; height: 10px; }
}

/* ============================================
   메인 섹션 타이틀 & 상품 카드 리뉴얼
   ============================================ */
/* 섹션 래퍼 */
.idx_wr .sct_wrap {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #D0DAE8;
    box-shadow: 0 2px 12px rgba(7, 76, 161, 0.05);
    padding: 40px 30px;
    margin-bottom: 24px;
    border-bottom: 2px solid #D0DAE8;
}

/* 섹션 타이틀 */
.idx_wr .sct_wrap header {
    margin-bottom: 30px;
}
.idx_wr .sct_wrap h2 {
    display: block;
    background: #03305A;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 18px 36px;
    border-radius: 12px;
    margin: 0 0 0;
    letter-spacing: 2px;
    text-align: center;
    border-left: 5px solid #C5A55A;
    border-right: 5px solid #C5A55A;
}
.idx_wr .sct_wrap h2 a {
    color: #fff !important;
    text-decoration: none;
}

/* 상품 카드 */
.sct_10 .sct_li {
    background: #fff !important;
    border-radius: 14px;
    border: 2px solid #D0DAE8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 16px !important;
    margin: 0 8px;
    transition: all 0.3s ease;
    width: calc(20% - 16px) !important;
    text-align: center;
}
.sct_10 .sct_li:hover {
    box-shadow: 0 6px 20px rgba(7, 76, 161, 0.12);
    transform: translateY(-4px);
    border-color: #074CA1;
}

/* 상품 이미지 */
.sct_10 .sct_img {
    border-radius: 10px;
    overflow: hidden;
    background: #F8FAFD;
    position: relative;
}
.sct_10 .sct_img img {
    border-radius: 10px;
    transition: all 0.4s ease;
}

/* 카트/찜/공유 hover 버튼 숨기기 */
.sct_10 .sct_btn,
.sct_10 .sct_li:hover .sct_btn,
.sct_list_10 .sct_btn,
.sct_list_10 .sct_li:hover .sct_btn {
    display: none !important;
}

/* 마우스 오버 시 이미지 흑백 + 주문바로가기 오버레이 */
.sct_10 .sct_li:hover .sct_img img {
    filter: grayscale(100%);
    transform: scale(1.03);
}
.sct_10 .sct_img::after,
.sct_list_10 .sct_img::after {
    content: "주문바로가기";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 48, 90, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 3px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 5;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
    pointer-events: none;
}
.sct_10 .sct_li:hover .sct_img::after,
.sct_list_10 .sct_li:hover .sct_img::after {
    opacity: 1;
    animation: shimmer-overlay 2s ease infinite;
}
@keyframes shimmer-overlay {
    0%, 100% { text-shadow: 0 2px 8px rgba(0,0,0,0.4); }
    50% { text-shadow: 0 0 20px rgba(197,165,90,0.8), 0 0 40px rgba(197,165,90,0.4); }
}

/* 이미지 ~ 상품명 사이 라인, 상품명 ~ 가격 사이 라인 */
.sct_10 .sct_txt {
    padding: 14px 0 0 !important;
    text-align: center;
    border-top: 1px solid #D0DAE8;
    margin-top: 12px;
}
.sct_10 .sct_tit {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #03305A;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0DAE8;
}

/* 가격 */
.sct_10 .sct_cost {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #074CA1;
    margin-top: 10px !important;
    text-align: center;
}
.sct_10 .sct_cost .sct_discount {
    color: #aaa !important;
    font-size: 13px !important;
}

/* ::after 주문바로가기 텍스트 (카드 하단) 제거 - 이미지 오버레이로 이동 */
.sct_10 .sct_li::after,
.sct_list_10 .sct_li::after {
    display: none !important;
}

/* 기타용품 리스트 - 주문제작과 동일 사이즈 */
ul.sct_list_10 .sct_li,
.sct.sct_list_10 .sct_li,
.sct_list_10 .sct_li {
    background: #fff !important;
    border-radius: 14px !important;
    border: 2px solid #D0DAE8 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    padding: 16px !important;
    transition: all 0.3s ease;
    text-align: center;
    width: calc(20% - 16px) !important;
    margin: 0 8px !important;
    height: auto !important;
}
.sct_list_10 .sct_li:hover {
    box-shadow: 0 6px 20px rgba(7, 76, 161, 0.12);
    transform: translateY(-4px);
    border-color: #074CA1;
}
.sct_list_10 .sct_img {
    border-radius: 10px;
    overflow: hidden;
    background: #F8FAFD;
    position: relative;
}
.sct_list_10 .sct_img img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.4s ease;
}
.sct_list_10 .sct_li:hover .sct_img img {
    filter: grayscale(100%);
    transform: scale(1.03);
}
.sct_list_10 .sct_txt {
    padding: 14px 0 0 !important;
    text-align: center;
    border-top: 1px solid #D0DAE8;
    margin-top: 12px;
}
.sct_list_10 .sct_tit {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #03305A;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0DAE8;
}
.sct_list_10 .sct_cost {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #074CA1;
    margin-top: 10px !important;
    text-align: center;
}

/* ============================================
   제작후기 섹션 리뉴얼
   ============================================ */
.pic_lt ul {
    padding: 10px 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    list-style: none;
}
.pic_lt li {
    float: none !important;
    width: calc(25% - 12px) !important;
    padding: 0 !important;
    background: #fff;
    border-radius: 14px;
    border: 2px solid #D0DAE8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}
.pic_lt li:hover {
    box-shadow: 0 6px 20px rgba(7, 76, 161, 0.12);
    transform: translateY(-4px);
    border-color: #074CA1;
}
.pic_lt li .lt_img {
    display: block !important;
    margin: 0 !important;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    aspect-ratio: 1 / 1;
}
.pic_lt li .lt_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s ease;
}
.pic_lt li:hover .lt_img img {
    transform: scale(1.05);
}
/* 글쓴이 + 날짜 라인 */
.pic_lt .lt_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border-bottom: 1px solid #E8F0FE;
}
.pic_lt .lt_writer {
    font-size: 13px;
    font-weight: 700;
    color: #03305A;
}
.pic_lt .lt_info .lt_date {
    font-size: 12px;
    color: #999;
    padding: 0;
    margin: 0;
    display: inline;
}
/* 제목 영역 */
.pic_lt .lt_subject {
    padding: 10px 14px 14px;
}
.pic_lt .lt_subject a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #03305A;
    line-height: 1.5;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.pic_lt .lt_subject a:hover { color: #074CA1 !important; }
.pic_lt .lt_cmt {
    background: #074CA1 !important;
    color: #fff;
    border-radius: 4px !important;
    font-size: 11px;
    padding: 1px 5px;
    vertical-align: middle;
    margin-left: 4px;
    box-shadow: none !important;
}

/* 배너 섹션 */
.idx_wr .banner {
    background: linear-gradient(135deg, #03305A, #074CA1);
    border-radius: 16px;
    padding: 40px;
    color: #fff;
    margin-bottom: 24px;
    box-shadow: 0 4px 16px rgba(7, 76, 161, 0.15);
}
.idx_wr .banner p { color: #fff; }
.idx_wr .banner P { font-size: 28px; font-weight: 900; color: #C5A55A; margin-bottom: 10px; }

/* 공지/문의 섹션 */
.idx_prd_wr {
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.idx_prd_wr .sct_wrap {
    background: #fff;
    border-radius: 16px;
    border: 2px solid #D0DAE8;
    padding: 30px !important;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.idx_prd_wr .sct_wrap h2 {
    background: #03305A;
    color: #fff;
    border-left: 5px solid #C5A55A;
    border-right: 5px solid #C5A55A;
}
.idx_prd_wr .sct_wrap h2 a {
    color: #fff !important;
}
/* 문의하기 테이블 오버플로 방지 */
.qa_lt { overflow-x: auto; }
.qa_lt table { min-width: 100%; table-layout: fixed; }
.qa_lt .qa_subject { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media (max-width: 768px) {
    .idx_wr .sct_wrap {
        padding: 24px 16px;
        border-radius: 12px;
        margin: 0 -8px 16px;
    }
    .idx_wr .sct_wrap h2 {
        font-size: 17px;
        padding: 14px 20px;
    }
    .sct_10 .sct_li {
        width: calc(50% - 12px) !important;
        margin: 0 4px 12px !important;
    }
    .pic_lt li {
        width: calc(50% - 8px) !important;
    }
}

/* ===========================
   우측 사이드 탭 + 탭 패널
   =========================== */
#side_tabs {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9990;
    display: flex;
    flex-direction: column;
}
.side_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    transition: transform 0.3s ease, box-shadow 0.3s;
    border: none;
    transform: translateX(0);
}
.side_tab1 { background: #2B9FE9; height: 84px; border-radius: 8px 0 0 0; }
.side_tab2 { background: #F5A623; height: 84px; }
.side_tab3 { background: #C77DBA; height: 84px; border-radius: 0 0 0 8px; }
.side_tab:hover {
    transform: translateX(-12px);
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
}

/* 사이드 패널 */
#side_panel {
    position: fixed; top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 99999;
    pointer-events: none;
    visibility: hidden;
}
#side_panel.open { pointer-events: auto; visibility: visible; }
.sp_overlay {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0);
    transition: background 0.4s;
}
#side_panel.open .sp_overlay { background: rgba(0,0,0,0.5); }
.sp_wrap {
    position: absolute; top: 0; right: -380px;
    width: 360px; height: 100%;
    background: #fff;
    transition: right 0.4s ease;
    box-shadow: -4px 0 30px rgba(0,0,0,0.2);
    display: flex; flex-direction: column;
    overflow: visible;
}
#side_panel.open .sp_wrap { right: 0; }
.sp_close {
    position: absolute;
    top: 14px;
    left: -44px;
    width: 40px;
    height: 40px;
    background: #03305A;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
    border-radius: 8px 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.2);
    transition: background 0.2s;
}
.sp_close:hover { background: #E53E3E; }
/* 탭 헤더 - 각 탭 색상 다르게 */
.sp_tabs {
    display: flex; border-bottom: none;
    flex-shrink: 0;
}
.sp_tab {
    flex: 1; padding: 14px 0;
    background: #E8EEF4; border: none;
    font-size: 14px; font-weight: 700;
    color: #999; cursor: pointer;
    border-bottom: 3px solid transparent;
    transition: all 0.2s;
}
.sp_tab:nth-child(1).active { background: #2B9FE9; color: #fff; border-bottom-color: #1A7FC8; }
.sp_tab:nth-child(2).active { background: #F5A623; color: #fff; border-bottom-color: #D48E1A; }
.sp_tab:nth-child(3).active { background: #C77DBA; color: #fff; border-bottom-color: #A85E9C; }
.sp_tab:nth-child(1):not(.active):hover { background: rgba(43,159,233,0.15); color: #2B9FE9; }
.sp_tab:nth-child(2):not(.active):hover { background: rgba(245,166,35,0.15); color: #F5A623; }
.sp_tab:nth-child(3):not(.active):hover { background: rgba(199,125,186,0.15); color: #C77DBA; }
/* 탭 콘텐츠 */
.sp_content { display: none; flex: 1; overflow-y: auto; padding: 20px; }
.sp_content.active { display: block; }

/* 고객센터 탭 */
.sp_cs_logo {
    text-align: center;
    padding: 0;
    background: #03305A;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
}
.sp_cs_logo img {
    height: 140px;
    mix-blend-mode: screen;
    margin: -10px 0;
}
.sp_login_area {
    background: #F8FAFD;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 20px;
}
.sp_nick { font-size: 15px; color: #03305A; margin-bottom: 10px; text-align: center; }
.sp_guest p { font-size: 14px; color: #888; text-align: center; margin-bottom: 10px; }
.sp_login_form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sp_login_form input[type="text"],
.sp_login_form input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #D0DAE8;
    border-radius: 6px;
    font-size: 13px;
    outline: none;
    transition: border-color 0.2s;
    box-sizing: border-box;
}
.sp_login_form input:focus {
    border-color: #074CA1;
}
.sp_login_form button {
    width: 100%;
    padding: 10px;
    background: #074CA1;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}
.sp_login_form button:hover { background: #03305A; }
.sp_login_sub {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    font-size: 12px;
}
.sp_login_sub a { color: #888; text-decoration: none; }
.sp_login_sub a:hover { color: #074CA1; }
.sp_login_sub span { color: #ddd; }
.sp_naver_login {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
    background: #03C75A;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s;
}
.sp_naver_login:hover { background: #02b351; }
.sp_login_btns { display: flex; gap: 8px; justify-content: center; }
.sp_btn {
    padding: 8px 18px; border-radius: 6px;
    font-size: 13px; font-weight: 700;
    text-decoration: none; text-align: center;
}
.sp_btn_out { background: #03305A; color: #fff; }
.sp_btn_admin { background: #C5A55A; color: #fff; }
.sp_btn_my { background: #E8EEF4; color: #03305A; }
.sp_btn_login { background: #074CA1; color: #fff; flex: 1; }
.sp_btn_reg { background: #E8EEF4; color: #03305A; flex: 1; }

.sp_cs_info { margin-bottom: 0; }
.sp_cs_section {
    background: #F8FAFD;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
}
.sp_cs_section h3 {
    font-size: 13px; color: #074CA1; margin: 0 0 10px 0;
    display: flex; align-items: center; gap: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E8EEF4;
}
.sp_cs_section h3 i { font-size: 14px; }
.sp_cs_section p { font-size: 13px; color: #555; line-height: 1.7; margin: 0; }
.sp_cs_off { color: #E53E3E !important; font-weight: 600; font-size: 12px !important; }
.sp_cs_btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.sp_cs_btn {
    display: flex; flex-direction: column;
    align-items: center; gap: 4px;
    padding: 12px 8px; border-radius: 8px;
    background: #fff; border: 1px solid #E8EEF4;
    text-decoration: none; color: #03305A;
    font-size: 12px; font-weight: 600;
    transition: all 0.2s;
}
.sp_cs_btn:hover { border-color: #074CA1; background: #EBF3FF; }
.sp_cs_btn i { font-size: 20px; color: #074CA1; }
.sp_cs_btn em { font-size: 10px; color: #999; font-style: normal; }
.sp_cs_naver i { color: #03C75A; }
.sp_cs_kakao i { color: #F7C948; }
.sp_bank_num { font-size: 16px; font-weight: 800; color: #074CA1; margin: 4px 0; }
.sp_cs_section .sp_bank_num + p { font-size: 12px; color: #888; }

/* 메뉴 탭 */
.sp_nav { display: flex; flex-direction: column; }
.sp_nav a {
    display: flex; align-items: center; gap: 8px;
    padding: 15px 12px; color: #03305A;
    text-decoration: none; font-size: 15px; font-weight: 600;
    border-bottom: 1px solid #F0F2F5;
    transition: all 0.2s;
}
.sp_nav a i { color: #074CA1; font-size: 12px; }
.sp_nav a:hover { background: #F8FAFD; padding-left: 18px; color: #074CA1; }
.sp_nav_sub { margin-top: 16px; padding-top: 16px; border-top: 2px solid #E8EEF4; display: flex; flex-direction: column; }
.sp_nav_sub a {
    display: flex; align-items: center; gap: 8px;
    padding: 15px 12px; color: #5A7A9A;
    text-decoration: none; font-size: 15px; font-weight: 600;
    border-bottom: 1px solid #F0F2F5;
    transition: all 0.2s;
}
.sp_nav_sub a i { color: #8BACC8; width: 18px; text-align: center; }
.sp_nav_sub a:hover { color: #074CA1; padding-left: 18px; background: #F8FAFD; }

/* 장바구니 탭 */
.sp_cart_inner { display: flex; flex-direction: column; height: 100%; }
#sp_cart_list { flex: 1; }
.sp_cart_empty { text-align: center; color: #bbb; padding: 60px 0; font-size: 14px; }
.sp_cart_item { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid #f0f0f0; }
.sp_cart_img { flex-shrink: 0; width: 50px; height: 50px; }
.sp_cart_img img { width: 50px; height: 50px; object-fit: cover; border-radius: 4px; }
.sp_cart_info { flex: 1; min-width: 0; }
.sp_cart_name { font-size: 13px; font-weight: 600; color: #333; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sp_cart_qty { font-size: 12px; color: #888; }
.sp_cart_price { font-size: 13px; font-weight: 700; color: #1a2b5e; margin-top: 2px; }
.sp_cart_total {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 0; border-top: 2px solid #E8EEF4;
    font-size: 15px; color: #333;
}
.sp_cart_total strong { font-size: 18px; color: #03305A; }
.sp_cart_btns { display: flex; flex-direction: column; gap: 8px; }
.sp_cart_btn {
    display: block; text-align: center; padding: 14px;
    border-radius: 8px; font-size: 15px; font-weight: 700;
    text-decoration: none; transition: opacity 0.2s;
}
.sp_cart_order { background: #03305A; color: #fff; }
.sp_cart_go { background: #074CA1; color: #fff; }
.sp_cart_btn:hover { opacity: 0.85; }

@media (max-width: 768px) {
    .side_tab { width: 28px; font-size: 10px; letter-spacing: 4px; padding-top: 10px; padding-right: 4px; }
    .side_tab1, .side_tab2, .side_tab3 { height: 77px; }
    .sp_wrap { width: 300px; right: -320px; }
    .sp_tab { font-size: 13px; padding: 12px 0; }
    /* 모바일 헤더 우측 버튼 숨기기 - 사이드 패널로 대체 */
    #hd_tnb { display: none !important; }
    /* 모바일 헤더 이미지 더 크게 */
    #hd_rolling .hd_roll_img {
        height: 38px !important;
    }
    #hd_rolling {
        height: 40px;
    }
    #hd_rolling .hd_roll_item {
        line-height: 40px !important;
    }
}
