@charset "utf-8";
/* SIR 지운아빠 */
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('//fonts.googleapis.com/css?family=Play:400,700');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');

.nanum-square {
    font-family: 'Nanum Square';
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

/*  */
.ssBoth {
    clear: both;
}

.ssRed {
    color: #ec0101 !important;
}

.ssYellow {
    color: #fffdc7 !important;
}

.ssBlue {
    color: #5b82d1 !important;
}

.ssOrange {
    color: #f68a34 !important;
}

.ssBgPink {
    background-color: #ffe6de;
}

.ssBgIvory {
    background-color: #f4eee2;
}

.ssBgRed {
    background-color: #ec0101 !important;
}

.ssBgGray {
    background-color: #f8f8f8 !important;
}

.ssBgWhite {
    background-color: #fff !important;
}

.ssBgOrange {
    background-color: #f68a34 !important;
}

.ssHide {
    display: none;
}

.ssBold {
    font-weight: bold;
}

/* 초기화 */
html {
    overflow-y: scroll
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
}

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: 'SCoreDream', 'Noto Sans KR', dotum;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none
}

#hd ul,
nav ul,
#ft ul {
    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
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    font-size: 1em
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    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:link,
a:visited {
    color: #000;
    text-decoration: none
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
}

.ctt_admin {
    display: none;
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 970px;
    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_con {}

.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}

/* 상단 레이아웃 */
#hd_wrapper {
    position: relative;
    zoom: 1;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

#hd {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    margin: 0px auto;
}

#hd:after {
    clear: both;
    display: block;
    content: "";
}

.hd_zindex {
    z-index: 10 !important
}

#hd_h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/* 로고,검색 */
#logo_box {
    position: relative;
    padding-bottom: 39px;
}

#logo_box:after {
    clear: both;
    display: block;
    content: "";
}

#logo {
    text-align: center;
}

#hd_sch {
    position: absolute;
    top: 30px;
    right: 0px;
    border-bottom: 1px solid #ddd;
}

#hd_sch h3 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#hd_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#hd_sch #sch_stx {
    padding-left: 5px;
    width: 110px;
    height: 24px;
    border: 0;
    background: #fff;
    line-height: 1.9em !important;
    line-height: 1.6em
}

#hd_sch #sch_submit {
    border: 0;
    background: #e2e6eb;
    color: #333;
    cursor: pointer;
    background: url("../img/hdr_sch.png") no-repeat;
    text-indent: -9999px;
    width: 13px;
    height: 13px;
    margin-right: 10px;
}

#hd_sch #sch_str {
    border: none;
    line-height: 37px;
    outline: none;
    width: 196px;
    height: 37px;
}

/* 텍스트 크기 조절 */
#text_size {
    float: left;
    margin: 0 0 0 10px;
    letter-spacing: -3px
}

#text_size button {
    margin: 0;
    padding: 1px 2px;
    border: 1px solid #c3c6ca;
    background: transparent;
    vertical-align: middle;
    cursor: pointer
}

.ts_up {
    font-size: 1.167em !important
}

.ts_up2 {
    font-size: 1.3em !important
}

/* 상단 회원가입 등 링크 */

#tnb:after {
    clear: both;
    display: block;
    content: "";
}

#tnb_notice {
    float: left;
}

#tnb_notice:after {
    clear: both;
    display: block;
    content: "";
}

#tnb_notice .notice_title {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    float: left;
    padding-right: 17px;
}

.notice_title img {
    padding-right: 7px;
}

.tnb_menu {
    float: right;
}

.tnb_menu:after {
    clear: both;
    display: block;
}

.tnb_menu li {
    float: left;
}

.tnb_menu li a {
    display: block;
    padding: 0px 9px;
    font-size: 13px;
    color: #666;
    line-height: 27px;
}

.tnb_menu li a.login {
    color: #dc143c;
    line-height: 25px;
    border: 1px solid #dc143c;
    padding: 0px 15px;
    margin-left: 5px;
}

.tnb_menu .cart_count {
    font-size: 12px;
    color: #fff;
    background-color: #f68a34;
    border-radius: 100%;
    margin-left: 5px;
    padding: 1px 7px;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
    behavior: url(/pie/PIE.htc);
}

/* 메인메뉴 */
#gnb {
    position: relative;
    line-height: 51px;
    padding-bottom: 6px;
}

#gnb:after {
    clear: both;
    display: block;
    content: "";
}

#gnb h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#gnb_tel {
    float: left;
    color: #dc3a14;
    font-size: 12px;
    font-weight: 400;
    width: 17%;
    max-width: 200px;
    border-right: 1px solid #ddd;
    text-align: center;
}

#gnb_tel img {
    margin-right: 7px;
    margin-bottom: 2px;
}

#gnb_tel img.bar {
    margin-left: 4px;
}

#gnb_tel span {
    font-size: 13px;
    font-weight: normal;
}

#gnb_wrap {
    float: left;
    width: 66%;
}

#gnb_1dul {
    margin: 0 auto !important;
    padding: 0;
    zoom: 1;
    /*margin:0px auto; width:75%;*/
    padding-left: 100px !important;
}

#gnb_1dul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.gnb_1dli {
    z-index: 10;
    position: relative;
    float: left;
    text-align: center;
    /*width:20%;*/
    padding: 0px 20px;
}

.gnb_1dli.gnb_1dli_4 {
    background: none;
}

.gnb_1da {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.gnb_1da:focus,
.gnb_1da:hover {
    text-decoration: none
}

.gnb_1dli_air .gnb_1da {
    background-color: #333;
    color: #fff
}

.gnb_1dli_on .gnb_1da {
    color: #f26228 !important;
    background: url("../img/gnb_border.jpg") center 88px repeat-x;
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 35px;
    width: 180px
}

.gnb_2da {
    display: block;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none
}

.gnb_1dli_air .gnb_2da {
    background-color: #333;
    color: #fff
}

.gnb_1dli_on .gnb_2da {
    background-color: #333;
    color: #fff
}

.gnb_2da:focus,
.gnb_2da:hover {
    background: #666;
    text-decoration: none
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0;
    background: #fff
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0;
    background: #fff
}

#gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2em
}

#gnb_empty a {
    text-decoration: underline
}

#gnb_menu {
    float: left;
    width: 17%;
    max-width: 200px;
    border-left: 1px solid #ddd;
}

#gnb_menu ul:after {
    clear: both;
    display: block;
    content: "";
}

#gnb_menu li {
    float: left;
    width: 50%;
    text-align: center;
}

#gnb_menu li a {
    display: block;
    font-size: 13px;
    color: #a78a75;
    font-weight: 300;
}

#gnb_menu li a img {
    margin-right: 8px;
    margin-bottom: 2px;
}

/* 중간 레이아웃 */
#wrapper {
    z-index: 5;
    margin: 0 auto;
    zoom: 1
}

#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#aside {
    float: right;
    margin: 0 0 0 -1px;
    width: 210px;
    border-left: 1px solid #dde4e9;
    background: #fff
}

#container {
    z-index: 4;
    position: relative;
    margin: 0px auto;
    min-height: 500px;
    height: auto !important;
    height: 500px;
    background: #fff;
    font-size: 1em;
    zoom: 1
}

#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container.shop_sub {
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 60px;
}

#container_title {
    margin-bottom: 20px;
    font-size: 1.2em;
    font-weight: bold;
    display: none;
}

/* 하단 레이아웃 */
#ft_top_wrap {
    max-width: 1920px;
    margin: 0px auto;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f8f8f8;
}

#ft_top {
    max-width: 1200px;
    margin: 0px auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#ft_top:after {
    clear: both;
    display: block;
    content: "";
}

#ft_top .ft_menu {
    float: left;
    border-right: 1px solid #ddd;
    min-height: 260px;
}

#ft_top .ft_menu.last {
    border-right: none;
}

#ft_top .ft_menu h2 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 20px;
}

#ft_top #cscenter {
    max-width: 295px;
    width: 32%;
    padding-left: 29px;
}

#ft_top #cscenter .cs_tel {
    font-size: 38px;
    color: #ec0101;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
}

#ft_top #cscenter p {
    font-size: 13px;
    color: #888;
    line-height: 18px;
}

#ft_top #cscenter ul {
    max-width: 254px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

#ft_top #cscenter ul:after {
    clear: both;
    display: block;
    content: "";
}

#ft_top #cscenter ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}

#ft_top #cscenter ul li a {
    display: block;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    line-height: 32px;
    border-right: 1px solid #ddd;
}

#ft_top #cscenter ul li a:hover {
    color: #f68b35;
}

#ft_top #cscenter ul li a.last {
    border-right: none;
}


#ft_top #account {
    max-width: 295px;
    width: 32%;
    padding-left: 29px;
}

#ft_top #account .ac_name {
    font-size: 20px;
    color: #3d44a0;
    font-weight: normal;
    padding-bottom: 8px;
}

#ft_top #account .ac_name span {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

#ft_top #account .ac_num {
    font-size: 26px;
    color: #3d44a0;
    font-family: 'Roboto', sans-serif;
}

#ft_top #account ul {
    max-width: 254px;
    border: 1px solid #ddd;
    margin-top: 34px;
}

#ft_top #account ul:after {
    clear: both;
    display: block;
    content: "";
}

#ft_top #account ul li {
    float: left;
    width: 50%;
    text-align: center;
}

#ft_top #account ul li a {
    display: block;
    font-size: 13px;
    color: #333;
    background-color: #fff;
    line-height: 32px;
    border-right: 1px solid #ddd;
}

#ft_top #account ul li a:hover {
    color: #f68b35;
}

#ft_top #account ul li a.last {
    border-right: none;
}


#ft_top #review {
    position: relative;
    max-width: 298px;
    width: 25%;
}

#ft_top #review h2 {
    padding-left: 29px;
    padding-bottom: 28px;
}

#ft_top #notice {
    position: relative;
    max-width: 217px;
    width: 21%;
    padding-left: 29px;
}

#ft_wrap {
    max-width: 1920px;
    margin: 0px auto;
}

#ft {
    margin: 0px auto;
    position: relative;
    padding-top: 34px;
}

#ft:after {
    clear: both;
    display: block;
    content: "";
}

#ft_logo {
    float: left;
}

.ft_box {
    float: left;
    padding-left: 52px;
}

.ft_box ul {}

.ft_box ul:after {
    clear: both;
    display: block;
    content: "";
}

.ft_box ul li {
    float: left;
}

.ft_box ul li a {
    display: block;
    font-size: 14px;
    color: #333;
    background: url("../img/ft_bull.png") right center no-repeat;
    padding: 0px 15px;
}

.ft_box ul li a.first {
    padding-left: 0px;
}

.ft_box ul li a.last {
    background: none;
}

.ft_box .chk_num {
    border: 1px solid #aaa;
    background-color: #ececec;
    padding: 0px 4px;
}

.ft_box .chk_num img {
    padding-left: 3px;
    margin-bottom: 2px;
}

#ft_totop {
    position: absolute;
    top: 34px;
    right: 0px;
}

#ft h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ft p {
    margin: 0;
    padding: 10px 0;
    line-height: 22px;
}

#ft p span {
    font-size: 12px;
    color: #666;
}

#ft_copy {
    font-size: 11px !important;
    color: #888 !important;
}


/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
    float: right;
    color: #ff3061
}

.copymove_currentbg {
    background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    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
}

/* ie6 이미지 너비 지정 */
.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 {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    position: absolute;
    top: 0;
    left: 161px;
    ;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer
}

#captcha #captcha_mp3 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 31px;
    background: url('../../../img/captcha.png') no-repeat;
}

#captcha #captcha_reload {
    position: absolute;
    top: 31px;
    left: 161px;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha.png') no-repeat 0 -30px;
    border-top: 1px solid #ccc;
    text-indent: -999px
}

#captcha #captcha_key {
    margin: 0 0 0 33px;
    padding: 0 5px;
    width: 70px;
    height: 60px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 2.8em;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px;
    width: 187px
}

#captcha.m_captcha #captcha_img {
    width: 160px;
    height: 60px;
    border: 1px solid #e9e9e9;
    margin-bottom: 3px;
    margin-top: 5px;
    display: block;
}

#captcha.m_captcha #captcha_reload {
    position: static;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha.png') no-repeat 0 -30px;
    text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
    display: none;
}

#captcha.m_captcha #captcha_key {
    margin: 0;
    padding: 0 5px;
    width: 115px;
    height: 29px;
    border: 1px solid #b8c9c2;
    background: #f7f7f7;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    line-height: 29px;
    margin-left: 3px
}

#captcha.m_captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
    width: 31px;
    height: 31px;
    background: url('../../../img/captcha.png') no-repeat;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    border: none
}

/* 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;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    line-height: 1.9em;
    vertical-align: middle;
    cursor: pointer
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    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%
}

/* 버튼 */
a.btn01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: center
}

/* 서식단계 진행 */

.btn_submit {
    padding: 10px 24px;
    border: 0;
    background: linear-gradient(135deg, #127168, #1a9e8f);
    color: #fff;
    letter-spacing: -0.03em;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgba(18, 113, 104, 0.2)
}

.btn_submit:hover {
    background: linear-gradient(135deg, #0e5d55, #158a7e);
    box-shadow: 0 4px 12px rgba(18, 113, 104, 0.3);
    transform: translateY(-1px)
}

fieldset .btn_submit {
    padding: 0 7px;
    height: 24px;
    line-height: 1em
}

a.btn_cancel {
    display: inline-block;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    padding: 7px;
    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 5px;
    height: 24px;
    border: 0;
    background: #333;
    color: #fff;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {
    line-height: 24px
}

button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01 {
    display: inline-block;
    padding: 7px;
    border: 1px solid #d9ded9;
    background: #f2f5f9;
    color: #000;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b01:focus,
.btn_b01:hover {
    text-decoration: none
}

a.btn_b02 {
    display: inline-block;
    padding: 7px 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b02:focus,
.btn_b02:hover {
    text-decoration: none
}

a.btn_admin {
    display: inline-block;
    padding: 7px;
    border: 1px solid #e8180c;
    background: #e8180c;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {
    text-decoration: none
}

/* 댓글 스타일 */
.cnt_cmt {
    display: inline-block;
    margin: 0 0 0 3px;
    font-weight: bold
}

/* 기본테이블 */
.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 caption {
    padding: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.tbl_head01 thead th {
    padding: 12px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    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: 8px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
    padding: 8px 5px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.5em;
    word-break: break-all
}

.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: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.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-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
    margin: 0 0 20px
}

.tbl_frm01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_frm01 th {
    width: 70px;
    padding: 7px 13px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #f5f8f9;
    text-align: left
}

.tbl_frm01 td {
    padding: 7px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: transparent
}

.tbl_frm01 textarea,
.frm_input {
    border: 1px solid #e4eaec;
    background: #f7f7f7;
    color: #000;
    vertical-align: middle;
    line-height: 2em
}

.tbl_frm01 textarea {
    padding: 2px 2px 3px
}

.frm_input {
    height: 22px
}

.tbl_frm01 textarea {
    width: 98%;
    height: 100px
}

.tbl_frm01 a {
    text-decoration: none
}

.tbl_frm01 .frm_file {
    display: block;
    margin-bottom: 5px
}

.tbl_frm01 .frm_info {
    display: block;
    padding: 0 0 5px;
    line-height: 1.4em
}

/* 자료 없는 목록 */
.empty_table {
    padding: 50px 0 !important;
    text-align: center
}

.empty_table:after {
    clear: both;
    display: block;
    content: "";
}

.empty_table span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 85px;
}

.empty_table span.caution {
    background-color: #333;
    color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100%;
    font-size: 36px;
    margin-right: 26px;
    vertical-align: middle;
}

.empty_list {
    padding: 20px 0 !important;
    text-align: center
}

.empty_list:after {
    clear: both;
    display: block;
    content: "";
}

.empty_list span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 85px;
}

.empty_list span.caution {
    background-color: #333;
    color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100%;
    font-size: 36px;
    margin-right: 26px;
    vertical-align: middle;
}


/* 필수입력 */
.required,
textarea.required {}

/* 테이블 항목별 정의 */
.td_board {
    width: 120px;
    text-align: center
}

.td_category {
    width: 80px;
    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_group {
    width: 100px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 80px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.td_dvr {
    text-align: center;
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {}

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win #win_title {
    margin: 0 0 20px;
    padding: 20px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #dde4e9;
    background: #fff;
    font-size: 1.2em
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win .win_ul {
    margin: -20px 0 20px 0;
    padding: 0 20px;
    border-bottom: 1px solid #455255;
    background: #484848;
    list-style: none;
    zoom: 1
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    margin-left: -1px
}

.new_win .win_ul a {
    display: block;
    padding: 10px 10px 8px;
    border-right: 1px solid #455255;
    border-left: 1px solid #455255;
    color: #fff;
    font-family: dotum;
    font-weight: bold;
    text-decoration: none
}

.new_win .win_desc {
    padding: 20px
}

.new_win .win_btn {
    clear: both;
    padding: 20px;
    text-align: center
}

/* 새창용 */
.new_win .win_btn button {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    border: 0;
    background: #4b545e;
    color: #fff;
    line-height: 2em;
    cursor: pointer
}

.new_win .win_btn input {
    padding: 0 10px;
    height: 30px;
    line-height: 2em
}

.new_win .win_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    background: #4b545e;
    color: #fff;
    vertical-align: middle;
    line-height: 2.4em
}

.new_win .win_btn a:focus,
.new_win .win_btn a:hover {
    text-decoration: none
}

/* 검색결과 색상 */
.sch_word {
    color: #ff3061
}

/* 자바스크립트 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 #283646
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 3px;
    width: 94px;
    border-bottom: 1px solid #283646;
    background: #111;
    color: #fff !important
}

.sv_wrap a:focus,
.sv_wrap a:hover,
.sv_wrap a:active {
    text-decoration: none
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 20px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    margin: 0 0 20px;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
    float: right;
}

.pg {}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    font-weight: normal;
    font-size: 15px;
    padding: 0px;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    text-decoration: none
}

.pg_start,
.pg_prev {
    /* 이전 */
}

.pg_end,
.pg_next {
    /* 다음 */
}

.pg_current {
    display: inline-block;
    margin: 0 4px 0 0;
    color: #f68a34;
    font-weight: normal;
    border: 2px solid #f68a34;
    border-radius: 100%;
    font-size: 15px;
    padding: 0px;
    line-height: 26px;
    height: 26px;
    width: 26px;
    behavior: url(/pie/PIE.htc);
}

/* Mobile화면으로 */
#device_change {
    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
}


/* content */
.main_title {
    font-size: 28px;
    color: #333;
    font-weight: 300;
    text-align: center;
    padding-top: 40px;
}

.main_title span {
    font-weight: 500;
}

.title_sub {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    text-align: center;
    padding-bottom: 60px;
}

/* con01 */
#con01_wrap {
    max-width: 1920px;
    margin: 0px auto;
    background: url("../img/con01_bg.jpg") top center no-repeat;
    padding-bottom: 85px;
    background-size: 100% 100%;
}

#con01_wrap #con01 {
    max-width: 1200px;
    margin: 0px auto;
}

#con01_wrap #con01 #con01_ul {
    width: 100%;
}

#con01_wrap #con01 #con01_ul:after {
    clear: both;
    display: block;
    content: "";
}

#con01_ul li {
    float: left;
    position: relative;
}

#con01_ul li .product_img img {
    width: 100%;
    height: auto;
}

#con01_ul li .ico_new {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #333;
    display: block;
    width: 63px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#con01_ul .caption {
    position: absolute;
    top: 31px;
    left: 38px;
}

#con01_ul li h2 {
    font-size: 30px;
    color: #333;
    font-weight: 400;
    padding-top: 10px;
}

#con01_ul li h2 a:hover {
    color: #f68b35
}

#con01_ul li p {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    line-height: 17px;
    padding-bottom: 10px;
    padding-top: 5px;
}

#con01_ul li h3 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    padding-bottom: 22px;
    font-family: 'Roboto', sans-serif;
}

#con01_ul li h3 span {
    font-weight: 100;
    font-size: 30px;
}

#con01_ul li .view {
    font-size: 14px;
    display: block;
    border: 1px solid #333;
    font-size: 14px;
    color: #333;
    max-width: 152px;
    height: 39px;
    line-height: 39px;
    border-radius: 30px;
    text-align: center;
}

#con01_ul li .view:hover {
    border: none;
    background-color: #f68b35;
    color: #fff;
    height: 41px;
    line-height: 41px;
}

#con01_ul li .view img {
    padding-left: 12px;
}


#con01_ul .caption.large {}

#con01_ul .caption.large h2 {
    padding-top: 30px;
}

#con01_ul .caption.large p {
    padding-top: 10px;
    padding-bottom: 15px;
}

#con01_ul .caption.large h3 {
    padding-bottom: 20px;
}


#con01_ul .w50 {
    width: 50%;
}

#con01_ul .h50 {
    height: 0px;
    padding-bottom: 50%;
}

#con01_ul .w50 ul {
    width: 100%;
}

#con01_ul .w50 ul:after {
    clear: both;
    display: block;
    content: "";
}

/* con02 */
#con02_wrap {
    max-width: 1920px;
    margin: 0px auto;
    background: url("../img/con02_bg.jpg") top center no-repeat;
    background-size: 100% 100%;
}

#con02_wrap #con02 {
    max-width: 1200px;
    margin: 0px auto;
}

#con02_wrap #con02 img {
    width: 100%;
}

/* con03 */
#con03_wrap {
    max-width: 1920px;
    margin: 0px auto;
}

#con03_wrap #con03 {
    max-width: 1200px;
    margin: 0px auto;
}


/* ########## 쇼핑몰 컨텐츠 ########## */

/* 인덱스 이미지 출력 */
#sidx_img {
    margin: 0 0 20px
}

#sidx_img img {
    max-width: 100%;
    height: auto
}

/* 마이페이지 */
#smb_my {}

#smb_my_ov {
    margin: 0 0 20px
}

#smb_my_ov h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#smb_my_act {
    margin: 0 0 10px;
    ;
    zoom: 1
}

#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 {
    float: left;
    margin: 0 0 0 4px
}

#smb_my_ov dl {
    margin: 0;
    border: 1px solid #e9e9e9;
    background: #f2f5f9;
    zoom: 1
}

#smb_my_ov dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ''
}

#smb_my_ov dt {
    float: left;
    padding: 7px 10px;
    width: 100px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: bold
}

#smb_my_ov dd {
    float: left;
    margin: 0;
    padding: 7px 10px;
    width: 220px;
    border-bottom: 1px solid #e9e9e9
}

#smb_my_ovaddt {
    border-bottom: 0 !important
}

#smb_my_ovaddd {
    width: 590px !important;
    border-bottom: 0 !important
}

#smb_my_od {
    margin: 0 0 20px
}

#smb_my_od h2 {
    margin: 0 0 10px
}

#smb_my_wish h2 {
    margin: 0 0 10px
}

.smb_my_more {
    text-align: right
}

.smb_my_img {
    width: 90px;
    text-align: center
}



/* 장바구니 */
#sod_bsk {}

#sod_bsk h2 {
    font-size: 40px;
    color: #f68a34;
    text-align: center;
    padding-top: 55px;
}

#sod_bsk h3 {
    font-size: 13px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

#sod_bsk .title_img {
    padding-top: 55px;
    padding-bottom: 25px;
}

#sod_bsk .title_img img {
    width: 100%;
}

#sod_bsk .header_txt {
    padding-bottom: 20px;
}

#sod_bsk .header_txt:after {
    clear: both;
    display: block;
    content: "";
}

#sod_bsk .header_txt .left {
    float: left;
    font-size: 18px;
    color: #333;
}

#sod_bsk .header_txt .left span {
    font-size: 18px;
    color: #f68a34;
    font-weight: bold;
}

#sod_bsk .header_txt .right {
    float: right;
    font-size: 12px;
    color: #888;
}

#sod_bsk .tbl_head01 {
    margin-bottom: 20px;
}

#sod_bsk table {}

#sod_bsk table th {
    background-color: #f4f4f4;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #333;
    font-weight: 300;
}

#sod_bsk table td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 14px 5px;
}

#sod_bsk table td.td_chk {
    width: 80px;
}

#sod_bsk table td.td_num {
    width: 250px;
}

#sod_bsk table td.td_dvr {
    width: 100px;
    font-size: 16px;
}

#sod_bsk table td.td_dvr div {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

#sod_bsk table td.td_dvr div span {
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    font-size: 16px;
    font-weight: 300;
}

#sod_bsk table td.td_numbig {
    width: 100px;
}

#sod_bsk table td.td_numbig .numbig_price {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

#sod_bsk table td.td_numbig .numbig_won {
    font-size: 16px;
    font-weight: 300;
}

/* 2016-11-22 */
#bsk_tot_wrap {
    position: relative;
    margin: 20px 0px;
}

#bsk_tot_wrap table {
    width: 100%;
    border-collapse: collapse;
}

#bsk_tot_wrap table th {
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    width: 33.33%;
    padding-top: 20px;
    padding-bottom: 25px;
    background-color: #f4f4f4;
}

#bsk_tot_wrap table th .tot_sell_price {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
}

#bsk_tot_wrap table th .tot_sell_price span {
    font-weight: 200;
    font-family: 'SCoreDream', 'Noto Sans KR', dotum
}

#bsk_tot_wrap table th .send_cost {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
}

#bsk_tot_wrap table th .send_cost span {
    font-weight: 200;
    font-family: 'SCoreDream', 'Noto Sans KR', dotum
}

#bsk_tot_wrap table th .tot_price {
    font-size: 34px;
    color: #ec0101;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
}

#bsk_tot_wrap table th .tot_price span {
    font-weight: 200;
    font-family: 'SCoreDream', 'Noto Sans KR', dotum
}

#bsk_tot_wrap .cart_plus {
    position: absolute;
    top: 37px;
    left: 383px;
}

#bsk_tot_wrap .cart_eq {
    position: absolute;
    top: 37px;
    right: 382px;
}

button.btn11 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #333;
    background: #fff;
    color: #666;
    text-decoration: none
}

button.btn12 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #dc143c;
    background: #fff;
    color: #dc143c;
    text-decoration: none
}

/* 2016-11-22 */

#sod_bsk #sit_qty_added {
    border: none !important;
}

#sod_bsk #sit_qty_added li {
    border: none;
    padding: 0px;
}

#sod_bsk #sit_qty_added li .sit_qty_box {
    width: 157px;
    margin: 0px auto;
}

#sod_bsk #sit_qty_added li .sit_qty_box:after {
    clear: both;
    display: block;
    content: "";
}

#sod_bsk #sit_qty_added .frm_input {
    display: block;
    float: left;
    border: 1px solid #ddd;
    background-color: #fff;
    border-left: none;
    border-right: none;
    height: 28px;
    width: 42px;
    text-align: center;
    font-size: 12px;
    color: #666;
    padding: 0px;
}

#sod_bsk #sit_qty_added .qty_counter {
    border: none;
    text-indent: -9999px;
    padding: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}

#sod_bsk #sit_qty_added .qty_counter.qty_plus {
    background: transparent url('../img/plus.jpg') no-repeat;
}

#sod_bsk #sit_qty_added .qty_counter.qty_minus {
    background: transparent url('../img/minus.jpg') no-repeat;
}

#sod_bsk #sit_qty_added .qty_button {
    display: block;
    float: left;
    width: 45px;
    height: 30px;
    background-color: #7f776f;
    border-radius: 3px;
    margin-left: 10px;
}

.sod_img {
    float: left;
}

.sod_txt {
    float: left;
    padding-top: 15px;
    padding-left: 20px;
}

.sod_txt a {
    font-size: 18px;
}

.sod_txt a b {
    font-weight: 300 !important;
    font-size: 18px;
}

.sod_txt b {
    font-weight: 300 !important;
    font-size: 18px;
}
}

.sod_sub {
    font-size: 13px;
    color: #888;
    padding-top: 5px;
    font-weight: 300;
}

.sod_sub {
    font-size: 13px;
    color: #888;
    padding-top: 5px;
    font-weight: 300;
}


.sod_opt {
    margin: 5px 0;
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    background: #f2f5f9
}

.sod_opt ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sod_opt li {
    padding: 3px;
    border-bottom: 1px solid #e9e9e9
}

.sod_option_btn .mod_options {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    border: 0;
    background: #ff882a;
    color: #fff;
    cursor: pointer
}

.option_wr {
    padding: 20px 20px 0
}

.option_wr h3 {
    font-size: 1.167em;
    margin-bottom: 10px
}

.option_wr .get_item_options,
.option_wr .get_item_supply {
    margin-bottom: 10px
}

.option_wr label {
    display: block;
    margin: 10px 0 5px
}

.option_wr select {
    width: 100%;
    border: 1px solid #d4d4d4;
    height: 48px
}

#sit_opt_added {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style: none
}

#sit_opt_added li {
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #e6e9ed;
    margin: 10px 0;
    position: relative
}

#sit_opt_added li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sit_opt_added li .opt_name {
    line-height: 28px;
    font-weight: bold
}

#sit_opt_added li .opt_count {}

#sit_opt_added button {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid #bdc9dc;
    border-radius: 0;
    background: #fff;
    color: #666;
    font-size: 0.92em
}

#sit_opt_added button:hover {
    color: #000
}

#sit_opt_added .num_input {
    float: left;
    border: 0;
    height: 30px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    text-align: center
}

#sit_opt_added .sit_opt_del {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    border: 0;
    border-left: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed
}

#sit_opt_added .sit_opt_del:hover {
    color: #be334a
}

#sit_opt_added .sit_opt_prc {
    display: block;
    float: right;
    width: 100px;
    padding: 0 3px;
    text-align: right;
    line-height: 30px;
    font-size: 1.183em;
    font-weight: bold
}

#mod_option_frm #sit_sel_option {
    margin: 20px 20px 10px
}

#mod_option_frm #sit_tot_price {
    float: left;
    display: inline-block;
    margin: 0 20px 20px
}

#mod_option_frm #sit_opt_added {}

#mod_option_frm .btn_confirm {
    float: right;
    display: inline-block;
    margin: 0 20px 20px;
    background: yellow
}

#mod_option_frm .btn_confirm .btn_submit {
    width: 100px;
    height: 40px;
    font-size: 1.167em;
    font-weight: bold;
    cursor: pointer
}

#mod_option_frm .btn_confirm .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 0;
    background: none;
    font-size: 1.25em;
    border-radius: 0
}

#mod_option_frm .btn_confirm .btn_close:hover {
    background: #f3f3f3
}

#sod_bsk_list {
    position: relative
}

#sod_bsk_list #mod_option_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 99px;
    padding: 20px;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #000;
    background: #f2f5f9;
    overflow-y: scroll;
    overflow-x: none
}

#sod_bsk_tot {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    background: #f2f5f9;
    zoom: 1
}

#sod_bsk_tot:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#sod_bsk_tot dt,
#sod_bsk_tot dd {
    float: left;
    padding: 12px 0;
    border-bottom: 1px solid #e9e9e9
}

#sod_bsk_tot dt {
    padding-left: 2%;
    width: 48%;
    font-weight: bold
}

#sod_bsk_tot dd {
    margin: 0;
    padding-right: 2%;
    width: 47%;
    text-align: right
}

.sod_bsk_cnt {
    background: #ff3061;
    color: #fff
}

.sod_bsk_point {
    border-bottom: 0 !important
}

#sod_bsk_act {
    text-align: right
}

#sod_bsk_act p {
    margin: 0 0 10px
}

/* 장바구니 베스트 */
#sod_bsk h4 {
    font-size: 28px;
    color: #333;
    text-align: center;
    font-weight: 400;
    padding-top: 95px;
}

#sod_bsk h4 span {
    font-weight: 500;
}

#sod_bsk h5 {
    text-align: center;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    padding-bottom: 20px;
}

.sct_10 .sct_li {
    position: relative;
    float: left;
    width: calc(33.1% - 38px) !important;
    padding: 19px 19px 6px 19px;
    margin-bottom: -1px;
    border-right: 1px solid #ddd;
}

.sct_10 .sct_li2 {
    border-left: none;
    border-right: none;
}

.sct_10 .sct_last {
    border-left: none;
}

.sct_10 .sct_clear {
    clear: both;
    border-right: none;
}

.sct_10 .sct_a {
    display: inline-block;
    position: relative;
    text-decoration: none
}

.sct_10 .sct_a:focus,
.sct_10 .sct_a:hover {
    text-decoration: none
}

.sct_10 .sct_best {
    background-color: #ec0101;
    color: #fff;
    position: absolute;
    top: 19px;
    left: 19px;
    z-index: 99;
    width: 54px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.sct_10 .sct_best span {
    display: block;
    font-size: 14px;
}

.sct_10 .sct_img {
    margin: 0 0 18px
}

.sct_10 .sct_txt {
    margin: 0 0 15px
}

.sct_10 .sct_txt a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.sct_10 .sct_icon {
    position: absolute;
    top: 19px;
    left: 19px;
}

.sct_10 .sct_icon img {
    display: block;
}

.sct_10 .sct_id {
    display: block;
    margin: 0 0 5px
}

.sct_10 .sct_basic {
    margin: 0 0 10px;
    font-size: 13px;
    color: #888;
    font-weight: 300;
}

.sct_10 .sct_cost {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    color: #ec0101;
}

.sct_10 .sct_cost span {
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    font-size: 21px;
    color: #333;
    font-weight: 200;
}

.sct_10 .sct_cost strike {
    display: block;
    margin: 0 0 5px;
    color: #999;
    font-weight: normal
}

.sct_10 .sct_sns {}

.sct_10 .sct_amount {
    position: absolute;
    bottom: 16px;
    right: 19px;
}

.sct_amount {
    font-size: 13px;
    color: #fff;
    background-color: #bdb1a5;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 100%;
    font-weight: 300;
}

/* 위시리스트 */
#sod_ws {}

.sod_ws_img {
    width: 90px;
    text-align: center
}

#sod_ws_act {
    text-align: center
}

/* 주문서 작성 */
.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 {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'SCoreDream', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#sod_frm h2 {
    font-size: 20px;
    color: #127168;
    font-weight: 700;
    padding: 20px 24px;
    margin: 0;
    border-bottom: 2px solid #127168;
    background: #f8fffe;
    border-radius: 12px 12px 0 0;
}

#sod_frm h3 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0 0 12px;
}

#sod_frm h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-bottom: 12px;
}

#sod_frm .title_img {
    padding-top: 30px;
    padding-bottom: 20px;
}

#sod_frm .title_img img {
    width: 100%;
    border-radius: 12px;
}

#sod_frm .tbl_header {
    margin-bottom: 18px;
}

#sod_frm .tbl_header span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

#sod_frm .tbl_header a {
    border: 1px solid #127168;
    background: #f8fffe;
    color: #127168;
    padding: 6px 16px;
    margin-left: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.2s;
}

#sod_frm .tbl_header a:hover {
    background: #127168;
    color: #fff;
}

/* 상품 리스트 테이블 */
#sod_frm .tbl_head01 {}

#sod_frm .tbl_head01 table {
    border-collapse: collapse;
}

#sod_frm .tbl_head01 table th {
    border-top: 2px solid #127168;
    background: #f8fffe;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    color: #127168;
    font-weight: 600;
    padding: 12px 8px;
}

#sod_frm .tbl_head01 table td {
    padding: 14px 8px;
    border-bottom: 1px solid #f0f0f0;
}

#sod_frm .tbl_head01 table td.td_prd {
    padding: 14px 20px;
}

#sod_frm .tbl_head01 table td.td_dvr {
    width: 100px;
}

#sod_frm .tbl_head01 table td.td_numbig {
    width: 100px;
}

#sod_frm .tbl_head01 table td.td_num {
    width: 100px;
}

#sod_frm .tbl_head01 table td.td_numbig .numbig_price {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #127168;
    font-weight: bold;
}

#sod_frm .tbl_head01 table td.td_numbig .numbig_won {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

/* 상품목록 카드 */
#sod_frm .od_prd_list {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

#sod_frm .od_prd_list table {
    width: 100%;
}

/* 폼 테이블 (주문자/받는분) */
#sod_frm .tbl_frm01 {
    margin: 0;
}

#sod_frm .tbl_frm01 table {
    border-top: none;
    border-collapse: collapse;
    width: 100%;
}

#sod_frm .tbl_frm01 table th {
    font-size: 14px;
    color: #555;
    background: #f8fffe;
    font-weight: 500;
    border-right: none;
    width: 120px;
    padding: 14px 24px;
    border-bottom: 1px solid #e8e8e8;
    border-top: none;
}

#sod_frm .tbl_frm01 table td {
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
}

#sod_frm .tbl_frm01 table td .frm_input {
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#sod_frm .tbl_frm01 table td .frm_input:focus {
    border-color: #127168;
    box-shadow: 0 0 0 3px rgba(18, 113, 104, 0.1);
    outline: none;
}

#sod_frm .tbl_frm01 table td textarea {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
}

#sod_frm .tbl_frm01 table td textarea:focus {
    border-color: #127168;
    box-shadow: 0 0 0 3px rgba(18, 113, 104, 0.1);
    outline: none;
}

#sod_frm .tbl_frm01 table td button.btn_frmline {
    height: 38px;
    margin-left: 10px;
    font-size: 13px;
    padding: 0 16px;
    border: 1px solid #127168;
    color: #127168;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

#sod_frm .tbl_frm01 table td button.btn_frmline:hover {
    background: #127168;
    color: #fff;
}

#sod_frm .tbl_frm01 table td #od_b_addr1 {
    margin: 10px 0;
}

#sod_frm .tbl_frm01 table td #od_b_addr3 {
    margin-top: 10px;
}

/* 주소검색 버튼 */
#sod_frm .btn_address {
    height: 38px;
    padding: 0 16px;
    border: 1px solid #127168;
    color: #127168;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
    margin-left: 8px;
}

#sod_frm .btn_address:hover {
    background: #127168;
    color: #fff;
}

#sod_frm .frm_address {
    width: 100% !important;
    max-width: 500px;
    margin-top: 8px;
}

#sod_frm p {
    margin: 0 0 10px;
}

#sod_list {
    position: relative;
}

#sod_list #cp_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 99px;
    padding: 20px;
    width: 500px;
    height: auto !important;
    max-height: 500px;
    border: 1px solid #127168;
    background: #fff;
    overflow-y: scroll;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 주문자/받는분 섹션 카드 */
#sod_frm_orderer {
    margin: 0 0 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#sod_frm_taker {
    margin: 0 0 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
    display: inline-block;
    margin: 5px 0 0;
}

#sod_frm_same {
    margin: 0 0 10px;
}

#sod_frm #od_memo {
    height: 38px;
    line-height: 38px;
    border-radius: 6px;
}

#sod_frm p#sod_frm_pt {
    margin: 10px 0 5px;
}

#sod_frm #sod_frm_pt_alert {
    margin: 0 0 10px;
    padding: 12px 16px;
    background: #fff3f3;
    border: 1px solid #ffdddd;
    border-radius: 8px;
    color: #c0392b;
    font-size: 13px;
}

#sod_frm #display_pay_process {
    text-align: center;
    padding: 40px 20px;
}

#sod_frm #display_pay_process span {
    display: block;
    margin: 8px 0 0;
    color: #666;
}

/* 결제정보 카드 */
#sod_frm_pay {
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

#sod_frm_pay h2 {
    margin: 0;
}

#sod_frm_pay .pay_tbl {
    padding: 0 24px;
}

#sod_frm_pay .pay_tbl table {
    width: 100%;
}

#sod_frm_pay .pay_tbl th {
    text-align: left;
    padding: 12px 0;
    font-weight: 500;
    color: #555;
    font-size: 14px;
    width: 100px;
}

#sod_frm_pay .pay_tbl td {
    padding: 12px 0;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}

#sod_frm_pay .tbl_wrap th {
    width: auto !important;
    font-weight: 600;
    text-align: center !important;
}

#sod_frm_pay .tbl_wrap td {
    padding: 8px 5px 6px !important;
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
    line-height: 1.5em !important;
    word-break: break-all !important;
}

#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;
    left: 99px;
    padding: 20px;
    width: 500px;
    height: auto !important;
    max-height: 500px;
    border: 1px solid #127168;
    background: #fff;
    overflow-y: scroll;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* 총 주문금액 */
#od_tot_price {
    padding: 20px 24px;
    background: linear-gradient(135deg, #127168, #1a9e8f);
    text-align: right;
}

#od_tot_price span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-right: 12px;
}

#od_tot_price strong {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

/* 주문합계 */
#sod_bsk_tot {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}

#sod_bsk_tot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sod_bsk_tot li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 24px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #555;
}

#sod_bsk_tot li:last-child {
    border-bottom: none;
}

#sod_bsk_tot li span {
    font-weight: 500;
}

#sod_bsk_tot li strong {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

#sod_bsk_tot .sod_bsk_cnt {
    background: #f8fffe;
}

#sod_bsk_tot .sod_bsk_cnt strong {
    color: #127168;
    font-size: 22px;
}

/* 결제수단 선택 */
#sod_frm_paysel {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

#sod_frm_paysel:after {
    clear: both;
    display: block;
    content: "";
}

#sod_frm_paysel .paysel_header {
    float: left;
    background: #f8fffe;
    border-bottom: 1px solid #e8e8e8;
    width: calc(15% - 48px);
    padding: 0 24px;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

#sod_frm_paysel .paysel_con {
    float: left;
    border-bottom: 1px solid #e8e8e8;
    width: calc(85% - 38px);
    padding: 0 19px;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #666;
}

#sod_frm_paysel .paysel_con select {
    padding: 0 12px;
    border: 1px solid #ddd;
    height: 36px;
    border-radius: 6px;
}

#sod_frm_paysel .paysel_con span {
    font-size: 13px;
    color: #999;
}

#sod_frm_paysel .paysel_con input[type=text] {
    height: 34px;
    margin-right: 10px;
    border-radius: 6px;
}

#sod_frm_paysel legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#sod_frm_paysel .KPAY {
    background: url('../../../img/kpay_logo.png') no-repeat;
    width: 37px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
}

#sod_frm_paysel .PAYNOW {
    background: url('../../../img/paynow_logo.png') no-repeat;
    width: 46px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
}

#sod_frm_paysel .PAYCO {
    background: url('../../../img/payco_logo.png') no-repeat 1px;
    width: 46px;
    height: 15px;
    overflow: hidden;
    text-indent: -999px;
    display: inline-block;
}

.kakaopay_icon {
    background: url('../../../img/kakao.png') no-repeat;
    height: 21px;
    width: 74px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999px
}

#settle_bank {
    margin: 10px 0 0;
    clear: both;
}

#settle_bank:after {
    clear: both;
    display: block;
    content: "";
}

#sod_frm_escrow {
    margin: 30px 0 0
}

#display_pay_process {
    padding: 20px;
    text-align: center
}

/* 배송지 목록 */
#sod_addr .td_mng button {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

/* 주문내역 */
#sod_v {
    float: right;
    width: 80%;
    margin-top: 50px;
}

#sod_v .basic_tbl {
    text-align: center
}

#sod_v_list_wrap {
    background-color: #f8f8f8;
    margin-bottom: 36px;
}

#sod_v_list_wrap ul {
    padding: 35px 40px;
}

#sod_v_list_wrap ul:after {
    clear: both;
    display: block;
    content: "";
}

#sod_v_list_wrap ul li {
    float: left;
    font-size: 18px;
    font-weight: 300;
}

#sod_v_list_wrap ul li .arrow {
    padding: 0px 16px;
}

#sod_v_list_wrap ul li .step {
    padding-right: 9px;
}

#sod_v table {}

#sod_v table th {
    border-top: 2px solid #333;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    padding: 15px 0px;
}

#sod_v table td {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    padding: 15px 5px;
}

#sod_v table td .ssBlue {
    font-weight: bold;
}

#sod_v table .td_time {
    width: 240px;
    text-align: center;
}

#sod_v table .td_id {}

#sod_v table .td_numbig {
    width: 100px;
    text-align: center;
}

#sod_v table .td_status {
    width: 100px;
    text-align: center;
}

#sod_v table .td_write {
    width: 100px;
    text-align: center;
}

#sod_v table .td_write a {
    background-color: #f68b35;
    font-size: 12px;
    color: #fff;
    padding: 4px 11px;
}

#sod_v_sch {
    margin-bottom: 9px;
}

#sod_v_sch:after {
    clear: both;
    display: block;
    content: "";
}

#sod_v_sch ul {
    float: left;
}

#sod_v_sch ul:after {
    clear: both;
    display: block;
    content: "";
}

#sod_v_sch ul li {
    float: left;
}

#sod_v_sch ul li a {
    display: block;
    font-size: 12px;
    color: #333;
    border: 1px solid #ddd;
    margin-right: 5px;
    padding: 3px 5px;
}

#sod_v_sch ul li a.on {
    background-color: #888888;
    color: #fff;
    border: 1px solid #888;
}

#sod_v_sch #datepicker_wrap {
    float: left;
    margin-left: 28px;
}

#sod_v_sch #datepicker_wrap #datepicker1,
#sod_v_sch #datepicker_wrap #datepicker2 {
    height: 24px;
    border: 1px solid #ddd;
    width: 88px;
    outline: none;
    text-align: center;
}

#sod_v_sch #datepicker_wrap .ui-datepicker-trigger {
    border: 1px solid #ddd;
    margin-left: -1px;
    cursor: pointer;
}

#sod_v_sch #datepicker_wrap input[type=button] {
    background-color: #333;
    font-size: 12px;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 4px 14px;
}

#sod_v_sch #datepicker_wrap #datepicker_submit {
    font-size: 12px;
    color: #fff;
    width: 50px;
    height: 26px;
    border: none;
    background-color: #333;
}


/* 주문상세내역 */
#sod_fin {}


#sod_fin h2 {
    font-size: 40px;
    color: #f68a34;
    text-align: center;
    padding-top: 55px;
}

#sod_fin h3 {
    font-size: 13px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

#sod_fin .title_img {
    padding-top: 55px;
}

#sod_fin .title_img img {
    width: 100%;
}

#sod_fin .title_txt {
    text-align: center;
    font-size: 38px;
    color: #333;
    font-weight: 200;
    padding-top: 60px;
    padding-bottom: 30px;
}

#sod_fin .title_txt span {
    color: #ec0101;
    font-weight: 400;
}

#sod_fin #result_box {
    background-color: #f4f4f4;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 80px;
    margin-bottom: 50px;
}

#sod_fin #result_box span {
    color: #ec0101;
    font-weight: bold;
}

#sod_fin #result_box .od_id {
    border-bottom: 1px solid #ec0101;
    margin-left: 10px;
    margin-right: 20px;
}

#sod_fin #result_box .od_case {
    margin-left: 10px;
    margin-right: 60px;
}

#sod_fin #result_box .od_cart_price {
    margin-left: 10px;
}

#sod_fin #result_box .od_cart_won {
    font-weight: normal;
}

#sod_fin #result_btn_box {
    width: 487px;
    margin: 0px auto;
    margin-bottom: 55px;
}

#sod_fin #result_btn_box:after {
    clear: both;
    display: block;
    content: "";
}

#sod_fin #result_btn_box a {
    background-color: #666;
    font-size: 20px;
    color: #fff;
    float: left;
    width: 240px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}

#sod_fin #result_btn_box a.ssBgRed {
    margin-right: 7px;
}

#sod_fin .tbl_header {
    margin-bottom: 18px;
}

#sod_fin .tbl_header span {
    font-size: 18px;
    color: #333;
}

#sod_fin .tbl_header a {
    border: 1px solid #333;
    background-color: #f8f8f8;
    padding: 3px 12px;
    margin-left: 15px;
}

#sod_fin .tbl_header a img {
    margin-right: 6px;
}

#sod_fin .tbl_head02 table {}

#sod_fin .tbl_head02 table th {
    border-top: 2px solid #333;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    padding: 12px 0px;
}

#sod_fin .tbl_head02 table td {}

#sod_fin .tbl_head02 .td_dvr {
    width: 100px;
}

#sod_fin .tbl_head02 .td_numbig {
    width: 100px;
}

#sod_fin .tbl_head02 .td_mngsmall {
    width: 100px;
    text-align: center;
}

#sod_fin_no {
    margin: 0 0 20px
}

#sod_sts_wrap {
    margin: 0 0 10px;
    text-align: right
}

#sod_sts_explan {
    display: none
}

#sod_fin_legend {
    padding: 7px 5px 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 {
    border-bottom: 0 !important
}

#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 h2 {
    margin: 0 0 10px
}

#sod_fin_list td {
    height: 30px
}

#sod_fin_list .td_prd {
    padding: 15px 40px;
}

#sod_fin_list .td_numbig .numbig_price {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

#sod_fin_list .td_numbig .numbig_won {
    font-size: 16px;
    font-weight: 300;
}

#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 {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9
}

#sod_fin_orderer {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9
}

#sod_fin_receiver {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9
}

#sod_fin_dvr {
    padding: 10px
}

#sod_fin_dvr .dvr_link {
    color: #ff3061;
    text-decoration: underline
}

#sod_fin_tot {
    margin: 0 0 30px;
    padding: 10px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background: #565e60;
    color: #fff
}

#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;
    border-bottom: 1px solid #6f7a7d;
    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 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 {
    padding: 10px;
    border: 0;
    background: #ff3600;
    color: #fff
}

#sod_fin_cancelfrm {
    display: none;
    margin: 10px 0 0;
    clear: both;
}

#sod_fin_cancelfrm .frm_input {
    background: #fff
}

#sod_fin_test {
    padding: 10px
}

/* 주문상세보기 */
#sod_fin.view {
    float: right;
    width: 80%;
    max-width: 960px;
    margin-top: 50px;
}

#sod_fin.view h2 {
    text-align: left;
    padding-top: 0px;
}

#sod_fin.view #sod_fin_list.view h3 {
    font-size: 18px;
    color: #333;
    text-align: left;
    padding-bottom: 10px;
}

#sod_fin.view #sod_fin_list.view .list_info {
    padding-bottom: 10px;
}

#sod_fin.view #sod_fin_list.view .list_info:after {
    clear: both;
    display: block;
    content: "";
}

#sod_fin.view #sod_fin_list.view .list_info .left {
    float: left;
    font-size: 16px;
}

#sod_fin.view #sod_fin_list.view .list_info .right {
    float: right;
}

#sod_fin.view #sod_fin_list.view .list_info .right a {
    background-color: #333;
    color: #fff;
    padding: 4px 8px;
}

#sod_fin.view #sod_fin_list.view #bsk_tot_wrap .cart_plus {
    left: 303px;
}

#sod_fin.view #sod_fin_list.view #bsk_tot_wrap .cart_eq {
    right: 302px;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap table {}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap th {}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td {
    font-size: 13px;
    color: #666;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .numbig_price {
    font-size: 13px;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .numbig_won {
    font-size: 13px;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .od_status {
    font-size: 13px;
    color: #666;
    font-weight: bold;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .dvr_info {
    font-size: 11px;
    color: #888;
}

#sod_fin.view #sod_fin_list.view .tbl_head02.tbl_wrap td .dvr_info a {
    font-size: 11px;
    color: #888;
}

#sod_fin_viewview {}

#sod_fin_viewview h4 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding-bottom: 20px;
}

/*#sod_fin_viewview ul { border-top:2px solid #333; border-bottom:1px solid #ddd; }
#sod_fin_viewview ul:after { clear:both; display:block; content:"";}
#sod_fin_viewview ul li { float:left; padding-top:17px; width:35%; }
#sod_fin_viewview ul li.view_header {   width:15%; background-color:#f8f8f8; height:inherit;}*/

#sod_fin_viewview .tbl_od {
    border-top: 2px solid #333;
    width: 100%;
    border-collapse: collapse;
}

#sod_fin_viewview .tbl_od th {
    font-size: 15px;
    color: #666;
    background-color: #f8f8f8;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 17px 0px;
    width: 15%;
}

#sod_fin_viewview .tbl_od td {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding: 17px 30px;
    width: 85%;
}

#sod_fin_viewview .tbl_od td .od_info {
    padding-bottom: 7px;
}

#sod_fin_viewview .tbl_price_wrap {
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    border-collapse: collapse;
    min-height: 205px;
    margin-bottom: 50px;
}

#sod_fin_viewview .tbl_price_wrap .col01 {
    font-size: 15px;
    color: #666;
    vertical-align: top;
    padding-top: 17px;
    font-weight: 400;
    text-align: left;
    padding-left: 29px;
}

#sod_fin_viewview .tbl_price_wrap .col02 {}

#sod_fin_viewview .tbl_price_wrap .col03 {
    padding-top: 17px;
    vertical-align: top;
    padding-left: 29px;
}

#sod_fin_viewview .tbl_price_wrap .col03 div {
    line-height: 30px;
}


#sod_fin_viewview .tbl_price {
    margin: 0px auto;
    width: 80%;
    border-collapse: collapse;
}

#sod_fin_viewview .tbl_price th {
    text-align: left;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    padding: 8px 0px 8px 20px;
}

#sod_fin_viewview .tbl_price td {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666;
    font-weight: bold;
}

#sod_fin_viewview .tbl_price td span {
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    font-weight: normal;
    padding-right: 20px;
}

.col04 {
    padding: 5px 0px 5px 20px
}

#sod_fin_viewview #btn_box {
    margin: 0px auto;
    margin-top: 60px;
    max-width: 500px;
}

#sod_fin_viewview #btn_box:after {
    clear: both;
    display: block;
    content: "";
}

#sod_fin_viewview #btn_box #sod_fin_cancel {
    float: left;
}

#sod_fin_viewview #btn_box #sod_fin_cancel button {
    width: 240px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    padding: 0px;
}

#sod_fin_viewview #od_list_back {
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #333;
    text-align: center;
    width: 240px;
    height: 62px;
    line-height: 62px;
    float: left;
    margin-right: 20px;
}

/* 주문상세내역 중 현금영수증 발급 */
#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 {
    padding: 15px 0 0;
    border-top: 1px solid #ddd
}

#sidx_lat h2 {
    text-align: center
}

/* 배너 인덱스 출력 */
#sbn_idx {}

/* 상품검색 */
#ssch_frm {
    padding: 20px;
    border: 1px solid #e9e9e9;
    background: #f2f5f9;
    zoom: 1
}

#ssch_frm:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ssch_frm div {
    margin: 0 0 5px
}

#ssch_frm strong,
#ssch_frm .ssch_lbl {
    display: inline-block;
    width: 100px;
    font-weight: bold
}

#ssch_frm .frm_input {
    background: #fff
}

#ssch_frm .btn_submit {
    padding: 0 8px;
    height: 24px
}

#ssch_frm p {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    line-height: 1.5em
}

#ssch_frm #ssch_sort {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1
}

#ssch_frm #ssch_sort:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ssch_frm #ssch_sort li {
    float: left;
    margin: 0 1px 0 0
}

#ssch_frm #ssch_ov {
    float: right
}

#ssch_cate {}

#ssch_cate ul {
    margin: 10px 0;
    padding: 10px 20px 20px;
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    zoom: 1
}

#ssch_cate ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#ssch_cate li {
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #e9e9e9
}

#ssch_cate a {}

#ssch_cate a span {
    font-weight: bold
}

/* 쇼핑몰 이벤트 */
#sev {}

.event_list {
    clear: both;
}

#sev_sortlst {
    zoom: 1;
    padding-top: 25px;
    margin-bottom: 30px;
    border-top: 10px solid #f3f3f3;
    margin-top: 35px;
}

#sev_sortlst:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.sev_admin {
    margin: 0 0 10px;
    text-align: right
}

/* 쿠폰 */
#coupon .td_numbig {
    width: 150px
}

#coupon .td_datetime {
    width: 180px
}

/* 모바일일때 피시버전 주문폼*/
.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: #000;
    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: 10px
}

#sod_frm p#sod_frm_pt_alert {
    margin: 20px 0;
    text-align: center
}

#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
}

#cp_frm {
    height: auto;
    max-height: 10000px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    background: #fff;
    padding: 20px;
    border: 1px solid #000;
    z-index: 9999
}

#sod_frm_deli {
    position: relative;
    line-height: 2em
}

#sod_frm_deli #order_address {
    display: block;
    ;
    width: 100px;
    background: #333;
    color: #fff;
    text-align: center
}

#sod_frm_orderer {
    margin: 15px 0 30px
}

#sod_frm_orderer #od_addr_jibeon,
#sod_frm_taker #od_b_addr_jibeon {
    display: inline-block;
    margin: 5px 0 0
}

#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 #bsk_tot_wrap {
    margin: 0px;
}

#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 {margin:10px 0 ;padding:10px;background:#f2f2f2;border:1px solid #e0e0e0}*/
#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-top: 15px
}

.cart-naverpay {
    margin-top: 15px
}

/* 쿠폰 할인 */
#od_sale {
    position: relative;
}

#od_sale .cp_sale {
    font-size: 14px;
    color: #666;
}

#od_sale button.btn_frmline {
    font-size: 12px !important;
    height: 26px !important;
    vertical-align: middle;
}

#od_sale #od_cp_price,
#od_sale #sc_cp_price,
#od_sale #od_temp_point {
    width: 118px;
    height: 34px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    margin: 0px 10px;
    display: inline-block;
    line-height: 34px;
}

#od_sale #od_temp_point {
    margin-left: 22px;
}

#od_sale #sod_frm_pt {
    font-size: 14px;
}

#od_sale #sod_frm_pt span {
    color: #f68b35;
    font-weight: bold;
}

#od_sale #sod_frm_pt span span {
    font-weight: normal;
}

#od_sale #od_coupon_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 99px;
    padding: 20px;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #000;
    background: #fff;
    overflow-y: scroll
}

#od_sale #od_coupon_frm td {
    text-align: center;
}

#od_sale #od_coupon_frm .btn_submit {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}

#od_sale #sc_coupon_frm {
    z-index: 10000;
    position: absolute;
    top: 0;
    left: 99px;
    padding: 20px;
    width: 500px;
    height: auto !important;
    height: 500px;
    max-height: 500px;
    border: 1px solid #000;
    background: #fff;
    overflow-y: scroll
}

#od_sale #sc_coupon_frm td {
    text-align: center;
}

#od_sale #sc_coupon_frm .btn_submit {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}


/* 적립금 */
#od_sale #pt_confirm {
    border: 1px solid #333;
    font-size: 12px;
    color: #666;
    padding: 3px 11px;
    margin: 0px 10px;
    background-color: #fff;
}

#od_sale #pt_use_all {
    border: 1px solid #333;
    font-size: 12px;
    color: #666;
    padding: 3px 11px;
    background-color: #fff;
}


/* 회원메뉴 */
#member_content {
    float: right;
    margin-top: 50px;
    width: 80%;
}

/*#member_content h2 { font-size:30px; color:#333; font-weight:normal; line-height:30px; padding-bottom:7px;}
#member_content p { font-size:14px; color:#999; font-weight:300; border-bottom:1px solid #ddd; padding-bottom:20px;}*/

#mbm_header {
    margin-bottom: 30px;
}

#mbm_header h2 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 7px;
}

#mbm_header p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

/* 사이드 */
#member_menu {
    width: 180px;
    margin-top: 50px;
    float: left;
}

#member_header {
    background: url('../img/mb_header_bg.jpg') repeat-x;
    padding-bottom: 20px;
}

#member_header h2 {
    text-align: center;
    font-size: 24px;
    color: #86817d;
    padding-top: 14px;
}

#member_header h3 {
    text-align: center;
    font-size: 18px;
    color: #ddd;
    font-weight: normal;
    padding-bottom: 34px;
}

#member_header h3 span {
    color: #fff;
}

#member_header #member_point {
    font-size: 13px;
}

#member_header #member_point:after {
    clear: both;
    display: block;
    content: "";
}

#member_header #member_point .title {
    color: #ddd;
    float: left;
    padding-left: 15px;
}

#member_header #member_point .con {
    float: right;
    padding-right: 15px;
}

#member_header #member_coupon {
    font-size: 13px;
}

#member_header #member_coupon:after {
    clear: both;
    display: block;
    content: "";
}

#member_header #member_coupon .title {
    color: #ddd;
    float: left;
    padding-left: 15px;
}

#member_header #member_coupon .con {
    float: right;
    padding-right: 15px;
}


#member_list {
    clear: both;
}

#mb_1ul {}

#mb_1ul>li>a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 15px;
    color: #333;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}

#mb_1ul>li>a.on {
    background-color: #f1f1f1;
}

.mb_2ul {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
}

.mb_2ul li a {
    display: block;
    font-size: 13px;
    color: #777;
    line-height: 26px;
    padding: 0px 15px;
}

/* 쿠폰/적립금조회 */
#point_wrap {}

#point_header {
    background-color: #f8f8f8;
    font-size: 18px;
    text-align: center;
    color: #888;
    line-height: 90px;
    margin-bottom: 24px;
}

#point_header .mb_name {
    color: #333;
}

#point_header img {
    padding-right: 28px;
}

#point_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#point_wrap table th {
    border-top: 2px solid #333;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    padding: 15px 0px;
}

#point_wrap table td {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    padding: 15px 5px;
}

#coupon_wrap {}

#coupon_header {
    background-color: #f8f8f8;
    font-size: 18px;
    text-align: center;
    color: #888;
    line-height: 90px;
    margin-bottom: 24px;
}

#coupon_header .mb_name {
    color: #333;
}

#coupon_header img {
    padding-right: 28px;
}

#coupon_wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

#coupon_wrap table th {
    border-top: 2px solid #333;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    padding: 15px 0px;
}

#coupon_wrap table td {
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    font-weight: 300;
    padding: 15px 5px;
}

#coupon_wrap table td.td_datetime {
    width: 210px;
}

#coupon_wrap table td.empty_con span {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 85px;
}

#coupon_wrap table td.empty_con span.caution {
    background-color: #333;
    color: #fff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100%;
    font-size: 36px;
    margin-right: 26px;
    vertical-align: middle;
    behavior: url(/pie/PIE.htc);
}

/* 고객센터 */
#cs_menu {
    text-align: center;
    float: left;
    width: 180px;
    margin-top: 50px;
}

#cs_header h2 {
    font-size: 30px;
    color: #fff;
    background-color: #333;
    font-weight: normal;
    line-height: 160px;
}

#cs_list {}

#cs_list li a {
    display: block;
    font-size: 15px;
    color: #666;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    border-bottom: 1px solid #ddd;
}

/* 이용약관 */
#provision {
    width: 80%;
    max-width: 960px;
    margin-top: 50px;
    float: right;
}

#provision_header {
    padding-bottom: 30px;
}

#provision_header h2 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 7px;
}

#provision_header p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#provision h3 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
    padding-top: 50px;
    padding-bottom: 15px;
}

#provision textarea {
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    max-width: 1158px;
}

/* 나의후기 */
#review_header {
    background-color: #f8f8f8;
    font-size: 18px;
    text-align: center;
    color: #888;
    line-height: 90px;
    margin-bottom: 24px;
}

#review_header .mb_name {
    color: #333;
}

#review_header img {
    padding-right: 28px;
}


/* 하단 리뷰 */
.ask_gallery_latest {
    font-family: 'SCoreDream', 'Noto Sans KR', dotum;
    position: relative;
    max-width: 235px;
    margin: 0px auto;
}

.ask_gallery_latest a {
    text-decoration: none;
    display: block;
}

.ask_gallery_latest h3 {
    font-size: 18px;
    display: block;
    font-weight: normal;
    position: relative;
    line-height: 86px;
}

.ask_gallery_latest h3 a {
    display: inline;
}

.ask_gallery_latest_list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
    min-height: 130px;
    vertical-align: top;
    /* 테두리 */
}

.ask_gallery_latest_list:after {
    clear: both;
    display: block;
    content: "";
}

.al_gallery_item {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 12px;
    padding-bottom: 18px;
    /*box-shadow:0px 0px 4px #999;*/
}


.ask_gallery_comment_count {
    font-size: .9em;
    color: #993300
}

.ask_gallery_comment_count .cnt_cmt {
    margin: 0;
    padding: 0;
}

.ask_thumb {
    /*padding: 5px*/
    padding-bottom: 15px;
}

.ask_thumb img {
    border: 1px solid #ddd;
    width: calc(100% - 2px);
}

.ask_gallery_subject {
    display: block;
    text-align: left;
    padding: 0px;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    color: #333;
}

.ask_gallery_latest .lt_date {
    color: #52646e;
    font-family: 'Play', sans-serif;
    font-size: 14px;
}

i.fa {
    color: #fff;
}


#ft_top #review .lt_more {
    position: absolute;
    top: 38px;
    right: 31px;
    z-index: 99;
}

#ft_top #review .lt_more a {
    color: #52646e;
    font-family: 'Play', sans-serif;
    font-size: 12px;
}


/*  */
.review-navigation .flex-prev {
    display: none;
}

.review-navigation .flex-next {
    display: none;
}

.review-controls-container .flex-control-nav {
    top: -52px;
    z-index: 99;
    bottom: 150px;
    left: 90px;
    width: inherit;
}

.review-controls-container .flex-control-paging li a {
    background-color: #aaaaaa;
    border-radius: 100%;
    width: 11px;
    height: 11px;
}

.review-controls-container .flex-control-paging li a.flex-active {
    background-color: #f68b35;
}

.review-controls-container .flex-control-paging li a:hover {
    background-color: #f68b35;
}

#ft_top #review .empty_con {
    width: 90% !important;
    font-size: 13px;
    color: #333;
}

#ft_top #review .empty_con span {
    display: inline-block;
    background-color: #333;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    behavior: url(/pie/PIE.htc);
    border-radius: 100%;
    margin: 0px 10px;
}


/* 상품문의 */
#sps_wrap.cs_page #uselist_header {
    margin-bottom: 20px;
}

#sps_wrap.cs_page #uselist_header h3 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

#sps_wrap.cs_page #uselist_header h3 span {
    font-weight: bold;
    color: #f68a34
}

#sps_wrap.cs_page .sit_qa_li_title {
    padding: 0px;
    font-size: 16px;
}


#sev_himg {
    margin: 0
}

#sev_himg img {
    width: 100%;
    height: auto;
}

/* 약관 Modal */
.modal-title {
    line-height: 2.2;
}

#clauseModal {
    width: 100vw;
    height: 350px;
    top: 80px
}

#clauseModal .modal-dialog {
    min-height: auto
}

#clauseModal .modal-header,
#clauseModal .modal-footer,
#clauseModal .modal-content {
    border-radius: 0;
    border: none
}

#clauseModal .modal-header {
    color: #fff;
    background: #612c93;
}

#clauseModal .modal-header .close {
    color: #fff;
}

#clauseModal .modal-body {
    height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: scroll;
    color: #666;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
}

#clauseModal .modal-footer {}

.modal ::-webkit-scrollbar {
    width: 3px;
}

.modal ::-webkit-scrollbar-track {
    background: #fff;
}

.modal ::-webkit-scrollbar-thumb {
    background: #0b2031;
}

.modal ::-webkit-scrollbar-thumb:hover {
    background: #0b2031;
}

#clauseModal .modal-body h4,
#clauseModal .modal-body h5,
#clauseModal .modal-body h6 {
    margin: 0 0 1rem 0;
    line-height: 1.5;
    color: #0b2031;
    font-weight: 400;
}

#clauseModal .modal-body h5 {
    font-size: 14px;
}

#clauseModal .modal-body h5 {
    font-size: 13px;
}

#clauseModal .modal-body p {
    margin: 0 0 1rem 0;
    padding: 0;
}

#clauseModal .modal-body ul,
#clauseModal .modal-body ol,
#clauseModal .modal-body dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

#clauseModal .modal-body ul li,
#clauseModal .modal-body ol li {
    list-style-position: outside;
}

#clauseModal .modal-body>ul,
#clauseModal .modal-body>ol,
#clauseModal .modal-body>dl {
    margin-bottom: 1.25rem;
}

#clauseModal .modal-body ul {}

#clauseModal .modal-body ul li {
    margin-left: 1.25rem;
    padding-left: 0.75rem;
    list-style-type: square;
}

#clauseModal .modal-body ol {}

#clauseModal .modal-body ol li {
    margin-left: 1.25rem;
    padding-left: 0.75rem;
    list-style-type: decimal;
}

#clauseModal .modal-body ul li ol,
#clauseModal .modal-body ul li ul,
#clauseModal .modal-body ol li ol,
#clauseModal .modal-body ol li ul {
    margin: 0.75rem 0;
}

#clauseModal .modal-body ol li ul li {
    list-style-type: square;
}

#clauseModal .modal-body dl {}

#clauseModal .modal-body dl dt {}

#clauseModal .modal-body dl dd {}

#clauseModal .close span {
    font-size: 33px
}

/* ============================================
   주문서 (orderform) 레이아웃 & 디테일
   ============================================ */

/* 2단 레이아웃 */
#sod_frm.sod_frm_pc {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

#sod_frm.sod_frm_pc>.tbl_head03.od_prd_list,
#sod_frm.sod_frm_pc>.od_prd_list {
    width: 100%;
}

#sod_frm .sod_left {
    width: 62%;
    padding-right: 24px;
    box-sizing: border-box;
}

#sod_frm .sod_right {
    width: 38%;
    box-sizing: border-box;
}

/* 상품목록 이미지/이름 정렬 */
#sod_frm .sod_img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    border-radius: 8px;
    overflow: hidden;
}

#sod_frm .sod_img img {
    display: block;
    border-radius: 8px;
}

#sod_frm .sod_name {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

#sod_frm .sod_name b {
    font-weight: 600;
}

#sod_frm .sod_opt {
    margin-top: 6px;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}

#sod_frm .text_right {
    text-align: right;
}

/* 쿠폰 적용 버튼 */
#sod_frm .cp_btn {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 12px;
    font-size: 12px;
    color: #127168;
    border: 1px solid #127168;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

#sod_frm .cp_btn:hover {
    background: #127168;
    color: #fff;
}

/* 배송지 선택 라디오 그룹 */
#sod_frm .order_choice_place {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    align-items: center;
}

#sod_frm .order_choice_place input[type="radio"],
#sod_frm .order_choice_place input[type="checkbox"] {
    margin-right: 4px;
    accent-color: #127168;
}

#sod_frm .order_choice_place label {
    font-size: 13px;
    color: #555;
    cursor: pointer;
    padding: 6px 0;
}

#sod_frm .order_choice_place .btn_frmline {
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #127168;
    color: #127168;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 32px;
    display: inline-block;
}

#sod_frm .order_choice_place .btn_frmline:hover {
    background: #127168;
    color: #fff;
}

/* 배송지 목록 링크 */
#sod_frm #order_address {
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
    border: 1px solid #127168;
    color: #127168;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    line-height: 32px;
    display: inline-block;
}

#sod_frm #order_address:hover {
    background: #127168;
    color: #fff;
}

/* 전하실 말씀 textarea */
#sod_frm #od_memo {
    width: 100%;
    max-width: 500px;
    min-height: 60px;
    height: auto;
    line-height: 1.5;
    resize: vertical;
}

/* 결제수단 영역 */
#od_pay_sl {
    padding: 20px 24px;
}

#od_pay_sl h3 {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

/* 결제수단 버튼 그룹 */
.od_pay_buttons_el {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#sod_frm_paysel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    border: none;
}

#sod_frm_paysel legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

#sod_frm_paysel input[type="radio"] {
    display: none;
}

#sod_frm_paysel label.lb_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
    text-indent: 0;
    overflow: visible;
    font-weight: 500;
}

#sod_frm_paysel input[type="radio"]:checked+label.lb_icon {
    border-color: #127168;
    background: #f0faf9;
    color: #127168;
    font-weight: 600;
    box-shadow: 0 0 0 1px #127168;
}

#sod_frm_paysel label.lb_icon:hover {
    border-color: #127168;
    background: #f8fffe;
}

/* 카카오페이 아이콘 라벨 */
#sod_frm_paysel .kakaopay_icon {
    text-indent: 0;
    overflow: visible;
    width: auto;
    height: 44px;
    background: none;
    padding: 0 18px;
}

/* 무통장 계좌 선택 */
#settle_bank {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
    clear: both;
}

#settle_bank label {
    font-size: 13px;
    color: #555;
    font-weight: 500;
    margin-right: 8px;
}

#settle_bank select {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    background: #fff;
}

#settle_bank input[type="text"] {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 13px;
    margin-left: 8px;
}

/* 포인트 사용 */
.sod_frm_point {
    padding: 20px 24px;
    border-top: 1px solid #f0f0f0;
}

.sod_frm_point>div:first-child {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.sod_frm_point label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.sod_frm_point input[type="text"] {
    width: 120px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    text-align: right;
}

#sod_frm_pt {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

#sod_frm_pt span {
    font-size: 13px;
    color: #888;
}

#sod_frm_pt strong {
    font-weight: 500;
    margin-right: 4px;
}

#sod_frm_pt em {
    color: #127168;
    font-weight: 600;
    font-style: normal;
}

.max_point_box {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* 주문하기 / 취소 버튼 */
#display_pay_button {
    margin-top: 24px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

#display_pay_button .btn_submit {
    width: 100%;
    max-width: 280px;
    height: 56px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #127168, #1a9e8f);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: 0.5px;
}

#display_pay_button .btn_submit:hover {
    background: linear-gradient(135deg, #0e5d55, #158a7d);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(18, 113, 104, 0.3);
}

#display_pay_button .btn01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 56px;
    font-size: 15px;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    text-decoration: none;
    transition: all 0.2s;
}

#display_pay_button .btn01:hover {
    border-color: #bbb;
    color: #555;
    background: #f9f9f9;
}

/* 주문 처리중 */
#display_pay_process {
    text-align: center;
    padding: 50px 20px;
}

#display_pay_process img {
    display: block;
    margin: 0 auto 12px;
    width: 40px;
}

#display_pay_process span {
    display: block;
    font-size: 14px;
    color: #888;
}

/* 주문자 주소 입력 간격 */
#sod_frm_orderer .frm_address {
    display: block;
    margin-top: 8px;
}

#sod_frm_orderer #od_zip,
#sod_frm_taker #od_b_zip {
    width: 100px;
}

/* 받는분 주소 간격 */
#sod_frm_taker .frm_address {
    display: block;
    margin-top: 8px;
}

/* 에스크로 안내 */
#sod_frm_escrow {
    margin: 24px 0 0;
    padding: 16px 20px;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    border-radius: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* === 반응형 (1024px 이하) === */
@media (max-width: 1024px) {
    #sod_frm .sod_left {
        width: 100%;
        padding-right: 0;
    }

    #sod_frm .sod_right {
        width: 100%;
    }
}

/* === 반응형 (768px 이하) === */
@media (max-width: 768px) {
    #sod_frm.sod_frm_pc {
        display: block;
    }

    #sod_frm h2 {
        font-size: 17px;
        padding: 16px 18px;
    }

    #sod_frm .tbl_frm01 table th {
        width: 90px;
        padding: 12px 14px;
        font-size: 13px;
    }

    #sod_frm .tbl_frm01 table td {
        padding: 12px 14px;
    }

    #sod_frm .tbl_frm01 table td .frm_input {
        width: 100%;
        max-width: none;
        box-sizing: border-box;
    }

    #sod_frm .frm_address {
        max-width: none;
    }

    .od_pay_buttons_el {
        gap: 8px;
    }

    #sod_frm_paysel label.lb_icon {
        min-width: 80px;
        height: 40px;
        padding: 0 14px;
        font-size: 12px;
    }

    #od_tot_price strong {
        font-size: 22px;
    }

    #display_pay_button {
        flex-direction: column;
        align-items: center;
    }

    #display_pay_button .btn_submit {
        max-width: 100%;
        height: 50px;
        font-size: 16px;
    }

    #display_pay_button .btn01 {
        width: 100%;
        max-width: 280px;
        height: 44px;
    }
}

/* ── 상품 분류 카테고리 (sct_ct) ── */
.sct_ct {
    margin: 0 0 20px;
    padding: 0;
}

.sct_ct h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.sct_ct ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
}

.sct_ct ul:after {
    display: none;
}

#sct_ct_1 li {
    float: none;
    width: auto;
    margin: 0;
}

#sct_ct_1 li a,
#sct_ct_2 li a,
#sct_ct_3 li a {
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    background: #fff;
    transition: all .2s;
    line-height: 1.4;
}

#sct_ct_1 li a:hover,
#sct_ct_1 li a:focus,
#sct_ct_2 li a:hover,
#sct_ct_2 li a:focus,
#sct_ct_3 li a:hover,
#sct_ct_3 li a:focus {
    background: #127168;
    border-color: #127168;
    color: #fff;
}

.sct_ct_parent a {
    font-weight: 600 !important;
}

.sct_ct_here a {
    background: #127168 !important;
    border-color: #127168 !important;
    color: #fff !important;
}

#sct_ct_3 li {
    float: none;
    width: auto;
    margin: 0;
}