@charset "utf-8";

/* 초기화 */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    background: #fff
}

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: 'Malgun Gothic', dotum, sans-serif
}

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

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

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

label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1em
}

input,
button {
    margin: 0;
    padding: 0;
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

input[type="submit"] {
    cursor: pointer
}

button {
    cursor: pointer
}

textarea,
select {
    font-family: 'Malgun Gothic', dotum, sans-serif;
    font-size: 1em
}

select {
    margin: 0
}

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

hr {
    display: none
}

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

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

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

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

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px #9ed4ff;
    -moz-box-shadow: 0 0 5px #9ed4ff;
    box-shadow: 0 0 5px #9ed4ff;
    border: 1px solid #558ab7 !important;
}

.placeholdersjs {
    color: #aaa !important
}

/* 레이아웃 크기 지정 */

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

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

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

.hd_pops img {
    max-width: 100%
}

.hd_pops_con {}

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

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

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

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

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

/* 상단 레이아웃 */
#hd {
    background: #212020
}

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

#tnb {
    border-bottom: 1px solid #383838;
    margin: 0 auto
}

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

#tnb .inner {
    margin: 0 auto
}

#hd_wrapper {
    position: relative;
    margin: 0 auto;
    height: 140px;
    zoom: 1
}

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

#logo {
    float: left;
    padding: 30px 0 0
}

.hd_sch_wr {
    float: left;
    padding: 30px 0;
    width: 445px;
    margin-left: 65px
}

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

#hd_sch {
    border-radius: 30px;
    overflow: hidden
}

#hd_sch #sch_stx {
    float: left;
    width: 385px;
    height: 45px;
    padding-left: 10px;
    border-radius: 30px 0 0 30px;
    background: #2c2c2c;
    border: 0;
    border-right: 0;
    font-size: 1.25em;
    color: #fff
}

#hd_sch #sch_submit {
    float: left;
    width: 60px;
    height: 45px;
    border: 0;
    background: #2c2c2c;
    color: #fff;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    font-size: 16px
}

#hd_define {
    float: left
}

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

#hd_define li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 15px 10px 15px 0;
    padding-right: 10px
}

#hd_define li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

#hd_define li a {
    display: inline-block;
    color: #919191
}

#hd_define li.active a {
    color: #fff
}

#hd_qnb {
    float: right;
    text-align: right
}

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

#hd_qnb li {
    float: left;
    font-size: 1.083em;
    line-height: 14px;
    border-right: 1px solid #4a4a4a;
    position: relative;
    text-align: center;
    margin: 15px 10px 15px 0;
    padding-right: 10px
}

#hd_qnb li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0
}

#hd_qnb li span {
    display: block;
    margin-top: 5px;
    font-size: 0.92em
}

#hd_qnb li a {
    display: inline-block;
    color: #919191
}

#hd_qnb .visit .visit-num {
    display: inline-block;
    line-height: 16px;
    padding: 0 5px;
    margin-left: 5px;
    border-radius: 10px;
    background: #da22f5;
    color: #fff;
    font-size: 10px
}


.hd_login {
    position: absolute;
    right: 0;
    top: 60px
}

.hd_login li {
    float: left;
    margin: 0 5px;
    border-left: 1px solid #616161;
    padding-left: 10px;
    line-height: 13px
}

.hd_login li:first-child {
    border-left: 0
}

.hd_login a {
    color: #fff
}


/* 메인메뉴 */
#gnb {
    position: relative;
    background: #fff
}

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

#gnb .gnb_wrap {
    margin: 0 auto;
    position: relative
}

#gnb .gnb_wrap:hover,
#gnb .gnb_wrap:focus,
#gnb .gnb_wrap:active {
    z-index: 3
}

#gnb #gnb_1dul {
    font-size: 1.083em;
    padding: 0;
    border-bottom: 1px solid #e0e2e5;
    zoom: 1
}

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

#gnb .gnb_1dli {
    float: left;
    line-height: 55px;
    padding: 0px;
    position: relative
}

#gnb .gnb_1dli:hover>a {
    color: #3a8afd;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

.gnb_1dli .bg {
    position: absolute;
    top: 24px;
    right: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url('./images/gnb_bg2.gif') no-repeat 50% 50%;
    text-indent: -999px
}

.gnb_1da {
    display: block;
    font-weight: bold;
    padding: 0 15px;
    color: #080808;
    text-decoration: none
}

.gnb_1dli.gnb_al_li_plus .gnb_1da {
    padding-right: 25px
}

.gnb_2dli:first-child {
    border: 0
}

.gnb_2dul {
    display: none;
    position: absolute;
    top: 54px;
    min-width: 140px;
    padding-top: 2px
}

.gnb_2dul .gnb_2dul_box {
    border: 1px solid #e0e2e5;
    border-top: 0;
    padding: 0;
    -webkit-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
    -moz-box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2);
    box-shadow: 0px 1px 5px rgba(97, 97, 97, 0.2)
}

.gnb_2da {
    display: block;
    padding: 0 10px;
    line-height: 40px;
    background: #fff;
    color: #080808;
    text-align: left;
    text-decoration: none
}

a.gnb_2da:hover {
    color: #3a8afd;
    background: #f7f7f8;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

.gnb_1dli_air .gnb_2da {}

.gnb_1dli_on .gnb_2da {}

.gnb_2da:focus,
.gnb_2da:hover {
    color: #fff
}

.gnb_1dli_over .gnb_2dul {
    display: block;
    left: 0
}

.gnb_1dli_over2 .gnb_2dul {
    display: block;
    right: 0
}

.gnb_wrap .gnb_empty {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    line-height: 2.7em;
    color: #080808
}

.gnb_wrap .gnb_empty a {
    color: #3a8afd;
    text-decoration: underline
}

.gnb_wrap .gnb_al_ul .gnb_empty,
.gnb_wrap .gnb_al_ul .gnb_empty a {
    color: #555
}

#gnb .gnb_menu_btn {
    background: #4158d1;
    color: #fff;
    width: 50px;
    height: 55px;
    border: 0;
    vertical-align: top;
    font-size: 18px
}

#gnb .gnb_close_btn {
    background: #fff;
    color: #b6b9bb;
    width: 50px;
    height: 50px;
    border: 0;
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0
}

#gnb .gnb_mnal {
    float: right;
    padding: 0
}

#gnb_all {
    display: none;
    position: absolute;
    border: 1px solid #c5d6da;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

#gnb_all h2 {
    font-size: 1.3em;
    padding: 15px 20px;
    border-bottom: 1px solid #e7eeef
}

#gnb_all .gnb_al_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#gnb_all .gnb_al_ul>li:nth-child(5n+1) {
    border-left: 0
}

#gnb_all .gnb_al_li {
    float: left;
    width: 20%;
    min-height: 150px;
    padding: 20px;
    border-left: 1px solid #e7eeef
}

#gnb_all .gnb_al_li .gnb_al_a {
    font-size: 1.2em;
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
    color: #3a8afd
}

#gnb_all .gnb_al_li li {
    line-height: 2em
}

#gnb_all .gnb_al_li li a {
    color: #555
}

#gnb_all_bg {
    display: none;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999
}

/* 중간 레이아웃 */
#wrapper {
    background: #fff;
}

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

#container_wr {
    margin: 0 auto;
    zoom: 1
}

#aside {
    float: right;
    width: 235px;
    padding: 0;
    height: 100%;
    margin: 20px 0 20px 20px
}

#container {
    position: relative;
    float: left;
    min-height: 500px;
    height: auto !important;
    margin: 20px 0;
    height: 500px;
    font-size: 1em;
    width: 930px;
    zoom: 1
}

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

#container_title {
    font-size: 1.333em;
    margin: 0 auto;
    font-weight: bold
}

#container_title span {
    margin: 0 auto 10px;
    display: block;
    line-height: 30px
}

.lt_wr {
    width: 32%
}

.lt_wr:nth-child(3n+1) {
    clear: both
}

.latest_wr {
    margin-bottom: 20px
}

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

.latest_top_wr {
    margin: 0 -10px 20px
}

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

/* 하단 레이아웃 */
#ft {
    background: #212020;
    margin: 0 auto;
    text-align: center
}

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

#ft_wr {
    max-width: 1240px;
    margin: 0;
    padding: 40px 0;
    position: relative;
    display: inline-block;
    text-align: left
}

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

#ft_wr .ft_cnt {
    width: 25%;
    float: left;
    padding: 0 20px
}

#ft_link {
    text-align: left
}

#ft_link a {
    display: block;
    color: #fff;
    line-height: 2em;
    font-weight: bold
}

#ft_company h2 {
    font-size: 1.2em;
    margin-bottom: 20px
}

#ft_company {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em
}

#ft_catch {
    margin: 20px 0 10px
}

#ft_copy {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #5b5b5b;
    font-size: 0.92em;
    border-top: 1px solid #383838
}

#top_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #333;
    color: #333;
    text-align: center;
    font-size: 15px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.5)
}

#top_btn:hover {
    border-color: #3059c7;
    background: #3059c7;
    color: #fff
}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
    text-align: center;
    display: block
}

#copymove .tbl_wrap {
    margin: 20px
}

#copymove .win_btn {
    padding: 0 20px 20px
}

.copymove_current {
    float: right;
    background: #ff3061;
    padding: 5px;
    color: #fff;
    border-radius: 3px
}

.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;
    width: 0;
    height: 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 {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

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

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

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

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

/* 캡챠 자동등록(입력)방지 기본 - 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: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px
}

#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/captcha2.png') no-repeat 0 0;
    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%
}

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

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

#bo_v_con li {
    display: list-item
}

/* 버튼 */
a.btn,
.btn {
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.4em;
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

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: right
}

/* 서식단계 진행 */

.btn_submit {
    border: 0;
    background: #36105C;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.btn_submit:hover {
    background: #22093b;
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    text-align: center;
    line-height: 50px
}

a.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    background: #969696;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.btn_cancel:hover {
    background: #aaa
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    width: 128px;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #434a54;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
    font-size: 1em
}

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

.btn_b01:hover,
.btn_b01:hover {
    color: #000
}

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

a.btn_b02:hover,
.btn_b02:hover {
    background: #0025eb
}

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

a.btn_b03:hover,
.btn_b03:hover {
    background: #ebedf6
}

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

a.btn_b04:hover,
.btn_b04:hover {
    color: #333;
    background: #f9f9f9
}

a.btn_admin,
.btn_admin {
    display: inline-block;
    color: #d13f4a;
    text-decoration: none;
    vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
    color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 5px;
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec
}

.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: 20px 0;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ececec;
    height: 40px
}

.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-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
    color: #666;
    padding: 10px 5px;
    border-top: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    line-height: 1.4em;
    height: 60px;
    word-break: break-all
}

.tbl_head01 tbody tr:hover td {
    background: #fafafa
}

.tbl_head01 a:hover {
    text-decoration: underline
}

.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;
    background: #fff
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    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
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

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

.frm_input {
    height: 40px
}

.full_input {
    width: 100%
}

.half_input {
    width: 49.5%
}

.twopart_input {
    width: 385px;
    margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
    width: 100%;
    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
}

/*기본 리스트*/
.list_01 ul {
    border-top: 1px solid #ececec
}

.list_01 li {
    border-bottom: 1px solid #ececec;
    background: #fff;
    padding: 10px 15px;
    list-style: none;
    position: relative
}

.list_01 li:nth-child(odd) {
    background: #f6f6f6
}

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

.list_01 li:hover {
    background: #f9f9f9
}

.list_01 li.empty_li {
    text-align: center;
    padding: 20px 0;
    color: #666
}

/*폼 리스트*/
.form_01 h2 {
    font-size: 1.167em
}

.form_01 li {
    margin-bottom: 10px
}

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

.form_01 .left_input {
    float: left
}

.form_01 .margin_input {
    margin-right: 1%
}

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

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

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

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

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

/* 테이블 항목별 정의 */
.td_board {
    width: 80px;
    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: 80px;
    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
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #ccc
}

.txt_rdy {
    color: #8abc2a
}

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

.new_win .tbl_wrap {
    margin: 0 20px
}

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

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

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px
}

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

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px
}

.new_win .win_ul li:first-child {
    margin-left: 0
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: #6794d3
}

.new_win .win_ul .selected {
    background: #3a8afd;
    border-color: #3a8afd;
    position: relative;
    z-index: 5
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #f2838f;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline
}

.new_win .win_desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px
}

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

.new_win .win_total {
    float: right;
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    font-size: 0.75em;
    color: #3a8afd;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px
}

.new_win .new_win_con {
    margin: 20px 0;
    padding: 20px
}

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

.new_win .new_win_con2 {
    margin: 20px 0
}

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

.new_win .win_btn {
    text-align: center
}

.new_win .cert_btn {
    margin-bottom: 30px;
    text-align: center
}

.new_win .btn_close {
    padding: 0 20px;
    height: 45px;
    overflow: hidden;
    cursor: pointer
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em
}

/* 검색결과 색상 */
.sch_word {
    color: #fff;
    background: #ff005a;
    padding: 2px 5px 3px;
    line-height: 18px;
    margin: 0 2px
}

/* 자바스크립트 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 {
    position: relative;
    font-weight: normal
}

.sv_wrap .sv {
    z-index: 1000;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: #333;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    width: 100px;
    font-weight: normal;
    color: #bbb
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff
}

.sv_member {
    color: #333
}

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

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    margin: auto;
    float: initial;
    display: block;
}

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

.pg {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pg_page,
.pg_current {
    display: block;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    color: #888;
    font-size: 11px;
    line-height: 30px;
    vertical-align: middle;
}

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

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px
}

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

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

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

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

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

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    font-weight: bold;
    color: #fff;
    background: #7a7d81;
    border-radius: 20px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* 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
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0 none;
    vertical-align: top;
}

dl,
ul,
ol,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

body {
    background: #fff
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1.5;
    font-family: Malgun Gothic, "맑은 고딕", AppleGothic, Dotum, "돋움", sans-serif;
    color: #333
}

/* color값은 디자인가이드에 맞게사용 */
a {
    color: #333;
    text-decoration: none
}

a:active,
a:hover {
    text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal
}


audio {
    position: absolute;
    left: 0;
    bottom: 0
}

.skip {
    overflow: hidden;
    position: absolute;
    top: -999em;
    left: -999em;
    width: 1px;
    height: 1px;
    background: url("../../img/common/bg/bg_skip.gif") repeat
}

input[type="text"],
input[type="password"] {
    height: 31px;
    padding: 0 5px;
    color: #333333;
    border: 1px solid #d6d6d6;
    line-height: 31px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]::-ms-clear {
    display: none;
}

input:-ms-input-placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}

textarea {
    padding: 5px;
    color: #a9a9a9;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
    overflow: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    font-size: 0;
    text-indent: -9999px;
    line-height: 0;
    z-index: -9999;
}

.text_notover {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dn {
    display: none !important;
}

.db {
    display: block !important;
}

.oh {
    overflow: hidden !important;
}

.btn_left_box {
    text-align: left;
}

.btn_center_box {
    text-align: center;
}

.btn_right_box {
    text-align: right;
}

/* 폰트 컬러 */
.fc_red {
    color: #fa2828 !important;
}

input[type="radio"] {
    width: 13px;
    height: 13px;
    vertical-align: top;
}

input[type="text"],
input[type="password"] {
    padding: 0 10px;
    outline: none;
    font-size: 12px;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
    vertical-align: top;
}

input[type="image"] {
    vertical-align: top;
    border: none;
    cursor: pointer;
}

input[type="button"] {
    border: none;
    background: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
    vertical-align: top;
    font-size: 100%;
}


/* 파일첨부 버튼 꾸미기 */
.file_upload_sec {
    overflow: hidden;
    width: 100%;
    margin: 5px 0 10px 0;
}

.file_upload_sec .file_text {
    float: left;
    width: 230px;
}

.file_upload_sec .btn_upload_box {
    overflow: hidden;
    position: relative;
    float: left;
    width: 150px;
    padding: 0 0 0 6px;
}

.file_upload_sec .btn_upload_box .btn_upload {
    width: 70px;
    height: 31px;
    color: #fff;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
}

.file_upload_sec .btn_upload_box .file {
    position: absolute;
    top: 0;
    right: 76px;
    height: 31px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/* 추가,삭제 버튼 */
.file_upload_sec .btn_upload_box .btn_gray_big {
    width: 62px;
}

.file_upload_sec .form_element {
    display: block;
    width: 100%;
    padding: 0 10px 3px 0;
}

.file_upload_sec .link_file_down {
    padding: 0 10px 0 0;
}

.file_upload_sec .link_file_down:hover {
    text-decoration: underline;
}

/* 셀렉트박스 */
select {
    height: 31px;
    color: #717171;
    vertical-align: top;
    outline: none;
}

#wrap .chosen-container {
    vertical-align: top;
    text-align: left;
}

#wrap .chosen-single {
    height: 31px;
    color: #717171;
    vertical-align: top;
    outline: none;
    border: 1px solid #cccccc;
}

#wrap .chosen-single>span {
    line-height: 30px;
}

#wrap .chosen-container .chosen-results li {
    float: none;
}

#wrap .chosen-container .chosen-drop {
    border: 1px solid #cccccc;
    border-top: none 0;
}

#wrap .chosen-container .chosen-results li.active-result {
    text-align: left;
}

#wrap .chosen-container .chosen-results li.disabled-result {
    text-align: left;
}

/*#quick_search .chosen-container{vertical-align:top; text-align:left;}
#quick_search .chosen-single{height:31px; color:#717171; vertical-align:top; outline:none; border:1px solid #cccccc;}
#quick_search .chosen-single > span{line-height:30px;}
#quick_search .chosen-container .chosen-results li{float:none;}
#quick_search .chosen-container .chosen-drop{border:1px solid #cccccc; border-top:none 0;}
#quick_search .chosen-container .chosen-results li.active-result{text-align:left;}*/

/* 레이어팝업 셀렉트 박스 */
.layer_wrap .chosen-container {
    vertical-align: top;
}

.layer_wrap .chosen-container .chosen-single {
    height: 31px;
    color: #717171;
    vertical-align: top;
    outline: none;
    border: 1px solid #cccccc;
}

.layer_wrap .chosen-container .chosen-single>span {
    line-height: 30px;
}

.layer_wrap .chosen-container .chosen-results li {
    float: none;
}


/* 체크박스 라디오버튼 스타일 */
.form_element {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

span.form_element {
    display: inline-block;
}

.form_element label {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    padding: 0 0 0 27px;
    background: url('../../img/common/input/check_off.png') no-repeat 1px top;
}

.form_element label:hover {
    background: url('../../img/common/input/check_over.png') no-repeat 1px top;
}

.form_element label.on {
    background: url('../../img/common/input/check_on.png') no-repeat 1px top;
}

.form_element label.choice {
    background: url('../../img/common/input/radio_off.png') no-repeat 1px 50%;
}

.form_element label.choice:hover {
    background: url('../../img/common/input/radio_over.png') no-repeat 1px 50%;
}

.form_element label.choice.on {
    background: url('../../img/common/input/radio_on.png') no-repeat 1px 50%;
}

.form_element label.check_s {
    min-width: 13px;
    padding: 0 0 0 22px;
    background: url('../../img/common/input/check_off_small.png') no-repeat 1px 2px;
}

.form_element label.check_s:hover {
    background: url('../../img/common/input/check_over_small.png') no-repeat 1px 2px;
}

.form_element label.check_s.on {
    background: url('../../img/common/input/check_on_small.png') no-repeat 1px 2px;
}

.form_element label.choice_s {
    min-width: 13px;
    padding: 0 0 0 22px;
    background: url('../../img/common/input/radio_off_small.png') no-repeat 1px 50%;
}

.form_element label.choice_s:hover {
    background: url('../../img/common/input/radio_over_small.png') no-repeat 1px 50%;
}

.form_element label.choice_s.on {
    background: url('../../img/common/input/radio_on_small.png') no-repeat 1px 50%;
}

.form_element label.single {
    width: 21px;
    height: 21px;
    padding: 1px 0 0;
    background-color: transparent;
    text-indent: -9999px;
}

.form_element label.single:hover {
    background-color: transparent;
}

.form_element label span {
    color: #979797;
}

.form_element label img {
    vertical-align: middle;
}

.form_element input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
    visibility: hidden;
}

/** 체크박스용 비활성화 **/
.form_element label.check_dis_s {
    background-image: url('../../img/common/input/check_dis_s.png');
}

/* 경고 텍스트 */
#wrap .login_input .member_warning {
    display: block;
}

#wrap .member_warning {
    display: inline;
    position: relative;
}

#wrap .member_warning+.text_warning,
#wrap .member_warning .text_warning {
    display: none;
    letter-spacing: -1px;
}

#wrap .member_warning .text_warning a {
    text-decoration: underline;
}

#wrap .member_warning input.text+label {
    position: absolute;
    top: 6px;
    left: 10px;
}

#wrap .member_warning.prior_wrong .text_warning,
#wrap .member_warning.prior_half_pass .text_warning {
    display: block;
}

#wrap .member_warning.prior_wrong+.text_warning,
#wrap .member_warning.prior_half_pass+.text_warning {
    display: block;
}

#wrap .text_warning {
    color: #ab3e55;
    text-align: left;
}

#wrap .text_pass {
    color: #329cff;
    text-align: left;
}

/* 글자수 작을 때, 사용불가 */
#wrap .member_warning.prior_wrong {}

#wrap .member_warning.prior_wrong input,
#wrap .member_warning.prior_wrong textarea,
#wrap .member_warning.prior_wrong .prior_input,
#wrap .member_warning.prior_wrong .chosen-single {
    margin-bottom: 5px;
    border: 1px solid #ab3e55;
}

#wrap .member_warning.prior_wrong .chosen-drop {
    margin-top: -6px;
}

#wrap .member_warning.prior_wrong .text_warning {
    color: #ab3e55;
}

#wrap .member_warning.prior_wrong .form_element {
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
    border: 1px solid #ab3e55;
}

#wrap .member_warning.prior_wrong .text_warning+.form_element {
    border: none 0;
}

/* 안전도 낮음 */
#wrap .member_warning.prior_half_pass {}

#wrap .member_warning.prior_half_pass input,
#wrap .member_warning.prior_half_pass textarea,
#wrap .member_warning.prior_half_pass .prior_input,
#wrap .member_warning.prior_half_pass .chosen-single {
    margin-bottom: 5px;
}

#wrap .member_warning.prior_half_pass .text_warning {
    color: #ab3e55;
}

#wrap .member_warning.prior_half_pass .text_pass {
    color: #329cff;
}

#wrap .member_warning.prior_half_pass .form_element {
    padding: 5px 0 5px 0;
}


/* Slider */
.slider_wrap {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider {
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-list {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track,
.slider_wrap .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

/*.slick-slide img{display:block; position:static !important; top:0px !important;}*/
.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 27px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
}

.slick-prev {
    left: 25px;
    right: auto;
}

.slick-next {
    left: auto;
    right: 25px;
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    opacity: 0.75;
}

.slick-dots li.slick-active button {
    opacity: 1;
}


/* 레이어 팝업 */
.layer_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}

.layer_pop .layer_layout_box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.6);
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

.layer_pop .layer_layout_box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
}

.layer_pop .layer_layout_box .layer_container_box {
    position: absolute;
    top: 0;
    left: 50%;
}

.layer_pop .layer_layout_box .layer_container_box .layer_content_box {
    padding: 50px 0;
}

.layer_pop .layer_layout_box .layer_container_box .layer_content_box .layer_content {
    position: relative;
}

/* 준비중 */
.site_ready {
    width: 578px;
    margin: 200px auto 0;
    padding: 210px 0 90px;
    background: url('../../img/etc/site_ready.png') no-repeat center 69px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.site_ready strong {
    color: #222222;
    font-size: 28px;
}

.site_ready p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
}

/* 이용제한 쇼핑몰 */
.blackout {
    width: 578px;
    margin: 12% auto 0;
    padding: 210px 0 90px;
    background: url('../../img/etc/blackout.png') no-repeat center 69px;
    text-align: center;
}

.blackout.incontent {
    background: url('../../img/img/etc/img_poll.png') no-repeat center 55px;
}

.blackout>strong {
    color: #222222;
    font-size: 28px;
}

.blackout p {
    padding: 20px 0 0;
    color: #222222;
    font-size: 16px;
    line-height: 1.5;
}

.blackout.incontent {
    margin-top: 10px;
}

.blackout.incontent .resultview {
    font-size: 14px;
    margin-bottom: 10px;
}

.blackout.incontent .resultview a {
    text-decoration: underline;
}

/* 성인인증 시작 */
.adult_wrap {
    overflow: hidden;
    height: auto;
}

.adult_wrap .adult_guest_cont .guest_tit_box {
    width: 710px;
    margin: 170px auto 80px auto;
    padding: 0 0 35px 190px;
    background: url('../../img/common/bg/img_adult.png') no-repeat 0 0;
}

.adult_wrap .guest_tit_box em {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #222;
    letter-spacing: -0.5px;
}

.adult_wrap .guest_tit_box strong {
    color: #fa2828;
}

.adult_wrap .guest_tit_box p {
    padding: 17px 0;
    line-height: 22px;
    font-size: 16px;
}

.adult_wrap .guest_tit_box p strong {
    font-weight: normal;
}

.adult_wrap .guest_tit_box .btn_exit {
    width: 135px;
    height: 42px;
    border: 1px solid #979797;
    background: #979797;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
}

.adult_wrap .guest_tit_box .btn_exit:hover {
    border: 1px solid #626262;
    background: #626262;
}

.adult_wrap .adult_guest_cont .guest_login_wrap {
    padding: 60px 0 50px 0;
    background: #f7f7f7;
}

.adult_wrap .guest_login_wrap .guest_login_box {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.adult_wrap .guest_login_box h3 {
    margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 20px;
}

.adult_wrap .guest_login_box .guest_certify {
    float: left;
    width: 40%;
    margin: 56px 0 0 46px;
}

.adult_wrap .guest_login_box .guest_certify button {
    display: block;
    width: 324px;
    height: 40px;
    margin: 0 0 10px 0;
    border: 1px solid #cccccc;
    background: #fff;
    color: #3e3d3c;
    font-size: 13px;
    cursor: pointer;
}

.adult_wrap .guest_login_box .guest_certify button:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.adult_wrap .guest_login_box .guest_login {
    float: left;
    margin: 56px 0 0 0;
    padding: 0 0 0 38px;
    border-left: 1px solid #dbdbdb;
}

.adult_wrap .guest_login_box .guest_login input {
    display: block;
    width: 236px;
    height: 36px;
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
    border: 1px solid #d0d0d0;
    color: #444444;
}

.adult_wrap .guest_login .login_input_sec {
    overflow: hidden;
}

.adult_wrap .guest_login .login_input_sec>div {
    float: left;
}

.adult_wrap .guest_login .login_input_sec button {
    float: right;
    width: 158px;
    height: 81px;
    margin: 0 0 0 16px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.adult_wrap .guest_login .login_input_sec button:hover {
    background: #9b344a;
    border: 1px solid #9b344a;
}

.adult_wrap .guest_login .login_sns_sec {
    margin: 20px 0 0 0;
}

.adult_wrap .guest_login .login_sns_sec a {
    display: block;
    width: 407px;
    height: 62px;
    margin: 0 0 10px 0;
    text-decoration: none;
    text-align: center;
    line-height: 62px;
    color: #333;
    font-size: 15px;
}

.adult_wrap .guest_login .login_sns_sec a img {
    vertical-align: middle;
    width: 100%;
}

.adult_wrap .guest_login .login_sns_sec a span {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.adult_wrap .guest_login .btn {
    float: right;
    position: relative;
    width: 410px;
    margin: 30px 0 0;
    font-size: 0;
    text-align: center;
}

.adult_wrap .guest_login .btn .guest_btn {
    width: 127px;
    height: 44px;
    font-weight: bold;
    line-height: 42px;
}

.adult_wrap .adult_guest_cont .domain_url {
    margin: 90px 0 50px 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.adult_wrap .adult_member_cont .member_tit_box {
    width: 710px;
    margin: 170px auto 0 auto;
    padding: 165px 0 50px 0;
    background: url('../../img/common/bg/img_adult.png') no-repeat center 0;
    text-align: center;
}

.adult_wrap .member_tit_box em {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #222;
    letter-spacing: -0.5px;
}

.adult_wrap .member_tit_box strong {
    color: #fa2828;
}

.adult_wrap .member_tit_box p {
    padding: 20px 0 0 0;
    line-height: 22px;
    font-size: 16px;
}

.adult_wrap .member_tit_box p strong {
    font-weight: normal;
}

.adult_wrap .adult_member_cont .member_login_wrap {
    overflow: hidden;
    background: #f7f7f7;
    padding: 60px 0 250px 0;
}

.adult_wrap .member_login_wrap .member_certify_box {
    overflow: hidden;
    width: 900px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.adult_wrap .member_certify_box h3 {
    margin: 0 0 15px 0;
    font-weight: normal;
    font-size: 20px;
}

.adult_wrap .member_certify_box .member_certify {
    margin: 56px 0 0 46px;
}

.adult_wrap .member_certify_box .member_certify li button {
    float: left;
    width: 390px;
    height: 50px;
    margin: 0 0 0 25px;
    border: 1px solid #A3A3A3;
    background: #fff;
    color: #666;
    font-size: 13px;
    cursor: pointer;
}

.adult_wrap .member_certify_box .member_certify li button:hover {
    border: 1px solid #444444;
    color: #222222;
}

.adult_wrap .member_certify_box .member_certify li:first-child button {
    margin: 0;
}

.guest_btn.base3 {
    border: 1px solid #ab3e55;
    background: #ab3e55;
    color: #fff;
}

.guest_btn.base3:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.guest_btn.default {
    border: 1px solid #cccccc;
    color: #3e3d3c;
}

.guest_btn.default:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.guest_btn {
    display: inline-block;
    height: 40px;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
}

.guest_btn+.guest_btn {
    margin: 0 0 0 10px;
}

/* 성인인증 끝 */

/* 회원전용 로그인 인트로 */
.intro_member_wrap .member_login_cont {
    width: 580px;
    margin: 0 auto;
    padding: 180px 0 0 0;
}

.intro_member_wrap .member_login_cont .member_tit_box {
    text-align: center;
}

.intro_member_wrap .member_login_cont .member_tit_box p {
    padding: 0 0 10px 0;
    font-size: 28px;
    font-weight: bold;
}

.intro_member_wrap .member_login_cont .member_tit_box span {
    font-size: 16px;
}

.intro_member_wrap .member_login_box {
    margin: 40px 0 0 0;
    padding: 45px;
    border: 1px solid #dcdcdc;
}

.intro_member_wrap .member_login_box h3 {
    font-weight: normal;
    font-size: 20px;
    color: #222;
}

.intro_member_wrap .member_login_box .member_login {
    margin: 0 0 20px 0;
}

.intro_member_wrap .member_login_box .login_input_sec {
    overflow: hidden;
}

.intro_member_wrap .member_login_box .login_input_sec>div {
    float: left;
}

.intro_member_wrap .member_login_box .login_input_sec input {
    display: block;
    width: 314px;
    height: 36px;
    margin: 15px 0 10px 0;
    padding: 0 0 0 8px;
    border: 1px solid #d0d0d0;
    color: #444444;
}

.intro_member_wrap .member_login_box .login_input_sec button {
    float: right;
    width: 158px;
    height: 91px;
    margin: 15px 0 0 0;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.intro_member_wrap .member_login_box .login_input_sec button:hover {
    background: #9b344a;
    border: 1px solid #9b344a;
}

.intro_member_wrap .member_login_box .btn_login_box {
    overflow: hidden;
    padding: 20px 0 0 0;
    border-top: 1px solid #dcdcdc;
    margin: 20px 0 0 0;
}

.intro_member_wrap .member_login_box .btn_login_box li {
    float: left;
    margin: 0 0 0 10px;
}

.intro_member_wrap .member_login_box .btn_login_box li:first-child {
    margin: 0;
}

.intro_member_wrap .member_login_box .btn_login_box li button {
    width: 156px;
    height: 42px;
    border: 1px solid #cccccc;
    background: #fff;
    color: #3e3d3c;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.intro_member_wrap .member_login_box .btn_login_box li button:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.intro_member_wrap .member_login_box .btn_login_box .btn_join {
    background: #ab3e55;
    border: 1px solid #ab3e55;
    color: #fff;
}

.intro_member_wrap .member_login_box .btn_login_box .btn_join:hover {
    border: 1px solid #9b344a;
    color: #fff;
    background: #9b344a;
}

.intro_member_wrap .member_login .id_chk span {
    display: inline-block;
}

.intro_member_wrap .member_login .id_chk input {
    display: none;
}

.intro_member_wrap .member_login .id_chk label {
    font-size: 12px;
    padding-left: 23px;
    cursor: pointer;
    background: url('../../img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.intro_member_wrap .member_login .id_chk label:hover {
    background: url('../../img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.intro_member_wrap .member_login .id_chk label.active {
    background: url('../../img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

/* 쇼핑몰 회원가입 */
.shop_mall_join {
    display: block;
    padding: 20px 0 20px 0;
    font-size: 15px;
    text-align: center;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #3e3d3c;
}

.shop_mall_join:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

/* sns 로그인 */
.member_sns_login>* {
    display: block;
    margin-top: 12px;
}

.member_sns_login>*:first-child {
    margin-top: 0;
}

/* 주위,경고 텍스트 */
.chk_none {
    display: block;
    min-height: 17px;
    margin: 10px 0 0 0;
    padding: 5px 0 5px 19px;
    color: #ab3e55;
    font-weight: normal;
    background: url('../../img/icon/etc/icon_warning.png') no-repeat left 8px;
}

/* 페이징 공통 */
.pagination {
    margin: 20px 0 0 0;
}

.pagination ul {
    padding: 20px 0 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    min-width: 26px;
    vertical-align: middle;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 0 !important;
    height: 30px;
    width: 30px;
    color: #888;
    font-size: 11px;
    line-height: 30px;
    vertical-align: middle;
}

.pagination li.on span {
    font-weight: bold;
    color: #fff;
    background: #7a7d81;
    border-radius: 20px;
}

.pagination .on {
    color: #333;
    font-weight: bold;
}

.pagination .btn_page {
    min-width: 26px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.pagination .btn_page a {
    min-width: 30px;
    width: auto;
}

.pagination .btn_page a:hover {
    border: none 0;
}

.pagination .btn_page a img {
    display: none;
}

.pagination .btn_page_first {
    margin: 0 1px 0 1px;
    background: url("../../img/common/btn/btn_paging_first.png") no-repeat 5px center;
    padding: 0 5px 0 15px !important;
}

.pagination .btn_page_prev {
    margin: 0 10px 0 1px;
    background: url("../../img/common/btn/btn_paging_prev.png") no-repeat 5px center;
    padding: 0 5px 0 10px !important;
}

.pagination .btn_page_next {
    margin: 0 1px 0 10px;
    background: url("../../img/common/btn/btn_paging_next.png") no-repeat 36px center;
    padding: 0 10px 0 5px !important;
}

.pagination .btn_page_last {
    margin: 0 1px 0 1px;
    background: url("../../img/common/btn/btn_paging_last.png") no-repeat 36px center;
    padding: 0 15px 0 5px !important;
}

.goods_list+.pagination {
    padding: 10px 0 0 0;
    border-top: 1px solid #dbdbdb;
}

/*  추천순, 판매인기순, 낮은가격순, 높은가격순, 상품평순, 등록일순 */
.goods_pick_list {
    /*min-height:300px;*/
}

.goods_pick_list .pick_list_num {
    display: block;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.goods_pick_list .pick_list_num strong {
    color: #ab3e55;
}

.goods_pick_list .pick_list_box {
    height: 28px;
    margin: 0 0 20px 0;
    padding: 9px 0 10px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    clear: both;
}

.goods_pick_list .pick_list_box .pick_list {
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}

.goods_pick_list .pick_list_box .pick_list li {
    float: left;
    margin: 0 20px 0 0;
    padding: 5px 0 0;
    background: #ffffff;
    position: relative;
}

.goods_pick_list .pick_list_box .pick_list input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.goods_pick_list .pick_list_box .pick_list label {
    padding: 0 0 0 18px;
    background: #ffffff;
    cursor: pointer;
}

.goods_pick_list .pick_list_box .pick_list label.on {
    color: #ab3e55;
    font-weight: bold;
    background: url("../../img/icon/goods_icon/icon_sort_check.png") no-repeat left 5px;
}

/* 보여지는 갯수(셀릭트 박스) */
.choice_num_view {
    float: right;
    padding: 0 10px 0 0;
}

.choice_num_view select {
    width: 120px;
}

/* 마이페이지, 장바구니 > 할인/적립 */
.benefit_list {
    display: inline-block;
    min-width: 90px;
    text-align: center;
}

.benefit_list li {
    position: relative;
    color: #888888;
    text-align: left;
    line-height: 1.5;
}

.benefit_list li span {
    display: block;
}

.benefit_list li em {
    display: inline-block;
}

.benefit_list li strong {
    padding: 0 0 0 5px;
    color: #333333;
}

.benefit_list .benefit_sale {}

.benefit_list .benefit_mileage {
    margin: 10px 0 0 0;
}

.benefit_list .benefit_sale em {
    padding: 0 5px 1px 20px;
    background: url("../../img/icon/goods_icon/icon_discount.gif") no-repeat 0 2px;
}

.benefit_list .benefit_mileage em {
    padding: 0 5px 1px 20px;
    background: url("../../img/icon/goods_icon/icon_mileage.gif") no-repeat 0 2px;
}

.detail select {
    float: left;
    display: inline-block;
}

/* 상단 고정 레이어 팝업 */
.pc_top_banner_ctrl .pc_top_banner_close {
    position: absolute;
    top: 30px;
    right: 20px;
}

.pc_top_banner_ctrl .pc_top_banner_today {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pc_top_banner_ctrl .pc_top_banner_today input {
    vertical-align: middle;
}

/** 조건별 배송비 테이블 **/
.ly_dev_wrap.delivery_layer {
    width: 305px;
    top: 0px;
    left: -219px;
}

.ly_dev_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 250px;
    text-align: left;
    border: 1px solid #999999;
    background: #ffffff;
}

.ly_dev_wrap .ly_tit {
    padding: 13px 35px 11px 15px;
    font-size: 12px;
    background: #f4f4f4;
}

.ly_dev_wrap .ly_tit strong {
    display: block;
    color: #222222;
    font-weight: bold;
}

.ly_dev_wrap .ly_cont {
    padding: 0 15px 15px 15px;
}

.ly_dev_wrap .ly_tit {}

.ly_dev_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px;
}

.ly_dev_wrap .ly_btn {
    display: table;
    margin: 15px 0 0 0;
    border-collapse: collapse;
}

.ly_dev_wrap .ly_btn .row {
    display: table-row;
}

.ly_dev_wrap .ly_btn span {
    display: table-cell;
    width: 137px;
    font-size: 12px;
    color: #777;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 4px 10px 4px 10px;
    word-break: break-all;
}

.ly_dev_wrap .ly_btn.three span {
    width: 92px;
}

.ly_dev_wrap .ly_btn span.on {
    position: relative;
    color: #fff;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

/* 배송비 */
.item_delivery dd strong {
    padding: 0 5px 5px 0;
    font-weight: normal;
}

.item_delivery select {
    width: 55%;
}

.item_delivery .chosen-container {
    display: inline-block;
    margin: 5px 0 0 0;
}

.item_delivery .delivery-detail .delivery-division {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

/* 비회원 주문불가 안내 */
.cert_warning {
    width: 590px;
    margin: 20px auto 0;
    letter-spacing: -0.5px;
}

.cert_warning h2 {
    font-size: 28px;
}

.cert_warning .cert_warning_wrap {
    padding: 203px 0 80px;
    background: url('../../img/etc/blackout.png') no-repeat center 69px;
    text-align: center;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    margin: 15px 0 0 0;
}

.cert_warning .cert_warning_wrap strong {
    font-size: 16px;
    color: #333;
}

.cert_warning .cert_warning_wrap p {
    display: inline-block;
    width: 453px;
    height: 54px;
    line-height: 1.9em;
    font-size: 12px;
    color: #c2bebc;
    border: 1px solid #dbdbdb;
    padding: 11px 0 0 15px;
    margin: 40px 0 0 0;
    text-align: left;
}

.cert_warning .cert_warning_wrap p a {
    text-decoration: underline;
}

.cert_warning .cert_warning_wrap>a {
    display: inline-block;
    margin: 40px 0 0 0;
    line-height: 43px;
}

/* 추가 본인인증 */
#contents .order_table_type {
    position: relative;
}

#contents .btn_cert {
    margin: 0 5px 0 2px;
    padding: 5px 13px 5px 13px;
    border: 1px solid #989898;
}

#contents .cert_ok {
    margin: 0 0 0 5px;
}

#contents .pop_cert_ly {
    display: none;
    position: absolute;
    left: 440px;
    top: 55px;
    width: 310px;
    height: 140px;
    border: 1px solid #999;
    background: #fff;
    box-sizing: border-box;
    z-index: 201;
}

#contents .pop_cert_ly strong {
    display: block;
    font-size: 11px;
    color: #333;
    background-color: #f4f4f4;
    padding: 11px 16px 10px 16px;
}

#contents .pop_cert_ly .btn_wrap {
    margin: 30px 0 0 0;
    text-align: center;
}


#layerDim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
}

/* 버튼 공통 상단 여백 */
.ly_cont .btn_center_box {
    margin: 10px 0 10px 0;
}

.ly_cont .btn_center_box>a {
    vertical-align: top;
    height: 40px;
    line-height: 38px;
}

/* 발급완료 */
.coupon_completed {
    padding: 0 0 2px 23px;
    color: #333333;
    font-size: 13px;
    background: url('../../../img/common/layer/icon_completed.png') no-repeat left 1px;
}

/* 작성일 */
.ly_date_day {
    display: inline-block;
    padding: 10px 0 10px 0;
}

/* 동록된 게시글 없음 */
.layer_wrap .no_data {
    padding: 50px 30px 50px 30px;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

/* 테이블 공통(텍스트 센터 기본) */
.top_table_type {}

.top_table_type .td_left {
    text-align: left;
}

.top_table_type table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.top_table_type th {
    padding: 9px 10px 10px 10px;
    color: #777777;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
}

.top_table_type td {
    padding: 15px 10px 14px 10px;
    color: #777777;
    border-bottom: 1px solid #dbdbdb;
}

.top_table_type .btn_down_box {}

.top_table_type .text_info {
    display: block;
    padding: 2px 0 2px 0;
    color: #999999;
    font-size: 11px;
}

.top_table_type .coupon_price {
    color: #333333;
    font-size: 14px;
}

.top_table_type .coupon_price b {
    padding: 0 2px 0 0;
    font-size: 16px;
    color: #ab3e55;
}

/* left 형 */
.left_table_type {}

.left_table_type .td_left {
    text-align: left;
}

.left_table_type table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}

.left_table_type th {
    padding: 6px 10px 7px 20px;
    color: #777777;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
    text-align: left;
}

.left_table_type td {
    height: 31px;
    padding: 6px 10px 7px 15px;
    color: #777777;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
}

.left_table_type .important {
    padding: 0 0 0 10px;
    margin: 0 0 0 -10px;
    background: url('../../../img/member/icon_dot_03.png') no-repeat 0 center;
}

/* 주소 */
.delivery_add_layer .left_table_type input {
    width: 190px;
}

.left_table_type .address_postcode {
    overflow: hidden;
}

.left_table_type .address_postcode input {
    float: left;
    width: 190px;
}

.left_table_type .address_postcode .btn_post_search {
    float: left;
    margin: 0 0 0 5px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #989898;
}

.left_table_type .address_input {
    float: left;
    width: 100%;
}

.left_table_type .address_input input {
    margin: 7px 0 0 0;
}

.left_table_type .address_input input:first-child {
    width: 290px;
}



/* 센터정렬 레이어 */
.layer_wrap {
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 210;
}

.layer_wrap .box {
    background: #fff;
    border: 2px solid #555;
}

.layer_wrap .box .view {
    position: relative;
    margin: 14px 20px;
}

.layer_wrap .box .view h2 {
    padding: 0 0 13px;
    border-bottom: 1px solid #999999;
    color: #000;
    font-size: 18px;
}

.layer_wrap .box .view h2.none-bd {
    border: none;
}

.layer_wrap .box .view .tit {
    overflow: hidden;
    padding: 20px 10px 10px;
}

.layer_wrap .box .view .tit h3 {
    float: left;
    padding: 6px 0 0;
}

.layer_wrap .box .view .tit .skinbtn {
    float: right;
}

.layer_wrap .box .view .table1 {
    padding: 0 10px;
}

.layer_wrap .box .view>.btn,
.layer_wrap .box .view>form>.btn {
    padding: 30px 0 0;
    font-size: 0;
    text-align: center;
}

.layer_wrap .box .view>.btn.top_line,
.layer_wrap .box .view>form>.btn.top_line {
    margin: 20px 0 0;
    border-top: 1px solid #e6e6e6;
}

.layer_wrap .box .view .close {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('../../../img/btn/layer-close.png') no-repeat left top;
}

.layer_wrap .box .layer_cart_btn {
    padding-left: 10px;
}

.sys_pop .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

/* 딤 레이어 */
.layer_wrap .layer_wrap_cont {
    position: relative;
    border: 2px solid #555555;
    background: #ffffff;
}

.layer_wrap .ly_tit {
    padding: 13px 15px 11px 15px;
}

.layer_wrap .ly_tit h2 {
    padding: 0 30px15px 0;
    font-size: 18px;
    border-bottom: 1px solid #717171;
}

.layer_wrap .ly_tit h4 {
    padding: 0 30px 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #999999;
}

.layer_wrap .ly_tit h4 span {
    padding: 0 0 0 5px;
    color: #777777;
    font-size: 12px;
    font-weight: normal;
}

.layer_wrap .ly_tit h4 strong {
    color: #ab3e55;
}

.layer_wrap .ly_cont {
    min-height: 250px;
    padding: 15px 15px 26px 15px;
}

.layer_wrap .scroll_box {
    overflow-x: hidden;
    overflow-y: auto;
}

.layer_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

/* 고정좌표 레이어 */
.fix_layer_wrap {
    position: absolute;
    background: #fff;
    border: 1px solid #555;
}

.fix_layer_wrap .box {
    position: relative;
}

.fix_layer_wrap .box>strong {
    display: block;
    height: 27px;
    padding: 13px 0 0 17px;
    background: #f4f4f4;
    color: #222;
}

.fix_layer_wrap .box>.view {
    padding: 20px;
}

.fix_layer_wrap .box .close {
    display: block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('../../../img/btn/layer-close.png') no-repeat left top;
}

/* 팁 레이어 */
.tip_layer {
    position: absolute !important;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    padding: 0 18px !important;
    background: #fff !important;
    border: 1px solid #3e3d3c !important;
}

.tip_layer div {
    position: relative;
}

.tip_layer div * {
    line-height: 16px !important;
}

.tip_layer div strong {
    display: block;
    padding: 15px 0 8px;
    color: #3e3d3c;
    border-bottom: 1px solid #e8e8e8;
}

.tip_layer div p {
    padding: 13px 0 18px;
    font-size: 11px;
}

.tip_layer div ol {
    padding: 13px 0 20px;
    font-size: 11px;
}

.tip_layer div ol li {
    padding: 0 !important;
}

.tip_layer div .pointer {
    position: absolute;
    top: -7px;
    left: 45px;
    width: 11px;
    height: 7px;
    background: url('../../../img/etc/layer-pointer-top.png') no-repeat left top;
}

/* 시스템 팝업 시작 */
.sys_pop {
    position: absolute;
    padding: 20px 15px 10px;
    border: 2px solid #727071;
    background: #fff;
}

.sys_pop .box {
    position: relative;
    padding: 38px 0 0;
}

.sys_pop .box .close {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('../../../img/btn/layer-close.png') no-repeat left top;
}

.sys_pop .box .view {
    border: 1px solid #dbdbdb;
}

.sys_pop .box .check {
    padding: 9px 10px 9px 0;
    text-align: right;
}

.sys_pop .box .check label {
    padding: 0 22px 0 0;
    background-position: right 2px;
    font-size: 11px;
    color: #7c7c7c;
}

.sys_pop .box .check input {
    left: auto;
    right: 1px;
    top: 1px;
}

/* 시스템 팝업 끝 */

/* 게시판 상품선택 레이어 */
.goods_select_cont {
    position: relative;
    width: 775px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
}

.goods_select_cont .layer_close {
    position: absolute;
    top: 26px;
    right: 22px;
    cursor: pointer;
}

.goods_select_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #717171;
    font-size: 17px;
}

.select_search_box .search_sec {
    padding: 23px 30px;
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
}

.select_search_box .search_sec dl {
    padding: 0 0 7px 0;
}

.select_search_box .search_sec dt {
    float: left;
    width: 15%;
    color: #727272;
    font-size: 13px;
    font-weight: bold;
}

.select_search_box .search_sec dd {
    display: inline-block;
    width: 85%;
}

.select_search_box .select_box {
    float: left;
    padding: 0 6px 0 0;
}

.select_search_box .select_box select {
    height: 30px;
    width: 130px;
    border: 1px solid #ccc;
}

.select_search_box .search_keyword input {
    width: 397px;
    height: 28px;
    padding: 0 0 0 3px;
    border: 1px solid #ccc;
    color: #abaab0;
}

.select_search_box .btn_search {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: #ff4c2e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 36px;
}

.select_search_box .btn_search span {
    padding: 0 18px 0 0;
    background: url('../../../img/common/layer/icon_search.png') no-repeat 29px center;
}

.select_search_list>p {
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 15px 0;
}

.select_search_list>p strong {
    color: #ff4c2e;
}

.select_search_list table {
    width: 100%;
}

.select_search_list th {
    padding: 14px 0;
    border-top: 1px solid #717171;
    background: #f7f7f7;
    color: #707578;
}

.select_search_list td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.select_search_list td img {
    width: 28px;
    margin: 0 10px 0 0;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.select_search_list td strong {
    font-weight: bold;
    color: #454440;
}

.select_search_list .item_name {
    text-align: left;
}

.select_search_list .page_num_box {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 56px 0;
}

.select_search_list .page_num_box li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.select_search_list .page_num_box li a {
    padding: 3px 8px;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
}

.goods_select_cont .btn_box {
    padding: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.goods_select_cont .btn_cancel {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
    background: #ffffff;
    font-weight: bold;
}

.goods_select_cont .btn_confirm {
    padding: 1% 4%;
    boㅋrder: 1px solid #ff4c2e;
    color: #ffffff;
    background: #ff4c2e;
    font-weight: bold;
}

.radio_box {
    position: relative;
    display: inline-block;
    color: #252525;
    cursor: pointer;
}

.radio_label .radio-origin {
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: -1;
}

.radio_label .radio-origin:checked+.radio-clone {
    background-position: 0 -17px;
}

.radio_label .radio-clone {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url('../../../img/common/layer/icon_form_radio.png') 0 0 no-repeat;
    background-size: 17px;
}

/* 주문 선택 레이어 */
.order_select_cont {
    position: relative;
    width: 775px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
}

.order_select_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #717171;
    font-size: 17px;
}

.order_select_box .search_sec {
    padding: 23px 30px;
    margin: 10px 0 0 0;
    border: 1px solid #d0d0d0;
}

.order_select_box .search_sec dl {
    padding: 0 0 7px 0;
}

.order_select_box .search_sec dt {
    float: left;
    width: 15%;
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    line-height: 26px;
}

.order_select_box .search_sec dd {
    display: inline-block;
    width: 85%;
}

.search_sec .search_period {
    float: left;
}

.search_period ul {
    overflow: hidden;
}

.search_period li {
    float: left;
}

.search_period li:first-child button {
    border-left: 1px solid #d6d6d6;
}

.search_period button {
    width: 52px;
    height: 32px;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.search_period li .active {
    background: #d6d6d6;
    color: #ffffff;
}

.search_period button:hover {
    background: #d6d6d6;
    color: #ffffff;
}

.search_sec .search_calendar {
    float: left;
    padding: 0 0 0 10px;
}

.search_calendar input[type="text"] {
    width: 103px;
    height: 30px;
    padding: 0 0 0 5px;
    border: 1px solid #d6d6d6;
    background: url('../../../img/common/layer/icon_cal.png') no-repeat 81px 7px;
}

.order_select_box .select_box {
    float: left;
    padding: 0 6px 0 0;
}

.order_select_box .select_box select {
    height: 30px;
    width: 130px;
    border: 1px solid #ccc;
}

.order_select_box .search_ordernum input {
    width: 418px;
    height: 28px;
    padding: 0 0 0 3px;
    border: 1px solid #d6d6d6;
    color: #abaab0;
}

.order_select_box .btn_search {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    background-color: #ff4c2e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 10px 36px;
}

.order_select_box .btn_search span {
    padding: 0 18px 0 0;
    background: url('../../../img/common/layer/icon_search.png') no-repeat 29px center;
}

.order_select_list>p {
    color: #727272;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 15px 0;
}

.order_select_list>p strong {
    color: #ff4c2e;
}

.order_select_list table {
    width: 100%;
}

.order_select_list th {
    padding: 14px 0;
    border-top: 1px solid #717171;
    background: #f7f7f7;
    color: #707578;
}

.order_select_list td {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.order_select_list td img {
    width: 28px;
    margin: 0 10px 0 0;
    border: 1px solid #dbdbdb;
    vertical-align: top;
}

.order_select_list td strong {
    font-weight: bold;
    color: #454440;
}

.order_select_list .order_num {
    color: #2c9ff8;
    text-decoration: underline;
}

.order_select_list .item_name {
    text-align: left;
}

.order_select_list .item_name div {
    display: inline-block;
}

.order_select_list .item_name strong {
    display: block;
    padding: 0 0 5px 0;
    font-weight: normal;
}

.order_select_list .item_name .option {
    color: #a7a7a7;
    font-size: 12px;
}

.order_select_list .page_num_box {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 56px 0;
}

.order_select_list .page_num_box li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.order_select_list .page_num_box li a {
    padding: 3px 8px;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
}

.order_select_cont .btn_box {
    padding: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.order_select_cont .btn_cancel {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ff4c2e;
    background: #ffffff;
    font-weight: bold;
}

.order_select_cont .btn_confirm {
    padding: 1% 4%;
    border: 1px solid #ff4c2e;
    color: #ffffff;
    background: #ff4c2e;
    font-weight: bold;
}

.radio_box {
    position: relative;
    display: inline-block;
    color: #252525;
    cursor: pointer;
}

.radio_label .radio-origin {
    position: absolute;
    top: 4px;
    left: 2px;
    z-index: -1;
}

.radio_label .radio-origin:checked+.radio-clone {
    background-position: 0 -17px;
}

.radio_label .radio-clone {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    background: url('../../../img/common/layer/icon_form_radio.png') 0 0 no-repeat;
    background-size: 17px;
}

/* 옵션선택 레이어 */
.option_layer_cont {
    position: relative;
    width: 623px;
    padding: 20px;
    margin: 0 auto;
    border: 2px solid #555555;
    background: #ffffff;
}

.option_layer_cont .layer_close {
    position: absolute;
    top: 26px;
    right: 22px;
    cursor: pointer;
}

.option_layer_scroll {
    height: 386px;
    overflow-x: hidden;
    overflow-y: auto;
}

.option_layer_cont h4 {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #999999;
    font-size: 17px;
}

.option_tit_box dl {
    overflow: hidden;
}

.option_tit_box dt {
    float: left;
    margin: 18px 0 0 20px;
}

.option_tit_box dt img {
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
}

.option_tit_box dd {
    margin: 18px 0 0 133px;
    padding: 0 5px 13px 5px;
    border-bottom: 1px solid #dadada;
}

.option_tit_box dd strong {
    display: block;
    font-size: 14px;
}

.option_tit_box dd span {
    font-size: 13px;
}

/* 용량 선택 + 메세지 */
.option_select_box .option_chosen {
    margin: 50px 0 0 133px;
    padding: 20px 0 0 5px;
    border-top: 1px solid #e6e6e6;
}

.option_select_box .option_chosena:after {
    display: block;
    clear: both;
    content: "";
}

.option_chosen dl {
    width: 100%;
    padding: 10px 0 10px 0;
}

.option_chosen dl:after {
    display: block;
    clear: both;
    content: "";
}

.option_chosen dt {
    float: left;
    width: 90px;
    font-weight: bold;
    color: #555555;
    word-wrap: break-word;
}

.option_chosen dd {
    float: right;
    width: 357px;
}

.option_chosen dd input[type="text"] {
    width: 325px;
    height: 30px;
    padding: 0 10px 0 10px;
    color: #444;
    border: 1px solid #d0d0d0;
    line-height: 26px;
}

.option_chosen .option_msg {
    display: block;
    font-size: 11px;
}

.option_chosen select {
    width: 325px;
    height: 26px;
    border: 1px solid #cccccc;
}

.option_select_box .option_list {
    margin: 30px 0 0 0;
}

/* 수량 선택 */
.count {
    display: table-cell;
    vertical-align: middle;
    padding: 0 17px;
}

.option_list .goods_qty {
    display: inline-block;
    vertical-align: middle;
}

.option_list .goods_qty .text {
    float: left;
    padding: 0 5px;
    width: 43px;
    outline: none;
    height: 33px;
    border: 1px solid #ccc;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
}

.option_list .goods_qty span {
    float: left;
    margin: 0 0 0 -1px;
}

.option_list .goods_qty span .up {
    background: url('../../../img/common/btn/btn_count_up.png') no-repeat left top;
}

.option_list .goods_qty span .down {
    margin: -1px 0 0;
    background: url('../../../img/common/btn/btn_count_down.png') no-repeat left top;
}

.option_list .goods_qty span button {
    display: block;
    width: 23px;
    height: 17px;
    text-indent: -9999px;
}

.option_layer_cont .btn_box {
    padding: 29px 0 0 0;
    border-top: 2px solid #dbdbdb;
    text-align: center;
}

.option_layer_cont .btn_cancel {
    padding: 1.5% 4.5%;
    border: 1px solid #cccccc;
    color: #3e3d3c;
    background: #ffffff;
    font-weight: bold;
}

.option_layer_cont .btn_cancel:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.option_layer_cont .btn_confirm {
    padding: 1.5% 4.5%;
    margin: 0 0 0 5px;
    border: 1px solid #ab3e55;
    color: #ffffff;
    background: #ab3e55;
    font-weight: bold;
}

.option_layer_cont .btn_confirm:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 장바구니/찜리스트 담기 레이어 */
.add_cart_layer,
.add_wish_layer {
    width: 405px;
    min-height: 312px;
}

.add_cart_layer p {
    margin: 30px 0 0;
    padding: 80px 0 0;
    color: #222;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: url('../../../img/common/layer/add_cart_success.png') no-repeat center top;
}

.add_wish_layer p {
    margin: 30px 0 0;
    padding: 80px 0 0;
    color: #222;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    background: url('../../../img/common/layer/add_wish_success.png') no-repeat center top;
}

.add_cart_layer p.success {
    background: url('../../../img/common/layer/add_cart_success.png') no-repeat center top;
}

.add_wish_layer p.success {
    background: url('../../../img/common/layer/add_wish_success.png') no-repeat center top;
}

.add_cart_layer p.fail {
    background: url('../../../img/common/layer/add_cart_fail.png') no-repeat center top;
}

.add_cart_layer .btn_box,
.add_wish_layer .btn_box {
    padding: 29px 0 0 0;
    text-align: center;
}

.add_cart_layer .btn_cancel,
.add_wish_layer .btn_cancel {
    min-width: 74px;
    padding: 10px 10px 9px 10px;
    border: 1px solid #cccccc;
    color: #3e3d3c;
    background: #ffffff;
    font-weight: bold;
}

.add_cart_layer .btn_cancel:hover,
.add_wish_layer .btn_cancel:hover {
    border: 1px solid #9b344a;
    color: #9b344a;
}

.add_cart_layer .btn_confirm,
.add_wish_layer .btn_confirm {
    min-width: 74px;
    padding: 10px 10px 9px 10px;
    margin: 0 0 0 6px;
    border: 1px solid #ab3e55;
    color: #ffffff;
    background: #ab3e55;
    font-weight: bold;
}

.add_cart_layer .btn_confirm:hover,
.add_wish_layer .btn_confirm:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}


/* ----------------------------------- 레이어 공통 ----------------------------------- */
.btn_layer {
    position: relative;
    display: inline-block;
}

#wrap .layer_area strong {
    color: #333333;
}

#wrap .layer_area {
    position: relative;
    z-index: 150;
}

#wrap .ly_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 250px;
    text-align: left;
    border: 1px solid #999999;
    background: #ffffff;
}

#wrap .ly_wrap .ly_tit {
    padding: 13px 35px 11px 15px;
    font-size: 12px;
    background: #f4f4f4;
}

#wrap .ly_wrap .ly_tit strong {
    display: block;
    color: #222222;
    font-weight: bold;
}

#wrap .ly_wrap .ly_cont {
    padding: 0 15px 15px 15px;
}

#wrap .ly_wrap .ly_tit {}

#wrap .ly_wrap .ly_close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 11px;
}

/* 비밀번호 도움말 레이어 */
#wrap .ly_wrap.pw_advice_layer {
    width: 394px;
    top: 0px;
    left: 118px;
}

.pw_advice_layer .pw_advice_list {}

.pw_advice_layer .pw_advice_list ul {}

.pw_advice_layer .pw_advice_list ul li {
    padding: 10px 0 10px 0;
    color: #666666;
    border-top: 1px solid #e8e8e8;
}

.pw_advice_layer .pw_advice_list ul li:first-child {
    border-top: none 0;
}

.pw_advice_layer .pw_advice_list ul li strong {
    font-weight: bold;
}

/* 조건별배송 레이어 */
#wrap .ly_wrap.delivery_layer {
    width: 305px;
    top: 0px;
    left: -219px;
}

/* 지역별추가배송비 레이어 */
#wrap .ly_wrap.delivery_zone_layer {
    width: 305px;
    top: 0px;
    left: -94px;
}

.delivery_zone_layer .delivery_list {
    overflow-y: scroll;
    max-height: 200px;
}

/* 배송비 레잉어 공통 영역 */
.ly_wrap .delivery_list ul {
    border-bottom: 1px solid #e8e8e8;
}

.ly_wrap .delivery_list ul li {
    padding: 10px 5px 10px 5px;
    font-weight: bold;
    border-top: 1px solid #e8e8e8;
}

.ly_wrap .delivery_list ul li:first-child {
    border-top: none 0;
}

.ly_wrap .delivery_list ul li span {
    float: right;
    font-weight: normal;
}

/* QR코드 레이어 */
#wrap .ly_wrap.qrcode_layer {
    width: 290px;
    top: 0px;
    left: auto;
    right: 61px;
}

.qrcode_layer .qrcode_list {}

.qrcode_img_box {
    padding: 0 0 20px 0;
    text-align: center;
}

.qrcode_img_box strong {
    display: block;
}

.qrcode_list dl {
    padding: 0 0 10px 0;
    letter-spacing: -1px;
}

.qrcode_list dt {
    padding: 5px 0 5px 0;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
}

.qrcode_list dd {
    padding: 5px 0 5px 0;
}

/* SNS 공유하기 */
#wrap .ly_wrap.sns_layer {
    width: 350px;
    top: 0px;
    left: auto;
    right: 0;
}

.sns_list ul {
    overflow: hidden;
}

.sns_list ul li {
    float: left;
    width: 25%;
    padding: 20px 0 0;
    text-align: center;
}

.sns_list ul li span {
    display: block;
    padding: 5px 0 5px 0;
}

.sns_copy_url {
    position: relative;
    margin: 10px 0 0 0;
}

.sns_copy_url input {
    width: 100%;
    padding-right: 90px;
}

.sns_copy_url button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    font-weight: bold;
}

.sns_copy_url button:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 상품 확대보기 */
.layer_wrap.zoom_layer {
    top: 0;
    left: 0;
}

.layer_wrap.zoom_layer .layer_wrap_cont {
    width: 850px;
}

/* 상품 이미지 크게 보기 */
.layer_wrap .item_photo_view_box {
    float: none;
    position: relative;
    width: 100%;
}

.layer_wrap .item_photo_view {
    overflow: hidden;
}

.layer_wrap .item_photo_big {
    display: table-cell;
    position: relative;
    width: 600px;
    height: 600px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.layer_wrap .item_photo_big img {
    max-width: 100%;
    max-height: 100%;
}

/* 상품 이미지 슬라이드 */
.layer_wrap .item_photo_slide {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 100px;
    height: 500px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav {
    font-size: 0;
    width: 100px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li {
    display: block;
    float: none;
    width: 84px;
    height: 84px;
    padding: 5px 5px 5px 5px;
    /* background:#666;*/
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li img {
    width: 80px;
    height: 80px;
    margin: 2px 2px 2px 2px;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a {
    display: block;
    width: 80px;
}

/* 작은 슬라이드 이미지 오버시, 선택시 */
.layer_wrap .item_photo_slide .ly_slider_goods_nav li a:hover {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a:hover img {
    margin: 0;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a.on {
    width: 80px;
    height: 80px;
    border: 2px solid #333;
}

.layer_wrap .item_photo_slide .ly_slider_goods_nav li a.on img {
    margin: 0;
}

/* 작은 슬라이드 버튼 */
.layer_wrap .item_photo_slide .slick_goods_prev,
.layer_wrap .item_photo_slide .slick_goods_next {
    position: absolute;
    top: -50px;
    left: 13px;
    padding: 10px;
    z-index: 150;
}

.layer_wrap .item_photo_slide .slick_goods_next {
    bottom: -30px;
    top: auto;
}

/* 쿠폰 다운받기*/
.layer_wrap.coupon_down_layer {
    min-height: 525px;
}

.layer_wrap.coupon_down_layer .layer_wrap_cont {
    width: 656px;
}

.coupon_down_layer .ly_cont {
    margin-top: -11px;
    padding-top: 0;
}

.coupon_down_layer .top_table_type th {
    border-top: none 0;
}

.coupon_down_layer .scroll_box {
    height: 365px;
    border-bottom: 1px solid #dbdbdb;
}

.coupon_down_layer .btn_center_box button {
    margin: 0 2px 0 2px;
}

.layer_wrap .coupon_down_txt {
    padding: 100px 0 50px 0;
    text-align: center;
}

.layer_wrap .coupon_down_txt p {
    font-size: 20px;
}

/* 쿠폰 적용하기 */
.layer_wrap.coupon_apply_layer {
    min-height: 635px;
}

.layer_wrap.coupon_apply_layer .layer_wrap_cont {
    width: 656px;
}

.coupon_apply_layer .ly_cont {
    margin-top: -12px;
    padding-top: 0;
}

.coupon_apply_layer .scroll_box {
    height: 365px;
    border-bottom: 1px solid #dbdbdb;
}

.coupon_apply_layer .btn_center_box button {
    margin: 0 2px 0 2px;
}

/* 쿠폰 총 할인금액, 총 적립금액 */
.coupon_total_box {
    margin: 20px 0 0 0;
    padding: 20px 20px 20px 20px;
    border: 2px solid #d6d6d6;
    text-align: right;
}

.coupon_total_box dl {
    font-size: 0;
}

.coupon_total_box dt {
    display: inline-block;
    font-size: 12px;
}

.coupon_total_box dd {
    display: inline-block;
    min-width: 90px;
    padding: 0 0 0 10px;
    font-size: 14px;
}

.coupon_total_box dd strong {
    padding: 0 2px 0 0;
    font-size: 16px;
    color: #ab3e55;
}

/* 주문 > 쿠폰적용하기 */
.layer_wrap.coupon_apply_layer .layer_wrap_cont h5 {
    margin: 20px 0 0 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.layer_wrap.coupon_apply_layer .top_table_type+h5 {
    margin: 50px 0 0 0;
}



/* ------------------------ 상품후기 쓰기, 상품문의 쓰기 ------------------------ */

.layer_wrap.board_write_layer {
    width: 820px;
    height: 635px;
}

.board_write_layer .scroll_box {
    height: 430px;
    border-bottom: 1px solid #dbdbdb;
}

.board_write_layer .top_item_photo_info {
    overflow: hidden;
    padding: 0 0 15px 0;
}

.board_write_layer .item_photo_box {
    display: table-cell;
    float: left;
    position: relative;
    width: 92px;
    height: 92px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}

.board_write_layer .item_photo_box img {
    width: 92px;
    height: 92px;
}

.board_write_layer .item_info_box {
    float: left;
    width: 490px;
    padding: 0 0 0 15px;
}

.board_write_layer .item_info_box h5 {
    padding: 0 0 5px 0;
    font-size: 18px;
}

.board_write_layer .item_info_box em {
    color: #a9a9a9;
}

/* 글쓰기 */
.board_write_layer .board_write_box {
    margin: 10px 10px 0 0;
    padding: 0 0 10px 0;
    border-top: 1px solid #dbdbdb;
}

.board_write_layer .board_write_table {
    width: 100%;
    margin: 0 0 20px 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    /*border-top:1px solid #3c3c3c;*/
}

.board_write_layer .board_write_table th {
    padding: 13px 0 7px 25px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    background: #fbfbfb;
    text-align: left;
    vertical-align: top;
}

.board_write_layer .board_write_table td {
    height: 32px;
    margin: 0;
    padding: 7px 0 7px 15px;
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
}

.board_write_layer .board_write_table td>input {
    width: 312px;
}


.board_write_layer .board_write_box .category_select select {
    width: 150px;
}

.board_write_layer .board_write_box .write_title {
    width: 90%;
}

.board_write_layer .board_write_box .wirte_editor .form_element {
    margin: 0 0 5px 0;
}

.board_write_layer .board_wirte_agree {
    margin: 0 10px 0 0;
    padding: 0 0 10px 0;
}

.board_write_layer .board_write_box .rating_star_list {
    margin: 6px 0 0 0;
}

.board_write_layer .board_write_box .rating_star_list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.board_write_layer .board_write_box .rating_star {
    display: inline-block;
    width: 88px;
    height: 15px;
    background: url("../../../img/icon/board/icon_star_bg.png") no-repeat left top;
    vertical-align: middle;
    text-indent: -9999px;
}

.board_write_layer .board_write_box .rating_star span {
    display: block;
    background: url("../../../img/icon/board/icon_star_fill.png") no-repeat left top;
}

/* 자동등록방지 */
.capcha {
    display: table;
    padding: 10px 0 10px 0;
}

.capcha_img {
    display: table-cell;
    width: 304px;
    height: 106px;
    border: 1px solid #d6d6d6;
    text-align: center;
    vertical-align: middle;
}

.capcha_txt {
    display: table-cell;
    padding: 0 0 0 20px;
}

.capcha_txt p {
    margin: 0 0 10px 0;
}

.capcha_txt .btn_gray_list {
    display: block;
    margin: 10px 0 0 0;
}

/* 비밀번호 인증 */
.layer_wrap.password_layer {
    width: 307px;
}

.layer_wrap.password_layer .layer_wrap_cont {
    border: 1px solid #555555;
}

.layer_wrap.password_layer .ly_tit h4 {
    font-size: 14px;
}

.password_layer .ly_cont {
    min-height: 50px;
    text-align: center;
}

.password_layer input {
    width: 200px;
    margin: 15px 0 0 0;
}

/* ------------------------ 상품선택, 주문내역 ------------------------ */
.layer_wrap.add_goods_layer {
    width: 791px;
}

.add_goods_layer .scroll_box {
    height: 250px;
    padding: 0 0 30px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/* 검색영역 */
.ly_date_list_box {
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 30px;
    border: 3px solid #eeeeee;
}

.ly_date_list_box:after {
    display: block;
    clear: both;
    content: "";
}

.ly_date_list_box+.btn_center_box {
    margin: 0 0 20px 0;
}

/* 조회기간 영역 */
.ly_date_check_list {
    margin: 0 0 10px 0;
}

.ly_date_check_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_check_list {
    float: left;
}

.ly_date_check_list button {
    float: left;
    width: 54px;
    height: 31px;
    margin: 0 0 0 -1px;
    color: #777777;
    font-size: 12px;
    border: 1px solid #d6d6d6;
}

.ly_date_check_list button:hover,
.ly_date_check_list button.on {
    color: #ffffff;
    background: #aeaeae;
}

.ly_date_check_calendar {
    position: relative;
    float: left;
    margin: 0 10px 0 10px;
}

.ly_date_check_calendar .anniversary {
    width: 114px;
    background: url('../../../img/member/icon_calendar.png') no-repeat right center;
}

/* 카테고리 영역 */
.ly_date_select_list {
    margin: 0 0 10px 0;
}

.ly_date_select_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_select_list select {
    float: left;
    width: 140px;
}

.ly_date_select_list .select_box {
    display: inline-block;
}

/* 검색어 영역 */
.ly_date_search_list {}

.ly_date_search_list:after {
    display: block;
    clear: both;
    content: "";
}

.ly_date_search_list h5 {
    float: left;
    width: 67px;
    padding: 6px 15px 0 0;
    color: #777777;
    font-size: 13px;
}

.ly_date_search_list select {
    /*float:left;*/
    width: 140px;
}

.ly_date_search_list input[type="text"] {
    width: 429px;
}

/* 상품 리스트 */
.add_goods_layer .pick_list_num {
    display: block;
    padding: 20px 0 10px 0;
    font-size: 14px;
}

.add_goods_layer .pick_list_num strong {
    color: #ab3e55;
}

.add_goods_layer .form_element {
    margin: 0 0 0 20px;
}

.add_goods_layer .form_element label>.pick_add_cont {
    margin: 0 0 0 30px;
}

/* 상품 리스트 이미지 + 내용 */
.add_goods_layer .pick_add_cont {
    display: table;
    position: relative;
}

.add_goods_layer .pick_add_cont .pick_add_img {
    display: table-cell;
    width: 38px;
    vertical-align: top;
}

.add_goods_layer .pick_add_cont .pick_add_img img {
    width: 38px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.add_goods_layer .pick_add_cont .pick_add_info {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.add_goods_layer .pick_add_cont .pick_add_info em {
    display: block;
    font-weight: bold;
}

.add_goods_layer .pick_add_cont .text_type_cont {
    display: block;
    padding: 3px 0 3px 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1;
}

.add_goods_layer .pick_add_cont .pick_add_plus {
    display: inline-block;
    margin: 15px 10px 0 10px;
    padding: 1px 5px 3px 5px;
    color: #ffffff;
    font-size: 11px;
    background: #959595;
}

.add_goods_layer .order_num_link {
    color: #329cff;
    border-bottom: 1px solid #329cff;
}


/* ------------------------ 미확인 입금자 리스트 ------------------------ */
.layer_wrap.ghost_depositor_layer {
    width: 650px;
}

.ghost_depositor_layer .scroll_box {
    height: 350px;
    padding: 0 0 30px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/* 검색영역 */
.ly_date_depositor_box {
    margin: 20px 0 20px 0;
    padding: 20px 20px 20px 30px;
    border: 3px solid #eeeeee;
}

.ly_date_depositor_box:after {
    display: block;
    clear: both;
    content: "";
}

.ly_date_depositor_calendar {
    float: left;
    margin: 0 30px 0 10px;
}

.ly_date_depositor_calendar .anniversary {
    width: 114px;
    background: url('../../../img/member/icon_calendar.png') no-repeat right center;
}

.ly_date_depositor_box strong {
    padding: 0 10px 0 0;
}

/* 마이페이지 > 등급혜택보기 */
#wrap .ly_wrap.grade_layer {
    width: 305px;
    top: 0px;
    left: 0;
}

#wrap .ly_wrap.grade_layer strong {
    font-size: 12px;
}

#wrap .ly_wrap .grade_list dl {
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    border-top: 1px solid #e8e8e8;
}

#wrap .ly_wrap .grade_list dl:first-child {
    border-top: none 0;
}

#wrap .ly_wrap .grade_list dt {
    float: left;
    width: 80px;
    font-weight: bold;
}

#wrap .ly_wrap .grade_list dd {
    float: left;
    width: 180px;
}

/* 마이페이지 > 쿠폰 > 사용가능조건 보기 */
#wrap .ly_wrap.use_case_layer {
    width: 305px;
    top: 0px;
    left: 0;
}

#wrap.ly_wrap .use_case_list dl {
    overflow: hidden;
    padding: 10px 5px 10px 5px;
    color: #333333;
    border-top: 1px solid #e8e8e8;
}

#wrap.ly_wrap .use_case_list dl:first-child {
    border-top: none 0;
}

#wrap.ly_wrap .use_case_list dt {
    width: 100%;
    font-weight: bold;
}

#wrap.ly_wrap .use_case_list dd {
    width: 100%;
    padding: 5px 0 0 0;
}

/* 마이페이지 > 나의 배송지 관리 */
#wrap .ly_wrap.delivery_add_layer {
    top: 0px;
    left: 0;
}

.delivery_add_layer .layer_wrap_cont {
    width: 690px;
}

.delivery_add_layer .layer_wrap_cont h5 {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.delivery_add_layer .layer_wrap_cont .form_element {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
}

/* 마이페이지 > 반품사유,환불사유,교환사유 */
#wrap .ly_wrap.reason_layer {
    top: 0px;
    left: 0;
}

.reason_layer .layer_wrap_cont {
    width: 600px;
}

.reason_layer .layer_wrap_cont h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.reason_layer .left_table_type+h5 {
    margin: 50px 0 0 0;
}

.reason_layer .left_table_type {
    position: relative;
}

.reason_layer .left_table_type .ly_date_day {
    position: absolute;
    top: -23px;
    right: 0px;
    padding: 0;
    font-size: 11px;
}

.reason_layer .left_table_type .reason_layer_meno {
    overflow-x: hidden;
    overflow-y: auto;
    height: 90px;
}

/* 마이페이지 > 구매확정 레이어*/
#wrap .ly_wrap.settle_layer {
    top: 0px;
    left: 0;
}

.settle_layer .layer_wrap_cont {
    width: 700px;
}

.settle_layer .layer_wrap_cont h5 {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 14px;
}

.settle_layer .order_table {
    margin-bottom: 23px;
}

/* 마이페이지 > 쿠폰등록 */
#wrap .ly_wrap.coupon_register_layer {
    top: 0px;
    left: 0;
}

.layer_wrap.coupon_register_layer .ly_cont {
    min-height: 140px;
}

.coupon_register_layer .layer_wrap_cont {
    width: 500px;
}

.coupon_register_layer .coupon_register_cont input {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
}

/* 마이페이지 > 에스크로 구매확인 진행중 */
#wrap .ly_wrap.escrow_layer {
    top: 0px;
    left: 0;
}

.escrow_layer .layer_wrap_cont {
    width: 500px;
}

.layer_wrap.escrow_layer .ly_cont {
    min-height: 140px;
    text-align: center;
}

.escrow_layer .layer_wrap_cont {
    width: 500px;
}

/* 마이페이지 > 현금영수증 발행 */
#wrap .ly_wrap.cash_receipt_layer {
    top: 0px;
    left: 0;
    min-width: 330px;
}

.cash_receipt_layer .cash_receipt_cont {}

.cash_receipt_layer .cash_receipt_cont .form_element {
    display: block;
}

.cash_receipt_layer .cash_receipt_cont .cash_receipt_select {
    display: block;
}

.cash_receipt_layer .cash_receipt_cont .cash_receipt_select li {
    display: inline-block;
    padding: 5px 20px 0 0;
}

.cash_receipt_layer .cash_receipt_cont dl {
    display: block;
    padding: 10px 0 10px 0;
    font-size: 0;
    border-bottom: 1px solid #e9e9e9;
}

.cash_receipt_layer .cash_receipt_cont dt {
    display: inline-block;
    width: 80px;
    padding: 5px 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

.cash_receipt_layer .cash_receipt_cont dd {
    display: inline-block;
    font-size: 12px;
}

.cash_receipt_layer .cash_receipt_cont dd input[type="text"] {
    width: 190px;
}

/* 마이페이지 > 세금계산서 */
#wrap .ly_wrap.tax_invoice_layer {
    top: 0px;
    left: 0;
    min-width: 600px;
}

#wrap .tax_invoice_layer .ly_tit strong {
    display: inline-block;
}

.tax_invoice_layer .tax_invoice_cont {
    padding: 20px 0 20px 0;
}

.tax_invoice_layer .tax_invoice_cont .left_table_type th {
    padding: 6px 10px 7px 20px;
    border-top: 1px solid #dbdbdb;
    background: #fff;
}

.tax_invoice_layer .tax_invoice_cont .left_table_type td {
    padding: 6px 10px 7px 20px;
    border-top: 1px solid #dbdbdb;
    background: #fff;
}

.tax_invoice_layer .tax_invoice_cont .left_table_type .address_input input {
    width: 100%;
}

.tax_invoice_layer .tax_invoice_cont .left_table_type .cash_receipt_email input {
    width: 220px;
}

.tax_invoice_layer .tax_invoice_cont .left_table_type .cash_receipt_email select {
    width: 140px;
}

.tax_invoice_layer .btn_center_box .bnt_tax_invoice {
    height: auto;
}

/* 주문 > 나의 배송지 관리 */
#wrap .ly_wrap.delivery_add_list_layer {
    top: 0px;
    left: 0;
}

.delivery_add_list_layer .layer_wrap_cont {
    width: 750px;
}

.delivery_add_list_layer .layer_wrap_cont h5 {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.delivery_add_list_layer .layer_wrap_cont .scroll_box {
    padding: 20px 0 20px 0;
}

.delivery_add_list_layer .layer_wrap_cont .delivery_add_list {
    position: relative;
}

.delivery_add_list_layer .top_table_type span {
    display: block;
}

.delivery_add_list_layer .top_table_type .btn_gray_list {
    margin: 5px 0 5px 0;
}

.top_table_type .td_phone span {
    width: 150px;
}

/* 주문 > PG사 결제 페이지 호출 */
#wrap .ly_wrap.pg_layer {
    top: 0px;
    left: 0;
}

.pg_layer .layer_wrap_cont {
    width: 500px;
}

.layer_wrap.pg_layer .ly_cont {
    min-height: 140px;
    text-align: center;
}

.pg_layer .layer_wrap_cont {
    width: 500px;
}

.pg_layer .btn_pg_box {
    margin: 0 15px 0 15px;
    padding: 20px 0 30px 0;
    border-top: 1px solid #dbdbdb;
    text-align: center;
}

/* 플러스 리뷰 > 혜택안내 */
#wrap .ly_wrap.review_benefit_layer {
    width: 290px;
    top: 0px;
    left: inherit;
    right: 0;
}

#wrap .ly_wrap.review_benefit_layer strong {
    font-size: 12px;
}

/* 플러스 리뷰 > 상품후기 수정하기 */
.layer_wrap.plus_review_edit_layer {
    top: 0;
    left: 0;
}

.layer_wrap.plus_review_edit_layer .layer_wrap_cont {
    width: 855px;
}

/* ------------- 플러스 리뷰 ------------- */

/* 별선택 + 혜택안내 */
.plus_review_edit {
    margin: 0;
}

.plus_review_edit .plus_review_edit_select {}

.plus_review_edit .plus_review_edit_select select {
    width: 100%;
    color: #ffcc00;
    font-size: 14px;
}

.plus_review_edit_select .chosen-single,
.plus_review_edit_select .chosen-container .chosen-results {
    color: #ffcc00 !important;
    font-size: 14px !important;
}

.plus_review_edit .plus_review_edit_select option,
.plus_review_edit_select .chosen-single>span {
    line-height: 24px !important;
}

/* 혜택안내버튼 */
.plus_review_edit .btn_layer {
    width: 25%;
    float: right;
    text-align: right;
}

.plus_review_edit .btn_layer .btn_gray_big {
    width: 93%;
    height: 29px;
    text-align: center;
}

.plus_review_edit .btn_layer .btn_gray_big em {
    font-weight: bold;
}

/* 상품 상세 선택 */
.plus_review_edit_cont {
    margin: 10px 0 0 0;
    border: 1px solid #f0f0f0;
}

.plus_review_edit_cont .plus_review_detail_select {
    position: relative;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.plus_review_edit_cont .plus_review_detail_select dl {
    display: block;
    min-height: 31px;
    padding: 4px 0 4px 0;
    font-size: 0;
}

.plus_review_edit_cont .plus_review_detail_select dt {
    display: inline-block;
    width: 130px;
    padding: 0 0 0 10px;
    color: #484848;
    font-size: 12px;
    vertical-align: middle;
}

.plus_review_edit_cont .plus_review_detail_select dd {
    display: inline-block;
    height: 21px;
    padding: 7px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_edit_cont .plus_review_detail_select input,
.plus_review_edit_cont .plus_review_detail_select select {
    width: 280px;
    margin-top: -7px;
    font-weight: normal;
}

.plus_review_edit_cont .plus_review_detail_select .btn_differ_choice {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #666666;
    font-size: 11px;
    border-bottom: 1px solid #666666;
}

.plus_review_detail_select .chosen-container {
    margin-top: -7px !important;
}

.plus_review_edit_textarea {
    height: 130px;
    padding: 20px 20px 20px 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.plus_review_edit_textarea textarea {
    width: 100%;
    height: 100%;
    color: #333333;
    border: none;
}

/* 플러스리뷰 상세 내용 */
.plus_review_edit .plus_review_view {
    margin: 30px 0 0 0;
    background: #ffffff;
}

.plus_review_edit .plus_review_view_list {
    position: relative;
    margin-top: -1px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.plus_review_edit .plus_review_view_list.view_point_bg {
    background: #fcfcfc;
}

/* 별 + 날짜 + 이름 */
.plus_review_edit .star_day_name {
    position: absolute;
    top: 20px;
    left: 0;
    min-width: 130px;
    padding: 0 15px 0 20px;
    vertical-align: top;
}

.plus_review_edit .star_day_name strong {
    display: block;
    color: #ffcc00;
    font-size: 20px;
}

.plus_review_edit .star_day_name span {
    display: block;
    padding: 5px 0 5px 0;
    color: #787878;
}

/* 옵션, 내용 */
.plus_review_edit .option_text_file_box {
    padding: 0 20px 0 165px;
    border: 1px solid #333;
}

/* 옵션 */
.plus_review_edit .option_text_file_box .option_list_cont {
    display: block;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.plus_review_edit .option_text_file_box .option_list_cont dl {
    display: block;
    width: 100%;
    min-height: 31px;
    padding: 0;
    font-size: 0;
}

.plus_review_edit .option_text_file_box .option_list_cont dt {
    display: inline-block;
    width: 100px;
    padding: 0;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_edit .option_text_file_box .option_list_cont dd {
    display: inline-block;
    height: 21px;
    padding: 7px 0 0 0;
    font-size: 12px;
    vertical-align: middle;
}

/* 내용 */
.plus_review_edit .text_file_cont {}

.plus_review_edit .text_file_cont .review_text {
    min-height: 50px;
    margin: 15px 0 15px 0;
}

.plus_review_edit .text_file_cont .review_text.reviews_new {
    /*text-indent:15px;*/
    padding: 0 0 0 15px;
    background: url("../../../img/icon/board/icon_board_new.png") no-repeat left 5px;
}

.plus_review_edit .text_file_cont .btn_review_text_more {
    margin: 0 0 0 10px;
    color: #484848;
    font-size: 11px;
    border-bottom: 1px solid #484848;
}

.plus_review_edit .text_file_cont .btn_view_comment_box {
    margin: 0 0 20px 0;
}

/* 내용안에 이미지 */
.plus_review_edit .text_file_cont .file_upload_list {}

.plus_review_edit .text_file_cont .file_upload_list {
    float: none;
    font-size: 0;
}

.plus_review_edit .text_file_cont .file_upload_list ul {}

.plus_review_edit .text_file_cont .file_upload_list ul li {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px 8px 10px 0;
}

.plus_review_edit .text_file_cont .file_upload_list ul li img {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
}

/* 개인정보 수집항목 동의 */
.review_commen_agree {
    margin: 20px 0 0 0;
    padding: 0 20px 20px 20px;
}

.review_commen_agree h5 {
    font-size: 12px;
}

.review_commen_agree textarea {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 10px;
}

.review_commen_agree .textarea_box {
    display: inline-block;
    width: 99%;
    height: 120px;
    margin: 10px 0 0 0;
    border: 1px solid #d6d6d6;
    overflow-y: scroll;
}

.review_commen_agree .textarea_txt {
    padding: 10px 0 10px 10px;
    color: #a9a9a9;
}

.review_commen_agree .form_element {
    display: block;
}

.review_commen_agree .agree_choice_box {
    padding: 10px 0 10px 0;
    color: #777777;
    font-size: 11px;
}

.review_commen_agree .link_agree_go {
    font-size: 11px;
    text-decoration: underline;
}

.review_commen_agree .entry_name_pw {
    padding: 10px 0 0 0;
    border-top: 1px dotted #cccccc;
}

.review_commen_agree .entry_name_pw dl {
    display: inline-block;
    margin: 0 30px 0 0;
    font-size: 0;
}

.review_commen_agree .entry_name_pw dt {
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 12px;
}

.review_commen_agree .entry_name_pw dd {
    display: inline-block;
    font-size: 12px;
}

.review_commen_agree a {
    font-size: 11px;
    text-decoration: underline;
}

/* 플러스 리뷰 파일 업로드 */
.review_file_upload {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: -1px 0 0 0;
    border-top: 1px solid #f0f0f0;
}

.review_file_upload .btn_upload_box {
    overflow: hidden;
    position: relative;
    float: left;
    width: auto;
    padding: 0;
}

.review_file_upload .btn_upload_box .btn_upload {
    width: 68px;
    height: 59px;
    color: #fff;
    border: none;
    background: #ffffff;
    text-align: center;
}

.review_file_upload .btn_upload_box .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 59px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.review_file_upload .file_upload_list {
    float: left;
    font-size: 0;
}

.review_file_upload .file_upload_list ul {}

.review_file_upload .file_upload_list ul li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px 8px 10px 0;
}

.review_file_upload .file_upload_list ul li img {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
}

.review_file_upload .file_upload_list ul li:hover .btn_file_photo_close {
    display: block;
}

.review_file_upload .file_upload_list .btn_file_photo_close {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
}

.review_file_upload .btn_right_box {
    float: right;
    width: 140px;
}

.review_file_upload .btn_right_box .btn_plus_review_enroll {
    width: 140px;
    height: 60px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background: #ab3e55;
}

.review_file_upload .btn_right_box .btn_plus_review_enroll:hover {
    background: #9b344a;
}

/* 플러스 리뷰 > 상품후기 상세보기 */
.layer_wrap.plus_review_view_layer {
    top: 0;
    left: 0;
}

.layer_wrap.plus_review_view_layer .layer_wrap_cont {
    width: 700px;
    border: none 0;
}

.layer_wrap.plus_review_view_layer .ly_cont {
    padding: 0;
}

.layer_wrap.plus_review_view_layer .ly_close {
    right: -68px;
    padding: 10px;
}

.plus_review_look {
    margin: 0;
    background: #ffffff;
}

.plus_review_look_list {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    padding: 20px 0 20px 0;
    border: 1px solid #dcdbd9;
    border-top: none 0;
}

.plus_review_look_list.view_point_bg {
    background: #fcfcfc;
}

/* 슬라이드 */
.plus_review_top {}

.plus_review_top .plus_review_silde {}

/* 별 + 사진 + 평가 */
.plus_review_look .star_photo_num {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 105px;
    height: 100%;
    padding: 20px 15px 0 20px;
    border-right: 1px solid #dbdbdb;
    vertical-align: top;
    text-align: center;
}

.plus_review_look .star_photo_num>strong {
    display: block;
    color: #ffcc00;
    font-size: 20px;
    line-height: 1;
}

.plus_review_look .star_photo_num em {
    display: block;
    padding: 15px 0 4px 0;
    color: #787878;
}

.plus_review_look .star_photo_num em strong {
    color: #ab3e55;
}

.plus_review_look .star_photo_num .goods_photo {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #dbdbdb;
}

.plus_review_look .star_photo_num .goods_photo img {
    width: 100%;
    height: 100%;
}

/* 옵션, 내용 */
.plus_review_look .option_text_file_box {
    padding: 0 20px 0 160px;
}

.plus_review_look .option_text_file_box .goods_tit {
    display: block;
    padding: 0 0 10px 0;
}

/* 옵션 */
.plus_review_look .option_text_file_box .option_list_cont {
    display: block;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.plus_review_look .option_text_file_box .option_list_cont dl {
    display: block;
    width: 100%;
    min-height: 31px;
    padding: 0;
    font-size: 0;
}

.plus_review_look .option_text_file_box .option_list_cont dt {
    display: inline-block;
    width: 100px;
    padding: 0;
    color: #484848;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_look .option_text_file_box .option_list_cont dd {
    display: inline-block;
    height: 21px;
    padding: 7px 0 0 0;
    font-size: 12px;
    vertical-align: middle;
}

/* 내용 */
.plus_review_look .text_file_cont {}

.plus_review_look .text_file_cont .review_text {
    min-height: 50px;
    margin: 15px 0 15px 0;
}

.plus_review_look .text_file_cont .review_text.reviews_new {
    text-indent: 15px;
    background: url("../../../img/icon/board/icon_board_new.png") no-repeat left 5px;
}

.plus_review_look .text_file_cont .btn_review_text_more {
    margin: 0 0 0 10px;
    color: #484848;
    font-size: 11px;
    border-bottom: 1px solid #484848;
}

.plus_review_look .text_file_cont .btn_view_comment_box {
    margin: 0 0 20px 0;
}

/* 댓글 */
.plus_review_look .review_comment_box {
    display: block;
    border-top: 1px solid #e2e2e2;
}

.plus_review_look .review_comment {
    padding: 0 0 10px 0;
}

.plus_review_look .review_comment_top {
    overflow: hidden;
    width: 100%;
    padding: 10px 0 10px 0;
    border-bottom: none 0;
}

.plus_review_look .review_comment_top .comment_num {
    padding: 0 20px 0 0;
}

.plus_review_look .review_comment_top .comment_num strong {
    border-bottom: 1px solid #333;
}

.plus_review_look .review_comment_top .comment_best_num {
    color: #ab3e55;
}

.plus_review_look .review_comment_top .btn_view_comment_box {
    float: right;
}


/* 플러스리뷰 메인 레이어팝업 */
#plusReviewPopup {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
}

#plusReviewPopup.sys_pop {
    padding: 10px 0 10px 0;
}

#plusReviewPopup.sys_pop .ly_head {
    height: 40px;
    padding: 5px 0 5px 0;
    text-align: center;
}

#plusReviewPopup.sys_pop .box {
    padding-top: 0;
}

#plusReviewPopup.sys_pop .view {
    border: none 0;
}

/* 리뷰혜택 안내 문구 */
.plus_review_register .pr_info_text {
    padding: 12px 0 12px 20px;
    color: #ffffff;
    font-size: 14px;
    background: #666666;
}

.plus_review_register .plus_review_write_select {
    width: 260px;
}

.plus_review_register .plus_review_write_select select {
    width: 100%;
    color: #ffcc00;
    font-size: 14px;
}

.plus_review_register .plus_review_write_select .chosen-container .chosen-results {
    color: #ffcc00 !important;
    font-size: 14px !important;
}

.plus_review_register .plus_review_write_select .plus_review_detail_select option,
.plus_review_register .plus_review_write_select .chosen-single>span {
    color: #ffcc00 !important;
    line-height: 24px !important;
}

/* 상단 사용자 */
.plus_review_register .pr_user_info_select {
    position: relative;
    padding: 0;
    border-top: 1px solid #c3c3c3;
    background: #ffffff;
}

.plus_review_register .pr_user_info_select dl {
    display: block;
    min-height: 31px;
    padding: 4px 20px 4px 20px;
    font-size: 0;
    border-bottom: 1px solid #c3c3c3;
}

.plus_review_register .pr_user_info_select dt {
    display: inline-block;
    width: 100px;
    padding: 0;
    color: #484848;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_register .pr_user_info_select dd {
    display: inline-block;
    min-height: 21px;
    padding: 5px 0 5px 0;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

/* 다른 상품 선택 */
.plus_review_register dl.pr_differing_select {
    position: relative;
    padding: 4px 0 4px 0;
}

.plus_review_register dl.pr_differing_select dt {
    display: block;
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #c3c3c3;
}

.plus_review_register dl.pr_differing_select dt strong {
    display: block;
    padding: 5px 0 0 20px;
}

.plus_review_register dl.pr_differing_select dd {
    display: block;
    padding-right: 20px;
}

.plus_review_register .pr_goods_cont {
    padding: 15px 20px 10px 20px;
    color: #333333;
}

.plus_review_register .pr_goods_cont .pr_photo {
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0 14px 0 0;
    border: 1px solid #dbdbdb;
    vertical-align: top;
}

.plus_review_register .pr_goods_cont .pr_photo img {
    width: 100%;
    height: 100%;
}

.plus_review_register .pr_goods_cont span {
    display: inline-block;
    width: 67%;
}

.plus_review_register .pr_goods_cont strong {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
}

.plus_review_register .pr_goods_cont em {
    display: block;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.plus_review_register .pr_goods_cont b {
    display: block;
    padding: 5px 0 0 0;
    font-size: 16px;
    color: #ab3e55;
}

/* 주문선택 버튼 */
.plus_review_register .btn_pr_goods {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 19px;
    padding: 0 10px;
    height: 26px;
    color: #333333;
    font-size: 11px;
    line-height: 24px;
    border: 1px solid #dbdbdb;
    font-weight: normal;
    background: url('../../../img/common/btn/btn_gray_bg_02.png') repeat-x bottom;
}

.plus_review_register .btn_pr_goods:hover {
    background: #f8f8f8;
}

/* 이 상품 리뷰등록 안함 버튼 */
.plus_review_register .btn_pr_none {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #707070;
    font-size: 11px;
    border-bottom: 1px solid #707070;
    font-weight: normal;
}

/* 상품 상세 선택 */
.plus_review_register .plus_review_edit_cont {
    margin: 10px 0 0 0;
    border: 1px solid #f0f0f0;
}

.plus_review_register .plus_review_detail_select {
    position: relative;
    padding: 10px 20px 0 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.plus_review_register .plus_review_detail_select dl {
    display: block;
    min-height: 31px;
    padding: 4px 0 4px 0;
    font-size: 0;
}

.plus_review_register .plus_review_detail_select dt {
    display: inline-block;
    width: 100px;
    padding: 0;
    color: #484848;
    font-size: 12px;
    vertical-align: middle;
}

.plus_review_register .plus_review_detail_select dd {
    display: inline-block;
    height: 21px;
    padding: 7px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

.plus_review_register .plus_review_detail_select input,
.plus_review_register .plus_review_detail_select select {
    width: 260px;
    margin-top: -7px;
    font-weight: normal;
}

.plus_review_register .plus_review_detail_select .btn_differ_choice {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #666666;
    font-size: 11px;
    border-bottom: 1px solid #666666;
}

.plus_review_register .plus_review_detail_select .chosen-container {
    margin-top: -7px !important;
    font-weight: normal;
}

/* 리뷰 내용 쓰기 */
.plus_review_write_textarea {
    height: 130px;
    padding: 10px 20px 10px 20px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #c3c3c3;
}

.plus_review_write_textarea textarea {
    width: 100%;
    height: 100%;
    color: #333333;
    border: none;
}

/* 리뷰 파일 첨부 */
.plus_review_register .review_file_upload {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
}

/* 플러스 리뷰등록 취소,등록 버튼 */
.plus_review_register .btn_center_box {
    margin: 20px 0 5px 0;
}

/* 플러스 리뷰등록 취소 버튼 */
.plus_review_register .btn_pr_cancle {
    display: inline-block;
    width: 44%;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

/* 플러스 리뷰등록 저장 버튼 */
.plus_review_register .btn_pr_save {
    display: inline-block;
    width: 44%;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

/* 주문 취소/환불 사유레이어 */
.refund_cause_layer {
    margin-top: -26px;
}

.refund_cause_layer .ly_cont {
    padding-top: 0;
    padding-bottom: 3px;
}

.refund_cause_layer .ly_tit {
    padding-bottom: 0;
}

.reason_layer .layer_wrap_cont .refund_cause_layer h5 {
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

.reason_layer .refund_cause_layer .left_table_type+h5 {
    margin-top: 0;
}

.refund_cause_type:first-child .refund_cause_infor {
    border-top: none;
}

.refund_cause_infor {
    padding: 9px 10px 10px 20px;
    color: #444444;
    font-weight: bold;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #dbdbdb;
    background: #f7f7f7;
}

.refund_cause_infor li {
    margin-top: 1px;
}

.refund_cause_infor li:first-child {
    margin-top: 0;
}

.refund_cause_txt {
    height: 165px;
    padding: 15px 20px;
    color: #777777;
    border-bottom: 1px solid #dbdbdb;
}

/* 게시물 신고 */
.text_length {
    text-align: right;
    margin-top: 5px;
}

@charset "utf-8";
/* CSS Document */

#wrap {
    position: relative;
    min-width: 1450px
}

/* 전체 감싸고 있는 영역에 position:relative, min-width를 주어 scroll배너도 보이게 한다. */
.gnb,
.header_top_cont,
.header_search_cont,
.main_goods_cont,
.sub_content,
.content_info,
.foot_list ul,
.foot_cont,
.foot_certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* 컨텐츠 사이즈 + 센터정렬 */

/* ------------- 상단 디자인 ------------- */
#header {
    position: relative;
}

#header .h1_logo {
    text-align: center;
    padding: 30px 0 30px 0;
}

/* 해외몰 */
#header .top_country_list {
    position: absolute;
    top: 10px;
    left: 0px;
}

#header .top_country_list ul {
    font-size: 0;
}

#header .top_country_list ul li {
    display: inline-block;
    padding-right: 2px;
}

/* 해외몰 홈아이콘 타입 노출형 */
#header .top_country_list0 {
    position: absolute;
    top: 15px;
    left: 0px;
    z-index: 100;
}

#header .top_country_list0 ul {
    font-size: 0;
}

#header .top_country_list0 ul li {
    display: inline-block;
    padding-right: 2px;
}

/* 해외몰 홈아이콘 타입 선택형(국기) */
#header .top_country_list1 {
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 100;
}

#header .top_country_list1 .country_tit {
    padding: 4px 32px 3px 9px;
    background: url("../../img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

#header .top_country_list1 .country_tit.actvie {
    background: url("../../img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

#header .top_country_list1 ul {
    display: block;
    padding: 6px 0 6px 0;
    font-size: 0;
    border-top: 1px solid #999999;
    background: #ffffff;
}

#header .top_country_list1 ul li {
    padding: 4px 0 4px 9px;
}

#header .top_country_list1 ul li a {
    display: block;
}

/* 해외몰 홈아이콘 타입 선택형(국기,언어) */
#header .top_country_list2 {
    position: absolute;
    top: 10px;
    left: 0px;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 100;
}

#header .top_country_list2 .country_tit {
    padding: 4px 32px 3px 9px;
    background: url("../../img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

#header .top_country_list2 .country_tit.actvie {
    background: url("../../img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

#header .top_country_list2 .country_tit span {
    display: inline-block;
    padding-left: 5px;
}

#header .top_country_list2 ul {
    display: block;
    padding: 6px 0 6px 0;
    font-size: 0;
    border-top: 1px solid #999999;
    background: #ffffff;
}

#header .top_country_list2 ul li {
    padding: 4px 0 4px 9px;
}

#header .top_country_list2 ul li a {
    display: block;
    font-size: 12px;
}

#header .top_country_list2 ul li a span {
    display: inline-block;
    margin-left: 5px;
}

#header .top_country_list2 ul li:hover a span {
    text-decoration: underline;
}

/* 상단 로그인 */
.top_member_box {
    float: right;
    position: relative;
    margin: 16px -15px 0 0px;
    line-height: 1;
    z-index: 150;
}

.top_member_box .txt_bar {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 0 0 10px;
    background: #dedede;
    vertical-align: -1px
}

.top_member_box>li {
    float: left;
    position: relative;
}

.top_member_box>li a {
    display: inline-block;
    padding: 4px 0 4px 10px;
    color: #888888;
    font-size: 11px;
}

.top_member_box>li a:hover {
    text-decoration: underline;
}

/*.top_member_box > li:first-child{border-left:0 none;}*/
.top_member_box>li strong {
    color: #ab3e55;
}

/* join 캡션 */
.top_member_box>li .accent span,
.top_member_box>li .accent strong {
    display: inline-block;
    min-width: 40px;
    height: 16px;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 16px;
    background: url("../../img/common/bg/bg_accent.png") no-repeat;
}

.top_member_box>li .accent {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 19px;
    width: 160px;
    height: 23px;
    padding: 6px 0 0 0;
    margin-left: -80px;
    text-align: center;
    z-index: 40;
    background: url("../../img/common/bg/bg_accent.png") no-repeat -68px -44px;
}

.top_member_box>li .accent span {
    padding-right: 4px;
    background-position: right 0;
}

.top_member_box>li .accent strong {
    padding-left: 3px;
    background-position: 0 0;
}

/* 마이페이지 레이어 */
.top_mypage_cont {
    display: inline-block;
    width: 78px;
    padding: 0 0 0 5px;
}

.top_mypage_cont .top_mypage_tit {
    display: block;
    background: url("../../img/etc/select_arrow_down_11x7.png") no-repeat 50px center;
}

.top_mypage_cont .top_mypage_tit a {
    display: inline-block;
    /*padding:4px 21px 4px 14px;*/
}

.top_mypage_cont .top_mypage_tit.active {
    display: block;
    margin-top: -3px;
    border: 1px solid #999999;
    background: url("../../img/etc/select_arrow_up_11x7.png") no-repeat 50px center;
}

.top_mypage_cont .top_mypage_tit.active a {
    padding: 6px 0 6px 9px;
}

.top_mypage_cont ul {
    display: block;
    position: absolute;
    top: 19px;
    left: 5;
    width: 76px;
    padding: 3px 0 3px 0;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 40;
}

.top_mypage_cont li {}

.top_mypage_cont li a {
    display: block;
    padding: 6px 5px 7px 10px;
}

.top_mypage_cont li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ab3e55;
}

.top_mypage_cont+.txt_bar {
    margin: 0;
}

/* ------------- 상단 검색 ------------- */
#header .header_search {
    border-bottom: 1px solid #ececec;
}

#header .header_search_cont {
    min-height: 90px;
}

#header .header_search_cont:after {
    display: block;
    clear: both;
    content: "";
}

/* 검색창 */
#header .top_search {
    position: absolute;
    top: 25px;
    right: 0;
    float: right;
    border: 1px solid #cccccc;
    background: #ffffff;
    z-index: 110;
}

#header .top_search legend {
    display: none;
}

#header .top_search .top_search_cont {}

#header .top_search .top_text_cont {
    width: 333px;
    background: #ffffff;
}

#header .top_search .top_text_cont input {
    border: none 0;
    vertical-align: top;
}

#header .top_search .top_text_cont input::-webkit-input-placeholder {}

#header .top_search .top_text_cont input::-moz-placeholder {}

#header .top_search .top_text_cont input:-ms-input-placeholder {
    line-height: 10px;
}

#header .top_search .top_text_cont .top_srarch_text {
    width: 100%;
    height: 33px;
    padding: 5px 45px 5px 15px;
    box-sizing: border-box;
}

#header .top_search .top_text_cont .btn_top_srarch {
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid #ececec;
}

#header .top_search .search_cont {
    display: block;
    margin: 0;
    font-size: 0;
    border-top: 1px solid #cccccc;
    background: #ffffff;
}

/* 최근검색어 + 추천 상품이 있을 때 */
.recom_box+.recent_box {
    width: 180px;
    min-height: 218px;
    border-right: 1px solid #ececec;
}

.recom_box+.recent_box li a {
    width: 55%;
}

/* 최근 검색어 */
.recent_box {
    display: inline-block;
    float: left;
    width: 333px;
    min-height: 65px;
    font-size: 12px;
    text-align: center;
    border-right: none 0;
    vertical-align: top;
}

.recent_box dl {
    padding: 10px 15px 10px 15px;
    text-align: left;
}

.recent_box dt {
    font-size: 13px;
    font-weight: bold;
}

.recent_box dd {
    padding: 5px 0 0 0;
}

.recent_box ul {
    margin-top: -5px;
}

.recent_box li {
    overflow: hidden;
}

.recent_box li a {
    display: block;
    overflow: hidden;
    float: left;
    width: 67%;
    padding: 2px 0 1px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.recent_box li span {
    display: inline-block;
    float: right;
    padding: 3px 0 0 0;
    color: #999999;
    font-size: 10px;
}

.btn_top_search_del {
    display: inline-block;
    width: 14px;
    height: 14px;
}

/* 삭제 */
/* 추천상품 */
.recom_box {
    display: inline-block;
    float: right;
    width: 138px;
    min-height: 218px;
    margin: 10px 0 0 -1px;
    padding: 0 0 20px 15px;
    font-size: 12px;
    border-left: 1px solid #ececec;
}

.recom_box dl {}

.recom_box dt {
    width: 122px;
    padding: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.recom_box dd {}

.recom_box .recom_photo {
    display: table-cell;
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #ececec;
    vertical-align: middle;
    text-align: center;
}

.recom_box .recom_photo img {
    max-width: 120px;
}

.recom_box .recom_tit {
    display: block;
    width: 120px;
    padding: 10px 0 0 0;
}

/* 추천상품만 있을 때 */
.recom_box_only {
    min-height: 218px;
    margin: 10px auto 0 auto;
    padding: 0 0 20px 0;
    font-size: 12px;
    text-align: center;
}

.recom_box_only dl {}

.recom_box_only dt {
    padding: 0 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

.recom_box_only dd {}

.recom_box_only .recom_photo {
    display: table-cell;
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #ececec;
    vertical-align: middle;
}

.recom_box_only .recom_photo img {
    max-width: 120px;
}

.recom_box_only .recom_tit {
    display: block;
    width: 120px;
    padding: 10px 0 0 0;
}

.recom_box_only .recom_item_cont {
    width: 160px;
    margin: 0 auto;
    text-align: left;
}

/* 추천상품 내용 */
.recom_info_cont {
    display: table-cell;
    vertical-align: middle;
}

.recom_tit_box {
    padding: 5px 0 0 0;
}

.recom_tit_box .item_brand {
    display: block;
    color: #444444;
}

.recom_tit_box .item_name {
    display: block;
    letter-spacing: -1px;
}

.recom_tit_box .item_name_explain {
    display: block;
    overflow: hidden;
    height: 14px;
    padding: 2px 10px 0 0px;
    color: #a8a8a8;
    line-height: 1.2;
}

.recom_icon_box {
    margin: -5px 0 0 0;
    padding: 10px 0 0 0;
}

.recom_icon_box img {
    display: inline-block;
    padding: 5px 0 0 0;
}

.recom_money_box {
    padding: 10px 0 0 0;
    line-height: 1;
}

.recom_money_box del {
    display: block;
    color: #ffb200;
}

.recom_money_box .item_price {
    display: block;
    padding: 7px 0 5px 0;
    font-size: 14px;
}

.recom_money_box .item_sale {
    display: block;
    font-size: 14px;
    color: #282828;
}

.recom_money_box .item_mileage {
    display: block;
    padding: 5px 0 5px 0;
    line-height: 1.5;
}

.recom_money_box .item_mileage img {
    vertical-align: middle;
}

.recom_number_box {
    padding: 10px 0 0 0;
    font-size: 11px;
    color: #a8a8a8;
}

.recom_number_box .num_mileage {
    display: block;
}

.recom_number_box .num_code {
    display: block;
}

/* 추천상품 soldout */
.recom_photo .item_soldout_bg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    filter: alpha(opacity=60);
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.recom_box .item_soldout_bg img {
    position: relative;
    vertical-align: middle;
}

.recom_box.item_soldout .recom_photo .item_soldout_bg {
    display: block;
}

.recom_box.item_soldout .recom_photo .item_soldout_bg:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}

/* 상품 대표 색상 */
.js_recom_box .color {
    margin: 5px 0 7px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.js_recom_box .color>div {
    width: 12px !important;
    height: 12px !important;
    text-indent: -9999px !important;
    border: #dfdfdf 1px solid !important;
    float: left !important;
    margin: 5px 5px 0 0 !important;
}

/* 전체삭제, 닫기 버튼 */
.seach_top_all {
    overflow: hidden;
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    clear: both;
}

.seach_top_all .btn_top_search_all_del {
    float: left;
    padding: 0 15px 0 15px;
    color: #999999;
    font-size: 11px;
    line-height: 30px;
}

.seach_top_all .btn_top_search_close {
    float: right;
    padding: 0 15px 0 15px;
    color: #999999;
    font-size: 11px;
    line-height: 30px;
}

.seach_top_all strong {
    font-weight: normal;
}

/* ------------- 상단 GNB 영역 ------------- */
#header .header_gnb {}

/* gnb */
#header .gnb {
    position: relative;
    /* font-size:0;*/
}

#header .gnb .gnb_all {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

#header .gnb .gnb_all a {
    font-size: 12px;
}

#header .gnb .gnb_all strong {
    display: none;
}

/* 전체 메뉴 */
#header .gnb_allmenu_wrap {
    display: inline-block;
}

#header .gnb_allmenu {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    font-size: 12px;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #3e3d3c;
}

#header .gnb_allmenu_box {
    overflow-y: auto;
    height: 395px;
    padding: 40px 20px;
}

#header .gnb_allmenu_box .gnb_scroll_box {
    overflow-y: scroll;
    height: 395px;
}

/* 전체 메뉴 버튼 */
.btn_all_menu_open {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #3e3d3c;
}

.btn_all_menu_close {
    position: absolute;
    top: -50px;
    left: -1px;
    width: 48px;
    height: 48px;
    background: #3e3d3c url('../../img/common/btn/btn_allmenu_close.png') no-repeat 0 0;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0;
}

/* 전체 메뉴 내용 */
.gnb_allmenu_box ul {
    font-size: 0;
    width: 100%;
    margin: -30px 0 0 0;
}

.gnb_allmenu_box ul li {
    display: inline-block;
    margin: 30px 0 0 0;
    text-align: center;
    line-height: 1;
    vertical-align: top;
}

.gnb_allmenu_box ul li a {
    display: block;
    padding: 8px 0 7px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
}

.gnb_allmenu_box ul li a>img {
    max-width: 180px;
}

.gnb_allmenu_box .all_menu_cont {
    padding: 0 20px 0 20px;
}

.gnb_allmenu_box .all_depth1,
.gnb_allmenu_box .all_depth2,
.gnb_allmenu_box .all_depth3 {
    margin: 0;
}

.gnb_allmenu_box .all_depth1 a,
.gnb_allmenu_box .all_depth2 a,
.gnb_allmenu_box .all_depth3 a {
    font-weight: normal;
}

.gnb_allmenu_box .all_depth1 li,
.gnb_allmenu_box .all_depth2 li,
.gnb_allmenu_box .all_depth3 li {
    display: block;
    margin: 0;
    padding: 0;
}

.gnb_allmenu_box .all_depth1 {
    border-top: 1px solid #ececec;
}

.gnb_allmenu_box .all_depth1 li a {
    color: #666666;
    font-size: 14px;
    text-align: left;
}

.gnb_allmenu_box .all_depth1 li a:hover {
    text-decoration: underline;
}

.gnb_allmenu_box .all_depth2 {}

.gnb_allmenu_box .all_depth2 li a {
    font-size: 12px;
}

.gnb_allmenu_box .all_depth3 {}

.gnb_allmenu_box .all_depth3 li {
    padding-left: 10px;
}

.gnb_allmenu_box .all_depth3 li a {
    color: #888888;
    font-size: 12px;
}

/* gnb 양쪽 버튼 */
#header .gnb_left {
    display: inline-block;
    margin: 0 0 0 48px;
    font-size: 0;
    vertical-align: top;
}

#header .gnb_left a {
    display: inline-block;
    width: 49px;
    height: 49px;
    background: url('../../img/common/btn/btn_arrow_left_over.png') no-repeat center;
}

#header .gnb_left a.active {
    background: url('../../img/common/btn/btn_arrow_left.png') no-repeat center;
}

#header .gnb_menu_box {
    display: inline-block;
    vertical-align: top;
}

#header .gnb_right {
    position: absolute;
    top: 0px;
    right: 317px;
}

#header .gnb_right a {
    display: inline-block;
    width: 49px;
    height: 49px;
    text-indent: -9999em;
    background: url('../../img/common/btn/btn_arrow_right_over.png') no-repeat center;
}

#header .gnb_right a.active {
    background: url('../../img/common/btn/btn_arrow_right.png') no-repeat center;
}

/* 뎁스메뉴 보더 */
#header .gnb_menu_box {
    /*width:1040px;*/
    width: 735px;
    /*border:1px solid #333;*/
}

#header .gnb_menu_box ul {
    border: 1px solid #cacaca;
}

/* 상단메뉴 최상위 */
#header .gnb .depth0 {
    font-size: 0;
    vertical-align: top;
    border: none;
    overflow: hidden;
    height: 49px;
}

#header .gnb .depth0>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#header .gnb .depth0>li>a {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 49px;
}

#header .gnb .depth0>li>a>img {
    max-height: 45px;
    vertical-align: middle;
}

#header .gnb .gnb_menu0 {}

/* 상단메뉴 1뎁스 */
#header .gnb .depth1>li {}

#header .gnb .depth1>li>a {
    display: block;
    /*width:100%;*/
    padding: 5px 10px 7px 19px;
    font-size: 12px;
}

#header .gnb .depth1>li>a:hover {
    background: #ab3e55;
    color: #ffffff;
}

#header .gnb .depth1>li>a.active {
    background: #ab3e55;
    color: #ffffff;
}

/* 상단메뉴 2,3,4 뎁스 CSS */
#header .gnb .depth1 li {
    position: relative;
}

#header .gnb .depth1 li a {
    display: block;
    /*width:100%;*/
    padding: 5px 10px 7px 19px;
    font-size: 12px;
}

#header .gnb .depth1 li a:hover {
    background: #ab3e55;
    color: #ffffff;
}

#header .gnb .depth1 li a.active {
    background: #ab3e55;
    color: #ffffff;
}

/* 상단 메뉴 뎁스 위치 */
#header .gnb .depth1 {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 160px;
    background: #ffffff;
    z-index: 100;
}

#header .gnb .depth2 {
    display: none;
    position: absolute;
    top: -1px;
    left: 160px;
    width: 160px;
    background: #ffffff;
}

#header .gnb .depth3 {
    display: none;
    position: absolute;
    top: -1px;
    left: 160px;
    width: 160px;
    background: #ffffff;
}

#header .gnb .depth4 {
    display: none;
    position: absolute;
    top: -1px;
    left: 160px;
    width: 160px;
    background: #ffffff;
}

/* 공지사항 롤링 */
.notice_rolling {
    overflow: hidden;
    position: absolute !important;
    top: 10px;
    right: 0px;
    width: 325px;
    height: 29px;
}

.notice_rolling ul {
    float: left;
    width: 280px;
    height: 29px;
    font-size: 12px;
}

.notice_rolling ul li {}

.notice_rolling ul li a {
    overflow: hidden;
    display: block;
    padding: 7px 5px 7px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    line-height: 1;
}

.notice_rolling ul li a:hover {
    text-decoration: underline;
    color: #ab3e55;
}

.notice_rolling .btn_notice_rolling {
    float: right;
    padding: 5px 0 0 0;
}

.notice_rolling .btn_notice_rolling a {
    display: inline-block;
    margin-left: -1px;
}

/* ------------- 컨텐츠 시작 ------------- */
#container {
    margin-top: -1px;
    border-top: 1px solid #cccccc;
}

#contents {
    min-height: 400px;
    padding: 0 0 80px 0;
}

#contents:after {
    display: block;
    clear: both;
    content: "";
}

/* ------------- 페이지 위치 ------------- */
.location_wrap {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ededed;
    /*background:#f9f9f9;*/
}

.location_wrap .location_cont {
    width: 1200px;
    margin: 0 auto;
}

.location_wrap .location_cont:after {
    display: block;
    clear: both;
    content: "";
}

.location_cont em {
    display: block;
    float: left;
    padding: 12px 0 10px 0;
    color: #777777;
    font-size: 11px;
}

.location_cont .local_home {
    color: #777777;
}

.location_cont .local_home:hover {
    text-decoration: underline;
}

/* 페이지 셀렉트 레이어 */
.sub_content .location_wrap {
    margin: -25px 0 15px 0;
    border-bottom: none 0;
}

.location_cont em+.location_select {
    margin-left: 5px;
}

.location_select {
    display: inline-block;
    position: relative;
    min-width: 150px;
    margin: 7px 0 0 0;
    border: 1px solid #999999;
    background: #ffffff;
    z-index: 50;
}

.location_select .location_tit {
    background: url("../../img/etc/select_arrow_down_11x7.png") no-repeat right center;
}

.location_select .location_tit.actvie {
    background: url("../../img/etc/select_arrow_up_11x7.png") no-repeat right center;
}

.location_select .location_tit span {
    display: inline-block;
    padding-left: 5px;
}

.location_select .location_tit a {
    display: block;
    padding: 3px 32px 3px 9px;
    font-size: 11px;
}

.location_select ul {
    display: block;
    position: absolute;
    top: 22px;
    left: 0px;
    width: 100%;
    margin-left: -1px;
    padding: 6px 0 6px 0;
    font-size: 0;
    border: 1px solid #999999;
    background: #ffffff;
}

.location_select ul li {
    /*padding:4px 0 4px 9px;*/
}

.location_select ul li a {
    display: block;
    padding: 4px 5px 5px 10px;
    font-size: 11px;
}

.location_select ul li a span {
    display: inline-block;
}

.location_select ul li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ab3e55;
}


/* ------------- 서브 컨텐츠 시작 ------------- */
.sub_content {
    padding: 45px 0 0 0;
}

.sub_content:after {
    display: block;
    clear: both;
    content: "";
}

/* ------------- 서브 사이드 영역 ------------- */
.sub_content .side_cont {
    float: left;
    width: 200px;
}

/* 서브 사이드 메뉴 */
.side_cont .sub_menu_box {
    min-height: 250px;
    padding: 0 0 50px 0;
}

.side_cont .sub_menu_box h2 {
    padding: 0 0 14px 10px;
    border-bottom: 1px solid #ececec;
}

.side_cont .sub_menu_box .sub_menu {
    margin: 7px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu li {
    padding: 1px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu a {
    display: block;
    padding: 7px 0 6px 10px;
    font-size: 14px;
}

.side_cont .sub_menu_box .sub_menu a:hover,
.side_cont .sub_menu_box .sub_menu .active {
    font-weight: bold;
    background: #f8f8f8;
    color: #ab3e55;
}

.side_cont .sub_menu_box .sub_menu .sub_depth1 {
    margin: 0 0 15px 0;
}

.side_cont .sub_menu_box .sub_menu .sub_depth1 li {}

.side_cont .sub_menu_box .sub_menu .sub_depth1 a {
    padding: 0 0 0 10px;
    font-size: 12px;
}

/*.sub_menu_box{display:block; padding:10px 0 45px 0; vertical-align:top;}*/
/* 서브 뎁스메뉴 보더 */
.sub_menu_box.layer_type ul>li>ul {
    padding: 10px 0 10px 0;
    border: 1px solid #cacaca;
}

/* 서브메뉴 최상위(0뎁스) */
.sub_menu_box .sub_depth0 {
    padding: 0;
    font-size: 0;
    vertical-align: top;
    border: none;
}

.sub_menu_box .sub_depth0>li {
    position: relative;
    display: block;
    vertical-align: top;
}

.sub_menu_box .sub_depth0>li>a {
    display: block;
    padding: 0 10px 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.sub_menu_box .sub_depth0>li>a.active {
    background: url('../../img/common/btn/btn_gnb_list_over.png') no-repeat right center;
    background-color: #f8f8f8;
}

/* 서브메뉴 1뎁스 */
.sub_menu_box .sub_depth1>li {}

.sub_menu_box .sub_depth1>li>a {
    display: block;
    padding: 5px 10px 7px 19px;
    font-size: 12px;
}

.sub_menu_box .sub_depth1>li>a:hover {
    background: #ab3e55;
}

.sub_menu_box .sub_depth1>li>a.active {
    background: #ab3e55;
}

/* 서브메뉴 2,3,4 뎁스 CSS */
.sub_menu_box .sub_depth1 li {
    position: relative;
}

.sub_menu_box .sub_depth1 li a {
    display: block;
    padding: 5px 10px 7px 19px;
    font-size: 12px;
}

.sub_menu_box .sub_depth1 li a:hover {
    background: #ab3e55;
}

.sub_menu_box .sub_depth1 li a.active {
    background: #ab3e55;
}

/* 서브 레이어 타입 */
.sub_menu_box.layer_type a:hover,
.sub_menu_box.layer_type a.active {
    color: #ffffff;
}

.sub_menu_box.layer_type .sub_menu0>li>a {
    padding: 10px 10px 10px 20px;
}

.sub_menu_box.layer_type .sub_menu0>li>a:hover,
.sub_menu_box.layer_type .sub_menu0>li>a.active {
    color: #333333;
}

.sub_menu_box.layer_type .sub_menu0>li>a img {
    max-width: 100%;
}

.sub_menu_box.layer_type .sub_depth1 {
    display: none;
    position: absolute;
    top: 0px;
    left: 200px;
    min-width: 160px;
    background: #ffffff;
    z-index: 100;
}

.sub_menu_box.layer_type .sub_depth2 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

.sub_menu_box.layer_type .sub_depth3 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

.sub_menu_box.layer_type .sub_depth4 {
    display: none;
    position: absolute;
    top: -11px;
    left: 160px;
    min-width: 160px;
    background: #ffffff;
}

/* 서브 트리형 타입 */
.sub_menu_box.tree_type ul {
    border: none 0;
}

.sub_menu_box.tree_type ul li a:hover {
    background: none 0;
    color: #333333;
    font-weight: bold;
}

.sub_menu_box.tree_type .sub_depth1 {
    display: block;
    position: static;
    padding: 0 0 0 15px;
}

.sub_menu_box.tree_type .sub_depth2 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.sub_menu_box.tree_type .sub_depth3 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.sub_menu_box.tree_type .sub_depth4 {
    display: block;
    position: static;
    padding: 0 0 0 10px;
}

.side_cont .sub_menu_box.tree_type .sub_menu a {
    display: block;
    padding: 0;
    font-size: 14px;
}

.side_cont .sub_menu_box.tree_type .sub_menu a:hover,
.side_cont .sub_menu_box.tree_type .sub_menu .active {
    font-weight: normal;
    background: none 0;
}

/* 그룹(구분) 카테고리 */
.group_tit {
    display: block;
    padding: 0;
    margin: 0 20px;
    font-size: 14px;
}

/* 서브사이드  마이페이지 */
.side_cont .sub_menu_box .sub_menu_mypage {
    margin: 7px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu_mypage>li {
    padding: 8px 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    background: url('../../img/common/lnb_tit.png') no-repeat top left;
}

.side_cont .sub_menu_box .sub_menu_mypage>li:first-child {
    margin: 30px 0 0 0;
}

.side_cont .sub_menu_box .sub_menu_mypage a {
    display: block;
    padding: 7px 0 6px 0;
    font-size: 14px;
}

.side_cont .sub_menu_box .sub_menu_mypage a:hover,
.side_cont .sub_menu_box .sub_menu_mypage .active {
    font-weight: bold;
    background: #f8f8f8;
    color: #ab3e55;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 {
    margin: 5px 0 25px 0;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 li {
    padding: 1px 0 0 0;
    font-weight: normal;
}

.side_cont .sub_menu_box .sub_menu_mypage .sub_depth1 a {
    font-size: 12px;
    text-indent: 10px;
}

/* 서브 사이드 정보 */
.side_cont .info_box {
    padding: 0 0 0 10px;
}

.side_cont .info_box dl {
    margin: 30px 0 0 0;
}

.side_cont .info_box dl:first-child {
    margin: 0 0 0 0;
}

.side_cont .info_box dt {
    padding: 8px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    background: url('../../img/common/lnb_tit.png') no-repeat top left;
}

.side_cont .info_box dd {}

.side_cont .info_box .info_num {
    font-size: 14px;
    color: #ab3e55;
}

.side_cont .info_box .info_mail_link {
    display: block;
    padding: 0 0 3px 0;
}

.side_cont .info_box .info_mail_link:hover {
    text-decoration: underline;
}

/* 서브 사이드 검색 페이지 */
.sub_search_box dl {
    margin: 40px 0 0 0;
}

.sub_search_box dl:first-child {
    margin: 0;
}

.sub_search_box dl dt {
    padding: 5px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    background: url(../../img/common/lnb_tit.png) no-repeat top left
}

.sub_search_box dl dd .select_box {
    display: inline-block;
    padding-right: 5px;
    margin: 0 0 5px 0;
}

.sub_search_box dl dd select {
    width: 198px;
}

.sub_search_box .chosen-container {
    width: 198px;
}

.sub_search_box .benefit_box {
    margin: 12px 0 0 0;
}

.sub_search_box .benefit_box span {
    display: inline-block;
    width: 48%;
    padding: 0 0 9px 0;
}

.sub_search_box .benefit_box span input {
    display: none;
}

.sub_search_box .benefit_box span label {
    display: inline-block;
    font-size: 12px;
    padding-left: 22px;
    cursor: pointer;
    background: url('../../img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.sub_search_box .benefit_box span label:hover {
    background: url('../../img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.sub_search_box .benefit_box span label.on {
    background: url('../../img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

.sub_search_box .color_box {
    padding: 0 0 10px 0;
}

.sub_search_box .color_box span {
    display: inline-block;
    padding-right: 2px;
}

.sub_search_box .color_box span input {
    display: none;
}

.sub_search_box .color_box span label {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.sub_search_box .color_box span .active {
    background-image: url('../../img/icon/goods_icon/icon_color_chk_on.png') !important;
}

.sub_search_box .price_box {
    margin: 12px 0 0 0;
    display: inline-block;
}

.sub_search_box .price_box input {
    height: 24px;
    width: 175px;
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    line-height: 24px;
}

.sub_search_box .price_box span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: top;
    line-height: 22px;
}

.sub_search_box .quick_btn {
    padding: 40px 0;
    text-align: center;
}

.sub_search_box .quick_btn input {
    display: inline-block;
    padding: 10px 87px;
    border: 1px solid #979797;
    background: #979797;
    color: #fff;
    cursor: pointer;
}

.sub_search_box .quick_btn input:hover {
    background: #626262;
    border: 1px solid #626262;
}

label.check-s.color-white {
    border: #dfdfdf 1px solid;
}

.sub_search_box .color_box span label.check-s.color-white.active {
    background-image: url('../../img/icon/goods_icon/icon_color_chk_on_white.png') !important
}

/* 서브메뉴 컨텐츠 내용 시작 */
.sub_content .content {
    width: 100%;
    min-height: 500px;
    padding: 0;
}

/* 서브 메뉴가 왼쪽일때 */
#contents .sub_content>.side_cont+.content {
    float: left;
    width: 960px;
    padding: 0 0 0 40px;
}

/* 서브 메뉴가 오른쪽일때 */
#contents .sub_content>.content+.side_cont {
    padding: 0 0 0 40px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth1 {
    right: 200px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth2 {
    right: 160px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth3 {
    right: 160px;
}

#contents .sub_content>.content+.side_cont .sub_menu_box.layer_type .sub_depth4 {
    right: 160px;
}

/* 전체 100% 컨텐츠 영역 */
.content_box {
    float: left;
    width: 100%;
}

/* ------------- 하단 디자인 ------------- */
/* 컨텐츠 하단 */
.content_info_wrap {
    border-bottom: 1px solid #e3e3e3;
}

.content_info {
    overflow: hidden;
    padding: 50px 0 40px 0;
}

.content_info h3 {
    padding: 0 0 5px 0;
    color: #222222;
    font-size: 14px;
}

/* cs center */
.content_info .cs_center {
    float: left;
    width: 31%;
}

.content_info .cs_center strong {
    display: block;
    padding: 0 0 7px 0;
    color: #ab3e55;
    font-size: 18px;
}

.content_info .cs_center p {
    color: #777777;
}

/* bank info */
.content_info .bank_info {
    float: left;
    width: 31%;
    padding: 0 40px;
}

.content_info .bank_info strong {
    display: block;
    padding: 0 0 7px 0;
    color: #ab3e55;
    font-size: 18px;
}

.content_info .bank_info em {
    font-weight: bold;
}

/* notice */
.content_info .notice_list {
    float: left;
    width: 31%;
}

.content_info .notice_list h3>a {
    color: #222222;
}

.content_info .notice_list h3>a:hover {
    text-decoration: none;
}

.content_info .notice_list ul {
    padding: 0 0 0 0;
}

.content_info .notice_list li {
    padding: 2px 0 1px 0;
}

.content_info .notice_list a {
    display: inline-block;
    overflow: hidden;
    width: 95%;
    color: #717171;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.content_info .notice_list a:hover {
    text-decoration: underline;
}

.content_info .notice_list span {
    display: inline-block;
}

/* 풋터 */
#footer_wrap {
    position: relative;
    border-top: 1px solid #e3e3e3;
}

#footer {
    overflow: hidden;
    padding: 0 0 40px 0;
}

/* 풋터 메뉴 */
.foot_list {
    border-bottom: 1px solid #e3e3e3;
    line-height: 1;
}

.foot_list ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.foot_list ul li {
    float: left;
    padding: 15px 0 15px 0;
}

.foot_list ul li a {
    padding: 0 15px 0 14px;
    color: #717171;
    border-left: 1px solid #e0e0e0;
}

.foot_list ul li:first-child a {
    padding-left: 0;
    border-left: 0 none;
}

/* 회사 정보 */
.foot_cont {
    overflow: hidden;
    padding: 35px 0 35px 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1.8;
}

.foot_cont .foot_logo {
    display: inline-block;
    float: left;
    width: 200px;
    padding: 25px 0 0 0;
}

.foot_cont .foot_info {
    display: inline-block;
    float: left;
}

.foot_cont .foot_info_list {
    overflow: hidden;
    width: 100%;
}

.foot_cont .foot_info_list dl {
    float: left;
}

.foot_cont .foot_info_list dt {
    float: left;
}

.foot_cont .foot_info_list dd {
    float: left;
    padding: 0 15px 0 3px;
}

.foot_cont .copyright {
    float: left;
    width: 100%;
}

/* 사용자정보확인 */
.btn_licensee_info {
    color: #000000;
    font-size: 10px;
    border-bottom: 1px solid #333333;
}

.btn_email:hover {
    text-decoration: underline;
}

/* 공정거래 위원회 */
.foot_certify {
    overflow: hidden;
    padding: 5px 0 15px 0;
    text-align: right;
}

.foot_certify span {
    display: inline-block;
    padding: 0 10px 0 10px;
}

.foot_certify span:first-child {
    padding: 0 10px 0 0
}


/* ------------- 스크롤 배너 ------------- */
.scroll_wrap {
    position: absolute;
    top: 339px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
    z-index: 100;
}

/* 스크롤이동 고정 위치 */
#scroll_left.ban_fixed {
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: -705px;
}

#scroll_right.ban_fixed {
    position: fixed;
    top: 20px;
    right: 50%;
    margin-right: -732px;
}

/* 스크롤배너(왼쪽) */
#scroll_left {
    position: absolute;
    top: 0px;
    left: -105px;
    width: 70px;
}

/* 스크롤배너(오른쪽) */
#scroll_right {
    position: absolute;
    top: 0px;
    right: -132px;
    width: 112px;
}

#scroll_right .right_banner img {
    margin: 0 0 15px 0;
}

.scroll_right_cont {
    float: left;
    min-width: 76px;
    padding: 18px;
    background: #f9f9f9;
}

.scroll_right_cont h4 {
    padding: 0;
    color: #666666;
    text-align: center;
}

.scroll_right_cont ul {
    padding: 15px 0 0 0;
}

.scroll_right_cont li {
    position: relative;
    width: 74px;
    height: 74px;
    margin: 0 0 12px 0;
    padding: 0 0 0 0;
    border: 1px solid #ececec;
    background: #ffffff;
    text-align: right;
}

.scroll_right_cont .photo {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    z-index: 20;
    text-align: center;
    background: url('/data/commonimg/ico_noimg_300.gif') no-repeat center 1px;
    background-size: 74px 74px;
}

.scroll_right_cont .photo img {
    width: 100%;
    height: 100%;
    /*margin:1px 1px 0 0;*/
}

/* 최근본 상품 내용 */
.scroll_right_cont .src_box {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 191px;
    height: 69px;
    padding: 5px 0 0 7px;
    border: 1px solid #999999;
    background: #ffffff;
    text-align: left;
    z-index: 10;
}

.scroll_right_cont .src_box em {
    display: block;
    overflow: hidden;
    width: 115px;
    height: 43px;
    color: #939393;
    word-break: break-all;
}

.scroll_right_cont .src_box strong {
    display: block;
    color: #ab3e55;
}

.scroll_right_cont .src_box strong b {
    font-weight: normal;
}

/* 최근본 상품 삭제 버튼 */
.scroll_right_cont .btn_scroll_list_del {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    z-index: 30;
}

/* 상품리스트 오버 시 제어 */
.scroll_right_cont li .src_box,
.scroll_right_cont li .btn_scroll_list_del {
    display: none;
}

.scroll_right_cont li:hover .src_box,
.scroll_right_cont li:hover .btn_scroll_list_del {
    display: block;
}

/* 상품리스트 페이징 */
.scroll_right_cont .scr_paging {
    width: 74px;
    margin: 0 auto;
    color: #939393;
    text-align: center;
}

.scroll_right_cont .scr_paging span {
    padding: 0 2px 0 2px;
}

.scroll_right_cont .scr_paging strong {
    padding: 0 2px 0 2px;
    color: #ab3e55;
}

#scroll_right .btn_scroll_top {
    display: block;
    padding: 10px 0 0 0;
    clear: both;
    text-align: center;
}

/* -------------  퀵검색 ------------- */
#quick_search {
    position: fixed;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #ffffff;
    z-index: 200;
}

#quick_search p {
    padding: 10px;
}

.quick_search_cont {
    position: relative;
    margin: 0 auto;
}

/* 버튼 제어 */
#quick_search .quick_search_cont .btn_quick_search_open {
    display: block;
}

#quick_search .quick_search_cont .btn_quick_search_close {
    display: none;
}

#quick_search .quick_search_cont.on .btn_quick_search_open {
    display: none;
}

#quick_search .quick_search_cont.on .btn_quick_search_close {
    display: block;
}

/* 기본 퀵검색 */
.quick_search_cont_box {}

.quick_search_cont_box h2 {
    padding: 20px 0 10px 25px;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
    background: url('../../img/icon/goods_icon/icon_search.png') no-repeat left 26px;
}

.quick_search_cont_box dl {
    font-size: 0;
}

.quick_search_cont_box dl.first {
    padding-top: 5px;
}

.quick_search_cont_box dl dt {
    width: 18%;
    display: inline-block;
    padding: 10px 0;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    word-break: break-all;
}

.quick_search_cont_box dl dd {
    display: inline-block;
    width: 82%;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

/* 카테고리 */
.quick_search_cont_box dl dd .select_box {
    display: inline-block;
    padding-right: 5px;
}

.quick_search_cont_box dl dd select {
    width: 180px;
}

/* 가격 */
.quick_search_cont_box dl dd .price_box {
    display: inline-block;
}

.quick_search_cont_box dl dd .price_box input {
    height: 24px;
    border: 1px solid #cccccc;
    line-height: 24px;
}

.quick_search_cont_box dl dd .price_box span {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    vertical-align: middle;
}

/* 색상 */
.quick_search_cont_box dl dd .color_box {}

.quick_search_cont_box dl dd .color_box span {
    display: inline-block;
    padding: 2px 2px 1px 0;
    position: relative;
}

.quick_search_cont_box dl dd .color_box span input {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.quick_search_cont_box dl dd .color_box span label {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.quick_search_cont_box dl dd .color_box span .active {
    background-image: url('../../img/icon/goods_icon/icon_color_chk_on.png') !important;
}

.quick_search_cont_box dl dd .search_box input {
    width: 50%;
    height: 24px;
    border: 1px solid #cccccc;
    line-height: 24px;
}

input#quickSearchColorFFFFFF+label {
    border: #dfdfdf 1px solid;
    background-color: #fff;
}

input#quickSearchColorFFFFFF+label.active {
    background-image: url('../../img/icon/goods_icon/icon_color_chk_on_white.png') !important
}

/* 혜택/조건,아이콘 */
.quick_search_cont_box dl dd .benefit_box span {
    display: inline-block;
    padding: 3px 15px 3px 0;
    position: relative;
}

.quick_search_cont_box dl dd .benefit_box span input {
    position: absolute;
    top: 5px;
    left: 1px;
    width: 0;
    z-index: -1;
}

.quick_search_cont_box dl dd .benefit_box span label {
    display: inline-block;
    font-size: 12px;
    padding-left: 22px;
    cursor: pointer;
    background: url('../../img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.quick_search_cont_box dl dd .benefit_box span label:hover {
    background: url('../../img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.quick_search_cont_box dl dd .benefit_box span label.on {
    background: url('../../img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

.quick_search_cont_box .quick_btn {
    padding: 20px 0;
    text-align: center;
}

.quick_search_cont_box .quick_btn input {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

.quick_search_cont_box .quick_btn input:hover {
    background: #9b344a;
    border: 1px solid #9b344a;
}

/* 위치 TOP */
#quick_search.q_top {
    top: -10000px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: 2px solid #ab3e55;
}

#quick_search.q_top .quick_search_cont {
    width: 1000px;
    margin: 0 auto;
}

/* 위치 TOP 버튼 */
#quick_search.q_top .btn_quick_search_open,
#quick_search.q_top .btn_quick_search_close {
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 100px;
    height: 20px;
    margin-left: -60px;
    padding: 0 10px;
    text-align: center;
}

#quick_search.q_top .btn_quick_search_open {
    background: url('../../img/common/btn/btn_quick_search_top_open.png') no-repeat center center;
}

#quick_search.q_top .btn_quick_search_close {
    background: url('../../img/common/btn/btn_quick_search_top_close.png') no-repeat center center;
}

/* 위치 LEFT */
#quick_search.q_left {
    left: -10000px;
    width: 400px;
    height: 100% !important;
    padding: 20px;
    border-right: 2px solid #323234;
}

#quick_search.q_left .quick_search_cont_box dl dd .select_box {
    display: block;
    padding: 0 5px 5px 0;
}

#quick_search.q_left .quick_search_cont_box dl dd select {
    width: 100%;
}

#quick_search.q_left .quick_search_cont_box dl dd .price_box {
    display: inline-block;
    padding-bottom: 5px;
}

/* 위치 LEFT 버튼 */
#quick_search.q_left .btn_quick_search_open,
#quick_search.q_left .btn_quick_search_close {
    position: absolute;
    top: 45%;
    right: -44px;
    width: 22px;
    height: 80px;
    margin-top: 40px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    background: #323234;
}

#quick_search.q_left .btn_quick_search_open {
    background: url('../../img/common/btn/btn_quick_search_left_open.png') no-repeat center center;
}

#quick_search.q_left .btn_quick_search_close {
    background: url('../../img/common/btn/btn_quick_search_left_close.png') no-repeat center center;
}

/* 위치 RIGHT */
#quick_search.q_right {
    right: -10000px;
    width: 400px;
    height: 100% !important;
    padding: 20px;
    border-left: 2px solid #323234;
}

#quick_search.q_right .quick_search_cont_box dl dd .select_box {
    display: block;
    padding: 0 5px 5px 0;
}

#quick_search.q_right .quick_search_cont_box dl dd select {
    width: 100%;
}

#quick_search.q_right .quick_search_cont_box dl dd .price_box {
    display: inline-block;
    padding-bottom: 5px;
}

/* 위치 RIGHT 버튼 */
#quick_search.q_right .btn_quick_search_open,
#quick_search.q_right .btn_quick_search_close {
    position: absolute;
    top: 45%;
    left: -44px;
    width: 22px;
    height: 80px;
    margin-top: 40px;
    padding: 10px 0px;
    text-align: center;
    color: #ffffff;
    background: #323234;
}

#quick_search.q_right .btn_quick_search_open {
    background: url('../../img/common/btn/btn_quick_search_right_open.png') no-repeat center center;
}

#quick_search.q_right .btn_quick_search_close {
    background: url('../../img/common/btn/btn_quick_search_right_close.png') no-repeat center center;
}

/* ------------- 쇼핑 카트 탭 ------------- */
#shop_cart_wrap {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0px 0;
    background: #ffffff;
    z-index: 200;
}

#shop_cart_wrap .btn_shop_cart_box {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}

#shop_cart_wrap .btn_shop_cart_box .btn_shop_cart_open {
    position: absolute;
    top: 2px;
    right: 0;
}

#shop_cart_wrap .btn_shop_cart_box .btn_shop_cart_close {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
}

#shop_cart_wrap .btn_shop_cart_box .on {
    display: block;
}

#shop_cart_wrap .cart_tab_wrap {
    position: relative;
    height: 39px;
    border-top: 2px solid #333333;
    background: #f2f2f2;
}

#shop_cart_wrap .cart_tab_list {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}

#shop_cart_wrap .btn_shop_buy {
    display: block;
    width: 200px;
    height: 45px;
    background: #ab3e55;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

#shop_cart_wrap .btn_shop_buy:hover {
    background: #9b344a;
}

.cart_tab_list .on {
    border-top: 2px solid #ab3e55;
    font-weight: bold;
    padding-top: 0;
}

.cart_tab_list ul {
    margin: -2px 0 0 0;
}

.cart_tab_list ul li {
    float: left;
    height: 39px;
    padding: 2px 24px 0 24px;
    background: url(../../img/icon/shop_cart/bg_cart_bar.png) no-repeat 0 12px;
}

.cart_tab_list ul li:first-child {
    padding-left: 14px;
    background: none;
}

.cart_tab_list ul li a {
    vertical-align: -9px;
}

.cart_tab_list ul img {
    vertical-align: -1px;
}

.cart_tab_list ul span {
    padding: 0 0 0 10px;
}

.cart_tab_list .cart_tab_option {
    float: right;
    padding: 0 34px 0 0;
    margin-top: 2px;
    background-image: none;
}

.cart_tab_list .cart_tab_option.on {
    margin-top: 2px;
    border: none;
}

.cart_tab_list .cart_tab_option a {
    display: block;
    padding: 10px 55px;
    background: #6a6a6a;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 19px;
}

.cart_tab_list .cart_tab_option span {
    padding: 0;
}

.shop_cart_cont {
    display: none;
    height: 280px;
}

.shop_cart_cont .cart_tab_box {
    display: none;
}

.shop_cart_cont .cart_tab_box.on {
    display: block;
}

.cart_tab_box {
    position: relative;
    width: 1200px;
    height: 280px;
    margin: 0 auto;
}

/* 찜 리스트 + 장바구니 상품가격 영역 */
.cart_total_box {
    float: right;
    position: relative;
    width: 201px;
    height: 250px;
    margin: 20px 0 0 0;
}

.cart_total_box dl {
    overflow: hidden;
    padding: 0 0 7px 0;
}

.cart_total_box dl dt {
    float: left;
    color: #777777;
}

.cart_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.cart_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.cart_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.cart_total_box .total_price_sec strong {
    color: #ab3e55;
}

.cart_total_box .btn_shop_buy {
    margin: 0;
}

.cart_total_box .option_txt {
    color: #acacac;
    font-size: 11px;
}

/* 오늘 본 상품 탭 */
.cart_tab_box .shop_view_tab {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 280px;
}

.shop_view_tab .shop_view_list {
    margin: 42px 0 28px 0px;
}

.shop_view_list .view_tab_cont {
    width: 135px;
}

.shop_view_tab .slick_prev,
.shop_view_tab .slick_next {
    position: absolute;
    top: 100px;
    z-index: 200;
}

.shop_view_tab .slick_next {
    right: 0;
}

/* .chart_view_horizontal .slick-prev{background:url("../../img/icon/shop_cart/btn_slide_prev.png") no-repeat left top; display:block; position:absolute; top:100px; left:0; width:15px; height:30px; font-size:0; line-height:0; z-index:10;}
.chart_view_horizontal .slick-next{background:url("../../img/icon/shop_cart/btn_slide_next.png") no-repeat left top; display:block; position:absolute; top:100px; right:0; width:15px; height:30px; font-size:0; line-height:0; z-index:10;} */

.shop_view_tab ul {
    overflow: hidden;
    width: 1100px;
}

.shop_view_tab ul li {
    float: left;
    padding: 0 25px;
}

.shop_view_tab .prdt_photo_box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.shop_view_tab .prdt_photo_box a>img {
    width: 135px;
    height: 120px;
}

.shop_view_tab .prdt_photo_box .btn_del {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.shop_view_tab .prdt_tit {
    display: block;
    padding: 11px 0 3px 0;
    font-size: 12px;
    color: #4b4b4b;
}

.shop_view_tab .prdt_price {
    color: #838383;
    font-size: 11px;
    font-weight: bold;
}

.shop_view_tab .prdt_price strong {
    font-size: 18px;
    color: #000;
}

.cart_coupon strong {
    color: #ff4c2e;
}

.cart_coupon span img {
    vertical-align: -2px;
}

/* 찜리스트 탭 */
.cart_tab_box .shop_zzim_tab {
    height: 280px;
}

.zzim_table_box {
    float: left;
    width: 940px;
    height: 249px;
    margin: 20px 0 0 0;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
}

.zzim_table_box table {
    width: 100%;
}

.zzim_table_box table th {
    height: 40px;
    background: #f9f9f9;
    color: #777777;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #dbdbdb;
}

.zzim_table_box table td {
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.zzim_table_box table .cart_prdt_name {
    text-align: left;
}

.zzim_table_box .cart_tit_box {
    line-height: 22px;
}

.zzim_table_box .cart_tit_box .prdt_name {
    display: block;
    word-break: break-all;
}

.zzim_table_box .cart_btn_box {
    position: relative;
}

.zzim_table_box .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('../../img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.zzim_table_box .cart_chk_none {
    display: block;
    padding: 5px 0 5px 19px;
    color: #ab3e55;
    background: url('../../img/icon/etc/icon_warning.png') no-repeat left 8px;
}

.zzim_table_box .nomal_layer {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 10;
    background: #ffffff;
}

.zzim_total_box {
    float: right;
    width: 201px;
    margin: 20px 0 0 0;
}

.zzim_total_box dl {
    overflow: hidden;
    padding: 0 0 11px 0;
}

.zzim_total_box dl dt {
    float: left;
    color: #777777;
}

.zzim_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.zzim_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.zzim_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.zzim_total_box .total_price_sec strong {
    color: #ffb648;
}

.zzim_total_box .btn_shop_buy {
    margin: 55px 0 0 0;
}

/* 장바구니 탭 */
.cart_tab_box .shop_cart_tab {
    height: 280px;
}

.cart_table_box {
    float: left;
    width: 940px;
    height: 249px;
    margin: 20px 0 0 0;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
}

.cart_table_box table {
    width: 100%;
}

.cart_table_box table th {
    height: 40px;
    background: #f9f9f9;
    color: #777777;
    border-top: 1px solid #717171;
    border-bottom: 1px solid #dbdbdb;
}

.cart_table_box table td {
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
}

.cart_table_box table .cart_prdt_name {
    text-align: left;
}

.cart_table_box .cart_tit_box {
    line-height: 22px;
}

.cart_table_box .cart_tit_box .prdt_name {
    display: block;
    word-break: break-all;
}

.cart_table_box .cart_btn_box {
    position: relative;
}

.cart_table_box .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('../../img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.cart_table_box .cart_chk_none {
    padding: 5px 0 5px 19px;
    color: #ab3e55;
    background: url('../../img/icon/etc/icon_warning.png') no-repeat left 8px;
}

.cart_table_box .nomal_layer {
    position: absolute;
    top: -50px;
    left: 80px;
    z-index: 10;
    background: #ffffff;
}

/* 옵션선택 탭 */
.shop_cart_cont .shop_option_tab {
    height: 280px;
}

.shop_cart_cont .shop_option_tab:after {
    display: block;
    clear: both;
    content: "";
}

.shop_option_cont {
    float: left;
    width: 940px;
    word-break: break-all;
}

.shop_option_cont .shop_option_tit {
    width: 100%;
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #717171;
}

.shop_option_cont .shop_option_tit .shop_item_tit {
    display: block;
    padding: 0 0 7px 0;
    font-size: 14px;
}

.shop_option_cont .shop_option_tit .shop_item_money {}

.shop_option_cont .shop_option_tit .shop_item_delivery {
    color: #717171;
}

.shop_option_cont .shop_option_tit select {
    margin: -6px 0 0 10px
}

/* 옵션 선택 리스트 */
.option_table_box .option_list {}

.option_table_box .option_list:after {
    display: block;
    clear: both;
    content: "";
}

.option_table_box .option_list dl {
    float: left;
    width: 100%;
}

.option_table_box .option_list dl:last-child {
    padding: 0 0 3px 0;
    border-bottom: 1px solid #dbdbdb;
}

.option_table_box .option_list dt {
    float: left;
    width: 155px;
    padding: 10px 0 10px 10px;
}

.option_table_box .option_list dd {
    float: left;
    width: 565px;
}

.option_table_box .option_list .text_type dt {
    color: #a9a9a9;
}

.option_table_box .option_list .option_msg {
    padding: 0 0 0 5px;
    color: #a9a9a9;
    font-size: 11px;
}

.option_table_box {
    width: 100%;
    height: 180px;
    padding: 10px 0 0 0;
    overflow: auto;
}

.option_table_box table {
    width: 100%;
}

/* 옵션 선택 상품가격 영역 */
.option_table_box .cart_tit_box {
    float: left;
    padding: 0 5px 0 0;
    line-height: 22px;
}

.option_table_box .cart_tit_box .cart_tit {
    display: block;
}

.option_total_box {
    float: right;
    position: relative;
    width: 201px;
    height: 250px;
    margin: 20px 0 0 0;
}

.option_total_box dl {
    overflow: hidden;
    padding: 0 0 7px 0;
}

.option_total_box dl dt {
    float: left;
    color: #777777;
}

.option_total_box dl dd {
    float: right;
    font-weight: bold;
    color: #444444
}

.option_total_box .total_price_sec {
    padding: 17px 0 0 0;
    border-top: 1px solid #dadada;
    font-size: 13px;
}

.option_total_box .total_price_sec dt {
    font-weight: bold;
    color: #555555;
}

.option_total_box .total_price_sec strong {
    color: #9b344a;
}

.option_total_box .btn_shop_buy {
    margin: 8px 0 0 0;
}

.option_total_box .btn_shop_cart {
    display: block;
    width: 200px;
    height: 43px;
    margin: 0;
    border: 1px solid #cccccc;
    background: #ffffff;
    font-weight: bold;
    font-size: 14px;
    color: #3e3d3c;
    text-align: center;
}

.option_total_box .btn_shop_cart:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.option_total_box .btn_shop_soldout {
    display: block;
    width: 201px;
    height: 45px;
    margin: 8px 0 0 0;
    background: #ab3e55;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

/* 수량 선택 */
.goods_qty {
    display: inline-block;
    vertical-align: middle;
}

.goods_qty .text {
    float: left;
    padding: 0 5px;
    width: 43px;
    outline: none;
    height: 33px;
    border: 1px solid #ccc;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
}

.goods_qty span {
    float: left;
    margin: 0 0 0 -1px;
}

.goods_qty span .up {
    background: url('../../img/common/btn/btn_count_up.png') no-repeat left top;
}

.goods_qty span .down {
    margin: -1px 0 0;
    background: url('../../img/common/btn/btn_count_down.png') no-repeat left top;
}

.goods_qty span button {
    display: block;
    width: 23px;
    height: 17px;
    text-indent: -9999px;
}

.cart_chk span {
    display: inline-block;
}

.cart_chk span input {
    display: none;
}

.cart_chk span label {
    font-size: 12px;
    padding-left: 17px;
    cursor: pointer;
    background: url('../../img/icon/goods_icon/icon_check_off.png') no-repeat left center;
}

.cart_chk span label:hover {
    background: url('../../img/icon/goods_icon/icon_check_hover.png') no-repeat left center;
}

.cart_chk span label.on {
    background: url('../../img/icon/goods_icon/icon_check_active.png') no-repeat left center;
}

/* 옵션 추가 내용 */
.text_type_cont {
    display: block;
    padding: 6px 0 0 0;
    color: #a9a9a9;
    font-size: 11px;
    line-height: 1;
}

/* 상품가격의 버튼 위치 */
.btn_cart_box {
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* ------------- 공통 - 상품 상세 옵션 선택 + 옵션 선택 레이어 + 쇼핑카트 탭 옵션선택 ------------- */

/* 쇼핑카트 탭 옵션선택 셋팅 */
.option_table_box .item_choice_list table {
    background: #ffffff;
}

.option_table_box .item_choice_divide .item_choice_tit span {
    width: 570px;
}

.option_table_box .item_choice_divide .item_choice_photo+span {
    width: 500px;
}

/* 옵션 선택 레이어 셋팅 */
.option_list.item_choice_list table {
    width: 99%;
}

.option_list .item_choice_divide .item_choice_tit span {
    width: 350px;
}

.option_list .item_choice_divide .item_choice_photo+span {
    width: 300px;
}

/* 상세 상품 선택 셋팅 */
.item_detail_list+.item_choice_list table {
    width: 100%;
    border-bottom: 1px solid #999999;
}

/* 상품 선택 내용*/
.item_choice_list {
    margin: -2px 0 0 0;
    word-break: break-all;
}

.item_choice_list:after {
    display: block;
    clear: both;
    content: "";
}

.item_choice_list table {
    width: 100%;
    background: #f5f5f5;
}

.item_choice_list table td {
    padding: 12px 0;
    border-top: 1px solid #dbdbdb;
    text-align: center;
}

.item_choice_list table colgroup+tbody tr td {
    border: none;
}

.item_choice_list table tbody:last-child tr td {
    border-bottom: 1px solid #dbdbdb;
}

.item_choice_list .count {
    display: table-cell;
    vertical-align: middle;
    padding: 0 17px;
}

.item_choice_list .item_choice_price {
    font-size: 14px;
    text-align: right;
}

.item_choice_list .item_choice_tit {
    display: inline;
    padding: 0 0 5px 21px;
    vertical-align: middle;
}

.item_choice_list .cart_prdt_name {
    text-align: left;
    padding: 20px 0 20px 20px;
}

.item_choice_list .item_choice_divide td {
    border-top: 1px dotted #dbdbdb;
}

/* 상품 세부 내용 */
.item_choice_divide {
    padding: 10px 20px 10px 20px;
}

.item_choice_divide .item_choice_tit {
    background: url("../../img/icon/goods_icon/icon_divide.png") no-repeat 0 8px;
    vertical-align: top;
}

.item_choice_divide .item_choice_photo {}

.item_choice_divide .item_choice_photo img {
    width: 31px;
    height: 31px;
    border: 1px solid #cccccc;
}

.item_choice_divide .item_choice_tit span {
    display: inline-block;
    width: 290px;
    vertical-align: sub;
    color: #333333;
}

.item_choice_divide .item_choice_photo+span {
    width: 250px;
    padding: 0 0 0 5px;
}

/* 꾸미기 영역 */
.addition_zone {
    padding: 0 0 20px 0;
}

/* 상품 나오는 영역 */
.goods_item_view {}

/* 추천 상품 나오는 영역 */
.best_item_view {
    margin: 0 0 40px 0;
}

.best_item_view .best_item_view_tit {
    padding: 0 0 10px 0;
    font-size: 16px;
}

/* 페이코서치 자동완성 */
.autocomplete-area-detail {
    margin: 5px 0 !important;
    padding: 0 !important;
    position: absolute !important;
    top: 24px;
    left: 0;
    width: 228px !important;
    z-index: 21;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.autocomplete-close-btn {
    color: #999999;
    font-size: 11px;
    padding: 0 15px 0 15px;
    bottom: 7px !important;
}

.autocomplete-close .autocomplete-close-btn.detail {
    top: 7px !important;
}

div[class^="autocomplete-area"] .autocomplete-close {
    height: 30px !important;
    background: #f5f5f5 !important;
    border: none !important;
}

div[class^="autocomplete-area"] ul.auto-area {
    border: none !important;
    border-top: 1px solid #cccccc !important;
}

div[class^="autocomplete-area"] ul.auto-area li {
    position: relative;
    width: 100%;
    height: 20px;
    padding: 2px 15px 2px 15px !important;
}

div[class^="autocomplete-area"] ul.auto-area li:first-child {
    padding-top: 10px !important;
}

div[class^="autocomplete-area"] ul.auto-area li:last-child {
    padding-bottom: 10px !important;
}

.search_again_box .keyword-div {
    position: relative;
    display: inline-block;
}

/* 마이페이지 최근 본 상품 이미지 */
.mypage_main .item_photo_box a>img {
    width: 220px;
}

/* 일반 레이어팝업 (구매 이용 조건안내) */
.pick_add_info .caution_msg1 {
    min-height: 17px;
    margin: 15px 0 0;
    padding: 0 0 0 19px;
    background: #fff url('../../img/icon/caution-1.png') no-repeat left 2px;
    color: #3e3d3c;
    line-height: 20px;
}

.nomal_layer {
    position: absolute;
    top: 0px;
    left: 70px;
    z-index: 10;
    background: #ffffff;
}

.nomal_layer .wrap {
    position: relative;
    border: 1px solid #555555;
}

.nomal_layer .wrap>strong {
    display: block;
    height: 27px;
    padding: 13px 0 0 17px;
    background: #f4f4f4;
    color: #222222;
}

.nomal_layer .wrap .list {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 50px;
    max-height: 210px;
}

.nomal_layer .wrap .list table {
    width: 250px;
}

.nomal_layer .wrap .list table tr td.strong {
    font-weight: bold;
    text-align: left;
    border-left: none;
}

.nomal_layer .wrap .list table th {
    padding: 0 5px 0 3px;
    border-bottom: 1px solid #e8e8e8;
    color: #444;
    font-size: 11px;
    text-align: left;
}

.nomal_layer .wrap .list table td {
    padding: 8px 0 8px 18px !important;
    color: #666;
    font-size: 11px;
    border-bottom: 1px solid #e8e8e8;
    height: 15px !important;
}

.nomal_layer .wrap .close {
    display: block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background: url('../../img/btn/layer-close.png') no-repeat left top;
}

.normal_btn {
    display: inline-block;
    width: auto;
    padding: 0 10px !important;
    border: 1px solid #dbdbdb;
    color: #6c6c6c;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    cursor: pointer;
}

.normal_btn img {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

@charset "utf-8";
/* CSS Document */

/* 상품 리스트 */
/* 더보기 버튼 */
.btn_goods_down_more {
    width: 100%;
    margin: 30px 0 30px 0;
    border-top: 1px solid #ececec;
    text-align: center;
}

.btn_goods_down_more .btn_goods_view_down_more {
    display: inline-block;
    margin-top: -1px;
    padding: 5px 28px 6px 20px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
    border-top: none 0;
    background: url(../../img/icon/goods_icon/icon_down_more.png) no-repeat right center;
    background-color: #ffffff;
}

.btn_goods_more {
    position: absolute;
    bottom: 14px;
    right: 5px;
}

.btn_goods_more .btn_goods_view_more {
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}

/* 상품이 없을 때 */
.goods_no_data {
    min-height: 200px;
    text-align: center;
}

.goods_no_data strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 150px;
}

/* 상품 갤러리형을 기본으로 */
.goods_list {
    padding-bottom: 30px;
}

.goods_list_tit {
    padding: 60px 0 10px 0;
    border-bottom: 1px solid #ececec;
    line-height: 1;
    position: relative;
}

.goods_list_tit h3 {
    font-size: 22px;
}

.goods_list_cont {
    position: relative;
    width: 100%;
}

.goods_list_cont:after {
    display: block;
    clear: both;
    content: "";
}

.goods_list_cont ul {
    float: left;
    width: 100%;
    font-size: 0;
}

.goods_list_cont ul li {
    display: inline-block;
    position: relative;
    /*min-height:50px;*/
    margin: 40px 0 0 0;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
}

.item_cont {
    padding: 0 10px;
    text-align: left;
    color: #1c1c1c;
}

.icon_time_sale {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

.item_photo_box {
    display: inline-block !important;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}

.item_photo_box a {
    display: block;
    height: 100%;
}

.item_photo_box .item_soldout_bg {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    filter: alpha(opacity=60);
    background-color: rgba(255, 255, 255, 0.6);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.item_photo_box .item_soldout_bg img {
    position: relative;
    max-width: 99.5%;
    vertical-align: middle;
}

.item_soldout .item_photo_box .item_soldout_bg {
    display: block;
}

.item_soldout .item_photo_box .item_soldout_bg:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
}


.item_info_cont {
    display: table-cell;
    padding: 20px 0 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 12px;
}

.item_tit_box {
    padding: 0;
}

.item_tit_box .item_brand {
    display: block;
    color: #888888;
}

.item_tit_box .item_name {
    display: block;
    padding: 5px 0 0 0;
    font-size: 13px;
    word-break: break-all;
}

.item_tit_box .item_name_explain {
    display: block;
    padding: 0 10px 0 0px;
    color: #a8a8a8;
}

.item_icon_box {
    margin: 0;
    padding: 0;
}

.item_icon_box img {
    display: inline-block;
    padding: 5px 0 0 0;
}

.item_money_box {
    padding: 10px 0 0 0;
    line-height: 1;
}

.item_money_box del {
    display: block;
    color: #888888;
}

.item_money_box .item_price {
    display: block;
    padding: 7px 0 5px 0;
    font-size: 14px;
    color: #ab3e55;
}

.item_money_box .item_price .time_sale_cost {
    display: inline-block;
    padding: 7px 0 5px 20px;
    font-size: 16px;
    background: url('../../img/icon/goods_icon/icon_time_sale_cost.png') no-repeat left 7px;
}

.item_money_box .item_price .time_sale_cost_r {
    display: inline-block;
    padding-top: 5px;
    font-size: 16px;
}

.item_money_box .item_price .time_sale_text {
    display: inline-block;
    padding: 7px 0 5px 20px;
    font-size: 11px;
    background: url('../../img/icon/goods_icon/icon_time_sale_cost.png') no-repeat left 7px;
    color: #888888
}

.item_money_box .item_sale {
    display: block;
    padding: 3px 0 3px 0;
    font-size: 16px;
    color: #ab3e55;
}

.item_money_box .item_sale .icon_item_coupon {
    margin: 10px 0 0 0;
}

.item_money_box .item_sale .icon_item_coupon img {
    vertical-align: middle;
}

.item_money_box .item_mileage {
    display: block;
    padding: 5px 0 5px 0;
    line-height: 1.5;
    background: none;
}

.item_money_box .item_mileage img {
    vertical-align: middle;
}

.item_number_box {
    font-size: 11px;
    color: #a8a8a8;
}

.item_number_box .num_model {
    display: block;
}

.item_number_box .num_code {
    display: block;
}

/* 갤러리형 기본 */
.item_gallery_type {}

/* 리스트형 */
.item_list_type {
    overflow: hidden;
    width: 100%;
}

.item_list_type:after {
    display: block;
    clear: both;
    content: "";
}

.goods_list_cont .item_list_type li {
    width: 100%;
    padding: 40px 0 24px 0;
    border-top: 1px solid #ebebeb;
    text-align: left;
}

.item_list_type li:first-child {
    padding: 0 0 0 0;
    border: 0 none;
}

.item_list_type .item_cont {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0;
    text-align: left;
    color: #1c1c1c;
    vertical-align: middle;
}

.item_list_type .item_photo_box {
    display: inline-block !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.item_list_type .item_info_cont {
    display: inline-block;
    width: 70%;
    padding: 0;
}

.item_list_type .item_info_list {
    display: inline-block;
    width: 46%;
    min-width: 100px;
    padding: 0 10px 0 20px;
    vertical-align: middle;
}

.item_list_type .item_info_list .item_tit_box .item_name_explain {
    display: inline-block;
}

.item_list_type .item_money_box {
    display: inline-block;
    padding: 0 20px 0 20px;
    vertical-align: middle;
}

.item_list_type .item_number_box {
    padding: 10px 0 0 0;
}

.item_list_type .item_btn_box {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 76px;
    margin-top: -55px;
}

.item_btn_box button {
    display: block;
    margin: 10px 10px 10px 20px;
    font-weight: bold;
}

.btn_list_get {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background: #979797;
}

/* 찜하기 */
.btn_list_get:hover {
    background: #626262;
}

.btn_list_cart {
    width: 200px;
    padding: 10px 20px;
    color: #ffffff;
    background: #ab3e55;
}

/* 장바구니 */
.btn_list_cart:hover {
    background: #9b344a;
}

/* 리스트그룹형 */
.item_goods_list {}

.item_group_type li {
    display: table;
    width: 50%;
}

.item_group_type .item_cont {
    display: table-cell;
    padding: 0;
    text-align: left;
    color: #1c1c1c;
    vertical-align: middle;
}

.item_group_type .item_photo_box {
    display: table-cell !important;
    position: relative;
    text-align: center;
}

.item_group_type .item_info_cont {
    padding: 0 10px 0 20px;
}


/* 상품이동형 : 가로 */
.item_slide_horizontal .slick-prev,
.item_slide_horizontal .slick-next {
    display: block;
    position: absolute;
    top: 40%;
    width: 30px;
    height: 50px;
}

.item_slide_horizontal .slick-prev {
    left: 0px;
    background: url(../../img/common/btn/btn_horizontal_prev.png) no-repeat left top;
}

.item_slide_horizontal .slick-prev:hover {
    background: url(../../img/common/btn/btn_horizontal_prev_over.png) no-repeat left top;
}

.item_slide_horizontal .slick-next {
    right: 0px;
    background: url(../../img/common/btn/btn_horizontal_next.png) no-repeat left top;
}

.item_slide_horizontal .slick-next:hover {
    background: url(../../img/common/btn/btn_horizontal_next_over.png) no-repeat left top;
}

/* 상품이동형 : 세로 */
.item_slide_vertical {
    padding: 45px 0 40px 0;
}

.item_slide_vertical .slick-prev,
.item_slide_vertical .slick-next {
    display: block;
    position: absolute;
    left: 50%;
    width: 50px;
    height: 30px;
}

.item_slide_vertical .slick-prev {
    top: 30px;
    background: url(../../img/common/btn/btn_vertical_prev.png) no-repeat left top;
}

.item_slide_vertical .slick-prev:hover {
    background: url(../../img/common/btn/btn_vertical_prev_over.png) no-repeat left top;
}

.item_slide_vertical .slick-next {
    top: auto;
    right: auto;
    bottom: 0px;
    background: url(../../img/common/btn/btn_vertical_next.png) no-repeat left top;
}

.item_slide_vertical .slick-next:hover {
    background: url(../../img/common/btn/btn_vertical_next_over.png) no-repeat left top;
}

/* 스크롤형 */
.item_scroll_type {
    overflow-x: auto;
    overflow-y: hidden;
}

.item_scroll_type ul {
    padding: 0 0 10px 0;
}

/* 스크롤형 세로타입 */
.item_scroll_type.scroll_vertical {
    overflow-x: hidden;
    overflow-y: auto;
    height: 330px;
}

/* 선택강조형 */
.item_hover_type {
    overflow: hidden;
}

.item_hover_type .icon_time_sale {
    z-index: 20;
}

.item_hover_type .item_photo_box:hover .icon_time_sale img,
.item_hover_type .item_photo_box:hover .item_soldout_bg img {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item_hover_type .item_soldout .item_photo_box:hover .icon_time_sale img,
.item_hover_type .item_photo_box:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 심플이미지형 */
.item_simple_type {
    overflow: hidden;
}

.item_simple_type .item_cont {
    text-align: center;
    font-size: 0;
}

.item_simple_type .item_photo_box {
    overflow: hidden;
}

.item_simple_type .item_simple_over {
    display: none;
}

.item_simple_type li a:hover .item_simple_over {
    display: block;
    vertical-align: middle;
}

.item_simple_type .item_simple_over {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /* z-index:10;*/
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    /*
    IE8이하는 rgba가 동작하지 않기 때문에 배경 투명도 적용을 위해 filter의 gradient을 대체 이용한다.
    컬러값 60000000의 8자리 숫자의 의미: 앞 60 불투명도, 나머지 6자리 컬러값.
    startColorstr와 endColorstr의 색을 같게 하여 배경 투명도 처리를 하는것.
    하지만 원래는 그라데이션 처리하는 기법이기 때문에 같은 60% 투명도라고 해도 약간의 차이는 있다.
	*/
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

.item_simple_type .item_simple_info {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.item_simple_type .item_info_cont {
    display: table-cell;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.item_simple_type .item_cont a {
    display: inline-block;
    color: #ffffff;
}

.item_simple_type .item_cont span,
.item_simple_type .item_cont del {
    display: block;
    color: #ffffff;
}

.item_simple_type .item_cont .icon_item_coupon {
    display: inline;
}

.item_simple_type .item_cont .item_tit_box .item_name_explain {
    padding: 0 10px 0 10px;
}

.item_simple_type .icon_time_sale {
    z-index: 20;
}

.item_simple_type .item_soldout .icon_time_sale {
    z-index: inherit;
}

.item_simple_type .item_price .time_sale_text {
    color: #fff;
}

/* 말풍선형 */
.item_tip_type {}

.item_tip_type {}

.item_tooltip_box {
    padding: 3px 3px;
    color: #fff;
}

/* 장바구니형 */
.item_basket_type {}

.item_basket_type .item_photo_box:hover .item_link {
    display: block;
}

.item_basket_type .item_soldout .item_soldout_bg {}

.item_basket_type .item_soldout .item_link {
    z-index: inherit;
}

.item_basket_type .item_link {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 1;
    z-index: 10;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
    background-color: rgba(0, 0, 0, 0.7);
}

/* 찜하기버튼 */
.btn_basket_get {
    width: 50%;
    height: 100%;
    border-right: 1px dotted #ffffff;
}

.btn_basket_get span {
    display: block;
    color: #ffffff;
}

/* 장바구니버튼 */
.btn_basket_cart {
    width: 47%;
    height: 100%;
}

.btn_basket_cart span {
    display: block;
    color: #ffffff;
}



/* 탭진열형 - 가로형 */
.item_hl_tab_type {}

.item_hl_tab_type .goods_tab_tit {}

.item_hl_tab_type .goods_tab_tit ul {
    float: none;
    width: 70%;
    margin: 0 auto;
    font-size: 0;
}

.item_hl_tab_type .goods_tab_tit li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.item_hl_tab_type .goods_tab_tit li a {
    display: block;
    margin-left: -1px;
    padding: 15px 0 15px 0;
    color: #999999;
    font-size: 13px;
    border: 1px solid #dadada;
}

.item_hl_tab_type .goods_tab_tit li.on a {
    color: #333333;
    font-weight: bold;
    border: 1px solid #dadada;
    /*border-bottom:none 0;*/
    background: #ffffff;
}

.item_hl_tab_type .goods_tab_tit li:first-child a {
    margin-left: 0;
}

.item_hl_tab_type .goods_tab_cont {
    min-height: 150px;
}

.item_hl_tab_type .goods_tab_cont .goods_tab_box {
    display: none;
}

.item_hl_tab_type .goods_tab_cont .goods_tab_box.on {
    display: block
}

/* 탭진열형 - 세로형 */
.item_vl_tab_type {
    overflow: hidden;
}

.item_vl_tab_type .goods_tab_tit {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 170px;
}

.item_vl_tab_type .goods_tab_tit ul {
    margin: 40px 0 0 0;
}

.item_vl_tab_type .goods_tab_tit li {
    width: 100%;
    min-height: 10px;
    margin: 0;
    text-align: left;
}

.item_vl_tab_type .goods_tab_tit li a {
    display: block;
    padding: 10px 0 10px 0;
    color: #999999;
    font-size: 13px;
    border-bottom: 1px solid #dadada;
}

.item_vl_tab_type .goods_tab_tit li.on a {
    color: #ab3e55;
    font-weight: bold;
    background: url(../../img/icon/goods_icon/icon_vl_tab.png) no-repeat right center;
}

.item_vl_tab_type .goods_tab_cont {
    padding: 0 0 0 200px;
    min-height: 150px;
}

.item_vl_tab_type .goods_tab_cont .goods_tab_box {
    display: none;
}

.item_vl_tab_type .goods_tab_cont .goods_tab_box.on {
    display: block
}

/* 상품 대표 색상 */
.goods_list .color {
    margin-top: 5px;
    overflow: hidden;
}

.goods_list .color>div {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    border: #dfdfdf 1px solid;
    display: inline-block;
    margin: 5px 1px 0 0;
}

/* 리스트형 */
.item_list_type .item_photo_box {
    border: none;
    text-align: left;
}

.item_list_type .item_photo_box a img {
    border: #ebebeb 1px solid;
}

.item_list_type .color {
    margin-top: 5px;
    overflow: hidden;
    position: absolute;
}

/* 리스트 그룹형 */
.item_group_type .item_photo_box {
    border: none;
    text-align: left;
}

.item_group_type .item_photo_box a img {
    border: #ebebeb 1px solid;
}

/* 상품 이동형 */
.item_slide_horizontal .color {
    margin: 0 auto;
    text-align: left;
}

/* 심플이미지형 */
.item_simple_type .color {
    margin: 0 auto;
    text-align: left;
    max-width: 60%;
}

.item_simple_type .color>div {
    margin: 5px 5px 0 0;
}

@charset "utf-8";
/* CSS Document */

/* 공통 버튼 - 회색버튼 */
.btn_gray_list {}

.btn_gray_list a,
.btn_gray_list button {
    display: inline-block;
    padding: 0 0 0 11px;
    background: url('../img/common/btn/btn_gray_bg.png') repeat-x;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
}

.btn_gray_list a em,
.btn_gray_list button em {
    display: inline-block;
    padding: 0px 20px 0 0;
    background: url('../img/common/btn/btn_gray_bg.png') no-repeat right top;
}

.btn_gray_list a span,
.btn_gray_list button span {
    display: inline-block;
    padding: 0px 12px 0 0;
}

.btn_gray_list a:hover,
.btn_gray_list button:hover {
    background: #f8f8f8;
}

.btn_gray_list button em {
    margin-top: -2px;
}

.btn_gray_list .btn_gray_small {
    font-size: 11px;
    background: url('../img/common/btn/btn_gray_bg_02.png') repeat-x bottom;
}

.btn_gray_list .btn_gray_small em {
    background-position: right 1px;
    line-height: 22px;
}

.btn_gray_list .btn_gray_small em.icon_download {
    padding: 0px 30px 0 0;
    background-position: right -22px;
}

.btn_gray_list .btn_gray_small span {
    line-height: 22px;
}

.btn_gray_list .btn_gray_mid {
    height: 26px;
    background-position: 0 -70px;
}

.btn_gray_list .btn_gray_mid em {
    background-position: right -69px;
    line-height: 26px;
}

.btn_gray_list .btn_gray_mid span {
    line-height: 26px;
}

.btn_gray_list .btn_gray_mid em.icon_download {
    padding: 0px 30px 0 0;
    background-position: right -93px;
}

.btn_gray_list .btn_gray_big {
    height: 31px;
    background-position: 0 -140px;
}

.btn_gray_list .btn_gray_big em {
    background-position: right -139px;
    line-height: 31px;
}

.btn_gray_list .btn_gray_big span {
    line-height: 31px;
}

.btn_gray_list .style-none {
    border: 0px;
    padding: 0px;
    vertical-align: baseline;
    background: none !important;
}

.btn_center_box button {
    /*margin:0 2px 0 3px;*/
}

.btn_center_box button+button,
.btn_left_box button+button,
.btn_right_box button+button {
    margin-left: 6px;
}

/* --------------------------------
    상품상세 버튼
-------------------------------- */
/* 장바구니,찜하기 공통 버튼 */
.btn_add_cart,
.btn_add_wish {
    display: inline-block;
    width: 152px;
    height: 52px;
    margin: 0 0 0 6px;
    padding: 0 10px 0 10px;
    color: #3e3d3c;
    font-size: 16px;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
}

.btn_add_cart:hover,
.btn_add_wish:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 바로구매 버튼 */
.btn_add_order,
.btn_add_order_related,
.btn_add_cart_related {
    display: inline-block;
    width: 230px;
    height: 52px;
    margin: 0 0 0 6px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    font-weight: bold;
}

.btn_add_order:hover,
.btn_add_order_related:hover,
.btn_add_cart_related:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 구매불가 버튼 */
.btn_add_soldout {
    display: initial;
    width: 390px;
    height: 52px;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #666666;
    background: #666666;
    text-align: center;
    cursor: default;
}

/* .btn_add_soldout:hover{border:1px solid #9b344a; background:#9b344a;} */
/* 장바구니 버튼 */
.btn_add_cart {
    margin: 0;
}

/* 재입고알림 버튼 */
.btn_restock_notice_v1 {
    display: inline-block;
    width: 128px;
    height: 52px;
    margin: 0;
    padding: 0 10px 0 34px;
    color: #ab3e55;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ffffff url('../img/icon/goods_icon/ico_restock_moment.png') no-repeat 8px center;
    text-align: center;
}

.btn_restock_notice_v1:hover {
    color: #ab3e55;
    border: 1px solid #ab3e55;
}

.btn_restock_notice_v2 {
    display: inline-block;
    width: 156px;
    height: 52px;
    margin: 0 5px 0 0;
    padding: 0 10px 0 34px;
    color: #ab3e55;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ffffff url('../img/icon/goods_icon/ico_restock_moment.png') no-repeat 18px center;
    text-align: center;
}

.btn_restock_notice_v2:hober {
    color: #ab3e55;
    border: 1px solid #ab3e55;
}

/* 재입고알림 버튼 있을 때 변경되는 버튼 */
.btn_choice_box .restock {
    display: inline-block;
}

.btn_choice_box .restock .btn_add_cart,
.btn_choice_box .restock .btn_add_wish {
    width: 115px;
    margin: 0 0 0 3px;
}

.btn_choice_box .restock .btn_add_order {
    width: 176px;
    margin: 0 0 0 3px;
}

/* 상품후기 전체보기, 상품문의 전체보기 */
.btn_reviews_more,
.btn_qna_more {
    display: inline-block;
    min-width: 120px;
    padding: 10px 10px 10px 10px;
    color: #3e3d3c;
    font-weight: bold;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
}

.btn_reviews_more:hover,
.btn_qna_more:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 상품후기 글쓰기, 상품문의 글쓰기 */
.btn_reviews_write,
.btn_qna_write {
    display: inline-block;
    min-width: 120px;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_reviews_write:hover,
.btn_qna_write:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 상품후기 전체보기, 상품후기 글쓰기, 상품문의 전체보기, 상품문의 글쓰기 버튼 박스 */
.btn_reviews_box,
.btn_qna_box {
    position: absolute;
    top: 32px;
    right: 0px;
}

/* 추천하기 */
.btn_comment_best {
    display: inline-block;
    min-width: 50px;
    margin: 0 0 0 10px;
    padding: 1px 5px 2px 5px;
    color: #ffffff;
    font-size: 11px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_comment_best:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 검색결과 페이지 검색버튼 */
.btn_goods_search {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    text-align: center;
}

.btn_goods_search em {
    padding: 0 20px 0 0;
    background-image: url("../img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

/* 더보기 */
.btn_goods_main_more {
    height: 1px;
    border-top: 1px solid #dbdbdb;
}

.btn_goods_main_more .btn_goods_main_view_more {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #dbdbdb;
}


/* --------------------------------
    회원가입 버튼
-------------------------------- */
/* 이전, 다음 버튼 */
.btn_member_prev {
    width: 150px;
    height: 45px;
    margin: 35px 0 0 0;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    background: #ffffff;
    cursor: pointer;
}

.btn_member_prev:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

.btn_member_next {
    width: 150px;
    height: 45px;
    margin: 35px 0 0 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    cursor: pointer;
    font-weight: bold;
}

.btn_member_next:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 로그인, 확인 버튼 */
.btn_member_ok,
.btn_member_login {
    width: 150px;
    height: 45px;
    margin: 35px 0 0 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    cursor: pointer;
}

.btn_member_ok:hover,
.btn_member_login:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 아이디 찾기 버튼 */
.btn_member_id {
    float: right;
    width: 158px;
    height: 91px;
    margin: 15px 0 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    cursor: pointer;
}

.btn_member_id:hover {
    border: 1px solid #4f4e4d;
    background: #4f4e4d;
}

/* 비밀번호 찾기, 로그인하기 버튼 */
.btn_member_white {
    width: 150px;
    height: 45px;
    color: #3e3d3c;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #fff;
    cursor: pointer;
}

.btn_member_white:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 회원가입 등등 */
.btn_member_black {
    width: 150px;
    height: 45px;
    margin: 35px 0 0 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    cursor: pointer;
    font-weight: bold;
}

.btn_member_black:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 취소*/
.btn_member_cancel {
    width: 150px;
    height: 45px;
    color: #3e3d3c;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #cccccc;
    background: #fff;
    cursor: pointer;
}

.btn_member_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 회원가입, 휴먼 해제하기 */
.btn_member_join {
    width: 150px;
    height: 45px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #666666;
    background: #666666;
    cursor: pointer;
    font-weight: bold;
}

.btn_member_join:hover {
    border: 1px solid #626262;
    color: #fff;
    background: #626262;
}

.btn_comfirm {
    width: 150px;
    height: 45px;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    cursor: pointer;
    font-weight: bold;
}

.btn_comfirm:hover {
    border: 1px solid #9b344a;
    color: #fff;
    background: #9b344a;
}


/* --------------------------------
    마이페이지 버튼
-------------------------------- */
/* 더보기 버튼 */
.mypage_lately_info .btn_board_more {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 12px;
}

.mypage_lately_info .btn_board_more:hover {
    text-decoration: underline;
}

/* 구매확정, 리뷰쓰기 */
.btn_buy_ok,
.btn_review_write {
    display: inline-block;
    min-width: 46px;
    margin: 2px 1px 2px 1px;
    padding: 3px 10px 4px 10px;
    color: #fff;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_buy_ok em,
.btn_review_write em {
    font-weight: bold;
}

.btn_buy_ok:hover,
.btn_review_write:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 쇼핑정보 > 취소,확인 */
.btn_claim_cancel {
    display: inline-block;
    min-width: 80px;
    height: 42px;
    padding: 0 10px 0 10px;
    line-height: 40px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
}

.btn_claim_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

.btn_claim_cancel em {
    font-weight: bold;
}

.btn_claim_ok {
    min-width: 100px;
    height: 44px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    vertical-align: top;
}

.btn_claim_ok:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_claim_ok em {
    font-weight: bold;
}

/* 찜리스트 장바구니,삭제하기, 선택상품 삭제 */
.btn_wish_cart {
    display: inline-block;
    min-width: 46px;
    margin: 2px 1px 2px 1px;
    padding: 3px 10px 4px 10px;
    color: #fff;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_wish_cart:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_wish_del {
    display: inline-block;
    min-width: 46px;
    min-height: 18px;
    margin: 5px 0 0 0;
    padding: 3px 10px 4px 10px;
    color: #3e3d3c;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
}

.btn_wish_del:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

.btn_wish_choice_del,
.btn_wish_choice_cart {
    display: inline-block;
    min-width: 46px;
    min-height: 18px;
    margin: 5px 0 0 0;
    padding: 3px 10px 4px 10px;
    color: #626262;
    border: 1px solid #a3a3a3;
    background: #ffffff;
    text-align: center;
}

.btn_wish_choice_del:hover {
    color: #484848;
    border: 1px solid #777777;
}

/* 회원 비밀번호 검증 > 취소, 인증하기 */
.btn_pw_cancel {
    display: inline-block;
    min-width: 80px;
    height: 42px;
    padding: 0 10px 0 10px;
    line-height: 40px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}

.btn_pw_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

.btn_pw_cancel em {
    font-weight: bold;
}

.btn_pw_certify {
    min-width: 100px;
    height: 44px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    vertical-align: top;
}

.btn_pw_certify:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_pw_certify em {
    font-weight: bold;
}

/* 배송지 관리 > 새 배송지 추가 */
.btn_add_shipping {
    position: absolute;
    top: -42px;
    right: 0;
    height: 30px;
    padding: 0 10px;
    line-height: 28px;
    color: #fff;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
}

.btn_add_shipping:hover {
    border: 1px solid #626262;
    background: #626262;
}

/* 쿠폰 > 쿠폰등록 */
.btn_coupon_register {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 70px;
    height: 28px;
    line-height: 26px;
    color: #fff;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
}

.btn_coupon_register:hover {
    border: 1px solid #626262;
    background: #626262;
}

.btn_coupon_register em {
    font-size: 12px;
}

/* 1:1 문의 조회버튼 */
.mypage_cont .btn_date_check {
    /*display:inline-block;*/
    float: left;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.mypage_cont .btn_date_check:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.mypage_cont .btn_date_check em {
    padding: 0 20px 0 0;
    background-image: url("../img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    font-weight: bold;
}

/* --------------------------------
    주문페이지 버튼
-------------------------------- */
/* 장바구니 > 쇼핑 계속하기 */
.shop_go_link {
    display: inline-block;
    border-bottom: 1px solid #333333;
}

/* 선택 상품 삭제, 선택 상품 찜 */
.btn_order_choice_del,
.btn_order_choice_wish {
    display: inline-block;
    min-width: 120px;
    height: 30px;
    padding: 0 15px 0 15px;
    color: #626262;
    border: 1px solid #a3a3a3;
    text-align: center;
    line-height: 28px;
}

.btn_order_choice_del:hover,
.btn_order_choice_wish:hover {
    color: #484848;
    border: 1px solid #777777;
}

/* 선택 상품 주문 */
.btn_order_choice_buy {
    min-width: 190px;
    height: 55px;
    padding: 0 20px 0 20px;
    color: #3e3d3c;
    font-weight: bold;
    font-size: 14px;
    border: 1px solid #cccccc;
    background: #fff;
    cursor: pointer;
}

.btn_order_choice_buy:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 전체 상품 주문 */
.btn_order_whole_buy {
    min-width: 190px;
    height: 55px;
    padding: 0 20px 0 20px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    cursor: pointer;
    font-weight: bold;
}

.btn_order_whole_buy:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 결제하기 */
.btn_order_buy {
    display: inline-block;
    width: 300px;
    height: 61px;
    line-height: 59px;
    color: #fff;
    font-size: 20px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_order_buy em {
    font-weight: bold;
}

.btn_order_buy:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 주문완료 > 확인 */
.btn_order_end_ok {
    display: inline-block;
    width: 200px;
    height: 61px;
    line-height: 59px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_order_end_ok em {
    font-weight: bold;
}

.btn_order_end_ok:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}


/* --------------------------------
    고객센터 버튼
-------------------------------- */
/* 버튼 */
.btn_board_more {
    position: absolute;
    top: 7px;
    right: 5px;
    font-size: 12px;
}

.btn_board_more:hover {
    text-decoration: underline;
}

.board_list_faq .btn_board_more {
    position: absolute;
    top: -34px;
    right: 5px;
    font-size: 12px;
}

.board_list_faq .btn_board_more:hover {
    text-decoration: underline;
}

.btn_poll_finish,
/* 설문 완료 */
.btn_main_go

/* 홈바로가기 */
    {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    line-height: 40px;
}

/* 자주묻는 질문 검색버튼 */
.btn_date_check {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_date_check:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_date_check em {
    padding: 0 20px 0 0;
    background-image: url("../img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
    font-weight: bold;
}


/* --------------------------------
    레이어 버튼
-------------------------------- */
/* 검정 버튼 */
.btn_ly_download,
/* 쿠폰 전체 다운받기 버튼 */
.btn_ly_coupon_apply,
/* 쿠폰 적용 */
.btn_ly_write_ok,
/* 등록 */
.btn_ly_ok,
/* 확인 */
.btn_ly_save,
/* 저장 */
.btn_escrow_go,
/* 에스크로 구매확인창 열기 */
.btn_pg_go

/* 결제창 열기 */
    {
    display: inline-block;
    min-width: 100px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    cursor: pointer;
}

.btn_ly_download:hover,
/* 쿠폰 전체 다운받기 버튼 */
.btn_ly_coupon_apply:hover,
/* 쿠폰 적용 */
.btn_ly_write_ok:hover,
/* 등록 */
.btn_ly_ok:hover,
/* 확인 */
.btn_ly_save:hover,
/* 저장 */
.btn_escrow_go:hover,
/* 에스크로 구매확인창 열기 */
.btn_pg_go:hover

/* 결제창 열기 */
    {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 취소 버튼  */
.btn_ly_cancel {
    display: inline-block;
    width: 100px;
    height: 42px;
    padding: 0 5px 0 5px;
    color: #3e3d3c;
    font-size: 14px;
    border: 1px solid #cccccc;
    text-align: center;
    cursor: pointer;
}

.btn_ly_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

/* 회원가입 */
.btn_ly_join {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    margin: 0 5px 0 0;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #6b6b6b;
    background: #6b6b6b;
    line-height: 40px
}

/* 로그인 */
.btn_ly_login {
    display: inline-block;
    min-width: 150px;
    height: 42px;
    padding: 0 10px 0 10px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    text-align: center;
    line-height: 40px;
}

/* 비밀번호 인증 확인 버튼 */
.btn_ly_password {
    display: inline-block;
    width: 70px;
    height: 28px;
    padding: 0 5px 0 5px;
    color: #ffffff;
    border: 1px solid #3e3d3c;
    background: #3e3d3c;
    text-align: center;
    cursor: pointer;
}

/* 1:1 문의 조회버튼, 미확인 입금자 리스트 검색버튼 */
.btn_ly_date_check,
.btn_ly_depositor {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_ly_date_check:hover,
.btn_ly_depositor:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.btn_ly_date_check em,
.btn_ly_depositor em {
    padding: 0 20px 0 0;
    font-weight: bold;
    background-image: url("../img/common/btn/btn_goods_search.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

/* 추천하기 */
.plus_review_look .btn_comment_best {
    display: inline-block;
    min-width: 50px;
    margin: 0 0 0 10px;
    padding: 1px 5px 2px 5px;
    color: #ffffff;
    font-size: 11px;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.plus_review_look .btn_comment_best:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 세금계산서 발행 */
.bnt_tax_invoice {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    padding: 5px 20px 5px 20px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    line-height: 30px;
}

.bnt_tax_invoice:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.bnt_tax_invoice em {
    font-size: 14px;
    font-weight: bold;
}

.bnt_cash_receipt {
    display: inline-block;
    min-width: 100px;
    height: 31px;
    padding: 5px 20px 5px 20px;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
    line-height: 30px;
}

.bnt_cash_receipt:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

.bnt_cash_receipt em {
    font-size: 14px;
    font-weight: bold;
}

/* 배송지 관리 > 새 배송지 추가 */
.btn_ly_add_shipping {
    position: absolute;
    top: -42px;
    right: 0;
    width: 121px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    border: 1px solid #979797;
    background: #979797;
    text-align: center;
}

.btn_ly_add_shipping:hover {
    border: 1px solid #626262;
    background: #626262;
}

/* PG 결제 취소, 장바구니 이동 */
.btn_pg_cancel {
    display: inline-block;
    min-width: 115px;
    height: 30px;
    margin: 0 5px 0 5px;
    line-height: 28px;
    color: #3e3d3c;
    border: 1px solid #cccccc;
    background: #ffffff;
    text-align: center;
}

.btn_pg_cancel:hover {
    color: #333333;
    border: 1px solid #bbbbbb;
}

.btn_pg_cartmove {
    display: inline-block;
    min-width: 115px;
    height: 30px;
    margin: 0 5px 0 5px;
    line-height: 28px;
    color: #ffffff;
    border: 1px solid #ab3e55;
    background: #ab3e55;
    text-align: center;
}

.btn_pg_cartmove:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

/* 재입고 알림 레이어 */
.btn_select,
.btn_select_cancel {
    display: inline-block;
    width: 19%;
    height: 42px;
    padding: 0 3px;
    margin: 0 0 0 5px;
    color: #3e3d3c;
    font-size: 13px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.btn_select:hover,
.btn_select_cancel:hover {
    border: 1px solid #bbbbbb;
    color: #333333;
}

.btn_goods_restock {
    display: inline-block;
    width: 34%;
    height: 42px;
    padding: 0 3px;
    margin: 0 0 0 5px;
    color: #fff;
    background: #ab3e55;
    font-size: 14px;
    border: 1px solid #ab3e55;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

.btn_goods_restock:hover {
    border: 1px solid #9b344a;
    background: #9b344a;
}

#bo_w {
    max-width: 1200px;
    margin: auto;
}

.btn_bo_user {
    display: flex;
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    top: 5%;
    justify-content: flex-end;
}

.btn_bo_user .is_list_btn i {
    display: none;
}

.btn_bo_user li {
    display: flex;
}

.btn_bo_user .more_opt {
    display: flex;
    gap: 5px;
}

#wrapper {
    position: relative;
}