@charset "utf-8";

.inner {
  font-family: 'Noto Sans KR', Sans-serif;
}

.doc {
  padding: 50px 0 60px;
}

/* sub_partner */
.sub_partner {
  padding: 40px 0 30px;
}

@media all and (max-width: 1280px) {
  .sub_partner {
    padding: 30px 0 30px;
  }
}
@media all and (max-width: 640px) {
  .sub_partner {
    padding: 20px 0;
  }
}

/* sub_list */
.sub_list {
  padding: 50px 0 100px;
}

@media all and (max-width: 1280px) {
  .sub_list {
    padding: 35px 0 60px;
  }
}

/* product_list2 */
.product_list2 {
  width: 100%;
  border-top: 1px solid #eeeeee;
}
.product_list2 thead {
}
.product_list2 thead tr {
}
.product_list2 thead th {
  font-size: 1.4rem;
  color: #666666;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}
.product_list2 tbody {
  cursor: pointer;
}
.product_list2 tbody tr {
  transition: 0.2s;
}
.product_list2 tbody tr:hover {
  background-color: #eee !important;
}
.product_list2 tbody tr.plus {
  background-color: #fafbfb;
}
.product_list2 tbody tr.active {
  background-color: #ffffcc !important;
}
.product_list2 tbody td {
  padding: 12px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #000000;
  border-bottom: 1px solid #eeeeee;
}
.product_list2 tbody td .plus_icon {
  background-color: #df8024;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 auto;
  white-space: nowrap;
}
.product_list2 tbody td .plus_icon2 {
  background-color: #14ab92;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 auto;
  white-space: nowrap;
}
.product_list2 tbody td a {
  text-align: left;
}
.product_list2 tbody td a .img {
  position: relative;
}
.product_list2 tbody td a .img img {
  max-width: 100%;
}
.product_list2 tbody .plus td a .img::after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  top: -7px;
  width: 24px;
  height: 34px;
  background: url(/images/sub/plus_medal.png) no-repeat center center;
  z-index: 9;
}
.product_list2 tbody td a .txt {
  padding-left: 20px;
}
.product_list2 tbody tr td a .txt {
}
.product_list2 tbody tr.plus td a .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_list2 tbody tr.nplus td a .txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_list2 tbody tr.plus td a .txt img {
  margin-left: 10px;
}
.product_list2 tbody tr.nplus td a .txt img {
  margin-left: 10px;
}
.product_list2 tbody td a .txt h5 {
  font-size: 1.3rem;
  color: #666666;
  font-weight: 500;
}
.product_list2 tbody td a .txt h3 {
  font-size: 2rem;
  color: #212121;
  margin-top: 3px;
  display: flex;
  align-items: center;
}
.product_list2 tbody td a .txt h3 .sell {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  background-color: #ef4222;
  margin-right: 5px;
  padding: 2px 6px;
  white-space: nowrap;
}
.product_list2 tbody td a .txt h3 .buy {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  background-color: #2281ef;
  margin-right: 5px;
  padding: 2px 6px;
  white-space: nowrap;
}
.product_list2 tbody td a .txt p {
  font-size: 1.4rem;
  color: #000000;
  margin-top: 10px;
}
.product_list2 tbody td a .txt p span {
}
.product_list2 tbody td .price {
  color: #df8024;
  font-size: 1.8rem;
  font-weight: 600;
}
.product_list2 tbody td .price span {
  color: #212121;
  font-size: 1.4rem;
  font-weight: 400;
}
.product_list2 tbody td .btn4 {
  display: inline-block;
  margin-top: 0.2em;
  transform: all 0.3s;
  padding: 0.2em 0.4em 0.3em;
  border: 1px solid #df8024;
  color: #df8024;
}
.product_list2 tbody td .btn4:hover {
  background-color: #df8024;
  color: #fff;
}

@media all and (max-width: 768px) {
  .product_list2 thead {
    display: none;
  }
  .product_list2 {
    display: block;
    border-top: 0;
  }
  .product_list2 tbody {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
  }
  .product_list2 tr {
    display: block;
    width: calc(33.33333333% - 6.66666px);
    margin-right: 10px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-bottom: 0;
  }
  .product_list2 tr:nth-child(3n) {
    margin-right: 0;
  }
  .product_list2 tr th {
    display: block;
  }
  .product_list2 tr td {
    display: block;
    text-align: left;
    padding: 10px;
  }
  .product_list2 tr td img {
    width: 100%;
  }
  .product_list2 tr td.num {
    display: none;
  }
  .product_list2 tr td.img {
    padding: 0;
    border-bottom: 0;
  }
  .product_list2 tr td.img img {
    width: 100%;
  }
  .product_list2 tr td.info {
    border-bottom: 1px dashed #eee;
  }
  .product_list2 tbody td a .txt {
    padding-left: 0;
  }
  .product_list2 tbody td a .txt h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .product_list2 tbody td a .txt h3 {
    font-size: 1.8rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .product_list2 tbody td a .txt h3 .sell,
  .product_list2 tbody td a .txt h3 .buy {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .product_list2 tr td.state {
    border-bottom: 0;
    padding-top: 8px;
    padding-bottom: 4px;
    display: none;
  }
  .product_list2 tr td.state::before {
    content: '상태 : ';
    color: #777;
  }
  .product_list2 tr td.area {
    border-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: none;
  }
  .product_list2 tr td.area::before {
    content: '지역 : ';
    color: #777;
  }
  .product_list2 tr td.writer {
    font-weight: 500;
    border-bottom: 0;
    padding-bottom: 0;
    display: none;
  }
  .product_list2 tr td.date {
    color: #777;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px 10px;
  }
  .product_list2 tbody tr:hover {
    background-color: #f5f5f3 !important;
  }
  .product_list2 tbody tr.plus td a .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .product_list2 tbody tr.nplus td a .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .product_list2 tbody tr.plus td a .txt img {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .product_list2 tbody tr.nplus td a .txt img {
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media all and (max-width: 568px) {
  .product_list2 tr {
    display: block;
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 30px;
  }
  .product_list2 tr:nth-child(3n) {
    margin-right: 10px;
  }
  .product_list2 tr:nth-child(2n) {
    margin-right: 0;
  }
  .num_cus {
    font-weight: bold;
  }
}

/* product_view */
.product_view {
}
.product_view .top_info {
}
.product_view .top_info .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_view .top_info > .title h3 {
  font-size: 3rem;
  color: #212121;
  margin: 30px 0;
}
.product_view .top_info > .title .sell {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #ef4222;
  margin-right: 5px;
  padding: 5px 10px;
  margin-right: 0;
}
.product_view .top_info > .title .buy {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  background-color: #2281ef;
  margin-right: 5px;
  padding: 5px 10px;
  margin-right: 0;
}
.product_view .top_info > .box {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.product_view .top_info .box .left_cont {
}
.product_view .top_info .box .left_cont .big_img {
  width: 100%;
  max-width: 680px;
}
.product_view .top_info .box .left_cont .big_img .img {
}
.product_view .top_info .box .left_cont .big_img .img img {
  max-width: 100%;
}
.product_view .top_info .box .left_cont .thumb_img {
  margin-top: 10px;
  max-width: 680px;
  overflow: hidden;
  margin-left: -3px;
}
.product_view .top_info .box .left_cont .thumb_img .img {
  margin: 0 5px;
  cursor: pointer;
  filter: grayscale(1);
}
.product_view .top_info .box .left_cont .thumb_img .img img {
  max-width: 100%;
}
.product_view .top_info .box .left_cont .thumb_img .img.slick-current {
  filter: grayscale(0);
}

.product_view .top_info .box .right_cont {
  margin-left: 60px;
  width: 100%;
  max-width: 540px;
}
.product_view .top_info .box .right_cont .info1 {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-top: 2px solid #e69d57;
  padding: 40px 40px 25px;
}
.product_view .top_info .box .right_cont .info1 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.product_view .top_info .box .right_cont .info1 .title h3 {
  font-size: 3rem;
  color: #212121;
}
.product_view .top_info .box .right_cont .info1 .title .price {
  font-size: 3rem;
  color: #df8024;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.product_view .top_info .box .right_cont .info1 .title .price span {
  font-size: 2rem;
  color: #212121;
  font-weight: 400;
}
.product_view .top_info .box .right_cont .info1 .box {
}
.product_view .top_info .box .right_cont .info1 .box dl {
  display: flex;
  flex-wrap: wrap;
}
.product_view .top_info .box .right_cont .info1 .box dl dt {
  width: 88px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  line-height: 40px;
}
.product_view .top_info .box .right_cont .info1 .box dl dd {
  width: calc(50% - 88px);
  font-size: 1.5rem;
  color: #666666;
  line-height: 40px;
}
.product_view .top_info .box .right_cont .info1 .box dl dd span {
  font-weight: 600;
  color: #2e4758;
  font-size: 1.6rem;
}
.product_view .top_info .box .right_cont .info2 {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  margin-top: 10px;
  padding: 30px 40px 25px;
}
.product_view .top_info .box .right_cont .info2 .box {
}
.product_view .top_info .box .right_cont .info2 .box dl {
  display: flex;
  flex-wrap: wrap;
}
.product_view .top_info .box .right_cont .info2 .box dl dt {
  width: 88px;
  font-size: 1.5rem;
  color: #000000;
  font-weight: 700;
  line-height: 40px;
}
.product_view .top_info .box .right_cont .info2 .box dl dd {
  width: calc(50% - 88px);
  font-size: 1.5rem;
  color: #666666;
  line-height: 40px;
}
.product_view .top_info .box .right_cont .info2 .box dl dd.tel {
  font-size: 2.4rem;
  color: #212121;
  font-weight: 700;
  width: calc(100% - 88px);
}
.product_view .top_info .box .right_cont .info3 {
  display: flex;
  margin-top: 10px;
}
.product_view .top_info .box .right_cont .info3 a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}

.product_view .top_info .box .right_cont p {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #adadad;
  position: relative;
  padding-left: 10px;
  line-height: 1.4em;
}
.product_view .top_info .box .right_cont p span {
  color: #df8024;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 1280px) {
  .product_view .top_info > .title h3 {
    margin: 20px 0;
    font-size: 2.6rem;
  }
  .product_view .top_info > .title .sell {
    font-size: 1.3rem;
    padding: 3px 7px;
  }
  .product_view .top_info .box .left_cont .big_img,
  .product_view .top_info .box .left_cont .thumb_img {
    max-width: 480px;
  }
  .product_view .top_info .box .right_cont {
    margin-left: 30px;
    max-width: calc(100% - 510px);
  }
  .product_view .top_info .box .right_cont .info1 {
    padding: 20px 25px 15px;
  }
  .product_view .top_info .box .right_cont .info1 .title {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .product_view .top_info .box .right_cont .info1 .title h3 {
    font-size: 2.6rem;
  }
  .product_view .top_info .box .right_cont .info1 .title .price {
    font-size: 2.6rem;
  }
  .product_view .top_info .box .right_cont .info1 .title .price span {
    font-size: 1.8rem;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dt {
    width: 58px;
    line-height: 36px;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dd {
    padding-right: 10px;
    width: calc(50% - 58px);
    line-height: 36px;
  }
  .product_view .top_info .box .right_cont .info2 {
    padding: 15px 25px 15px;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dt {
    line-height: 36px;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dd {
    line-height: 36px;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dd.tel {
    font-size: 2rem;
  }
  .product_view .top_info .box .right_cont .info3 a {
    line-height: 54px !important;
  }
  .product_view .top_info .box .right_cont p {
    margin-top: 15px;
  }
  .product_view .top_info .box .right_cont p br {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .product_view .top_info > .box {
    flex-direction: column;
    padding-bottom: 60px;
  }
  .product_view .top_info .box .left_cont .big_img,
  .product_view .top_info .box .left_cont .thumb_img {
    max-width: 706px;
  }
  .product_view .top_info .box .left_cont .big_img img,
  .product_view .top_info .box .left_cont .thumb_img img {
    width: 100%;
  }
  .product_view .top_info .box .right_cont {
    max-width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .product_view .top_info .box .right_cont .info1 .title {
    padding-bottom: 10px;
    margin-bottom: 5px;
    display: block;
  }
  .product_view .top_info .box .right_cont .info1 .title h3 {
    font-size: 2.2rem;
  }
  .product_view .top_info .box .right_cont .info1 .title .price {
    font-size: 2.2rem;
  }
  .product_view .top_info .box .right_cont .info1 .title .price span {
    font-size: 1.6rem;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dt {
    font-size: 1.4rem;
    width: 52px;
    line-height: 32px;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dd {
    font-size: 1.4rem;
    width: calc(50% - 52px);
    line-height: 32px;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dd span {
    font-size: 1.5rem;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dd.tel {
    font-size: 1.8rem;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dt {
    font-size: 1.4rem;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dd {
    font-size: 1.4rem;
  }
  .product_view .top_info .box .right_cont .info3 a {
    line-height: 48px !important;
    font-size: 1.5rem !important;
  }
}
@media all and (max-width: 568px) {
  .product_view .top_info > .box {
    padding-bottom: 40px;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dt {
    width: 60px;
  }
  .product_view .top_info .box .right_cont .info1 .box dl dd {
    width: calc(100% - 60px);
  }
  .product_view .top_info .box .right_cont .info2 .box dl dt {
    width: 80px;
  }
  .product_view .top_info .box .right_cont .info2 .box dl dd {
    width: calc(100% - 80px);
  }
  .product_view .top_info .box .right_cont .info3 a {
    font-size: 1.4rem !important;
  }
}

/*.btn_box */
.btn_box {
  display: flex;
  margin-top: 50px;
}
.btn_box.plus {
  margin-top: 20px;
}
.btn_box.jcc {
  justify-content: center;
}
.btn_box.jfe {
  justify-content: flex-end;
}
.btn_box a {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 2.5;
  text-align: center;
  cursor: pointer;
}
.btn_box a span {
  vertical-align: middle;
}
.btn_box input {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  line-height: 60px;
  text-align: center;
}
a.btn1 {
  background-color: #df8024;
  flex: 1;
  margin-right: 10px;
  max-width: 128px;
}
a.btn2 {
  background-color: #2e4758;
  flex: 1;
  margin-right: 10px;
  max-width: 128px;
}
a.btn3 {
  background-color: #373737;
  width: 128px; /*margin-left: 10px;*/
  color: white;
  padding: 10px 20px;
}

a.btn3:hover {
  color: white;
  text-decoration: none;
}
.product_view .top_info .box .right_cont .info3 a.btn4 {
  border: 1px solid #df8024;
  color: #df8024;
  width: 128px;
  margin-right: 10px;
  line-height: 40px;
}

input.btn1 {
  background-color: #df8024;
  flex: 1;
  margin-right: 10px;
  width: 100%;
  max-width: 128px;
  border: 0px;
  cursor: pointer;
}
input.btn2 {
  background-color: #2e4758;
  flex: 1;
  margin-right: 10px;
  width: 100%;
  max-width: 128px;
  border: 0px;
  cursor: pointer;
}
input.btn3 {
  background-color: #373737;
  width: 100%;
  max-width: 128px;
  border: 0px;
  cursor: pointer;
}

@media all and (max-width: 1280px) {
  a.btn1 {
    max-width: 100px;
    line-height: 54px;
  }
  a.btn2 {
    max-width: 100px;
    line-height: 54px;
  }
  a.btn3 {
    max-width: 100px;
    line-height: 54px;
  }
  .product_view .top_info .box .right_cont .info3 a.btn4 {
    max-width: 100px;
  }
  input.btn1 {
    max-width: 100px;
    line-height: 54px;
  }
  input.btn2 {
    max-width: 100px;
    line-height: 54px;
  }
  input.btn3 {
    max-width: 100px;
    line-height: 54px;
  }
}
@media all and (max-width: 768px) {
  .btn_box {
    margin-top: 30px;
  }
  a.btn1 {
    line-height: 48px;
    font-size: 1.5rem;
  }
  a.btn2 {
    line-height: 48px;
    font-size: 1.5rem;
  }
  span.a.btn3 {
    line-height: 48px;
    font-size: 1.5rem;
  }
  input.btn1 {
    line-height: 48px;
    font-size: 1.5rem;
  }
  span.input.btn2 {
    line-height: 48px;
    font-size: 1.5rem;
  }
  input.btn3 {
    line-height: 48px;
    font-size: 1.5rem;
  }
}
@media all and (max-width: 568px) {
  a.btn1 {
    line-height: 40px;
    font-size: 1.4rem;
  }
  a.btn2 {
    line-height: 40px;
    font-size: 1.4rem;
  }
  span.a.btn3 {
    line-height: 40px;
    font-size: 1.4rem;
  }
  input.btn1 {
    line-height: 30px;
    font-size: 1.4rem;
  }
  span.input.btn2 {
    line-height: 30px;
    font-size: 1.4rem;
    margin-right: 10px;
    max-width: 128px;
  }
  input.btn3 {
    line-height: 30px;
    font-size: 1.4rem;
  }
  .product_view .top_info .box .right_cont .info3 a.btn4 {
    line-height: 40px !important;
  }
}

/* add_info */
.add_info {
  background-color: #f8f8f8;
  padding: 50px 0;
}
.add_info .s-inner {
}
.add_info .s-inner .tit_box {
}
.tb-style1 {
  width: 100%;
  border-top: 2px solid #dd553a;
}
.tb-style1 tbody {
}
.tb-style1 tbody tr {
}
.tb-style1 tbody tr th {
  font-size: 1rem;
  vertical-align: middle;
  color: #212121;
  background-color: #f5f5f3;
  text-align: left;
  padding: 15px 20px;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
}
.tb-style1.td tbody tr th {
  padding: 8px 14px;
  vertical-align: middle;
}
.tb-style1 tbody tr td {
  padding: 15px 20px;
  font-size: 1rem;
  color: #444444;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  line-height: 1.6em;
}
.tb-style1.td tbody tr td {
  padding: 12px 14px;
}
.tb-style1 tbody tr td select {
  padding: 5px 10px;
  border: 1px solid #ddd;
  margin: 3px;
  margin-left: 0;
  width: auto;
}
.tb-style1 tbody tr td span {
  font-size: 1rem;
  display: inline-block;
}
.tb-style1 tbody tr td label {
  font-size: 1.4rem;
  display: inline-block;
}
.tb-style1 tbody tr td input {
  padding: 5px 10px;
  margin: 3px;
  margin-left: 0;
}
.tb-style1 tbody tr td input#pr_tel2 {
  max-width: 85px;
}
.tb-style1 tbody tr td input#pr_tel3 {
  max-width: 85px;
}
.tb-style1 tfoot tr {
}
.tb-style1 tfoot tr th {
  font-size: 1.6rem;
  color: #212121;
  background-color: #f5f5f3;
  text-align: left;
  padding: 15px 20px;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
}
.tb-style1 tfoot tr td {
  padding: 15px 20px;
  font-size: 1.6rem;
  color: #444444;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
}
.tb-style1 tfoot tr td textarea {
  padding: 5px 10px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  resize: none;
  font-size: 14px;
}
.tb-style1 tfoot tr td textarea#pr_content {
  min-height: 300px;
}
.tb-style1 tfoot tr td #captcha {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tb-style1 tfoot tr td #captcha button {
  font-size: 1.4rem;
  margin-left: 5px;
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
}
.tb-style1 tfoot tr td #captcha > span {
  margin-left: 10px;
}
.tb-style1 tfoot tr td input#captcha_key {
  padding: 10px 10px;
  border: 1px solid #ddd;
}

.tb-style2 {
  width: 100%;
  border-top: 2px solid #dd553a;
}
.tb-style2 thead tr th {
  background-color: #f8f8f8;
  padding: 12px 5px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #dedede;
}
.tb-style2 tbody tr th {
}
.tb-style2 tbody tr td {
  text-align: center;
  font-size: 1.5rem;
  padding: 12px 5px;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 61px;
}
.tb-style2 tbody tr td:last-child {
  border-right: 0;
}

@media all and (max-width: 1280px) {
  .tb-scroll {
    overflow-x: scroll;
  }
  .add_info {
    padding: 35px 0;
  }
  .tb-style1 tbody tr th {
    font-size: 20px;
    padding: 10px 15px;
  }
  .tb-style1 tbody tr td {
    font-size: 20px;
    padding: 10px 15px;
  }
  .tb-style1.td tbody tr th {
    font-size: 1.5rem;
    padding: 10px 12px;
  }
  .tb-style1.td tbody tr td {
    font-size: 1.5rem;
    padding: 10px 12px;
  }
  .tb-style1 tfoot tr th {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .tb-style1 tfoot tr td {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .tb-style1 tfoot tr td textarea#pr_content {
    min-height: 260px;
  }
}
@media all and (max-width: 976px) {
  .tb-style1,
  .tb-style1 tbody,
  .tb-style1 tbody tr {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .tb-style1 tbody tr th {
    width: 35%;
    display: inline-block;
    font-size: 16px;
  }
  .tb-style1 tbody tr td {
    width: 65%;
    display: inline-block;
    font-size: 16px;
  }
  .tb-style1 tfoot,
  .tb-style1 tfoot tr {
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .tb-style1 tfoot tr th {
    width: 35%;
    display: inline-block;
    font-size: 1.4rem;
  }
  .tb-style1 tfoot tr td {
    width: 65%;
    display: inline-block;
    font-size: 1.4rem;
  }
  .tb-style1 tfoot tr td input#captcha_key {
    width: 100%;
    margin-bottom: 10px;
  }
  .tb-style1 tfoot tr td #captcha button {
    margin-left: 0;
    margin-right: 5px;
  }
  .tb-style1 tfoot tr td #captcha > span {
    margin-top: 5px;
    margin-left: 0;
  }
  .tb-style1 tbody tr td input#pr_tel2 {
    max-width: 60px;
  }
  .tb-style1 tbody tr td input#pr_tel3 {
    max-width: 60px;
  }
  .tb-style1 tbody tr td select {
    padding: 3px 6px;
    max-width: 80%;
  }
  .tb-style1 tbody tr td input {
    padding: 3px 6px;
    max-width: 80%;
    font-size: 16px;
  }
  .inner h3 {
    font-size: 20px;
  }
  .tb-style1 tfoot tr td textarea {
    padding: 3px 6px;
  }
  .tb-style1 tfoot tr td textarea#pr_content {
    min-height: 200px;
  }
}

/* desc */
.desc {
  padding: 50px 0 80px;
}
.desc img {
  max-width: 100%;
}

ul.tab {
  display: flex;
}
ul.tab li {
  flex: 1;
  text-align: center;
  margin-left: -1px;
  border: 1px solid #dedede;
  margin-top: -1px;
}
ul.tab li.on {
  border: 1px solid #df8024;
  background-color: #df8024;
  position: relative;
  z-index: 2;
}
ul.tab li a {
  display: block;
  padding: 15px 10px;
}
ul.tab li.on a {
  color: #fff;
  font-weight: 500;
}

.wish {
  margin-top: 40px;
}
.mypage .search_box {
  background-color: #f5f5f3;
  padding-left: 30px;
  padding-right: 30px;
}

@media all and (max-width: 1280px) {
  .mypage .search_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  ul.tab {
    flex-wrap: wrap;
  }
  ul.tab li {
    flex: auto;
    width: 33.3333%;
  }
}
@media all and (max-width: 976px) {
  ul.tab li a {
    font-size: 1.5rem;
    padding: 12px 6px;
  }
  .wish .tit_box {
    flex-direction: column;
  }
  .wish .tit_box h3 {
    margin-bottom: 10px;
  }
}

.point_box {
  display: flex;
  border: 1px solid #dedede;
  padding: 30px;
}
.point_box li {
  margin-right: 20px;
  color: #000;
}

.banking {
  padding: 30px;
  background-color: #fafafa;
  margin-top: 10px;
}
.banking2 {
  padding: 30px;
  background-color: #fafafa;
  margin-top: 10px;
}
.banking .box {
  margin-bottom: 10px;
  color: #222;
}
.banking2 .box {
  margin-bottom: 10px;
  color: #222;
}
.banking select {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 5px;
}
.banking2 select {
  max-width: 300px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 5px;
}
.banking input {
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 5px;
}
.banking2 input {
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: 5px;
}
.banking .box span {
  margin-left: 5px;
  font-size: 1.5rem;
  color: #ed5252;
}
.banking2 .box span {
  margin-left: 5px;
  font-size: 1.5rem;
  color: #ed5252;
}

@media all and (max-width: 1280px) {
  .banking .box span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

#intro2 {
  overflow: hidden;
  margin-top: 50px;
}
#intro2.bt {
  margin-bottom: 100px;
}
#intro2 .title {
  width: 40%;
  padding: 30px;
  margin-right: 20px;
  border-top: 2px solid #222;
  float: left;
}
#intro2 .title dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #df8024;
  margin-bottom: 10px;
  word-break: keep-all;
}
#intro2 .title dl dd.price {
  font-size: 1.25em;
  color: #222;
  font-weight: 600;
  padding-bottom: 1.2em;
}
#intro2 .title .btn {
  margin: 1em 0;
}
#intro2 .title .btn a {
  border: 1px solid #eb5510;
  color: #eb5510;
  display: inline-block;
  width: 200px;
  padding: 0.5em 0;
  text-align: center;
  margin-top: 20px;
}
#intro2 .title .btn a:hover {
  background-color: #eb5510;
  color: #fff;
}
#intro2 .cont {
  width: calc(60% - 20px);
  padding: 30px;
  border-top: 1px solid #ddd;
  float: left;
  background: #fafafa;
  overflow: hidden;
}
#intro2 .cont .img {
  width: 100%;
  padding: 10px;
  float: left;
  text-align: center;
}
#intro2 .cont .img.w100 {
  width: 100%;
  padding: 10px 0;
}
#intro2 .cont .img .tit {
  display: inline-block;
  color: #fff;
  background: #e11616;
  padding: 0.5em 2em;
  margin-bottom: 1em;
  border-radius: 50px;
  text-align: center;
}
#intro2 .cont .img img {
  width: 100%;
}
#intro2 .cont .img img.pc {
  display: block;
}
#intro2 .cont .img img.mo {
  display: none;
}
@media all and (max-width: 1280px) {
  #intro2 .title {
    padding: 20px;
  }
  #intro2 .title dl dd.price {
    display: block;
    padding-bottom: 0.75em;
  }
  #intro2 .title dl dt {
    font-size: 1.5em;
  }
  /*	#intro2 .title dl dd {display: inline;}*/
}
@media all and (max-width: 976px) {
  #intro2 {
    margin-top: 40px;
  }
  #intro2.bt {
    margin-bottom: 80px;
  }
  #intro2 .title {
    width: 100%;
  }
  #intro2 .cont {
    width: 100%;
    border-top: 0;
  }
  /*
	#intro2 .title {width:100%; margin-right:0;  }
	#intro2 .cont {width:100%;  border-top:0 }
*/
  #intro2 .cont {
    padding: 1%;
  }
}
@media all and (max-width: 640px) {
  #intro2 .cont .img {
    width: 100%;
  }
  #intro2 .title dl dt {
    font-size: 1.375em;
  }
  #intro2 .title .btn {
    margin: 0.5em 0;
  }
  #intro2 .title .btn a {
    width: 100%;
  }
  #intro2 .cont {
    background-color: #fff;
  }
  #intro2 .cont .img img.pc {
    display: none;
  }
  #intro2 .cont .img img.mo {
    display: block;
  }
}
@media all and (max-width: 480px) {
  #intro2 {
    margin-top: 30px;
  }
  #intro2.bt {
    margin-bottom: 60px;
  }
}

.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer .pop-container h2 {
  text-align: center;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #dedede;
  color: #eb5510;
  font-size: 1.25em;
}
.pop-layer .pop-container h2 span {
  font-size: 0.875em;
  font-weight: 500;
  color: #666;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 766px;
  height: auto;
  background-color: #fff;
  z-index: 10;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}

@media all and (max-width: 999px) {
  .pop-layer {
    width: 96%;
  }
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  background-color: #333;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  background-color: #eb5510;
  color: #fff;
}
a.btn-layerMore {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  background-color: #eb5510;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerMore:hover {
  background-color: #333;
  color: #fff;
}

.board_info {
  padding: 30px;
  background-color: #f5f5f3;
  margin-bottom: 20px;
}
.board_info p {
  color: #222;
  line-height: 1.6em;
  font-size: 1.7rem;
  word-break: keep-all;
  font-weight: 300;
}

@media all and (max-width: 976px) {
  .board_info {
    padding: 20px;
  }
  .board_info p {
    font-size: 1.6rem;
  }
}

textarea.input01 {
  box-shadow: 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
  background: #f9f9f9;
  line-height: 1.7em;
  font-size: 15px;
  font-weight: 300;
}

#in_fsearch1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #f5f5f3;
  padding: 10px;
  border: 1px solid #eee;
}
#in_fsearch1 .in_syear_box {
}
#in_fsearch1 .in_syear_box select {
  padding: 8px 10px;
  border: 1px solid #dedede;
}
#in_fsearch1 .in_syear_box select option {
}
#in_fsearch1 .in_syear_box select option {
}
#in_fsearch1 .in_schk_box {
  margin: 0 12px;
}
#in_fsearch1 .in_schk_box input {
}
#in_fsearch1 .in_schk_box label {
  margin-right: 8px;
}
#in_fsearch1 .in_schk_box label:last-child {
  margin-right: 0;
}
#in_fsearch1 .search_box2 {
  display: flex;
}
#in_fsearch1 .search_box2 input {
  border: 1px solid #dedede;
  padding: 8px 10px;
}
#in_fsearch1 .search_box2 button {
  background-color: #df8024;
  color: #fff;
  margin-left: 5px;
  padding: 0 20px;
  font-size: 1.4rem;
  font-weight: 600;
}

@media all and (max-width: 969px) {
  #in_fsearch1 {
    flex-wrap: wrap;
    display: block;
  }
  #in_fsearch1 .in_syear_box select {
    padding: 6px;
  }
  #in_fsearch1 .in_schk_box {
    margin-left: 12px;
    margin-right: 0;
  }
  #in_fsearch1 .in_schk_box label {
    margin-right: 5px;
    font-size: 1.4rem;
  }
  #in_fsearch1 .search_box2 {
    margin-top: 10px;
    width: 100%;
  }
  #in_fsearch1 .search_box2 input {
    width: 100%;
    flex: 1;
  }
}

.vip {
}
.vip .inner {
  display: flex;
}
.vip table {
  width: calc(100% - 400px);
}
.vip .info {
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 400px;
  border-top: 2px solid #e49549;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
/*.vip .info .bg{background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-background-size: cover; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; filter: blur(45px) saturate(0.5);}*/
/*.vip .info .bg::before{content: ''; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.175); display: block;}*/
.vip .info .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}
.vip .info .img img {
  width: 100%;
}
.vip .info .txt {
  margin: 10px 0 0;
}
.vip .info .txt h3 {
  color: #000;
  font-size: 2rem;
  display: inline-block;
}
.vip .info .txt p {
  color: #000;
  margin-top: 5px;
  font-size: 1.7rem;
}
.vip .info .button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.vip .info .button a {
  color: #fff;
  font-size: 1.6rem;
  margin: 0 2px;
  display: inline-block;
  padding: 8px 16px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.vip .info .button a.tel {
  background-color: #df8024;
}
.vip a.tel {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 2px;
  display: inline-block;
  padding: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #df8024;
}
.vip .info .button a.add {
  background-color: #2e4758;
}
.vip a.add {
  color: #fff;
  font-size: 1.4rem;
  margin: 0 2px;
  display: inline-block;
  padding: 10px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #2e4758;
}

@media all and (max-width: 1280px) {
}
@media all and (max-width: 976px) {
  .vip .inner {
    flex-direction: column;
  }
  .vip table {
    width: 100%;
    border-top: 0;
  }
  .vip .info {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .vip .info {
    padding: 4px;
  }
  .vip .info .button {
    margin-top: 15px;
  }
  .vip .info .txt h3 {
    font-size: 1.9rem;
  }
  .vip .info .button a {
    font-size: 1.5rem;
    padding: 6px 12px;
  }
}

.plus_bn {
  text-align: center;
  background: #4186b6 url(/images/sub/plus_bg.png) no-repeat center right /
    cover;
  width: 100%;
  max-width: 1280px;
  height: 160px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus_bn p {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0;
  max-width: 90%;
}

@media all and (max-width: 976px) {
  .plus_bn {
    background: #4186b6;
    height: 120px;
  }
  .plus_bn p {
    font-size: 2rem;
  }
}

td.chk_agree {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 0 5px;
  height: 50px;
}

/* 동영상 */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
