@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html, body {
  color: #111;
  font-family: "Noto Sans KR", NotoSansCJKkr;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 14px; }

th, td, div, h1, h2, h3, h4, h5, h6, input, button, p, a, span {
  font-size: inherit; }

a:hover, a {
  color: inherit;
  text-decoration: none; }

#coda_body {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  #coda_body .thema-color {
    color: #111; }

#login_top {
  font-size: 13px;
  padding: 10px 80px;
  color: #333;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #login_top > div {
    cursor: pointer; }
  #login_top > div:last-of-type {
    padding-left: 20px; }

#gnb_cate {
  position: relative;
  background-color: #f4f4f5;
  display: flex;
  align-items: center;
  padding: 0px 80px;
  height: 58px; }
  #gnb_cate > div {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    color: #000; }
  #gnb_cate > div:nth-of-type(-n+4) span > img {
    -webkit-filter: grayscale(100%);
    filter: gray; }
  #gnb_cate > div:nth-of-type(5) {
    color: #e11837; }
  #gnb_cate > .line {
    padding: 20px; }
  #gnb_cate > .cate {
    flex: 0 0 172px;
    display: flex;
    align-items: center;
    position: relative; }
    #gnb_cate > .cate > span:nth-of-type(1) {
      max-width: 141px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      display: inline-block; }
    #gnb_cate > .cate > span:nth-of-type(2) {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #gnb_cate > .cate .cate_hover {
      display: none;
      position: absolute;
      background: #fff;
      min-width: 190px;
      width: max-content;
      left: 0;
      top: 30px;
      padding: 20px;
      color: #555;
      z-index: 10;
      border: 1px solid #dbdbdb;
      border-top: 1px solid #111; }
      #gnb_cate > .cate .cate_hover > div {
        height: 16px;
        line-height: 16px; }
      #gnb_cate > .cate .cate_hover > div:not(:last-child) {
        margin-bottom: 18px; }
      #gnb_cate > .cate .cate_hover > div:hover {
        color: #e11837; }
      #gnb_cate > .cate .cate_hover .active {
        color: #e11837; }

#coda_body .coda_head_fixed {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 50;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06); }
  #coda_body .coda_head_fixed > div:nth-of-type(n+6):nth-of-type(-n+8) > div:nth-of-type(2) {
    display: none; }
  #coda_body .coda_head_fixed > div:nth-of-type(4) {
    display: none; }
  @media screen and (min-width: 768px) {
    #coda_body .coda_head_fixed {
      height: 80px;
      padding-top: 14px !important;
      padding-bottom: 14px !important; } }
  #coda_body .coda_head_fixed #gnb_cate_more {
    top: 79px !important; }

#coda_head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 80px 25px 80px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  white-space: nowrap; }
  #coda_head > div:nth-of-type(1) {
    padding-right: 30px;
    cursor: pointer; }
  #coda_head > div:nth-of-type(2) {
    padding-right: 40px; }
  #coda_head > div:nth-of-type(2) img {
    margin-top: -4px; }
  #coda_head > div:nth-of-type(3) {
    position: relative;
    flex: 0 0 520px; }
    #coda_head > div:nth-of-type(3) #top_search_form {
      position: relative; }
    #coda_head > div:nth-of-type(3) #top_search_form > span {
      position: absolute;
      cursor: pointer;
      z-index: 1;
      right: 15px;
      top: 10px; }
    #coda_head > div:nth-of-type(3) input[type='text'] {
      width: 520px;
      height: 52px;
      border: 1px solid #111;
      padding-left: 10px;
      font-size: 14px;
      background: #fff; }
    #coda_head > div:nth-of-type(3) input[type='text']:focus, #coda_head > div:nth-of-type(3) input[type='text']:hover {
      border: 1px solid #111;
      outline: 0px !important;
      background: #fff !important; }
  #coda_head > div:nth-of-type(4) {
    box-sizing: content-box;
    padding-left: 40px;
    cursor: pointer;
    flex: 0 0 325px;
    height: 35px;
    overflow: hidden; }
    #coda_head > div:nth-of-type(4) > ul > li {
      height: 37px;
      display: flex; }
      #coda_head > div:nth-of-type(4) > ul > li > div:nth-of-type(1) {
        color: #e11837;
        font-weight: 600;
        font-size: 21px;
        font-family: Roboto, tahoma; }
      #coda_head > div:nth-of-type(4) > ul > li > div:nth-of-type(2) {
        padding-left: 15px;
        flex: 1;
        font-size: 20px;
        font-weight: 500; }
        #coda_head > div:nth-of-type(4) > ul > li > div:nth-of-type(2) > span {
          max-width: 240px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          display: inline-block; }
  #coda_head > div:nth-of-type(5) {
    flex: 1;
    padding-right: 30px; }
  #coda_head > div:nth-of-type(6) {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative; }
  #coda_head > div:nth-of-type(n+6):nth-of-type(-n+8) {
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    text-align: center; }
    #coda_head > div:nth-of-type(n+6):nth-of-type(-n+8) > div:nth-of-type(2) {
      margin-top: 5px; }
  #coda_head > div:nth-of-type(n+6):nth-of-type(-n+7) {
    padding-right: 40px; }
  #coda_head .cart_cnt {
    margin-left: 3px;
    color: #fff;
    font-size: 12px;
    background: #111;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0;
    right: 40px;
    position: absolute; }
  #coda_head .m_menu {
    display: none; }
  #coda_head .before {
    width: 267px !important;
    overflow-x: hidden; }
  #coda_head #gnb_cate_more {
    width: 783px;
    position: absolute;
    z-index: 11;
    top: 134px;
    left: 80px;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: flex;
    font-size: 15px; }
    @media screen and (max-width: 1550px) {
      #coda_head #gnb_cate_more {
        top: 120px;
        left: 21px; } }
    @media screen and (max-width: 768px) {
      #coda_head #gnb_cate_more {
        display: none !important; } }
    #coda_head #gnb_cate_more .cate1 {
      padding: 15px;
      border-right: 1px solid #dbdbdb; }
      #coda_head #gnb_cate_more .cate1 .active {
        background: #e11837;
        color: #fff; }
      #coda_head #gnb_cate_more .cate1 > div {
        width: 236px;
        height: 36px;
        display: flex;
        align-items: center;
        padding: 0px 15px; }
    #coda_head #gnb_cate_more .cate_more {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 30px;
      margin-bottom: 20px;
      flex: 1;
      overflow-y: hidden; }
      #coda_head #gnb_cate_more .cate_more .cate_title {
        flex: 0 0 100%;
        font-size: 19px;
        font-weight: 500;
        border-bottom: 1px solid #dbdbdb;
        display: flex;
        align-items: center;
        height: 58px; }
        #coda_head #gnb_cate_more .cate_more .cate_title > span:nth-of-type(1) {
          flex: 1; }
      #coda_head #gnb_cate_more .cate_more .cate2 {
        flex: 1;
        border-right: 1px solid #dbdbdb;
        margin-top: 15px;
        padding-right: 30px;
        height: 100%; }
        #coda_head #gnb_cate_more .cate_more .cate2 > div {
          height: 14px;
          line-height: 14px;
          margin-bottom: 20px; }
          #coda_head #gnb_cate_more .cate_more .cate2 > div > span:nth-of-type(2) {
            visibility: hidden; }
        #coda_head #gnb_cate_more .cate_more .cate2 > div:nth-of-type(1) {
          margin-top: 5px; }
        #coda_head #gnb_cate_more .cate_more .cate2 .active {
          display: flex;
          align-items: center; }
          #coda_head #gnb_cate_more .cate_more .cate2 .active > span:nth-of-type(1) {
            flex: 1; }
          #coda_head #gnb_cate_more .cate_more .cate2 .active > span:nth-of-type(2) {
            visibility: visible; }
      #coda_head #gnb_cate_more .cate_more .cate3 {
        flex: 1;
        padding-left: 30px;
        height: 100%; }
        #coda_head #gnb_cate_more .cate_more .cate3 > div {
          height: 14px;
          line-height: 14px;
          margin-top: 20px; }
      #coda_head #gnb_cate_more .cate_more .active {
        color: #e11837; }

@media screen and (max-width: 1000px) and (min-width: 768px) {
  #coda_head > div:nth-of-type(1) {
    padding-right: 10px !important; }
  #coda_head > div:nth-of-type(2) {
    padding-right: 20px !important; }
  #coda_head > div:nth-of-type(6) {
    padding-right: 0px !important; }
  #coda_head > div:nth-of-type(7) {
    display: none; }
  #coda_head > div:nth-of-type(8) {
    display: none; }
  #coda_head .cart_cnt {
    right: 3px !important; } }

@media screen and (max-width: 1550px) {
  #login_top {
    display: none; }
  #gnb_cate {
    padding: 0px 20px; }
  #coda_head {
    padding: 33px 20px 27px 20px; }
    #coda_head .cart_cnt {
      right: 23px; }
    #coda_head > div:nth-of-type(3) {
      flex: 1;
      padding-right: 20px; }
      #coda_head > div:nth-of-type(3) input[type='text'] {
        width: 100%; }
      #coda_head > div:nth-of-type(3) #top_search_form {
        max-width: 520px; }
    #coda_head > div:nth-of-type(4) {
      display: none; }
    #coda_head > div:nth-of-type(5) {
      display: none; }
    #coda_head > div:nth-of-type(n+6):nth-of-type(-n+7) {
      padding-right: 20px; }
  #coda_footer .footer_1, #coda_footer .footer_2 {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  #coda_footer .footer_2 {
    display: block;
    flex-direction: column-reverse;
    height: auto !important; }
    #coda_footer .footer_2 > ul {
      margin-bottom: 20px; }
  #head_info {
    padding: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -15px; }
    #head_info .main_property li {
      margin-bottom: 10px !important;
      font-size: 14px !important; } }
  @media screen and (max-width: 1550px) and (max-width: 1550px) and (min-width: 768px) {
    #head_info > div {
      margin-top: 35px !important;
      padding-left: 20px !important;
      padding-right: 20px !important; } }

@media screen and (max-width: 1550px) {
  #head_info .main_pay .buy_limit_type, #head_info .main_pay .btn_pay {
    display: none; }
  #item_section .view_name {
    margin-bottom: 22px !important;
    margin-top: 15px; } }

@media screen and (max-width: 768px) {
  #coda_head {
    padding: 15px 22.5px 15px 20px;
    border-bottom: 1px solid #dbdbdb; }
    #coda_head > div:nth-of-type(1) .m_menu {
      display: inline;
      width: 24px; }
    #coda_head > div:nth-of-type(1) .p_menu {
      display: none; }
    #coda_head > .m_menu {
      display: flex !important;
      position: relative; }
      #coda_head > .m_menu > div:nth-of-type(1) > img {
        width: 18.5px; }
      #coda_head > .m_menu a > img {
        width: 16px; }
      #coda_head > .m_menu .cart_cnt {
        right: -9px;
        top: 4px;
        width: 11.5px;
        height: 11.5px;
        font-size: 7px; }
      #coda_head > .m_menu > div:nth-of-type(1) {
        padding-right: 20px; }
    #coda_head > div:nth-of-type(2) {
      flex: 1;
      text-align: center;
      padding-right: 0px; }
      #coda_head > div:nth-of-type(2) img {
        width: 95px; }
    #coda_head > div:nth-of-type(n+3) {
      display: none; }
  #gnb_cate {
    display: none; }
  #head_info {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px !important;
    margin-bottom: 25px; }
    #head_info .main_property li {
      margin-bottom: 1px !important; }
    #head_info > div:nth-of-type(1) {
      padding-right: 0px !important;
      padding-left: 0px !important; }
  #head_info .main_img .img {
    max-width: 100% !important; }
  #head_info .main_img > div:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    height: 54.5px;
    display: flex;
    align-items: center; }
  #head_info .main_img #product_info_mod_req {
    color: #555 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin-top: 0px !important; }
    #head_info .main_img #product_info_mod_req img {
      width: 4px; }
  #head_info .detail_review {
    flex: 1;
    justify-content: end !important;
    margin-top: 0px !important; }
    #head_info .detail_review .상품평수 {
      color: #111 !important;
      font-size: 14px  !important; }
    #head_info .detail_review .sns_share {
      padding-left: 19px !important; }
      #head_info .detail_review .sns_share > img {
        width: 12.5px !important; }
    #head_info .detail_review .sns_share:before {
      left: 9px !important;
      border-left: 1px solid #dbdbdb !important;
      top: 2px !important; }
    #head_info .detail_review #상품평바로가기 img {
      width: 14px;
      margin-top: -4px; }
  #item_info {
    border-top: 1px solid #dbdbdb !important; }
    #item_info #op_main {
      padding-top: 30px !important;
      padding-right: 15px !important;
      padding-left: 15px !important; }
  #product_info_mod_req > span:nth-of-type(1) {
    display: none; }
  #product_info_mod_req > span:nth-of-type(2) {
    display: inline; }
  #head_info .view_point {
    border: solid 1px #dbdbdb !important;
    height: 91px !important;
    padding: 0px 16px !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important; }
    #head_info .view_point > div {
      flex: 1; }
    #head_info .view_point > div:nth-of-type(1) {
      border-bottom: 1px solid #dbdbdb !important; }
    #head_info .view_point > div > span:nth-of-type(1) {
      flex: 0 0 115px !important;
      font-size: 14px !important; }
    #head_info .view_point > div:nth-of-type(1) > span:nth-of-type(2) {
      font-size: 16px !important;
      font-weight: 500 !important; }
    #head_info .view_point > div:nth-of-type(2) > span:nth-of-type(2) {
      font-size: 16px !important;
      font-weight: normal !important; }
  #item_section .price_info #target_btn_최대할인가, #item_section .price_info #target_btn_최대할인가2 {
    top: 43px !important;
    padding: 10px !important; }
    #item_section .price_info #target_btn_최대할인가 > div:first-of-type, #item_section .price_info #target_btn_최대할인가2 > div:first-of-type {
      padding-bottom: 15px !important;
      margin-bottom: 15px !important; }
  #head_info .main_property li > div:nth-of-type(1) {
    flex: 0 0 100px !important;
    font-size: 14px !important;
    padding-right: 20px;
    line-height: 18px; }
  #head_info .main_property li > div:nth-of-type(2) {
    font-size: 14px !important;
    color: #111111 !important; }
  #list_group #lg_tname {
    font-size: 16px !important;
    padding-left: 20px !important;
    padding: 25px 15px 25px 15px !important; }
  #item_section .view_name {
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: -0.32px !important;
    margin: 0px !important;
    padding-bottom: 15px; }
  #head_info .main_pay {
    padding: 5px 15px 0px 15px; }
  .price_info .srow {
    padding: 0px 15px !important;
    margin-bottom: 3px !important; }
    .price_info .srow > span:nth-of-type(1) {
      flex: 0 0 116.5px !important;
      font-size: 14px !important; }
    .price_info .srow > span:nth-of-type(2) {
      color: #111111 !important;
      font-size: 14px !important; }
  #item_section .item_cnt input[type='text'] {
    font-family: Roboto;
    font-size: 18px;
    width: 50px !important;
    height: 35px !important; }
  #item_section .total_price {
    border-top: 1px solid #000 !important;
    margin-top: 11px;
    margin-bottom: 0px !important; }
    #item_section .total_price .total_money {
      font-size: 26px !important; }
    #item_section .total_price > div:nth-of-type(2) {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin-right: 10px !important; }
    #item_section .total_price > div:nth-of-type(4) {
      font-size: 16px !important;
      font-weight: 500 !important; }
    #item_section .total_price .item_cnt > span {
      height: 35px !important; }
    #item_section .total_price .item_cnt > span:nth-of-type(1) {
      width: 35px !important; }
    #item_section .total_price .item_cnt > span:nth-of-type(3) {
      width: 35px !important; }
    #item_section .total_price .item_cnt img {
      width: 15px; } }

#coda_footer {
  z-index: 9;
  background: #000;
  width: 100%;
  color: #fff;
  padding: 0px 80px; }
  @media screen and (max-width: 768px) {
    #coda_footer {
      padding: 0px 10px !important; }
      #coda_footer .footer_1 {
        height: 50px !important; }
      #coda_footer .footer_1 > div {
        margin-right: 10px !important; }
      #coda_footer .footer_1, #coda_footer .footer_2 {
        font-size: 12px !important;
        letter-spacing: -0.3px; } }
  #coda_footer .active a {
    font-weight: 500; }
  #coda_footer .footer_1 {
    font-weight: 300;
    border-bottom: 1px solid #555;
    height: 74px;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-wrap: wrap; }
    #coda_footer .footer_1 > div {
      margin-right: 51px; }
  #coda_footer .footer_2 {
    height: 305px;
    font-size: 14px;
    display: flex;
    padding: 30px 0px 60px 0px; }
    #coda_footer .footer_2 > ul {
      flex: 0 0 50%;
      line-height: 24px;
      color: #c8c8c8; }
    #coda_footer .footer_2 > ul > li:first-of-type {
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: bold;
      color: #fff; }
    #coda_footer .footer_2 > ul:first-of-type > li:last-of-type {
      font-size: 12px;
      margin-top: 29px;
      color: #c8c8c8; }
    #coda_footer .footer_2 > ul:first-of-type > li {
      display: flex; }
    #coda_footer .footer_2 > ul:last-of-type > li:nth-of-type(2) {
      display: flex;
      flex-wrap: wrap; }
      #coda_footer .footer_2 > ul:last-of-type > li:nth-of-type(2) > div:not(:last-child):after {
        content: '|';
        padding-left: 5px;
        margin-right: 5px; }
    #coda_footer .footer_2 > ul:last-of-type > li:nth-of-type(4) {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap; }
      #coda_footer .footer_2 > ul:last-of-type > li:nth-of-type(4) > div {
        height: 32px;
        flex: 0 0 100px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #333;
        cursor: pointer;
        margin-top: 5px;
        color: #fff; }

#coda_main {
  position: relative; }
  #coda_main #goto_top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    opacity: 0.9;
    box-shadow: 2.6px 4.2px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #111111;
    cursor: pointer;
    border-radius: 50%;
    z-index: 100; }
    @media screen and (min-width: 1550px) {
      #coda_main #goto_top {
        right: 15px; } }
    @media screen and (max-width: 1550px) and (min-width: 768px) {
      #coda_main #goto_top {
        bottom: 115px; } }
    @media screen and (max-width: 768px) {
      #coda_main #goto_top {
        bottom: 80px; } }
    #coda_main #goto_top img {
      left: 9px;
      position: absolute;
      top: 8px; }

ul {
  padding: 0px;
  list-style: none;
  margin: 0px; }

/* common { */
.no_margin {
  margin: 0px !important; }

.coda_sky {
  color: #0088f3 !important; }

.coda_color {
  color: #e11737 !important; }

.coda_cacaca {
  color: #cacaca; }

.dsp_no1 {
  display: none !important; }

#item_section .break {
  display: none;
  flex-basis: 100%;
  height: 0; }

#item_section .dsp_no {
  display: none; }

#item_section .dsp_no2 {
  visibility: hidden; }

#item_section .rotate {
  transform: rotate(180deg); }

#item_section .srow {
  display: flex; }

#item_section .srow > span:nth-of-type(2) {
  flex: 1;
  text-align: right; }

#item_section .pointer {
  cursor: pointer; }

#item_section .text-center {
  text-align: center; }

#item_section .big_blue {
  font-weight: bold;
  font-size: 20px;
  color: #0088f3; }

#item_section .big_red {
  font-weight: bold;
  font-size: 20px;
  color: #e11838; }

#item_section .blue {
  color: #0088f3; }

#item_section .gray {
  color: #cacaca !important; }

#item_section .red {
  color: #e11837 !important; }

#item_section .g777 {
  color: #777; }

#item_section .bg_f7 {
  background: #f7f7f7; }

#item_section .s {
  color: #0078f3; }

#item_section .g {
  color: #23aa3a; }

#item_section .bg_gray {
  background-color: gray !important;
  color: #fff !important;
  border: 0px !important; }

#item_section .bg_white {
  background-color: white !important; }

#item_section .process_ing {
  opacity: 0.5 !important;
  pointer-events: none; }

#item_section .hover:hover img {
  transform: scale(1.15);
  transition: all 0.1s ease-in-out; }

#item_section .drow {
  display: flex; }

#item_section .drow > div:first-of-type {
  flex: 1; }

/* common } */
/* 상단 영역{ */
#item_section #head_info {
  padding: 13px 80px 35px 80px;
  max-width: 1920px; }
  #item_section #head_info > div {
    margin-top: 20px; }
  #item_section #head_info .main_img {
    margin-top: 8px; }
  @media screen and (max-width: 768px) {
    #item_section #head_info > div:nth-of-type(2) {
      margin-top: 25px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 24px;
      border-bottom: 1px solid #dbdbdb; }
    #item_section #head_info .main_property .title {
      font-size: 16px !important;
      letter-spacing: -0.32px !important;
      margin-bottom: 13px !important; }
    #item_section #head_info .main_img {
      margin-top: 0px !important;
      padding: 0px 15px; }
      #item_section #head_info .main_img > div:nth-of-type(1) {
        margin-top: -20px !important; }
      #item_section #head_info .main_img .lSPager {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px !important; } }
  @media screen and (min-width: 1550px) {
    #item_section #head_info > div {
      padding-left: 0px;
      padding-right: 0px; }
    #item_section #head_info > div:nth-of-type(1) {
      flex: 0 0 calc(33.3% - 9px);
      max-width: calc(33.3% - 9px);
      padding-right: 29px; }
    #item_section #head_info > div:nth-of-type(2) {
      padding-left: 29px;
      padding-right: 29px; }
    #item_section #head_info > div:nth-of-type(3) {
      flex: 0 0 calc(33.3% - 9px);
      max-width: calc(33.3% - 9px);
      padding-left: 29px; } }

#item_section #head_info .main_img .img {
  width: 100%;
  max-width: 600px; }

#item_section #head_info .main_img .div {
  max-width: 600px; }

#item_section #head_info .main_img > div {
  text-align: center; }

#item_section #head_info .main_img .lightSlider > li {
  padding-left: 1px; }

#item_section #head_info #product_info_mod_req {
  color: #555555;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer; }

#item_section #head_info .detail_review {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #item_section #head_info .detail_review .sns_share {
    cursor: pointer;
    position: relative;
    padding-left: 38px; }
    #item_section #head_info .detail_review .sns_share > img {
      width: 18px; }
  #item_section #head_info .detail_review .sns_share:before {
    content: '';
    left: 19px;
    top: 4px;
    color: #dbdbdb;
    height: 90%;
    border-left: 1px solid #dbdbdb;
    position: absolute; }

#item_section #head_info #상품평바로가기 {
  display: flex;
  align-items: center;
  justify-content: center; }

#item_section #head_info .상품평수 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  margin-left: 10px; }

#item_section #head_info .상품평수 > span {
  color: #111; }

#item_section #head_info .lSPager {
  margin: auto;
  margin-top: 20px !important;
  display: flex;
  width: 100% !important;
  justify-content: center; }

#item_section #head_info .lSSlideOuter .lSPager.lSGallery li {
  width: 84px !important; }

#item_section #head_info .lSSlideOuter .lSPager.lSGallery > li:not(:last-child) {
  margin-right: 20px !important; }

#item_section #head_info .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-bottom: 3px solid #000;
  border-radius: 0px; }

#item_section #head_info .lSAction {
  display: none !important;
  /*
	> a{
	background-image:none;
	width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
	background-position: center !important;
	*/ }

#item_section #head_info .lSPrev {
  background-image: url(https://cdn.icoda.co.kr/asset/img/usr/product/lg_l.png) !important;
  background-size: 13px 24px;
  background: no-repeat; }

#item_section #head_info .lSNext {
  background-image: url(https://cdn.icoda.co.kr/asset/img/usr/product/lg-r.png) !important;
  background-size: 13px 24px;
  background: no-repeat; }

#item_section #head_info .main_property .title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: -0.24px;
  margin-bottom: 39px; }

#item_section #head_info .main_property li {
  display: flex;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333; }

#item_section #head_info .main_property li > div:nth-of-type(1) {
  flex: 0 0 153px;
  font-weight: 500; }

#item_section #head_info .main_property li > div:nth-of-type(2) {
  flex: 1;
  font-weight: 300; }

#item_section #head_info .main_pay {
  position: relative; }

#item_section #head_info .main_pay .view_name {
  margin-bottom: 42px;
  font-size: 27px;
  letter-spacing: -0.27px;
  font-weight: 500; }

#item_section #head_info .main_pay .view_name > span:nth-of-type(1) {
  flex: 1;
  font-weight: 500;
  align-items: center; }

#item_section #head_info .main_pay .view_name > span:nth-of-type(2) {
  flex: 0 0 50px;
  text-align: center;
  color: #999; }

#item_section #head_info .main_pay .view_name > span:nth-of-type(2):hover {
  color: #000; }

#item_section #head_info .share-container.visshare {
  opacity: 1;
  visibility: visible; }

#item_section #head_info .share-container {
  position: absolute;
  text-align: left;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 25px;
  margin-top: -5px;
  margin-left: 630px;
  width: 380px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
  z-index: 2; }
  @media screen and (max-width: 1550px) {
    #item_section #head_info .share-container {
      margin-top: -30px;
      margin-left: -13px; } }
  #item_section #head_info .share-container > div:first-of-type {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    #item_section #head_info .share-container > div:first-of-type > span:first-of-type {
      font-weight: bold;
      font-size: 19px;
      flex: 1; }
  #item_section #head_info .share-container > div:nth-of-type(2) {
    display: flex;
    align-items: center; }
    #item_section #head_info .share-container > div:nth-of-type(2) > div {
      flex: 1;
      cursor: pointer;
      text-align: center; }
      #item_section #head_info .share-container > div:nth-of-type(2) > div > div:nth-of-type(2) {
        margin-top: 5px;
        color: #777; }

#item_section .price_info .is_direct {
  color: royalblue;
  font-weight: bold; }
  #item_section .price_info .is_direct > span {
    flex: 1 !important; }

#item_section .price_info .view_price {
  margin-bottom: 15px; }
  #item_section .price_info .view_price > span:nth-of-type(1) {
    font-family: Roboto, tahoma;
    color: #e11837;
    font-weight: 500;
    font-size: 36px;
    margin-right: 19px; }
    #item_section .price_info .view_price > span:nth-of-type(1) img {
      margin-top: -5px;
      margin-right: 3px; }
  #item_section .price_info .view_price > span:nth-of-type(2) {
    font-family: Roboto, tahoma;
    font-weight: bold;
    font-size: 36px; }
  #item_section .price_info .view_price > span:nth-of-type(3) {
    font-size: 21px;
    font-weight: 500; }
  #item_section .price_info .view_price > span:nth-of-type(4) {
    margin-left: 10px;
    letter-spacing: -0.21px;
    color: #999;
    font-size: 21px;
    font-family: Roboto, tahoma;
    text-decoration: line-through; }
  #item_section .price_info .view_price > span:nth-of-type(5) {
    font-size: 17px;
    letter-spacing: -0.17px;
    color: #999; }

#item_section .price_info .coupon_sale {
  background: #fef7f8;
  height: 48px;
  margin-bottom: 15px;
  border: 1px solid #f4d3d8;
  padding: 0px 16px;
  color: #e11837;
  font-size: 16px;
  display: flex;
  align-items: center; }
  #item_section .price_info .coupon_sale > .추가할인쿠폰 {
    height: 24px;
    width: 24px;
    text-align: center;
    border: 1px solid #dbdbdb;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; }
    #item_section .price_info .coupon_sale > .추가할인쿠폰 > img {
      width: 18px;
      height: 14px; }
  @media screen and (max-width: 1550px) {
    #item_section .price_info .coupon_sale {
      margin-bottom: 10px !important; } }

#item_section .price_info .srow > span:nth-of-type(2) {
  flex: initial; }

#item_section .price_info .view_point > div > span:nth-of-type(1), #item_section .price_info .srow > span:nth-of-type(1) {
  font-weight: 500;
  flex: 0 0 143px;
  font-size: 16px; }

#item_section .price_info .view_point {
  height: 115px;
  background: #f7f7f7;
  border: 1px solid #dbdbdb;
  padding: 0px 15px;
  margin-bottom: 20px;
  position: relative; }
  #item_section .price_info .view_point > div {
    display: flex;
    align-items: center;
    height: 57px; }
  #item_section .price_info .view_point > div:nth-of-type(1) {
    border-bottom: 1px solid #dbdbdb; }
    #item_section .price_info .view_point > div:nth-of-type(1) > span:nth-of-type(2) {
      color: #e11837;
      font-size: 21px;
      font-family: Roboto, tahoma;
      font-weight: bold; }
  #item_section .price_info .view_point > div:nth-of-type(2) > span:nth-of-type(2) {
    color: #333;
    font-size: 18px;
    font-family: Roboto, tahoma;
    font-weight: bold; }

#item_section .price_info #target_btn_최대할인가, #item_section .price_info #target_btn_최대할인가2 {
  padding: 23px 26px;
  position: absolute;
  background: #fff;
  z-index: 1;
  left: 0;
  top: 56px;
  width: 100%;
  border: 1px solid #dbdbdb; }
  #item_section .price_info #target_btn_최대할인가 > div:first-of-type, #item_section .price_info #target_btn_최대할인가2 > div:first-of-type {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #dbdbdb; }
    #item_section .price_info #target_btn_최대할인가 > div:first-of-type > span:first-of-type, #item_section .price_info #target_btn_최대할인가2 > div:first-of-type > span:first-of-type {
      flex: 1;
      font-weight: bold;
      font-size: 19px; }
  #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(2), #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(3), #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(5), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(2), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(3), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(5) {
    font-size: 16px;
    font-weight: 500; }
  #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(2), #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(4), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(2), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(4) {
    margin-bottom: 15px; }
  #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(4), #item_section .price_info #target_btn_최대할인가 > div:nth-of-type(6), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(4), #item_section .price_info #target_btn_최대할인가2 > div:nth-of-type(6) {
    font-size: 14px;
    color: #777; }

#item_section .price_info .srow {
  padding: 0px 20px;
  margin-bottom: 20px; }
  #item_section .price_info .srow > span:nth-of-type(2) {
    color: #333;
    font-size: 16px;
    font-weight: 300; }

#item_section #head_info .price_info .border_bg {
  background: #fff;
  outline: 1px solid #e11838; }

#item_section article.alarm {
  margin-bottom: -20px;
  background: #f4f7fc;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  position: relative; }
  #item_section article.alarm .t100 {
    color: #49b189 !important;
    border-color: #49b189; }
  #item_section article.alarm .t200 {
    color: #3dafe4 !important;
    border-color: #3dafe4; }
  #item_section article.alarm .t300 {
    color: #ea8135 !important;
    border-color: #ea8135; }
  #item_section article.alarm .t400 {
    color: #585d7c !important;
    border-color: #585d7c; }
  #item_section article.alarm .t500 {
    color: #d63852 !important;
    border-color: #d63852; }
  #item_section article.alarm .t600 {
    color: #e11837 !important;
    border-color: #e11837; }
  #item_section article.alarm .atitle {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px; }
  #item_section article.alarm .adate {
    color: #999;
    font-size: 13px;
    margin-bottom: 25px; }
  #item_section article.alarm .alist > span:first-of-type {
    border-radius: 12.5px;
    width: 73px;
    height: 25px;
    text-align: center;
    border: 1px solid;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px; }
  #item_section article.alarm .alist > span:nth-of-type(2) {
    color: #333;
    font-size: 16px; }
  #item_section article.alarm .swiper-slide {
    padding: 35px 80px 40px 80px;
    background: url("https://cdn.icoda.co.kr/asset/img/usr/www/KakaoTalk_20200813_171009540.png");
    background-repeat: no-repeat;
    background-position: 1291px center; }
  #item_section article.alarm .al_pg {
    display: flex;
    align-items: center;
    z-index: 10;
    top: 43px;
    right: 80px;
    position: absolute; }
    #item_section article.alarm .al_pg .num {
      font-size: 16px;
      font-weight: 300;
      color: #999; }
      #item_section article.alarm .al_pg .num .now_pg {
        color: #111;
        font-weight: 400; }
    #item_section article.alarm .al_pg .pg_left, #item_section article.alarm .al_pg .pg_right {
      width: 29px;
      text-align: center;
      height: 29px;
      cursor: pointer;
      display: inline-block; }
      #item_section article.alarm .al_pg .pg_left img, #item_section article.alarm .al_pg .pg_right img {
        vertical-align: text-bottom; }
    #item_section article.alarm .al_pg .pg_left {
      margin-left: 10px;
      border: 1px solid #000; }
    #item_section article.alarm .al_pg .pg_right {
      margin-left: -1px;
      border: 1px solid #000; }
  @media screen and (max-width: 1550px) {
    #item_section article.alarm .swiper-slide {
      padding: 40px 20px; }
    #item_section article.alarm .al_pg {
      bottom: 10px;
      right: 10px;
      top: unset; }
    #item_section article.alarm .atitle {
      font-size: 26px;
      line-height: 27px; }
    #item_section article.alarm .adate {
      font-size: 13px;
      margin-bottom: 25px; }
    #item_section article.alarm .alist > span:first-of-type {
      font-size: 14px; }
    #item_section article.alarm .alist > span:nth-of-type(2) {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    #item_section article.alarm {
      border-bottom: 0px !important;
      margin-bottom: 0px !important; }
      #item_section article.alarm .al_pg {
        right: 14px; }
      #item_section article.alarm .swiper-slide {
        padding: 20px 15px; }
      #item_section article.alarm .atitle {
        font-size: 16px;
        font-weight: 500;
        line-height: 18px; }
      #item_section article.alarm .adate {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 300; }
      #item_section article.alarm .alist > span:first-of-type {
        width: 73px;
        height: 25px;
        font-size: 14px;
        margin-right: 8px; }
      #item_section article.alarm .alist > span:nth-of-type(2) {
        font-size: 14px; } }

#item_section .total_price .total_money {
  font-weight: bold;
  font-size: 36px;
  font-family: Roboto, tahoma; }

#item_section .total_price > div:nth-of-type(2) {
  margin-right: 20px;
  font-family: "Noto Sans KR", NotoSansCJKkr;
  font-size: 21px;
  font-weight: 400; }

#item_section .total_price > div:last-of-type {
  font-family: "Noto Sans KR", NotoSansCJKkr;
  font-size: 21px;
  margin-left: 4px;
  font-weight: 500; }

#item_section .buy_limit_type {
  color: #e11837;
  font-weight: 300; }

#item_section #head_info .total_price {
  border-top: 1px solid #000;
  padding-top: 11px;
  align-items: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 1550px) {
    #item_section #head_info .total_price {
      margin-bottom: 25px;
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }

#item_section #head_info .total_price > span:nth-of-type(2) {
  font-weight: bold;
  font-size: 18px; }

#item_section .item_cnt {
  display: flex; }
  #item_section .item_cnt > span:nth-of-type(1), #item_section .item_cnt > span:nth-of-type(3) {
    border: 1px solid #dbdbdb; }
  #item_section .item_cnt > span {
    height: 35px; }

#item_section .item_cnt > span:nth-of-type(1), #item_section .item_cnt > span:nth-of-type(3) {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 35px; }

#item_section .item_cnt > span:nth-of-type(2) {
  border-left: 0px;
  border-right: 0px; }

#item_section .item_cnt input[type='text'] {
  border: 0px;
  outline: 0px;
  padding: 0px 10px;
  width: 50px;
  height: 35px;
  text-align: center;
  font-family: Roboto, tahoma;
  font-size: 18px; }
  @media screen and (max-width: 1550px) and (min-width: 768px) {
    #item_section .item_cnt input[type='text'] {
      font-size: 16px; } }

/* 상단 영역} */
/* 리스트그룹 { */
#item_section #list_group {
  border-top: 1px solid #dbdbdb;
  padding-bottom: 15px; }
  #item_section #list_group #lg_tname {
    padding-top: 59px;
    padding-left: 80px;
    font-size: 24px;
    letter-spacing: -0.24px;
    font-weight: 500;
    margin-bottom: 25px; }
  #item_section #list_group .list_group {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  @media screen and (max-width: 768px) {
    #item_section #list_group {
      padding-bottom: 5px !important; } }
  @media screen and (max-width: 1550px) {
    #item_section #list_group {
      padding-bottom: 15px; }
      #item_section #list_group #lg_tname {
        padding: 40px 40px 25px 40px;
        font-size: 24px;
        letter-spacing: -0.24px;
        font-weight: 500;
        margin-bottom: 0px; }
      #item_section #list_group .list_group {
        padding-top: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important; } }

#item_section #list_group .label:before {
  content: '';
  width: 100px;
  height: 2px;
  background: black;
  position: absolute;
  top: -5px;
  left: 0px; }

#item_section #list_group div {
  position: relative; }

#item_section #list_group .list_group {
  padding: 20px 0px 5px 0px;
  position: relative;
  width: 100%; }

#item_section #list_group .list_group .lg_low {
  flex: 0 0 20%;
  text-align: center;
  width: 20%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box; }

@media screen and (max-width: 1550px) {
  #item_section #list_group .list_group .lg_low {
    padding-left: 20px;
    padding-right: 20px; }
  #list_group #list_group_container {
    display: none; }
  #list_group #list_group_container2 {
    display: block; }
    #list_group #list_group_container2 .lg_low {
      flex: 0 0 33.3% !important;
      width: 33.3% !important; }
  #list_group .list_group .swiper-button-next {
    right: 10px !important; }
  #list_group .list_group .swiper-button-prev {
    left: 10px !important; } }

@media screen and (max-width: 768px) {
  #item_section #list_group .list_group .lg_low {
    padding-left: 9px;
    padding-right: 9px; }
  #item_section #list_group .list_group .lg_price {
    font-size: 14px !important;
    margin-top: 5px !important; }
    #item_section #list_group .list_group .lg_price .num {
      font-size: 17px !important; }
  #item_section #list_group .list_group .list_group_name {
    font-size: 12px; } }

#item_section #list_group .list_group .swiper-slide {
  cursor: pointer;
  display: flex; }

#item_section #list_group .list_group .lg_thumb {
  margin-bottom: 10px;
  text-align: center; }

#item_section #list_group .list_group .lg_thumb img {
  width: 90%;
  max-width: 265px; }

#item_section #list_group .list_group .list_group_name {
  line-height: 18px;
  white-space: normal;
  max-height: 35px;
  font-weight: 300;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

#item_section #list_group .list_group .lg_price {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500; }

#item_section #list_group .list_group .lg_price .num {
  font-family: Roboto, tahoma;
  font-size: 27px;
  font-weight: bold; }

#item_section #list_group .list_group .swiper-button-next {
  background-image: url("https://cdn.icoda.co.kr/asset/img/usr/product/lg-r.png");
  background-size: 13px 24px;
  right: 20px; }

#item_section #list_group .list_group .swiper-button-prev {
  background-image: url("https://cdn.icoda.co.kr/asset/img/usr/product/lg_l.png");
  background-size: 13px 24px;
  left: 20px; }

#item_section #list_group .list_group .swiper-button-next, #item_section #list_group .list_group .swiper-button-prev {
  width: 35px;
  height: 35px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3); }

#item_section #list_group .list_group .swiper-button-next:hover, #item_section #list_group .list_group .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8) !important; }

#item_section #list_group .list_group .swiper-button-next.swiper-button-disabled, #item_section #list_group .list_group .swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important; }

/* 리스트그룹 } */
/* nav { */
#item_section #item_gnb {
  display: flex;
  padding: 20px;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  align-items: center;
  justify-content: center; }

#item_section .item_gnb_fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
  background: #fff; }

#item_section #item_gnb > div {
  min-width: 250px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold; }

@media screen and (max-width: 768px) {
  #item_section #item_gnb > div {
    min-width: 115px; } }

/* nav } */
.op_group_tab {
  padding-left: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid black;
  position: relative;
  /*
	&:after{
		content: '';				
		width: calc(100% + 4px);
		position: absolute;
		height: 100%;
		top: -27px;
		left: -2px;
		z-index: -1;
	}
	@media screen and (max-width: $grid2) { 
		&:after{		
			top: -17px;
		}
	}
	*/
  margin: 27px 0px 20px 0px;
  display: flex;
  flex-wrap: wrap; }
  .op_group_tab > li {
    cursor: pointer;
    color: #333;
    font-size: 18px; }
  .op_group_tab > li:not(:last-child) {
    position: relative;
    padding-right: 30px; }
  .op_group_tab > li:not(:last-child):after {
    content: '';
    border-right: 1px solid #dbdbdb;
    position: absolute;
    right: 15px;
    top: 5px;
    height: 20px; }
  .op_group_tab .active {
    color: #e11837; }
  .op_group_tab .all {
    color: #2f68f0  !important; }

/* item_info { */
#item_section #item_info {
  margin-top: 15px;
  flex-wrap: nowrap;
  border-top: 1px solid #dbdbdb;
  padding-left: 80px;
  padding-right: 80px; }
  #item_section #item_info > div {
    padding-top: 35px; }
  #item_section #item_info #item_aside_box {
    border-right: 1px solid #dbdbdb;
    padding-right: 70px;
    padding-left: 0px;
    max-width: max-content;
    flex: initial; }
  @media screen and (max-width: 1550px) {
    #item_section #item_info {
      margin-right: 0px;
      padding-left: 0px !important;
      padding-right: 0px !important;
      margin-left: 0px; }
      #item_section #item_info #item_aside_box {
        display: none; } }
  @media screen and (max-width: 1550px) and (min-width: 768px) {
    #item_section #item_info #op_main {
      padding: 35px 20px 100px 20px !important; } }
  @media screen and (max-width: 768px) {
    #item_section #item_info #item_nav > div {
      margin-top: 0px !important;
      width: 84px !important;
      flex: 0 0 84px !important;
      height: 34.5px !important;
      font-size: 13px !important; } }
  #item_section #item_info #item_nav {
    flex-wrap: wrap;
    display: flex;
    border-bottom: 2px solid #000;
    margin-bottom: 25px; }
    #item_section #item_info #item_nav > div:first-of-type {
      border-left: 1px solid #dbdbdb; }
    #item_section #item_info #item_nav > div {
      margin-top: 5px;
      cursor: pointer;
      width: 163px;
      flex: 0 0 163px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 57px;
      border-top: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb;
      font-size: 18px;
      color: #777; }
    #item_section #item_info #item_nav .active {
      color: #111;
      border-top: 2px solid #111;
      border-left: 2px solid #111 !important;
      border-right: 2px solid #111;
      position: relative; }
    #item_section #item_info #item_nav .active:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 2px;
      left: 0px;
      border-bottom: white 2px solid;
      z-index: 30; }
    #item_section #item_info #item_nav .op_add {
      color: #2f68f0  !important; }
  #item_section #item_info #item_aside_hd {
    min-width: 400px;
    max-width: 500px; }
  #item_section #item_info #item_aside {
    max-width: 500px;
    min-width: 450px;
    margin-top: 5px; }
    #item_section #item_info #item_aside .view_price {
      margin-bottom: 1px !important; }
      #item_section #item_info #item_aside .view_price > span:nth-of-type(1) {
        font-size: 32px; }
      #item_section #item_info #item_aside .view_price > span:nth-of-type(2) {
        font-size: 32px; }
      #item_section #item_info #item_aside .view_price > span:nth-of-type(3) {
        font-size: 19px; }
    #item_section #item_info #item_aside .total_price > div:nth-of-type(2) {
      font-size: 19px; }
    #item_section #item_info #item_aside .total_price > div:last-of-type {
      font-size: 19px; }
    #item_section #item_info #item_aside .total_money {
      font-size: 32px; }
    #item_section #item_info #item_aside .btn_pay > div:nth-of-type(1) {
      height: 56px; }
    #item_section #item_info #item_aside .coupon_sale {
      margin-bottom: 10px; }
    #item_section #item_info #item_aside .view_point {
      margin-bottom: 5px;
      height: 96px; }
      #item_section #item_info #item_aside .view_point > div {
        height: 48px; }
    #item_section #item_info #item_aside .total_price {
      margin-top: -5px;
      margin-bottom: 7px !important; }
    #item_section #item_info #item_aside .btn_pay > div:nth-of-type(1) > span:nth-of-type(1) {
      flex: 0 0 calc(35% - 2px); }
    #item_section #item_info #item_aside .btn_pay > div:nth-of-type(1) > span:nth-of-type(2) {
      flex: 0 0 calc(35% - 2px); }
    #item_section #item_info #item_aside .btn_pay > div:nth-of-type(1) > span:nth-of-type(3) {
      flex: 0 0 calc(20% - 2px); }
    #item_section #item_info #item_aside .btn_pay > div:nth-of-type(1) > span:nth-of-type(4) {
      flex: 0 0 calc(10% - 2px); }
  #item_section #item_info #op_main {
    padding-left: 69px;
    padding-right: 0px;
    padding-bottom: 100px;
    flex: 1;
    max-width: none; }

#item_section .item_aside_fixed {
  position: fixed;
  top: 95px;
  padding-left: 0px;
  padding-right: 0px; }

#item_section .item_nav_fixed {
  position: fixed;
  padding-top: 20px;
  background: #fff;
  z-index: 31;
  top: 75px;
  width: 100%;
  margin-left: -15px;
  padding-left: 15px;
  /*
	@media screen and (min-width: $grid1){ 
		&:after{
			content: '';
			position: absolute;
			background: white;
			width: 5px;
			top: 82px;
			right: 0px;
			height: 2px;
		}
	}
	
	@media screen and (max-width: $grid2){ 
		&:after{
			content: '';
			position: absolute;
			background: white;
			width: 15px;
			top: 54px;
			right: 0px;
			height: 3px;
		}
	}
	
	
	*/ }
  @media screen and (max-width: 768px) {
    #item_section .item_nav_fixed {
      width: calc(100% - 15px); } }
  @media screen and (max-width: 1550px) and (min-width: 768px) {
    #item_section .item_nav_fixed {
      width: calc(100% - 26px); } }
  #item_section .item_nav_fixed > div {
    position: relative; }
  #item_section .item_nav_fixed > div:first-of-type:before {
    content: '';
    position: absolute;
    top: 2px;
    background: white;
    left: -22px;
    height: 100%;
    width: 20px; }

/*
#item_section .item_nav_fixed:after{
	content: '';
	padding-bottom: 10px;
    position: absolute;
    background: white;
    width: 100%;
    bottom: -12px;
    left: 0px;
}
*/
#item_section .op_group_tab_fixed:after {
  content: ''; }

#item_section .op_group_tab_fixed {
  box-shadow: 0px 20px 20px 0px #ffffff;
  position: fixed;
  z-index: 30;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  top: 130px; }
  @media screen and (max-width: 1550px) and (min-width: 768px) {
    #item_section .op_group_tab_fixed {
      width: calc(100% - 41px); } }
  @media screen and (max-width: 768px) {
    #item_section .op_group_tab_fixed {
      top: 87px;
      left: 15px;
      padding-left: 5px;
      width: calc(100% - 30px); } }

#item_pay_nav {
  display: flex;
  visibility: hidden;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 40;
  background: #fff;
  color: #eee;
  align-items: center;
  height: 77px;
  border-top: 1px solid #ccc;
  font-size: 15px;
  padding: 10px 10px;
  font-weight: bold;
  border-top: 1px solid #111; }
  @media screen and (max-width: 1550px) and (min-width: 768px) {
    #item_pay_nav {
      height: 104px;
      padding: 20px; } }

#item_pay_nav > div:not(:last-child) {
  border-right: 1px solid black; }

#item_pay_nav > div {
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer; }

#item_pay_nav > div:nth-of-type(1) {
  flex: 0 0 85px;
  border: solid 1px #dbdbdb;
  border-right: 0px; }
  #item_pay_nav > div:nth-of-type(1) img {
    width: 27px; }

#item_pay_nav > div:nth-of-type(2) {
  flex: 1;
  background: #e11837;
  font-weight: 500;
  font-size: 20px; }

@media screen and (max-width: 1550px) {
  #item_aside {
    display: none; }
  #item_pay_nav {
    visibility: visible; }
  #item_add_info div[from='배송안내'] img {
    width: 100% !important;
    height: auto !important; }
  #item_add_info div[from='반품'] img {
    width: 100% !important;
    height: auto !important; } }

@media screen and (max-width: 768px) {
  #item_pay_nav {
    height: 70px; }
  #item_info #item_nav {
    margin-bottom: 15px !important;
    top: 58px;
    /*width: calc(100% ) !important;*/ }
  #item_detail {
    padding: 0px !important; }
    #item_detail .mb-5 {
      margin-bottom: 20px !important; }
  /*
	#item_pay_nav > div:nth-of-type(-n+2){
		display:none;
	}
	#item_pay_nav>div:nth-of-type(3){
		flex:0 0 20%;
	}
	#item_pay_nav>div:nth-of-type(4){
		flex:0 0 80%;
	}
	*/
  #상품평텝 > ul {
    flex-wrap: wrap; }
    #상품평텝 > ul > li {
      font-size: 14px !important; }
  #상품평텝 > ul:nth-of-type(2) > li {
    width: 95px !important;
    font-size: 12px !important;
    letter-spacing: -0.5px; }
  #상품평텝 > ul:nth-of-type(2) li:nth-of-type(n+2) {
    margin-left: 5px !important; }
  #상품평카테고리 > li:nth-of-type(4) {
    flex: auto !important; }
  #상품문의텝 > ul {
    flex-wrap: wrap; }
    #상품문의텝 > ul > li {
      font-size: 14px !important; }
  #상품문의텝 > ul:nth-of-type(2) > li {
    width: 110px !important;
    font-size: 14px !important;
    letter-spacing: -0.5px; }
  #상품문의텝 > ul:nth-of-type(2) li:nth-of-type(n+2) {
    margin-left: 5px !important; }
  #상품문의카테고리 > li:nth-of-type(4) {
    flex: auto !important; }
  #item_add_info > .srow {
    height: 46px !important; }
  #item_add_info > .srow > span:nth-of-type(1) {
    font-size: 16px !important; }
  #item_add_info > .srow > span:nth-of-type(2) img {
    width: 11px; }
  .price_info .coupon_sale {
    height: 51px;
    background-color: #fef7f8;
    border: 1px solid #f4d3d8 !important;
    padding: 16px !important;
    font-size: 14px !important;
    font-weight: 400 !important; }
    .price_info .coupon_sale .추가할인쿠폰 {
      background: #fff;
      height: 19px !important;
      width: 19px !important;
      margin-right: 5px !important; }
      .price_info .coupon_sale .추가할인쿠폰 img {
        width: 16px !important;
        height: 12.5px !important; }
  .price_info .view_price {
    margin-bottom: 10px !important; }
    .price_info .view_price > span:nth-of-type(1) {
      font-size: 28px !important;
      font-weight: 500 !important;
      margin-right: 10px !important; }
      .price_info .view_price > span:nth-of-type(1) img {
        width: 10.5px; }
    .price_info .view_price > span:nth-of-type(2) {
      font-size: 26px !important;
      font-weight: bold !important; }
    .price_info .view_price > span:nth-of-type(3) {
      font-size: 16px !important;
      font-weight: 500 !important;
      margin-right: 9.5px !important; }
    .price_info .view_price > span:nth-of-type(4) {
      font-size: 18px !important;
      letter-spacing: -0.36px;
      font-weight: 500 !important;
      margin-left: 0px !important; }
    .price_info .view_price > span:nth-of-type(5) {
      font-size: 14px !important; }
  #item_add_info .sinfo {
    padding-top: 20px !important; }
  #review_list > div:nth-of-type(1) {
    font-size: 18px !important; }
  #qna_list > div:first-of-type {
    font-size: 18px !important; }
  #item_add_info > div:nth-of-type(2) > div:nth-of-type(1) {
    font-size: 18px !important; } }

#item_section #item_info .main_info img {
  width: 100%;
  max-width: 480px;
  max-height: 480px; }

#item_section #item_info .main_info .img {
  text-align: center;
  margin-bottom: 11px; }

@media screen and (max-width: 1550px) {
  #item_section #item_info .main_info img {
    max-width: 300px; }
  #item_section #item_info .main_info .img {
    padding: 15px; } }

@media screen and (max-width: 768px) {
  #item_section #item_info .main_info img {
    max-width: 200px; }
  #item_section #item_info .main_info .img {
    padding: 10px; } }

#item_section #item_info .main_info .title {
  font-size: 15px;
  font-weight: bold;
  padding: 5px; }

#item_section #item_info .main_info .price {
  background: #eee;
  padding: 10px;
  display: flex; }

#item_section #item_info .main_info .price > span:nth-of-type(2) {
  font-weight: bold;
  flex: 1;
  text-align: right;
  font-size: 16px; }

#item_section #item_info .sale_info {
  border: 1px solid #e11838;
  padding: 10px; }

#item_section #item_info .sale_info > div:nth-of-type(2) {
  margin-top: 5px;
  align-items: center; }

#item_section #item_info .total_price {
  margin-top: 10px;
  align-items: center; }

#item_section #item_info .total_price .red {
  color: #e11838;
  font-size: 12px;
  margin-top: 3px; }

#item_section #item_info .total_price > div:nth-of-type(1) {
  flex: 1; }

#item_section .btn_pay {
  background: #fff; }
  #item_section .btn_pay > div:nth-of-type(1) {
    height: 61px; }

#item_section .btn_pay > div:nth-of-type(1) {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #fff; }

#item_section .btn_pay > div:nth-of-type(1) > span {
  padding: 10px 1px;
  margin: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px; }

#item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(1) {
  text-align: center;
  flex: 0 0 35%;
  background: #e11837;
  color: #fefeff; }

#item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(2) {
  text-align: center;
  flex: 0 0 35%;
  border: 1px solid #e11837;
  color: #e11837; }

#item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(3) {
  text-align: center;
  flex: 0 0 20%;
  color: #111;
  border: 1px solid #dbdbdb; }

#item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(4) {
  text-align: center;
  flex: 0 0 10%;
  border: 1px solid #dbdbdb; }

@media screen and (max-width: 1550px) {
  #item_section .btn_pay > div:nth-of-type(1) {
    height: auto;
    margin-bottom: 15px; }
  #item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(1) {
    flex: 1;
    margin-right: 4px; }
  #item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(2) {
    flex: 1;
    margin-right: 4px; }
  #item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(3) {
    flex: 0 0 110px;
    margin-right: 4px; }
  #item_section .btn_pay > div:nth-of-type(1) > span:nth-of-type(4) {
    flex: 0 0 59px; }
  #item_section .btn_pay > div:nth-of-type(1) {
    flex-wrap: wrap; } }

/* item_info } */
#item_detail {
  max-width: 1183px; }

/* option { */
#item_section .op_div {
  margin-bottom: 92px; }

#item_section .op_select {
  /*
	position: relative;
	display:flex;padding:0px 20px 0px 10px;border:1px solid #ccc;
	align-items:center;cursor: pointer;    flex-wrap: wrap;
	*/
  display: none; }

#item_section .op_select .op_img {
  width: 80px; }

#item_section .op_select .op_img img {
  width: 100%; }

#item_section .op_select .op_title {
  flex: 1;
  padding-left: 30px; }

#item_section .op_select .op_title > div:nth-of-type(1) {
  font-weight: bold;
  font-size: 18px; }

#item_section .op_select .op_title > div:nth-of-type(2) {
  margin-top: 5px; }

#item_section .op_select .op_title .more {
  margin-left: 10px;
  color: #e11838; }

#item_section .op_select .btn {
  font-size: 20px;
  color: #666;
  transition: all .3s; }

#item_section .op_ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-right: -20px; }
  @media screen and (max-width: 768px) {
    #item_section .op_ul {
      margin-right: 0px; } }

#item_section .op_ul > li {
  flex: 0 0 25%;
  padding-right: 20px;
  margin-top: 20px;
  position: relative; }
  @media all and (-ms-high-contrast: none) {
    #item_section .op_ul > li {
      padding-right: 0px !important; } }

#item_section .op_ul > li .op_item {
  border: 1px solid #dbdbdb;
  position: relative;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 5px 10px 0 #dedede; */ }
  @media all and (-ms-high-contrast: none) {
    #item_section .op_ul > li .op_item {
      margin-right: 20px; } }

#item_section .op_hover {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  #item_section .op_hover > div {
    border: 1px solid #111;
    width: 140px;
    height: 49px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24.5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #item_section .op_hover > div > span {
      color: #000;
      font-weight: 500;
      font-size: 18px; }

#item_section .op_soldout {
  width: 100%;
  position: absolute;
  height: 100%;
  background: #000;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center; }
  #item_section .op_soldout > div {
    width: 140px;
    height: 49px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 24.5px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #item_section .op_soldout > div > span {
      color: #000;
      font-weight: 500;
      font-size: 18px; }

#item_section .op_item .option_name {
  height: 35px;
  line-height: 16px;
  margin: 10px 15px 5px 15px;
  font-weight: 300;
  display: flex; }
  #item_section .op_item .option_name > span:nth-of-type(1) {
    flex: 1;
    padding-right: 10px; }
  #item_section .op_item .option_name > span:nth-of-type(2) {
    cursor: pointer;
    background: #b7b7b7;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 20; }

#item_section .op_ul .ob_border > div {
  min-height: 15px; }

#item_section .op_ul .ob_border > div:last-of-type {
  font-weight: bold;
  font-size: 21px;
  font-family: Roboto, tahoma;
  margin: 0px 15px 5px 15px;
  height: 31px; }

#item_section .op_ul .check_item .checkbox {
  color: #e11838 !important;
  background: #e11837; }
  #item_section .op_ul .check_item .checkbox img {
    display: inline; }

#item_section .op_select:hover {
  background-color: #f1f1f1;
  box-shadow: 0 5px 10px 3px #dedede; }

#item_section .op_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: none;
  background: #666;
  box-shadow: 0 5px 10px 3px #dedede;
  height: 100%;
  width: 100%;
  opacity: 0; }

@media screen and (max-width: 1550px) {
  #item_section .op_ul > li {
    flex: 0 0 25%; } }

@media screen and (max-width: 1200px) {
  #item_section .op_ul > li {
    flex: 0 0 33.3%; } }

@media screen and (max-width: 768px) {
  #item_section .op_group_tab {
    margin: 15px 0px 25px 0px !important; }
    #item_section .op_group_tab > li {
      font-size: 14px !important; }
    #item_section .op_group_tab > li:not(:last-child) {
      position: relative;
      padding-right: 12px; }
    #item_section .op_group_tab > li:not(:last-child):after {
      right: 5px !important;
      top: 5px !important;
      height: 14px !important;
      border-right: 1px solid #dbdbdb !important; }
  #item_section .op_div {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 40px;
    border-top: 1px solid #dbdbdb; }
  #item_section .op_ul {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px; }
    #item_section .op_ul > li {
      flex: 0 0 50%;
      margin-top: 10px !important; }
    #item_section .op_ul .ob_border > div:last-of-type {
      font-size: 18px;
      font-family: Roboto, tahoma;
      margin: 0px 10px 10px 10px;
      font-weight: 500 !important;
      height: auto !important; }
    #item_section .op_ul .op_item .op_cnt {
      height: 40px !important; }
    #item_section .op_ul .op_item .op_cnt > span:nth-of-type(2) {
      font-size: 14px !important;
      font-family: Roboto, tahoma; }
    #item_section .op_ul .checkbox {
      width: 17px !important;
      height: 17px !important;
      right: 10px  !important;
      top: 10px  !important; }
      #item_section .op_ul .checkbox img {
        width: 9px; }
  #item_section .op_ul > li {
    padding-left: 5px !important;
    padding-right: 5px !important; }
  #item_section .op_item .option_name {
    margin: 10px !important;
    font-size: 12px; }
    #item_section .op_item .option_name > span:nth-of-type(2) {
      width: 15px !important;
      height: 15px !important; }
  #item_section .op_select .op_img {
    /*flex:0 0 100%;margin-top: 5px; margin-bottom: 5px;*/ }
  #item_section .op_select {
    padding-top: 5px;
    padding-bottom: 5px; }
  #item_section .op_select .op_title_more {
    padding-right: 50px;
    line-height: 15px; }
  #item_section .op_select .op_title_more span {
    display: inline-block; }
  #item_section .op_select .op_title .more {
    margin-left: 0px; }
  #item_section .op_select .op_img img {
    width: 70px; }
  #item_section .op_select .btn {
    position: absolute;
    right: 15px; }
  #item_section .op_select .op_title {
    padding-left: 0px;
    padding-bottom: 10px; }
  #item_section .op_select .op_title > div:nth-of-type(1) {
    font-size: 14px; }
  #btn_p_more_view > div {
    font-size: 15px !important;
    font-weight: 400 !important; } }

@media screen and (min-width: 768px) and (max-width: 1635px) {
  #item_aside_box {
    min-width: 460px; }
  #op_main {
    /*max-width:815px !important;*/ }
    #op_main .banner img {
      max-width: 100% !important; } }

#item_section .op_ul .checkbox {
  position: absolute;
  width: 22px;
  height: 22px;
  display: flex;
  background: #b7b7b7;
  border-radius: 50%;
  align-items: center;
  z-index: 1;
  color: rgba(255, 255, 255, 0);
  right: 16px;
  top: 16px;
  font-size: 16px;
  justify-content: center; }

#item_section .op_ul .op_item .ob_border {
  position: relative; }
  #item_section .op_ul .op_item .ob_border .no_option {
    background-color: #e3e3e3;
    color: #a9a9a9;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; }
  #item_section .op_ul .op_item .ob_border .no_option:before {
    content: "";
    display: block;
    padding-top: 100%; }

#item_section .op_ul .op_item .op_item_img img {
  width: 100%; }

#item_section .op_ul .op_item .op_cnt {
  border-top: 1px solid #dbdbdb;
  padding: 10px;
  display: flex;
  align-items: center;
  height: 49px;
  font-family: Roboto, tahoma; }

#item_section .op_ul .op_item .op_cnt > span:nth-of-type(2) {
  flex: 1;
  text-align: center;
  font-size: 22px; }

#item_section .op_ul .op_item .op_cnt > span:not(:nth-child(2)) {
  cursor: pointer; }

/* option } */
/* 상품상세 { */
#btn_p_more_view {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  width: 100%;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  padding-top: 20px;
  padding-bottom: 10px; }

#item_detail {
  position: relative; }

@media screen and (max-width: 1550px) {
  #item_detail #상품상세 img {
    width: 100% !important;
    height: auto !important; }
  #item_detail .banner img {
    width: 100% !important;
    height: auto !important; } }

#item_detail {
  padding: 10px; }

#item_detail .more_view {
  overflow-y: hidden; }

#item_detail .detail_div {
  padding: 10px;
  position: relative; }

#btn_p_more_view > div {
  background: linear-gradient(#ffffff, #f3f3f3);
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 1.05em;
  border: 1px solid #2a3142;
  border-radius: 2px;
  width: 80%;
  margin-left: 10%;
  box-shadow: 2px 1.5px 1px rgba(0, 0, 0, 0.2); }

/* 상품상세 } */
/* 정보고시{ */
#item_add_info {
  margin-top: 50px; }
  #item_add_info > div:nth-of-type(2) > div:nth-of-type(1) {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px; }
  #item_add_info > div:nth-of-type(2) > div:nth-of-type(2) {
    color: #777;
    margin-bottom: 25px; }
  #item_add_info .sinfo {
    border-top: 1px solid #dbdbdb;
    padding-top: 40px; }
    #item_add_info .sinfo img {
      max-width: 900px; }
  #item_add_info .noti_gov_table {
    margin-bottom: 60px;
    border-collapse: collapse;
    width: 100%; }
    #item_add_info .noti_gov_table td {
      border-top: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
      border-spacing: 0px;
      padding: 20px 11px; }
    #item_add_info .noti_gov_table tr > td:nth-of-type(1) {
      background: #f7f7f7;
      width: 285px;
      font-weight: 600;
      border-right: 1px solid #dbdbdb; }
    @media screen and (max-width: 1550px) {
      #item_add_info .noti_gov_table tr > td:nth-of-type(1) {
        width: 50%; } }
    #item_add_info .noti_gov_table tr > td:nth-of-type(2) {
      color: #555; }
  @media screen and (max-width: 768px) {
    #item_add_info {
      margin-top: 30px; } }

#item_add_info .f2bg {
  background: #f2f2f2; }

#item_add_info > .srow {
  padding: 10px 0px;
  border-top: 1px solid #dbdbdb;
  height: 68px;
  cursor: pointer;
  align-items: center; }
  #item_add_info > .srow > span:nth-of-type(1) {
    font-size: 18px;
    font-weight: 500; }

#item_add_info .bd_bottom {
  border-bottom: 1px solid #dbdbdb; }

/* 정보고시} */
/* 상품평 { */
#상품평텝 {
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  #상품평텝 #상품평카테고리 {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #상품평텝 #상품평카테고리 .active {
      color: #111 !important; }
    #상품평텝 #상품평카테고리 li {
      cursor: pointer; }
    #상품평텝 #상품평카테고리 li:nth-of-type(-n+4) {
      color: #999;
      font-size: 16px; }
    #상품평텝 #상품평카테고리 li:nth-of-type(-n+3) {
      position: relative;
      padding-right: 30px; }
    #상품평텝 #상품평카테고리 li:nth-of-type(-n+3):after {
      content: '';
      position: absolute;
      top: 4px;
      height: 80%;
      right: 15px;
      border-right: 1px solid #dbdbdb; }
    #상품평텝 #상품평카테고리 li:nth-of-type(4) {
      flex: 1; }
  #상품평텝 > ul:nth-of-type(2) {
    flex: 1;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #상품평텝 > ul:nth-of-type(2) li {
      font-weight: 500;
      cursor: pointer;
      border-radius: 21px;
      width: 146px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #상품평텝 > ul:nth-of-type(2) li {
      border: 1px solid #dbdbdb;
      font-size: 16px; }
    #상품평텝 > ul:nth-of-type(2) li:nth-of-type(1) {
      color: #333; }
    #상품평텝 > ul:nth-of-type(2) li:nth-of-type(n+2) {
      background: #000;
      color: #fff;
      margin-left: 10px;
      border: 0px; }
  @media screen and (max-width: 1650px) {
    #상품평텝 #상품평카테고리 {
      flex: 0 0 100%;
      margin-bottom: 10px; } }

#item_add_info .summary_flex {
  display: flex;
  justify-content: center; }

#item_add_info .summary_flex .div_btn {
  max-width: 330px; }

#item_add_info .summary .avg {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

#item_add_info .summary .avg > span:first-of-type {
  margin-right: 20px;
  display: flex;
  align-items: center; }

#item_add_info .summary .cnt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-top: 10px !important; }

#item_add_info .summary .cnt > span {
  font-weight: normal; }

#item_add_info .summary .div_btn {
  margin: 10px auto 5px auto;
  text-align: center;
  width: 70%;
  padding: 10px;
  border: 1px solid #2a3142;
  border-radius: 3px;
  font-weight: bold;
  max-width: 330px;
  cursor: pointer; }

#item_add_info .summary .div_btn:hover {
  background: #f2f2f2; }

#item_section .bbs_list {
  list-style: none; }

#item_section .bbs_list .li {
  padding: 25px 15px 35px 15px;
  border-top: 1px solid #dbdbdb; }
  #item_section .bbs_list .li .star_point > img {
    width: 16px;
    height: 14px; }
  #item_section .bbs_list .li .wr_content {
    margin-top: 15px; }
  @media screen and (max-width: 1550px) {
    #item_section .bbs_list .li {
      padding: 10px 0px 20px 0px; } }

#item_section .bbs_list .li:last-of-type {
  border-bottom: 1px solid #dbdbdb; }

#item_section .list_p_info {
  display: flex;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 7px;
  padding-bottom: 7px; }

#item_section .list_p_info .thumb {
  margin-right: 10px;
  flex: 0 0 80px; }

#item_section .bbs_list .view_name {
  font-weight: bold; }

#item_section .bbs_list .star_point {
  letter-spacing: -0.1em; }

#item_section .bbs_list .wr_content {
  word-break: break-all;
  cursor: pointer;
  display: flex; }
  #item_section .bbs_list .wr_content > div:nth-of-type(1) {
    padding-right: 50px;
    flex: 1; }
  #item_section .bbs_list .wr_content > div:nth-of-type(2) {
    width: 114px;
    height: 114px; }
  #item_section .bbs_list .wr_content .wr_subject {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }
  #item_section .bbs_list .wr_content .more {
    margin-top: 20px; }
  #item_section .bbs_list .wr_content .thumb {
    width: 114px !important;
    height: 114px !important; }

#item_section .bbs_list .wr_content .text {
  color: #555;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; }

#item_section .bbs_list .text_more {
  color: #555;
  line-height: 20px;
  word-break: break-all; }
  #item_section .bbs_list .text_more .get_img {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap; }
    #item_section .bbs_list .text_more .get_img > span {
      padding-right: 1px;
      padding-top: 1px;
      display: inline-block;
      flex: 0 0 339px; }
      #item_section .bbs_list .text_more .get_img > span img {
        max-width: 339px; }

#item_section .bbs_list .bg-light-gray {
  background: linear-gradient(#eee, #fcfcfc);
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px; }

#item_section .bbs_list .info {
  display: flex;
  align-items: center;
  margin-top: 10px;
  flex-wrap: wrap;
  color: #999; }
  #item_section .bbs_list .info .cate .b {
    color: #2187e6; }
  #item_section .bbs_list .info .cate .g {
    color: #23aa3a; }
  #item_section .bbs_list .info .cate > span:nth-of-type(2) {
    margin-left: 9px; }
  #item_section .bbs_list .info .date {
    margin-left: 9px;
    padding-right: 20px;
    display: inline-block;
    position: relative; }
  #item_section .bbs_list .info .date:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 4px;
    height: 70%;
    border-right: 1px solid #dbdbdb; }
  #item_section .bbs_list .info .nick {
    flex: 1; }
  #item_section .bbs_list .info .vote {
    display: flex;
    align-items: center; }
    #item_section .bbs_list .info .vote img {
      margin-top: -2px;
      margin-right: 7px; }
    #item_section .bbs_list .info .vote > span {
      background: #fff;
      cursor: pointer;
      margin-left: 10px;
      display: inline-block;
      border: 1px solid #dbdbdb;
      border-radius: 16px;
      width: 88px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #111 !important; }

#item_section .bbs_list .info > span {
  white-space: nowrap; }

#item_section .bbs_list .pipe {
  font-weight: 300;
  font-size: 0.3em;
  vertical-align: top;
  margin-left: 3px;
  margin-right: 3px; }

#review_list p {
  margin-bottom: 0px; }

#review_list > div:nth-of-type(1) {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px; }

#review_list > div:nth-of-type(2) {
  color: #777; }

#review_list .summary {
  margin-top: 25px;
  border: 1px solid #dbdbdb;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #review_list .summary > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  #review_list .summary > div:first-of-type {
    flex-direction: column; }
    #review_list .summary > div:first-of-type > div:nth-of-type(2) {
      margin-top: 10px;
      color: #999;
      font-size: 16px; }
  #review_list .summary #review_ment {
    font-weight: bold;
    font-size: 30px;
    position: relative; }
  #review_list .summary #review_ment:before {
    content: '';
    border-left: 1px solid #dbdbdb;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%; }
  @media screen and (max-width: 1550px) {
    #review_list .summary {
      flex-direction: column;
      padding: 10px 5px; }
      #review_list .summary #review_ment:before {
        display: none; }
      #review_list .summary #review_ment {
        margin-top: 10px;
        font-size: 25px; } }

@media screen and (max-width: 768px) {
  #review_list .summary_flex {
    width: 100%;
    flex-wrap: wrap; }
  #review_list .summary_flex > div {
    flex: 0 0 100%;
    margin-left: 0px !important;
    margin-right: 0px !important; } }

/* } */
/* 상품문의{ */
#qna_list section.page_area {
  border-top: 1px solid #dbdbdb;
  margin-top: 0px !important;
  padding-top: 30px; }

#qna_list > div:first-of-type {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 10px; }

#qna_list > div:nth-of-type(2) {
  color: #777777; }

#qna_list > div:nth-of-type(3) {
  color: #777777; }

#qna_list .bbs_list > li {
  display: flex;
  align-items: center;
  padding: 15px 0px !important;
  border-top: 1px solid #dbdbdb; }
  #qna_list .bbs_list > li > div {
    text-align: center;
    flex: 0 0 120px; }
  #qna_list .bbs_list > li > div:nth-of-type(2) {
    flex: 0 0 140px; }
  #qna_list .bbs_list > li > div:nth-of-type(3) {
    flex: 1;
    cursor: pointer;
    text-align: left;
    overflow: hidden; }
  @media screen and (max-width: 1550px) {
    #qna_list .bbs_list > li > div {
      text-align: center;
      flex: 0 0 100px;
      font-size: 13px; }
    #qna_list .bbs_list > li > div:nth-of-type(2) {
      flex: 0 0 120px; } }

#qna_list .bbs_list .li > div:nth-of-type(n+4) {
  color: #999; }

#qna_list .bbs_list .no_bd {
  border: 0px; }
  #qna_list .bbs_list .no_bd .text_more {
    color: #555;
    font-weight: 300; }

#qna_list .bbs_list .reply {
  align-items: end;
  margin-top: -15px; }
  #qna_list .bbs_list .reply > div:nth-of-type(n+3) {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px; }
    #qna_list .bbs_list .reply > div:nth-of-type(n+3) > div:nth-of-type(1) {
      color: #999; }
    #qna_list .bbs_list .reply > div:nth-of-type(n+3) > div:nth-of-type(2) {
      padding-left: 20px;
      color: #555;
      font-weight: 300;
      line-height: 20px;
      margin-top: 10px; }
  #qna_list .bbs_list .reply .badge {
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 11px;
    width: 59px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }

#qna_list .bbs_list .lhead {
  font-weight: 600;
  padding: 10px 0px !important; }

#qna_list .bbs_list .del {
  color: #777;
  cursor: pointer;
  margin-top: 5px; }

@media screen and (max-width: 1550px) {
  #qna_list .bbs_list .lhead {
    display: none !important; }
  #qna_list .bbs_list > li > div:nth-of-type(-n+2) {
    display: none !important; }
  #qna_list .bbs_list > li > div:nth-of-type(3) {
    padding-left: 10px; }
  #qna_list .bbs_list > li > div:nth-of-type(5) {
    display: none !important; }
  #qna_list .bbs_list .grid2 {
    display: block;
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px; }
    #qna_list .bbs_list .grid2 > div:nth-of-type(n+2) {
      position: relative;
      padding-left: 10px; }
    #qna_list .bbs_list .grid2 > div:nth-of-type(n+2):before {
      content: ' / ';
      position: absolute;
      top: 0px;
      left: 3px; } }

#상품문의텝 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 10px; }
  #상품문의텝 #상품문의카테고리 {
    display: flex;
    align-items: center; }
    #상품문의텝 #상품문의카테고리 .active {
      font-weight: 500;
      color: #111 !important; }
    #상품문의텝 #상품문의카테고리 li {
      cursor: pointer; }
    #상품문의텝 #상품문의카테고리 li:nth-of-type(-n+3) {
      color: #999;
      font-size: 16px; }
    #상품문의텝 #상품문의카테고리 li:nth-of-type(-n+2) {
      position: relative;
      padding-right: 30px; }
    #상품문의텝 #상품문의카테고리 li:nth-of-type(-n+2):after {
      content: '';
      position: absolute;
      top: 4px;
      height: 80%;
      right: 15px;
      border-right: 1px solid #dbdbdb; }
    #상품문의텝 #상품문의카테고리 li:nth-of-type(3) {
      flex: 1; }
    @media screen and (max-width: 1650px) {
      #상품문의텝 #상품문의카테고리 {
        flex: 0 0 100%;
        margin-bottom: 10px; } }
  #상품문의텝 > ul:nth-of-type(2) {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end; }
    #상품문의텝 > ul:nth-of-type(2) li {
      cursor: pointer;
      border-radius: 21px;
      width: 146px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #상품문의텝 > ul:nth-of-type(2) li {
      border: 1px solid #dbdbdb;
      font-size: 16px; }
    #상품문의텝 > ul:nth-of-type(2) li:nth-of-type(1) {
      color: #333; }
    #상품문의텝 > ul:nth-of-type(2) li:nth-of-type(2) {
      background: #000;
      color: #fff;
      margin-left: 10px;
      border: 0px; }

/* 상품문의} */
/* modal{ */
#item_section .modal-content {
  border-radius: 0px;
  border: 1px solid #dbdbdb; }

#item_section .close {
  opacity: 1;
  text-shadow: none; }

#item_section .modal-header {
  padding: 20px 25px 20px 25px; }

#item_section .modal-body {
  padding: 25px;
  padding-top: 0px; }

@media screen and (max-width: 1550px) {
  #item_section .modal-header {
    padding: 20px 10px 20px 10px; }
  #item_section .modal-body {
    padding: 0px 10px 25px 10px; } }

#modal_옵션상세 .modal-header {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #111; }
  #modal_옵션상세 .modal-header > .modal-title {
    font-weight: 400 !important;
    font-size: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1; }

#modal_옵션상세 .modal-body {
  padding: 40px 55px;
  max-height: 730px;
  overflow-y: auto; }
  #modal_옵션상세 .modal-body img {
    max-width: 100%;
    height: auto !important; }

@media screen and (max-width: 1550px) {
  #modal_옵션상세 .modal-body {
    padding: 10px !important; }
  #modal_옵션상세 .modal-header > .modal-title {
    font-size: 20px !important; } }

#modal_장바구니 .modal-header {
  border-bottom: 0px !important; }

#modal_장바구니 .modal-body {
  margin-top: -10px; }
  #modal_장바구니 .modal-body > div:nth-of-type(1) {
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px; }
  #modal_장바구니 .modal-body > div:nth-of-type(2) {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    #modal_장바구니 .modal-body > div:nth-of-type(2) > div:nth-of-type(1), #modal_장바구니 .modal-body > div:nth-of-type(2) > div:nth-of-type(2) {
      border: 1px solid #dbdbdb;
      width: 160px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px; }
    #modal_장바구니 .modal-body > div:nth-of-type(2) > div:nth-of-type(1) {
      margin-right: 3px; }
    #modal_장바구니 .modal-body > div:nth-of-type(2) > div:nth-of-type(2) {
      margin-left: 3px;
      color: #fff;
      background: #e11837; }

#modal_as .modal-header {
  border-bottom: 0px; }

#modal_as .md_line {
  color: #e11837;
  margin-top: 15px; }

#modal_as #target_as_center > li {
  border-top: 1px solid #dbdbdb;
  padding-top: 15px; }

#modal_as #target_as_center > li:last-of-type {
  border-bottom: 1px solid #dbdbdb; }

#modal_as #target_as_center > li > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
  #modal_as #target_as_center > li > div > div:nth-of-type(1) {
    font-weight: 500;
    font-size: 16px;
    flex: 0 0 100px; }
  #modal_as #target_as_center > li > div > div:nth-of-type(2) {
    font-weight: 300;
    font-size: 16px; }

#modal_as #target_as_center p {
  margin-bottom: 0px !important; }

@media (min-width: 576px) {
  #modal_as .modal-dialog {
    max-width: 540px;
    margin: 1.75rem auto; } }

.modal-backdrop {
  width: 100%; }

#item_section .modal-title {
  font-weight: bold !important;
  font-size: 19px; }

#img_add_html {
  display: none !important; }

#add_photo .srow {
  text-align: center;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border: 1px solid #dbdbdb;
  margin-right: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

#add_photo .srow > div:nth-of-type(1) {
  color: gray;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

#add_photo .srow > div:nth-of-type(2) {
  font-size: 0.9em;
  font-weight: 300; }

#add_photo .pre_img {
  width: 100%;
  height: 100%; }

#item_section #del_photo {
  display: flex; }

#del_photo .custom-control-label {
  padding-top: 3px; }

#del_photo .srow {
  flex: 0 0 72px;
  width: 72px;
  margin: 2.5px;
  padding: 2.5px;
  font-size: 0.9em;
  font-weight: 300;
  opacity: 0; }

#del_photo .control {
  padding-left: 25px; }

#del_photo .sub {
  vertical-align: sub; }

#modal_상품문의 .modal_bbs_write > div:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500; }

#modal_상품문의 .modal_foot {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #dbdbdb;
  color: #777;
  font-size: 13px;
  letter-spacing: -0.5px; }

#modal_상품문의 textarea {
  background: #f8f8f8;
  width: 100%;
  border: 1px solid #dbdbdb;
  height: 200px;
  padding: 10px; }

#modal_상품문의 textarea:focus {
  border: 1px solid #dbdbdb;
  outline: 1px solid #dbdbdb; }

#modal_상품문의 .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e11837;
  background-color: #e11837; }

#modal_상품문의 .custom-control-label::before {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #dbdbdb;
  left: -22px;
  top: 1px; }

#modal_상품문의 .custom-control-label::after {
  position: absolute;
  display: block;
  content: "";
  top: 5px;
  left: -18px;
  background: no-repeat 50%/50% 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%; }

#modal_상품문의 #문의유형 {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dbdbdb;
  position: relative;
  cursor: pointer;
  width: 100%; }
  #modal_상품문의 #문의유형 .btn_문의유형 {
    transition: all .3s ease-in-out;
    position: absolute;
    z-index: 2;
    right: 14px; }
  #modal_상품문의 #문의유형 > div:nth-of-type(1) {
    padding: 14px;
    height: 45px;
    display: flex;
    align-items: center; }
    #modal_상품문의 #문의유형 > div:nth-of-type(1) > div:nth-of-type(1) {
      flex: 1; }
  #modal_상품문의 #문의유형 #hd_select {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    top: 0px; }
    #modal_상품문의 #문의유형 #hd_select > div {
      height: 45px;
      display: flex;
      align-items: center;
      padding: 0px 14px; }
    #modal_상품문의 #문의유형 #hd_select > div:hover {
      background: #ddd; }

.write_modal .modal-title {
  font-weight: bold;
  font-size: 21px; }

.write_modal .modal-header {
  border-bottom: 0px; }

.write_modal .modal-dialog {
  max-width: 576px; }

.write_modal .sub_info {
  list-style: disc;
  margin-left: 25px;
  font-size: 13px;
  color: #777;
  margin-top: 9px; }

.write_modal .mb_info {
  padding-top: 20px;
  border-top: 1px solid #000;
  font-size: 16px;
  margin-bottom: 20px; }
  .write_modal .mb_info > div:nth-of-type(1) {
    margin-bottom: 10px;
    font-weight: 500; }
  .write_modal .mb_info > div:nth-of-type(2) {
    border: 1px solid #dbdbdb;
    border-bottom: 0px; }
    .write_modal .mb_info > div:nth-of-type(2) > div {
      border-bottom: 1px solid #dbdbdb;
      padding: 10px;
      display: flex;
      align-items: center; }
      .write_modal .mb_info > div:nth-of-type(2) > div > span:nth-of-type(1) {
        flex: 1;
        color: #999; }

.write_modal .item_info {
  padding-top: 20px;
  border-top: 1px solid #000;
  display: flex; }
  .write_modal .item_info > div:nth-of-type(1) {
    border: 1px solid #dbdbdb;
    flex: 0 0 84px; }
    .write_modal .item_info > div:nth-of-type(1) img {
      width: 84px;
      height: 84px; }
  .write_modal .item_info > div:nth-of-type(2) {
    padding-left: 20px; }
    .write_modal .item_info > div:nth-of-type(2) > div:nth-of-type(1) {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: 8px; }
    .write_modal .item_info > div:nth-of-type(2) > div:nth-of-type(2) {
      color: #555555; }

.write_modal textarea {
  background: #f8f8f8;
  width: 100%;
  border: 1px solid #dbdbdb;
  height: 200px;
  padding: 10px; }

.write_modal textarea:focus {
  border: 1px solid #dbdbdb;
  outline: 1px solid #dbdbdb; }

.write_modal .textarea {
  position: relative; }
  .write_modal .textarea .상품평카운트 {
    position: absolute;
    z-index: 2;
    color: #a9a9a9;
    right: 15px;
    bottom: 15px; }

.write_modal .modal_btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .write_modal .modal_btn button {
    width: 164px;
    height: 50px;
    margin: 0px 3px;
    font-size: 18px;
    font-weight: 500; }
  .write_modal .modal_btn button:nth-of-type(1) {
    border: 1px solid #dbdbdb; }
  .write_modal .modal_btn button:nth-of-type(2) {
    color: #fff;
    background: #e11837; }

.write_modal #add_photo {
  display: flex;
  margin-top: 15px !important;
  flex-wrap: wrap; }
  .write_modal #add_photo > div:nth-of-type(1) {
    flex: 0 0 100%;
    font-weight: 600;
    margin-bottom: 5px; }

.write_modal #별점선택 {
  color: #555;
  padding: 15px 0px;
  margin-top: 20px;
  border-top: 1px solid #dbdbdb;
  display: flex;
  align-items: center;
  justify-content: center; }
  .write_modal #별점선택 > div {
    flex: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .write_modal #별점선택 > div > span:first-of-type {
      border: 1px solid #dbdbdb;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      margin-right: 5px; }
  .write_modal #별점선택 .active > span:first-of-type {
    border: 5px solid #e11837 !important; }

#modal_무이자 .tab-content {
  max-height: 600px;
  text-align: center;
  overflow-y: auto; }

#modal_무이자 .nav-item {
  flex: 1;
  text-align: center; }

#modal_무이자 .nav-link.active {
  background: #333;
  color: #fff !important; }

#modal_무이자 .nav-item a {
  color: #333; }

/* modal} */
/* page{ */
#item_section section.page_area {
  margin-bottom: 60px;
  margin-top: 30px; }
  #item_section section.page_area .right_png {
    margin-left: 10px; }
  #item_section section.page_area .left_png {
    margin-right: 10px; }

#item_section section.page_area ul {
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  justify-content: center;
  font-size: 1em;
  padding: 0px;
  list-style: none; }

#item_section section.page_area li:not(:last-child) {
  margin-right: 4px; }

#item_section section.page_area li {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  color: #999; }

#item_section section.page_area li.active {
  border: 1px solid #000;
  color: #111; }

/* page } */
/* 결제 { */
#layer_pay {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9000; }

#layer_pay .l_div {
  position: relative;
  /*
	border-radius: 18px 18px 0 0;
	-webkit-box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
	box-shadow: 0 -10px 30px 0 rgba(0,0,0,0.07);
	-webkit-box-sizing: border-box;
	*/
  box-sizing: border-box; }
  @media screen and (min-width: 1550px) {
    #layer_pay .l_div {
      display: none !important; } }
  #layer_pay .l_div .l_head {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #111; }
    #layer_pay .l_div .l_head img {
      width: 46.5px; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .l_head img {
          width: 55px; } }
  #layer_pay .l_div .l_body {
    background-color: #ffffff;
    padding: 15px 10px 0px 10px; }
    @media screen and (min-width: 768px) {
      #layer_pay .l_div .l_body {
        padding: 25px 20px 0px 20px; } }
    #layer_pay .l_div .l_body .pay_item_110 {
      border: 1px solid #dbdbdb;
      padding: 10px 10px 10px 10px; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .l_body .pay_item_110 {
          padding: 10px 15px; } }
      #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(1) {
        font-weight: 500;
        margin-bottom: 10px;
        font-size: 14px;
        color: #333; }
        @media screen and (min-width: 768px) {
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(1) {
            font-size: 16px;
            margin-bottom: 15px; } }
      #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) {
        display: flex;
        align-items: center; }
        #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt {
          flex: 1; }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt img {
            width: 13px; }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span {
            height: 32px !important; }
            @media screen and (min-width: 768px) {
              #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span {
                height: 35px !important; } }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(1) {
            width: 32px !important; }
            @media screen and (min-width: 768px) {
              #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(1) {
                width: 35px !important; } }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(2) {
            width: 60px !important;
            border-top: 1px solid #dbdbdb;
            border-bottom: 1px solid #dbdbdb; }
            @media screen and (min-width: 768px) {
              #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(2) {
                border: 0px;
                width: 50px !important; } }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt input {
            font-weight: 400 !important;
            font-size: 14px !important;
            width: 100% !important;
            height: 30px !important; }
            @media screen and (min-width: 768px) {
              #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt input {
                font-size: 18px !important;
                height: 35px !important; } }
          #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(3) {
            width: 32px !important; }
            @media screen and (min-width: 768px) {
              #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) .item_cnt > span:nth-of-type(3) {
                width: 35px !important; } }
        #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) > div:nth-of-type(2) {
          display: flex;
          align-items: center; }
        #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) > div:nth-of-type(2) > span:nth-of-type(1) {
          font-family: Roboto, tahoma;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: -0.32px; }
          @media screen and (min-width: 768px) {
            #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) > div:nth-of-type(2) > span:nth-of-type(1) {
              font-size: 23.5px;
              letter-spacing: -0.24px; } }
        #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) > div:nth-of-type(2) > span:nth-of-type(2) {
          margin-left: 2px;
          font-size: 11px; }
          @media screen and (min-width: 768px) {
            #layer_pay .l_div .l_body .pay_item_110 > div:nth-of-type(2) > div:nth-of-type(2) > span:nth-of-type(2) {
              font-size: 15px; } }
    #layer_pay .l_div .l_body .option_check {
      height: 35px;
      display: flex;
      align-items: center;
      border: 1px solid #dbdbdb;
      font-size: 14px;
      color: #333;
      font-weight: 500;
      padding: 10px; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .l_body .option_check {
          height: 48px;
          font-size: 18px;
          padding: 14px; } }
    #layer_pay .l_div .l_body ul {
      border: 1px solid #dbdbdb;
      border-top: 0px;
      max-height: 350px;
      overflow-y: auto;
      padding: 5px 0px; }
      #layer_pay .l_div .l_body ul li {
        font-size: 14px;
        font-weight: 500;
        padding: 4px 10px;
        display: flex;
        color: #333; }
        @media screen and (min-width: 768px) {
          #layer_pay .l_div .l_body ul li {
            font-size: 16px; } }
      #layer_pay .l_div .l_body ul li > span:nth-of-type(1) {
        flex: 1; }
        #layer_pay .l_div .l_body ul li > span:nth-of-type(1) img {
          width: 8.5px; }
        @media screen and (min-width: 768px) {
          #layer_pay .l_div .l_body ul li > span:nth-of-type(1) {
            margin-right: 5px; } }
  #layer_pay .l_div .l_tail {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
    padding: 10px 10px 10px 10px; }
    @media screen and (min-width: 768px) {
      #layer_pay .l_div .l_tail {
        height: 104px; } }
    @media screen and (min-width: 768px) {
      #layer_pay .l_div .l_tail {
        padding: 20px; } }
    #layer_pay .l_div .l_tail > div:nth-of-type(1) {
      display: flex;
      align-items: center;
      width: 100%; }
    #layer_pay .l_div .l_tail > div:nth-of-type(1) > span {
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 57px;
      font-weight: 500;
      font-size: 20px; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .l_tail > div:nth-of-type(1) > span {
          height: 64px; } }
    #layer_pay .l_div .l_tail > div:nth-of-type(1) > span:nth-of-type(1) {
      border: 1px solid #dbdbdb;
      border-right: 0px;
      flex: 0 0 85px; }
      #layer_pay .l_div .l_tail > div:nth-of-type(1) > span:nth-of-type(1) img {
        width: 55px; }
      @media screen and (max-width: 1550px) and (min-width: 768px) {
        #layer_pay .l_div .l_tail > div:nth-of-type(1) > span:nth-of-type(1) {
          flex: 0 0 290px; } }
    #layer_pay .l_div .l_tail > div:nth-of-type(1) > span:nth-of-type(2) {
      background: #e11838;
      flex: 1;
      color: #fff; }
    #layer_pay .l_div .l_tail > div:nth-of-type(1) > span:nth-of-type(3) {
      flex: 1;
      border: 1px solid #e11837;
      color: #e11837; }
  #layer_pay .l_div .bg_border {
    justify-content: flex-end;
    height: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      #layer_pay .l_div .bg_border {
        height: 90px; } }
    #layer_pay .l_div .bg_border > span:nth-of-type(1) {
      margin-right: 10px;
      font-weight: 500;
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .bg_border > span:nth-of-type(1) {
          margin-right: 19px;
          font-size: 21px; } }
    #layer_pay .l_div .bg_border > span:nth-of-type(2) {
      font-size: 22px;
      font-weight: bold;
      font-family: Roboto, tahoma; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .bg_border > span:nth-of-type(2) {
          font-size: 36px; } }
    #layer_pay .l_div .bg_border > span:nth-of-type(3) {
      margin-left: 2px;
      font-size: 16px;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        #layer_pay .l_div .bg_border > span:nth-of-type(3) {
          margin-left: 3px;
          font-size: 21px; } }

#layer_pay .l_close {
  position: absolute;
  top: 0;
  border: none;
  background-color: transparent;
  outline: none;
  z-index: 100;
  width: 100%;
  height: 31px;
  border-radius: 18px 18px 0 0;
  background-color: #ffffff; }

#layer_pay .l_close:before {
  background-image: url(https://img-shop.pstatic.net/smartstore/m/static/20200607143912/img/sprite/svg/spArrow_svg.svg);
  background-size: 172px 169px;
  background-position: -27px -56px;
  width: 23px;
  height: 8px;
  display: inline-block;
  margin-top: 5px;
  vertical-align: top;
  content: ''; }

#layer_pay #layer_pay_option .fa-check {
  color: #999;
  font-size: 10px; }

#layer_pay .total_money {
  padding-left: 10px;
  font-size: 16px; }

/* 결제 } */
.npay_storebtn_bx > div {
  border-top: 0px !important; }

/* 검색 { */
#m_layer_search {
  overflow-y: auto;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #fff;
  top: 0px;
  left: 0px; }
  #m_layer_search #자동검색어닫기 {
    display: none; }
  @media screen and (min-width: 768px) {
    #m_layer_search {
      display: none !important; } }
  #m_layer_search #m_검색어완성 {
    overflow-x: hidden; }
    #m_layer_search #m_검색어완성 > li {
      overflow-x: hidden;
      height: 40px;
      padding: 0px 15px;
      display: flex;
      align-items: center;
      font-size: 15px; }
      #m_layer_search #m_검색어완성 > li span {
        font-weight: 400 !important; }
    #m_layer_search #m_검색어완성 > li:hover {
      background: #f7f7f7; }
  #m_layer_search article:nth-of-type(1) {
    height: 60px;
    padding: 0px 15px;
    border-bottom: 1px solid #e11837;
    display: flex;
    align-items: center; }
    #m_layer_search article:nth-of-type(1) > div:nth-of-type(1) {
      padding-right: 10px; }
      #m_layer_search article:nth-of-type(1) > div:nth-of-type(1) img {
        width: 20.5px; }
    #m_layer_search article:nth-of-type(1) > div:nth-of-type(2) {
      flex: 1; }
      #m_layer_search article:nth-of-type(1) > div:nth-of-type(2) input, #m_layer_search article:nth-of-type(1) > div:nth-of-type(2) input:focus, #m_layer_search article:nth-of-type(1) > div:nth-of-type(2) input:active {
        outline: 0px;
        border: 0px;
        font-size: 17px;
        width: 90%; }
    #m_layer_search article:nth-of-type(1) > div:nth-of-type(3) {
      font-size: 17px; }
      #m_layer_search article:nth-of-type(1) > div:nth-of-type(3) img {
        width: 21px;
        margin-right: 10px; }
  #m_layer_search #m_검색가이드 {
    height: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    #m_layer_search #m_검색가이드 #m_검색가이드_tab {
      height: 40px;
      border-bottom: 1px solid #dbdbdb;
      display: flex;
      align-items: center; }
      #m_layer_search #m_검색가이드 #m_검색가이드_tab > div {
        height: 100%;
        flex: 1;
        text-align: center;
        color: #777777;
        font-size: 16px;
        font-weight: 500; }
        #m_layer_search #m_검색가이드 #m_검색가이드_tab > div > span {
          height: 100%;
          line-height: 40px;
          display: inline-block; }
      #m_layer_search #m_검색가이드 #m_검색가이드_tab .active {
        color: #111 !important; }
        #m_layer_search #m_검색가이드 #m_검색가이드_tab .active > span {
          border-bottom: #111 2px solid; }
    #m_layer_search #m_검색가이드 #m_검색가이드_ul {
      flex: 1; }
      #m_layer_search #m_검색가이드 #m_검색가이드_ul > li {
        padding: 15px;
        height: 40px;
        display: flex;
        align-items: center; }
        #m_layer_search #m_검색가이드 #m_검색가이드_ul > li .off .on {
          display: none !important; }
        #m_layer_search #m_검색가이드 #m_검색가이드_ul > li .off .off {
          display: inline !important; }
        #m_layer_search #m_검색가이드 #m_검색가이드_ul > li > div:nth-of-type(1) {
          padding-right: 5px; }
          #m_layer_search #m_검색가이드 #m_검색가이드_ul > li > div:nth-of-type(1) > .on {
            display: inline; }
          #m_layer_search #m_검색가이드 #m_검색가이드_ul > li > div:nth-of-type(1) > .off {
            display: none; }
          #m_layer_search #m_검색가이드 #m_검색가이드_ul > li > div:nth-of-type(1) img {
            width: 12.5px;
            margin-top: -2px; }
        #m_layer_search #m_검색가이드 #m_검색가이드_ul > li > div:nth-of-type(2) {
          flex: 1;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: 20px;
          font-size: 15px; }
    #m_layer_search #m_검색가이드 #m_검색가이드_div {
      padding: 15px;
      font-size: 14px;
      color: #999;
      height: 40px;
      display: flex;
      align-items: center;
      border-top: 1px solid #dbdbdb; }
      #m_layer_search #m_검색가이드 #m_검색가이드_div > div:nth-of-type(1) {
        flex: 1; }
    #m_layer_search #m_검색가이드 #m_주간인기검색_ul {
      display: none;
      flex: 1; }
      #m_layer_search #m_검색가이드 #m_주간인기검색_ul > li {
        height: 40px;
        display: flex;
        align-items: center; }
        #m_layer_search #m_검색가이드 #m_주간인기검색_ul > li > div:nth-of-type(1) {
          flex: 0 0 40px;
          text-align: center;
          color: #e11837;
          font-family: Roboto, tahoma;
          font-weight: 500;
          font-size: 15px; }
        #m_layer_search #m_검색가이드 #m_주간인기검색_ul > li > div:nth-of-type(2) {
          flex: 1;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: 20px;
          font-size: 15px; }
        #m_layer_search #m_검색가이드 #m_주간인기검색_ul > li > div:nth-of-type(3) {
          padding-right: 15px; }
          #m_layer_search #m_검색가이드 #m_주간인기검색_ul > li > div:nth-of-type(3) img {
            width: 8px; }
    #m_layer_search #m_검색가이드 #m_주간인기검색_div {
      display: none;
      padding: 15px;
      font-size: 14px;
      color: #999;
      height: 40px;
      display: flex;
      align-items: center;
      border-top: 1px solid #dbdbdb; }
      #m_layer_search #m_검색가이드 #m_주간인기검색_div > div:nth-of-type(1) {
        flex: 1; }

#검색가이드 {
  position: absolute;
  width: 100%;
  height: 452px;
  top: 56px;
  left: 0px;
  z-index: 100;
  background: #fff;
  border: 1px solid #dbdbdb;
  display: flex;
  align-items: center; }
  #검색가이드 > div {
    flex: 0 0 50%;
    height: 100%;
    width: 50%; }
    #검색가이드 > div > div:nth-of-type(1) {
      padding: 20px 20px 10px 20px;
      font-size: 16px;
      font-weight: bold;
      line-height: 16px; }
    #검색가이드 > div > ul > li {
      display: flex;
      align-items: center; }
      #검색가이드 > div > ul > li:hover {
        background: #f7f7f7; }
  #검색가이드 > div:nth-of-type(1) > div:last-of-type, #검색가이드 > div:nth-of-type(2) > div:last-of-type {
    cursor: pointer;
    padding: 0px 20px;
    height: 35px;
    border-top: 1px solid #dbdbdb;
    color: #777777;
    font-size: 13px;
    display: flex;
    align-items: center; }
    #검색가이드 > div:nth-of-type(1) > div:last-of-type > div:first-of-type, #검색가이드 > div:nth-of-type(2) > div:last-of-type > div:first-of-type {
      flex: 1; }
  #검색가이드 > div:nth-of-type(1) {
    border-right: 1px solid #dbdbdb;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    #검색가이드 > div:nth-of-type(1) > ul {
      flex: 1;
      width: 100%; }
    #검색가이드 > div:nth-of-type(1) > ul > li {
      cursor: pointer;
      padding: 0px 20px;
      height: 35px; }
      #검색가이드 > div:nth-of-type(1) > ul > li .off .on {
        display: none !important; }
      #검색가이드 > div:nth-of-type(1) > ul > li .off .off {
        display: inline !important; }
      #검색가이드 > div:nth-of-type(1) > ul > li > div:nth-of-type(1) {
        padding-right: 6px; }
        #검색가이드 > div:nth-of-type(1) > ul > li > div:nth-of-type(1) > .on {
          display: inline; }
        #검색가이드 > div:nth-of-type(1) > ul > li > div:nth-of-type(1) > .off {
          display: none; }
        #검색가이드 > div:nth-of-type(1) > ul > li > div:nth-of-type(1) img {
          width: 14px;
          margin-top: -4px; }
      #검색가이드 > div:nth-of-type(1) > ul > li > div:nth-of-type(2) {
        font-size: 15px;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  #검색가이드 > div:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    #검색가이드 > div:nth-of-type(2) > div:last-of-type img {
      margin-left: 4px; }
    #검색가이드 > div:nth-of-type(2) > ul {
      flex: 1;
      width: 100%; }
    #검색가이드 > div:nth-of-type(2) > ul > li {
      cursor: pointer;
      padding: 0px 20px;
      height: 35px; }
      #검색가이드 > div:nth-of-type(2) > ul > li > div:nth-of-type(1) {
        font-size: 16px;
        font-family: Roboto, tahoma;
        font-weight: bold;
        color: #e11837;
        padding-right: 20px; }
      #검색가이드 > div:nth-of-type(2) > ul > li > div:nth-of-type(2) {
        font-size: 15px;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #검색가이드 > div:nth-of-type(2) > ul > li > div:nth-of-type(3) img {
        width: 8px; }

#검색어완성 {
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0px;
  z-index: 100;
  background: #fff;
  border: 1px solid #dbdbdb; }
  #검색어완성 > ul {
    overflow-x: hidden;
    padding: 20px 0px; }
    #검색어완성 > ul > li {
      cursor: pointer;
      height: 35px;
      padding: 0px 20px;
      display: flex;
      align-items: center;
      font-size: 15px;
      overflow-x: hidden; }
      #검색어완성 > ul > li span {
        font-weight: 400 !important; }
    #검색어완성 > ul > li:hover {
      background: #f7f7f7; }
  #검색어완성 > p {
    cursor: pointer;
    justify-content: flex-end;
    margin: 0px;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    color: #777777;
    font-size: 13px;
    border-top: 1px solid #dbdbdb; }
    #검색어완성 > p img {
      margin-left: 4px;
      margin-top: 1px; }

/* 검색 } */
/* m_layer_menu{ */
#m_layer_menu {
  overflow-y: scroll;
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background: #fff;
  top: 0px;
  left: 0px; }
  @media screen and (min-width: 768px) {
    #m_layer_menu {
      display: none !important; } }
  #m_layer_menu > article:nth-of-type(1) {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #333;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 20px; }
    #m_layer_menu > article:nth-of-type(1) > div:nth-of-type(1) {
      flex: 1; }
      #m_layer_menu > article:nth-of-type(1) > div:nth-of-type(1) > span:nth-of-type(2) {
        width: 1px;
        padding-left: 15px;
        margin-right: 15px;
        border-right: 1px solid #555;
        height: 14px;
        overflow-y: hidden;
        display: inline-block; }
    #m_layer_menu > article:nth-of-type(1) > div:nth-of-type(2) {
      cursor: pointer; }
      #m_layer_menu > article:nth-of-type(1) > div:nth-of-type(2) img {
        width: 13px; }
  #m_layer_menu .depth1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    height: 48px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #dbdbdb; }
    #m_layer_menu .depth1 > div:nth-of-type(1) {
      flex: 1; }
    #m_layer_menu .depth1 > div:nth-of-type(2) img {
      width: 11px; }
  #m_layer_menu .depth2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee; }
    #m_layer_menu .depth2 > div:nth-of-type(1) {
      flex: 1; }
    #m_layer_menu .depth2 > div:nth-of-type(2) img {
      width: 11px; }
  #m_layer_menu .depth3 {
    background: #ececec;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    display: flex;
    align-items: center; }

/* m_layer_menu} */
/*아이디,비밀번호 찾기 비번변경*/
.find_id_pwd_type {
  width: 100%;
  height: 36px; }

.find_id_pwd_type ul li:first-child {
  margin-right: 119px; }

.find_id_pwd_inp {
  position: relative;
  width: 100%;
  margin-bottom: 10px; }

.find_id_pwd_inp .member_inp {
  height: 54px;
  line-height: 54px; }

.member_inp_no_mg {
  margin-bottom: 0; }

.member_inp_no_mg .member_inp:first-child, .member_inp_no_mg .no_mg_bt {
  border-bottom: none; }

.find_sms {
  top: 9px;
  right: 9px; }

.find_id_pwd_inp span {
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 15px;
  z-index: 11; }

.find_id_pwd_inp .pw_ck_y {
  color: #2d6cc3; }

.find_id_pwd_inp .pw_ck_n {
  color: #e11737; }

.pwd_box .pw_ck_y {
  color: #2d6cc3; }

.pwd_box .pw_ck_n {
  color: #e11737; }

.pwd_box .pw_ck_abs {
  position: absolute;
  top: 50px;
  right: 20px; }

.find_id_pwd_inp span.sms_ck {
  right: 132px; }

.find_guid_msg {
  width: 100%; }

.find_msg_ht {
  height: 67px; }

#find_id_submit, #find_pwd_submit {
  height: 54px;
  line-height: 54px;
  margin-bottom: 25px; }

.find_id_pwd_inp .active {
  border: 1px solid black !important; }

.find_id_pwd_inp .send_email_inp {
  border-bottom: none; }

.ipin_box {
  width: 100%;
  height: 328px;
  display: none; }

.ipin_box p {
  margin-top: 25px;
  font-size: 14px;
  color: #666666;
  line-height: 24px; }

.ipin_box p span {
  color: #4579c7; }

#ipin_submit:hover {
  background: #e11737;
  color: white;
  cursor: pointer; }

.id_list_layer, .pwd_change_layer {
  position: absolute;
  left: 0;
  top: 115px;
  width: 100%;
  height: 430px;
  background: white;
  border: 1px solid #d5d5d5;
  z-index: 60;
  border-top: none;
  padding-top: 66px;
  padding-left: 35px;
  display: none; }

#login_submit_box {
  padding-right: 35px;
  padding-bottom: 30px; }

.id_list_box {
  width: 100%;
  height: 180px;
  overflow-y: auto;
  margin-bottom: 65px; }

.id_list_box ul {
  width: 100%;
  height: 36px; }

.id_list_box ul li {
  float: left;
  display: block;
  font-size: 15px;
  color: black; }

.id_list_box ul li:first-child {
  width: 192px; }

#login_submit, #pwd_change_submit {
  height: 54px;
  line-height: 54px; }

.change_pwd_text {
  width: 100%;
  height: 89px; }

.change_pwd_text p {
  font-size: 15px;
  color: black; }

.change_pwd_text p span {
  font-size: 24px;
  font-weight: 700;
  font-family: "Nanum Gothic"; }

.pwd_change_layer {
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
  display: none; }

.change_pwd_inp {
  width: 100%;
  height: 54px;
  line-height: 54px; }

.change_pwd_inp .member_inp {
  height: 54px;
  line-height: 54px; }

.change_pwd_text2 {
  height: 68px; }

.change_pwd_text2 p {
  font-size: 12px;
  color: black; }

#pwd_change_submit {
  margin-bottom: 30px; }

.change_pwd_inp span {
  right: 17px;
  top: 1px; }

.change_pwd_text p.change_pwd_guid {
  font-size: 12px;
  margin-top: 22px; }

.change_pwd_camp {
  height: 76px; }

.change_pwd_camp p {
  font-size: 12px;
  line-height: 20px;
  color: #3b3b3b; }

.change_pwd_camp p span {
  font-size: 12px;
  color: #e11737;
  line-height: 20px; }

.change_pwd_box, .adult_certification_box {
  position: relative;
  width: 459px;
  height: 577px;
  margin: 0 auto;
  border: 1px solid #d5d5d5; }

.change_pwd_top, .adult_certification_top {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 27px;
  color: black;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  border-bottom: 1px solid #d5d5d5; }

.change_pwd_inp_box {
  width: 100%;
  padding: 25px 30px; }

.hp_cert_box {
  margin-bottom: 7px; }

.adult_certification_text_box {
  padding: 0 35px; }

.member_inp_box .active_cg {
  border: 1px solid #e11737 !important; }

.adult_certification_icon {
  width: 100%;
  height: 165px;
  padding-top: 24px;
  text-align: center; }

.adult_certification_text {
  width: 100%;
  height: 220px; }

.adult_certification_text p {
  font-size: 12px;
  color: #3b3b3b;
  margin-bottom: 20px;
  line-height: 20px; }

.adult_certification_text p.add_color {
  color: #e11737; }

#non_members_layer {
  position: fixed;
  width: 448px;
  height: 328px;
  background: white;
  padding: 0 30px 30px;
  background: white;
  left: 50%;
  margin-left: -224px;
  top: 50%;
  margin-top: -164px;
  z-index: 999;
  display: none; }

.non_members_top {
  position: relative;
  width: 100%;
  height: 190px;
  text-align: center;
  padding-top: 63px; }

.non_members_text {
  font-size: 15px;
  color: black;
  text-align: center;
  height: 54px; }

/*회원가입*/
.member_contents {
  padding: 92px 0; }

.submit_btn {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #e6e7ec;
  font-size: 15px;
  font-weight: bold;
  color: #666666; }

.join_contents {
  background: #f8f8f8; }

.join_type {
  position: relative;
  width: 459px;
  height: 605px;
  margin: 0 auto; }

.join_banner {
  position: absolute;
  height: 544px;
  top: 59px;
  z-index: 11; }

.login_banner_left {
  left: -370px; }

.login_banner_right {
  left: 459px; }

.join_logo {
  width: 100%;
  height: 50px;
  font-size: 27px;
  font-family: 'Nanum Gothic';
  font-weight: 700;
  letter-spacing: -0.7px;
  color: black; }

.login_logo {
  height: 59px; }

.join_type_box {
  width: 100%;
  height: 544px;
  border: 1px solid #e4e4e4;
  padding: 40px 20px 30px 36px; }

.join_type_top {
  width: 100%;
  height: 140px; }

.join_type_box h5 {
  font-size: 16px;
  color: #424242;
  font-weight: bold; }

.join_type_box h6 {
  font-size: 12px;
  color: #666666; }

.join_type_section {
  height: 320px; }

.member_btn_group {
  display: block;
  width: 364px;
  height: 52px;
  line-height: 54px;
  background: white;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px; }

.member_btn_group:hover, .member_btn_group:focus {
  color: white; }

.member_btn_red {
  background: #e11737;
  border: 1px solid #e11737;
  color: white; }

.member_btn_green {
  border: 1px solid #4ab44b;
  color: #4ab44b; }

.member_btn_green:hover, .member_btn_green:focus {
  background: #4ab44b; }

.member_btn_yellow {
  border: 1px solid #ffcc00;
  color: #ffcc00; }

.member_btn_yellow:hover, .member_btn_yellow:focus {
  background: #ffcc00; }

.member_btn_blue {
  border: 1px solid #2e73c2;
  color: #2e73c2; }

.member_btn_blue:hover, .member_btn_blue:focus {
  background: #2e73c2; }

.member_btn_pink {
  border: 1px solid #ed2f2f;
  color: #ed2f2f; }

.member_btn_pink:hover, .member_btn_pink:focus {
  background: #ed2f2f; }

.join_type_bot {
  height: 11px; }

.join_type_bot ul {
  width: 265px;
  margin: 0 auto; }

.join_type_bot ul li {
  float: left;
  color: #808080;
  font-size: 9px; }

.join_type_bot ul li:before {
  content: "|";
  position: relative;
  top: -1px;
  font-size: 10px;
  padding: 0 10px;
  color: #d4d4d4; }

.join_type_bot ul li:first-child {
  margin-left: -10px; }

.join_type_bot ul li:first-child:before {
  content: ""; }

.join_type_bot ul li a {
  color: #666666;
  font-size: 13px; }

.join_type_bot ul li a:hover {
  text-decoration: underline; }

.join_type_bot ul li a.add_color {
  color: #1d1d1d; }

.join_box {
  position: relative;
  width: 459px;
  margin: 0 auto; }

.join_inp {
  display: table;
  width: 100%;
  height: 504px; }

.member_inp_box {
  position: relative;
  width: 460px;
  margin-bottom: 10px; }

.member_inp {
  width: 100%;
  height: 54px;
  border: 1px solid #d5d5d5;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-left: 17px;
  line-height: 54px; }

.member_inp_box img {
  position: absolute;
  top: 23px;
  right: 16px;
  z-index: 5; }

.member_inp_box .active {
  border: 1px solid black !important; }

.join_sms {
  position: absolute;
  width: 110px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  top: 9px;
  right: 9px;
  z-index: 11;
  background: #e6e7ec;
  font-size: 12px;
  font-weight: bold;
  color: #848484; }

.member_inp_box .error_active {
  border: 1px solid #e16075; }

.member_inp_box .error_text {
  font-size: 12px;
  color: #e11737;
  margin-top: 6px;
  margin-bottom: 20px;
  display: none; }

.member_inp_box span {
  position: absolute;
  top: 23px;
  right: 15px;
  font-size: 12px;
  z-index: 11;
  font-weight: bold; }

.member_inp_box .pw_ck_n, .transform_form_group .pw_ck_n {
  color: #e11737; }

.member_inp_box .pw_ck_y, .transform_form_group .pw_ck_y {
  color: #2d6cc3; }

.member_inp_box span.sms_ck {
  right: 141px; }

.sms_text_box {
  position: relative;
  display: none; }

.sms_text_box p {
  position: relative;
  font-size: 15px;
  color: black; }

.find_guid_msg p {
  position: relative;
  font-size: 12px;
  color: black;
  line-height: 18px; }

.sms_text_box p span {
  color: #e34a5d;
  font-size: 15px; }

.find_guid_msg p span {
  font-size: 12px;
  color: #e11737; }

.sms_text_box p span#time_pro, .find_guid_msg p span#time_pro {
  position: absolute;
  right: 0;
  top: 0;
  color: #2d6cc3;
  cursor: pointer; }

.sms_text_box p#time_out, .find_guid_msg p#time_out {
  color: #e34a5d; }

.sms_pop_box {
  position: absolute;
  width: 100%;
  height: 330px;
  border: 1px solid black;
  background: white;
  z-index: 55;
  top: 205px;
  display: none; }

.sms_pop_top {
  position: relative;
  width: 100%;
  height: 187px;
  padding-top: 63px;
  text-align: center; }

#sms_pop_close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 51;
  cursor: pointer; }

.sms_pop_text {
  height: 51px;
  text-align: center;
  font-size: 15px;
  color: black; }

#confirm_btn {
  width: 388px;
  height: 54px;
  margin: 0 auto;
  background: #142741;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  color: white;
  font-size: 17px; }

.join_ckeck_box {
  position: relative;
  width: 100%;
  height: 146px; }

.join_check_all_box {
  width: 100%;
  height: 36px; }

.join_ckeck {
  width: 100%;
  height: 28px; }

.join_check_text {
  margin-left: 10px;
  float: left;
  font-size: 15px;
  color: black;
  font-weight: bold;
  position: relative;
  top: 1px; }

.join_ckeck u, .join_check_all_box u {
  color: #e21a37;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
  top: 2px; }

.terms_text_box {
  margin-bottom: 40px; }

.terms_text_box ul {
  width: 100%;
  height: 53px;
  background: white;
  color: #747474;
  font-size: 13px;
  border-top: 1px solid #d5d5d5; }

.terms_text_box ul.terms_text_box_top {
  background: #e6e7ec; }

.terms_text_box ul.terms_text_box_top li {
  font-size: 12px;
  color: black;
  font-weight: bold; }

.terms_text_box ul li {
  position: relative;
  float: left;
  display: block;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  text-align: center;
  width: 152px;
  height: 53px;
  line-height: 61px;
  color: #848484;
  font-size: 11px;
  vertical-align: middle; }

.terms_text_box ul li:first-child {
  border-left: 1px solid #d5d5d5;
  width: 154px; }

.terms_text_box ul li.br_group span {
  position: absolute;
  top: 15px;
  left: 12px;
  line-height: 17px;
  font-size: 11px; }

.terms_popup {
  position: absolute;
  width: 460px;
  height: 856px;
  border: 1px solid #000000;
  left: 0;
  top: 45px;
  background: white;
  z-index: 55;
  display: none; }

.terms_popup h2 {
  position: relative;
  width: 100%;
  height: 84px;
  border-bottom: 1px solid black;
  text-align: center;
  line-height: 84px;
  font-size: 27px;
  font-weight: 700;
  color: black; }

.terms_close_btn {
  position: absolute;
  z-index: 11;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.terms_popup_list_box {
  width: 100%;
  padding: 20px; }

.terms_popup_list {
  width: 100%;
  height: 635px;
  border: 1px solid #d5d5d5;
  padding: 14px !important;
  margin-bottom: 40px; }

.terms_popup_list h6, .terms_popup_list p {
  font-size: 12px;
  color: black;
  margin-bottom: 22px; }

.terms_popup_list p {
  margin-bottom: 39px;
  line-height: 17px;
  letter-spacing: -0.1px; }

.terms_popup_list h6.terms_title {
  font-weight: 700; }

.terms_popup_close {
  width: 420px;
  height: 54px;
  background: #e11737;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer; }

.join_up_box {
  width: 1225px;
  height: 486px;
  background: white;
  margin: 0 auto;
  padding-top: 60px; }

.join_up_icon {
  width: 100%;
  height: 165px;
  text-align: center; }

.join_up_text {
  width: 100%;
  height: 147px; }

.join_up_text h2 {
  font-size: 24px;
  text-align: center;
  color: black;
  font-weight: bold;
  height: 45px;
  font-family: 'Nanum Gothic';
  font-weight: 700; }

.join_up_text h2 span {
  font-size: 24px;
  font-weight: bold;
  color: #e11737; }

.join_up_text p {
  font-size: 14px;
  color: #666666;
  text-align: center;
  line-height: 24px; }

.join_up_text p span {
  font-size: 18px;
  color: black;
  margin: 0 2px;
  font-family: 'Nanum Gothic';
  font-weight: 700; }

.join_up_btn {
  width: 460px;
  height: 62px;
  margin: 0 auto; }

.join_up_btn ul li {
  float: left;
  display: block;
  width: 220px;
  height: 57px;
  line-height: 57px;
  background: #e11737; }

.join_up_btn ul li:first-child {
  margin-right: 20px;
  background: #142741; }

.join_up_btn ul li a {
  display: block;
  width: 100%;
  height: 57px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }

.member_inp_box ul.email_input_box {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 202px;
  border: 1px solid black;
  z-index: 100;
  background: white; }

.member_inp_box ul.email_input_box li {
  padding-left: 12px;
  height: 40px;
  line-height: 40px; }

.member_inp_box ul.email_input_box li.on {
  background: #e6e7ec; }

.member_inp_box ul.email_input_box li div.email_input_box_id {
  float: left; }

#time_out.error_text {
  display: none;
  color: #e11737; }

/*로그인*/
#login_layer_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: 99;
  display: none;
  left: 0;
  top: 0; }

#login_layer, #change_pwd_layer, #adult_certification_layer {
  position: fixed;
  width: 448px;
  padding: 0 30px 30px;
  background: white;
  left: 50%;
  margin-left: -224px;
  top: 50%;
  margin-top: -256px;
  z-index: 999;
  display: none; }

.login_layer_top {
  position: relative;
  width: 100%;
  height: 81px;
  line-height: 81px;
  text-align: center;
  font-size: 27px;
  color: black;
  font-family: 'Nanum Gothic';
  font-weight: 700; }

#login_layer_close, #change_pwd_layer_close, #adult_certification_layer_close, #non_members_layer_close {
  position: absolute;
  z-index: 11;
  top: 15px;
  right: -15px;
  cursor: pointer; }

.change_pwd_layer_top {
  border-bottom: 1px solid black;
  margin-bottom: 25px; }

.adult_certification_layer_top {
  border-bottom: 1px solid black; }

.head_login_tab {
  width: 100%;
  height: 54px;
  margin-bottom: 30px; }

.head_login_tab ul li {
  width: 194px !important; }

.login_box {
  position: relative;
  width: 459px;
  height: 749px;
  margin: 0 auto; }

.login_tab {
  width: 100%;
  height: 54px; }

.login_tab ul li {
  float: left;
  display: block;
  width: 229.5px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 15px;
  color: #3b3b3b;
  cursor: pointer;
  background: #f3f3f3;
  border: 1px solid #d5d5d5;
  border-bottom: 1px solid black;
  border-left: none; }

.login_tab ul li:first-child {
  border-left: 1px solid #d5d5d5;
  border-right: none; }

.login_tab ul li.active, .head_login_tab ul li.active {
  border: 1px solid black;
  border-bottom: none;
  background: white; }

.login_inp_box {
  width: 100%;
  border: 1px solid #d5d5d5;
  border-top: none;
  padding: 24px 36px 25px 35px; }

.login_radio_box {
  width: 100%;
  height: 40px; }

.login_radio_box ul li {
  float: left; }

.login_radio_box ul li:first-child {
  margin-right: 86px; }

.login_type_radio {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  background: url("../img/usr/member/login_radio_off.jpg") no-repeat;
  margin-right: 4px; }

.login_type_text {
  float: left;
  font-size: 14px;
  color: black;
  position: relative;
  top: 1px;
  font-weight: 700; }

.login_radio_box .disabled {
  color: #bfbfbf; }

.login_id, .login_non_member, .login_phone {
  display: table;
  width: 100%; }

.login_inp_group {
  width: 100%;
  height: 54px;
  border: 1px solid #d5d5d5;
  padding-left: 16px;
  line-height: 57px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: black; }

.login_id .error_text, .login_phone .error_text {
  font-size: 12px;
  color: #e11737;
  margin-bottom: 20px;
  display: none; }

.login_id input.active, .login_non_member input.active, .login_phone input.active {
  border: 1px solid black; }

#login_btn {
  margin-bottom: 9px;
  height: 54px;
  line-height: 54px; }

.social_login {
  margin-bottom: 24px;
  margin-top: 24px; }

.social_login a {
  display: block;
  width: 100%;
  height: 54px;
  margin-bottom: 9px; }

.id_save_box {
  height: 20px;
  margin-top: 10px; }

.id_save_box .id_save_text {
  font-size: 12px;
  position: relative;
  top: 3px; }

.id_save_ck {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background: url("../img/usr/member/id_save_off.jpg") no-repeat;
  margin-right: 8px; }

.login_phone_layer {
  width: 100%;
  height: 657px;
  position: absolute;
  z-index: 60;
  background: white;
  left: 0;
  top: 59px;
  border: 1px solid black;
  padding: 114px 36px 30px 36px;
  display: none; }

.login_phone_layer2 {
  top: 0; }

.login_remark_icon {
  width: 100%;
  height: 118px;
  text-align: center; }

.login_remark_text {
  width: 100%;
  height: 104px;
  text-align: center; }

.login_remark_text p {
  font-size: 15px;
  color: black; }

.login_remark_text p span {
  font-size: 15px;
  color: #e11737; }

.phone_id_ck {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #142741;
  font-size: 17px;
  color: white;
  margin-bottom: 27px;
  margin-top: 45px;
  cursor: pointer; }

.phone_id_list {
  height: 160px;
  overflow-y: auto; }

.phone_id_list ul li {
  display: block;
  width: 100%;
  height: 32px;
  font-size: 15px;
  color: black; }

/* 회원 중복 스타일 */
.member_inp_id, #find_pwd_submit, .send_email_inp, .count_down, .check_display, .login_non_member, .login_phone {
  display: none; }

.login_btn_active, .login_submit, .sign_up, .find_id_submit, .find_pwd_submit, .pwd_change_submit {
  background: #e11737;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold; }

.member_inp_box .sms_active, .find_id_pwd_inp .sms_active, .member_inp_box .sms_ck_active, .find_id_pwd_inp .sms_ck_active, .find_id_pwd_inp .sms_active_email {
  background: #142741;
  color: white;
  cursor: pointer; }

.change_pwd_box .pwd_change_size, .adult_certification_box .pwd_change_size, #change_pwd_layer .pwd_change_size, #adult_certification_layer .pwd_change_size {
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  margin-top: 130px; }

.change_pwd_box .back_history, .adult_certification_box .back_history, #change_pwd_layer .back_history, #adult_certification_layer .back_history, #non_members_layer .non_members_ck {
  height: 54px;
  line-height: 54px;
  background: #132740;
  color: white;
  cursor: pointer;
  margin-bottom: 25px; }

.adult_certification_box .pwd_change_size, #adult_certification_layer .pwd_change_size {
  margin-top: 0; }
