.c1 {
  color: #2071F8 !important;
}
.c_red{
  color: #FF0000 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

.prod_tab dl dd.a, .pass_modal .modal_box .s_btn, .pass_modal2 .modal_box .s_btn, .mypage .my_tab ul li.a, .login .inp_wrap .s_btn.bg_gr, .join3 .btn_line .btn.bg_gr, .join_wrap .btn_line .btn.bg_gr, .inquiry .btn_line .bg_gr, .board_lst_pg .board_lst_wrap .write_btn, .prod_tab ul li.a, .sect4 .df_box .r_wrap .pagi_box .arrow_btn:hover, .sect4 .df_box .l_wrap a:hover, .sect3 .df_box .l_wrap .btn_box a:hover, .sect3 .df_box .r_wrap .btn_box a:hover, .sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item.swiper-slide-thumb-active, .main_slider .arrow_btn:hover, .main_slider .main_thumb .item::after {
  background: rgb(32, 113, 248);
  background: linear-gradient(320deg, rgb(32, 113, 248) 0%, rgb(8, 230, 235) 100%);
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "dream";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "dream";
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

a, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all;
}

img, fieldset, iframe {
  border: 0 none;
}

li {
  list-style: none;
}

input, select, button, textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "dream";
  font-size: 14px;
  font-weight: 300;
}

input {
  padding: 0 10px;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

input[type=file] {
  padding: 0;
  -webkit-border-radius: 0;
}

input[type=file]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  padding: 0 25px 0 20px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-color: #fff;
  background-image: url(/src/img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
}

select option {
  background: #fff;
  color: #333;
}

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

button {
  background: none;
  border: none;
  vertical-align: top;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

legend {
  *width: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

pre {
  white-space: pre-line;
  font-family: "dream";
}

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

/* position */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

/* display */
.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.flul > li {
  float: left;
}

.flul:after {
  content: "";
  display: block;
  clear: both;
}

.cb:after {
  content: "";
  display: block;
  clear: both;
}

/* space */
.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.skip_nav li a {
  position: absolute;
  left: -3000%;
}
.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center;
}

.ti {
  text-indent: -999em;
}

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
}

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

/* text */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst {
  font-size: 0;
}
.res_lst > li {
  display: inline-block;
  vertical-align: top;
}

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tov2 {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* -webkit-line-clamp: 2;line-height: 30px; */
.mov_frame, .frame_height {
  position: relative;
  padding-top: 56.25%;
}
.mov_frame iframe, .frame_height iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bgi {
  background-repeat: no-repeat;
}

.bgi_b:before {
  content: "";
  background-repeat: no-repeat;
}

.bgi_a:after {
  content: "";
  background-repeat: no-repeat;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

#gMap img, .map_api img {
  max-width: inherit;
  max-height: inherit;
}

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
}

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.ani.r {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
  transform: matrix(1, 0, 0, 1, 50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.l {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, -50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.appear {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/*
* Splitting.js
* update : 231005
*/
.splitting {
  overflow: hidden;
}

[data-scroll=in].up .splitting .char {
  animation: slide-up-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].up .splitting .char {
  transform: translateY(-3em);
  opacity: 0;
}

@keyframes slide-up-in {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
[data-scroll=in].ls .splitting .char {
  animation: letter-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].ls .splitting .char {
  transform: translateX(calc(0.2em * var(--char-index)));
}

@keyframes letter-in {
  from {
    transform: translateX(calc(0.2em * var(--char-index)));
    opacity: 0.4;
  }
}
/* map error */
.sys_map_error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.sys_map_error .error_txt {
  color: #666;
}

.sun-editor-editable em {
  font-style: italic;
}

.sun-editor-editable ol li {
  list-style: decimal;
}

.sun-editor-editable ul li {
  list-style: disc;
}

.sun-editor-editable[contenteditable=true] .se-component, .sun-editor-editable[contenteditable=true] .se-component {
  outline: none !important;
}

.sun_editor_v h1, .sun_editor_v h2 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h3, .sun_editor_v h4 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h5, .sun_editor_v h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.sun_editor_v h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.sun_editor_v h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.sun_editor_v h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.sun_editor_v h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.sun_editor_v h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.sun_editor_v .se-video-container figure {
  position: relative;
}

.sun_editor_v .se-video-container figure iframe {
  position: absolute;
  top: 0;
  left: 0;
}

/* font-size */
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz44 {
  font-size: 44px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 18px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 20px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz44 {
    font-size: 20px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 14px;
  }
}
* {
  letter-spacing: -0.5px;
}

/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.page_num.mt40 {
  margin-top: 40px;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  border-radius: 30px;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #000;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 30px;
  }
  .page_num.mt40 {
    margin-top: 20px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
.de_btn{display: inline-block;line-height: 120%;text-align: center;vertical-align: middle;color: #666;transition: all 0.5s;-webkit-transition: all 0.5s;-webkit-background-clip: border-box;background-clip: border-box;}
.de_btn:disabled{background-color: #eee !important;color: #ccc !important;cursor: auto;}
.de_btn:focus{outline: none;}
*/
/* btn size*/
/*
.de_btn.sg{min-width: 155px;height: 60px;line-height: 58px;font-size: 14px;font-weight: 500;}
.de_btn.sl{min-width: 130px;height: 50px;line-height: 48px;font-size: 14px;font-weight: 500;}
.de_btn.sm{min-width: 116px;height: 45px;line-height: 43px;font-size: 12px;font-weight: 500;}
.de_btn.ss{min-width: 95px;height: 36px;line-height: 34px;font-size: 12px;}
.de_btn.st{min-width: 80px;height: 30px;line-height: 28px;font-size: 12px;}

.de_btn.fill{background-color: $deCompColor;color: #fff;}
.de_btn.fill:hover{background-color: $deCompColorHover;}
.de_btn.fill:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}

.de_btn.outline{border: 1px solid #999;}
.de_btn.outline:hover{border: 1px solid $deCompColor;color: $deCompColor;}
.de_btn.outline:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}
.de_btn.outline:disabled{border: 1px solid #ccc;}

.de_btn.ghost{border: 1px solid transparent;}
.de_btn.ghost:hover{border: 1px solid transparent;color: $deCompColor;}
.de_btn.ghost:focus{text-shadow: 1px 5px 5px rgba(0,0,0,0.15);}
*/
/*
// input text
.de_inp{width: 100%;border: 1px solid #ddd;}
input.de_inp{padding: 0 10px;}
.de_inp::-webkit-input-placeholder{color: #999;}
.de_inp::-moz-placeholder{color: #999;}
.de_inp:-ms-input-placeholder{color: #999;}
.de_inp:-moz-placeholder{color: #999;}
.de_inp:focus{border: 1px solid $deCompColor;outline: none;}
.de_inp:disabled{background-color: #eee;}

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: #2071F8 !important;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  margin-right: 10px;
}

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
}

.de_rdo.sg i, .de_cki.sg i, .de_cks.sg i {
  width: 30px;
  height: 30px;
}

.de_rdo.ss i, .de_cki.ss i, .de_cks.ss i {
  width: 20px;
  height: 20px;
}

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid #2071F8;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .pop_tit {
  display: none;
}
.sys_popup .cont .top {
  height: calc(100% - 48px);
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  padding: 10px;
  text-align: right;
}
.sys_popup .cont .bottom button {
  vertical-align: middle;
}
.sys_popup .cont .bottom button img {
  vertical-align: middle;
}
.sys_popup .cont .bottom .sys_pop_close.cookie::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.container {
  width: 1400px;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
}
#header {
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #eee;
  background-color: #fff;
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .h_sch {
  /* position: relative; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 440px;
  height: 50px;
  border: solid 2px #2071F8 !important;
  border-radius: 30px;
  overflow: hidden;
}
#header .h_cont .h_sch input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 30px;
  padding: 0px 60px 0px 20px;
}
#header .h_cont .h_sch input::placeholder {
  color: #999;
}
#header .h_cont .h_sch button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#header .h_cont .m_sch_btn {
  display: none;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
#header .h_cont .middle_btn{display: flex; justify-content: center; align-items: center; width: 142px; height: 41px; border: solid 1px #999; text-align: center; font-size: 14px; font-weight: bold; color: #333;}
#header .h_cont .middle_btn:hover{
  border: none;
  background: rgb(32, 113, 248);
  background: linear-gradient(320deg, rgb(32, 113, 248) 0%, rgb(8, 230, 235) 100%);
  color: #fff;
}
#header .h_cont .r_wrap .mem_btn_wrap a {
  color: #666;
}
#header .h_cont .r_wrap .mem_btn_wrap a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: -2px 10px 0px;
  background-color: #ddd;
}
#header .h_cont .r_wrap .mem_btn_wrap a:last-child::after {
  display: none;
}
#header .h_cont .r_wrap .sitemap_open {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url(/src/img/i/menu_btn.png) no-repeat center center;
}
#header .h_cont .r_wrap .sitemap_open.a {
  background-image: url(/src/img/i/sitemap_close.png);
}

@media screen and (max-width: 1420px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #header .h_cont .h_sch {
    display: none;
  }
  #header .h_cont .m_sch_btn {
    display: block;
  }
  #header .h_cont .r_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 60px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 133px;
  }
  #header .h_cont .m_sch_btn {
    width: 24px;
  }
}
.sitemap_wrap {
  z-index: 101;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 473px;
  display: none;
}
.sitemap_wrap .sitemap {
  height: 100%;
  background-color: #fff;
}
.sitemap_wrap .sitemap .top {
  display: none;
}
.sitemap_wrap .sitemap .map_cont {
  width: 1400px;
  height: 100%;
  margin: 0px auto;
  background: url(/src/img/sitemap_water.png) no-repeat right center/auto;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap {
  padding-top: 40px;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul {
  display: flex;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li {
  width: 25%;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li > button {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  pointer-events: none;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 {
  margin-top: 20px;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 15px;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li a {
  font-size: 18px;
  color: #666;
}
.sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #2071F8 !important;
  text-decoration: underline;
  text-underline-position: under;
}

@media screen and (max-width: 1420px) {
  .sitemap_wrap {
    position: fixed;
    top: 0;
    height: 100%;
  }
  .sitemap_wrap .sitemap {
    position: absolute;
    top: 0;
    width: 100%;
    left: -100%;
    transition: left 0.5s;
  }
  .sitemap_wrap .sitemap.a {
    left: 0;
  }
  .sitemap_wrap .sitemap .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0px 40px;
    border-bottom: solid 1px #eee;
  }
  .sitemap_wrap .sitemap .top .mem_btn_wrap a {
    color: #666;
  }
  .sitemap_wrap .sitemap .top .mem_btn_wrap a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    margin: -2px 10px 0px;
    background-color: #ddd;
  }
  .sitemap_wrap .sitemap .top .mem_btn_wrap a:last-child::after {
    display: none;
  }
  .sitemap_wrap .sitemap .map_cont {
    width: 100%;
    height: calc(100% - 100px);
    background-image: none;
    overflow-y: scroll;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap {
    padding-top: 0;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul {
    display: block;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li {
    width: 100%;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li > button {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 40px;
    text-align: left;
    pointer-events: all;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: url(/src/img/i/bottom_arrow_b.png) no-repeat center center;
    transition: transform 0.5s;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 {
    display: none;
    margin-top: 0;
    padding: 40px;
    background-color: #FAFAFA;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li.a > button::after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 60px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .mem_btn_wrap a {
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .top .mem_btn_wrap a::after {
    height: 8px;
    margin: -1px 5px 0px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 20px;
  }
  .sitemap_wrap .sitemap .map_cont {
    height: calc(100% - 60px);
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li > button {
    padding: 20px;
    font-size: 16px;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li > button::after {
    right: 20px;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 {
    padding: 20px;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 10px;
  }
  .sitemap_wrap .sitemap .map_cont .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
}
.main_menu {
  height: 75px;
  border-bottom: solid 2px #000;
}
.main_menu .menu_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
  height: 100%;
  margin: 0px auto;
}
.main_menu .menu_cont nav ul {
  display: flex;
  gap: 0px 40px;
}
.main_menu .menu_cont nav ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.main_menu .menu_cont nav ul li a:hover {
  position: relative;
  color: #2071F8 !important;
}
.main_menu .menu_cont nav ul li a:hover::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #2071F8 !important;
}
.main_menu .menu_cont nav ul li.a a {
  position: relative;
  color: #2071F8 !important;
}
.main_menu .menu_cont nav ul li.a a::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #2071F8 !important;
}
.main_menu .menu_cont nav ul li:first-child a {
  color: #2071F8 !important;
  pointer-events: none;
}
.main_menu .menu_cont .r_nav {
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.main_menu .menu_cont .r_nav a, .main_menu .menu_cont .r_nav p {
  font-size: 18px;
}
.main_menu .menu_cont .r_nav a:last-child, .main_menu .menu_cont .r_nav p:last-child {
  color: #2071F8 !important;
  font-weight: bold;
}
.main_menu .menu_cont .r_nav a:last-child img, .main_menu .menu_cont .r_nav p:last-child img {
  vertical-align: middle;
  margin-top: -4px;
}
.main_menu .menu_cont .r_nav a:hover {
  color: #2071F8;
}

@media screen and (max-width: 1420px) {
  .main_menu {
    overflow-x: scroll;
  }
  .main_menu .menu_cont {
    width: 100%;
    padding: 0px 40px;
  }
  .main_menu .menu_cont nav {
    padding-right: 40px;
  }
  .main_menu .menu_cont nav ul li a::after {
    display: none;
  }
  .main_menu .menu_cont .r_nav {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .main_menu {
    height: 50px;
  }
  .main_menu .menu_cont {
    padding: 0px 20px;
  }
  .main_menu .menu_cont nav {
    padding-right: 20px;
  }
  .main_menu .menu_cont nav ul {
    gap: 0px 20px;
  }
  .main_menu .menu_cont nav ul li a {
    font-size: 14px;
  }
}
.m_sch_wrap {
  z-index: 102;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.m_sch_wrap .m_sch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.m_sch_wrap .m_sch .inp {
  width: 100%;
  height: 100%;
  padding: 0px 130px 0px 40px;
  border: none;
  font-size: 14px;
}
.m_sch_wrap .m_sch .inp::placeholder {
  color: #999;
}
.m_sch_wrap .m_sch .sch_btn {
  position: absolute;
  top: 50%;
  right: 84px;
  transform: translateY(-50%);
}
.m_sch_wrap .m_sch .m_sch_close {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .m_sch_wrap .m_sch {
    height: 60px;
  }
  .m_sch_wrap .m_sch .inp {
    padding: 0px 60px 0px 20px;
    font-size: 12px;
  }
  .m_sch_wrap .m_sch .sch_btn {
    width: 24px;
    right: 54px;
  }
  .m_sch_wrap .m_sch .m_sch_close {
    right: 20px;
    width: 20px;
  }
}
.main_slider {
  margin-top: 20px;
}
.main_slider .main_mask {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main_slider .main_mask .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main_slider .main_mask .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s ease-out;
}
.main_slider .main_mask .item a .t_box {
  position: absolute;
  bottom: 100px;
  width: 100%;
  padding: 0px 100px;
  margin-bottom: -50px;
  opacity: 0;
  transition: margin-bottom 1s, opacity 1s;
}
.main_slider .main_mask .item a .t_box p {
  color: #fff;
}
.main_slider .main_mask .item a .t_box .t1 span {
  font-weight: bold;
}
.main_slider .main_mask .item a .t_box .t2 {
  position: relative;
  display: inline-block;
  margin-top: 40px;
  font-weight: bold;
}
.main_slider .main_mask .item a .t_box .t2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s;
}
.main_slider .main_mask .item.swiper-slide-active a img {
  transform: scale(1);
}
.main_slider .main_mask .item.swiper-slide-active a .t_box {
  margin-bottom: 0;
  opacity: 1;
}
.main_slider .main_mask .item.swiper-slide-duplicate-active a img {
  transform: scale(1);
}
.main_slider .main_mask .item.swiper-slide-duplicate-active a .t_box {
  margin-bottom: 0;
  opacity: 1;
}
.main_slider .main_mask .item:hover a .t_box .t2::after {
  width: 100%;
}
.main_slider .main_thumb {
  margin-top: 10px;
}
.main_slider .main_thumb .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border-radius: 40px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.main_slider .main_thumb .item.swiper-slide-thumb-active{
  z-index: 1;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.main_slider .main_thumb .item::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}
.main_slider .main_thumb .item p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transition: color 0.5s;
}
.main_slider .main_thumb .item.swiper-slide-thumb-active::after {
  opacity: 1;
}
.main_slider .main_thumb .item.swiper-slide-thumb-active p {
  color: #fff;
}
.main_slider .main_pagi {
  display: none;
}
.main_slider .arrow_btn {
  position: absolute;
  bottom: 75px;
  width: 60px;
  height: 60px;
  border: solid 1px #eee;
  border-radius: 40px;
  cursor: pointer;
}
.main_slider .arrow_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(/src/img/i/main_r.png) no-repeat center center;
}
.main_slider .arrow_btn:hover {
  border: none;
}
.main_slider .arrow_btn:hover::after {
  filter: invert(100%);
}
.main_slider .next {
  right: -80px;
}
.main_slider .prev {
  left: -80px;
}
.main_slider .prev::after {
  transform: translate(-50%, -50%) scaleX(-1);
}

@media screen and (max-width: 1420px) {
  .main_slider {
    margin-top: 40px;
  }
  .main_slider .main_mask .item a .t_box {
    bottom: 70px;
    padding: 0px 50px;
  }
  .main_slider .main_thumb {
    display: none;
  }
  .main_slider .main_pagi {
    text-align: center;
    display: block;
    margin-top: 40px;
  }
  .main_slider .main_pagi span {
    width: 10px;
    height: 10px;
  }
  .main_slider .main_pagi .swiper-pagination-bullet-active {
    background-color: #2071F8 !important;
  }
  .main_slider .arrow_btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .main_slider {
    margin-top: 20px;
  }
  .main_slider .main_mask {
    border-radius: 10px;
  }
  .main_slider .main_mask .item a .t_box {
    bottom: 50px;
    padding: 0px 25px;
    margin-bottom: -30px;
  }
  .main_slider .main_mask .item a .t_box .t2 {
    margin-top: 20px;
  }
  .main_slider .main_pagi {
    margin-top: 20px;
  }
  .main_slider .main_pagi span {
    width: 8px;
    height: 8px;
  }
}
.sect2 {
  padding: 150px 0px;
}
.sect2 .df_box {
  display: flex;
  justify-content: space-between;
}
.sect2 .df_box .l_wrap {
  width: 660px;
}
.sect2 .df_box .l_wrap .sect2_thumb {
  width: 100%;
  margin-top: 50px;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
  transform: translate3d(0px, 0px, 0px) !important;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item {
  position: relative;
  width: calc(50% - 10px) !important;
  height: 240px;
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
  overflow: hidden;
  cursor: pointer;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item a{display: block; width: 100%; height: 100%;}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item .t1 {
  font-size: 16px;
  color: #2071F8 !important;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item .t2 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item img {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item.swiper-slide-thumb-active {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item.swiper-slide-thumb-active .t1 {
  color: #fff !important;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item.swiper-slide-thumb-active .t2 {
  color: #fff;
}
.sect2 .df_box .l_wrap .sect2_thumb .swiper-wrapper .item.swiper-slide-thumb-active img {
  filter: invert(100%);
}
.sect2 .df_box .r_wrap {
  width: 660px;
}
.sect2 .df_box .r_wrap .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.sect2 .df_box .r_wrap .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s;
}
.sect2 .df_box .r_wrap .item .t_box {
  position: absolute;
  bottom: 80px;
  left: 0px;
  padding: 0px 80px;
  transition: padding-bottom 1s;
}
.sect2 .df_box .r_wrap .item .t_box p {
  color: #fff;
}
.sect2 .df_box .r_wrap .item .t_box .t1 {
  font-size: 20px;
}
.sect2 .df_box .r_wrap .item .t_box .t2 {
  margin: 10px 0px 40px;
  font-size: 44px;
  font-weight: bold;
}
.sect2 .df_box .r_wrap .item .t_box .t3 {
  font-size: 18px;
}
.sect2 .df_box .r_wrap .item .t_box .t4 {
  position: absolute;
  bottom: 0px;
  left: 80px;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s 0.2s;
}
.sect2 .df_box .r_wrap .item:hover img {
  transform: scale(1.1);
}
.sect2 .df_box .r_wrap .item:hover .t_box {
  padding-bottom: 60px;
}
.sect2 .df_box .r_wrap .item:hover .t_box .t4 {
  opacity: 1;
}
.sect2 .df_box .r_wrap .bullet {
  display: none;
}

@media screen and (max-width: 1420px) {
  .sect2 .df_box {
    display: block;
  }
  .sect2 .df_box .l_wrap {
    width: 100%;
    text-align: center;
  }
  .sect2 .df_box .l_wrap .sect2_thumb {
    display: none;
  }
  .sect2 .df_box .r_wrap {
    width: 100%;
    max-width: 660px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect2 .df_box .r_wrap .item .t_box {
    padding-bottom: 60px;
  }
  .sect2 .df_box .r_wrap .item .t_box .t4 {
    opacity: 1;
  }
  .sect2 .df_box .r_wrap .bullet {
    text-align: center;
    display: block;
    margin-top: 40px;
  }
  .sect2 .df_box .r_wrap .bullet span {
    width: 10px;
    height: 10px;
  }
  .sect2 .df_box .r_wrap .bullet .swiper-pagination-bullet-active {
    background-color: #2071F8 !important;
  }
}
@media screen and (max-width: 720px) {
  .mt40 {
    margin-top: 20px;
  }
  .sect2 {
    padding: 45px 0px;
  }
  .sect2 .df_box .r_wrap {
    margin-top: 20px;
  }
  .sect2 .df_box .r_wrap .item {
    border-radius: 10px;
  }
  .sect2 .df_box .r_wrap .item .t_box {
    bottom: 40px;
    padding: 0px 40px 35px;
  }
  .sect2 .df_box .r_wrap .item .t_box .t1 {
    font-size: 16px;
  }
  .sect2 .df_box .r_wrap .item .t_box .t2 {
    margin: 5px 0px 20px;
    font-size: 20px;
  }
  .sect2 .df_box .r_wrap .item .t_box .t3 {
    font-size: 12px;
  }
  .sect2 .df_box .r_wrap .item .t_box .t4 {
    left: 40px;
    font-size: 12px;
  }
  .sect2 .df_box .r_wrap .item:hover .t_box {
    padding-bottom: 35px;
  }
  .sect2 .df_box .r_wrap .bullet {
    margin-top: 20px;
  }
  .sect2 .df_box .r_wrap .bullet span {
    width: 8px;
    height: 8px;
  }
}
.sect3 {
  padding: 150px 0px;
  background: url(/src/img/sect3_bg.png) no-repeat center center/cover;
}
.sect3 .df_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sect3 .df_box .l_wrap, .sect3 .df_box .r_wrap {
  width: 660px;
}
.sect3 .df_box .l_wrap .txt, .sect3 .df_box .r_wrap .txt {
  margin-top: 20px;
}
.sect3 .df_box .l_wrap .lst_wrap, .sect3 .df_box .r_wrap .lst_wrap {
  overflow-y: scroll;
  height: 295px;
  padding: 0px 20px;
  margin-top: 40px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.sect3 .df_box .l_wrap .lst_wrap ul li, .sect3 .df_box .r_wrap .lst_wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  border-bottom: solid 1px #ddd;
}
.sect3 .df_box .l_wrap .lst_wrap ul li:last-child, .sect3 .df_box .r_wrap .lst_wrap ul li:last-child {
  border-bottom: none;
}
.sect3 .df_box .l_wrap .lst_wrap ul li a, .sect3 .df_box .l_wrap .lst_wrap ul li button, .sect3 .df_box .r_wrap .lst_wrap ul li a, .sect3 .df_box .r_wrap .lst_wrap ul li button {
  display: block;
  width: calc(100% - 120px);
  font-size: 16px;
  text-align: left;
}
.sect3 .df_box .l_wrap .lst_wrap ul li a:hover, .sect3 .df_box .l_wrap .lst_wrap ul li button:hover, .sect3 .df_box .r_wrap .lst_wrap ul li a:hover, .sect3 .df_box .r_wrap .lst_wrap ul li button:hover {
  color: #2071F8 !important;
}
.sect3 .df_box .l_wrap .lst_wrap ul li button::before, .sect3 .df_box .r_wrap .lst_wrap ul li button::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url(/src/img/i/lock.png) no-repeat center center;
}
.sect3 .df_box .l_wrap .lst_wrap ul li .date, .sect3 .df_box .r_wrap .lst_wrap ul li .date {
  width: 100px;
  text-align: right;
  color: #999;
}
.sect3 .df_box .l_wrap .btn_box, .sect3 .df_box .r_wrap .btn_box {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.sect3 .df_box .l_wrap .btn_box a, .sect3 .df_box .r_wrap .btn_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  height: 60px;
  border: solid 1px #999;
  border-radius: 60px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sect3 .df_box .l_wrap .btn_box a:hover, .sect3 .df_box .r_wrap .btn_box a:hover {
  border: none;
  color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.sect3 .df_box .r_wrap .lst_wrap ul li .date {
  color: #2071F8 !important;
}

@media screen and (max-width: 1420px) {
  .sect3 .df_box {
    display: block;
  }
  .sect3 .df_box .l_wrap, .sect3 .df_box .r_wrap {
    width: 100%;
  }
  .sect3 .df_box .r_wrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  .sect3 {
    padding: 75px 0px;
  }
  .sect3 .df_box .l_wrap .txt, .sect3 .df_box .r_wrap .txt {
    margin-top: 10px;
  }
  .sect3 .df_box .l_wrap .lst_wrap, .sect3 .df_box .r_wrap .lst_wrap {
    height: 270px;
    padding: 0px 15px;
    margin-top: 20px;
  }
  .sect3 .df_box .l_wrap .lst_wrap ul li, .sect3 .df_box .r_wrap .lst_wrap ul li {
    position: relative;
    display: block;
    padding: 15px 0px;
    padding-left: 20px;
  }
  .sect3 .df_box .l_wrap .lst_wrap ul li a, .sect3 .df_box .l_wrap .lst_wrap ul li button, .sect3 .df_box .r_wrap .lst_wrap ul li a, .sect3 .df_box .r_wrap .lst_wrap ul li button {
    width: 100%;
    font-size: 12px;
  }
  .sect3 .df_box .l_wrap .lst_wrap ul li button::before, .sect3 .df_box .r_wrap .lst_wrap ul li button::before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: 0;
    transform: translateY(-50%);
  }
  .sect3 .df_box .l_wrap .lst_wrap ul li .date, .sect3 .df_box .r_wrap .lst_wrap ul li .date {
    width: 100%;
    margin-top: 3px;
    text-align: left;
    font-size: 12px;
  }
  .sect3 .df_box .l_wrap .btn_box, .sect3 .df_box .r_wrap .btn_box {
    margin-top: 15px;
  }
  .sect3 .df_box .l_wrap .btn_box a, .sect3 .df_box .r_wrap .btn_box a {
    height: 50px;
    font-size: 12px;
  }
  .sect3 .df_box .r_wrap {
    margin-top: 40px;
  }
}
.sect4 {
  padding-top: 150px;
}
.sect4 .df_box {
  display: flex;
  justify-content: space-between;
}
.sect4 .df_box .l_wrap {
  width: 410px;
}
.sect4 .df_box .l_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 325px;
  height: 60px;
  margin-top: 80px;
  border: solid 1px #999;
  border-radius: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.sect4 .df_box .l_wrap a:hover {
  border: none;
  color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.sect4 .df_box .r_wrap {
  width: calc(100% - 520px);
}
.sect4 .df_box .r_wrap .sw_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.sect4 .df_box .r_wrap .sect4_sw .item {
  border: solid 1px #eee;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 60px;
}
.sect4 .df_box .r_wrap .sect4_sw .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.sect4 .df_box .r_wrap .sect4_sw .item ul{margin-top: 25px; min-height: 301px;}
.sect4 .df_box .r_wrap .sect4_sw .item ul li{padding: 25px 0px; border-bottom: solid 1px #ddd;}
.sect4 .df_box .r_wrap .sect4_sw .item ul li:first-child{border-top: solid 1px #ddd;}
.sect4 .df_box .r_wrap .sect4_sw .item .type {
  font-size: 16px;
  color: #2071F8 !important;
}
.sect4 .df_box .r_wrap .sect4_sw .item .tit {
  position: relative;
  margin: 0px 0px 0px;
  padding-left: 12px;
  font-size: 16px;
  color: #000;
}
.sect4 .df_box .r_wrap .sect4_sw .item .tit::before{
  content: ""; position: absolute; top: 9px; left: 0; width: 3px; height: 3px; background-color: #333;
}
.sect4 .df_box .r_wrap .sect4_sw .item .txt {
  min-height: 48px;
  font-size: 16px;
  color: #666;
  word-break: break-all;
}
.sect4 .df_box .r_wrap .sect4_sw .item .date {
  margin-top: 40px;
  font-size: 14px;
  color: #999;
}

.sect4 .df_box .r_wrap .sect4_sw .item .tit:hover{color: #2071F8;}
.sect4 .df_box .r_wrap .sect4_sw .item .tit:hover::before{background-color: #2071F8;}

.sect4 .df_box .r_wrap .pagi_box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.sect4 .df_box .r_wrap .pagi_box .pagi {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 150px);
  height: 3px;
  margin-right: 20px;
}
.sect4 .df_box .r_wrap .pagi_box .pagi .swiper-pagination-progressbar-fill {
  background-color: #2071F8 !important;
}
.sect4 .df_box .r_wrap .pagi_box .arrow_btn {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: solid 1px #ddd;
  border-radius: 40px;
  background-color: #fff;
}
.sect4 .df_box .r_wrap .pagi_box .arrow_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(/src/img/i/main_r.png) no-repeat center center;
}
.sect4 .df_box .r_wrap .pagi_box .arrow_btn:hover {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.sect4 .df_box .r_wrap .pagi_box .arrow_btn:hover::after {
  filter: invert(100%);
}
.sect4 .df_box .r_wrap .pagi_box .next {
  margin-right: 0;
}
.sect4 .df_box .r_wrap .pagi_box .prev {
  transform: scaleX(-1);
}

@media screen and (max-width: 1420px) {
  .sect4 .df_box {
    display: block;
  }
  .sect4 .df_box .l_wrap {
    width: 100%;
    text-align: center;
  }
  .sect4 .df_box .l_wrap p span {
    display: block;
  }
  .sect4 .df_box .l_wrap a {
    margin: 40px auto 0;
  }
  .sect4 .df_box .r_wrap {
    width: 100%;
    margin-top: 80px;
  }
  .sect4 .df_box .r_wrap .sw_wrap {
    padding-bottom: 0;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item ul {min-height: 0;}
  .sect4 .df_box .r_wrap .sect4_sw .item{height: auto !important;}
  .sect4 .df_box .r_wrap .pagi_box .pagi {
    width: 100%;
  }
  .sect4 .df_box .r_wrap .pagi_box .arrow_btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sect4 {
    padding: 75px 0px 0;
  }
  .sect4 .df_box .l_wrap a {
    width: 135px;
    height: 50px;
    margin-top: 20px;
    font-size: 12px;
  }
  .sect4 .df_box .r_wrap {
    margin-top: 40px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item {
    border-radius: 10px;
    padding: 25px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item ul {margin-top: 15px; min-height: 0;}
  .sect4 .df_box .r_wrap .sect4_sw .item ul li {
    padding: 15px 0px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item .type {
    font-size: 12px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item .tit {
    padding-left: 8px;
    font-size: 12px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item .tit::before{top: 8px;}
  .sect4 .df_box .r_wrap .sect4_sw .item .txt {
    min-height: 36px;
    font-size: 12px;
  }
  .sect4 .df_box .r_wrap .sect4_sw .item .date {
    margin-top: 20px;
    font-size: 12px;
  }
  .sect4 .df_box .r_wrap .pagi_box {
    margin-top: 20px;
  }
}
.s_top {
  width: 100%;
  margin-bottom: 100px;
}
.s_top .s_top_nav {
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.s_top .s_top_nav .df_box {
  display: flex;
  align-items: center;
}
.s_top .s_top_nav .df_box .home_btn {
  line-height: 75px;
}
.s_top .s_top_nav .df_box .home_btn::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-top: -2px;
  margin-left: 25px;
  background-color: #ddd;
  vertical-align: middle;
}
.s_top .s_top_nav .df_box .nav_box {
  position: relative;
  z-index: 20;
  width: 250px;
  border-right: solid 1px #ddd;
}
.s_top .s_top_nav .df_box .nav_box button {
  position: relative;
  display: block;
  width: 100%;
  height: 75px;
  padding-left: 25px;
  font-size: 18px;
  text-align: left;
}
.s_top .s_top_nav .df_box .nav_box button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background: url(/src/img/init/sel_init_ico.png) no-repeat center center/cover;
}
.s_top .s_top_nav .df_box .nav_box button.a::after {
  transform: translateY(-50%) scaleY(-1);
}
.s_top .s_top_nav .df_box .nav_box .dep2 {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px 25px;
  border: solid 1px #ddd;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
}
.s_top .s_top_nav .df_box .nav_box .dep2 ul li {
  margin-bottom: 15px;
}
.s_top .s_top_nav .df_box .nav_box .dep2 ul li:last-child {
  margin-bottom: 0;
}
.s_top .s_top_nav .df_box .nav_box .dep2 ul li a {
  color: #999;
}
.s_top .s_top_nav .df_box .nav_box .dep2 ul li a:hover {
  color: #333;
  text-decoration: underline;
  text-underline-position: under;
}
.s_top .s_top_bg {
  display: none;
  width: 100%;
  height: 420px;
}
.s_top .s_top_bg .container {
  height: 100%;
}
.s_top .s_top_bg .t_box {
  position: absolute;
  bottom: 100px;
}
.s_top.in_bg .s_top_bg {
  display: block;
}
.s_top.s_top1 .s_top_bg {
  background: url(/src/img/s_top1.jpg) no-repeat center center/cover;
}
.s_top.s_top2 .s_top_bg {
  background: url(/src/img/s_top2.jpg) no-repeat center center/cover;
}
.s_top.s_top3 .s_top_bg {
  background: url(/src/img/s_top3.jpg) no-repeat center center/cover;
}
.s_top.s_top4 .s_top_bg {
  background: url(/src/img/s_top4.jpg) no-repeat center center/cover;
}
.s_top.s_top5 .s_top_bg {
  background: url(/src/img/s_top5.jpg) no-repeat center center/cover;
}
.s_top.s_top6 .s_top_bg {
  background: url(/src/img/s_top6.jpg) no-repeat center center/cover;
}
.s_top.s_top7 .s_top_bg {
  background: url(/src/img/s_top7.jpg) no-repeat center center/cover;
}
.s_top.s_top8 .s_top_bg {
  background: url(/src/img/s_top8.jpg) no-repeat center center/cover;
}
.s_top.s_top9 .s_top_bg {
  background: url(/src/img/s_top9.jpg) no-repeat center center/cover;
}
.s_top.s_top10 .s_top_bg {
  background: url(/src/img/s_top10.jpg) no-repeat center center/cover;
}
.s_top.s_top11 .s_top_bg {
  background: url(/src/img/s_top11.jpg) no-repeat center center/cover;
}
.s_top.s_top12 .s_top_bg {
  background: url(/src/img/s_top12.jpg) no-repeat center center/cover;
}
.s_top.s_top13 .s_top_bg {
  background: url(/src/img/s_top13.jpg) no-repeat center center/cover;
}
.s_top.s_top14 .s_top_bg {
  background: url(/src/img/s_top14.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .s_top .s_top_nav .container {
    padding: 0;
  }
  .s_top .s_top_nav .df_box .home_btn {
    display: none;
  }
  .s_top .s_top_nav .df_box .nav_box {
    width: 50%;
  }
  .s_top .s_top_nav .df_box .nav_box button {
    padding-left: 40px;
  }
  .s_top .s_top_nav .df_box .nav_box button::after {
    right: 40px;
  }
  .s_top .s_top_nav .df_box .nav_box .dep2 {
    width: calc(100% + 1px);
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    margin-bottom: 50px;
  }
  .s_top .s_top_nav .df_box .nav_box button {
    height: 50px;
    padding-left: 20px;
    padding-right: 25px;
    font-size: 14px;
  }
  .s_top .s_top_nav .df_box .nav_box button::after {
    right: 20px;
  }
  .s_top .s_top_nav .df_box .nav_box .dep2 {
    padding: 15px 20px;
  }
  .s_top .s_top_nav .df_box .nav_box .dep2 ul li {
    margin-bottom: 10px;
  }
  .s_top .s_top_nav .df_box .nav_box .dep2 ul li a {
    font-size: 12px;
  }
  .s_top .s_top_bg {
    height: 187px;
  }
  .s_top .s_top_bg .t_box {
    bottom: 50px;
  }
}
.sub_main_tit {
  margin-bottom: 80px;
  font-size: 70px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 720px) {
  .sub_main_tit {
    margin-bottom: 40px;
    font-size: 30px;
  }
}
.board_lst_wrap .board_lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.board_lst_wrap .board_lst_top.flex_end{
  align-items: end;
}
.board_lst_wrap .board_lst_top .total {
  font-size: 16px;
}
.board_lst_wrap .board_lst_top .total span {
  font-weight: bold;
  color: #2071F8 !important;
}
.board_lst_wrap .board_lst_top .write_btn{margin-top: 0;}
.board_lst_wrap .board_tb {
  border-top: solid 2px #000;
}
.board_lst_wrap .board_tb table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst_wrap .board_tb table tr th, .board_lst_wrap .board_tb table tr td {
  padding: 20px 5px;
  border-right: solid 1px #ddd;
  font-size: 16px;
  text-align: center;
}
.board_lst_wrap .board_tb table tr td.prod_tit{padding-left: 20px; padding-right: 20px; text-align: left;}
.board_lst_wrap .board_tb table tr td.prod_tit.c_red{color: #FF0000 !important;}
.board_lst_wrap .board_tb table tr td.prod_price{padding-left: 20px; padding-right: 20px; text-align: right;}
@media screen and (max-width: 1420px) {
  .board_lst_wrap .board_tb table tr td.prod_tit{padding-left: 0; padding-right: 0;}
  .board_lst_wrap .board_tb table tr td.prod_price{padding-left: 0; padding-right: 0; text-align: left;}
}
.board_lst_wrap .board_tb table tr th:last-child, .board_lst_wrap .board_tb table tr td:last-child {
  border-right: none;
}
.board_lst_wrap .board_tb table thead tr th {
  font-weight: bold;
  background-color: #fafafa;
}
.board_lst_wrap .board_tb table thead tr th.w140 {
  width: 140px;
}
.board_lst_wrap .board_tb table thead tr th.w200 {
  width: 200px;
}

@media screen and (max-width: 1420px) {
  .board_lst_wrap .board_lst_top {
    flex-direction: column-reverse;
    align-items: start;
  }
  .board_lst_wrap .board_lst_top.flex_end{
    align-items: start;
  }
  .board_lst_wrap .board_lst_top .board_sch_wrap{margin-bottom: 20px;}
  .board_lst_wrap .board_tb table thead {
    display: none;
  }
  .board_lst_wrap .board_tb table tr {
    display: block;
    padding: 40px 20px;
  }
  .board_lst_wrap .board_tb table tr th, .board_lst_wrap .board_tb table tr td {
    display: block;
    padding: 0;
    text-align: left;
    border: none;
  }
  .board_lst_wrap .board_tb table tr .tit {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 720px) {
  .board_lst_wrap .board_lst_top {
    margin-bottom: 15px;
  }
  .board_lst_wrap .board_lst_top .total {
    font-size: 12px;
  }
  .board_lst_wrap .board_tb table tr {
    padding: 20px 10px;
  }
  .board_lst_wrap .board_tb table tr th, .board_lst_wrap .board_tb table tr td {
    font-size: 12px;
  }
  .board_lst_wrap .board_tb table tr .tit {
    margin: 5px 0px;
  }
}
.company ul {
  display: flex;
  justify-content: center;
  gap: 0px 40px;
  margin: 60px auto;
}
.company ul li {
  width: 440px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .company ul {
    align-items: center;
    gap: 0px 20px;
  }
}
@media screen and (max-width: 991px) {
  .company ul {
    flex-direction: column;
    gap: 30px 0px;
  }
  .company ul li {
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .company ul {
    gap: 20px 0px;
    margin: 30px auto;
  }
  .company ul li {
    max-width: 100%;
    border-radius: 10px;
  }
}
.location .info_box {
  margin-bottom: 60px;
}
.location .info_box .line {
  margin-top: 20px;
}
.location .info_box .line p {
  display: inline-block;
  margin-right: 40px;
  font-size: 18px;
  color: #666;
}
.location .info_box .line p:last-child {
  margin-right: 0;
}
.location .info_box .line p span {
  margin-right: 5px;
  color: #333;
}
.location .map {
  height: 500px;
}

@media screen and (max-width: 720px) {
  .location .info_box {
    margin-bottom: 30px;
  }
  .location .info_box .line {
    margin-top: 10px;
  }
  .location .info_box .line p {
    margin-right: 20px;
    font-size: 14px;
  }
  .location .map {
    height: 260px;
  }
}
.prod_tab {
  margin-bottom: 80px;
}
.prod_tab.mb20 {
  margin-bottom: 20px;
}
.prod_tab ul {
  display: flex;
  border: solid 1px #ddd;
}
.prod_tab ul li {
  width: 100%;
  height: 60px;
  border-right: solid 1px #ddd;
}
.prod_tab ul li:last-child {
  border-right: none;
}
.prod_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.prod_tab ul li.a a {
  color: #fff;
}
.prod_tab ul.five_tab {
  flex-wrap: wrap;
  border-bottom: none;
  border-right: none;
}
.prod_tab ul.five_tab li {
  width: 20%;
  border-bottom: solid 1px #ddd;
}
.prod_tab ul.five_tab li:last-child {
  border-right: solid 1px #ddd;
}
.prod_tab select {
  display: none;
  width: 100%;
  height: 70px;
  border: solid 1px #000;
  border-radius: 5px;
  font-size: 18px;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .prod_tab ul {
    display: none;
  }
  .prod_tab select {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .prod_tab {
    margin-bottom: 40px;
  }
  .prod_tab.mb20 {
    margin-bottom: 10px;
  }
  .prod_tab select {
    height: 50px;
    font-size: 14px;
  }
}
.inq_board_tab {
  margin-bottom: 80px;
}
.inq_board_tab ul {
  display: flex;
  align-items: center;
  gap: 0px 14px;
}
.inq_board_tab ul li {
  width: 188px;
  height: 188px;
  border: solid 1px #eee;
  border-radius: 20px;
  overflow: hidden;
}
.inq_board_tab ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.inq_board_tab ul li a p {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.inq_board_tab ul li a p br {
  display: none;
}

@media screen and (max-width: 1420px) {
  .inq_board_tab {
    padding-bottom: 40px;
    overflow-x: scroll;
  }
  .inq_board_tab::-webkit-scrollbar {
    height: 3px;
  }
  .inq_board_tab::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .inq_board_tab::-webkit-scrollbar-thumb {
    background-color: #2071F8 !important;
  }
  .inq_board_tab ul {
    width: 1400px;
  }
}
@media screen and (max-width: 720px) {
  .inq_board_tab {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .inq_board_tab ul {
    gap: 0px 5px;
    width: 660px;
  }
  .inq_board_tab ul li {
    width: 90px;
    height: 90px;
    border-radius: 10px;
  }
  .inq_board_tab ul li a {
    gap: 5px 0px;
  }
  .inq_board_tab ul li a img {
    width: 30px;
  }
  .inq_board_tab ul li a p {
    font-size: 12px;
  }
  .inq_board_tab ul li a p br {
    display: block;
  }
}
.board_lst_pg .board_lst_wrap .board_tb table tr th, .board_lst_pg .board_lst_wrap .board_tb table tr td {
  border-right: none;
}
.board_lst_pg .board_lst_wrap .board_tb table tr th a, .board_lst_pg .board_lst_wrap .board_tb table tr td a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
}
.board_lst_pg .board_lst_wrap .board_tb table tr th a:hover, .board_lst_pg .board_lst_wrap .board_tb table tr td a:hover {
  color: #2071F8 !important;
}
.board_lst_pg .board_lst_wrap .board_tb table tr th button, .board_lst_pg .board_lst_wrap .board_tb table tr td button {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 45px;
  text-align: left;
  font-weight: bold;
  font-size: inherit;
}
.board_lst_pg .board_lst_wrap .board_tb table tr th button::before, .board_lst_pg .board_lst_wrap .board_tb table tr td button::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 20px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/lock.png) no-repeat center center;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 5px;
  margin-top: 40px;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap.mb40{margin-bottom: 40px; margin-top: 0;}
.board_lst_pg .board_lst_wrap .board_sch_wrap.mb0{margin-bottom: 0px; margin-top: 0;}
.board_lst_pg .board_lst_wrap .board_sch_wrap .inp {
  height: 60px;
  font-size: 16px;
  background-color: #fff;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap select {
  width: 150px;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box {
  position: relative;
  width: 480px;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box input {
  width: 100%;
  padding-left: 20px;
  padding-right: 60px;
  border: solid 1px #ddd;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box input::placeholder {
  color: #999;
}
.board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}
.board_lst_pg .board_lst_wrap .write_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  margin: 50px auto 0px;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
}
.board_lst_pg .board_lst_wrap .write_btn.big{
  width: 240px;
  height: 70px;
  font-size: 18px;
}
.board_lst_wrap .board_lst_top .write_btn{margin: 0;}

@media screen and (max-width: 1420px) {
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td {
    display: inline-block;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th.tit, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td.tit {
    display: block;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th.tit::after, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td.tit::after {
    display: none;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th a, .board_lst_pg .board_lst_wrap .board_tb table tbody tr th button, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td a, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td button {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th button, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td button {
    padding-left: 24px;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th button::before, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td button::before {
    left: 0;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th::after, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 10px 0px;
    background-color: #ddd;
    vertical-align: middle;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th:first-child::after, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td:first-child::after {
    display: none;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th:last-child::after, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td:last-child::after {
    display: none;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap .inp {
    border-radius: 5px;
    height: 50px;
  }
  .board_lst_wrap .board_lst_top .write_btn{margin-bottom: 20px; margin-left: auto; margin-right: auto;}
}
@media screen and (max-width: 720px) {
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th::after, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td::after {
    margin: -2px 5px 0px;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th button, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td button {
    padding-left: 16px;
  }
  .board_lst_pg .board_lst_wrap .board_tb table tbody tr th button::before, .board_lst_pg .board_lst_wrap .board_tb table tbody tr td button::before {
    top: 3px;
    left: 0;
    width: 12px;
    height: 12px;
    background-size: cover;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap {
    display: block;
    margin-top: 20px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap.mb40{
    margin-top: 0;
    margin-bottom: 20px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap.mb00{
    margin-top: 0;
    margin-bottom: 0px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap .inp {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap select {
    margin-bottom: 5px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box {
    width: 100%;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box input {
    padding-left: 15px;
    padding-right: 45px;
  }
  .board_lst_pg .board_lst_wrap .board_sch_wrap .sch_box button {
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .board_lst_pg .board_lst_wrap .write_btn {
    width: 135px;
    height: 45px;
    margin-top: 25px;
    font-size: 12px;
  }
  .board_lst_pg .board_lst_wrap .write_btn.big{
    width: 100%;
    height: 45px;
    font-size: 12px;
  }

  .board_lst_wrap .board_lst_top .write_btn{margin-top: 0; margin-bottom: 10px;}
}
.board_pg .board_top .info {
  margin-top: 20px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -3px 10px 0;
  background-color: #ddd;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .board_main {
  padding: 40px 20px;
  margin-top: 50px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.board_pg .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fafafa;
}
.board_pg .file_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
  border: solid 1px #333;
  border-radius: 5px;
  background: url(/src/img/i/down_b.png) no-repeat center center/auto #fff;
}
.board_pg .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_box p {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 80px;
}
.board_pg .file_box p::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
  background: url(/src/img/i/down.png) no-repeat center center;
}
.board_pg .a_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
}
.board_pg .a_btn_wrap .a_btn {
  margin-left: 0;
  margin-right: 0;
}
.board_pg .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: solid 2px #ddd;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  width: 200px;
  margin: 40px auto;
}
.board_pg .answer_box {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  border: solid 2px #000;
  background-color: #FAFAFA;
}
.board_pg .answer_box .t1 {
  margin-bottom: 20px;
}
.board_pg .answer_box .t2 {
  font-size: 16px;
}
.board_pg .board_prod {
  width: 100%;
  margin-top: 30px;
}
.board_pg .board_prod .tb_wrap {
  margin-top: 40px;
  border-top: solid 2px #000;
}
.board_pg .board_prod .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .board_prod .tb_wrap table tr th, .board_pg .board_prod .tb_wrap table tr td {
  padding: 20px 5px;
  border-right: solid 1px #ddd;
  font-size: 16px;
  text-align: center;
}
.board_pg .board_prod .tb_wrap table tr th:last-child, .board_pg .board_prod .tb_wrap table tr td:last-child {
  border-right: none;
}
.board_pg .board_prod .tb_wrap table thead th {
  background-color: #fafafa;
}
.board_pg .board_prod .tb_wrap table thead th.w165 {
  width: 165px;
}
.board_pg .board_prod .tb_wrap table thead th.w200 {
  width: 200px;
}
.board_pg .board_prod .tb_wrap table thead th.w260 {
  width: 260px;
}
.board_pg .board_prod .total {
  margin-top: 30px;
}
.board_pg .next_prev table {
  border-top: solid 1px #ddd;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 16px;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 1420px) {
  .board_pg .board_prod .tb_wrap table tr {
    display: block;
    padding: 40px 20px;
  }
  .board_pg .board_prod .tb_wrap table tr th, .board_pg .board_prod .tb_wrap table tr td {
    display: inline-block;
    padding: 0;
    border: none;
    text-align: left;
  }
  .board_pg .board_prod .tb_wrap table tr th:last-child::before, .board_pg .board_prod .tb_wrap table tr td:last-child::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -4px 10px 0;
    vertical-align: middle;
    background-color: #ddd;
  }
  .board_pg .board_prod .tb_wrap table tr .tit {
    display: block;
    margin: 10px 0px;
  }
  .board_pg .board_prod .tb_wrap table thead {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_pg .board_top .info {
    margin-top: 10px;
  }
  .board_pg .board_top .info p {
    font-size: 12px;
  }
  .board_pg .board_top .info p::after {
    margin: -2px 5px 0;
  }
  .board_pg .board_main {
    padding: 25px 10px;
    margin-top: 25px;
  }
  .board_pg .a_btn_wrap {
    flex-direction: column;
    gap: 5px 0px;
    margin-top: 20px;
  }
  .board_pg .a_btn_wrap .a_btn {
    width: 100%;
    margin: 0;
  }
  .board_pg .a_btn {
    width: 150px;
    height: 45px;
    margin: 20px auto;
    font-size: 12px;
  }
  .board_pg .file_box {
    height: 40px;
    margin-top: 10px;
    border-radius: 5px;
  }
  .board_pg .file_box::before {
    width: 36px;
    height: 36px;
    background-size: 18px 18px;
  }
  .board_pg .file_box p {
    position: relative;
    padding-left: 50px;
  }
  .board_pg .file_box p::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .board_pg .answer_box {
    margin-top: 20px;
    padding: 20px;
    border: solid 1px #000;
  }
  .board_pg .answer_box .t1 {
    margin-bottom: 10px;
  }
  .board_pg .answer_box .t2 {
    font-size: 12px;
  }
  .board_pg .board_prod {
    margin-top: 20px;
  }
  .board_pg .board_prod .tb_wrap {
    margin-top: 15px;
  }
  .board_pg .board_prod .tb_wrap table tr {
    padding: 20px 10px;
  }
  .board_pg .board_prod .tb_wrap table tr th, .board_pg .board_prod .tb_wrap table tr td {
    font-size: 12px;
  }
  .board_pg .board_prod .tb_wrap table tr th:last-child::before, .board_pg .board_prod .tb_wrap table tr td:last-child::before {
    margin-left: 5px;
    margin-right: 5px;
  }
  .board_pg .board_prod .tb_wrap table tr .tit {
    margin: 5px 0px;
  }
  .board_pg .board_prod .tb_wrap table thead {
    display: none;
  }
  .board_pg .board_prod .total {
    margin-top: 15px;
  }
  .board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
    font-size: 14px;
  }
  .board_pg .next_prev table tr th {
    width: 80px;
  }
  .board_pg .lst_btn {
    width: 180px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.inquiry .inq_top {
  margin-bottom: 20px;
}
.inquiry .inp_wrap {
  padding: 40px 0px;
  margin-bottom: 50px;
  border-top: solid 2px #333;
  border-bottom: solid 1px #ddd;
}
.inquiry .inp_wrap .line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.inquiry .inp_wrap .line:last-child {
  margin-bottom: 0;
}
.inquiry .inp_wrap .line .inp_box {
  width: calc(50% - 20px);
}
.inquiry .inp_wrap .line .inp_box.w1 {
  width: 100%;
}
.inquiry .inp_wrap .line .inp_box > p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.inquiry .inp_wrap .line .inp_box > p span {
  color: #2071F8 !important;
}
.inquiry .inp_wrap .line .inp_box .inp {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.inquiry .inp_wrap .line .inp_box .inp.w530 {
  width: 530px;
}
.inquiry .inp_wrap .line .inp_box .inp::placeholder {
  color: #999;
}
.inquiry .inp_wrap .line .inp_box .inp.h300 {
  height: 300px;
  padding: 20px;
}
.inquiry .inp_wrap .line .inp_box .inp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 60px;
  border: solid 1px #333;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 16px;
}
.inquiry .inp_wrap .line .inp_box .inp_btn.ml0 {
  margin-left: 0;
}
.inquiry .inp_wrap .line .inp_box input[type=file] {
  padding-left: 0px;
  padding: 5px;
}
.inquiry .inp_wrap .line .inp_box input[type=file]::-webkit-file-upload-button {
  width: 90px;
  border: solid 1px #333;
  border-radius: 5px;
}
.inquiry .inp_wrap .line .inp_box .thr_box {
  display: flex;
  gap: 0px 10px;
}
.inquiry .inp_wrap .line .inp_box .thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.inquiry .agree_wrap .agree_box {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  padding: 20px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  overflow-y: scroll;
}
.inquiry .agree_wrap .agree_box pre {
  font-size: 16px;
}
.inquiry .agree_wrap .agree_line {
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.inquiry .agree_wrap .agree_line label i {
  width: 30px;
  height: 30px;
  border: solid 1px #ddd;
}
.inquiry .btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  margin-top: 40px;
}
.inquiry .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.inquiry .btn_line .bg_gr {
  color: #fff;
}
.inquiry .btn_line .line_st {
  border: solid 1px #999;
}

@media screen and (max-width: 1420px) {
  .inquiry .inp_wrap .line .inp_box .inp.w530 {
    width: calc(100% - 149px);
  }
}
@media screen and (max-width: 991px) {
  .inquiry .inp_wrap .line {
    display: block;
    margin-bottom: 0;
  }
  .inquiry .inp_wrap .line:last-child .inp_box:last-child {
    margin-bottom: 0;
  }
  .inquiry .inp_wrap .line .inp_box {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .inquiry .inq_top {
    margin-bottom: 10px;
  }
  .inquiry .inp_wrap {
    padding: 20px 0px;
    margin-bottom: 25px;
    border-top: solid 1px #333;
  }
  .inquiry .inp_wrap .line .inp_box {
    margin-bottom: 20px;
  }
  .inquiry .inp_wrap .line .inp_box > p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .inquiry .inp_wrap .line .inp_box .inp {
    height: 50px;
    padding-left: 15px;
    font-size: 12px;
  }
  .inquiry .inp_wrap .line .inp_box .inp.h300 {
    height: 150px;
    padding: 15px;
  }
  .inquiry .inp_wrap .line .inp_box .inp.w530 {
    width: calc(100% - 109px);
  }
  .inquiry .inp_wrap .line .inp_box .inp.mt10 {
    margin-top: 5px;
  }
  .inquiry .inp_wrap .line .inp_box input[type=file]::-webkit-file-upload-button {
    width: 75px;
  }
  .inquiry .inp_wrap .line .inp_box .inp_btn {
    width: 100px;
    height: 50px;
    font-size: 12px;
  }
  .inquiry .inp_wrap .line .inp_box .thr_box {
    gap: 0px 5px;
  }
  .inquiry .inp_wrap .line .inp_box .thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inquiry .agree_wrap .agree_box {
    height: 150px;
    margin-top: 15px;
    padding: 15px;
  }
  .inquiry .agree_wrap .agree_box pre {
    font-size: 12px;
  }
  .inquiry .agree_wrap .agree_line {
    padding: 10px 0px;
  }
  .inquiry .agree_wrap .agree_line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .inquiry .btn_line {
    gap: 0px 5px;
    margin-top: 20px;
  }
  .inquiry .btn_line .btn {
    width: 50%;
    height: 45px;
    font-size: 12px;
  }
}
.my_pc .sel_wrap {
  margin-bottom: 80px;
}
.my_pc .sel_wrap .sel_line {
  display: flex;
  gap: 0px 40px;
  margin-top: 30px;
  padding: 40px 0px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #ddd;
}
.my_pc .sel_wrap .sel_line .sel_box {
  width: calc((100% - 80px) / 3);
}
.my_pc .sel_wrap .sel_line .sel_box > p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.my_pc .sel_wrap .sel_line .sel_box .inp {
  width: 100%;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.my_pc .tb_wrap {
  margin-top: 30px;
  border-top: solid 2px #000;
}
.my_pc .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.my_pc .tb_wrap table tr th, .my_pc .tb_wrap table tr td {
  padding: 20px 5px;
  border-right: solid 1px #ddd;
  text-align: center;
  font-size: 16px;
}
.my_pc .tb_wrap table tr th:last-child, .my_pc .tb_wrap table tr td:last-child {
  border-right: none;
}
.my_pc .tb_wrap table thead tr th {
  font-weight: bold;
  background-color: #FAFAFA;
}
.my_pc .tb_wrap table thead tr th.w200 {
  width: 200px;
}
.my_pc .tb_wrap table thead tr th.w165 {
  width: 165px;
}
.my_pc .tb_wrap table thead tr th.w260 {
  width: 260px;
}
.my_pc .tb_wrap table thead tr th.w130 {
  width: 130px;
}
.my_pc .tb_wrap table tbody tr td {
  padding: 10px 5px;
}
.my_pc .tb_wrap table tbody tr td .center_box{display: flex; justify-content: center; align-items: center;}
.my_pc .tb_wrap table tbody tr td .num_btn{display: flex; justify-content: center; align-items: center; width: 20px; height: 20px; margin-left: 5px; }
.my_pc .tb_wrap table tbody tr td .num_btn:hover img{filter: invert(100%);}
.my_pc .tb_wrap table tbody tr td button {
  width: 90px;
  height: 43px;
  border: solid 1px #333;
  border-radius: 5px;
  font-size: 16px;
}
.my_pc .tb_wrap table tbody tr td button:hover {
  border: solid 1px #2071F8 !important;
  background-color: #2071F8 !important;
  color: #fff;
}
.my_pc .tb_wrap table tbody tr td .inp {
  height: 43px;
  margin-right: 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
  text-align: right;
}
.my_pc .tb_wrap table tbody tr td .inp.w100 {
  width: 100px;
}
.my_pc .tb_wrap table tbody tr td .inp.w200 {
  width: 200px;
}
.my_pc .tb_wrap table tbody tr td.m_td {
  display: none;
}
.my_pc .prod_tb_wrap {
  margin-bottom: 80px;
}
.my_pc .prod_tb_wrap .tb_wrap {
  max-height: 700px;
  border-bottom: solid 1px #ddd;
  overflow-y: scroll;
}
.my_pc .select_prod_wrap {
  margin-bottom: 80px;
}
.my_pc .select_prod_wrap .total {
  margin-top: 30px;
}
.my_pc .select_prod_wrap .total span {
  font-size: 30px;
  font-weight: bold;
  color: #2071F8 !important;
}

@media screen and (max-width: 1420px) {
  .my_pc .sel_wrap .sel_line {
    flex-direction: column;
    gap: 40px 0px;
  }
  .my_pc .sel_wrap .sel_line .sel_box {
    width: 100%;
  }
  .my_pc .tb_wrap table thead {
    display: none;
  }
  .my_pc .tb_wrap table tbody tr {
    display: block;
    padding: 40px 20px;
  }
  .my_pc .tb_wrap table tbody tr td {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    border: none;
    text-align: left;
  }
  .my_pc .tb_wrap table tbody tr td button {
    margin-top: 10px;
  }
  .my_pc .tb_wrap table tbody tr td.m_td {
    display: block;
    margin-bottom: 20px;
  }
  .my_pc .select_prod_wrap .tb_wrap table tbody tr td.m_dib {
    display: inline-block;
    margin-right: 40px;
    vertical-align: middle;
  }
  .my_pc .select_prod_wrap .tb_wrap table tbody tr td.m_dib:last-child {
    margin-right: 0;
  }
  .my_pc .select_prod_wrap .tb_wrap table tbody tr td button {
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .my_pc .sel_wrap {
    margin-bottom: 40px;
  }
  .my_pc .sel_wrap .sel_line {
    gap: 20px 0px;
    margin-top: 15px;
    padding: 20px 0px;
  }
  .my_pc .sel_wrap .sel_line .sel_box > p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .my_pc .sel_wrap .sel_line .sel_box .inp {
    height: 50px;
  }
  .my_pc .tb_wrap {
    margin-top: 15px;
    border-width: 1px;
  }
  .my_pc .tb_wrap table tbody tr {
    padding: 20px 10px;
  }
  .my_pc .tb_wrap table tbody tr td {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .my_pc .tb_wrap table tbody tr td button {
    margin-top: 5px;
    width: 45px;
    height: 30px;
    font-size: 12px;
  }
  .my_pc .tb_wrap table tbody tr td .inp {
    height: 30px;
    font-size: 12px;
  }
  .my_pc .tb_wrap table tbody tr td .inp.w100 {
    width: 60px;
  }
  .my_pc .tb_wrap table tbody tr td .inp.w200 {
    width: 100px;
  }
  .my_pc .select_prod_wrap .tb_wrap table tbody tr td.m_dib {
    margin-right: 5px;
  }
  .my_pc .select_prod_wrap .total {
    margin-top: 15px;
  }
  .my_pc .select_prod_wrap .total span {
    font-size: 18px;
  }
}
.join_wrap .agree_box {
  width: 100%;
  height: 200px;
  padding: 20px;
  margin-top: 30px;
  border: solid 1px #ddd;
  overflow-y: scroll;
  background-color: #fafafa;
}
.join_wrap .agree_box pre {
  font-size: 16px;
}
.join_wrap .agree_line {
  margin-bottom: 80px;
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.join_wrap .agree_line:first-child {
  border-top: solid 2px #333;
}
.join_wrap .agree_line:last-child {
  margin-bottom: 0;
}
.join_wrap .agree_line label {
  font-size: 16px;
}
.join_wrap .agree_line label i {
  width: 30px;
  height: 30px;
  margin-top: -2px;
}
.join_wrap .btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  margin-top: 40px;
}
.join_wrap .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.join_wrap .btn_line .btn.bg_gr {
  color: #fff;
}
.join_wrap .btn_line .btn.line_st {
  border: solid 1px #999;
}

@media screen and (max-width: 720px) {
  .join_wrap .agree_box {
    height: 120px;
    padding: 15px;
    margin-top: 15px;
  }
  .join_wrap .agree_box pre {
    font-size: 12px;
  }
  .join_wrap .agree_line {
    margin-bottom: 40px;
    padding: 10px 0px;
  }
  .join_wrap .agree_line:first-child {
    border-top: solid 1px #333;
  }
  .join_wrap .agree_line label {
    font-size: 12px;
  }
  .join_wrap .agree_line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .join_wrap .btn_line {
    gap: 0px 5px;
    margin-top: 20px;
  }
  .join_wrap .btn_line .btn {
    width: 50%;
    height: 45px;
    font-size: 12px;
  }
}
.join3 .t2 {
  margin: 40px 0px 80px;
}
.join3 .btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
}
.join3 .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.join3 .btn_line .btn.bg_gr {
  color: #fff;
}
.join3 .btn_line .btn.line_st {
  border: solid 1px #999;
}

@media screen and (max-width: 720px) {
  .join3 .t2 {
    margin: 20px 0px 40px;
  }
  .join3 .btn_line {
    gap: 0px 5px;
    margin-top: 20px;
  }
  .join3 .btn_line .btn {
    width: 50%;
    height: 45px;
    font-size: 12px;
  }
}
.login .sub_main_tit {
  margin-bottom: 40px;
}
.login .inp_wrap {
  width: 680px;
  margin: 40px auto;
}
.login .inp_wrap .inp {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.login .inp_wrap .inp:last-child {
  margin-bottom: 0;
}
.login .inp_wrap .s_btn {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.login .inp_wrap .s_btn.bg_gr {
  color: #fff;
}
.login .inp_wrap .thr_box {
  display: flex;
  gap: 0px 10px;
}
.login .inp_wrap .thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.login .log_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login .log_btn_wrap a {
  font-size: 14px;
}
.login .log_btn_wrap a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.login .log_btn_wrap a:last-child::after {
  display: none;
}

@media screen and (max-width: 1240px) {
  .login .inp_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .login .sub_main_tit {
    margin-bottom: 20px;
  }
  .login .inp_wrap {
    margin: 20px auto;
  }
  .login .inp_wrap .inp {
    height: 50px;
    margin-bottom: 5px;
    padding-left: 15px;
    font-size: 12px;
  }
  .login .inp_wrap .s_btn {
    height: 50px;
    font-size: 12px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  }
  .login .inp_wrap .thr_box {
    gap: 0px 5px;
  }
  .login .inp_wrap .thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .login .log_btn_wrap a {
    font-size: 12px;
  }
  .login .log_btn_wrap a::after {
    height: 8px;
    margin: -2px 5px 0;
  }
}
.mypage .my_tab {
  margin-bottom: 80px;
}
.mypage .my_tab ul {
  display: flex;
  border: solid 1px #ddd;
}
.mypage .my_tab ul li {
  width: 25%;
  height: 60px;
  border-right: solid 1px #ddd;
}
.mypage .my_tab ul li:last-child {
  border-right: none;
}
.mypage .my_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.mypage .my_tab ul li.a a {
  font-weight: bold;
  color: #fff;
}
.mypage .my_tab select {
  display: none;
  width: 100%;
  height: 60px;
  border: solid 1px #ddd;
  font-size: 16px;
}
.mypage .my_tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 1420px) {
  .mypage .my_tab ul {
    display: none;
  }
  .mypage .my_tab select {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .mypage .my_tab {
    margin-bottom: 40px;
  }
  .mypage .my_tab select {
    height: 50px;
    font-size: 12px;
  }
  .mypage .my_tit {
    margin-bottom: 20px;
  }
}
.terms pre span {
  font-weight: bold;
  color: #000;
}

#footer {
  padding: 50px 0px;
  margin-top: 150px;
  border-top: solid 1px #ddd;
  background-color: #fafafa;
}
#footer.mt0{margin-top: 0;}
#footer .f_cont {
  width: 1400px;
  margin: 0px auto;
}
#footer .f_cont .df_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#footer .f_cont .df_box .df_l {
  display: flex;
  align-items: start;
  gap: 0px 60px;
}
#footer .f_cont .df_box .f_mid .f_menu {
  margin-bottom: 40px;
}
#footer .f_cont .df_box .f_mid .f_menu ul {
  display: flex;
  gap: 0px 30px;
}
#footer .f_cont .df_box .f_mid .f_menu ul li a, #footer .f_cont .df_box .f_mid .f_menu ul li button {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
#footer .f_cont .df_box .f_mid .info_line .line {
  display: flex;
  gap: 0px 30px;
}
#footer .f_cont .df_box .f_mid .info_line .line p {
  margin-bottom: 15px;
  color: #000;
}
#footer .f_cont .df_box .f_mid .info_line .line p span {
  margin-left: 5px;
  color: #666;
}
#footer .f_cont .df_box .f_mid .info_line .line:last-child p {
  margin-bottom: 0;
}
#footer .f_cont .df_box .f_mid .copyright {
  margin-top: 40px;
}
#footer .f_cont .df_box .f_r {
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
#footer .f_cont .df_box .f_r .cus_box {
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 10px;
  background-color: #fff;
}
#footer .f_cont .df_box .f_r .cus_box .t2 {
  margin: 10px 0px 5px;
}
#footer .f_cont .df_box .f_r .cus_box .t2 img {
  vertical-align: middle;
  margin-top: -2px;
}
#footer .f_cont .df_box .f_r .cus_box .t {
  margin-bottom: 5px;
}
#footer .f_cont .df_box .f_r .cus_box pre {
  line-height: 160%;
}
#footer .f_cont .df_box .f_r .sns_lst li {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  border-radius: 30px;
}
#footer .f_cont .df_box .f_r .sns_lst li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#footer .f_cont .df_box .f_r .sns_lst li:nth-child(1) {
  background-color: #2DB400;
}
#footer .f_cont .df_box .f_r .sns_lst li:nth-child(2) {
  background-color: #F03271;
}
#footer .f_cont .df_box .f_r .sns_lst li:nth-child(3) {
  background-color: #FF0000;
}
#footer .f_cont .df_box .f_r .sns_lst li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1420px) {
  #footer {
    padding-bottom: 170px;
  }
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
    text-align: center;
  }
  #footer .f_cont .df_box {
    display: block;
  }
  #footer .f_cont .df_box .df_l {
    display: block;
  }
  #footer .f_cont .df_box .f_mid .f_menu {
    margin-top: 60px;
  }
  #footer .f_cont .df_box .f_mid .f_menu ul {
    justify-content: center;
  }
  #footer .f_cont .df_box .f_mid .info_line .line {
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .f_cont .df_box .f_mid .info_line .line:last-child p {
    margin-bottom: 15px;
  }
  #footer .f_cont .df_box .f_mid .copyright {
    margin-top: 25px;
  }
  #footer .f_cont .df_box .f_r {
    justify-content: space-between;
    align-items: end;
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 30px 0px 110px;
    margin-top: 75px;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .df_box .df_l .logo {
    display: inline-block;
    width: 133px;
  }
  #footer .f_cont .df_box .f_mid .f_menu {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #footer .f_cont .df_box .f_mid .f_menu ul {
    gap: 0px 15px;
  }
  #footer .f_cont .df_box .f_mid .f_menu ul li a, #footer .f_cont .df_box .f_mid .f_menu ul li button {
    font-size: 12px;
  }
  #footer .f_cont .df_box .f_mid .info_line .line {
    gap: 0px 15px;
  }
  #footer .f_cont .df_box .f_mid .info_line .line p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  #footer .f_cont .df_box .f_mid .info_line .line p span {
    margin-left: 3px;
  }
  #footer .f_cont .df_box .f_mid .info_line .line:last-child p {
    margin-bottom: 10px;
  }
  #footer .f_cont .df_box .f_mid .copyright {
    margin-top: 10px;
  }
  #footer .f_cont .df_box .f_r {
    flex-direction: column-reverse;
    justify-content: start;
    align-items: center;
    gap: 20px 0px;
    margin-top: 20px;
  }
  #footer .f_cont .df_box .f_r .sns_lst li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
  }
  #footer .f_cont .df_box .f_r .sns_lst li a img {
    display: block;
    width: 16px;
  }
  #footer .f_cont .df_box .f_r .cus_box {
    width: 100%;
    border-radius: 5px;
    text-align: left;
  }
  #footer .f_cont .df_box .f_r .cus_box .t2 {
    margin: 5px 0px 5px;
  }
  #footer .f_cont .df_box .f_r .cus_box .t2 img {
    display: inline-block;
    width: 16px;
  }
  #footer .f_cont .df_box .f_r .cus_box .t {
    margin-bottom: 5px;
  }
  #footer .f_cont .df_box .f_r .cus_box pre {
    line-height: 160%;
  }
}
.r_fix {
  z-index: 95;
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: right 0.5s, opacity 0.5s;
}
.r_fix.a {
  right: -60px;
  opacity: 0;
}
.r_fix button, .r_fix a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.r_fix button:last-child, .r_fix a:last-child {
  margin-bottom: 0;
}
.r_fix .r_inq {
  height: 285px;
  background-color: #DC3333;
  word-break: break-all;
}
.r_fix .r_inq p {
  padding: 0px 17px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.r_fix .r_inq p img {
  margin-top: 10px;
}
.r_fix .r_call {
  background-color: #2071F8;
}
.r_fix .r_kakao {
  background-color: #FFE300;
}
.r_fix .top_btn {
  flex-direction: column;
  background-color: #111;
  
}

.hover_fix {
  opacity: 0;
  position: fixed;
  z-index: 96;
  top: 50%;
  right: -320px;
  transform: translateY(-50%);
  transition: right 0.5s ease-out, opacity 0.5s ease-out;
}
.hover_fix.a {
  opacity: 1;
  right: 0;
}
.hover_fix .r_inq_wrap {
  width: 320px;
  height: 285px;
  padding: 30px 20px 0;
  margin-bottom: 10px;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.hover_fix .r_inq_wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.hover_fix .r_inq_wrap .inp_wrap .inp {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.hover_fix .r_inq_wrap .inp_wrap .inp::placeholder {
  color: #999;
}
.hover_fix .r_inq_wrap .inp_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #DC3333;
}
.hover_fix .r_call {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 20px 0 0 20px;
  background-color: #2071F8;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.hover_fix .r_call .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.hover_fix .r_call .t_box {
  width: calc(100% - 60px);
}
.hover_fix .r_call .t_box .t1 {
  color: #FFE100;
}
.hover_fix .r_call .t_box .t2 {
  font-size: 11px;
  color: #fff;
}
.hover_fix .r_kakao {
  display: flex;
  align-items: center;
  height: 60px;
  margin-bottom: 10px;
  border-radius: 20px 0 0 20px;
  background-color: #FFE300;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.hover_fix .r_kakao .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.hover_fix .r_kakao .t_box {
  width: calc(100% - 60px);
}
.hover_fix .r_kakao .t_box p {
  font-size: 20px;
  font-weight: bold;
  color: #2E2428;
}
.hover_fix .top_btn {
  height: 60px;
}

@media screen and (max-width: 1420px) {
  .r_fix, .hover_fix {
    display: none !important;
  }
}
.m_bottom {
  z-index: 100;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 125px;
  box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.m_bottom::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.m_bottom::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.m_bottom button, .m_bottom a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0px;
  position: relative;
  z-index: 3;
  width: calc((100% - 140px) / 4);
  height: 100%;
  text-align: center;
}
.m_bottom .m_inq_btn {
  position: absolute;
  top: -11px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  width: 103px;
  height: 103px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: bold;
  background-color: #DC3333;
  color: #fff;
}
.m_bottom .m_inq_btn span {
  position: relative;
  z-index: 1;
  top: -2px;
}

@media screen and (max-width: 1420px) {
  .m_bottom {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .m_bottom {
    height: 75px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.05);
  }
  .m_bottom::before {
    top: -12px;
    width: 64px;
    height: 64px;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.05);
  }
  .m_bottom button, .m_bottom a {
    gap: 5px 0px;
    width: calc((100% - 64px) / 4);
  }
  .m_bottom button img, .m_bottom a img {
    display: block;
    width: 24px;
  }
  .m_bottom .m_inq_btn {
    top: -10px;
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
}
.m_inq_wrap {
  display: none;
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.m_inq_wrap .m_inq {
  position: absolute;
  left: 0;
  bottom: -400px;
  width: 100%;
  padding: 60px 40px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transition: bottom 0.5s;
}
.m_inq_wrap .m_inq.a {
  bottom: 0;
}
.m_inq_wrap .m_inq .m_inq_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.m_inq_wrap .m_inq .inp_wrap {
  margin-top: 40px;
}
.m_inq_wrap .m_inq .inp_wrap .inp {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.m_inq_wrap .m_inq .inp_wrap .inp::placeholder {
  color: #999;
}
.m_inq_wrap .m_inq .inp_wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #DC3333;
}

@media screen and (max-width: 720px) {
  .m_inq_wrap .m_inq {
    bottom: -270px;
    padding: 30px 20px;
    border-radius: 5px 5px 0 0;
  }
  .m_inq_wrap .m_inq .m_inq_close {
    top: 10px;
    right: 10px;
    width: 15px;
  }
  .m_inq_wrap .m_inq .inp_wrap {
    margin-top: 20px;
  }
  .m_inq_wrap .m_inq .inp_wrap .inp {
    height: 35px;
    padding-left: 15px;
    font-size: 12px;
  }
  .m_inq_wrap .m_inq .inp_wrap button {
    height: 40px;
    margin-top: 0px;
    font-size: 12px;
  }
}
.pass_modal {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pass_modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 445px;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.pass_modal .modal_box .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pass_modal .modal_box .inp {
  width: 100%;
  height: 50px;
  margin: 30px 0px 10px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.pass_modal .modal_box .inp::placeholder {
  color: #999;
}
.pass_modal .modal_box .s_btn {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .pass_modal .modal_box {
    width: calc(100% - 40px);
    padding: 30px 20px;
    border-radius: 5px;
  }
  .pass_modal .modal_box .modal_close {
    top: 10px;
    right: 10px;
    width: 16px;
  }
  .pass_modal .modal_box .inp {
    height: 40px;
    margin: 15px 0px 5px;
    padding-left: 15px;
    font-size: 12px;
  }
  .pass_modal .modal_box .s_btn {
    height: 40px;
    font-size: 12px;
  }
}
.prod_tab {
  width: 100%;
}
.prod_tab dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.prod_tab dl:first-child{border-top: solid 1px #ddd;}
.prod_tab dl dd {
  display: table-cell;
  width: 20%;
  height: 60px;
  border: solid 1px #ddd;
  border-top: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.prod_tab dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.prod_tab dl dd.a a {
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .prod_tab {
    border-top: none;
  }
  .prod_tab dl {
    display: none;
  }
}


.pass_modal2 {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.pass_modal2 .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 445px;
  padding: 60px 40px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.pass_modal2 .modal_box .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pass_modal2 .modal_box .inp {
  width: 100%;
  height: 50px;
  margin: 30px 0px 10px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.pass_modal2 .modal_box .inp::placeholder {
  color: #999;
}
.pass_modal2 .modal_box .s_btn {
  width: 100%;
  height: 50px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .pass_modal2 .modal_box {
    width: calc(100% - 40px);
    padding: 30px 20px;
    border-radius: 5px;
  }
  .pass_modal2 .modal_box .modal_close {
    top: 10px;
    right: 10px;
    width: 16px;
  }
  .pass_modal2 .modal_box .inp {
    height: 40px;
    margin: 15px 0px 5px;
    padding-left: 15px;
    font-size: 12px;
  }
  .pass_modal2 .modal_box .s_btn {
    height: 40px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1420px) {
  .board_lst_wrap .board_lst_top form{margin-left: auto; margin-right: auto; max-width: 100%;}
  .board_lst_pg .board_lst_wrap .board_sch_wrap.mb0{margin-bottom: 20px;}
  .board_lst_wrap .board_lst_top .board_sch_wrap.mb0 .sch_box{width: 460px;}
}
@media screen and (max-width: 720px) {
  .board_lst_wrap .board_lst_top form{width: 100%;}
  .board_lst_wrap .board_lst_top .board_sch_wrap.mb0{margin-bottom: 10px;}
  .board_lst_wrap .board_lst_top .board_sch_wrap.mb0 .sch_box{width: 100%;}
}

/*# sourceMappingURL=r_layout.css.map */

