/* #container {
  width: 100vw;
  height: 100vh;
} */
.nav_container {
  width: 100%;
  z-index: 1000;
}
main {
  background: var(--fonts-color-01);
}
.m-br {
  display: none;
}
.sec01 {
  position: relative;
}
.sec01 .swiper-slide {
  height: 100vh;
  width: 100%;
}
.video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh; /* 화면 전체 높이 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 70.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  transform: translate(-50%, -50%);
}
.sec01 .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.6);
}
.sec01 .text p {
  font-weight: 600;
  margin-bottom: 40px;
}
.sec01 .text h2 {
  letter-spacing: -0.02em;
}
.sec01 .btn {
  margin-top: 80px;
}
.sec01 .btn a {
  width: 360px;
  display: inline-flex;
  border-radius: 45px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 22px;
  border: 2px solid var(--primary-color-1);
  background: rgba(2, 113, 227, 0.3);
}
.sec01 .btn a img {
  width: 22px;
  display: block;
}
.sec01 .btn a span {
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .sec01 .text p {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .sec01 .btn {
    margin-top: 40px;
  }
  .sec01 .btn a {
    width: 250px;
    gap: 6px;
    padding: 14px 8px;
  }
}
.sec02 {
  color: #fff;
  text-align: center;
  padding-top: 200px;
}
.sec02 .text h2 {
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.sec02 .text p {
  margin-top: 60px;
  letter-spacing: -0.02em;
}
.sec02 .img-box {
  position: relative;
  width: 484px;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  margin: 150px auto 0;
}
.sec02 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sec02 .sec02-sub {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 20;
}
.sec02 .sec02-sub.active {
  opacity: 1;
}
.sec02 .sec02-sub h2 {
  line-height: 1.38;
  font-weight: bold;
  letter-spacing: -0.02em;
}
.sec02 .sec02-sub p {
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 40px;
}
@media screen and (max-width:1200px)  {
  .sec02 .m-br{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 70px;
  }
  .sec02 .text p {
    margin-top: 20px;
  }
  .sec02 .img-box {
    margin: 70px auto 0;
  }
  .sec02 .sec02-sub p{
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .img-box {
    width: 240px;
    height: 149px;
  }
}
main .sec-title h2 {
  font-family: "Outfit", sans-serif;
  font-size: 9rem;
  color: #fff;
}
main .sec-title p {
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}
main  .sec-mobile-btn{
  display: none;
}
main  .sec-mobile-btn .btn,
main .sec-title .btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 30px;
  background: var(--primary-color-1);
  border-radius: 50px;
}
main  .sec-mobile-btn .btn span,
main .sec-title .btn span {
  font-family: "Outfit", sans-serif;
  color: #fff;
}
main  .sec-mobile-btn .btn img,
main .sec-title .btn img {
  display: block;
  width: 13px;
}
main .sec-title .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  main .sec-title h2 {
    font-size: 6.2rem;
  }
  main  .sec-mobile-btn .btn,
  main .sec-title .btn {
    gap: 12px;
    padding: 14px 20px;
    background: var(--primary-color-1);
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  main .sec-title h2 {
    font-size: 4.4rem;
  }
  main  .sec-mobile-btn .btn,
  main .sec-title .btn {
    gap: 6px;
    padding: 10px 16px;
    background: var(--primary-color-1);
    border-radius: 50px;
  }
}

@media screen and (max-width: 576px) {
  main .sec-title h2 {
    font-size: 3.2rem;
  }
  main .sec-title .flex {
    margin-bottom: 16px;
  }
  main .sec-title .btn{
    display: none;
  }
   main  .sec-mobile-btn{
display: block;
display: flex;align-items: center;
justify-content: center;
margin-top: 32px;
  }
}
main .sec03 {
  padding: 150px 0;
}
main .sec03 .sec-title {
  margin-bottom: 100px;
}

main .sec03 .card-list ul {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
main .sec03 .card-list li {
  flex: 1;
  border-radius: 30px;
  border: 2px solid #434343;
  background: var(--fonts-color-03);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 114px 16px 88px;
  transition: all 0.3s ease;
  cursor: pointer;
}
main .sec03 .card-list li:hover {
  margin: -19px 0;
}
main .sec03 .card-list li img {
  display: block;
  width: 160px;
  margin-bottom: 70px;
}
main .sec03 .card-list .text p {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.06em;
}
main .sec03 .card-list .text span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.06em;
}
main .sec03 .card-list .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
main .sec03 .card-list .tag span {
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.06em;
  color: var(--fonts-color-02);
  background: #fff;
  border-radius: 20px;
  padding: 9px 20px;
}

@media screen and (max-width: 1200px) {
  main .sec03 .card-list li {
    padding: 70px 16px 60px;
  }
  main .sec03 .card-list .text p {
    font-size: 3.2rem;
    letter-spacing: -0.02em;
  }
  main .sec03 .card-list .tag span {
    letter-spacing: -0.02em;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 992px) {
  main .sec03 .card-list ul {
    flex-direction: column;
    row-gap: 32px;
  }
  main .sec03 .card-list ul li {
    width: 100%;
    flex: auto;
    padding: 40px 16px 30px;
  }
  main .sec03 .card-list li img {
    margin-bottom: 30px;
  }
  main .sec03 .card-list .text span{
    line-height: 1.5;
  }
}
@media screen and (max-width:768px){
  main .sec03{
    padding: 70px 0;
  }
main .sec03 .card-list li img{
  width: 140px;
}
main .sec03 .sec-title{
  margin-bottom: 40px;
}
}
main .sec04 {
  padding-bottom: 150px;
}
main .sec04 .sec-title {
  margin-bottom: 80px;
}
main .sec04 .card-list {
  position: relative;
}
main .sec04 .card-list .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
main .sec04 .thumbnail-box {
  aspect-ratio: 484 / 300;
  width: 100%;
  overflow: hidden;
}
main .sec04 .thumbnail-box img {
  aspect-ratio: 484 / 300;
  width: 100%;
  object-fit: cover;
}
main .sec04 .card-list .text-box {
  padding: 40px 30px;
  height: 256px;
}
main .sec04 .card-list .text-box h3 {
  font-weight: 600;
  color: var(--fonts-color-03);
  line-height: 1.5;
  letter-spacing: -0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 72px;
}
main .sec04 .card-list .text-box p {
  margin-top: 20px;
  color: var(--fonts-color-04);
  line-height: 1.4;
  letter-spacing: -0.06em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}
@media screen and (max-width: 768px) {
  main .sec04{
padding-bottom: 120px;
}
main .sec04 .sec-title{
  margin-bottom: 40px;
}
  main .sec04 .card-list .text-box {
    padding: 30px 20px;
  }
  main .sec04 .swiper-pagination {
    bottom: -30px;
  }
  main .sec04 .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 6px;
  }
  main .sec04 .card-list .text-box p {
    margin-top: 12px;
  }

  main .sec04 .swiper-pagination-bullet-active {
    background: var(--primary-color-1);
  }
  
}

@media screen and (max-width: 576px) {
  main .sec04  .sec-mobile-btn{
margin-top: 60px;
  }
}
main .sec05 {
  border-top: 1px solid #434343;
  padding-top: 150px;
  padding-bottom: 138px;
}
main .sec05 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 80px;
}
main .sec05 h2 {
  font-family: "Outfit", sans-serif;
  position: relative;
  color: #fff;
  font-weight: bold;

  display: inline;
  line-height: 1;
}
main .sec05 h2 img {
  position: absolute;
  width: 84px;
  display: block;
  right: -10px;
  top: 8px;
  transform: translateX(100%);
}
main .sec05 p {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
main .sec05 p strong {
  font-weight: 900;
  color: var(--primary-color-1);
}
main .sec05 .btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
main .sec05 .btn-wrap li {
  width: 300px;
}
main .sec05 .btn-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  padding: 20px 22px;
  border-radius: 40px;
  transition: all 0.3s ease;
}

main .sec05 .btn-wrap li a.color-primary {
  background: var(--primary-color-1);
}

main .sec05 .btn-wrap li img {
  display: block;
  width: 24px;
}
main .sec05 .btn-wrap li span {
  font-weight: 600;
}
main .sec05 .btn-wrap li a.color-primary span {
  color: #fff;
}
main .swiper-wrapper{
height: fit-content;
}
@media screen and (max-width: 1200px) {
  main .sec05 p {
    font-size: 3rem;
  }
  main .sec05 h2 img{
    width: 62px;
  }
}
@media screen and (max-width: 768px) {
  main .sec05{
    padding: 80px 0;
  }
    main .sec05 .m-br{
    display: block;
  }
  main .sec05 p {
    font-size: 2.4rem;
  }
    main .sec05 h2 img{
    width: 42px;
    right: -6px;
  }
  main .sec05 .btn-wrap li {
    width: 180px;
  }
}

@media screen and (max-width: 576px) {
  main .sec05 .title-box {
    row-gap: 32px;
    margin-bottom: 40px;
  }
  main .sec05 p {
    font-size: 1.8rem;
  }
  main .sec05 .btn-wrap ul {
    gap: 16px;
  }
  main .sec05 .btn-wrap li {
    width: 120px;
  }
  main .sec05 .btn-wrap li a {
    gap: 6px;
    padding: 12px 6px;
  }
  main .sec05 .btn-wrap li img {
    width: 16px;
  }
  main .sec05 .btn-wrap li span {
    font-size: 1.4rem;
  }
}

/* Popup */
#popup {
	position: relative;
}

.popup-layer {
	z-index: 10000;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
	animation: popup-fade .65s ease-in-out .35s forwards;
	opacity: 0;
	max-width:800px;
}

@keyframes popup-fade {
	0% { opacity: 0;
	-webkit-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px); }
	100% { opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0); }
}
.popup-layer__body {
	background: #fff;
}

.popup-layer__body img {
	display: block;
	margin: 0 auto;
	border: none;
	max-width: 100%;
}

.popup-layer__foot {
	background: #424242;
}

.popup-layer__foot ul {
	display:flex;
	flex-wrap: wrap;
}

.popup-layer__foot li {
	width:50%;
	padding:10px;
}

.popup-layer__foot li:first-child {
	padding-right:0;
}

.popup-layer__foot li:last-child {
	text-align: right;
}

.popup-layer__foot span {
	font-size: 1.5rem;
	color: #fff;
	cursor: pointer;
	transition:all 0.3s ease;
}

.popup-layer__foot label:hover span { opacity: .7; }

/* .popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; } */


@media (max-width: 1024px){
	/* .popup-layer { z-index: 999; } */
	.popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
}
@media (max-width: 768px){

	.popup-layer {
		width:calc(100% - 10px);
	}

	.popup-layer img {
		max-width: none;
		width:100%;
		height: auto !important;
	}
	.popup-layer-foot span { font-size: 14px; }

}
@media (max-width: 375px){
	.popup-layer-foot li { width: 100%; }
	.popup-layer-foot li:last-child { text-align: left; }
}