@charset "utf-8";


:root {
  --um-font-default: "Pretendard", Arial, sans-serif;
  --um-font-en: Arial, "sans-serif";
  --um-body-font-family: var(--um-font-default);
  --um-body-font-size: 16px;
  --um-body-font-weight: 400;
  --um-body-line-height: 1.5;
  --um-body-color: #707070;
  --wrap-min-width: 100%;
  --mq-m-xsmall: 300px;
  --mq-m-small: 567px;
  --mq-m-normal: 768px;
  --mq-p-small: 992px;
  --mq-m-large: 1360px;
  --color-bg: #181d23;
  --color-key: #cdad66;
  --color-main: #707070;
  --color-second: #99332d;
  --color-focus: #cdad66;
  --yellow-bg: #fedb37;
  --color-end: #02221f;
  --focus-bg: #2f3640;
  --focus-color: #fedb37;
  --good-bg: #fafafa;
  --good-border: #ececec;
  --instagram: #d6249f;
  --font-base: 8rem;
  --table-column: #4e565c;
  --table-row: #586066;
  --table-bg: #e5e6e7;
  --text-size-offset: 0.5;
  --tranb:.75s cubic-bezier(.2,.75,.5,1),opacity .5s ease .3s;
}


*:not(i),
*:not(i)::after,
*:not(i)::before {
  box-sizing: border-box;
  font-family: var(--um-body-font-family);

}


/* PC 폰트 크기는 16px */
:root {
  font-size: 16px;
}

/* 모바일 화면 크기에서는 폰트 크기를 작게 조정 */
@media only screen and (max-width: 767px) {
  :root {
    font-size: 14px;
  }
}


/* 모바일 화면 크기에서는 폰트 크기를 작게 조정 */
@media only screen and (max-width: 300px) {
  :root {
    font-size: 13px;
  }
}

.gold-color {
  background: linear-gradient(to right, #FFD700, #FFA500);
}

.allcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dfc
{
  flex-direction: column!important;
}

#landscapeWarning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/**/

body {
  margin: 0;
  font-size: var(--um-body-font-size);
  font-weight: var(--um-body-font-weight);
  line-height: var(--um-body-line-height);
  text-align: var(--um-body-text-align);
  color: var(--um-body-color);
  background-color: var(--um-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}


/* 비디오 컨테이너를 반응형으로 만들기 위한 스타일 */
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 비율을 유지하기 위한 비율 조정 */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 반응형 스타일 추가 */
.pdf-container {
  width: 100%;
  max-width: 800px;
  /* 원하는 최대 너비 설정 */
  margin: 0 auto;
}

.pdf-object {
  width: 100%;
  height: 600px;
  /* PDF 파일의 기본 높이 설정 */
}

@media (max-width: 768px) {

  /* 모바일 화면에 대한 스타일 */
  .pdf-object {
    height: 400px;
    /* 모바일 화면에서 PDF 파일의 높이 조정 */
  }
}

/* ===================================================================
 *  02. basic
 * ------------------------------------------------------------------- */

a,
button,
input,
select,
textarea,
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}



/* ===================================================================
 *  03. header
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 15;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
  height: 4rem;
  transition: all 0.3s ease-in;
  display: flex;
  transition: all 0.3s ease-in-out;
}

header .header-wrap {
  width: 100%;
  padding: 0 1vw;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}



.fixed {

  position: fixed;
  top: -2px;
  left: 0px;
  z-index: 999;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;

}


.logo {

  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  width: 10rem;
}

.logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.logo a img {

  object-fit: cover;
}

.fixed .logo a img {
  filter: invert(0);
  object-fit: cover;
}

.w-100 {
  width: 100% !important;
}

header .header-wrap nav {
  display: block;
  height: 100%;
  width: 60%;
  max-width: 500px;
}

header .header-wrap nav ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

header .header-wrap nav li>a {
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--color-main);
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  position: relative;
  height: 100%;
  text-transform: uppercase;
}

header .header-wrap nav li>a:hover,
header .header-wrap nav li>a.on {

  color: var(--color-focus);
}


.header-wrap nav li>a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0;
  height: .25rem;
  background-color: var(--color-focus);
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
}

.header-wrap nav li>a:hover::after {
  width: 100%;
  transform: scaleX(1);
}

.header-wrap nav li>a:not(:hover)::after {
  left: 0;
  width: 100%;
  transform: scaleX(0);
}

.header-wrap nav li>a.on {
  color: var(--color-main);
  font-weight: bold;

}

.header-wrap nav li>a.on::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0.25rem;
  background-color: var(--color-focus);
  transform: scaleX(1);
}


header .header-wrap nav .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  flex-direction: column;
  width: 100%;
  z-index: 1000;
  border-radius: 1rem;
  animation: fadeInDown 0.3s ease-in-out;
}



@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate(-50%, -10px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}

header .header-wrap nav ul>li:hover .submenu {
  display: block;
  background-color: #fff;
  width: auto;
  white-space: nowrap;
  /* 한 줄에 모든 내용을 표시 */
}

header .header-wrap nav .submenu a {
  color: var( --color-main);
  text-decoration: none;
  display: flex;
  width: 100%;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.5rem;
  text-transform: capitalize;
  white-space: nowrap;
}

header .header-wrap nav .submenu a:hover,
header .header-wrap nav .submenu a.on {
  color: var(--color-focus);
}


header .header-wrap button {
  border: none;
  background-color: transparent;
  margin: 0;
  width: auto;
  display: none;

}

header .header-wrap button i {
  color: var(--um-body-color);
  font-size: 2rem;
}

@media screen and (max-width:820px) {
  header .header-wrap button {
    display: flex;
  }

  header .header-wrap nav {
    display: none;
  }

  .logo a {
    letter-spacing: -0.5px;
    padding: 0rem 1rem;
  }
}

/* ===================================================================
 *  04. footer   *
 * ------------------------------------------------------------------- */
footer {
  background-color: #e6e6e6;
  padding: 0rem 0 2rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  gap: 0rem
}

footer * {
  color: #727272;
  font-size: 0.86rem;
  word-break: keep-all;
}

.footer-wrap {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 7fr 3fr;
  column-gap: 2rem;
  padding-bottom: 2rem;
}

.footer-wrap .fw-left {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0.1rem;
}

.footer-wrap .fw-right,
.footer-wrap .fw-right a {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.footer-wrap .fw-right a {
  width: 50%;
  border: 1px solid #636363;
  height: 3rem;
  justify-content: center;

}

.footer-wrap .fw-right a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.sitemap {
  position: relative;
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(6, 1fr);
  padding: 2rem 1rem;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.329);
  border-top: 1px dashed rgba(128, 128, 128, 0.329);

}

.sitemap ul {
  list-style: none;
}

.sitemap ul li:nth-child(1) * {
  font-weight: bold;
  color: #636363;
  font-weight: 800;
  font-size: 1rem;
  text-transform: capitalize;
}

.sitemap a:hover {
  color: var(--color-focus)
}

footer .inlink {
  padding: 0;
  gap: 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
  height: 3.6rem;
  justify-content: center;
  align-items: center;

}

footer .inlink p {
  text-align: left;
}

footer .inlink a {
  color: var(--color-main);
  text-decoration: none;
  font-weight: bold;
}

footer .outlink {
  display: none;
}

@media screen and (max-width:820px) {
  footer * {
    font-size: 0.86rem;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 2rem;
  }

  .footer-wrap>div {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .footer-wrap>div p {
    text-align: center;
  }

  footer .inlink {
    justify-content: center;
  }

  .pc-link,
  .sitemap {
    display: none;
  }

  .fw-right {
    justify-content: center !important;
  }

  footer .outlink {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.5rem;
    padding: 1rem 0;
  }

  footer .outlink img {
    width: 2rem;
  }

  footer p:first-child {
    font-weight: bold;
  }

  footer .outlink a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
    border: 1px solid var(--color-end);
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    transition: all 0.5s;
    color: white;
    font-size: 0.76rem;
    text-transform: uppercase;
  }

  footer .outlink a:first-child img,
  footer .outlink a:nth-child(2) img {
    height: 1.3rem;
  }

  footer .outlink a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: black
  }

  footer .outlink a i {
    color: #d6249f;
    /*color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); */
  }
}

@media screen and (max-width:640px) {

  .fw-left {
    align-items: center;
  }

  p.mop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
  }

  .inlink a {
    font-size: 1.2em;
  }

  p.mop strong {
    font-size: 2em;
  }

  .vice {
    width: 80vw;
  }
}

footer .vice,
footer .vice i {
  color: var(--color-focus);
  font-size: 0.86rem;
}


footer p span i {
  font-style: normal;
  font-weight: 500;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  width: 100%;
  height: 86vh;
  overflow: hidden;
  z-index: 1000;
  transition: all 0.2s ease-in;
}

.modal h2 {
  margin-bottom: 1rem;
}

.modal button {
  position: absolute;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  top: 1rem;
  right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-cotent {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 86%;
  display: flex;
  font-size: 1rem;
}

/*layouyt*/
header,
footer,
main {
  width: 100%;
}

header#header>.header-wrap:not(.w-100),
main>section>div:not(.w-100),
footer>div {
  position: relative;
  width: 100%;
  max-width: var(--mq-m-large);
  margin: 0 auto;


}

@media screen and (max-width:820px) {

  header#header>.header-wrap:not(.w-100),
  main>section>div:not(.w-100),
  footer {
    padding: 1rem 0.5rem;
  }
}

@media screen and (max-width:360px) {

  header#header>.header-wrap:not(.w-100),
  main>section>div:not(.w-100),
  footer {
    padding: 2rem 0.5rem;
  }
}

main>section {
  position: relative;
}

/* ===================================================================
 *  05. main   *
 * ------------------------------------------------------------------- */

.border-white {
  text-shadow:
    1px 1px #fff,
    -1px 1px #fff,
    1px -1px #fff,
    -1px -1px #fff,
    1px 1px 5px #555;
}


section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}


.content-wrap {
  position: relative;
  width: 100%;
  max-width: var(--mq-m-large);
  padding: 2rem 0rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

@media screen and (max-width:var(--mq-m-large)) {
  .content-wrap {
    width: calc(100% - 0.5rem);
  }
}

@media screen and (max-width:1000px) {

  .content-wrap {
    width: calc(100% - 0.25rem);
  }
}


/*swiper*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  max-width: 100%;

}

/*main*/

.main {
  padding: 0px;
  width: 100%;
  position: relative;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
  justify-content: flex-start;
}

.sub-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;

}

.main section {

  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}

.main section:nth-child(odd) {
  background-color: #f5f5f5;
}

.main section:nth-child(1) {

  position: relative;
  height: 50vh;
  overflow: hidden;
text-align: center;


}
@media screen and (min-width:1601px) {
  .visualSwiper
  {
    width: 86%!important;
  }
}
@media screen and (max-width:1600px) {
  .visualSwiper
  {
    width: 96%!important;
  }
}
@media screen and (max-width:1360px) {
  .visualSwiper
  {
    width: 100%!important;
  }
}


.visualSwiper .swiper-slide {
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}


.main section:nth-child(1) .captions {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  color: #000;
  z-index: 9;
  transform: translateY(-45%);
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}


.main section:nth-child(1) .captions * {
  color: white !important;
  margin: 0;
  line-height: 1;
}

/* 이전/다음 버튼 스타일 */
.main section:nth-child(1) .swiper-button-prev i,
.main section:nth-child(1) .swiper-button-next i {
  color: #007bff;
  /* 버튼 색상 */
  font-size: 2rem;
  /* 아이콘 크기 */
}

.main section .swiper-button-prev::after,
.main section .swiper-button-next::after {
  display: none;
}

.main section:nth-child(1) .captions .current-title {
  margin: 0;
  font-size: calc(var(--font-base) * var(--text-size-offset, 0.4));
  word-break: keep-all;
  text-transform: uppercase;
  z-index: 9999;
}

.main section:nth-child(1) .captions .current-subtitle {
  margin: 10px 0 0 0;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  text-transform: uppercase
}


@media screen and (max-width:768px) {
  .main section:nth-child(1) .captions .current-title {
    font-size: 2.88rem;
    line-height: 1.1;
  }

  .visualSwiper .swiper-slide {
    background-position: center center;
  }

}


.main section:nth-child(2) {
  background-image: url(../images/main_section2_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 36rem;
  background-size: auto;
  justify-content: center !important;
}

.main section:nth-child(3) {

  height: 1px!important;
  padding: 0!important;

}

.main section:nth-child(4) {
  background-image: url(../images/main_section4_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  min-height: 60vh;
  height: auto;
  background-size: contain;
}

.main section:nth-child(5) {

  min-height: 68vh;

}

.main section:nth-child(3) .content-wrap {
  gap: 2rem;
  justify-content: center;
  overflow: hidden;
}

.sec02 .section-title div
{
  width: 60%;
}

.sec02-fly
{
  position: absolute;
  z-index: 10;
  width: 30rem;
  height: 30rem;
  right:0px;
  top:50%;
  transform: translateY(-50%);
  background-image: url(../images/main-sec2-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media screen and (max-width:1200px) {

  .sec02-fly
  {
    display: none;
  }
}
.sec03 .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}

.sec03 .section-title * {
  text-align: center;


}

.sec03 .section-title h2 {
  color: white;
}

@media screen and (max-width:820px) {
  .sec03 .section-title {
    transform: scale(1) translateY(-50%);
  }

  .sec03 .section-title .sec03-more {
    font-size: 1rem;
  }
  .sec02 .section-title div
  {
    width: 100%;
  }
}

.sec03-content {
  position: relative;
  height: 40%;
  display: block;
  width: 100%;
}

.sec03-content>div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec03-content>div .swiper-slide {
  background-color: rgba(24, 29, 35, 0.8);
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  transition: all 0.2s ease-in;
  border-radius: 0rem;
}

.sec03-content .swiper-slide:hover {
  background-color: rgba(24, 29, 35, 1);
  cursor: pointer;
}

.sec03-content>div * {
  color: white;
}

.sec03-content>div h2 {
  color: var(--color-key);
  font-size: calc(2.4rem + 1vw);
  font-weight: 900;
}

.sec03-more {
  position: relative;
  display: flex;
  width: 8rem !important;
  height: 3.6rem !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.86rem;
  font-weight: bold;
  color: white;
  gap: 0.5rem;
  margin: 0 !important;
  transform: scale(0.68) !important;

}

.sec03-more i {
  color: white;
  transition: all 0.1s ease-in-out;
}

.sec03-more:hover i {
  transform: translateX(50%);
  color: var(--color-focus)
}
.time-wrap
{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-timeline {
  background-color: rgba(0, 0, 0, 0.2);
  height: 14rem;
  position: absolute;
  z-index: 1;
  bottom: 0%;
  border-radius: 2rem;
  transition: all 0.2s;
  padding: 1.2rem 0;
}

@media screen and (max-width:820px) {
  .main-timeline {
    bottom: 10%;
  }
}

.timeSwiper * {
  color: white;
}

.timeSwiper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.timeSwiper .captions {
  display: flex;
  flex-direction: column;
  opacity: 0;
}

.timeSwiper .captions .current-title {
  font-size: 2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

.timeSwiper .swiper-slide-active .captions {
  animation: fadeIn 0.2s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.timeSwiper .swiper-pagination-bullet {
  width: 3.6rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.8;
  font-size: 0.86rem;
  color: gray;
  opacity: 1;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);


}

.timeSwiper .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

@media screen and (max-width:820px) {
  .timeSwiper .captions .current-title {
    font-size: calc(2rem - 2vw);
  }

}

.sec04-content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;

}


.sec04-content>div {

  position: relative;
  padding: 1rem;


}

.sec04-content .section-title {
  align-items: center !important;
}

.product-items {
  position: relative;
  width: 100%;
  height: 100%;

  overflow: hidden;
}

.product-items .swiper-slide {
  border: 1px solid var(--good-border);
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;

  padding: 1rem;
}

.product-items .swiper-slide img {
  transition: all 0.2s ease-in;
  transform: scale(1);
}

.product-items .swiper-slide:hover img {
  transform: scale(1.1);
}

.product-items .swiper-slide a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.product-items .swiper-slide a h3,
.product-items .swiper-slide a p {
  text-align: center;
}

.product-items .swiper-slide a p {
  font-size: 0.86rem;
  letter-spacing: -1px;
}

.product-items .swiper-slide a p sup {
  font-size: 0.5rem;
}

.sec05-content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0rem;
  justify-content: space-around;
}

.sec05-content>div {
  position: relative;
  width: calc(100%/2.125);
}
.notice-image
{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/main-noticereplaced.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 360px;
  height: 100%;
  background-position: center center;
}
.notice-list {
  position: relative;
  height: 100%;
  border-top: 2px solid var(--um-body-color);
  width: 100%;
}

.notice-list ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 80%;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}

.notice-list li {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.notice-list li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.empty
{
justify-content: center;
background-color: transparent!important;
text-align: center;
}
.notice-list li a {
  color: var( --color-main);
  font-weight: 500;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 1.1rem;
  padding: 0 0.2rem;
  align-items: center;
  justify-content: space-between;

}

.notice-list li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 70%;
}

.notice-list li a span {
  font-size: 0.86rem;
  color: gray;
}

@media screen and (max-width:820px) {
  .main section:nth-child(3) {
    height: 70vh;
    background-position: 15% 0 !important;
  }

  .main section:nth-child(5) {
    height: 90vh;
    align-items: center;

    justify-content: center;
  }

  .sec05-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2rem;
    height: 100%;
  }

  .sec05-content>div {
    width: 100% !important;
    flex: 1;
    overflow: hidden;
  }

}

/*go to top*/
.scroll_up {
  position: fixed;
  z-index: 999;
  right: 1rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-end);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translate(0)
  }

  20% {
    transform: translateY(15px)
  }

  40% {
    transform: translate(0)
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translate(0)
  }

  20% {
    transform: translateY(15px)
  }

  40% {
    transform: translate(0)
  }
}

.fade-in {
  opacity: 1;
  transition: .3s all ease-in
}

.fade-out {
  opacity: 0;
  transition: .3s all ease-out
}

/*section common*/
.section-title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;
}

@media screen and (max-width:820px) {
  .section-title {
    padding: 1rem 0;
  }

}

@media screen and (max-width:360px) {
  .section-title {
    padding: 2rem 1rem 0rem;
  }
}

.section-title h2 {
  font-size: calc(2rem + 1vw);
  color: var(--um-body-color);
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
}

.section-title h2 strong {
  font-weight: 900;
  color: var(--color-focus)
}

.section-title p {

  color: var(--color-focus);
  padding: 0.5rem;
  text-transform: capitalize;
  font-size: 1.2rem;
}

.section-title p strong {
  color: var(--color-focus)
}

.section-title a {
  display: flex;
  width: 6rem;
  height: 3rem;
  background-color: var(--color-focus);
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 0.95rem;
  margin-top: 1rem;
  transition: all 0.3s;
  font-weight: normal;
}

.section-title a:hover {
  background-color: var(--color-end);
  border-radius: .5rem;
}

.item-title {
  position: relative;
  margin-bottom: 1rem;
}

.item-title h3 {
  font-size: calc(1rem + 1vw);
}

.item-title .item-bar {
  width: 0%;
  height: 3px;
  background-color: var(--color-main);
  transition: width 0.5s ease;
}

.item-title p {
  font-size: 0.7rem;
  color: gray;
  text-transform: uppercase;
}

/* 마우스 오버 시 너비 100%로 확장 */
.item-title:hover .item-bar {
  width: 100%;
  cursor: pointer;
}

/*section02*/
.main section:not(:first-child) {
  min-height: 100%;
  padding: 3rem 0;
  gap: 3rem;
}

@media screen and (max-width:820px) {
  .main section:not(:first-child) {
    min-height: 100%;
    padding: 1rem 0;
    gap: 2rem;
  }



}


/********************sub***********************/
.sub-header {
  background-color: white;
  height: 18rem;
  position: relative;
  width: 100%;
  position: relative;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.sub-header::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.0);

}

.sub-header-no {
  height: 3rem;
}

.sub-header .sh-area {
  height: auto;
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transform: translateY(20%);
  z-index: 10;

}

.sub-header .sh-area h2 {
  font-size: calc(100% + 1.2vw);
  line-height: 1;
  text-transform: capitalize;

  text-align: center;
}

.sub-header .sh-area h2::after {
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  width: 46px;
  height: 1px;
  background-color: #444;
}

.sub-header .sh-area h3 {

  font-weight: 300;
  font-size: 1rem;
  color: #444;
  text-align: center;
}

.sh-foot {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 0rem;
  font-size: 1.2rem;
  gap: 2.4rem;
}

.sh-foot h4 {
  font-weight: 200;

}

@media screen and (max-width:820px) {
  .sub-header {
    height: 14rem;
  }

  .sub-header .sh-area {
    padding: 2rem 1rem;
    grid-template-columns: 1fr;
  }

  .sh-outlinks {
    justify-content: flex-start;
    ;
  }

  .sh-outlinks a {
    align-items: center;
  }

  .mobile-panel .sh-outlinks {
    flex-direction: column;
    border-top: 1px solid var(--good-border);
    padding-top: 2rem;

  }

  .mobile-panel .sh-outlinks a {
    justify-content: flex-start;

  }

  .mobile-panel .sh-outlinks a img {
    filter: grayscale(0)
  }

  .mobile-panel .sh-outlinks a span {
    display: inline-block;
    font-size: 1rem;
  }

  .sh-foot h3,
  .sh-foot h4 {
    font-size: 0.86em;
  }

  .mobile-panel .nr-text {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--good-border);
  }

  .mobile-panel .nr-text h3 {
    font-size: 1.2rem;
  }
}

/*게시판보강*/
.scbd .list_board .lst-board.lst-body li .col_subject a {
  font-size: 0.96rem !important;
}
.sub-top
{
  position: relative;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.sub-top-image {
  position: relative;
  height: 20rem;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;


}
@media screen and (min-width:1601px) {
  .sub-top-image
  {
    width: 86%!important;
    border-radius: 0.25rem;
  }
}
@media screen and (max-width:1600px) {
  .sub-top-image
  {
    width: 96%;
    border-radius: 0.25rem;
  }
}
.districted
{
  height: 1rem!important;
}
@media screen and (max-width:834px) {
  .sub-top-image {
    height: 16rem;
    width: 100%;
    border-radius: 0!important;
  }

}
@media screen and (max-width:480px) {
  .sub-top-image {
    height: 10rem;
  }

}
/*서브메뉴*/
.snl {
  position: relative;
  width: 100%;

  min-height: 6rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border-bottom: 2px solid var(--good-border);
}

.snl select {
  width: 100%;
height: 3rem;
}

.sub-menu {
  width: 100%;
  display: flex;
  width: 100%;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-bottom: 0rem;

}

.sub-menu ul {
  position: relative;
  margin: 0;
  position: relative;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  gap: 0.5rem;
  flex: 1
}

.sub-menu li {
  width: calc(100%/4.2);


}

.sub-menu a {
  width: 100%;
  padding: 1rem 0;
  color: #fff;
  transition: 0.1s ease-in;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid var(--good-border);
  border-radius: 1rem;
}

.sub-menu li:not(:last-child) {
  margin-right: -1px;
}

.sub-menu a:hover,
.sub-menu a.on {
  background-color: rgba(128, 128, 128, 0.329);
  ;
  font-weight: bold;

}

/*PC용*/
.pc-breakdumb {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.page-nav {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-right: 6rem;
}

.page-nav dt {
  position: relative;

}

.page-nav dt::after {
  content: '\F285';
  /* 사용하려는 아이콘의 유니코드 코드 포인트 */
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;

}

.page-nav dd {
  position: relative;
}

.current-menu {}

.droplist {
  position: absolute;
  z-index: 6;
  list-style: none;
  display: none;
  flex-direction: column;
  border: 1px solid var(--good-border);
  background-color: var(--good-bg);
  padding: 0.5rem;
  top: -0.80rem;
  left: -0.64rem;
  width: auto;
}

.droplist .on {
  font-weight: bold;
  order: -1;
}

.droplist li:not(.on) i {
  opacity: 0;
}

.current-menu {
  font-weight: bold;
}

.current-menu:hover>i {
  opacity: 0;
}

.current-menu:hover .droplist {
  display: flex;
}

.droplist li {
  font-weight: normal;
}

.droplist a {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  white-space: nowrap;
  gap: 0.32rem;


}

.droplist a i {
  transition: all 0.2s ease-in-out;
}

.droplist li:not(.on) a:hover {
  color: var(--color-focus)
}

.droplist:hover a i {
  transform: rotate(90deg);
}

@media screen and (max-width:768px) {
  .snl {
    height: 5rem;
    border-radius: 0;
  }

  .sub-menu {
    justify-content: center;
    margin: 0;
  }

  .sub-menu ul {
    display: flex;
  }

  .sub-menu a {

    height: 3rem;
  }

  .pc-breakdumb {
    display: none;
  }

}

/*mobile*/
.mobile-over {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
}

.mobile-overlay {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.mobile-overlay.show1 {
  z-index: 9990;
  opacity: 1;
}

.mobile-panel {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 80vw;
  top: 0px;
  right: -80vw;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
}

.mobile-panel.show2 {
  right: 0vw;
}

.mobile-panel-close {
  position: absolute;
  z-index: 100;
  right: 0.2rem;
  top: 1rem;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;

}

@media screen and (min-width:821px) {

  .mobile-overlay,
  .mobile-panel {
    display: none !important;
    z-index: -1 !important;
  }

}

@media screen and (min-width:768px) and (max-width:1023.9px) and (orientation:landscape) {
  header #header-nav {
    height: 4.1rem !important
  }

  .mobile-overlay {
    display: flex
  }

  .mobile-panel {
    width: 50vw;
    right: -50vw
  }
}

.mobie-menu {
  position: relative;
  width: 100%;
  overflow-y: auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  height: 100%;
  max-height: 100vh;
}

.mobie-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.mobie-menu li>a {
  font-weight: normal;
  padding: 0.5rem 0rem;
  width: 100%;
  height: 3rem;
  display: flex;
  border-bottom: 1px solid var(--good-border);
  font-size: 1rem;
  color: var( --color-main);
  line-height: 1.1;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 1.25rem;
}

.mobie-menu li.on>a {
  font-weight: bold;
  color: var(--color-key);
  text-transform: uppercase;
}

.mobie-menu .submenu-m {

  display: none;
  border-bottom: 1px solid var(--good-border);
  background-color: #fff;
  padding: 0rem;
  background-color: var(--good-bg);

}

.mobie-menu .submenu-m>div {
  display: flex;
  flex-direction: column !important;
  padding: 0.1rem 0;
}

.mobie-menu .submenu-m>div a {
  height: 3rem;
  display: flex;
  font-size: 1.15rem;
  width: 100%;
  padding: 0.25rem 0 0.25rem 0.5rem;
  align-items: center;

}

.mobie-menu .submenu-m>div a.on {
  color: var(--color-focus);
  font-weight: bold;
  background-color: var(--color-main);
}

.scroll-end-indicator
{
  display: none;
}
@media screen and (max-width:768px) {
  .scroll-end-indicator {
    position: absolute;
    top: -1rem;
    right: 0px;
    display: block;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
  }

  .scroll-end-indicator svg {
    width: 2rem;
  }

}
#sub-contents
{
  position: relative;
  padding: 0px 0.25rem;
}
.sub-body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  padding: 2rem 0rem 3rem;
  margin: 0;
}

/*페이징*/
.paging {
  font-size: var(--main-rem);
  line-height: 1;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  margin: 0em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;

}

.paging>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
  position: relative;
  height: 5rem;
}

.paging a,
.paging strong {
  display: flex;
  width: 3rem;
  height: 3rem;
  color: #777;
  font-size: 0.86rem;
  padding: 0rem;
  line-height: 1;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  color: var(--color-end);
  border: 1px solid rgba(0, 0, 0, .0);
}

.paging a:focus,
.paging a:hover {
  color: var(--color-end);
  border: 1px solid rgba(0, 0, 0, .0);

}

.paging strong {
  background: rgba(0, 0, 0, .0);
  border-radius: 50%;
  font-weight: bold;
  color: var(--color-main);
  border: 1px solid rgba(0, 0, 0, .0);
}

/* 사용정지 */
.paging .disabled,
.paging [hidden],
.paging [disabled] {
  opacity: .5;
  pointer-events: none;
}


.privacy {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.privacy>div {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem
}

.privacy>div p,
.privacy>div li {
  font-size: 0.86rem;
}



/*인증및시험성적서*/
.prize-category {
  position: relative;
  width: 100%;
  min-width: 820px;
  display: block;
  margin-bottom: 2rem;
  padding: 0;
  border: 1px solid var(--good-border)
}
.prize-category .item
{
  transition: .75s cubic-bezier(.2,.75,.5,1),opacity .5s ease .3s;
}

.prize-category ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 3.6rem;
}

.prize-category li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prize-category li:not(:last-child) {
  border-right: 1px solid var(--good-border);
}

.prize-category li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prize-category a.on
{
  font-weight: bold;
  color:#2f3640
}
.prize-notice {
  background-color: var(--good-bg);
  padding: 1rem;
  position: relative;
  margin: 2rem 0;
  border:2px solid var(--good-border);
  font-size: 0.9rem;
  line-height: 1.3;

}
.prize-notice ul
{
  list-style:decimal;
  list-style-position: inside;
  margin-top: 1rem;
}

.prize-wrap {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
  margin: 1rem 0;
 flex-direction: column;
 gap:1.4rem
}
.prize-wrap .item
{
  position: relative;
 display: flex;
 flex-direction: column;
 gap:1rem;
}
.prize-wrap .item .item-title
{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:1rem;
  align-items: center;
}

.prize-wrap .item .item-title h3
{
  font-size: 1.24rem;
  font-weight: bold;
}
.prize-wrap .item .items
{
  position: relative;
  width: 100%;
  display: grid;
  gap:2rem;
  padding: 0;
}

.prize-down
{
  position: absolute;
  z-index: 555;
  width: 3rem;
  height: 3rem;
  display: flex;
  bottom:0px;
  right: 10px;
  justify-content: center;
  align-items: center;
background-color: #ccc;

}

.prize-wrap *::after {
  background-color: rgba(0, 0, 0, 0) !important;
  z-index: -1 !important;
}

.prize-wrap figure {
  margin: 0;
  display: flex;
  justify-content: center;
gap:1.5rem;
  flex-direction: column;

}


.prize-wrap img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width:1000px) {
  .prize-wrap figure
  {
    align-items: center;
  }
  .onlyone img
{
  max-width: 80%;
  margin: 0 auto;
}

}
.prize-wrap p {
  font-size: 0.8rem;
  padding: 0 0rem;
  color: #444
}

.prize-wrap figcaption {
  font-weight: bold;
  order: -1;
  width: 100%;
  display: flex;
flex-direction: row;
align-items: center;
gap:1rem;

font-size: 1.2rem;
}
.prize-wrap figcaption p
{
  font-size: 0.8rem;
  color: #444;
  font-weight: normal;

}

/*@media screen and (min-width:1360px) {
  .prize-wrap {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media screen and (max-width:1360px) {
  .prize-wrap {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media screen and (max-width:1024px) {
  .prize-wrap {
    grid-template-columns: repeat(3, 1fr);
  }

}
*/
@media screen and (max-width:768px) {
  .prize-wrap .item .items {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width:492px) {
  .prize-wrap .item .items {
    grid-template-columns: 100%!important;
  }

}

#pdfContainer {
  width: 80%;
  height: 90%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width:820px) {
  #pdfContainer {
    width: 100%;
    height: 100%;


  }
}
#pdfContainer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2rem;
}
.prize-img,.prize-img figure
{
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap:1rem;
align-items: center;
}
.prize-img
{
  margin-top: 1rem;
}
/*실적*/
.table-wrap {
  position: relative;
  width: 100%;
  padding: 1rem 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.aboard {
  grid-template-columns: 1fr !important;
}

.table-work {
  position: relative;
  border-collapse: collapse;
  width: 100%;
  border-width: 2px 0px 1px;
  border-style: solid;
  border-color: var(--table-row);
  font-size: 1rem;
}

@media screen and (max-width:820px) {
  .table-work:not(.table) {
    min-width: 420px;
  }

}

.table-work thead {
  background-color: var(--table-bg);
}

.table-work thead tr {
  border-bottom: 1px solid var(--table-column);
}

.table-work thead th {
  padding: 1rem 0;
  border-right: 1px solid var(--table-column);
  vertical-align: middle;
}

.tr-border {
  border-right: 1px solid var(--table-column) !important;
}

.table-work thead th:last-child {
  border: none;
}

.table-work tbody th {
  border-right: 1px solid var(--table-column);
  border-top: 1px solid var(--table-row);
  vertical-align: middle;
}

.table-work td {
  border-top: 1px solid var(--table-row);
  vertical-align: middle;
  border-right: 1px solid var(--table-column);
}

.table-work td:last-child {
  border-right: none;
}

.table-work td,
.table-work tr {
  font-size: 1rem;
  padding: 0.5rem;
}

/*연혁*/
.container {
  width: 80%;
  padding: 50px 0;
  margin: 80px auto 50px;
  position: relative;
  overflow: hidden;
}
.time-header
{
  width: 80%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:768px) {
  .time-header
  {
    display: none;
  }

}
.time-header::before
{
  content:'';
  position: absolute;
  z-index: 887;
  width: 6.4rem;
  height: 6.4rem;
  border:1px solid var(--color-main);
  border-radius: 50%;
  top:50%;
  left:50%;
  transform: translate(-50%,-0.2rem);
  background-color: #fff;
}
.time-header::after
{
  content:'history';
  position: absolute;
  z-index: 888;
  width: 6rem;
  height: 6rem;
  top:50%;
  left:50%;
  transform: translate(-50%,0%);
  background-color: var(--color-main);
  color:white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
.container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #CCD1D9;
  z-index: 1
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid white;
  background: var(--color-main);
  margin-top: 10px;
  z-index: 99;
  position: relative;

}
.marker::after
{
  content:"";
  position: absolute;
  z-index: 1000;
  width: 18px;
  height: 18px;
  left:-2px;
  top:-2px;
  border-radius: 50%;
  border: 1px solid var(--color-main);
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666
}

.timeline-content h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: bold
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
  font-weight: bold;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}


@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }
}

/*오시는길*/
.factory {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
}
.factory>div.fac1
{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap:1rem;
  flex-wrap: wrap;
  justify-content: space-around;

}
.factory>div.fac1 >img {
  position: relative;
  width: calc(100%/2.1);

}


.factory>div iframe {
  width: 100% !important;

}

@media screen and (max-width:820px) {
  .factory>div.fac1 {
    flex-direction: column;
  }

  .factory>div img {
    width: 100%;
  }

  .factory .map
  {
    pointer-events: none;
  }
}

/*제품설명*/

.p-img4 .swiper-button-prev::after,
.p-img4 .swiper-button-next::after {
  display: none;
}

.help-wrap {
  position: relative;
  border: 1px solid var(--good-border);
  padding: 1rem;
  font-size: 1rem;
  margin: 1rem 0;
  background-color: var(--good-bg);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.help-wrap h4 {
  font-size: 0.9em;
}

.help-wrap p {
  font-size: 0.86em;
  letter-spacing: -1px;
}

.down {
  position: relative;
  width: 100%;
  background-color: #e7f3f7;
  background-image: url(../images/help.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.temperature-celsius::after {
  content: "\00B0C";
}

.angle-degree::after {
  content: "°";
}

.diameter::after {
  content: "⌀";
}

div:not(.product-items)[class^="product-"] {
  position: relative;
  width: 100%;
  margin: 1rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;

}

.product-wrap h3 {
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0;
}

.product-wrap h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 0rem;
}

.product-wrap h4::before {
  content: '|';
  padding-right: .5rem;
}

.product-top,
.product-detail {
  gap: 0.5rem !important;

}

.product-wrap .swiper {
  margin: 2rem 0;

}

.product-wrap .swiper-slide figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}

.product-wrap .swiper-slide figure img,
.border-img {
  max-width: 100%;
  border: 1px solid var(--good-border);
  border-radius: 0.5rem;
}

.product-wrap .swiper-slide figure figcaption {
  text-align: center;
  font-size: 0.86rem;

  position: absolute;
  z-index: 1;
  top: 80%;
  left: 50%;
  width: auto;
  max-width: 80%;
  display: inline-block;
  transform: translateX(-50%) translateY(0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: grey;
  color: white;
  padding: 0.5rem 0.8rem;
  border-radius: 1.3rem;
  transition: all 0.3s;



}
.product-wrap .swiper-slide figure figcaption i
{
  color:white!important
}


.spec {
  position: relative;
  width: 100%;
  padding: 0;
  display: flex;
  margin: 2rem 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;

}
.velow th
{
  font-size: 1.5rem;
}
.table-2>* {
  width: calc(100%/2.2);
  position: relative;

}

@media screen and (max-width:768px) {
  .table-2>* {
    width: 100%;
  }
}

.table th {
  background-color: var(--good-bg);
}

.table-center * {
  text-align: center;
  vertical-align: middle;
}

ul.feature {
  list-style-position: inside;
  margin: 1rem 0;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bg-image {
  position: relative;
  background-color: var(--good-bg);
  padding: 2rem 0 3rem;
  margin: 2rem 0;
}

/*fancybox오류*/
.fancybox-navigation {
  top: 50%;
}
.fancybox-navigation svg
{
  fill:white;
}

.fancybox-infobar span,
.fancybox-caption__body {
  color: var(--color-focus)
}

.color4 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  height: 3.6rem;
}

.color4>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 1px solid var(--good-border);

  font-weight: bold;
}

.color4>div:nth-child(1) {
  background-color: RGB(255, 255, 240);
}

.color4>div:nth-child(2) {
  background-color: RGB(192, 192, 192);
}

.color4>div:nth-child(3) {
  background-color: #c7b179;
}

.color4>div:nth-child(4) {
  background-color: RGB(72, 72, 72);
  color: wheat;
}

.pro8-img4 {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.pro8-img4 figure {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  gap: 1rem;
  ;


}

.pro8-img4 figure img {
  max-width: 96%;
  align-self: center;
  border-radius: 0.5rem;
}

.pro8-img4 figure figcaption {
  background-color: var(--table-bg);
  border-top: 2px solid var(--table-row);
  padding: 1rem;
  font-weight: bold;
}

@media screen and (max-width:460px) {
  .pro8-img4 {
    grid-template-columns: 1fr;
  }

}

.as-info {
  position: relative;
  padding: 1rem;
  border: 1px solid var(--good-border);
  gap: 0.5rem;
}

/*비전*/
.vision-wrap h2
{
  font-size: 2rem;
  color:#4b5355;
}
.vision-wrap h3
{
  font-size: 1.4rem;
  color:#494e51
}
.en-lang
{
  color:var(--color-focus);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.6;
}
.vision-wrap
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:2rem;
}
.vision
{
  font-size: 1.3rem;
  line-height: 1.3;
}
.vision-top
{
  position: relative;
display: flex;
flex-direction: column;
  gap:2rem;
}


.ceo figure {
  flex-direction: column;
  gap: 0.2rem;
  margin: 0rem 0;
}
.ceo figcaption
{
  font-size: 1rem;
  text-align: left;
  margin-bottom: 1rem;
  width: 100%;
  font-size: 0.86rem;
}
.article {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;

}

.article > div {

position: relative;
  box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.07);
  padding: 1rem;
}
.article
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.article-content
{
  position: relative;
display: grid;
grid-template-columns: repeat(2,1fr);
  gap: 2rem !important;

}

.article-content .ceo
{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 2rem 0;
}
.article-content .ceo img
{
 border-radius: 0.35rem;
}

.ar-text
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:1rem;
  justify-content: space-evenly;
  font-size: 0.86rem;
  line-height: 1.3;
  font-weight: normal;
}
.think {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.think>div {
  border: 1px solid var(--good-border);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 0px 3px 1px rgba(0, 0, 0, 0.07);
  align-items: flex-start;
  min-height: 16rem;
  gap: 0.5rem;
  justify-content: space-between;
}
.think>div p
{
  font-weight: 500;
}
.think>div h5 {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.5rem 0;

  width: 100%;
  text-align: left;
}

.think>div p {
  text-align: left;
}


.think>div >div
{
  font-size: 1.2rem;
  position: relative;
}
.think>div >div:nth-child(1)::after
{
  content: '';
  position: absolute;
  z-index: 1;
  width: 5rem;
  height: 3px;
  background-color: var(--focus-bg);
  left:0px;
bottom: -0.5rem;
}
@media screen and (max-width:1200px) {

  .article-content
  {
    grid-template-columns: 1fr!important;
  }

}
@media screen and (max-width:680px) {
  .think
  {
    grid-template-columns:1fr;
  }

}

.special
{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap:1.2rem;
}
.technique
{
  position: relative;
  display: flex;
  margin: 0rem 0 2rem;
  flex-direction: column;
  gap:0.5rem
}
.english
{
  position: relative;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.english h3
{
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 1.2rem;
}
.media,.media-tag
{
  position: relative;
display: grid;
grid-template-columns: repeat(2,1fr);
  gap:1rem;
}
.catal img
{
  border:1px solid var(--good-border)!important;
}


.media-tag a
{
  width: 12rem;
  display: flex;
  flex-direction: row;
  gap:1rem;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  border:1px solid var(--good-border);
  background-color: var(--good-bg);
  border-radius: 0.2rem;
  font-weight: 500;
}
@media screen and (max-width:820px) {
  .media,.media-tag
  {
    grid-template-columns: 1fr;
  }
  .media-tag a
  {
    width: 100%;
  }
}


/*접수목록*/
.form-wrap,
.form-wrap form,
.agree {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.agree-wrap {
  position: relative;
  width: 100%;
  padding: 1.6rem;
  border: 1px solid var(--good-border)
}

.agree-wrap ul {
  list-style-position: inside;
}

.form-wrap h3 {
  font-size: 1.6rem
}

.agree-wrap h4 {
  font-size: 1.4rem;
  line-height: 1.2
}

.agree-wrap h5 {
  font-size: 1.1rem;
  line-height: 1.6
}

.agree-check-box label {
  font-size: 0.9rem
}
.agree-box
{
  display: flex;
  flex-direction: column;
  gap:0.25rem;
}
.agree *
{
  font-size: 0.86rem!important;

}
.btn-wrap a {
  width: 6rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--good-border);
  background-color: var(--good-bg);
  font-weight: 700
}

.captcha_img_code {
  margin-bottom: 5px;
}

.captcha_img_code .captcha_str {
  display: inline-block;
  padding: 4px 10px 5px;
  border: 1px solid #333;
  background: #fff;
  vertical-align: top;
}

.captcha_img_code .captcha_str img {
  vertical-align: top;
}

.captcha_img_code .captcha_input {
  margin: 0;
  vertical-align: top;
}

.captcha_img_code .captcha_input input[type='text'] {
  box-sizing: border-box;
  width: 100px;
  height: 31px;
  margin-left: 2px;
}

.captcha_help_text {
  margin: 5px 0 0;
  padding: 0;
  font-size: 0.86rem;
}
.form-wrap hr
{
  border:1px solid var(--good-border)
}
.formlist-wrap
{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    column-gap:1rem;
    row-gap: 1.5rem;
}
.formlist-wrap figure
{
  border: 1px solid var(--good-border);
  overflow: hidden;
}
.formlist-wrap img {

  transition: all .25s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.formlist-wrap figure
{
  margin-bottom: .6rem;
}
.formlist-wrap figure:hover img
{
  transform: scale(1.2);
}
.formlist-wrap dl {
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  gap: .2em;
  letter-spacing: -1px;
}
.formlist-wrap  dt
{
  white-space: nowrap;
  font-weight: bold;
  color:#444
}
@media screen and (max-width:1200px) {
  .formlist-wrap
  {
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (max-width:820px) {
  .formlist-wrap
  {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width:640px) {
  .formlist-wrap
  {
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width:420px) {
  .involve tr
  {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

}

/*견적요청*/
.request-damper
{
  position: relative;
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap:1rem;
}
.request-damper figure
{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1200px) {
  .request-damper
  {
    grid-template-columns: 1fr;
    justify-content: center;
  }

}

.request-input
{
  position: relative;
  border:1px solid var(--good-border);
  padding: 1rem;
  background-color: var(--good-bg);
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:1rem;

}

@media screen and (max-width:820px) {
  .request-input
  {
    grid-template-columns: 1fr;
  }

}

.request-input dt
{
  font-weight: 500;
  font-size: 0.86rem;
}

.info
{
  font-size: 0.86rem;
  font-style: normal;
}