@charset "UTF-8";
/*
현대렌탈
2020-01-02
// author: banghg
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url(ui/jquery-ui.css);
@import url(ui/animate.css);
@import url(ui/slick.css);
@import url(ui/mCustomScrollbar.css);
@import url(ui/magnific-popup.css);
@import url(xeicon2.2.0/xeicon.min.css);
@import url(common.css);
._mc {
  color: #104f9e;
}

._mc2 {
  color: #104f9e;
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff") format("woff"), url("//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf") format("opentype");
}
::selection {
  background: #d9d9d9;
  color: #104f9e;
  text-shadow: none;
}

a {
  color: #666;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/*
_board
*/
.table-btn-01,
input[type=text], input[type=file], input[type=number], input[type=password], input[type=tel], select {
  height: 50px;
  line-height: 50px;
  border: solid 1px #ccc;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .table-btn-01,
input[type=text], input[type=file], input[type=number], input[type=password], input[type=tel], select {
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
  }
}

input[type=password] {
  font-family: inherit;
  font-family: "Noto Sans KR", sans-serif;
}

input[type=password]:placeholder-shown {
  font-family: "NanumSquare", sans-serif;
}

.input_find {
  max-width: 500px;
  padding-right: 105px;
  position: relative;
}
.input_find input {
  width: 100%;
  max-width: 100%;
}
.input_find .table-btn-01 {
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}

.table-btn-01 {
  vertical-align: middle;
  display: inline-block;
  background-color: #ccc;
  color: #333;
  text-align: center;
}

/*grid*/
.row, [class*=row_] {
  zoom: 1;
}
.row:before, .row:after, [class*=row_]:before, [class*=row_]:after {
  content: "";
  display: table;
}
.row:after, [class*=row_]:after {
  clear: both;
}

.row [class*=col-], [class*=row_] [class*=col-] {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  float: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.row_10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row_10 [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row_5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row_5 [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.row_0 {
  margin-right: 0px;
  margin-left: 0px;
}
.row_0 [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 768px) {
  .row_m_0 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row_m_0 [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }

  .row_m_2 {
    margin-right: -2px;
    margin-left: -2px;
  }
  .row_m_2 [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
  }

  .row_m_5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row_m_5 [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.col-lg-0 {
  display: none;
}

.col-lg-05 {
  width: 4.16667%;
}

.col-lg-1 {
  width: 8.33333%;
}

.col-lg-15 {
  width: 12.5%;
}

.col-lg-2 {
  width: 16.66667%;
}

.col-lg-25 {
  width: 20.83333%;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-35 {
  width: 29.16667%;
}

.col-lg-4 {
  width: 33.33333%;
}

.col-lg-45 {
  width: 37.5%;
}

.col-lg-5 {
  width: 41.66667%;
}

.col-lg-55 {
  width: 45.83333%;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-65 {
  width: 54.16667%;
}

.col-lg-7 {
  width: 58.33333%;
}

.col-lg-75 {
  width: 62.5%;
}

.col-lg-8 {
  width: 66.66667%;
}

.col-lg-85 {
  width: 70.83333%;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-95 {
  width: 79.16667%;
}

.col-lg-10 {
  width: 83.33333%;
}

.col-lg-105 {
  width: 87.5%;
}

.col-lg-11 {
  width: 91.66667%;
}

.col-lg-115 {
  width: 95.83333%;
}

.col-lg-12 {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .col-sl-0 {
    display: none;
  }

  .col-sl-05 {
    width: 4.16667%;
  }

  .col-sl-1 {
    width: 8.33333%;
  }

  .col-sl-15 {
    width: 12.5%;
  }

  .col-sl-2 {
    width: 16.66667%;
  }

  .col-sl-25 {
    width: 20.83333%;
  }

  .col-sl-3 {
    width: 25%;
  }

  .col-sl-35 {
    width: 29.16667%;
  }

  .col-sl-4 {
    width: 33.33333%;
  }

  .col-sl-45 {
    width: 37.5%;
  }

  .col-sl-5 {
    width: 41.66667%;
  }

  .col-sl-55 {
    width: 45.83333%;
  }

  .col-sl-6 {
    width: 50%;
  }

  .col-sl-65 {
    width: 54.16667%;
  }

  .col-sl-7 {
    width: 58.33333%;
  }

  .col-sl-75 {
    width: 62.5%;
  }

  .col-sl-8 {
    width: 66.66667%;
  }

  .col-sl-85 {
    width: 70.83333%;
  }

  .col-sl-9 {
    width: 75%;
  }

  .col-sl-95 {
    width: 79.16667%;
  }

  .col-sl-10 {
    width: 83.33333%;
  }

  .col-sl-105 {
    width: 87.5%;
  }

  .col-sl-11 {
    width: 91.66667%;
  }

  .col-sl-115 {
    width: 95.83333%;
  }

  .col-sl-12 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .col-sm-0 {
    display: none;
  }

  .col-sm-05 {
    width: 4.16667%;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-15 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-25 {
    width: 20.83333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-35 {
    width: 29.16667%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-45 {
    width: 37.5%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-55 {
    width: 45.83333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-65 {
    width: 54.16667%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-75 {
    width: 62.5%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-85 {
    width: 70.83333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-95 {
    width: 79.16667%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-105 {
    width: 87.5%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-115 {
    width: 95.83333%;
  }

  .col-sm-12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-0 {
    display: none;
  }

  .col-xs-05 {
    width: 4.16667%;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-15 {
    width: 12.5%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-25 {
    width: 20.83333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-35 {
    width: 29.16667%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-45 {
    width: 37.5%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-55 {
    width: 45.83333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-65 {
    width: 54.16667%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-75 {
    width: 62.5%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-85 {
    width: 70.83333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-95 {
    width: 79.16667%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-105 {
    width: 87.5%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-115 {
    width: 95.83333%;
  }

  .col-xs-12 {
    width: 100%;
  }
}
.btn-type-01 {
  color: #fff;
  background-color: #104f9e;
  border: 1px solid #104f9e;
}
.btn-type-01:hover {
  background-color: #fff;
  color: #104f9e;
}

.btn-type-02 {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}
.btn-type-02:hover {
  background-color: #fff;
  color: #999;
}

.btn-type-03 {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.btn-type-03:hover {
  background-color: #fff;
  color: #000;
}

.btn-type-04 {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}
.btn-type-04:hover {
  background-color: #666;
  color: #fff;
}

[class*=btn-type-0] {
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  [class*=btn-type-0] {
    height: 40px;
    line-height: 40px;
  }
}

[class*=btn-type-1] {
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  min-width: 100px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  [class*=btn-type-1] {
    height: 26px;
    line-height: 26px;
  }
}

[class*=btn-type-][class$="1"] {
  color: #fff;
  background-color: #104f9e;
  border: 1px solid #104f9e;
}
[class*=btn-type-][class$="1"]:hover {
  background-color: #fff;
  color: #104f9e;
}
[class*=btn-type-][class$="2"] {
  color: #fff;
  background-color: #999;
  border: 1px solid #999;
}
[class*=btn-type-][class$="2"]:hover {
  background-color: #fff;
  color: #999;
}
[class*=btn-type-][class$="3"] {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
[class*=btn-type-][class$="3"]:hover {
  background-color: #fff;
  color: #000;
}
[class*=btn-type-][class$="4"] {
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
}
[class*=btn-type-][class$="4"]:hover {
  background-color: #666;
  color: #fff;
}

.board-box strong, .board-box b {
  font-weight: bold;
}
.board-box u {
  text-decoration: underline;
}
.board-box i, .board-box em {
  font-style: italic;
}
.board-box strike, .board-box s {
  text-decoration: line-through;
}
.board-box ol, .board-box ol li {
  list-style: decimal;
}
.board-box ul, .board-box ul li {
  list-style: disc;
}
.board-box img {
  width: auto !important;
  height: auto !important;
}
.board-box h1 {
  font-size: 2em;
}
.board-box h2 {
  font-size: 1.5em;
}
.board-box h3 {
  font-size: 1.17em;
}
.board-box h4 {
  font-size: normal;
}
.board-box h5 {
  font-size: 0.83em;
}
.board-box h6 {
  font-size: 0.67em;
}

.col_w {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .col_w {
    width: 90px;
  }
}

table .code {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #ddd;
  vertical-align: middle;
}

table .w_150 {
  width: 150px;
}
@media screen and (max-width: 1024px) {
  table .w_150 {
    width: 100px;
  }
}
table .xi-volume-up,
table .xi-file-download {
  font-size: 18px;
  color: #104f9e;
}
table .xi-renew {
  font-size: 28px;
  color: #104f9e;
}
table td.text_left {
  text-align: left;
}

/*일반게시판*/
.table_board_for {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
  text-align: center;
  word-break: break-all;
}
.table_board_for.type_a {
  /*조회수*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_a colgroup {
    display: none;
  }
  .table_board_for.type_a th:nth-child(1),
.table_board_for.type_a td:nth-child(1) {
    width: 30px;
  }
  .table_board_for.type_a th:nth-child(3),
.table_board_for.type_a td:nth-child(3) {
    width: 60px;
  }
  .table_board_for.type_a th:nth-child(4),
.table_board_for.type_a td:nth-child(4) {
    width: 90px;
  }
}
.table_board_for.type_b {
  /*조회수*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_b th:nth-child(2),
.table_board_for.type_b td:nth-child(2) {
    width: 60%;
  }
  .table_board_for.type_b th:nth-child(3),
.table_board_for.type_b td:nth-child(3) {
    width: 20%;
  }
  .table_board_for.type_b th:nth-child(4),
.table_board_for.type_b td:nth-child(4) {
    width: 20%;
  }
  .table_board_for.type_b th:last-child,
.table_board_for.type_b td:last-child {
    display: none;
  }
}
.table_board_for.type_c {
  /*  분류*/
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_c th:nth-child(2),
.table_board_for.type_c td:nth-child(2) {
    width: 16%;
  }
  .table_board_for.type_c th:nth-child(3),
.table_board_for.type_c td:nth-child(3) {
    width: 52%;
  }
  .table_board_for.type_c th:nth-child(4),
.table_board_for.type_c td:nth-child(4) {
    width: 16%;
  }
  .table_board_for.type_c th:last-child,
.table_board_for.type_c td:last-child {
    width: 16%;
  }
}
.table_board_for.type_d {
  /* 자료실 */
}
@media screen and (max-width: 768px) {
  .table_board_for.type_d th, .table_board_for.type_d td {
    vertical-align: middle;
  }
  .table_board_for.type_d colgroup,
.table_board_for.type_d th:nth-child(1),
.table_board_for.type_d td:nth-child(1) {
    display: none;
  }
  .table_board_for.type_d th:nth-child(3),
.table_board_for.type_d td:nth-child(3) {
    width: 40px;
  }
  .table_board_for.type_d th:nth-child(4),
.table_board_for.type_d td:nth-child(4) {
    width: 90px;
  }
  .table_board_for.type_d th:last-child,
.table_board_for.type_d td:last-child {
    width: 110px;
  }
}
.table_board_for.type_e {
  /* 많은 항목 */
}
.table_board_for.type_e th, .table_board_for.type_e td {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .table_board_for.type_e {
    display: block;
  }
  .table_board_for.type_e th, .table_board_for.type_e td {
    padding: 10px 5px;
  }
  .table_board_for.type_e colgroup,
.table_board_for.type_e th:nth-child(1),
.table_board_for.type_e td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .table_board_for.type_e th:nth-child(2),
.table_board_for.type_e td:nth-child(2) {
    width: 100%;
  }
  .table_board_for.type_e th:nth-child(3),
.table_board_for.type_e td:nth-child(3) {
    width: 100%;
  }
  .table_board_for.type_e th:last-child,
.table_board_for.type_e td:last-child {
    width: 100%;
  }
  .table_board_for.type_e tbody, .table_board_for.type_e colgroup, .table_board_for.type_e tr, .table_board_for.type_e th, .table_board_for.type_e td {
    display: block;
    border: none;
  }
  .table_board_for.type_e thead {
    display: none;
  }
  .table_board_for.type_e tr {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 10px;
    text-align: left;
  }
  .table_board_for.type_e tr td, .table_board_for.type_e tr th {
    padding: 0;
    border: none;
    text-align: left;
    line-height: 1.7;
  }
  .table_board_for.type_e tr th {
    padding: 10px 0 5px;
    text-align: left;
  }
  .table_board_for.type_e tr td {
    position: relative;
    padding-left: 80px;
  }
  .table_board_for.type_e tr td:before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
    font-weight: 500;
  }
  .table_board_for.type_e tr td a {
    position: relative;
  }
  .table_board_for.type_e tr td a:before {
    content: "";
    height: 10px;
    border-left: 1px solid #ccc;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
  }
}
@media screen and (max-width: 1024px) {
  .table_board_for.qna_type_a colgroup,
.table_board_for.qna_type_a colgroup col,
.table_board_for.qna_type_a thead {
    display: none;
  }
  .table_board_for.qna_type_a tr:after {
    content: "";
    display: block;
    clear: both;
  }
  .table_board_for.qna_type_a tbody tr {
    border-top: 1px solid #ddd;
    padding: 5px 0;
  }
  .table_board_for.qna_type_a tbody tr:first-child {
    border-top: 0;
  }
  .table_board_for.qna_type_a tbody,
.table_board_for.qna_type_a tr,
.table_board_for.qna_type_a td {
    display: block;
    width: 100% !important;
    text-align: left;
    border: none;
  }
  .table_board_for.qna_type_a td {
    padding: 2px;
    float: left;
    margin-right: 10px;
    width: auto !important;
  }
  .table_board_for.qna_type_a td.text_left {
    float: left;
    width: 100% !important;
  }
}
.table_board_for thead th {
  font-weight: bold;
}
.table_board_for th, .table_board_for td {
  padding: 15px 5px;
  vertical-align: middle;
}
.table_board_for a:hover {
  color: #104f9e;
  text-decoration: underline !important;
}
.table_board_for th {
  position: relative;
  color: #222;
  font-weight: 700;
}
.table_board_for th:first-child:before {
  display: none;
}
.table_board_for td {
  border-top: 1px solid #ddd;
  text-align: center;
}
.table_board_for td .img_bx {
  overflow: hidden;
  width: 80px;
  margin: 0 auto;
  background: url(/images/board/no_img.jpg) no-repeat center center;
  background-size: cover;
}
.table_board_for td .img_bx .img_src {
  display: block;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 75%;
}
@media screen and (max-width: 1024px) {
  .table_board_for th, .table_board_for td {
    padding: 8px 5px;
  }
}

.anwer, [class*=anwer_] {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff;
  letter-spacing: -0.4px;
  min-width: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .anwer, [class*=anwer_] {
    min-width: 60px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

.anwer {
  min-width: 100px;
}
@media screen and (max-width: 1024px) {
  .anwer {
    min-width: 60px;
  }
}
.anwer_off, .anwer._off {
  color: #fff;
  background-color: #a6a6a6;
}
.anwer_on, .anwer._on {
  color: #fff;
  background-color: #104f9e;
}
.anwer._ask {
  background-color: #999999;
  color: #fff;
}
.anwer._cancel {
  background-color: #dddddd;
  color: #666;
}

/*비밀글 진입*/
.pass-wrap {
  margin-top: 60px;
}
.pass-wrap .tit {
  font-size: 1.2em;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.pass-wrap .mt_05 {
  margin-top: 5px;
}
.pass-wrap input {
  padding: 0 10px;
}

/*갤러리형*/
.img_board_list {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  overflow: hidden;
}
.img_board_list li, .img_board_list .item {
  float: left;
  width: 25%;
  padding: 0 10px 20px;
}
@media screen and (max-width: 1024px) {
  .img_board_list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .img_board_list li, .img_board_list .item {
    width: 50%;
    padding: 0 5px 10px !important;
  }
}
.img_board_list a, .img_board_list .wrap {
  position: relative;
  display: block;
  border: 1px solid #fff;
  text-align: center;
}
.img_board_list a:before, .img_board_list .wrap:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 solid #104f9e;
  transition: border-width 0.3s;
  z-index: 5;
}
.img_board_list a:hover:before, .img_board_list .wrap:hover:before {
  border-width: 3px;
}
.img_board_list a:hover .img_box .img_src, .img_board_list .wrap:hover .img_box .img_src {
  transform: scale(1.05);
}
.img_board_list a:hover .img_box ._icon, .img_board_list .wrap:hover .img_box ._icon {
  color: #104f9e;
}
.img_board_list a:hover .txt_box .tit, .img_board_list .wrap:hover .txt_box .tit {
  color: #104f9e;
}
.img_board_list .img_box {
  overflow: hidden;
  position: relative;
}
.img_board_list .img_box .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: cover;
  transition: 0.3s;
}
.img_board_list .img_box ._icon {
  /*포인트아이콘 사용시 가운데 배치*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: #fff;
  text-shadow: -2px -2px 10px rgba(0, 0, 0, 0.2), 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.img_board_list .img_box .event_state {
  position: absolute;
  top: 10px;
  left: 10px;
}
.img_board_list .txt_box {
  padding: 20px 15px;
  background: #fff;
}
.img_board_list .txt_box .tit {
  color: #222;
  font-weight: 500;
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_board_list .txt_box .date, .img_board_list .txt_box .des {
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
}
.img_board_list .txt_box .des {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .img_board_list .txt_box {
    padding: 10px 5px;
  }
}
.img_board_list.type_b a, .img_board_list.type_b .wrap {
  border: none;
}
.img_board_list.type_b a .txt_box, .img_board_list.type_b .wrap .txt_box {
  padding: 15px 0;
}
.img_board_list.type_b a:before, .img_board_list.type_b .wrap:before {
  display: none;
}
.img_board_list.type_b a:hover .hover_box, .img_board_list.type_b .wrap:hover .hover_box {
  transition: 0.3s ease-out;
  height: 100%;
}
.img_board_list.type_b a .hover_box, .img_board_list.type_b .wrap .hover_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.img_board_list.type_b a .hover_box .txt, .img_board_list.type_b .wrap .hover_box .txt {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.img_board_list.type_b a .hover_box i, .img_board_list.type_b .wrap .hover_box i {
  font-size: 12px;
  margin-left: 5px;
}
.img_board_list.type_c {
  padding: 0;
  border-left: 1px solid #ddd;
}
.img_board_list.type_c li, .img_board_list.type_c .item {
  width: 33.33%;
  padding: 0;
  margin-bottom: -1px;
}
.img_board_list.type_c a, .img_board_list.type_c .wrap {
  border-left: 0;
}
.img_board_list.type_c .txt_box .date {
  margin-top: 10px;
  font-size: 0.9em;
  color: #999;
  height: auto;
  line-height: 1.5;
  text-overflow: inherit;
  display: block;
}
.img_board_list.type_c .txt_box .date span {
  position: relative;
  padding: 0 7px;
}
.img_board_list.type_c .txt_box .date span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  height: 10px;
  margin-top: -5px;
  border-left: 1px solid #ccc;
}
.img_board_list.type_c .txt_box .date span:first-child {
  padding-left: 0;
}
.img_board_list.type_c .txt_box .date span:first-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .img_board_list.type_c .txt_box, .img_board_list.type_c .date {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .img_board_list.type_c li, .img_board_list.type_c .item {
    width: 100%;
  }
}

/*썸네일형*/
.img_board_list_02 {
  border-top: 1px solid #222;
}
.img_board_list_02 li, .img_board_list_02 .item {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.img_board_list_02 a, .img_board_list_02 .wrap {
  display: table;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.img_board_list_02 a .no_txt, .img_board_list_02 .wrap .no_txt {
  position: absolute;
  top: 50%;
  left: 0;
  color: #222;
  font-weight: 400;
  margin-top: -12px;
}
.img_board_list_02 a:hover .txt_box .tit, .img_board_list_02 .wrap:hover .txt_box .tit {
  text-decoration: underline;
}
.img_board_list_02 a:hover .img_box img, .img_board_list_02 a:hover .img_box .img_src, .img_board_list_02 .wrap:hover .img_box img, .img_board_list_02 .wrap:hover .img_box .img_src {
  transform: scale(1.05);
  transition: all 0.2s linear;
}
.img_board_list_02 .img_box {
  overflow: hidden;
  float: left;
  width: 160px;
  margin-right: 30px;
  border: 1px solid #ddd;
}
.img_board_list_02 .img_box .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.img_board_list_02 .img_box img {
  width: 100%;
}
.img_board_list_02 .img_box img, .img_board_list_02 .img_box .img_src {
  transform: scale(1);
}
.img_board_list_02 .txt_box {
  line-height: 1.4;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.img_board_list_02 .txt_box .tit {
  color: #222;
  font-weight: 400;
}
.img_board_list_02 .txt_box .des, .img_board_list_02 .txt_box .tbl_detail_span {
  font-size: 0.9em;
  margin-top: 10px;
  color: #999;
}
.img_board_list_02 .txt_box .des {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_board_list_02 .txt_box .tbl_detail_span span {
  position: relative;
  padding: 0 7px;
}
.img_board_list_02 .txt_box .tbl_detail_span span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 10px;
  margin-top: -5px;
  border-left: 1px solid #ccc;
}
.img_board_list_02 .txt_box .tbl_detail_span span:first-child {
  padding-left: 0;
}
.img_board_list_02 .txt_box .tbl_detail_span span:first-child:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .img_board_list_02 li, .img_board_list_02 .item {
    padding: 10px 0;
  }
  .img_board_list_02 .img_box {
    width: 90px;
    margin-right: 10px;
  }
  .img_board_list_02 .txt_box .des, .img_board_list_02 .txt_box .tbl_detail_span {
    margin-top: 5px;
  }
}

/*썸네일 2형*/
.event_img_list {
  border-bottom: 1px solid #222;
  border-top: 1px solid #999;
}
.event_img_list .event_t {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 8px 20px;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.event_img_list .event_t.on {
  background: rgba(16, 79, 158, 0.7);
}
.event_img_list li, .event_img_list .item {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.event_img_list li:first-child, .event_img_list .item:first-child {
  border-top: 0;
}
.event_img_list a, .event_img_list .wrap {
  position: relative;
  display: table;
  width: 100%;
}
.event_img_list a:hover .txt_box .tit, .event_img_list .wrap:hover .txt_box .tit {
  color: #104f9e;
}
.event_img_list a:hover .btn_link, .event_img_list .wrap:hover .btn_link {
  background: #104f9e;
  color: #fff;
}
.event_img_list a:hover .img_box:before, .event_img_list .wrap:hover .img_box:before {
  border-width: 3px;
}
.event_img_list .img_box {
  position: relative;
  float: left;
  width: 400px;
  margin-right: 40px;
  border: 1px solid #ddd;
}
.event_img_list .img_box .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.event_img_list .img_box img {
  width: 100%;
}
.event_img_list .img_box:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 0 solid #104f9e;
  transition: border-width 0.3s;
  z-index: 5;
}
.event_img_list .txt_box {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px 0;
}
.event_img_list .txt_box .tit {
  transition: all 0.4s ease;
  font-size: 1.3em;
  color: #333;
  font-weight: bold;
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event_img_list .txt_box .des, .event_img_list .txt_box .date {
  margin-top: 20px;
}
.event_img_list .txt_box .des {
  font-size: 1.1em;
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .event_img_list .event_t {
    font-size: 13px;
    padding: 5px 10px;
  }
  .event_img_list a, .event_img_list .wrap {
    display: block;
  }
  .event_img_list .img_box {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .event_img_list .txt_box {
    display: block;
    padding: 0;
  }
  .event_img_list .txt_box .des, .event_img_list .txt_box .date {
    margin-top: 5px;
  }
}

/*일반게시판 - 뷰페이지*/
.table-view-01 {
  margin-top: 30px;
  table-layout: fixed;
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.table-view-01 .tit {
  font-size: 16px;
  color: #000;
}
.table-view-01 tr:first-child th,
.table-view-01 tr:first-child td {
  border-top: solid 1px #000;
}
.table-view-01 th,
.table-view-01 td {
  padding: 10px 8px;
  vertical-align: top;
  border-top: solid 1px #ddd;
}
.table-view-01 th {
  color: #333;
  text-align: left;
  font-weight: 500;
}
.table-view-01 .blue {
  color: #5d9ad3;
}
.table-view-01 .text_left {
  text-align: left;
}
.table-view-01 .addfile_txt {
  padding-left: 35px;
  background-image: url(/images/icon/file_i.png);
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 1024px) {
  .table-view-01 .addfile_txt {
    padding-left: 20px;
    background-size: 15px;
  }
}
.table-view-01 .notice-b {
  display: inline-block;
  padding: 2px 8px;
  background-color: #489fc4;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
}
.table-view-01.title-black th {
  color: #333;
}
.table-view-01.th-center th {
  text-align: center;
}
.table-view-01.table-line th, .table-view-01.table-line td {
  border: solid 1px #ddd;
}
.table-view-01 td .board-box {
  min-height: 150px;
  padding: 10px;
  text-align: initial;
}
.table-view-01 .tbl_detail_list li {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.table-view-01 .tbl_detail_list li:last-child {
  padding-right: 0;
}
.table-view-01 .tbl_detail_list li:first-child {
  padding-left: 0;
}
.table-view-01 .tbl_detail_list li .tit_t {
  font-weight: bold;
  color: #222;
  margin-right: 5px;
}
.table-view-01 .tbl_detail_list li:first-child:before {
  display: none;
}
.table-view-01 .tbl_detail_list li:before {
  content: "";
  border-left: 1px solid #ccc;
  height: 10px;
  margin-top: -5px;
  top: 50%;
  left: -2px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .table-view-01 .tbl_detail_list li {
    padding: 0 4px;
  }
  .table-view-01 .tbl_detail_list li .tit_t {
    margin-right: 0;
  }
}
.table-view-01 .tit_box p.tit {
  float: left;
}
.table-view-01 .tit_box p.tit .type_t {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  background: #666;
  letter-spacing: -0.8px;
  padding: 0 5px;
  height: 25px;
  line-height: 23px;
  box-sizing: border-box;
  margin-right: 10px;
}
.table-view-01 .tit_box p.tbl_detail_span {
  float: right;
}
.table-view-01 .tit_box p.tbl_detail_span span:first-child:before {
  display: none;
}
.table-view-01 .tit_box p.tbl_detail_span span:before {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 10px;
  margin: -1px 7px 0 4px;
  background: #bbb;
  content: "";
  vertical-align: middle;
}
.table-view-01 .tit_box p.tbl_detail_span > span.anwer:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_on:before, .table-view-01 .tit_box p.tbl_detail_span > span.anwer_off:before {
  display: none;
}
.table-view-01.type_e {
  /*항목이 많은 경우 */
}
.table-view-01.type_e .col_w {
  width: 150px;
}
.table-view-01.type_e th {
  background: #f6f6f6;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .table-view-01.type_e .col_w {
    width: 80px;
  }
  .table-view-01.type_e th {
    padding: 8px 2px;
  }
}

/*뷰페이지 이전/다음글 이동*/
.border-list-type {
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
.border-list-type li {
  border-bottom: solid 1px #c7c7c7;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 100px;
  text-align: left;
}
.border-list-type li a {
  display: block;
}
.border-list-type li a .list-title {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 50px;
  box-sizing: border-box;
  color: #222;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 12px;
}
.border-list-type li a .list-up-bg {
  background-image: url("/images/icon/list-prev.png");
}
.border-list-type li a .list-down-bg {
  background-image: url("/images/icon/list-next.png");
}
.border-list-type li a .w-con {
  float: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-list-type .border-none {
  border-bottom: none;
}

/*목록 페이징*/
.paging-area {
  position: relative;
  margin-top: 50px;
  font-size: 0;
}
.paging-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.paging-area li {
  display: inline;
  margin-left: 4px;
  padding: 0;
}
.paging-area a {
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 32px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.paging-area a span {
  display: inline-block;
  text-indent: -9999px;
}
.paging-area a:hover {
  color: #104f9e;
}
.paging-area a.active {
  border-color: #104f9e;
  background-color: #104f9e;
  color: #fff;
  text-decoration: none;
}
.paging-area a.prev-first {
  background-image: url("/images/paging/prev-first.png");
}
.paging-area a.prev {
  background-image: url("/images/paging/prev.png");
}
.paging-area a.next-last {
  background-image: url("/images/paging/next-last.png");
}
.paging-area a.next {
  background-image: url("/images/paging/next.png");
}
@media screen and (max-width: 1024px) {
  .paging-area {
    margin-top: 30px;
  }
  .paging-area a {
    font-size: 13px;
    width: 28px;
    height: 28px;
    background-size: 28px;
    line-height: 26px;
  }
}

/*목록 검색*/
.board-search-01 {
  border: 0;
  padding: 0;
  max-width: 620px;
  width: 100%;
  margin: 60px auto;
  padding-left: 200px;
  position: relative;
}
.board-search-01 .select-type-01,
.board-search-01 .input-type-01,
.board-search-01 .btn-type-01,
.board-search-01 .btn {
  line-height: 54px;
  height: 54px;
  border: 1px solid #e0e0e0;
  color: #777;
  padding: 0 25px;
}
.board-search-01 .select-type-01 {
  width: 190px;
  position: absolute;
  left: 0;
  top: 0;
}

.board-search-01 .btn-type-01 {
  position: absolute;
  color : white;
  top: 0;
}

.board-search-01 .input-type-01 {
  width: 100%;
  padding-right: 75px;
}
.board-search-01 .btn {
  border: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url(/images/icon/i_search.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media screen and (max-width: 1024px) {
  .board-search-01 {
    margin: 30px auto;
    padding-left: 105px;
  }
.board-search-01 .select-type-01,
.board-search-01 .input-type-01,
.board-search-01 .btn-type-01,
.board-search-01 .btn {
    line-height: 42px;
    height: 42px;
    padding: 0 10px;
  }
  .board-search-01 .select-type-01 {
    width: 100px;
  }
  .board-search-01 .input-type-01 {
    padding-right: 50px;
  }
  .board-search-01 .btn {
    width: 50px;
    background-size: 14px;
  }
}

/*상세보기 목록 버튼리스트*/
.board_write_btn_bx {
  position: relative;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .board_write_btn_bx {
    margin-top: 10px;
  }
  .board_write_btn_bx a {
    width: 100%;
  }
}

.board_view_btn_box {
  margin: 40px auto;
}
@media screen and (max-width: 1024px) {
  .board_view_btn_box {
    position: relative;
  }
  .board_view_btn_box a {
    min-width: 70px;
    padding: 0 10px;
  }
  .board_view_btn_box a:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 35px;
  }
  .board_view_btn_box a:nth-child(3) {
    position: absolute;
    top: 0;
    left: 60px;
    min-width: 35px;
  }
  .board_view_btn_box a:nth-child(4) {
    position: absolute;
    top: 0;
    left: 120px;
    min-width: 35px;
  }
}

/*폼게시판*/
.table-form-01 {
  width: 100%;
  border-top: 1px solid #000;
  background: #fff;
}
.table-form-01 .join_s_txt {
  font-size: 0.9em;
}
.table-form-01.type_c th,
.table-form-01.type_c td {
  display: block;
  border-bottom: 0;
}
.table-form-01.type_c td {
  padding: 0;
}
.table-form-01.type_c th {
  padding: 10px 0 5px;
}
.table-form-01 .col_w {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .table-form-01 .col_w {
    width: 70px;
  }
}
.table-form-01 .e_mail_box_wrap {
  max-width: 600px;
}
.table-form-01 .num {
  max-width: 500px;
}
.table-form-01 tr th {
  padding: 12px 10px;
  text-align: left;
  font-weight: 700;
  color: #222;
}
.table-form-01 tr th,
.table-form-01 tr td {
  border-bottom: 1px solid #ddd;
}
.table-form-01 td {
  padding: 12px 10px;
}
@media screen and (max-width: 1024px) {
  .table-form-01 td {
    padding: 10px 5px;
  }
}
.table-form-01 th label {
  font-weight: bold;
}
.table-form-01 .code {
  background: #ddd;
  padding: 10px 10px;
  margin-right: 5px;
  color: #333;
  font-weight: bold;
}
.table-form-01 .btn-type-01 {
  width: 100%;
  box-sizing: border-box;
}

.form_wrap.type_c {
  max-width: 600px;
  margin: 0 auto;
}

/*QNA*/
.qna {
  border-top: 1px solid #000;
  background: #fff;
  text-align: left;
}
.qna.type_b .qna-header a {
  background: none !important;
}
.qna.type_b .qna-header a {
  position: relative;
}
.qna.type_b .qna-header a.select:before {
  transform: rotate(0);
}
.qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
  background-color: rgba(0, 0, 0, 0.8);
  width: 14px;
  height: 2px;
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -1px;
  content: "";
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  .qna.type_b .qna-header a:before, .qna.type_b .qna-header a:after {
    right: 12px;
  }
}
.qna.type_b .qna-header a:before {
  transform: rotate(270deg);
}
.qna.type_b .qna-header a:after {
  transform: rotate(180deg);
}
.qna .qna-header {
  padding: 15px 10px;
  position: relative;
  border-bottom: solid 1px #ddd;
}
.qna .qna-header.select {
  color: #104f9e;
}
.qna .qna-header.select a {
  color: #104f9e;
  background: url(/images/qna/qna-down.png) no-repeat right center;
}
.qna .qna-header.select:before {
  color: #104f9e;
}
.qna .qna-header:before {
  content: "Q.";
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 20px;
  margin-top: -15px;
  font-weight: 500;
}
.qna .qna-header a {
  display: block;
  padding-left: 40px;
  padding-right: 30px;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 400;
  color: #222;
  background: url(/images/qna/qna-up.png) no-repeat right center;
}
@media screen and (max-width: 1024px) {
  .qna .qna-header a {
    font-size: 14px;
  }
}
.qna .qna-header a:hover {
  color: #104f9e;
}
.qna .qna-body {
  display: none;
  padding: 20px 20px 20px 50px;
  line-height: 1.5;
  color: #333;
  border-bottom: solid 1px #ddd;
  position: relative;
  background: #f6f6f6;
}
@media screen and (max-width: 1024px) {
  .qna .qna-body {
    font-size: 14px;
  }
}
.qna .qna-body:before {
  content: "A.";
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #104f9e;
}
.qna_tab {
  margin-bottom: 30px;
}
.qna_tab ul {
  text-align: center;
}
.qna_tab ul li {
  float: left;
}
.qna_tab ul li a {
  display: block;
  position: relative;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: -1px;
  margin-top: -1px;
}
.qna_tab ul li a.on, .qna_tab ul li a:hover {
  color: #fff;
  border-color: #104f9e;
  background: #104f9e;
}
@media screen and (max-width: 1024px) {
  .qna_tab {
    margin-bottom: 20px;
  }
  .qna_tab ul li a {
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    letter-spacing: -0.8px;
    box-sizing: border-box;
  }
}

/* 약관 스크롤박스*/
.clause_list {
  margin-bottom: 30px;
}
.clause_list h5 {
  color: #333;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 500;
}
.clause_list li .textarea_box_border {
  border: 1px solid #dedede;
  padding: 20px;
  padding-right: 0;
  font-size: 13px;
}
.clause_list li .scroll-con-y,
.clause_list li .textarea_box {
  height: 150px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .clause_list li .scroll-con-y,
.clause_list li .textarea_box {
    padding: 10px;
    height: 120px;
  }
}

/* 로그인, 계정찾기*/
.num {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.num li {
  position: relative;
  display: table-cell;
  width: 33.3333%;
  padding-left: 10px;
}
.num li:before {
  float: left;
  width: 6px;
  left: 2px;
  top: 50%;
  color: #444;
  position: absolute;
  line-height: 1;
  height: 1px;
  display: block;
  background-color: #444;
  text-align: center;
  content: "";
}
.num li:first-child {
  padding-left: 0;
}
.num li:first-child:before {
  display: none;
}

.e_mail_box {
  display: table;
  width: 100%;
}
.e_mail_box .mail_txt,
.e_mail_box .mail_txt2 {
  display: table-cell;
  width: 31.333%;
  vertical-align: middle;
}
.e_mail_box .mail_a {
  display: table-cell;
  width: 4%;
  text-align: center;
  vertical-align: middle;
}
.e_mail_box .mail_sel {
  display: table-cell;
  width: 31.333%;
  vertical-align: middle;
  padding-left: 10px;
}
.e_mail_box .mail_sel:before {
  float: left;
  width: 10px;
  line-height: 28px;
  margin-left: -10px;
  text-align: center;
  content: "";
}

.id_num {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.id_num li {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}
.id_num li:before {
  float: left;
  width: 10px;
  line-height: 40px;
  margin-left: -10px;
  color: #444;
  text-align: center;
  content: "-";
}
.id_num li:first-child {
  padding-left: 0;
}
.id_num li:first-child:before {
  display: none;
}

.area_select {
  display: table;
  vertical-align: middle;
  width: 100%;
}
.area_select li {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
}
.area_select.txt3 li {
  display: table-cell;
  width: 33.333%;
  padding-left: 10px;
}
.area_select li:first-child {
  padding-left: 0;
}
.area_select li:first-child:before {
  display: none;
}
.area_select li:before {
  float: left;
  width: 10px;
  line-height: 28px;
  margin-left: -10px;
  text-align: center;
  content: "";
}

.input_date {
  background-image: url(/images/icon/i_calendar.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 1024px) {
  .input_date {
    background-size: 30px;
  }
}

.input_won {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
}
.input_won .won_t {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

.input_for {
  width: 100%;
  padding: 0;
}

.sel_for {
  width: 100%;
  border: 1px solid #ccc;
}

.sel_30 {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
}

textarea {
  margin: 0;
  border: solid 1px #ccc;
  background-color: #fff;
  overflow: auto;
  min-height: 200px;
  width: 80%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.area_for {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  height: 150px;
  border: solid 1px #ddd;
  overflow-y: auto;
}

.filebox_css input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filebox_css label {
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #6a6a6a;
  cursor: pointer;
  border: 1px solid #555;
}
.filebox_css .upload-name {
  display: inline-block;
  padding: 3px 5px;
  font-size: 15px;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.file_box {
  position: relative;
  padding-right: 100px;
}
.file_box:hover .btn_type_file {
  background: #666;
}
.file_box .text_01 {
  position: absolute;
  top: 2px;
  left: 0;
}
.file_box p {
  border: 1px solid #ccc;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
}
.file_box .btn_type_file {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #999;
  font-weight: 300;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.file_box .btn_type_file:hover {
  background: #666;
}
.file_box input {
  position: absolute;
  top: 0;
  right: 0;
  width: 102px;
  height: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 1024px) {
  .file_box {
    padding-right: 60px;
  }
  .file_box p {
    line-height: 40px;
    height: 40px;
  }
  .file_box .btn_type_file {
    width: 60px;
    height: 40px;
    line-height: 40px;
  }
  .file_box input {
    width: 62px;
    height: 40px;
  }
}

.input_btn_box {
  position: relative;
  padding-right: 100px;
}
.input_btn_box .table-btn-01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 95px;
}

.radio_bx input[type=checkbox], .chk_area input[type=checkbox],
.radio_bx input[type=radio],
.chk_area input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio_bx input[type=checkbox] + label, .chk_area input[type=checkbox] + label,
.radio_bx input[type=radio] + label,
.chk_area input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.chk_area input[type=checkbox] {
  line-height: 19px;
}
.chk_area input[type=checkbox] + label {
  padding-left: 25px;
}
.chk_area input[type=checkbox] + label:before {
  width: 19px;
  height: 19px;
  top: 50%;
  margin-top: -9.5px;
  content: "";
  position: absolute;
  left: 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  font-size: 17px;
}
.chk_area input[type=checkbox] + label:hover:before {
  border-color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .chk_area input[type=checkbox] {
    line-height: 16px;
  }
  .chk_area input[type=checkbox] + label {
    padding-left: 22px;
  }
  .chk_area input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    font-size: 14px;
  }
}
.chk_area input[type=checkbox]:checked + label:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #104f9e;
  border-color: #104f9e;
}
.chk_area input[type=radio] {
  line-height: 19px;
}
.chk_area input[type=radio] + label {
  font-size: 18px;
  padding-right: 20px;
  padding-left: 25px;
}
.chk_area input[type=radio] + label:before {
  top: 50%;
  margin-top: -9.5px;
  width: 19px;
  height: 19px;
  content: "";
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
}
.chk_area input[type=radio]:hover + label:before {
  border-color: #222;
}
.chk_area input[type=radio]:checked + label:before {
  border: 5px solid #222;
}
@media screen and (max-width: 1024px) {
  .chk_area input[type=radio] {
    line-height: 16px;
  }
  .chk_area input[type=radio] + label {
    font-size: 13px;
    padding-left: 22px;
  }
  .chk_area input[type=radio] + label:before {
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
  }
  .chk_area input[type=radio]:checked + label:before {
    border: 4px solid #222;
  }
}

/*
_tab
*/
.tab2 li {
  width: 50%;
}
.tab3 li {
  width: 33.3333333333%;
}
.tab4 li {
  width: 25%;
}
.tab5 li {
  width: 20%;
}
.tab6 li {
  width: 16.6666666667%;
}
.tab7 li {
  width: 14.2857142857%;
}
.tab8 li {
  width: 12.5%;
}
.tab9 li {
  width: 11.1111111111%;
}
.tab10 li {
  width: 10%;
}
.tab11 li {
  width: 9.0909090909%;
}
.tab12 li {
  width: 8.3333333333%;
}
.tab13 li {
   width: 7.692307692%;
}
.tab14 li {
  width: 7.1428571428%;
}

.tab-wrap,
.tabwrap {
  position: relative;
}
.tab-wrap .tab,
.tabwrap .tab {
  padding: 0;
  list-style: none;
}
.tab-wrap .tab li,
.tabwrap .tab li {
  float: left;
}
.tab-wrap .tab a,
.tabwrap .tab a {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
}
.tab-wrap .tab a.active, .tab-wrap .tab a.on, .tab-wrap .tab a:hover,
.tabwrap .tab a.active,
.tabwrap .tab a.on,
.tabwrap .tab a:hover {
  z-index: 1;
}
.tab-wrap .tab-content,
.tabwrap .tab-content {
  display: none;
}

.tab.border {
  margin: 0 auto;
  width: 100%;
  word-break: keep-all;
}
.tab.border:before, .tab.border:after {
  display: table;
  content: "";
}
.tab.border:after {
  clear: both;
}
.tab.border li {
  float: left;
  display: table;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 1024px) {
  .tab.border li {
    height: 40px;
    line-height: 40px;
  }
}
.tab.border li:first-child a {
  border-left: 0;
}
.tab.border li a {
  background-color: #fafafa;
  border-right: 0;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  letter-spacing: -0.5px;
  color: #666;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #666;
}
.tab.border li a:not(.on):hover {
  color: #104f9e;
}
.tab.border li a.on, .tab.border li a.active {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom: 0;
}
.tab.bar li {
  font-size: 0;
  margin-bottom: 5px;
  width: auto !important;
  display: inline-block;
  float: none;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}
.tab.bar li:first-child {
  border-left: 0;
  padding-left: 0;
}
.tab.bar a {
  border: 0;
  width: 100%;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #666;
  font-size: 14px;
  position: relative;
}
.tab.bar a:after {
  position: absolute;
  width: 0;
  height: 1px;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  background-color: #104f9e;
  transition: width 300ms;
}
.tab.bar a:hover {
  color: #104f9e;
}
.tab.bar a.on {
  color: #104f9e;
}
.tab.bar a.on:after {
  width: 100%;
}
.tab.box {
  margin: 0 auto;
  width: 100%;
}
.tab.box:before, .tab.box:after {
  display: table;
  content: "";
}
.tab.box:after {
  clear: both;
}
.tab.box li {
  display: table;
  float: left;
  border: 1px solid #ddd;
  border-left: 0;
  height: 60px;
  table-layout: fixed;
}
.tab.box li:first-child {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .tab.box li {
    height: 45px;
  }
}
.tab.box a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  border: 0;
  width: 100%;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: #222;
  background-color: #fff;
}
.tab.box a.on, .tab.box a.active {
  color: #fff;
  background-color: #27282b;
}

.bar_span span {
  position: relative;
  height: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0 10px;
}
.bar_span span:first-child:before {
  content: none;
}
.bar_span span:before {
  height: 10px;
  margin-top: -5px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #ccc;
}

.hyphen_list li {
  position: relative;
  padding-left: 10px;
}
.hyphen_list li:before {
  position: absolute;
  content: "- ";
  top: 0;
  left: 0;
}
.hyphen_list li.none:before {
  content: "";
}

.dot_list > li {
  position: relative;
  padding-left: 10px;
}
.dot_list > li:before {
  position: absolute;
  content: "· ";
  top: 0;
  left: 0;
}

/*
_inc.css
*/
html > *::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 8px;
}
html > *::-webkit-scrollbar-button {
  height: 0;
  -webkit-transition: 300ms all;
  transition: 300ms all;
}
html > *::-webkit-scrollbar-corner {
  background-color: #222;
}
html > *::-webkit-scrollbar-thumb {
  background: rgba(16, 79, 158, 0.7);
  border-radius: 8px;
  border: 1px solid #000;
}
html > *::-webkit-scrollbar-thumb:hover, html > *::-webkit-scrollbar-thumb:active {
  background: rgba(16, 79, 158, 0.9);
}
html > *::-webkit-scrollbar-track {
  background-color: #222;
  border-radius: 0;
  border: 0;
}
html > *::-webkit-scrollbar-track:hover, html > *::-webkit-scrollbar-track:active {
  background: #222;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 15px;
  width: 100%;
  color: #666;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
}
body > .home {
  min-width: 320px;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1230px;
  padding: 0 15px;
}

.con-margin-01 {
  margin-top: 30px;
}
.con-margin-02 {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .con-margin-01 {
    margin-top: 20px;
  }
  .con-margin-02 {
    margin-top: 40px;
  }
}

#header {
  z-index: 100;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #header {
    height: 237px;
  }
}

.header {
  position: relative;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #fff;
  transition: 500ms all;
}
.header .wrapper {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.header .topmenu {
  /* background-color: #ebebeb; */
  font-size: 0;
  text-align: right;
}
.header .topmenu .list {
  display: inline-block;
}
.header .topmenu .list li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.header .topmenu .list li:last-child {
  padding-right: 0;
}
.header .topmenu .list li:before {
  content: "";
  height: 10px;
  margin-top: -5px;
  left: 0;
  display: block;
  position: absolute;
  border-left: #ddd;
}
.header .topmenu .list a {
  font-size: 13px;
  line-height: 40px;
  color: #222;
}
.header .topmenu .list a img {
  margin-right: 5px;
  vertical-align: middle;
}
.header .logo {
  font-size: 0;
  margin: 0 auto;
  display: inline-block;
  z-index: 5;
}
.header .logo img {
  vertical-align: middle;
  vertical-align: middle;
}
.header .logo a {
  display: block;
}
.header .head_wrap {
  position: relative;
}
.header .head_wrap .head_wrap_bx {
  height: 120px;
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .head_wrap .head_wrap_bx {
    height: 50px;
    text-align: center;
  }
  .header .head_wrap .head_wrap_bx .logo {
    position: relative;
    display: inline-block;
    line-height: 50px;
    left: auto;
    top: 0;
    transform: none;
  }
  .header .head_wrap .head_wrap_bx .logo img {
    vertical-align: middle;
    width: 130px;
  }
}
.header .head_wrap .logo {
  left: 15px;
}
.header .head_wrap .header_banner {
  right: 15px;
  width: 320px;
}
.header .head_wrap .header_banner .slick {
  padding: 0 15px;
}
.header .head_wrap .header_banner .slick-arrow {
  color: #888;
}
.header .head_wrap .header_banner img {
  margin: 0 auto;
}
.header .head_wrap .mobile_head_icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .head_wrap .mobile_head_icon {
    display: block;
  }
}
.header .head_wrap .mobile_head_icon a {
  display: block;
  font-size: 24px;
  color: #222;
  width: 50px;
}
.header .head_wrap .mobile_head_icon img {
  width: 40px;
}
.header .head_wrap .mobile_head_icon .gnb_nav_open {
  left: 0;
}
.header .head_wrap .mobile_head_icon .cart {
  right: 0;
}
.header .head_wrap .mobile_head_icon a,
.header .head_wrap .logo,
.header .head_wrap .header_banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header .head_wrap .gnb_search_wrap {
  text-align: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.header .head_wrap .gnb_search_wrap .search_close {
  display: none;
}
.header .head_wrap .gnb_search_wrap .wrap {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.header .head_wrap .gnb_search_wrap .search_bx {
  max-width: 380px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .header .head_wrap .gnb_search_wrap .search_bx {
    max-width: 300px;
  }
}
.header .head_wrap .gnb_search_wrap .search_bx .input,
.header .head_wrap .gnb_search_wrap .search_bx .btn {
  line-height: 50px;
  height: 50px;
  border: 0;
  background: none;
}
.header .head_wrap .gnb_search_wrap .search_bx .input {
  width: 100%;
  padding: 0 20px;
  padding-right: 50px;
  font-size: 14px;
  border: 2px solid #f2f4f5;
  background-color: #f2f4f5;
  border-radius : 25px
}
.header .head_wrap .gnb_search_wrap .search_bx .input ::-webkit-input-placeholder,
.header .head_wrap .gnb_search_wrap .search_bx .input ::-moz-placeholder,
.header .head_wrap .gnb_search_wrap .search_bx .input :-ms-input-placeholder,
.header .head_wrap .gnb_search_wrap .search_bx .input :-moz-placeholder {
  color: #b9b9b9;
}
.header .head_wrap .gnb_search_wrap .search_bx .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  text-indent: -9999999999em;
  width: 50px;
  background-image: url(/images/main/i-search.png);
  background-position: center;
  background-repeat: no-repeat;
}
.header .head_wrap .gnb_search_wrap .hot_tag {
  margin-top: 5px;
  text-align: center;
}
.header .head_wrap .gnb_search_wrap .hot_tag span {
  margin: 0 5px;
  font-size: 14px;
  font-weight: 300;
}
.header .head_wrap .gnb_search_wrap .hot_tag a {
  color: #104f9e;
}
.header .gnb_bx {
  border-top: 1px solid #ddd;
  text-align: center;
  position: relative;
  font-size: 0;
}
.header {
  border-bottom: 1px solid #ddd;
}

.header .gnb_bx .simple_util {
  display: none;
}
.header .gnb_open_btn {
  /*background-color: #1d1d1d;*/
  color : black;
  position: absolute;
  left: 0;
  line-height: 55px;
  width: 55px;
  font-size: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header .gnb_open_btn .btn {
  display: block;
}
.header .gnb_open_btn i {
  font-size: 24px;
  vertical-align: middle;
  color: #222;
}
.header .gnb_wrap .depth {
  padding-left: 55px;
  text-align: left;
  font-size: 17px;
}

.header .gnb_wrap > ul > li > a {
  font-size:16px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .header .gnb_wrap .depth {
    font-size: 15px;
  }
}
.header .gnb_wrap .depth:before, .header .gnb_wrap .depth:after {
  display: table;
  content: "";
}
.header .gnb_wrap .depth:after {
  clear: both;
}
.header .gnb_wrap .depth .depth02_box,
.header .gnb_wrap .depth .depth03_box,
.header .gnb_wrap .depth .gnb_hidden {
  display: none;
}
.header .gnb_wrap .depth .depth01 {
  float: left;
  position: relative;
  width: 12.5%;
  text-align: center;
}
.header .gnb_wrap .depth .depth01:nth-child(1):before {
  content: none;
  display: none;
}
.header .gnb_wrap .depth .depth01:before {
  content: "";
  left: 0;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  border-left: 1px solid #ddd;
  position: absolute;
}
.header .gnb_wrap .depth .depth01 > a {
  letter-spacing: -0.2px;
  line-height: 55px;
  color: #222;
  display: block;
  position: relative;
}
.header .gnb_wrap .depth .depth01 > a:after {
  border-top: 3px solid #104f9e;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.header .gnb_wrap .depth .depth01 > a:hover, .header .gnb_wrap .depth .depth01 > a.on {
  color: #104f9e;
}
.header .gnb_wrap .depth .depth01 > a.on {
  color: #104f9e;
}
.header .gnb_wrap .depth .depth01 > a.on:after {
  content: "";
}
.header .gnb_wrap .depth .depth02_box {
  border: 1px solid #ddd;
  border-top: 0;
  position: absolute;
  top: 55px;
  width: 100%;
  left: 0;
  padding: 20px;
  font-size: 15px;
  background-color: #fff;
}

.header .gnb_wrap .depth .depth02_box a:before {
  content: "";
}

.header .gnb_wrap .depth .depth02_box a:hover {
  color: #104f9e;
}
.header .gnb_wrap .depth .depth02_box a {
  line-height: 1.3 !important;
  display: block;
  text-align: left;
  margin-left:14px;
}
.header .gnb_wrap .depth .depth02_box li {
  margin-top: 10px;
}
.header .gnb_wrap .depth .depth02_box li:first-child {
  margin-top: 0;
}

@media screen and (min-width: 1025px) {
  .header.simple {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .header.simple .gnb_pop_wrap {
    display: none !important;
  }
  .header.simple .head_wrap .head_wrap_bx {
    height: 90px;
  }
  .header.simple .simple_util {
    position: absolute;
    right: 0;
    display: block;
    line-height: 90px;
    top: 0;
  }
  .header.simple .simple_util .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background-image: url(/images/main/i-search_b.png);
    background-repeat: no-repeat;
    background-position: center;
  }
  .header.simple .topmenu .list a {
    line-height: 30px;
  }
  .header.simple .header_banner,
.header.simple .gnb_search_wrap {
    display: none;
  }
  .header.simple .gnb_search_wrap.on {
    position: fixed;
    top: 121px;
    transform: none;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
  .header.simple .gnb_search_wrap.on .search_close {
    display: block;
    position: absolute;
    font-size: 20px;
    top: -10px;
    right: 10px;
  }
  .header.simple .gnb_search_wrap.on .wrap {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .header.simple .gnb_bx {
    position: absolute;
    width: 100%;
    top: 30px;
  }
  .header.simple .gnb_bx .gnb_open_btn {
    display: none;
  }
  .header.simple .gnb_bx .depth {
    padding-left: 190px;
    padding-right: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .header.simple .gnb_bx .depth {
    padding-left: 200px;
  }
}
@media screen and (min-width: 1025px) {
  .header.simple .gnb_bx .depth .depth01 {
    float: none;
    display: inline-block;
    width: auto;
    padding: 0 10px;
  }
  .header.simple .gnb_bx .depth .depth01 a {
    line-height: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .header.simple .gnb_bx .depth .depth02_box {
    top: 91px;
  }
}
@media screen and (max-width: 1024px) {
  .topmenu,
.gnb_search_wrap,
.header_banner {
    display: none;
  }

  .header .gnb_bx {
    background-color: #104f9e;
  }
  .header .gnb_bx .wrapper {
    padding: 0;
  }
  .header .gnb_bx .gnb_open_btn {
    display: none;
  }
  .header .gnb_bx .depth {
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    font-size: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    width: 100%;
    text-align: center;
  }
  .header .gnb_bx .depth .depth01 {
    float: none;
    width: auto;
    display: inline-block;
  }
  .header .gnb_bx .depth .depth01:before {
    content: none;
    display: none;
  }
  .header .gnb_bx .depth .depth01 > a {
    padding: 15px 10px;
    line-height: 1;
    font-size: 13px;
    font-weight: 300;
  }
  .header .gnb_bx .depth .depth01 > a, .header .gnb_bx .depth .depth01 > a.on, .header .gnb_bx .depth .depth01 > a:hover {
    color: #fff;
  }
  .header .gnb_bx .depth .depth01 > a.on {
    text-decoration: underline;
  }

  .header .head_wrap .gnb_search_wrap {
    word-break: keep-all;
    z-index: 102;
    transform: none;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    padding: 30px 0 15px;
    border-bottom: 2px solid #104f9e;
  }
  .header .head_wrap .gnb_search_wrap.on {
    display: block;
  }
  .header .head_wrap .gnb_search_wrap .search_bx .input,
.header .head_wrap .gnb_search_wrap .search_bx .btn {
    line-height: 38px;
    height: 38px;
  }
  .header .head_wrap .gnb_search_wrap .search_bx .btn {
    width: 38px;
    background-size: 14px;
  }
  .header .head_wrap .gnb_search_wrap .search_close {
    display: block;
    position: absolute;
    top: -30px;
    right: 10px;
    font-size: 20px;
  }
}
.gnb_pop_wrap {
  display: none;
  position: absolute;
  font-size: 15px;
  top: 55px;
  left: 0;
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.gnb_pop_wrap dl {
  border-bottom: 1px solid #d0d0d0;
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 126px;
}
.gnb_pop_wrap dl dt, .gnb_pop_wrap dl dd {
  display: table-cell;
}
.gnb_pop_wrap dl:hover dt {
  background-color: #104f9e;
}
.gnb_pop_wrap dl:hover dt a {
  color: #fff;
}
.gnb_pop_wrap dl:hover dt:before {
  background-position-y: 100%;
}
.gnb_pop_wrap dl:nth-child(1) dt:before {
  background-position-x: 0;
}
.gnb_pop_wrap dl:nth-child(2) dt:before {
  background-position-x: 25%;
}
.gnb_pop_wrap dl:nth-child(3) dt:before {
  background-position-x: 50%;
}
.gnb_pop_wrap dl:nth-child(4) dt:before {
  background-position-x: 75%;
}
.gnb_pop_wrap dl:nth-child(5) dt:before {
  background-position-x: 100%;
}
.gnb_pop_wrap a {
  color: #222;
  display: block;
}
.gnb_pop_wrap dt {
  text-align: center;
  vertical-align: middle;
  width: 145px;
  background-color: #fff;
}

.gnb_pop_wrap table {
  background-color: #ccc;

}
.gnb_pop_wrap table td {
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #ddd;
}

.gnb_pop_wrap table td:first-child {
  max-width: 53px;
  min-width: 53px;
}

.gnb_pop_wrap table td:nth-child(n+2) {
  border-right: 1px solid #fff !important;
  width:10.5%;
  padding-left : 22px;
  padding-top : 5px;
  padding-bottom : 16px;
}

.gnb_pop_wrap table td:nth-child(n+2) li {
  font-size :14px;
  line-height: 32px;
}


.gnb_pop_wrap dt:before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px;
  background-image: url(/images/main/gnb_i.png);
  background-position-y: 0;
}
.gnb_pop_wrap dd {
  text-align: left;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 30px;
  padding-top: 20px;
}
.gnb_pop_wrap dd li {
  margin-top: 10px;
  width: 50%;
  float: left;
  line-height: 1.3;
}
.gnb_pop_wrap dd a:hover {
  color: #104f9e;
  text-decoration: underline;
}
.gnb_pop_wrap dd a:before {
  content: "· ";
}
@media all and (max-width: 1500px) {
  .gnb_pop_wrap dl {
    height: 100px;
  }
  .gnb_pop_wrap dt {
    width: 100px;
    font-size: 13px;
  }
  .gnb_pop_wrap dt:before {
    width: 25px;
    height: 25px;
    margin: 0 auto 6px;
    background-size: auto 50px;
  }
  .gnb_pop_wrap dd {
    font-size: 12px;
    padding: 20px;
    padding-top: 10px;
  }
}

.mo_gnb_wrap {
  display: none;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  position: fixed;
  transition: left 500ms;
  z-index: 1100;
}
.mo_gnb_wrap > .wrap {
  background-color: #fff;
  overflow: auto;
  height: -o-calc(100% - 60px);
  height: -ms-calc(100% - 60px);
  height: calc(100% - 60px);
  position: relative;
}
.mo_gnb_wrap.on {
  display: block;
  left: 0;
}
.mo_gnb_wrap .head_bx {
  line-height: 60px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.mo_gnb_wrap .head_bx .mo_gnb_wrap_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.mo_gnb_wrap .head_bx .logo {
  display: inline-block;
  line-height: 60px;
}
.mo_gnb_wrap .head_bx .logo img {
  vertical-align: middle;
  width: 150px;
}
.mo_gnb_wrap .user_bx {
  padding: 20px 15px;
  text-align: center;
}
.mo_gnb_wrap .user_bx .title {
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
}
.mo_gnb_wrap .user_bx .title .profile {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.mo_gnb_wrap .user_bx .title .profile img {
  width: 100%;
}
.mo_gnb_wrap .user_bx .btn {
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #104f9e;
  background-color: #104f9e;
  color: #fff;
  display: block;
}
.mo_gnb_wrap .user_bx .btn._w {
  background-color: #fff;
  color: #104f9e;
}
.mo_gnb_wrap .gnb_hidden {
  display: none;
}
.mo_gnb_wrap .depth {
  font-size: 14px;
}
.mo_gnb_wrap .depth a {
  color: #222;
  display: block;
}
.mo_gnb_wrap .depth a:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 15px;
}
.mo_gnb_wrap .depth .depth01,
.mo_gnb_wrap .depth .depth02_box,
.mo_gnb_wrap .depth .depth03_box {
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.mo_gnb_wrap .depth .depth01._branch {
  background-color: #292e34;
}
.mo_gnb_wrap .depth .depth01._branch > a {
  color: #fff;
}
.mo_gnb_wrap .depth .depth01._down > a:after {
  content: "";
}
.mo_gnb_wrap .depth .depth01.has_dep03 .depth02_box a:after {
  color: #666;
  line-height: 40px;
  content: "";
}
.mo_gnb_wrap .depth .depth01.has_dep03 .depth02_box a.selected2:after {
  color: #104f9e;
  content: "";
}
.mo_gnb_wrap .depth .depth01 > a {
  padding: 0 15px;
  color: #222;
}
.mo_gnb_wrap .depth .depth01 > a:after {
  line-height: 40px;
  content: "";
}
.mo_gnb_wrap .depth .depth01 > a.selected1 {
  color: #104f9e;
}
.mo_gnb_wrap .depth .depth01 > a.selected1:after {
  content: "";
}
.mo_gnb_wrap .depth .depth01 > a,
.mo_gnb_wrap .depth .depth02_box a {
  line-height: 40px;
}
.mo_gnb_wrap .depth .depth02_box {
  background-color: #f8f9fa;
  font-size: 13px;
}
.mo_gnb_wrap .depth .depth02_box a {
  padding-left: 25px;
}
.mo_gnb_wrap .depth .depth02_box a:before {
  content: "- ";
}
.mo_gnb_wrap .depth .depth03_box {
  display: none;
  padding: 15px 0;
  background-color: #ececec;
  font-size: 12px;
}
.mo_gnb_wrap .depth .depth03_box .img_bx {
  display: none;
}
.mo_gnb_wrap .depth .depth03_box li {
  margin-top: 10px;
}
.mo_gnb_wrap .depth .depth03_box li:first-child {
  margin-top: 0;
}
.mo_gnb_wrap .depth .depth03_box a {
  line-height: 1.3;
  padding-left: 35px;
}
.mo_gnb_wrap .depth .depth03_box a:after {
  content: none;
  display: none;
}
.mo_gnb_wrap .depth .depth03_box a:before {
  content: "· ";
}
.mo_gnb_wrap .language_bx {
  background-color: #384e6d;
  text-align: center;
  padding: 20px 0;
}
.mo_gnb_wrap .language_bx .wrap {
  padding-left: 75px;
  display: inline-block;
  text-align: left;
  position: relative;
}
.mo_gnb_wrap .language_bx .title {
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.mo_gnb_wrap .language_bx li {
  margin-left: 4px;
  display: inline-block;
}
.mo_gnb_wrap .language_bx a {
  filter: alpha(opacity=30);
  opacity: 0.3;
  padding: 0 16px;
  line-height: 27px;
  border-radius: 27px;
  display: inline-block;
  color: #fff;
}
.mo_gnb_wrap .language_bx a.on {
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .mo_gnb_wrap {
    display: block;
  }

  .mo_gnb_wrap_close {
    color: #222;
    padding: 0 10px;
    font-size: 26px;
  }
}
.nav_bg,
.nav_bg_search {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 500ms;
}
.nav_bg.on,
.nav_bg_search.on {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav_bg.on {
  z-index: 101;
}

.nav_bg_search.on {
  z-index: 1;
}

.footer_wrap {
  position: relative;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.2px;
  text-align: left;
}
.footer_wrap,
.footer_wrap a {
  color: #666;
}
@media screen and (max-width: 1024px) {
  .footer_wrap {
    font-size: 11px;
    padding-bottom: 70px;
  }
}
.footer_wrap .bar_span span:before {
  background-color: rgba(136, 136, 136, 0.4);
}
.footer_wrap .bar_span span:first-child {
  padding-left: 0;
}
.footer_wrap .foot_top {
  font-size: 14px;
  padding: 14px 0;
  text-align: left;
  position: relative;
  background-color: #f4f4f4;
}
.footer_wrap .foot_top:before, .footer_wrap .foot_top:after {
  display: table;
  content: "";
}
.footer_wrap .foot_top:after {
  clear: both;
}
.footer_wrap .foot_top .wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer_wrap .foot_top .wrapper .link, .footer_wrap .foot_top .wrapper .sns_wrap, .footer_wrap .foot_top .wrapper .family_wrap {
  display: table-cell;
}
.footer_wrap .foot_top .wrapper .link,
.footer_wrap .foot_top .wrapper .sns_wrap,
.footer_wrap .foot_top .wrapper .family_wrap {
  vertical-align: middle;
}
.footer_wrap .foot_top .sns_wrap {
  width: 140px;
}
.footer_wrap .foot_top .family_wrap {
  width: 200px;
  text-align: left;
  position: relative;
}
.footer_wrap .foot_top .family_wrap .tit {
  line-height: 35px;
  border: 1px solid #ddd;
  padding: 0 20px;
  position: relative;
  background-color: #fff;
}
.footer_wrap .foot_top .family_wrap .tit i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
.footer_wrap .foot_top .family_wrap .con {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 37px;
  border: 1px solid #ddd;
  border-bottom: 0;
}
.footer_wrap .foot_top .family_wrap .con li {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.footer_wrap .foot_top .family_wrap .con li:first-child {
  border-top: 0;
}
.footer_wrap .foot_top .family_wrap .con a {
  display: block;
  padding: 10px 20px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .footer_wrap .foot_top {
    font-size: 12px;
    padding: 10px 0;
  }
  .footer_wrap .foot_top .sns_wrap {
    width: 90px;
  }
  .footer_wrap .foot_top .family_wrap {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .footer_wrap .foot_top {
    background-color: transparent;
    text-align: center;
    padding: 0;
  }
  .footer_wrap .foot_top .wrapper {
    padding: 0;
    text-align: center;
    display: block;
  }
  .footer_wrap .foot_top .wrapper .link {
    text-align: center;
    display: block;
    background-color: #f4f4f4;
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .footer_wrap .foot_top .wrapper .sns_wrap,
.footer_wrap .foot_top .wrapper .family_wrap {
    display: inline-block;
  }
}
.footer_wrap .foot_bot {
  padding: 30px 0;
}
.footer_wrap .foot_bot .wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  direction: rtl;
}
.footer_wrap .foot_bot .logo,
.footer_wrap .foot_bot .txt,
.footer_wrap .foot_bot .cs {
  display: table-cell;
  direction: ltr;
}
.footer_wrap .foot_bot .logo {
  width: 110px;
  vertical-align: middle;
}
.footer_wrap .foot_bot .txt {
  padding-left: 20px;
}
.footer_wrap .foot_bot .cs {
  padding-left: 50px;
  border-left: 1px solid #ddd;
  width: 440px;
}
.footer_wrap .foot_bot .cs .wrap {
  padding: 20px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.footer_wrap .foot_bot .cs .wrap .tel, .footer_wrap .foot_bot .cs .wrap .operate {
  display: table-cell;
}
.footer_wrap .foot_bot .cs .tel {
  vertical-align: middle;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: "Open Sans", sans-serif;
}
.footer_wrap .foot_bot .cs .tel img {
  vertical-align: middle;
}
.footer_wrap .foot_bot .cs .tel a {
  color: #222;
}
.footer_wrap .foot_bot .cs .operate {
  vertical-align: middle;
  padding-left: 15px;
}
.footer_wrap .foot_bot .cs .operate li:before {
  color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .footer_wrap .foot_bot {
    padding: 15px 0;
  }
  .footer_wrap .foot_bot .wrapper {
    display: block;
  }
  .footer_wrap .foot_bot .logo {
    display: none;
  }
  .footer_wrap .foot_bot .txt,
.footer_wrap .foot_bot .cs {
    width: auto;
    display: block;
  }
  .footer_wrap .foot_bot .txt {
    padding: 0;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  .footer_wrap .foot_bot .cs {
    border-left: 0;
    padding-left: 0;
  }
  .footer_wrap .foot_bot .cs .wrap {
    padding: 0;
  }
  .footer_wrap .foot_bot .cs .tel {
    width: 100px;
    font-size: 18px;
  }
  .footer_wrap .foot_bot .cs .tel img {
    width: 18px;
    margin-right: 2px;
  }
}

.sns_wrap li {
  float: left;
  margin-left: 5px;
}
.sns_wrap li:first-child {
  margin-left: 0;
}
.sns_wrap li img {
  width: 32px;
}
.sns_wrap li a {
  display: block;
}
@media screen and (max-width: 768px) {
  .sns_wrap li img {
    width: 20px;
  }
}

.quick_menu {
  transition: 500ms all;
  right: 80px;
  position: fixed;
  top: 63%;
  transform: translateY(-63%);
  z-index: 500;
  text-align: center;
  line-height: 1.2;
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  /* border : 1px solid #ddd */
}
.quick_menu_bg {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 11;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  top: 0;
  left: 0;
}
.quick_menu .quick_wrap {
  width: 80px;
  font-size: 0;
}
.quick_menu .quick_wrap li {
  border-bottom: 1px solid #ddd;
}
.quick_menu .quick_wrap a {
  display: block;
}
.quick_menu .quick_wrap .top-btn {
  padding: 5px 0;
  display: block;
  font-weight: 300;
  margin: 0;
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-size: 13px;
  /* border:1px solid #333333; */
}
.quick_menu .quick_wrap .top-btn i {
  /*margin-right: 5px;*/
}
.quick_menu .recent {
  background-color: #fff;
}
.quick_menu .recent .slick-arrow {
  font-size: 16px;
}
.quick_menu .recent .slick-slide {
  border: 0;
}
@media screen and (max-width: 1300px) {
  .quick_menu {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .quick_menu {
    right: 0;
  }
  .quick_menu .quick_wrap {
    width: 60px;
  }
}

.quick_menu_m {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  background-color: #f4f4f4;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .quick_menu_m {
    display: block;
  }
}
.quick_menu_m li {
  float: left;
  width: 20%;
  font-size: 13px;
  font-weight: 300;
}
.quick_menu_m .on {
  color: #104f9e;
}
.quick_menu_m img {
  width: 25px;
  display: block;
  margin: 0 auto 5px;
}

._prdview .quick_open_m {
  bottom: 130px;
}

.quick_open_m {
  z-index: 150;
  display: none;
  bottom: 90px;
  right: 20px;
  position: fixed;
}
.quick_open_m .list {
  display: none;
  background-color: transparent;
  padding: 0;
}
.quick_open_m .list li {
  margin-top: 5px;
}
.quick_open_m .list li p {
  position: absolute;
  top: 50%;
  font-size: 12px;
  line-height: 1;
  margin-top: -6px;
  text-align: right;
  right: 60px;
  white-space: nowrap;
}
.quick_open_m .list li a {
  position: relative;
  border-radius: 50%;
  display: block;
  line-height: 50px;
  width: 50px;
  color: #fff;
  font-size: 30px;
  font-size: 0;
}
.quick_open_m .list li a img {
  vertical-align: middle;
  width: 100%;
}
.quick_open_m .top_btn,
.quick_open_m .mobile_btn {
  margin-top: 5px;
  border-radius: 50%;
  display: block;
  line-height: 50px;
  width: 50px;
}
.quick_open_m .mobile_btn img {
  transform: rotate(0);
  transition: all 200ms;
  vertical-align: middle;
}
.quick_open_m .mobile_btn.on img {
  transform: rotate(-135deg);
}
@media screen and (max-width: 1024px) {
  .quick_open_m {
    display: block;
  }
}

.pop-term {
  max-width: 600px;
  width: 100%;
  padding: 20px;
  text-align: left;
}
.pop-term .pop-head {
  margin-bottom: 20px;
}
.pop-term .pop-body {
  font-size: 0.8666666667em;
  overflow: auto;
  max-height: 300px;
}

/*
_main.css
*/
.main_pop_wrap {
  color: #fff;
  text-align: center;
  font-size: 0;
  position: relative;
}
.main_pop_wrap .popup_slick {
  position: relative;
  margin: 0 auto;
}
.main_pop_wrap .slick {
  margin-bottom: 0;
}
.main_pop_wrap .m {
  display: none;
}
.main_pop_wrap .m img {
  width: 100%;
}
.main_pop_wrap .pc {
  position: relative;
  height: 70px;
}
.main_pop_wrap .pc img {
  width: auto;
  max-width: initial;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
}
.main_pop_wrap .slick_dot_wrap,
.main_pop_wrap .close_wrap {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.main_pop_wrap .slick-dots {
  position: absolute;
  bottom: 15px;
}
.main_pop_wrap .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.2);
}
.main_pop_wrap .slick-dots li.slick-active button,
.main_pop_wrap .slick-dots li.slick-active button:before {
  background-color: #fff;
}
.main_pop_wrap .slick-dots li {
  margin: 0 3px;
}
.main_pop_wrap .slick-dots li button {
  height: 8px;
  width: 8px;
}
.main_pop_wrap .chk_area input[type=checkbox] + label:before {
  border: 1px solid #ddd;
}
.main_pop_wrap .chk_area input[type=checkbox] + label:hover:before {
  border-color: #fff;
}
.main_pop_wrap .chk_area input[type=checkbox]:checked + label:before {
  color: #fff;
  border-color: #fff;
}
.main_pop_wrap .close_wrap {
  right: 15px;
  font-size: 12px;
  color: #fff;
}
.main_pop_wrap .close_wrap a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.main_pop_wrap .close_wrap img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .main_pop_wrap .m {
    display: block;
  }
  .main_pop_wrap .pc {
    display: none;
  }
  .main_pop_wrap .close_wrap {
    top: auto;
    transform: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px;
  }
  .main_pop_wrap .close_wrap img {
    width: 15px;
  }
}

.main_visual {
  position: relative;
  font-size: 0;
  position: relative;
}
.main_visual > * {
  font-size: 16px;
}
.main_visual .item .pc {
  display: block;
  width: 100%;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main_visual .item .mo {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .main_visual .item .pc {
    display: none;
  }
  .main_visual .item .mo {
    display: block;
  }
}
.main_visual .slick {
  margin-bottom: 0;
}
.main_visual_dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  line-height: 33px;
  font-size: 0;
}
.main_visual_dots .slick-arrow {
  font-size: 16px;
}
.main_visual_dots .slick_ctrl {
  margin: 0 15px;
  background-color: #fff;
  width: 33px;
  display: inline-block;
  border-radius: 50%;
}
.main_visual_dots .slick_ctrl button {
  font-size: 16px;
  color: #222;
}
.main_visual_dots .slick_ctrl button:hover {
  color: #104f9e;
}
.main_visual_dots .slick_ctrl i {
  vertical-align: middle;
}
.main_visual_dots .slick_ctrl .play {
  display: none;
}

.main_title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.main_title .tit {
  line-height: 1.2;
  font-weight: 300;
  font-size: 2.3333333333em;
  position: relative;
  letter-spacing: -1px;
  color: #333;
}
.main_title .more {
  display: block;
  font-size: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .main_title {
    margin-bottom: 20px;
  }
}

.main_contents [class^=section__] {
  padding: 90px 0 0px;
}

.prd_tab_title {
  border-bottom: 1px solid #6c6c6c;
  line-height: 48px;
  margin-bottom: 20px;
}
.prd_tab_title:before, .prd_tab_title:after {
  display: table;
  content: "";
}
.prd_tab_title:after {
  clear: both;
}
.prd_tab_title .tit {
  font-size: 2em;
  color: #333;
  font-weight: 500;
  letter-spacing: -1px;
  display: inline-block;
}
.prd_tab_title .tabs {
  margin-right: -10px;
  float: right;
  font-size: 1em;
  font-weight: 300;
}
.prd_tab_title .tabs a:hover {
  color: #104f9e;
}
.prd_tab_title .tabs span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.prd_tab_title .tabs span:first-child:before {
  display: none;
  content: none;
}
.prd_tab_title .tabs span:before {
  margin-top: -5px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #ccc;
}
@media screen and (max-width: 1024px) {
  .prd_tab_title {
    line-height: 1;
    padding-bottom: 10px;
  }
  .prd_tab_title .tabs {
    margin-top: 10px;
    margin-right: -5px;
  }
  .prd_tab_title .tabs span {
    padding: 0 5px;
  }
}

.main_banner .slick {
  margin-bottom: 0;
}
.main_banner .slick-dots {
  bottom: 15px;
}
.main_banner .slick-dots li button {
  background-color: rgba(46, 46, 46, 0.3);
}
.main_banner .slick-dots li.slick-active button,
.main_banner .slick-dots li.slick-active button:before {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .main_banner .slick-dots {
    bottom: 5px;
  }
}

/*
mypage
*/
.join_btn_bx {
  text-align: center;
  margin-top: 70px;
}
.join_btn_bx a {
  width: 100%;
}
.join_btn_bx .list_btn {
  line-height: 85px;
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.4666666667em;
}
@media screen and (max-width: 1024px) {
  .join_btn_bx {
    margin-top: 40px;
  }
  .join_btn_bx .list_btn {
    line-height: 50px;
  }
}

.u_page_wrap {
  max-width: 970px;
  margin: 0 auto;
}
.u_page_wrap .e_mail_box_wrap,
.u_page_wrap .num {
  width: 100%;
  max-width: 700px;
}
.u_page_wrap .table-form-01 {
  border-top: 2px solid #222;
  table-layout: fixed;
  border-collapse: inherit;
  padding: 20px;
  width: 100%;
}
.u_page_wrap .table-form-01 .col_w {
  width: 150px;
}
.u_page_wrap .table-form-01 .input_30 {
  width: 100%;
  max-width: 300px;
}
.u_page_wrap .table-form-01 .input_55 {
  width: 100%;
  max-width: 560px;
}
.u_page_wrap .table-form-01 input[type=text],
.u_page_wrap .table-form-01 input[type=password],
.u_page_wrap .table-form-01 input[type=number],
.u_page_wrap .table-form-01 input[type=tel],
.u_page_wrap .table-form-01 .table-btn-01,
.u_page_wrap .table-form-01 select {
  border-color: #cdcdcd;
  line-height: 60px;
  height: 60px;
}
.radio_bx input[type=radio] + label {
  line-height: 58px;
  border: 1px solid #666;
  width: 100%;
  display: block;
  color: #333;
  text-align: center;
}
.radio_bx input[type=radio]:hover + label {
  color: #104f9e;
}
.radio_bx input[type=radio]:checked + label {
  color: #104f9e;
  border-color: #104f9e;
}

.u_page_wrap .table-form-01 .input_find {
  max-width: 745px;
}
.u_page_wrap .table-form-01 .input_find .table-btn-01 {
  width: 170px;
}
.u_page_wrap .table-form-01 .table-btn-01 {
  color: #fff;
  background-color: #666;
}
.u_page_wrap .table-form-01 td, .u_page_wrap .table-form-01 th {
  border: 0;
  padding: 10px;
}
.u_page_wrap .table-form-01 th {
  font-weight: 500;
}
.u_page_wrap .table-form-01 th:before {
  margin-right: 5px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .u_page_wrap .table-form-01 {
    padding: 0;
  }
  .u_page_wrap .table-form-01 th, .u_page_wrap .table-form-01 td {
    padding: 5px;
  }
  .u_page_wrap .table-form-01 .col_w {
    width: 100px;
  }
  .u_page_wrap .table-form-01 .input_find {
    max-width: 680px;
  }
  .u_page_wrap .table-form-01 .input_find .table-btn-01 {
    width: 110px;
  }
  .u_page_wrap .table-form-01 input[type=text],
.u_page_wrap .table-form-01 input[type=password],
.u_page_wrap .table-form-01 input[type=number],
.u_page_wrap .table-form-01 input[type=tel],
.u_page_wrap .table-form-01 .table-btn-01,
.u_page_wrap .table-form-01 select {
    line-height: 42px;
    height: 42px;
  }
  .radio_bx input[type=radio] + label {
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .u_page_wrap .table-form-01 colgroup {
    display: none;
  }
  .u_page_wrap .table-form-01 th {
    background-color: #f9f9f9;
  }
  .u_page_wrap .table-form-01 th, .u_page_wrap .table-form-01 td {
    padding: 5px;
  }
  .u_page_wrap .table-form-01 th, .u_page_wrap .table-form-01 td, .u_page_wrap .table-form-01 tr {
    display: block;
    width: 100%;
  }
}

.type_term .term_scroll_bx {
  border: 1px solid #ddd;
  padding: 5px;
  font-size: 0.8666666667em;
  color: #777;
  text-align: left;
}
.type_term .term_scroll_bx .scroll-con-y {
  height: 150px;
}
@media screen and (max-width: 1024px) {
  .type_term .term_scroll_bx .scroll-con-y {
    height: 100px;
  }
}
.type_term .chk_area {
  margin-top: 10px;
  text-align: right;
}

.quit_notice .bx {
  border: 1px solid #ddd;
  padding: 40px;
  text-align: left;
  font-size: 0.9333333333em;
}
.quit_notice .tit {
  margin-bottom: 20px;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .quit_notice .bx {
    padding: 15px;
  }
}

.quit_title {
  word-break: keep-all;
  padding: 30px 0;
  text-align: center;
  color: #222;
  margin-top: 50px;
  font-size: 1.3333333333em;
  font-family: "Noto Sans KR", sans-serif;
  border-top: 2px solid #222;
}
@media screen and (max-width: 1024px) {
  .quit_title {
    padding: 20px 0;
  }
}

.find_idpw_title {
  display: none;
  text-align: center;
  margin: 50px auto;
}
.find_idpw_title h4.title {
  font-size: 1.4666666667em;
  color: #104f9e;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .find_idpw .tab-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }
  .find_idpw .tab.border li,
.find_idpw .tab-content {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  .find_idpw .tab-content {
    display: block !important;
  }
  .find_idpw .tab.border li a, .find_idpw .tab.border li a.on, .find_idpw .tab.border li a:hover {
    background-color: #fff;
    border: 0;
    text-align: left;
    font-size: 1.6666666667em;
    color: #222;
    border-bottom: 1px solid #222;
    padding: 15px 0;
  }
  .find_idpw .login_list li {
    min-height: 80px;
  }
}
.find_idpw .tab-content {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .find_idpw .tab-content {
    margin-top: 20px;
  }
}

.pop-find {
  text-align: center;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .pop-find .title_bx img {
    width: 60px;
  }
}
.u_page_wrap .join_info_bx dl {
  text-align: center;
}

.join_info_bx {
  border-top: 2px solid #222;
  border-bottom: 1px solid #ddd;
}
.join_info_bx dl {
  margin: 20px auto;
  text-align: left;
}
.join_info_bx dt {
  color: #222;
  font-weight: 500;
  padding-left: 15px;
}
.join_info_bx dt:before {
  margin-right: 10px;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  vertical-align: middle;
  display: inline-block;
}
.join_info_bx dt, .join_info_bx dd {
  vertical-align: top;
  display: inline-block;
}
.join_info_bx .sns_member {
  font-size: 1em;
}
.join_info_bx .sns_member img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .join_info_bx .sns_member img {
    width: 25px;
  }
}

.u_page_wrap._login {
  padding: 60px 0;
  border-top: 1px solid #ddd;
}

.login_wrap {
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}
.login_wrap .left {
  float: left;
}
.login_wrap .right {
  float: right;
}
.login_wrap .login_list {
  text-align: left;
}
.login_wrap .login_list li {
  margin-top: -1px;
}
.login_wrap .login_list li input {
  line-height: 80px;
  height: 80px;
  border-color: #e1e1e1;
}
.login_wrap .login_list.etc {
  margin-top: 30px;
  overflow: hidden;
  width: 100%;
}
.login_wrap .login_list.etc, .login_wrap .login_list.etc a {
  color: #333;
}
.login_wrap .login_list.etc li input {
  padding: 0;
}
.login_wrap .login_list.etc a {
  position: relative;
  display: inline-block;
}
.login_wrap .login_list.etc a.ba {
  margin-left: 15px;
}
.login_wrap .login_list.etc a.ba:before {
  content: "";
  width: 1px;
  height: 12px;
  background: #ccc;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -5px;
}
.login_wrap .login_list .btn_login {
  margin-top: 40px;
  background-color: #104f9e;
  border: 1px solid #104f9e;
  text-align: center;
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 1.4666666667em;
  line-height: 80px;
  display: block;
  color: #fff;
  transition: background-color 300ms, color 300ms;
}
.login_wrap .login_list .btn_login:hover {
  background-color: #fff;
  color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .login_wrap .login_list li input {
    line-height: 60px;
    height: 60px;
  }
  .login_wrap .login_list.etc {
    margin-top: 20px;
  }
  .login_wrap .login_list .btn_login {
    line-height: 60px;
    margin-top: 20px;
  }
}
.login_wrap input::-ms-input-placeholder {
  color: #888;
}
.login_wrap input::-webkit-input-placeholder {
  color: #888;
}
.login_wrap input::-moz-placeholder {
  color: #888;
}
.login_wrap .join-box {
  text-align: center;
  margin: 70px 0 0;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .login_wrap .join-box {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .login_wrap .join-box {
    margin: 35px 0 0;
  }
}
.login_wrap .join-box .inner {
  width: 100%;
  background: #f4f4f4;
  padding: 45px 0;
}
@media screen and (max-width: 1024px) {
  .login_wrap .join-box .inner {
    padding: 35px 0;
  }
}
.login_wrap .join-box p {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125em;
  color: #555;
  line-height: 45px;
}
@media screen and (max-width: 1024px) {
  .login_wrap .join-box p {
    font-size: 1.063em;
  }
}
@media screen and (max-width: 768px) {
  .login_wrap .join-box p {
    display: block;
    line-height: 1.3;
  }
}
.login_wrap .join-box p span {
  font-weight: 100;
  font-size: 0.938em;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .login_wrap .join-box p span {
    display: block;
    padding: 5px 0 15px;
  }
}
.login_wrap .join-box .join-btn {
  display: inline-block;
  border: 1px solid #333;
  color: #222;
  font-size: 0.875em;
  padding: 0 60px;
  height: 45px;
  line-height: 45px;
  margin-left: 70px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .login_wrap .join-box .join-btn {
    margin-left: 30px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .login_wrap .join-box .join-btn {
    margin-left: 0;
    height: 35px;
    line-height: 35px;
  }
}
.login_wrap .join-box .join-btn:hover {
  background: #333;
  color: #fff;
}

.sns_login_list li {
  margin-top: 5px;
}
.sns_login_list li:first-child {
  border-top: 0;
}
.sns_login_list .sns_01, .sns_login_list .sns_02, .sns_login_list .sns_03 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .sns_login_list .sns_01, .sns_login_list .sns_02, .sns_login_list .sns_03 {
    font-size: 13px;
  }
}
.sns_login_list .sns_01 {
  border: 1px solid #4466a9;
  background: #4466a9 url(/images/icon/sns_01.png) no-repeat 0 0;
}
.sns_login_list .sns_01:hover {
  background-color: rgba(68, 102, 169, 0.9);
}
.sns_login_list .sns_02 {
  border: 1px solid #1ec800;
  background: #1ec800 url(/images/icon/sns_02.png) no-repeat 0 0;
}
.sns_login_list .sns_02:hover {
  background-color: rgba(30, 200, 0, 0.9);
}
.sns_login_list .sns_03 {
  width: 100%;
  border: 1px solid #ffeb00;
  background: #ffeb00 url(/images/icon/sns_03.png) no-repeat 0 0;
}
.sns_login_list .sns_03:hover {
  background-color: rgba(255, 235, 0, 0.9);
}
@media screen and (max-width: 1024px) {
  .sns_id_info_bx .sns_login_list .col-lg-4 {
    width: 100%;
  }
}
.sns_id_info_bx .sns_login_list .sns_01.on {
  background-image: url(/images/icon/sns_01_on.png);
  background-color: #fff;
  color: #4466a9;
}
.sns_id_info_bx .sns_login_list .sns_02.on {
  background-image: url(/images/icon/sns_02_on.png);
  background-color: #fff;
  color: #1ec800;
}
.sns_id_info_bx .sns_login_list .sns_03.on {
  background-image: url(/images/icon/sns_03_on.png);
  background-color: #fff;
  color: #ffeb00;
}
.sns_id_info_bx .sns_login_list .sns_03.on:before {
  color: #3a2020;
  content: "카카오 계정 연결 해제하기  ";
}

.sns_login_list .sns_02 {
  position: relative;
}
.sns_login_list .sns_02 img {
  display: none;
}
.sns_login_list .sns_02 a:before {
  content: "네이버 계정으로 로그인/회원가입";
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.sns_login_list .sns_03 .a-icon-01 {
  font-size: 0;
}
.sns_login_list .sns_03 a {
  color: #222;
}
.sns_login_list .sns_03 a:before {
  font-size: 16px;
  content: "카카오 계정으로 로그인/회원가입";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sns_login_list .sns_03 a:before {
    font-size: 13px;
  }
}

.mypage_page_wrap .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.mypage_page_wrap .mypage_left_nav {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -800px;
  top: 100px;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
@media screen and (min-width: 1200px) {
  .mypage_page_wrap .lnb a {
    color: #777;
    position: relative;
    font-family: "Noto Sans KR", sans-serif;
    padding: 0 20px;
    line-height: 55px;
    display: block;
  }
  .mypage_page_wrap .lnb a:before {
    color: #fff;
  }
  .mypage_page_wrap .lnb a.on {
    background-color: #104f9e;
    color: #fff;
  }
  .mypage_page_wrap .lnb a.on:before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .mypage_page_wrap .lnb a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    right: 10px;
  }
  .mypage_page_wrap .lnb .title {
    background-color: #5b6266;
    color: #fff;
    text-align: center;
    font-size: 1.3333333333em;
    font-family: "Noto Sans KR", sans-serif;
    height: 100px;
    display: table;
    line-height: 1.3;
    width: 100%;
  }
  .mypage_page_wrap .lnb .title:before, .mypage_page_wrap .lnb .title.on:before {
    content: none;
    display: none;
  }
  .mypage_page_wrap .lnb .title span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
}
.mypage_page_wrap .mypage_wrap {
  padding-left: 115px;
}
@media all and (max-width: 1600px) {
  .mypage_page_wrap .mypage_left_nav {
    margin-left: -600px;
    width: 180px;
  }
  .mypage_page_wrap .mypage_wrap {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .mypage_page_wrap .mypage_left_nav {
    top: auto;
    margin-left: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    left: 0;
    margin: 0;
    border: 0;
  }
  .mypage_page_wrap .lnb:before, .mypage_page_wrap .lnb:after {
    display: table;
    content: "";
  }
  .mypage_page_wrap .lnb:after {
    clear: both;
  }
  .mypage_page_wrap .lnb li {
    word-break: keep-all;
    float: left;
    width: 20%;
    display: table;
    height: 50px;
    line-height: 1.3;
  }
  .mypage_page_wrap .lnb li:last-child {
    display: none;
  }
  .mypage_page_wrap .lnb a {
    border-bottom: 1px solid #ddd;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
  }
  .mypage_page_wrap .lnb a.on {
    border-color: #104f9e;
    background-color: #104f9e;
    color: #fff;
  }
  .mypage_page_wrap .mypage_wrap {
    padding-left: 0;
    padding: 0 15px;
  }
}

.mypage__index .user_util_bx {
  background-color: #f6f6f6;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 60px 80px;
}
.mypage__index .user_util_bx .user_bx, .mypage__index .user_util_bx .util_bx {
  display: table-cell;
}
.mypage__index .user_util_bx .user_bx, .mypage__index .user_util_bx .util_bx {
  vertical-align: middle;
}
.mypage__index .user_util_bx .user_bx {
  color: #222;
  font-size: 1.4666666667em;
  font-family: "Noto Sans KR", sans-serif;
}
.mypage__index .user_util_bx .user_bx span {
  font-size: 1.3636363636em;
  font-weight: 500;
  margin-right: 5px;
}
.mypage__index .user_util_bx .user_bx img {
  width: 60px;
  margin-right: 20px;
  vertical-align: middle;
}
.mypage__index .user_util_bx .util_bx {
  text-align: center;
  width: 300px;
}
.mypage__index .user_util_bx .util_bx .btn {
  font-size: 1em;
  display: block;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  line-height: 43px;
  width: 100%;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.mypage__index .user_util_bx .util_bx .btn img {
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .mypage__index .user_util_bx {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .mypage__index .user_util_bx {
    padding: 15px;
  }
  .mypage__index .user_util_bx, .mypage__index .user_util_bx .user_bx, .mypage__index .user_util_bx .util_bx {
    display: block;
    width: 100%;
    text-align: center;
  }
  .mypage__index .user_util_bx .user_bx img {
    width: 40px;
    display: block;
    margin: 0 auto 10px;
  }
  .mypage__index .user_util_bx .util_bx {
    margin-top: 10px;
  }
  .mypage__index .user_util_bx .util_bx .btn {
    line-height: 40px;
  }
}
.mypage__index .table_board_for {
  margin-top: 0;
}
.mypage__index .main_event_slick {
  padding-top: 30px;
  border-top: 2px solid #222;
}

.mypage_nav_wrap {
  margin: 80px auto 50px;
}
@media screen and (max-width: 1024px) {
  .mypage_nav_wrap {
    margin: 15px auto;
  }
}
@media screen and (max-width: 768px) {
  .mypage_nav_wrap .tab.box a {
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
  }
}
@media all and (max-width: 640px) {
  .mypage_nav_wrap .tab6 li {
    width: 33.33%;
    margin-top: -1px;
  }
  .mypage_nav_wrap .tab6 li:nth-child(4) {
    border-left: 1px solid #ddd;
  }
  .mypage_nav_wrap .tab7 li {
    width: 25%;
  }
  .mypage_nav_wrap .tab7 li:nth-child(5) {
    border-left: 1px solid #ddd;
  }
  .mypage_nav_wrap .tab7 li + li + li + li + li {
    width: 33.33%;
    margin-top: -1px;
  }
}

.mypage_info_area {
  margin-bottom: 55px;
}
.mypage_info_area .wrap {
  background: #f6f6f6;
  padding: 30px 0;
  position: relative;
  padding-left: 400px;
}
.mypage_info_area .user {
  width: 400px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 60px;
}
.mypage_info_area .user .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.mypage_info_area .user .pic img {
  display: block;
}
.mypage_info_area .user .info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.mypage_info_area .user .info .name {
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.mypage_info_area .user .info .welcome {
  font-size: 15px;
  color: #595959;
  margin: 8px 0 13px;
}
.mypage_info_area .user .info .modify_btn {
  text-decoration: underline;
  color: #104f9e;
  font-size: 13px;
  font-weight: 500;
}
.mypage_info_area .state_list {
  text-align: center;
}
.mypage_info_area .state_list:before, .mypage_info_area .state_list:after {
  display: table;
  content: "";
}
.mypage_info_area .state_list:after {
  clear: both;
}
.mypage_info_area .state_list li {
  width: 25%;
  float: left;
  padding: 50px 0;
  border-left: 1px solid #ddd;
  line-height: 1.3;
  font-size: 15px;
}
.mypage_info_area .state_list .ea {
  color: #104f9e;
  font-weight: 700;
}
.mypage_info_area .state_list .ea strong {
  font-weight: 700;
  font-size: 25px;
}
.mypage_info_area .state_list .txt {
  color: #555;
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .mypage_info_area {
    margin-bottom: 30px;
  }
  .mypage_info_area .wrap {
    padding: 15px 0;
    padding-left: 250px;
  }
  .mypage_info_area .user {
    width: 250px;
    padding-left: 15px;
  }
  .mypage_info_area .user .pic {
    width: 40px;
    height: 40px;
  }
  .mypage_info_area .user .info {
    margin-left: 10px;
  }
  .mypage_info_area .user .info .name {
    font-size: 15px;
  }
  .mypage_info_area .user .info .welcome {
    font-size: 12px;
    margin: 5px 0;
  }
  .mypage_info_area .user .info .modify_btn {
    font-size: 12px;
  }
  .mypage_info_area .state_list li {
    padding: 15px 0;
    font-size: 13px;
  }
  .mypage_info_area .state_list .ea strong {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .mypage_info_area .wrap {
    padding-left: 0;
    text-align: center;
  }
  .mypage_info_area .user {
    text-align: left;
    width: auto;
    position: relative;
    display: inline-block;
    margin: 0 auto 15px;
    top: 0;
    transform: none;
    padding-left: 0;
  }
  .mypage_info_area .state_list li {
    padding: 5px 0;
    font-size: 11px;
  }
  .mypage_info_area .state_list li:first-child {
    border-left: 0;
  }
  .mypage_info_area .state_list .ea strong {
    font-size: 15px;
  }
}

.pop-con.findid {
  max-width: 400px;
  width: 100%;
  padding: 30px;
}
.pop-con.findid .list_btn {
  width: 100%;
}
.pop-con.findid dl {
  display: block;
  border-top: 1px solid #ddd;
  text-align: center;
}
.pop-con.findid dl dt, .pop-con.findid dl dd {
  padding: 15px 0;
  border: 1px solid #ddd;
  border-top: 0;
}
.pop-con.findid dl dt {
  background-color: #f9f9f9;
  color: #222;
}

.login_page {
  padding-top: 100px;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .login_page {
    padding-top: 40px;
  }
}
.login_page .goto_join {
  margin-top: 80px;
  padding: 40px;
  background-color: #f4f4f4;
  text-align: center;
}
.login_page .goto_join .tit {
  color: #5f5f5f;
  font-weight: 500;
  font-size: 1.2em;
  padding-right: 10px;
}
.login_page .goto_join .desc {
  font-size: 14px;
  padding-right: 20px;
}
.login_page .goto_join > * {
  display: inline-block;
}
.login_page .goto_join .btn {
  display: inline-block;
  line-height: 45px;
  color: #333;
  border: 1px solid #333;
  padding: 0 50px;
}
.login_page .col-lg-6:first-child {
  border-right: 1px solid #eeeeee;
}
.login_page .title_bx {
  margin-bottom: 30px;
  line-height: 1.3;
  text-align: center;
}
.login_page .title_bx .tit {
  font-size: 2.3333333333em;
  color: #333;
  margin-bottom: 10px;
}
.login_page .title_bx .desc {
  font-weight: 300;
}
.login_page .input_wrap,
.login_page .login_util {
  max-width: 450px;
  margin: 0 auto;
}
.login_page .input_wrap .or {
  position: relative;
  padding: 20px 0;
  text-align: center;
}
.login_page .input_wrap .or:before {
  width: 100%;
  border-bottom: 1px solid #ddd;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  position: absolute;
}
.login_page .input_wrap .or span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 10px;
  display: inline-block;
  width: auto;
}
.login_page .input_wrap input {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ddd;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
}
.login_page .input_wrap .btn {
  cursor: pointer;
  border-color: #104f9e;
  background-color: #104f9e;
  color: #fff;
  text-align: center;
}
.login_page .input_wrap .info {
  margin-top: 15px;
  line-height: 1.3;
  font-size: 12px;
  text-align: left;
}
.login_page .input_wrap .chk_area {
  font-size: 14px;
  text-align: left;
  margin: 20px auto;
  font-weight: 300;
}
.login_page .input_wrap .chk_area p input + label {
  margin-left: 20px;
}
.login_page .input_wrap .chk_area p input:first-child + label {
  margin-left: 0;
}
.login_page .login_util {
  margin-top: 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
.login_page .login_util:before, .login_page .login_util:after {
  display: table;
  content: "";
}
.login_page .login_util:after {
  clear: both;
}
.login_page .login_util label {
  display: inherit;
}
.login_page .login_util .left {
  float: left;
}
.login_page .login_util .right {
  float: right;
}
@media screen and (max-width: 1024px) {
  .login_page .goto_join {
    margin-top: 50px;
    padding: 20px;
  }
  .login_page .goto_join .btn {
    line-height: 40px;
    padding: 0 30px;
  }
  .login_page .title_bx {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .login_page .input_wrap input {
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
  }
  .login_page .login_util {
    margin-top: 20px;
    font-size: 13px;
  }
}
.login_page .find_tab {
  border-top: 0;
}
.login_page .find_tab .tab {
  margin-bottom: 0;
}
.login_page .find_tab .tab-content {
  padding: 50px;
  padding-top: 30px;
  border: 1px solid #ddd;
  border-top: 0;
}
.login_page .find_tab .tit_bx {
  text-align: center;
}
.login_page .find_tab .tit_bx .tit {
  font-size: 1.3333333333em;
  color: #333;
}
.login_page .find_tab .tit_bx .desc {
  font-weight: 300;
}
.login_page .find_tab .tbl_order_form {
  max-width: 630px;
  margin: 40px auto;
  border: 0;
}
.login_page .find_tab .tbl_order_form th {
  line-height: 50px;
  width: 90px;
}
.login_page .find_tab .tbl_order_form select,
.login_page .find_tab .tbl_order_form input {
  line-height: 50px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .login_page .find_tab .tab-content {
    padding: 10px;
    padding-top: 10px;
  }
  .login_page .find_tab .tbl_order_form {
    margin: 20px auto;
  }
  .login_page .find_tab .tbl_order_form th {
    line-height: 42px;
  }
  .login_page .find_tab .tbl_order_form select,
.login_page .find_tab .tbl_order_form input {
    line-height: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 480px) {
  .login_page .find_tab .tbl_order_form tr, .login_page .find_tab .tbl_order_form td, .login_page .find_tab .tbl_order_form th {
    display: block;
    width: 100%;
  }
  .login_page .find_tab .tbl_order_form th {
    line-height: 1.3;
  }
}
.login_page .login_tab .tab {
  display: none;
}
.login_page .login_tab .tab-content {
  display: block;
}
@media screen and (max-width: 768px) {
  .login_page .login_tab .tab {
    display: block;
    margin-bottom: 30px;
  }
  .login_page .login_tab .tab-content {
    width: 100%;
    display: none;
  }
  .login_page .login_tab .tab-content#login {
    display: block;
  }
}

.member_sign_bx {
  max-width: 500px;
  margin: 0 auto;
}
.member_sign_bx .or_bx {
  padding: 10px 0;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.member_sign_bx .or_bx span {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  background: #fff;
}
.member_sign_bx .btn_sign_up {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  background: #ffb400;
  color: #222;
  border: none;
}
.member_sign_bx .bot_txt {
  text-align: center;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-top: 20px;
}

.join_wrap .join_title {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px;
}
.join_wrap .join_title .title {
  margin-top: 30px;
}

.clause_list {
  margin-bottom: 20px;
}
.clause_list li .textarea_box_border {
  border: 1px solid #ddd;
}
.clause_list li .textarea_box_border .textarea_box {
  height: 200px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .clause_list li .textarea_box_border .textarea_box {
    height: 150px;
  }
}
.clause_list li .agree_box > p {
  color: #222;
  font-size: 1.25em;
  font-weight: 500;
  margin: 40px 0 10px;
}
@media screen and (max-width: 768px) {
  .clause_list li .agree_box > p {
    margin: 30px 0 7px;
    font-size: 1.063em;
  }
}

.total_clause_bx {
  font-size: 1.25em;
  color: #222;
  overflow: hidden;
  margin: 50px 0 0;
  background: #f4f4f4;
  padding: 25px 40px;
}
@media screen and (max-width: 1024px) {
  .total_clause_bx {
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  .total_clause_bx {
    padding: 25px 15px;
  }
}
.total_clause_bx .left {
  text-align: center;
  float: left;
  width: 19%;
  line-height: 108px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .total_clause_bx .left {
    float: none;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: right;
    line-height: 1;
    padding-bottom: 10px;
  }
}
.total_clause_bx .left input[type=checkbox] + label {
  padding-left: 40px;
}
.total_clause_bx .left input[type=checkbox] + label:before {
  margin-top: -15px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-image: url(/images/shop/chk_big.png);
  background-size: 32px auto;
}
.total_clause_bx .left input[type=checkbox]:checked + label:before {
  background-image: url(/images/shop/chk-on_big.png);
}
.total_clause_bx .right {
  float: right;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .total_clause_bx .right {
    float: none;
    width: 100%;
  }
}
.total_clause_bx .right li {
  font-size: 0.75em;
  margin: 10px 0;
  line-height: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .total_clause_bx .right li {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .total_clause_bx .right li {
    margin: 5px 0 0;
    font-size: 0.688em;
  }
}
.total_clause_bx .right li .txt {
  float: left;
}
.total_clause_bx .right li .c_box {
  float: right;
}
.total_clause_bx .right li .c_box span {
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .total_clause_bx .right li .c_box span {
    margin: 0 0 0 15px;
  }
}

.join_btn_bx {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .join_btn_bx {
    margin-top: 40px;
  }
}
.join_btn_bx .list_btn {
  width: 100%;
  line-height: 70px;
  height: 70px;
}
.join_btn_bx .row {
  margin: 0 auto;
  max-width: 600px;
}

.join_wrap.step_2 .u_page_wrap {
  max-width: 900px;
  margin: 0 auto;
}

.u_page_wrap .input_find {
  width: 100%;
  max-width: 440px;
  position: relative;
  padding-right: 70px;
}
.u_page_wrap .input_find input {
  width: 100%;
}
.u_page_wrap .input_find .table-btn-01 {
  font-size: 13px;
  white-space: nowrap;
  width: 65px;
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
}
.u_page_wrap .input_find .table-btn-01.white {
  border: 1px solid #666;
  color: #666 !important;
  background-color: #fff !important;
}
.u_page_wrap .input_55 {
  max-width: 440px;
  width: 100%;
}
.u_page_wrap .red_01 {
  color: #104f9e;
}
.u_page_wrap .e_mail_box_wrap,
.u_page_wrap .num {
  max-width: 700px;
}
.u_page_wrap .table-form-01.type_join {
  max-width: 1024px;
  margin: 0 auto;
  border-top: 0;
  width: 100%;
}
.u_page_wrap .table-form-01.type_join input[type=text],
.u_page_wrap .table-form-01.type_join input[type=password],
.u_page_wrap .table-form-01.type_join input[type=number],
.u_page_wrap .table-form-01.type_join input[type=tel],
.u_page_wrap .table-form-01.type_join .table-btn-01,
.u_page_wrap .table-form-01.type_join select {
  padding: 0 10px;
  line-height: 45px;
  height: 45px;
}
.u_page_wrap .table-form-01.type_join .table-btn-01 {
  background-color: #104f9e;
}
@media all and (max-width: 640px) {
  .u_page_wrap .table-form-01.type_join tr, .u_page_wrap .table-form-01.type_join td, .u_page_wrap .table-form-01.type_join th {
    display: block;
    width: 100%;
  }
  .u_page_wrap .table-form-01.type_join th {
    padding: 2px;
  }
}
.u_page_wrap .table-form-01 tr th {
  font-size: 0.938em;
}
@media screen and (max-width: 768px) {
  .u_page_wrap .table-form-01 tr th {
    font-size: 0.813em;
  }
}
.u_page_wrap .table-form-01 tr td {
  font-size: 0.938em;
}
@media screen and (max-width: 768px) {
  .u_page_wrap .table-form-01 tr td {
    font-size: 0.75em;
  }
}
.u_page_wrap .table-form-01 tr .btn-type-05 {
  display: inline-block;
  text-align: center;
  padding: 0 23px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #666;
  cursor: pointer;
  border: 1px solid #666;
  vertical-align: middle;
}
.u_page_wrap .table-form-01 tr .btn-type-05.white {
  background-color: #fff;
  color: #333;
}
.u_page_wrap .table-form-01 tr .change_pw {
  display: none;
}
.u_page_wrap .table-form-01 tr .change_pw ul {
  width: 100%;
}
.u_page_wrap .table-form-01 tr .change_pw ul li {
  margin-top: 10px;
}
.u_page_wrap .table-form-01 tr .change_pw ul li span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u_page_wrap .table-form-01 tr .change_pw ul li span {
    display: block;
    margin-top: 5px;
  }
}
.u_page_wrap .table-form-01 tr .change_pw ul li span.tt {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .u_page_wrap .table-form-01 tr .change_pw ul li span.tt {
    width: auto;
  }
}
.u_page_wrap .table-form-01 tr .change_pw ul li span .btn-type-05 {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .u_page_wrap .table-form-01 tr .change_pw ul li span .btn-type-05 {
    margin-left: 0;
    margin-top: 10px;
  }
}

.docu_done_page {
  text-align: center;
}
.docu_done_page .wrap {
  padding: 70px 0;
  background-color: #fbfbfb;
  max-width: 1024px;
  margin: 50px auto;
}
.docu_done_page .title {
  font-size: 2.3333333333em;
  color: #222;
  margin: 30px auto;
  font-weight: 300;
}
.docu_done_page .user_info {
  display: inline-block;
  text-align: left;
}
.docu_done_page .user_info dt, .docu_done_page .user_info dd {
  display: inline-block;
}
.docu_done_page .user_info dl {
  margin-top: 10px;
}
.docu_done_page .user_info dt {
  width: 80px;
}
.docu_done_page .user_info dt:before {
  content: "·";
}
.docu_done_page .user_info dd {
  color: #333;
}
@media screen and (max-width: 1024px) {
  .docu_done_page .wrap {
    padding: 40px 0;
    margin: 30px 0;
  }
  .docu_done_page .title {
    margin: 15px 0;
  }
  .docu_done_page .img img {
    width: 35px;
  }
}

.table_board_for.clause_table {
  margin-top: 0;
}
.table_board_for.clause_table tr:first-child td {
  border-top: 1px solid #222;
}
.table_board_for.clause_table, .table_board_for.clause_table td, .table_board_for.clause_table th {
  text-align: left;
}
.table_board_for.clause_table .con {
  display: none;
  margin-top: 20px;
}
.table_board_for.clause_table .posi_r {
  padding-right: 60px;
}
.table_board_for.clause_table .btn-type-01 {
  padding: 0;
  min-width: auto;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .table_board_for.clause_table .con {
    margin-top: 10px;
  }
  .table_board_for.clause_table .btn-type-01 {
    font-size: 12px;
  }
}
/*
sub.scss
*/
/*제목, 목록버튼, 서브 반복사용 */
.list_btn {
  background-color: #104f9e;
  color: #fff;
  border: 1px solid #104f9e;
  line-height: 53px;
  font-size: 1.2em;
  font-family: "Noto Sans KR", sans-serif;
  text-align: center;
  display: block;
  transition: color 400ms, background-color 400ms;
}
.list_btn._gray {
  border-color: #999;
  color: #666;
  background-color: #fff;
}
.list_btn._gray:hover {
  background-color: #999;
  color: #fff;
}
.list_btn:hover {
  color: #104f9e;
  background-color: #fff;
}

.sub_content {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .sub_content {
    padding-bottom: 60px;
  }
}

.sub_title,
.prd_index_tab,
.main_banner._shop {
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  .sub_title,
.prd_index_tab,
.main_banner._shop {
    margin: 3vw 0;
  }
}

.sub_title {
  text-align: center;
  line-height: 1.3;
  font-family: "Noto Sans KR", sans-serif;
  word-break: keep-all;
  position: relative;
}
.sub_title .breadcrumb {
  position: absolute;
  right: 0;
  text-align: left;
  bottom: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 300;
}
.sub_title .breadcrumb li {
  display: inline;
}
.sub_title .breadcrumb li a:hover {
  text-decoration: underline;
}
.sub_title .breadcrumb li:first-child a:before {
  /*font-family: xeicon !important;*/
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";*/
}
.sub_title .breadcrumb li:first-child a:before {
  font-size: 15px;
}
.sub_title .breadcrumb li:last-child {
  color: #104f9e;
}
.sub_title .breadcrumb li:last-child:after {
  content: none;
  display: none;
}
.sub_title .breadcrumb li:after {
  margin: 0 3px;
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.sub_title .tit {
  line-height: 1;
  display: inline-block;
  font-weight: 500;
  font-size: 2.3333333333em;
  position: relative;
  color: #333;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1024px) {
  .sub_title .breadcrumb {
    display: none;
  }
}

.sub_tit {
  line-height: 1.3;
  text-align: center;
}
.sub_tit .tit {
  display: inline-block;
  font-weight: 500;
  font-size: 3.3333333333em;
  position: relative;
  letter-spacing: -1px;
}
.sub_tit .tit:after {
  content: "";
  background-color: #104f9e;
  width: 45px;
  height: 4px;
  position: relative;
  margin: 30px auto;
  display: block;
}
.sub_tit .tit .dot {
  color: #104f9e;
  display: inline-block;
  padding-top: 20px;
}
.sub_tit .tit .dot i {
  position: relative;
}
.sub_tit .tit .dot i:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -4px;
  background-color: #104f9e;
  border-radius: 50%;
  display: inline-block;
}
.sub_tit .desc {
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: -0.5px;
}
.sub_tit_bx {
  text-align: left;
  margin-bottom: 10px;
  position: relative;
}
.sub_tit_bx .tit {
  margin-bottom: 0;
}
.sub_tit_bx .sub_tit {
  text-align: left;
  font-size: 1.2em;
}
.sub_tit_bx .more {
  line-height: 14px;
  color: #7b7b7b;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.sub_tit_bx .more:before {
  content: "+ ";
}
.sub_tit_bx .more:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .sub_tit .tit .dot {
    padding-top: 10px;
  }
  .sub_tit .tit .dot i:before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    top: -2px;
  }
  .sub_tit .tit:after {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 2px;
  }
}
@media screen and (max-width: 768px) {
  .sub_tit .tit {
    font-size: 2.3333333333em;
  }
  .sub_tit .tit:after {
    width: 30px;
  }
}

.tt {
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.01em;
}
.tt.bold,
.tt .bold {
  font-weight: 600;
}

h2.tt {
  font-size: 3em;
}
@media screen and (max-width: 1024px) {
  h2.tt {
    font-size: 31.5px;
  }
}

h3.tt {
  font-size: 2.2em;
}
@media screen and (max-width: 1024px) {
  h3.tt {
    font-size: 23.1px;
  }
}

h4.tt {
  font-size: 1.6666666667em;
}

h5.tt {
  font-size: 1.4666666667em;
}

h6.tt {
  font-size: 1.2em;
}

.event_list .tabwrap {
  margin-bottom: 50px;
}
.event_list .tabwrap .tab.box li {
  border: 0;
}
.event_list .tabwrap .tab.box a {
  color: #b0b0b0;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-bottom: 1px solid #222;
}
.event_list .tabwrap .tab.box a.on {
  background-color: #ffffff;
  color: #222;
  border: 1px solid #222;
  border-bottom: 0;
}
.event_list .item {
  margin-bottom: 20px;
}
.event_list .wrap {
  display: block;
}
.event_list .wrap .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 53%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height:400px
}

@media screen and (max-width: 768px) {
  .event_list .wrap .img_src {
    height:245px
  }
}

@media screen and (max-width: 480px) {
  .event_list .wrap .img_src {
    height:170px
  }
}


.event_list .wrap .txt_bx {
  padding: 20px 0;
}
.event_list .wrap .txt_bx .tit {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  display: block;
  word-wrap: normal;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  min-height:42px;
}
.event_list .wrap .txt_bx .txt {
  margin: 15px 0;
}
.event_list .wrap .txt_bx .date {
  color: #888;
  font-weight: 300;
  margin-top: 15px;
}
.event_list .wrap {
  line-height: 1.3;
  text-align: center;
}
.event_list .wrap .img_bx {
  position: relative;
}
.event_list .wrap:hover .mask {
  filter: alpha(opacity=100);
  opacity: 1;
}
.event_list .wrap .mask {
  transition: 300ms all;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.event_list .wrap .mask span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
}

.inquiry_txt_bx {
  text-align: center;
}
.inquiry_txt_bx .step {
  margin: 30px auto;
}

.intro_about {
  word-break: keep-all;
}
.intro_about .section .title {
  line-height: 1.3;
  text-align: center;
  font-size: 3.3333333333em;
  letter-spacing: -0.5px;
}
.intro_about .section .title:after {
  content: "";
  width: 35px;
  border-bottom: 1px solid #104f9e;
  display: block;
  margin: 30px auto 45px;
}
@media screen and (max-width: 1024px) {
  .intro_about .section .title {
    font-size: 2.6666666667em;
  }
  .intro_about .section .title:after {
    width: 20px;
    margin: 10px auto 15px;
  }
}
.intro_about .section._greeting {
  text-align: center;
  padding: 120px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url("/images/intro/intro1_bg.jpg");
  background-size: cover;
  background-position: center;
}
.intro_about .section._greeting .txt {
  color: #c3c3c3;
  font-weight: 300;
}
.intro_about .section._greeting .txt span {
  color: #fff;
}
.intro_about .section._greeting .em {
  color: #fff;
  margin: 30px 0;
  font-weight: 500;
  font-size: 1.3333333333em;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._greeting {
    padding: 11vw 0;
  }
}
.intro_about .section._strength {
  color: #222;
  padding: 100px 0;
  background-color: #fff;
}
.intro_about .section._strength .list .txt_bx {
  margin-top: 30px;
  color: #333;
}
.intro_about .section._strength .list .txt_bx .tit {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}
.intro_about .section._strength .list .txt_bx .hyphen_list {
  font-size: 0.9333333333em;
}
.intro_about .section._strength .list .txt_bx .hyphen_list li:before {
  content: "· ";
  color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._strength {
    padding: 11vw 0;
  }
  .intro_about .section._strength .list .item {
    margin-bottom: 15px;
  }
  .intro_about .section._strength .list img {
    width: 100%;
  }
  .intro_about .section._strength .list .txt_bx {
    margin-top: 10px;
  }
  .intro_about .section._strength .list .txt_bx .tit {
    margin-bottom: 5px;
  }
}
.intro_about .section._strategy {
  padding: 120px 0 0;
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._strategy {
    padding: 11vw 0 0;
  }
}
@media screen and (max-width: 480px) {
  .intro_about .section._strategy {
    padding: 11vw 0;
  }
}
.intro_about .section._strategy .bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 80%;
  background-repeat: no-repeat;
  background-image: url("/images/intro/intro2_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .intro_about .section._strategy .bg {
    height: 100%;
  }
}
.intro_about .section._strategy .desc {
  font-size: 1.3333333333em;
  font-weight: 300;
}
.intro_about .section._strategy .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  margin-left: -20px;
  margin-right: -20px;
}
.intro_about .section._strategy .list .item {
  margin: 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 350px;
  background-color: #fff;
  height: 100%;
  padding: 50px 20px;
  color: #222;
  line-height: 1.3;
}
.intro_about .section._strategy .list .item .txt {
  font-weight: 300;
  font-size: 0.9333333333em;
}
.intro_about .section._strategy .list .item .tit {
  font-weight: 500;
  font-size: 1.3333333333em;
  margin: 30px 0 10px;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._strategy .list {
    margin-top: 40px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .intro_about .section._strategy .list .item {
    margin: 0 5px;
    max-width: 350px;
    padding: 20px 10px;
  }
  .intro_about .section._strategy .list .item img {
    width: 65px;
  }
  .intro_about .section._strategy .list .item .tit {
    margin: 20px 0 5px;
  }
}
@media screen and (max-width: 480px) {
  .intro_about .section._strategy .list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .intro_about .section._strategy .list .item {
    margin: 5px 0;
    width: 100%;
    max-width: 100%;
  }
}
.intro_about .section._organization {
  text-align: center;
  padding: 60px 0;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._organization {
    padding: 7vw 0;
  }
}
.intro_about .section._organization .title {
  padding-top: 50px;
  background-image: url(/images/intro/organization_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._organization .title {
    background-size: 273px;
    padding-bottom: 30px;
  }
}
.intro_about .section._organization .desc {
  margin-bottom: 50px;
  font-size: 1.3333333333em;
}
.intro_about .section._organization .desc .small {
  font-size: 0.75em;
  color: #999;
}
.intro_about .section._history {
  padding: 120px 0 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e95916+0,ea8a28+100 */
  background: #104f9e;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(47deg, #104f9e 0%, #397bce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#104f9e", endColorstr="#397bce",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._history {
    padding: 11vw 0 7vw;
  }
}
.intro_about .section._history .title {
  color: #fff;
  font-weight: 400;
}
.intro_about .section._history .title:after {
  display: none;
}
.intro_about .history_slick_nav {
  margin: 0 auto;
  max-width: 500px;
  margin-bottom: 50px;
}
.intro_about .history_slick_nav .slick-arrow {
  color: #fff;
  font-size: 30px;
}
.intro_about .history_slick_nav .item {
  font-weight: 500;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 1024px) {
  .intro_about .history_slick_nav {
    display: none;
  }
}
.intro_about .history_slick {
  text-align: left;
}
.intro_about .history_slick .slick-list {
  overflow: visible;
}
.intro_about .history_slick .item {
  filter: alpha(opacity=20);
  opacity: 0.2;
  transition: 500ms all;
  padding: 0 5px;
}
.intro_about .history_slick .item.slick-active {
  filter: alpha(opacity=100);
  opacity: 1;
}
.intro_about .history_slick .wrap {
  padding: 10px;
  background-color: #fff;
  min-height: 300px;
}
.intro_about .history_slick .wrap .year {
  font-weight: 500;
  color: #104f9e;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.intro_about .history_slick .wrap .dot_list li {
  margin-top: 5px;
}
@media screen and (max-width: 1024px) {
  .intro_about .history_slick .item {
    filter: alpha(opacity=100);
    opacity: 1;
    padding: 5px 0;
  }
  .intro_about .history_slick .wrap {
    min-height: auto;
    padding: 10px;
  }
  .intro_about .history_slick .wrap .year {
    font-size: 2.6666666667em;
  }
  .intro_about .history_slick .wrap .dot_list li {
    margin-top: 5px;
  }
}
.intro_about .section._direction {
  padding: 100px 0;
  background-color: #333333;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._direction {
    padding: 11vw 0;
  }
}
.intro_about .section._direction .tit {
  font-weight: 300;
  font-size: 1.3333333333em;
  margin-bottom: 10px;
}
.intro_about .section._direction .tit span {
  font-weight: 500;
}
.intro_about .section._direction iframe {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .intro_about .section._direction iframe {
    height: 50vw !important;
  }
}

.cs__intro {
  letter-spacing: -0.06em;
}
.cs__intro .title_bx {
  margin-bottom: 50px;
  line-height: 1.3;
}
.cs__intro .title_bx .tit {
  font-size: 2.3333333333em;
  font-weight: 500;
}
.cs__intro .title_bx .txt {
  margin-top: 20px;
  font-size: 1.5333333333em;
}
@media screen and (max-width: 1024px) {
  .cs__intro .title_bx {
    margin-bottom: 5vw;
  }
}
.cs__intro .section_desc {
  text-align: center;
  line-height: 1.3;
}
.cs__intro .section_desc .tit {
  font-size: 1.5333333333em;
  color: #333;
}
.cs__intro .section_desc .txt {
  margin-top: 20px;
  font-weight: 300;
  font-size: 1em;
}
.cs__intro .section_desc .list {
  padding: 50px 0 30px;
}
.cs__intro .section_desc .list .item {
  margin-bottom: 20px;
}
.cs__intro .section_desc .list .txt_bx {
  margin: 0 auto;
  margin-top: 30px;
  word-break: keep-all;
  max-width: 300px;
}
@media screen and (max-width: 1024px) {
  .cs__intro .section_desc .txt {
    margin-top: 10px;
  }
  .cs__intro .section_desc .list {
    padding: 5vw 0 3vw;
  }
  .cs__intro .section_desc .list img {
    width: 50px;
  }
  .cs__intro .section_desc .list .txt_bx {
    margin-top: 2vw;
  }
}
.cs__intro .section_effort,
.cs__intro .section_spec {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .cs__intro .section_effort,
.cs__intro .section_spec {
    padding: 10vw 0;
  }
}
.cs__intro .section_spec {
  background-repeat: no-repeat;
  background-image: url("/images/intro/service_bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.cs__intro .section_spec .list {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
.cs__intro .section_spec .list .item {
  margin-top: 20px;
}
.cs__intro .section_spec .list .item:nth-child(3n+1) {
  clear: left;
}
.cs__intro .section_spec .list .wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cs__intro .section_spec .list .wrap .img_bx,
.cs__intro .section_spec .list .wrap .txt_bx {
  display: table-cell;
  vertical-align: middle;
}
.cs__intro .section_spec .list .wrap .img_bx {
  width: 130px;
}
.cs__intro .section_spec .list .wrap .txt_bx {
  line-height: 1.5;
  word-break: keep-all;
  font-size: 1.2666666667em;
}
@media screen and (max-width: 1024px) {
  .cs__intro .section_spec .list .item {
    width: 50%;
  }
  .cs__intro .section_spec .list .item:nth-child(3n+1) {
    clear: none;
  }
  .cs__intro .section_spec .list .item:nth-child(2n+1) {
    clear: left;
  }
  .cs__intro .section_spec .list .item .img_bx {
    width: 70px;
  }
  .cs__intro .section_spec .list .item .img_bx img {
    width: 55px;
  }
}
@media screen and (max-width: 480px) {
  .cs__intro .section_spec .list .item {
    width: 100%;
    margin-top: 15px;
  }
  .cs__intro .section_spec .list .item .wrap {
    text-align: center;
  }
  .cs__intro .section_spec .list .item .wrap,
.cs__intro .section_spec .list .item .wrap .img_bx,
.cs__intro .section_spec .list .item .wrap .txt_bx {
    display: block;
  }
  .cs__intro .section_spec .list .item .wrap .img_bx {
    width: 100%;
  }
  .cs__intro .section_spec .list .item .wrap .txt_bx i.br {
    display: none;
  }
}
.cs__intro .section_effort {
  text-align: center;
}
.cs__intro .section_effort .title_bx {
  color: #111;
}
.cs__intro .section_effort .list {
  font-size: 0;
  margin-top: 80px;
}
@media all and (min-width: 1025px) {
  .cs__intro .section_effort .list .item:nth-child(2n+1) .txt_bx {
    right: 0;
    bottom: 0;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px) {
  .cs__intro .section_effort .list .item:nth-child(2n+1) .txt_bx {
    bottom: 80px;
  }
}
@media all and (min-width: 1025px) {
  .cs__intro .section_effort .list .item:nth-child(2n+1) .txt_bx:before {
    left: -100px;
    bottom: 40px;
  }
}
@media all and (min-width: 1025px) {
  .cs__intro .section_effort .list .item:nth-child(2n) .img_bx {
    float: right;
  }
  .cs__intro .section_effort .list .item:nth-child(2n) .txt_bx {
    left: 0;
    top: 0;
    padding-left: 20px;
  }
}
@media all and (min-width: 1025px) and (min-width: 1200px) {
  .cs__intro .section_effort .list .item:nth-child(2n) .txt_bx {
    padding-left: 60px;
    top: 80px;
  }
}
@media all and (min-width: 1025px) {
  .cs__intro .section_effort .list .item:nth-child(2n) .txt_bx:before {
    right: -100px;
  }
}
.cs__intro .section_effort .list .wrap {
  text-align: left;
  position: relative;
}
.cs__intro .section_effort .list .wrap:before, .cs__intro .section_effort .list .wrap:after {
  display: table;
  content: "";
}
.cs__intro .section_effort .list .wrap:after {
  clear: both;
}
.cs__intro .section_effort .list .wrap .img_bx {
  position: relative;
  z-index: 2;
  width: 50%;
  display: inline-block;
}
.cs__intro .section_effort .list .wrap .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 57%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cs__intro .section_effort .list .wrap .txt_bx {
  position: absolute;
  width: 50%;
  background-color: #f0f0f0;
  padding: 50px 20px;
}
@media screen and (max-width: 1200px) {
  .cs__intro .section_effort .list .wrap .txt_bx {
    padding: 20px;
    height: 100%;
  }
}
.cs__intro .section_effort .list .wrap .txt_bx:before {
  content: "";
  display: block;
  background-color: #f0f0f0;
  position: absolute;
  width: calc(100% + 100px);
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .cs__intro .section_effort .list .wrap .txt_bx:before {
    display: none;
    content: none;
  }
}
.cs__intro .section_effort .list .wrap .txt_bx .tit {
  position: relative;
  font-size: 2.6666666667rem;
  color: #333;
  font-weight: 500;
}
.cs__intro .section_effort .list .wrap .txt_bx .txt {
  position: relative;
  margin-top: 10px;
  line-height: 1.7;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .cs__intro .section_effort .list .wrap .img_bx {
    width: 100%;
  }
  .cs__intro .section_effort .list .wrap .img_src {
    padding-bottom: 40%;
  }
  .cs__intro .section_effort .list .wrap .txt_bx {
    padding: 15px;
    width: 100%;
    position: relative;
  }
  .cs__intro .section_effort .list .wrap .txt_bx .tit {
    font-size: 2rem;
  }
}

.cs__cscenter .tab_content,
.cs__cscenter .map_bx li {
  display: none;
}
.cs__cscenter .tab_content .table_board_for td,
.cs__cscenter .tab_content .table_board_for th {
  border-left: 1px solid #ddd;
}
.cs__cscenter .tab_content .table_board_for td:nth-child(1),
.cs__cscenter .tab_content .table_board_for th:nth-child(1) {
  border-left: 0;
}
.cs__cscenter .map_wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ddd;
}
.cs__cscenter .map_wrap .tab_bx, .cs__cscenter .map_wrap .map_bx {
  display: table-cell;
}
.cs__cscenter .map_wrap .tab_bx,
.cs__cscenter .map_wrap .map_bx {
  width: 50%;
  padding: 30px;
}
.cs__cscenter .map_wrap .tab_bx {
  vertical-align: top;
  background-color: #fafafa;
}
.cs__cscenter .map_wrap .tab_bx ul:before, .cs__cscenter .map_wrap .tab_bx ul:after {
  display: table;
  content: "";
}
.cs__cscenter .map_wrap .tab_bx ul:after {
  clear: both;
}
.cs__cscenter .map_wrap .tab_bx ul li {
  padding: 0 10px 20px;
  float: left;
  width: 50%;
}
.cs__cscenter .map_wrap .tab_bx ul button {
  line-height: 68px;
  width: 100%;
  display: block;
  color: #222;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 1.2em;
}
.cs__cscenter .map_wrap .tab_bx ul button.on {
  background-color: #222;
  color: #fff;
  border-color: #222;
}
@media screen and (max-width: 1024px) {
  .cs__cscenter .map_wrap .tab_bx,
.cs__cscenter .map_wrap .map_bx {
    padding: 10px;
  }
  .cs__cscenter .map_wrap .tab_bx ul li {
    padding: 0 5px 10px;
  }
  .cs__cscenter .map_wrap .tab_bx ul button {
    line-height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .cs__cscenter .map_wrap,
.cs__cscenter .map_wrap .tab_bx {
    display: block;
    width: 100%;
  }
  .cs__cscenter .map_wrap .map_bx {
    display: none;
  }
}
.cs__cscenter .map_wrap .map_bx {
  border-left: 1px solid #ddd;
  vertical-align: center;
  text-align: center;
}

/*게시판 총 갯수, 분류 select*/
.tbl_top {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
  text-align: left;
  display: table;
  width: 100%;
  table-layout: fixed;
  table-layout: auto;
}
.tbl_top .total, .tbl_top .sel_bx {
  display: table-cell;
}
.tbl_top .total, .tbl_top .sel_bx {
  vertical-align: middle;
}
.tbl_top .total {
  font-weight: 500;
  color: #333;
}
.tbl_top .sel_bx {
  text-align: right;
  font-size: 14px;
}
.tbl_top .sel_bx .bar_span {
  display: inline-block;
}
.tbl_top .sel_bx select {
  line-height: 40px;
  height: 40px;
  display: inline-block;
  max-width: 140px;
}
@media screen and (max-width: 1024px) {
  .tbl_top {
    padding-bottom: 10px;
  }
  .tbl_top .bar_span span {
    padding: 0 5px;
  }
  .tbl_top .sel_bx {
    font-size: 13px;
  }
  .tbl_top .sel_bx select {
    max-width: 70px;
    line-height: 30px;
    height: 30px;
  }
}

.prd_list .list .item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.prd_list .prd_group .item {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.prd_list .prd_group .item:first-child {
  width: 50%;
}
.prd_list .prd_group .item:first-child .wrap .img_bx .img_src {
  padding-bottom: 125%;
}
.prd_list .prd_group .item:first-child .wrap .txt_bx {
  font-size: 20px;
}
.prd_list .list, .prd_list .slick {
  margin-left: -10px;
  margin-right: -10px;
}
.prd_list .slick {
  padding-top: 30px;
  margin-bottom: 0;
}
.prd_list .slick-dots {
  top: 0;
  bottom: auto;
  width: auto;
  right: 10px;
  left: auto;
}
.prd_list .slick-dots li button {
  background-color: #d7d7d7;
}
.prd_list .slick-dots li.slick-active button,
.prd_list .slick-dots li.slick-active button:before {
  background-color: #104f9e;
}
.prd_list .slick .sa_r {
  right: -90px;
}
.prd_list .slick .sa_l {
  left: -90px;
}

.prd_list .slick .sa_ri,
.prd_list .slick .sa_le
 {
  top: -5px;
  bottom: auto;
  width: auto;
  left: auto;
  position:absolute;
}

.prd_list .slick .sa_le
{
   right: 38px;
}

.prd_list .slick .sa_ri
{
  right: 10px;
}

.main_visual .slick .sa_r:hover,
.main_visual .slick .sa_l:hover
 {
  opacity:1;
 }
.main_visual .slick .sa_r,
.main_visual .slick .sa_l
 {
  /* border: 1px solid rgb(242,233,228); */
  padding: 10px;
  /* background-color: rgba(242,233,228,0.7); */
  font-size:40px;


  display: inline-block;

  transform: scaleX(1);
  transform: scaleY(1);
  transform-origin: 0 0;



}

.main_visual .slick .sa_l
 {
  left:8%
}

.main_visual .slick .sa_r
 {
  right:8%
}

.prd_list .slick-arrow {
  /* line-height: 70px; */
  width: 70px;
  font-size: 17px;
  color: #ddd;
  text-align: center;
}
.prd_list .slick-arrow:hover {
  color: blue;
  /*background-color: #888888;*/
}
@media screen and (max-width: 1400px) {
  .prd_list .slick .sa_r {
    right: 10px;
  }
  .prd_list .slick .sa_l {
    left: 10px;
  }

  .prd_list .slick-arrow {
    color: #ddd;
    /* background-color: rgba(0, 0, 0, 0.2); */
    line-height: 30px;
    width: 40px;
    font-size: 20px;
  }
}
.prd_list .item {
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .prd_list .list .item {
    margin-bottom: 8px;
  }
  .prd_list .prd_group .item {
    width: 50%;
    margin-bottom: 8px;
  }
  .prd_list .prd_group .item:first-child {
    width: 100%;
  }
  .prd_list .prd_group .item:first-child .wrap .img_bx .img_src {
    padding-bottom: 100%;
  }
  .prd_list .prd_group .item:first-child .wrap .txt_bx {
    font-size: 14px;
  }
  .prd_list .list, .prd_list .slick {
    margin-left: -4px;
    margin-right: -4px;
  }
  .prd_list .item {
    padding: 0 4px;
  }
  .prd_list .slick .sa_l {
    left: 4px;
  }
  .prd_list .slick .sa_r {
    right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .prd_list .list .item {
    width: 50%;
  }
}
.prd_list .wrap {
  position: relative;
  display: block;
  border: 1px solid #dddddd;
}
.prd_list .wrap input[type=checkbox] + label {
  z-index: 5;
  line-height: 22px;
  padding-left: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.prd_list .wrap input[type=checkbox] + label:before {
  top: 10px;
  background-color: #fff;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  font-size: 20px;
}
.prd_list .wrap input[type=checkbox] + label:hover:before {
  border-color: #104f9e;
}
.prd_list .wrap input[type=checkbox]:checked + label:hover:before {
  border-color: #555;
}
.prd_list .wrap._soldout:hover {
  border-color: #333;
}
.prd_list .wrap._soldout .btn_bx {
  background-color: #333;
}
.prd_list .wrap:hover {
  border-color: #104f9e;
}
.prd_list .wrap:hover .btn_bx {
  height: 60px;
}
.prd_list .wrap:hover .txt_bx {
  margin-top: -60px;
}
.prd_list .wrap .tags {
  font-size: 0;
}
.prd_list .wrap .tags img {
  display: inline-block;
  margin-right: 3px;
}
.prd_list .wrap .img_bx {
  position: relative;
}
.prd_list .wrap .img_bx .tags {
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
}
.prd_list .wrap .img_bx .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prd_list .wrap .img_bx .mask {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 100%;
}
.prd_list .wrap .img_bx .mask, .prd_list .wrap .img_bx .mask .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prd_list .wrap .img_bx .mask .txt {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6666666667em;
  letter-spacing: -1px;
  font-weight: 600;
}
.prd_list .wrap .txt_bx {
  z-index: 4;
  position: relative;
  display: block;
  transition: 300ms all;
}
.prd_list .wrap .txt_bx .txt_wrap {
  background-color: #fff;
  padding: 30px;
}
.prd_list .wrap .txt_bx .code, .prd_list .wrap .txt_bx .name {
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prd_list .wrap .txt_bx .code {
  font-size: 0.8em;
  color: #888;
}
.prd_list .wrap .txt_bx .name {
  font-size: 1.1333333333em;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.5px;
}
.prd_list .wrap .txt_bx .sale {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
.prd_list .wrap .txt_bx .sale_rental {
  color: #222;
}
.prd_list .wrap .txt_bx .sale_discount {
  color: #e23333;
}
.prd_list .wrap .txt_bx .sale dl:before, .prd_list .wrap .txt_bx .sale dl:after {
  display: table;
  content: "";
}
.prd_list .wrap .txt_bx .sale dl:after {
  clear: both;
}
.prd_list .wrap .txt_bx .sale dl dt, .prd_list .wrap .txt_bx .sale dl dd {
  vertical-align: middle;
  display: inline-block;
}
.prd_list .wrap .txt_bx .sale dl dt {
  font-size: 0.9333333333em;
  float: left;
}
.prd_list .wrap .txt_bx .sale dl dd {
  font-weight: 500;
  float: right;
  font-size: 1.1333333333em;
}
.prd_list .wrap .txt_bx .sale dl dd span {
  font-size: 0.7647058824em;
  font-weight: 300;
}
.prd_list .wrap .btn_bx {
  color: #fff;
  text-align: center;
  background-color: #104f9e;
  font-size: 1.1333333333em;
  position: relative;
  overflow: hidden;
  height: 0;
  line-height: 60px;
  transition: 300ms all;
}
.prd_list .wrap .btn_bx p {
  display: inline-block;
}
.prd_list .wrap .btn_bx p:after {
  margin-left: 10px;
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
@media screen and (max-width: 1024px) {
  .prd_list .wrap:hover .btn_bx {
    height: 40px;
  }
  .prd_list .wrap:hover .txt_bx {
    margin-top: 0;
  }
  .prd_list .wrap .img_bx .tags {
    top: 5px;
    left: 5px;
  }
  .prd_list .wrap .img_bx .tags img {
    height: 14px;
  }
  .prd_list .wrap .txt_bx .txt_wrap {
    padding: 10px;
  }
  .prd_list .wrap .txt_bx .sale {
    padding-top: 5px;
    margin-top: 5px;
  }
  .prd_list .wrap .btn_bx {
    height: 40px;
    line-height: 40px;
  }
}

._prdview .sub_content {
  padding-bottom: 120px;
}
._prdview .header.simple {
  position: relative;
}
@media screen and (max-width: 1024px) {
  ._prdview .footer_wrap {
    padding-bottom: 130px;
  }
}

.prd_index_tab .tab.box a:hover {
  background-color: #f2f2f2;
}

@media screen and (min-width: 769px) {
  .prd_index_tab .tab[tab_wrap=on]  li
  {
    margin-top: -1px;
    width: 14.2857% !important;
  }
  .prd_index_tab .tab[tab_wrap=on] li:nth-child(7n+1)
  {
    border-left: 1px solid #ddd;
  }
}

@media screen and (max-width: 768px) {
  .prd_index_tab .tab li {
    margin-top: -1px;
    width: 25% !important;
  }
  .prd_index_tab .tab li:nth-child(4n+1) {
    border-left: 1px solid #ddd;
  }
}

.prd_index_list {
  margin-bottom: 50px;
}
.prd_index_list .title_bx {
  color: #222;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  position: relative;
}
.prd_index_list .title_bx:before, .prd_index_list .title_bx:after {
  display: table;
  content: "";
}
.prd_index_list .title_bx:after {
  clear: both;
}
.prd_index_list .title_bx .tt {
  float: left;
}
.prd_index_list .title_bx .tt span {
  font-family: "Open Sans", sans-serif;
}
.prd_index_list .title_bx .more {
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}
.prd_index_list .title_bx .more:after {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.prd_index_list .title_bx .more:after {
  vertical-align: middle;
  margin-left: 5px;
}

.prd_view {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .prd_view {
    margin-top: 10px;
  }
}

.prd_view_top {
  margin-bottom: 20px;
}
.prd_view_top .img_bx .prd_slick_nav {
  margin-top: 10px;
}
.prd_view_top .img_bx .prd_slick_nav .slick-arrow {
  color: #666;
}
.prd_view_top .img_bx .prd_slick_nav .slick {
  padding: 0 15px;
}
.prd_view_top .img_bx .prd_slick_nav li {
  padding: 0 5px;
}
.prd_view_top .img_src {
  border: 1px solid #ddd;
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
}
.prd_view_top .txt_bx .title_wrap {
  position: relative;
  line-height: 1.4;
}
.prd_view_top .txt_bx .name {
  font-size: 2em;
  letter-spacing: -1px;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.prd_view_top .txt_bx .code {
  font-size: 0.8666666667em;
  color: #999;
  margin: 20px 0 10px;
}
.prd_view_top .txt_bx .tags {
  font-size: 0;
}
.prd_view_top .txt_bx .tags img {
  margin-right: 3px;
  display: inline-block;
}
.prd_view_top .txt_bx .sns_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.prd_view_top .txt_bx .txt {
  padding: 50px 0;
  word-break: keep-all;
}
.prd_view_top .txt_bx .option_wrap {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.prd_view_top .txt_bx .option_wrap dl {
  margin-top: 20px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prd_view_top .txt_bx .option_wrap dl dt, .prd_view_top .txt_bx .option_wrap dl dd {
  display: table-cell;
}
.prd_view_top .txt_bx .option_wrap dl select {
  line-height: 45px;
  height: 45px;
  width: 100%;
}
.prd_view_top .txt_bx .option_wrap dl dt {
  color: #222;
  width: 140px;
  vertical-align: middle;
}
.prd_view_top .txt_bx .option_wrap .sale_rental {
  color: #222;
}
.prd_view_top .txt_bx .option_wrap .sale_discount {
  color: #e23333;
}
.prd_view_top .txt_bx .option_wrap .sale_rental dd,
.prd_view_top .txt_bx .option_wrap .sale_discount dd {
  font-weight: 500;
  text-align: right;
  font-size: 1.6666666667em;
}
.prd_view_top .txt_bx .option_wrap .sale_rental dd span,
.prd_view_top .txt_bx .option_wrap .sale_discount dd span {
  font-weight: 300;
  font-size: 0.72em;
}
.prd_view_top .btn_bx {
  margin-top: 40px;
  position: relative;
  text-align: center;
  padding-right: 70px;
}
.prd_view_top .btn_bx .btn_heart {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.prd_view_top .btn_bx .btn_heart .btn {
  line-height: 60px;
  width: 60px;
  display: block;
  border: 1px solid #104f9e;
  color: #104f9e;
  font-size: 32px;
}
.prd_view_top .btn_bx .btn_heart .btn:before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.prd_view_top .btn_bx .btn_heart .btn.on:before {
  content: "";
}
.prd_view_top .btn_bx .btnwrap li:nth-child(2) .btn {
  background-color: #104f9e;
  color: #fff;
}
.prd_view_top .btn_bx .btnwrap .btn {
  font-size: 1em;
  font-weight: 300;
  line-height: 60px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #104f9e;
  color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .prd_view_top {
    margin-bottom: 20px;
  }
  .prd_view_top .img_bx .prd_slick_nav {
    margin-top: 6px;
  }
  .prd_view_top .img_bx .prd_slick_nav .slick {
    padding: 0 10px;
  }
  .prd_view_top .img_bx .prd_slick_nav li {
    padding: 0 3px;
  }
  .prd_view_top .txt_bx .name {
    margin-bottom: 15px;
  }
  .prd_view_top .txt_bx .code {
    margin: 10px 0 10px;
  }
  .prd_view_top .txt_bx .tags img {
    margin-right: 2px;
  }
  .prd_view_top .txt_bx .txt {
    padding: 20px 0;
  }
  .prd_view_top .txt_bx .option_wrap {
    padding: 10px 0;
  }
  .prd_view_top .txt_bx .option_wrap dl {
    margin-top: 10px;
  }
  .prd_view_top .txt_bx .option_wrap dl select {
    line-height: 32px;
    height: 32px;
  }
  .prd_view_top .txt_bx .option_wrap dl dt {
    width: 90px;
  }
  .prd_view_top .btn_bx {
    margin-top: 20px;
    padding-right: 50px;
  }
  .prd_view_top .btn_bx .btn_heart .btn {
    line-height: 40px;
    width: 40px;
    font-size: 20px;
  }
  .prd_view_top .btn_bx .btnwrap .btn {
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .prd_view_top .txt_bx {
    margin-top: 20px;
  }
  .prd_view_top .txt_bx .tags img {
    height: 14px;
  }
}

.prd_view_tab {
  min-height: 600px;
  position: relative;
  margin-top: 100px;
  padding-right: 240px;
}
@media screen and (max-width: 1024px) {
  .prd_view_tab {
    min-height: auto;
    padding-right: 0;
  }
}
.prd_view_tab .tab-wrap {
  border-top: 1px solid #222;
}
.prd_view_tab .tab {
  position: absolute;
  margin-top: -55px;
  line-height: 55px;
  background-color: #fff;
  width: 100%;
}
.prd_view_tab .tab.fix {
  top: 0;
  left: 50%;
  position: fixed;
  margin-left: -600px;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .prd_view_tab .tab.fix {
    margin-left: 0;
    left: auto;
    left: 15px;
  }
}
.prd_view_tab .tab li {
  width: auto !important;
  display: inline-block;
  float: none;
  position: relative;
}
.prd_view_tab .tab li:first-child a {
  padding-left: 0;
}
.prd_view_tab .tab li:first-child a:before {
  content: none;
  display: none;
}
.prd_view_tab .tab a {
  border: 0;
  padding: 0 10px;
  width: 100%;
  letter-spacing: -0.4px;
  color: #666;
  display: block;
  font-size: 14px;
  position: relative;
}
.prd_view_tab .tab a:before {
  content: "";
  top: 50%;
  position: absolute;
  left: 0;
  height: 10px;
  margin-top: -5px;
  display: block;
  border-left: 1px solid #ddd;
}
.prd_view_tab .tab a:hover {
  color: #104f9e;
}
.prd_view_tab .tab a.on {
  color: #104f9e;
}

.prd_sidebar {
  position: absolute;
  right: 0;
  width: 240px;
  top: 0;
  text-align: center;
  border: 1px solid #222;
}
@media screen and (min-width: 1025px) {
  .prd_sidebar.fix {
    position: fixed;
    right: 50%;
    margin-right: -600px;
    top: 54px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .prd_sidebar.fix {
    margin-right: 0;
    right: auto;
    right: 15px;
  }
}
.prd_sidebar .bg {
  background-color: #222;
  color: #fff;
  font-weight: 300;
  line-height: 60px;
}
.prd_sidebar .title {
  display: block;
  font-size: 1.2em;
}
.prd_sidebar .btns {
  font-size: 14px;
}
.prd_sidebar .btns a {
  position: relative;
  color: #fff;
}
.prd_sidebar .btns a:nth-child(1):before {
  display: none;
}
.prd_sidebar .btns a:before {
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 0;
  top: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
}
.prd_sidebar .list {
  background-color: #fff;
  padding: 10px 20px;
}
.prd_sidebar .list li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.prd_sidebar .list li:first-child {
  border-top: 0;
}
.prd_sidebar .list select {
  line-height: 40px;
  height: 40px;
  width: 100%;
}
.prd_sidebar .list .img_bx {
  width: 90px;
  margin: 0 auto 10px;
  border: 1px solid #ddd;
}
.prd_sidebar .list .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.prd_sidebar .list .tit {
  font-size: 1.1333333333em;
  margin-bottom: 10px;
  color: #222;
  font-weight: 500;
}
.prd_sidebar .list dl {
  margin-top: 5px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prd_sidebar .list dl dt, .prd_sidebar .list dl dd {
  display: table-cell;
}
.prd_sidebar .list dl dd, .prd_sidebar .list dl dt {
  vertical-align: middle;
}
.prd_sidebar .list dl dt {
  text-align: left;
  width: 70px;
}
.prd_sidebar .list dl dd {
  letter-spacing: -0.5px;
  text-align: right;
  font-size: 1.2em;
}
.prd_sidebar .list .sale_rental {
  color: #222;
}
.prd_sidebar .list .sale_discount {
  color: #e23333;
}
@media screen and (max-width: 1024px) {
  .prd_sidebar {
    z-index: 99;
    position: fixed;
    width: 100%;
    top: 100vh;
    margin-top: -116px;
  }
  .prd_sidebar .bg {
    line-height: 45px;
  }
  .prd_sidebar .title:after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
  }
  .prd_sidebar .title:after {
    vertical-align: middle;
    margin-left: 5px;
  }
  .prd_sidebar .list {
    text-align: left;
    padding: 10px;
  }
  .prd_sidebar .list li {
    padding: 10px 0;
  }
  .prd_sidebar.on {
    bottom: 71px;
    top: auto;
  }
  .prd_sidebar.on .title:after {
    content: "";
  }
}

.prd_compare_info {
  padding: 30px 0 40px;
  text-align: center;
  line-height: 1.3;
}
.prd_compare_info .tit {
  color: #222;
  font-weight: 500;
  font-size: 1.8em;
}
.prd_compare_info .txt {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 1em;
}

.prd_compare_wrap .prd_list {
  text-align: center;
}
.prd_compare_wrap .prd_list .list {
  max-width: 960px;
  margin: 0 auto;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prd_compare_wrap .prd_list .list .item {
  display: table-cell;
}
.prd_compare_wrap .prd_list .item {
  vertical-align: top;
  position: relative;
  width: 33.33%;
  text-align: left;
  float: none;
}
.prd_compare_wrap .prd_list .wrap .btn_bx .btn {
  display: block;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .prd_compare_wrap .prd_list .list, .prd_compare_wrap .prd_list .list .item {
    display: block;
    width: 100%;
  }
  .prd_compare_wrap .prd_list .wrap {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .prd_compare_wrap .prd_list .wrap .txt_bx, .prd_compare_wrap .prd_list .wrap .img_bx {
    display: table-cell;
  }
  .prd_compare_wrap .prd_list .wrap .img_bx {
    vertical-align: top;
    width: 90px;
  }
  .prd_compare_wrap .prd_list .wrap .img_bx .tags {
    display: none;
  }
  .prd_compare_wrap .prd_list .wrap .txt_bx {
    padding-right: 30px;
    width: 100%;
    vertical-align: top;
  }
  .prd_compare_wrap .prd_list .wrap .txt_bx .name {
    white-space: normal;
    height: 48px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .prd_compare_wrap .prd_list .wrap .txt_bx .sale {
    display: none;
  }
}
.prd_compare_wrap .compare_select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .prd_compare_wrap .compare_select {
    padding: 0 4px;
  }
}
.prd_compare_wrap .compare_select .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.prd_compare_wrap .compare_select .cir {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.prd_compare_wrap .compare_select .cir p {
  margin-top: 10px;
  font-size: 12px;
}
.prd_compare_wrap .compare_select .cir i {
  display: inline-block;
  padding: 15px;
  border-radius: 50%;
  background-color: #ec881b;
  color: #fff;
  font-size: 30px;
}
@media screen and (max-width: 480px) {
  .prd_compare_wrap .compare_select {
    position: relative;
    height: auto;
    display: block;
    padding: 0;
  }
  .prd_compare_wrap .compare_select .txt {
    padding: 10px;
    position: relative;
    height: auto;
  }
  .prd_compare_wrap .compare_select .cir {
    position: static;
    transform: none;
  }
  .prd_compare_wrap .compare_select .cir i {
    font-size: 15px;
    padding: 10px;
  }
}

.prd_compare_tbl {
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #222;
  border-collapse: collapse;
  text-align: center;
}
.prd_compare_tbl_wrap {
  margin-top: 50px;
}
.prd_compare_tbl th, .prd_compare_tbl td {
  vertical-align: middle;
  border-top: 0;
  border: 1px solid #ddd;
  padding: 15px 10px;
}
.prd_compare_tbl th {
  color: #222;
  background-color: #fbfbfb;
}
.prd_compare_tbl tr th:first-child {
  width: 130px;
}
.prd_compare_tbl td {
  width: 33.33%;
  font-size: 0.9333333333em;
}
.prd_compare_tbl .sale_rental {
  color: #222;
}
.prd_compare_tbl .sale_discount {
  color: #e23333;
}
@media screen and (max-width: 768px) {
  .prd_compare_tbl {
    min-width: 500px;
  }
  .prd_compare_tbl_wrap {
    margin-top: 20px;
    border-left: 1px solid #ddd;
  }
  .prd_compare_tbl th, .prd_compare_tbl td {
    padding: 10px 5px;
  }
  .prd_compare_tbl tr {
    position: relative;
  }
  .prd_compare_tbl tr th:first-child {
    border-left: 0;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 80px;
  }
}

.prd_search_bx {
  margin-top: 20px;
  margin-bottom: 90px;
}
.prd_search_bx table {
  text-align: left;
  width: 100%;
  padding: 15px 10px;
  table-layout: fixed;
}
.prd_search_bx table input[type=checkbox] + label {
  margin-left: 15px;
}
.prd_search_bx table input, .prd_search_bx table select {
  height: 42px;
  line-height: 42px;
}
.prd_search_bx table th, .prd_search_bx table td {
  border: 1px solid #ddd;
  padding: 15px 0;
}
.prd_search_bx table th {
  text-align: center;
  width: 150px;
  color: #222;
  background-color: #fbfbfb;
}
.prd_search_bx table .row_0 {
  line-height: 42px;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .prd_search_bx table {
    border: 1px solid #ddd;
  }
  .prd_search_bx table .row_0 {
    line-height: 38px;
  }
  .prd_search_bx table input:first-child + label {
    margin-left: 0;
  }
  .prd_search_bx table input, .prd_search_bx table select {
    height: 38px;
    line-height: 38px;
  }
  .prd_search_bx table tr {
    border-top: 1px solid #ddd;
  }
  .prd_search_bx table tr:first-child {
    border-top: 0;
  }
  .prd_search_bx table tr, .prd_search_bx table th, .prd_search_bx table td {
    display: block;
  }
  .prd_search_bx table th, .prd_search_bx table td {
    padding: 5px;
    border: 0;
  }
  .prd_search_bx table th {
    width: 100%;
    text-align: left;
  }
}
.prd_search_bx .btn {
  background-color: #1e84ff;
  display: inline-block;
  padding: 0 50px;
  line-height: 60px;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 1.2em;
}
@media screen and (max-width: 1024px) {
  .prd_search_bx .btn {
    line-height: 42px;
  }
}

.order_page_wrap .btn_wrap .list_btn {
  display: inline-block;
  max-width: 200px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .order_page_wrap .btn_wrap .list_btn {
    line-height: 40px;
  }
}
.order_page_wrap .total_price {
  display: none;
  color: #222;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.2em;
}
.order_page_wrap .total_price dd {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .order_page_wrap .total_price {
    display: block;
  }
  .order_page_wrap .total_price_td {
    display: none !important;
  }
}

.red {
  color: red;
}

.order_title_area {
  max-width: 1020px;
  box-sizing: border-box;
  margin: 80px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.order_title_area .tit {
  float: left;
  font-size: 30px;
  color: #333;
  font-weight: 500;
}
.order_title_area .step {
  float: right;
}
.order_title_area .step li {
  display: inline-block;
  padding-left: 40px;
  line-height: 39px;
  background-image: url(/images/shop/order_step_arr.png);
  background-repeat: no-repeat;
  background-position: 14px center;
}
.order_title_area .step li:first-child {
  background-image: none;
  padding-left: 0;
}
.order_title_area .step li.on .wrap {
  color: #104f9e;
}
.order_title_area .step li.on .wrap .cir {
  background: #104f9e;
  color: #fff;
}
.order_title_area .step li .wrap {
  color: #999;
  font-weight: 500;
  font-size: 15px;
}
.order_title_area .step li .cir {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 35px;
  background: #ededed;
  color: #999;
}
@media screen and (max-width: 768px) {
  .order_title_area {
    margin: 30px auto 0;
    padding-bottom: 10px;
  }
  .order_title_area .tit {
    float: none;
    font-size: 22px;
  }
  .order_title_area .step {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .order_title_area .step li {
    display: inline-block;
    padding-left: 20px;
    line-height: 25px;
    background-size: 8px;
    background-position: 4px;
  }
  .order_title_area .step li .wrap {
    font-size: 13px;
  }
  .order_title_area .step li .cir {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    border-radius: 25px;
  }
}

.tbl_order_form {
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
  padding: 10px 0;
  width: 100%;
  border-collapse: initial;
  text-align: left;
}
.tbl_order_form .col_th {
  width: 180px;
}
.tbl_order_form th {
  font-weight: 500;
  color: #444;
  text-align: left;
  vertical-align: top;
  line-height: 45px;
}
.tbl_order_form th, .tbl_order_form td {
  padding: 7px 15px;
}
.tbl_order_form .input_wrap {
  max-width: 500px;
  width: 100%;
  margin-top: 10px;
}
.tbl_order_form .input_wrap:first-child {
  margin-top: 0;
}
.tbl_order_form .input_wrap .btn {
  display: block;
  background-color: #666666;
  color: #fff;
  text-align: center;
}
.tbl_order_form .input_wrap .input_for,
.tbl_order_form .input_wrap .btn {
  width: 100%;
  line-height: 45px;
  height: 45px;
}
.tbl_order_form .input_wrap .input_for.input_disable,
.tbl_order_form .input_wrap .btn.input_disable {
  padding: 0;
  text-align: center;
  border: 0;
  background-color: #fff;
}
.tbl_order_form .input_wrap .input_for {
  color: #555;
  padding: 0 15px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .tbl_order_form .col_th {
    width: 80px;
  }
  .tbl_order_form th {
    line-height: 1.3;
  }
  .tbl_order_form th, .tbl_order_form td {
    padding: 2px;
  }
  .tbl_order_form .input_wrap {
    margin-top: 4px;
  }
  .tbl_order_form .input_wrap:first-child {
    margin-top: 0;
  }
  .tbl_order_form .input_wrap .row_5 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .tbl_order_form .input_wrap .row_5 [class*=col-] {
    padding: 0 2px;
  }
  .tbl_order_form .input_wrap .input_for,
.tbl_order_form .input_wrap .btn {
    line-height: 38px;
    height: 38px;
  }
  .tbl_order_form .input_wrap .input_for {
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .tbl_order_form {
    padding: 0;
  }
  .tbl_order_form colgroup {
    display: none;
  }
  .tbl_order_form th, .tbl_order_form td, .tbl_order_form tr {
    display: block;
    width: 100%;
  }
  .tbl_order_form th {
    padding: 5px 0;
  }
  .tbl_order_form th:before {
    content: "· ";
  }
}

.order_page_wrap {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.order_page_wrap .title_area {
  margin: 60px 0 15px;
}
.order_page_wrap .title_area:before, .order_page_wrap .title_area:after {
  display: table;
  content: "";
}
.order_page_wrap .title_area:after {
  clear: both;
}
.order_page_wrap .title_area .left {
  float: left;
}
.order_page_wrap .title_area .right {
  float: right;
}
.order_page_wrap .tt {
  font-size: 18px;
  color: #444;
  text-align: left;
  font-weight: 500;
}
.order_page_wrap .tt .btn {
  font-weight: 300;
  display: inline-block;
  margin-left: 10px;
  padding: 0 20px;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  background-color: #666;
}
.order_page_wrap .pay_method_box {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  padding: 40px 15px;
}
.order_page_wrap .pay_method_box .tab_idx li {
  display: inline-block;
  margin-right: 30px;
}
.order_page_wrap .pay_method_box .con_idx {
  display: none;
}
.order_page_wrap .pay_method_box .deposit {
  margin-top: 30px;
  background: #f8f8f8;
  padding: 20px 30px;
  font-size: 14px;
}
.order_page_wrap .pay_method_box .deposit p {
  line-height: 1.7;
}
.order_page_wrap .receipt_apply {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.order_page_wrap .receipt_apply .wrap {
  margin-bottom: 30px;
  position: relative;
  padding-left: 180px;
}
.order_page_wrap .receipt_apply .wrap .chk_area {
  position: absolute;
  top: 0;
  left: 0;
}
.order_page_wrap .receipt_apply .hyphen_list {
  font-size: 14px;
}
.order_page_wrap .receipt_apply .receipt_apply_bx {
  max-width: 300px;
  width: 100%;
}
.order_page_wrap .receipt_apply .receipt_apply_bx .tab.box a {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #888;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
}
.order_page_wrap .receipt_apply .receipt_apply_bx .tab.box a.on {
  border-color: #104f9e;
  color: #104f9e;
}
.order_page_wrap .receipt_apply .receipt_apply_bx .tab-content {
  margin-top: 10px;
}
.order_page_wrap .receipt_apply .receipt_apply_bx .tab-content input {
  font-size: 14px;
  border: 1px solid #ddd;
  width: 100%;
  height: 37px;
  line-height: 37px;
  padding: 0 10px;
}
.order_page_wrap .btn_area .btn-type-01 {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .order_page_wrap .title_area {
    margin: 30px 0 5px;
  }
  .order_page_wrap .title_area .tt {
    font-size: 15px;
  }
  .order_page_wrap .title_area .tt .btn {
    padding: 0 10px;
    line-height: 22px;
    font-size: 12px;
  }
  .order_page_wrap .pay_method_box {
    padding: 20px 5px;
  }
  .order_page_wrap .pay_method_box .tab_idx li {
    margin-right: 15px;
  }
  .order_page_wrap .pay_method_box .deposit {
    margin-top: 15px;
    padding: 10px;
    font-size: 13px;
  }
  .order_page_wrap .receipt_apply {
    padding-top: 15px;
    margin-top: 15px;
  }
  .order_page_wrap .receipt_apply .wrap {
    padding: 0;
    margin-bottom: 15px;
  }
  .order_page_wrap .receipt_apply .wrap .chk_area {
    margin-bottom: 10px;
    position: relative;
  }
  .order_page_wrap .receipt_apply .hyphen_list {
    font-size: 12px;
  }
  .order_page_wrap .receipt_apply .receipt_apply_bx .tab.box a {
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
  .order_page_wrap .receipt_apply .receipt_apply_bx .tab-content {
    margin-top: 5px;
  }
  .order_page_wrap .receipt_apply .receipt_apply_bx .tab-content input {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
  }
}

.price_area {
  text-align: center;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.price_area .section {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.price_area .section:before, .price_area .section:after {
  display: table;
  content: "";
}
.price_area .section:after {
  clear: both;
}
.price_area .section:first-child {
  border-top: 0;
}
.price_area .section dl {
  text-align: left;
  margin-top: 10px;
  position: relative;
  padding-left: 180px;
}
.price_area .section dl:first-child {
  margin-top: 0;
}
.price_area .section dl dd:after {
  content: " ";
}
.price_area .section dl dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  padding: 0 20px;
}
.price_area .section_reserve {
  color: #444;
}
.price_area .section_reserve .hyphen_list {
  font-size: 14px;
}
.price_area .section_reserve .input_bx {
  font-size: 16px;
  margin-bottom: 10px;
}
.price_area .section_reserve .input_bx input {
  text-align: right;
  padding: 0 15px;
  width: 180px;
}
.price_area .section_reserve .input_bx .now {
  margin-left: 10px;
  display: inline-block;
  color: #222;
}
.price_area .section_reserve .input_bx .now ._mc {
  color: #104f9e;
}
.price_area .section_fare {
  padding-right: 300px;
  position: relative;
  font-size: 13px;
}
.price_area .section_fare:before, .price_area .section_fare:after {
  display: table;
  content: "";
}
.price_area .section_fare:after {
  clear: both;
}
.price_area .section_fare .bx_total {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}
.price_area .section_fare .bx_total:before {
  background-image: url(/images/shop/equal_icon.png);
}
.price_area .section_fare .bx_total .price {
  color: #104f9e;
  font-size: 1.3846153846em;
}
.price_area .section_fare .bx_total .price strong {
  font-size: 1.5555555556em;
}
.price_area .section_fare .bx_total .tt {
  font-size: 1.1538461538em;
}
.price_area .section_fare > div:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  left: -7px;
  top: 50%;
  margin-top: -7px;
}
.price_area .section_fare .bx_price,
.price_area .section_fare .bx_delivery_fee,
.price_area .section_fare .bx_reserve_fee {
  float: left;
  width: 50%;
  text-align: center;
  position: relative;
}
.price_area .section_fare .tt {
  text-align: center;
  color: #444;
  margin-bottom: 10px;
  font-size: 1em;
}
.price_area .section_fare .price {
  font-size: 1.1538461538em;
  color: #333;
  font-weight: 600;
}
.price_area .section_fare .price strong {
  font-weight: 600;
  letter-spacing: -0.5px;
  font-size: 1.2em;
  font-family: "Heebo", sans-serif;
}
.price_area .section_fare .bx_delivery_fee:before {
  background-image: url(/images/shop/plus_icon.png);
}
.price_area .section_fare .bx_reserve_fee:before {
  background-image: url(/images/shop/minus_icon.png);
}
@media screen and (max-width: 768px) {
  .price_area .section {
    padding: 15px 0;
  }
  .price_area .section dl {
    margin-top: 10px;
    position: relative;
    padding-left: 120px;
  }
  .price_area .section dl dt {
    width: 120px;
    padding: 0 5px;
  }
  .price_area .section_reserve {
    color: #444;
  }
  .price_area .section_reserve .hyphen_list {
    font-size: 12px;
  }
  .price_area .section_reserve .input_bx {
    font-size: 14px;
  }
  .price_area .section_reserve .input_bx input {
    padding: 0 10px;
    width: 150px;
  }
  .price_area .section_reserve .input_bx .now {
    margin-left: 0;
    display: block;
  }
  .price_area .section_fare {
    font-size: 10px;
    padding-right: 170px;
  }
  .price_area .section_fare .bx_total {
    width: 160px;
  }
  .price_area .section_fare > div:before {
    width: 10px;
    height: 10px;
    left: -5px;
    margin-top: -5px;
    background-size: 10px;
  }
  .price_area .section_fare .tt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 480px) {
  .price_area .section_fare {
    padding-right: 0;
  }
  .price_area .section_fare .bx_total {
    clear: left;
    padding-top: 20px;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
  }
  .price_area .section_fare .bx_total:before {
    content: none;
    display: none;
  }
  .price_area .section_fare .bx_total .tt {
    margin-bottom: 0;
  }
}

.order_complete_bx {
  padding: 60px 0;
}
.order_complete_bx .tit_bx {
  text-align: center;
}
.order_complete_bx .tit_bx .tit {
  color: #333;
  padding-top: 90px;
  background: url(/images/shop/order_end_icon.png) no-repeat top center;
  font-size: 30px;
  margin-bottom: 15px;
}
.order_complete_bx .tit_bx .txt {
  color: #797979;
  font-size: 18px;
}
.order_complete_bx .tit_bx .txt .name {
  font-weight: 500;
}

.pop-con {
  border-radius: 0;
}
.pop-con.alert {
  padding: 40px 30px;
}
.pop-con.alert .pop_tit {
  font-size: 18px;
  color: #333;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 768px) {
  .pop-con.alert {
    padding: 40px 15px 30px;
  }
  .pop-con.alert .pop_tit {
    font-size: 15px;
  }
  .pop-con.alert .btn_box .btn-type-01 {
    height: 40px;
    line-height: 40px;
  }
}
.pop-con .title_bx {
  background-color: #4c4c4c;
  color: #fff;
  font-size: 18px;
  padding: 0 30px;
  line-height: 50px;
  text-align: left;
}
.pop-con .title_bx .mfp-close {
  padding: 0;
  width: 50px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 0;
}
.pop-con .title_bx .mfp-close i {
  font-size: 30px;
  vertical-align: middle;
}
.pop-con .pop-body {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .pop-con .title_bx {
    font-size: 15px;
    padding: 0 30px;
    line-height: 40px;
  }
  .pop-con .title_bx .mfp-close {
    width: 40px;
    line-height: 40px;
    height: 40px;
  }
  .pop-con .title_bx .mfp-close i {
    font-size: 20px;
  }
  .pop-con .pop-body {
    padding: 10px;
  }
}
.pop-con._refund {
  max-width: 500px;
  padding: 0;
  border-radius: 0;
}
.pop-con._refund input, .pop-con._refund textarea {
  width: 100%;
}

.btn_box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .btn_box {
    margin-top: 20px;
  }
}
.btn_box ul {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
.btn_box .btn-type-01,
.btn_box input[type=submit].btn-type-01 {
  width: 100%;
  text-align: center;
  display: block;
  height: 48px;
  line-height: 48px;
  background-color: #104f9e;
  color: #fff;
  border: 1px solid #104f9e;
  font-size: 16px;
}
.btn_box .btn-type-01.line,
.btn_box input[type=submit].btn-type-01.line {
  background-color: #fff;
  color: #104f9e;
}
@media screen and (max-width: 768px) {
  .btn_box .btn-type-01,
.btn_box input[type=submit].btn-type-01 {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

.cart_btn_box {
  overflow: hidden;
  padding-bottom: 10px;
  margin: 10px 0;
}
.cart_btn_box:before, .cart_btn_box:after {
  display: table;
  content: "";
}
.cart_btn_box:after {
  clear: both;
}
.cart_btn_box .btn {
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #909090;
  line-height: 49px;
  color: #666;
  padding: 0 20px;
  min-width: 120px;
  display: inline-block;
  margin-left: 2px;
}
.cart_btn_box .btn.bg {
  background-color: #104f9e;
  border-color: #104f9e;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cart_btn_box .btn {
    font-size: 12px;
    line-height: 30px;
    min-width: 70px;
    padding: 0 10px;
  }
}
.cart_btn_box .right {
  float: right;
}

.prod_vol {
  font-size: 0;
}
.prod_vol .vol_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  color: #666;
  font-size: 0.875rem;
  cursor: pointer;
  background: #fff;
}
.prod_vol .vol_btn.down {
  line-height: 25px;
}
.prod_vol .vol_inp {
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 25px;
  padding: 0;
  font-size: 0.75rem;
  color: #666;
  margin: 0 -1px;
  background: #fff;
}

.tbl_st {
  width: 100%;
  table-layout: fixed;
}
.tbl_st .col_chk {
  width: 80px;
}
.tbl_st .col_prd {
  width: 300px;
}
.tbl_st thead th {
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  color: #222;
  padding: 15px 0;
}
.tbl_st tbody td {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
  color: #555;
  line-height: 1.5;
}
.tbl_st tbody td.title {
  text-align: left;
}
.tbl_st tbody td.title .img {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}
.tbl_st tbody td.title .img_src {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #ddd;
  background-size: contain;
}
.tbl_st tbody td.title .info {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.tbl_st tbody td .link {
  color: #222;
  font-weight: 500;
}
.tbl_st tbody td .link:hover {
  text-decoration: underline;
}
.tbl_st tbody td .link.point:hover {
  color: #104f9e;
}
.tbl_st tbody td .prod_name {
  color: #222;
  font-weight: 500;
}
.tbl_st tbody td .option {
  color: #555;
  font-weight: normal;
}
.tbl_st tbody td .pay_ok {
  color: #222;
  font-weight: 500;
}
.tbl_st tbody td .pay_not {
  color: #104f9e;
  font-weight: 500;
}
.tbl_st tbody td .btn_inc {
  display: inline-block;
  padding: 5px 17px 6px;
  background: #444;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 300;
}
.tbl_st tbody td .btn_inc:hover {
  background: #104f9e;
}
.tbl_st .btn {
  display: inline-block;
  margin: 0 auto;
  line-height: 26px;
  padding: 0 15px;
  background-color: #555;
  color: #fff;
  font-size: 12px;
}
.tbl_st .btn.bg {
  background-color: #104f9e;
}
.tbl_st.refund {
  width: 400px;
}
.tbl_st.refund thead th {
  border-right: 1px solid #ddd;
}
.tbl_st.refund tbody td {
  border-right: 1px solid #ddd;
  padding: 20px;
}
.tbl_st.refund .last {
  border-right: none;
}
.tbl_st.comp {
  border-top: 1px solid #222;
}
.tbl_st.comp tbody th {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.tbl_st.comp tbody td {
  font-size: 14px;
  color: #666;
  padding: 20px;
  text-align: left;
}
.tbl_st.orderlist .view {
  text-decoration: underline;
}
.tbl_st.orderlist .view:hover {
  color: #104f9e;
}
@media screen and (max-width: 1024px) {
  .tbl_st.orderlist {
    border-top: 1px solid #222;
  }
  .tbl_st.orderlist .view {
    font-size: 18px;
    color: #104f9e;
  }
  .tbl_st.orderlist thead {
    display: none;
  }
  .tbl_st.orderlist tr, .tbl_st.orderlist td, .tbl_st.orderlist th {
    display: block;
  }
  .tbl_st.orderlist p {
    display: inline-block;
  }
  .tbl_st.orderlist tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .tbl_st.orderlist tbody td {
    line-height: 1.3;
    text-align: left;
    border-bottom: 0;
    padding: 2px 5px;
  }
  .tbl_st.orderlist tbody td:before {
    content: attr(data-td);
    color: #444;
  }
}
@media screen and (max-width: 768px) {
  .tbl_st tbody td.title .img {
    width: 90px;
  }
  .tbl_st tbody td.title .info {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tbl_st.order {
    border-top: 1px solid #222;
  }
  .tbl_st.order thead {
    display: none;
  }
  .tbl_st.order tr, .tbl_st.order td, .tbl_st.order th {
    display: block;
  }
  .tbl_st.order tbody tr {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .tbl_st.order tbody td {
    text-align: left;
    border-bottom: 0;
    padding: 1px 5px;
  }
  .tbl_st.order tbody td.title:before {
    content: none;
    display: none;
  }
  .tbl_st.order tbody td:before {
    content: attr(data-td);
    color: #444;
  }
}

.tbl_st2 {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ddd;
  font-size: 13px;
}
.tbl_st2 tbody th, .tbl_st2 tbody td {
  padding: 12px 25px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.tbl_st2 tbody th {
  background: #f8f8f8;
  color: #555;
}
.tbl_st2 tbody td {
  color: #888;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .tbl_st2 tbody th, .tbl_st2 tbody td {
    padding: 8px 5px;
  }
}
@media screen and (max-width: 480px) {
  .tbl_st2 col[width="20%"] {
    width: 90px;
  }
}

.price_info_edit_area .info_tit {
  font-size: 1.4em;
  font-weight: bold;
  color: #eb5d21;
  margin-bottom: 15px;
}

.price_info_edit_area .info_bx {
  margin-top: 40px;
}

.price_info_edit_area .rental_price_bx {
  border: 1px solid #ddd;
  padding: 30px 30px;
}

@media screen and (max-width: 1024px) {
  .price_info_edit_area .rental_price_bx {
    padding: 15px 10px;
  }

  .price_info_edit_area .info_bx {
    margin-top: 20px;
  }
}
.price_info_edit_area .rental_price_bx .tit {
  float: left;
  font-size: 1.4em;
  font-weight: bold;
  color: #222;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .price_info_edit_area .rental_price_bx .tit {
    font-size: 16px;
  }
}
.price_info_edit_area .rental_price_bx .price_txt {
  float: right;
  font-size: 1.2em;
}

.price_info_edit_area .rental_price_bx .price_txt .num_t {
  font-size: 1.8em;
  color: #eb5d21;
  padding: 0 5px;
}

.price_info_edit_area .bollet_bx dl {
  margin-top: 10px;
}

.price_info_edit_area .bollet_bx dl dt {
  float: left;
  color: #222;
  margin-right: 10px;
  position: relative;
  padding-left: 17px;
}

.price_info_edit_area .bollet_bx dl dt:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
  color: #eb5d21;
  font-size: 0.9em;
}

.price_info_edit_area .bollet_bx dl dd {
  overflow: hidden;
  font-weight: 300;
}

.price_info_edit_area .terms_bx {
  border: 1px solid #ddd;
  padding: 20px;
  font-weight: 300;
  height: 200px;
}

.sub_tbl {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #666;
}

.sub_tbl th,
.sub_tbl td {
  padding: 12px 0;
  border: 1px solid #ddd;
  color: #666;
}

.coution_t {
  color: #eb5d21;
  margin-top: 10px;
  font-weight: 300;
}

.txt_mt {
  margin-top: 30px;
}

.m_br_show {
  display: none;
}

@media screen and (max-width: 1024px) {
  .m_br_show {
    display: block;
  }

  .txt_mt {
    margin-top: 22px;
  }

  .sub_tbl th,
.sub_tbl td {
    padding: 8px 0px;
    font-size: 13px;
    word-break: break-all;
  }
}


.quick_kakaotalk {
  background-image: url('/images/quick/3.png');
  /* background-repeat: no-repeat; */
  border-radius: 50%;
  background-position: -14px 1px;
  display: inherit;
}
.quick_tel_cs {
  background-image: url('/images/quick/1.png');
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: -14px -8px;
  display: inherit;
}
.quick_inquiry3 {
  background-image: url('/images/quick/2.png');
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: -16px -9px;
  display: inherit;
}
.quick_togo_kakaotalk {
  background-image: url('/images/quick/4.png');
  /* background-repeat: no-repeat; */
  border-radius: 50%;
  background-position: -14px 1px;
  display: inherit;
}