@charset "utf-8";

* {
  line-height: 100%;
}

header {
  position: relative;
  background: #fff;
}
header > div {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
}
/*header(common)*/
header .back {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  font-size: 0;
}
header .back > i {
  font-size: 17px;
}
header .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
header .right > a {
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
}
header .right > a i {
  font-size: 19px;
}

/*header(itemlist)*/
header .head {
  display: flex;
  padding: 0 14px 0 40px;
  width: 100%;
  box-sizing: border-box;
}
header .head > a {
  display: flex;
  flex: none;
  position: absolute;
  left: 0;
  top: 12px;
  width: 40px;
  height: 27px;
  align-items: center;
  justify-content: center;
  vertical-align: bottom;
}
header .head > a > span {
  position: absolute;
  left: -3000%;
}
header .head > a > i {
  font-size: 15px;
  color: #f70700;
}
header .head > h1 {
  padding-right: 21px;
}
header .head > h1 > a {
  display: block;
  padding-top: 8px;
  width: 52px;
  height: 40px;
  box-sizing: border-box;
}
header .head > h1 img {
  width: 52px;
  height: 30px;
}
header .head > div {
  display: flex;
  flex: 1;
  position: relative;
  padding-top: 12px;
}
header .head > div > input {
  flex: 1;
  padding-right: 26px;
  height: 27px;
  border: 1px solid #ff7a7a;
}
header .head > div > a {
  display: flex;
  position: absolute;
  right: 0;
  top: 12px;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}
header .head > div > a > span {
  position: absolute;
  left: -3000%;
  color: transparent;
}
header .head > div i {
  color: #f70700;
  font-size: 16px;
}
/*header(all)*/
#lnb {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  border-top: 1px solid #f4f4f4;
}
#lnb > ul {
  display: flex;
}
#lnb > ul li {
  flex: 1;
}
#lnb > ul li a {
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  line-height: 38px;
}
#lnb > ul li i {
  font-size: 20px;
  color: #414141;
}
#lnb > ul .on i {
  color: #f70700;
}
.lnb {
  overflow-x: auto;
  top: 40px;
}
.lnb > ul {
  padding: 0 8px 0;
  font-size: 0;
  width: 1200px;
  height: 37px;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.lnb li {
  display: inline-block;
  padding: 0 9px;
}
.lnb li a {
  display: block;
  padding: 0 3px;
  height: 37px;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 37px;
}
.lnb li.on a {
  position: relative;
  color: #f70700;
}
.lnb li.on a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f70700;
}

/*main(all)*/
main {
  position: relative;
  background: #eee;
  padding: 38px 0;
}
main > section {
  margin-bottom: 8px;
  background: #fff;
}
main img {
  width: 100%;
}
/*main(item list)*/
.main_type1 {
  padding-top: 76px;
  padding-bottom: 8px;
}
.main_type1 > section {
  margin-bottom: 0;
  margin-top: 8px;
}
/*main(item_info)*/
.main_type2 {
  padding: 0;
}
.main_type2 > section:last-child {
  margin: 0;
}

/*category*/
section.category {
  display: none;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  padding: 38px 8px;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  box-sizing: border-box;
}
.category .cate_head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  background: #fff;
  border-bottom: 1px solid #f4f4f4;
}
.category .back {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  font-size: 0;
}
.category .back > i {
  font-size: 17px;
}
.category .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
.category .right > a {
  display: inline-block;
  margin-right: 15px;
  width: 19px;
  height: 19px;
}
.category .right > a i {
  font-size: 19px;
}
.category > article {
  margin-bottom: 8px;
  background: #fff;
}
.category .h2_bar {
  padding: 15px 0 8px 9px;
}
.category ul {
  padding: 0 9px;
}
.category ul:after {
  content: "";
  display: block;
  clear: both;
}
.category ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #eee;
}
.category ul .none {
  border-bottom: none;
}
.category ul li a {
  display: block;
  height: 35px;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 35px;
  text-indent: 4px;
}
.category ul li i {
  padding-right: 7px;
  font-size: 15px;
  vertical-align: middle;
}

/*mypage*/
.info {
  padding: 0 13px;
  border-top: 1px solid #476dab;
  background: #6182b7;
}
.info > div:first-of-type {
  float: left;
  height: 46px;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
}
.info > div:last-of-type {
  float: right;
  height: 46px;
  color: #fff;
  font-size: 11px;
  line-height: 46px;
}
.info > div:last-of-type > i {
  margin: 0 3px 0 0;
  font-size: 12px;
}
.info > div:last-of-type > span {
  position: relative;
}
.info > div:last-of-type > span i {
  font-size: 18px;
  vertical-align: middle;
}
.info > div:last-of-type > span em {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 14px;
  height: 14px;
  background: #ef5456;
  border-radius: 14px;
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}
.info > ul {
  display: flex;
  clear: both;
  border-top: 1px solid #6c8fc8;
}
.info > ul li {
  position: relative;
  flex: 1;
}
.info > ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 27px;
  background: #6c8fc9;
  transform: translate(0, -50%);
}
.info > ul li:first-child:after {
  display: none;
}
.info > ul a {
  display: flex;
  height: 59px;
  color: #d2e5ff;
  font-size: 12px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.info > ul a strong {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  color: #fff;
  font-size: 14px;
}
.info > ul a strong:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-bottom: 1px solid #bcd6ef;
}
.ing_box ul {
  display: flex;
}
.ing_box li {
  flex: 1;
  position: relative;
}
.ing_box li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 42px;
  background: #efefef;
  transform: translate(0, -50%);
}
.ing_box li:first-child:after {
  display: none;
}
.ing_box li a {
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ing_box li a > div > div {
  font-size: 12px;
  color: #242424;
}
.ing_box li a > div > span {
  font-size: 17px;
  color: #3071e5;
  font-weight: bold;
}
.ing_box li a > div > span i {
  font-size: 14px;
  color: #3071e5;
  font-weight: bold;
}
.link_list li {
  border-bottom: 1px solid #f6f6f6;
}
.link_list li > a {
  display: block;
  position: relative;
  padding: 0 0 0 17px;
  height: 38px;
  font-size: 12px;
  color: #121212;
  line-height: 38px;
}
.link_list li > a > i {
  color: #757575;
}
.link_list li > a > i:first-of-type {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.link_list li > a > i:last-of-type {
  position: absolute;
  right: 17px;
  top: 50%;
  font-size: 11px;
  transform: translate(0, -50%);
}
.link_list li > a > span {
  padding: 0 0 0 8px;
  color: #757575;
  font-size: 9px;
}
.link_list li:last-child {
  border-bottom: none;
}

/*itemlist(WMP HOME > BEST )*/
.category_best {
  background: #eee;
  box-sizing: border-box;
}
.category_best > ul {
  padding: 0 8px;
  background-clip: content-box;
}
.list_type2 {
  font-size: 0;
  background: #fff;
}
.list_type2 li {
  display: inline-block;
  width: 25%;
}
.list_type2 li a {
  display: block;
  position: relative;
  padding: 34px 0 12px;
  border: 1px solid #f4f4f4;
  border-left: none;
  border-bottom: none;
  color: #757575;
  font-size: 10px;
  text-align: center;
  box-sizing: border-box;
}
.list_type2 li a > i {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 0);
  color: #757575;
  font-size: 16px;
}
.list_type2 li:nth-child(1) a,
.list_type2 li:nth-child(2) a,
.list_type2 li:nth-child(3) a,
.list_type2 li:nth-child(4) a {
  border-top: none;
}
.list_type2 li:nth-child(4n) a {
  border-right: none;
}
.list_type2 .on a {
  color: #f70700;
}
.list_type2 .on i {
  color: #f70700;
}
.category_best > div {
  padding-bottom: 8px;
  font-size: 0;
}
.category_best > div h3 {
  display: inline-block;
  color: #757575;
  font-size: 14px;
  text-indent: 8px;
}
.category_best > div a {
  display: inline-block;
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background: #dfdfdf;
  border: 1px solid #bebebe;
  color: #757575;
  font-size: 11px;
  line-height: 14px;
  box-sizing: border-box;
  text-align: center;
}
.category_best > div a > span {
  position: absolute;
  left: -3000%;
  color: transparent;
}
.category_best > article {
  padding-left: 8px;
}
.list_type3:after {
  content: "";
  display: block;
  clear: both;
}
.list_type3 li {
  float: left;
  position: relative;
  width: 50%;
  padding: 0 8px 8px 0;
  background: #fff;
  background-clip: content-box;
  box-sizing: border-box;
}
.list_type3 li > a {
  display: block;
  padding: 0 0 42px;
  box-sizing: border-box;
}
.list_type3 .image {
  position: relative;
  min-height: 150px;
}
.list_type3 .image > img {
  max-height: 500px;
}
.list_type3 .image > span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
}
.list_type3 h4 {
  overflow: hidden;
  padding: 0 7px 0;
  margin-top: 8px;
  height: 41px;
  color: #1d1d1d;
  font-size: 13px;
  line-height: 13px;
}
.list_type3 h4 > span {
  display: block;
  padding: 0 0 3px;
  color: #757575;
  font-size: 11px;
  font-weight: normal;
}
.list_type3 li p {
  padding: 7px 0 0 7px;
  color: #1d1d1d;
  font-weight: bold;
}
.list_type3 li p > span {
  color: #f70700;
  padding-right: 6px;
}
.list_type3 li > a > span {
  position: absolute;
  left: 7px;
  bottom: 15px;
  padding: 3px 3px;
  font-size: 11px;
}

/*iteminfo(상단)*/
.item_head {
  padding-bottom: 12px;
}
.item_head > article {
  padding: 0 13px;
  border-bottom: 1px solid #f4f4f4;
}
.item_head > article > div {
  position: relative;
  padding-bottom: 16px;
}
.item_head h2 {
  padding-bottom: 53px;
  font-size: 14px;
  color: #1d1d1d;
}
.item_head h2 > span {
  display: block;
  padding: 12px 0 6px;
  color: #757575;
  font-size: 12px;
  font-weight: normal;
}
.item_head > article > div p {
  position: absolute;
  left: 0;
  bottom: 32px;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: bold;
}
.item_head > article > div p > span {
  padding-right: 4px;
  color: #f70700;
  font-size: 15px;
  font-weight: bold;
}
.item_head > article > div > span {
  color: #5365ac;
  font-size: 11px;
}
.item_head ul {
  display: flex;
  padding: 0 13px;
}
.item_head ul li {
  flex: 1;
  color: #757575;
  height: 33px;
  line-height: 33px;
}
.item_head ul li:nth-child(2) {
  text-align: center;
}
.item_head ul li:nth-child(3) {
  text-align: right;
}
.item_head ul li > span {
  color: #1d1d1d;
}
.item_head ul li > a {
  display: block;
  color: #1d1d1d;
  line-height: 33px;
}
.item_head ul li > a > i {
  color: #757575;
  font-size: 12px;
}
.item_head > a {
  display: block;
  margin: 0 13px 0;
  height: 39px;
  font-size: 0;
  text-align: center;
  border: 1px solid #f4f4f4;
  box-sizing: content-box;
}
.item_head > a > p {
  display: inline-block;
  padding-right: 17px;
  color: #757575;
  font-size: 14px;
  line-height: 39px;
}
.item_head > a > p > .on {
  color: #fcae13;
}
.item_head > a > span {
  color: #1d1d1d;
  font-size: 13px;
  line-height: 39px;
}
.item_head > a > i {
  display: inline-block;
  width: 5px;
  height: 8px;
  color: #757575;
  font-size: 12px;
  line-height: 39px;
}
.tabs .tab_type1 {
  display: flex;
  border-bottom: 1px solid #f4f4f4;
}
.tabs .tab_type1 li {
  flex: 1;
  text-align: center;
}
.tabs .tab_type1 li.on > a {
  color: #f70700;
}
.tabs .tab_type1 li.on > a span {
  position: relative;
  display: inline-block;
}
.tabs .tab_type1 li.on > a span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  margin-top: 9px;
  width: 100%;
  height: 2px;
  background: #f70700;
}
.tabs .tab_type1 li > a {
  display: block;
  height: 34px;
  background: #fff;
  line-height: 34px;
}

/*iteminfo(상품설명, 하단)*/
.tabs > section {
  display: none;
}
.tabs > section.on {
  display: block;
}
.item_info {
  padding-top: 10px;
}
.item_info .detail {
  padding: 8px;
  margin: 8px 0;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
.item_info .detail {
  display: flex;
}
.item_info .detail > div {
  flex: 1;
}
.item_info .detail > div:first-child {
  padding: 2px 0 0 8px;
}
.item_info .detail > div > span {
  display: block;
  position: relative;
  margin-bottom: 9px;
  width: 24px;
  height: 21px;
  background: #f70700;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 21px;
}
.item_info .detail > div > span:after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 11px;
  height: 11px;
  background: #fff;
  transform: rotate(45deg);
}
.item_info .detail h3 {
  font-size: 14px;
  color: #434343;
}
.item_info .detail h3 > span {
  display: block;
  padding: 5px 0 20px;
  font-size: 11px;
  color: #757575;
}
.item_info .detail > div p {
  color: #434343;
  font-weight: bold;
  font-size: 15px;
}
.item_info .detail > div p > b {
  display: block;
  padding-bottom: 3px;
  color: #f70700;
  font-size: 11px;
}
.item_info .detail > div img {
  max-height: 400px;
}
.item_info .detail2 > div {
  text-align: center;
  margin-bottom: 27px;
  background: url(../images/bu_line.png) no-repeat bottom;
}
.item_info .detail2 h3 {
  font-size: 15px;
  color: #434343;
}
.item_info .detail2 h3 > span {
  display: block;
  padding: 33px 0 12px;
  color: #f70700;
  font-size: 17px;
}
.item_info .detail2 > div > p {
  display: inline-block;
  position: relative;
  background: #f70700;
  padding: 0 15px;
  margin: 12px 0 17px;
  width: 127px;
  height: 15px;
  border-radius: 15px;
  color: #f4f4f4;
  font-size: 11px;
  line-height: 15px;
  text-align: left;
  box-sizing: border-box;
}
.item_info .detail2 > div > p span {
  position: absolute;
  right: -3px;
  bottom: 0;
  padding: 0 10px;
  height: 15px;
  background: #ff4f50;
  color: #fff;
  font-size: 12px;
  border-radius: 15px;
}
.get {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  height: 55px;
  width: 100%;
  background: #e6e6e6;
  padding: 5px 8px 10px;
  font-size: 0;
  box-sizing: border-box;
}
.get a {
  display: block;
  text-align: center;
}
.get a:first-child {
  flex: none;
  padding: 5px 0;
  margin-right: 8px;
  width: 43px;
  height: 100%;
  background: #fff;
  border: #eee;
  color: #757575;
  font-size: 12px;
  box-sizing: border-box;
}
.get a > i {
  display: block;
  color: #ef5555;
  font-size: 12px;
}
.get a:last-child {
  display: flex;
  flex: 1;
  height: 100%;
  background: #ef5555;
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
.item_info > p {
  height: 50px;
  border: 1px solid #f6f6f6;
  border-left: none;
  border-right: none;
  color: #f70700;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
}
.item_info > p span {
  font-weight: bold;
}

/*iteminfo(하단, 구매안내)*/
.sale_info {
  padding: 10px 13px 22px;
}
.sale_info p {
  position: relative;
  padding-left: 5px;
  color: #757575;
  font-size: 11px;
  line-height: 15px;
}
.sale_info p > span {
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 2px;
  background: #757575;
}
.sale_info h4 {
  position: relative;
  padding-left: 5px;
  font-size: 11px;
  color: #059ca8;
  line-height: 15px;
}
.sale_info h4 > span {
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 2px;
  background: #757575;
}
.sale_info li {
  padding-left: 5px;
  color: #757575;
  line-height: 15px;
}
.list_type5 li {
  display: flex;
  position: relative;
  font-size: 11px;
}
.list_type5 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 3px;
  height: 2px;
  background: #757575;
}
.list_type5 li > span {
  flex: 1;
  line-height: 15px;
}
table.type1 {
  border-top: 1px solid #c3c3c3;
}
table.type1 th {
  padding: 8px 10px;
  background: #f4f4f4;
  border: 1px solid #c3c3c3;
  border-right: none;
  border-top: none;
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
}
table.type1 td {
  padding: 0 8px;
  border: 1px solid #c3c3c3;
  font-size: 12px;
  border-top: none;
}

/*iteminfo(하단, Q&A 작성)*/
.item_qua {
  margin: 0;
}
.item_qua .h2_bar {
  padding: 15px 12px 4px;
  color: #434343;
}
.item_qua .write {
  position: relative;
  padding: 0 12px;
  font-size: 0;
}
.item_qua textarea {
  border: 1px solid #cecece;
}
.item_qua .write > p {
  padding: 18px 0 23px;
  color: #757575;
  font-size: 11px;
}
.item_qua .write > a {
  position: absolute;
  right: 12px;
  bottom: 17px;
}
.item_qua .write > a i {
  display: inline-block;
  padding-right: 4px;
  font-size: 12px;
}
.item_qua > ul li {
  position: relative;
  padding: 11px 12px 37px;
  background: #f8f8f8;
  border-top: 1px solid #dedede;
}
.item_qua > ul li > div {
  font-size: 0;
}
.item_qua > ul li > div span {
  display: inline-block;
  padding: 3px 4px;
  margin-right: 6px;
  font-size: 11px;
}
.item_qua > ul li > div p {
  display: inline-block;
  color: #757575;
  font-size: 11px;
}
.item_qua > ul li > div b {
  color: #1d1d1d;
  font-size: 13px;
  margin-right: 6px;
}
.item_qua > ul li > p {
  padding: 8px 0 0;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 15px;
}
.item_qua > ul li > a {
  position: absolute;
  right: 12px;
  bottom: 5px;
}
.item_qua .answer {
  padding-left: 25px;
  background: #f8f8f8;
}
.item_qua .answer > b {
  overflow: hidden;
  position: absolute;
  left: 12px;
  top: 14px;
  width: 7px;
  height: 7px;
  border: 3px solid #757575;
  border-top: none;
  border-right: none;
  color: transparent;
}

/*footer*/
footer {
  padding-bottom: 61px;
}
/*footer(all)*/
footer > .award {
  display: flex;
  padding: 13px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
}
footer > .award > div {
  flex: none;
  width: 50%;
  text-align: center;
}
footer > .award > div img {
  min-height: 24px;
  height: 100%;
  max-height: 32px;
}
footer > .detail {
  background: #fff;
}
footer > .detail > div {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
footer > .detail ul {
  font-size: 0;
}
footer > .detail li {
  display: inline-block;
  position: relative;
  padding-left: 8px;
  font-size: 11px;
  color: #434343;
  box-sizing: border-box;
}
footer > .detail li:first-child {
  padding-left: 0;
}
footer > .detail li:first-child:before {
  background: none;
}
footer > .detail li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 1px;
  height: 10px;
  background: #9c9c9c;
}
footer > .detail li > a {
  display: block;
  padding: 16px 0;
  box-sizing: border-box;
}
footer > .detail li:nth-child(2) {
  font-weight: bold;
}
footer address {
  padding: 0 11px;
  color: #757575;
  font-size: 11px;
  line-height: 14px;
}
footer address > span {
  display: inline-block;
  margin: 0 2px;
  width: 1px;
  height: 7px;
  background: #9c9c9c;
}

/*link(all)*/
.quick > div {
  position: fixed;
  bottom: 60px;
  z-index: 10;
}
.quick a {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #757575;
  color: #434343;
  text-align: center;
  box-sizing: border-box;
}
.quick a > i {
  display: block;
  color: #1d1d1d;
}
.quick .top {
  right: 8px;
}
.quick .top a {
  padding: 3px 0 7px;
  font-size: 12px;
}
.quick .top i {
  font-size: 15px;
}
/*link(상품 상세내역)*/
.quick .zoom {
  right: 8px;
  bottom: 100px;
}
.quick .zoom a {
  padding: 3px 0 7px;
  font-size: 12px;
}
.quick .zoom i {
  font-size: 15px;
}
.quick .back {
  left: 8px;
}
.quick .back i {
  font-size: 16px;
  line-height: 40px;
}

/*h1-h6*/
.h1_bar {
  height: 38px;
  color: #1d1d1d;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
}
.h2_bar {
  padding-top: 15px;
  background: #eee;
  color: #757575;
  font-size: 13px;
}
h3.h3 {
  padding: 12px 0 8px;
  color: #1d1d1d;
  font-size: 12px;
}
/*item_list*/
.num_type1 {
  background: rgba(247, 7, 0, 0.7);
  color: #fff;
}
.num_type2 {
  background: rgba(67, 67, 67, 0.7);
  color: #fff;
}

/*mypage*/
.ico_type1 {
  background: #6182b7;
  color: #fff;
}
/*qna*/
.ico_type2 {
  background: #fff;
  border: 1px solid #ff452b;
  color: #ff452b;
}
.ico_type3 {
  background: #ff452b;
  border: 1px solid #ff452b;
  color: #fff;
}
.ico_type4 {
  background: #2493dc;
  border: 1px solid #2493dc;
  color: #fff;
}
.btn.type1 {
  background: #f70700;
  color: #fff;
  font-size: 13px;
}
.btn.type2 {
  background: #fff;
  border: 1px solid #c3c3c3;
  text-align: center;
  font-size: 12px;
}
/*all*/
.btn {
  display: inline-block;
  padding: 0 7px;
  height: 24px;
  line-height: 24px;
  min-width: 30px;
}

i {
  font-family: xeicon;
}
i > span {
  position: absolute;
  left: -3000%;
  color: transparent;
}
