@charset "UTF-8";
.main-color {
  color: #d4824b;
}

/* media-query */
/* mixin */
/* animation */
.blur-down {
  opacity: 0;
  filter: blur(20px);
  transform: translateY(-100%);
}

.animate .blur-down {
  animation: blur_down 2s ease 0s forwards;
}

@keyframes blur_down {
  100% {
    filter: blur(0px);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* box-style */
.animate .delay0 {
  animation-delay: 0s;
}

.animate .delay1 {
  animation-delay: 0.1s;
}

.animate .delay2 {
  animation-delay: 0.2s;
}

.animate .delay3 {
  animation-delay: 0.3s;
}

.animate .delay4 {
  animation-delay: 0.4s;
}

.animate .delay5 {
  animation-delay: 0.5s;
}

.animate .delay6 {
  animation-delay: 0.6s;
}

.animate .delay7 {
  animation-delay: 0.7s;
}

.animate .delay8 {
  animation-delay: 0.8s;
}

.animate .delay9 {
  animation-delay: 0.9s;
}

.animate .delay10 {
  animation-delay: 1s;
}

.animate .delay11 {
  animation-delay: 1.1s;
}

.animate .delay12 {
  animation-delay: 1.2s;
}

.animate .delay13 {
  animation-delay: 1.3s;
}

.animate .delay14 {
  animation-delay: 1.4s;
}

.animate .delay15 {
  animation-delay: 1.5s;
}

.animate .delay16 {
  animation-delay: 1.6s;
}

.animate .delay17 {
  animation-delay: 1.7s;
}

.animate .delay18 {
  animation-delay: 1.8s;
}

.animate .delay19 {
  animation-delay: 1.9s;
}

.animate .delay20 {
  animation-delay: 2s;
}

.animate .delay21 {
  animation-delay: 2.1s;
}

.animate .delay22 {
  animation-delay: 2.2s;
}

.animate .delay23 {
  animation-delay: 2.3s;
}

.animate .delay24 {
  animation-delay: 2.4s;
}

.animate .delay25 {
  animation-delay: 2.5s;
}

.animate .delay26 {
  animation-delay: 2.6s;
}

.animate .delay27 {
  animation-delay: 2.7s;
}

.animate .delay28 {
  animation-delay: 2.8s;
}

.animate .delay29 {
  animation-delay: 2.9s;
}

.animate .delay30 {
  animation-delay: 3s;
}

.animate .duration0 {
  animation-duration: 0s;
}

.animate .duration1 {
  animation-duration: 0.1s;
}

.animate .duration2 {
  animation-duration: 0.2s;
}

.animate .duration3 {
  animation-duration: 0.3s;
}

.animate .duration4 {
  animation-duration: 0.4s;
}

.animate .duration5 {
  animation-duration: 0.5s;
}

.animate .duration6 {
  animation-duration: 0.6s;
}

.animate .duration7 {
  animation-duration: 0.7s;
}

.animate .duration8 {
  animation-duration: 0.8s;
}

.animate .duration9 {
  animation-duration: 0.9s;
}

.animate .duration10 {
  animation-duration: 1s;
}

.animate .duration11 {
  animation-duration: 1.1s;
}

.animate .duration12 {
  animation-duration: 1.2s;
}

.animate .duration13 {
  animation-duration: 1.3s;
}

.animate .duration14 {
  animation-duration: 1.4s;
}

.animate .duration15 {
  animation-duration: 1.5s;
}

.animate .duration16 {
  animation-duration: 1.6s;
}

.animate .duration17 {
  animation-duration: 1.7s;
}

.animate .duration18 {
  animation-duration: 1.8s;
}

.animate .duration19 {
  animation-duration: 1.9s;
}

.animate .duration20 {
  animation-duration: 2s;
}

.animate .duration21 {
  animation-duration: 2.1s;
}

.animate .duration22 {
  animation-duration: 2.2s;
}

.animate .duration23 {
  animation-duration: 2.3s;
}

.animate .duration24 {
  animation-duration: 2.4s;
}

.animate .duration25 {
  animation-duration: 2.5s;
}

.animate .duration26 {
  animation-duration: 2.6s;
}

.animate .duration27 {
  animation-duration: 2.7s;
}

.animate .duration28 {
  animation-duration: 2.8s;
}

.animate .duration29 {
  animation-duration: 2.9s;
}

.animate .duration30 {
  animation-duration: 3s;
}

/* 모바일 줄바꿈 없애기 */
@media (max-width: 500px) {
  br {
    display: none;
  }
}
/* 서브페이지 hn 태그 글자 크기 */
section h1, section h2, section h3, section h4, section h5, section h6 {
  font-size: 3rem;
}

/* header */
header.pc {
  top: 0px;
  width: 100%;
}
header.pc .header-top {
  background-color: rgb(255, 255, 255);
  border-radius: 0px;
  padding: 3.7rem 0;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
header.pc .header-top.hover {
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
header.pc .header-top.hover::after {
  width: 100%;
}
header.pc .header-top .header-inner .gnb nav {
  padding-top: 0.7rem;
}
header.pc .header-top.scroll {
  border-bottom: 1px solid #efefef;
}
header.pc .sitemap {
  border-bottom: 1px solid #e4e4e4;
  background-color: rgb(255, 255, 255);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* sub-head-banner */
.sub-head-banner {
  max-width: 1920px;
  width: calc(100% - 60px);
  margin: 126px auto 0;
  border-radius: 2rem;
  padding: 8.25rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-head-banner .txt {
  text-align: center;
  color: #fff;
}
.sub-head-banner .txt span {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}
.sub-head-banner .txt h2 {
  padding-top: 1rem;
  font-size: 4rem;
}
.sub-head-banner.g01 {
  background-image: url("/img/header_bg_g01.png");
}
.sub-head-banner.g02 {
  background-image: url("/img/header_bg_g02.png");
}
.sub-head-banner.g03 {
  background-image: url("/img/header_bg_g03.png");
}
.sub-head-banner.g04 {
  background-image: url("/img/header_bg_g04.png");
}
.sub-head-banner.g05 {
  background-image: url("/img/header_bg_g05.png");
}
.sub-head-banner.g06 {
  background-image: url("/img/header_bg_g06.png");
}
.sub-head-banner.g07 {
  background-image: url("/img/header_bg_g01.png");
}

@media (max-width: 1279px) {
  .sub-head-banner {
    margin-top: 71px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .sub-head-banner {
    margin-top: 50px;
    width: calc(100% - 32px);
    padding: 7rem 0;
  }
  .sub-head-banner .txt span {
    font-size: 8.5px;
  }
  .sub-head-banner .txt h2 {
    font-size: 28px;
  }
}
/* sub-banner */
.sub-banner {
  position: relative;
  border-radius: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .sub-banner {
    border-radius: 10px;
  }
}
/* sub-breadcrumb */
.sub-breadcrumb {
  width: calc(100% - 60px);
  box-sizing: border-box;
  max-width: 1400px;
  padding: 2.3rem 4rem;
  margin: 2.2rem auto 5rem;
  border-radius: 4rem;
  border: 1px solid #d4824b;
  display: flex;
  gap: 2.2rem;
  align-items: center;
}
.sub-breadcrumb .homebox a img {
  width: 2.2rem;
}
.sub-breadcrumb select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "paper";
  border: 0;
  padding-left: 7.5px;
  width: 27.5rem;
  outline: none;
  height: 3rem;
  cursor: pointer;
}
.sub-breadcrumb select.c02 {
  width: 32rem;
}
.sub-breadcrumb select:focus {
  outline: none;
  box-shadow: none;
  border: none !important;
}
.sub-breadcrumb .one-depth-wrap {
  position: relative;
}
.sub-breadcrumb .one-depth-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-color: #d4824b;
}
.sub-breadcrumb .one-depth-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.65rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-top: 1rem solid #d4824b;
}
.sub-breadcrumb .two-depth-wrap {
  position: relative;
}
.sub-breadcrumb .two-depth-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  right: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background-color: #d4824b;
}
.sub-breadcrumb .two-depth-wrap::after {
  content: "";
  display: block;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.65rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-top: 1rem solid #d4824b;
}

@media (max-width: 1279px) {
  .sub-breadcrumb {
    width: calc(100% - 40px);
    padding: 2rem 3rem;
  }
  .sub-breadcrumb select {
    background-color: #fff;
    color: #444;
    height: unset;
  }
}
@media (max-width: 767px) {
  .sub-breadcrumb {
    width: calc(100% - 32px);
    padding: 0.7rem 2rem 1.1rem;
    margin: 2.2rem auto 4.5rem;
    gap: 0.8rem;
  }
  .sub-breadcrumb .homebox {
    flex-shrink: 0;
  }
  .sub-breadcrumb .homebox a img {
    width: 12px;
  }
  .sub-breadcrumb select {
    padding-left: 5px;
    font-size: 12.5px;
    width: auto;
  }
  .sub-breadcrumb .one-depth-wrap {
    width: 50%;
  }
  .sub-breadcrumb .one-depth-wrap .one-depth {
    width: 100%;
    padding-left: 3px;
  }
  .sub-breadcrumb .one-depth-wrap::before {
    top: calc(50% + 1px);
    height: 65%;
  }
  .sub-breadcrumb .one-depth-wrap::after {
    top: calc(50% + 1px);
    right: 15px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #d4824b;
  }
  .sub-breadcrumb .two-depth-wrap {
    width: 50%;
  }
  .sub-breadcrumb .two-depth-wrap .two-depth {
    width: 100%;
  }
  .sub-breadcrumb .two-depth-wrap::before {
    top: calc(50% + 1px);
    height: 65%;
    display: none;
  }
  .sub-breadcrumb .two-depth-wrap::after {
    top: calc(50% + 1px);
    right: 5px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #d4824b;
  }
}
/* sub-cmn-title */
.sub-cmn-title {
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px 50px;
  text-align: center;
}
.sub-cmn-title h2 {
  padding-bottom: 1.8rem;
  font-size: 4rem;
}
.sub-cmn-title p {
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 1279px) {
  .sub-cmn-title {
    padding: 0 20px 50px;
  }
}
@media (max-width: 767px) {
  .sub-cmn-title {
    padding: 0 16px 40px;
  }
  .sub-cmn-title h2 {
    font-size: 28px;
  }
  .sub-cmn-title p {
    line-height: 1.4;
  }
  .sub-cmn-title p br {
    display: none;
  }
}
/* sub-title */
.sub-title {
  text-align: center;
}
.sub-title h3 {
  color: #d4824b;
}
.sub-title h3 br {
  display: block;
}
.sub-title p {
  padding-top: 2rem;
}
.sub-title.left {
  text-align: left;
}

/* sub-ttl-box */
.sub-ttl-box {
  height: 5.2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #d4824b;
  border-radius: 15px;
}

/* desc-wrap */
.desc-wrap {
  text-align: center;
}
.desc-wrap .logotype {
  display: block;
  font-size: 1.2rem;
  color: #444;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 2.3rem;
}
.desc-wrap h2 {
  font-size: 3rem;
  font-weight: 400;
}
.desc-wrap h2 br {
  display: block;
}
.desc-wrap p {
  padding-top: 1.8rem;
  line-height: 1.25;
}
.desc-wrap ul {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.1rem;
}
.desc-wrap ul li {
  background-color: #f8f8f8;
  border-radius: 2rem;
}

@media (max-width: 1279px) {
  .desc-wrap p {
    line-height: 1.4;
  }
}
/* top-divider */
.top-divider {
  position: relative;
}
.top-divider::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #eee;
  height: 1px;
  width: 73.5%;
  top: 0;
  min-width: 1220px;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1279px) {
  .top-divider::before {
    min-width: unset;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .top-divider::before {
    width: 70%;
  }
}
/* box-divider */
.box-divider {
  position: relative;
}
.box-divider::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #eee;
  height: 1px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1279px) {
  .box-divider::before {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .box-divider::before {
    width: 70%;
  }
}
/* intro-wrap */
.intro-wrap {
  display: flex;
  gap: 5.4rem;
  max-width: 1660px;
  padding-right: 20px;
  align-items: center;
}
.intro-wrap .intro {
  width: 65%;
  position: relative;
  background-color: #f8f8f8;
  border-top-right-radius: 22.5rem;
  border-bottom-right-radius: 22.5rem;
  height: 44.8rem;
}
.intro-wrap .intro img {
  position: absolute;
  bottom: 0;
  right: 12.5%;
}
.intro-wrap .desc-wrap {
  width: 35%;
}

@media (max-width: 1279px) {
  .intro-wrap {
    flex-direction: column;
  }
  .intro-wrap .intro {
    height: 400px;
    width: 100% !important;
  }
  .intro-wrap .intro img {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .intro-wrap .desc-wrap {
    padding-left: 20px;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .intro-wrap {
    gap: 50px;
    padding-right: 16px;
  }
  .intro-wrap .intro {
    height: 57vw;
  }
  .intro-wrap .intro img {
    width: 75%;
  }
  .intro-wrap .desc-wrap {
    padding-left: 16px;
  }
}
.grid-2fr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 5.6rem;
       column-gap: 5.6rem;
  row-gap: 3.7rem;
  padding-top: 4rem;
}
.grid-2fr .item .txt {
  padding-top: 2.5rem;
}
.grid-2fr .item .txt h4 {
  font-size: 2.4rem;
  color: #d4824b;
}
.grid-2fr .item .txt p {
  padding-top: 1.3rem;
}

@media (max-width: 1279px) {
  .grid-2fr {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .grid-2fr {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
  .grid-2fr .item .txt {
    text-align: center;
  }
}/*# sourceMappingURL=board.css.map */