@charset "utf-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ctWrap {
  max-width: 100%;
}
#page_title {
  display: none;
}
#container {
  padding: 0 !important;
  overflow: hidden;
}

/*회사소개*/
#project__parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 580px;
  clip-path: inset(15%);
}
#project__parallax img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sub_wrap {
  max-width: 1588px;
  padding: 0 30px;
  margin: 0 auto;
  text-align: center;
}
.about_in {
  padding-top: 100px;
}
.blue_top {
  font-size: 25px;
  color: #3255e2;
  font-weight: bold;
}
.large_title {
  font-size: 40px;
  margin: 30px auto 15px;
  font-weight: bold;
}
.top_text {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}
.about_in.about02 {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
}
.imginner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 0;
}
.imginner p {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
}
.imginner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4;
}
.about_in.about03 {
  padding-top: 170px;
  padding-bottom: 180px;
}
.sky_top {
  font-size: 24px;
  color: #0d67de;
  padding-bottom: 10px;
  font-weight: 600;
}
.sub_middle_title {
  font-size: 30px;
  font-weight: bold;
}
.about03 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  gap: 30px;
}
.about03 ul li {
  -webkit-box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  -moz-box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  box-shadow: 10px 15px 35px 0px rgba(22, 39, 96, 0.08);
  padding: 35px 20px;
  border-radius: 35px;
  flex: 1;
}
.about03 ul li img {
  height: 75px;
}
.about03 ul li:nth-child(1) img,
.about03 ul li:nth-child(2) img,
.about03 ul li:nth-child(4) img {
  padding: 5px;
}
.about03 ul li p {
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0;
}
.about03 ul li span {
  display: block;
  font-size: 16.5px;
  line-height: 1.4;
  color: #333;
  font-weight: 400;
}
.about_in.about04 {
  background: linear-gradient(#12335e, #03152a);
  padding-bottom: 140px;
  padding-top: 130px;
}
.about04 .sub_middle_title {
  color: #fff;
  position: relative;
}
.about04 .sub_middle_title:before {
  height: 1px;
  width: 25%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.about04 .sub_middle_title:after {
  height: 1px;
  width: 25%;
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.3;
}
.devel_ul {
  text-align: center;
  margin-top: 75px;
}
.devel_ul li {
  display: inline-block;
  width: 23%;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.2);
  height: 0;
  position: relative;
  padding-bottom: 23%;
  border-radius: 50%;
  backdrop-filter: blur(12px);
  z-index: 5;
  overflow: hidden;
}
.devel_ul li:nth-child(2) {
  z-index: 4;
}
.devel_ul li:nth-child(3) {
  z-index: 3;
}
.devel_ul li:nth-child(4) {
  z-index: 2;
}
.devel_ul li:nth-child(5) {
  z-index: 1;
}
.devel_ul li:not(:first-child) {
  margin-left: -4.5%;
}
.devel_ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, #4198b6, #4380cf);
  z-index: 6;
  opacity: 0;
  transition: opacity 0.25s linear;
  inset: 0;
}
.devel_ul li.selec:before {
  opacity: 0.8;
  backdrop-filter: blur(12px);
}
.devel_ul li h4 {
  color: #fff;
  position: relative;
  z-index: 7;
  font-size: 22px;
  font-weight: bold;
  opacity: 0.5;
  transition: opacity 0.25s linear;
  margin: 90px auto 17px;
}
.devel_ul li p {
  color: #fff;
  position: relative;
  z-index: 7;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.4;
  transition: opacity 0.25s linear;
  line-height: 1.6;
}
.devel_ul li.selec h4 {
  opacity: 1;
}
.devel_ul li.selec p {
  opacity: 0.9;
}
.roll_en {
  font-size: 80px;
  font-weight: 600;
  color: #e6e6e6;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 95px;
}
.roll_en div {
  display: block;
  position: absolute;
  overflow: hidden;
  animation: marquee 8s linear infinite;
  white-space: nowrap;
}
.about_in.about05 {
  padding-top: 140px;
  padding-bottom: 80px;
}
.cu_text {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.about_contact {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  align-items: end;
  width: 100%;
  overflow: hidden;
}
.c_left {
  text-align: left;
  font-size: 90px;
  letter-spacing: 1px;
}
.c_left img {
  height: 100px;
  margin-right: 15px;
}
.line-text {
  display: flex;
  align-items: center;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  color: #fff;
  margin-top: 8px;
}
.c_right {
  text-align: right;
  font-size: 23px;
  font-weight: 500;
  padding-bottom: 5px;
}
.c_right a {
  margin-top: 40px;
  display: inline-block;
  height: 70px;
  padding: 0 55px;
  background: #012ddc;
  color: #fff;
  line-height: 70px;
}
.c_right a img {
  margin-left: 70px;
  height: 16px;
}
.about_in.about_org {
  padding-top: 160px;
  padding-bottom: 55px;
}
.org_wrap {
  margin: 72px auto 0;
  text-align: center;
}
.org_wrap .org_top {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f0f3ff;
  color: #fff;
  margin: 0 auto;
  padding: 15px;
}
.org_wrap .org_top h4 {
  font-size: 27px;
  font-weight: 600;
  background: #012ddc;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  line-height: 150px;
  text-align: center;
}
.org_wrap .line_org {
  position: relative;
  margin-bottom: 70px;
}
.org_wrap .line_org:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 0.5px;
  background: #cecece;
  content: "";
}
.org_wrap .org_middle {
  border: 1px solid #c1c6da;
  border-radius: 25px;
  display: inline-block;
  padding: 15px 17px;
  font-size: 0;
}
.org_wrap .org_middle p {
  width: 186px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 20px;
  background: #7384c8;
  color: #fff;
  border-radius: 16px;
  font-weight: 500;
}
.org_wrap .org_middle p:first-child {
  margin-right: 50px;
}
.org_wrap .org_bottom {
  border: 1px solid #c1c6da;
  padding: 17px;
  border-radius: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.14%;
}
.org_wrap .org_bottom li {
  width: 11.5%;
  flex-basis: 11.5%;
}
.org_wrap .org_bottom li p {
  border: 1px solid #5c6792;
  height: 64px;
  border-radius: 15px;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: #4b567e;
}
.org_wrap .org_bottom li span {
  line-height: 1.5;
  font-size: 16px;
  color: #6e758e;
  display: block;
  margin: 13px auto 15px;
}

/*인증 및 증명서*/
.document_top {
  text-align: left;
  margin-top: 110px;
  padding-bottom: 75px;
}
.document_top .large_title {
  margin: 20px auto 8px;
}
.document_wrap {
  padding-bottom: 40px;
}
.document_wrap ul {
  display: flex;
  gap: 1.714%;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.document_wrap ul li {
  flex-basis: 11%;
  width: 11%;
  border-radius: 15px;
  padding: 0;
  margin-bottom: 25px;
}
.document_wrap ul li img {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
}
.document_wrap ul li h5 {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

/*news story*/
.board_wrap {
  max-width: 1588px;
  margin: 0 auto;
  padding: 0 30px;
  height: 100%;
}
.board_top .large_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
}
.board_top .large_title small {
  height: 2px;
  width: 33%;
  flex-basis: 33%;
  background: #707070;
}
.board_top .large_title small.story_line {
  width: 23%;
  flex-basis: 23%;
}
.board_top .large_title .title_right {
  font-size: 28px;
  font-weight: 600;
}
.board_view_top .blue_top {
  text-align: center;
  font-size: 30px;
  position: relative;
}
.board_view_top .blue_top:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 136%;
  height: 25px;
  background: #012ddc;
  width: 2px;
}
.list_go {
  display: block;
  text-align: center;
}
.list_go a.btn {
  font-size: 16px;
  background: #fff;
  color: #333;
  border: 1px solid #222;
  padding: 8px 20px;
  font-weight: 500;
}
.board_view {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
.sub_wrap.document_top.board_view_top {
  padding-bottom: 50px;
}
.board_icon {
  text-align: center;
  font-size: 25px;
}
.board_view header {
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
}

/*자료실*/
.document_top.library_top {
  padding-bottom: 40px;
}
.sub_wrap.library_wrap {
  padding-bottom: 40px;
}

/*문의하기*/
.sub_wrap.inq_wrap {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
}
.inq_wrap > div {
  width: 46%;
  text-align: left;
}
.inq_wrap > div.inq_right {
  text-align: right;
}
.inq_left {
  position: relative;
}
.inq_left:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/inq_back.png) no-repeat center;
  width: 500px;
  height: 490px;
  background-size: cover;
  top: -20%;
  left: -30%;
  z-index: -1;
}
.inq_left h3 {
  font-size: 35px;
  padding-bottom: 60px;
}
.inq_info {
  margin-bottom: 35px;
}
.inq_info span {
  font-size: 18px;
  color: #555;
  font-weight: 400;
}
.inq_info p {
  color: #0060de;
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
}
.inq_map p {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 12px;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}

/*반응형*/
@media screen and (max-width: 1588px) {
  .devel_ul li h4 {
    margin: 24% auto 15px;
  }
  .about03 ul li span br {
    display: none;
  }
  .document_wrap ul li h5 {
    font-size: 17px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 1100px);
    flex-basis: calc(100% - 1100px);
  }
}

@media screen and (max-width: 1370px) {
  .sub_wrap {
    padding: 0 20px;
  }
  .about_in {
    padding-top: 70px;
  }
  .devel_ul li h4 {
    margin: 22% auto 10px;
    font-size: 20px;
  }
  .devel_ul li p {
    font-size: 16px;
  }
  .blue_top {
    font-size: 21px;
  }
  .large_title {
    font-size: 35px;
    margin: 20px auto 10px;
  }
  .top_text {
    font-size: 22px;
  }
  .imginner p {
    font-size: 22px;
  }
  .imginner h3 {
    font-size: 26px;
  }
  #project__parallax {
    height: 540px;
  }
  .sky_top {
    font-size: 21px;
  }
  .sub_middle_title {
    font-size: 27px;
  }
  .about_in.about03 {
    padding-top: 140px;
    padding-bottom: 150px;
  }
  .about03 ul li img {
    height: 70px;
  }
  .about03 ul li p {
    font-size: 19px;
    margin: 20px 0;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .about_in.about05 {
    padding-top: 130px;
    padding-bottom: 70px;
  }
  .cu_text {
    font-size: 27px;
  }
  .c_left {
    font-size: 82px;
  }
  .c_left img {
    height: 86px;
  }
  .c_right {
    font-size: 21px;
  }
  .about04 .sub_middle_title:before {
    width: 20%;
  }
  .about04 .sub_middle_title:after {
    width: 20%;
  }
  .document_top {
    margin-top: 90px;
  }
  .sub_wrap.document_top {
    padding-bottom: 40px;
  }
  .board_wrap {
    padding: 0 20px;
  }
  .board_view_top .blue_top {
    font-size: 27px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 1020px);
    flex-basis: calc(100% - 1020px);
  }
  .about_in.about_org {
    padding-top: 120px;
  }
  .org_wrap {
    margin: 65px auto 0;
  }
  .org_wrap .org_top {
    width: 160px;
    height: 160px;
    padding: 12px;
  }
  .org_wrap .org_top h4 {
    font-size: 23px;
    width: 136px;
    height: 136px;
    line-height: 136px;
  }
  .org_wrap .line_org {
    margin-bottom: 60px;
  }
  .org_wrap .line_org:after {
    bottom: -43px;
    height: 26px;
  }
  .org_wrap .org_middle {
    padding: 14px;
    border-radius: 22px;
  }
  .org_wrap .org_middle p {
    height: 64px;
    line-height: 64px;
    font-size: 18px;
    width: 176px;
    border-radius: 13px;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 56px;
  }
  .org_wrap .org_bottom {
    border-radius: 22px;
  }
  .org_wrap .org_bottom li p {
    font-size: 16px;
    height: 58px;
    line-height: 58px;
    border-radius: 12px;
  }
  .org_wrap .org_bottom li span {
    font-size: 15px;
  }
}

@media screen and (max-width: 1230px) {
  .large_title {
    font-size: 30px;
  }
  .top_text {
    font-size: 20px;
  }
  .imginner p {
    font-size: 20px;
  }
  .imginner h3 {
    font-size: 24px;
  }
  .about_in.about03 {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .about03 ul {
    gap: 20px;
  }
  .about03 ul li img {
    height: 64px;
  }
  .about03 ul li p {
    font-size: 18px;
  }
  .about_in.about04 {
    padding-top: 110px;
    padding-bottom: 120px;
  }
  .devel_ul {
    margin-top: 65px;
  }
  .devel_ul li h4 {
    font-size: 18px;
    margin: 20% auto 10px;
  }
  .devel_ul li p {
    font-size: 15px;
  }
  .roll_en {
    font-size: 70px;
  }
  .about_in.about05 {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .cu_text {
    font-size: 25px;
  }
  .c_left {
    font-size: 70px;
  }
  .c_left img {
    height: 74px;
  }
  .c_right {
    font-size: 20px;
  }
  .c_right a {
    height: 64px;
    line-height: 64px;
    padding: 0 45px;
    margin-top: 30px;
  }
  .c_right a img {
    margin-left: 60px;
  }
  #project__parallax {
    clip-path: inset(8%);
    height: 450px;
  }
  .document_wrap ul li {
    margin-bottom: 25px;
  }
  .document_wrap ul li h5 {
    margin-top: 15px;
  }
  .board_top .large_title small {
    width: 28%;
    flex-basis: 28%;
  }
  .board_top .large_title .title_right {
    font-size: 22px;
  }
  .board_top .large_title small.story_line {
    width: calc(100% - 840px);
    flex-basis: calc(100% - 840px);
  }
  .document_top.library_top {
    padding-bottom: 25px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 60px;
  }
  .inq_left:before {
    top: -10%;
  }
  .inq_left h3 {
    font-size: 30px;
    padding-bottom: 40px;
  }
  .inq_info span {
    font-size: 17px;
  }
  .inq_info p {
    font-size: 20px;
  }
  .inq_map p {
    font-size: 19px;
  }
  .about_in.about_org {
    padding-top: 100px;
  }
  .org_wrap .org_middle p {
    width: 240px;
  }
  .org_wrap .org_bottom {
    gap: 2%;
    padding: 17px 17px 0;
  }
  .org_wrap .org_bottom li {
    width: 23.5%;
    flex-basis: 23.5%;
  }
  .org_wrap .org_bottom li span {
    margin: 10px auto 17px;
  }
}

@media screen and (max-width: 1100px) {
  .top_text {
    font-size: 19px;
  }
  .imginner p {
    padding: 0 120px;
  }
  .imginner p br {
    display: none;
  }
  .imginner h3 {
    font-size: 23px;
    line-height: 1.5;
    padding: 0 28px;
  }
  .about03 ul li img {
    height: 60px;
  }
  .sub_middle_title {
    font-size: 25px;
  }
  .devel_ul li h4 {
    margin: 18% auto 7px;
  }
  .devel_ul li p {
    font-size: 14px;
  }
  .roll_en {
    font-size: 65px;
  }
  .c_left {
    font-size: 58px;
  }
  .c_left img {
    height: 64px;
  }
  .document_wrap ul li {
    margin-bottom: 10px;
  }
  .org_wrap {
    margin: 50px auto 0;
  }
  .org_wrap .org_top {
    width: 140px;
    height: 140px;
  }
  .org_wrap .org_top h4 {
    width: 116px;
    height: 116px;
    line-height: 116px;
    font-size: 21px;
  }
  .org_wrap .org_middle p {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 50px;
  }
  .org_wrap .org_bottom li p {
    height: 54px;
    line-height: 54px;
  }
  .org_wrap .org_bottom li span {
    font-size: 14.5px;
  }
}

@media screen and (max-width: 999px) {
  .about_in {
    padding-top: 40px;
  }
  .sky_top {
    font-size: 19px;
  }
  .sub_middle_title {
    font-size: 25px;
  }
  .large_title {
    font-size: 28px;
  }
  .top_text {
    padding: 0 90px;
  }
  .top_text br {
    display: none;
  }
  .imginner p {
    font-size: 18px;
  }
  .imginner h3 {
    font-size: 21px;
  }
  .about_in.about03 {
    padding-top: 100px;
    padding-bottom: 85px;
  }
  .about03 ul {
    margin-top: 35px;
    gap: 3.5%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .about03 ul li {
    width: 31%;
    flex-basis: 31%;
    flex: none;
    margin-bottom: 40px;
  }
  .about03 ul li span {
    font-size: 16.5px;
  }
  .about_in.about04 {
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .devel_ul {
    margin-top: 45px;
  }
  .devel_ul li {
    width: 35%;
    padding-bottom: 35%;
  }
  .devel_ul li h4 {
    margin: 25% auto 7px;
  }
  .devel_ul li:nth-child(4) {
    margin-left: 0;
  }
  .devel_ul li:nth-child(4),
  .devel_ul li:nth-child(5) {
    margin-top: -50px;
  }
  .about_contact {
    display: block;
  }
  .c_left {
    font-size: 68px;
  }
  .c_left img {
    height: 70px;
  }
  .c_right {
    margin-top: 40px;
    font-size: 22px;
  }
  .about_in.about05 {
    padding-top: 95px;
    padding-bottom: 10px;
  }
  .about04 .sub_middle_title:before,
  .about04 .sub_middle_title:after {
    display: none;
  }
  .document_top {
    margin-top: 60px;
  }
  .document_top .top_text {
    padding: 0;
  }
  .document_wrap ul {
    gap: 2%;
  }
  .document_wrap ul li {
    width: 15%;
    flex-basis: 15%;
  }
  .document_wrap ul li h5 {
    font-size: 14px;
  }
  .board_top .large_title {
    display: block;
  }
  .board_top .large_title span {
    display: block;
    padding-bottom: 7px;
    line-height: normal;
  }
  .board_top .large_title .title_right {
    font-size: 20px;
  }
  .board_top .large_title small {
    display: none;
  }
  .board_wrap #bo_btn_top {
    margin-top: 7px;
  }
  .sub_wrap.document_top.board_top {
    padding-bottom: 20px;
  }
  .document_top.library_top {
    padding-bottom: 15px;
  }
  .sub_wrap.inq_wrap {
    display: block;
  }
  .inq_wrap > div {
    width: 100%;
  }
  .inq_map {
    margin-bottom: 30px;
  }
  .inq_map iframe {
    height: 200px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 40px;
  }
  .inq_info {
    margin-bottom: 20px;
  }
  .about_in.about_org {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .org_wrap .line_org {
    margin-bottom: 50px;
  }
  .org_wrap .line_org:after {
    height: 22px;
    bottom: -35px;
  }
  .org_wrap .org_middle p {
    width: 196px;
  }
}

@media screen and (max-width: 768px) {
  .large_title {
    font-size: 25px;
  }
  .top_text {
    padding: 0 35px;
    font-size: 17.5px;
  }
  #project__parallax {
    height: 350px;
  }
  .imginner p {
    padding: 0 70px;
    font-size: 17px;
  }
  .imginner h3 {
    max-width: 560px;
    margin: 20px auto 0;
    font-size: 20px;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .devel_ul li h4 {
    margin: 19% auto 6px;
  }
  .about_in.about03 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .about_in.about04 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .roll_en {
    font-size: 58px;
  }
  .about_in.about05 {
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .cu_text {
    font-size: 23px;
  }
  .c_left {
    font-size: 60px;
  }
  .c_left img {
    height: 60px;
    margin-right: 10px;
  }
  .c_right {
    font-size: 20px;
  }
  .document_wrap ul {
    padding-bottom: 0;
    gap: 4%;
  }
  .document_wrap ul li {
    width: 48%;
    flex-basis: 48%;
    margin-bottom: 25px;
  }
  .document_wrap ul li h5 {
    font-size: 16px;
  }
  .board_top .large_title span {
    padding-bottom: 5px;
  }
  .board_top .large_title .title_right {
    font-size: 18px;
  }
  .board_view_top .blue_top {
    font-size: 25px;
  }
  .sub_wrap.document_top.board_view_top {
    padding-bottom: 10px;
  }
  .board_view_top .blue_top:after {
    display: none;
  }
  .inq_left h3 {
    font-size: 25px;
  }
  .inq_info span {
    font-size: 16px;
  }
  .inq_info p {
    font-size: 18px;
  }
  .inq_map p {
    font-size: 17px;
  }
  .sub_wrap.inq_wrap {
    padding-bottom: 0;
  }
  .about_in.about_org {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .org_wrap .org_middle p {
    width: 170px;
  }
}

@media screen and (max-width: 680px) {
  .devel_ul li {
    width: 34%;
    padding-bottom: 34%;
  }
  .devel_ul li:nth-child(4),
  .devel_ul li:nth-child(5) {
    margin-top: -38px;
  }
  .devel_ul li h4 {
    font-size: 17px;
    margin: 17% auto 6px;
  }
  .roll_en {
    font-size: 50px;
  }
  .c_left {
    font-size: 55px;
  }
  .c_left img {
    height: 55px;
  }
  .c_right {
    font-size: 18px;
  }
  .about_in {
    padding-top: 25px;
  }
  .sub_wrap.document_top {
    padding-bottom: 25px;
  }
  .document_top {
    margin-top: 20px;
  }
  .document_wrap ul:last-child li {
    margin-bottom: 0;
  }
  .sub_wrap.document_top.board_top {
    padding-bottom: 10px;
  }
  .sub_wrap.document_top.library_top {
    padding-bottom: 15px;
  }
  .sub_wrap.library_wrap {
    padding-bottom: 0;
  }
  .org_wrap .org_middle {
    padding: 10px 12px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 4%;
  }
  .org_wrap .org_middle p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    width: 48%;
  }
  .org_wrap .org_middle p:first-child {
    margin-right: 0;
  }
  .org_wrap .org_bottom {
    padding: 14px 14px 0;
  }
  .org_wrap .org_bottom li p {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
  }
  .org_wrap .org_bottom li span {
    font-size: 14px;
    margin: 9px auto 17px;
  }
}

@media screen and (max-width: 640px) {
  .blue_top {
    font-size: 19px;
  }
  .large_title {
    font-size: 23px;
    line-height: 1.5;
  }
  .top_text {
    font-size: 17px;
  }
  .imginner p {
    font-size: 16px;
  }
  .imginner h3 {
    font-size: 19px;
  }
  .about03 ul {
    display: block;
  }
  .about03 ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .about03 ul li p {
    font-weight: 600;
    margin: 20px 0 10px;
  }
  .about03 ul li span {
    max-width: 350px;
    font-size: 16.5px;
    line-height: 1.5;
    margin: 0 auto;
  }
  .sky_top {
    font-size: 18px;
  }
  .sub_middle_title {
    font-size: 21px;
  }
  .devel_ul li {
    width: 70%;
    padding-bottom: 70%;
    display: block;
    margin: 0 auto;
  }
  .devel_ul li:not(:first-child) {
    margin-left: auto;
    margin-top: -40px;
  }
  .devel_ul li h4 {
    font-size: 20px;
    margin: 31% auto 15px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 26% auto 15px;
  }
  .devel_ul li p {
    font-size: 16px;
    line-height: 1.8;
  }
  .cu_text {
    font-size: 21px;
  }
  .roll_en {
    font-size: 50px;
  }
  .c_left {
    font-size: 52px;
  }
  .c_left img {
    height: 52px;
  }
  .c_right {
    font-size: 18px;
  }
  .c_right a {
    margin-top: 20px;
  }
  .board_top .large_title .title_right {
    font-size: 16.5px;
  }
  #bo_btn_top #bo_list_total {
    font-size: 1.1em;
  }
  .board_view_top .blue_top {
    font-size: 23px;
  }
  .board_view header {
    margin-bottom: 25px;
  }
  .document_top .large_title {
    margin: 15px auto 3px;
  }
}

@media screen and (max-width: 600px) {
  .c_left {
    font-size: 50px;
  }
  .c_left .line-text img:last-child {
    display: none;
  }
  .c_right a {
    height: 58px;
    line-height: 58px;
    padding: 0 35px;
  }
  .about_in.about05 {
    padding-top: 65px;
  }
  .large_title {
    font-size: 21px;
  }
  .top_text {
    font-size: 16px;
    padding: 0;
  }
  .imginner p {
    padding: 0 35px;
  }
  .sky_top {
    font-size: 17px;
  }
  .sub_middle_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .cu_text {
    font-size: 20px;
    line-height: 1.5;
  }
  .board_view_top .blue_top {
    font-size: 21px;
  }
  .inq_left:before {
    width: 100%;
    background-size: 100% auto;
  }
  .about_in.about_org {
    padding-top: 55px;
  }
  .org_wrap {
    margin: 35px auto 0;
  }
  .org_wrap .org_bottom {
    gap: 3.5%;
    justify-content: center;
  }
  .org_wrap .org_bottom li {
    width: 31%;
    flex-basis: 31%;
  }
}

@media screen and (max-width: 480px) {
  .devel_ul li h4 {
    margin: 27% auto 10px;
    font-size: 18px;
  }
  .devel_ul li p {
    font-size: 15px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 22% auto 10px;
  }
  .c_left {
    font-size: 40px;
  }
  .c_left img {
    height: 42px;
  }
  .likeTbl > ul > li.likeTblTd .td_subject a {
    font-size: 16px;
  }
  .sub_wrap.inq_wrap {
    padding-top: 20px;
  }
  .inq_left h3 {
    font-size: 22px;
  }
  #bo_w.inq_wrap .write_div_privacy {
    display: block;
  }
  #bo_w.inq_wrap .write_div_privacy p label {
    display: block;
    padding-left: 0;
    margin-top: 8px;
  }
  .about_in.about_org {
    padding-top: 50px;
  }
  .org_wrap .org_middle p {
    height: 52px;
    line-height: 52px;
  }
  .org_wrap .org_bottom {
    gap: 4%;
    padding: 12px 11px 0;
  }
  .org_wrap .org_bottom li {
    width: 48%;
    flex-basis: 48%;
  }
  .org_wrap .org_bottom li p {
    height: 46px;
    line-height: 46px;
  }
}

@media screen and (max-width: 410px) {
  .about_in {
    padding-top: 20px;
  }
  #project__parallax {
    height: 450px;
  }
  .devel_ul li {
    width: 80%;
    padding-bottom: 80%;
  }
  .devel_ul li p {
    line-height: 1.7;
  }
  .devel_ul li:not(:first-child) {
    margin-top: -30px;
  }
  .roll_en {
    font-size: 45px;
  }
  .c_left {
    font-size: 35px;
  }
  .c_left img {
    height: 38px;
  }
  .cu_text {
    font-size: 19px;
  }
  .c_right {
    font-size: 17px;
  }
  .about_in.about05 {
    padding-top: 55px;
  }
  .document_wrap ul li {
    padding: 15px;
  }
  .document_wrap ul li h5 {
    font-size: 15.5px;
    margin-top: 10px;
  }
  .sub_wrap.document_top {
    margin-top: 0;
  }
}

@media screen and (max-width: 360px) {
  .large_title {
    font-size: 20px;
  }
  .imginner h3 {
    font-size: 18px;
  }
  .sub_middle_title {
    font-size: 19px;
  }
  .about03 ul li {
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .about03 ul li p {
    font-size: 17px;
  }
  .about03 ul li span {
    font-size: 15.5px;
  }
  .about_in.about03 {
    padding-top: 65px;
    padding-bottom: 55px;
  }
  .about_in.about04 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .devel_ul {
    margin-top: 30px;
  }
  .devel_ul li {
    width: 95%;
    padding-bottom: 95%;
  }
  .devel_ul li h4 {
    font-size: 17px;
    margin: 26% auto 7px;
  }
  .devel_ul li:not(:first-child) h4 {
    margin: 21% auto 7px;
  }
  .devel_ul li p {
    line-height: 1.6;
  }
  .roll_en {
    font-size: 40px;
  }
  .c_left {
    font-size: 32px;
  }
  .c_left .line-text {
    font-size: 37px;
    margin-top: 0;
  }
  .c_left img {
    display: none;
  }
  .c_right {
    font-size: 16px;
    margin-top: 30px;
  }
  .about_in.about05 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .c_right a {
    margin-top: 13px;
    height: 52px;
    line-height: 52px;
  }
  .about_in.about_org {
    padding-top: 20px;
  }
  .about_contact {
    margin-top: 15px;
  }
}

@media screen and (max-width: 320px) {
  .about_in {
    padding-top: 0;
  }
  .blue_top {
    font-size: 16px;
  }
  .large_title {
    font-size: 19px;
  }
  .top_text {
    font-size: 15px;
  }
  .imginner p {
    font-size: 15px;
  }
  .imginner h3 {
    font-size: 17px;
  }
  .sub_middle_title {
    font-size: 18px;
  }
  .about03 ul li p {
    font-size: 16.5px;
  }
  .about03 ul li img {
    height: 56px;
  }
  .about03 ul li span {
    font-size: 15px;
  }
  .devel_ul li h4 {
    font-size: 16px;
  }
  .roll_en {
    font-size: 37px;
  }
  .cu_text {
    font-size: 18px;
  }
  .c_left {
    font-size: 28px;
  }
  .c_left .line-text {
    font-size: 34px;
    margin-top: 0;
  }
  .c_right {
    font-size: 15px;
  }
  .c_right a {
    padding: 0 25px;
    height: 48px;
    line-height: 48px;
  }
  .document_wrap ul li {
    padding: 0;
    background: #fff;
    border-radius: 0;
  }
  .document_wrap ul li img {
    border-radius: 0;
    border: 1px solid #eee;
  }
  .document_wrap ul li h5 {
    font-size: 15px;
  }
}
