@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2");
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.woff) format("woff");
}

html {
  font-size: 10px;
	min-width:320px;
}
body {
  font-size: 1.4rem;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

body * {
  line-height: 1.3;
  word-break: keep-all;
}
.main-wrap *,
body * {
  font-family: "Pretendard", "sans-serif";
  word-break: keep-all;
}

.mts {
  font-family: "Montserrat", sans-serif !important;
}
.inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img {
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #0E4088; */
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after {
  width: 90%;
}
.gnb_nav .ham_open .bar {
  background-color: #0e4088;
}
/* .gnb_nav .snb{border-top: 4px solid #0E4088;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {
  color: #0e4088;
}
.all_gnb_nav p.depth1_a::after {
  background-color: #0e4088;
}
.all_gnb_nav .depth2 a:hover {
  color: #0e4088;
}
/* 헤더컬러 */

.header * {
  font-family: "Pretendard", "sans-serif" !important;
}
.header {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: 0.3s;
}
.header.scr,
.header.sub {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.header .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  max-width: 60%;
}
.header .logo img {
  display: block;
  width: 100%;
  max-width: 200px;
  position: relative;
  /* top: 4px; */
  /* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {
  display: flex;
  align-items: center;
}
.gnb_nav .gnb {
  display: flex;
  gap: 6rem;
  margin-right: 0px;
}
.gnb_nav .gnb .depth1 {
  font-weight: 600;
  line-height: 100px;
  position: relative;
  transition: 0.3s;
}
.gnb_nav .gnb .depth1_a {
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  top: 2px;
}
.gnb_nav .gnb .depth1_a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0e4088;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}

.gnb_nav .gnb .depth1:hover > .depth1_a::after {
  width: calc(100% + 10px);
}
.ham_open {
  width: 28px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  display: none;
}
.gnb_nav .ham_open .bar {
  display: block;
  width: 100%;
  height: 3px;
}
.gnb_nav .snb {
  width: auto;
  min-width: 250px;
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
.gnb_nav .snb .depth2 a {
  display: block;
  padding: 0 2rem;
  word-break: keep-all;
}
.gnb_nav .snb .depth2 + .depth2 {
  margin-top: 17px;
}

.snb.on {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.all_menu_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.all_menu_wrap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.5s;
}
.all_menu_wrap .all_menu_top {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eee;
  position: relative;
}
.all_menu_wrap .ham_close {
  width: 100px;
  height: 100px;
  padding: 33px;
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.all_menu_wrap .ham_close img {
  width: 100%;
  max-width: 32px;
}
.all_gnb_nav {
  height: calc(100% - 100px);
  font-size: 2rem;
  text-align: center;
}
.all_gnb_nav .gnb {
  display: flex;
  height: 100%;
  font-size: 1.8rem;
}
.all_gnb_nav .depth1 {
  flex: 1;
  padding: 10px;
  padding-top: 8%;
}
.all_gnb_nav .depth1 + .depth1 {
  border-left: 1px solid #eee;
}
.all_gnb_nav p.depth1_a {
  padding-bottom: 35px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
.all_gnb_nav p.depth1_a .arr {
  width: 30px;
  height: 30px;
  background: url(/html/img/ham_arr.svg) no-repeat center/cover;
  display: none;
}
.all_gnb_nav p.depth1_a::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.all_gnb_nav .snb {
  display: block;
}
.all_gnb_nav .depth2:first-child {
  margin-top: 35px;
}
.all_gnb_nav .depth2 {
}
.all_gnb_nav .depth2 a {
  font-weight: 500;
  word-break: keep-all;
  font-size: 18px;
  display: block;
  padding: 10px 0;
}
.all_menu_wrap.on {
  opacity: 1;
  transform: translateY(0);
}

.h-language {
  position: relative;
  cursor: pointer;
}

.lang-list {
  display: none;
  overflow: hidden;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
}
.lang-list a {
  display: block;
  margin: 0.5rem 0;
  color: #777;
  transition: 0.2s;
}
.lang-list .on a,
.lang-list li:hover a {
  color: #222;
	font-weight: 600;
}

@media screen and (max-width: 1415px) {
}

@media (min-width: 1025px) {
  .all_gnb_nav .snb {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .ham_open {
    display: flex;
  }
  .header {
    height: 80px;
  }
  .header .logo img {
    max-width: 150px;
  }
  .gnb_nav .gnb {
    display: none;
  }
  .all_menu_wrap {
    width: 500px;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
  }
  .all_menu_wrap.on {
    transform: translate(0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  }
  .all_menu_wrap .all_menu_top {
    padding: 0 15px;
    justify-content: left;
  }
  .all_gnb_nav .gnb {
    display: block;
    text-align: left;
  }
  .all_gnb_nav .depth1 {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
  }
  .all_gnb_nav .depth1 + .depth1 {
    border-left: none;
  }
  .all_gnb_nav p.depth1_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
  }
  .all_gnb_nav p.depth1_a .arr {
    display: block;
    transition: 0.3s;
    width: 25px;
    height: 25px;
  }
  .all_gnb_nav p.depth1_a.on .arr {
    transform: rotate(-180deg);
  }
  .all_gnb_nav p.depth1_a::after {
    display: none;
  }
  .all_gnb_nav .snb {
    display: none;
    font-size: 16px;
    transition: none;
  }
  .all_gnb_nav .depth2 {
    margin-top: 0;
    padding-left: 15px;
    line-height: 1.3;
    border-top: 1px solid #eee;
    transition: none;
  }
  .all_gnb_nav .depth2 a {
    display: block;
    padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ham_open {
    width: 22px;
  }
  .all_menu_wrap {
    width: 95%;
  }
  .all_menu_wrap .all_menu_top {
    height: 60px;
  }
  .all_menu_wrap .ham_close {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
  .all_gnb_nav {
    height: calc(100% - 60px);
  }
  .all_gnb_nav p.depth1_a {
    line-height: initial;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 17px;
  }
  .all_gnb_nav .depth2 a {
    font-size: 16px;
    font-weight: 400;
  }
  .all_gnb_nav .snb {
    font-size: 16px;
  }
}

/* header */

.ctt_admin {
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
}
.subtop-con-wrap {
  width: 100%;
  padding: 150px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 55px;
  color: #fff;
}
.sub_visual .subtop-txtbox p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span {
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #e5e5e5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.sub_nav_ul .home {
}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #c29c89;
}
.sub_nav_ul .home a img {
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li {
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: 0.2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}

@media (max-width: 1024px) {
  #sub_container {
    margin-top: 80px;
  }
  .subtop-con-wrap {
    padding: 60px 0;
  }
  .sub_visual .sub_tit {
    font-size: 30px;
  }
  .sub_nav_ul {
    font-size: 16px;
  }
  .sub_nav_ul .home {
    display: none;
  }
  .sub_nav_ul .home.nostr {
    display: flex;
  }
  .sub_nav_ul .home a {
    width: 50px;
  }
  .sub_nav_ul .depth1_li,
  .sub_nav_ul .depth2_li {
    width: 50%;
  }
  .sub_nav_ul .depth_p {
    padding: 15px 10px;
  }
  .sub_visual .subtop-txtbox p {
    letter-spacing: 0.5px;
    padding-bottom: 6px;
  }
  .sub_nav_ul .depth_p::after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}

/* subtop */

/* footer */
.ft-wrap {
  border-top: 1px solid #e9e9e9;
}
.ft-wrap.main-footer {
display:none;
}
.ft-top {
  display: flex;
  justify-content: space-between;
  padding: 8rem 0 4rem;
  border-bottom: 1px solid #e9e9e9;
}
.ft-bot {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}

.ft-logo {
  width: 20%;
}
.ft-logo img {
  width: 100%;
  max-width: fit-content;
}
.ft-info {
  width: calc(100% - 45rem);
  display: flex;
  gap: 40px;
  /* justify-content: space-between; */
  font-size: 1.6rem;
  line-height: 1.4;
}
.ft-info h4 {
  color: #0e4088;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.ft-info li {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.ft-info li:last-child {
  margin-bottom: 0;
}
.ft-info li b {
  display: inline-block;
  min-width: 4rem;
}
.ft-info li img {
  margin-right: 1rem;
}

.ft-sns {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}

/* main */
.main-header {
  display: none;
}
.main-wrap {
  width: 100%;
  height: 100vh;
  background: #ccc;
}

.main-logo {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 30%;
  max-width: 320px;
  z-index: 99;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video-mo {
  display: none;
}
.video-btn {
  position: absolute;
  right: 5%;
  bottom: 10%;
  font-size: 0;
  width: 6.8rem;
  height: 6.8rem;
  background: url(/html/img/video_arrow.svg) no-repeat 100% / cover;
  transition: 0.2s;
  z-index: 99;
}
.video-btn:hover {
  background: url(/html/img/video_go.svg) no-repeat 100% / cover;
}

.typing-txt {
  width: 22ch;
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/*== sub 공통 ==*/
.sub-wrap {
  padding: 18rem 0 15rem;
  color: #191919;
}

.sub-title {
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20rem;
  display: none;
}
.sub-wrap h3 {
  font-size: 7rem;
  font-weight: 900;
  line-height: 7.6rem;
}
.sub-wrap h4 {
  font-size: 4rem;
  font-weight: 700;
}
.sub-wrap h5 {
  font-size: 3.2rem;
  font-weight: 700;
}
.sub-wrap h6 {
  font-size: 5.2rem;
  font-weight: 700;
  color: rgba(39, 107, 214, 1);
}
.title-wrap {
  position: relative;
  text-align: center;
  margin: 2rem 0 7rem;
}
.title-wrap .sub-title {
  margin-bottom: 1rem;
}
.title-wrap p {
  font-size: 3.2rem;
  font-weight: 400;
}
.sub-con {
  padding-bottom: 15rem;
}
.sub-txt {
  font-size: 2rem;
}

.sub-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #333;
}
.sub-flex .sub-txt {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.sub-txt-wrap {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 14rem;
}
.sub-txt-wrap .sub-txt {
  width: 100%;
  gap: 1.4rem;
}

.sub-txt-wrap h3 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.fill-txt {
  /* color: #fff; */
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 100%;
}

/*== sub01 portfolio ==*/

/* search */
.search-wrap {
  position: relative;
  display: flex;
  gap: 3rem;
}

.search-box {
  position: relative;
  width: 35.5rem;
  margin-left: auto;
}

.search-input {
  width: 100%;
  padding: 1rem 2rem;
  border: 2px solid #0e4088;
  border-radius: 10rem;
  outline: none;
}

.search-input:focus {
  outline: none;
  border: 2px solid #0e4088;
}

.search-btn {
  position: absolute;
  top: 49%;
  right: 0;
  transform: translateY(-50%);
  height: calc(100% - 4px);
  aspect-ratio: 1/1;
  background-color: #0e4088;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.search-btn:hover {
  background-color: #0056b3;
}

/* select */
.select-box {
  position: relative;
  width: 30rem;
}

.select-box select {
  position: relative;
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  border-bottom: 2px solid #0e4088;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
}

.select-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0;
  height: 0;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-top: 0.6rem solid #0e4088;
  transform: translateY(-50%);
  pointer-events: none;
}

.sub-bg {
  background: url(/html/img/sub01_bg.png) no-repeat top right;
}
.gradient-bg {
  padding: 15rem 0 0;
  background: linear-gradient(180deg, #f8f8f8 10%, #fff 100%);
}

/* txt */
.t-blue {
  color: #276bd6;
}

/* 포트폴리오 리스트 */
.portfolio-list {
  padding: 6rem 0 8rem;
  border-bottom: 2px solid #191919;
}
.portfolio-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.portfolio-list li {
  position: relative;
  width: 50%;
}

.portfolio-list .port-thumb img {
  width: 100%;
  vertical-align: middle;
}
.portfolio-list .port-txt {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  transition: 0.3s;
}
.portfolio-list li:hover .port-txt {
  opacity: 1;
}

.portfolio-list .port-txt h4 {
  font-size: 2.4rem;
  font-weight: 700;
}
.portfolio-list .port-txt p {
  margin: 1.5rem 0 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.portfolio-list .port-txt .more-btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10%;
  bottom: 10%;
  width: 9.5rem;
  height: 9.5rem;
  color: #fff;
  background: #000;
  border-radius: 50%;
  transition: 0.2s;
}
.portfolio-list .port-txt .more-btn:hover {
  background: #0e4088;
}

/* 포트폴리오 상세 */
.portfolio-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(7, 7, 7, 0.4);
  z-index: 99999;
  overflow: hidden;
}

.popup-con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1440px;
  max-height: 90vh;
  padding: 8rem;
  overflow-y: auto;
  background: #fff;
}
.popup-desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-desc .desc-box {
  width: 48%;
  display: flex;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  letter-spacing: -0.8px;
  color: #333;
}
.popup-desc .desc-box.wd100 {
  width: 100%;
}
.popup-desc .desc-box dt {
  position: relative;
  min-width: 11rem;
  margin-right: 2rem;
  font-weight: 700;
  padding-left: 0.8rem;
}
.desc-box dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 3px;
  height: 1.8rem;
  background: #276bd6;
}
.popup-img {
  width: 100%;
  margin: 0 auto;
  margin-top: calc(6rem - 2.4rem);
}
.popup-img img {
  width: 100%;
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  line-height: 5rem;
  cursor: pointer;
}

/* 페이징 */
.pg_wrap {
  clear: both;
  margin: 3rem 0;
  text-align: center;
  display: block;
  float: inherit;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg_page,
.pg_current,
.qa_page {
  display: inline-block;
  vertical-align: middle;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page,
.qa_page {
  background: #fff; /* border:0; */
  color: #777;
  font-size: 1.4rem;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 5px;
  min-width: 3.2rem;
  text-decoration: none; /* border-radius:0;  */
  margin: 0 ;
}
.pg_page:hover {
  background-color: #fff;
  border: 1px solid #0e4088;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_first.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url("l/img/btn_prev.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_end.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/btn_next.gif") no-repeat 50% 50%;
  padding: 0;
}
.pg_current {
  display: inline-block;
  /* border:none; */
  background: none;
  border: 1px solid #0e4088;
  color: #0e4088;
  font-size: 1.4rem;
  font-weight: 500;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 0.5rem;
  min-width: 3.2rem;
  
  /* border-radius:0; */
}
span.sound_only {
  display: none;
}
.bbs-view-image img {
  max-width: 100%;
  height: auto;
}

/*== sub01 Company == */

.history-wrap {
  position: relative;
  margin-top: 5rem;
  padding-left: calc((100% - 1480px) / 2);
}
.history-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2rem;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.history-box {
  width: 100%;
  padding: 2rem;
}

.history-box .year {
  position: relative;
  color: #276bd6;
  padding-top: 4.8rem;
}
.history-box .year:before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.9rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(176, 176, 176, 1);
  outline: 1rem solid rgba(176, 176, 176, 0.3);
  transition: 1.5s;
}

/* .swiper-slide-active .year:before, */
.history-box:hover .year::before
{
  background: rgba(39, 107, 214, 1);
  outline: 1rem solid rgba(39, 107, 214, 0.3);
}

.history-box .list {
  margin-top: 3rem;
  font-size: 2rem;
}
.history-box .list li {
  display: flex;
  margin-bottom: 3rem;
}
.history-box .list b {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  min-width: 10rem;
}

.client-list {
  margin-top: 8rem;
}
.client-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.client-list li {
  width: calc(25% - (30px / 4));
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 95px;
}
.client-list li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.client-list img {
  max-width: 100%;
  width: 70%;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: 0.2s;
}
.client-list li:hover img {
  opacity: 1;
  filter: none;
}

/*== sub02 Work == */
.circle-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.circle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  aspect-ratio: 1/1;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 2rem;
  text-align: center;
}
.circle-box p {
  margin-top: 2.7rem;
}

.solution-list {
  position: relative;
  font-size: 2rem;
  margin-top: 5rem;
}
.solution-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
.solution-list li {
  position: relative;
  width: 32%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0000001a;
  padding: 6rem;
  border-radius: 2rem;
  border: 6px solid transparent;
}
.solution-list li:hover {
  transition: 0.3s;
  border-color: rgba(39, 107, 214, 1);
}
.solution-list b {
  display: block;
  font-weight: 700;
  margin: 6rem 0 4.5rem;
}
.solution-list dl {
  margin-bottom: 2rem;
}
.solution-list dl:last-of-type {
  margin-bottom: 10rem;
}
.solution-list dt {
  font-weight: 700;
}
.solution-list dd {
  font-size: 1.6rem;
}
.solution-list .num {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-size: 7rem;
  line-height: 7rem;
  font-weight: 900;
  color: #276bd6;
  opacity: 0.2;
}
.solution-list li:hover .num {
  opacity: 1;
}

/*== 반응형 == */
@media (max-width: 1280px) {
  .ft-top {
    padding: 4rem 0 2rem;
    flex-wrap: wrap;
  }
  .ft-info {
    width: 100%;
    margin-top: 3rem;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }

  .h-language {
    margin-left: auto;
    margin-right: 3rem;
  }

  .video-pc {
    display: none;
  }
  .video-mo {
    display: block;
  }

  .portfolio-list .port-txt .more-btn {
    width: 6rem;
    height: 6rem;
  }
  .sub-wrap {
    padding: 15rem 0;
  }
  .sub-wrap h3 {
    font-size: 5rem;
    line-height: 6.3rem;
  }
  .sub-wrap h4 {
    font-size: 3rem;
  }
  .sub-wrap h5 {
    font-size: 2.2rem;
  }
  .sub-wrap h6 {
    font-size: 3.5rem;
  }
  .sub-wrap h3 br {
    display: none;
  }
  .sub-con {
    padding-bottom: 12rem;
  }
  .sub-title {
    font-size: 6rem;
    margin-bottom: 10rem;
  }
  .sub-flex {
    flex-wrap: wrap;
  }
  .sub-flex .sub-txt {
    width: 100%;
    margin-top: 5rem;
  }
  .sub-txt-wrap {
    width: 100%;
    gap: 0;
    margin-top: 0rem;
  }
	.title-wrap p {
	font-size:2.2rem;
	}
  .gradient-bg {
    padding-top: 10rem;
  }
  .client-list {
    margin-top: 5rem;
  }
  .client-list li {
    width: 49%;
  }
  .circle-box {
    width: 49%;
    padding: 3rem;
  }
  .circle-box br {
    display: none;
  }
  .circle-box p {
    margin-top: 1rem;
  }
  .solution-list li {
    width: 100%;
    padding-right: 13rem;
    margin-bottom: 3rem;
  }
  .solution-list li br {
    display: none;
  }
  .solution-list b {
    margin: 4rem 0 1.5rem;
  }
  .solution-list .icon-box {
    width: 8rem;
  }
  .solution-list dl:last-of-type {
    width: 100%;
    margin: 0;
  }
  .solution-list dl {
    display: inline-block;
    width: 48%;
  }
  .solution-list .num {
    font-size: 5rem;
    line-height: 5rem;
  }

  .swiper-slide-active .year:before
  {
    background: rgba(39, 107, 214, 1);
    outline: 1rem solid rgba(39, 107, 214, 0.3);
  }

  .client-list ul {
    gap: 6px;
  }
  .client-list li {
    width: calc(33.33% - (12px / 3));
    height: 60px;
  }

}

@media (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .ft-top {
    justify-content: center;
  }

  .ft-info {
    flex-wrap: wrap;
    text-align: center;

    gap: 20px;
  }
  .ft-info > div {
    width: 100%;
    margin-bottom: 2rem;
  }
  .ft-info li {
    justify-content: center;
  }
  .ft-info h4 {
    margin-bottom: 1rem;
  }
  .ft-bot {
    flex-direction: column-reverse;
    align-items: center;
  }
  .ft-logo {
    width: 60%;
    text-align: center;
  }
  .ft-sns {
    margin-bottom: 2rem;
  }

  .search-wrap {
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .select-box {
    width: 40%;
  }
  .search-box {
    width: 55%;
    /* margin-top: 2rem; */
  }

  .sub-txt br {
    display: none;
  }
  .title-wrap {
    position: relative;
    text-align: center;
    margin: 2rem 0 5rem;
  }

  .sub-con {
    padding-bottom: 10rem;
  }
  .portfolio-list li {
    width: 100%;
  }
  .popup-con {
    padding: 4rem;
  }
  .popup-desc .desc-box {
    width: 100%;
    font-size: 1.8rem;
    flex-direction: column;
  }
  .popup-desc .desc-box dt {
    margin-bottom: 0.5rem;
  }
  .popup-img {
    margin-top: 2rem;
  }

  .gradient-bg {
    padding: 8rem 0 0;
  }
  .history-box .list li {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
  }
  .history-box .list b {
    width: 100%;
  }
  .circle-wrap {
    justify-content: center;
  }
  .circle-box {
    width: 100%;
    max-width: 400px;
    margin-bottom: 3rem;
  }
  .solution-list dl {
    width: 100%;
  }
  .solution-list li {
    padding: 3rem;
  }
  .solution-list .num {
    right: 3rem;
    bottom: inherit;
    top: 3rem;
  }

  .client-list li {
    width: calc(50% - 3px);
    height: 55px;
  }
  .client-list img{
    width: 65%;
    opacity: 1;
    filter: none;
  }
}


.admbtn{
  display: block;
  width: 150px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: red;
  border: 1px solid red;
  text-align: center;
}

/* sec-title : 7rem > 5rem (40px)
  sub-txt : 2rem (16px)
  sub-title : 5.2rem > 3.5rem ( 28px)
*/


.uvdtf-sec01 .page-title{
  font-size: 10rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15rem;
}
.uvdtf-sec01 .con-wrap .con-line1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 12rem;
}
.uvdtf-sec01 .con-wrap .con-line1 > .right{
  max-width: 710px;
  width: 100%;
}
.uvdtf-sec01 .con-wrap .con-line1 > .left h3{
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.09;
  color: rgba(0, 0, 0);
}
.uvdtf-sec01 .con-wrap .con-line1 > .left h3 span{
  color: rgb(39, 107, 214);
}
.uvdtf-sec01 .con-wrap .con-line1 > .right .txtbox h4{
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 2rem;
}
.uvdtf-sec01 .con-wrap .con-line1 > .right .txtbox p{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: rgb(51, 51, 51);
}
.uvdtf-sec01 .con-wrap .con-line2{
  display: flex;
  gap: 36px;
}
.uvdtf-sec01 .con-wrap .con-line2 > li{
  flex: 1;
}
.uvdtf-sec01 .con-wrap .con-line2 > li .imgbox{
  border-radius: 20px;
  overflow: hidden;
}
.uvdtf-sec01 .con-wrap .con-line2 > li .imgbox img{
  width: 100%;
  display: block;
}
br.alw{
  display: block !important;
}
.uvdtf-sec01{
  padding-bottom: 15rem;
}
.uvdtf-sec02 {
  padding: 20rem 0;
  background: linear-gradient(to top, rgba(217, 217, 217, 0) 0%, rgba(115, 115, 115,0.03) 100%);
}
.uvdtf-sec02 .con-line1{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 60px;
}
.uvdtf-sec02 .con-line1 > .left{
  width: calc(100% - 740px);
}
.uvdtf-sec02 .con-line1 > .right{
  width: 710px;
}
.uvdtf-sec02 .con-line1 > .left .left-txtbox h3{
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.09;
  color: rgba(0, 0, 0);
  margin-bottom: 24px;
}
.uvdtf-sec02 .con-line1 > .left .left-txtbox p{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: rgb(51, 51, 51);
}
.uvdtf-sec02 .con-line1 > .right .right-txtbox h2{
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  margin-bottom: 40px;
}
.uvdtf-sec02 .con-line1 > .right .right-txtbox p{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: rgb(51, 51, 51);
}
.uvdtf-sec02 .con-line2{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.uvdtf-sec02 .con-line2 > li{
  border-radius: 20px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  width: calc(50% - 9px);
}
.uvdtf-sec02 .con-line2 > li.imgwrap .imgbox{
  width: 100%;
  height: 100%;
}
.uvdtf-sec02 .con-line2 > li.imgwrap .imgbox img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uvdtf-sec02 .con-line2 > li.licon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox{
  display: block;
  width: 100%;
  height: auto;
  padding: 70px 20px;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox{
  text-align: center;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox img{
  display: inline-block;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox.tel-icon img{
  width: 100px;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox.bestfull img{
  max-width: 250px;
  width: 100%;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox h3{
  text-align: center;
  margin-bottom: 12px; 
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox h3 span{
  padding: 6px 30px;
  border-radius: 999px;
  background-color: rgb(27, 27, 27);
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  display: inline-block;
}
.uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox p{
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(51, 51, 51);
}

.uvdtf-sec03{
  padding-top: 20rem;
  background: linear-gradient(to top, rgba(217, 217, 217, 0) 0%, rgba(115, 115, 115,0.03) 100%);
}
.uvdtf-sec03 .con-line1{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 90px;
}
.uvdtf-sec03 .con-line1 > .left{
  width: calc(100% - 740px);
}
.uvdtf-sec03 .con-line1 > .right{
  width: 710px;
}
.uvdtf-sec03-tit{
  font-size: 7rem;
  font-weight: 900;
  line-height: 1.09;
  color: rgba(0, 0, 0);
  margin-bottom: 0px !important;
}
.uvdtf-sec03 .con-line1 > .right .right-txtbox h3{
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(25, 25, 25);
  line-height: 1.3;
  margin-bottom: 40px;
}
.uvdtf-sec03 .con-line1 > .right .right-txtbox p{
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: rgb(51, 51, 51);
}
.uvdtf-sec03 .con-line2{
  display: flex;
  gap: 20px;
}
.uvdtf-sec03 .con-line2 > li{
  width: calc(25% - (60px / 4));
}
.uvdtf-sec03 .con-line2 > li .imgbox img{
  display: block;
  width: 100%;
}
.uvdtf-sec03 .con-line2 > li .txtbox{
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}
.uvdtf-sec03 .con-line2 > li .txtbox > span{
  display: block;
}
.uvdtf-sec03 .con-line2 > li .txtbox > .step{
  padding: 8px 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: rgb(255, 255, 255);
  border-radius: 999px;
  background-color: rgb(39, 107, 214);
}
.uvdtf-sec03 .con-line2 > li .txtbox > .txt{
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(51, 51, 51);
}
.uvdtf-sec03 .bottom-con-wrap{
  margin-top: 15rem;
}
.uvdtf-sec03 .bottom-con-wrap .uvdtf-sec03-tit{
  margin-bottom: 60px !important;
}
.uvdtf-sec03 .bottom-con-wrap .con-line3{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.uvdtf-sec03 .bottom-con-wrap .con-line3 > li{
  width: calc(25% - (60px / 4));
}
.uvdtf-wrap{ 
  padding: 15rem 0;
}

@media(max-width:1024px){
  .uvdtf-sec01 .page-title{
    font-size: 5rem;
    margin-bottom: 1rem;
    text-align: left;
  }
  .uvdtf-sec01 .con-wrap .con-line1{
    margin-bottom: 6rem;
  }
  .uvdtf-sec01 .con-wrap .con-line1 > .right{
    max-width: 100%;
  }
  .uvdtf-sec01 .con-wrap .con-line1 > .left{
    width: 100%;
  }
  .uvdtf-sec01 .con-wrap .con-line1 > .left h3{
    font-size: 5rem;
    line-height: 1.3;
  }
  .uvdtf-sec01 .con-wrap .con-line1 > .right .txtbox h4{
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .uvdtf-sec01 .con-wrap .con-line2{
    gap: 10px;
    flex-wrap: wrap;
  }
  .uvdtf-sec01 .con-wrap .con-line2 > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .uvdtf-sec01 .con-wrap .con-line2 > li .imgbox{
    border-radius: 10px;
  }
  .uvdtf-sec01 .con-wrap .con-line1 > .right .txtbox p br{
    display: none;
  }

  .uvdtf-sec01{
    padding-bottom: 12rem;
  }
  .uvdtf-sec02 {
    padding: 12rem 0;
  }
  .uvdtf-sec02 .con-line1{
    margin-bottom: 30px;
  }
  .uvdtf-sec02 .con-line1 > .left{
    width: 100%;
  }
  .uvdtf-sec02 .con-line1 > .right{
    width: 100%;
  }
  .uvdtf-sec02 .con-line1 > .left .left-txtbox h3{
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  .uvdtf-sec02 .con-line1 > .right .right-txtbox h2{
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .uvdtf-sec02 .con-line2{
    gap: 10px;
  }
  .uvdtf-sec02 .con-line2 > li{
    border-radius: 16px;
    width: calc(50% - 5px);
  }
  .uvdtf-sec02 .con-line2 > li:nth-child(1){
    order: 0;
  }
  .uvdtf-sec02 .con-line2 > li:nth-child(2){
    order: 3;
  }
  .uvdtf-sec02 .con-line2 > li:nth-child(3){
    order: 1;
  }
  .uvdtf-sec02 .con-line2 > li:nth-child(4){
    order: 2;
  }


  .uvdtf-sec02 .con-line2 > li.licon .conbox{
    padding: 40px 20px;
  }
  .uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox.tel-icon img{
    width: 80px;
  }
  .uvdtf-sec02 .con-line2 > li.licon .conbox .iconbox.bestfull img{
    max-width: 200px;
  }
  .uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox h3{
    margin-bottom: 8px; 
  }
  .uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox h3 span{
    padding: 5px 20px;
    font-size: 14px;
  }
  .uvdtf-sec02 .con-line2 > li.licon .conbox .bottom-txtbox p{
    font-size: 2rem;
  }

  .uvdtf-sec03{
    padding: 12rem 0;
  }
  .uvdtf-sec03 .con-line1{
    margin-bottom: 30px;
  }
  .uvdtf-sec03 .con-line1 > .left{
    width: 100%;
  }
  .uvdtf-sec03 .con-line1 > .right{
    width: 100%;
  }
  .uvdtf-sec03-tit{
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .uvdtf-sec03 .con-line1 > .right .right-txtbox h3{
    font-size: 2.4rem;
    margin-bottom: 12px;
  }

  .uvdtf-sec03 .con-line2{
    gap: 30px 10px;
    flex-wrap: wrap;
  }
  .uvdtf-sec03 .con-line2 > li{
    width: calc(50% - 5px);
  }
  .uvdtf-sec03 .con-line2 > li .txtbox{
    gap: 6px;
    margin-top: 8px;
  }
  .uvdtf-sec03 .con-line2 > li .txtbox > .step{
    padding: 5px 15px;
  }
  .uvdtf-sec03 .con-line2 > li .txtbox > .txt{
    font-size: 2rem;
  }

  .uvdtf-sec03 .bottom-con-wrap{
    margin-top: 12rem;
  }
  .uvdtf-sec03 .bottom-con-wrap .uvdtf-sec03-tit{
    margin-bottom: 30px !important;
  }
  .uvdtf-sec03 .bottom-con-wrap .con-line3{
    gap: 10px;
  }
  .uvdtf-sec03 .bottom-con-wrap .con-line3 > li{
    width: calc(50% - 5px);
  }
} 

@media(max-width:767px){
  .uvdtf-sec01{
    padding-bottom: 10rem;
  }
  .uvdtf-sec02,
  .uvdtf-sec03
  {
    padding: 10rem 0;
  }
  .uvdtf-sec02 .con-line2 > li{
    width: 100%;
  }
  .uvdtf-sec03 .con-line2 > li{
    width: 100%;
  }

  .uvdtf-sec03 .bottom-con-wrap{
    margin-top: 10rem;
  }
  .uvdtf-sec03 .bottom-con-wrap .con-line3{
    gap: 6px;
  }
  .uvdtf-sec03 .bottom-con-wrap .con-line3 > li{
    width: calc(50% - 3px);
  }
}

/* uv-dtf-printing */









.quick_link{position: fixed;bottom: 100px;right: 80px;width: 80px;z-index: 99999;}
.quick_link > li:nth-child(n + 2){margin-top: 20px;}
.quick_link > li a{position: relative;display: block;}
.quick_link > li a .txt{position: absolute;top: 0;left: 0;display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background-color: #1E3D80;border-radius: 50%;font-size: 18px;font-weight: 500;color: #fff;text-align: center;opacity: 0;transition: opacity 0.3s;}
.quick_link > li:hover a .txt{opacity: 1;}

@media(max-width:1024px){
  .quick_link{bottom: 60px;right: 20px;width: 60px;}  
  .quick_link > li a .txt{font-size: 15px;}
}
@media(max-width:768px){
  .quick_link{bottom: 40px;right: 10px;width: 50px;}  
  .quick_link > li:nth-child(n + 2){margin-top: 12px;}
  .quick_link > li a .txt{font-size: 12px;}
}