html,
.l-main,
.l-main_body {
  background: #fff;
}
.control-group {
  font-size: 0.875em !important;
  margin: 0;
  padding: 0.85714286em 0.28571429em;
  background: #eee;
}
.control-group.col-3 .control-group_unit {
  width: 33.33333333%;
  padding: 0 0.28571429em;
}
.control-group .control-group_unit {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.control-group .control-group_unit .styled,
.control-group .control-group_unit .button--normal {
  width: 100%;
  padding: 0;
  height: 2.28571429em;
  line-height: 2.28571429em;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.control-group .control-group_unit .styled {
  font-size: 1em;
  padding-left: 0.71428571em;
  color: #000000;
  border: 1px solid #bebebe;
  background-image: url("../images/bg--selectbox-v4.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #fff;
  -webkit-appearance: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .control-group .control-group_unit .styled {
    background-image: url("../images/bg--selectbox-v4@2x.png");
    -webkit-background-size: 32px 64px;
            background-size: 32px 64px;
  }
}
.control-group .control-group_unit .styled:focus {
  border-color: #000;
  background-position: right -32px;
}
.control-group .control-group_unit .button--normal {
  border: 0 none;
  line-height: 2.42857143em;
  background: #fe435d;
  color:#fff;
  display:block;
  text-align:center;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
.control-group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.card--qna {
  margin: 0 0.5em 1.25em;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.qna-notice-list {
  font-size: 0.8125em;
  margin: -0.76923077em 0.61538462em 1.53846154em;
  padding: 0;
}
.qna-notice-list .list-item {
  position: relative;
  margin-top: 0.30769231em;
  padding: 0 0 0 0.92307692em;
  line-height: 1.38461538em;
}
.qna-notice-list .list-item:first-child {
  margin: 0;
}
.qna-notice-list .list-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.30769231em;
  height: 0.30769231em;
  border-radius: 100%;
  background: #303030;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qna-list {
  font-size: 0.875em !important;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}
.qna-list .qna-list_item {
  border-top: 1px solid #ebebeb;
}
.qna-list .qna-list_item:first-child {
  border: 0 none;
}
.qna-list .qna-list_item .question-list {
  font-size: 0.92857143em;
  display: none;
  min-height: initial;
}
.qna-list .qna-list_item.active {
  background: #e5f9f9;
}
.qna-list .qna-list_item.active .question-list {
  display: block;
}
.qna-list .qna-list_item-link {
  position: relative;
  display: block;
  padding: 0.85714286em 0.57142857em;
}
.qna-list .qna-list_item-link:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.qna-list .qna-list_item-link.answered .qna-icon {
  border-color: #01c0c8;
}
.qna-list .qna-list_item-link.answered .state-txt {
  width: 2.08333333em;
  color: #01c0c8;
  line-height: 1em;
}
.qna-list .qna-icon {
  font-size: 0.85714286em;
  position: absolute;
  top: 1em;
  left: 0.66666667em;
  width: 3.33333333em;
  height: 3.33333333em;
  margin-right: 1em;
  border: 1px solid #b2b2b2;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qna-list .qna-icon .state-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #888888;
  text-align: center;
  word-wrap: break-word;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-style: normal;
}
.qna-list .qna-data {
  float: left;
  margin-left: 3.71428571em;
}
.qna-list .qna-data .qna-data_txt {
  margin: 0;
  max-height: 2.57142857em;
  overflow: hidden;
}
.qna-list .qna-data .qna-data_txt:before,
.qna-list .qna-data .qna-data_txt:after {
  content: " ";
  display: table;
}
.qna-list .qna-data .qna-data_txt:after {
  clear: both;
}
.qna-list .qna-data .qna-data_txt .my-question {
  position: relative;
  font-size: 0.78571429em;
  display: inline-block;
  margin-right: 0.09090909em;
  padding: 0 0.18181818em;
  height: 1.27272727em;
  line-height: 1.45454545em;
  color: #fe435d;
  border: 1px solid #fe435d;
  font-weight: normal;
  vertical-align: top;
}
.qna-list .qna-data .qna-data_txt .my-question-txt {
  line-height: 1.28571429em;
  color: #000000;
  word-break: break-all;
}
.qna-list .qna-data_info {
  margin-top: 0.57142857em;
  padding: 0;
  list-style: none;
}
.qna-list .qna-data_info:before,
.qna-list .qna-data_info:after {
  content: " ";
  display: table;
}
.qna-list .qna-data_info:after {
  clear: both;
}
.qna-list .qna-data_info .qna-data_info-item {
  position: relative;
  float: left;
  margin-left: 0.57142857em;
  padding-left: 0.57142857em;
  line-height: 1.28571429em;
  color: #666666;
}
.qna-list .qna-data_info .qna-data_info-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.07142857em;
  height: 0.85714286em;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.qna-list .qna-data_info .qna-data_info-item:first-child {
  padding: 0;
  margin: 0;
}
.qna-list .qna-data_info .qna-data_info-item:first-child:before {
  content: none;
}
.qna-list-more {
  border-top: 1px solid #ebebeb;
}
.qna-list-more .button {
  font-size: 0.875em !important;
  width: 100%;
  height: 3.14285714em;
  line-height: 3.28571429em;
  color: #427fed;
  text-align: center;
}
.content--none {
  font-size: 1em;
}
.content--none p {
  position: relative;
  margin: 0;
  padding: 6.75em 0.8125em 3em;
  color: #000000;
  line-height: 1.25em;
  text-align: center;
}
.content--none p:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 48px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  background-image: url("../images/sprite--imgs-v3.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content--none p:before {
    background-image: url("../images/sprite--imgs-v3@2x.png");
    -webkit-background-size: 48px 48px;
            background-size: 48px 48px;
  }
}
.question-list {
  font-size: 0.8125em;
  position: relative;
  padding: 0 1.23076923em 1.53846154em;
  min-height: 23.07692308em;
  background: #b9dbe5;
  overflow: hidden;
  overflow-y: auto;
}
.question-list .talk-date {
  clear: both;
  font-size: 0.76923077em;
  margin: 0;
  padding: 2em 0 1.2em;
  text-align: center;
}
.question-list .talk-date time {
  display: inline-block;
  height: 1.8em;
  padding: 0 1em;
  line-height: 1.8em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  vertical-align: top;
  overflow: hidden;
}
.question-list .talk-box {
  position: relative;
  max-width: 60%;
  margin-top: 1.07692308em;
  padding: 0 0.30769231em;
  clear: both;
}
.question-list .talk-box .talk-txt {
  margin: 0;
  padding: 0.61538462em 0.92307692em;
  line-height: 1.38461538em;
  border-radius: 4px;
  overflow: hidden;
}
.question-list .talk-box .side {
  font-size: 0.76923077em;
  position: absolute;
  bottom: 0;
}
.question-list .talk-box .side .read,
.question-list .talk-box .side .date,
.question-list .talk-box .side .time {
  display: block;
  font-style: normal;
  color: #888888;
  line-height: 1.2em;
  white-space: nowrap;
}
.question-list .talk-box .side .read:before {
  content: '';
  position: relative;
  display: inline-block;
  left: -4px;
  top: 1px;
  width: 7px;
  height: 10px;
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -41px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .question-list .talk-box .side .read:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.question-list .talk-box .side .read.on:before {
  content: none;
}
.question-list .talk-box .side .delete {
  position: absolute;
  bottom: -4px;
  right: 100%;
  display: block;
  width: 24px;
  height: 24px;
  padding: 4px;
  overflow: hidden;
  font-size: 1px;
  line-height: 1px;
  color: transparent;
}
.question-list .talk-box .side .delete:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -107px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .question-list .talk-box .side .delete:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.question-list .talk-box.opponent {
  float: left;
}
.question-list .talk-box.opponent .talk-txt {
  color: #333;
  background: #fff;
}
.question-list .talk-box.opponent:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 0.4em;
  height: 0.4em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--opponent.png') no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.question-list .talk-box.opponent .side {
  left: 100%;
}
.question-list .talk-box.oneself {
  float: right;
}
.question-list .talk-box.oneself .talk-txt {
  color: #ffffff;
  background: #01c0c8;
}
.question-list .talk-box.oneself:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 0.4em;
  height: 0.4em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--oneself.png') no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.question-list .talk-box.oneself .side {
  right: 100%;
  text-align: right;
}
.question-list .talk-box:nth-child(2) {
  margin: 0;
}
.question-list .talk-date + .talk-box {
  margin-top: 0;
}
.question-list .past-talk {
  clear: both;
  float: right;
  margin: 1.07692308em -1.23076923em 0 0;
  padding-top: 0.38461538em;
}
.question-list .past-talk .button {
  width: 8em;
  height: 1.69230769em;
  text-indent: 100%;
  background: url('//pics.auction.co.kr/mobile/v2/qna/btn-more.png') no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}
.question-list .past-talk .button:active {
  background: url('//pics.auction.co.kr/mobile/v2/qna/btn-more--active.png') no-repeat 0 0;
  -webkit-background-size: cover;
          background-size: cover;
}
.product-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-question-title {
  font-size: 1.0625em;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  position: relative;
  height: 2.58823529em;
  line-height: 2.70588235em;
  background: rgba(185, 219, 229, 0.5);
  -webkit-box-shadow: 0 1px 0.11764706em rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 0.11764706em rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.product-question-title:before,
.product-question-title:after {
  content: " ";
  display: table;
}
.product-question-title:after {
  clear: both;
}
.product-question-title .title-txt {
  font-size: 1em;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
.product-question-title .button {
  position: absolute;
  top: 0;
  right: 4px;
  width: 2.58823529em;
  height: 2.58823529em;
  text-indent: 100%;
  background: none;
  overflow: hidden;
}
.product-question-title .button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .product-question-title .button:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.chat-control-focused .l-footer {
  display: none;
}
.chat-control {
  width: 100%;
}
.chat-control .secret-select {
  display: none;
  font-size: 0.8125em;
  position: relative;
  height: 2.76923077em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.chat-control .secret-select .styled {
  position: absolute;
  width: 0.07692308em;
  height: 0.07692308em;
  padding: 0;
  margin: -1px;
}
.chat-control .secret-select .styled:after {
  content: none;
}
.chat-control .secret-select label {
  display: block;
  width: 6em;
  height: 2.15384615em;
  line-height: 2.15384615em;
  margin: 0.30769231em auto;
  text-align: center;
  border: 1px solid #c2c3c5;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chat-control .secret-select label:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 14px;
  margin: 0.46153846em 0.30769231em 0 0;
  vertical-align: top;
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -17px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .chat-control .secret-select label:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.chat-control .secret-select .styled:checked + label {
  color: #fd435e;
  border-color: #fd435e;
}
.chat-control .secret-select .styled:checked + label:before {
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -29px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .chat-control .secret-select .styled:checked + label:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.chat-control .massage-group {
  font-size: 0.875em !important;
  position: relative;
  padding: 0.28571429em 0.57142857em 0.28571429em 2.85714286em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chat-control .massage-group .option--view,
.chat-control .massage-group .option--close {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 2.85714286em;
  height: 2.85714286em;
  text-indent: 100%;
  overflow: hidden;
}
.chat-control .massage-group .option--view:before,
.chat-control .massage-group .option--close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -51px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .chat-control .massage-group .option--view:before,
  .chat-control .massage-group .option--close:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.chat-control .massage-group .option--close {
  display: none;
  top: auto;
}
.chat-control .massage-group .option--close:before {
  width: 14px;
  height: 14px;
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -70px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .chat-control .massage-group .option--close:before {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.chat-control .massage-group .massage-input {
  position: relative;
  padding: 0.57142857em 4em 0.57142857em 0.57142857em;
  border: 1px solid #c2c3c5;
  border-right: none;
  border-radius: 3px 5px 5px 3px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.chat-control .massage-group .massage-input textarea {
  width: 100%;
  height: 5.14285714em;
  max-height: 5.14285714em;
  padding: 0;
  line-height: 1.28571429em;
  resize: none;
  border: 0 none;
  overflow-x: hidden;
  outline: none;
}
.chat-control .massage-group .massage-input .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.42857143em;
  height: 100%;
  color: white;
  background: #c2c3c5;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}
.chat-control .massage-group .massage-input.active {
  border-color: #fd435e;
}
.chat-control .massage-group .massage-input.active .button {
  top: 0;
  height: 100%;
  background: #fd435e;
}
.chat-control.active .secret-select {
  display: block;
}
.chat-control.active .massage-group .option--view {
  display: none;
}
.chat-control.active .massage-group .option--close {
  display: block;
}
.layer-v2 {
  left: 0.875em;
  right: 0.875em;
  background: none;
}
.layer-v2 .card {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  background: #fff;
  font-size: 1em;
  border-radius: 2px;
}
.layer-v2 .card:before,
.layer-v2 .card:after {
  content: " ";
  display: table;
}
.layer-v2 .card:after {
  clear: both;
}
.layer-v2 .card_header {
  padding: 0;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.layer-v2 .card_title {
  height: 2.58823529em;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.0625em;
  line-height: 2.58823529;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
}
.layer-v2 .card_footer {
  border: 0 none;
  background: none;
}
.layer-v2 .notice-contents {
  font-size: 0.8125em;
  padding: 1.23076923em;
  color: #666666;
}
.layer-v2 .notice-contents .info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.layer-v2 .notice-contents .info-list .info-list-item {
  position: relative;
  padding-left: 1.23076923em;
  line-height: 1.38461538em;
}
.layer-v2 .notice-contents .info-list .info-list-item:before {
  content: attr(data-keyword-top);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.23076923em;
}
.layer-v2 .notice-contents .info-list .info-list-item strong {
  color: #000000;
  font-weight: normal;
  line-height: 1.38461538em;
}
.layer-v2 .contents-confirm-buttons {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}
.layer-v2 .contents-confirm-buttons li {
  display: table-cell;
  height: 2.75em;
  text-align: center;
  vertical-align: middle;
}
.layer-v2 .contents-confirm-buttons [class*='button-'] {
  font-size: 0.875em !important;
  width: 100%;
  height: 100%;
  line-height: 1.28571429;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 0 0 2px;
}
.layer-v2 .contents-confirm-buttons li + li [class*='button-'] {
  border-radius: 0 0 2px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.layer-v2 .contents-confirm-buttons .button--confirm {
  padding: 0;
  margin: 0;
  color: #fe435d;
  border: 0 none;
  background: none;
}
@media only screen and (min-width: 640px) {
  .layer-v2 {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .layer-v2 {
    font-size: 120%;
  }
}
.inquiry-select .inquiry-select_list {
  font-size: 0.8125em;
  margin: 1.07692308em 0.07692308em;
  padding: 0;
  list-style: none;
}
.inquiry-select .inquiry-select_list:before,
.inquiry-select .inquiry-select_list:after {
  content: " ";
  display: table;
}
.inquiry-select .inquiry-select_list:after {
  clear: both;
}
.inquiry-select .inquiry-select_list .list-item {
  position: relative;
  float: left;
  width: 20%;
}
.inquiry-select .inquiry-select_list .list-item .styled {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -9999px;
  overflow: hidden;
}
.inquiry-select .inquiry-select_list .list-item .list-item_icon {
  position: relative;
  display: block;
}
.inquiry-select .inquiry-select_list .list-item .list-item_icon .icon {
  position: relative;
  display: block;
  width: 2.92307692em;
  height: 2.92307692em;
  margin: 0 auto;
  text-indent: -200%;
  border-radius: 100%;
  color: transparent;
  overflow: hidden;
}
.inquiry-select .inquiry-select_list .list-item .list-item_icon .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}
.inquiry-select .inquiry-select_list .list-item .icon-txt {
  display: block;
  height: 1.53846154em;
  line-height: 1.53846154em;
  color: #666666;
  text-align: center;
}
.inquiry-select .inquiry-select_list .list-item .styled:checked + .list-item_icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.92307692em;
  height: 2.92307692em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.inquiry-select .inquiry-select_list .list-item .styled:checked + .list-item_icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  width: 21px;
  height: 17px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2.png");
  background-repeat: no-repeat;
  background-position: -85px 0;
  z-index: 5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (min-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .inquiry-select .inquiry-select_list .list-item .styled:checked + .list-item_icon:after {
    background-image: url("//pics.auction.co.kr/mobile/v2/qna/sprite--icons-v2@2x.png");
    -webkit-background-size: 125px 25px;
            background-size: 125px 25px;
  }
}
.inquiry-select .inquiry-select_list .list-item:nth-child(1) .icon {
  background: #ff6f6f;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(1) .icon:before {
  width: 1em;
  height: 1.23076923em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--type01.png');
  -webkit-background-size: 1em 1.23076923em;
          background-size: 1em 1.23076923em;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(2) .icon {
  background: #8ed9d6;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(2) .icon:before {
  width: 1.30769231em;
  height: 0.92307692em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--type02.png');
  -webkit-background-size: 1.30769231em 0.92307692em;
          background-size: 1.30769231em 0.92307692em;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(3) .icon {
  background: #856082;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(3) .icon:before {
  width: 1.07692308em;
  height: 1.53846154em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--type03.png');
  -webkit-background-size: 1.07692308em 1.53846154em;
          background-size: 1.07692308em 1.53846154em;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(4) .icon {
  background: #fecc43;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(4) .icon:before {
  width: 1.61538462em;
  height: 1.23076923em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--type04.png');
  -webkit-background-size: 1.61538462em 1.23076923em;
          background-size: 1.61538462em 1.23076923em;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(5) .icon {
  background: #e9a78f;
}
.inquiry-select .inquiry-select_list .list-item:nth-child(5) .icon:before {
  width: 1.30769231em;
  height: 1.07692308em;
  background: url('//pics.auction.co.kr/mobile/v2/qna/icon--type05.png');
  -webkit-background-size: 1.30769231em 1.07692308em;
          background-size: 1.30769231em 1.07692308em;
}
.captcha .card_body {
  padding: 1em 3.25em;
}
.captcha .captcha-image {
  width: 6.25em;
  height: 3.875em;
  margin: 0 auto;
}
.captcha .captcha-image img {
  vertical-align: top;
}
.captcha .captcha-txt {
  font-size: 0.875em !important;
  margin: 0.57142857em 0 0;
  line-height: 1.28571429em;
  color: #000000;
  text-align: center;
}
.captcha .captcha-input {
  font-size: 0.8125em;
  margin: 0.61538462em 0 0;
}
.captcha .captcha-input .styled {
  width: 100%;
  height: 2.46153846em;
  padding: 0 0.76923077em;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.qna_delete .card_body {
  padding: 1em;
  text-align: center;
  background: #f0f0f0;
  border-radius: 2px 2px 0 0;
}
.qna_delete .card_body p {
  margin: 0;
  line-height: 1.25em;
  padding: 0.5em 0;
}
@media only screen and (min-width: 768px) {
  .inquiry-select {
    font-size: 100%;
  }
  .inquiry-select .inquiry-select_list .list-item .styled:checked + .list-item_icon:after {
    top: 14px;
  }
  .product-question,
  .card--qna {
    font-size: 120%;
  }
  .control-group .control-group_unit {
    font-size: 120%;
  }
  .control-group .control-group_unit .button--normal {
    font-size: 100%;
  }
}
