.commonHeader .commonHeaderIn .navArea {
  padding-top: 24px;
  display: grid;
  align-items: center;
  justify-content: left;
  gap: 13px;
  grid-template-columns: max-content max-content max-content max-content 1fr;
}

@media screen and (min-width: 768px) {
  .nav {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.commonWidth {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.secContent {
  background: #F0EFED;
  padding: 100px 0 140px;
}

@media screen and (max-width: 767px) {
  .secContent {
    padding: 100px 0 50px;
  }
}
.secContent .imgArea {
  margin: 0 auto;
  text-align: center;
}
.secContent .imgArea img {
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 90px;
}
.secContent .titleWrap {
  padding-bottom: 50px;
}
.secContent .titleWrap h1 {
  font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.25rem);
  font-weight: bold;
  padding: 10px 0 20px;
}
.secContent .titleWrap .date {
  font-size: 18px;
  font-weight: 600;
  color: #005D99;
}
.secContent .secDetail .switchArea {
  width: 100%;
  border-bottom: 1px solid #005D99;
  display: grid;
  grid-template-columns: max-content max-content;
  gap: clamp(0.625rem, -0.482rem + 2.31vw, 1.25rem);
  margin-bottom: 40px;
}
.secContent .secDetail .switchArea .overviewBtn, .secContent .secDetail .switchArea .interviewBtn {
  background: #C8E0EF;
  color: #005D99;
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  font-weight: bold;
  padding: 4px 20px;
  border-radius: 0 20px 0 0;
  cursor: pointer;
}
.secContent .secDetail .categoryArea {
  margin-top: 0px;
  gap: 10px;
}
.secContent .secOverview h2 {
  padding-bottom: 30px;
}
.secContent .secOverview h3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
}
.secContent .secOverview .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  border-top: 1px solid #9b9b9b;
}
.secContent .secOverview .gridArea .bordernone {
  border-bottom: none !important;
}
.secContent .secOverview .gridArea .placeTitle {
  font-weight: bold;
  font-size: 18px;
}
.secContent .secOverview .gridArea .placeDetail {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .secOverview .innerArea .gridArea .placeTitle {
    border-bottom: 1px solid #9b9b9b;
    border-right: 1px solid #9b9b9b;
  }
  .secOverview .innerArea .gridArea .placeDetail {
    border-bottom: 1px solid #9b9b9b;
  }
  .secOverview .innerArea .gridArea .dateTitle {
    border-right: 1px solid #9b9b9b;
  }
  .secOverview .innerArea .gridArea > div {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .secContent .secDetail .titleWrap {
    padding-bottom: 40px;
  }
  .secContent .secDetail .imgArea img {
    padding-bottom: 40px;
  }
  .secContent .secOverview .innerArea .imgArea img {
    padding-bottom: 40px;
  }
  .secContent .secOverview .innerArea .gridArea {
    grid-template-columns: 1fr;
  }
  .secContent .secOverview .innerArea .gridArea .placeTitle {
    padding-top: 15px;
  }
  .secContent .secOverview .innerArea .gridArea .placeDetail {
    padding-bottom: 15px;
    border-bottom: 1px solid #9b9b9b;
  }
  .secContent .secOverview .innerArea .gridArea .dateTitle {
    padding-top: 15px;
  }
  .secContent .secOverview .innerArea .gridArea .dateDetail {
    padding-bottom: 15px;
  }
  .secContent .secOverview .innerArea .gridArea > div {
    padding: 0px 10px;
  }
}
.secAbout {
  margin-top: 115px;
}
.secAbout .commonWidth {
  background: #005D99;
  border-radius: 0 120px 0 120px;
}
.secAbout .gridArea {
  display: grid;
  grid-template-columns: max-content 1fr;
  padding: 50px clamp(3.125rem, -6.25rem + 16.67vw, 6.25rem);
  margin: 0 auto 80px;
  gap: 30px;
  border-top: none !important;
}
.secAbout .gridArea .leftArea {
  width: 211px;
  height: auto;
  aspect-ratio: 210/250;
  overflow: hidden;
}
.secAbout .gridArea .leftArea img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.secAbout .gridArea .rightArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.secAbout .gridArea .rightArea * {
  color: #ffffff;
}
.secAbout .gridArea .rightArea h3 {
  font-size: clamp(1.5rem, 1.057rem + 0.92vw, 1.75rem);
  font-weight: bold;
  padding-bottom: 12px;
}
.secAbout .gridArea .rightArea .message {
  font-size: 16px;
  font-weight: 500;
}
.secAbout .gridArea .rightArea .name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}
.secAbout .noneImg {
  grid-template-columns: 1fr !important;
}

@media screen and (max-width: 767px) {
  .secContent .secAbout {
    margin-top: 60px;
  }
  .secContent .secAbout .commonWidth {
    border-radius: 0 100px 0 100px;
    gap: 25px;
  }
  .secContent .secAbout .gridArea {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 50px clamp(1.25rem, -0.625rem + 6vw, 3.125rem) 70px;
    margin: 0 auto 40px;
  }
  .secContent .secAbout .gridArea .leftArea {
    margin: 0 auto;
  }
  .secContent .secAbout .gridArea .rightArea h3 {
    font-size: clamp(1.25rem, 0.782rem + 1.5vw, 1.5rem);
  }
  .secContent .secAbout .gridArea .rightArea p {
    font-size: 14px;
  }
  .secContent .secAbout .gridArea .rightArea .name {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.interviewNavBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  font-weight: 600;
  background: #005D99;
  border-radius: 50px;
  padding: 16px 45px;
  cursor: pointer;
}
.interviewNavBtn p {
  font-size: 16px;
  color: #ffffff;
}
.interviewNavBtn .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
}
.interviewNavBtn .circle .triangle {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 767px) {
  .interviewNavBtn {
    padding: 10px 37px;
  }
}
.morebtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.morebtn .circle {
  border: 1px solid #000000;
}
.morebtn .circle .triangle {
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

.secContent .secDetail .switchArea .overviewBtn.on, .secContent .secDetail .switchArea .interviewBtn.on {
  color: #ffffff;
  background: #005D99;
  pointer-events: none;
}

.secInterview {
  margin-bottom: 70px;
}

.secPost {
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .secPost {
    padding-bottom: 50px;
  }
  .secInterview {
    margin-bottom: 35px;
  }
}/*# sourceMappingURL=style.css.map */