@charset "UTF-8";

/* main */
.main .sec1 {
  position: relative;
  padding: 100px 0;
  height: calc(100vh - 121px);
  animation: fadeIn 0.4s 0.2s ease both;
}

.main .sec1 h2 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.main .sec1 h2>span {
  display: inline-block;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.43;
}

.main .sec1 h2.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both;
}

.main .sec1 h3 {
  margin-top: 30px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.main .sec1 h3>span {
  display: inline-block;
  font-size: 33px;
  font-weight: 300;
  line-height: 1.44;
  color: #c9c9c9;
}

.main .sec1 h3.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both 0.3s;
}

.main .sec1 a {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.main .sec1 a>span {
  display: inline-block;
  padding-right: 30px;
  font-size: 24px;
  line-height: 2;
  letter-spacing: -1.25px;
  color: #c9c9c9;
  background: url(../img/common/main_sec1_arrow.png) right center no-repeat;
  background-size: auto 20px;
}

.main .sec1 a.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both 0.6s;
}

.main .sec1 span.bottom-txt {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 7.2px;
}

.main .sec1 .visual-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100vw;
  height: 100%;
  z-index: -1;
}

.main .sec1 .visual-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/main_sec1_img1.jpg) center no-repeat;
  background-size: cover !important;

  overflow: hidden;
  animation: scale 1.5s ease-out both;
}

.main section {
  margin-top: 227px;
}

.main .sec2 {
  margin-top: 147px;
}

.sec-title2 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 40px;
}

.sec-title2>span {
  display: inline-block;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.45;
}

.sec-title2.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style4 ul {
  font-size: 0;
}

.lists-style4 ul li {
  display: inline-block;
  width: 50%;
}

.lists-style4 ul li a {
  position: relative;
  display: block;
  height: 253.05px;
  overflow: hidden;
}

.lists-style4 ul li a img.pc {
  transition-property: transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform-origin: center;
}

.lists-style4 ul li a:hover img.pc {
  transform: scale(1.1);
}

.lists-style4 ul li .text-box {
  position: absolute;
  bottom: 20px;
  left: 33px;
  z-index: 1;
}

.lists-style4 ul li h4 {
  font-size: 22px;
  line-height: 1.46;
}

.lists-style4 ul li span {
  display: block;
  padding-right: 26px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.95px;
  background: url(../img/common/menu_icon_arrow.png) right center no-repeat;
  background-size: auto 15px;
}

.lists-style3.style1>ul {
  display: flex;
  margin: -12.5px;
}

.lists-style3.style1>ul>li {
  padding: 12.5px;
  flex: 1;
  width: 33.3333%;
}

.lists-style3.style1 li .img-box {
  height: 191.66px;
}

.lists-style3.style1 li .text-box {
  padding: 30px;
}

.lists-style3.style1 li .text-box h3 span {
  font-size: 20px;
  letter-spacing: 0;
}

.lists-style3.style1 li .text-box p {
  height: 50px;
  font-size: 16px;
  line-height: 1.44;
  letter-spacing: -0.1px;
}

.row2.lists-style3.style1 li .text-box p {
  height: 65px;
  -webkit-line-clamp: 3;
}

.lists-style3.style1 li .text-box .date {
  margin-top: 20px;
  font-size: 16px;
}

.lists-style3.style2>ul {
  display: flex;
  margin: -12.5px;
}

.lists-style3.style2>ul>li {
  padding: 12.5px;
  flex: 1;
  width: 100%;
}

.lists-style3.row2 li .img-box img {
  display: block;
}

.lists-style3.style1.row2 li .text-box h3 {
  background: none;
  transition: none;
}

.lists-style3.row2 li .text-box .date {
  position: relative;
  display: inline-block;
  padding-right: 25px;
}

.lists-style3.row2 li .text-box .date:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 25px;
  height: 100%;
  background: url(../img/common/menu_icon_arrow.png) right center no-repeat;
  background-size: auto 17px;
}

.lists-style3.style1.row2 li a:hover .text-box .date {
  background-size: 100% 2px;
}

.main .form {
  margin-top: 227px;
  position: relative;
  display: flex;
}

.main .form .title-box {
  width: 23%;
}

.cont-wrap {
  display: flex;
}

.main .form .cont-wrap {
  width: 77%;
}

.call-box {
  width: 40%;
}

.call-box {
  padding-top: 14px;
}

.main .call-box li {
  position: relative;
  text-align: right;
  font-size: 0;
}

.main .call-box li a {
  padding-bottom: 5px;
}

.call-box li:first-child {
  margin-bottom: 25px;
}

.call-box li span.txt {
  position: absolute;
  top: 0;
  left: 0;
}

.call-box li span {
  display: block;
  font-size: 18px;
  line-height: 1.65;
}

form {
  padding-top: 1px;
  width: 60%;
  padding-left: 100px;
}

form .field-box {
  position: relative;
  margin-bottom: 30px;
  font-size: 0;
}

form label {
  display: none;
}

form input {
  width: 100%;
  padding: 13px 18px !important;
  font-size: 18px !important;
  color: #fff;
  font-weight: 300;
  background: #222 !important;
}

form input::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form input:-moz-input-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form textarea {
  padding: 13px 18px;
  width: 100%;
  height: 350px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background: #222;
  resize: vertical;
}

form textarea::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form textarea::-ms-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form textarea:-ms-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

form textarea:-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.arrow-btn {
  padding: 13px 20px;
  font-size: 0;
  background: #272727;
}

.arrow-btn span {
  position: relative;
  padding-right: 28px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -1px;
}

.arrow-btn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 25px;
  height: 100%;
  background: url(../img/common/menu_icon_arrow.png) right center no-repeat;
  background-size: auto 17px;
}

@media screen and (max-width: 1500px) {
  .main .sec1 {
    height: calc(100vh - 8.066666666666667vw);
  }
}

@media screen and (max-width: 1280px) {
  .main .sec1 {
    padding: 7.8125vw 0;
  }

  .main .sec1 h2>span {
    font-size: 3.28125vw;
  }

  .main .sec1 h3 {
    margin-top: 2.34375vw;
  }

  .main .sec1 h3>span {
    font-size: 2.578125vw;
  }

  .main .sec1 a>span {
    padding-right: 2.34375vw;
    font-size: 1.875vw;
    letter-spacing: -0.09765625vw;
    background-size: auto 1.25vw;
  }

  .main .sec1 span.bottom-txt {
    bottom: 2.34375vw;
    font-size: 1.71875vw;
    letter-spacing: 0.5625vw;
  }

  .lists-style4 ul li a:hover img.pc {
    transform: none;
  }

  .main .form {
    margin-top: 17.734375vw;
  }

  .main .form h3 {
    font-size: 2.8125vw;
  }

  .call-box {
    padding-top: 1.09375vw;
  }

  .call-box li:first-child {
    margin-bottom: 1.953125vw;
  }

  .call-box li span {
    font-size: 1.5625vw;
  }

  form {
    padding-top: 0.078125vw;
    padding-left: 7.8125vw;
  }

  form .field-box {
    margin-bottom: 2.34375vw;
  }

  form input {
    padding: 1.015625vw 1.40625vw !important;
    font-size: 1.5625vw !important;
  }

  form input::placeholder {
    font-size: 1.5625vw;
  }

  form input::-ms-input-placeholder {
    font-size: 1.5625vw;
  }

  form input:-ms-input-placeholder {
    font-size: 1.5625vw;
  }

  form input:-moz-input-placeholder {
    font-size: 1.5625vw;
  }

  form textarea {
    padding: 1.015625vw 1.40625vw;
    height: 27.34375vw;
    font-size: 1.5625vw;
  }

  form textarea::placeholder {
    font-size: 1.5625vw;
  }

  form textarea::-ms-input-placeholder {
    font-size: 1.5625vw;
  }

  form textarea:-ms-input-placeholder {
    font-size: 1.5625vw;
  }

  form textarea:-moz-input-placeholder {
    font-size: 1.5625vw;
  }

  .arrow-btn {
    padding: 1.015625vw 1.5625vw;
  }

  .arrow-btn span {
    padding-right: 2.1875vw;
    font-size: 1.5625vw;
    letter-spacing: -0.078125vw;
  }

  .arrow-btn span:after {
    top: 0.078125vw;
    width: 1.953125vw;
    background-size: auto 1.328125vw;
  }
}

@media screen and (max-width: 1024px) {
  .main .sec1 {
    height: calc(100vh - 9vw);
  }

  .lists-style3 li .img-box img {
    transition: none;
    transform: none !important;
  }

  .lists-style3 li .text-box h3>span {
    background-image: none !important;
  }

  .lists-style3.style1 li .text-box h3 span {
    background-image: none;
  }

  .main .form {
    display: block;
  }

  .form h3 {
    width: 100%;
  }

  .main .form .cont-wrap {
    width: 100%;
  }

  form {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .main section {
    margin-top: 158px;
  }

  .main .sec2 {
    margin-top: 109px;
  }

  .main .sec1 {
    padding: 10.3950103950104vw 0;
    height: calc(100vh - 26.4033264033264vw);
  }

  .main .sec1 .visual-bg {
    background: url(../img/common/main_sec1_img1_m.jpg) center no-repeat;
  }

  .main .sec1 h2 span {
    font-size: 6.444906444906445vw;
    line-height: 1.35;
  }

  .main .sec1 h3 {
    margin-top: 4.490644490644491vw;
  }

  .main .sec1 h3>span {
    font-size: 6.029106029106029vw;
    line-height: 1.45;
  }

  .main .sec1 a {
    margin-top: 0.9147609147609148vw;
  }

  .main .sec1 a>span {
    padding-right: 4.365904365904366vw;
    font-size: 3.95010395010395vw;
    line-height: 1.42;
    letter-spacing: -0.1975051975051975vw;
    background-size: auto 3.326403326403326vw;
  }

  .main .sec1 span.bottom-txt {
    bottom: 4.781704781704782vw;
    font-size: 3.326403326403326vw;
    line-height: 1.5;
    letter-spacing: 0.498960498960499vw;
  }

  .lists-style4 ul li {
    width: 100%;
  }

  .sec-title2 {
    margin-bottom: 30px;
  }

  .sec-title2 span {
    font-size: 25px;
  }

  .lists-style4 ul li a {
    height: auto;
  }

  .lists-style4 ul li .text-box {
    bottom: 28px;
    left: 25px;
  }

  .lists-style4 ul li h4 {
    font-size: 25px;
    line-height: 1.44;
  }

  .lists-style4 ul li span {
    padding-right: 20px;
    font-size: 17px;
    line-height: 1.7;
    letter-spacing: -0.85px;
    background-size: auto 13.6px;
  }

  .lists-style3.style1>ul {
    margin: 0;
    display: block;
  }

  .lists-style3.style1>ul>li {
    display: none;
    padding: 0;
  }

  .lists-style3.style1>ul>li:first-child {
    display: block;
  }

  .lists-style3.style1>ul>li {
    width: 100%;
  }

  .lists-style3.style1 li .img-box {
    height: auto;
  }

  .main .lists-style3.style1 li .img-box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }

  .main .lists-style3.style1 li img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
  }

  .lists-style3.style1 li .text-box {
    padding: 25px;
  }

  .lists-style3.style1 li .text-box h3 span {
    font-size: 25px;
  }

  .lists-style3.style1 li .text-box p {
    margin-top: 7px;
    height: 60px;
    font-size: 18px;
    line-height: 1.61;
  }

  .row2.lists-style3.style1 li .text-box p {
    height: 90px;
  }

  .lists-style3.style1 li .text-box .date {
    margin-top: 20px;
    font-size: 16px;
  }

  .lists-style3.row2 li .img-box {
    height: auto;
  }

  .lists-style3.row2 li .text-box .date {
    padding-right: 20px;
  }

  .lists-style3.row2 li .text-box .date:after {
    width: 20px;
    height: 100%;
    background: url(../img/common/menu_icon_arrow.png) right center no-repeat;
    background-size: auto 12px;
  }

  .lists-style3.style1.row2>ul>li {
    margin-bottom: 158px;
    display: block;
  }

  .form {
    margin-top: 32.84823284823285vw;
  }

  .form h3 {
    font-size: 6.237006237006237vw;
  }

  .form .cont-wrap {
    display: block;
  }

  .call-box {
    padding-top: 0;
    width: 100%;
  }

  .call-box li span {
    font-size: 3.742203742203742vw;
    line-height: 1.73;
  }

  form {
    margin-top: 16.63201663201663vw;
    padding-left: 0;
    width: 100%;
  }

  form .field-box {
    margin-bottom: 6.237006237006237vw;
  }

  form label {
    font-size: 3.742203742203742vw !important;
  }

  form input {
    padding: 2.494802494802495vw !important;
    font-size: 3.742203742203742vw !important;
  }

  form input::placeholder {
    font-size: 3.742203742203742vw;
  }

  form input::-ms-input-placeholder {
    font-size: 3.742203742203742vw;
  }

  form input:-ms-input-placeholder {
    font-size: 3.742203742203742vw;
  }

  form input:-moz-input-placeholder {
    font-size: 3.742203742203742vw;
  }

  form textarea {
    padding: 2.494802494802495vw;
    height: 44.49064449064449vw;
    font-size: 3.742203742203742vw;
  }

  form textarea::placeholder {
    font-size: 3.742203742203742vw;
  }

  form textarea::-ms-placeholder {
    font-size: 3.742203742203742vw;
  }

  form textarea:-ms-placeholder {
    font-size: 3.742203742203742vw;
  }

  form textarea:-moz-placeholder {
    font-size: 3.742203742203742vw;
  }

  .arrow-btn {
    padding: 2.702702702702703vw 4.158004158004158vw;
  }

  .arrow-btn span {
    padding-right: 5vw;
    font-size: 3.742203742203742vw;
  }

  .arrow-btn span:after {
    width: 1.517671517671518vw;
    background-size: 1.517671517671518vw auto;
  }
}

/* QED Software */
.qed-software .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_software_1.png) center no-repeat;
}

.lists-style1>ol>li {
  display: flex;
}

.lists-style1>ol>li .num {
  width: 8%;
}

.lists-style1>ol>li .num h4 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.lists-style1>ol>li .num h4 span {
  display: block;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1.05px;
}

.lists-style1>ol>li.ani.active .num h4 span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style1 li .img-box {
  width: 46%;
}

.img-box {
  position: relative;
  overflow: hidden;
}

img.hide {
  opacity: 0;
  visibility: hidden;
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #171717;
  -webkit-transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.ani.active .mask {
  width: 100%;
}

.img-box img.motion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transform: scale(1.11) translateX(-30px);
  -webkit-transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.ani.active img.motion {
  transform: scale(1) translateX(0);
}

.lists-style1>ol>li .text-box {
  padding-left: 50px;
  width: 46%;
}

.lists-style1>ol>li .text-box h4 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.lists-style1>ol>li .text-box h4 span {
  display: block;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.9px;
}

.lists-style1>ol>li.ani.active .text-box h4 span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style1>ol>li .text-box p {
  margin-top: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.4px;
  color: #bababa;
  word-break: break-all;
}

.lists-style1>ol>li .text-box p.p1 {
  margin-top: 40px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .qed-software .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_software_m.jpg) center no-repeat;
  }

  .lists-style1>ol>li {
    display: block;
    margin-bottom: 130px;
  }

  .lists-style1>ol>li:last-child {
    margin-bottom: 0;
  }

  .lists-style1>ol>li .num {
    width: 100%;
  }

  .lists-style1>ol>li .num h4 span {
    font-size: 32px;
  }

  .lists-style1>ol>li .img-box {
    margin-top: 22px;
    width: 100%;
  }

  .lists-style1>ol>li .text-box {
    margin-top: 32px;
    padding-left: 0;
    width: 100%;
  }

  .lists-style1>ol>li .text-box h4 span {
    font-size: 24px;
    line-height: 1.46;
    letter-spacing: -0.72px;
  }

  .lists-style1>ol>li .text-box p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -0.54px;
  }

  .lists-style1>ol>li .text-box p.p1 {
    margin-top: 10px;
  }
}

/* QED PRO */
section {
  margin-top: 300px;
}

section:nth-of-type(1) {
  margin-top: 0;
}

.qed-pro .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_pro.jpg) center no-repeat;
}

.sec-title {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 85px;
}

.sec-title>span {
  display: block;
  font-size: 35px;
  line-height: 1.3;
}

.sec-title.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both;
}

h3 .txt {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 300;
  color: #bababa;
  word-break: break-all;
  letter-spacing: -0.54px;
}

h3 .txt.style1 {
  margin: 5px 0 0 0;
}

.data-lists {
  position: relative;
  padding: 150px 0;
  background: #222;
}

.data-lists:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500vw;
  height: 100%;
  background: #222;
}

.data-lists>ul>li {
  margin-top: 200px;
  display: flex;
}

.data-lists>ul>li:first-child {
  margin-top: 0;
}

.data-lists .title {
  width: 35%;
}

.data-lists h4 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.data-lists h4>span {
  display: block;
  padding-left: 76px;
  font-size: 28px;
  line-height: 2;
  letter-spacing: -1.6px;
  color: #fff;
}

.data-lists li.ani.active h4>span {
  animation: posY-110per-up 0.6s ease-out both;
}

.data-lists>ul>li:nth-child(1) h4>span {
  background: url(../img/common/qed_pro_sec2_icon1.png) left top no-repeat;
  background-size: 58.2px auto;
}

.data-lists>ul>li:nth-child(2) h4>span {
  background: url(../img/common/qed_pro_sec2_icon2.png) left 6px no-repeat;
  background-size: 60px auto;
}

.data-lists .lists {
  width: 65%;
  display: flex;
  justify-content: space-between;
}

.data-lists .lists>ul>li {
  font-family: "Helvetica 35 Thin";
  font-weight: 400;
  font-size: 17px;
  line-height: 2.05;
  color: #fff;
}

.font-style2 {
  font-family: "Helvetica 35 Thin";
  font-weight: 400;
  font-size: 17px;
  line-height: 2.05;
  color: #bababa;
}

.font-style1 {
  font-family: "Helvetica 35 Thin";
  font-weight: 400;
  font-size: 17px;
  line-height: 3;
  color: #bababa;
}

.data-lists table {
  width: 56%;
  font-size: 17px;
}

.data-lists table thead th,
.data-lists table tbody td {
  text-align: center;
}

.data-lists table th,
.data-lists table td {
  font-family: "Helvetica 35 Thin";
  font-weight: 400;
  line-height: 2.05;
}

.data-lists table span {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #fff;
}

.data-lists table span {
  background: #868686;
}

.lists-style2>li {
  position: relative;
}

.lists-style2>li span {
  position: absolute;
  top: 30px;
  left: 40px;
  font-size: 18px;
  font-weight: 300;
}

.download {
  margin-top: 150px;
  padding: 3px 16px;
  text-align: center;
  background: #222;
}

.download span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.46;
  letter-spacing: -1.2px;
}

.download span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  width: 30px;
  height: 30px;
  background: url(../img/common/download_icon.png) no-repeat;
  background-size: 30px auto;
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 170px;
  }

  .qed-pro .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_pro_m.jpg) center no-repeat;
  }

  .sec-title {
    margin-bottom: 60px;
  }

  .sec-title>span {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.58;
    letter-spacing: -0.72px;
  }

  h3 .txt {
    display: block;
    margin: 0;
    font-size: 18px;
  }

  .data-lists {
    padding: 62px 0 93px;
  }

  .data-lists>ul>li {
    display: block;
  }

  .data-lists .title {
    margin-bottom: 36px;
    width: 100%;
  }

  .data-lists h4 span {
    padding-left: 70px;
    font-size: 24px;
    line-height: 52px;
  }

  .data-lists>ul>li:nth-child(1) h4>span {
    padding-left: 65px;
    background-position: -6px top;
  }

  .data-lists>ul>li {
    margin-top: 118px;
  }

  .data-lists .lists.pc {
    display: none !important;
  }

  .data-lists .lists {
    width: 100%;
    display: flex !important;
    justify-content: unset;
  }

  .data-lists .lists>ul {
    flex: 1;
  }

  .data-lists .lists>ul:first-child {
    flex: 1.3;
  }

  .data-lists .lists>ul>li {
    font-size: 18px;
  }

  .data-lists table {
    width: 100%;
    font-size: 18px;
  }

  .lists-style2>li span {
    top: 10px;
    left: 17.5px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.8px;
  }

  .download {
    margin-top: 85px;
  }

  .download span {
    font-size: 16px;
    letter-spacing: -0.8px;
  }

  .download span:after {
    width: 29px;
    height: 29px;
    background-size: 29px auto;
  }
}

/* 상시 채용 */
/*22.09.07 추가 start*/
.recruitment {
  background-color: #fff;
}

.recruitment * {
  color: #000;
}

.recruitment #page-title {
  font-weight: normal;
}

.recruitment .tab li.current a,
.recruitment .tab li .current {
  color: #000;
}

.recruitment .tab li a {
  color: #adadad;
}

.recruitment .tab li a:hover {
  color: #000;
}

.recruitment .sub-visual .visual-bg span {
  background: url(../img/visual_bg/recruitment.jpg) center no-repeat;
}

.recruitment .tab {
  border-bottom: 1px solid #000;
}

.recruitment .lists-style3 li .text-box {
  background-color: #fafafa;
}

.recruitment .lists-style3 li .text-box p {
  color: #242424;
}

.recruitment .pagination a.current {
  color: #000;
}

.recruitment .pagination a {
  color: #bababa;
}

.recruitment .lists-style3 li>a {
  box-shadow: rgb(0 0 0 / 16%) 3px 3px 3px;
}

.recruitment .pagination .page-btn.prev:hover,
.recruitment .pagination .page-btn.next:hover {
  background: url(/img/common/page_arrow1.png) center no-repeat;
  filter: brightness(0);
}

.recruitment .pagination .page-btn.first:hover,
.recruitment .pagination .page-btn.last:hover {
  background: url(/img/common/page_arrow1.png) center no-repeat;
  filter: brightness(0);
}

@media screen and (max-width: 767px) {
  .recruitment .lists-style3 li .img-box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }

  .recruitment .lists-style3 li .img-box img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
  }
}

/*22.09.07 추가 end*/
.tab {
  margin-bottom: 100px;
  border-bottom: 1px solid #fff;
}

.tab ul {
  margin: 0 -40px;
  padding-bottom: 8px;
}

.tab li {
  display: inline-block;
  padding: 0 40px;
}

.tab li a {
  padding: 8px 0;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: -0.9px;
  color: #575757;
}

.tab li a:hover {
  color: #fff;
}

.tab li.current a {
  color: #fff;
}

.lists-style3 ul {
  margin: -25px;
}

.lists-style3 li {
  padding: 25px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.lists-style3 li a {
  width: 100%;
}

.lists-style3 li .text-box {
  padding: 40px;
  background: #222;
}

.lists-style3 li .img-box {
  position: relative;
  height: 287.5px;
  overflow: hidden;
}

.lists-style3 li .img-box img {
  transition: transform 0.4s ease-out;
  transform-origin: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lists-style3 li a:hover .img-box img {
  transform: scale(1.1);
}

.lists-style3 li .text-box h3 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.lists-style3 li .text-box h3>span {
  display: inline-block;
  max-width: 100%;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -1.14px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left 0 bottom 0;
  background-size: 0 2px;
  transition: background-size 0.3s;
  transition-timing-function: ease-out;
}

.lists-style3 .ani.active .text-box h3>span {
  animation: posY-110per-up 0.6s ease-out both;
  height: auto;
}

.lists-style3 li a:hover .text-box h3>span {
  background-size: 100% 2px;
}

.lists-style3 li .text-box p {
  margin-top: 15px;
  height: 60px;
  font-size: 17px;
  line-height: 1.73;
  letter-spacing: -0.3px;
  color: #bababa;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.lists-style3 li .text-box .date {
  display: block;
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.46;
  word-break: break-all;
}

.pagination {
  margin-top: 200px;
  text-align: center;
  font-size: 0;
}

.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  padding: 0 14px;
  font-size: 22px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -0.9px;
  color: #bababa;
}

.pagination a:hover {
  color: #fff;
}

.pagination a.current {
  color: #fff;
}

.pagination .page-btn {
  margin: 0 15px;
  width: 44px;
  text-indent: -9999px;
  background-size: auto 20px !important;
}

.pagination .page-btn.first {
  background: url(../img/common/page_arrow1.png) center no-repeat;
}

.pagination .page-btn.prev {
  background: url(../img/common/page_arrow2.png) center no-repeat;
}

.pagination .page-btn.next {
  background: url(../img/common/page_arrow2.png) center no-repeat;
  transform: rotate(180deg);
}

.pagination .page-btn.last {
  background: url(../img/common/page_arrow1.png) center no-repeat;
  transform: rotate(180deg);
}

.pagination .page-btn.first:hover,
.pagination .page-btn.last:hover {
  background: url(../img/common/page_arrow1_h.png) center no-repeat;
}

.pagination .page-btn.prev:hover,
.pagination .page-btn.next:hover {
  background: url(../img/common/page_arrow2_h.png) center no-repeat;
}

.pagination .page-inner {
  display: inline-block;
  vertical-align: middle;
}

.pagination .page-inner {
  padding: 0 28px;
}

.backend {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .recruitment .sub-visual .visual-bg span {
    background: url(../img/visual_bg/recruitment_m.jpg) center no-repeat;
  }

  .tab {
    margin-bottom: 83px;
  }

  .tab ul {
    margin: 0 -20px;
    padding-bottom: 15px;
  }

  .tab li {
    padding: 0 20px;
  }

  .tab li a {
    padding: 4px 0;
    font-size: 24px;
  }

  .lists-style3 ul {
    margin: 0;
  }

  .lists-style3 li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
  }

  .lists-style3 li::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }

  .lists-style3 li>a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .lists-style3 li:last-child {
    margin-bottom: 0;
  }

  .lists-style3 li .img-box {
    height: auto;
  }

  .lists-style3 li .text-box {
    padding: 25px;
  }

  .lists-style3 li .text-box h3>span {
    font-size: 25px;
  }

  .lists-style3.style1 li a {
    height: 100%;
  }

  .lists-style3 li a>div {
    height: 50% !important;
  }

  .lists-style3 li .text-box p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.61;
  }

  .lists-style3 li .text-box .date {
    margin-top: 20px;
    font-size: 16px;
  }

  .pagination {
    margin-top: 100px;
  }

  .pagination a {
    padding: 0 10px;
    font-size: 22px;
    line-height: 30px;
  }

  .pagination .page-btn {
    margin: 0 6px;
    width: 30px;
    background-size: auto 18px !important;
  }

  .pagination .page-inner {
    padding: 0;
  }
}

/* 문의 하기 */
.inquiry .sub-visual .visual-bg span {
  background: url(../img/visual_bg/inquiry.jpg) center no-repeat;
}

.inquiry .select-box {
  position: absolute;
  left: 0;
  top: 0;
}

.inquiry .select-box select {
  width: 190px;
  padding: 13px 18px !important;
  font-size: 14px !important;
  color: #fff;
  font-weight: 300;
  height: 52px;
  background: url(/img/common/select_arrow_down.png) #222;
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
}

.inquiry .select-box select:focus {
  background: url(/img/common/select_arrow.png) #222;
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
}

.inquiry .select-box select::-ms-expand {
  display: none;
}

.inquiry .select-box select option {
  border-radius: 0 !important;
}

.inquiry form {
  width: 100%;
  padding-left: 380px;
}

@media screen and (max-width: 767px) {
  .inquiry .sub-visual .visual-bg span {
    background: url(../img/visual_bg/inquiry_m.jpg) center no-repeat;
  }

  .inquiry form {
    padding-left: 0;
  }

  .inquiry .select-box {
    position: relative;
    margin-bottom: 6.237006237006237vw;
  }

  .inquiry .select-box select {
    padding: 2.494802494802495vw !important;
    font-size: 3.742203742203742vw !important;
    height: auto;
    width: 50vw;
    background-size: 2vw 1vw;
  }

  .inquiry .select-box select:focus {
    background-size: 2vw 1vw;
  }
}

/* 오시는 길 */
.location .sub-visual .visual-bg span {
  background: url(../img/visual_bg/location.jpg) center no-repeat;
}

.sec-title3 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.sec-title3>span {
  display: inline-block;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.73;
}

.sec-title3.ani.active>span {
  animation: posY-110per-up 0.6s ease-out both;
}

#map {
  position: relative;
  margin-top: 30px;
  width: 100%;
  padding-top: 50%;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .location .sub-visual .visual-bg span {
    background: url(../img/visual_bg/location_m.jpg) center no-repeat;
  }

  .sec-title3 {
    font-size: 24px;
    line-height: 1.6;
  }

  #map {
    margin-top: 20x;
    padding-top: 65.90909090909091%;
  }

  .location .page-description p.mo {
    display: block !important;
  }

  .location .page-description p br {
    display: block;
  }
}

/* news */
.news #page-title {
  text-transform: uppercase;
}

.news .sub-visual .visual-bg span {
  background: url(../img/visual_bg/news.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .news .sub-visual .visual-bg span {
    background: url(../img/visual_bg/news.jpg) center no-repeat;
  }

  .news .lists-style3 li .img-box::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50%;
  }

  .news .lists-style3 li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}

/* news 상세페이지 */
.news-view #page-title {
  text-transform: uppercase;
}

.news-view .sub-visual .visual-bg span {
  background: url(../img/visual_bg/news_view.png) center no-repeat;
}

#content.news-view .sub-visual .visual-bg span {
  background: url(../img/visual_bg/news_view.png) center no-repeat;
  background-size: contain !important;
}

@media screen and (min-width: 1600px) {
  #content.news-view .sub-visual .visual-bg {
    height: unset;
  }

  #content.news-view .sub-visual .visual-bg span {
    position: relative;
  }

  #content.news-view .sub-visual .visual-bg span::after {
    padding-bottom: 30%;
    content: '';
    display: block;
  }

}

.page-description.title {
  animation: none;
}

.page-description.title p>span {
  animation: none;
  font-size: 27px;
  font-weight: normal;
}

.news-view .date {
  font-size: 22px;
  font-weight: 300;
}

article .content {
  margin-top: 170px;
}

article .content img {
  margin-bottom: 25px;
}

article .content p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #bababa;
}

article .content iframe {
  width: 100% !important;
}

article .content a {
  color: #bababa;
}

article .content a:hover {
  text-decoration: underline;
}

article .content h1 {
  font-size: 1.3em;
}

article .content h2 {
  font-size: 1.24em;
}

article .content h3 {
  font-size: 1.18em;
}

article .content h4 {
  font-size: 1.12em;
}

article .content h5 {
  font-size: 1.06em;
}

article .content h6 {
  font-size: 1em;
}

article .content h1,
article .content h2,
article .content h3,
article .content h4,
article .content h5,
article .content h6 {
  margin-bottom: 20px;
  color: #bababa;
}

article .content figure {
  margin-bottom: 20px;
}

article .content ul {
  margin-bottom: 20px;
  color: #bababa;
  text-align: left;
}

article .content ol {
  margin-bottom: 20px;
  color: #bababa;
}

article .content ol li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  color: #bababa;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

article .content ol li:nth-child(1):before {
  content: "1.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(2):before {
  content: "2.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(3):before {
  content: "3.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(4):before {
  content: "4.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(5):before {
  content: "5.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(6):before {
  content: "6.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(7):before {
  content: "7.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(8):before {
  content: "8.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content ol li:nth-child(9):before {
  content: "9.";
  position: absolute;
  top: 0;
  left: 0;
}

article .content li {
  margin-bottom: 10px;
  font-size: 18px;
  color: #bababa;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

article .content img {
  max-width: 100%;
}

article .content ul li {
  padding-left: 20px;
  position: relative;
}

article .content ul li:before {
  content: "∙";
  position: absolute;
  top: 0;
  left: 3px;
  text-align: center;
  font-size: 18px;
  color: #bababa;
  font-weight: 300;
  line-height: 1.5;
}

article .content table {
  width: 100%;
  margin-bottom: 20px;
  border-top: solid 1px #bababa;
  border-collapse: collapse;
}

article .content table * {
  margin: 0;
  font-size: 18px;
  color: #bababa;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

article .content table caption {
  display: none;
}

article .content table thead th {
  color: #bababa;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
}

article .content table tbody th {
  font-weight: 500;
  text-align: center;
}

article .content table th,
article .content table td {
  vertical-align: middle;
  border: solid 1px #bababa;
  padding: 8px 5px;
  text-align: center;
}

article .content iframe {
  max-width: 100% !important;
}

article .content p:first-child {
  margin-top: 0;
}

article .btn-box {
  margin-top: 200px;
}

article .arrow-btn {
  padding: 13px 20px !important;
}

article .arrow-btn span {
  font-size: 22px;
  padding-right: 28px !important;
  letter-spacing: -1px !important;
}

article .arrow-btn span:after {
  top: 0 !important;
  width: 25px !important;
  background-size: auto 17px !important;
}

@media screen and (max-width: 767px) {
  .news-view .sub-visual .visual-bg span {
    background: url(../img/visual_bg/news_view_m.png) center no-repeat;
  }

  .page-description.title p>span {
    font-size: 24px;
  }

  .news-view .date {
    font-size: 20px;
  }

  article .content {
    margin-top: 50px;
  }

  article .btn-box {
    margin-top: 80px;
  }

  article .arrow-btn {
    padding: 13px 15px !important;
  }

  article .arrow-btn span {
    font-size: 17px;
    padding-right: 21px !important;
    letter-spacing: 0 !important;
  }

  article .arrow-btn span:after {
    top: 0 !important;
    width: 6.3px !important;
    background-size: 6.3px auto !important;
  }
}

/* QED Hardware */
.qed-hardware .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_hardware.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-hardware .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_hardware_m.jpg) center no-repeat;
  }
}

/* 우리가 하는 일 */
.what-we-do .sub-visual .visual-bg span {
  background: url(../img/visual_bg/what_we_do.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .what-we-do .sub-visual .visual-bg span {
    background: url(../img/visual_bg/what_we_do_m.jpg) center no-repeat;
  }
}

/* QED EYEXO */
.qed-eye-xo .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_eye_xo.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-eye-xo .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_eye_xo_m.jpg) center no-repeat;
  }
}

/* QED XT */
.qed-eye-xt .sub-visual .visual-bg span {
  /* background: url(../img/visual_bg/qed_mini_01_web.png) center no-repeat;*/
  background: url(../img/visual_bg/eye_xt.png) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-eye-xt .sub-visual .visual-bg span {
    background: url(../img/visual_bg/eye_xt.jpg) center no-repeat;
  }
}

/* QED MINI */
.qed-mini .sub-visual .visual-bg span {
  /* background: url(../img/visual_bg/qed_mini_01_web.png) center no-repeat;*/
  background: url(../img/visual_bg/eye_mini_lite_header.png) center no-repeat;
}

.qed-mini .visual-text span {
  margin-left: -30px;
  font-size: 18px;
  font-weight: 300;
  color: #bababa;
  word-break: break-all;
  letter-spacing: -0.54px;
}

@media screen and (max-width: 767px) {
  .qed-mini .visual-text {
    position: relative;
  }

  .qed-mini .visual-text span {
    position: absolute;
    bottom: 2px;
    width: 50%;
    right: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .qed-mini .sub-visual .visual-bg span {
    background: url(../img/visual_bg/eye_mini_lite_header.png) center no-repeat;
  }
}

/* QED KIOSK */
.qed-kiosk .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_kiosk.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-kiosk .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_kiosk_m.jpg) center no-repeat;
  }
}

/* QED CMS */
.qed-cms .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_cms.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-cms .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_cms_m.jpg) center no-repeat;
  }
}

/* 구매 문의 */
.purchase .sub-visual .visual-bg span {
  background: url(../img/visual_bg/purchase.jpg) center no-repeat;
}

#content.style1 section {
  margin-top: 240px;
}

#content.style1 section:nth-of-type(1) {
  margin-top: 0;
}

.sec-title4 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 39px;
}

.sec-title4>span {
  display: block;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: -0.3px;
}

.text-box1 {
  margin-top: 88px;
  font-size: 0;
}

.text-box1 b {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  display: block;
}

.text-box1 b span {
  display: inline-block;
  height: 25.5px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: -0.66px;
}

.text-box1.ani.active b span {
  animation: posY-110per-up 0.6s ease-out both;
}

.flex-box {
  display: flex;
  justify-content: space-between;
}

.flex-box ul li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: -0.66px;
  color: #bababa;
}

.flex-box ul li:first-child {
  margin-bottom: 15px;
  height: 25.5px;
}

.btn-box.style1 {
  margin-top: 95px;
}

.btn-box.style1 .arrow-btn {
  padding: 13px 20px !important;
}

.btn-box.style1 .arrow-btn span {
  font-size: 19px;
  padding-right: 28px !important;
  letter-spacing: -1px !important;
}

@media screen and (max-width: 767px) {
  #content.style1 section {
    margin-top: 130px;
  }

  .purchase .sub-visual .visual-bg span {
    background: url(../img/visual_bg/purchase_m.jpg) center no-repeat;
  }

  .sec-title4 {
    margin-bottom: 17px;
  }

  .sec-title4 .txt {
    display: none;
  }

  .text-box1 {
    margin-top: 30px;
  }

  .text-box1 b span {
    margin-bottom: 8px;
    height: auto;
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .flex-box {
    display: block;
  }

  .flex-box ul li {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -0.54px;
  }

  .flex-box ul li:first-child {
    margin-bottom: 0;
    height: auto;
  }

  .btn-box.style1 {
    margin-top: 50px;
  }

  .btn-box.style1 .arrow-btn {
    padding: 13px 15px !important;
  }

  .btn-box.style1 .arrow-btn span {
    font-size: 20px;
    padding-right: 21px !important;
    letter-spacing: 0 !important;
  }

  .btn-box.style1 .arrow-btn span:after {
    top: 0 !important;
    width: 7.7px !important;
    background-size: 7.7px auto !important;
  }
}

/* QED GOLF ACADEMY */
.qed-golf-academy .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_golf_academy.jpg) center no-repeat;
}

.flex-box.style1 {
  justify-content: unset;
}

.flex-box.style1>ul {
  margin-right: 112px;
}

.slide {
  position: relative;
  padding: 0 80px;
}

.swiper {
  overflow: hidden;
}

.swiper {
  padding-bottom: 24px;
  font-size: 0;
}

.slide .arrow {
  text-indent: -9999px;
  margin-top: -24px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
}

.arrow.swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/common/slide_arrow.png) right center no-repeat;
}

.arrow.swiper-button-next {
  right: 0;
  background: url(../img/common/slide_arrow.png) right center no-repeat;
}

.slide .swiper-pagination {
  bottom: 0;
  margin: 0 3.5px;
  font-size: 0;
}

.slide .swiper-pagination span {
  width: 11px;
  height: 11px;
  opacity: 0.3;
  border-radius: 100%;
  border: solid 1px #707070;
  background: #fff;
}

.slide .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 0.7;
}

.swiper-pagination-number {
  z-index: -1;
}

.text-box1.style1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .qed-golf-academy .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_golf_academy_m.jpg) center no-repeat;
  }

  .slide {
    padding: 0;
  }

  .slide .arrow {
    margin-top: 0;
    width: 30px;
    height: 30px;
    background-size: 12.6px auto !important;
  }

  .arrow.swiper-button-prev {
    left: 0.7px;
    background: url(../img/common/slide_arrow_m.png) center no-repeat;
  }

  .arrow.swiper-button-next {
    right: 0.7px;
    background: url(../img/common/slide_arrow_m.png) center no-repeat;
  }

  .swiper {
    padding-bottom: 0;
  }

  .slide .swiper-pagination {
    display: block !important;
    z-index: -1;
  }

  .swiper-pagination-number {
    z-index: 1;
    position: absolute;
    right: 11px;
    bottom: 11.6px;
    padding: 1px 8.3px;
    border-radius: 11.5px;
    background: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.75px;
    text-align: center;
    color: #000;
  }

  .swiper-pagination-number span {
    color: #000;
  }

  .text-box1.style1 {
    margin-top: 30px;
  }

  .text-box1 b span {
    margin-top: 20px;
  }
}

/* THE QED */
.the-qed .sub-visual .visual-bg span {
  background: url(../img/visual_bg/the_qed.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .the-qed .sub-visual .visual-bg span {
    background: url(../img/visual_bg/the_qed_m.jpg) center no-repeat;
  }
}

/* GOLFUS */
.golfus .sub-visual .visual-bg span {
  background: url(../img/visual_bg/golfus.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .golfus .sub-visual .visual-bg span {
    background: url(../img/visual_bg/golfus_m.jpg) center no-repeat;
  }
}

/* BACKYARD */
.backyard .sub-visual .visual-bg span {
  background: url(../img/visual_bg/backyard.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .backyard .sub-visual .visual-bg span {
    background: url(../img/visual_bg/backyard_m.jpg) center no-repeat;
  }
}

/* QED PARTNERS */
.qed-partners .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_partners.jpg) center no-repeat;
}

.qed-partners .tab {
  margin-bottom: 75px;
}

.qed-partners .tab ul {
  margin: 0 -20px;
}

.qed-partners .tab li {
  padding: 0 20px;
}

.qed-partners .tab li a {
  cursor: pointer;
}

.qed-partners .partners-lists {
  margin-bottom: 80px;
}

.partners-lists h4 {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.31;
  letter-spacing: -0.3px;
  border-bottom: 0.5px solid #fff;
}

.partners-lists>ul {
  margin-top: 40px;
}

.partners-lists>ul>li {
  padding: 8.7px 0;
  display: flex;
}

.partners-lists>ul>li span {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.4px;
  color: #bababa;
  word-break: break-all;
}

.partners-lists>ul>li span.name {
  padding-right: 20px;
  width: 40%;
}

.partners-lists>ul>li span.adress {
  width: 60%;
}

#ttt {
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 1;
  display: block;
  bottom: 30px;
  right: 30px;
  background-image: url(../img/common/ttt.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  #ttt {
    width: 34px;
    height: 34px;
    bottom: 20px;
    right: 20px;
  }

  .qed-partners .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_partners_m.jpg) center no-repeat;
  }

  .qed-partners .tab {
    margin-bottom: 39.5px;
  }

  .qed-partners .tab ul {
    margin: 0 -13px;
  }

  .qed-partners .tab li {
    padding: 0 13px;
  }

  .partners-lists h4 {
    padding-bottom: 8.5px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.9px;
  }

  .partners-lists>ul {
    margin-top: 22px;
  }

  .partners-lists>ul>li {
    padding: 4px 0;
  }

  .partners-lists>ul>li span {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: -0.65px;
    line-height: 1.5;
    color: #fff;
  }

  .partners-lists>ul>li span.name {
    padding-right: 10px;
    width: 40%;
  }
}

/* QED PEOPLE */
.qed-people .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_people.jpg) center no-repeat;
}

.lists-style5>ul {
  margin: 0 -110px -160px;
}

.lists-style5>ul>li {
  padding: 0 110px 160px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.lists-style5 h3 {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.lists-style5 h3 .text {
  display: inline-block;
}

.lists-style5 .ani.active h3 span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style5 h3 .img {
  display: inline-block;
  width: 90px;
  height: 100%;
  text-align: center;
}

.lists-style5 .ani.active .img {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style5 h3 .img img {
  display: inline-block;
  width: 100%;
}

.lists-style5>ul>li p {
  padding-right: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: -0.4px;
  color: #bababa;
}

@media screen and (max-width: 767px) {
  .qed-people .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_people_m.jpg) center no-repeat;
  }

  .lists-style5>ul {
    margin: 0 0 -80px;
  }

  .lists-style5>ul>li {
    padding: 0 0 80px;
    width: 100%;
  }

  .lists-style5 h3 {
    height: 70px;
    margin-bottom: 15px;
  }

  .lists-style5 h3>span {
    font-size: 24px;
    font-weight: normal;
    line-height: 2.04;
    letter-spacing: -1.2px;
  }

  .lists-style5 h3 .img {
    width: 63px;
  }

  .lists-style5>ul>li p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.73;
    letter-spacing: -0.4px;
  }
}

/* 큐이디 문화 */
.qed-culture .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_culture.jpg) center no-repeat;
}

@media screen and (max-width: 767px) {
  .qed-culture .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_culture_m.jpg) center no-repeat;
  }

  .qed-culture .lists-style5 h3 .img {
    width: 58px;
  }
}

/* 큐이디 구성원 */
.qed-member .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_member.jpg) center no-repeat;
}

.lists-style5 .lists>li {
  margin-bottom: 40px;
}

.lists-style5 .lists>li:last-child {
  margin-bottom: 0;
}

.lists-style5 .lists>li b {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.lists-style5 .lists>li b span {
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: normal;
  line-height: 2.38;
  letter-spacing: -0.5px;
  color: #fff;
}

.lists-style5 .ani.active .lists>li:nth-child(1) {
  animation: posY-100-up 0.8s ease-out both;
}

.lists-style5 .ani.active .lists>li:nth-child(2) {
  animation: posY-100-up 0.8s ease-out both 0.2s;
}

.lists-style5 .ani.active .lists>li:nth-child(3) {
  animation: posY-100-up 0.8s ease-out both 0.4s;
}

.lists-style5 .ani.active .lists>li:nth-child(1) b span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style5 .ani.active .lists>li:nth-child(2) b span {
  animation: posY-110per-up 0.6s ease-out both 0.2s;
}

.lists-style5 .ani.active .lists>li:nth-child(3) b span {
  animation: posY-110per-up 0.6s ease-out both 0.4s;
}

@media screen and (max-width: 767px) {
  .qed-member .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_member_m.jpg) center no-repeat;
  }

  .lists-style5.style1>ul> {
    margin: 0 0 -110px;
  }

  .lists-style5.style1>ul>li {
    padding: 0 0 110px;
  }

  .lists-style5.style1 h3 {
    margin-bottom: 38px;
  }

  .lists-style5.style1 h3>span {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -0.78px;
  }

  .qed-member .lists-style5 h3 .img {
    width: 78px;
  }

  .lists-style5.style1 .lists>li {
    margin-bottom: 54px;
  }

  .lists-style5.style1 .lists>li:last-child {
    margin-bottom: 0;
  }

  .lists-style5 .lists>li b {
    margin-bottom: 13px;
  }

  .lists-style5 .lists>li b span {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: -1.1px;
  }

  .lists-style5 .lists>li b span:after {
    /*22.09.01 수정
    content: "";*/
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25.9px;
    height: 1px;
    background: #fff;
  }
}

/* 큐이디 이야기 */
.qed-story .sub-visual .visual-bg span {
  background: url(../img/visual_bg/qed_story.jpg) center no-repeat;
}

.lists-style5.style2>ul {
  margin: 0 0 -195px;
}

.lists-style5.style2>ul>li {
  width: 100%;
  padding: 0 0 195px;
  display: flex;
}

.lists-style5.style2 .sec-title {
  margin-bottom: 0;
  width: 50%;
  height: fit-content;
}

.lists-style5.style2 .right-box {
  width: 50%;
  padding-right: 8%;
}

.lists-style5.style2 .right-box h4 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.lists-style5.style2 .right-box h4 span {
  display: block;
  font-size: 23px;
  font-weight: normal;
  line-height: 2.23;
  letter-spacing: -0.4px;
}

.lists-style5.style2 .ani.active .right-box h4 span {
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style5.style2 p {
  padding-right: 0;
  margin-bottom: 32px;
}

.lists-style5.style2 .p-box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .qed-story .sub-visual .visual-bg span {
    background: url(../img/visual_bg/qed_story_m.jpg) center no-repeat;
  }

  .lists-style5.style2>ul {
    margin: 0 0 -86px;
  }

  .lists-style5.style2>ul>li {
    padding: 0 0 86px;
  }

  .lists-style5.style2 .sec-title {
    width: 37%;
  }

  .lists-style5.style2 .sec-title>span {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: 0;
  }

  .lists-style5.style2 .right-box {
    width: 63%;
    padding-right: 0;
  }

  .lists-style5.style2 .right-box h4 {
    padding-top: 3px;
    margin-bottom: 10px;
  }

  .lists-style5.style2 .right-box h4 span {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.52;
    letter-spacing: -0.69px;
  }

  .lists-style5.style2 .ani.active .right-box h4 span {
    animation: posY-110per-up 0.6s ease-out both;
  }

  .lists-style5.style2 p {
    margin-bottom: 23px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: -0.54px;
  }
}

/* 상시 채용 view */
/* 22.09.07 스타일변경 start*/
#content.recruitment-view {
  background-color: #fff;
}

.recruitment-view * {
  color: #000;
}

.recruitment-view #page-title {
  font-weight: normal;
}

.recruitment-view .tab li.current a {
  color: #000;
}

.recruitment-view .tab li a {
  color: #adadad;
}

.recruitment-view .tab li a:hover {
  color: #000;
}

.recruitment-view .sub-visual .visual-bg span {
  background: url(../img/visual_bg/recruitment.jpg) center no-repeat;
}

.recruitment-view .tab {
  border-bottom: 1px solid #000;
}

.recruitment-view .lists-style3 li .text-box {
  background-color: #fafafa;
}

.recruitment-view .lists-style3 li .text-box p {
  color: #242424;
}

.recruitment-view .pagination a.current {
  color: #000;
}

.recruitment-view .pagination a {
  color: #bababa;
}

.recruitment-view .lists-style3 li>a {
  box-shadow: rgb(0 0 0 / 16%) 3px 3px 3px;
}

.recruitment-view .pagination .page-btn.prev:hover,
.recruitment-view .pagination .page-btn.next:hover {
  background: url(/img/common/page_arrow1.png) center no-repeat;
  filter: brightness(0);
}

.recruitment-view .pagination .page-btn.first:hover,
.recruitment-view .pagination .page-btn.last:hover {
  background: url(/img/common/page_arrow1.png) center no-repeat;
  filter: brightness(0);
}

.recruitment-view .recruitment-step>ol>li {
  border: 0;
  background-color: #f2f2f2;
}

.recruitment-view .recruitment-step li span {
  font-weight: 300;
}

.recruitment-view .lists-style5>ul>li p {
  color: #000;
}

.recruitment-view .toList {
  position: absolute;
  bottom: -100px;
  padding: 8px 40px 8px 12px;
  background: url(/img/common/page_arrow3.png) #f5f5f5;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.recruitment-view .toList span {
  font-size: 22px;
  font-weight: 300;
}

.recruitment-view article .arrow-btn span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .recruitment-view .toList {
    background-size: 8px;
    padding: 8px 32px 8px 10px;
    bottom: -40px;
  }

  .recruitment-view .toList span {
    font-size: 18px;
  }
}

/* 22.09.07 스타일변경 end*/
.page-description .team {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin-bottom: 10px;
}

.page-description .team>span {
  display: block;
  font-size: 26.8px;
  font-weight: 500;
  line-height: 1.49;
  letter-spacing: -0.5px;
  text-align: center;
  animation: posY-110per-up 0.6s ease-out both;
}

.recruitment-view .page-description {
  text-align: center;
}

.recruitment-view .page-description p {
  display: inline-block;
  text-align: center;
  padding: 0 100px;
}

.recruitment-view .page-description a {
  float: right;
  margin: 5px -100px 0 0;
  padding-right: 20px;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: -0.75px;
  background: url(../img/common/menu_icon_arrow.png) right center no-repeat;
  background-size: 5.6px auto;
  animation: posY-110per-up 0.6s ease-out both;
}

.title-box1 h3 {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.title-box1 h3 span {
  display: inline-block;
}

.title-box1 h3.ani.active span {
  animation: posY-110per-up 0.6s ease-out both;
}

.title-box1 h3 span.title {
  font-size: 37px;
  font-weight: 300;
  line-height: 1.13;
  letter-spacing: -1px;
}

.title-box1 h3 span.date {
  margin-left: 40px;
  font-size: 18.5px;
  font-weight: 300;
  line-height: 1.45;
}

.recruitment-step {
  margin: 200px 0 220px;
  text-align: center;
}

.recruitment-step>ol {
  display: flex;
  justify-content: center;
}

.recruitment-step>ol>li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 290px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.recruitment-step li span {
  font-size: 23px;
  text-align: center;
}

.lists-style5.style3>ul {
  margin: 0 -20px -150px;
}

.lists-style5.style3>ul>li {
  padding: 0 20px 150px;
}

.lists-style5.style3 .sec-title {
  height: auto;
}

.lists-style5.style3 .sec-title>span {
  font-size: 26.5px;
  letter-spacing: -0.5px;
}

.lists-style5.style3 p {
  position: relative;
  padding: 0 0 0 10px;
}

.lists-style5.style3 p:before {
  content: "•";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page-description .team>span {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: -0.9px;
  }

  .recruitment-view .page-description p {
    padding: 0;
    line-height: 1.46;
    letter-spacing: -0.72px;
  }

  .lists-style5.style3 p br {
    display: none;
  }

  .recruitment-view .page-description a {
    display: none;
  }

  .title-box1 h3 {
    display: flex;
    flex-direction: column-reverse;
  }

  .title-box1 h3 span.title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: -0.72px;
  }

  .title-box1 h3 span.date {
    margin-left: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.45;
  }

  .recruitment-step {
    margin: 95px 0 125px;
  }

  .recruitment-step>ol>li {
    width: 134px;
    height: 134px;
  }

  .recruitment-step li span {
    font-size: 18px;
    font-weight: 300;
    line-height: 0.78;
    letter-spacing: -0.54px;
  }

  .lists-style5.style3>ul {
    margin: 0 0 -95px;
  }

  .lists-style5.style3>ul>li {
    padding: 0 0 95px;
  }

  .lists-style5.style3 .sec-title>span {
    font-size: 24px;
  }
}

/* GLOBAL PARTNERS */
.global-partners .sub-visual .visual-bg span {
  background: url(../img/visual_bg/global_partners.jpg) center no-repeat;
}

.global-partners .page-description img {
  margin-top: 15px;
  width: 210px;
  animation: posY-110per-up 0.6s ease-out both;
}

.lists-style1.style1>ol {
  margin: 0 -100px -200px;
}

.lists-style1.style1>ol>li {
  margin-bottom: 0;
  padding: 0 100px 200px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.global-partners .lists-style1>ol>li:last-child {
  width: 100%;
}

.lists-style1.style1>ol>li .num {
  width: 100%;
}

.lists-style1.style1 li .img-box {
  margin-bottom: 50px;
  width: 100%;
}

.lists-style1.style1 li .img-box img.hide {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.lists-style1.style1>ol>li .text-box {
  padding-left: 0;
  width: 100%;
}

.lists-style1.style1>ol>li.ani.active .text-box h4 span {
  animation: none;
}

.lists-style1.style1>ol>li .text-box.ani.active h4 span {
  animation: posY-110per-up 0.6s ease-out both;
}

.global-partners .lists-style1>ol>li:last-child .text-box {
  padding-right: 100px;
  width: 50%;
}

.lists-style1.style1>ol>li .text-box h4 {
  position: relative;
}

.lists-style1>ol>li .text-box h4 span.right-txt {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.6px;
  color: #bababa;
}

.lists-style1>ol>li ul {
  margin-top: 15px;
}

.lists-style1>ol>li ul>li {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.4px;
  color: #bababa;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .global-partners .sub-visual .visual-bg span {
    background: url(../img/visual_bg/global_partners_m.jpg) center no-repeat;
  }

  .global-partners .page-description p span br {
    display: block;
  }

  .global-partners .page-description img {
    margin-top: 20px;
    width: 140px;
  }

  .lists-style1.style1>ol {
    margin: 0 0 -120px;
  }

  .lists-style1.style1>ol>li {
    padding: 0 0 120px;
    width: 100%;
  }

  .lists-style1.style1>ol>li .text-box {
    margin-top: 0;
  }

  .global-partners .lists-style1>ol>li:last-child .text-box {
    width: 100%;
    padding-right: 0;
  }

  .lists-style1>ol>li .text-box h4 span.right-txt {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: -0.6px;
    color: #fff;
  }

  .lists-style1>ol>li ul {
    margin-top: 39px;
  }

  .lists-style1>ol>li ul>li {
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: -0.54px;
  }
}

/* Team QED */
.team-qed .sub-visual .visual-bg span {
  background: url(../img/visual_bg/team_uneekor_sencor.png) center no-repeat;
}

.lists-style1>ol>li .text-box.style1 {
  margin-top: 20px;
}

.lists-style1>ol>li .text-box h4 span.name {
  margin-top: 4px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.22;
  color: #fff;
}

.team-qed .lists-style1.style1>ol {
  margin: 0 -6% -200px;
  font-size: 0;
}

.team-qed .lists-style1.style1 li {
  padding: 0 6% 200px;
}

.team-qed .lists-style1.style1 li .img-box {
  width: 128%;
  margin: 50px -14% 0;
}

/*22.09.02 수정 start*/
.qed-pro .data-lists>ul>li:nth-child(1) h4>span {
  background: url(../img/common/qed_pro_sec2_icon1_marked.png) left center no-repeat;
  background-size: 40px auto;
}

.qed-eye-xo .data-lists>ul>li:nth-child(1) h4>span {
  background: url(../img/common/qed_pro_sec2_icon1.png) left center no-repeat;
  background-size: 40px auto;
}

.qed-member .lists-style5 .ani.active .img,
.qed-people .lists-style5 .ani.active .img,
.qed-culture .lists-style5 .ani.active .img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qed-member .lists-style5 h3,
.qed-people .lists-style5 h3,
.qed-culture .lists-style5 h3 {
  height: 60px;
}

@media screen and (min-width: 768px) {

  .qed-member .lists-style5 h3 span,
  .qed-people .lists-style5 h3 span,
  .qed-culture .lists-style5 h3 span {
    font-size: 28px;
  }

  .qed-people .lists-style5 h3 .img img {
    width: 60%;
  }

  .qed-people .lists-style5 h3 {
    margin-bottom: 5px;
  }

  .qed-culture .lists-style5 h3 .img img {
    width: 60%;
  }

  .qed-culture .lists-style5 h3 {
    margin-bottom: 5px;
  }

  .qed-member .lists-style5 h3 .img img {
    width: 60%;
  }

  .qed-member .lists-style5 .lists>li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .qed-people .lists-style5 h3 .img img {
    width: 70%;
  }

  .qed-culture .lists-style5 h3 .img img {
    width: 80%;
  }

  .qed-member .lists-style5 h3 .img img {
    width: 60%;
  }
}

/*22.09.02 수정 end*/

@media screen and (max-width: 767px) {
  .team-qed .sub-visual .visual-bg span {
    background: url(../img/visual_bg/team_qed_m.jpg) center no-repeat;
  }

  .team-qed .lists-style1.style1>ol {
    margin: 0 0 -123px;
  }

  .team-qed .lists-style1.style1 li {
    padding: 0 0 123px;
  }

  .team-qed .lists-style1.style1 li .img-box {
    width: 103%;
    margin: -109px 0 0 57px;
    z-index: -1;
  }

  .team-qed .lists-style1.style1 li:nth-child(1) .img-box {
    margin-left: 85px;
  }

  .team-qed .lists-style1.style1 li:nth-child(2) .img-box {
    margin-left: 50px;
  }

  .team-qed .lists-style1.style1 li:nth-child(4) .img-box {
    margin-left: 50px;
  }

  .lists-style1>ol>li .text-box h4 span.name {
    font-size: 29px;
    font-weight: bold;
    line-height: 1.17;
    letter-spacing: normal;
    color: #fff;
  }
}

/* 22.09.07 관리자페이지 start */
#bo_cate {
  padding-left: 100px;
}

#bo_list *,
#bo_list .more_opt li button,
#bo_list .more_opt li a {
  font-size: 16px;
}

#bo_list i {
  font-size: 24px;
  line-height: 1;
}

#bo_list #fboardlist {
  padding-left: 0;
}

#bo_list .tbl_head01 td {
  line-height: unset;
  height: unset;
  font-weight: normal;
}

#bo_list .bo_tit {
  font-weight: normal;
}

#bo_list .tbl_head01 td.td_subject {
  display: flex;
  align-items: center;
}

#bo_list .bo_cate_link {
  font-size: 12px;
}

#bo_w .bo_w_select select {
  font-size: 14px;
  padding-left: 18px;
}

#bo_w .bo_w_tit #btn_autosave {
  font-size: 14px;
}

#bo_w #autosave_pop li {
  font-size: 12px;
}

#bo_w .full_input {
  font-size: 16px;
  border: 1px solid #ccc;
}

#bo_w .write_div textarea {
  font-size: 14px;
}

#bo_w .write_div textarea:focus {
  border: 1px solid #000;
}

#bo_w .full_input:focus {
  border: 1px solid #000;
}

#bo_w form input {
  font-size: 14px !important;
}

#bo_w form input::placeholder {
  font-size: 14px;
}

#bo_w .bo_w_flie.write_div .frm_file {
  border: 0;
  margin-top: 0;
}

#bo_w .bo_w_flie .file_wr {
  display: flex;
  align-items: center;
}

#bo_w .cke_sc_def dt,
#bo_w .cke_sc_def dd,
#bo_w .cke_sc_def button {
  color: #000;
  font-size: 16px;
}

#bo_w .btn_cke_sc {
  height: 28px;
  line-height: 1;
  font-size: 16px;
  margin-bottom: 4px;
}

#bo_w .btn_cke_sc:focus {
  border: 1px solid #ccc;
}

#bo_w .btn_confirm .btn_submit,
#bo_w .btn_confirm .btn_cancel {
  vertical-align: unset;
  font-size: 18px;
}

#bo_v form {
  width: 100%;
  padding-left: 0;
}

#bo_v #bo_v_con * {
  color: #000;
}

#bo_v a.btn_b01,
#bo_v .btn_b01 {
  font-size: 20px;
}

#bo_v .more_opt li {
  width: 80px;
  line-height: 1;
}

#bo_v #bo_v_top ul.is_view_btn a {
  line-height: 1;
  font-size: 14px;
}

#bo_v .more_opt li a i {
  line-height: 16px;
}

#bo_v_info .profile_info .profile_info_ct {
  font-size: 12px;
}

#bo_v #bo_v_title .bo_v_tit {
  font-size: 32px;
}

#bo_v .bo_v_nb li,
#bo_v .cmt_btn {
  font-size: 12px;
}

#bo_vc_empty {
  font-size: 14px;
}

#bo_v .bo_vc_w .btn_submit {
  font-size: 18px;
}

#bo_v .bo_vc_w .btn_confirm {
  display: block;
  justify-content: space-between;
  align-items: center;
}

#bo_v .bo_vc_w .btn_confirm .secret_cm label {
  font-size: 16px !important;
}

#bo_v .bo_vc_w .btn_confirm label span {
  top: 6px;
}

#bo_list .more_opt li button,
#bo_list .more_opt li a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  font-size: 14px;
}

#bo_list .more_opt li a button i {
  font-size: 16px;
  line-height: 1;
}

#bo_list #bo_cate {
  padding-left: 0;
}

#bo_list .bo_sch {
  color: #000;
}

#bo_list .bo_sch form {
  padding-top: unset;
  width: unset;
  padding-left: 15px;
}

#bo_list .bo_sch form input {
  background-color: unset !important;
  font-size: 12px !important;
  color: #000 !important;
  font-weight: normal !important;
}

#bo_list .bo_sch_wrap #sfl {
  padding: 10px 14px;
  font-size: 12px;
  -webkit-appearance: auto;
  appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
}

#bo_list .bo_sch h3 {
  color: #000;
  border-bottom: 0;
}

#bo_list .bo_sch i {
  font-size: 16px;
}

#bo_v_con,
#bo_v_con * {
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  #bo_cate {
    padding-left: 7.8125vw;
  }
}

@media screen and (max-width: 767px) {
  #bo_cate {
    padding-left: 0;
  }
}

.lists-style5>ul {
  font-size: 0;
}

.lists-style1.style1>ol {
  font-size: 0;
}

.lists-style3>ul {
  font-size: 0;
}

/* 22.09.07 관리자페이지 end */

@media screen and (min-width: 1280px) {
  .sub-visual .visual-bg div {
    width: 100vw;
  }
}

@media screen and (max-width: 1279px) {
  .sub-visual .visual-bg div {
    width: calc(100% + 8.5vw);
    height: 100%;
    left: -4.25vw;
    position: relative;
  }

  .sub-visual .visual-bg div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) {
  .sub-visual .visual-bg div {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
    object-fit: cover;
  }

  .sub-visual .visual-bg div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sub-visual .visual-bg {}
}

/* 게시판 */
.board {
  position: relative;
  margin-top: 200px !important;
  min-height: 800px;
}

.board>img {
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
  display: none;
}

.board .info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  position: relative;
  font-size: 12px;
}

.board .info::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}

.board .tab {
  margin-bottom: 70px;
}

.board .search {
  display: flex;
  color: #fff;
  font-size: 16px;
}

.board .search>div {
  width: 180px;
  margin-left: 20px;
  background-color: #262626;
  text-align: right;
  position: relative;
}

.board .search input {
  width: 100%;
  color: #fff;
  padding: 4px 40px 4px 12px;
  font-size: 14px;
}

.board .search .searchBtn {
  position: absolute;
  right: 10px;
  height: 100%;
  width: 20px;
  background-image: url(/img/common/search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}

.board table {
  width: 100%;
  border-collapse: collapse;
}

.board th,
.board td {
  vertical-align: middle;
}

.board tr {
  height: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
}

.board tr:first-child {
  height: 56px;
}

.board tr:first-child::after {
  content: "";
  display: block;
  position: absolute;
}

.board th {
  font-weight: 300;
  font-size: 16px;
}

.board .reply {
  background-color: #262626;
}

.board .reply td:nth-child(3) {
  background-image: url(/img/common/reply.png);
  background-repeat: no-repeat;
  background-position: 120px center;
  background-size: 24px;
  padding-left: 160px;
}

.board th:nth-child(1) {
  width: 100px;
}

.board th:nth-child(2) {
  width: 160px;
}

.board th:nth-child(3) {
  padding-left: 200px;
  text-align: left;
}

.board th:nth-child(4) {
  width: 120px;
}

.board th:nth-child(5) {
  width: 60px;
}

.board th:nth-child(6) {
  width: 80px;
}

.board td {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.board td:nth-child(2) span {
  font-size: 14px;
  border-radius: 8px;
  background-color: #262626;
  display: inline-block;
  padding: 4px 12px;
}

.board td:nth-child(3) {
  padding-left: 120px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .table {
    overflow-x: scroll;
  }

  .board .table table {
    min-width: 500px;
    width: 100%;
  }

  .board th:nth-child(1) {
    width: 100px;
  }

  .board th:nth-child(2) {
    width: 160px;
  }

  .board th:nth-child(3) {
    padding-left: 80px;
    text-align: left;
    width: 40%;
  }

  .board th:nth-child(4) {
    width: 120px;
  }

  .board th:nth-child(5) {
    width: 60px;
  }

  .board th:nth-child(6) {
    width: 80px;
  }

  .board th,
  .board td {
    font-size: 12px;
  }

  .board td:nth-child(2) span {
    font-size: 10px;
    padding: 4px 4px;
    border-radius: 4px;
  }

  .board td:nth-child(3) {
    padding-left: 20px;
    font-size: 12px;
  }

  .board .reply td:nth-child(3) {
    background-image: url(/img/common/reply.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 12px;
    padding-left: 20px;
  }
}

.board-article {
  position: relative;
}

.board-article>img {
  opacity: 0.5;
  top: 0;
  left: 0;
  position: absolute;
}

.board-article ul {
  font-size: 16px;
  display: flex;
}

.board-article .info {
  padding: 20px 24px 30px 60px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #3e3f3f;
  font-weight: 300;
}

.board-article .info ul {
  position: relative;
}

.board-article .info ul li {
  margin-right: 20px;
}

.board-article .info ul li:last-child {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
}

.board-article .info ul li:last-child a:first-child {
  margin-right: 24px;
}

.board-article .info * {
  font-size: 16px;
  line-height: 1;
}

.board-article .info .pageNumber {
  font-size: 12px;
}

.board-article .contents {
  min-height: 300px;
  padding: 50px 60px;
  border-bottom: 1px solid #3e3f3f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  width: 100% !important;
  color: #fff;
}

.board-article .list {
  background-color: #262626;
  display: block;
  width: 140px;
  display: flex;
  margin-left: 10px;
  height: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 30px;
  position: relative;
  margin-top: 54px;
}

.board-article .list::after {
  content: "";
  display: block;

  background-image: url(../img/common/page_arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  position: absolute;
  height: 20px;
  width: 40px;
  right: 20px;
}

.board-article .inquiry-title {
  padding: 0 0 24px 60px;
  font-size: 30px;
  line-height: 1;
}

.board-answer>div {
  background-color: #202121;
}

.board-answer>div:first-child {
  background-color: unset;
}

.board-answer .inquiry-title2 {
  padding: 18px;
  font-size: 16px;
  padding-left: 60px;
  font-weight: 300;
  border-bottom: 1px solid #3e3f3f;
}

.board-answer .inquiry-title2 span:first-child {
  margin-right: 20px;
}

.board-answer .answer-title {
  padding: 40px 20px 20px 60px;
  font-size: 30px;
  line-height: 1;
}

.board-article .board-answer .info {
  padding: 20px 24px 20px 60px;
}

.board-article .board-answer .info span {
  display: block;
  line-height: 1.5;
}

.board-article .board-answer .answer-contents {
  line-height: 1.8;
  font-size: 16px;
  padding: 66px 60px 60px 60px;
  min-height: 300px;
  border-bottom: 1px solid #3e3f3f;
}

@media screen and (max-width: 767px) {
  .board-article .inquiry-title {
    padding: 0 20px 24px 20px;
  }

  .board-article .info {
    padding: 20px 20px 30px 20px;
  }

  .board-article .contents {
    padding: 50px 20px;
  }

  .board-answer .inquiry-title2 {
    padding-left: 20px;
  }

  .board-answer .answer-title {
    padding: 40px 20px 20px 20px;
  }

  .board-article .board-answer .info {
    padding: 20px 24px 20px 20px;
  }

  .board-article .board-answer .answer-contents {
    padding: 66px 20px 60px 20px;
  }
}

#fwrite::after {
  content: "";
  display: block;
  clear: both;
}

#fwrite button.submit {
  float: right;
}

@media screen and (max-width: 767px) {
  #fwrite button.submit {
    float: none;
  }
}

.inquiry.board .sub-visual .visual-bg span {
  background: url(../img/visual_bg/inquiry_board.jpg) center no-repeat;
}

#pw_confirm.mbskin {
  width: 100%;
  margin: auto 0;
  position: absolute;
  top: 0;
  height: 100vh;
  padding: 0 calc(50% - 200px);
  background: #171717;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#pw_confirm.mbskin fieldset {
  display: flex;
  align-items: center;
  padding: 0 8px;
}

#pw_confirm.mbskin>form {
  width: 100%;
  padding-left: 0;
}

#pw_confirm.mbskin h1 {
  margin-top: 0;
  display: none;
}

#pw_confirm.mbskin p {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

#pw_confirm.mbskin p strong {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
  left: -20px;
  font-size: 24px;
  width: calc(100% + 40px);
  font-weight: 400;
}

#pw_confirm.mbskin>form input {
  font-size: 18px !important;
}

#pw_confirm fieldset .frm_input {
  width: calc(100% - 100px);
}

#pw_confirm.mbskin .btn_submit {
  margin: 0 0 0 10px;
  height: 40px;
  width: 90px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #171717;
}

@media screen and (max-width: 767px) {
  #pw_confirm.mbskin>form {
    margin-top: unset;
  }

  #pw_confirm.mbskin>form input {
    font-size: 18px !important;
  }

  #pw_confirm.mbskin p strong {
    font-size: 18px;
  }

  #pw_confirm.mbskin p {
    font-size: 14px;
  }
}

#copymove .win_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#copymove .tbl_wrap * {
  color: #000 !important;
}

.new_win form input.btn_submit {
  width: 80px;
  padding: 0 !important;
}

.new_win form label {
  display: unset;
}

.more_opt.is_list_btn li,
.more_opt.is_list_btn li:last-child {
  display: none;
}

.more_opt.is_list_btn li:first-child {
  display: block;
}

.more_opt.is_view_btn li:nth-child(4),
.more_opt.is_view_btn li:nth-child(3) {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-description.qed_mini img {
    width: 272px;
    margin-top: 15px;
  }

  .sec2.qed_mini.mobile {
    display: block !important;
  }

  .sec6.qed_mini.mobile {
    display: block !important;
  }

  .sec2.qed_mini.mobile img {
    width: 130px !important;
  }

  .sec2.qed_mini.mobile .font-style2 {
    font-size: 16px;
  }

  .sec6.qed_mini.mobile .font-style1 {
    line-height: 2.5;
  }

  .sec2.qed_mini.pc {
    display: none;
  }

  .sec6.qed_mini.pc {
    display: none;
  }
}