@charset "utf-8";
/* main */
.sub-title {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.sub-title-img {
  width: 100%;
  height: 100%;
  display: block;
}
.sub-title-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.sub-title p {
  margin-top: 120px;
  line-height: 150px;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 500;
  color: #eee;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#sub_main {
  padding-bottom: 60px;
}
.sub-main {
  margin: 0 auto;
  margin-top: 30px;
  padding: 38px 0 112px 0;
  width: 1000px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.sub-main-pager_pc {
  padding-left: 90px;
  margin-bottom: 51px;
}
.sub-main-pager_pc small {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20.27px;
  width: 100%;
  overflow: hidden;
  display: block;
}
.sub-main-pager_pc b {
  marin-top: 2px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 37.65px;
  text-align: center;
}
.sub-main-con {
  overflow: hidden;
  display: flex;
  padding: 0 0px 0 86px;
  justify-content: space-between;
  /*align-items: center;*/
}

.sub-main-con img {
  max-width: 100%;
}

.sub-main-con .con-left {
}
.left-title {
}
.left-title_m {
  display: none;
}
.left-title p {
  font-family: Noto Serif KR;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 37.36px;
  text-align: center;
  color: #00477F;
}
.left-title .left-title-img {
  margin-top: 44px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.left-title .left-title-img > img {
  width: 153px;
  height: auto;
  float: left;
}
.left-title-img_name {
  margin-left: 26px;
  text-align: center;
}

.left-title-img_name b {
  overflow: hidden;
  width: 100%;
}
.left-title-img_name img {
  margin-left: 10px;
  width: 80px;
}

.sub-main-con .con-right {
  margin-left: 10px;
}
.sub-main-con .con-right p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22.4px;
  max-width: 369px;
  color: rgba(0, 0, 0, 0.8);
}

.sub-main-con .con-wide {
  width: 100%;
  min-height: 400px;
}

.sub-main-con table {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-top: 2px solid #00477F;
  border-collapse: collapse;
}

.sub-main-con table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
}

.sub-main-con table td {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
}

.sub-main-pager_m {
  display: none;
}

.m_top_btn {
  display: none;
}
/***************** breakpoint *****************/
@media (max-width: 1000px) {
  #sub_main {
    padding-bottom: 116px;
  }

  .sub-main {
    margin: 0 auto;
    padding: 0px;
    margin-top: 0px;
    width: 100%;
    border-top: 0px;
    border-bottom: 0px;
  }
  .sub-main-pager_pc {
    display: none;
  }
  .sub-main-pager_pc small {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 20.27px;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  .sub-main-pager_pc b {
    marin-top: 2px;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 37.65px;
    text-align: center;
  }
  .sub-main-con {
    display: block;
    padding: 0px;
    margin: 20px;
  }

  .sub-main-con .con-left {
  }

  .left-title {
  }

  .left-title_m {
    display: block;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 37.65px;
    margin-bottom: 31px;
  }
  .left-title p {
    font-family: Noto Serif KR;
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 37.36px;
    text-align: center;
    color: #00477F;
  }
  .left-title .left-title-img {
    margin-top: 44px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  .left-title .left-title-img > img {
    width: 153px;
    height: auto;
    float: left;
    margin: 0;
  }
  .left-title-img_name {
    margin: 0 0 0 24px;
    float: right;
  }

  .sub-main-con .con-right {
    margin-top: 44px;
  }

  .sub-main-pager_m {
    display: block;
  }
  .pager_m-title {
    width: 100%;
    background: #eee;
    padding: 9px 13px 9px 20px;
    overflow: hidden;
  }
  .pager_m-title p {
    float: left;
  }
  .pager_m-title .pager_m-img {
    float: right;
    line-height: 60px;
    background: url("../image/right_arrow.svg") no-repeat center center;
    width: 20px;
    height: 20px;
  }
  .pager_m-title .pager_m-img.toggle {
    background: url("../image/down_arrow.svg") no-repeat center center;
  }
  .pager_m-con {
    background: #f1f1f1f2;
    opacity: 95%;
    padding: 13px 0px 16px 20px;
    display: none;
  }
  .pager_m-con-txt {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 26.06px;
  }
  .m_top_btn {
    display: block;
    background: url("../image/up_icon.svg") no-repeat center center;
    width: 28px;
    height: 28px;
    position: sticky;
    bottom: 22px;
    right: 21px;
    float: right;
  }
}
