/* BASIC css start */
.MK-oneclick-only-text li.MK-oneclick-text span{font-size: .6875rem;}
.MK-oneclick-value{font-size: .6875rem;}
.option_tk .product-opt{margin: 10px 0;}
.shopdetail .shopdetailItem .shopdetail_Content .detail_item{padding: 0 10px; text-align: center;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk{margin-top: -1px;}
.shopdetail .product_detail_outer{border-top:0 !important}

/*¸®ºä ¹®ÀÇ ÆäÀÌÁö³×ÀÌÆ®*/
.paginate.typeList {
    margin: 15px 0;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
}

.paginate.typeList ol {
    vertical-align: top;
}

.paginate.typeList ol,
.paginate.typeList ol li,
.paginate.typeList p,
.paginate.typeList p a,
.paginate.typeList ol li a {
    display: inline-block;
    vertical-align: middle;
}

.paginate.typeList ol li {}

.paginate.typeList p,
.paginate.typeList ol li a {
    overflow: hidden;
    min-width: 22px;
    height: 22px;
    margin: 0 1px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background: #fff;
    color: #ccc;
}

.paginate.typeList ol li .other,
.paginate.typeList p,
.paginate.typeList ol li a {}

.paginate.typeList ol li .this {
    color: #444;
}

.paginate.typeList a,
.paginate.typeList a.this {
    display: block;
    color: #444;
    font-size: 11px;
    height: 22px;
    padding: 0px;
    line-height: 22px;
}

.paginate.typeList .prev,
.paginate.typeList .next {
    background: #ccc url("/design/bta04/aura/m/icon/bg_paging.png") 50% 0 no-repeat;
    background-size: 20px 60px;
    background-position: 50% -13px;
}

.paginate.typeList .next {
    background-position: 50% -28px;
}

.paginate.typeList p span {
    overflow: hidden;
    display: block;
    width: 29px;
    text-indent: -999px;
}



/*ÅÇ*/
#tabProduct {
    font-size: 11px;
    background-color: #fff;
}

#tabProduct ul {
    position: relative;
    height: 30px;
    border: 0;
    background: #f5f5f5;
}

#tabProduct ul:after {
    content: "";
    display: block;
    clear: both;
}

#tabProduct li {
    width: 25%;
    min-height: 31px;
    float: left;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    border-bottom: 1px solid #aaa;
    background: #f5f5f5;
}

#tabProduct li a {
    float: left;
    position: relative;
    height: 30px;
    width: 100%;
    padding: 0;
    color: #ccc;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

#tabProduct li:first-child a {
    border-left: 0;
}

#tabProduct li.selected {
    border: 1px solid #aaa;
    border-bottom-color: #fff;
    margin-top: 0px;
    background: #fff;
    border-radius: 10px 10px 0 0;
}

#tabProduct li.selected a {
    border-left: 0;
    font-weight: normal;
    color: #333;
    border-bottom: 0px solid #555;
    border-radius: 10px 10px 0 0;
}





/*±¸¸Å¾È³»tab*/
.xans-product-detaildesign {
    padding: 14px 7px 7px;
    background: #fff;
}
 .ec-base-table {
     border: 1px solid #d5d5d5;
     word-break: break-all;
     word-wrap: break-word;
     color: #353535;
     background: #fff;
 }

 .ec-base-table table {
     position: relative;
 }

 .ec-base-table table:after {
     position: absolute;
     top: 0;
     left: 0;
     display: block;
     content: "";
     width: 100%;
     height: 1px;
     background: #fff;
 }

 .ec-base-table th,
 .ec-base-table td {
     border-top: 1px solid #ececec;
     font-size: 12px;
     vertical-align: top;
 }

 .ec-base-table th {
     font-weight: normal;
     color: #757575;
 }

 .ec-base-table td {
     padding: 12px 13px;
 }

 .ec-base-table tbody th {
     padding: 12px 0 12px 13px;
     text-align: left;
 }

 .ec-base-table td.clear {
     padding: 0 !important;
 }

 .ec-base-table.typeWrite td {
     padding: 7px 13px 6px;
     vertical-align: middle;
     line-height: 27px;
 }

 .ec-base-table.typeWrite tr td:first-child {
     padding: 12px 13px;
 }

 .ec-base-table.typeWrite img {
     max-width: 100% !important;
     height: auto !important;
 }

 .ec-base-table.gCellNarrow tbody th {
     padding: 7px 0 7px 13px;
 }

 .ec-base-table.gCellNarrow td {
     padding: 7px 13px;
 }

 .ec-base-table.gClearBorderTop {
     border-top-width: 0;
 }

 .ec-base-table.gClearBorder {
     border-width: 0;
 }

 .ec-base-table.gClearCell {
     padding: 4px 0;
 }

 .ec-base-table.gClearCell table:after {
     display: none;
 }

 .ec-base-table.gClearCell th,
 .ec-base-table.gClearCell td,
 .ec-base-table.typeWrite.gClearCell th {
     border-width: 0;
     padding-top: 6px;
     padding-bottom: 6px;
 }

 .ec-base-table.typeWrite.gClearCell td {
     padding-top: 3px;
     padding-bottom: 4px;
 }

 .ec-base-table .gLineTop {
     border-top: 1px solid #ececec !important;
 }

 .ec-base-table.gClearCell tbody.gLineTop tr:first-child th,
 .ec-base-table.gClearCell tbody.gLineTop tr:first-child td {
     padding-top: 10px;
 }

 .ec-base-table.typeList {
     border-width: 0;
 }

 .ec-base-table.typeList table:after {
     display: none;
 }

 .ec-base-table.typeList thead th {
     text-align: center;
     background: #fafafa;
 }

 .ec-base-table.typeList th,
 .ec-base-table.typeList td {
     padding: 9px 10px;
     vertical-align: middle;
     border: 1px solid #d7d5d5;
 }

 .ec-base-table.typeList.gClearBorderTop thead th {
     border-top-width: 0;
 }

 .ec-base-table .left {
     text-align: left;
 }

 .ec-base-table .center {
     text-align: center;
 }

 .ec-base-table .right {
     text-align: right;
 }

 .ec-base-table .top th,
 .ec-base-table th.top,
 .ec-base-table .top td,
 .ec-base-table td.top {
     vertical-align: top;
 }

 .ec-base-table .middle th,
 .ec-base-table th.middle,
 .ec-base-table .middle td,
 .ec-base-table td.middle {
     vertical-align: middle;
 }

 .ec-base-table img {
     vertical-align: middle;
 }

 .ec-base-table td.clear .ec-base-help {
     margin-left: 13px;
     margin-right: 13px;
 }

/*¹öÆ°*/
.ec-base-button[class*="gColumn"] a, .ec-base-button[class*="gColumn"] button {
    flex: 1;
    margin: 0 0 0 4px;
    padding: 0 3px;
    white-space: nowrap;
    width: 48%;
}
.btnEm {
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.btnSubmit {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #444;
    background: #444;
}

.btnNormal, .btnStrong, .btnBasic, .btnSubmit, .btnEm {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*»óÇ°ÈÄ±â*/

#prdReview {
   _display: none;
}

#prdReview h3 {
    display: none;
}

#prdReview .board > .ec-base-button {
    padding: 14px 17px;
    margin: 0 0 0 -4px;
    text-align: center;
}

#prdReview .nodata {
    padding: 14px 0;
    text-align: center;
}
.xans-product-review .writeNotiArea {
    padding: 0 14px;
    background: #fff;
}

.xans-product-review .writeNotiArea:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .writeNotiArea p {
    float: left;
    margin: 7px 0;
}

.xans-product-review .writeNotiArea div.gRight {
    float: right;
    margin: 7px 0 0;
}

.xans-product-review .noAccess {
    margin: 14px 0;
    font-size: 14px;
    text-align: center;
}

.xans-product-review .minor p {
    font-size: 13px;
    margin: 0 0 14px;
}

.xans-product-review .boardSort {
    padding: 7px 14px;
    font-size: 13px;
    background: #f1f1f1;
}

.xans-product-review .boardSort:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .boardSort span {
    float: left;
    margin: 0 14px 0 0;
}

.xans-product-review {
    margin: -1px 0 0;
    font-size: 11px;
    background: #fff;
}

.xans-product-review ul li {
    overflow: hidden;
    position: relative;
    padding: 14px 0;
    min-height: 43px;
    color: #757575;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-review  ul li:first-child {
    border-top: 1px solid #d5d5d5;
}

.xans-product-review ul li .review_board_content .thumbs img,
.xans-product-review ul li .review_board_content .txt img{
    max-width:100%
}

.xans-product-review .descriptions {
    position: relative;
    margin: 0 0 0 7px;
    padding: 0 7px;
}

.xans-product-review .descriptions a {
    display: block;
    color: #757575;
    font-size: 0;
}

.xans-product-review .descriptions a .summary {
    display: block;
    padding: 0 15px 10px 0;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}

.xans-product-review .descriptions a .id {
    padding: 0 7px 0 0;
}

.xans-product-review .descriptions a span {
    position: relative;
    display: inline-block;
    padding: 0 7px 0 8px;
    font-size: 11px;
}

.xans-product-review .descriptions a span:before {
    display: NONE;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #d6d6d6;
}

.xans-product-review .descriptions a strong + span:before {
    display: none;
}

.xans-product-review .descriptions a strong.summary span {
    display: none;
    padding: 0 2px 0 0;
}

.xans-product-review .contentView {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: #f9f9f9;
    color: #757575;
    font-size: 15px;
    text-align: left;
    word-wrap: break-word;
}

.xans-product-review .contentView .view {
    margin: 0;
    padding: 14px;
}

.xans-product-review .contentView .view.secret {
    padding: 14px 28px;
}

.xans-product-review .contentView .view.secret .alert {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 0 31px;
    color: #353535;
    font-size: 13px;
    line-height: 1.2em;
    background: url("/design/bta04/aura/m/icon/ico_secret.png") 4px 4px no-repeat;
    background-size: 17px 20px;
}

.xans-product-review .contentView .view.secret p {
    position: relative;
    padding: 0 46px 0 0;
}

.xans-product-review .contentView .view.secret p input[type="password"] {
    width: 100%;
}

.xans-product-review .contentView .view.secret p input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
}

.xans-product-review .contentView .attach {
    max-width: 100%;
    text-align: center;
}

.xans-product-review .contentView .attach img {
    max-width: 100%;
    margin: 0 0 14px;
    border: 1px solid #dedede;
}

.xans-product-review .contentView p {
    color: #1b1b1b;
}

.xans-product-review .contentView .ec-base-button {
    margin: 0;
    padding: 0 14px 14px;
}

.xans-product-review .contentView .ec-base-button a em {
    color: #508bed;
}

.xans-product-review .contentView .ec-base-button .ico.write {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("/design/bta04/aura/m/icon/ico_comment.png");
    background-size: 13px 13px;
}

.xans-product-review .contentView .boardComment li {
    padding: 0 0 0 14px;
    border-top: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.xans-product-review .contentView .boardComment li .ec-base-button .gLeft {
    margin-left: -4px;
}

.xans-product-review .contentView .boardComment li .ec-base-button .gLeft a,
.xans-product-review .contentView .boardComment li .ec-base-button .gLeft button {
    margin-left: 4px;
}

.xans-product-review .contentView .boardComment li .commentInfo {
    padding: 14px 14px 0;
    font-size: 12px;
    color: #757575;
    background: url("/design/bta04/aura/m/icon/ico_bullet.png") 0 16px no-repeat;
    background-size: 8px 8px;
}

.xans-product-review .contentView .boardComment li .commentInfo .name {
    padding: 0 8px 0 0;
    font-weight: normal;
}

.xans-product-review .contentView .boardComment li .commentInfo span {
    position: relative;
    padding: 0 8px;
}

.xans-product-review .contentView .boardComment li .commentInfo span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ccc;
}

.xans-product-review .contentView .boardComment li .commentInfo .grade img {
    width: 50px;
    height: 8px;
}

.xans-product-review .contentView .boardComment p.comment {
    padding: 14px;
    color: #1b1b1b;
}

.xans-product-review .contentView .boardComment .replyArea {
    padding: 0 0 0 28px;
    border-top: 0;
    background: #f1f1f1;
    background-size: 8px 8px;
}

.xans-product-review .contentView .boardComment .replyArea .commentInfo {
    border-top: 1px solid #d5d5d5;
}

.xans-product-review .contentView .memoCont {
    padding: 7px 0 0;
    border-top: 1px solid #d5d5d5;
}

.xans-product-review .contentView .memoCont .label {
    padding: 0 7px 0 0;
    color: #757575;
    font-weight: normal;
    vertical-align: middle;
    letter-spacing: -1px;
}

.xans-product-review .contentView .memoCont .label.hide {
    display: none;
}

.xans-product-review .contentView .memoCont .info {
    padding: 0 14px;
}

.xans-product-review .contentView .memoCont .info:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .contentView .memoCont .info p {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}

.xans-product-review .contentView .memoCont .info p .label {
    position: absolute;
    left: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0;
}

.xans-product-review .contentView .memoCont .info p.name {
    float: left;
    padding: 0 0 0 45px
}

.xans-product-review .contentView .memoCont .info p.name .label {
    width: 45px;
}

.xans-product-review .contentView .memoCont .info p.password {
    float: right;
    padding: 0 0 0 65px
}

.xans-product-review .contentView .memoCont .info p.password .label {
    width: 65px;
}

.xans-product-review .contentView .memoCont .info p.name input[type="text"],
.xans-product-review .contentView .memoCont .info p.password input[type="password"] {
    width: 100%;
    margin: 0;
}

.xans-product-review .contentView .memoCont .info p.password .label {
    margin: 0;
}

.xans-product-review .contentView .memoCont .ec-base-help {
    margin: 8px 0 0 24px;
}

.xans-product-review .contentView .memoCont .admin {
    margin: 10px 0 0;
}

.xans-product-review .contentView .memoCont .admin a {
    display: block;
    text-align: center;
}

.xans-product-review .contentView .memoCont .comment {
    margin: 14px 14px 0;
}

.xans-product-review .contentView .memoCont .comment textarea#comment {
    width: 100%;
    height: 50px;
    margin: 0 0 7px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.xans-product-review .contentView .memoCont .byteRating {
    margin: 5px 0 0;
}

.xans-product-review .contentView .memoCont .byteRating:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .contentView .memoCont .rating {
    float: left;
    padding: 7px 14px;
    box-sizing: border-box;
}

.xans-product-review .contentView .memoCont .rating .label {
    display: inline-block;
    width: 45px;
    padding: 0;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}

.xans-product-review .contentView .memoCont .byte {
    float: right;
    text-align: right;
}

.xans-product-review .contentView .memoCont .submit {
    text-align: right;
    padding: 0 14px 7px;
}

.xans-product-review .contentView .memoCont .captcha {
    overflow: hidden;
    margin: 0 14px;
    padding: 10px 0 10px 114px;
    border-top: 1px solid #ededed;
}

.xans-product-review .contentView .memoCont .captcha .form {
    float: left;
    position: relative;
}

.xans-product-review .contentView .memoCont .captcha img {
    position: absolute;
    left: -30px;
    margin-right: -30px;
}

.xans-product-review .contentView .memoCont .captcha img:first-child {
    left: -114px;
    margin-right: -114px;
}

.xans-product-review .contentView .memoCont .captcha .form {
    width: 100%;
}

.xans-product-review .contentView .memoCont .captcha .form p {
    margin: 14px 0 0;
    padding: 0 0 0 20px;
    font-size: 11px;
    background: url("/design/bta04/aura/m/icon/ico_important.png") no-repeat 0 50%;
    background-size: 13px 13px;
}

.xans-product-review .contentView .memoCont .mButton {
    margin: 10px 0 0;
}

.xans-product-review .contentView .memoCont #captcha {
    margin: 2px 0 0 0;
    width: 100%;
}

.xans-product-review .contentView .memoCont .boardCommentAuthority {
    padding: 14px;
    text-align: center;
    background: #fff;
}





/*»óÇ°¹®ÀÇ*/
#prdQnA {
    display: none;
}

#prdQnA h3 {
    display: none;
}

#prdQnA .board > .ec-base-button {
    padding: 14px 17px;
    margin: 0 0 0 -4px;
}

#prdQnA .nodata {
    padding: 14px 0;
    text-align: center;
}

.xans-product-qna .writeNotiArea {
    padding: 0 14px;
    background: #fff;
}

.xans-product-qna .writeNotiArea:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .writeNotiArea p {
    float: left;
    margin: 7px 0;
}

.xans-product-qna .writeNotiArea div.gRight {
    float: right;
    margin: 7px 0 0;
}

.xans-product-qna .noAccess {
    margin: 14px 0;
    text-align: center;
}


.xans-product-qna .minor p {
    font-size: 13px;
    margin: 0 0 14px;
}

.xans-product-qna .boardSort {
    padding: 7px 14px;
    font-size: 13px;
    background: #f1f1f1;
}

.xans-product-qna .boardSort:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .boardSort span {
    float: left;
    margin: 0 14px 0 0;
}

.xans-product-qna {
    margin: -1px 0 0;
    font-size: 11px;
    background: #fff;
}

.xans-product-qna > ul > li {
    overflow: hidden;
    position: relative;
    padding: 14px 0;
    min-height: 43px;
    color: #757575;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-qna > ul > li:first-child {
    border-top: 1px solid #d5d5d5;
}

.xans-product-qna .descriptions {
    position: relative;
    margin: 0 0 0 7px;
    padding: 0 7px;
}

.xans-product-qna .descriptions a {
    display: block;
    color: #757575;
    font-size: 0;
}

.xans-product-qna .descriptions a .summary {
    display: block;
    padding: 0 15px 10px 0;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}

.xans-product-qna .descriptions a .id {
    padding: 0 7px 0 0;
}

.xans-product-qna .descriptions a span {
    position: relative;
    display: inline-block;
    padding: 0 7px 0 8px;
    font-size: 11px;
}

.xans-product-qna .descriptions a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #d6d6d6;
}

.xans-product-qna .descriptions a strong + span:before {
    display: none;
}

.xans-product-qna .descriptions a strong.summary span {
    display: none;
    padding: 0 2px 0 0;
}

.xans-product-qna .contentView {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: #f9f9f9;
    color: #757575;
    font-size: 15px;
    text-align: left;
    word-wrap: break-word;
}

.xans-product-qna .contentView .view {
    margin: 0;
    padding: 14px;
}

.xans-product-qna .contentView .view.secret {
    padding: 14px 28px;
}

.xans-product-qna .contentView .view.secret .alert {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 0 31px;
    color: #353535;
    font-size: 13px;
    line-height: 1.2em;
    background: url("/design/bta04/aura/m/icon/ico_secret.png") 4px 4px no-repeat;
    background-size: 17px 20px;
}

.xans-product-qna .contentView .view.secret p {
    position: relative;
    padding: 0 51px 0 0;
}

.xans-product-qna .contentView .view.secret p input[type="password"] {
    width: 100%;
}

.xans-product-qna .contentView .view.secret p input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
}

.xans-product-qna .contentView .attach {
    max-width: 100%;
    text-align: center;
}

.xans-product-qna .contentView .attach img {
    max-width: 100%;
    margin: 0 0 14px;
    border: 1px solid #dedede;
}

.xans-product-qna .contentView p {
    color: #1b1b1b;
}

.xans-product-qna .contentView .ec-base-button {
    margin: 0;
    padding: 0 14px 14px;
}

.xans-product-qna .contentView .ec-base-button a em {
    color: #508bed;
}

.xans-product-qna .contentView .ec-base-button .ico.write {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("/design/bta04/aura/m/icon/ico_comment.png");
    background-size: 13px 13px;
}

.xans-product-qna .contentView .boardComment li {
    padding: 0 0 0 14px;
    border-top: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.xans-product-qna .contentView .boardComment li .ec-base-button .gLeft {
    margin-left: -4px;
}

.xans-product-qna .contentView .boardComment li .ec-base-button .gLeft a,
.xans-product-qna .contentView .boardComment li .ec-base-button .gLeft button {
    margin-left: 4px;
}

.xans-product-qna .contentView .boardComment li .commentInfo {
    padding: 14px 14px 0;
    font-size: 12px;
    color: #757575;
    background: url("/design/bta04/aura/m/icon/ico_bullet.png") 0 16px no-repeat;
    background-size: 8px 8px;
}

.xans-product-qna .contentView .boardComment li .commentInfo .name {
    padding: 0 8px 0 0;
    font-weight: normal;
}

.xans-product-qna .contentView .boardComment li .commentInfo span {
    position: relative;
    padding: 0 8px;
}

.xans-product-qna .contentView .boardComment li .commentInfo span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ccc;
}

.xans-product-qna .contentView .boardComment li span img {
    width: 50px;
    height: 10px;
    vertical-align: baseline;
}

.xans-product-qna .contentView .boardComment p.comment {
    padding: 14px;
    color: #1b1b1b;
}

.xans-product-qna .contentView .boardComment .replyArea {
    padding: 0 0 0 28px;
    border-top: 0;
    background: #f1f1f1;
    background-size: 8px 8px;
}

.xans-product-qna .contentView .boardComment .replyArea .commentInfo {
    border-top: 1px solid #d5d5d5;
}

.xans-product-qna .contentView .memoCont {
    padding: 7px 0 0;
    border-top: 1px solid #d5d5d5;
}

.xans-product-qna .contentView .memoCont .label {
    padding: 0 7px 0 0;
    color: #757575;
    font-weight: normal;
    vertical-align: middle;
    letter-spacing: -1px;
}

.xans-product-qna .contentView .memoCont .label.hide {
    display: none;
}

.xans-product-qna .contentView .memoCont .info {
    padding: 0 14px;
}

.xans-product-qna .contentView .memoCont .info:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .contentView .memoCont .info p {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}

.xans-product-qna .contentView .memoCont .info p .label {
    position: absolute;
    left: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0;
}

.xans-product-qna .contentView .memoCont .info p.name {
    float: left;
    padding: 0 0 0 45px
}

.xans-product-qna .contentView .memoCont .info p.name .label {
    width: 45px;
}

.xans-product-qna .contentView .memoCont .info p.password {
    float: right;
    padding: 0 0 0 65px
}

.xans-product-qna .contentView .memoCont .info p.password .label {
    width: 65px;
}

.xans-product-qna .contentView .memoCont .info p.name input[type="text"],
.xans-product-qna .contentView .memoCont .info p.password input[type="password"] {
    width: 100%;
    margin: 0;
}

.xans-product-qna .contentView .memoCont .info p.password .label {
    margin: 0;
}

.xans-product-qna .contentView .memoCont .ec-base-help {
    margin: 8px 0 0 24px;
}

.xans-product-qna .contentView .memoCont .admin a {
    display: block;
    text-align: center;
}

.xans-product-qna .contentView .memoCont .comment {
    margin: 14px 14px 0;
}

.xans-product-qna .contentView .memoCont .comment textarea#comment {
    width: 100%;
    height: 50px;
    margin: 0 0 7px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.xans-product-qna .contentView .memoCont .byteRating {
    margin: 5px 0 0;
    border-bottom: 1px solid #ededed;
}

.xans-product-qna .contentView .memoCont .byteRating:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .contentView .memoCont .rating {
    float: left;
    padding: 7px 14px;
    box-sizing: border-box;
}

.xans-product-qna .contentView .memoCont .rating .label {
    display: inline-block;
    width: 45px;
    padding: 0;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}

.xans-product-qna .contentView .memoCont .byte {
    float: right;
    text-align: right;
}

.xans-product-qna .contentView .memoCont .submit {
    text-align: right;
    padding: 0 14px 7px;
}

.xans-product-qna .contentView .memoCont .captcha {
    overflow: hidden;
    margin: 0 14px;
    padding: 10px 0 10px 114px;
    border-top: 1px solid #ededed;
}

.xans-product-qna .contentView .memoCont .captcha .form {
    float: left;
    position: relative;
}

.xans-product-qna .contentView .memoCont .captcha img {
    position: absolute;
    left: -30px;
    margin-right: -30px;
}

.xans-product-qna .contentView .memoCont .captcha img:first-child {
    left: -114px;
    margin-right: -114px;
}

.xans-product-qna .contentView .memoCont .captcha .form {
    width: 100%;
}

.xans-product-qna .contentView .memoCont .captcha .form p {
    margin: 14px 0 0;
    padding: 0 0 0 20px;
    font-size: 11px;
    background: url("/design/bta04/aura/m/icon/ico_important.png") no-repeat 0 50%;
    background-size: 13px 13px;
}

.xans-product-qna .contentView .memoCont .mButton {
    margin: 10px 0 0;
}

.xans-product-qna .contentView .memoCont #captcha {
    margin: 2px 0 0 0;
    width: 100%;
}

.xans-product-qna .contentView .memoCont .boardCommentAuthority {
    padding: 14px;
    text-align: center;
    background: #fff;
}





/* BASIC css end */

