@charset "UTF-8";
:root {
  --fPrtdd: "Pretendard", sans-serif;
  --cBlack: #1D1D1F;
  --cBlue: #0092E5;
  --cRed: #DF1F1B;
  --cGray: #8B8B8C;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

body,
textarea,
select,
input,
button,
pre {
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--fPrtdd);
  font-weight: normal;
  color: var(--cBlack);
  word-break: keep-all;
  letter-spacing: -0.01em;
}

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

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

::selection {
  background-color: rgba(0, 146, 229, 0.3);
}

::-moz-selection {
  background-color: rgba(0, 146, 229, 0.3);
}

::-webkit-selection {
  background-color: rgba(0, 146, 229, 0.3);
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb {
  height: 15%;
  background-color: var(--cGray);
  transition: all 0.3s;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.3);
}

/* 공통클래스  */
.forSR {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
}

[class*=btn-] {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
  height: 100%;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

figure.map iframe {
  width: 100% !important;
  height: 100% !important;
}

.forScroll {
  overflow-x: auto;
  width: 100%;
  cursor: grab;
}
.forScroll::-webkit-scrollbar-thumb {
  background: rgba(234, 234, 234, 0.8);
  border-radius: 8px;
}

.iconRot {
  transform: rotate(-45deg);
}

/* 공통 */
.forPC {
  display: block;
}

.forMOB {
  display: none;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
  max-width: 1920px;
}

#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.logo a {
  display: block;
  width: 176px;
  height: 34px;
  background: url(/asset/images/logo.svg) no-repeat left center/cover;
}

.header {
  height: 90px;
  overflow: hidden;
  transition: height 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  background: #fff;
}
.header::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #F8F8F9;
  position: absolute;
  top: 89px;
  left: 0;
}
.header .logo {
  padding-top: 28px;
}
.header .gnb {
  top: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header .gnb > ul {
  display: flex;
  gap: 0 60px;
}
.header .gnb__list {
  text-align: center;
  color: var(--cGray);
}
.header .gnb__list--dep1 {
  font-size: 22px;
  padding: 20px;
  font-weight: 600;
  display: block;
}
.header .gnb__list--dep2 {
  font-size: 18px;
  padding-top: 28px;
}
.header .gnb__list--dep2 li a {
  display: block;
  padding: 12px 0;
}
.header .gnb__list--dep2 li:hover {
  color: var(--cGray);
  font-weight: 700;
}
.header .gnb__list:hover .gnb__list--dep1 {
  color: var(--cBlue);
}
.header__utill {
  position: absolute;
  top: 24px;
  right: 100px;
  display: flex;
  gap: 78px;
  align-items: center;
  color: var(--cGray);
}
.header__utill .langChange {
  font-weight: 600;
  display: flex;
  gap: 16px;
}
.header__utill .langChange .on {
  color: var(--cBlue);
}
.header__utill .btn-menu {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: unset;
}
.header__utill .btn-menu span {
  background: var(--cRed);
  width: 24px;
  height: 3px;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
.header__utill .btn-menu span::before, .header__utill .btn-menu span::after {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  border-radius: 5px;
  transition: all 0.3s;
  left: 0;
}
.header__utill .btn-menu span::before {
  background: var(--cBlue);
  top: -8px;
}
.header__utill .btn-menu span::after {
  background: var(--cGray);
  bottom: -8px;
}
.header__utill .btn-menu.open span {
  background: transparent;
}
.header__utill .btn-menu.open span::before {
  top: 0;
  transform: rotate(45deg);
}
.header__utill .btn-menu.open span::after {
  bottom: 0;
  transform: rotate(135deg);
  background: var(--cRed);
}
.header.hover {
  height: 260px;
  border-bottom: 1px solid #F8F8F9;
  background: #fff url(/asset/images/bg-header.svg) no-repeat right bottom;
}
.footer {
  padding: 40px 0;
  position: relative;
  border-top: 1px solid #E6E6E6;
  color: var(--cGray);
}
.footer .logo {
  margin-bottom: 28px;
}
.footer .logo a {
  width: 234px;
  height: 44px;
}
.footer__info {
  font-size: 18px;
  display: flex;
  font-weight: 500;
  margin-bottom: 28px;
}
.footer__info .company {
  margin-right: 20px;
}
.footer__info address {
  margin-right: 50px;
}
.footer__info .dl {
  font-weight: 300;
  margin-right: 26px;
}
.footer__info .dl span {
  font-weight: 500;
  color: var(--cBlue);
  margin-right: 8px;
}
.footer__info .btn-menu {
  font-weight: 400;
}
.footer__info .btn-menu.privacy {
  margin-left: auto;
  margin-right: 30px;
}
.footer .copy {
  font-size: 14px;
  color: #AAAAAB;
}
.footer .copy p:first-child {
  margin-bottom: 10px;
}

.floating {
  position: fixed;
  z-index: 20;
  right: 100px;
  bottom: 54px;
  color: #fff;
  font-size: 24px;
}
.floating [class*=btn-] {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  align-content: center;
}
.floating [class*=btn-] i {
  transition: all 0.3s;
}
.floating [class*=btn-]:hover i {
  transform: translateY(-10px);
}
.floating .btn-inquiry {
  background: transparent linear-gradient(176deg, #EF726F 0%, #DF1F1B 100%) 0% 0% no-repeat padding-box;
}
.floating .btn-top {
  margin-top: 10px;
  background: transparent linear-gradient(176deg, #0092E5 0%, #174E97 100%) 0% 0% no-repeat padding-box;
}

.drop {
  position: relative;
}
.drop::before {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 47px;
  background: url(/asset/images/index/btn-tab.svg) no-repeat center left;
  mix-blend-mode: color-dodge;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  opacity: 0;
  transition: opacity 0.3s;
}
.drop:hover, .drop.on {
  color: var(--cBlue) !important;
  position: relative;
}
.drop:hover::before, .drop.on::before {
  opacity: 1;
}

/* index */
#indexPage {
  overflow: hidden;
}
#indexPage .inner {
  padding: 0 170px;
}
#indexPage .mainSlider {
  width: 100%;
}
#indexPage .mainSlider .slider li {
  height: 100vh;
  background-repeat: no-repeat;
}
#indexPage .mainSlider .slider li .inner {
  align-content: center;
  height: 100%;
}
#indexPage .mainSlider .slider .text__tit {
  font-size: 58px;
  margin-bottom: 12px;
  font-weight: 800;
}
#indexPage .mainSlider .slider .text__desc {
  font-size: 18px;
  font-weight: 300;
}
#indexPage .mainSlider .slider .text__desc strong {
  display: block;
  font-size: 26px;
  margin-top: 40px;
}
#indexPage .mainSlider .slider figure {
  width: 874px;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#indexPage .mainSlider .slider .slider1 {
  text-align: right;
}
#indexPage .technic {
  padding-top: 84px;
  margin-bottom: 292px;
  background: url(/asset/images/bg-blue.svg) no-repeat right top;
}
#indexPage .technic__desc {
  margin-bottom: 60px;
}
#indexPage .technic__desc h3 span {
  color: var(--cBlue);
}
#indexPage .technic__desc h3 {
  font-size: 63px;
  color: var(--cGray);
  margin-bottom: 40px;
}
#indexPage .technic__desc p {
  font-size: 20px;
  font-weight: 300;
  color: var(--cGray);
}
#indexPage .technic__cont {
  display: flex;
  gap: 210px;
}
#indexPage .technic__cont--img figure {
  display: none;
  width: 660px;
  aspect-ratio: 660/400;
}
@supports not (aspect-ratio: 660/400) {
  #indexPage .technic__cont--img figure::before {
    content: "";
    float: left;
    padding-top: calc((400 / 660) * 100%);
  }
  #indexPage .technic__cont--img figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#indexPage .technic__cont--tab {
  display: flex;
  gap: 40px;
  margin-bottom: 98px;
  padding-top: 12px;
}
#indexPage .technic__cont--tab .btn-tab {
  color: var(--cGray);
  font-size: 18px;
  font-weight: 600;
}
#indexPage .technic__cont--pannel .pannel {
  display: none;
}
#indexPage .technic__cont--pannel .pannel__subTit {
  font-size: 22px;
  margin-bottom: 12px;
}
#indexPage .technic__cont--pannel .pannel h4 {
  font-size: 84px;
  font-weight: 800;
  margin-bottom: 92px;
}
#indexPage .technic__cont--pannel .pannel__desc {
  font-size: 18px;
  font-weight: 300;
  color: var(--cGray);
  margin-bottom: 27px;
  display: none;
}
#indexPage .technic__cont--pannel .pannel .btn-move {
  font-size: 18px;
  font-weight: 600;
  color: var(--cBlue);
  padding: 9px 20px;
  border-radius: 20px;
  background: #E3F5FF;
  width: fit-content;
}
#indexPage .technic__cont--pannel .pannel .btn-move:hover {
  background: var(--cBlue);
  color: #fff;
}
#indexPage .technic__cont--pannel .pannel .btn-forwarding {
  margin-top: 20px;
  color: var(--cRed);
  font-weight: 600;
  font-size: 18px;
}
#indexPage .technic__cont--pannel .pannel .btn-forwarding:hover {
  text-decoration: underline;
}
#indexPage .technic__cont .on {
  display: block;
}
#indexPage .solution {
  background: url(/asset/images/bg-red.svg) no-repeat left bottom;
  padding-bottom: 236px;
}
#indexPage .solution__desc {
  margin-bottom: 55px;
}
#indexPage .solution__desc h3 {
  font-size: 63px;
  color: var(--cGray);
  margin-bottom: 40px;
}
#indexPage .solution__desc p {
  font-size: 20px;
  font-weight: 300;
  color: var(--cGray);
}
#indexPage .solution__desc h3 span {
  color: var(--cRed);
}
#indexPage .solution__step {
  display: flex;
}
#indexPage .solution__item {
  padding: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 352px;
  width: 16.6666666667%;
  position: relative;
}
#indexPage .solution__item:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  background: url(/asset/images/index/solution-arrow.svg) no-repeat center/cover;
  right: -7px;
  top: 66px;
  z-index: 1;
}
#indexPage .solution__item--text {
  color: #fff;
  text-align: center;
}
#indexPage .solution__item--text strong {
  font-size: 25px;
  margin-bottom: 6px;
  display: block;
}
#indexPage .solution__item--text span {
  font-size: 16px;
}
#indexPage .customer {
  background: url(/asset/images/index/customer-bg.png) no-repeat top center/1920px auto;
}
#indexPage .customer__top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  padding-top: 168px;
  margin-bottom: 74px;
}
#indexPage .customer__top h3 {
  font-size: 40px;
  font-weight: 600;
}
#indexPage .customer__top .btnWrap {
  display: flex;
  gap: 10px;
}
#indexPage .customer__top .btnWrap [class*=btn-] {
  font-size: 18px;
  text-align: center;
  padding: 10px 50px;
  border: 1px solid #fff;
  align-content: center;
}
#indexPage .customer__top .btnWrap [class*=btn-]:hover {
  background: #fff;
  color: var(--cBlue);
}
#indexPage .customer__list {
  padding: 66px 44px;
  background: #F8F8F9;
  z-index: 1;
  position: relative;
}
#indexPage .customer__list > div {
  display: flex;
}
#indexPage .customer__list .top {
  gap: 52px;
  justify-content: space-around;
  margin-bottom: 14px;
}
#indexPage .customer__list .bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#indexPage .notice {
  padding-top: 143px;
  padding-bottom: 100px;
  position: relative;
}
#indexPage .notice::before {
  display: block;
  content: "";
  position: absolute;
  width: 978px;
  height: 490px;
  background: url(/asset/images/bg-gray.svg) no-repeat center;
  top: -192px;
  right: -206px;
  z-index: -1;
}
#indexPage .notice h3 {
  color: var(--cGray);
  font-size: 40px;
  margin-bottom: 36px;
}
#indexPage .notice .btn-more {
  position: absolute;
  top: 14px;
  right: 170px;
  filter: grayscale(1);
  color: #D8D8D8;
  font-size: 18px;
}
#indexPage .notice .btn-more::before {
  opacity: 1;
  filter: brightness(5);
}
#indexPage .notice .btn-more:hover {
  filter: unset;
}
#indexPage .notice .btn-more:hover::before {
  filter: unset;
}
#indexPage .notice__list {
  display: flex;
  gap: 102px;
}
#indexPage .notice__list li {
  width: calc((100% - 204px) / 3);
}
#indexPage .notice__list li figure {
  border: 1px solid #D9D9D9;
  background: #fff;
  margin-bottom: 22px;
  aspect-ratio: 459/256;
  text-align: center;
  align-content: center;
}
@supports not (aspect-ratio: 459/256) {
  #indexPage .notice__list li figure::before {
    content: "";
    float: left;
    padding-top: calc((256 / 459) * 100%);
  }
  #indexPage .notice__list li figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#indexPage .notice__list li figure img {
  object-fit: cover;
}
#indexPage .notice__list li figure .noImg {
  width: 188px;
  height: auto;
}
#indexPage .notice__list li:hover .tit {
  color: var(--cBlue);
}
#indexPage .notice__list--text {
  color: var(--cGray);
  position: relative;
}
#indexPage .notice__list--text .tit {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 85px);
}
#indexPage .notice__list--text .date {
  color: var(--cBlue);
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 300;
}
#indexPage .notice__list--text .desc {
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 50px;
  background: var(--cBlue);
  color: #9CDBFF;
  z-index: 500;
  font-size: 18px;
}
.breadcrumb .inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
.breadcrumb li a {
  height: 100%;
  width: 300px;
  align-content: center;
  text-align: center;
}
.breadcrumb li.on {
  color: #fff;
  font-weight: 500;
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child)::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}

/* subPage */
.subPage {
  padding-top: 140px;
  padding-bottom: 100px;
}
.subPage main {
  padding-top: 70px;
}
.subPage .inner {
  padding: 0 240px;
}
.subPage .spTit {
  font-size: 20px;
  font-weight: 800;
}
.subPage .splitFrame {
  display: flex;
}
.subPage .splitFrame .left {
  width: 286px;
  flex-shrink: 0;
  padding-right: 10px;
}
.subPage .splitFrame .right {
  flex: auto;
}
.subPage.bgBlue {
  background: url(/asset/images/sub-bg-blue.svg) no-repeat right 59px top 90px;
}
.subPage .forSlider .left .tabMenu li {
  font-size: 18px;
  color: #A5A5A5;
}
.subPage .forSlider .left .tabMenu li a {
  padding: 8px 0;
}
.subPage .forSlider .left .tabMenu li.on {
  color: var(--cBlack);
  font-size: 24px;
  font-weight: 700;
}
.subPage .forSlider .right {
  max-width: 1146px;
  width: 50%;
}
.subPage .forSlider .right .slider {
  background: #303030;
  margin-bottom: 50px;
}
.subPage .forSlider .right .slider .slick-list {
  height: 100%;
}
.subPage .forSlider .right .slider__item {
  position: relative;
}
.subPage .forSlider .right .slider__item figure {
  height: 600px;
}
.subPage .forSlider .right .slider__item figure img {
  object-fit: scale-down;
}
.subPage .forSlider .right .slider__item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5019607843);
  padding: 16px 50px;
  height: 54px;
}
.subPage .forSlider .right .slider .slick-arrow {
  width: 64px;
  height: 54px;
  color: #fff;
  background: #000;
  font-size: 0;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.subPage .forSlider .right .slider .slick-arrow:hover {
  background: var(--cBlue);
}
.subPage .forSlider .right .slider .slick-arrow:before {
  font-size: 26px;
  font-family: xeicon !important;
  text-indent: 0;
}
.subPage .forSlider .right .slider .slick-arrow.slick-prev {
  right: 64px;
}
.subPage .forSlider .right .slider .slick-arrow.slick-prev:before {
  content: "\e93d";
}
.subPage .forSlider .right .slider .slick-arrow.slick-next:before {
  content: "\e940";
}
.subPage .forSlider .right .table {
  border-collapse: collapse;
  width: 100%;
  border-top: 2px solid #A5A5A5;
  border-bottom: 2px solid #A5A5A5;
  font-size: 18px;
}
.subPage .forSlider .right .table thead {
  background: #F5F5F5;
}
.subPage .forSlider .right .table thead th {
  border-bottom: 1px solid #A5A5A5;
  height: 64px;
  padding: 20px;
  position: relative;
}
.subPage .forSlider .right .table thead th:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #A5A5A5;
  right: 0;
}
.subPage .forSlider .right .table tbody td {
  border: 1px solid #D9D9D9;
  text-align: center;
  height: 54px;
  background: #fff;
}
.subPage .forSlider .right .table tbody td:first-child {
  border-left: 0;
}
.subPage .forSlider .right .table tbody td:last-child {
  border-right: 0;
}

#introduction {
  overflow: hidden;
}
#introduction .intro {
  padding: 226px 0 204px;
}
#introduction .intro .logo {
  margin: 0 auto;
  align-content: center;
  display: flex;
  width: 328px;
  height: 70px;
  position: relative;
  gap: 12px;
  margin-bottom: 146px;
  transform: scale(1.5);
}
#introduction .intro .logo .o {
  animation-delay: 0.2s;
}
#introduction .intro .logo .n {
  animation-delay: 0.6s;
}
#introduction .intro .logo .e1 {
  animation-delay: 1s;
}
#introduction .intro .logo .e2 {
  animation-delay: 0.4s;
}
#introduction .intro .logo .l {
  animation-delay: 0.8s;
}
#introduction .intro .logo .symbol {
  position: absolute;
  left: -110px;
  top: -62px;
  width: 110px;
  height: 62px;
  display: flex;
}
#introduction .intro .logo .symbol .blue {
  animation-delay: 1.5s;
}
#introduction .intro .logo .symbol .red {
  margin-left: -42px;
  animation-delay: 2.2s;
  mix-blend-mode: overlay;
}
#introduction .intro .dropAni {
  margin: 0 auto;
  width: fit-content;
}
#introduction .intro .dropAni img {
  width: 14px;
  display: block;
}
#introduction .intro .dropAni .drop-blue1 {
  animation-delay: 3s;
}
#introduction .intro .dropAni .drop-red {
  margin: 30px 0;
  animation-delay: 3.3s;
}
#introduction .intro .dropAni .drop-blue2 {
  animation-delay: 3.6s;
}
#introduction .company {
  color: #fff;
  text-align: center;
  background: url(/asset/images/company/introduction-company.jpg) no-repeat center/cover;
  padding: 290px 0 246px;
}
#introduction .company h3 {
  font-size: 70px;
}
#introduction .company hr {
  width: 2px;
  height: 80px;
  background: #fff;
  margin: 56px auto 78px;
}
#introduction .company .desc {
  font-size: 24px;
  line-height: 1.5;
}
#introduction .spTit {
  color: var(--cBlue);
  font-size: 26px;
}
#introduction .value {
  padding-top: 200px;
  padding-bottom: 272px;
  background: url(/asset/images/company/introduction-value-bg.svg) no-repeat left top;
}
#introduction .value .splitFrame {
  display: flex;
}
#introduction .value .splitFrame .right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 28px;
}
#introduction .value .splitFrame .right .item {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: right;
  padding: 46px;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 56/44;
}
@supports not (aspect-ratio: 56/44) {
  #introduction .value .splitFrame .right .item::before {
    content: "";
    float: left;
    padding-top: calc((44 / 56) * 100%);
  }
  #introduction .value .splitFrame .right .item::after {
    content: "";
    display: block;
    clear: both;
  }
}
#introduction .value .splitFrame .right .item .tit {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 2px;
}
#introduction .value .splitFrame .right .item .desc {
  font-size: 18px;
}
#introduction .org {
  background: url(/asset/images/company/introduction-org-bg.svg) no-repeat left bottom/43%;
  padding-top: 30px;
}
#introduction .history {
  margin-bottom: 238px;
}
#introduction .history__list {
  padding-top: 50px;
  display: none;
}
#introduction .history__list li:not(:last-child) {
  margin-bottom: 40px;
}
#introduction .history__list li .year {
  font-size: 20px;
  font-weight: 800;
  color: var(--cBlue);
  margin-bottom: 14px;
}
#introduction .history__list li .desc p {
  font-size: 18px;
  position: relative;
  margin-left: 12px;
}
#introduction .history__list li .desc p:not(:last-child) {
  margin-bottom: 6px;
}
#introduction .history__list li .desc p::before {
  display: block;
  content: "·";
  position: absolute;
  font-size: 18px;
  left: -12px;
  top: 0;
  color: var(--cBlue);
}
#introduction .history__list.on {
  display: block;
}
#introduction .history .right {
  display: flex;
  gap: 128px;
}
#introduction .history .right .cont .pannel {
  width: 444px;
}
#introduction .history .right .tab {
  position: relative;
}
#introduction .history .right .tab figure {
  position: relative;
  width: 100%;
  aspect-ratio: 533/573;
  box-shadow: -36px 26px 0 #F8F8F9;
  min-width: 432px;
  border-radius: 20px;
}
@supports not (aspect-ratio: 533/573) {
  #introduction .history .right .tab figure::before {
    content: "";
    float: left;
    padding-top: calc((573 / 533) * 100%);
  }
  #introduction .history .right .tab figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
#introduction .history .right .tab figure::after {
  display: block;
  content: "";
  position: absolute;
  width: 42.9vw;
  background: url(/asset/images/company/introduction-history-deco.svg) no-repeat right bottom/contain;
  right: -12.5vw;
  bottom: -9vw;
  aspect-ratio: 824/594;
}
@supports not (aspect-ratio: 824/594) {
  #introduction .history .right .tab figure::after::before {
    content: "";
    float: left;
    padding-top: calc((594 / 824) * 100%);
  }
  #introduction .history .right .tab figure::after::after {
    content: "";
    display: block;
    clear: both;
  }
}
#introduction .history .right .tab figure img {
  display: none;
  border-radius: 20px;
}
#introduction .history .right .tab figure img.on {
  display: block;
}
#introduction .history .right .tab__menu {
  position: absolute;
  left: -126px;
  top: 40px;
  z-index: 2;
}
#introduction .history .right .tab__menu li {
  background: #E3F5FF;
  border-radius: 29px 0px 0px 29px;
  color: var(--cBlue);
  width: 108px;
  padding: 10px 28px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  margin-left: auto;
  margin-bottom: 10px;
}
#introduction .history .right .tab__menu li.on {
  width: 126px;
  background: var(--cBlue);
  color: #fff;
}

#certification .spTit {
  color: var(--cBlue);
}
#certification .graph {
  padding-top: 130px;
  margin-bottom: 138px;
}
#certification .graph .spTit {
  margin-bottom: 50px;
  text-align: center;
}
#certification .graph .circle {
  display: flex;
  justify-content: center;
  gap: 100px;
}
#certification .graph .circle .item {
  position: relative;
  width: 280px;
}
#certification .graph .circle .item > p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
#certification .graph .circle .item .count {
  top: 82px;
  font-size: 50px;
  font-weight: 800;
  color: var(--cBlue);
}
#certification .graph .circle .item .division {
  top: 164px;
  font-size: 18px;
  color: #A5A5A5;
}
#certification .image section:not(:last-child) {
  margin-bottom: 50px;
}
#certification .image section .right ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px 20px;
}
#certification .image section .right ul li figure {
  border: 1px solid #E8E8E9;
  margin-bottom: 13px;
}
#certification .image section .right ul li p {
  font-size: 1rem;
  font-weight: 500;
  color: #A5A5A5;
  text-align: center;
}
.rnd .top .tit {
  font-size: 40px;
  margin-bottom: 40px;
}
.rnd .cont {
  background: url(/asset/images/rnd/rnd-bg.svg) no-repeat right 60px top;
  padding-top: 122px;
}
.rnd .cont .desc {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 100px;
}

#rnd .cont .todo {
  display: flex;
  gap: 46px;
}
#rnd .cont .todo li {
  width: calc((100% - 92px) / 3);
  border: 1px solid #D9D9D9;
  align-content: center;
  text-align: center;
  background: #fff;
  padding: 20px;
}
#rnd .cont .todo li img {
  display: block;
  margin: 0 auto 16px;
  height: auto;
}
#rnd .cont .todo li p {
  font-size: 18px;
  font-weight: 700;
  color: var(--cGray);
}

#inquiry .tit {
  font-size: 40px;
  margin-bottom: 16px;
}
#inquiry .noticeRequired {
  font-weight: 500;
  text-align: right;
  color: #5C5C5D;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--cBlack);
  margin-bottom: 36px;
}
#inquiry .inquiry__line {
  margin-bottom: 36px;
  display: flex;
  gap: 0 40px;
}
#inquiry .inquiry__item {
  flex: 1;
}
#inquiry .inquiry__item span {
  color: var(--cRed);
}
#inquiry .inquiry__item h6 {
  font-size: 20px;
  margin-bottom: 22px;
}
#inquiry .inquiry__item input {
  height: 56px;
  font-size: 18px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #D9D9D9;
  background: none;
}
#inquiry .inquiry__item input::placeholder {
  color: #D9D9D9;
}
#inquiry .inquiry__item--wrap {
  display: flex;
  gap: 48px;
  padding-left: 10px;
}
#inquiry .inquiry__item--wrap.inquiry__item--file {
  gap: 0;
}
#inquiry .inquiry__item--radio label {
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
#inquiry .inquiry__item--radio [type=radio] {
  padding: 0;
  vertical-align: middle;
  appearance: none;
  border: 1px solid #AAAAAB;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
#inquiry .inquiry__item--radio [type=radio]:checked {
  border: 1px solid var(--cBlue);
  position: relative;
}
#inquiry .inquiry__item--radio [type=radio]:checked::after {
  display: block;
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--cBlue);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#inquiry .inquiry__item textarea {
  font-size: 18px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #D9D9D9;
  background: none;
  height: 320px;
  resize: unset;
  line-height: 1.2;
}
#inquiry .inquiry__item textarea::placeholder {
  color: #D9D9D9;
}
#inquiry .inquiry__item--file input {
  color: #999999;
}
#inquiry .inquiry__item--file input::file-selector-button {
  display: none;
}
#inquiry .inquiry__item--file .likeInput {
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background: #F8F8F9;
  color: #999999;
  border-radius: 8px;
}
#inquiry .inquiry__item--file label {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: var(--cBlack);
  color: #fff;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 8px;
}
#inquiry .inquiry__item--btnDel {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid var(--cBlack);
  background: transparent;
  align-items: center;
  border-radius: 8px;
}
#inquiry .inquiry__item.noticeRequired {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #5C5C5D;
  margin-bottom: -18px;
}
#inquiry .inquiry .btn-submit {
  width: 300px;
  height: 72px;
  border: 0;
  background: var(--cBlue);
  color: #fff;
  font-size: 20px;
}
#inquiry .inquiry .btn-submit:disabled {
  opacity: 0.5;
  cursor: unset;
}
#inquiry .inquiry .agree__cont {
  background: #F8F8F9;
  padding: 48px;
  color: #999999;
  letter-spacing: -0.2px;
  font-size: 1.25rem;
}
#inquiry .inquiry .agree__chk {
  position: relative;
}
#inquiry .inquiry .agree__chk input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#inquiry .inquiry .agree__chk input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  letter-spacing: -0.2px;
}
#inquiry .inquiry .agree__chk input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--cBlack);
  box-sizing: border-box;
}
#inquiry .inquiry .agree__chk input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 0.9em;
}
#inquiry .inquiry .agree__chk a {
  text-decoration: underline;
  font-weight: 700;
  display: inline;
}

#catalog main {
  padding-top: 110px;
}
#catalog .inner {
  display: flex;
  gap: 152px;
  align-items: end;
}
#catalog .text h2 {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 50px;
  position: relative;
  width: fit-content;
}
#catalog .text h2 .symbol {
  position: absolute;
  right: -80px;
  top: -62px;
  width: 110px;
  height: 62px;
  display: flex;
}
#catalog .text h2 .symbol .blue {
  animation-delay: 1.5s;
}
#catalog .text h2 .symbol .red {
  margin-left: -42px;
  animation-delay: 2.2s;
  mix-blend-mode: overlay;
}
#catalog .text .desc {
  font-size: 18px;
  color: var(--cGray);
  margin-bottom: 74px;
}
#catalog .text .btnArea {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  gap: 40px;
  margin-top: 0;
}
#catalog .text .btnArea .btn-dwld i {
  margin-left: 12px;
  border: 1px solid #E8E8E9;
  border-radius: 50%;
  color: #A5A5A5;
  width: 32px;
  height: 32px;
  text-align: center;
  align-content: center;
}
#catalog .text .btnArea .btn-dwld:hover i {
  color: var(--cBlue);
  border-color: var(--cBlue);
}
#catalog figure {
  max-width: 572px;
  width: 130%;
}
#catalog figure img {
  height: auto;
}

.production.subPage.bgBlue {
  background: none;
}
.production .tab {
  margin-bottom: 136px;
}
.production .tab ul {
  display: flex;
  border-left: 1px solid #E9E9E9;
}
.production .tab li {
  width: 33.3333333333%;
  color: #A5A5A5;
  position: relative;
  border-right: 1px solid #E9E9E9;
}
.production .tab li .text {
  padding: 60px 40px 0;
  min-height: 554px;
}
.production .tab li.on {
  color: var(--cBlack);
}
.production .tab li.on .tab__sub {
  color: #606062;
}
.production .tab li.on .tab__tit {
  color: var(--cBlue);
}
.production .tab li.on .plus {
  background: var(--cBlue);
  color: #fff;
}
.production .tab li:hover .tab__tit {
  color: var(--cBlue);
}
.production .tab li:hover .plus {
  background: var(--cBlue);
  color: #fff;
}
.production .tab__sub {
  font-weight: 700;
  color: #A5A5A5;
}
.production .tab__tit {
  font-size: 40px;
  margin-bottom: 14px;
  font-weight: 700;
}
.production .tab__desc {
  line-height: 1.375;
}
.production .tab .plus {
  line-height: 1;
  width: 76px;
  height: 76px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38px;
  font-size: 35px;
  align-content: center;
  text-align: center;
  transition: all 0.3s;
}
.production .pannel {
  background: #F8F8F9;
  padding: 96px 0 100px;
}
.production .pannel .splitFrame:not(:last-child) {
  margin-bottom: 70px;
}
.production .pannel .left .spTit {
  font-weight: 600;
  margin-bottom: 20px;
}
.production .pannel .left ul,
.production .pannel .left dl {
  padding-left: 20px;
}
.production .pannel .left ul {
  margin-bottom: 20px;
}
.production .pannel .left ul li {
  font-size: 18px;
  margin-bottom: 4px;
}
.production .pannel .left ul li span {
  font-size: 14px;
}
.production .pannel .left dl {
  display: flex;
  gap: 16px;
  font-size: 18px;
}
.production .pannel .left dl dt {
  font-weight: 600;
}
.production .pannel .right {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.production .pannel .right figure {
  border: 1px solid #D9D9D9;
  width: calc((100% - 28px) / 3);
  aspect-ratio: 374/246;
}
@supports not (aspect-ratio: 374/246) {
  .production .pannel .right figure::before {
    content: "";
    float: left;
    padding-top: calc((246 / 374) * 100%);
  }
  .production .pannel .right figure::after {
    content: "";
    display: block;
    clear: both;
  }
}
.production .inquiry {
  background: url(/asset/images/production/bg-inquiry.jpg) no-repeat center/cover;
  color: #fff;
  padding: 80px 0;
}
.production .inquiry .tit {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.production .inquiry .desc {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}
.production .inquiry .btn-inquiry {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-left: 6px;
  padding: 16px 48px;
  background: var(--cBlue);
  width: fit-content;
}
.production .inquiry .btn-inquiry:hover {
  background: var(--cBlack);
}
.production#extrusion .tab li.on .tab__tit,
.production#extrusion .tab li:hover .tab__tit {
  color: var(--cRed);
}
.production#extrusion .tab li.on .plus,
.production#extrusion .tab li:hover .plus {
  background: var(--cRed);
}

#equipment .imageArea {
  display: grid;
  gap: 14px;
  margin-bottom: 50px;
}
#equipment .imageArea.one {
  grid-template-columns: repeat(1, 1fr);
}
#equipment .imageArea.two {
  grid-template-columns: repeat(2, 1fr);
}
#equipment .imageArea.three {
  grid-template-columns: repeat(3, 1fr);
}
#equipment .imageArea.forging figure:nth-child(1) {
  grid-area: 1/1/2/3;
}
#equipment .imageArea.forging figure:nth-child(2) {
  grid-area: 1/3/3/4;
}
#equipment .imageArea.forging figure:nth-child(3) {
  grid-area: 2/1/3/3;
}
#equipment .imageArea.measuring figure:nth-child(1) {
  grid-area: 1/1/3/2;
}
#equipment .imageArea figure {
  position: relative;
}
#equipment .imageArea figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 500;
  background: rgba(29, 29, 31, 0.7);
  color: #fff;
  border-radius: 29px 0 0 29px;
  min-width: 192px;
  padding: 0 20px;
  height: 40px;
  text-align: center;
  align-content: center;
}

#directions .secTit {
  font-size: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E8E8E9;
}
#directions section {
  position: relative;
}
#directions section .btnArea {
  position: absolute;
  top: 44px;
  left: 36px;
  z-index: 1;
}
#directions section .btnArea .btn-map {
  width: 400px;
  min-height: 160px;
  padding: 32px 40px;
  background: #fff;
  border: 1px solid #D9D9D9;
  position: relative;
}
#directions section .btnArea .btn-map.on {
  background: var(--cBlue);
  color: #fff;
}
#directions section .btnArea .btn-map.on .num strong {
  color: #BFE8FF;
}
#directions section .btnArea .btn-map.on .num strong span {
  color: #fff;
}
#directions section .btnArea .btn-map.on .btn-direction {
  color: var(--cBlue);
  background: #fff;
  border: 2px solid var(--cBlue);
}
#directions section .btnArea .btn-map:not(:last-child) {
  margin-bottom: 20px;
}
#directions section .btnArea .btn-map:hover {
  opacity: 0.8;
}
#directions section .btnArea .btn-map .tit {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}
#directions section .btnArea .btn-map .address {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
#directions section .btnArea .btn-map .num {
  font-size: 18px;
}
#directions section .btnArea .btn-map .num strong {
  color: var(--cBlue);
}
#directions section .btnArea .btn-map .num strong:not(:last-child) {
  margin-right: 30px;
}
#directions section .btnArea .btn-map .num span {
  margin-left: 10px;
  color: var(--cBlack);
  font-weight: 400;
}
#directions section .btnArea .btn-map .btn-direction {
  background: var(--cBlue);
  color: #fff;
  font-size: 18px;
  padding: 4px 20px;
  align-content: center;
  text-align: center;
  position: absolute;
  right: -106px;
  bottom: 10px;
  z-index: 2;
  border-radius: 0 20px 20px 0;
  border: 2px solid var(--cBlue);
  border-left: 0;
}
#directions section .mapArea figure {
  display: none;
  overflow: hidden;
  border: 1px solid #E8E8E9;
}
#directions section .mapArea figure.on {
  display: block;
}
#directions section .mapArea figure img {
  object-fit: cover;
}
#directions .oneel {
  margin-bottom: 130px;
}
#directions .oneel .mapArea figure {
  height: 630px;
}
#directions .altec .btnArea {
  top: unset;
  bottom: 44px;
  left: unset;
  right: 36px;
}
#directions .altec .btnArea .btn-map {
  cursor: default;
}
#directions .altec .btnArea .btn-map:hover {
  opacity: 1;
}
#directions .altec .btnArea .btn-map .btn-direction {
  right: unset;
  left: -106px;
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
#directions .altec .mapArea figure {
  height: 480px;
}

.ENGver .header .gnb__list--dep1 {
  min-width: 190px;
}
.ENGver .header .gnb > ul {
  gap: 0;
}
.ENGver #indexPage .mainSlider .slider figure {
  left: 70%;
}
.ENGver #indexPage .mainSlider .slider .slider1 figure {
  left: 30%;
}
.ENGver #introduction .history .right {
  gap: 258px;
}
.ENGver #introduction .history .right .tab__menu li {
  width: 178px;
}
.ENGver #introduction .history .right .tab__menu li.on {
  width: 216px;
}
.ENGver #introduction .history .right .tab__menu {
  left: -216px;
}
.ENGver #certification .graph .circle .item .division {
  font-size: 14px;
}
.ENGver #certification .image section .right ul {
  grid-template-columns: repeat(5, 1fr);
}
.ENGver #directions section .btnArea {
  position: unset;
  display: flex;
  text-align: center;
  gap: 20px;
}
.ENGver #directions .mapArea {
  display: none;
}
.ENGver #directions section .btnArea .btn-map {
  cursor: default;
}
.ENGver #directions section .btnArea .btn-map:hover {
  opacity: 1;
}
.ENGver #directions section .btnArea .btn-map .address {
  padding: 0 10px;
}
.ENGver #directions section .btnArea .btn-map.on,
.ENGver #directions section .btnArea .btn-map.on .num strong span {
  background: #fff;
  color: var(--cBlack);
}
.ENGver #directions section .btnArea .btn-map.on .num strong {
  color: var(--cBlue);
}
.ENGver #directions section .btnArea .btn-map .btn-direction {
  background: var(--cRed);
}
.ENGver #directions section .btnArea .btn-map .btn-direction:hover {
  opacity: 0.8;
}
.ENGver #directions .altec .btnArea .btn-map .btn-direction {
  right: -90px;
  left: unset;
  border-radius: 0 10px 10px 0;
}
.ENGver #directions section .btnArea .btn-map .btn-direction,
.ENGver #directions .altec .btnArea .btn-map .btn-direction {
  width: 100%;
  height: auto;
  border-radius: 0;
  position: unset;
  margin-top: 20px;
}
.ENGver #directions section .btnArea .btn-map {
  width: 100%;
  padding: 0;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  height: 220px;
}
.ENGver #directions section .btnArea .btn-map.on .btn-direction,
.ENGver #directions section .btnArea .btn-map .btn-direction {
  background: var(--cBlue);
  margin-top: auto;
  color: #fff;
}
.ENGver .production .tab li .text {
  padding: 40px 40px 0;
  min-height: 590px;
}
.ENGver #catalog .text .desc {
  max-width: 780px;
}
.ENGver #directions section .btnArea .btn-map .num {
  padding: 0 10px;
}
.ENGver #indexPage .technic__cont--pannel .pannel h4 {
  font-size: 72px;
}
@media screen and (max-width: 1700px) {
  .ENGver .production .tab li .text {
    min-height: 724px;
  }
  .ENGver #catalog .text .desc {
    max-width: 50vw;
  }
}
@media screen and (max-width: 1440px) {
  .ENGver #directions section .btnArea {
    transform: scale(1);
  }
  .ENGver #introduction .history .right .tab__menu {
    left: 389px;
  }
  .ENGver #introduction .history .right {
    gap: 8px;
  }
  .ENGver #introduction .company h3 {
    font-size: 50px;
  }
  .ENGver #introduction .company .desc {
    font-size: 20px;
  }
  .ENGver #introduction .company {
    padding: 110px 0 246px;
  }
  .ENGver #directions section .btnArea .btn-map {
    height: auto;
  }
  .ENGver #directions section .btnArea .btn-map.on .btn-direction,
  .ENGver #directions section .btnArea .btn-map .btn-direction {
    margin-top: 40px;
  }
  .ENGver #directions .altec .btnArea .btn-map.on {
    height: auto;
  }
  .ENGver #directions section .btnArea {
    flex-direction: column;
  }
  .ENGver .production .tab li .text {
    min-height: unset;
    width: 60%;
    padding: 40px;
  }
  .ENGver .production .tab li figure {
    width: 40%;
  }
  .ENGver #catalog .text h2 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  .ENGver #indexPage .mainSlider .slider li .text {
    margin-top: 260px;
  }
  .ENGver #indexPage .mainSlider .slider .slider1 figure {
    left: 40%;
  }
  .ENGver #indexPage .mainSlider .slider .slider1 figure {
    left: 50%;
  }
  .ENGver #certification .graph .circle .item .division {
    font-size: 12px;
  }
  .ENGver #certification .graph .circle {
    gap: 4.9vw;
  }
  .ENGver #certification .graph .circle .item .count {
    top: 58px;
  }
  .ENGver #certification .graph .circle .item .division {
    top: 116px;
  }
  .ENGver #catalog .text h2 {
    font-size: 4vw;
  }
  .ENGver #catalog .text .desc {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .ENGver #indexPage .technic__cont--tab {
    gap: 28px;
    margin-bottom: 5.6vw;
  }
  .ENGver #introduction .history .right .tab__menu {
    left: 269px;
  }
  .ENGver #introduction .history .right .tab__menu li {
    width: 158px;
  }
  .ENGver #introduction .history .right .tab__menu li.on {
    width: 186px;
  }
  .ENGver #certification .image section .right ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .ENGver .production .tab li a {
    flex-direction: column;
  }
  .ENGver .production .tab li .text {
    width: 100%;
  }
  .ENGver .production .tab li figure {
    display: none;
  }
  .ENGver #catalog .text h2 {
    font-size: clamp(32px, 4.2vw, 100%);
  }
}
@media screen and (max-width: 500px) {
  .ENGver #indexPage .mainSlider .slider .slider1 figure {
    left: 80%;
  }
  .ENGver #introduction .company h3 {
    font-size: 41px;
  }
  .ENGver #introduction .history .right .tab__menu li.on {
    width: 156px;
  }
  .ENGver #introduction .history .right .tab__menu li {
    width: 144px;
    font-size: 16px;
  }
  .ENGver #introduction .history .right .tab__menu {
    left: 190px;
  }
  .ENGver #certification .image section .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1700px) {
  #indexPage .mainSlider .slider .slider1 figure {
    left: 40%;
  }
  #indexPage .mainSlider .slider .slider2 figure {
    left: 60%;
  }
  #indexPage .technic__cont--img figure {
    width: 38.8vw;
  }
  #indexPage .technic__cont {
    gap: 8.4vw;
  }
  #indexPage .technic__cont--pannel .pannel {
    font-size: 4.9vw;
  }
  #indexPage .technic__cont--pannel .pannel h4 {
    margin-bottom: 2.4vw;
    font-size: 1em;
  }
  #indexPage .technic__cont--pannel .pannel__subTit {
    font-size: clamp(20px, 0.264em, 100%);
  }
  #indexPage .solution .inner {
    padding: 0 100px;
  }
  .inner {
    padding: 0 70px;
  }
  #indexPage .notice__list {
    gap: 4vw;
  }
  #indexPage .notice__list li {
    width: calc((100% - 8vw) / 3);
  }
  #indexPage .notice__list--text .tit {
    font-size: clamp(22px, 1.5vw, 100%);
  }
  .subPage .splitFrame .left {
    width: 15.9vw;
    padding-right: 10px;
  }
  .subPage .inner {
    padding: 0 140px;
  }
  #introduction .history .right .tab figure {
    min-width: 439px;
  }
  .production .tab li .text {
    min-height: 624px;
  }
}
@media screen and (max-width: 1440px) {
  .inner {
    padding: 0 40px;
  }
  .floating {
    right: 40px;
  }
  #indexPage .inner,
  .footer .inner {
    padding: 0 110px;
  }
  #indexPage .notice .btn-more {
    right: 110px;
  }
  .header .gnb > ul {
    gap: 0 1.5vw;
  }
  .header__utill {
    right: 40px;
    gap: 4.1vw;
  }
  #indexPage .mainSlider .slider figure {
    width: 614px;
  }
  #indexPage .mainSlider .slider .slider2 figure {
    left: 66%;
  }
  #indexPage .technic__cont--pannel .pannel__subTit {
    font-size: clamp(18px, 0.264em, 100%);
    margin-bottom: 0.8vw;
  }
  #indexPage .technic__cont--pannel .pannel h4 {
    margin-bottom: 2vw;
  }
  #indexPage .technic__cont--pannel .pannel__desc {
    font-size: clamp(16px, 1.3vw, 100%);
  }
  #indexPage .technic__cont--tab {
    margin-bottom: 5.6vw;
  }
  #indexPage .solution .inner {
    gap: 3.3vw;
  }
  #indexPage .solution__step {
    flex-wrap: wrap;
    justify-content: center;
  }
  #indexPage .solution__item {
    width: 264px;
  }
  #indexPage .solution__ani .item figure {
    width: 242px;
    height: 249px;
  }
  #indexPage .solution__ani .item.af figure img.aluminum {
    width: 46px;
    height: 27px;
  }
  #indexPage .solution__ani .item.af figure img.press {
    width: 112px;
    height: 155px;
  }
  #indexPage .solution__ani .item.ae figure img.press {
    width: 154px;
    height: 134px;
  }
  #indexPage .solution__ani .item.m figure img.press {
    width: 73px;
    height: 83px;
  }
  #indexPage .solution__desc h3 {
    font-size: 4.4vw;
    margin-bottom: 2.8vw;
  }
  #indexPage .solution__desc p {
    font-size: clamp(18px, 1.4vw, 100%);
  }
  #indexPage .customer__top {
    padding-top: 11.7vw;
  }
  #indexPage .notice__list--text .date {
    position: unset;
    margin-bottom: 10px;
  }
  #indexPage .notice__list--text .tit {
    width: 100%;
    margin-bottom: 6px;
  }
  .footer__info {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #introduction .intro {
    padding: 105px 0 104px;
  }
  #introduction .history .right .cont .pannel {
    width: 30.8vw;
  }
  #introduction .history .right .tab figure {
    min-width: unset;
    max-width: 390px;
  }
  #introduction .history .right .tab figure::after {
    width: 39.9vw;
    right: -11.6vw;
    bottom: -8.5vw;
  }
  #introduction .org {
    background: url(/asset/images/company/introduction-org-bg.svg) no-repeat left bottom/33%;
  }
  #introduction .history .right {
    flex-direction: column-reverse;
    gap: 0;
  }
  #introduction .history .right .tab__menu {
    left: 390px;
  }
  #introduction .history .right .tab__menu li {
    margin-left: 0;
    text-align: right;
    border-radius: 0 29px 29px 0;
  }
  #certification .graph .circle {
    gap: 6.9vw;
  }
  #certification .image section .right ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .production .tab li .text {
    min-height: unset;
    padding: 40px;
    min-width: 60%;
  }
  .production .tab ul {
    flex-direction: column;
    border-left: 0;
    border-top: 1px solid #E9E9E9;
  }
  .production .tab li {
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    border-right: 0;
  }
  .production .tab li figure {
    min-width: 40%;
  }
  .production .tab li img {
    object-fit: cover;
  }
  .production .tab li a {
    display: flex;
  }
  .production .tab .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: -38px;
  }
  .subPage .inner {
    padding: 0 80px;
  }
  #introduction .value .splitFrame .right .item .tit {
    font-size: 3.5vw;
  }
  .production .pannel .left dl {
    flex-direction: column;
    gap: 6px;
  }
  .subPage .forSlider .left .tabMenu li.on {
    font-size: clamp(20px, 1.7vw, 100%);
  }
  #catalog .inner {
    gap: 4.6vw;
  }
  #directions .oneel .mapArea figure {
    height: 500px;
  }
  #directions section .btnArea {
    top: -16px;
    left: 6px;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1024px) {
  .forPC {
    display: none;
  }
  .forMOB {
    display: block;
  }
  .inner,
  .subPage .inner {
    padding: 0 40px;
  }
  .header {
    height: 90px;
  }
  .header.hover {
    height: 90px;
  }
  .header__utill {
    right: 40px;
  }
  #indexPage .mainSlider .slider__dots {
    right: 40px;
  }
  .header .gnb > ul {
    gap: 0 30px;
  }
  .forMOB .gnb {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    z-index: 500;
    background: #fff;
    padding: 180px 40px 40px;
    transition: all 0.3s;
  }
  .forMOB .gnb > ul {
    overflow-y: auto;
    height: 100%;
  }
  .forMOB .gnb__list--dep1 {
    font-size: 1.25rem;
    font-weight: 600;
    padding: 20px 0 10px;
    display: block;
  }
  .forMOB .gnb__list--dep1.on {
    color: var(--cBlue);
  }
  .forMOB .gnb__list--dep2 {
    font-size: 1.125rem;
    display: none;
  }
  .forMOB .gnb__list--dep2 li a {
    display: block;
    padding: 10px;
  }
  .forMOB .gnb.open {
    right: 0;
  }
  .forMOB .blackBG {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }
  #indexPage .mainSlider .slider figure {
    top: 37%;
  }
  #indexPage .mainSlider .slider li .text {
    margin-top: 100px;
  }
  #indexPage .technic__cont {
    flex-direction: column;
    gap: 4.4vw;
  }
  #indexPage .technic__cont--img figure {
    width: 100%;
  }
  #indexPage .technic__cont--pannel .pannel {
    font-size: 6.9vw;
  }
  #indexPage .technic__cont--pannel .pannel__subTit {
    font-size: clamp(18px, 0.4em, 100%);
  }
  #indexPage .technic__cont--pannel .pannel__desc {
    font-size: clamp(16px, 0.3em, 100%);
  }
  #indexPage .technic__cont--pannel .pannel__desc br {
    display: none;
  }
  #indexPage .technic__cont--tab {
    margin-bottom: 2.6vw;
  }
  #indexPage .solution .inner {
    flex-direction: column;
  }
  #indexPage .customer__top {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  #indexPage .customer__list .bottom {
    grid-template-columns: repeat(4, 1fr);
  }
  #indexPage .customer__list .top {
    gap: 22px;
  }
  #indexPage .notice__list li figure .noImg {
    width: 70%;
  }
  #indexPage .inner {
    padding: 0 70px;
  }
  .footer .inner {
    padding: 0 40px;
  }
  #indexPage .notice .btn-more {
    right: 70px;
  }
  .floating [class*=btn-] {
    width: 50px;
    height: 50px;
  }
  .floating [class*=btn-]:hover i {
    transform: translateY(-4px);
  }
  #indexPage .technic {
    margin-bottom: 28.6vw;
  }
  #indexPage .customer {
    background: url(/asset/images/index/customer-bg.png) no-repeat top center/1500px auto;
  }
  #introduction .company h3 {
    font-size: 5.7vw;
  }
  #introduction .company .desc {
    font-size: clamp(18px, 2.1vw, 100%);
  }
  #introduction .company {
    padding: 130px 0;
  }
  .subPage .splitFrame {
    flex-direction: column;
    gap: 30px;
  }
  .subPage .splitFrame .left {
    width: 100%;
    padding-right: 0;
  }
  #certification .graph .circle .item {
    width: 230px;
  }
  #certification .graph .circle .item .count {
    top: 66px;
  }
  #certification .graph .circle .item .division {
    top: 126px;
  }
  .breadcrumb li a {
    width: fit-content;
    padding: 0 40px;
  }
  #certification .graph {
    padding-top: 10px;
  }
  .production .tab__tit {
    font-size: clamp(20px, 2.9vw, 100%);
  }
  .production .tab li .text {
    padding: 40px 40px 40px 10px;
  }
  .production .tab .plus {
    width: 46px;
    height: 46px;
    right: -22px;
  }
  .subPage.bgBlue {
    background-size: 80% auto;
  }
  .subPage .forSlider .left .tabMenu {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .subPage .forSlider .left .tabMenu li a {
    border: 1px solid #D0D0D1;
    padding: 10px 20px;
    width: fit-content;
    border-radius: 50px;
  }
  .subPage .forSlider .left .tabMenu li a br {
    display: none;
  }
  .subPage .forSlider .left .tabMenu li a.on {
    font-size: 18px;
  }
  #inquiry .inquiry__line {
    gap: 40px;
    flex-direction: column;
  }
  #catalog .text h2 {
    font-size: 52px;
    margin-bottom: 20px;
  }
  #catalog .text h2 br {
    display: none;
  }
  #catalog .text h2 .symbol {
    right: -78px;
    top: -45px;
    width: 94px;
    height: 53px;
  }
  #catalog .inner {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  #catalog figure {
    max-width: 382px;
    margin-left: auto;
  }
  #directions .oneel .mapArea figure {
    height: 450px;
  }
  #directions section .btnArea {
    top: -44px;
    left: -30px;
  }
  .subPage .forSlider .right {
    width: 100%;
  }
  #equipment .imageArea figure figcaption {
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .header,
  .header.hover {
    height: 70px;
  }
  .subPage {
    padding-top: 70px;
  }
  .header__logo {
    padding-top: 18px;
  }
  .header__utill {
    top: 16px;
  }
  #indexPage .inner {
    padding: 40px;
  }
  #indexPage .mainSlider .slider .text__tit {
    font-size: 38px;
  }
  #indexPage .mainSlider .slider li .text {
    margin-top: 190px;
  }
  #indexPage .mainSlider .slider .slider1 figure {
    left: 60%;
  }
  #indexPage .mainSlider .slider .slider2 figure {
    left: 40%;
  }
  #indexPage .technic__desc h3 {
    font-size: 1em;
    margin-bottom: 2vw;
  }
  #indexPage .technic__desc p {
    font-size: clamp(16px, 0.3em, 100%);
  }
  #indexPage .technic__desc p br {
    display: none;
  }
  #indexPage .technic__cont--pannel .pannel .btn-move {
    font-size: 16px;
  }
  #indexPage .technic__desc {
    font-size: 6.9vw;
    margin-bottom: 20px;
  }
  #indexPage .technic__cont--img figure {
    width: 100%;
  }
  #indexPage .solution__desc {
    font-size: 6.9vw;
    margin-bottom: 20px;
    text-align: center;
  }
  #indexPage .solution__desc h3 {
    font-size: 1em;
    margin-bottom: 2vw;
  }
  #indexPage .solution__desc p {
    font-size: clamp(16px, 0.3em, 100%);
  }
  #indexPage .solution__desc p br {
    display: none;
  }
  #indexPage .solution__ani {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #indexPage .solution {
    padding-bottom: 86px;
  }
  #indexPage .customer__list > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  #indexPage .customer__list > div figure {
    height: 80px;
  }
  #indexPage .customer__list > div figure img {
    object-fit: contain;
  }
  #indexPage .customer__list .top {
    gap: 0;
  }
  #indexPage .customer__list .bottom {
    grid-template-columns: repeat(2, 1fr);
  }
  #indexPage .notice .btn-more {
    right: 40px;
  }
  #indexPage .notice .btn-more {
    top: 54px;
  }
  #indexPage .notice__list li {
    width: 100%;
  }
  #indexPage .notice__list {
    flex-direction: column;
  }
  .footer__info {
    flex-direction: column;
  }
  .footer__info .btn-menu.privacy {
    margin-left: 0;
  }
  .breadcrumb {
    top: 70px;
  }
  #introduction .intro .logo .symbol {
    transform: scale(0.8);
    right: -94px;
  }
  .breadcrumb li a {
    padding: 0 30px;
  }
  #introduction .value {
    padding-top: 100px;
    padding-bottom: 172px;
  }
  #introduction .value .splitFrame .right {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #introduction .value .splitFrame .right .item .tit {
    font-size: 6.5vw;
  }
  #introduction .history .right .tab figure {
    max-width: 270px;
  }
  #introduction .history .right .tab__menu {
    left: 270px;
  }
  #introduction .history .right .tab__menu li {
    width: 100px;
    padding: 10px 16px;
  }
  #introduction .history .right .tab__menu li.on {
    width: 116px;
  }
  #introduction .history .right .tab figure::after {
    width: 74.9vw;
    right: -21.6vw;
    bottom: -15.5vw;
  }
  #introduction .history .right .cont .pannel {
    width: 100%;
  }
  #certification .graph .circle {
    flex-direction: column;
    align-items: center;
  }
  #certification .image section .right ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .logo a {
    width: 158px;
    height: 30px;
  }
  .header .logo {
    padding-top: 22px;
  }
  .production .pannel .right figure {
    width: calc((100% - 14px) / 2);
  }
  .rnd .cont .desc {
    font-size: 20px;
    padding-bottom: 200px;
  }
  .rnd .cont {
    padding-top: 52px;
    background-size: 80%;
    background-position: right -60px top;
  }
  #rnd .cont .todo {
    flex-direction: column;
    gap: 16px;
  }
  #rnd .cont .todo li {
    width: 100%;
  }
  #catalog .text h2 .symbol {
    display: none;
  }
  #catalog .text .desc {
    margin-bottom: 24px;
  }
  #catalog .text .btnArea {
    margin-bottom: 30px;
  }
  #indexPage .technic {
    background-size: 60%;
    margin-bottom: 13.6vw;
  }
  #indexPage .solution__item {
    width: 33.3333333333%;
    height: 262px;
  }
  #indexPage .solution .inner {
    padding: 0 40px;
  }
  #indexPage .solution {
    background-size: 80%;
  }
  #indexPage .notice__list {
    gap: 11vw;
  }
  #directions section .btnArea {
    position: unset;
    transform: scale(1);
  }
  #directions .mapArea {
    display: none;
  }
  #directions section .btnArea .btn-map {
    cursor: default;
  }
  #directions section .btnArea .btn-map:hover {
    opacity: 1;
  }
  #directions section .btnArea .btn-map.on,
  #directions section .btnArea .btn-map.on .num strong span {
    background: #fff;
    color: var(--cBlack);
  }
  #directions section .btnArea .btn-map.on .num strong {
    color: var(--cBlue);
  }
  #directions section .btnArea .btn-map .btn-direction {
    background: var(--cRed);
  }
  #directions section .btnArea .btn-map .btn-direction:hover {
    opacity: 0.8;
  }
  #directions .altec .btnArea .btn-map .btn-direction {
    right: -90px;
    left: unset;
    border-radius: 0 10px 10px 0;
  }
  #directions section .btnArea .btn-map .btn-direction,
  #directions .altec .btnArea .btn-map .btn-direction {
    width: 100%;
    height: auto;
    border-radius: 0;
    position: unset;
    margin-top: 20px;
  }
  #directions section .btnArea .btn-map {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  #directions article {
    text-align: center;
  }
  #directions section .btnArea .btn-map.on .btn-direction,
  #directions section .btnArea .btn-map .btn-direction {
    background: var(--cBlue);
    color: #fff;
  }
  .subPage main {
    padding-top: 100px;
  }
  .forMOB .gnb {
    padding: 160px 40px 40px;
  }
  #inquiry .inquiry__item--wrap.inquiry__item--file {
    flex-wrap: wrap;
    gap: 10px;
  }
  #inquiry .inquiry__item--file label,
  #inquiry .inquiry__item--btnDel {
    width: calc(50% - 5px);
    margin: 0;
  }
  .production .tab li a {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .inner,
  .subPage .inner {
    padding: 0 20px;
  }
  .forMOB .gnb {
    width: 70%;
    right: -70%;
  }
  .header__utill,
  .subPage__top .breadcrumbs,
  .footer .btn-top {
    right: 20px;
  }
  #indexPage .mainSlider .slider .slider1 figure {
    left: 80%;
  }
  #indexPage .mainSlider .slider .slider2 figure {
    left: 30%;
  }
  #indexPage .mainSlider .slider li .text {
    margin-top: 400px;
    text-align: center;
  }
  #indexPage .mainSlider .slider .text__tit {
    font-size: 34px;
  }
  #indexPage .customer__top h3 {
    font-size: 30px;
  }
  #indexPage .customer__top .btnWrap {
    flex-direction: column;
    width: 100%;
  }
  #indexPage .technic__cont--tab {
    gap: 20px;
  }
  #indexPage .solution__item {
    width: 100%;
  }
  .drop::before {
    width: 45px;
    height: 37px;
    background-size: contain;
    left: -12px;
  }
  .floating {
    right: 20px;
  }
  .breadcrumb li a {
    padding: 0 16px;
  }
  #introduction .intro {
    padding: 0;
    transform: scale(0.5);
  }
  #introduction .history .right .tab figure {
    max-width: 190px;
  }
  #introduction .history .right .tab__menu {
    left: 190px;
    top: 22px;
  }
  #introduction .history .right .tab__menu li {
    width: 94px;
    padding: 8px 16px;
  }
  #introduction .history .right .tab__menu li.on {
    width: 102px;
  }
  #certification .image section .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .production .tab .plus {
    display: none;
  }
  .breadcrumb {
    font-size: 16px;
  }
  .subPage .forSlider .left .tabMenu li {
    font-size: 16px;
  }
  .subPage .forSlider .left .tabMenu li.on {
    font-size: clamp(18px, 1.7vw, 100%);
  }
  .subPage {
    text-align: center;
  }
  #introduction .company h3 {
    font-size: 9.7vw;
  }
  #introduction .history__list {
    text-align: left;
  }
  .production .pannel .left {
    text-align: left;
  }
  .subPage .forSlider .right .slider__item figure {
    height: 340px;
  }
  .rnd .cont .desc {
    padding-bottom: 70px;
    font-size: 18px;
  }
  .rnd .top .tit {
    font-size: 30px;
  }
  .rnd .cont {
    padding-top: 22px;
  }
  #inquiry.subPage {
    text-align: left;
  }
  #inquiry .inquiry__item--wrap {
    gap: 8px;
    flex-direction: column;
  }
  #inquiry .inquiry .btn-submit {
    width: 100%;
  }
  #catalog .text h2 {
    font-size: 38px;
    width: 100%;
  }
  #catalog .text h2 br {
    display: block;
  }
  #catalog .text .btnArea {
    justify-content: center;
  }
  .subPage .forSlider .right .slider__item figcaption {
    text-align: left;
  }
  .footer .inner {
    padding: 0 20px;
  }
  .forMOB .gnb {
    padding: 120px 20px 20px;
  }
  .production .inquiry .btn-inquiry {
    margin: 0 auto;
  }
  #inquiry .inquiry__item--file label,
  #inquiry .inquiry__item--btnDel {
    width: 100%;
    margin: 0;
  }
  #inquiry .inquiry__item--file .likeInput {
    font-size: 14px;
    align-content: center;
  }
  #equipment .imageArea figure figcaption {
    font-size: 12px;
    padding: 0 12px;
    height: 28px;
  }
  #equipment .imageArea {
    gap: 4px;
  }
}
.more_opt li {
  width: 104px;
}

.pg_wrap {
  float: unset !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 50px !important;
}

.pg_page,
.pg_current {
  border: 0 !important;
}

.pg_current {
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: var(--cBlue);
  align-content: center;
}

.pg_page {
  background-color: transparent !important;
}

.bo_v_nb {
  line-height: 1.2;
}

.bo_v_nb li {
  display: flex;
  font-size: 1em;
}

.bo_v_nb li .nb_tit {
  white-space: nowrap;
}

.bo_v_nb li .nb_date {
  display: block;
  margin-left: auto;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#bo_list tbody tr {
  border-left: 0;
}
#bo_list tbody tr:hover {
  border-left: 0;
}

/* 링크 부분 */
#bo_v_link li::after {
  display: block;
  content: "";
  clear: both;
}

#bo_v img {
  width: auto;
}

/* 공통2 */
.imgClick {
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  margin-top: 20px;
}

.board .btnArea {
  width: 100%;
  position: relative;
  font-weight: 600;
  margin-top: 32px;
}

.board .btnArea .btn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.125rem;
}

.board .btnArea .btn-arrow:hover span {
  text-decoration: underline;
}

.board .btnArea .btn-arrow i {
  font-size: 1.75rem;
}

.board .btnArea .btn-prev {
  left: 0;
}

.board .btnArea .btn-next {
  right: 0;
}

.board .btnArea .btn-list {
  width: fit-content;
  font-size: 20px;
}

.board .btnArea .btn-list:hover {
  opacity: 0.5;
}

.board .btnArea .btn-list i {
  margin-right: 10px;
}

#bo_v_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
#bo_v_title .writeDate {
  color: var(--cBlue);
  font-size: 18px;
  font-weight: 400;
}

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

#bo_v_atc {
  padding: 20px 0;
  border: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 1024px) {
  #bo_v_title {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  #bo_v_title .bo_v_tit {
    font-size: 26px;
  }
}

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