
/****************** 정보변경 ****************/

/* GNB minishop 버튼*/
.go_minishop i {
    font-size: 60px;
}
.go_minishop span {
    font-size: 20px !important;
}
.sidebar-collapse .go_minishop{
    text-align: left !important;
    padding:12px 5px 12px 15px !important;
}
.sidebar-collapse .go_minishop i {
    font-size: inherit;
}
.sidebar-collapse .go_minishop span {
    font-size: 14px !important;
}
.treeview-menu>li {
    padding-left:10px;
}

#okvit .dropdown_notify{
    width: 310px;
}

/* 메인 비주얼 */
.main_visual {
    margin: 0 auto;
    height:300px;
    background:#FFF8F2;
    overflow:hidden;
    margin-bottom: 40px;
}
.main_visual .visual {
    position: relative;
    height: 100%;
    background:url('/images/main/bg_visual.png') no-repeat 0 0;
}
.main_visual .visual .visual_content {
    text-align: right;
    position: absolute;
    right:120px;
    bottom: 100px;
    line-height: 25px;
    font-weight: bold;
}

/* 메인 컨텐츠 */
.main_content {
    margin: 0 auto;
    margin-bottom: 35px;
}
.main_content h4{
    padding-bottom: 10px;
    font-size: 18px;
}
.main_content .main_notice .msg_box {
    display:inline-flex;
    vertical-align: middle;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height:152px;
    border: 1px solid #e9e9e9;
    margin-right:15px;
    width: 48%;
    margin-top:15px;
    padding-top:20px;
    padding-left:25px;
}
.main_content .main_notice .msg_box .icon {
    width: 145px;
    height: 100%;
    padding-top:5px;
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
    background:url('/images/main/img_ad_icons.png') no-repeat 0 0;

}
.main_content .main_notice .msg_box .icon_2 {
    background-position: 32% 0;
}
.main_content .main_notice .msg_box .icon_3 {
    background-position: 64% 0;
}
.main_content .main_notice .msg_box .icon_4 {
    background-position: 106% 0;
}
.main_content .main_notice .msg_box .txt {
    text-align: left;
    padding:20px 10px 10px 0;
    font-size: 15px;
    font-weight: bold;
}
.main_content .main_guide {
    margin-bottom: 40px;
    padding-top:50px;
}
.main_content .main_guide img{
    width: 98%;
}
/* 로그인 */
.login {
    width: 600px;
    margin:0 auto;
    padding: 30px;
}
.login table th{
    background:#FFF8F2;
}
.login table th, .login table td{
    border: 1px solid #bdbdbd !important;
    font-size: 12px;
    vertical-align: middle !important;
    /*text-align: center;*/
}
.login h3 {
    font-size: 25px !important;
}
.login input[type='text']{
    border:1px solid #c1c1c1;
    background-color:#fff;
    width:66%;
    padding-left:10px;
    font-size:12px;
    color:#404040;
}
.login .btn-login {
    padding: 38px 35px;
    font-weight: bold;
    font-size: 18px;
}
.login .btn-join {
    margin-top: 10px;
    margin-right: 7px;
    padding: 5px 37px;
    background: #dc143c;
}
.login .idpw_find {
    display: inline-flex;
    overflow:hidden;
    margin:0 20px;
    padding-top:12px;
    padding-bottom:12px;
}
.login .idpw_find li {
    padding-right:15px
}
.login .idpw_find li a {
    color:#000;
    font-size:12px;
    font-weight:bold;
}

/* 아이디 찾기 스텝 */
.id_sch_step {
    background:#f5f3f0;
    height:167px;
}
.id_sch_step .id_step {
    margin:0 auto;
    width:1024px;
    padding-top:58px;
    overflow:hidden;
}
.id_sch_step .id_step ol li {
    float:left;
    font-size:14px;
    font-weight:bold;
    color:#797978;
    line-height:40px;
    padding-right:30px;
    padding-left:50px;
    background:url('/images/sub/bg_step_arrow.gif') no-repeat 0 center;
}
.id_sch_step .id_step ol li strong {
    font-family:'Thoma';
    font-size:34px;
    line-height:34px;
}
.id_sch_step .id_step ol li:first-child {
    background:none;
    padding-left:84px;
}
.id_sch_step .id_step ol li span {
    position:relative;
    top:-5px;
}
.id_sch_step .id_step .on {
    color:#ee5546;
}

/* 아이디 찾기 */
.business_number {
    /*border-top:1px solid #d3d3d3;*/
    margin-top:20px;
    padding-right:20px;
    padding-left:20px;
}
.business_number h3 {
    font-size:14px;
    line-height:11px;
    color:#323232;
    padding-top:20px;
    padding-bottom:15px;
}

.findId .find_id_type {
    font-size: 15px;
    font-weight: bold;
    padding:15px 30px;
}


/* dashboard */
#dashboard .box-body {
    min-height: inherit !important;
}
#dashboard .notice_list ul {
    list-style: disc;
    line-height: 28px;
    font-size: 13px;
    padding-right:15px;
    height: 140px;
}
#dashboard .notice_list ul a{
    color:inherit;
}
#dashboard .table-hearder-tc th{
    font-size: 14px;
}

.business_number .tc {
    margin-top:30px;
}
.business_number .tc .btnTy3 {
    width:224px;
}
.business_number .tc .btnTy3 span {
    padding:0;
}

.business_number .sComm_table tbody td ul li {
    padding-top:5px;
    padding-bottom:5px;
}
.business_number .sComm_table tbody td .btnTy4 {
    margin-left:5px;
}
.business_number .sComm_table tbody td span.fL {
    margin:5px 5px 0;
}
.business_number input[type='radio'] {
    vertical-align:middle;
    margin-right:4px;
}
.business_number .tip li {
    font-size:12px;
    color:#888;
    line-height:20px;
    margin-top:20px;
    margin-left:10px;
    padding-left:10px;
    background:url('/images/bul/bg_bul_gray01.gif') no-repeat 0 7px
}
.business_number .id_join_date {
    border-top:2px solid #454a56;
    border-bottom:2px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    background:#f5f4f0;
    height:98px;
    margin-bottom:20px;
    text-align:center;
    line-height:98px;
    font-weight:bold;
    font-size:16px;
    color:#3e424d;
}
.business_number .id_join_date strong {
    color:#eb2d1a;
    text-decoration:underline;
    margin-right:12px;
}

/* 회원가입 스텝 */
.join_step {
    background:#f5f3f0;
    height:167px;
}
.join_step .member_step {
    margin:0 auto;
    text-align: center;
    padding-left:18px;
    padding-top:56px;
    overflow:hidden;
    width: 1024px;
}
.join_step .member_step ol li {
    float:left;
    font-size:14px;
    font-weight:bold;
    color:#797978;
    padding-bottom:10px;
    padding-right:20px;
    padding-left:45px;
    background:url('/images/sub/bg_step_arrow.gif') no-repeat 0 0;
}
.join_step .member_step ol li strong {
    font-size:34px;
    float:left;
}
.join_step .member_step ol li:first-child {
    background:none;
    padding-left:27px;
}
.join_step .member_step ol li span {
    position:relative; top:3px; line-height:18px; float:left;
}
.join_step .member_step ol .step1 {
    width:190px;
}
.join_step .member_step ol .step1 span {
    /*width:155px;*/
}
.join_step .member_step ol .step2 {
    width:190px;
}
.join_step .member_step ol .step2 span {
    width:85px;
}
.join_step .member_step ol .step3 {
    width:190px;
}
.join_step .member_step ol .step3 span {
    width:85px;
}
.join_step .member_step ol .step4 {
    width:215px;
}
.join_step .member_step ol .step4 span {
    width:92px;
}
.join_step .member_step ol .step5 {
    width:190px;
}
.join_step .member_step ol .step5 span {
    width:85px;
}
.join_step .member_step .on {
    color:#ee5546;
}
.business_number .tc .btnTy3 button {
    background: none;
    border: none; color: #fff;
    height: 45px;
    border-left: 1px solid #fff;
    width: 100%;
}
.business_number .tmp-password {
    border-top:2px solid #454a56;
    border-bottom:2px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    background:#f5f4f0;
    margin-bottom:20px;
    text-align: center;
    color:#3e424d;
    padding: 25px 0;
    line-height: 3;
    height: inherit;
}
.business_number .tmp-password strong {
    color: #FF2C17;
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 3px;
}
.business_number .tc .disabled {
    width: 224px;
}

/* 이용약관 */
.terms {
    margin: 35px 15px 0;
    padding: 30px;
    background-color: #f5f4f0;

}
.terms .agree_box {
    height: 100%;
    padding: 20px 40px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.75;

}
.terms h4 { padding:10px 0;}
#termsUse {
    height: 800px;
}
#termUse .agree_box {
    height: 100%;
    overflow: scroll;
    padding:15px;
}

/* 회원가입 */
.join_member h3 {
    font-size:14px;
    line-height:11px;
    color:#323232;
    padding:20px 20px 15px 0;
}
.join_member h3 span {
    color:#969696;
    font-weight:normal;
    font-size:12px;
    margin-left:10px;
}
.join_member h3 span em {
    font-style:normal;
    color:#eb2d1a;
}
.join_button_area button {
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #dedede;
}

.layer_not_goods td {
    padding:5px;
    font-size: 12px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
}
.join_member .tooltip-inner{
    max-width: 300px;
    width: 250px;
}
.join_title .tooltip-inner{
    max-width: 1000px;
    width: 700px;
    opacity: 0.7;
}
.seller_shipping .tooltip-inner {
    max-width: 700px;
    width: 500px;
    opacity: 0.7;
    text-align: left;
}
.seller_info .tooltip-inner {
    max-width: 700px;
    width: 500px;
    opacity: 0.7;
    text-align: left;
}
.join_suggestions {
    border:2px solid #ededed;
    padding:20px;
}
.join_member select {
    min-width: 80px;
}
.join_suggestions ul{
    line-height: 25px;
    font-size: 12px;
}
.join_member .suggestions {
    border:1px solid #ffb6af;
    margin-top:40px;
    padding:22px 38px;
}
.join_member .suggestions dl dt {
    font-weight:bold;
    color:#ff2c19;
    font-size:14px;
    padding-bottom:10px;
}
.join_member .suggestions dl dd {
    font-size:12px;
    color:#888;
    line-height:20px;
    margin-left:3px;
    padding-left:10px;
    background:url('/images/bul/bg_bul_gray01.gif') no-repeat 0 9px;
}
.join_member .suggestions dl dd ul {
    margin-left:35px;
}
.join_member .suggestions dl dd ul li p {
    padding-left:10px;
    margin-left:24px;
    background:url('/images/bul/bg_bul_desc.gif') no-repeat 0 4px;
}
.join_member .suggestions .txt_ul {
    margin-bottom:10px;
}
.join_member .suggestions .txt_ul li {
    font-size:12px;
    color:#888;
    line-height:20px;
    margin-left:3px;
    padding-left:10px;
    background:url('/images/bul/bg_bul_gray01.gif') no-repeat 0 9px;
}
.join_member .suggestions .txt_ul li span {
    color:#0096ff;
}
.join_member .suggestions .waring dd {
    color:#ff2c19;
}
.join_member .document_pass {
    border-top:2px solid #454a56;
    border-bottom:2px solid #e6e6e6;
    border-right:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    background:#f5f4f0;
    height:123px;
    margin-bottom:20px;
    text-align:center;
    font-size:16px;
    color:#3e424d;
    padding-top:40px;
    line-height:14px;
}
.join_member .document_pass em {
    color:#eb2d1a;
    text-decoration:underline;
    font-style:normal;
}
.join_member .document_pass p {
    font-size:12px;
    margin-top:15px;
}

.join_member .agree_txtbox {
    border-bottom:1px solid #d3d3d3;
}
.join_member .agree_txtbox .policy {
    height:230px;
    color:#969696;
    margin-right:20px;
    margin-left:20px;
    padding:20px 20px;
    border:1px solid #d3d3d3;
    overflow-y:auto;
    font-size:12px;
    line-height:14px;
}
.join_member .agree_txtbox p label{
    font-size:12px;
    color:#969696;
    margin-top:10px;
    padding-left:30px;
    padding-bottom:20px;
}
.join_member .agree_txtbox p input {
    vertical-align:middle;
    margin-right:4px;
    margin-top:-2px;
}
.join_member .agree_txtbox .none {
    border-bottom:none;
}
.join_member .certify {
    border:3px solid #ffb7b0;
    margin:30px 20px 0;
}
.join_member .certify table {
    width:100%;
}
.join_member .certify table tbody th {
    padding:25px 46px 25px 0;
    color:#323232;
    font-size:15px;
    text-align:right;
    background:#f5f4f0;
    border-right:1px solid #e9e9e5;
}
.join_member .certify table tbody td {
    padding:25px 0 25px 12px;
    font-size:12px;
}
.join_member .certify table tbody td input[type='text'] {
    border:1px solid #c1c1c1;
    width:266px;
    height:28px;
    background:#fff;
    font-size:12px;
    line-height:28px;
    padding-left:10px;
    vertical-align:middle;
}
.join_member .certify table tbody td .btnTy6 {
    margin-left:5px;
    margin-right:7px;
}
.join_member .sComm_table table {
    table-layout:fixed;
}

.join_member .sComm_table table th, td{
    border-bottom: 1px solid #e6e6e6;
    vertical-align: middle !important;

}
.join_member .sComm_table table tbody td .txt_ex {
    font-size:11px;
    color:#ff0000;
    margin-left:5px;
    text-indent:-10px;
    padding-left:10px;
    display:inline-block;
}
.join_member .sComm_table table tbody td .btnTy4 {
    height: 30px;
    padding:4px 0 2px 0;
    margin-left:3px;
}
.join_member .sComm_table table tbody td .btnTy4 span {
    padding-right:8px;
    padding-left:8px;
}
.join_member .sComm_table table tbody td span.fL {
    margin:4px 5px 0;
}
.join_member .sComm_table table tbody td .img {
    border:1px solid #c5c5c5;
    /*width:80%;*/
    height:187px;
    margin-right:5px;
    text-align: center;
}
.join_member .sComm_table table tbody td .img02 {
    border: 1px solid #C5C5C5;
    margin-right: 5px;
    width:290px;
    height:187px;
    text-align: center;
}
.join_member .sComm_table table tbody td .file_attch ul li {
    padding-top:7px;
    padding-bottom:7px;
}
.join_member .sComm_table table tbody td .file_attch ul li:first-child {
    margin-left:15px;
}
.join_member .sComm_table table tbody td .file_attch .txt_file {
    font-size:11px;
    color:#3695d5;
    display:block;
    margin-top:5px;
}
ul.underline_list li{
    border-bottom: 1px solid #ededed;
    padding-left: 10px;
    padding: 5px 10px;
    font-size: 12px;
}
ul.underline_list li:last-child{
    border-bottom: 0px;
    padding-left: 10px;
    padding: 5px 10px;
    font-size: 12px;
}
.policy li {
    padding: 3px 0;
    line-height: 1.7;
}
.policy li div {
    padding: 5px 0 0 20px;
}
.join_member .sComm_table table tbody th .import {
    font-style:normal;
    color:#eb2d1a;
    padding-left:5px;
}
.join_member .agree_txtbox .privacy-policy {
    padding:0;
    overflow-y: auto;
    height: 300px;
    /*height: 1530px;*/
    padding:20px 20px;
}
.join_member .agree_txtbox .privacy-policy p.tit{
    font-size: 11px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 5px;
}

.join_member .agree_txtbox .privacy-policy h4{
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
}

.join_member .agree_txtbox .privacy-policy ul.sub{
    padding-left:10px;
    padding-top:10px;
}
.join_member .agree_txtbox .privacy-policy ul li {
    line-height: 20px;
}
.privacy-policy textarea {
    border: 0px;
    width: 100%;
    margin: 0px;
    height: 100%;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.7;
    color: #969696;
    font-family: dotumche;
}
.actY {
    color:blue;
}
.actN {
    color:red;
}
/* 비밀번호변경 */
#layer_pw_modify .layer_wrap {
    top:200px;
    border-top:0;
    width: 528px;
}
#layer_pw_modify .layer_wrap .layer_body {
    width:528px;
    padding-bottom:38px;
}
#layer_pw_modify .layer_wrap .layer_cnts {
    padding:10px 17px 30px 10px;
}
.layer_pw_modify h2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom:0;
}
.layer_pw_modify > div {
    border-top:0;
}
.layer_pw_modify table {
    width:100%;
    border-right:1px solid #e6e6e6;
}
.layer_pw_modify table tbody th {
    padding:9px 0 8px 12px;
    text-align:left;
    background:#f5f4f0;
    color:#3e424d;
    font-size:12px;
    border-left:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.layer_pw_modify table tbody td {
    padding:8px 0 6px 7px;
    color:#3e424d;
    font-size:12px;
    border-left:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.layer_pw_modify small {
    float: right;
    font-weight: bold;
    font-size:12px;
    color:#ec2e1b;
    margin-top:5px;}
.layer_pw_modify .tc {
    border-top:none;
    margin-top:20px;
}
.layer_pw_modify .tc .btnTy6 {
    background :linear-gradient(0deg, #5d5d5d,#5d5d5d,#5d5d5d,#5d5d5d,#5d5d5d,#5d5d5d, #5d5d5d,#5d5d5d,#474747 , transparent) !important;
    border : 1px solid #d6d6d6;
    height: 45px !important;
}

.layer_pw_modify .tc .btnTy6 span{
    font-size: 16px;
    font-weight: bold;
    padding-top: 7px;
}
.sComm_list table {
    width:100%;
    border-right:1px solid #e6e6e6;
    /*border-top:2px solid #454a56;*/
    border-bottom:2px solid #e6e6e6;
}
.sComm_list table thead th {
    text-align: center;
    padding-top:11px;
    padding-bottom:10px;
    background:#f5f4f0;
    border-top:2px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    font-size:12px; color:#3e424d;
}
.sComm_list table tbody td {
    padding-top:11px;
    padding-bottom:10px;
    word-break:break-all;
    text-align:center;
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    font-size:14px;
    color: #000000;
}
.sComm_list table tbody .left {
    text-align:left;
    padding-left:12px;
    padding-right:8px;
}
.sComm_list table tbody .tr {
    text-align:right;
    padding-left:12px;
    padding-right:8px;
}
/* 작성, 보기 */
.sComm_table {
    padding:10px;
}
.sComm_table table {
    width:100%;
    border-top:2px solid #e6e6e6;
    border-bottom:2px solid #e6e6e6;
    border-left:2px solid #e6e6e6;
    border-right:2px solid #e6e6e6;
    padding:10px;

}
.sComm_table table tbody th {
    text-align: left;
    padding-left: 22px;
    padding-top:11px;
    padding-bottom:8px;
    background:#f5f4f0;
    border-top:2px solid #e6e6e6;
    border-right:2px solid #e6e6e6;
    font-size:12px;
    color:#3e424d;
    vertical-align: middle;
}
.sComm_table table tbody .th_left {
    text-align:left;
    padding-left:22px;
    line-height:14px;
}
.sComm_table table tbody .th_left span {
    display:block;
    font-weight:normal;
    font-size:11px;
    padding-top:2px;
}
.sComm_table table tbody td {
    padding:11px 22px 10px 12px;
    line-height:14px;
    font-size:12px;
    color:#3e424d;
}
.sComm_table table tbody .cnts {
    padding:20px;
}
.sComm_table .cont_text {
    min-height: 200px;
    overflow-y: auto;
}
.sComm_table table tbody .none {
    border-left:none;
}
.sComm_table table tbody input[type='text'], .sComm_table table tbody input[type='password'] {
    border:1px solid #c1c1c1;
    background:#fff;
    font-size:12px;
    line-height:18px;
    padding-left:10px;
    width: 100%;
}

/** B2B 서비스 가입 및 설정*/
.b2bJoin_form h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
}
.service_b2b_police {
    font-size: 11px;
    margin-left:10px;
}

.service_b2b_police p.tit {
    font-size: 11px;
    font-weight: bold;
    margin-top:10px;
    margin-bottom: 5px;
}
.service_b2b_police ul {
    padding-left:10px;
}
.service_b2b_police ul li {
    line-height: 20px;
}

/* 자주 묻는 질문 목록 */
.qna_list .paging .btnTy2 {
    position:absolute; right:10px; top:6px;
}
.qna_list .sComm_list table tbody .answer {
    display:none;
}
.qna_list .sComm_list table tbody .answer td {
    padding:33px 144px;
    color:#0040bd;
    line-height:21px;
    background:#f6f4f1;
    text-align:left;
}
.qna_list .cs_center {
    border:1px solid #ffb6af;
    padding:22px 38px;
}
.qna_list .cs_center dl dt {
    font-weight:bold;
    color:#ff2c19;
    font-size:14px;
    padding-bottom:5px;
}
.qna_list .cs_center dl dd {
    font-size:12px;
    color:#888;
    line-height:20px;
    margin-left:3px;
    padding-left:10px;
    background:url('/images/bul/bg_bul_gray01.gif') no-repeat 0 9px
}
.qna_list .cs_center dl dd .btnTy2 {
    margin-left:5px;
    position:relative;
    top:-2px;
}
.category_id {
    width: 200px;
}
.category_id .sub{
    padding-left:20px;
}
.attached-file {
    border: 1px solid #ddd;
    padding: 5px 10px 5px 25px;
    color: #727272;
    float: right;
    background: #F5F5F5 url('/images/bul/icon_attached.png') 3px 4px no-repeat;
    border-radius: 5px;
}
.search_area table th {
    background: #f5f4f0;
    vertical-align: middle !important;
    text-align: center;
}
.search_area .keywordType {
    max-width: 100px;

}
.search_area .keyword {
    width: 100%;

}


/* 정산내역 */
.order_sch_list .tc {
    margin-top:20px; margin-bottom:64px;
}
.order_sch_list .sch_result {
    position:relative;
    border:1px solid #e6e6e6;
    background:#f5f4f0;
    height:54px;
    margin:10px 0;
    overflow:hidden;
}
.order_sch_list .sch_result div {
    text-align: center;
    font-size:12px;
    color:#3e424d;

}
.order_sch_list .sch_result div ul{
    display: inline-flex;
    list-style: disc;
    line-height:55px;
}
.order_sch_list .sch_result div li:first-child{
    margin : 0 50px 0 0;
}

.order_sch_list .sch_result div strong,.order_sch_list .sch_result div li strong {
    color:#ff2c17;
}
.order_sch_list .sch_result .btn_excel {
    position:absolute;
    right:20px;
    top:15px;
}

/* 판매상품관리 */
.selling_goods_list .tc {
    margin-top:20px;
    margin-bottom:30px;
}
.selling_goods_list .sel_category{
    width: 200px;
}
.selling_goods_list .select_com .sel_search{
    width: 130px;
}
.selling_goods_list .suggestions {
    border:1px solid #ffb6af;
    margin-top:40px;
    padding:22px 38px;
}
.selling_goods_list .suggestions dl dt {
    font-weight:bold;
    color:#ff2c19;
    font-size:14px;
    padding-bottom:10px;
}
.selling_goods_list .suggestions dl dd {
    font-size:12px;
    color:#888;
    line-height:20px;
    margin-left:3px;
    padding-left:10px;
    background:url('/images/bul/bg_bul_gray01.gif') no-repeat 0 9px;
}
.selling_goods_list .suggestions dl dd p {
    padding-left:10px;
    margin-left:10px;
    background:url('/images/bul/bg_bul_desc.gif') no-repeat 0 4px;
}
.selling_goods_list .tab_box {
    position:relative;
    background:url('/images/sub/bg_tab_line.gif') repeat-x 0 bottom;
    border-left:2px solid #adadad;
    margin-bottom:11px;
}
.selling_goods_list .tab_box .tab {
    width:100%;
    overflow:hidden;
}
.selling_goods_list .tab_box .tab li {
    float:left;}
.selling_goods_list .tab_box .tab li a {
    display:block;
    width:150px;
    line-height:35px;
    border:2px solid #adadad;
    border-left:none;
    color:#888;
    font-size:12px;
    text-align:center;
    background:#f6f4f1;
}
.selling_goods_list .tab_box .tab .on a {
    background:#fff;
    font-weight:bold;
    border-bottom:none;
    line-height:37px;
}
.selling_goods_list .tab_box .select_com02 {
    position:absolute;
    right:0;
    top:10px;
    width:97px;
}
.selling_goods_list .tab_box .select_com02 .select {
    width:97px;
}
.selling_goods_list .sComm_list tbody td {
    font-size:13px;
    line-height:15px;
}
/* 기간 */
.day_by {
    float:left;
    margin-left:7px;
    border:1px solid #d6d6d6;
    background:#fafafa;
}
.day_by a {
    float:left;
    padding:9px 10px;
    border-left : 1px solid #efefef;
    margin-right: 2px;
    font-size:12px;
    color:#666;
    /*background:url('/images/common/bg_day_gubun.gif') no-repeat 0 center;*/
}
.day_by a:first-child {
    border-left:1px solid #fff;
}
.day_by .on:first-child {
    border-left:1px solid #dedede;
}
.day_by .on {
    background:#dedede none;
    border:none;
    margin-right:-1px;
}

/* 주문상세레이어 */
.layer_order_detatil .order_detatil {
    padding:0 25px;
    margin-bottom:30px;
}

.layer_order_detatil .order_detatil .sComm_list table {
    border-bottom:1px solid #e6e6e6;
}
.layer_order_detatil .order_detatil .sComm_list table tbody td {
    line-height:14px;
}
.layer_order_detatil .order_detatil .sComm_list table tbody td .img {
    float:left;
    width:55px;
    height:55px;
}
.layer_order_detatil .order_detatil .sComm_list table tbody td .info {
    margin-left:60px;
    letter-spacing:-1px;
}
.layer_order_detatil .order_detatil .sComm_list table tfoot td {
    border:1px solid #e6e6e6;
    border-bottom:none;
    padding:24px 0 24px 20px;
    color:#333;
    background:#f5f4f0;
}
.layer_order_detatil .order_detatil .sComm_list table tfoot td strong {color:#0040bd;}
.layer_order_detatil h3 {
    font-size:14px;
    line-height:11px;
    color:#323232;
    padding-top:20px;
    padding-bottom:15px;
}
.layer_order_detatil h3.order-num {
    font-size: inherit;
    border: 1px solid #e6e6e6;
    background: #f5f4f0;
    color: #333;
    padding: 24px 20px;
    text-align: center;
}
.layer_order_detatil h3.order-num small {
    display: block;
    margin: 10px 0 0;
    padding: 10px 0;
    font-size: 12px;
    background: #fff;
    font-weight: normal;
    border: 1px solid #e6e6e6;
}
.seller {
    line-height: 20px;
    padding: 10px;
    margin-top: 10px;
    background: #eee;
}
span#order_cancelbtn {
    padding-right:10px;
    padding-left:10px;
    font-size:9pt;
}
.layer_seller_modify{
    max-height: 800px;
    overflow-y:auto;
}
.layer_seller_modify h4 {
    font-size:13px;
    font-weight: bold;
}
.layer_seller_modify table {
    border :1px solid #999999 !important;
}
.layer_seller_modify th, .layer_seller_modify td{
    font-size: 12px;
    vertical-align: middle !important;
    border-top:1px solid #999999!important;
    border-bottom:1px solid #999999!important;
    border-left:1px solid #999999!important;
    border-right:1px solid #999999!important;
}
.layer_seller_modify input {
    width: 100%;
}
.layer_seller_modify .info ul{
    font-size: 12px;
    line-height: 20px;
    color:#d00000;
}
.notify_content {
    width: 80%;
    margin:0 auto;
}
.notify_content table{
    margin:0 auto;
    border-bottom: 0px;
}
.notify_content th {
    background: #f5f4f0;
}
.notify_content th, .notify_content td {
    vertical-align: middle !important;
    text-align: left!important;
    border: 1px solid #d6d6d6 !important;
}
.notify_content ul.cont_list {
    line-height: 30px;
    border: 1px solid #e3e3e3;
}
.notify_content ul.cont_list li{
    border-bottom: 1px solid #e3e3e3;
}
.notify_content ul.cont_list li:last-child{
    border-bottom: 0;
}
.notify_content ul.cont_list div.tit{
    width: 137px;
    text-align: right;
    float: left;
    font-weight: bold;
    padding-right:10px;
    margin-right:10px;
    border-right:  1px solid #e3e3e3;
}