/* 좌측메뉴 */
.SNBWrap .MemberBox {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #333;
    background: #f7f7f7;
}

.SNBWrap .MemberBox .UserInfo {
    overflow: hidden;
}

.SNBWrap .MemberBox .UserInfo em {
    float: left;
    display: block;
    width: 55px;
    height: 59px;
    background-image: url('/image/common/icon/icon_mem_level.png');
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.SNBWrap .MemberBox .UserInfo em.level10 {
    background-position: -240px top;
}

.SNBWrap .MemberBox .UserInfo em.level20 {
    background-position: -180px top;
}

.SNBWrap .MemberBox .UserInfo em.level30 {
    background-position: -120px top;
}

.SNBWrap .MemberBox .UserInfo em.level40 {
    background-position: -60px top;
}

.SNBWrap .MemberBox .UserInfo em.level50 {
    background-position: 0 top;
}

.SNBWrap .MemberBox .UserInfo p {
    float: left;
    width: 95px;
    padding-left: 20px;
    font-weight: 400;
    line-height: 19px;
}

.SNBWrap .MemberBox .UserInfo p .name {
    color: #222;
}

.SNBWrap .MemberBox .UserInfo p .level {
    font-weight: 700;
    color: #333;
}

.SNBWrap .MemberBox ul {
    margin-top: 5px;
    overflow: hidden;
}

.SNBWrap .MemberBox ul li {
    float: left;
    margin-left: 4px;
}

.SNBWrap .MemberBox ul li:first-child {
    margin-left: 0;
}

.SNBWrap .MemberBox ul li a {
    display: block;
    width: 94px;
    height: 24px;
    padding: 0;
    text-align: center;
    line-height: 22px;
}

.SNBWrap .MemberBox ul li:first-child a {
    width: 72px;
}

/* 마이페이지 상태 BOX */
.myMainTop {
    position: relative;
    margin-bottom: 15px;
}

.state_InfoBoxWrap {
    height: 100px;
    border: 1px solid #75aed3;
    overflow: hidden;
}

.state_InfoBoxWrap .box_person_state {
    float: left;
    width: 840px;
    height: 100px;
    background: #c0dff3;
}

.state_InfoBoxWrap .box_person_state ul {
    height: 100px;
    padding-top: 13px;
    padding-left: 13px;
    overflow: hidden;
    box-sizing: border-box;
}

.state_InfoBoxWrap .box_person_state ul li {
    float: left;
    width: 92px;
    padding-left: 11px;
    background: url('/image/common/icon/state_arrow.png') no-repeat 0 12px;
    text-align: center;
    color: #fff;
}

.state_InfoBoxWrap .box_person_state ul li a {
    display: block;
    color: #fff;
}

.state_InfoBoxWrap .box_person_state ul li:first-child {
    padding-left: 0;
    background: none;
}

.state_InfoBoxWrap .box_person_state ul li .num {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

.state_InfoBoxWrap .box_person_state ul li .icon_state {
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    border: 1px solid #95adbc;
    background: #aecadc;
    font-size: 11px;
    border-radius: 25px;
    line-height: 20px;
}

.state_InfoBoxWrap .box_person_state ul li.on .num {
    color: #2972a8;
}

.state_InfoBoxWrap .box_person_state ul li.on .icon_state {
    border: 1px solid #76a5c9;
    background: #88bbe3;
}

.state_InfoBoxWrap .TableType01 {
    float: left;
    width: 118px;
    border: none;
    margin-top: 5px;
}

.state_InfoBoxWrap .state-btnarea {
    float: left;
    display: table;
    width: 177px;
    height: 100px;
    border-left: 1px solid #79b1d5;
}

.state_InfoBoxWrap .state-btnarea a {
    display: table-cell;
    padding-left: 58px;
    font-size: 17px;
    font-weight: 400;
    color: #2972a8;
    vertical-align: middle;
    line-height: 20px;
}

.state_InfoBoxWrap02 {
    height: 70px;
    border: 1px solid #75aed3;
    overflow: hidden;
}

.state_InfoBoxWrap02 .box_person_state {
    float: left;
    height: 70px;
    background: #c0dff3;
}

.state_InfoBoxWrap02 .type-1 {
    width: 780px !important;
}

.state_InfoBoxWrap02 .type-2 {
    width: 602px !important;
}

.state_InfoBoxWrap02 .box_person_state dl {
    float: left;
    width: 50%;
    height: 70px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 70px;
}

.state_InfoBoxWrap02 .box_person_state dl.bg {
    border-left: 1px solid #79b1d5;
    background: #d6e8f4;
}

.state_InfoBoxWrap02 .box_person_state dl dt {
    float: left;
    font-size: 17px;
    font-weight: 600;
    color: #2972a8;
}

.state_InfoBoxWrap02 .box_person_state dl dt span {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
}

.state_InfoBoxWrap02 .box_person_state dl dt b {
    font-size: 27px;
}

.state_InfoBoxWrap02 .box_person_state dl dd {
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.state_InfoBoxWrap02 .box_person_state dl dd strong {
    font-size: 30px;
    line-height: 65px;
}

.state_InfoBoxWrap02 .box_person_state dl dd span {
    position: relative;
    top: -2px;
    padding-left: 5px;
    line-height: 1;
}

.state_InfoBoxWrap02 .state-btnarea {
    float: left;
    display: table;
    width: 177px;
    height: 70px;
    border-left: 1px solid #79b1d5;
}

.state_InfoBoxWrap02 .state-btnarea a {
    display: table-cell;
    padding-left: 58px;
    font-size: 17px;
    font-weight: 400;
    color: #2972a8;
    vertical-align: middle;
    line-height: 20px;
}

.myMainTop .InfoTxt {
    margin-top: 15px;
}

.myMainTop .InfoTxt li {
    font-size: 15px;
    line-height: 24px;
}

/* 마이페이지 - 공통 */
#Member .TableType02 tbody td b.order_state01 {
    display: block;
    padding-bottom: 2px;
    font-weight: 400;
}

#Member .TableType02 tbody td b.order_state02 {
    display: block;
    padding-bottom: 2px;
    color: #0395d2;
    font-weight: 400;
}

#Member .TableType02 tbody td b.order_state03 {
    display: block;
    padding-bottom: 2px;
    color: #000;
    font-weight: 400;
}

#Member .PageArea {
    margin-top: 40px;
}

#Member .btnarea a, #Member .btnarea input {
    vertical-align: top;
}

#Member .btnarea a.Btn_more04 {
    font-size: 14px;
    margin-left: 0;
}

/* 마이페이지 - 메인 */
.MyPageIndex .myMainTop {
    margin-bottom: 40px;
}

.CsCenterInfo {
    margin-bottom: 20px;
    border: 1px solid #dfdfdf;
    border-top: 1px solid #333;
    background: #f7f7f7;
    overflow: hidden;
}

.CsCenterInfo .CsCon {
    float: left;
    width: 33.3333333%;
    padding: 28px 0;
}

.CsCenterInfo .CsCon.CsInfo_01 {
    background: url('/image/common/icon/icon_cs01.png') no-repeat 30px center;
}

.CsCenterInfo .CsCon.CsInfo_02 {
    background: url('/image/common/icon/icon_cs02.png') no-repeat 30px center;
}

.CsCenterInfo .CsCon.CsInfo_03 {
    background: url('/image/common/icon/icon_cs03.png') no-repeat 30px center;
}

.CsCenterInfo .CsCon div {
    padding-left: 110px;
    border-left: 1px solid #dfdfdf;
    font-size: 15px;
    line-height: 20px;
}

.CsCenterInfo .CsCon.CsInfo_01 div {
    border-left: none;
}

.CsCenterInfo .CsCon strong {
    display: block;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.CsCenterInfo .CsCon strong.skyblue04 {
    font-size: 22px;
}

.CsCenterInfo .CsCon strong span {
    font-weight: 400;
}

.CsCenterInfo .CsCon a:hover p {
    text-decoration: underline;
}

.MyPageIndex .ProjectBanner ul {
    overflow: hidden;
}

.MyPageIndex .ProjectBanner ul li {
    float: left;
    margin-left: 7px;
}

.MyPageIndex .ProjectBanner ul li:first-child {
    margin-left: 0;
}

.MyPageIndex .ProjectBanner ul li img {
    width: 315px;
    height: 165px;
}

/* 주문배송조회 - 목록 */
#search {
    margin-bottom: 10px;
}

#search .searchArea {
    padding: 20px;
    border: 1px solid #bbb;
    overflow: hidden;
}

#search .searchArea b {
    float: left;
    width: 95px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

#search .searchArea .period {
    float: left;
    overflow: hidden;
}

#search .searchArea .period ul {
    overflow: hidden;
}

#search .searchArea .period ul li {
    float: left;
    margin-left: -1px;
    border: 1px solid #c4c4c4;
    background: #f3f3f3;
}

#search .searchArea .period ul li:first-child {
    margin-left: 0;
}

#search .searchArea .period ul li a {
    position: relative;
    display: block;
    width: 69px;
    height: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}

#search .searchArea .period ul li .border {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 69px;
    height: 30px;
    border: 1px solid #000;
}

#search .searchArea .period ul li.on a {
    background: #fff;
    color: #000;
}

#search .searchArea .period ul li.on .border {
    display: block;
}

#search .searchArea .date {
    float: left;
    font-size: 0;
}

#search .searchArea .date .textWrap {
    position: relative;
    display: inline-block;
}

#search .searchArea .date input.text {
    width: 130px;
    height: 30px;
    border: 1px solid #c4c4c4;
    background: #f3f3f3;
    box-sizing: border-box;
    font-size: 14px;
}

#search .searchArea .date .ui-datepicker-trigger {
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
}

#search .searchArea .date span {
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
}

#search .searchArea .searchtxt {
    font-size: 0;
}

#search .searchArea .searchtxt b {
    text-indent: 25px;
}

#search .searchArea .searchtxt input.text {
    width: 310px;
    height: 30px;
    border: 1px solid #c4c4c4;
    font-size: 14px;
}

#search .searchArea .btn_peroid_search {
    width: 90px;
    height: 30px;
    margin-left: 5px;
    border: none;
    background: #000;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.orderProcess {
    border: 3px solid #dfdfdf;
    background: #f9f9f9;
}

.orderProcess img {
    border-bottom: 3px solid #dfdfdf;
    vertical-align: top;
}

.orderProcess .op_txtBox {
    padding: 15px;
}

.orderProcess .op_txtBox dl {
    padding-top: 15px;
}

.orderProcess .op_txtBox dl:first-child {
    padding-top: 0;
}

.orderProcess .op_txtBox dl dt {
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
    color: #222;
    line-height: 22px;
}

.orderProcess .op_txtBox dl dd {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
}

/* 주문배송조회 - 상세 */
.myorderdetail .order-info {
    position: relative;
}

.myorderdetail .order-info table {
    width: 100%;
    border: 3px solid #dfdfdf;
    background: #fff;
}

.myorderdetail .order-info table td {
    width: 25%;
    padding: 10px 20px;
    border-left: 1px solid #dfdfdf;
    font-weight: 400;
    line-height: 23px;
}

.myorderdetail .order-info table td:first-child {
    border-left: none;
}

.myorderdetail .order-info table td strong {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #222;
}

.myorderdetail .order-info table td strong.skyblue02,
.myorderdetail .order-info table td strong.txt {
    font-weight: 400;
}

.myorderdetail .order-info ul {
    padding: 15px 20px;
    background: #f7f7f7;
}

.myorderdetail .order-info ul li {
    font-size: 15px;
    line-height: 24px;
}

.myorderdetail .order-info ul li span {
    border-bottom: 1px solid #c6c6c6;
    font-weight: 400;
    color: #333;
}

.myorderdetail .order-info ul li span.red {
    border-bottom: 1px solid #ea0000;
}

.myorderdetail .order-info .Btn_Type01 {
    position: absolute;
    right: 22px;
    bottom: 20px;
}

.myorderdetail .TableType02 tbody td .BookInfo .txtArea {
    width: 335px;
}

.myorderdetail .gift-info {
    padding: 20px;
    background: #f7f7f7;
}

.myorderdetail .gift-info strong {
    display: block;
    height: 26px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    line-height: 15px;
    vertical-align: top;
}

.myorderdetail .gift-info .TableType02 tbody td {
    padding: 15px 0;
    border-left: none;
    border-right: 1px solid #dfdfdf;
}

.myorderdetail .gift-info .TableType02 tbody td.subject {
    padding: 15px;
}

.myorderdetail .gift-info .TableType02 tbody td:first-child {
    border-left: 1px solid #dfdfdf;
}

.myorderdetail table td .btn-mo-delvy {
    margin-left: 5px;
}

.myorderdetail table td .btn-delvy-trace {
    margin-right: 5px;
}

.myorderdetail table.TableType04 td ul {
    padding-top: 10px;
}

.myorderdetail table.TableType04 td ul li {
    font-size: 14px;
    line-height: 24px;
}

.myorderdetail .writeBtnArea {
    margin-top: 40px;
}

.contentsArea .section.orderprocess-info {
    margin-bottom: 0;
}

.orderprocess-info table {
    width: 100%;
    border: 3px solid #dfdfdf;
}

.orderprocess-info table tbody th {
    height: 120px;
    border-right: 1px solid #dfdfdf;
    border-top: 3px solid #dfdfdf;
    vertical-align: middle;
}

.orderprocess-info table tbody td {
    height: 120px;
    padding: 0 20px;
    border-top: 3px solid #dfdfdf;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.orderprocess-info table tbody tr:first-child th,
.orderprocess-info table tbody tr:first-child td {
    border-top: none;
}

#delvy-layer .LayerContents table td .Btn_Type06 {
    width: 37px;
    margin-left: 2px;
}

#delvy-layer .LayerContents .Btn_Type07 {
    position: absolute;
    top: 20px;
    right: 15px;
}

/* 주문배송조회 - 주문취소 */
.myorderdetail .info-box {
    margin-top: 40px;
}

/* 교환/반품조회 */
.myreturn .state_InfoBoxWrap .box_person_state {
    width: 780px;
    overflow: hidden;
}

.myreturn .state_InfoBoxWrap .box_person_state ul {
    float: left;
    padding-left: 0;
    width: 33.3333333%;
}

.myreturn .state_InfoBoxWrap .box_person_state ul li {
    width: 78px;
}

.myreturn .state_InfoBoxWrap .box_person_state ul.bg {
    border-left: 1px solid #79b1d5;
    background: #d6e8f4;
}

.myreturn .state_InfoBoxWrap .box_person_state ul.bg2 {
    border-left: 1px solid #79b1d5;
}

.myreturn .state_InfoBoxWrap .state-btnarea a {
    background: url('/image/common/icon/icon_return.png') no-repeat 20px center;
}

/* 취소주문 조회 */
.myorderdetail.myreturnetail .order-info table td {
    width: 20% !important;
}

/* 증빙서류 신청/조회 */
.mydocument .TableType02 tbody td .button {
    width: 98px !important;
}

.mydocument .TableType02 tbody td .Btn_Type02 {
    width: 98px;
    padding: 0;
}

/* 나의 쿠폰함 */
.mycoupon .state_InfoBoxWrap02 .state-btnarea a {
    background: url('/image/common/icon/icon_coupon.png') no-repeat 25px center;
}

.mycoupon .download-coupon{
    position: absolute;
    right: 86px;
    bottom: 0;
}
.mycoupon .add-coupon{
    position: absolute;
    right: 0;
    bottom: 0;
}

#mycoupon-layer .coupon-area {
    margin-top: 15px;
    font-size: 0;
}

#mycoupon-layer .coupon-area input {
    width: 100px;
}

#mycoupon-layer .coupon-area span {
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
    line-height: 40px;
    vertical-align: top;
}

/* 나의 적립금 */
.mymilage .state_InfoBoxWrap02 .state-btnarea a {
    padding-left: 50px;
    background: url('/image/common/icon/icon_coupon.png') no-repeat 20px center;
}

/* 나의 예치금 */
.mysave .state_InfoBoxWrap02 .state-btnarea a {
    padding-left: 63px;
    background: url('/image/common/icon/icon_save.png') no-repeat 23px center;
}

#mysavereq-layer .layer-pop-wrap02,
#mysavereqlist-layer .layer-pop-wrap02 {
    width: 720px;
}

#mysavereq-layer .LayerType02 .LayerContents,
#mysavereqlist-layer .LayerType02 .LayerContents {
    min-height: 0;
}

#mysavereq-layer .LayerType02 .LayerContents .table-wrap {
    min-height: 0;
}

#mysavereq-layer #board.form table tbody th {
    width: 100px;
}

#mysavereq-layer #board.form table tbody td input.text2 {
    width: 245px;
}

/* 입고알림 신청내역 */
.myalarmhistory .TableType02 tbody td .button {
    width: 85px !important;
}

.myalarmhistory .TableType02 tbody td .Btn_alarm {
    margin: 3px auto 0;
}

.myalarmhistory .TableType02 tbody td .Btn_alarm:first-child {
    margin-top: 0;
}

/* 나의 리뷰 */
.myreview .state_InfoBoxWrap02 .box_person_state {
    width: 100% !important;
}

.myreview .state_InfoBoxWrap02 .box_person_state dl {
    width: 380px !important;
}

.myreview .state_InfoBoxWrap02 .box_person_state dl.bg {
    width: 289px !important;
}

.myreview .TableType03 {
    border-top: 1px solid #e7e7e7;
}

.myreview .TableType03 tbody td {
    padding: 20px 0;
    color: #222;
    font-weight: 400;
}

.myreview .TableType03 tbody td a {
    white-space: inherit;
    color: #222;
}

.myreview .TableType03 tbody td.subject {
    padding: 20px 0;
}

.myreview .TableType03 tbody td .Btn_more06 {
    font-weight: 400;
}

.myreview .TableType04 {
    border-top: 1px solid #e7e7e7;
}

.myreview .TableType04 > tbody > tr > td {
    padding: 20px;
    line-height: 22px;
}

.myreview .TableType04 > tbody > tr:hover td {
    background: #f8f8f8;
}

.myreview .TableType04 .in-table-book tbody td a {
    color: #222;
    font-weight: 400;
}

.myreview .TableType04 .in-table-book tbody td span.date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.myreview .TableType04 .in-table-book tbody td .ImgArea img {
    width: 55px;
    height: 55px;
}

.myreview .TableType04 .in-table-book tbody td .txtArea {
    line-height: 18px;
}

.myreview .starBox {
    padding: 15px 0;
}

.myreview .starBox .date {
    padding-left: 10px;
    font-size: 14px;
}

.myreview .starBox .help {
    padding-left: 11px;
    margin-left: 10px;
    background: url('/image/common/bul_08.gif') no-repeat 0 5px;
    font-size: 14px;
}

.myreview .starBox .help b {
    color: #000;
}

.myreview .starBox .title {
    display: inline-block;
    padding-left: 11px;
    margin-left: 10px;
    background: url('/image/common/bul_08.gif') no-repeat 0 5px;
    font-weight: 400;
    color: #222;
    line-height: 20px;
}

.myreview .reViewCon {
    letter-spacing: -0.5px;
}

.myreview .reViewCon .title {
    display: block;
    padding-bottom: 5px;
    font-weight: 400;
    color: #222;
}

#board.form .filelist ul {
    overflow: hidden;
}

#board.form .filelist ul li {
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

#board.form .filelist ul li:first-child {
    margin-left: 0;
}

#board.form .filelist ul li > img {
    max-width: 90px;
}

#board.form .filelist ul li.type-1 > img {
    width: 90px;
    height: 90px;
}
#board.form .filelist ul li.type-1 > span {
    display:none;
}

#board.form .filelist ul li.type-2 > img {
    width: 20px;
    height: 20px;
}

#board.form .filelist ul li.type-1 .btn_file_delete {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    z-index: 1;
}

#board.form .filelist ul li.type-1 .btn_file_delete img {
    vertical-align: top;
}

.myreview #board.form td dl {
    margin-top: 15px;
}

.myreview #board.form td dl:first-child {
    margin-top: 0;
}

.myreview #board.form td dl dt {
    font-weight: 400;
    color: #333;
    line-height: 30px;
}

.myreview #board.form td dl dd {
    font-weight: 300;
    color: #333;
    line-height: 30px;
}

.myreview #board.form .book-info-table td {
    border-bottom: none;
    padding: 20px;
    line-height: 20px;
}

.myreview #board.form .book-info-table td.subject {
    padding: 20px 20px 20px 0;
}

.myreview #board.form .book-info-table td a {
    color: #222;
    font-weight: 400;
}

.myreview #board.form .book-info-table td span.date {
    display: block;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.point-star-rating .br-widget {
    height: 23px;
    white-space: nowrap;
}

.point-star-rating .br-widget a {
    float: left;
    width: 23px;
    height: 23px;
    margin-left: 4px;
    background: url('/image/common/icon/review_star02.png') no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.point-star-rating .br-widget a:first-child {
    margin-left: 0;
}

.point-star-rating .br-widget a.br-active,
.point-star-rating .br-widget a.br-selected {
    background-position: 0 bottom;
}

.point-star-rating .br-widget .br-current-rating {
    display: none;
}

.point-star-rating .br-readonly a {
    cursor: default;
}

.point-star-rating .br-readonly a.br-active,
.point-star-rating .br-readonly a.br-selected {
    background-position: 0 bottom;
}

/* 나의 1:1 문의 */
.myinquiry #search {
    margin-bottom: 20px;
}

.myinquiry .section {
    margin-bottom: 0;
}

.myinquiry .CsCenterInfo {
    margin-bottom: 15px;
}

/* 나의 쪽지함 */
.mymessage .TableType03 tbody td {
    line-height: 21px;
}

.mymessage .TableType03 tbody tr.view_info td {
    cursor: pointer;
}

.mymessage .TableType03 tbody td.on a {
    font-weight: 400;
    color: #222;
}

.mymessage .TableType03 tbody tr.view_content td {
    display: none;
    padding: 15px 20px;
    background: #f9f9f9;
    text-align: left;
    line-height: 24px;
}

/* 비밀번호 재확인(회원정보 수정), 비밀번호 변경 */
.confirmuser-box {
    padding: 95px 0;
    border: 1px solid #ccc;
    text-align: center;
}

.confirmuser-box > strong {
    display: block;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 400;
    color: #222;
}

.confirmuser-box p {
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}

.confirmuser-box .confirmuser-table {
    width: 325px;
    margin: 0 auto;
}

.confirmuser-box .confirmuser-table th {
    text-align: left;
    width: 75px;
    font-size: 15px;
    font-weight: 300;
    line-height: 40px;
}

.confirmuser-box .confirmuser-table td {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 40px;
}

.confirmuser-box .confirmuser-table td input.text2 {
    width: 100%;
    vertical-align: top;
}

.confirmuser-box .confirmuser-table td .button {
    margin-top: 13px;
}

/* 회원정보 수정 */
.mem_post {
    width:100px;
}
.membermodify .mem_add1 {
    width: 518px;
}

.membermodify .mem_add2 {
    width: 730px; margin-top: 5px;
}

.membermodify table td .code-box {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.membermodify table td .code-box input.text2 {
    width: 205px;
}

.membermodify table td .code-box .red {
    position: absolute;
    top: 0;
    right: 80px;
    width: 48px;
    text-align: center;
    line-height: 40px;
}

.membermodify table td select.birth {
    margin-left: 10px;
}

.membermodify table td select.birth:first-child {
    margin-left: 0;
}

.membermodify table td .btn_nanum {
    padding: 0 20px;
}

.membermodify #board.form table.child-table td {
    padding: 10px 0;
}

.membermodify #board.form table.child-table td input.text2 {
    width: 90%;
}

.membermodify #board.form table.child-table td .button {
    display: block;
    width: 77px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

/* 비밀번호 변경 */
.pass-modify .confirmuser-box table td .button {
    margin-top: 3px;
}

.pass-modify .confirmuser-box table td.info_safety {
    font-size: 14px;
    font-weight: 400;
}

.pass-modify .confirmuser-box table td.info_safety img {
    padding-right: 5px;
    vertical-align: middle;
}

.pass-modify .confirmuser-box table td .safety_01 {
    color: #4cbc0f;
}

.pass-modify .confirmuser-box table td .safety_02 {
    color: #ea9a00;
}

.pass-modify .confirmuser-box table td .safety_03 {
    color: #ea0000;
}

.pass-modify .info-box {
    margin-top: 20px;
}

/* 배송지관리 */
.address-list table td .Btn_Type06 {
    width: 37px;
    margin-left: 2px;
}
.address-form  #mem_post {
    vertical-align: top;
}
.address-form #mem_add1 {
    width: 411px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.address-form #mem_add2 {
    width: 730px;
}

/* 회원등급 조회 */
.mylevel .evalue-table {
    display: table;
    margin-bottom: 10px;
    overflow: hidden;
}

.mylevel .evalue-table p {
    display: table-cell;
    width: 90px;
    padding: 15px 20px;
    background: #919191;
    font-size: 15px;
    color: #fff;
    vertical-align: top;
    line-height: 18px;
}

.mylevel .evalue-table p.bg-black {
    background: #333;
}

.mylevel .evalue-table table {
    display: table-cell;
    width: 830px;
}

.mylevel .evalue-table table td {
    height: 44px;
    padding: 20px 0;
}

.mylevel .evalue-table table td .Btn_Type01 {
    display: block;
    width: 60px;
    padding: 0;
    margin: 3px auto 0;
}

.mylevel .evalue-table table td b {
    font-size: 18px;
    font-weight: 400;
    color: #0ca7e8;
}

.mylevel .expectedlevel .evalue-table {
    margin-top: 10px;
    margin-bottom: 0;
}

/* 회원등급 조회 - 순수구입금액 레이어 */
#purchase-layer .layer-pop-wrap02 {
    width: 890px;
}

#purchase-layer .TableType02 tbody td {
    padding: 15px 0;
}

#purchase-layer .TableType02 tbody td.subject {
    padding: 15px;
}

#purchase-layer .table-wrap {
    margin: 10px 0 25px;
}

/* 회원등급 조회 - 리뷰작성 레이어 */
#review-layer .layer-pop-wrap02 {
    width: 890px;
}

#review-layer .table-wrap {
    margin: 10px 0 25px;
}

#review-layer table td .ImgArea img {
    width: 55px;
    height: 55px;
}

#review-layer table td a span {
    vertical-align: top;
}

#review-layer table td .subject {
    display: inline-block;
    max-width: 620px;
    font-weight: 400;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#review-layer table td a:hover .subject {
    text-decoration: underline;
}

#review-layer table td .date {
    display: inline-block;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

#review-layer .myreview .TableType04 > tbody > tr > td {
    padding: 12px;
}

#review-layer .myreview .starBox {
    padding: 0;
}

#review-layer .myreview .starBox * {
    vertical-align: middle;
}

#review-layer .myreview .starBox .icon_star {
    margin-top: 0;
}

#review-layer .myreview .starBox .title {
    width: 490px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 회원탈퇴 */
.memberout .mileage-wrap {
    width: 660px;
    margin: 10px auto 0;
}

.memberout .mileage-table {
    width: 100%;
    border: 3px solid #dfdfdf;
}

.memberout .mileage-table td {
    width: 33.3333333%;
    padding: 15px 28px;
    background: #f9f9f9;
    border-left: 1px solid #d4d4d4;
    text-align: left;
}

.memberout .mileage-table td:first-child {
    border-left: none;
}

.memberout .mileage-table td dl dt {
    font-size: 15px;
    font-weight: 400;
}

.memberout .mileage-table td dl dd {
    padding-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.memberout .mileage-table td dl dd strong {
    font-size: 36px;
    font-weight: 600;
}

.memberout .mileage-table td dl dd span {
    position: relative;
    top: -3px;
}

.memberout .mileage-wrap .btnarea {
    margin-top: 5px;
    text-align: right;
}

.memberout .membreak-section {
    width: 735px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    margin: 40px auto 0;
}

.memberout .membreak-section b {
    display: block;
    padding-bottom: 30px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
}

.memberout .membreak-section table {
    width: 550px;
    margin: 0 auto;
}

.memberout .membreak-section table td {
    text-align: left;
    line-height: 30px;
}

.memberout .membreak-section table td input.text2 {
    width: 480px;
    margin-top: 5px;
}

.memberout .orderProcess {
    margin: 20px 0 40px;
}

/* 로그인 페이지 */
#Member.login {
    overflow: hidden;
}

.login-wrap {
    width: 890px;
    margin: 0 auto;
}

.login-wrap .login-box-wrap {
    margin-top: 100px;
    height: 470px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.login-wrap .login-box {
    float: left;
    width: 405px;
    padding: 45px 40px;
    box-sizing: border-box;
}

.login-wrap .login-box .memcontents {
    display: none;
}

.login-wrap .login-box .memcontents.memcontent01 {
    display: block;
}

.login-wrap .login-box .type_box {
    margin-top: -5px;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 0;
}

.login-wrap .login-box .type_box label {
    margin-right: 0;
    font-size: 13px;
    letter-spacing: -0.5px;
}

.login-wrap .login-box table {
    width: 100%;
}

.login-wrap .login-box input.text {
    width: 100%;
    height: 40px;
    padding: 10px;
    margin-top: -1px;
    box-sizing: border-box;
}

.login-wrap .login-box .btn_black {
    margin-top: 13px;
}

.login-wrap .login-box .login-util {
    margin: 5px 0;
    font-size: 0;
    text-align: center;
}

.login-wrap .login-box .login-util li {
    display: inline-block;
    margin-left: 17px;
    padding-left: 18px;
    background: url('/image/common/bul_08.gif') no-repeat 0 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}

.login-wrap .login-box .login-util li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}

.login-wrap .login-box .login-util li a:hover {
    text-decoration: underline;
}

.login-wrap .login-box .btn_blackLine {
    margin-top: 13px;
}

.login-wrap .banner-box {
    float: left;
}

.login-wrap .banner-box a {
    display: block;
}

.login-wrap .banner-box img {
    width: 400px;
    height: 400px;
    vertical-align: top;
}

.login-wrap .banner-wrap {
    overflow: hidden;
}

#Member.login .info-box02 {
    margin-top: 10px;
}

#Member.login .info-box02 .btn_blackLine {
    width: 320px;
    margin: 20px auto 0;
}

/* 아이디/비밀번호 찾기 */
.idpw-result .idpw-result-box {
    display: table;
    width: 100%;
    margin: 5px 0 2px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.idpw-result .idpw-result-box.result-none {
    height: 122px;
    margin: 0;
}

.idpw-result .idpw-result-box p {
    display: table-cell;
    height: 125px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.idpw-result .idpw-result-box span.red {
    display: inline-block;
    font-size: 15px;
    width: 25%;
}

.idpw-result .idpw-result-box.result-none span{
    width: 100%;
}

.idpw-result span.gray {
    font-size: 13px;
}

/* 회원가입 */
#Member.join {
    margin-top: 40px;
}

#Member.join table td .code-box {
    position: relative;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}

#Member.join table td .code-box input.text2 {
    width: 205px;
}

#Member.join table td .code-box .red {
    position: absolute;
    top: 0;
    left: 155px;
    width: 48px;
    text-align: center;
    line-height: 40px;
}

#Member.join table td #mem_add1 {
    width: 330px;
}

#Member.join table td #mem_add2 {
    width: 430px;
    margin-top: 0;
}

#Member.join .agree-con-wrap {
    padding: 20px 15px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #fbfbfb;
}

#Member.join .agree-con {
    overflow: hidden;
}

#Member.join .agree-con .textarea {
    height: 145px;
    line-height: 20px;
    resize: none;
}

#Member.join .agree-con label {
    float: right;
    padding-top: 5px;
}

#Member.join .agree-con-wrap .all-agree {
    font-weight: 400;
    color: #333;
    text-align: center;
}

/* 웬디북 나눔 */
.wendy_share {
    margin-top: 30px;
}

.wendy_share .share_org {
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

.wendy_share .share_org li {
    float: left;
    width: 272px;
    height: 67px;
    margin-left: 37px;
    padding: 10px 0;
}

.wendy_share .share_org li img {
    width: 230px;
    height: 65px;
    border: 1px solid #ccc;
}

.wendy_share .share_org li .comm_radio_label {
    margin-right: 0;
}

.wendy_share .share_org li .comm_radio_label .ico_radio {
    margin-top: 25px;
    margin-right: 20px;
}

.wendy_share .share_org li .comm_radio_label em {
    position: relative;
    top: 13px;
}

/* IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .SNBWrap .MemberBox .Btn_Type01 {
        line-height: 24px;
    }

    #search .searchArea .btn_peroid_search {
        line-height: 34px;
    }
}

/* IE9, IE10 */
@media screen and (min-width: 0\0
) {
    .SNBWrap .MemberBox .Btn_Type01 {
        line-height: 24px;
    }

    #search .searchArea .btn_peroid_search {
        line-height: 34px;
    }
}

.kid {
    display: none;
}

.payment .info-box .btnarea {
    position: absolute;
    top: 18px;
    right: 20px;
}

#order.payment .total-box table td dl {
    margin-bottom: 5px;
}

.payment .payment-info-table {
    float: left;
    width: 596px;
}

.payment .payment-info-table table th {
    width: 96px !important;
}

.payment .payment-info-table .payment-intable {
    border-top: none !important;
}

.payment .payment-info-table .payment-intable th {
    padding: 0 !important;
    border-bottom: none !important;
    font-weight: 300 !important;
    color: #666 !important;
    vertical-align: middle !important;
    text-indent: 0 !important;
}

.payment .payment-info-table .payment-intable td {
    padding: 0 15px 5px 0 !important;
    border-bottom: none !important;
}

.payment .payment-info-table .card-info {
    padding: 15px 0;
}

.payment .payment-info-table .card-info dl {
    padding-top: 15px;
    overflow: hidden;
}

.payment .payment-info-table .card-info dl:first-child {
    padding-top: 0;
}

.payment .payment-info-table .card-info dl dt {
    float: left;
}

.payment .payment-info-table .card-info dl dd {
    float: left;
    max-width: 550px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 20px;
}

.payment .pay-type-select {
    margin-left: -5px;
    font-size: 0;
}

.payment .pay-type-select a {
    display: inline-block;
    width: 118px;
    height: 38px;
    margin: 5px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    border-radius: 2px;
    line-height: 38px;
}

.payment .pay-type-select a .icon {
    display: inline-block;
    width: 30px;
    height: 28px;
    margin: 0 7px 0 15px;
    background-image: url('/image/payment/icon_pay_type.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.payment .pay-type-select a.paytype01 .icon {
    background-position: 0 0;
}

.payment .pay-type-select a.paytype02 .icon {
    background-position: 0 -36px;
}

.payment .pay-type-select a.paytype03 .icon {
    background-position: 0 -74px;
}

.payment .pay-type-select a.paytype04 .icon {
    background-position: 0 -112px;
}

.payment .pay-type-select a.paytype05 .icon {
    background-position: 0 -150px;
}

.payment .pay-type-select a.paytype06 .icon {
    background-position: 0 bottom;
}

.payment .pay-type-select a.on {
    background: #0ca7e8;
    border-color: #0ca7e8;
    color: #fff;
}

.payment .pay-type-select a.on .icon {
    background-position-x: right;
}

.payment .payment-info-box {
    float: right;
    width: 355px;
}

.payment .payment-info-box .total-payment-box {
    border: 3px solid #333333;
    background: #f7f7f7;
}

.payment .payment-info-box .total-payment-box table {
    width: 100%;
    padding: 15px 25px;
}

.payment .payment-info-box .total-payment-box table th {
    width: 150px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-align: left;
    line-height: 25px;
}

.payment .payment-info-box .total-payment-box table td {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-align: right;
    line-height: 25px;
}

.payment .payment-info-box .total-payment-box dl {
    padding: 15px 25px;
    background: #222;
    color: #fff;
    overflow: hidden;
}

.payment .payment-info-box .total-payment-box dl dt {
    float: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
}

.payment .payment-info-box .total-payment-box dl dd {
    float: right;
    width: 200px;
    font-size: 36px;
    font-weight: 600;
    line-height: 35px;
    text-align: right;
    word-break: break-all;
}

.payment .payment-info-box .total-payment-box dl dd span {
    position: relative;
    top: -4px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 1;
}

.payment .payment-info-box .payment-agree-box {
    padding: 20px 30px;
    margin-top: 5px;
    border: 1px solid #333;
}

.payment .payment-info-box .payment-agree-box label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1;
}

.payment .payment-info-box .payment-agree-box textarea.textarea {
    height: 83px;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 22px;
    resize: none;
}

.payment .payment-info-box .btn_pay_submit {
    margin-top: 5px;
}


.banner-box{
    position: relative;
}
.banner-box  .bx-controls-direction {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 12px;
    font-weight: 400;
    color: #222;
    letter-spacing: -1.5px;
    z-index: 1004;
}

.banner-box .bx-next {
    width: 17px;
    height: 19px;
    background: url('/image/common/btn/btn_PrevNext.jpg') no-repeat right top;
}

.banner-box .bx-prev {
    width: 18px;
    height: 19px;
    background: url('/image/common/btn/btn_PrevNext.jpg') no-repeat left top;
}

.banner-box .bx-controls-direction a {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

#layerReviewPop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

#layerReviewPop .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#layerReviewPop .box {
    position: relative;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: center;
    border-radius: 12px;
    border: 1px solid #8B8B8B;
    background: #FFF;
}

#layerReviewPop .dialog-close {
    width: 100%;
    padding: 15px 20px 0 0;
    text-align: right;
}

#layerReviewPop .dialog-close .icon {
    font-size: 24px;
}

#layerReviewPop .title {
    font-weight: 600;
    font-size: 1rem;
    padding: 7px 0;
    margin-bottom: 10px;
}

#layerReviewPop .image {
    margin-bottom: 10px;
}

#layerReviewPop .button-group {
    display: flex;
    justify-content: space-between;
    background-color: var(--black05);
    padding: 8px 20px;
    color: var(--black50);
    font-size: 12px;
    font-weight: 400;
    border-radius: 0 0 12px 12px;
    width: 100%;
    box-sizing: border-box;
}

.MemberBox .review-rewards-box {
    color: #0D0D0D;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    border-radius: 11px;
    border: 1px solid #0D0D0D;
    padding: 1px 8px;
}

.MemberBox .review-rewards-box .rewards {
    color: #E41700;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.2px;
}

.myorderdetail .btn-review-write {
    margin: 10px 0 0 0;
    border-radius: 4px;
    background:  #92C700;
    display: inline-flex;
    height: 28px;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.notice-title-box {
    margin-bottom: 15px;
}
.notice-title {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    color:#0D0D0D;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.notice-title .icon-r {
    display: flex;
    width: 12px;
    height: 12px;
    padding-bottom: 1px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2px;
    background: #FF9517;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}
.notice-title .red {
    color: #E41700;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}