@import url("/font/gowun_dodum.css");
/*-------------------------------------------------

Title       : Sub_01
Author      : EASESOFT
Create Date : 2025-03

-------------------------------------------------*/
.c010100 .slogan {
  display: block;
  margin: 0 auto 6.4rem;
}
.c010100 .row_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.8rem;
  position: relative;
  flex-wrap: wrap;
}
.c010100 .row_box p {
  flex: 1;
}
.c010100 .row_box::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: -1;
  width: 23.3rem;
  height: 22.6rem;
  background: url("/kor/img/sub/sub01/010100_symbol.webp") no-repeat 0 0;
  opacity: 0.2;
}

.c010200 .img {
  overflow: hidden;
  border-radius: 1.6rem;
}
.c010200 .bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15rem;
  margin-top: 8rem;
}
.c010200 .bottom .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: none;
  width: 30%;
}
.c010200 .bottom .left strong {
  line-height: 1.3;
}
.c010200 .bottom .left .txt {
  background: #325D53;
  border-radius: 2.4rem;
  color: #fff;
  padding: 4rem;
  margin-top: 6.4rem;
}
.c010200 .bottom .right {
  flex: 1;
}
.c010200 .bottom .right dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 4rem;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 1.8rem;
}
.c010200 .bottom .right dl + dl {
  margin-top: 2.4rem;
}
.c010200 .bottom .right dt {
  font-weight: 700;
  border-top: 1px solid #000;
  flex: none;
  width: 14rem;
}
.c010200 .bottom .right dd {
  border-top: 1px solid #000;
  flex: 1;
}
.c010200 .bottom .right dd, .c010200 .bottom .right dt {
  padding: 1.8rem 0;
}
.c010200 .bottom .right dl:last-child dd,
.c010200 .bottom .right dl:last-child dt {
  border-bottom: 1px solid #000;
}

.c010400 {
  position: relative;
  padding-left: 35rem;
}
.c010400 .img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
}
.c010400 .img_wrap .text {
  display: block;
  writing-mode: vertical-rl;
  font-size: 6.4rem;
  font-weight: 800;
  color: #fff;
  -webkit-text-stroke: 1px #334fdf;
  text-align: right;
  transform: rotate(180deg);
  margin-bottom: 2rem;
}
.c010400 .history {
  position: relative;
}
.c010400 .history::before {
  content: "";
  position: absolute;
  left: 37.4rem;
  top: -0.6rem;
  z-index: 5;
  width: 1.2rem;
  height: 1.2rem;
  background: #334fd5;
  border-radius: 100%;
}
.c010400 .history::after {
  content: "";
  position: absolute;
  left: calc(38rem - 1px);
  top: 0;
  z-index: 4;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.c010400 .history .progress_bar {
  position: absolute;
  left: calc(38rem - 1px);
  top: 0;
  z-index: 5;
  width: 1px;
  height: 0%;
  background: #334FD5;
  transition: 0.4s;
}
.c010400 .year {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
  position: relative;
}
.c010400 .year .left {
  width: 32rem;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
.c010400 .year .left strong {
  font-size: 4.8rem;
  font-weight: 800;
  color: #334FD5;
  line-height: 1.2;
}
.c010400 .year .left span {
  font-size: 2.4rem;
  font-weight: 500;
}
.c010400 .year .right {
  flex: 1;
}
.c010400 .year .right dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding-left: 5rem;
}
.c010400 .year .right dl::before {
  content: "";
  position: absolute;
  left: -0.6rem;
  top: 0.8rem;
  z-index: 5;
  width: 1.2rem;
  height: 1.2rem;
  background: #e8e8e8;
  border-radius: 100%;
  transition: 0.3s;
}
.c010400 .year .right dl + dl {
  margin-top: 1.6rem;
}
.c010400 .year .right dl.highlight::before {
  background: #334FD5;
}
.c010400 .year .right dt {
  width: 14rem;
  flex: none;
  font-weight: 500;
}
.c010400 .year .right dd {
  position: relative;
  flex: 1;
  padding-left: 1.5rem;
  max-width: 26rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010400 .year .right dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 7px;
  height: 7px;
  background: #ddd;
  border-radius: 100%;
}
.c010400 .year + .year {
  padding-top: 8rem;
}

.c010600 .cont_box:has(.grid) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem 0;
  position: relative;
}
.c010600 .grid {
  padding-right: 4rem;
  height: 31rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}
.c010600 .grid:nth-child(2n) {
  border-left: 1px solid #ddd;
  padding-left: 4rem;
  padding-right: 0;
}
.c010600 .grid strong {
  display: block;
  font-size: 2.4rem;
}
.c010600 .grid .img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c010700 dl, .c010700 dt, .c010700 dd {
  display: inline-block;
}
.c010700 .cont_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.c010700 .traffic_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  border-top: 1px solid #DDDDDD;
}
.c010700 dl + dl {
  margin-left: 8rem;
}
.c010700 .traffic_info:last-child {
  border-bottom: 1px solid #DDDDDD;
}

.c010800 .cont_box.row .grid {
  flex: 1;
}

.c010603 .song {
  text-align: center;
}
.c010603 .song .audio_box {
  border: 1px solid #DDDDDD;
  border-radius: 1.6rem;
  padding: 2.4rem;
  display: inline-flex;
}
.c010603 .song audio {
  display: flex;
  font-weight: 900;
  max-width: 100%;
}
.c010603 .song .cont_box {
  width: 55rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 4.8rem 2.4rem;
  font-family: "gowun_dodum";
}
.c010603 .song .cont_box p + p::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #BD88EC;
  border-radius: 100%;
  margin: 2rem auto;
  opacity: 0.3;
}

.c011100 .donate .cont_box {
  padding: 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.c011100 .donate .cont_box .title_md {
  background: #9354CB;
  color: #fff;
  padding: 1.6rem 0;
}
.c011100 .donate .cont_box .tx {
  padding: 2.4rem 1rem;
}
.c011100 .step {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 5rem;
}
.c011100 .step div {
  background: #334FD5;
  color: #fff;
  border-radius: 0.8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  flex: 1;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  text-align: center;
  word-break: keep-all;
}
.c011100 .step div + div::before {
  content: "\ea6b";
  position: absolute;
  left: -3rem;
  top: calc(50% - 1rem);
  width: 2rem;
  height: 2rem;
  font-family: "remixicon";
  color: #F18D8B;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c011100 .linkMail {
  word-break: break-all;
}

.c011200 .cont_box {
  padding: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.c011200 .cont_box .img {
  border-radius: 0.8rem;
  overflow: hidden;
}
.c011200 .cont_box .img img {
  display: block;
  transition: 0.3s;
}
.c011200 .cont_box .index {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  border-radius: 0 0 0 1.6rem;
  overflow: hidden;
}
.c011200 .cont_box .index.facebook {
  background: #1877F2 url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='17' viewBox='0 0 9 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.27778 9.22578V16.4258H5.6358V9.32578H7.90741L8.5 6.32578H5.6358C5.6358 6.32578 5.6358 4.92578 5.6358 4.12578C5.6358 3.82578 5.73457 3.42578 6.2284 3.42578C6.91975 3.42578 7.80864 3.42578 7.80864 3.42578V0.425781C7.80864 0.425781 6.32716 0.425781 4.74691 0.425781C3.75926 0.425781 2.27778 1.72578 2.27778 3.22578C2.27778 4.72578 2.27778 6.32578 2.27778 6.32578H0.5V9.32578L2.27778 9.22578Z' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat center center;
  background-size: 1.6rem;
}
.c011200 .cont_box .index.insta {
  background: linear-gradient(45deg, #e6ff01, #FF344B, #ee2d96, #C533D9);
}
.c011200 .cont_box .index.insta::before {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.001 9C10.3436 9 9.00098 10.3431 9.00098 12C9.00098 13.6573 10.3441 15 12.001 15C13.6583 15 15.001 13.6569 15.001 12C15.001 10.3427 13.6579 9 12.001 9ZM12.001 7C14.7614 7 17.001 9.2371 17.001 12C17.001 14.7605 14.7639 17 12.001 17C9.24051 17 7.00098 14.7629 7.00098 12C7.00098 9.23953 9.23808 7 12.001 7ZM18.501 6.74915C18.501 7.43926 17.9402 7.99917 17.251 7.99917C16.5609 7.99917 16.001 7.4384 16.001 6.74915C16.001 6.0599 16.5617 5.5 17.251 5.5C17.9393 5.49913 18.501 6.0599 18.501 6.74915ZM12.001 4C9.5265 4 9.12318 4.00655 7.97227 4.0578C7.18815 4.09461 6.66253 4.20007 6.17416 4.38967C5.74016 4.55799 5.42709 4.75898 5.09352 5.09255C4.75867 5.4274 4.55804 5.73963 4.3904 6.17383C4.20036 6.66332 4.09493 7.18811 4.05878 7.97115C4.00703 9.0752 4.00098 9.46105 4.00098 12C4.00098 14.4745 4.00753 14.8778 4.05877 16.0286C4.0956 16.8124 4.2012 17.3388 4.39034 17.826C4.5591 18.2606 4.7605 18.5744 5.09246 18.9064C5.42863 19.2421 5.74179 19.4434 6.17187 19.6094C6.66619 19.8005 7.19148 19.9061 7.97212 19.9422C9.07618 19.9939 9.46203 20 12.001 20C14.4755 20 14.8788 19.9934 16.0296 19.9422C16.8117 19.9055 17.3385 19.7996 17.827 19.6106C18.2604 19.4423 18.5752 19.2402 18.9074 18.9085C19.2436 18.5718 19.4445 18.2594 19.6107 17.8283C19.8013 17.3358 19.9071 16.8098 19.9432 16.0289C19.9949 14.9248 20.001 14.5389 20.001 12C20.001 9.52552 19.9944 9.12221 19.9432 7.97137C19.9064 7.18906 19.8005 6.66149 19.6113 6.17318C19.4434 5.74038 19.2417 5.42635 18.9084 5.09255C18.573 4.75715 18.2616 4.55693 17.8271 4.38942C17.338 4.19954 16.8124 4.09396 16.0298 4.05781C14.9258 4.00605 14.5399 4 12.001 4ZM12.001 2C14.7176 2 15.0568 2.01 16.1235 2.06C17.1876 2.10917 17.9135 2.2775 18.551 2.525C19.2101 2.77917 19.7668 3.1225 20.3226 3.67833C20.8776 4.23417 21.221 4.7925 21.476 5.45C21.7226 6.08667 21.891 6.81333 21.941 7.8775C21.9885 8.94417 22.001 9.28333 22.001 12C22.001 14.7167 21.991 15.0558 21.941 16.1225C21.8918 17.1867 21.7226 17.9125 21.476 18.55C21.2218 19.2092 20.8776 19.7658 20.3226 20.3217C19.7668 20.8767 19.2076 21.22 18.551 21.475C17.9135 21.7217 17.1876 21.89 16.1235 21.94C15.0568 21.9875 14.7176 22 12.001 22C9.28431 22 8.94514 21.99 7.87848 21.94C6.81431 21.8908 6.08931 21.7217 5.45098 21.475C4.79264 21.2208 4.23514 20.8767 3.67931 20.3217C3.12348 19.7658 2.78098 19.2067 2.52598 18.55C2.27848 17.9125 2.11098 17.1867 2.06098 16.1225C2.01348 15.0558 2.00098 14.7167 2.00098 12C2.00098 9.28333 2.01098 8.94417 2.06098 7.8775C2.11014 6.8125 2.27848 6.0875 2.52598 5.45C2.78014 4.79167 3.12348 4.23417 3.67931 3.67833C4.23514 3.1225 4.79348 2.78 5.45098 2.525C6.08848 2.2775 6.81348 2.11 7.87848 2.06C8.94514 2.0125 9.28431 2 12.001 2Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: 3rem;
}
.c011200 .cont_box .index.youtube {
  background: #f00 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M12.2439 4C12.778 4.00294 14.1143 4.01586 15.5341 4.07273L16.0375 4.09468C17.467 4.16236 18.8953 4.27798 19.6037 4.4755C20.5486 4.74095 21.2913 5.5155 21.5423 6.49732C21.942 8.05641 21.992 11.0994 21.9982 11.8358L21.9991 11.9884L21.9991 11.9991C21.9991 11.9991 21.9991 12.0028 21.9991 12.0099L21.9982 12.1625C21.992 12.8989 21.942 15.9419 21.5423 17.501C21.2878 18.4864 20.5451 19.261 19.6037 19.5228C18.8953 19.7203 17.467 19.8359 16.0375 19.9036L15.5341 19.9255C14.1143 19.9824 12.778 19.9953 12.2439 19.9983L12.0095 19.9991L11.9991 19.9991C11.9991 19.9991 11.9956 19.9991 11.9887 19.9991L11.7545 19.9983C10.6241 19.9921 5.89772 19.941 4.39451 19.5228C3.4496 19.2573 2.70692 18.4828 2.45587 17.501C2.0562 15.9419 2.00624 12.8989 2 12.1625V11.8358C2.00624 11.0994 2.0562 8.05641 2.45587 6.49732C2.7104 5.51186 3.45308 4.73732 4.39451 4.4755C5.89772 4.05723 10.6241 4.00622 11.7545 4H12.2439ZM9.99911 8.49914V15.4991L15.9991 11.9991L9.99911 8.49914Z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  background-size: 3rem;
}
.c011200 .cont_box .index.homepage {
  background: #9354CB;
}
.c011200 .cont_box .index.homepage::before {
  content: "\ee2a";
  font-family: "remixicon";
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .c011200 a.cont_box:hover .img img {
    transform: scale(1.05);
  }
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  .c010200 .bottom {
    gap: 4rem;
  }
  .c010200 .bottom .left strong {
    padding-right: 5%;
    letter-spacing: -1px;
  }
  .c010200 .bottom .right dl {
    gap: 3.2rem;
  }
  .c010400 {
    padding-left: 25rem;
  }
  .c010400 .year {
    gap: 4rem;
  }
  .c010400 .year .left {
    width: 30rem;
  }
  .c010400 .year .right dd {
    max-width: 100%;
  }
  .c010400 .history::before {
    left: 33.4rem;
  }
  .c010400 .history::after {
    left: calc(34rem - 1px);
  }
  .c010400 .history .progress_bar {
    left: calc(34rem - 1px);
  }
  .c010700 dl {
    display: block;
  }
  .c010700 .address_info dl + dl {
    margin-left: 0;
    margin-top: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .c010200 .bottom {
    display: block;
    margin-top: 4.8rem;
  }
  .c010200 .bottom .left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 4.8rem;
    width: 100%;
  }
  .c010200 .bottom .left strong {
    letter-spacing: 0;
    padding: 0;
    text-align: center;
  }
  .c010200 .bottom .left .txt {
    margin: 0;
    flex: none;
    max-width: 40rem;
    max-width: 32rem;
    padding: 3.2rem;
  }
  .c010400 {
    padding: 0;
  }
  .c010400 .img_wrap {
    position: static;
    flex-direction: row;
    margin-bottom: 4rem;
  }
  .c010400 .img_wrap .text {
    transform: none;
    writing-mode: inherit;
  }
  .c010400 .img_wrap img {
    width: 14rem;
  }
  .c010400 .year {
    gap: 0;
  }
  .c010400 .year .left {
    gap: 0.5rem;
    width: 28rem;
  }
  .c010400 .year .left strong {
    font-size: 4.2rem;
  }
  .c010400 .year .left span {
    font-size: 2rem;
  }
  .c010400 .history::before {
    left: 27.4rem;
  }
  .c010400 .history::after {
    left: calc(28rem - 1px);
  }
  .c010400 .history .progress_bar {
    left: calc(28rem - 1px);
  }
  .c010600 .cont_box:has(.grid) .grid {
    padding-right: 3.2rem;
  }
  .c010600 .cont_box:has(.grid) .grid:nth-child(2n) {
    padding-left: 3.2rem;
    padding-right: 0;
  }
}
@media (max-width: 800px) {
  .c010100 .slogan {
    display: block;
    margin: 0 auto 6.4rem;
  }
  .c010100 .img {
    border-radius: 1.6rem;
    aspect-ratio: 16/9;
    overflow: hidden;
  }
  .c010100 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c010100 .row_box {
    display: block;
  }
  .c010100 .row_box p + p {
    margin-top: 4rem;
  }
  .c010100 .row_box::before {
    width: 20rem;
    background-position: right bottom;
    background-size: contain;
    right: 0;
  }
  .c010600 .cont_box:has(.grid) {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c010600 .cont_box:has(.grid) .grid {
    height: auto;
    padding: 6rem 0;
  }
  .c010600 .cont_box:has(.grid) .grid + .grid {
    border-top: 1px solid #ddd;
  }
  .c010600 .cont_box:has(.grid) .grid:nth-child(2n) {
    border-left: none;
    padding: 5rem 0;
  }
  .c010700 .cont_box {
    flex-direction: column;
    gap: 2rem;
  }
  .c010800 .cont_box.row {
    flex-direction: column;
    gap: 6rem;
  }
  .c010800 .cont_box.row .grid {
    width: 100%;
  }
  .c011100 .step {
    flex-direction: column;
    gap: 3rem;
  }
  .c011100 .step div {
    width: 20rem;
    margin: 0 auto;
  }
  .c011100 .step div + div::before {
    left: calc(50% - 1rem);
    top: -2.5rem;
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  .c010400 .img_wrap {
    gap: 2rem;
  }
  .c010400 .img_wrap .text {
    font-size: 4.8rem;
    margin-right: auto;
    margin-bottom: 0;
  }
  .c010400 .img_wrap img {
    width: 10rem;
  }
  .c010400 .year {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2rem;
    gap: 1.6rem;
  }
  .c010400 .year .left {
    width: 100%;
  }
  .c010400 .year .left strong {
    font-size: 3.6rem;
  }
  .c010400 .year .left span {
    font-size: 1.8rem;
  }
  .c010400 .year .right dl {
    padding-left: 0;
  }
  .c010400 .year .right dl::before {
    left: -2.6rem;
  }
  .c010400 .year .right dt {
    width: 12rem;
  }
  .c010400 .year + .year {
    padding-top: 4rem;
  }
  .c010400 .history::before {
    left: -0.6rem;
  }
  .c010400 .history::after {
    left: -1px;
  }
  .c010400 .history .progress_bar {
    left: -1px;
  }
  .c010700 .traffic_info img {
    display: none;
  }
}
@media (max-width: 640px) {
  .c010200 .bottom {
    margin-top: 6.4rem;
  }
  .c010200 .bottom .left {
    flex-direction: column;
  }
  .c010200 .bottom .right dt {
    width: 12rem;
  }
  .c010700 dt, .c010700 dd {
    display: block;
  }
}
@media (max-width: 480px) {
  .c010200 .bottom .right dl {
    flex-direction: column;
    border-top: 1px solid #000;
    gap: 1.6rem;
  }
  .c010200 .bottom .right dt, .c010200 .bottom .right dd {
    border: none;
    padding: 0;
  }
  .c010200 .bottom .right dt {
    padding: 1.6rem 0 0;
  }
  .c010200 .bottom .right dl:last-child dt {
    border: none;
  }
  .c010200 .bottom .right dl:last-child dd {
    padding-bottom: 1.6rem;
  }
  .c010400 .img_wrap .text {
    margin: 0 auto;
  }
  .c010400 .img_wrap img {
    display: none;
  }
  .c010400 .year .left strong {
    font-size: 3.2rem;
  }
  .c011100 .cont_box:has(.tit_tx) {
    padding: 2.4rem;
  }
  .c011100 .cont_list .tit_tx {
    flex-direction: column;
  }
}