/* =========================== main =========================== */
main {
  height: 100vh;
  position: relative;
  background-color: var(--color-light-1);
}
main .video_box {
  height: 100vh;
}
main .video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .video_box .bg_video_blur {
  width: 100%;
  filter: blur(0px);
  animation: blurVideo 3s ease-in-out forwards;
  animation-delay: 1s;
}
/* main .video_box .bg_video_blur2 {
  width: 100%;
  height: auto;
  filter: blur(0px);
  animation: blurVideo 6s ease-in-out forwards;
  animation-delay: 1s;
} */

@keyframes blurVideo {
  to {
    filter: blur(2px);
  }
}

main > .text_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1200px;
}
main > .text_box h1 {
  font-size: clamp(24px, 6.333vw, 80px);
  font-weight: 900;
}
main > .text_box h1 em {
  background: linear-gradient(to right, #3d7ee5, #3ab7fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main > .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(24px, 2.5vw, 36px);
  font-weight: 500;
  margin-top: 36px;
}
main.sub {
  height: auto;
  padding: 240px 0 150px 0;
}

/* text_section */
section.text_section {
  height: 100vh;
  position: relative;
  background-color: var(--color-light-1);
}
section.text_section .text_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
section.text_section .text_box h1 {
  font-size: clamp(24px, 6.333vw, 80px);
  font-weight: 900;
  line-height: 1.4;
}
section.text_section .text_box h1 em {
  color: var(--color-primary);
}
section.text_section .text_box h3 {
  font-size: clamp(28px, 4.75vw, 60px);
  font-weight: 700;
}
section.text_section .text_box h3.line-relaxed {
  line-height: 1.7;
}
section.text_section .text_box p {
  font-size: clamp(24px, 2.7083vw, 50px);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 36px;
}
section.text_section .text_box p em {
  background: linear-gradient(to right, #212123, #0064c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.text_section.blue {
  color: var(--color-light-1);
  background-color: var(--color-primary);
}
section.text_section.black {
  color: var(--color-light-1);
  background-color: var(--color-dark-1);
}
section.text_section.blue .text_box h1 em,
section.text_section.black .text_box h1 em {
  color: var(--color-light-1);
}

/* =========================== #main ===========================*/
#main .text_list {
  background: linear-gradient(to bottom, #3d7ee5, #000000);
  padding: 200px 0;
}
#main .text_box_inner h1 .img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#main .text_box_inner h1 .img_wrap img {
  height: 60px;
}
#main main > .text_box p {
  font-size: clamp(20px, 2.7083vw, 36px);
}
#main section.last_section {
  position: relative;
  background-color: #000; /* 검정 배경 */
  overflow: hidden;
}
#main section.last_section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #3d7ee5 0%, #0b1d3e 60%, transparent 100%);
  border-radius: 50%;
  opacity: 0.8;
  filter: blur(60px);
  transform: translate(-50%, -50%);
  animation: moveCircle 10s ease-in-out infinite alternate;
}
#main section.last_section .text_box h1 {
  position: relative;
}
#main section.last_section .text_box h1 em {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@keyframes moveCircle {
  0% {
    top: 50%;
    left: 50%;
  }
  50% {
    top: 30%;
    left: 50%;
  }
  100% {
    top: 60%;
    left: 30%;
  }
}
/* main_big_text */
.main_big_text {
  position: relative;
  padding: 250px 0 200px;
  text-align: center;
  background-color: var(--color-light-1);
}
.main_big_text h1.outline {
  width: 100%;
  font-size: clamp(60px, 16.667vw, 134px);
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  -webkit-text-stroke: 1px var(--color-dark-1);
}
.main_big_text h1 {
  font-size: clamp(60px, 16.667vw, 150px);
  font-weight: 900;
}
.main_big_text h1 em {
  position: relative;
  z-index: 1;
}
/* slider_wrap */
.slider_wrap {
  position: relative;
  padding: 250px 0;
  overflow: hidden;
  background-color: var(--color-light-1);
}
.slider_wrap .inner {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-align: left;
  margin: 0 auto;
  box-sizing: border-box;
}
.slider_wrap .main_txt {
  width: 50%;
}
.slider_wrap .main_txt h5 {
  font-size: clamp(32px, 2.7083vw, 50px);
  font-weight: 700;
}
.slider_wrap .main_txt p {
  font-size: clamp(24px, 2.7083vw, 36px);
  font-weight: 500;
  margin-top: 8px;
}
.slider_wrap .main_txt span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  margin-top: 16px;
}
.slider_wrap .slider_box {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  overflow-x: auto;
  padding-right: 80px;
}
.slider_box::-webkit-scrollbar {
  height: 4px;
  background-color: var(--color-light-3);
}
.slider_box::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}
.slider_wrap .slider_box ul {
  width: max-content;
  display: flex;
  gap: 24px;
  padding-bottom: 36px;
}
.slider_wrap .slider_box ul li {
  width: 300px;
  height: 400px;
  flex: 0 0 auto;
  padding: 30px 30px 40px;
  border: 1px solid var(--color-accent-3);
  background-color: var(--color-accent-1);
  position: relative;
}
.slider_wrap .slider_box ul li:nth-child(odd) {
  margin-top: 30px;
}
.slider_wrap .slider_box ul li:nth-child(2n) {
  margin-bottom: 30px;
}
.slider_wrap .slider_box ul li .text_box em {
  font-size: clamp(12px, 1.111vw, 16px);
  color: var(--color-dark-6);
  font-weight: 600;
}
.slider_wrap .slider_box ul li .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
  margin-top: 4px;
}
.slider_wrap .slider_box ul li .text_box span {
  font-size: clamp(14px, 1.667vw, 18px);
  margin-top: 8px;
  display: inline-block;
  color: var(--color-dark-6);
}
.slider_wrap .slider_box ul li .img_box {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
.slider_wrap .slider_box ul li .img_box img {
  width: 100%;
  height: 100%;
}
/* round_wrap */
.round_wrap {
  height: 100vh;
  background-color: var(--color-dark-1);
  color: var(--color-light-1);
  padding: 200px 0;
}
.round_wrap .main_txt {
  text-align: center;
  margin-bottom: 80px;
}
.round_wrap .main_txt h3 {
  font-size: clamp(32px, 2.7083vw, 50px);
}
.round_wrap .round_box {
  display: flex;
  gap: 24px;
}
.round_wrap .round_box .box {
  width: 212px;
  height: 340px;
  border-radius: 30px;
  background-color: aliceblue;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-align: center;
}
.round_wrap .round_box .box span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 700;
}
.round_wrap .round_box .box.box1 {
  background-image: url(/image/background/main_card_14.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box1 span {
  color: #1e2a3a;
}
.round_wrap .round_box .box.box2 {
  background-image: url(/image/background/main_card_04.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box2 span {
  color: #fff2d3;
}
.round_wrap .round_box .box.box3 {
  background-image: url(/image/background/main_card_01.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box3 span {
  color: #714604;
}
.round_wrap .round_box .box.box4 {
  background-image: url(/image/background/main_card_02.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box4 span {
  color: #5c3a00;
}
.round_wrap .round_box .box.box5 {
  background-image: url(/image/background/main_card_03.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box5 span {
  color: #f9f9f9;
}
.round_wrap .round_box .box.box6 {
  background-image: url(/image/background/main_card_05.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box6 span {
  color: #2b3250;
}
.round_wrap .round_box .box.box7 {
  background-image: url(/image/background/main_card_06.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box7 span {
  color: #476247;
}
.round_wrap .round_box .box.box8 {
  background-image: url(/image/background/main_card_07.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box8 span {
  color: #2b3a42;
}
.round_wrap .round_box .box.box9 {
  background-image: url(/image/background/main_card_08.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box9 span {
  color: #fafafa;
}
.round_wrap .round_box .box.box10 {
  background-image: url(/image/background/main_card_12.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box10 span {
  color: #2f4f4f;
}
.round_wrap .round_box .box.box11 {
  background-image: url(/image/background/main_card_10.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box11 span {
  color: #f9f9f9;
}
.round_wrap .round_box .box.box12 {
  background-image: url(/image/background/main_card_11.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box12 span {
  color: #03203a;
}
.round_wrap .round_box .box.box13 {
  background-image: url(/image/background/main_card_09.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box13 span {
  color: #ffffff;
}
.round_wrap .round_box .box.box14 {
  background-image: url(/image/background/main_card_13.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box14 span {
  color: #5c3a31;
}
.round_wrap .round_box .box.box15 {
  background-image: url(/image/background/main_card_15.jpg);
  background-size: cover;
}
.round_wrap .round_box .box.box15 span {
  color: #f3f3f3;
}

/* =========================== history ===========================*/
#history section {
  padding-top: 200px;
}
.history_box .history_col {
  display: flex;
  margin-bottom: clamp(60px, 9vw, 120px);
  gap: 200px;
}
.history_box .history_col:nth-child(2n) {
  flex-direction: row-reverse;
}
.history_box .history_col:nth-child(2n) ul {
  text-align: right;
}
.history_box .history_col:nth-child(2n) .history_year p {
  text-align: left;
}
.history_box .history_col .history_year {
  width: 50%;
}
.history_box .history_col .history_year p {
  font-size: clamp(26px, 5.333vw, 80px);
  font-weight: 700;
  color: #939393;
  text-align: right;
  transition: color 1s ease;
}
.history_box .history_col .history_year p.active {
  color: #000;
}
.history_box .history_col ul {
  width: 50%;
}
.history_box .history_col ul li {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(24px, 2.5vw, 36px);
  color: var(--color-dark-1);
}
.history_box .history_col ul li.color_blue {
  color: var(--color-primary);
}
.history_box .history_col ul li em {
  font-size: 12px;
}
.history_box .history_col ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: var(--color-dark-1);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.history_col .history_year,
.history_col ul li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.history_line {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(-50%);
}
.history_line .gray_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #939393;
}
.history_line .blue_line {
  position: absolute;
  top: 0;
  width: 3px;
  height: 0;
  background-color: var(--color-primary);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.history_line .circle_box {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history_line .circle_box i {
  display: inline-block;
  position: absolute;
  background-color: var(--color-primary);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 5px solid #c3dbff;
}

/* =========================== aboutUbase =========================== */
#aboutUbase .full_section {
  background-image: url(/image/background/section_background_01.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#aboutUbase .full_section .text_box {
  margin-top: 65px;
  text-align: center;
}
#aboutUbase .full_section .text_box p {
  font-size: clamp(14px, 1.667vw, 26px);
  font-weight: 600;
  color: var(--color-dark-1);
}
#aboutUbase .full_section .text_box p:nth-child(n + 2) {
  margin-top: 40px;
}
#aboutUbase .full_section .text_box a {
  display: inline-flex;
  margin-top: 65px;
  border: 1px solid #000;
}
#aboutUbase .full_section .text_box a i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
}
#aboutUbase .full_section .text_box p em {
  color: #558d96;
}

/* =========================== location =========================== */
#location .last_section {
  padding-bottom: 0;
}
.location_box {
  position: relative;
  background-color: var(--color-light-1);
  transition: border-radius 0.6s ease-out;
}
.location_box #map {
  border-radius: 0px 0px 180px 180px;
}
.location_box .txt_wrap .map_btn {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
}
.location_box .txt_wrap .map_btn .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.location_box .txt_wrap .map_btn ul {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  padding: clamp(20px, 5vw, 30px) 20px;
  border-radius: 30px;
}
.location_box .txt_wrap .map_btn ul li {
  display: flex;
  justify-content: center;
  text-align: center;
}
.location_box .txt_wrap .map_btn ul li:nth-child(n + 2) {
  margin-top: 16px;
}
.location_box .txt_wrap .map_btn ul li button {
  font-size: clamp(12px, 1.111vw, 16px);
  color: #828282;
  padding: 10px 24px;
  width: 100%;
}
.location_box .txt_wrap .map_btn ul li.active button {
  background-color: var(--color-primary);
  border-radius: 99px;
}
.location_box .txt_wrap .map_btn ul li.active button {
  font-weight: 600;
  color: #fff;
}
.location_box .txt_wrap .location_list {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 100%;
}
.location_box .txt_wrap .location_list .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.location_box .txt_wrap .location_list ul {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  padding: clamp(20px, 5vw, 30px) 20px;
  border-radius: 30px;
}
.location_box .txt_wrap .location_list ul li {
  gap: 36px;
  display: none;
}
.location_box .txt_wrap .location_list ul li.active {
  display: flex;
}
.location_box .txt_wrap .location_list ul li .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
}
.location_box .txt_wrap .location_list ul li .txt_box .main_txt h5 {
  font-size: clamp(24px, 2.7083vw, 36px);
  color: var(--color-dark-1);
  font-weight: 700;
}
.location_box .txt_wrap .location_list ul li .txt_box .address_txt {
  margin-top: clamp(16px, 2.5vw, 24px);
}
.location_box .txt_wrap .location_list ul li .txt_box .address_txt p {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--);
}
.location_box .txt_wrap .location_list ul li .txt_box .address_txt span {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(16px, 1.6vw, 22px);
  color: var(--color-dark-1);
  display: block;
}
.location_box .txt_wrap .location_list ul li .txt_box .address_txt em {
  display: inline-block;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-dark-1);
  margin-top: 16px;
}
.location_box .txt_wrap .location_list ul li .txt_box .subway_txt {
  display: flex;
  gap: 8px;
}
.location_box .txt_wrap .location_list ul li .txt_box .subway_txt i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
}
.location_box .txt_wrap .location_list ul li .txt_box .subway_txt p {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(20px, 1.6vw, 22px);
  color: var(--color-dark-1);
}
.location_box .txt_wrap .location_list ul li .img_box {
  width: 400px;
  height: 220px;
}
.location_box .txt_wrap .location_list ul li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.location_box .txt_wrap .map_btn,
.location_box .txt_wrap .location_list {
  pointer-events: none;
  z-index: 10;
}
.location_box .txt_wrap .map_btn button,
.location_box .txt_wrap .location_list .txt_box,
.location_box .txt_wrap .location_list .img_box {
  pointer-events: auto;
}

/* =========================== newletter ===========================*/
.new_news {
  background-color: #000051;
  padding: clamp(32px, 6vw, 80px) 0;
}
.new_news .main_news a {
  background-color: var(--color-light-2);
  padding: clamp(24px, 5vw, 50px) 30px;
  border-radius: 30px;
  display: flex;
  gap: 50px;
}
.new_news .main_news .img_box {
  display: inline-block;
  width: 55%;
}
.new_news .main_news .img_box img {
  max-height: 400px;
  border-radius: 30px;
  width: 100%;
  object-fit: cover;
}
.new_news .main_news .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 16px;
  width: 45%;
}
.new_news .main_news .txt_wrap .new {
  font-size: clamp(12px, 1vw, 14px);
  line-height: clamp(16px, 1.6vw, 22px);
  color: var(--color-dark-2);
  background-color: var(--color-accent-2);
  border-radius: 99px;
  padding: 8px 24px;
  width: fit-content;
}
.new_news .main_news .txt_wrap .txt_box {
  margin-top: clamp(16px, 2.5vw, 24px);
}
.new_news .main_news .txt_wrap .txt_box p {
  font-size: clamp(24px, 2.7083vw, 50px);
  font-weight: 700;
  line-height: normal;
  color: var(--color-dark-2);
}
.new_news .main_news .txt_wrap .txt_box span {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: clamp(20px, 2.5vw, 24px);
  margin-top: clamp(8px, 2.5vw, 24px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--color-dark-2);
}
.news_list {
  padding: clamp(60px, 9vw, 120px) 0 200px;
  background-color: var(--color-light-2);
}
/* search_box */
.search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(24px, 5vw, 50px);
}
.search_box .number_box {
  display: inline-block;
}
.search_box .number_box p {
  font-size: clamp(14px, 1.667vw, 18px);
  line-height: normal;
  color: var(--color-text-dark);
}
.search_box .number_box p span {
  color: var(--color-primary);
  font-weight: 700;
}
.search_box .input_box {
  max-width: 400px;
  width: 100%;
}
/* tag_box */
.tag_box ul {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.tag_box ul li p {
  padding: 8px 16px;
  background-color: var(--color-accent-2);
  border-radius: 99px;
  color: var(--color-dark-2);
}

/* =========================== newsletter-detail =========================== */
#newsletter_detail {
  background-color: #fff;
}
#newsletter_detail section .news_detail .content_box .img_box img {
  /* height: 600px; */
}
.news_detail {
  border-bottom: 1px solid #939393;
}
.news_detail .tit_box {
  margin-top: clamp(60px, 9vw, 120px);
  padding-bottom: clamp(24px, 5vw, 50px);
  border-bottom: 1px solid #939393;
}
.news_detail .tit_box span {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  color: #777777;
}
.news_detail .tit_box h3 {
  font-size: clamp(30px, 2.7083vw, 50px);
  font-weight: 700;
  margin-top: 8px;
  color: var(--color-dark-2);
}
.news_detail .content_box {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: clamp(24px, 4vw, 80px);
  padding-bottom: clamp(24px, 4vw, 80px);
}
.news_detail .content_box .img_box img {
  width: 100%;
  object-fit: cover;
}
.news_detail .content_box .img_box iframe {
  width: 100%;
  height: 1123px;
  object-fit: cover;
  border: none;
}
.news_detail .content_box .text_box {
  margin-top: clamp(24px, 4vw, 50px);
}
.news_detail .content_box .text_box p {
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(20px, 2vw, 36px);
  color: var(--color-dark-2);
}
.news_detail .content_box .tag_box {
  margin-top: clamp(24px, 4vw, 40px);
}

/* =========================== solution ===========================*/
/* center */
#center section {
  padding-top: 100px;
}
#center section .list_type_04:nth-child(n + 2) {
  margin-top: 80px;
}
#center section .list_type_04:nth-child(1) {
  background-color: #f1f2f6;
}
#center section .list_type_04:nth-child(1) > .img_box > img {
  object-position: right;
}
#center section .list_type_04:nth-child(2) {
  background-color: #3d7ee5;
  color: var(--color-light-1);
}
#center section .list_type_04:nth-child(3) {
  background-color: #000000;
  color: var(--color-light-1);
}
#center section .list_type_04:nth-child(4) {
  background-color: #b2c8ff;
}
#center section .list_type_04:nth-child(5) {
  background-color: #eaf6ff;
}
#center section .list_type_04:nth-child(6) {
  background-color: #21242d;
  color: var(--color-light-1);
}
#center section .list_type_04:nth-child(7) {
  background: url("/image/solution/center_img_10.jpg");
}
#center section .list_type_04:nth-child(8) {
  background-color: #ffe7e7;
}
#center section .list_type_04:nth-child(9) {
  background: url("/image/solution/center_img_11.jpg");
}
#center section .list_type_04:nth-child(2) .text_box .sub_txt b,
#center section .list_type_04:nth-child(3) .text_box .sub_txt b,
#center section .list_type_04:nth-child(6) .text_box .sub_txt b {
  color: var(--color-light-1);
}
#center section .list_type_04:nth-child(4) .text_box .sub_txt b {
  color: var(--color-dark-1);
}
#center section .list_type_04:nth-child(2) .text_box .main_txt span,
#center section .list_type_04:nth-child(3) .text_box .main_txt span,
#center section .list_type_04:nth-child(6) .text_box .main_txt span {
  color: var(--color-light-4);
}

/* aisolution */
#aisolution section.last_section {
  padding-bottom: 0;
}
#aisolution section.delighting_section {
  background-image: url("/image/solution/solution_img_05.jpg");
  color: var(--color-light-1);
}
#aisolution section.section_02 {
  background-image: url("/image/solution/solution_img_08.jpg");
}
#aisolution section.section_03 .full_section_02 .text_box span {
  margin-top: 60px;
}
#aisolution section.txt_section {
  background-image: url("/image/solution/solution_img_06.jpg");
  color: var(--color-light-1);
}
#aisolution section.last_section {
  background-image: url("/image/solution/solution_img_07.jpg");
}
#aisolution section#callbot {
  background-image: url("/image/solution/solution_img_12.jpg");
}
#aisolution section#survey {
  background-image: url("/image/solution/solution_img_14.jpg");
}

/* security */
/* 공통 */
#security .content_box {
  border: 1px solid var(--color-primary);
  padding: 100px 50px;
  border-radius: 50px;
  background-color: var(--color-light-1);
  position: relative;
}
#security section .content_box .img_box img {
  width: 100%;
}
#security section.fortinet_sc .content_box .img_box img.m_img {
  display: none;
}
#security section .content_box .img_box .text {
  text-align: center;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
#security section .content_box .img_box .text p {
  font-size: clamp(14px, 1.667vw, 24px);
  padding: 10px 24px;
  min-width: 205px;
  background-color: var(--color-dark-1);
  color: var(--color-light-1);
  border-radius: 99px;
}
#security section .content_box .img_box .text span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  font-weight: 600;
}
#security section .content_box .img_box .text span em {
  color: var(--color-primary);
}
#security section .content_box .img_box:nth-child(n + 2) {
  position: absolute;
  top: 0;
  background: #fff;
  left: 0;
  padding: 100px 50px;
  display: none;
}
#security section .content_box .text_box {
  margin-top: 100px;
  text-align: center;
}
#security section .content_box .text_box p {
  font-size: clamp(18px, 2.7083vw, 36px);
  line-height: clamp(24px, 3.8vw, 60px);
  font-weight: 500;
}
#security section.textsc_01 {
  background-image: url("/image/solution/security_img_01.jpg");
  background-size: cover;
  color: var(--color-light-1);
}
#security section.textsc_02 {
  background-image: url("/image/solution/security_img_02.jpg");
  background-size: cover;
  color: var(--color-light-1);
}
#security section.textsc_03 {
  background-image: url("/image/solution/security_img_03.jpg");
  background-size: cover;
  color: var(--color-light-1);
}
#security .tit_list_01 .main_text .text_box em {
  padding-bottom: 0;
  padding-top: 16px;
}
#security section.fortinet_sc {
  padding: 100px 0;
}
#security section.secuway_sc .content_box {
  border: 1px solid var(--color-dark-1);
}
#security section.fortinet_sc .content_box .text_box p em {
  font-weight: 700;
  color: var(--color-primary);
}
#security section.plolink_sc {
  background-image: url("/image/solution/security_img_04.jpg");
  background-size: cover;
  padding: 100px 0;
}
#security section.plolink_sc .list_type_08 li:nth-child(2)::after {
  display: inline-block;
  content: "";
  width: 88px;
  height: 88px;
  position: absolute;
  right: 40px;
  top: 50px;
  background-image: url("/image/solution/security_img_13.png");
}
#security section.plolink_sc .list_type_08 li:nth-child(3)::after {
  display: inline-block;
  content: "";
  width: 140px;
  height: 88px;
  position: absolute;
  right: 40px;
  top: 50px;
  background-image: url("/image/solution/security_img_27.png");
}
#security section.rapid7_sc {
  background-image: url("/image/solution/security_img_05.jpg");
  background-size: cover;
  padding: 100px 0;
}
#security section.rapid7_sc .list_type_10 {
  margin-top: 80px;
}
#security section.secuway_sc {
  background-image: url("/image/solution/security_img_06.jpg");
  background-size: cover;
  padding: 100px 0;
}
#security section.verkada_sc {
  height: 100vh;
  background-image: url("/image/solution/security_img_10.jpg");
  background-size: cover;
  background-position: center;
}
#security section.verkada_sc::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url("/image/solution/security_img_10-1.jpg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeInOut 2s ease-in-out infinite;
  background-position: center;
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#security section.verkada_sc .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
}
#security section.verkada_sc .text_box {
  color: var(--color-light-1);
  padding-top: 200px;
}
#security section.verkada_sc .text_box p {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  margin-top: 30px;
}
#security section.verkada_sc .text_box span {
  display: inline-block;
  margin-top: 60px;
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  display: inline-block;
}
#security section.verkada_sc .text_box h5 {
  font-size: clamp(32px, 2.7083vw, 50px);
  font-weight: 700;
}
#security section.secuway_sc .content_box {
  background-color: rgb(255, 255, 255, 0.6);
}
#security section.arad_sc {
  background-color: #ffe7e7;
  padding: 100px 0;
}
#security section.arad_sc .content_box {
  border: 1px solid #f8a5a5;
}
#security section.arad_sc .content_box .img_box img {
  border-radius: 30px;
}
#security section.arad_sc .content_box .show_text {
  text-align: center;
  margin-bottom: 16px;
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  font-weight: 600;
}
#security section.arad_sc .content_box .text_wrap {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
#security section.arad_sc .content_box .text_wrap .text {
  width: 50%;
  text-align: center;
}
#security section.arad_sc .content_box .text_wrap .text span {
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  font-weight: 600;
}
#security section.arad_sc .content_box .text_wrap .text span em {
  color: var(--color-primary);
}
#security section.dell_sc {
  padding: 100px 0;
}
/* itsm */
#itsm section {
  padding: 100px 0;
}
#itsm .list_type_07 {
  margin-top: 160px;
  grid-template-columns: repeat(6, 1fr);
}
#itsm .list_type_10 {
  margin-top: 80px;
}
#itsm .list_type_07 li {
  border-radius: 25px;
}
#itsm .list_type_07 li .txt_box > span {
  border-radius: 15px;
}
#itsm .erp_section {
  background: linear-gradient(to bottom, #ffffff, #e9f4ff);
}
#itsm .erp_section::before {
  display: inline-block;
  content: "";
  background-image: url(/image/solution/itsm_img_04.png);
  background-size: 600px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 840px;
  height: 600px;
}
#itsm .erp_section .list_type_12 {
  margin-top: 150px;
}
#itsm .groupware_section .wrap::before {
  display: inline-block;
  content: "";
  background-image: url(/image/solution/itsm_img_05.png);
  position: absolute;
  right: -50px;
  top: 0;
  width: 530px;
  height: 340px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
#itsm .groupware_section .list_type_12 {
  margin-top: 240px;
}
#itsm .web_section {
  background-image: url("/image/solution/itsm_img_02.jpg");
  background-size: cover;
}
#itsm .web_section .wrap::before {
  display: inline-block;
  content: "";
  background-image: url(/image/solution/itsm_img_11.png);
  position: absolute;
  right: -50px;
  top: 0;
  width: 526px;
  height: 370px;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
#itsm .homepage_section .list_type_13 {
  margin-top: 80px;
  margin-left: calc((100vw - 1200px) / 2);
}
#itsm .homepage_section .list_type_13 ul li:nth-child(1) {
  background-image: url("/image/solution/itsm_img_06.jpg");
  background-size: cover;
  border: 1px solid #0d51d5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(1) .text_box p {
  color: #0d51d5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(1) .text_box p em {
  color: #5388ee;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(2) {
  background-image: url("/image/solution/itsm_img_07.jpg");
  background-size: cover;
  border: 1px solid #0d51d5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(2) .text_box p {
  color: #3d7ee5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(3) {
  background-image: url("/image/solution/itsm_img_08.jpg");
  background-size: cover;
  border: 1px solid #9731e1;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(3) .text_box p {
  color: #802bc3;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(3) .text_box p em {
  color: #b26aea;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(4) {
  background-image: url("/image/solution/itsm_img_09.jpg");
  background-size: cover;
  border: 1px solid #0d51d5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(4) .text_box p {
  color: #fff;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(5) {
  background-image: url("/image/solution/itsm_img_10.jpg");
  background-size: cover;
  border: 1px solid #0d51d5;
}
#itsm .homepage_section .list_type_13 ul li:nth-child(5) .text_box p {
  color: #fff;
}
#itsm .build_section {
  background-image: url("/image/solution/itsm_img_03.jpg");
  background-size: cover;
}
#itsm .list_type_14 {
  margin-top: 80px;
}

/* =========================== IR ===========================*/
.chart_container {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.chart_item {
  flex: 1;
}
.chart_00 {
  width: 100%;
  height: 500px;
  margin-bottom: clamp(48px, 8vw, 100px);
}
/* =========================== CEO (scoped) =========================== */
#ceo main.white_header .text_box h1 {
  font-size: clamp(36px, 4.167vw, 80px);
  line-height: 1.1;
  font-weight: 900;
}
#ceo main.white_header .text_box p {
  font-size: clamp(16px, 1.875vw, 36px);
  line-height: 1.3;
  font-weight: 500;
}
#ceo #ceo_message .wrap {
  max-width: 1280px;
  margin: 0 auto;
}
#ceo #ceo_message .list_type_04.ceo {
  height: auto;
  padding: 120px 40px 100px 40px;
  background: #fff;
  border-radius: 30px;
  gap: 30px;
}
#ceo #ceo_message .list_type_04.ceo .text_box {
  width: 70%;
  padding: 0;
}
#ceo #ceo_message .list_type_04.ceo .text_box .main_txt p {
  font-size: clamp(28px, 2.5vw, 30px);
  line-height: clamp(30px, 2.5vw, 42px);
}
#ceo #ceo_message .list_type_04.ceo .text_box .main_txt p em {
  background-color: var(--color-primary);
  color: var(--color-light-1);
}
#ceo #ceo_message .list_type_04.ceo .text_box .sub_txt p {
  font-size: clamp(16px, 1.25vw, 21px);
  line-height: clamp(25px, 2.5vw, 32px);
  color: #1a1a1a;
}
#ceo #ceo_message .list_type_04.ceo .text_box .sub_txt p em {
  background-color: var(--color-primary);
  color: var(--color-light-1);
}
#ceo #ceo_message .list_type_04.ceo .img_box {
  width: 400px;
  height: auto;
}
#ceo #ceo_message .list_type_04.ceo .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 12px;
}
@media screen and (max-width: 960px) {
  #ceo #ceo_message .list_type_04.ceo {
    flex-direction: column;
    padding: 100px 20px 50px 20px;
    background-size: contain;
  }
  #ceo #ceo_message .list_type_04.ceo .text_box,
  #ceo #ceo_message .list_type_04.ceo .img_box {
    width: 100%;
    height: auto;
    padding: 0;
  }
  #ceo #ceo_message .list_type_04.ceo .img_box img {
    height: auto;
    object-fit: contain;
  }
}
/* notice_detail */
#notice_detail section {
  padding-top: 200px;
}
#notice_detail section .tit_box {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
#notice_detail section .tit_box span {
  display: inline-block;
  font-size: clamp(14px, 1.667vw, 24px);
  line-height: clamp(20px, 2.5vw, 36px);
  color: var(--color-gray-1);
  font-weight: 700;
  margin-bottom: 16px;
}
#notice_detail section .tit_box h3 {
  font-size: clamp(32px, 2.7083vw, 50px);
  font-weight: 700;
}
#notice_detail section .content_box {
  padding: 80px 0;
  border-top: 1px solid var(--color-gray-3);
  border-bottom: 1px solid var(--color-gray-3);
}
#ethics .banner_wrap {
  background: url("/image/background/banner_02.jpg") no-repeat center center / contain;
  background-size: cover;
}
#ethics .banner_wrap .inner .text_box {
  color: #072048;
}
#ethicsGuide section .content_box:nth-child(n + 2) {
  margin-top: 150px;
}
#ethicsGuide section .content_box h5 {
  font-size: clamp(32px, 2.7083vw, 50px);
  font-weight: 700;
  margin-bottom: 36px;
}

/* =========================== recruit =========================== */
#recruit .banner_wrap {
  background: url("/image/background/banner_00.png") no-repeat center center / contain,
    linear-gradient(90deg, #3d7ee5, #6ec6ff);
  background-size: cover;
}
#recruit section.welfare_section {
  background: linear-gradient(to bottom, #ffffff, #e3f0ff, #3d7ee5);
}
#recruit .welfare_box .list_type_02 ul li {
  background-size: cover;
}
#recruit .welfare_box .list_type_02 ul li:nth-child(1) {
  background: url("/image/background/recruit_card_01.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(2) {
  background: url("/image/background/recruit_card_02.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(3) {
  background: url("/image/background/recruit_card_03.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(4) {
  background: url("/image/background/recruit_card_04.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(5) {
  background: url("/image/background/recruit_card_05.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(6) {
  background: url("/image/background/recruit_card_06.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(7) {
  background: url("/image/background/recruit_card_07.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(8) {
  background: url("/image/background/recruit_card_08.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(9) {
  background: url("/image/background/recruit_card_09.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(10) {
  background: url("/image/background/recruit_card_10.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(11) {
  background: url("/image/background/recruit_card_11.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(12) {
  background: url("/image/background/recruit_card_12.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(13) {
  background: url("/image/background/recruit_card_13.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(14) {
  background: url("/image/background/recruit_card_14.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(15) {
  background: url("/image/background/recruit_card_15.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(1):hover {
  background: url("/image/background/recruit_card_16.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(2):hover {
  background: url("/image/background/recruit_card_17.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(3):hover {
  background: url("/image/background/recruit_card_18.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(4):hover {
  background: url("/image/background/recruit_card_19.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(5):hover {
  background: url("/image/background/recruit_card_20.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(6):hover {
  background: url("/image/background/recruit_card_21.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(7):hover {
  background: url("/image/background/recruit_card_22.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(8):hover {
  background: url("/image/background/recruit_card_23.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(9):hover {
  background: url("/image/background/recruit_card_24.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(10):hover {
  background: url("/image/background/recruit_card_25.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(11):hover {
  background: url("/image/background/recruit_card_26.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(12):hover {
  background: url("/image/background/recruit_card_27.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(13):hover {
  background: url("/image/background/recruit_card_28.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(14):hover {
  background: url("/image/background/recruit_card_29.jpg");
}
#recruit .welfare_box .list_type_02 ul li:nth-child(15):hover {
  background: url("/image/background/recruit_card_30.jpg");
}
#recruit .welfare_box {
  padding-top: 200px;
}
#circle_list_section {
  padding-bottom: 200px;
}
#recruit .last_section {
  padding-bottom: 0;
}

/* crew */
#crew .banner_wrap {
  background: url("/image/background/banner_01.png") no-repeat center center / contain,
    linear-gradient(to right, #3d7ee5, #22467f);
  background-size: cover;
}
#crew section .list_type_03 ul li:nth-child(1) .img_box {
  background-color: #aed9e0;
}
#crew section .list_type_03 ul li:nth-child(2) .img_box {
  background-color: #b1cbae;
}
#crew section .list_type_03 ul li:nth-child(3) .img_box {
  background-color: #f9d5e5;
}
#crew section .list_type_03 ul li:nth-child(4) .img_box {
  background-color: #d3c4e3;
}
#crew section .list_type_03 ul li:nth-child(5) .img_box {
  background-color: #a0c4ff;
}
#crew section .list_type_03 ul li:nth-child(6) .img_box {
  background-color: #ffadad;
}
#crew section .list_type_03 ul li:nth-child(7) .img_box {
  background-color: #ffd166;
}
#crew section .list_type_03 ul li:nth-child(8) .img_box {
  background-color: #ffecdb;
}
#crew section .list_type_03 ul li:nth-child(9) .img_box {
  background-color: #6eceda;
}
#crew section .list_type_03 ul li:nth-child(10) .img_box {
  background-color: #b5a0ff;
}

/* crew_detail */
#crew_detail main.sub {
  padding-bottom: 50px;
}
#crew_detail .interview_wrap {
  padding: 100px 0;
  border-top: 1px solid var(--color-gray-4);
  border-bottom: 1px solid var(--color-gray-4);
}
#crew_detail .interview_wrap .main_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#crew_detail .interview_wrap .main_wrap .img_box {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#crew_detail .interview_wrap .main_wrap .img_box img {
  width: 60%;
  height: 60%;
}
#crew_detail .interview_wrap .main_tit i {
  width: 56px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
#crew_detail .interview_wrap .main_tit .icon_right {
  text-align: right;
}
#crew_detail .interview_wrap .main_tit h2 {
  font-size: clamp(22px, 2.7083vw, 50px);
  font-weight: 700;
  color: var(--color-dark-5);
  text-align: center;
  padding: 8px 75px;
}
#crew_detail .interview_wrap > ul {
  margin-top: 100px;
}
#crew_detail .interview_wrap > ul li:nth-child(n + 2) {
  margin-top: 80px;
}
#crew_detail .interview_wrap > ul li .main_txt {
  display: flex;
  align-items: center;
  gap: 8px;
}
#crew_detail .interview_wrap > ul li .main_txt em {
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  width: 30px;
  height: 30px;
  background-color: var(--color-primary);
  color: var(--color-light-1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#crew_detail .interview_wrap > ul li .main_txt p {
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 600;
  width: calc(100% - 38px);
}
#crew_detail .interview_wrap > ul li .sun_txt {
  margin-top: 16px;
}
#crew_detail .interview_wrap > ul li .sun_txt p {
  padding: 16px;
  border-radius: 10px;
  background-color: #f3f3f3;
  font-size: clamp(12px, 1.111vw, 16px);
  line-height: clamp(18px, 2vw, 24px);
  color: var(--color-dark-6);
}

#estimate main.sub,
#general main.sub {
  padding: 240px 0 100px 0;
}
.scroll_down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.scroll_down i {
  position: relative;
  display: block;
  width: 30px;
  height: 50px;
  margin: 0 auto 10px;
  border: 2px solid #000;
  border-radius: 25px;
  box-sizing: border-box;
}
.scroll_down.white i {
  border: 2px solid #fff;
}
.scroll_down i::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #000;
  border-radius: 100%;
  animation: scrollDownAnim 2s infinite;
}
.scroll_down.white i::before {
  background-color: #fff;
}
.scroll_down span {
  display: block;
  color: #000;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  font-size: clamp(12px, 1.111vw, 16px);
}

.scroll_down.white span {
  color: #fff;
}
.scroll_down:hover span {
  opacity: 0.5;
}

@keyframes scrollDownAnim {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
