@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 협력사 소개 */
.web_cooperative {
  width: 100%;
  height: auto;
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.web_cp_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperative_main_section {
  width: 100%;
  height: 3188px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.cooperative_tit {
  width: 400px;
  height: 120px;
  background: #333;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperative_tit>h2 {
  color: #FFF;
  font-size: 23px;
  font-weight: 700;
}

.cp_tit_section {
  width: 650px;
  height: 105px;
  margin-top: 40px;
}

.cp_tit_section>p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px; 
}

.cp_tit_section>p>span {
  color: #0F7BBD;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.cp_img_section {
  margin-top: 50px;
}

.interval_tit {
  margin-top: 80px;
}

.cp_tit1 {
  margin-top: 40px;
}

.cp_tit1>span {
  color: #333;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

ul.slide_ltrt_section {
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

ul.slide_ltrt_section>li {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.move_txt {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
}

ul.move_txt>li>span {
  color: #333;
  font-size: 40px;
  font-weight: 700;
}

.slide_ltrt_section {
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

/* ---------------------------------------------------------------- */
/* 컨테이너 */
.slide_ltrt_section > li.lt_move {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;              
}

ul.move_txt {
  display: flex;
  align-items: center;
  gap: 40px;                      
  white-space: nowrap;
  will-change: transform;
  animation: marquee 50s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

ul.move_txt > li > span {
  color: #333;
  font-size: 40px;
  font-weight: 700;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  ul.move_txt { animation: none; }
}
/* ---------------------------------------------------------------- */
.slide_ltrt_section > li.rt_move {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;              
}

li.rt_move>ul.move_txt {
  display: flex;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee_rtl 50s linear infinite;
}

@keyframes marquee_rtl {
  from { transform: translateX(-50%); } 
  to   { transform: translateX(0); }   
}

/* ---------------------------------------------------------------- */
.cp_tit2 {
  margin-top: 80px;
}

.cp_tit2>span {
  color: #333;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
}

ul.slide_utdt_section {
  width: 100%;
  height: 1120px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

ul.slide_utdt_section>li {
  width: 240px;
  height: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.slide_utdt_section {
  width: 100%;
  height: 1120px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

ul.slide_utdt_section > li {
  width: 240px;
  height: 1000px;
  overflow: hidden; 
  position: relative;
}

.ut_move_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px; 
}

.up_move .ut_move_txt {
  animation: upLoop 80s linear infinite;
}

.down_move .ut_move_txt {
  animation: downLoop 80s linear infinite;
}

@keyframes upLoop {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes downLoop {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

