/* font */
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pre";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* //font */
.mt {
  font-family: "Montserrat", sans-serif;
}

.pr {
  background: #2a82d9 !important;
}

.pr2 {
  background: #1a3046 !important;
}

.yellow {
  background: #fbe300 !important;
}

.red {
  background: #B51500 !important;
}

.black_3b {
  background: #3b1e1e !important;
}

.black_3 {
  background: #333333 !important;
}

.black_15 {
  background: #000f15 !important;
}

.gray_db {
  background: #dbdbdb !important;
}

.gray_6 {
  background: #666666 !important;
}

.gray_93 {
  background: #939393 !important;
}

.gray_c2 {
  background: #c2c2c2 !important;
}

.gray_ba {
  background: #bababa !important;
}

.wt {
  background: #fff !important;
}

.wt_f6 {
  background: #f6f6f6 !important;
}

.box1 {
  background: #296eb3;
}

.box2 {
  background: #235db2;
}

.box3 {
  background: #1e479a;
}

.box4 {
  background: #11406b;
}

.box5 {
  background: #161732;
}

.pr_c {
  color: #2a82d9 !important;
}

.pr2_c {
  color: #1a3046 !important;
}

.yellow_c {
  color: #fbe300 !important;
}

.black_3b_c {
  color: #3b1e1e !important;
}

.black_3_c {
  color: #333333 !important;
}

.black_15_c {
  color: #000f15 !important;
}

.gray_db_c {
  color: #dbdbdb !important;
}

.gray_6_c {
  color: #666666 !important;
}

.gray_93_c {
  color: #939393 !important;
}

.gray_c2_c {
  color: #c2c2c2 !important;
}

.gray_ba_c {
  color: #bababa !important;
}

.wt_c {
  color: #fff !important;
}

.wt_f6_c {
  color: #f6f6f6 !important;
}

.box1_c {
  color: #296eb3 !important;
}

.box2_c {
  color: #235db2 !important;
}

.box3_c {
  color: #1e479a !important;
}

.box4_c {
  color: #11406b !important;
}

.box5_c {
  color: #161732 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Pre";
}

.container {
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  padding: 140px 0;
}

.tit-box {
  text-align: center;
  margin-bottom: 60px;
}

.tit-box .tit {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}

.tit-box .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box .tit span {
  font-weight: 300;
}

.tit-box .tit i {
  font-weight: bold;
  color: #2a82d9;
}

.tit-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}

.tit-box2 {
  text-align: left;
  margin-bottom: 80px;
}

.tit-box2 .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}

.tit-box2 .tit span {
  font-weight: 300;
}

.tit-box2 .tit i {
  font-weight: bold;
  color: #2a82d9;
}

.tit-box2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 47px;
  margin-top: 30px;
  border-radius: 60px;
  background: #2a82d9;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.tit-box_b {
  text-align: center;
}
.tit-box_b .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
}
.tit-box_b .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}
.tit-box_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 47px;
  margin: 30px auto 0;
  border-radius: 60px;
  background: #2a82d9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.st_none {
  font-style: unset !important;
}

.sec_1 {
  width: 100%;
  height: auto;
  padding: 140px 0;
  background: #fff;
}

.ytb_box {
  width: 100%;
  height: auto;
}
.ytb_box ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.ytb_box ul li {
  width: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.ytb_box ul li .child-box {
  width: 100%;
  height: auto;
}
.ytb_box ul li .child-box .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 620/320;
}
.ytb_box ul li .child-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.ytb_box ul li .child-box .txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.ytb_box ul li .child-box .txt-box img {
  width: 71px;
  height: auto;
}
.ytb_box ul li .child-box .txt-box img[src="/img/sen.png"] {
  width: 134px;
}
.ytb_box ul li .child-box .txt-box .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}
.ytb_box ul li:last-of-type .txt-box {
  margin-top: 25px;
}

.sec2 {
  width: 100%;
  height: auto;
  padding: 140px 0 0;
  box-sizing: border-box;
  background: url(./../img/sec2_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}

.introduction {
  position: relative;
  width: 100%;
  height: 576px;
  box-sizing: border-box;
}
.introduction .txt-box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.introduction .txt-box .dl-box .tit {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #666666;
}
.introduction .txt-box .dl-box .tit span {
  color: #2a82d9;
}
.introduction .txt-box .dl-box .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #666666;
}
.introduction .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 633px;
  width: 100%;
  height: auto;
}
.introduction .img-box img {
  width: 100%;
  height: auto;
}

.sec3 {
  background: #f6f6f6;
}

.sec3_list {
  width: 100%;
  height: auto;
}
.sec3_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
  margin: 0 -15px;
}
.sec3_list ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.sec3_list ul li .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 406/260;
}
.sec3_list ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.sec4 {
  width: 100%;
  height: auto;
  background: url(./../img/sec4_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}
.sec4 .container {
  position: relative;
}

.sec6 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  background: #1a3046;
  z-index: 1;
}
.sec6:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  max-width: 1213px;
  width: 100%;
  height: 100%;
  background: url(./../img/sec6_bg.webp) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
.sec6_2:before {
  background: url(./../img/sec6_bg2.webp) no-repeat 50% 50%;
  background-size: cover;
  z-index: -1;
}
.sec6 .sec6_ct {
  position: relative;
  max-width: 510px;
  width: 100%;
  height: auto;
  padding: 140px 0;
  background: #1a3046;
  border-radius: 0 0 120px 0;
  z-index: 2;
}

.tit-box3 .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.tit-box3 .sub {
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #dbdbdb;
}
.tit-box3 .link_btn {
  justify-content: flex-start;
}
.tit-box3 .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 47px;
  border: 1px solid #c2c2c2;
  border-radius: 60px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.sec_lb1 {
  width: 100%;
  height: auto;
}
.sec_lb1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec_lb1 .txt-box {
  text-align: left;
  white-space: nowrap;
}
.sec_lb1 .txt-box .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}
.sec_lb1 .txt-box .name {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #333333;
}
.sec_lb1 .txt-box .name span {
  font-weight: bold;
  color: #2a82d9;
}
.sec_lb1 .txt-box .dl_box {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 80px;
}
.sec_lb1 .txt-box .dl_box dl dt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #666666;
}
.sec_lb1 .txt-box .dl_box dl dt span {
  color: #2a82d9;
}
.sec_lb1 .txt-box .dl_box dl dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #666666;
}
.sec_lb1 .img-box {
  width: 490px;
  height: auto;
}
.sec_lb1 .img-box img {
  width: 100%;
  height: auto;
}

.sec_lb2 {
  width: 100%;
  height: auto;
  background: url(./../img/introduce_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}

.team_list {
  width: 100%;
  height: auto;
}
.team_list ul {
  display: flex;
  align-items: center;
  gap: 30px 0;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.team_list ul li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
.team_list ul li .child-box {
  width: 100%;
  height: auto;
}
.team_list ul li .child-box .img-box {
  width: 100%;
  height: auto;
  aspect-ratio: 300/360;
  overflow: hidden;
}
.team_list ul li .child-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.team_list ul li .child-box .img-box:hover img {
  transform: scale(1.1);
  transform-origin: bottom;
}
.team_list ul li .child-box .txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: auto;
  padding: 13px 0;
  background: #1a3046;
}
.team_list ul li .child-box .txt-box.pt0 {justify-content: flex-start; padding: 5px 10px; height: auto; box-sizing: border-box; display: none;}
.team_list ul li .child-box .txt-box .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #fff;
}
.team_list ul li .child-box .txt-box .pt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.services_list {
  width: 100%;
  height: auto;
}
.services_list ul {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.services_list ul li {
  width: 100%;
  height: auto;
}
.services_list ul li .child-box {
  position: relative;
  width: 100%;
  height: auto;
}
.services_list ul li .child-box .img-box {
  width: 100%;
  height: auto;
}
.services_list ul li .child-box .txt-box {
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.services_list ul li .child-box .txt-box .tit {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #fff;
}
.services_list ul li .child-box .txt-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #dbdbdb;
}

.sec_services2 {
  background: #f6f6f6;
}

.notice_list {
  width: 100%;
  height: auto;
}
.notice_list ul {
  display: flex;
  align-items: center;
  gap: 30px 0;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.notice_list ul li {
  width: 33.3333333333%;
  padding: 0 15px;
  box-sizing: border-box;
}
.notice_list ul li .child-box {
  width: 100%;
  height: 386px;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
}
.notice_list ul li .child-box .cate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 43px;
  margin-bottom: 20px;
  border: 1px solid #1a3046;
  border-radius: 60px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #1a3046;
}
.notice_list ul li .child-box .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #333333;
}
.notice_list ul li .child-box .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #666666;
}

.pager {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.pager ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pager ul .arrow-box a {
  display: block;
  width: 32px;
  height: auto;
}
.pager ul .arrow-box a img {
  width: 100%;
  height: auto;
}
.pager ul .num a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: auto;
  aspect-ratio: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.88px;
  color: #333333;
  border-radius: 3px;
}
.pager ul .num.active a {
  background: #1a3046;
  font-weight: 600;
  color: #fff;
}

.services_img_list {
  width: 100%;
  height: auto;
}
.services_img_list ul {
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.services_img_list ul li {
  width: 100%;
  height: auto;
}
.services_img_list ul li:nth-child(even) .child-box {
  flex-flow: row-reverse;
}
.services_img_list ul li .child-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.services_img_list ul li .child-box .img-box {
  max-width: 610px;
  width: 100%;
  height: auto;
}
.services_img_list ul li .child-box .txt-box {
  width: 544px;
  text-align: left;
}
.services_img_list ul li .child-box .txt-box .tit {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #1a3046;
}
.services_img_list ul li .child-box .txt-box .sub {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #333333;
}
.services_img_list ul li .child-box .txt-box .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.36px;
  color: #666666;
}

.sec_ytb .container {
  position: relative;
}
.sec_ytb .sec_icon {
  position: absolute;
  bottom: -217px;
  right: -260px;
  width: 400px;
  height: auto;
  z-index: -1;
}

.ytb_box {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.ytb_box .img-box {
  width: 100%;
  height: auto;
}
.ytb_box .img-box img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.ytb_box .player_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: auto;
}
.ytb_box .player_btn img {
  width: 100%;
  height: auto;
}

.banner_box {
  width: 100%;
  height: auto;
  padding: 140px 0 170px;
  background: url(./../img/cs_banner_bg.webp) no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.banner_box .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner_box .txt-box {
  text-align: left;
}
.banner_box .txt-box .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.banner_box .txt-box .txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #dbdbdb;
}
.banner_box .kv_num_an {
  width: auto;
  height: auto;
}
.banner_box .kv_num_an ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.banner_box .kv_num_an ul li {
  width: 220px;
  height: auto;
}
.banner_box .kv_num_an ul li .child-box {
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.25);
}
.banner_box .kv_num_an ul li .child-box figure {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 33px;
}
.banner_box .kv_num_an ul li .child-box figure img {
  width: 50px;
  height: auto;
  border-radius: 8px;
}
.banner_box .kv_num_an ul li .child-box .sub {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}
.banner_box .kv_num_an ul li .child-box .num {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #fff;
}
.banner_box .kv_num_an ul li .child-box .num span {
  font-size: 40px;
}

.sec_cs3 {
  width: 100%;
  height: auto;
  background: url(./../img/check_bg.webp) no-repeat 50% 50%;
  background-size: cover;
}

.check_list_txt {
  text-align: center;
  margin-bottom: 60px;
}
.check_list_txt .txt {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.52px;
}
.check_list_txt .tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.8px;
  color: #333333;
}
.check_list_txt .tit span {
  color: #2a82d9;
}
.check_list_txt .sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.36px;
  color: #333333;
}

.highlighter {
  position: relative;
  z-index: 1;
  padding: 3px;
  color: #fff;
}
.highlighter:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  padding: 1px;
  background: #2a82d9;
  z-index: -1;
}

section.active .highlighter:before {
  animation: ht 0.3s linear both;
  width: 0;
}

@keyframes ht {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.list_box {
  width: 100%;
  height: auto;
}
.list_box ul {
  display: flex;
  align-items: center;
  gap: 27px 0;
  margin: 0 -13.5px;
}
.list_box ul li {
  width: 25%;
  padding: 0 13.5px;
  box-sizing: border-box;
}
.list_box ul li .child-box {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
}
.list_box ul li .child-box .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list_box ul li .child-box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.list_box ul li .child-box .txt-box {
  position: absolute;
  bottom: 53px;
  left: 30px;
  text-align: left;
}
.list_box ul li .child-box .txt-box .tit {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #fff;
}
.list_box ul li .child-box .txt-box .sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}
.list_box ul li:hover img {
  transform: scale(1.1);
}

.cs4_ct {
  width: 100%;
  height: auto;
}
.cs4_ct .img-box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.cs4_ct .txt-box {
  margin-bottom: 40px;
  text-align: center;
}
.cs4_ct .txt-box:last-of-type {
  margin-bottom: 0;
}
.cs4_ct .txt-box .tit {
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.52px;
  color: #2a82d9;
}
.cs4_ct .txt-box .sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #666666;
}

.sec_cs5 {
  background: #f6f6f6;
}

.icon_list {
  width: 100%;
  height: auto;
}
.icon_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px 0;
  margin: 0 -35px;
}
.icon_list ul li {
  width: 20%;
  padding: 0 35px;
  box-sizing: border-box;
}
.icon_list ul li .img-box {
  width: 100%;
  height: auto;
}

.box1:before {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/arrow1.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

.box2:before {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/arrow2.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

.box3:before {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/arrow3.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

.box4:before {
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 34px;
  height: auto;
  aspect-ratio: 1;
  background: url(./../img/arrow4.png) no-repeat 50% 50%;
  background-size: cover;
  z-index: 2;
}

.box1:before {
  background: url(./../img/arrow1.png) no-repeat 50% 50%;
  background-size: cover;
}
.box2:before {
  background: url(./../img/arrow2.png) no-repeat 50% 50%;
  background-size: cover;
}
.box3:before {
  background: url(./../img/arrow3.png) no-repeat 50% 50%;
  background-size: cover;
}
.box4:before {
  background: url(./../img/arrow4.png) no-repeat 50% 50%;
  background-size: cover;
}
.box5:before {
  background: url(./../img/arrow5.png) no-repeat 50% 50%;
  background-size: cover;
}
.step_list {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.step_list ul {
  display: flex;
  align-items: center;
}
.step_list ul li {
  position: relative;
  width: 20%;
}
.step_list ul li .child-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 30px;
  width: 100%;
  height: 294px;
  text-align: center;
}
.step_list ul li .child-box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 100%;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: transparent;
}
.step_list ul li .child-box .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #fff;
}

.map_address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  margin-top: 60px;
}
.map_address dl {
  display: flex;
  align-items: center;
  gap: 30px;
}
.map_address dl dt {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.36px;
  color: #333333;
}
.map_address dl dt img {
  width: 50px;
  height: auto;
}
.map_address dl dd {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.36px;
  color: #666666;
}
.map_address dl dd span {
  cursor: pointer;
}

.link_btn2 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.link_btn2_2 {
  width: 138px;
}
.link_btn2.auto {
  justify-content: center;
}
.link_btn2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 47px;
  border: 1px solid #c2c2c2;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.36px;
  color: #fff;
}

.tit-box2 .link_btn3 a {
  width: 267px;
}

.ytb_popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.ytb_popup .close_btn {
  position: absolute;
  top: 50px;
  right: 50px;
  display: block !important;
  width: 50px;
  height: auto;
}
.ytb_popup .close_btn img {
  width: 100%;
  height: auto;
}
.ytb_popup iframe {
  width: 90%;
  height: auto;
  aspect-ratio: 16/8;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */


.cs_form.on:before {animation: focus .3s linear alternate both; content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; border: 5px solid red; box-sizing: border-box;}
@keyframes focus {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.map_box {height: auto !important; aspect-ratio: 16/7;}
.map_box iframe {width: 100%; height: 100%;}

/* 26.01.07 */
.tit-box2 .d-flex {display: flex; align-items: center; gap: 10px;}