@charset "UTF-8";
/* 주 색상 */
/* 상세페이지 목록 버튼 */
@import url(../../css/base.css);
@import url(layout.css);
#mn_visual {
  margin-top: 100px;
  height: calc(100vh - 100px);
  min-height: 710px;
  max-height: 1000px;
  padding: 0 25px 25px;
}
#mn_visual section {
  height: 100%;
  background: url("../../img/main/visualPattern.png") 50% 50%, linear-gradient(120deg, #00852A 0, #5BA4CD 100%);
  border-radius: 30px;
}
#mn_visual section > div {
  position: relative;
  height: 100%;
  background: url("../../img/main/mainVisual.gif") 100% 50% no-repeat;
}
#mn_visual section > div div {
  position: absolute;
  left: 250px;
  top: 120px;
}
#mn_visual section > div div p {
  color: white;
}
#mn_visual section > div div p:nth-child(1) {
  font-family: "preBold";
  font-size: 100px;
  line-height: 1em;
}
#mn_visual section > div div p:nth-child(1) span {
  display: block;
}
#mn_visual section > div div p:nth-child(2) {
  margin-bottom: 20px;
  padding-bottom: 30px;
  font-family: "spoqaLight";
  font-size: 24px;
  border-bottom: 1px solid white;
}
#mn_visual section > div div p:nth-child(3) {
  font-family: "spoqaBold";
  font-size: 48px;
}
#mn_visual section > div div p:nth-child(3) span {
  font-size: 24px;
}
#mn_visual section > div button {
  position: absolute;
  left: 210px;
  bottom: 140px;
  font-family: "spoqaLight";
  font-size: 16px;
  color: white;
  transform: rotateZ(90deg);
}
#mn_visual section > div button::after {
  position: absolute;
  right: -100px;
  bottom: 5px;
  display: block;
  width: 90px;
  height: 1px;
  content: "";
  background: white;
}

@media screen and (max-width: 1200px) {
  #mn_visual {
    height: calc(100vh - 75px);
    margin-top: 75px;
  }
  #mn_visual section {
    border-radius: 20px;
  }
  #mn_visual section > div {
    background: url("../../img/main/mainVisual.gif") 100% 75%/60vw no-repeat;
  }
  #mn_visual section > div div {
    left: 80px;
    top: 100px;
  }
  #mn_visual section > div div p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 80px;
  }
  #mn_visual section > div div p:nth-child(2) {
    font-size: 20px;
  }
  #mn_visual section > div div p:nth-child(3) {
    font-size: 30px;
  }
  #mn_visual section > div div p:nth-child(3) span {
    font-size: 20px;
  }
  #mn_visual section > div button {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  #mn_visual {
    height: calc(100vh - 60px);
    min-height: 500px;
    margin-top: 60px;
    padding: 0 15px 15px;
  }
  #mn_visual section {
    border-radius: 15px;
  }
  #mn_visual section > div {
    background: url("../../img/main/mainVisual.gif") 100% calc(50% + 100px)/65vw no-repeat;
  }
  #mn_visual section > div div {
    left: 20px;
    top: 50px;
  }
  #mn_visual section > div div p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.2em;
  }
  #mn_visual section > div div p:nth-child(2) {
    margin-bottom: 15px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  #mn_visual section > div div p:nth-child(3) {
    font-size: 22px;
  }
  #mn_visual section > div div p:nth-child(3) span {
    font-size: 14px;
  }
  #mn_visual section > div button {
    left: -10px;
    bottom: 90px;
    font-size: 14px;
  }
  #mn_visual section > div button::after {
    right: -50px;
    width: 40px;
  }
}
#mn_content {
  display: flex;
  justify-content: space-between;
  max-width: 1370px;
  margin: 0 auto;
  padding: 25px 50px;
}
#mn_content .notice {
  width: calc(50% - 50px);
}
#mn_content .notice h2 {
  margin-bottom: 8px;
  font-family: "preBold";
  font-size: 50px;
  line-height: 1.1em;
}
#mn_content .notice h2 em {
  font-family: "spoqaRegular";
  font-size: 18px;
  line-height: 1em;
}
#mn_content .notice h2 span {
  display: block;
}
#mn_content .notice p {
  margin-bottom: 70px;
}
#mn_content .notice p a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  font-family: "preMedium";
  font-size: 16px;
  color: white;
  background: #00852A;
  border-radius: 50%;
}
#mn_content .notice p a::after {
  position: absolute;
  left: 55px;
  top: calc(50% - 8px);
  display: block;
  width: 41px;
  height: 16px;
  content: "";
  background: url("../../img/main/arrow_more.svg") 0/100% 100% no-repeat;
  transition: left 0.3s ease;
}
#mn_content .notice p a:hover::after {
  left: 75px;
}
#mn_content .notice ul {
  border-top: 2px solid #00852A;
}
#mn_content .notice ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 75px;
  padding-right: 120px;
  border-bottom: 1px solid #EEEEEE;
}
#mn_content .notice ul li a {
  display: block;
  height: 100%;
  padding-top: 25px;
  overflow: hidden;
  font-family: "spoqaLight";
  font-size: 20px;
  line-height: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#mn_content .notice ul li a:hover {
  font-family: "spoqaMedium";
  color: #00852A;
}
#mn_content .notice ul li span {
  position: absolute;
  right: 0;
  top: 27px;
  font-family: "spoqaLight";
  font-size: 16px;
  line-height: 1.2em;
}
#mn_content .link {
  width: calc(50% - 50px);
  padding-top: 50px;
}
#mn_content .link .past {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 180px;
  margin-bottom: 80px;
  padding: 0 200px 0 60px;
  background: linear-gradient(120deg, #00852A 0, #5BA4CD 100%);
}
#mn_content .link .past h2 {
  margin-bottom: 10px;
  font-family: "spoqaRegular";
  font-size: 24px;
  color: white;
}
#mn_content .link .past p:nth-child(2) {
  font-family: "spoqaRegular";
  font-size: 16px;
  word-break: break-all;
  color: #B9D2C1;
}
#mn_content .link .past p:nth-child(3) {
  position: absolute;
  right: 110px;
  top: calc(50% - 33px);
}
#mn_content .link .past p:nth-child(3) span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  font-family: "preMedium";
  font-size: 16px;
  color: white;
  background: #73BE2D;
  border-radius: 50%;
}
#mn_content .link .past p:nth-child(3) span::after {
  position: absolute;
  left: 55px;
  top: calc(50% - 8px);
  display: block;
  width: 41px;
  height: 16px;
  content: "";
  background: url("../../img/main/arrow_more01.svg") 0/100% 100% no-repeat;
  transition: left 0.3s ease;
}
#mn_content .link .past:hover p:nth-child(3) span::after {
  left: 75px;
}
#mn_content .link .introduce {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#mn_content .link .introduce::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #EEEEEE;
}
#mn_content .link .introduce::after {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  content: "";
  background: #EEEEEE;
}
#mn_content .link .introduce a {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 200px;
  text-align: center;
}
#mn_content .link .introduce a:nth-child(1) {
  padding: 65px 5px 0;
  background: url("../../img/main/icon_link01.svg") 50% 0 no-repeat;
}
#mn_content .link .introduce a:nth-child(2) {
  padding: 65px 5px 0;
  background: url("../../img/main/icon_link02.svg") 50% 0 no-repeat;
}
#mn_content .link .introduce a:nth-child(3) {
  padding: 100px 5px 0;
  background: url("../../img/main/icon_link03.svg") 50% 36px no-repeat;
}
#mn_content .link .introduce a:nth-child(4) {
  padding: 100px 5px 0;
  background: url("../../img/main/icon_link04.svg") 50% 36px no-repeat;
}
#mn_content .link .introduce a h2 {
  margin-bottom: 7px;
  font-family: "preBold";
  font-size: 26px;
}
#mn_content .link .introduce a p {
  font-family: "spoqaRegular";
  color: #777777;
}
#mn_content .link .introduce a p span {
  display: block;
}
#mn_content .link .introduce a:hover h2, #mn_content .link .introduce a:hover p {
  color: #00852A;
}

@media screen and (max-width: 1200px) {
  #mn_content {
    padding: 20px 25px 150px;
    background-size: calc(100% - 50px);
  }
  #mn_content .notice {
    width: calc(50% - 20px);
  }
  #mn_content .notice h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
  #mn_content .notice h2 em {
    font-size: 16px;
  }
  #mn_content .notice p {
    margin-bottom: 40px;
  }
  #mn_content .notice p a {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  #mn_content .notice p a::after {
    left: 46px;
    top: calc(50% - 5px);
    width: 20px;
    height: 10px;
  }
  #mn_content .notice ul li {
    height: 60px;
    padding-right: 95px;
  }
  #mn_content .notice ul li a {
    padding-top: 19px;
    font-size: 18px;
  }
  #mn_content .notice ul li span {
    top: 20px;
    font-size: 15px;
  }
  #mn_content .link {
    width: calc(50% - 20px);
    padding-top: 50px;
  }
  #mn_content .link .past {
    height: 140px;
    margin-bottom: 40px;
    padding: 0 100px 0 30px;
  }
  #mn_content .link .past h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  #mn_content .link .past p:nth-child(2) {
    font-size: 14px;
  }
  #mn_content .link .past p:nth-child(3) {
    right: 40px;
    top: calc(50% - 25px);
  }
  #mn_content .link .past p:nth-child(3) span {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }
  #mn_content .link .past p:nth-child(3) span::after {
    left: 46px;
    top: calc(50% - 5px);
    width: 20px;
    height: 10px;
  }
  #mn_content .link .introduce a {
    height: 150px;
  }
  #mn_content .link .introduce a:nth-child(1) {
    padding: 50px 5px 0;
    background-size: 30px;
  }
  #mn_content .link .introduce a:nth-child(2) {
    padding: 50px 5px 0;
    background-size: 42px;
  }
  #mn_content .link .introduce a:nth-child(3) {
    padding: 80px 5px 0;
    background-size: 28px;
    background-position: 50% 25px;
  }
  #mn_content .link .introduce a:nth-child(4) {
    padding: 80px 5px 0;
    background-size: 38px;
    background-position: 50% 25px;
  }
  #mn_content .link .introduce a h2 {
    margin-bottom: 5px;
    font-size: 22px;
  }
  #mn_content .link .introduce a p span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #mn_content {
    flex-direction: column;
    padding: 10px 15px 95px;
    background-size: calc(100% - 30px);
    background-position: 50% calc(100% - 5px);
  }
  #mn_content .notice {
    position: relative;
    width: 100%;
  }
  #mn_content .notice h2 {
    margin-bottom: 20px;
    font-size: 28px;
    padding-right: 80px;
  }
  #mn_content .notice h2 em {
    font-size: 15px;
  }
  #mn_content .notice p {
    position: absolute;
    right: 15px;
    top: 38px;
    margin: 0;
  }
  #mn_content .notice p a {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  #mn_content .notice p a::after {
    left: 38px;
    top: calc(50% - 1px);
    width: 18px;
    height: 6px;
  }
  #mn_content .notice ul li {
    height: 50px;
    padding-right: 90px;
  }
  #mn_content .notice ul li a {
    padding-top: 15px;
    font-size: 16px;
  }
  #mn_content .notice ul li span {
    top: 16px;
    font-size: 14px;
  }
  #mn_content .link {
    width: 100%;
    padding-top: 40px;
  }
  #mn_content .link .past {
    height: auto;
    margin-bottom: 40px;
    padding: 20px 90px 20px 20px;
  }
  #mn_content .link .past h2 {
    font-size: 18px;
  }
  #mn_content .link .past p:nth-child(2) {
    font-size: 13px;
  }
  #mn_content .link .past p:nth-child(3) {
    right: 30px;
    top: calc(50% - 22px);
  }
  #mn_content .link .past p:nth-child(3) span {
    width: 45px;
    height: 45px;
    font-size: 12px;
  }
  #mn_content .link .past p:nth-child(3) span::after {
    left: 38px;
    top: calc(50% - 1px);
    width: 18px;
    height: 6px;
  }
  #mn_content .link .introduce a {
    height: 120px;
  }
  #mn_content .link .introduce a:nth-child(1) {
    padding: 48px 5px 0;
    background-size: 28px;
  }
  #mn_content .link .introduce a:nth-child(2) {
    padding: 48px 5px 0;
    background-size: 40px;
    background-position: 50% 2px;
  }
  #mn_content .link .introduce a:nth-child(3) {
    padding: 75px 5px 0;
    background-size: 25px;
    background-position: 50% 25px;
  }
  #mn_content .link .introduce a:nth-child(4) {
    padding: 75px 5px 0;
    background-size: 36px;
    background-position: 50% 25px;
  }
  #mn_content .link .introduce a h2 {
    margin-bottom: 2px;
    font-size: 20px;
  }
  #mn_content .link .introduce a p {
    font-size: 14px;
  }
}

/* ---- override: demo2024/main.css 의 .faq li:before bullet 인코딩 깨짐(쨌) 우회 ---- */
/* 직접 "·" 리터럴 쓰면 데모CSS 가 @charset 없어 cp949 로 해석되어 "쨌"으로 깨짐. */
/* unicode escape \B7 로 명시하면 인코딩 무관하게 미들도트 렌더 */
.faq li:before { content: "\B7  "; }

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