@charset "UTF-8";

.c1 {
  color: #DC000C !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.color2 {
  color: #0083F2 !important;
}

.color3 {
  color: #0059A4 !important;
}

.color4 {
  color: #113778 !important;
}

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: #0B1215;
  font-family: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "Pretendard";
  font-size: 14px;
  color: #0B1215;
  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: "Pretendard";
  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: "Pretendard";
}

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;
}

.pt12 {
  padding-top: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pb13 {
  padding-bottom: 13px;
}

.mt13 {
  margin-top: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.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;
}

.pt24 {
  padding-top: 24;
}

.pb24 {
  padding-bottom: 24;
}

.mt24 {
  margin-top: 24;
}

.mb24 {
  margin-bottom: 24;
}

.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;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.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;
}

.pl12 {
  padding-left: 12px;
}

.pr12 {
  padding-right: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mr12 {
  margin-right: 12px;
}

.pl13 {
  padding-left: 13px;
}

.pr13 {
  padding-right: 13px;
}

.ml13 {
  margin-left: 13px;
}

.mr13 {
  margin-right: 13px;
}

.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;
}

.pl24 {
  padding-left: 24;
}

.pr24 {
  padding-right: 24;
}

.ml24 {
  margin-left: 24;
}

.mr24 {
  margin-right: 24;
}

.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;
}

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.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;
}

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* -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;
}

/* 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;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz64 {
  font-size: 64px;
}

.fz70 {
  font-size: 70px;
}

.fz80 {
  font-size: 80px;
}

@media screen and (max-width: 620px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 14px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz64 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  .fz80 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 14px;
  }
}
/* 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: 30px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #333;
}
.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;
}

.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1420px) {
  .container {
    width: 90%;
  }
}

.layout_container {
  width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1640px) {
  .layout_container {
    width: 90%;
  }
}

@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: rgb(27, 118, 255);
  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 rgb(27, 118, 255);
  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;
}
*/

.pc_br{
	display:block;
	@media (max-width: 767px){.pc_br{display:none;}}
}
.header_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	height:105px;
	display:flex;
	justify-content:center;
  background: rgba(204, 204, 204, 0.3);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  z-index: 999;
}
.header_top.index {
  backdrop-filter: blur(5px);
  background: rgba(11, 18, 21, 0.39);
}
.header_top .layout_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top .logo {
  width: 153px;
}
.header_top nav .nav_list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.header_top nav .nav_list > li {
  position: relative;
}
.header_top nav .nav_list > li:hover > a{font-weight:bold;}
.header_top nav .nav_list > li > a{
  position: relative;
  display: inline-block;
}
.header_top nav .nav_list > li:hover > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  right: 11px;
  top: -2px;
  background: url(/src/img/icon/main_icon.png) no-repeat center/contain;
}
.header_top nav .nav_list > li > a {
  display: block;
  width: 120px;
  text-align: center;
  color: #fff;
}
.header_top nav .nav_list > li:hover > .hd_submenu {
  display: block;
}
.header_top nav .nav_list .hd_submenu {
	width:160px;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 18px;
}
.header_top nav .nav_list .hd_submenu > li {
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 0 8px;
  padding-bottom: 18px;
  color: rgb(170, 170, 170);
}
.header_top nav .nav_list .hd_submenu li:first-child {
  padding-top: 20px;
  border-radius: 5px 5px 0 0;
}
.header_top nav .nav_list .hd_submenu li:last-child {
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
}
.header_top nav .nav_list .hd_submenu li:hover {
  color: rgb(220, 0, 12);
  font-weight: bold;
}
@media (max-width: 1420px) {
  .header_top nav {
    display: none;
  }
}
.header_top .hd_right {
  display: flex;
	align-items:center;
  gap: 30px;
}
.youtube,
.mobile_menu .mobile_t .t_r .youtube
{
	display:block;
	background:url("/src/img/icon/youtube.svg")no-repeat center / contain;
	width: 35px;
	height: 24px;
}
.hd_lang_btn {
  color: #fff;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 100%;
}

.lang.active .lang_list {
	display: block;
}
.lang.active .hd_lang_btn:after{transform:rotate(0deg);}
.hd_lang_btn::after {
  content: "";
  display: block;
	width: 6px;
	height: 9px;
	background:url("/src/img/icon/lang_btn.svg")no-repeat center / contain;
	transform: rotate(180deg);
	margin-left: 6px;
}
.header_top .hd_right .hd_menu_btn {
  width: 30px;
}
/* lang */
.lang{
	position:relative;
	width: 40px;
}
.lang .lang_list{
	display:none;
	position:absolute;
	background: #FFFFFF;
	width: 100%;
	padding:3px;
	border-radius:4px;
	margin-top:6px;
}
.lang .lang_list > li ~ li{margin-top: 3px;}
.lang .lang_list a:hover{
	color:#DC000C;
	background:#EEEEEE;
	border-radius:3px;
}
.lang .lang_list a{
	width: 100%;
	height: 18px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#AAAAAA;
}
.header_top .hd_submenu {
  position: absolute;
}

.mobile_menu .lang .hd_lang_btn,.pc_menu .lang .hd_lang_btn{color:#0B1215;}
.mobile_menu .lang .lang_list,.pc_menu .lang .lang_list{border:1px solid #0B1215;}
.mobile_menu .lang .hd_lang_btn:after,.pc_menu .lang .hd_lang_btn:after{background:url(/src/img/icon/m_lang_btn.svg)no-repeat center / contain}

@media (max-width: 767px) {
  .header_top .logo{
		width: 69px;
		height: 30px;
	}
	.header_top .hd_right .hd_menu_btn img{
		width:43px;
	}
	.header_top{height:50px;}
	.header_top .hd_right{gap:15px;}
	.header_top .hd_right .hd_menu_btn img{
		width:30px;
	}
	.lang .lang_list{margin-top: 3px;}
	.youtube{width: 20px;height:15px;}
	.lang{width: 32px;}
	.lang .lang_list a{height:16px;}
}


/* pc_menu */
.pc_menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 999;
	background: url("/src/img/pc_menu.png") no-repeat center/cover;
}
/* .pc_menu:before{
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;margin:0;padding:0;
	background: rgba(204, 204, 204, 0.9) url("/src/img/pc_menu.png") no-repeat center/cover;
	background-size: cover;
	z-index: 0;
} */
.pc_menu * {
  position: relative; 
  z-index: 1;
}
.pc_menu.active {
  transform: translateX(0);
}
.pc_menu .pc_hd_t {
  position: absolute;
  top: 45px;
  right: 130px;
	z-index:99;
	display:flex;
	align-items:center;
	gap:20px;
}
/* .pc_menu .pc_hd_t .hd_lang_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgb(11, 18, 21);
} */
.pc_menu .pc_menu_list {
  display: flex;
  flex-wrap: wrap;
	padding-left: 90px;
}
.pc_menu .pc_menu_list > li {
	width:436px;
  height: 458px;
  padding: 105px 0 0 60px;
}
.pc_menu .pc_menu_list > li:nth-child(5),
.pc_menu .pc_menu_list > li:nth-child(6),
.pc_menu .pc_menu_list > li:nth-child(7)
 {
	padding:60px;
}
.pc_menu .pc_menu_list >li:hover {
  background: rgba(255, 255, 255,0.7);
}
.pc_menu .pc_menu_list .pc_submenu_list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pc_menu .pc_menu_list .pc_submenu_list li a{color:#474747;}
.pc_menu .pc_menu_list .pc_submenu_list li:hover > a{
	color:rgb(220, 0, 12) !important;
	font-weight:bold;
	position:relative;
	padding-left:10px;
}

.pc_menu .pc_menu_list .pc_submenu_list li:hover > a:before{
	position:absolute;
	content:"";
	display:block;
	width: 8px;
	height: 8px;
	left:0;
	top:0;
	background:url(/src/img/pc_r_icon.png)no-repeat center center;
}
.pc_menu .pc_menu_logo {
  position: absolute;
  right: 130px;
  bottom: 95px;
}
@media (min-width: 1420px) {
  .pc_menu {
    display: block;
  }
}

.mobile_menu {
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: 0.3s;
  z-index: 999;
}
.mobile_menu.active {
  transform: translateX(0);
}
.mobile_menu .mobile_t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}
.mobile_menu .mobile_t .t_r{
	display:flex;
	align-items:center;
	gap:20px;
}

.mobile_menu .mobile_t .t_r .mb_lang_btn {
  position: relative;
}
.mobile_menu .mobile_t .t_r .mb_lang_btn.act{color:#DC000C;}
/* .mobile_menu .mobile_t .t_r .mb_lang_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(11, 18, 21);
} */
.mobile_menu .mobile_nav{border-top: 1px solid rgb(221, 221, 221);}
.mobile_menu .mobile_nav .mb_menu {
  padding: 45px;
  display: block;
  width: 100%;
	text-align:left;
  position: relative;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.mobile_menu .mobile_nav .mb_menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 18px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/src/img/icon/mb_menu_arrow.png) no-repeat right/contain;
}
.mobile_menu .mobile_nav .mb_menu.open:after {
  background: url(/src/img/icon/mb_menu_arrow02.png) no-repeat right/contain;
}
.mobile_menu .mobile_nav .mb_menu.open + .mb_submenu {
  padding: 40px;
  max-height: 500px;
  border-top: 2px solid rgb(220, 0, 12);
}
.mobile_menu .mobile_nav .mb_submenu {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 0 40px;
  background: rgb(245, 245, 245);
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.mobile_menu .mobile_nav .mb_submenu a {
  position: relative;
  margin-left: 20px;
  width: calc((100% - 100px) / 2);
}
.mobile_menu .mobile_nav .mb_submenu a:hover {
  padding-left: 12px;
  color: rgb(220, 0, 12);
  font-weight: bold;
}
.mobile_menu .mobile_nav .mb_submenu a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(/src/img/icon/main_icon.png) no-repeat center/contain;
  display: block;
}
@media (max-width: 1420px) {
  .mobile_menu {
    display: block;
  }
}
@media (max-width: 620px) {
  .mobile_menu .mobile_t {
    padding: 13px 16px;
  }
	.mobile_menu .mobile_t .logo img{width: 88px;}
  .mobile_menu .mobile_nav .mb_menu {
    padding: 22px 16px;
  }
  .mobile_menu .mobile_nav .mb_menu:after {
    right: 16px;
  }
  .mobile_menu .mobile_nav .mb_menu.open + .mb_submenu {
    padding: 25px 30px;
  }
  .mobile_menu .mobile_nav .mb_submenu {
    gap: 20px;
  }
  .mobile_menu .mobile_nav .mb_submenu a {
    width: 100%;
    margin-left: 0;
  }
	.mobile_menu .mobile_t .t_r .youtube{width: 20px;height: 20px;}
}
@media (max-width: 356px){
	.mobile_menu .mobile_t .t_r{gap:10px;}
	
}

.s_top {
  display: flex;
  align-items: center;
  height: 780px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
	position:relative;
}
.s_top.s1 {
  background-image: url(/src/img/s_top_bg1.jpg);
}
.s_top.s2 {
  background-image: url(/src/img/s_top_bg2.jpg);
}
.s_top.s3 {
  background-image: url(/src/img/s_top_bg3.jpg);
}
.s_top.s4 {
  background-image: url(/src/img/s_top_bg4.jpg);
}
.s_top.s5 {
  background-image: url(/src/img/s_top_bg5.jpg);
}
.s_top.s6 {
  background-image: url(/src/img/s_top_bg6.jpg);
}
.s_top.s7 {
  background-image: url(/src/img/s_top_bg7.jpg);
}
.s_top p, .s_top h2 {
  color: #fff;
}

@media (max-width: 767px) {
	.s_top{height: 780px;}
}

@media (max-width: 356px) {
	.s_top{height: 480px;}
}


.s_path {
  margin-top: -70px;
  margin-bottom: 140px;
}
.s_path .container {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
}
.s_path .container ul {
  display: flex;
}
.s_path .container ul li {
  height: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
	position:relative;
}
.s_path .container ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 100%;
  background-color: #DC000C !important;
}
.s_path .container ul li a img {
  width: 18px;
}
.s_path .container ul li select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 274px;
  height: 100%;
  color: #fff;
  background-color: transparent;
	background-image: url(/src/img/s_path01.png);
	background-repeat: no-repeat;
  background-position: right 20px center;
  border: none;
}
.s_path .container .select_wrap.active select {
  background: url(/src/img/s_path02.png) no-repeat right 20px center;
}
.s_path .container ul li:first-child {
  border-right: none;
}
@media (max-width: 1420px) {
	.s_path .container{width: 90%;}
}
@media (max-width: 767px) {
  .s_path {
    margin-bottom: 70px;
		margin-top: -59px;
  }
  
	.s_h3 {padding-bottom: 40px;}
	.s_path .container ul li{height: 59px;}
}

/* page_top */
.page_top {
  display: flex;
  align-items: center;
	position:relative;
  height: 328px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 0 80px;
}

.page_top p{
	color:#fff;
}
.page_top span {
  display: block;
  line-height: 150%;
  color: #fff;
}
.page_top .w_icon{
	position:relative;
}
.page_top .w_icon:after{
	position:absolute;
	display:block;
	content:"";
	width:32px;
	height:32px;
	right:-42px;
	top:0;
	background:url(/src/img/w_icon.png)no-repeat center center;
}
.page_top.s1_2 .w_icon:after,
.page_top.s1_4 .w_icon:after,
.page_top.s1_6 .w_icon:after,
.page_top.s5_1 .w_icon:after,
.page_top.s5_3 .w_icon:after,
.page_top.s5_5 .w_icon:after,
.page_top.s1_7 .w_icon:after{right:-48px;}

.page_top.s1_1 {
  background-image: url(/src/img/page_top1_1.jpg);
	padding: 0 150px;
}
.page_top.s1_2 {
  background-image: url(/src/img/page_top1_2.png);
}
.page_top.s1_3 {
  background-image: url(/src/img/page_top1_3.png);
}
.page_top.s1_4 {
  background-image: url(/src/img/page_top1_4.png);
}
.page_top.s1_5 {
  background-image: url(/src/img/page_top1_5.jpg);
}
.page_top.s1_6 {
  background-image: url(/src/img/page_top1_6.png);
}
.page_top.s1_7 {
  background-image: url(/src/img/page_top1_7.png);
	margin-bottom:140px;
}
.page_top.s2_1 {
  background-image: url(/src/img/page_top2_1.png);
}
.page_top.s5_1 {
  background-image: url(/src/img/page_top5_1.png);
}
.page_top.s5_2 {
  background-image: url(/src/img/page_top5_2.png);
}
.page_top.s5_3 {
  background-image: url(/src/img/page_top5_3.png);
}
.page_top.s5_5 {
  background-image: url(/src/img/page_top5_5.png);
}
@media (max-width: 991px) {
  .page_top {
    padding: 0 40px;
  }
	.page_top.s1_1 {position: relative;height: auto;padding: 30px 20px;-webkit-background-size: cover;background-size: cover;}
}
@media (max-width: 767px) {
  .page_top {
    padding: 30px 20px;
    margin-bottom: 60px;
		border-radius:20px;
  }
	.page_top.s1_7 {
		margin-bottom:70px;
	}
}
@media (max-width: 620px) {
  .page_top {
    margin-bottom: 40px;
  }
	.page_top .w_icon:after{right: 41px;}
	.page_top p{position:relative;}
	.page_top span{display:inline;}
	.page_top.s1_2 .w_icon:after,
	.page_top.s1_4 .w_icon:after,
	.page_top.s1_6 .w_icon:after,
	.page_top.s5_1 .w_icon:after,
	.page_top.s5_3 .w_icon:after,
	.page_top.s5_5 .w_icon:after,
	.page_top.s1_7 .w_icon:after{right:-185px;}
	.page_top .w_icon:after{
			width:18px;
			height:18px;
			right:-31px;
		}
}
@media (max-width: 356px) {
	.page_top.s1_2 .w_icon:after,
	.page_top.s1_4 .w_icon:after,
	.page_top.s1_6 .w_icon:after,
	.page_top.s5_1 .w_icon:after,
	.page_top.s5_3 .w_icon:after,
	.page_top.s5_5 .w_icon:after,
	.page_top.s1_7 .w_icon:after{right:-85px;}
	.page_top .w_icon:after{
			width:18px;
			height:18px;
			right:-31px;
		}
}

.top_btn {
  position: fixed;
  bottom: 60px;
  right: 35px;
  width: 81px;
  height: 104px;
  z-index: 998;
  background: rgb(222, 0, 17);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.top_btn p {
  color: rgb(255, 255, 255);
  font-size: 22px;
  width: 100%;
}
.top_btn img {
  width: auto;
  max-width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .top_btn {
		width:65px;
		height:84px;
		gap:5px;
		right:15px;
  }
	.top_btn img{
		width:16px;
	}
}

@media (max-width: 620px) {
	.top_btn{right:6px;height:70px;}
	.top_btn img{
		width:13px;
		height:13px;
	}
}

/* r_plus 공통 */
.r_plus{
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.r_plus:after{
	position:absolute;
	content: "";
	width:32px;
	height:32px;
	display:block;
	background:url(/src/img/r_plus.png)no-repeat center center;
	right:-44px;
	top:0;
	transition:transform 0.3s
}
.r_plus:hover:after{
	transform: rotate(-180deg);
}

.main_wrap {
  padding-bottom: 147px;
}
.main_wrap .main_slide {
  position: relative;
}
.main_wrap .main_slide .swiper {
  width: 100%;
  height: 960px;
}
.main_wrap .main_slide .swiper .swiper-slide .bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_wrap .swiper-slide {
  height: 100%;
}
.main_wrap .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(11, 18, 21, 0.57) 0%, rgba(11, 18, 21, 0) 100%);
  z-index: 1;
}
.main_wrap .main_slide_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.main_wrap .main_slide_content .main_text p {
  color: rgb(255, 255, 255);
}
.main_wrap .main_text {
  width: 100%;
}
/* .main_wrap .m_txt {
  position: relative;
  width: 100%;
  height: 100px;
}
.main_wrap .m_txt p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 1;
} */
.main_wrap .main_slide_buttons {
  position: absolute;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 231px;
  display: flex;
  gap: 40px;
  z-index: 111111;
}
.main_wrap .main-prev,
.main_wrap .main_stop_btn,
.main_wrap .main-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  backdrop-filter: blur(30px) brightness(1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main_wrap .main-prev:hover,
.main_wrap .main_stop_btn:hover,
.main_wrap .main-next:hover {
  background: rgb(220, 0, 12);
}
.main_wrap .main-prev::after,
.main_wrap .main-next::after {
  content: none;
}
.main_wrap .swiper-button-disabled {
  opacity: 1 !important;
}
@media (max-width: 1119px) {
  .main_wrap .main_slide .swiper {
    height: 1280px;
  }
}
@media (max-width: 620px) {
  .main_wrap .main_slide .swiper {
    height: 480px;
  }
	.main_wrap .main_slide_buttons {
		bottom: 50px;
		gap: 12px;
		
	}
	.main_wrap .main-prev,
	.main_wrap .main_stop_btn,
	.main_wrap .main-next {
		width: 40px;
		height: 40px;
	}
	.main_wrap .main_slide_buttons button{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.main_wrap .main_slide_buttons button > img {
		width:9px;
		height:11px;
	}
}

@media (max-width: 356px) {
	
}

.main_wrap section {
  padding-top: 140px;
}
.main_wrap section .tit {
  position: relative;
}
.main_wrap section .tit:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/src/img/icon/main_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 10px;
}
@media (max-width: 991px) {
  .main_wrap section {
    padding-top: 80px;
  }
}

.main_business {
  padding-bottom: 140px;
  background: url(/src/img/m_buss_bg.png) no-repeat left -127px bottom 140px;
}
.main_business .main_buss {
  display: flex;
  flex-wrap: wrap;
}
.main_business .tit:after {
  left: 315px;
}
.main_business .buss_l {
  width: 45%;
}
.main_business .buss_l .l_txt {
  width: 561px;
  max-width: 100%;
}
.main_business .buss_r {
  width: 55%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.main_business .buss_r .r_img {
  width: calc((100% - 20px) / 2);
  height: 420px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.main_business .buss_r .r_img:nth-child(1) {background: url("/src/img/main_buss01.png") no-repeat center / cover;}
.main_business .buss_r .r_img:nth-child(2) {background: url("/src/img/main_buss02.png") no-repeat center / cover;}
.main_business .buss_r .r_img:nth-child(3) {background: url("/src/img/main_buss03.png") no-repeat center / cover;}
.main_business .buss_r .r_img:nth-child(4) {background: url("/src/img/main_buss04.png") no-repeat center / cover;}

.main_business .buss_r .r_img:nth-child(3) p{line-height:110%;}
.main_business .buss_r .r_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
	background-color: rgba(77, 84, 97, 0.8);
  backdrop-filter: blur(5px) brightness(1);
  -webkit-backdrop-filter: blur(5px) brightness(1);
  z-index: 0;
}
.main_business .buss_r .r_img:hover{
box-shadow: 0 2px 8px;
}
.main_business .buss_r .r_img:hover:before{
	backdrop-filter:blur(0px);
background-color: rgba(15, 61, 145, 0.6);
}

.main_business .buss_r .r_img:hover .m_btn:before
{
  background: rgb(255, 255, 255);
}
.main_business .buss_r .r_img:hover .m_btn
{
  font-weight: bold;
}
.main_business .buss_r .r_img:hover .m_btn:after
{
  background: rgb(255, 255, 255);
}
.main_business .buss_r .r_img .m_btn:after
{
  display: none;
  content: "";
  position: absolute;
  display: block;
  width: 92px;
  height: 1px;
  background: transparent;
	bottom:0;
  left: 0;
}
.main_business .buss_r .r_img p,
.main_business .buss_r .r_img .m_btn
 {
  color: rgb(255, 255, 255);
  text-align: left;
  position: relative;
  z-index: 1;
}
.main_business .buss_r .r_img .b_txt {
  padding-top: 8px;
}
.main_business .buss_r .r_img .b_txt:before {
  content: "";
  top: 0;
  position: absolute;
  display: block;
  width: 22px;
  height: 4px;
  background: rgb(220, 0, 12);
}
.main_business .buss_r .r_img:hover .b_txt:before {
  background: #FFFFFF;
}
@media (max-width: 1420px) {
  .main_business {
    flex-direction: column;
  }
  .main_business .main_buss > * {
    width: 100% !important;
  }
  .main_business .buss_l {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .main_business {
    padding-bottom: 80px;
  }
  .main_business .tit {
    margin-bottom: 20px;
  }
  .main_business .buss_r .r_img {
    width: 100%;
    height: 199px;
    padding: 45px 50px;
  }
  .main_business .buss_r .r_img p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main_business .buss_r .r_img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .main_business .buss_r .r_img {
    height: 122px;
    padding: 25px 20px;
  }
  .main_business .buss_r .r_img p {
    margin-bottom: 15px;
  }
}

.main_company .tit:after {
  left: 330px;
}
.main_company .com_t .text {
  display: flex;
	align-items:flex-end;
  gap: 20px;
}
.main_company .com_t .text > * {
  width: 50%;
}
.main_company .com_b {
  display: flex;
  gap: 20px;
}
.main_company .com_b > * {
  width: 50%;
}
.main_company .l_img, .main_company .r_img {
  position: relative;
  border-radius: 5px;
}
.main_company .l_img {
  height: 508px;
  background: linear-gradient(0deg, rgba(37, 39, 41, 0.98) 0%, rgba(37, 39, 41, 0.65) 34%, rgba(37, 39, 41, 0) 100%), url("/src/img/main_com00.png") no-repeat center/cover;
}
.main_company .l_img:hover {
  background: linear-gradient(0deg, rgb(17, 55, 120) 0%, rgba(17, 55, 120, 0.68) 36%, rgba(17, 55, 120, 0.2) 100%), url("/src/img/main_com00.png") no-repeat center/cover;
}
.main_company .com_l .l_img {
  padding: 60px;
}
.main_company .com_l .l_img .l_txt {
  position: absolute;
  bottom: 60px;
  margin-right: 130px;
}
.main_company .com_l .l_img .l_txt p {
  color: rgb(255, 255, 255);
}
.main_company .com_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_company .com_r .r_img {
  padding: 0 60px;
  height: 156px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  --bg: url("/src/img/main_com01.png");
  background: linear-gradient(to right, rgba(37, 39, 41, 0.98) 1%, rgba(37, 39, 41, 0.07) 100%), var(--bg) center/cover no-repeat;
}
.main_company .com_r .r_img p {
  color: #fff;
}
.main_company .com_r .r_img:hover {
  background: linear-gradient(90deg, rgb(17, 55, 120) 0%, rgba(17, 55, 120, 0.8) 48%, rgba(17, 55, 120, 0.4) 100%), var(--bg) center/cover no-repeat;
}
.main_company .com_r .r_img:nth-of-type(1) {
  --bg: url("/src/img/main_com01.png");
}
.main_company .com_r .r_img:nth-of-type(2) {
  --bg: url("/src/img/main_com02.png");
}
.main_company .com_r .r_img:nth-of-type(3) {
  --bg: url("/src/img/main_com03.png");
}
.main_company .com_m {
  display: none;
}
.main_company .com_btn.l {
  bottom: 60px;
}
.main_company .com_btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  right: 60px;
	background: rgba(220, 0, 12, 0);backdrop-filter: blur(30px) brightness(1);-webkit-backdrop-filter: blur(30px) brightness(1);
}
.main_company .com_btn:hover{background:#FFFFFF}
.main_company .com_btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/src/img/com_arrow.png);
  width: 16px;
  height: 27px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
	background-size: contain;
	background-repeat:no-repeat;
}
.main_company .com_btn:hover:before {
  background: url(/src/img/com_arrow_h.png);
}
@media (max-width: 1240px) {
  .main_company .tit {
    margin-bottom: 40px;
  }
  .main_company .com_t > * {
    width: 100%;
  }
  .main_company .com_t .txt {
    margin-bottom: 40px;
  }
  .main_company .com_t {
    gap: 0;
  }
  .main_company .com_t .text {
    flex-wrap: wrap;
    gap: 0px;
		margin-bottom: 40px;
  }
  .main_company .com_t .text > * {
    width: 100%;
  }
  .main_company .com_b {
    display: flex;
    flex-direction: column;
  }
  .main_company .com_l {
    padding: 0;
  }
  .main_company .com_l .l_img {
    height: 210px;
    padding: 0 50px;
    display: flex;
    align-items: center;
  }
  .main_company .com_l .l_img .l_txt {
    position: static;
    margin-right: 0;
  }
  .main_company .com_l .txt {
    display: none;
  }
  .main_company .com_l, .main_company .com_r, .main_company .com_t p:nth-child(2) {
    width: 100%;
  }
  .main_company .com_r {
    gap: 10px;
  }
  .main_company .com_r .r_img {
    padding: 0 50px;
  }
  .main_company .com_m {
    display: block;
    width: 100%;
    background: linear-gradient(to right, rgba(37, 39, 41, 0.8), rgba(37, 39, 41, 0)), url("/src/img/main_com04.png") no-repeat center/cover;
    padding: 34px 50px;
    border-radius: 5px;
    margin-top: 80px;
  }
  .main_company .com_m p {
    color: rgb(255, 255, 255);
  }
  .main_company .com_m .txt {
    width: 362px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
	.main_company .com_btn.l{bottom: 80px;right: 30px;}
  .main_company .com_r .r_img {
    padding: 0 30px;
  }
  .main_company .com_l .l_img {
    padding: 30px;
  }
  .main_company .com_l .l_img .l_txt {
    bottom: 30px;
  }
  .main_company .com_btn {
    width: 40px;
    height: 40px;
		right: 30px;
  }
  .main_company .tit:after {
    left: 120px;
  }
	.main_company .com_btn:before {
  width: 9px;
  height: 16px;
  top: 52%;
  left: 53%;
  transform: translate(-50%, -50%);
}
}

.main_notice {
  padding: 140px 0;
  background-image: url(/src/img/main_noti_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 200px;
}
.main_notice .noti_b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.main_notice .noti_b > * {
  width: 50%;
}
.main_notice .noti_l {
  position: relative;
}
.main_notice .noti_l > .tit{margin-bottom:30px;}
.main_notice .tit:after {
  left: 245px;
}
.main_notice .r_wrap {
  margin-left: 144px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.main_notice .r_content {
  width: calc((100% - 20px) / 3);
  height: 212px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(17, 55, 120, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.main_notice .r_content > a{
	width:100%;
	height:100%;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	gap: 10px;
}
.main_notice .r_content:hover {
  background: rgb(235, 240, 249);
	border:none;
}
.main_notice .r_content p {
  color: rgb(17, 55, 120);
}
.main_notice .notice_swiper .swiper-slide {
  background: rgb(255, 255, 255);
  border: 1px solid rgba(17, 55, 120, 0.15);
  border-radius: 5px;
  padding: 20px 13px 13px;
	height:265px;
	display:flex;
	align-items:flex-end;
}
.main_notice .notice_swiper .swiper-slide a{
	width: 100%;
	height: 100%;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.main_notice .notice_swiper .swiper-slide .n_imgBox {
	width:100%;
	height:138px;
}
.main_notice .notice_swiper .swiper-slide .n_imgBox img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.main_notice .notice_swiper .swiper-slide:hover {
  background: rgb(235, 240, 249);
  border: none;
}
.main_notice .notice_swiper .swiper-slide:hover span, .main_notice .notice_swiper .swiper-slide:hover p {
  color: rgb(17, 55, 120);
}
.main_notice .notice_controls {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
	margin-top: 15px;
}
.main_notice .notice_controls .custom-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main_notice .notice_controls button {
  display: flex;
  align-items: center;
}
.main_notice .notice_controls .notice_stop {
  margin-left: 8px;
}
.main_notice .notice_controls .page-dash {
  margin-top: 7px;
}
.main_notice .notice_controls .notice_pagination {
	width:calc(100% - 160px);
  right: 0;
  top: auto;
  left: auto;
  height: 2px;
  background: rgb(221, 221, 221);
  border-radius: 3px;
}
.main_notice .notice_controls .swiper-pagination-progressbar-fill {
  background: rgb(197, 13, 39);
  height: 100%;
  border-radius: 10px;
}
@media (max-width: 1240px){
	.main_notice {
			padding: 80px 0;
			background-position: center bottom;
			flex-direction: column;
		}
		.main_notice .tit {
			margin-bottom: 20px;
		}
		.main_notice .r_content {
			width: calc((100% - 24px) / 2);
		}
		.main_notice .noti_b, .main_notice .noti_r {
			width: 100%;
		}
		.main_notice .noti_b > * {
			width: 100%;
		}
		.main_notice .r_wrap {
			margin: 0;
		}
		.main_notice .swiper-slide img {
			width: 100%;
		}
		.main_notice .noti_b {
			gap:80px;
		}
}

@media (max-width: 991px) {
  
}
@media (max-width: 620px) {
  .main_notice .r_content {
    width: calc((100% - 24px) / 2);
  }
	.main_notice .r_content > a img{width: 50px;}
}
@media (max-width: 356px) {
  .main_notice .r_content {
    max-height: 212px;
    height: 124px;
  }
}

.greet_txt_wrap.c1{
	margin-bottom:40px;
	.c1_img{margin-top:80px;}
}

@media (max-width: 767px) {
	.greet_txt_wrap.c1 .c1_img{width: 100%;margin-top: 40px;}
}

@media (max-width: 356px) {
	.greet_txt_wrap.c1{padding-bottom:20px;}
 	.greet_txt_wrap.c1 .c1_img{margin-top:40px;}
	.greet_txt_wrap.c1 .r_txt{padding:0;}
}

.greet_txt_wrap {
  display: flex;
	gap:150px;
	margin-bottom: 140px;
}
.greet_txt_wrap .l_tit .l_txt{width:636px;max-width:100%;}

@media (max-width: 1420px) {
  .greet_txt_wrap {
    flex-direction: column;
    padding-bottom: 20px;
    gap: 80px;
  }
	.greet_txt_wrap.esg .l_tit{width: 100%;}
	.greet_txt_wrap.esg .l_tit p{width:100%;}
}
@media (max-width: 620px) {
  .greet_txt_wrap {
		margin-bottom: 70px;
    gap: 30px;
  }
	.greet_txt_wrap .l_tit .l_txt{width:100%;}
  .greet_txt_wrap .l_tit p:nth-child(1) {
    margin-bottom: 10px;
  }
  .greet_txt_wrap .l_tit p:nth-child(2) {
    margin-bottom: 30px;
  }
  .greet_txt_wrap .r_txt p:nth-child(1) {
    margin-bottom: 20px;
  }
}

.greet_txt_wrap2{display: flex;gap: 0 150px;align-items: start;margin-bottom: 140px;background-image: url(/src/img/greet_c1_bg.png);background-repeat: no-repeat;background-position: left 430px;}
.greet_txt_wrap2 .img{flex-shrink: 0;overflow: hidden;width: 636px;border-radius: 20px;}
.greet_txt_wrap2 .img > img{width: 100%;}
.greet_txt_wrap2 .txt{width: 100%;}
.greet_txt_wrap2 .txt p+p{margin-top: 40px;}
.greet_txt_wrap2 .txt .t1{color: #0B1215;line-height: 170%;}
.greet_txt_wrap2 .txt .t2{font-weight: bold;color: #0B1215;}
.greet_txt_wrap2 .txt .t2 b{color: #0083F2;}
.greet_txt_wrap2 .txt .t3{color: #0B1215;}
@media (max-width: 1420px){
  .greet_txt_wrap2{flex-direction: column;gap: 80px 0;align-items: center;padding-bottom: 160px;background-position: left bottom;}
  .greet_txt_wrap2 .img{flex-shrink: 0;width: 100%;max-width: 636px;}
}
@media (max-width: 991px){
  .greet_txt_wrap2{background-size: contain;}
}
@media (max-width: 620px){
  .greet_txt_wrap2{gap: 40px 0;margin-bottom: 70px;padding-bottom: 80px;}
  .greet_txt_wrap2 .img{border-radius: 10px;}
  .greet_txt_wrap2 .txt p+p{margin-top: 20px;}
}




.info_txt_wrap {
  margin-bottom: 140px;
}

@media (max-width: 620px){
	.info_txt_wrap {
		margin-bottom: 70px;
	}
	.info_txt_wrap .t_tit > p{padding-bottom:10px;}
	.info_txt_wrap .vision > p{padding-bottom:10px;}
}

.info_txt_wrap .tit {  border-bottom: 2px solid rgb(11, 18, 21);}

.info_txt_wrap .info_table {
  margin-bottom: 120px;
}
.info_txt_wrap .info_table tr {
	display: flex;align-items: center;justify-content: space-between;
  
}
.info_txt_wrap .info_table td {display: flex;width: calc(50% - 60px);border-bottom: 1px solid rgb(221, 221, 221);}

/* .info_txt_wrap .info_table td .inb_t01,
.info_txt_wrap .info_table td .inb_t02
{
	padding:0 0 25px !important;
} */
.info_txt_wrap .info_table td .info_box {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.info_txt_wrap .info_table tr:nth-child(1) .info_box:nth-of-child(1) {
  padding: 0 0 25px;
}
.info_txt_wrap .info_table td .info_box .info_text{color:#474747;}
.info_txt_wrap .info_table td .info_box .name {
  width: 194px;
	color:#474747;
}
.info_txt_wrap .info_table td .info_box .info_txt p {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 18px;
	color:#474747;
}
.info_txt_wrap .info_table td .info_box .info_txt p:last-child {
  margin: 0;
}
.info_txt_wrap .info_table td .info_box .info_txt p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: rgb(71, 71, 71);
}


@media (max-width: 1200px) {
	.info_txt_wrap .info_table tr{display: block;}
	.info_txt_wrap .info_table tr td{width: 100%;}
}
@media (max-width: 767px) {
	.info_txt_wrap .info_table td .info_box{display: block;}
	.info_txt_wrap .info_table td .info_box .info_text{display: block;width: 100%;margin-top: 10px;}
	.info_txt_wrap .info_table td .info_box .name{display: block;margin-top: 10px;}
	.info_txt_wrap .info_table td .info_box .info_txt{margin-top: 10px;}
}


.info_txt_wrap .info_table img {
  margin-right: 30px;
}
.info_txt_wrap .vision .vision_all {
  background: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.info_txt_wrap .vision .vision_box {
  display: flex;
  align-items: center;
  border-radius: 20px;
  width: 680px;
  height: 158px;
}
.info_txt_wrap .vision .vision_box .vision_img {
	border: 1px solid rgb(235, 240, 249);
	border-radius: 20px 0 0 20px;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	width:199px;
}
.info_txt_wrap .vision .vision_box .vision_img img{
	width:68px;
	height:68px;
}
.info_txt_wrap .vision .vision_box .vision_txt {
  background: rgb(249, 251, 255);
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 86px;
  position: relative;
}
.info_txt_wrap .vision .vision_box .vision_txt:before {
  content: "";
  display: block;
  position: absolute;
  height: 22px;
  width: 3px;
  background: rgb(0, 131, 242);
  left: 0;
}
.info_txt_wrap .vision .vision_box .vision_txt .txt {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
	color:#474747;
}
.info_txt_wrap .vision .vision_box .vision_txt .txt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
	top:12px;
  width: 5px;
  height: 5px;
  background: rgb(71, 71, 71);
}
@media (max-width: 1420px) {
  .info_txt_wrap .vision .vision_box {
    width: 100%;
		flex-direction:column;
		height:auto;
  }
  .info_txt_wrap .vision .vision_box .vision_img {
    width: 100%;
		height:199px;
		border-radius: 20px 20px 0 0;
  }
	.info_txt_wrap .vision .vision_box .vision_txt{
		padding: 30px ;
		border-radius: 0 0 20px 20px;
	}
	.info_txt_wrap .vision .vision_box .vision_txt:before{	
		width:22px;
		height:3px;
		top: 0px;
		left:50%;
		transform:translateX(-50%);
	}
}
@media (max-width: 1240px) {
  .info_txt_wrap .vision .vision_box .vision_img {
  }
  .info_txt_wrap .info_table {
    margin-bottom: 60px;
  }
  .info_txt_wrap .info_table td {
    width: 100%;
    display: block;
  }
  .info_txt_wrap .info_table img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 620px) {
	.info_txt_wrap .tit{margin-bottom:20px;padding-bottom:10px;}
	.info_txt_wrap .vision .vision_box .vision_img {
		height:159px;
  }
	.info_txt_wrap .vision .vision_box .vision_img img{
		width:42px;
		height:42px;
  }
	.info_txt_wrap .vision .vision_box .vision_txt{
		padding: 15px;
	}
	.info_txt_wrap .vision .vision_box .vision_txt .txt:before{top:9px;}
	.info_txt_wrap .vision .vision_box .vision_txt .vision_tit{margin-bottom:10px;}
  .info_txt_wrap .info_table img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
  .info_txt_wrap .info_table {
    margin-bottom: 30px;
  }
	.info_txt_wrap .info_table td .info_box,.info_txt_wrap .info_table td .inb_t02{padding:14px 0 !important;}
	.info_txt_wrap .info_table td .inb_t01{padding: 0 0 14px !important;}
}

/* 연혁 */
.page_top.history {
  flex-direction: column;
  justify-content: space-between;
	padding: 84px 0 63px;
	height:auto;
}
.page_top.history p {
  color: rgb(255, 255, 255);
	position:relative;
}
.page_top.history .history_tabmenu {
	/* margin-top: 61px; */
	width:838px;
	max-width: 100%;
  gap: 60px;
	margin: 61px auto 0;
  display: flex;
	justify-content:center;
  align-items: center;
  position: relative;
}
.page_top.history .history_tabmenu:before {
  content: "";
  display: block;
	width:100%;
  height: 2px;
  background: rgb(170, 170, 170);
  position: absolute;
  top: 8px;
  left: 50%;
	transform:translateX(-50%);
}
.page_top.history .history_tabmenu button {
  color: rgb(170, 170, 170);
  position: relative;width: 240px;
}
.page_top.history .history_tabmenu button span{margin-top:25px;}
.page_top.history .history_tabmenu button:before {
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 18px;
  height: 18px;
  background: rgb(170, 170, 170);
  border-radius: 50%;
}
.page_top.history .history_tabmenu button.active {
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.page_top.history .history_tabmenu button.active:before {
  width: 46px;
  background: rgb(255, 255, 255);
  border-radius: 10px;
}

@media (max-width: 1240px) {
	.page_top.history{padding: 60px 20px;background-size: cover;}
	.page_top.history .history_tabmenu{margin-top: 40px;gap: 20px;justify-content: space-between;}
	.page_top.history .history_tabmenu button{display: block;width: 50%;}
	.page_top.history span{display: block;width: 100%;}
}
@media (max-width: 320px) {
}

.history_txt_wrap{
	background:url(/src/img/history_bg.png)no-repeat left -141px bottom;
	padding-top: 40px;
}

.history_txt_wrap .tabcontent {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 140px;
	display:none;
	margin-top:120px;
}
.history_txt_wrap .tabcontent.active {
	display:block;
}
.history_txt_wrap .tabcontent:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background:rgba(17,55,120,0.1);
}
.history_txt_wrap .history_box {
  width: 50%;
  display: flex;
  margin-bottom: 50px;
}
.history_txt_wrap .history_box:last-child {
  margin: 0;
}
.history_txt_wrap .history_box .date {
  position: relative;
}
.history_txt_wrap .history_box .date:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgb(17, 55, 120);
}
.history_txt_wrap .history_box.right {
  margin-left: auto;
  justify-content: flex-start;
}
.history_txt_wrap .history_box.right .date {
  padding-left: 22px;
}
.history_txt_wrap .history_box.right .date:before {
  content: "";
  top: 11px;
  left: -6px;
}
.history_txt_wrap .history_box .history_txt p {
	padding-bottom: 15px;
}
.history_txt_wrap .history_box.reverse {
  margin-right: auto;
  flex-direction: row-reverse;
}
.history_txt_wrap .history_box.reverse .date {
  padding-right: 22px;
}
.history_txt_wrap .history_box.reverse .date:before {
  content: "";
  top: 11px;
  right: -5px;
}
.history_txt_wrap .history_box.reverse .history_txt p {
  display: flex;
  flex-direction: row-reverse;
	text-align:right;
}
.history_txt_wrap .history_box.reverse .history_txt p span {
  width: 30px;
}
.history_txt_wrap .history_txt span {
  width: 30px;
	display:block;
  color: rgb(71, 71, 71);
}
.history_txt_wrap .history_txt p {
  color: rgb(1, 18, 21);
	display:flex;
}
@media (max-width: 1240px) {
	.history_txt_wrap{
		background-position: right -43px bottom;
		background-size: 282px;
	}
  .history_txt_wrap .tabcontent {
    padding-top: 88px;
  }
  .history_txt_wrap .tabcontent::before {
    left: 0;
  }
  .history_txt_wrap .history_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .history_txt_wrap .history_box.reverse {
    margin-bottom: 60px;
    flex-direction: row;
  }
  .history_txt_wrap .history_box.reverse .date {
		padding: 0 40px 0 22px;
    margin: 0px;
  }
  .history_txt_wrap .history_box.reverse .history_txt p {
    flex-direction: row;
		text-align:left;
  }
  .history_txt_wrap .history_box.reverse .history_txt p span {
    margin-right: 20px;
		margin-left:0;
  }
  .history_txt_wrap .history_box.reverse .date:before {
    left: -5px;
    right: 0;
		top: 11px;
  }
  .history_txt_wrap .history_box.right {
    flex-direction: row;
  }
  .history_txt_wrap .history_box.right .date:before {
    left: -5px;
		top: 11px;
  }
}
@media (max-width: 767px) {
	.history_txt_wrap .tabcontent{margin-top: 0;padding-top: 40px;}
	.history_txt_wrap{
		background-position: right bottom;
		background-size: 98px;
		padding-top: 20px;
	}
	.history_txt_wrap .history_box,.history_txt_wrap .history_box.reverse{margin-bottom: 30px;}
	.history_txt_wrap .history_txt span{width: 30px;}
	.history_txt_wrap .history_box .history_txt p{padding-bottom: 8px;}
  .history_txt_wrap .history_box .date {
    margin-bottom: 20px;
  }
	.history_txt_wrap .history_box.reverse,.history_txt_wrap .history_box.right{flex-direction:column;}
  .history_txt_wrap .history_box.reverse .date {
    padding-left: 15px;
		margin-bottom: 20px;
  }
	.history_txt_wrap .history_box.right .date:before,	
  .history_txt_wrap .history_box.reverse .date:before {	
		top:7px;
  }
  .history_txt_wrap .history_box.right .date {
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .history_txt_wrap .history_box.right .history_txt,.history_txt_wrap .history_box.reverse .history_txt {
    padding-left: 20px;
  }
  
}
@media (max-width: 620px){
	.page_top.history .history_tabmenu{gap:45px;}
}

.history_bg {
  position: absolute;
  bottom: -32px;
  left: -130px;
  z-index: 0;
}
@media (max-width: 1240px) {
  .history_bg {
    left: auto;
    right: -70px;
  }
}
.jojigdo_txt_wrap .imgBox {
  width: 100%;
  padding: 80px 0 140px;
}
.jojigdo_txt_wrap p {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(11, 18, 21);
}
@media (max-width: 767px) {
  .jojigdo_txt_wrap .imgBox {
    padding: 102px 0 45px;
  }
  .jojigdo_txt_wrap .imgBox img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .jojigdo_txt_wrap .imgBox {
    padding: 40px 15px 70px;
  }
}

.map_txt_wrap {
  margin-bottom: 140px;
}
.map_txt_wrap .map {
  width: 100%;
  height: 664px;
  position: relative;
}
.map_txt_wrap .map img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map_txt_wrap .tit {
  margin-top: 80px;
}
.map_txt_wrap .tit .txt {
  border-bottom: 2px solid rgb(11, 18, 21);
}
.map_txt_wrap .tit .map_info {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 25px 0;
}
.map_txt_wrap .tit .map_info:last-child{border-bottom:none;}
.map_txt_wrap .tit .map_info .t01 {
  margin: 0 30px 0 60px;
  width: 58px;
	color:#474747;
}
.map_txt_wrap .tit .map_info .t02 {
  position: relative;
  padding-left: 30px;
	color:#474747;
}
.map_txt_wrap .tit .map_info .t02:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 18px;
  background: rgb(204, 204, 204);
  left: 0;
  top: 5px;
}
@media (max-width: 767px) {
  .map_txt_wrap .map {
    height: 450px;
  }
  .map_txt_wrap .txt {
    padding-bottom: 10px;
  }
  .map_txt_wrap .tit .map_info img {
    width: 30px;
    height: 30px;
  }
  .map_txt_wrap .tit .map_info .t01 {
    margin: 0 15px 0 30px;
  }
}
@media (max-width: 356px) {
  .map_txt_wrap {
    margin-bottom: 70px;
  }
  .map_txt_wrap .map {
    height: 300px;
  }
  .map_txt_wrap .txt {
    padding-bottom: 10px;
  }
  .map_txt_wrap .tit {
    margin-top: 40px;
  }
  .map_txt_wrap .tit .map_info {
    padding: 12px 0;
  }
  .map_txt_wrap .tit .map_info img {
    width: 25px;
    height: 25px;
  }
  .map_txt_wrap .tit .map_info .t01 {
    margin: 0 10px 0 15px;
    width: 46px;
  }
}

.lab_txt_wrap {
  padding-bottom: 140px;
}
.lab_txt_wrap .lab_box {
  margin-top: 20px;
  border-top: 2px solid rgb(112, 112, 112);
}
.lab_txt_wrap .lab_box .lab_img01 {
  padding: 0 230px;
}
.lab_txt_wrap .lab_text {
  background: rgb(249, 249, 249);
  padding: 60px 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
	overflow:hidden;
}
.lab_txt_wrap .lab_text p {
  width: 828px;
  max-width: 100%;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.lab_txt_wrap .lab_text p:last-child {
  margin: 0;
}
.lab_txt_wrap .lab_text .lab_bg {
  position: absolute;
  z-index: 0;
  width: 213px;
  right: -38px;
  bottom: -38px;
}
.lab_txt_wrap .lab_b_text {
  margin-top: 80px;
  text-align: center;
  border: 1px solid rgb(235, 235, 235);
  padding: 40px 20px;
}
.lab_txt_wrap .lab_b_text .txt01 {
  margin-bottom: 30px;
}
.lab_txt_wrap .lab_b_text .txt02 {
  width: 548px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lab_txt_wrap .lab_text {
    padding: 30px 40px;
  }
  .lab_txt_wrap .lab_box .lab_img01 {
    padding: 0 100px;
  }
}
@media (max-width: 620px) {
  .lab_txt_wrap {
    padding-bottom: 70px;
  }
  .lab_txt_wrap .lab_text .lab_bg {
    width: 150px;
    bottom: -30px;
  }
  .lab_txt_wrap .lab_b_text {
    margin-top: 40px;
    padding: 20px 10px;
  }
  .lab_txt_wrap .lab_text {
    padding: 15px 20px;
    margin-bottom: 40px;
  }
  .lab_txt_wrap .lab_box .lab_img01 {
    padding: 0 10px;
  }
}

.page_top.s2_1 {
  justify-content: center;
}

.business_txt_wrap {
  padding: 100px 0 160px;
  background-image: url(/src/img/buss_bg.png);
  background-position: right -56px bottom 60px;
  background-repeat: no-repeat;
}
.business_txt_wrap .content {
  display: flex;
  gap: 100px;
  align-items: center;
}
.business_txt_wrap .txt p {
  margin-bottom: 18px;
  position: relative;
  padding-left: 23px;
}
.business_txt_wrap .txt p:last-child {
  margin-bottom: 0;
}
.business_txt_wrap .txt p:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  background: rgb(11, 18, 21);
}
@media (max-width: 991px) {
  .business_txt_wrap {
    background-size: 300px;
  }
  .business_txt_wrap .content {
    flex-direction: column;
    gap: 50px;
  }
  .business_txt_wrap .content img {
    width: 100%;
  }
  .business_txt_wrap .r_text {
    width: 100%;
  }
}
@media (max-width: 356px) {
  .business_txt_wrap {
    padding: 0 0 80px;
    background-size: 200px;
  }
  .business_txt_wrap .content {
    gap: 25px;
  }
  .business_txt_wrap .txt p {
    margin-bottom: 10px;
  }
  .business_txt_wrap .r_text .tit {
    margin-bottom: 20px;
  }
}

/* tape_menu */
.tape_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #ddd;
	padding: 0 5px;
}
.tape_menu button, .tape_menu > a{
  border:0;
  background:none;
  color:#848484;
  cursor:pointer;
	width:240px;
	text-align:center;
  padding-bottom:22px;
  position: relative;
}
.tape_menu button.active, .tape_menu > a.active{
	font-weight: bold;
	color: #DC000C;
}
.tape_menu li, .tape_menu > a{
	width: 240px;
	position:relative;
}
.tape_menu li > a {
  font-weight: bold;
	width: 100%;
	display:block;
  color: #DC000C;
	text-align:center;
	padding-bottom:22px;
}
.tape_menu button.active:after,.tape_menu li.active:after , .tape_menu > a.active:after {
  content: "";
  position: absolute;
  display: block;
  width: 240px;
  left: 50%;
  height: 4px;
  background: #DC000C;
  bottom: -3px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
	.tape_menu button.active:after, .tape_menu li.active:after{width:90%;}
}
@media (max-width: 620px){
	.tape_menu{gap:10px;}
  .tape_menu button{width:150px;font-size: 13px;padding-bottom: 11px;}
	.tape_menu li.active a {padding-bottom: 11px;}
  .m_br{display:block;}
}

.tape_txt_wrap .tape_content{  padding: 80px 0 140px;}
.tape_txt_wrap .emi_content {display: none;}
.tape_txt_wrap .emi_content .emi_btn_wrap{text-align:center;}
.tape_txt_wrap .emi_content .emi_tape_btn{
	border:1px solid #EEEEEE;
	border-radius:50px;
	display:inline-block;
	padding:7px 10px;
}

.tape_txt_wrap .emi_content .emi_tape_btn button{
	width:200px;
	height:43px;
	color:#DC000C;
	border-radius:50px;
}
.tape_txt_wrap .emi_content .emi_tape_btn button.active{
	background:#DC000C;
	color:#FFFFFF;
	font-weight:bold;
}
.emi_content,
.qfn_content,
.dicing_content, .emi_02 {
  display: none; 
}
.emi_content.active,
.qfn_content.active,
.dicing_content.active, emi_02.active {
  display: block;
}
.tape_txt_wrap .emi_content .tape_btn {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 60px;
  display: inline-flex;
  padding: 7px 10px;
}
.tape_txt_wrap .emi_content .tape_btn a {
  width: 200px;
  max-width: 100%;
  height: 43px;
  color: rgb(220, 0, 12);
  background: rgb(255, 255, 255);
  line-height: 43px;
  text-align: center;
}
.tape_txt_wrap .emi_content .tape_btn a.active {
  background: rgb(220, 0, 12);
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 30px;
}
@media (max-width: 767px) {
	.tape_txt_wrap .tape_content{  padding: 40px 0 70px;}
	.tape_txt_wrap .emi_content .emi_tape_btn button{width:100px;height:30px;}
}
.tape_txt_wrap .qfn_content {
  display: none;
}
.tape_txt_wrap .qfn_content.active {
  display: block;
}
.tape_txt_wrap .wafer .tape_t .txt,
.tape_txt_wrap .target .tape_t .txt,
.tape_txt_wrap .wire .tape_t .txt {
  width: 450px;
  max-width: 100%;
  margin-bottom: 10px;
}

.tape_txt_wrap .wafer .tape_t .txt{width: 457px;}
.tape_txt_wrap.parts,.tape_txt_wrap.wafer,.tape_txt_wrap.wire{margin-bottom:140px;} 
.tape_txt_wrap.parts .tape .tape_t {
  border-bottom: none;
  margin-bottom: 0;
}
.tape_txt_wrap .p_txt{color:#474747;}
.tape_txt_wrap.parts .tape_m_2 .tape_m2_txt{max-width:544px;}
.tape_txt_wrap.wafer .tape .tb01 {border-bottom: 1px solid #DDDDDD;padding: 100px 0;}
.tape_txt_wrap.wafer .tape_menu li.active:after {width: 240px;}
s
@media (max-width: 1240px) {
  .tape_txt_wrap .wafer .tape_t .txt,
  .tape_txt_wrap .target .tape_t .txt,
  .tape_txt_wrap .wire .tape_t .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tape_txt_wrap .tape_menu li.active:after {
    width: 120px;
  }
}
.tape_txt_wrap .tape {
  margin-top: 140px;
}
.tape_txt_wrap .tape .tape_t {
  display: flex;justify-content: space-between;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 80px;
}
.tape_txt_wrap .tape .tape_t .tape_t_img {
  width: 590px;max-width: 100%;
  object-fit: cover;
}
.tape_txt_wrap .tape .tape_t .tape_t_img img{width: 100%;}

.tape_txt_wrap .tape .tape_t .tape_t_txt {
  width: 50%;
}
.tape_txt_wrap .tape .tape_t .tape_t_txt p{width: 457px;max-width: 100%;}
.tape_txt_wrap .tape .tape_t .tape_t_txt p:first-child{width: 100%;}

.tape_txt_wrap .tape .tape_m {
  padding: 100px 0;
  border-bottom: 1px solid rgb(221, 221, 221);
  display: flex;
}
.tape_txt_wrap .tape .tape_m > * {
  width: 50%;
}
.tape_txt_wrap .tape .tape_m .tape_m_r {
  position: relative;
  display: flex;
}
.tape_txt_wrap .tape .tape_m .tape_m_r .tape_m_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tape_txt_wrap .tape .tape_m .tape_m_r .tape_m_txt p {
  margin-bottom: 50px;
  padding-left: 420px;
  position: relative;
  color: rgb(71, 71, 71);
}
.tape_txt_wrap .tape .tape_m .tape_m_r .tape_m_txt p:last-child {
  margin-bottom: 0;
}
.tape_txt_wrap .tape .tape_m .tape_m_r .tape_m_txt p:before {
  content: "";
  display: block;
  width: 110px;
  position: absolute;
  border-top: 1px dotted rgb(7, 31, 80);
  left: 295px;
  top: 50%;
  transform: translateY(-50%);
}
.tape_txt_wrap .tape .tape_b {
  padding: 100px 0 0;
  display: flex;
}
.tape_txt_wrap .tape .tape_b > * {
  width: 50%;
}
.tape_txt_wrap .tape .tape_b .tape_b_r {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 102px;
}
.tape_txt_wrap .tape .tape_b .tape_b_r .box p{color:#474747;}
.tape_txt_wrap .tape .tape_b .tape_b_r .box:nth-child(-n+3) {
  width: calc((100% - 204px) / 3);
}
.tape_txt_wrap .tape .tape_b .tape_b_r .box:nth-child(n+4) {
  width: calc((100% - 204px) / 3);
}
.tape_txt_wrap .tape .tape_b .tape_b_r .tape_b_img {
  border: 1px solid rgba(17, 55, 120, 0.15);
  background: rgb(255, 255, 255);
  border-radius: 5px;
  min-width: 165px;
  max-width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tape_txt_wrap .tape .tape_m_2 {
  padding: 100px 0;
  border-top: 1px solid rgb(221, 221, 221);
  display: flex;
}
.tape_txt_wrap .tape .tape_m_2 > * {
  width: 50%;
}
.tape_txt_wrap .target .tb01 {
  padding: 100px 0;
}
/* tape_ wire */
.tape_txt_wrap .wire .tape_b {
  padding: 100px 0;
}
.tape_txt_wrap .wire .txt {
  padding-left: 23px;
}
.tape_txt_wrap.wire .txt{
	width: 617px;
}
.tape_txt_wrap.parts .tape .tape_m_2:last-child,.tape_txt_wrap.wire .tape .tape_m_2:last-child{
	padding:100px 0 0;
}

@media (max-width: 1420px) {
  .tape_txt_wrap .tape .tape_m {
    flex-wrap: wrap;
  }
  .tape_txt_wrap .tape .tape_m > * {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_m .tape_m_r {
    margin-top: 40px;
  }
  .tape_txt_wrap .tape .tape_b {
    flex-wrap: wrap;
  }
  .tape_txt_wrap .tape .tape_b > * {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_b .tape_b_r {
    margin-top: 20px;
  }
}
@media (max-width: 1240px) {
  .tape_txt_wrap .tape {
    margin-top: 80px;
  }
  .tape_txt_wrap .tape .tape_t {
    flex-direction: column;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt {
    margin-top: 30px;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt .tit {
    margin-bottom: 30px;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_img {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_img img {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_m_2 {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .tape_txt_wrap .tape .tape_m_2 > * {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_m_2 .tape_m2_txt {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .tape_txt_wrap .tape {
    margin-top: 40px;
  }
  .tape_txt_wrap .tape .tape_b {
    padding: 50px 0;
  }
	.tape_txt_wrap .wire .tape_b {
		padding: 50px 0;
	}
  .tape_txt_wrap .tape .tape_b .tape_b_r .box:nth-child(-n+5) {
    width: 100%;
  }
  .tape_txt_wrap .tape .tape_b .tape_b_r .tape_b_img {
    height: 135px;
    margin-bottom: 10px;
  }
  .tape_txt_wrap .tape .tape_t {
    padding-bottom: 40px;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt .tit {
    margin-bottom: 10px;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt .text {
    margin-bottom: 15px;
  }
  .tape_txt_wrap .tape .tape_m_2 .tape_m2_txt {
    margin-top: 15px;
  }
  .tape_txt_wrap .tape .tape_m_2 .tape_m2_txt .tit {
    margin-bottom: 10px;
  }
  .tape_txt_wrap .tape .tape_m_2 .tape_m2_txt .text {
    margin-bottom: 20px;
  }
	.tape_txt_wrap.parts,.tape_txt_wrap.wafer,.tape_txt_wrap.wire{margin-bottom:70px;} 
	.tape_txt_wrap.wire .txt{width:100%;}
	.tape_txt_wrap.parts .tape .tape_m_2:last-child,.tape_txt_wrap.wire .tape .tape_m_2:last-child{
		padding:50px 0 0;
	}
	.tape_txt_wrap.wafer .tape .tb01 {padding: 50px 0;}
}
@media (max-width: 356px) {
	.tape_txt_wrap .tape .tape_m {
    padding: 50PX 0;
  }
  .tape_txt_wrap .tape .tape_t .tape_t_txt {
    margin-top: 15px;
  }
}
.tape_txt_wrap .mark {
  position: relative;
  padding-left: 23px;
}
.tape_txt_wrap .mark:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgb(11, 18, 21);
}
.tape_txt_wrap .wire .mark:before, .tape_txt_wrap .tape .mark:before, .tape_txt_wrap .target .mark:before {
  top: 10px;
  transform: none;
}


.product_txt_wrap {
  padding-bottom: 140px;
}
.product_txt_wrap .selector_box {
  padding: 140px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
.product_txt_wrap .selector_box.active {
  display: flex;
}
.product_txt_wrap .selector_box li {
  width: calc(33.333% - 40px);
}

.product_txt_wrap .selector_box .conts_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
}
.product_txt_wrap .selector_box .conts_wrap:hover {
  border: 2px solid rgb(0, 131, 242);
}
.product_txt_wrap .selector_box .conts_wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
@media (max-width: 1240px) {
  .product_txt_wrap .selector_box li {
    width: calc((100% - 60px) / 2);
  }
  .product_txt_wrap .selector_box .conts_wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product_txt_wrap .selector_box {
    padding: 70px 0;
  }
  .product_txt_wrap .selector_box li {
    width: 100%;
  }
  .product_txt_wrap .tape_menu {
    gap: 10px;
  }
  .product_txt_wrap .tape_menu li.active:after {
    width: 170px;
    bottom: -15px;
  }
}
@media (max-width: 356px) {
	.tape_menu a.active:after{width: 120px;}
  .product_txt_wrap {
    padding-bottom: 70px;
  }
  .product_txt_wrap .selector_box {
    gap: 30px;
  }
  .product_txt_wrap .selector_box li p {
    margin-top: 10px;
  }
  .product_txt_wrap .tape_menu li {
    text-align: center;
  }
  .product_txt_wrap .tape_menu li.active:after {
    width: 150px;
  }
}

.mainProduct_txt_wrap {
  padding-bottom: 140px;
}
@media (max-width: 356px) {
  .mainProduct_txt_wrap {
    padding-bottom: 70px;
  }
}
.mainProduct_txt_wrap .mark {
  position: relative;
}
.mainProduct_txt_wrap .mark:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(1, 18, 21);
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mainProduct_txt_wrap .mainPro_t {
  border-bottom: 1px solid rgb(221, 221, 221);
  padding-bottom: 80px;
  display: flex;
}
.mainProduct_txt_wrap .mainPro_t > * {
  width: 50%;
}
.mainProduct_txt_wrap .mainPro_t .top_l {
  padding-right: 110px;
}
.mainProduct_txt_wrap .mainPro_t .top_l .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 354px;
  border-radius: 20px;
  border: 1px solid rgb(221, 221, 221);
}
.mainProduct_txt_wrap .mainPro_t .top_r_txt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 447px;
  max-width: 100%;
}
.mainProduct_txt_wrap .mainPro_t .top_r_txt li {
  width: 200px;
  position: relative;
  padding-left: 14px;
}
@media (max-width: 1420px) {
  .mainProduct_txt_wrap .mainPro_t {
    flex-wrap: wrap;
  }
  .mainProduct_txt_wrap .mainPro_t > * {
    width: 100%;
  }
  .mainProduct_txt_wrap .mainPro_t .top_l {
    padding: 0;
  }
  .mainProduct_txt_wrap .mainPro_t .top_r {
    margin-top: 30px;
  }
}
@media (max-width: 356px) {
  .mainProduct_txt_wrap .mainPro_t {
    padding-bottom: 40px;
  }
  .mainProduct_txt_wrap .mainPro_t .top_r {
    margin-top: 15px;
  }
  .mainProduct_txt_wrap .mainPro_t .tit {
    margin-bottom: 30px;
  }
  .mainProduct_txt_wrap .mainPro_t .top_r_txt {
    gap: 10px;
  }
  .mainProduct_txt_wrap .mainPro_t .top_l .img_wrap {
    height: 100%;
    padding: 20px;
  }
}

.mainProduct_txt_wrap .mainPro_b {
  border-top: 1px solid rgb(221, 221, 221);
  padding: 100px 0 80px;
  display: flex;
}
.mainProduct_txt_wrap .mainPro_b .b_txt p {
  position: relative;
  padding-left: 23px;
}
.mainProduct_txt_wrap .mainPro_b > * {
  width: 50%;
}
.mainProduct_txt_wrap .mainPro_b .sun-editor-editable{padding: 0;}
@media (max-width: 767px) {
  .mainProduct_txt_wrap .mainPro_b {
    flex-wrap: wrap;
  }
  .mainProduct_txt_wrap .mainPro_b > * {
    width: 100%;
  }
  .mainProduct_txt_wrap .mainPro_b .bom_l {
    margin-bottom: 20px;
  }
}
@media (max-width: 356px) {
  .mainProduct_txt_wrap .mainPro_b {
    padding: 50px 0 40px;
  }
  .mainProduct_txt_wrap .mainPro_b .bom_r_img {
    margin-bottom: 50px;
  }
}

.btn_wrap {
  display: flex;
  justify-content: flex-end;
}

.back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(220, 0, 12);
  border-radius: 5px;
  gap: 20px;
  padding: 17px 32px;
}
.back_btn p {
  color: rgb(255, 255, 255);
}
@media (max-width: 356px) {
  .back_btn {
    gap: 10px;
    padding: 12px 15px;
  }
}

.greet_txt_wrap.esg .l_tit {
  background-image: url(/src/img/esg_bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.greet_txt_wrap.esg .l_tit .txt{width:527px;max-width:100%;}
.greet_txt_wrap.esg .r_b {
  display: flex;
}
.greet_txt_wrap.esg .r_b p:first-child {
  margin-right: 24px;
}

.esg_txt_wrap{
	margin-bottom:140px;
}
@media (max-width: 1420px) {
	.greet_txt_wrap.esg .l_tit .txt{width:100%;}
}

@media (max-width: 767px) {
  .esg_txt_wrap {
    margin-bottom:70px;
  }
}


.esg_txt_wrap .esg_m {
  display: flex;
  gap: 100px;
  padding: 0 60px;
  margin-bottom: 120px;
}
.esg_txt_wrap .esg_m .esg_content {
  width: calc((100% - 200px) / 3);
}
.esg_txt_wrap .esg_m .esg_content:nth-child(1) .esg_m_txt {
  border: 1px solid rgba(3, 86, 3, 0.1);
}
.esg_txt_wrap .esg_m .esg_content:nth-child(2) .esg_m_txt {
  border: 1px solid rgba(7, 31, 80,0.1);
}
.esg_txt_wrap .esg_m .esg_content:nth-child(3) .esg_m_txt {
  border: 1px solid rgba(0, 89, 164, 0.1);
}
.esg_txt_wrap .esg_m .esg_m_txt {
  display: flex;
  flex-direction: column;
  padding: 40px;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  margin-top: 35px;
}
.esg_txt_wrap .esg_m .esg_m_txt .p_txt{color:#474747;}
.esg_txt_wrap .esg_m .esg_m_txt p {
  position: relative;
  padding-left: 10px;
}
.esg_txt_wrap .esg_m .esg_m_txt .mark:before {
  top: 10px;
  left: 0;
}
.esg_txt_wrap .esg_text {
  border-top: 2px solid rgb(112, 112, 112);
  background: rgb(249, 249, 249);
  padding: 60px 20px;
  text-align: center;
	border-radius:0 0 20px 20px;
}
.esg_txt_wrap .esg_text p {
  margin-bottom: 12px;
}
.esg_txt_wrap .esg_text p:last-child {
  margin: 0;
}
@media (max-width: 1240px) {
  .greet_txt_wrap.esg {
    flex-wrap: wrap;
		gap:20px;
  }

	.greet_txt_wrap.esg .l_tit{background-image:none}
  .esg_txt_wrap .esg_m .esg_content {
    width: calc((100% - 100px) / 2);
  }
}
@media (max-width: 991px) {
	.greet_txt_wrap.esg :flex-direction:column;
  .esg_txt_wrap .esg_m {
    flex-wrap: wrap;
  }
  .esg_txt_wrap .esg_m .esg_content {
    width: 100%;
  }
}

/* esg 조직도 */
.jojigdo_txt_wrap.esg {
  padding-bottom: 140px;
	text-align:center;
}
.jojigdo_txt_wrap.esg .jojigdo_imgBox{width:100%;max-width:100%;}
.jojigdo_txt_wrap.esg img {
	width: 1229px;
	max-width:100%;
	height: 819px;
}
@media (max-width: 1420px) {
  .jojigdo_txt_wrap.esg img {height:auto;}
}
@media (max-width: 767px) {
  .jojigdo_txt_wrap.esg {
    padding-bottom: 70px;
  }
}

/* .esg_txt_wrap.e1, .e2 */

.esg_txt_wrap.e1 .esg_m,.esg_txt_wrap.e2 .esg_m{margin-top:84px;}
.esg_txt_wrap.e1 .esg_content, .esg_txt_wrap.e2 .esg_content{
	display:flex;
	align-items:center;
	flex-direction:column;
}

.esg_txt_wrap.e2{
	.tit{border-bottom:1px solid #0B1215;}
}
.esg_txt_wrap.e1 .tit{margin-bottom: 20px;}
.esg_txt_wrap.e2 .tit{padding-bottom: 20px;}
.esg_txt_wrap.e1 .esg_content:nth-child(1) .esg_m_txt p{
	width:221px;
}	
.esg_txt_wrap.e1 .esg_content:nth-child(2) .esg_m_txt p{
	width:246px;
}	
.esg_txt_wrap.e1 .esg_content:nth-child(3) .esg_m_txt p{
	width:250px;
}	
.esg_txt_wrap.e2 .esg_content:nth-child(1) .esg_m_txt p{
	width:221px;
}	
.esg_txt_wrap.e2 .esg_content:nth-child(2) .esg_m_txt p{
	width:221px;
}	
.esg_txt_wrap.e2 .esg_content:nth-child(3) .esg_m_txt p{
	width:233px;
}	


@media (max-width: 1420px) {
  .esg_txt_wrap.e1 .esg_m,.esg_txt_wrap.e2 .esg_m{
		flex-direction:column;
		gap:50px;
		margin-bottom: 60px;
	}
	.esg_txt_wrap .esg_m .esg_content,.esg_txt_wrap.e2 .esg_m .esg_content{width:100%;}
}

@media (max-width: 620px) {
	.esg_txt_wrap.e1 > .tit{margin:0; padding:0;}
	.esg_txt_wrap.e1 .esg_m{margin-top:18px;gap:50px;}
	.esg_txt_wrap .esg_text	{padding:30px 10px;}
	.esg_txt_wrap .esg_m .esg_m_txt{margin-top:18px;padding:20px;}
	.esg_box .esg_m .esg_m_txt p{margin-bottom:10px;}
	.esg_box .esg_m .esg_m_txt p:last-child{margin-bottom:0;}
	.esg_txt_wrap .esg_text .pc_br{display:none}
	.esg_txt_wrap.e1 .tit{margin-bottom: 10px;}
	.esg_txt_wrap.e2 .tit{padding-bottom: 10px;}
}

.cert_txt_wrap .tit {
  border-bottom: 1px solid rgb(11, 18, 21);
  margin-bottom: 40px;
}
.cert_txt_wrap .txt {
  margin-top: 25px;
}
.cert_txt_wrap .swiper {
	width: calc(100% - 145px);
  padding-bottom: 80px;
  position: relative;margin: 0;
}
.cert_txt_wrap .swiper-wrapper {
  overflow: hidden;
}
.cert_txt_wrap .swiper_outer {
	display: flex;justify-content: space-between;align-items: center;
  position: relative;width: 100%;	
}
.cert_txt_wrap .esg_btn_1 {
  border: 1px solid rgb(220, 0, 12);
  border-radius: 50%;
  width: 72px;
  height: 72px;
  right: 0;
  color: rgb(220, 0, 12);
  margin-top: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cert_txt_wrap .esg_btn_1:after {
	content:"";
	display:block;
  position: absolute;
  width: 16px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
	background:url('/src/img/icon/main_notice_arrow.png') no-repeat center / contain;
}
.cert_txt_wrap .esg_btn_1:hover {
  background: rgb(220, 0, 12);
}
.cert_txt_wrap .esg_btn_1:hover:after {
	background:url('/src/img/icon/file_next.png') no-repeat center / contain;
}
@media (max-width: 767px) {
	.cert_txt_wrap .esg_btn_1:after{width: 8px;height: 13px;}
}
.cert_txt_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.cert_txt_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
}
.cert_txt_wrap .swiper-pagination-bullet-active {
  background: rgb(220, 0, 12);
}
.cert_txt_wrap .cert_all {
  display: flex;
  gap: 45px;
}
.esg_txt_wrap .esg_b {
  border-bottom: 1px solid rgb(11, 18, 21);
  display: flex;
  margin-bottom: 60px;
  gap: 60px;
}
.esg_txt_wrap .esg_b:nth-of-type(2) {
  gap: 50px;
}
.esg_txt_wrap .b_text {
  margin-bottom: 80px;
}
.esg_txt_wrap .b_text:last-child {
  margin: 0;
}
.esg_txt_wrap .b_txt {
  display: flex;
	justify-content:space-between;
  flex-wrap: wrap;
}
.esg_txt_wrap .b_text .b_img{width:calc(50% - 110px);}
.esg_txt_wrap .b_txt > * {
  width: 50%;
}
.esg_txt_wrap .b_rtxt .b_txt {
  padding-left: 23px;
	color:#474747;
}
@media (max-width: 1240px) {
  .esg_txt_wrap .b_txt {
    flex-direction: column;
  }
	.esg_txt_wrap .b_text .b_img{width: 100%;}
  .esg_txt_wrap .b_txt > * {
    width: 100%;
  }
  .esg_txt_wrap .b_img {
    margin-bottom: 30px;
  }
  .esg_txt_wrap .b_img img {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .esg_txt_wrap .esg_b {
    margin-bottom: 30px;
		gap:30px;
  }
  .esg_txt_wrap .b_text {
    margin-bottom: 40px;
  }
	.esg_txt_wrap .b_rtxt .b_txt01{margin-bottom: 5px;}
}

/* 인증현황 */
.cert_txt_wrap.cert_swi{margin-bottom: 140px;}
.cert_txt_wrap .swiper.esg_swi01 .swiper-wrapper,.cert_txt_wrap .swiper.esg_swi02 .swiper-wrapper{overflow:visible;}
.cert_txt_wrap.cert_swi .cert_cont:not(:last-child) {
	margin-bottom: 120px;
}
@media (max-width: 767px){
	.cert_txt_wrap .swiper.esg_swi01 .swiper-pagination,.cert_txt_wrap .swiper.esg_swi02 .swiper-pagination{bottom: 0;}
	.cert_txt_wrap .swiper.esg_swi01,.cert_txt_wrap .swiper.esg_swi02{padding-bottom:100px;}
	.cert_txt_wrap .esg_btn_1{width: 45px;height: 45px;top:100px;}
	.cert_txt_wrap .esg_swi_item{height:auto;width:100% !important;}
	.cert_txt_wrap .esg_swi_item img{width:100%}
	.cert_txt_wrap .swiper.esg_swi01 .esg_c_wrap,.cert_txt_wrap .swiper.esg_swi02 .esg_c_wrap{width: 100%;height: 100%;}
	.cert_txt_wrap .cert_all{width: 100%;flex-direction:column;}
}
@media (max-width: 620px) {
.cert_txt_wrap.cert_swi{margin-bottom: 70px;}
.cert_txt_wrap.cert_swi .cert_cont:not(:last-child) {margin-bottom: 60px;}
.cert_txt_wrap.cert_swi .cert_cont:last-child{margin-bottom:70px;}
.cert_txt_wrap .swiper.esg_swi01,.cert_txt_wrap .swiper.esg_swi02{padding-bottom:40px;}
.cert_txt_wrap .swiper{margin-right: 60px;}
.cert_txt_wrap .esg_btn_1{top: 80px;}
}



.docu_txt_wrap {
  margin-bottom:140px;
  position: relative;
}
.docu_txt_wrap .docu_t {
  position: relative;
  background-image: url(/src/img/docu_m.jpg);
  background-position: center;
  background-size: contain;
}
.docu_txt_wrap .docu_t .t_wrap{
	position: relative;
  background: url(/src/img/esg04_bg.png) no-repeat center center;
}

.docu_txt_wrap .docu_t .t02{
	width:870px;
	max-width:100%;
	margin: 0 auto;
}
.docu_txt_wrap .docu_t h2, .docu_txt_wrap .docu_t .t01, .docu_txt_wrap .docu_t .t03, .docu_txt_wrap .docu_t .t04 {
  padding: 0 35px;
}
.docu_txt_wrap .docu_t .pc_br {
  display: block;
}
.docu_txt_wrap .docu_t ul {
  padding: 0 80px;
  margin: 35px 0;
}
.docu_txt_wrap .docu_t ul li {
  margin-bottom: 24px;
}
.docu_txt_wrap .docu_t ul li:last-child {
  margin-bottom: 0;
}
.docu_txt_wrap .docu_t ul .tit {
  margin-bottom: 12px;
}
.docu_txt_wrap .docu_t ul .txt {
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 120%;
}
.docu_txt_wrap .docu_t ul .txt:last-child {
  margin: 0;
}
.docu_txt_wrap .docu_t .t03 {
  margin-bottom: 35px;
}
.docu_txt_wrap .docu_t .t03 p:nth-child(1) {
  color: rgb(71, 71, 71);
  margin-bottom: 12px;
}
.docu_txt_wrap .docu_t .t03 p:nth-child(2) {
  color: rgb(11, 18, 21);
}
.docu_txt_wrap .docu_t .t04 {
  color: rgb(71, 71, 71);
}
@media (max-width: 1240px) {
  .docu_txt_wrap .docu_t {
    margin-bottom: 20px;
  }
  .docu_txt_wrap .docu_t .pc_br {
    display: none;
  }
  .docu_txt_wrap .docu_m {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
	.docu_txt_wrap{margin-bottom:70px;}
  .docu_txt_wrap .docu_t ul {
    padding: 0;
  }
	.docu_txt_wrap .docu_t .t02 {
		padding: 0 35px;
		width:auto;
	}
	.docu_txt_wrap .docu_t .t_wrap{
		background-size: 290px 290px;
	}
}

@media (max-width: 356px) {
	.docu_txt_wrap .docu_t .t_wrap{
		background-size: 240px 240px;
	}
}

.talent_txt_wrap {
  padding-bottom: 140px;
  background-image: url(/src/img/talent_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.talent_txt_wrap .talent_wrap01{text-align:center;}
.talent_txt_wrap img{width:1215px;865px;}

@media (max-width: 620px) {
  .talent_txt_wrap {
    padding-bottom: 70px;
  }
}

.process_txt_wrap {
  padding-bottom: 140px;
}
.process_txt_wrap .process_t {
  padding-top: 80px;
  border-top: 2px solid rgb(11, 18, 21);
}
.process_txt_wrap .process_t .t_tit {
  position: relative;
  padding-top: 20px;
}
.process_txt_wrap .process_t .t_tit:before {
  content: "";
  position: absolute;
  display: block;
  width: 31px;
  height: 6px;
  background: rgb(17, 55, 120);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.process_txt_wrap .process_t .t_1 {
  padding: 0 90px;
}
.process_txt_wrap .process_t .t_1_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.process_txt_wrap .process_t .t_date {
  position: relative;
}
.process_txt_wrap .process_t .t_date .t_txt,
.process_txt_wrap .process_t .t_1_txt{color:#0B1215}
.process_txt_wrap .process_t .t_date:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/src/img/process_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 55px;
  height: 100px;
  top: 0px;
  left: -8px;
}
.process_txt_wrap .process_t .t_1_txt {
  background: rgb(248, 248, 248);
  border: 1px solid rgb(238, 238, 238);
  border-radius: 20px;
  padding: 30px 20px;
}
.process_txt_wrap .process_t .t_2 {
  margin: 60px 0 120px;
}
.process_txt_wrap .process_t .t_2 .img_b {
  width: 160px;
  height: 160px;
	aspect-ratio:1;
  background-image: url(/src/img/process_2_1.png);
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 6px rgb(235, 240, 249);
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(251, 251, 251);
  margin-right: 80px;
}
.process_txt_wrap .process_t .t_2 .txt_b:nth-child(2) .img_b {
  background-image: url(/src/img/process_2_2.png);
}
.process_txt_wrap .process_t .t_2 .txt_b {
  display: flex;
  align-items: center;
}
.process_txt_wrap .process_t .t_2 .txt_b span {
  display: block;
}
.process_txt_wrap .process_b {
  padding-top: 80px;
  border-top: 2px solid rgb(11, 18, 21);
}
.process_txt_wrap .process_b ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  overflow: hidden;
}
.process_txt_wrap .process_b li {
  position: relative;
  width: calc((100% - 320px) / 5);
}
.process_txt_wrap .process_b li:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 27px;
  display: block;
  right: -49px;
  top: 154px;
  background-image: url(/src/img/process_arrow02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.process_txt_wrap .process_b li .b_num {
  width: 216px;
}
.process_txt_wrap .process_b .b_num_t01 {
  background-color: rgb(7, 31, 80);
  color: rgb(255, 255, 255);
  border-radius: 20px 20px 0 0;
  padding-top: 7px;
  position: relative;
}
.process_txt_wrap .process_b .b_num_t01 span {
  display: block;
}
.process_txt_wrap .process_b .b_num_t01 img {
  background-color: rgba(17, 17, 17, 0.2);
  display: block;
}
.process_txt_wrap .process_b .b_num_t02 {
  height: 146px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 216px;
	padding:0 10px;
  border: 1px solid #DBE1EB;
  border-radius: 0 0 20px 20px;
}
.process_txt_wrap .process_b .b_num_t02 span {
  display: block;
}
.process_txt_wrap .process_b .b_num_t02 span:first-child {
  margin-bottom: 15px;
}
.process_txt_wrap .process_b .b_arrow {
  display: flex;
  align-items: center;
}
.process_txt_wrap .process_b .b_txt {
  margin-top: 62px;
  padding: 40px 80px;
  background-color: rgb(248, 248, 248);
  border-radius: 20px;
  background-image: url(/src/img/process_b_bg.png);
  background-repeat: no-repeat;
  background-position: right -59px bottom -36px;
  background-size: contain;
}
.process_txt_wrap .process_b .b_txt p {
  position: relative;
  padding-left: 23px;
  margin-bottom: 14px;
	color:#474747;
}
.process_txt_wrap .process_b .b_txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1420px) {
  .process_txt_wrap .b_t {
    max-width: 1000px;
    margin: 0 auto;
  }
  .process_txt_wrap .b_t li:last-child:after {
    display: none;
  }
  .process_txt_wrap .b_t li img {
    width: 100%;
  }
  .process_txt_wrap .b_t li .b_num, .process_txt_wrap .b_t li .b_num_t02 {
    width: 100%;
  }
  .process_txt_wrap .process_b li {
    width: calc((100% - 160px) / 3);
  }
}
@media (max-width: 1240px) {
  .process_txt_wrap .process_t .t_1_cont {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .process_txt_wrap .process_t .t_date {
    margin-bottom: 61px;
  }
  .process_txt_wrap .process_t .t_date:after {
    top: 15px;
    left: -11px;
    transform: rotate(90deg);
  }
}
@media (max-width: 1119px) {
  .process_txt_wrap .process_t .t_2 .img_b {
    width: 110px;
    height: 100px;
    margin-right: 35px;
  }
	.process_txt_wrap .process_b .b_txt{
		padding:20px 40px;
		background-size: 200px 184px;
		background-position:right -18px bottom -29px;
	}
	.process_txt_wrap .process_b .b_txt > h2{margin-bottom: 10px;}
}
@media (max-width: 767px) {
	.process_txt_wrap h3{margin-bottom: 10px;}
	.process_txt_wrap .process_t{padding-top: 40px;}
	.process_txt_wrap .process_t .t_tit{margin-bottom: 30px;}
  .process_txt_wrap .process_t .txt_b {
    flex-wrap: wrap;
  }
	.process_txt_wrap .process_t .t_1 {
		padding: 0 10px;
	}
	.process_txt_wrap .process_t .t_1_cont img{width: 144px;height: 144px;}
	.process_txt_wrap .process_t .t_date:after{width:35px;left:-3px;}
  .process_txt_wrap .process_t .t_2 .img_b {
    margin-bottom: 20px;
    width: 100%;
    height: 160px;
    margin-right: 0px;
  }
	.process_txt_wrap .process_b{padding-top: 40px;}
  .process_txt_wrap .process_b li {
    width: calc((100% - 80px) / 2);
  }
	.process_txt_wrap .process_t .t_1_txt{border-radius:10px;padding:15px 10px;}
	.process_txt_wrap .process_t .t_2{margin: 30px 0 60px;}
	.process_txt_wrap .process_t .t_2 .txt_b .t_txt{margin-bottom: 10px;}
	.process_txt_wrap .process_b li {
    width: 100%;
  }
	.process_txt_wrap .process_b li:after {
		position:relative;
    top: 30px;
    left: 47%;
    transform: rotate(90deg);
  }
}
@media (max-width: 620px){
	.process_txt_wrap .process_b .b_txt{
		padding:21px 15px 19px;
		background-size: 126px 134px;
		background-position:right -10px bottom -15px;
	}
}

/* 복리후생 */
.benefits_txt_wrap {
  padding-bottom: 140px;
}
.benefits_txt_wrap h2 {
  border-bottom: 1px solid rgb(11, 18, 21);
}
.benefits_txt_wrap .benefits_b {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
}
.benefits_txt_wrap .benefits_b > * {
  width: 50%;
}
.benefits_txt_wrap .benefits_b .in {
  padding-left: 95px;
}
.benefits_txt_wrap .benefits_b .benefit_txt p{color:#474747;}
.benefits_txt_wrap .benefits_b .txt01 {
  margin-top: 40px;
}
.benefits_txt_wrap .benefits_b .benefit_r {
  position: relative;
}
.benefits_txt_wrap .benefits_b .benefit_r img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .benefits_txt_wrap .benefits_b > * {
    width: 100%;
  }
  .benefits_txt_wrap .benefit_r {
    height: 500px;
  }
}
@media (max-width: 620px) {
  .benefits_txt_wrap {
    padding-bottom: 70px;
  }
	.benefits_txt_wrap .benefits_b{padding:0}
  .benefits_txt_wrap .benefit_r {
    height: 300px;
  }
	.benefits_txt_wrap .benefits_b .txt01{margin-top:20px;}
}

.notice_text_wrap {
  padding-bottom: 140px;
}
.notice_text_wrap .notice_t {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.notice_text_wrap .notice_t > * {
  width: 50%;
}
.notice_text_wrap .notice_t .txt p {
  color: rgb(17, 55, 120);
}
.notice_text_wrap .notice_t .txt span {
  color: rgb(71, 71, 71);
}
.notice_text_wrap .notice_t span {
  margin-right: 15px;
}
.notice_text_wrap .notice_t .notice_btn {
  color: rgb(17, 55, 120);
}
.notice_text_wrap select{border:none;}
.notice_text_wrap select:focus{outline:none;}
.notice_text_wrap .notice_t .notice_b {
  display: flex;
  justify-content: flex-end;
}
.notice_text_wrap .notice_btn {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 60px;
	padding: 0 5px 0 20px;
  display: inline-flex;
  align-items: center;
	width: 568px;
	height: 56px;
}
.notice_text_wrap .notice_btn > button {
  color: rgb(153, 153, 153);
  position: relative;
  padding-right: 43px;
}
.notice_text_wrap .notice_btn > button:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 9px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/src/img/icon/search_btn02.png) no-repeat center/contain;
}
.notice_text_wrap .notice_btn input {
  border: none;color: #666;
  padding: 0;
	width: calc(100% - 46px);
}
.notice_text_wrap .notice_btn input:focus{outline:none;}
.notice_text_wrap .notice_btn .search_b {
  display: flex;
	width: 100%;
}
.notice_text_wrap .notice_btn .search_btn {
  position: relative;
	width: 100%;
}
.notice_text_wrap .notice_btn .search_btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/src/img/icon/serarch_btn.png) no-repeat center/contain;
}
.notice_text_wrap .notice_btn .search_btn {
  width: 46px;
  height: 46px;
  background: rgb(11, 18, 21);
  border-radius: 50%;
}
.notice_text_wrap .notice_img_wrap {
  padding-top: 60px;
  margin-top: 15px;
  border-top: 2px solid rgb(17, 17, 17);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.notice_text_wrap .notice_img_wrap img {
  width: 100%;
}
.notice_text_wrap .notice_img_wrap .notice_b {
	width: 320px;
  border-radius: 5px;
  border: 1px solid rgba(17, 55, 120, 0.15);
}
.notice_text_wrap .notice_img_wrap .notice_b:hover {
  background: rgb(0, 113, 242);
  border: 1px solid rgba(17, 55, 120, 0.15);
}
.notice_text_wrap .notice_img_wrap .notice_b:hover .txt, .notice_text_wrap .notice_img_wrap .notice_b:hover .text, .notice_text_wrap .notice_img_wrap .notice_b:hover .date {
  color: rgb(255, 255, 255);
}
.notice_text_wrap .notice_img_wrap .notice_b .txt_b {
  padding: 30px 25px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.notice_text_wrap .notice_img_wrap .notice_b .text, .notice_text_wrap .notice_img_wrap .notice_b .txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice_text_wrap .notice_img_wrap .notice_b .txt {
  -webkit-line-clamp: 1;
  color: rgb(132, 132, 132);
}
.notice_text_wrap .notice_img_wrap .notice_b .date {
  color: rgb(132, 132, 132);
}
@media (max-width: 1420px) {
  .notice_text_wrap .notice_img_wrap .notice_b.notice_b {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 991px) {
  .notice_text_wrap .notice_btn > button {
    padding-right: 28px;
  }
  .notice_text_wrap .notice_btn > button:after {
    width: 10px;
    height: 5px;
  }
}
@media (max-width: 767px) {
	.notice_text_wrap {
    padding-bottom: 80px;
  }
	.notice_text_wrap .notice_t span{margin-right: 8px;}
	.notice_text_wrap .notice_t{flex-direction:column;align-items:flex-start;gap:20px;}
	.notice_text_wrap .notice_t > *{width: 100%;}
	.notice_text_wrap .notice_btn .search_b{width:100%;height: 100%;justify-content:space-between;align-items:center;}
	.notice_text_wrap .notice_t .notice_btn{width: 100%;height: 40px;}
  .notice_text_wrap .notice_btn .search_btn {
    padding: 5px;
		width: 30px;
		height: 30px;
  }
	.notice_text_wrap .notice_btn .search_btn:after{width: 18px;}
  .notice_text_wrap .notice_btn > button {
    padding-right: 15px;
  }
}
@media (max-width: 620px) {
	.notice_text_wrap .notice_t{gap:10px;}
  .notice_text_wrap .notice_img_wrap .notice_b.notice_b {
    width:100%;
  }
	.notice_text_wrap .notice_img_wrap {
    gap: 20px;
    padding-top: 30px;
  }
  .notice_text_wrap .page_num {
    margin-top: 30px;
    padding: 0;
  }
}

.write_detail_wrap {
  padding-bottom: 140px;
}
.write_detail_wrap .write_top {
  border-top: 1px solid rgb(17, 17, 17);
  color: rgb(11, 18, 21);
}
.write_detail_wrap .write_top .write_t {
  padding: 30px 40px;
  background: rgb(248, 248, 248);
}
.write_detail_wrap .write_top .write_t .cont {
  display: flex;
  gap: 41px;
}
.write_detail_wrap .write_top .write_t .cont span{
	color: #474747;
}
.write_detail_wrap .write_top .write_t .cont span:last-child:after {
  display: none;
}
.write_detail_wrap .write_top .write_t .cont span {
  position: relative;
}
.write_detail_wrap .write_top .write_t .cont span:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background: #666;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.write_detail_wrap .write_top .write_m {
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 40px 40px 20px;
}
.write_detail_wrap .write_top .write_m .m_text {
  min-height: 275px;
}
.write_detail_wrap .m_text.sun-editor-editable{padding:0;}
.write_detail_wrap .write_top .write_b .file_b {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.write_detail_wrap .write_top .write_b .file_b p {
  display: flex;
  align-items: center;
  color: rgb(102, 102, 102);
}
.write_detail_wrap .write_top .write_b .file_b .txt01 {
  margin-right: 44px;
  margin-left: 18px;
  position: relative;
}
.write_detail_wrap .write_top .write_b .file_b .txt01:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background: rgb(102, 102, 102);
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}
.write_detail_wrap .write_top .write_b .file_b a{width: 100%;}
.write_detail_wrap .write_top .write_b .file_b a > span{width: 100%;display:inline-block;}
.write_detail_wrap .write_pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.write_detail_wrap .write_pagination .btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-size: 16px 27px;
}
.write_detail_wrap .write_pagination .write_prev_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.write_detail_wrap .write_pagination .write_prev_wrap .prev_btn {
  padding: 22px 26px 22px 29px;
  border: 1px solid rgb(220, 0, 17);
  background-image: url("/src/img/icon/file_prev.png");
	background-repeat:no-repeat;
	background-position:center;
}
.write_detail_wrap .write_pagination .write_prev_wrap .prev_btn:hover {
  border: none;
	background-color:rgb(220, 0, 17);
	background-image: url("/src/img/icon/file_prev_h.png");
}
.write_detail_wrap .write_pagination .write_prev_wrap span {
  color: rgb(102, 102, 102);
	text-overflow:ellipsis;
}
.write_detail_wrap .write_pagination .write_next_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.write_detail_wrap .write_pagination .write_next_wrap span {
  color: rgb(102, 102, 102);
	text-overflow:ellipsis;
}
.write_detail_wrap .write_pagination .write_next_wrap .next_btn {
  padding: 22px 29px 22px 26px;
  border: 1px solid rgb(220, 0, 17);
	background-image: url("/src/img/icon/main_notice_arrow.png");
	background-repeat:no-repeat;
	background-position:center;
}
.write_detail_wrap .write_pagination .write_next_wrap .next_btn:hover {
  border: none;
	background-color:rgb(220, 0, 17);
	background-image: url("/src/img/icon/file_next.png");
}
.write_detail_wrap .write_pagination .list_w{
	position:absolute;
	  left: 50%;
  transform: translateX(-50%);
}
.write_detail_wrap .write_pagination .write_back_btn {
	display:block;
  border: 1px solid rgb(221, 221, 221);
  padding: 17px 50px;
  border-radius: 5px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
}
@media (max-width: 1240px){
	.write_detail_wrap .write_pagination .write_back_btn{position:relative;}
	.write_detail_wrap .write_pagination .w_btn{display:none;}
	.write_detail_wrap .write_pagination .write_next_wrap{position:absolute;right:0;}
	.write_detail_wrap .write_pagination .write_prev_wrap{position:absolute;left:0;}
}
@media (max-width: 767px){
	.write_detail_wrap .write_pagination{display:flex !important;margin-top: 30px;}
	.write_detail_wrap .write_pagination.noti{margin-top: 40px;}
	.write_detail_wrap .write_top .write_t{padding:15px 20px;}
	.write_detail_wrap .write_top .write_m{padding:20px 20px 10px;}
	.write_detail_wrap .write_top .write_m .m_text{min-height:187px;}
	.write_detail_wrap .write_pagination .write_prev_wrap,.write_detail_wrap .write_pagination .write_next_wrap{gap:10px;}
	.write_detail_wrap .write_pagination .write_prev_wrap .prev_btn,	
	.write_detail_wrap .write_pagination .write_next_wrap .next_btn{padding: 0;}
	.write_detail_wrap .write_pagination .btn{width: 45px;height: 45px;padding: 0;background-size:8px 14px;}
	.write_detail_wrap .write_pagination .write_back_btn{padding: 9px 25px;}
	.write_detail_wrap .write_top .write_b .file_b{padding:10px;}
	.write_detail_wrap .write_top .write_b .file_b .txt01{margin-right: 22px;margin-left: 9px;}
	.write_detail_wrap .write_top .write_b .file_b .txt01:after{right: -11px;}
	
	.write_detail_wrap .write_top .write_t .cont {
		flex-direction:column;
		gap: 5px;
	}
	.write_detail_wrap .write_top .write_t .cont span:after{display:none;}
}



.page_num {
  padding-top: 60px;
}

.page_num a {
  border: none;
  color: rgb(132, 132, 132);
}

.page_num .act {
  background: rgb(220, 0, 12);
  border-radius: 50%;
  color: rgb(255, 255, 255);
}

.page_num .l {
  background-image: url(/src/img/icon/notice_prev.png);
}

.page_num .r {
  background-image: url(/src/img/icon/notice_next.png);
}

.write_detail_wrap.qna_detail .write_top .write_t {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.write_detail_wrap.qna_detail .write_top .write_m {
  border-bottom: none;
}
.write_detail_wrap.qna_detail .write_top .qna_reply {
  background: rgb(248, 248, 248);
  border: 1px solid rgb(238, 238, 238);
  padding: 60px;
}
.write_detail_wrap.qna_detail .write_top .qna_reply .reply_content {
  height: 125px;
  color: rgb(102, 102, 102);
}

/* qna_btns */
.write_detail_wrap .qna_btns {
  display: flex;
  justify-content: center;
  gap: 10px;
	text-align:center;
}
.write_detail_wrap.qna_detail .qna_btns a {
  width: 145px;
	height:55px;
  border-radius: 5px;
	display:flex;
	align-items:center;
	justify-content:center;
	border: 1px solid #AAAAAA;
}
.write_detail_wrap.qna_detail .qna_btns a:hover {
	background:#DC000C;
	color:rgb(255,255,255);
	border:none;
}
.write_detail_wrap.qna_detail .qna_btn .qna_back_btn, .write_detail_wrap.qna_detail .qna_btn .qna_del_btn {
  border: 1px solid #AAAAAA;
	background:#FFFFFF;
}
.write_detail_wrap.qna_detail .qna_btn .qna_edit_btn {
  background: rgb(220, 0, 17);
  color: rgb(255, 255, 255);
}

@media (max-width: 620px){
	.write_detail_wrap.qna_detail .qna_btns a{
		height:50px;
	}
	.write_detail_wrap.qna_detail .write_top .qna_reply{padding: 15px;}
	.write_detail_wrap.qna_detail .write_top .qna_reply .tit{margin-bottom: 15px;padding-bottom: 0;}
	.write_detail_wrap.qna_detail .write_top .qna_reply .reply_content{height: 62px;}
}


/* .board_text_wrap */
.board_text_wrap {
  padding-bottom: 140px;
}
.board_text_wrap .qna_t {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.board_text_wrap .qna_t > * {
  width: 50%;
}
.board_text_wrap .qna_t .cont_r{
	display:flex;
	justify-content:flex-end;
	gap: 25px;
	align-items:center;
}
.board_text_wrap .qna_t .cont_r > form{width: 100%;}
.board_text_wrap .qna_t .txt span {
  color: rgb(71, 71, 71);
  margin-right: 15px;
}
.board_text_wrap .qna_t .txt p {
  color: rgb(220, 0, 12);
}
.board_text_wrap .qna_t .qna_b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}
.board_text_wrap.resource_board .qna_t .board_btn{
	border:1px solid #DDDDDD;
	border-radius:60px;
	padding-right: 8px;
}
.board_text_wrap.resource_board .qna_t .board_btn .search_b{
	display:flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	padding-right:8px;
}
.board_text_wrap .qna_t .board_btn {
	width:568px;
	height:62px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.board_text_wrap.qna_board .qna_t .search_b{
	width:400px;
	height:56px;
	border: 1px solid rgb(221, 221, 221);
  border-radius: 60px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-right: 8px;
}
.board_text_wrap .qna_t .search_b .qna_search_select{
	border:none;
	margin-left:20px;
	padding:0 40px 0 0;
	color:#999999;
	background-position:right;
}
.board_text_wrap .qna_t .search_b .qna_search_select option{
	color:#999999;
}
.board_text_wrap .qna_t .search_b .qna_search_select:focus{outline:none;}
.board_text_wrap .qna_t .search_b input {
	width:calc(100% - 30px);
  border: none;
  border-radius: 60px;
	color:#999999;
}
.board_text_wrap .qna_t .search_b input:focus {
	outline:none;
}
.board_text_wrap .qna_t .search_btn {
  position: relative;
  background: rgb(11, 18, 21);
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.board_text_wrap .qna_t .search_btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 26px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/src/img/icon/serarch_btn.png) no-repeat center/contain;
}
.board_text_wrap .qna_t .bd_write_btn {
	display:flex;
	justify-content:center;
	align-items:center;
  width: 164px;
  height: 56px;
  border-radius: 5px;
  background: rgb(220, 0, 12);
  color: rgb(255, 255, 255);
	flex-shrink:0;
}
.board_text_wrap .qna_board_inner {
  border-top: 2px solid rgb(11, 18, 21);
}
.board_text_wrap .qna_board_inner thead tr {
  background: rgb(248, 248, 248);
}
.board_text_wrap .qna_board_inner tbody tr {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(221, 221, 221);
}
.board_text_wrap .qna_board_inner th, .board_text_wrap .qna_board_inner td {
  padding: 25px 20px 25px 0;
}
.board_text_wrap .qna_board_inner th:last-child, .board_text_wrap .qna_board_inner td:last-child {
  padding-right: 0;
}
.board_text_wrap .qna_board_inner th.num, .board_text_wrap .qna_board_inner th.writer, .board_text_wrap .qna_board_inner th.date, .board_text_wrap .qna_board_inner th.status,
.board_text_wrap .qna_board_inner td.num, .board_text_wrap .qna_board_inner td.writer, .board_text_wrap .qna_board_inner td.date, .board_text_wrap .qna_board_inner td.status {
  width: 120px;
}
.board_text_wrap .qna_board_inner td.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_text_wrap .qna_board_inner td.status.answer {
  color: rgb(220, 0, 12);
}
@media (max-width: 1420px){
	.board_text_wrap .qna_t .qna_b{gap: 13px;}
	.board_text_wrap.qna_board .qna_t .search_b{
		width: 300px;
	}
}

@media (max-width: 1119px){
	.board_text_wrap .qna_board_inner thead tr{display:none;}
	.board_text_wrap .qna_board_inner tbody tr{display:block;padding:30px 0;}
	.board_text_wrap .qna_board_inner td.num{display:none;}
	.board_text_wrap .qna_board_inner td.title{display:block;margin-bottom:5px;}
	.board_text_wrap .qna_board_inner th.num, .board_text_wrap .qna_board_inner th.writer, .board_text_wrap .qna_board_inner th.date, .board_text_wrap .qna_board_inner th.status,
	.board_text_wrap .qna_board_inner td.num, .board_text_wrap .qna_board_inner td.writer, .board_text_wrap .qna_board_inner td.date, .board_text_wrap .qna_board_inner td.status {
		width: auto;
	}
	.board_text_wrap .qna_board_inner td{padding:0;}
	.qna_board_inner td.writer:after, .qna_board_inner td.date:after{
		content:"";
		display:inline-block;
		width:1px;
		height:9px;
		margin:0 10px;
		vertical-align:middle;
		background-color:#ddd;
	}
	/* 검색 버튼 */
	.board_text_wrap .qna_t{flex-direction:column;align-items:flex-start;gap:20px;} 
	.board_text_wrap .qna_t .form{width: 100%;}
  .board_text_wrap .qna_t .qna_b{width: 100%;flex-direction:column;}
	.board_text_wrap .qna_t .cont_r{width: 100%;flex-direction:column;gap:13px;}
	.board_text_wrap .qna_t .board_btn,.board_text_wrap.qna_board .qna_t .search_b{width: 100%;}
	.board_text_wrap .qna_t > * {
			width: 100%;
	}
	.board_text_wrap .qna_t .bd_write_btn{margin-left:auto;}	
	.board_text_wrap.resource_board .qna_t .board_btn .search_b .s_l{display:flex;justify-content:space-between;}
	.board_text_wrap.resource_board .qna_t .search_btn{margin-left:auto;}
	

}
@media (max-width: 620px){
	.board_text_wrap .qna_t .txt span{margin-right: 8px;}
	.board_text_wrap .qna_t{gap:10px;} 
/* 	.board_text_wrap.resource_board .qna_t{gap:10px;}  */
	.board_text_wrap .qna_t .search_b .qna_search_select,.notice_text_wrap select{margin-left:10px;padding:0;}
	.board_text_wrap .qna_t .qna_b{gap:0;}
	.board_text_wrap.resource_board .qna_t .board_btn .search_b{padding-right: 4px;}
	.notice_text_wrap .notice_btn{padding:0 5px 0 0;}
	.board_text_wrap .qna_t .search_btn:after{width: 20px;}
	.board_text_wrap .qna_t .bd_write_btn{width:100px;height:40px;}
	.board_text_wrap.resource_board .qna_t .board_btn{padding-right: 4px;}
	.board_text_wrap.qna_board .qna_t .search_b,
	.board_text_wrap .qna_t .board_btn{height: 40px;padding-right: 4px;}
	.board_text_wrap .qna_t .search_btn{width: 30px;height: 30px;}
	.board_text_wrap .qna_t .search_btn:after{width: 18px;}
}

.secret_detail_wrap {
  margin-bottom: 143px;
  height: 454px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgb(248, 248, 248);
  text-align: center;
}
.secret_detail_wrap h2 {
  margin-bottom: 25px;
}
.secret_detail_wrap .txt {
  margin-bottom: 35px;
}
.secret_detail_wrap .pw_b input {
  width: 300px;
	height: 55px;
  border-radius: 5px;
}
.secret_detail_wrap .pw_b .pwd_btn {
  margin-top: 35px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.secret_detail_wrap .pw_b .pwd_btn button {
  width: 145px;
  text-align: center;
  border-radius: 5px;
  padding: 16px 0;
}
.secret_detail_wrap .pw_b .pwd_submit {
  background: rgb(220, 0, 17);
  color: rgb(255, 255, 255);
}
.secret_detail_wrap .pw_b .pwd_cancel {
  border: 1px solid rgb(204, 204, 204);
  color: rgb(153, 153, 153);
  background: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .secret_detail_wrap {
    height: 300px;
  }
  .secret_detail_wrap h2 {
    margin-bottom: 15px;
  }
  .secret_detail_wrap .txt {
    margin-bottom: 25px;
  }
  .secret_detail_wrap .pw_b .pwd_btn button {
    margin-bottom: 20px;
    width: 100px;
    padding: 10px 0;
  }
}

.qna_write_inner {
  padding-bottom: 140px;
  border-top: 2px solid rgb(153, 153, 153);
}
.qna_write_inner .qna_write_wrap .input_wrap {
  display: flex;
  align-items: center;
  gap: 43px;
  border-bottom: 1px solid rgb(221, 221, 221);
  padding: 20px 40px;
}
.qna_write_inner .qna_write_wrap .input_wrap label {
  display: inline-block;
  width: 160px;
  flex-shrink: 0;
}
.qna_write_inner .qna_write_wrap .input_wrap input {
  width: 457px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgb(221, 221, 221);
}
.qna_write_inner .qna_write_wrap .input_wrap span {
  color: rgb(220, 0, 12);
}
.qna_write_inner .qna_write_wrap .input_wrap .qna_page, .qna_write_inner .qna_write_wrap .input_wrap .qna_title, .qna_write_inner .qna_write_wrap .input_wrap .qna_content {
  flex: 1;
}
.qna_write_inner .qna_write_wrap .input_wrap .qna_content {
  height: 348px;
  border-radius: 4px;
}
.qna_write_inner .qna_privacy_wrap {
  padding: 40px;
  border-bottom: 1px solid rgb(221, 221, 221);
}
.qna_write_inner .qna_privacy_wrap .privacy_b {
  padding: 20px;
  overflow-y: scroll;
  height: 220px;
  border: 1px solid rgb(221, 221, 221);
  background: rgb(255, 255, 255);
}
.qna_write_inner .qna_privacy_wrap .check {
  margin-top: 20px;
}
.qna_write_inner .qna_privacy_wrap .check .de_cki.sg i {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  border: 1px solid rgb(221, 221, 221);
}
.qna_write_inner .qna_privacy_wrap .check .de_cki.sg i:after {
  width: 3px;
  height: 7px;
  margin-top: -5px;
  margin-left: -3px;
}
.qna_write_inner .qna_write_btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 11px;
}
.qna_write_inner .qna_write_btns button {
  width: 164px;
  height: 55px;
  border-radius: 5px;
}
.qna_write_inner .qna_write_btns .write_submit {
  background: rgb(220, 10, 12);
  color: rgb(255, 255, 255);
}
.qna_write_inner .qna_write_btns .write_back {
	width:164px;
	height:55px;
	border-radius:5px;
	display:flex;
	justify-content:center;
	align-items:center;
  border: 1px solid rgb(221, 221, 221);
  color: rgb(71, 71, 71);
}
.qna_write_inner .r_mark {
  position: relative;
}
.qna_write_inner .r_mark:before {
  content: "※";
  position: absolute;
  display: block;
  width: 10px;
  height: 19px;
  color: rgb(220, 0, 12);
  left: -22px;
}
@media (max-width: 1119px) {
  .qna_write_inner {
    padding: 0 20px 140px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap label {
    width: 100%;
  }
  .qna_write_inner .qna_write_wrap .input_wrap input {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 620px) {
  .qna_write_inner {
    padding: 0 0 70px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap {
    gap: 10px;
    padding: 10px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap label {
    padding-left: 16px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap input {
    height: 38px;
  }
  .qna_write_inner .qna_write_wrap .input_wrap .qna_content {
    height: 200px;
  }
  .qna_write_inner .qna_privacy_wrap {
    padding: 10px;
  }
  .qna_write_inner .qna_privacy_wrap p {
    padding-left: 16px;
  }
  .qna_write_inner .r_mark:before {
    left: 0;
  }
  .qna_write_inner .qna_write_btns {
    margin-top: 30px;
  }
  .qna_write_inner .qna_write_btns button {
    width: 100px;
    height: 50px;
  }
	.qna_write_inner .qna_write_btns .write_back{width: 100px;height: 50px;}
}

.mark {
  position: relative;
}
.mark:before {
  content: "";
  display: block;
  position: absolute;
  background: rgb(1, 18, 21);
  width: 5px;
  height: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footer .footer_t {
  background: rgb(43, 43, 43);
}
.footer .footer_t .t_t {
	width:100%;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer_t .t_t .f_menu {
  display: flex;
  gap: 50px;
	width:917px;
	position:relative;
}
.footer .footer_t .t_t .f_menu > li {
  color: rgb(204, 204, 204);
}
.footer .footer_t .t_t .f_submenu {
  margin-top: 15px;
}
.footer .footer_t .t_t .f_submenu li {
  color: rgb(156, 156, 156);
  margin-bottom: 10px;
}
.footer .footer_t .t_t .f_submenu li:last-child {
  margin-bottom: 0;
}
.footer .footer_t .t_b {
  border-top: 1px solid rgb(72, 72, 72);
  padding: 30px 0;
  display: flex;
	position:relative;
}
.footer .footer_t .f_info_wrap{width:917px;margin-left:auto;}
.footer .footer_t .f_info {
	position:relative;
  display: flex;
  flex-wrap: wrap;
  width: 460px;
  max-width: 100%;
  gap: 10px;
}
.footer .footer_t .f_info li {
  color: rgb(204, 204, 204);
  margin-right: 30px;
}
.footer .footer_t .f_info li span {
  margin-right: 15px;
}
.footer .footer_t .f_info_2 {
  display: none;
  flex-wrap: wrap;
}
.footer .copy_wrap{width:917px;margin-left:auto;}
@media (max-width: 1420px) {
  .footer .footer_t{padding-bottom:40px;}
  .footer .footer_t .t_t {
    padding: 40px 0 0;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .footer .footer_t .t_t a {
		width:auto;
    margin: 40px auto 0;
  }
	.footer .footer_t .t_t a > img{
		width:149px;
		height:61px;
	}
  .footer .footer_t .t_t .f_submenu {
    display: none;
  }
  .footer .footer_t .t_t .f_menu {
		width:auto;
    flex-wrap: wrap;
		margin: 0 auto 40px;
		gap:34px;
  }
	.footer .footer_t .t_t .f_menu:after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -40px;
		transform: translateX(-50%);
		width: 100vw;
		height: 1px;
		background: #484848;
	}
  .footer .footer_t .t_b {
		margin-top:40px;
    border: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
		padding:0;
    gap: 51px;
  }
	.footer .footer_t .f_info_wrap{width:auto;margin-left:0;display:flex;flex-direction:column;gap:51px;}
  .footer .footer_t .t_b .f_info {
    position: relative;
  }
  .footer .footer_t .f_info:after {
		content:"";
		position:absolute;
		display:none;
		width: 44px;
		height:1px;
		background: #484848;
		bottom:-25px;
		left:50%;
		transform:translateX(-50%);
	}
  .footer .footer_t .t_b .f_info_2 {
    display: block;
  }
  .footer .footer_t .t_b .f_info, .footer .footer_t .t_b .f_info_2 {
    padding: 0 30px;
    display: flex;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }

  .footer .footer_t .t_b .f_info li, 
	.footer .footer_t .t_b .f_info_2 li {
    color: rgb(204, 204, 204);
    margin: 0;
  }
	.footer .copy_wrap{width:auto;margin-left:0;}
	.footer .copy{text-align:center;}
}
@media (max-width: 767px) {
  .footer .footer_t {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .footer .footer_t{padding-bottom:30px;}
  .footer .footer_t .t_t {
    padding: 30px 0 0;
  }
	.footer .footer_t .t_t a > img{
		width:98px;
		height:40px;
	}
  .footer .footer_t .t_t .f_menu {
    gap: 20px 15px;
		margin: 0 auto 30px;
  }
	.footer .footer_t .t_t .f_menu:after{bottom:-30px;}
	.footer .footer_t .t_t a{margin:30px auto 0;}
  .footer .footer_t .t_b {
    gap: 41px;
		margin-top:30px;
  }
  .footer .footer_t .f_info:after {
		bottom:-20px;
	}
	.footer .footer_t .f_info li span {
		margin-right: 10px;
	}
}
.footer .footer_b {
  padding: 15px 0;
  background: rgb(32, 32, 32);
}
.footer .footer_b p {
  color: rgb(156, 156, 156);
}
@media (max-width: 620px) {
  .footer .footer_b {
    padding: 14px 30px;
  }
}

/* eng_wrap */
.eng_wrap .mark:before{top:10px;transform:translateY(0);}
.eng_wrap .page_top.s5_3 span{display:inline;}
.eng_wrap .header_top nav .nav_list > li:hover > a:after{display:none;}
.eng_wrap .header_top nav .nav_list > li:hover > a .t{position:relative;}
.eng_wrap .header_top nav .nav_list > li:hover > a .t:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  right: -14px;
  top: -2px;
  background: url(/src/img/icon/main_icon.png) no-repeat center/contain;
}
.eng_wrap .header_top nav .nav_list{align-items:center;}
.eng_wrap .main_slide_buttons{bottom:200px;}
.eng_wrap .info_txt_wrap .info_table td .info_box .info_txt p:before{top:12px;}
.eng_wrap .history_txt_wrap .history_txt span,
.history_txt_wrap .history_box.reverse .history_txt p span{width: 100px;flex-shrink:0;}
.eng_wrap .process_txt_wrap .process_t .t_date:after{left:10px;}

.footer.eng .footer_t .f_info{width: 750px;}
.footer.eng .footer_t .f_info li{display:flex;flex-wrap:wrap;justify-content:center;}
.footer.eng .footer_t .f_info li span{position:relative;display:flex;}
.footer.eng .footer_t .f_info li span:after{content:":";display:block;font-size:12px;margin-left: 15px;}
.footer.eng .footer_t .t_t .f_menu,
.footer.eng .footer_t .f_info_wrap,
.footer.eng .copy_wrap{
  width: 1150px;
}
@media (max-width: 1580px) {
	.footer.eng .footer_t .t_t .f_menu.f_menu::after{
		content: "";
		position: absolute;
		left: 50%;
		bottom: -40px;
		transform: translateX(-50%);
		width: 100vw;
		height: 1px;
		background: #484848;
	}
	.footer.eng .footer_t{padding-bottom:40px;}
	.footer.eng .footer_t .t_t {
		padding: 40px 0 0;
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.footer.eng .footer_t .t_t a {
		width:auto;
		margin: 40px auto 0;
	}
	.footer.eng .footer_t .t_t a > img{
		width:149px;
		height:61px;
	}
	.footer.eng .footer_t .t_t .f_submenu {
		display: none;
	}
	.footer.eng .footer_t .t_t .f_menu {
		width:auto;
		flex-wrap: wrap;
		margin: 0 auto 40px;
		gap:34px;
	}
	.footer.eng .footer_t .t_b {
		margin-top:40px;
		border: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding:0;
		gap: 51px;
	}
	.footer.eng .footer_t .f_info_wrap{width:auto;margin-left:0;display:flex;flex-direction:column;gap:51px;}
	.footer.eng .footer_t .t_b .f_info {
		position: relative;
	}
	.footer.eng .footer_t .f_info:after {
		content:"";
		position:absolute;
		display:none;
		width: 44px;
		height:1px;
		background: #484848;
		bottom:-25px;
		left:50%;
		transform:translateX(-50%);
		}
	.footer.eng .footer_t .t_b .f_info_2 {
		display: block;
	}
	.footer.eng .footer_t .t_b .f_info, .footer .footer_t .t_b .f_info_2 {
		padding: 0 30px;
		display: flex;
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		gap: 10px;
		justify-content: center;
		text-align: center;
		}

	.footer.eng .footer_t .t_b .f_info li, 
	.footer.eng .footer_t .t_b .f_info_2 li {
		color: rgb(204, 204, 204);
		margin: 0;
		}
	.footer.eng .copy_wrap{width:auto;margin-left:0;}
	.footer.eng .copy{text-align:center;}
	}
@media (max-width: 1440px){
	.eng_wrap .main_company .com_l .l_img .l_txt p .pc_br{display:none;}
}
@media (max-width: 1240px){
	.eng_wrap .page_top .w_icon:after{display:none;}
	.eng_wrap .info_txt_wrap .info_table td .info_box .info_txt p > br{display:none;}
}

@media (max-width: 767px){
	.eng_wrap .process_txt_wrap .process_t .t_date:after{left:17px;}
}
@media (max-width: 620px){
	.eng_wrap .history_txt_wrap .history_txt span, .history_txt_wrap .history_box.reverse .history_txt p span{width: 80px;margin-right: 10px;}
	.eng_wrap .info_txt_wrap .info_table td .info_box .info_txt p:before{top:10px;}
	.eng_wrap .main_slide_buttons{bottom:31px;}
	.eng_wrap .mark:before{top:8px;}
	.eng_wrap .process_txt_wrap .process_t .t_date:after{left:13px;}
	.footer.eng .footer_t .f_info li span,.footer.eng .footer_t .f_info li span:after{margin-left: 5px;}
}
@media (max-width: 991px) {
	.footer.eng .footer_t{padding-bottom:30px;}
	.footer.eng .footer_t .t_t {
		padding: 30px 0 0;
	}
	.footer.eng .footer_t .t_t a > img{
		width:98px;
		height:40px;
	}
	.footer.eng .footer_t .t_t .f_menu {
		gap: 10px 15px;
		margin: 0 auto 15px;
	}
	.footer.eng .footer_t .t_t .f_menu.f_menu::after{bottom:-15px;}	
	.footer.eng .footer_t .t_t a{margin:15px auto 0;}
	.footer.eng .footer_t .t_b {
		gap: 41px;
		margin-top:30px;
	}
	.footer.eng .footer_t .f_info:after {
		bottom:-20px;
	}
}

