.l_sub .section_top .bg::before {
  background-image: url("/static/images/sub/introduction/section_top.jpg");
}

.l_sub .section .greeting_img {
  position: relative;
}

.l_sub .section .greeting_img > div {
  border-bottom-right-radius: 80px;
}

.l_sub .section .greeting_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  background: url(/static/images/common/logo_img.png) no-repeat center/cover;
}

.l_sub_intro .section_visual {
  width: 100%;
  height: 1040px;
  background: url(/static/images/sub/introduction/intro_bg.jpg) no-repeat center/cover;
  position: relative;
}

.l_sub_intro .section_visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 200px;
  width: 160px;
  height: 160px;
  background: url(/static/images/sub/introduction/visual_obj_top.png) no-repeat left bottom/contain;
}

.l_sub_intro .section_visual .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.l_sub_intro .section_visual .inner .obj {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto 45px;
}

.l_sub_intro .section_visual .inner .obj img {
  position: absolute;
  left: 0;
  top: 0;
}

.l_sub_intro .section_visual .inner .obj img:first-of-type {
  animation: rotateObj infinite linear 50s;
}

.l_sub_intro .section_visual .inner .tit {
  font-size: 36px;
  margin-bottom: 25px;
}

.l_sub_intro .section_value {
  position: relative;
  margin-top: -200px;
  padding-top: 200px !important;
  padding-bottom: 0 !important;
}

.l_sub_intro .section_value .bg {
  background: #fcf9f6;
  padding-bottom: 140px;
}

.l_sub_intro .section_value::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: #fcf9f6;
  width: 100%;
  height: 200px;
  border-radius: 0 160px 0 0;
}

.l_sub_intro .section_value .inner ul {
  justify-content: center;
}

.l_sub_intro .section_value .inner ul li {
  width: 387px;
  height: 340px;
  margin-right: 19px;
}

.l_sub_intro .section_value .inner ul li:nth-of-type(3), .l_sub_intro .section_value .inner ul li:nth-of-type(5) {
  margin-right: 0;
}

.l_sub_intro .section_value .inner ul li:nth-of-type(4), .l_sub_intro .section_value .inner ul li:nth-of-type(5) {
  margin-top: 20px;
}

.l_sub_intro .section_value .inner ul li .section_desc_big {
  font-size: 24px;
}

.l_sub_intro .section_value .inner ul li .section_desc_big + p {
  margin-top: 10px;
}

.l_sub_intro .section_future {
  padding-top: 140px;
}

.l_sub_intro .section_future .inner {
  position: relative;
}

.l_sub_intro .section_future .inner::before {
  content: "";
  animation: rotateObj infinite linear 50s;
  position: absolute;
  z-index: -1;
  left: -110px;
  top: 80px;
  width: 240px;
  height: 240px;
  background: url(/static/images/main/round_obj.png) no-repeat 0 0/contain;
}

.l_sub_intro .section_future .inner .wrap_list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.l_sub_intro .section_future .inner .wrap_list ul li + li {
  margin-top: 80px;
}

.l_sub_intro .section_future .inner .wrap_list ul li > div {
  width: 50%;
}

.l_sub_intro .section_future .inner .wrap_list ul li > div.img_wrap {
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 32px 0;
  box-shadow: 0px 4px 32px rgba(150, 150, 150, 0.15);
}

.l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_tit {
  position: relative;
  padding-left: 30px;
}

.l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_tit::before {
  content: "";
  position: absolute;
  background: #f67441;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_desc {
  word-break: keep-all;
  word-wrap: break-word;
  margin-top: 18px;
}

.l_sub_intro .section_future .inner .wrap_list ul li:nth-of-type(odd) > div.txt_wrap {
  padding-left: 85px;
}

.l_sub_intro .section_future .inner .wrap_list ul li:nth-of-type(even) {
  flex-direction: row-reverse;
}

.l_sub_intro .section_future .inner .wrap_list ul li:nth-of-type(even) > div.txt_wrap {
  padding-right: 85px;
}

.l_sub_history .section_history .hash_navigation {
  width: 100%;
  height: 64px;
  position: sticky;
  z-index: 1;
  left: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}

.l_sub_history .section_history .hash_navigation .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

.l_sub_history .section_history .hash_navigation .inner li {
  margin: 0 10px;
}

.l_sub_history .section_history .hash_navigation .inner li a {
  height: 100%;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_sub_history .section_history .hash_navigation .inner li a::after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background-color: #f67441;
}

.l_sub_history .section_history .hash_navigation .inner li.active a {
  font-weight: 800;
  color: #f67441;
}

.l_sub_history .section_history .hash_navigation .inner li.active a::after {
  opacity: 1;
}

.l_sub_history .section_history .wrap_content {
  padding-top: 75px;
}

.l_sub_history .section_history .wrap_content .inner {
  display: flex;
  flex-wrap: wrap;
}

.l_sub_history .section_history .wrap_content .inner > div {
  width: 50%;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year {
  display: flex;
  position: relative;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year:first-of-type {
  padding-top: 0;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 2px;
  height: 100%;
  background: #eee;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year + .year {
  padding-top: 80px;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont {
  padding-left: 125px;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dt {
  font-weight: bold;
  position: relative;
  font-family: "NotoSerifKR";
  margin-bottom: 25px;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dt::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -130px;
  width: 12px;
  height: 12px;
  background-color: #f67441;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd {
  display: flex;
  flex-wrap: wrap;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span {
  display: block;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span.date {
  width: 115px;
  font-weight: bold;
  color: #333;
  font-family: "NotoSerifKR";
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span.txt {
  width: calc(100% - 115px);
  word-break: keep-all;
  word-wrap: break-word;
}

.l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd + dd {
  margin-top: 25px;
}

.l_sub_history .section_history .wrap_content .inner > div.history_info .info {
  position: sticky;
  left: 0;
  top: 180px;
}

.l_sub_history .section_history .wrap_content .inner > div.history_info .info .section_tit {
  font-weight: 500;
  margin-bottom: 20px;
}

.l_sub_history .section_history .wrap_content .inner > div.history_info .info .section_tit span {
  display: block;
}

.l_sub_history .section_history .wrap_content .inner > div.history_info .info .section_desc {
  margin-bottom: 40px;
}

.l_sub_greeting .section_greeting .greeting_img {
  margin-bottom: 80px;
}

.l_sub_greeting .section_greeting .greeting_img::before {
  z-index: 1;
}

.l_sub_greeting .section_greeting .greeting_img > div {
  position: relative;
}

.l_sub_greeting .section_greeting .greeting_img > div > img.tb {
  display: block;
}

.l_sub_greeting .section_greeting .greeting_img > div > img.mo {
  display: none;
}

.l_sub_greeting .section_greeting .greeting_img > div .wrap_resume {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  padding-left: 16.6666%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p {
  font-size: 20px;
  text-align: center;
  margin-right: 5%;
}

.l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p strong {
  font-size: 32px;
  display: block;
  margin-bottom: 8px;
}

.l_sub_greeting .section_greeting .greeting_img > div .wrap_resume .resume p {
  line-height: 32px;
}

.l_sub_greeting .section_greeting .section_desc_big {
  font-family: "NotoSansKr";
  margin-bottom: 35px;
}

.l_sub_greeting .section_greeting .wrap_desc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}

.l_sub_greeting .section_greeting .wrap_desc > p {
  width: 49%;
  line-height: 32px;
}

.l_sub_greeting .section_greeting .last {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.l_sub_greeting .section_greeting .last img {
  margin-left: 30px;
  width: 195px;
}

.l_sub_contact .section_contact .inner .wrap_map {
  border-radius: 40px 0;
  overflow: hidden;
}

.l_sub_contact .section_contact .inner .wrap_map iframe {
  width: 100%;
  height: 520px;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap {
  background-color: #f67441;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
  padding: 0 60px;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl + dl {
  margin-left: 115px;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: bold;
  margin-right: 15px;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl dt .icon {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl dt .icon_add {
  background-image: url(/static/images/sub/introduction/icon_add.png);
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl dt .icon_tel {
  background-image: url(/static/images/sub/introduction/icon_tel.png);
}

.l_sub_contact .section_contact .inner .wrap_map .wrap dl dd {
  font-weight: 500;
}

.l_sub_contact .section_way {
  padding-top: 140px;
  border-radius: 0 160px 0 0;
  background-color: #fcf9f6;
}

.l_sub_contact .section_way .section_desc_big {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
}

.l_sub_contact .section_way .section_desc_big .icon {
  margin-right: 8px;
  width: 36px;
  height: 36px;
}

.l_sub_contact .section_way .section_desc_big .icon_subway {
  background-image: url(/static/images/sub/introduction/icon_subway.png);
}

.l_sub_contact .section_way .section_desc_big .icon_bus {
  background-image: url(/static/images/sub/introduction/icon_bus.png);
}

.l_sub_contact .section_way .section_desc_big .icon_srt {
  background-image: url(/static/images/sub/introduction/icon_srt.png);
}

.l_sub_contact .section_way .wrap_box {
  border-radius: 23px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 6px 24px rgba(150, 150, 150, 0.1);
  display: flex;
  flex-wrap: wrap;
}

.l_sub_contact .section_way .wrap_box .box {
  padding: 50px 60px;
}

.l_sub_contact .section_way .wrap_box .location {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 19px;
}

.l_sub_contact .section_way .wrap_box .location span {
  display: block;
}

.l_sub_contact .section_way .wrap_box .location span.line {
  margin-right: 15px;
  border-radius: 23px;
  line-height: 32px;
  height: 32px;
  width: 80px;
  text-align: center;
  color: #fff;
  background-color: #f5be02;
  font-size: 16px;
  font-weight: bold;
}

.l_sub_contact .section_way .wrap_box .location span.line_red {
  background-color: #cb023a;
}

.l_sub_contact .section_way .wrap_box .location span:last-of-type {
  font-weight: bold;
  font-size: 20px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way {
  line-height: 28px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way strong {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way strong span {
  font-weight: inherit;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1.5px solid #444;
  display: block;
  text-align: center;
  line-height: 32px;
  margin-right: 4px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way p {
  word-break: keep-all;
  word-wrap: break-word;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way > div {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way > div p {
  width: 100%;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way > div p + p {
  margin-top: 10px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way p {
  width: calc(100% - 80px);
  display: flex;
  flex-wrap: wrap;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way p span {
  font-weight: 500;
  color: #666;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way p span:first-of-type {
  width: 40px;
}

.l_sub_contact .section_way .wrap_box .wrap_way .way p span:last-of-type {
  width: calc(100% - 40px);
}

.l_sub_contact .section_way .wrap_box .wrap_way .way + .way {
  margin-top: 19px;
}

.l_sub_contact .section_way .way_box .wrap_box .box {
  width: 50%;
}

.l_sub_contact .section_way .way_box .wrap_box .box:first-of-type {
  border-right: 1px solid #eee;
}

.l_sub_contact .section_way .box_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l_sub_contact .section_way .way_boxs {
  margin-top: 70px;
  width: calc((100% - 20px) / 2);
}

.l_sub_contact .section_way .way_boxs .box {
  width: 100%;
}

.l_sub_purpose .section_purpose {
  text-align: center;
}

.l_sub_purpose .section_purpose .greeting_img {
  margin-bottom: 75px;
}

.l_sub_purpose .section_info {
  border-radius: 0 160px 0 0;
  background: #fcf9f6;
  padding: 140px 0;
}

.l_sub_purpose .section_info .inner > div {
  width: 100%;
  padding-left: 30px;
}

.l_sub_purpose .section_info .inner > div.plnone {
  padding-left: 0;
}

.l_sub_purpose .section_info .inner > div.plnone > p {
  padding-left: 30px;
}

.l_sub_purpose .section_info .inner > div.plnone > p::before {
  left: 0;
}

.l_sub_purpose .section_info .inner > div.wrap_info {
  display: flex;
  flex-wrap: wrap;
}

.l_sub_purpose .section_info .inner > div.wrap_info > div {
  width: 50%;
}

.l_sub_purpose .section_info .inner > div .section_desc_big {
  position: relative;
  margin-bottom: 15px;
}

.l_sub_purpose .section_info .inner > div .section_desc_big::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 8px;
  height: 8px;
  background: #f67441;
  border-radius: 100%;
}

.l_sub_purpose .section_info .inner > div .section_desc {
  line-height: 32px;
}

.l_sub_purpose .section_info .inner > div .list {
  width: 100%;
}

.l_sub_purpose .section_info .inner > div .list > p {
  padding-left: 15px;
  position: relative;
}

.l_sub_purpose .section_info .inner > div .list > p::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 100%;
}

.l_sub_purpose .section_info .inner > div .wrap_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l_sub_purpose .section_info .inner > div .wrap_box .box {
  width: 590px;
  height: 256px;
  padding: 0 60px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0px 6px 24px 0px rgba(150, 150, 150, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.l_sub_purpose .section_info .inner > div .wrap_box .box strong {
  padding-left: 0;
  color: #f67441;
  margin-bottom: 0;
}

.l_sub_purpose .section_info .inner > div .wrap_box .box strong::before {
  display: none;
}

.l_sub_purpose .section_info .inner > div .wrap_box .box .section_desc {
  position: relative;
}

.l_sub_purpose .section_info .inner > div .wrap_box .box .section_desc::before {
  content: "-";
}

.l_sub_purpose .section_info .inner > div .wrap_box .box:nth-of-type(n + 3) {
  margin-top: 20px;
}

.l_sub_purpose .section_info .inner > div + div {
  margin-top: 68px;
}

.l_sub_purpose .section_banner {
  padding-bottom: 0 !important;
  background: url(/static/images/sub/introduction/banner_img.jpg) no-repeat center center/cover;
  width: 100%;
  height: 420px;
}

.l_sub_purpose .section_banner .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_sub_purpose .section_banner .inner p {
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 1240px) {
  .l_sub .section_top .bg::before {
    background-image: url("/static/images/sub/introduction/section_top_m.jpg");
  }
  .l_sub .section .greeting_img > div {
    border-bottom-right-radius: 2.5rem;
  }
  .l_sub .section .greeting_img::before {
    width: 5.416rem;
    height: 5.416rem;
  }
  .l_sub_intro .section_visual {
    height: 50rem;
    background: url(/static/images/sub/introduction/intro_bg_m.jpg) no-repeat center/cover;
  }
  .l_sub_intro .section_visual::after {
    bottom: 8.916rem;
    width: 3.125rem;
    height: 3.333rem;
    background: url(/static/images/sub/introduction/visual_obj_top_m.png) no-repeat left bottom/contain;
  }
  .l_sub_intro .section_visual .inner {
    padding-bottom: 20%;
  }
  .l_sub_intro .section_visual .inner .obj {
    width: 10rem;
    height: 10rem;
    margin: 0 auto 1.875rem;
  }
  .l_sub_intro .section_visual .inner .tit {
    line-height: 2.083rem;
    font-size: 1.5rem;
    margin-bottom: 1.041rem;
  }
  .l_sub_intro .section_value {
    margin-top: -8.959rem;
    padding-top: 8.958rem !important;
  }
  .l_sub_intro .section_value::after {
    height: 8.958rem;
    border-radius: 0 3.333rem 0 0;
  }
  .l_sub_intro .section_value .bg {
    padding-bottom: 3.541rem;
  }
  .l_sub_intro .section_value .inner ul {
    display: block;
  }
  .l_sub_intro .section_value .inner ul li {
    width: 100%;
    height: 16.145rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .l_sub_intro .section_value .inner ul li + li {
    margin-top: 1.25rem !important;
  }
  .l_sub_intro .section_value .inner ul li .section_desc_big {
    font-size: 1.166rem;
  }
  .l_sub_intro .section_value .inner ul li .section_desc_big + p {
    margin-top: 0.625rem;
  }
  .l_sub_intro .section_future {
    padding-top: 3.75rem;
  }
  .l_sub_intro .section_future .inner::before {
    display: none;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li {
    display: block;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li + li {
    margin-top: 3.437rem;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div {
    width: 100%;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div.img_wrap {
    width: 100%;
    border-radius: 2.083rem 0;
    margin-bottom: 1.666rem;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap {
    padding: 0 !important;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_tit {
    padding-left: 1.354rem;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_tit::before {
    width: 0.5rem;
    height: 0.5rem;
  }
  .l_sub_intro .section_future .inner .wrap_list ul li > div.txt_wrap .section_desc {
    margin-top: 0.833rem;
  }
  .l_sub_history .section_history .hash_navigation {
    height: 3.75rem;
    top: 3.75rem;
  }
  .l_sub_history .section_history .hash_navigation .inner li {
    margin: 0 0.833rem;
  }
  .l_sub_history .section_history .hash_navigation .inner li a {
    font-size: 1.083rem;
  }
  .l_sub_history .section_history .wrap_content {
    padding-top: 2.291rem;
  }
  .l_sub_history .section_history .wrap_content .inner {
    display: block;
  }
  .l_sub_history .section_history .wrap_content .inner > div {
    width: 100%;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year {
    padding: 0 0.416rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year {
    display: block;
    padding-bottom: 1.354rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year:last-of-type::before {
    height: 90%;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year::before {
    top: 0.833rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year + .year {
    padding-top: 1.354rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont {
    padding-left: 1.979rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dt {
    font-size: 1.416rem;
    margin-bottom: 1.041rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dt::after {
    left: -2.25rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd {
    display: flex;
    flex-wrap: wrap;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span {
    display: block;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span.date {
    width: 5.208rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd span.txt {
    width: calc(100% - 5.208rem);
  }
  .l_sub_history .section_history .wrap_content .inner > div.wrap_year .year .history .year_cont dd + dd {
    margin-top: 0.625rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.history_info {
    margin-bottom: 2.5rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.history_info .info {
    top: 7.5rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.history_info .info .section_tit {
    margin-bottom: 0.833rem;
  }
  .l_sub_history .section_history .wrap_content .inner > div.history_info .info .section_desc {
    margin-bottom: 2.083rem;
  }
  .l_sub_greeting .section_greeting .greeting_img {
    margin-bottom: 2.291rem;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p {
    font-size: 1.083rem;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p strong {
    font-size: 1.416rem;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume .resume p {
    line-height: 1.5rem;
  }
  .l_sub_greeting .section_greeting .section_desc_big {
    margin-bottom: 1.145rem;
    line-height: 1.562rem;
  }
  .l_sub_greeting .section_greeting .wrap_desc {
    display: block;
    margin-bottom: 2.187rem;
  }
  .l_sub_greeting .section_greeting .wrap_desc > p {
    width: 100%;
    line-height: 1.5rem;
  }
  .l_sub_greeting .section_greeting .wrap_desc > p + p {
    margin-top: 1.458rem;
  }
  .l_sub_greeting .section_greeting .last img {
    margin-left: 1.041rem;
    width: 7.145rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map {
    border-radius: 1.25rem 0;
  }
  .l_sub_contact .section_contact .inner .wrap_map iframe {
    width: 100%;
    height: 15.52rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap {
    display: block;
    height: 7.083rem;
    padding: 1.041rem 1.77rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap dl {
    align-items: flex-start;
    line-height: 1.416rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap dl + dl {
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap dl dt {
    margin-right: 0;
    width: 3.75rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap dl dt .icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.312rem;
  }
  .l_sub_contact .section_contact .inner .wrap_map .wrap dl dd {
    width: calc(100% - 3.75rem);
  }
  .l_sub_contact .section_way {
    padding-top: 3.75rem;
    border-radius: 0 3.333rem 0 0;
  }
  .l_sub_contact .section_way .section_desc_big {
    margin-bottom: 1.041rem;
  }
  .l_sub_contact .section_way .section_desc_big .icon {
    margin-right: 0.416rem;
    width: 1.666rem;
    height: 1.666rem;
  }
  .l_sub_contact .section_way .wrap_box {
    border-radius: 0.666rem;
    display: block;
  }
  .l_sub_contact .section_way .wrap_box .box {
    padding: 1.666rem 2.083rem;
  }
  .l_sub_contact .section_way .wrap_box .location {
    margin-bottom: 0.729rem;
  }
  .l_sub_contact .section_way .wrap_box .location span.line {
    margin-right: 0.625rem;
    border-radius: 1.25rem;
    line-height: 1.333rem;
    height: 1.333rem;
    width: 3.583rem;
    font-size: 0.75rem;
  }
  .l_sub_contact .section_way .wrap_box .location span:last-of-type {
    font-size: 1.083rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way {
    line-height: 1.416rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way strong {
    margin-bottom: 0.75rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way strong span {
    width: 1.666rem;
    height: 1.666rem;
    line-height: 1.666rem;
    border-width: 0.072rem;
    margin-right: 0.208rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way > div {
    width: calc(100% - 3.958rem);
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way > div p + p {
    margin-top: 0.625rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way p {
    width: calc(100% - 3.958rem);
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way p span:first-of-type {
    width: 2.083rem;
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way p span:last-of-type {
    width: calc(100% - 2.083rem);
  }
  .l_sub_contact .section_way .wrap_box .wrap_way .way + .way {
    margin-top: 1rem;
  }
  .l_sub_contact .section_way .way_box .wrap_box .box {
    width: 100%;
  }
  .l_sub_contact .section_way .way_box .wrap_box .box:first-of-type {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .l_sub_contact .section_way .way_boxs {
    margin-top: 0;
    width: 100%;
    margin-top: 2.5rem;
  }
  .l_sub_contact .section_way .way_boxs .box {
    width: 100%;
  }
  .l_sub_contact .section_way .way_boxs .box .way p {
    width: 100%;
  }
  .l_sub_purpose .section_purpose .section_tit span {
    display: block;
  }
  .l_sub_purpose .section_purpose .greeting_img {
    margin-bottom: 2.291rem;
  }
  .l_sub_purpose .section_info {
    border-radius: 0 3.333rem 0 0;
    padding: 3.75rem 0;
  }
  .l_sub_purpose .section_info .inner > div {
    padding-left: 0.937rem;
  }
  .l_sub_purpose .section_info .inner > div.plnone > p {
    padding-left: 0.937rem;
    margin-bottom: 1.458rem;
  }
  .l_sub_purpose .section_info .inner > div.wrap_info {
    display: block;
  }
  .l_sub_purpose .section_info .inner > div.wrap_info > div {
    width: 100%;
  }
  .l_sub_purpose .section_info .inner > div.wrap_info > div + div {
    margin-top: 2.5rem;
  }
  .l_sub_purpose .section_info .inner > div .section_desc_big {
    margin-bottom: 0.625rem;
  }
  .l_sub_purpose .section_info .inner > div .section_desc_big::before {
    content: "";
    left: -0.938rem;
    width: 0.333rem;
    height: 0.333rem;
    background: #f67441;
    border-radius: 100%;
  }
  .l_sub_purpose .section_info .inner > div .section_desc {
    line-height: 1.5rem;
  }
  .l_sub_purpose .section_info .inner > div .list > p {
    padding-left: 0.729rem;
  }
  .l_sub_purpose .section_info .inner > div .list > p::before {
    content: "";
    position: absolute;
    top: 0.625rem;
    width: 0.25rem;
    height: 0.25rem;
  }
  .l_sub_purpose .section_info .inner > div .wrap_box {
    display: block;
  }
  .l_sub_purpose .section_info .inner > div .wrap_box .box {
    width: 100%;
    height: 10.416rem;
    padding: 0 1.875rem;
    border-radius: 0.666rem;
    text-align: center;
  }
  .l_sub_purpose .section_info .inner > div .wrap_box .box + .box {
    margin-top: 1.25rem;
  }
  .l_sub_purpose .section_info .inner > div + div {
    margin-top: 2.5rem;
  }
  .l_sub_purpose .section_banner {
    background: url(/static/images/sub/introduction/banner_img_m.jpg) no-repeat center center/cover;
    height: 12.5rem;
  }
  .l_sub_purpose .section_banner .inner p {
    font-size: 1.166rem;
    line-height: 1.666rem;
  }
}

@media screen and (max-width: 767px) {
  .l_sub_greeting .section_greeting .greeting_img > div img.tb {
    display: none;
  }
  .l_sub_greeting .section_greeting .greeting_img > div img.mo {
    display: block;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume {
    height: 100%;
    padding-bottom: 6%;
    padding-left: 0;
    flex-direction: column;
    justify-content: end;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.937rem;
  }
  .l_sub_greeting .section_greeting .greeting_img > div .wrap_resume > p strong {
    display: inline-block;
    margin-bottom: 0;
  }
}
