@charset "utf-8";
	
/* 서브 공통 */
.sub_con {
	padding: clamp(60px,8vw,100px) clamp(40px,10vw,400px);
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: clamp(20px,5.2vw,90px);
	margin: 0 auto;
}

@media screen and (max-width:1480px) {
	.sub_con{padding: clamp(60px,8vw,135px) 40px;}
}

@media screen and (max-width:768px) {
	.sub_con{padding: clamp(20px,8vw,135px) 20px clamp(60px,8vw,135px);}
}

.top_menu.mobile-menu > div{justify-content: space-between; align-items: center;}
.mobile-menu .active-item img {
	transition: transform 0.3s ease; /* 부드러운 회전 효과 */
}

.mobile-menu .active-item img.active {
	transform: rotate(180deg); /* 180도 회전 */
}
/* 이미지 모달창 */
#modal {display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color: rgba(0,0,0,.6);}
#modal__content {display: flex;flex-wrap: wrap;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0 auto;padding: 60px;background: #FFF;box-shadow: 0px 0px 15px rgba(0,0,0,0.5);gap: 30px;}
.modal__exit {position: absolute;width: 60px;height: 60px;top: 0px;right: 0px;font-size: 30px;font-weight: 300;background: #000;color: #FFF;text-align: center;}
.modal__exit span {width: 30px;height: 3px;background: #FFF;display: block;margin: 0 auto;}
.modal__exit span:nth-child(1) {margin: 0px auto 5px;transform: rotate(45deg);position: absolute;top: 50%;left: 15px;}
.modal__exit span:nth-child(2) {margin: 0px auto 5px;transform: rotate(-45deg);top: 50%;position: absolute;left: 15px;}
.modal__img {flex: 0 1 100%;text-align: center;}
.modal__img img {width:100%;max-width: 400px;}
.modal__ttl {flex: 0 1 100%;text-align: center;font-size: clamp(18px, 2vw, 22px);font-weight: 700;}


@media screen and (max-width: 768px){
  #modal__content {padding: 50px 20px;width: 80%;}
	.modal__exit {width: 50px;height: 50px;}
	.modal__exit span {width: 25px;height: 3px;}
	.modal__exit span:nth-child(1) {left: 13px;}
	.modal__exit span:nth-child(2) {left: 13px;}
}
.overlay {display: none;position:absolute;top:0;left:0;width:100%;height:100%;z-index: 20;}
.overlay__message{display: block;width: 100%;font-size: 18px;line-height: 28px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

@media screen and (max-width: 500px) {
	.overlay__message{font-size: 16px;line-height: 26px;}
}

.bg_img{height: 356px !important;position: relative;overflow: hidden;margin: clamp(20px,4.8vw,80px) 0;background-position: center;background-size: cover;background-repeat: no-repeat;}

@media screen and  (min-width: 1200px){
	.bg_img{ background-attachment: fixed;}
}

@media screen and  (max-width: 768px){
	.bg_img{height: 200px !important;}
}

/* sub header */
#hd.sub #hd_wrapper {background: #fff;}
#hd.sub #hd_wrapper img{display: none;}
#hd.sub #hd_wrapper img.sub{display: block;}

/* sub navigation background */
#sub-nav.nav01{background: url(../img/sub/sub_visual01.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav02{background: url(../img/sub/sub_visual02.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav03{background: url(../img/sub/sub_visual03.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav04{background: url(../img/sub/sub_visual04.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav05{background: url(../img/sub/sub_visual05.jpg)no-repeat center;background-size: cover;}
#sub-nav.nav06{background: url(../img/sub/sub_visual06.jpg)no-repeat center;background-size: cover;}


/* navigation */
#sub-nav {padding: clamp(40px,4.8vw,100px) 20px;}
#sub-nav .visual__wrap {text-align: center;}
#sub-nav .visual__wrap .nav-title {font-size: clamp(24px,3.2vw,50px);font-weight: 800;padding: 0 0 clamp(20px,2vw,30px);color: #004652;}
#sub-nav .visual__wrap .navi {padding: 0 0 clamp(20px,3.8vw,58px);}
#sub-nav .visual__wrap .navi .df {align-items: center;justify-content: center;gap: 10px;color: #5B5B5B;}
#sub-nav .visual__wrap .navi .df .df {gap: 4px;}
#sub-nav .visual__wrap .navi .df .icon{display: flex; align-items: center;justify-content: center;}

#sub-nav .menu-wr {}
#sub-nav .menu-wr .df {gap: 14px;align-items: center;justify-content: center;}
#sub-nav .menu-wr li {border: 1px solid #D1D1D1;border-radius: 30px;transition: all 0.3s;}
#sub-nav .menu-wr li:hover{border: 1px solid #004652;}
#sub-nav .menu-wr li.active {border: 1px solid #004652;}
#sub-nav .menu-wr li a {color: #676767;padding: 18px 36px;}
#sub-nav .menu-wr li:hover a{color: #004652;}
#sub-nav .menu-wr li.active a {color: #004652;}


/* mobile */
.m-menu-wr{display: none;position: relative;gap: 20px;max-width: 578px;margin: 0 auto;}
.m-menu-wr .mnav-ul{position: relative;}
.m-menu-wr .mnav-ul.top-con li .mnav-1a{background: #fff;color: #000;border: 1px solid #D1D1D1;box-shadow: 0 0 15px #d1d1d160;}
.m-menu-wr .mnav-ul li .mnav-1a {display: flex;background: #202329;font-size: 18px;color: #fff;height: 50px;line-height: 48px;font-weight:400;cursor:pointer;padding: 0 25px;letter-spacing: -2px;position: relative;border-radius: 100px;text-align: center;gap: 20px;align-items: center;justify-content: center;}
.m-menu-wr .mnav-ul li .mnav-1a > span{}
.m-menu-wr .mnav-ul li .mnav-1a .on {transform:rotate(180deg);}
.m-menu-wr .mnav-ul li ul {position:relative;display:none;position:absolute;top: 50px;left: -1px;z-index:10;width: calc(100% + 0px);border-radius: 20px;border: 1px solid #e3e3e3;padding: 15px 30px;background: #fff;}
.m-menu-wr .mnav-ul li ul li {border-bottom: 0;border-right: 0;transition:0.3s;background:#fff;padding: 3px 0;}
.m-menu-wr .mnav-ul li ul li a {display: block;/* line-height: 1; */color: #6c6c6c;letter-spacing: -1px;font-size: 16px;word-break: keep-all;line-height: 25px;}
.m-menu-wr .mnav-ul li ul li a:hover{color: #003358;font-weight:bold;text-decoration:underline;}

.m-menu{display:none;/* padding-top: 10px; */}
.m-menu .mnav-ul{}
.m-menu .mnav-ul li .mnav-1a {display:block;background: #202329;font-size: 18px;color: #fff;height: 50px;line-height: 48px;font-weight:400;cursor:pointer;padding: 0 25px;letter-spacing: -2px;position: relative;}
.m-menu .mnav-ul li .mnav-1a > span{display: block;content: '';position:absolute;background: url('../img/sub/nav-plus.png')no-repeat center;background-size: contain;right: 15px;top: 50%;width: 14px;height: 12px;margin-top: -6px;transition: all 0.5s;}
.m-menu .mnav-ul li .mnav-1a .on {transform:rotate(180deg);}
.m-menu .mnav-ul li ul {position:relative;display:none;position:absolute;top: 50px;left: -1px;z-index:10;width: calc(100% + 2px);border: 1px solid #e3e3e3;padding: 15px 30px;background: #fff;}
.m-menu .mnav-ul li ul li {border-bottom: 0;border-right: 0;transition:0.3s;background:#fff;padding: 3px 0;}
.m-menu .mnav-ul li ul li a {display: block;/* line-height: 1; */color: #6c6c6c;letter-spacing: -1px;font-size: 16px;word-break: keep-all;line-height: 25px;}
.m-menu .mnav-ul li ul li a:hover{color: #003358;font-weight:bold;text-decoration:underline;}


@media (max-width:768px){
	.pc-menu{display:none}

	.m-menu-wr{display: flex;flex-direction: column;}
	.m-menu{display:block;position: absolute;width: 100%;bottom: 0;}
}


/* common sub */
.bg_img {
	height: 280px;
	position: relative;
	overflow: hidden;
	margin: clamp(20px, 2.8vw, 46px) 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
	.bg_img {background-attachment: fixed;}
}

/* 서브페이지 네비게이션 */
#sub__nav{position:relative;padding: 115px 0 0;}
#sub__nav .visual__wrap{width:100%;height: 400px;background-size: cover;background-repeat: no-repeat;background-position: center;position: relative;}
#sub__nav .visual__wrap .nav-title{}
#sub__nav .visual__wrap .nav__route{position: absolute;width: fit-content;left: 50%;bottom: 40px;transform: translateX(-50%);color: #fff;font-size: 15px;}
#sub__nav .visual__wrap .nav__route ul {display: flex;flex-wrap: wrap;}
#sub__nav .visual__wrap .nav__route ul li{padding: 0 13px;position: relative;font-size: 18px;color: rgba(255, 255, 255, 0.6);}
#sub__nav .visual__wrap .nav__route ul li:after{display:block;content: "\f105";position:absolute;top: 1px;right: -3px;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;font-size: 18px;}
#sub__nav .visual__wrap .nav__route ul li:last-child:after{display:none;}
#sub__nav.nav01 .visual__wrap{background-image:url('../img/sub/img_navigation_visual01.jpg');position: relative; z-index: 1;}
#sub__nav.nav02 .visual__wrap{background-image:url('../img/sub/img_navigation_visual02.jpg');position: relative; z-index: 1;}
#sub__nav.nav03 .visual__wrap{background-image:url('../img/sub/img_navigation_visual03.jpg');position: relative; z-index: 1;}
#sub__nav.nav04 .visual__wrap{background-image:url('../img/sub/img_navigation_visual04.jpg');position: relative; z-index: 1;}




#sub__nav .nav_2ul{display:flex;flex-wrap: wrap;justify-content: center;padding: clamp(20px,2vw,30px) 20px;background-color: var(--main-color2-bg);}
#sub__nav .top-con{position:relative;z-index:2;}
#sub__nav .top-con.fixed {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    z-index: 2;
    }

#sub__nav .nav-text {flex-direction: column;padding: clamp(40px,8.2vw,120px) clamp(40px,10vw,400px) 26px;gap: 22px;}
#sub__nav .nav-text .nav-wr {gap: 10px;align-items: center;color: #5B5B5B;font-size: 15px;font-weight: 400;}
#sub__nav .nav-text .nav-wr .txt {gap: 4px;align-items: center;}
#sub__nav .nav_2ul li{position:relative;padding:0 20px;}
#sub__nav .nav_2ul li:after{content:'';height:12px;width:1px;background:#d3d3d3;position:absolute;top:50%;left:100%;transform:translate(-50%,-50%);}
#sub__nav .nav_2ul li:first-child{padding:0 20px 0 0;}
#sub__nav .nav_2ul li:last-child:after{display:none;}
#sub__nav .nav_2ul li a{color: rgba(255, 255, 255, 0.71);font-size: clamp(17px,2vw,19px);font-weight: 500;}
#sub__nav .nav-tit{font-size: clamp(28px,4.2vw,60px);/* position:absolute; *//* top:50%; */font-weight:900;color: var(--main-color2-text); font-family: 'Gmarket Sans', sans-serif;}
#sub__nav .nav_2ul .active a{color: #fff;position:relative;font-weight:900;padding:unset;}
#sub__nav .nav-top-wr{margin:0 auto;background: #ffffff;border-bottom: 1px solid #e5e5e5;}
#sub__nav .nav-top-wr .wr-1400 {display: flex;flex-wrap: wrap;}
#sub__nav .nav-top-wr .home{display: flex;justify-content: center;align-items: center;width: 80px;height: 60px;border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;font-size: 25px;text-align: center;color: #fff;}
#sub__nav .nav-top-wr .nav_ul{position: relative;}
#sub__nav .nav-top-wr .nav_ul:after {display:block;content:'';width:100%;height: 2px;position: absolute;bottom: -1px;left:0;background:#005ad4;}
#sub__nav .nav-top-wr .nav_ul li{position:relative;float:left;min-width:230px;padding:0 25px;height: 60px;border-right: 1px solid #e5e5e5;cursor: pointer;}
#sub__nav .nav-top-wr .nav_ul li .nav_1a{display:block;font-size:17px;color: rgba(75,75,75,0.6);height: 60px;line-height: 60px;font-weight:400;}
#sub__nav .nav-top-wr .nav_ul li .nav_1a::after{content:'';display:block;position:absolute;top: 23px;right:15px;width:12px;height:12px;background: url('../img/sub/icon_sub_arrow--grey.png')no-repeat center;}
#sub__nav .nav-top-wr .nav_ul li ul{position:relative;display:none;position:absolute;top: 60px;left:-1px;border-top: 1px solid #e3e3e3;border-left:1px solid #e3e3e3;z-index:10;}
#sub__nav .nav-top-wr .nav_ul li ul li{border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;transition:0.3s;background:#fff;/* line-height: 60px; */height: 50px;}
#sub__nav .nav-top-wr .nav_ul li ul li:hover{background:#f5f5f5}
#sub__nav .nav-top-wr .nav_ul li ul li a{display:block;height: 50px;line-height: 50px;color:#000;}

/* mobile */
.m-menu{display:none;/* padding-top: 10px; */}
.m-menu .mnav-ul{}
.m-menu .mnav-ul li ul {position:relative;display:none;position:absolute;left: -1px;z-index:10;width: calc(100% + 2px);border: 1px solid #e3e3e3;padding: 15px 30px;background: #fff;}
.m-menu .mnav-ul li ul li {border-bottom: 0;border-right: 0;transition:0.3s;background:#fff;padding: 3px 0;}
.m-menu .mnav-ul li ul li a {display: block;/* line-height: 1; */color: #6c6c6c;letter-spacing: -1px;font-size:14px;word-break: keep-all;line-height: 25px;}
.m-menu .mnav-ul li ul li a:hover{color: #005ad4;font-weight:bold;text-decoration:underline;}

@media (max-width:1650px){
	#sub__nav .visual__wrap{height: 400px;}
	#sub__nav .menu-wr li a{padding: 23px 0;}
}

@media (max-width:1480px){
	#sub__nav .nav-text{padding: clamp(40px,8.2vw,120px) 40px;}
	#sub__nav .visual__wrap{height: 350px;}
	#sub__nav .menu-wr li a{padding: 15px 0;font-size: 15px;}
	#sub__nav .top-con{}
	#sub__nav .nav-top-wr{padding:0 20px;}
  #sub__nav .nav-tit{top: 52%;}
  #sub__nav.nav03 .nav-tit{top: 58%;}
}

@media (max-width:1300px){
	#sub__nav .visual__wrap{height: 260px;}

	#sub__nav .nav-top-wr .home{width:50px;height:50px;line-height: 48px;}
	#sub__nav .nav-top-wr .nav_ul li{height: 50px;}
	#sub__nav .nav-top-wr .nav_ul li .nav_1a{height:50px;line-height:50px;font-size: 16px;}
}

@media (max-width:1024px){
	#sub__nav .visual__wrap{height: 250px;}
	#sub__nav .menu-wr li a{padding: 20px 0;font-size: 16px;}
	#sub__nav .menu-wr li a p:after{right: -8px;}
}

@media (max-width:960px){
	#sub__nav .menu-wr li a{font-size: 15px;}
	#sub__nav .menu-wr li a p.long{font-size: 13px;}
}

@media (max-width:768px){
	#sub__nav .nav-text{padding: clamp(40px,8.2vw,120px) 20px;}
  #sub__nav .top-con{display: none;}
	#sub__nav .visual__wrap{height: 250px;}
	#sub__nav .visual__wrap .nav__route {bottom: 70px; width: 100%; }
	#sub__nav .visual__wrap .nav__route ul {justify-content: center;}
	#sub__nav .visual__wrap .nav__route ul li {font-size: 14px;}
  .pc-menu{display:none}
  .m-menu{display:block;z-index: 2;}
}

@media (max-width:500px){
	#sub__nav .visual__wrap .nav-title{font-size: 24px;}
	#sub__nav .visual__wrap .nav__route {bottom: 80px;}
}


/* 준비중 */
.ready{width: 100%;text-align: center;padding: 20px 60px;}

.sub1_1 {
    background-color: #fff;
    padding: clamp(40px, 10vw, 100px) 0;
}
.sub1_1 .greeting_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 40px;
}
.sub1_1 .greeting_box::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 33%;
    width: clamp(200px, 15vw, 300px);
    aspect-ratio: 1 / 1;
    background: url('../img/sub/sub1_1_bg_01.png') no-repeat center;
    background-size: contain;
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.sub1_1 .greeting_box .text_wr {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.5vw, 40px);
    z-index: 1;
    word-break: keep-all;
    padding-right: 40px;
}
.sub1_1 .greeting_box .text_wr .tit {
    font-family: 'GmarketSans', sans-serif;
    font-weight: 700;
    font-size: clamp(24px, 2.8vw, 34px);
    color: #11017d;
    line-height: 1.35;
    letter-spacing: -1.36px;
}
.sub1_1 .greeting_box .text_wr .tit p {
    margin: 0;
}
.sub1_1 .greeting_box .text_wr .sub_tit {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}
.sub1_1 .greeting_box .text_wr .txt {
    font-weight: 500;
    font-size: clamp(16px, 1.1vw, 20px);
    color: #444;
    line-height: 1.8;
    letter-spacing: -0.8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.sub1_1 .greeting_box .text_wr .txt p {
    margin: 0;
}
.sub1_1 .greeting_box .text_wr .txt p.thanks {
    margin-top: 10px;
    color: #000;
    font-weight: 500;
}

.sub1_1 .greeting_box .img_wr {
    flex: 0 0 50%;
    max-width: 700px;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
}
.sub1_1 .greeting_box .img_wr img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* sub1_1 responsive */
@media screen and (max-width: 1680px) {
    .sub1_1 .sec01 .full img{top: -100px;}
}
@media screen and (max-width: 1400px) {
    .sub1_1 .sec01 .content_wr{gap: 20px;}
    .sub1_1 .sec01 .content_wr > div{flex: 0 1 calc(100% / 2 - 10px);}
}
@media screen and (max-width: 1200px) {
    /* (Previously undefined or general overrides can go here if needed) */
}
@media screen and (max-width: 1024px) {
    .sub1_1 .sec01 .content_wr > div{flex: 100%;}
    
    .sub1_1 .greeting_box {
        flex-direction: column;
        gap: 50px;
    }
    .sub1_1 .greeting_box .text_wr {
        padding-right: 0;
        width: 100%;
    }
    .sub1_1 .greeting_box .img_wr {
        flex: 100%;
        max-width: 100%;
    }
    .sub1_1 .greeting_box .bg_pattern {
        left: auto;
        right: 0;
        bottom: auto;
        top: 20%;
        width: 150px;
    }
}
@media screen and (max-width: 768px) {
    .sub1_1 .sec01 .full img{top: -40px;}
    .sub1_1 .sec01 .full .text_wr .txt .pc_only{display: none;}
}
@media screen and (max-width: 520px) {
    .sub1_1 .sec01 .content_wr > div .text{flex-direction: column;}
}

/* Animation classes */
[data-scroll="fade-up"] {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.6s ease-out;
}
[data-scroll="fade-up"].visible,
[data-scroll="fade-right"].visible,
[data-scroll="fade-left"].visible {
    opacity: 1;
    transform: translateY(0) translateX(0);
}

[data-scroll="fade-right"] {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.8s ease-out;
}

[data-scroll="fade-left"] {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.8s ease-out;
}



/* --------------------------------------------------------------------------
   Sub1_2 Styles (Organization Chart)
   -------------------------------------------------------------------------- */
.sub1_2 {}
.sub1_2 .greeting_box{padding: clamp(40px,8vw,100px) 20px; max-width: 1536px; margin: 0 auto; justify-content: center;}

.sub1_2 .pc_only { display: block; }
.sub1_2 .mo_only { display: none; }

@media screen and (max-width:768px) {
    .sub1_2 .pc_only { display: none; }
    .sub1_2 .mo_only { display: block; }
}

/* --------------------------------------------------------------------------
   Sub1_3 Styles (History)
   -------------------------------------------------------------------------- */
.sub1_3 {
    background-color: #fff;
    padding: clamp(40px, 8vw, 100px) 0;
}
.sub1_3 .history_box {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(40px, 8vw, 136px);
}
.sub1_3 .history_box .img_wr {
    flex: 0 0 45%;
    max-width: 677px;
}
.sub1_3 .history_box .img_wr img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.sub1_3 .history_box .timeline_wr {
    flex: 1;
    position: relative;
    padding: 40px 0;
}
.sub1_3 .history_box .timeline_inner {
    position: relative;
    width: fit-content;
}
.sub1_3 .history_box .v_line {
    position: absolute;
    top: 0;
    left: 220.5px; /* (189 + 25 + 11.5 - 5) */
    width: 10px;
    height: 100%;
    background-color: #e0e4f5;
    z-index: 1;
    border-radius: 5px;
}
.sub1_3 .history_box .history_list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: relative;
    z-index: 2;
}
.sub1_3 .history_box .history_list .item {
    display: flex;
    align-items: center;
    gap: 25px;
}
.sub1_3 .history_box .history_list .item .date_box {
    width: 189px;
    height: 58px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.8px;
    flex-shrink: 0;
}
.sub1_3 .history_box .history_list .item .date_box.bg_dark { background-color: #11017d; }
.sub1_3 .history_box .history_list .item .date_box.bg_blue { background-color: #3d63c3; }

.sub1_3 .history_box .history_list .item .dot {
    width: 23px;
    height: 23px;
    background: url('../img/sub/sub1_3_line_icon.svg') no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}
.sub1_3 .history_box .history_list .item .txt {
    font-size: 20px;
    font-weight: 500;
    color: #11017d;
    word-break: keep-all;
}

@media screen and (max-width: 1200px) {
    .sub1_3 .history_box {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .sub1_3 .history_box .img_wr {
        flex: 100%;
        max-width: 100%;
    }
    .sub1_3 .history_box .timeline_inner {
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px) {
    .sub1_3 .history_box .v_line { 
        display: block; 
        left: 161.5px; /* 140(date) + 15(gap) + 11.5(half dot) - 5(half line) */
    }
    .sub1_3 .history_box .history_list .item {
        flex-direction: row;
        align-items: center;
        gap: 15px;
        padding-bottom: 0;
        border-bottom: none;
    }
    .sub1_3 .history_box .history_list .item .dot { 
        display: block; 
    }
    .sub1_3 .history_box .history_list .item .date_box {
        width: 140px;
        height: 40px;
        font-size: 16px;
    }
    .sub1_3 .history_box .history_list .item .txt {
        font-size: 16px;
        flex: 1; /* Ensure text wraps properly */
    }
}


.sub1_5 {}
.sub1_5 .content_wr {}
.sub1_5 .content_wr .df {gap: 20px;}
.sub1_5 .content_wr .df .left_con {flex: 0 1 calc(100% / 2 - 10px);flex-direction: column;max-width: 720px;justify-content: space-around;}
.sub1_5 .content_wr .df .right_con {flex: 1;text-align: right;}
.sub1_5 .content_wr .df .left_con .top_con {text-align: center;}
.sub1_5 .content_wr .df .left_con .btm_con {flex-direction: column;gap: 0;border-top: 2px solid var(--main-color2-bg);}
.sub1_5 .content_wr .df .left_con .btm_con .text {display: flex;align-items: center;font-size: clamp(16px,2vw,18px);font-weight: 400;gap: 80px;border-bottom: 1px solid var(--main-color3-bg);padding: clamp(12px,2vw,20px);}
.sub1_5 .content_wr .df .left_con .btm_con .text .tit {flex: 34px;font-weight: 700;}
.sub1_5 .content_wr .df .left_con .btm_con .text .txt {flex: 0 1 calc(100% - 32px);}
.sub1_5 .content_wr .df .left_con .btm_con .text .txt a {font-weight: 400;}
.sub1_5 .content_wr .map_con {}
.sub1_5 .content_wr .map_con > div {width: 100%;}
.sub1_5 .content_wr .map_con > div .hide {display: none !important;}
.sub1_5 .content_wr .map_con > div .cont {display: none !important;}
.sub1_5 .content_wr .map_con > div .wrap_map {height: 700px !important;}

@media screen and (max-width:1440px) {
	.sub1_5 .content_wr .map_con > div .wrap_map{height: 500px !important;}
}

@media screen and (max-width:1024px) {
	.sub1_5 .content_wr .map_con > div .wrap_map{height: 420px !important;}
}

@media screen and (max-width:768px) { 
	.sub1_5 .content_wr .map_con > div .wrap_map{height: 320px !important;}
}

@media screen and (max-width:520px) {
	.sub1_5 .content_wr .map_con > div .wrap_map{height: 240px !important;}
}

/* --------------------------------------------------------------------------
   Sub2_1 Styles (Organizations)
   -------------------------------------------------------------------------- */
.sub2_1 {
    background-color: #fff;
    padding: clamp(40px, 8vw, 100px) 0;
}
.sub2_1 .section_wrap {
    max-width: 1536px;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 80px;
}
.sub2_1 .section_wrap:last-child {
    margin-bottom: 0;
}
.sub2_1 .sec_tit {
    font-size: clamp(20px, 2.2vw, 24px);
    font-weight: 700;
    color: #11017d;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sub2_1 .sec_tit::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #11017d;
    border-radius: 50%;
}

.sub2_1 .table_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.sub2_1 table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.sub2_1 th {
    height: 70px;
    background-color: #11017d;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #11017d;
    text-align: center;
}
.sub2_1 td {
    height: 58px;
    border: 1px solid #e0e4f5;
    text-align: center;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}
.sub2_1 td.tit_bg {
    background-color: rgba(17, 1, 125, 0.05);
    font-weight: 700;
    color: #11017d;
}
.sub2_1 td.name {
    color: #333;
}

@media screen and (max-width: 1200px) {
    .sub2_1 .table_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media screen and (max-width: 768px) {
    .sub2_1 .section_wrap {
        padding: 0 20px;
    }
    .sub2_1 th, .sub2_1 td {
        font-size: 15px;
        height: 50px;
    }
    .sub2_1 th:nth-child(1), .sub2_1 td:nth-child(1) { width: 35%; }
}


.sub1_4 {
    padding: clamp(60px,8vw,100px)  0;
}

.sub1_4 .sec01 {background: url(../img/sub/sub1_4_bg01.png) no-repeat right;background-size: contain;padding: clamp(32px,4.2vw,72px) clamp(40px,10vw,400px);text-align: center;font-size: clamp(24px,2.4vw,42px);font-weight: 700;line-height: 1.4em;margin: 0 0 clamp(30px,3.4vw,60px);text-align: left;}
.sub1_4 .sec01 span{color: var(--main-color1-text);}

.sub1_4 .sec02 {padding: 0 clamp(40px,10vw,400px);gap: 20px;}
.sub1_4 .sec02 > div {flex: 0 1 calc(50% - 10px);position: relative;}
.sub1_4 .sec02 .progress_nav.fixed {position: fixed;top: 100px;z-index: 100;}
.sub1_4 .sec02 .progress_nav.absolute {position: absolute;}
.sub1_4 .sec02 .left-con .progress_nav {flex-direction: column;gap: 50px;}
.sub1_4 .sec02 .left-con .progress_nav .img{width: 100%;}
.sub1_4 .sec02 .left-con .progress_nav .img img {padding: clamp(20px,5.6vw,100px) 0 0;}
.sub1_4 .sec02 .left-con .progress_nav a {font-size: clamp(20px,2vw,30px);font-weight: 500;color: #A7A7A7;position: relative;padding: 0 0 0 clamp(38px,3.4vw,64px);}
.sub1_4 .sec02 .left-con .progress_nav a.on {font-weight: 700;color: var(--main-color2-text);}
.sub1_4 .sec02 .left-con .progress_nav a:before {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 27px;height: 2px;background: #B6B6B6;transition: all 0.3s ease;}
.sub1_4 .sec02 .left-con .progress_nav a.on::before {background: var(--main-color2-text);transform: translateY(-50%) rotate(-45deg);}

.sub1_4 .history-con {position: relative;padding-left: 50px;}
.sub1_4 .history-con::before {content: '';position: absolute;left: 20px;top: 10px;bottom: 10px;width: 3px;background: #e0e0e0;}
.sub1_4 .history-con .timeline {position: relative;}
.sub1_4 .history-con .timeline > div{padding: 0 0 clamp(40px,4.2vw,60px);}
.sub1_4 .history-con .timeline > div:last-child{padding: 0;}
.sub1_4 .history-con .history ul {list-style: none;padding: 0;margin: 0;line-height: 52px;}
.sub1_4 .history-con .history ul li {position: relative;transition: all 0.3s ease;color: #000;font-weight: 500;align-items: baseline;font-size: clamp(18px,2vw,20px);}
.sub1_4 .history-con .history ul li b{color: var(--main-color1-text);font-weight: 500;}
.sub1_4 .history-con .history ul li::before {content: '';position: absolute;left: -35px;top: 18px;width: 12px;height: 12px;background: #B9B9B9;border-radius: 50%;transition: all 0.3s ease;z-index: 1;}
.sub1_4 .history-con .history ul li.active {}
.sub1_4 .history-con .history ul li.active::before {box-shadow: 0 0 0 9px #01478F1A;border-radius: 100%;background: #01478F;}
.sub1_4 .history-con .history ul li .tit{flex: 0 1 60px;}
.sub1_4 .history-con .history ul li .txt{line-height: 1.4em;flex: 1;}

@-webkit-keyframes history {
    0%, 100% {opacity: 1;transform: scale(0)}
    50% {opacity: 1;transform: scale(2)}
    70% {opacity: 0;transform: scale(3)}
}
@keyframes history {
    0%, 100% {opacity: 1;transform: scale(0)}
    50% {opacity: 1;transform: scale(2)}
    70% {opacity: 0;transform: scale(3)}
}

@media screen and (max-width: 1480px) {
	.sub1_4 .sec01{padding: clamp(32px,4.2vw,72px) 40px;}
	.sub1_4 .sec02{padding: 0 40px;}
}

@media screen and (max-width: 768px) {
	.sub1_4 .sec01{padding: clamp(32px,4.2vw,72px) 20px;}
	.sub1_4 .sec02{padding: 0 20px;}

	.sub1_4 .sec02 > div{flex: 100% !important;}
	.sub1_4 .sec02 .left-con .progress_nav{position:  relative !important;top: auto !important;gap: 20px;left: 0 !important;}
}


