/* content_only.css - content.css with layout-related overrides removed */

/* content.css - merged subpage styles (about/buz_area/cs/news/recruit) */

/* ===== content.css ===== */

#menu01_01_wrap > .content1 {
    width: 80vw;
    height: 760px;
    display: flex;
    margin: 0 auto;
    margin-bottom: 8%;
}
#menu01_01_wrap > .content1 > .img {
    width: 50%;
    height: 100%;
}
#menu01_01_wrap > .content1 > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu01_01_wrap > .content1 > .txt_cont {
    width: 50%;
    height: 100%;
    padding: 2% 0 2% 4%;
}
#menu01_01_wrap > .content1 > .txt_cont > h6 {
    font-size: 2rem;
    font-weight: 700;
    color: #404497;
}
#menu01_01_wrap > .content1 > .txt_cont > h4 {
    font-size: 3rem;
    font-weight: 700;
    margin: 5% 0;
    columns: #212121;
}
#menu01_01_wrap > .content1 > .txt_cont > p {
    font-size: 2.1rem;
    font-weight: 500;
    word-break: keep-all;
    color: #212121;
}
#menu01_01_wrap > .content1 > .txt_cont > ul {
    margin-top: 4%;
}
#menu01_01_wrap > .content1 > .txt_cont > ul > li {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    width: 100%;
    height: 72px;
    padding: 10px 0;
    border-bottom: 2px solid #c3c3c3;
    color: #212121;
}
#menu01_01_wrap > .content1 > .txt_cont > ul h6 {
    width: 190px;
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 3%;
}
#menu01_01_wrap > .content1 > .txt_cont > ul P {
    padding-right: 7%;
    font-size: 1.8rem;
    font-weight: 500;
}
#menu01_01_wrap > .org {
    width: 100vw;
    height:1000px;
    background-color: #575FFF;
    position: relative;
    overflow: hidden;
}
#menu01_01_wrap > .org > .circle_wrap {
    position: absolute;
    width:36%;
    top: -15%;
    right: -11%;
    transform: translate(-15%, -11%);
}
#menu01_01_wrap > .org > .circle_wrap div {
    width: 72%;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
    border-radius: 66%;
    position: absolute;
    opacity: 0.2;
}
#menu01_01_wrap > .org > .circle_wrap div:first-child {
    left: 0;
}
#menu01_01_wrap > .org > .circle_wrap div:last-child {
    right: 0;
}
#menu01_01_wrap > .org > .txt_cont1{
    font-size: rem;
    line-height: rem;
    font-weight: 900;
    position: absolute;
    bottom: -3%;
    left: -28%;
    color: #676fff;

}
#menu01_01_wrap > .org > .txt_cont2{
    font-size: rem;
    line-height: rem;
    font-weight: 900;
    position: absolute;
    bottom: -3%;
    right: -15%;
    color: #676fff;
}
#menu01_01_wrap > .org > .content2 {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#menu01_01_wrap > .org .inner {
    width: 100%;
    height: 100%;
}
#menu01_01_wrap > .org .depth1 {
    height:32%;
    position: relative;
}
#menu01_01_wrap > .org .depth2 {
    height:55%;
    display: flex;
    position: relative;
}
#menu01_01_wrap > .org .inner .ct_top,
#menu01_01_wrap > .org .inner .dept,
#menu01_01_wrap > .org .depth2 > li > p ,
#menu01_01_wrap > .org .depth2 > li > ul > li {
    width: 224px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 600;
}
#menu01_01_wrap > .org .inner .ct_top,
#menu01_01_wrap > .org .inner .dept {
    background-color: #000000;
    color:#ffffff;
    position: absolute;
}
#menu01_01_wrap > .org .inner .ct_top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#menu01_01_wrap > .org .inner .dept {
    top: 50%;
    left:30%;
    transform: translate(-30%,-50%);
}
#menu01_01_wrap > .org .inner .depth1 .line1 {
    width: 1px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 49.8%;
}
#menu01_01_wrap > .org .inner .depth1 .line2 {
    width: 16.6%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(0,-50%);
}
#menu01_01_wrap > .org .inner .depth1 .dot {
    position: absolute;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: 49.8%;
    transform: translate(-49.8%,-50%);

}
#menu01_01_wrap > .org .depth2 > li {
    width: 16.6%;
    margin-right: 4.15%;
}
#menu01_01_wrap > .org .depth2 > li:last-child {
    margin-right: 0;
}
#menu01_01_wrap > .org .depth2 > li > p {
    width: 100%;
    border: 1px solid #ffffff;
    color: #ffffff;
}
#menu01_01_wrap > .org .depth2 > li > ul > li{
    width: 100%;
    background-color: #ffffff;
    color:#000000;
    margin-bottom: 15%;
}
#menu01_01_wrap > .org .depth2 > li > ul > li:last-child {
    margin-bottom: 0;
}

#menu01_01_wrap > .org .depth2 > li > ul {
    padding-top: 15%;
    position: relative;
}
#menu01_01_wrap > .org .depth2 > li > ul::before {
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    width: 1px;
    height: 100%;
    top: -15%;
    left: 50%;
    transform: translateY(15%);
}
#menu01_01_wrap > .org .depth2 > li > ul > li > p{
    position: absolute;
    background-color:#ffffff ;
    /* z-index: 1; */
}
#menu01_01_wrap > .org .depth2 > .line {
    width: 83%;
    height: 1px;
    background-color:#ffffff ;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#menu01_01_wrap > .org .depth2 > li {
    position: relative;
    padding-top: 5%;

}
#menu01_01_wrap > .org .depth2 > li::before {
    content: "";
    display: block;
    background-color: #ffffff;
    position: absolute;
    width: 1px;
    top: 0;
    height: 24%;
    left: 50%;
    transform: translateX(-50%);

}
#menu01_01_wrap > .org .depth2 > li::after {
    content: "";
    display: block;
    background-color:#ffffff ;
    position: absolute;
    width: 7px;
    aspect-ratio: 1/1;
    border-radius: 12px;
    top: -2.5px;
    left: 50%;
    transform: translateX(-50%);
}
#menu01_01_wrap > .org .depth2 > li > P {
    background-color:#575FFF ;
    position: relative;
}

.menu_desc {
    width: 100%;
    position: relative;
    margin: 54px 0;
    padding: 0 16%;
}
.menu_desc > p{
    font-size: 3rem !important;
}
#menu01_02_wrap > .content1 {
    width: 100vw;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 10%;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu01_02_wrap span {
    color: #404497;
}
#menu01_02_wrap p {
    margin-bottom: 28px;
}
#menu01_02_wrap > .content1 > .ceoImg {
    width: 40%;
    height: 765px;
}
#menu01_02_wrap > .content1 > .ceoImg > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu01_02_wrap > .content1 > .inner {
    width: 60%;
    padding-left: 40px;
}
#menu01_02_wrap .com_name {
    margin-bottom: 1vh;
}
#menu01_02_wrap h4 {
    font-size: 4rem;
    font-weight: 700;
}
#menu01_03_wrap>.content {
    width: 1100px;
    height: 1663px;
    margin: 0 auto;
}
#menu01_03_wrap .history_wrap {
    position: relative;
    height: 1430px;
    top: -70px;
}

#menu01_03_wrap .history_wrap>.years {
    text-align: center;
    background-color: #404497;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 70px;
    position: relative;
}

#menu01_03_wrap .history_wrap>.years>h3 {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
}

#menu01_03_wrap .history_wrap>ul:before ,
#menu01_03_wrap .m_history_wrap>ul:before{
    content: " ";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    padding: 20px 0;
    width: 3px;
    height: 100%;
    background-color: #eee;
}
#menu01_03_wrap .history_wrap>ul>li>h4,
#menu01_03_wrap .m_history_wrap>ul>li>h4 {
    margin-bottom: 2%;
    font-size: 3rem;
    font-weight: 700;
    color: #404497;
}
#menu01_03_wrap .history_wrap>ul>li p {
    font-size: 1.8rem;
    color: #666666;
}
#menu01_03_wrap .history_wrap>ul>li img {
    margin-top: 2%;
}
#menu01_03_wrap .history_wrap>ul>li strong {
    padding-right: 12px;
    color: #212121;
}
#menu01_03_wrap .history_wrap>ul>li {
    position: absolute;
    width: 550px;
}
#menu01_03_wrap .history_wrap>ul>li:nth-child(odd) {
    left: 5px;
    text-align: right;
    padding-right: 91px;
    background: url(../img/history_odd.png) 100% 15px no-repeat;
}
#menu01_03_wrap .history_wrap>ul>li:nth-child(even) {
    right: 5px;
    text-align: left;
    padding-left: 91px;
    background: url(../img/history_even.png)  0 15px no-repeat;
}
#menu01_03_wrap .history_wrap>ul>li:last-child {
    right: 20px;
    background: url(../img/history_even1.png)  0 0 no-repeat;
}

#menu01_04_wrap {
    width: 100vw;
}

#menu01_04_wrap > .content1,
#menu01_04_wrap > .content2  {
    margin-top: 40px;
}
#menu01_04_wrap > .content1 > .title1,
#menu01_04_wrap > .content2 > .title2 {
    width: 64vw;
    margin: 0 auto;
}
#menu01_04_wrap > .content1 > .title1 > h3 ,
#menu01_04_wrap > .content2 > .title2 > h3{
    color: #404497;
    font-size: 2.5rem;
    font-weight: 700;
}
#menu01_04_wrap > .content1 > .title1 > p ,
#menu01_04_wrap > .content2 > .title2 > p{
    font-size: 3.5rem;
    font-weight: 700;
    margin: 1% 0 6% 0;
    word-break: keep-all;
}
#menu01_04_wrap hr {
    margin-top: 50px;
}
#menu01_04_wrap > .content1 {
    height: 880px;
}
#menu01_04_wrap .circle_wrap {
    width: 930px;
    height: 500px;
    margin: 0 auto;
}
#menu01_04_wrap .circle_group {
    height: 320px;
}
#menu01_04_wrap .circle_group > ul {
    position: relative;
}
#menu01_04_wrap .circle_group li {
    width: 320px;
    height: 320px;
    position: absolute;
}
#menu01_04_wrap .circle_group li h4 {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    font-size:2.5rem;
}
#menu01_04_wrap .circle_group li > div {
    position: relative;
    width: 320px;
    height: 320px;
}
#menu01_04_wrap .circle_group li > div > div {
    position: absolute;
    width: 320px;
    height: 160px;
}
/* 커버 */
#menu01_04_wrap .circle_group li > div > .rotate {
    width: 324px;
    height: 164px;
}
#menu01_04_wrap .circle_group li .top{
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
    padding-top:16px;
    padding-left:16px;
    padding-right:16px;
    position: absolute;
    top: 0;
}
#menu01_04_wrap .circle_group li > div > .rotate_top {
    top: -1px;
    left: -2px;
}
#menu01_04_wrap .circle_group li .top{
    border-top-left-radius: 162px;
    border-top-right-radius: 162px;
    padding-top:16px;
    padding-left:16px;
    padding-right:16px;
    position: absolute;
    top: 0;
}
#menu01_04_wrap .circle_group li .bottom{
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;

    padding-bottom:16px;
    padding-left:16px;
    padding-right:16px;

    position: absolute;
    top: 50%;
}

#menu01_04_wrap .circle_group li .circle .inner {
    width:100%;
    height:100%;
    text-align:center;
    background: white;
    overflow:hidden;
}

#menu01_04_wrap .circle_group li .top > .inner{
    border-top-left-radius: 160px;
    border-top-right-radius: 160px;
}
#menu01_04_wrap .circle_group li .top > .rotate > .inner{
    border-top-left-radius: 162px;
    border-top-right-radius: 162px;
}
#menu01_04_wrap .circle_group li .bottom > .inner {
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
}

#menu01_04_wrap .circle_group .circle1 {
    left: 0;
}
#menu01_04_wrap .circle_group .circle2 {
    left: 304px;
}
#menu01_04_wrap .circle_group .circle3 {
    left: 608px;
}
#menu01_04_wrap .circle_group .circle1 .bottom1,
#menu01_04_wrap .circle_group .circle2 .top1,
#menu01_04_wrap .circle_group .circle3 .bottom1 {
    background: #C3C3C3;
}
#menu01_04_wrap .circle_group .circle1 .top1 {
    background: linear-gradient(90deg, rgba(64,68,151,1) 0%, rgba(64,68,151,0.7875525210084033) 100%);
}
#menu01_04_wrap .circle_group .circle2 .bottom1 {
    background: linear-gradient(90deg, rgba(64,68,151,0.7875525210084033) 0%, rgba(64,68,151,0.5746673669467788) 100%);
}
#menu01_04_wrap .circle_group .circle3 .top1 {
    background: linear-gradient(90deg, rgba(64,68,151,0.5746673669467788) 0%, rgba(64,68,151,0.26934523809523814) 100%);
}

#menu01_04_wrap .circle_group .rotate {
    background: #ffffff;
}
#menu01_04_wrap .circle1 .top1 {
    z-index: 1;
}
#menu01_04_wrap .circle1 .top2 {
    z-index: 2;
}
#menu01_04_wrap .circle1 .bottom1 {
    z-index: 2;
}
#menu01_04_wrap .circle1 .bottom2 {
    z-index: 3;
}
#menu01_04_wrap .circle2 .top1 {
    z-index: 4;
}
#menu01_04_wrap .circle2 .top2 {
    z-index: 5;
}

#menu01_04_wrap .circle3 .bottom1 {
    z-index: 6;
}
#menu01_04_wrap .circle3 .bottom2 {
    z-index: 7;
}

#menu01_04_wrap .rotate_bottom {
    transform-origin: top;
    transition-timing-function: linear;
}
#menu01_04_wrap .rotate_top {
    transition-timing-function: linear;
    transform-origin: bottom;
}

#menu01_04_wrap .content1 .line_group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu01_04_wrap .content1 .line {
    width: 1px;
    margin: 20px 0 35px 0;
    background-color: #c3c3c3;
}
#menu01_04_wrap .content1 .line_group strong {
    color: #404497;
}
#menu01_04_wrap .content1 .pc .line_group h4 {
    opacity: 0;
    font-size: 3rem;
}
@keyframes circleTopRotate {
    100% {
        transform: rotate(180deg);
    }
}
@keyframes circleBottomRotate {
    100% {
        transform: rotate(-180deg);
    }
}
@keyframes line_height {
    0% {
        height: 0;
    }
    100% {
        height: 123px;
    }
}

#menu01_04_wrap > .content2 {
    width: 100%;
    height: 724px;
    position: relative;
}
#menu01_04_wrap > .content2 > .bg {
    width: 100%;
    height: 25%;
    background-color: #575FFF0D;
    position: absolute;
}
#menu01_04_wrap > .content2 > .title2 {
    padding-top: 3%;
}
#menu01_04_wrap > .content2 > .title2 > p {
    margin: 1% 0 6% 0;
}
#menu01_04_wrap > .content2 > .txt_cont {
    width: 64vw;
    height: 60%;
    margin: 0 auto;
    display: flex;
    /* margin-top: 6%; */
}
#menu01_04_wrap > .content2 > .txt_cont > .left,
#menu01_04_wrap > .content2 > .txt_cont > .right {
    width: 50%;
    word-break: keep-all;
    color: #C3C3C3;
}
#menu01_04_wrap > .content2 > .txt_cont .tit {
    height: 15%;
    display: flex;
    border-bottom: 4px solid #D9D9D9;
}
#menu01_04_wrap > .content2 > .txt_cont h4 {
    font-size: 3.2rem;
    font-weight: 700;
}
#menu01_04_wrap > .content2 > .txt_cont h6,
#menu01_04_wrap > .content2 > .txt_cont p {
    font-size: 2.6rem;
    margin-bottom:2%;
}
#menu01_04_wrap > .content2 > .txt_cont h6 {
    font-weight: 600;
}
#menu01_04_wrap > .content2 > .txt_cont p {
    font-size: 2.0rem;
    font-weight: 500;
}

#menu01_04_wrap > .content2 > .txt_cont h6:first-child {
    margin-top: 4%;
}
/* ative */
#menu01_04_wrap > .content2 > .txt_cont .active .tit {
    color: #404497;
    position: relative;
}
#menu01_04_wrap > .content2 > .txt_cont .active .tit::after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background-color: #404497;
    position: absolute;
    bottom: -4px;
}
#menu01_04_wrap > .content2 > .txt_cont .active .tit .dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #404497;
    margin-left: 12px;
}
#menu01_04_wrap > .content2 > .txt_cont .active h6 {
    color: #000000;
}
#menu01_04_wrap > .content2 > .txt_cont .active p {
    color: #666666;
}
#menu01_04_wrap > .content2 > .txt_cont > .toggle:hover {
    cursor: pointer;
}

/* 11-21 */

.cont1 {
    margin: 4% 0;
    margin-right: 30%;
}

#menu01_05_wrap a {
    color: #000000;
}
#menu01_05_wrap > .btn_group {
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
}
#menu01_05_wrap > .btn_group > button {
    width: 184px;
    height: 56px;
    border: 1px solid #C3C3C3;
    background-color: #F9F9F9;
    font-weight: 600;
}
#menu01_05_wrap > .btn_group > .active {
    background-color: #404497;
    border: none;
    color: #ffffff;
}
#menu01_05_wrap > .btn_group > button:first-child {
    margin-right: 5px;
}
#menu01_05_wrap > .content {
    width:64vw;
    margin: 0 auto;
}
#menu01_05_wrap > .content > ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
#menu01_05_wrap > .content > ul > li {
    width: 25%;
    height: 360px;
    padding: 0 2%;
    margin-top: 4%;
}
#menu01_05_wrap > .content > ul > li > .img {
    width: 100%;
    height: 80%;
    border: 1px solid #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu01_05_wrap > .content > ul > li > .img > img {
    width: 90%;
    height: 94%;
    object-fit: cover;
}
#menu01_05_wrap > .content > ul > li > p {
    color: #666666;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding-top: 3%;
}

/* 메뉴 설명 공통 스타일 */
#menu01_05_wrap .menu_desc {
  text-align: center;
  margin: 60px auto 40px;
}

#menu01_05_wrap .menu_desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  letter-spacing: -0.02em;
}

#menu01_05_wrap .menu_desc span {
  display: inline-block;
  font-weight: 700;
  color: #1b4fd8; /* 포인트 컬러 */
}

#menu01_06_wrap > .content1 {
    width: 80vw;
    margin: 0 auto;
}
#menu01_06_wrap > .content1 > ul {
    margin-top: 10vh;
}
#menu01_06_wrap > .content1 > ul > li {
    width: 100%;
    height: 500px;
    border-bottom: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
}
#menu01_06_wrap > .content1 > ul > li > .inner {
    width: 100%;
    display: flex;
    height: 74%;
    justify-content: center;
}
#menu01_06_wrap > .content1 > ul > li > .inner > .img {
    width: 36%;
    height: 100%;
}
#menu01_06_wrap > .content1 > ul > li > .inner > .img > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#menu01_06_wrap > .content1 > ul > li > .inner .txt_wrap {
    width: 60%;
    height: 100%;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#menu01_06_wrap > .content1 > ul > li > .inner .txt_wrap > h1 {
    margin-bottom: 3%;
    font-size: 3rem;
    font-weight: 700;
    color: #212121;
    word-break: keep-all;
}
#menu01_06_wrap > .content1 > ul > li > .inner .txt_wrap > p {
    font-size: 1.8rem;
    color: #666666;
    font-weight: 500;
}
/* 이미지 사이즈 큰 요소 css */
#menu01_06_wrap > .content1 > ul > .large {
    height: 700px;
}
#menu01_06_wrap .large .inner {
    height: 82% !important;
}
#menu01_06_wrap .large .inner .txt_wrap_l {
    display: flex !important;
    flex-direction: column !important;
    width: 60%;
    justify-content: center !important;
}
#menu01_06_wrap .large .inner .txt_wrap {
    width: 100% !important;
    height: 40% ;
}

#menu01_05_wrap > .btn_group {
    display: flex;
    justify-content: center;
}
#menu01_05_wrap > .btn_group > button {
    width: 184px;
    height: 56px;
    border: 1px solid #C3C3C3;
    background-color: #F9F9F9;
}

#menu01_05_wrap > .list_wrap {
    width: 70%;
    margin: 50px auto;
}
#menu01_05_wrap > .list_wrap > .search_gruop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}
#menu01_05_wrap > .list_wrap > .search_gruop .total {
    text-transform: uppercase
}
#menu01_05_wrap > .list_wrap > .search_gruop > .search_btn {
    display: flex;
}
#menu01_05_wrap > .list_wrap > .search_gruop .icon {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #666666;
}
#menu01_05_wrap > .list_wrap > .search_gruop .icon i {
    font-size: 23px;
    color: #ffffff;
}
#menu01_05_wrap > .list_wrap > .search_gruop > button {
    width: 40px;
    height: 40px;
    color: #ffffff;
    background-color: #666666;
    border: none;
}
#menu01_05_wrap > .list_wrap > table {
    width: 100%;
}
#menu01_05_wrap > .list_wrap > table > thead {
    height: 50px;
    border: 2px 0px 1px 0px;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #666666;
    text-align: center;
}
#menu01_05_wrap > .list_wrap > table > thead th {
    color: #212121;
    font-weight: 500;
}
#menu01_05_wrap > .list_wrap > table > tbody tr {
    height: 50px;
    border-bottom: 1px solid #C3C3C3;
}
#menu01_05_wrap .pagenav {
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu01_05_wrap .pagenav .page_num {
    display: flex;
}
#menu01_05_wrap .pagenav .page_num li {
    width: 50px;
    height: 50px;
    border: 1px solid #CCCCCC;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu01_05_wrap .pagenav .page_num .active {
    color: #ffffff;
    background-color: #333333;
}
@media all and (max-width: 1200px){
    #menu01_05_wrap > .list_wrap {
        width: 820px;
        transition: all 1s;
    }
}

#menu01_07_wrap > .content1 {
    width: 80vw;
    margin: 0 auto;
}
#menu01_07_wrap > .content1 > ul {
    margin-top: 10vh;
}
#menu01_07_wrap > .content1 > ul > li {
    width: 100%;
    height: 54vh;
    border-bottom: 1px solid #C3C3C3;
    display: flex;
    align-items: center;
}
#menu01_07_wrap > .content1 > ul > li > .inner {
    width: 100%;
    display: flex;
    height: 74%;
    justify-content: center;
}
#menu01_07_wrap > .content1 > ul > li > .inner > .img {
    width: 36%;
    height: 100%;
}
#menu01_07_wrap > .content1 > ul > li > .inner > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu01_07_wrap > .content1 > ul > li > .inner .txt_wrap {
    width: 60%;
    height: 100%;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#menu01_07_wrap > .content1 > ul > li > .inner .txt_wrap > h1 {
    margin-bottom: 3%;
    font-size: 3rem;
    font-weight: 700;
    color: #212121;
}
#menu01_07_wrap > .content1 > ul > li > .inner .txt_wrap > p {
    font-size: 1.8rem;
    color: #666666;
    font-weight: 500;
}
/* 이미지 사이즈 큰 요소 css */
#menu01_07_wrap .large {
    height: 82vh !important;
}
#menu01_07_wrap .large .inner {
    height: 82% !important;
}
#menu01_07_wrap .large .inner .txt_wrap_l {
    display: flex !important;
    flex-direction: column !important;
    width: 60% !important;
    justify-content: center !important;
}
#menu01_07_wrap .large .inner .txt_wrap {
    width: 100% !important;
    height: 40% !important;

}
#menu01_08_wrap > .content1 {
    width: 80vw;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
#menu01_08_wrap > .content1 > #map {
    position: absolute;
    width: 100%;
    height: 85%;
    margin-bottom: 2%;
}
#menu01_08_wrap > .content1 > .info {
    position: absolute;
    background-color: #ffffff;
    width: 90%;
    height: 32%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 90;
}
#menu01_08_wrap > .content1 > .info > ul {
    height: 100%;
    display: flex;
    justify-content: center;
}
#menu01_08_wrap > .content1 > .info > ul > li {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
#menu01_08_wrap > .content1 > .info > ul > li > .txt_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu01_08_wrap > .content1 > .info > ul > li > .txt_inner > h1 {
    font-size: 2.1rem;
    font-weight: 600;
    margin-top: 15%;
}
#menu01_08_wrap > .content1 > .info > ul > li > p {
    font-size: 1.7rem;
    font-weight: 400;
    color: #666666;
    margin-top: 5%;
    text-align: center;
    word-break: keep-all;
}
#menu01_08_wrap > .content1 > .info > ul > li:before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #D9D9D9;
    position: absolute;
    right: 0;
}
#menu01_08_wrap > .content1 > .info > ul > li:last-child::before {
    content: none;
}
#menu01_08_wrap > .content2 {
    width: 80vw;
    height: 600px;
    margin: 0 auto;
}
#menu01_08_wrap > .content2 > .wrap {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
}
#menu01_08_wrap > .content2 > .wrap:first-child {
    border-bottom:1px solid #D9D9D9 ;
}
#menu01_08_wrap > .content2 > .wrap > .inner {
    width: 100%;
    height: 20%;
    display: flex;
}
#menu01_08_wrap > .content2 > .wrap > .bus_inner {
    height: 50%;
}
#menu01_08_wrap > .content2 > .wrap > .inner > .txt_inner {
    width: 25%;
    height: 19%;
    display: flex;
    color: #212121;
    align-items: center;
}
#menu01_08_wrap > .content2 .inner > .txt_inner > i {
    font-size: 4rem;
}
#menu01_08_wrap > .content2 .inner > .txt_inner > h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-left: 3%;
}
#menu01_08_wrap > .content2 .inner > ul {
    width: 75%;
}
#menu01_08_wrap > .content2 .inner > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
}
#menu01_08_wrap > .content2 .inner > ul > li > div {
    display: flex;
    align-items: center;
    width: 23%;
}
#menu01_08_wrap > .content2 .inner > ul > li > div > .cir_num {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin-right: 15px;
}
#menu01_08_wrap > .content2 .inner > ul > li > div >  h2 {
    font-size: 2rem;
}
#menu01_08_wrap > .content2 .inner > ul > li > p {
        font-size: 1.8rem;
        color: #666666;
}
#menu01_08_wrap > .content2 .inner > ul > li:nth-child(2) {
    margin: 10px 0;
}
#menu01_08_wrap > .content2 .inner > .bus > li > div > .cir_num {
    width: 60px;
    height: 30px;
    border-radius: 20px;
}
#menu01_08_wrap > .content2 .inner > .bus > li > div {
    width: auto;
}
#menu01_08_wrap > .content2 .inner > .bus > li:first-child {
    font-size: 2rem;
    font-weight: 600;
}
#menu01_08_wrap > .content2 .inner > .bus > li:nth-child(3) {
    margin: 10px 0;
}

/* ===============================
   about5 전용 정렬 보정
   =============================== */

#menu01_05_wrap .menu_desc {
  margin: 40px auto 32px !important;
  padding: 0 16px !important;
  text-align: center;
}

#menu01_05_wrap .menu_desc p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.02em;
}

#menu01_05_wrap .menu_desc span {
  font-weight: 700;
  color: #404497;
}

/* ===== about01.css ===== */

/* ===== about02.css ===== */

/* ===== about03.css ===== */

#menu01_03_wrap .history_wrap {
    position: relative;
    height: 1430px;
    margin-top: 120px;
}

/* ===== about04.css ===== */

/* 커버 */

@keyframes circleTopRotate {
    100% {
        transform: rotate(180deg);
    }
}
@keyframes circleBottomRotate {
    100% {
        transform: rotate(-180deg);
    }
}
@keyframes line_height {
    0% {
        height: 0;
    }
    100% {
        height: 123px;
    }
}

#menu01_08_wrap > .content2 .inner > ul > li > div > .cir_num {
    width: 28px;
    height: 28px;
    border-radius: 14px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
    margin-right: 15px;
}

#menu01_08_wrap > .content2 .inner > .bus > li > div > .cir_num {
    width: 68px;
    height: 35px;
    border-radius: 19px;
}

/* ===== buz_area_common.css ===== */

#project {
    height:700px;
    position: relative;
    margin-bottom: 90px;
}
#project > .bg {
    position: absolute;
    width: 100%;
    height: 76%;
    background-color: #575FFF;
    top: 0;
    overflow: hidden;
}
#project > .bg > .sub_title {
    position: absolute;
    color: #ffffff;
    font-size: 3rem;
    top: 17%;
    left: 8%;
    transform: translate(-8% ,-17%);
}
#project > .bg > h1 {
    position: absolute;
    font-weight: 800;
    font-size: 13rem;
    bottom: -10%;
    color: #676fff;
}
#project > .bg > .cir1 {
    width: 25%;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -6%;
    top: -26%;
}
#project > .bg > .cir2 {
    position: absolute;
    width: 45%;
    height: 100%;
    top: -24%;
    right: -4%;
}
#project > .bg > .cir2 > div {
    position: absolute;
    width: 57%;
    aspect-ratio: 1/1;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
#project > .bg > .cir2 > div:last-child {
    right: 0;
}
#project > .wrap {
    width:79%;
    height: 80%;
    position: absolute;
    top: 30%;
    right: 0;
    transform: translateY(-30%);
}
.menu02 .slider {
    position:relative;
}

.menu02 .slider .slick-list {
    margin:0 -84px;
}

.menu02 .slick-slide {
    margin:0 20px;
}

.menu02 .item {
    width:20vw;
    height:580px;
    transition: width 0.3s;
}
.menu02  .wide_item {
    width: 37vw;
}
/* #menu02_01_wrap .item:hover {
    width: 600px;
} */
.menu02 .back {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 6.169336318969727px 11.567505836486816px 20.821510314941406px 0px #0000001A;
    position: absolute;
    height: 90%;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-92%);
    transition: all 0.5s;
    display: flex;
    justify-content: center;
}
.menu02 .back:hover {
    top:0;
    transform: translateY(0);
}
.menu02 .back-con {
    position:relative;
    width:100%;
    height:100%;
    transition: all 0.6s;
}
/* 안의 내용 */
.menu02 .slider .tit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu02 .slider .tit > .img {
    height: 36%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .menu02 .slider .tit > .img > img {
    height: 100%;
    aspect-ratio: 1/1;
} */
.menu02 .slider .tit > h1 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 24px 0;
}
.menu02 .slider .tit > i {
    font-size: 4rem;
    color: #666666;
}
.menu02 .slider .desc {
    position: relative;
}
.menu02 .slider .desc > .close_btn {
    position: absolute;
    font-size: 4rem;
    right: 5%;
    top: 5%;
    color: #d9d9d9;
    border: none;
    background:none;
    z-index: 99;
}
.menu02 .slider .desc > .inner{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu02 .slider .desc > .inner > .img {
    width: 30%;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: flex;
    /* border-radius: 50%; */
    /* overflow: hidden; */
    align-items: center;
    justify-content: center;
}
.menu02 .slider .desc > .inner > .img > img {
    /* width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%; */
    object-fit: cover;
}
.menu02 .slider .desc > .inner > .txt_cont {
    width: 63%;
    padding-left: 5%;
}
.menu02 .slider .desc > .inner > .txt_cont > h1 {
    font-size: 3rem;
    font-weight: 700;
}
.menu02 .slider .desc > .inner > .txt_cont > .sub_tit {
    font-size: 2rem;
    font-weight: 600;
    margin: 5% 0;
}
.menu02 .slider .desc > .inner > .txt_cont > p:last-child {
    font-size: 2rem;
    word-break: keep-all;
}
.slick-dots {
    bottom: -13%;
    left: 35%;
    transform: translateX(-35%);
}
.slick-dots li button:before {
    border-radius: 50%;
    background-color: #c3c3c3;
}
/* */
.menu02 .desc {
    display: none;
    opacity: 0;
}
.menu02 .wide_item .tit {
    display: none;
}
.menu02 .wide_item .desc {
    width: 100%;
    display: block;
    animation: opc 2.3s forwards;
}
#download  {
    width: 100vw;
    height: 200px;
    margin-top: 54px;
    display: flex;
    justify-content: center;
}
#download > table {
    width: 80%;
    border-top: 2px solid;
}
#download > table > tbody > tr {
    border-bottom: 1px solid #C3C3C3;
}
#download > table > tbody > tr > td:nth-child(even){
    border-left: 1px solid #C3C3C3;
}
#download > table > tbody > tr > td:nth-child(odd){
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
#download > table > tbody > tr > td:nth-child(2){
    border-right: 1px solid #c3c3c3;
}
#download > table button {
    width: 41%;
    height: 30px;
    margin-left: 5%;
    border: 1px solid #404497;
    background-color: #ffffff;
    font-size: 1.4rem;
    color: #404497;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
#download > table button i {
    font-size: 2rem;
    margin-left: 4%;
}
#download > table > caption {
    caption-side: top;
    font-size: 2.4rem;
    font-weight: 700;
    color: #212121;
}
#buz_news {
    width: 100vw;
    height: 484px;
    margin-top: 54px;
    background-color: #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}
#buz_news > .wrap {
    width: 80%;
    height: 72%;
    display: flex;
    flex-direction: row;
}
#buz_news > .wrap > h1 {
    width: 12%;
}
#buz_news > .wrap > ul {
    width: 88%;
    display: flex;
    justify-content: space-between;
}
#buz_news > .wrap > ul > li {
    width: 33%;
    height: 100%;
    padding: 0 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#buz_news > .wrap > ul > li > .img {
    width: 100%;
    height: 65%;
}
#buz_news > .wrap > ul > li > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#buz_news > .wrap > ul > li > h3 {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
}
#buz_news > .wrap > ul > li > p {
    display: flex;
    align-items: flex-end;
    font-size: 1.8rem;
}
#contact {
    width: 100vw;
    padding-top: 54px;
    /* height: 355px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* border-top: 1px solid #c3c3c3; */
}
#contact > table {
    width: 80%;
    height: 70%;
    font-size: 2rem;
    text-align: center;
    border-top: 2px solid #212121;
}
#contact > table > thead {
    height:40px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #c3c3c3;
}
/* #contact > table > tbody {
    color: #666666;
    -webkit-text-fill-color:#666666; */
}
#contact > table > tbody > tr {
    border-bottom: 1px solid #c3c3c3;
    height: 40px;
    text-transform: uppercase;
}
#contact > table > thead > tr > th:nth-child(2),
#contact > table > tbody > tr > td:nth-child(2) {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}
#contact > .sub_title {
    height: 90px;
    position: relative;
}
#contact > .sub_title::before {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: #212121;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ===== buz_area01.css ===== */

.menu02 .wide_item {
    width: 38vw;
}
#menu02_01_wrap > .si_cont1 {
    height:700px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap {
    width: 80vw;
    height: 80%;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap >ul {
    height: 100%;
    display: flex;
    justify-content: center;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap >ul > li {
    width: 33%;
    height: 100%;
}

/* 원형 */
#menu02_01_wrap > .si_cont1 > .diag_wrap .circle_wrap {
    height: 40%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .circle_wrap > .circle {
    /* width: 50%; */
    aspect-ratio: 1 / 1;
    height: 100%;
    border: 1px solid #D9D9D9;
    background-color: #FAFAFA;
    position: absolute;
    border-radius: 50%;
    z-index: 10;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .circle_wrap h3 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 2.1rem;
    text-align: center;
    line-height: 2.7rem;
    font-weight: 600;
    color: #404497;
    z-index: 11;
}
/* 사각형 */
#menu02_01_wrap > .si_cont1 >.diag_wrap .square{
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .square .line {
    /* height: 25%; */
    width: 1px;
    background-color: #D9D9D9;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .square .square_wrap {
    border: 1px solid #D9D9D9;
    width: 95%;
    height: 75%;
    opacity: 0;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .square h3,
#menu02_01_wrap > .si_cont1 > .diag_wrap .square p {
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu02_01_wrap >.si_cont1 > .diag_wrap .square h3 {
    height: 30%;
    margin: 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 2rem;
    color:#404497;
    font-weight: 600;
}
#menu02_01_wrap > .si_cont1 > .diag_wrap .square p {
    margin: 0;
    height: 70%;
    margin: 0 5px;
    color: #666666;
    font-size: 1.7rem;
    text-align: center;
    word-break: keep-all;
}
/* line */
#menu02_01_wrap .si_cont1 .cir2 > .line_wrap {
    width: 53%;
    height: 8%;
    position: absolute;
    align-items: center;
}
#menu02_01_wrap .si_cont1 .cir2 > .line_L_wrap {
    left: -26%;
    display: flex;
}
#menu02_01_wrap .si_cont1 .cir2 > .line_R_wrap {
    right: -26%;
    display: flex;
}
#menu02_01_wrap .si_cont1 .cir2 .dot {
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    left: 47%;
    opacity: 0;
}
#menu02_01_wrap .si_cont1 .cir1,
#menu02_01_wrap .si_cont1 .cir2 > .circle,
#menu02_01_wrap .si_cont1 .cir3 {
    opacity: 0;
}
#menu02_01_wrap .si_cont1 .cir2 .line{
    /* width: 50%; */
    position: absolute;
    height: 2px;
    background-color: #D9D9D9;
}
#menu02_01_wrap .si_cont1 .cir2 .line_L_wrap .line1 {
    position: absolute;
    left: 50%;
}
#menu02_01_wrap .si_cont1 .cir2 .line_L_wrap .line2 {
    position: absolute;
    left: 100%;
}
#menu02_01_wrap .si_cont1 .cir2 .line_R_wrap .line2 {
    left: 50%;
}
#menu02_01_wrap > .si_cont2 {
    width: 100vw;
    height: 560px;
    margin: 54px 0 36px 0;
}
#menu02_01_wrap > .si_cont2 > .inner {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#menu02_01_wrap > .si_cont2 > .inner > h2 {
    padding-bottom: 3%;
}
#menu02_01_wrap > .si_cont2 > .inner > .group {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul {
    display: flex;
    padding: 30px 0;
    font-size: 15px;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul > li {
    height: 70%;
    width: 20%;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul > li > ul > li {
    font-size: 1.5rem;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul > li > ul > li::before {
    content: "ㆍ";
    color: #666666;
    margin-right: 10px;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul > li:first-child{
    width: 210px;
    padding-left: 20px;
    display: flex;
    font-size: 20px;
    font-weight: 600;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul > li > ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    line-height: 30px;
    color: #666666;
}
#menu02_01_wrap > .si_cont2 > .inner > .group > ul:nth-child(2){
    border-top: 2px #D9D9D9 dotted;
    border-bottom:2px #D9D9D9 dotted;
}
#menu02_01_wrap > .si_cont2 .cir_number {
    background-color: #000000;
    color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 8px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 28px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes lineRight {
    0% {
        width: 0;
    }
    100% {
        width: 53%;
    }
}
@keyframes line1Left {
    0% {
        width: 0;
    }
    100% {
        left:50%;
        width: 53%;
    }
}
@keyframes line2Left {
    0% {
        width: 0;
    }
    100% {
        left:0;
        width: 53%;
    }
}
@keyframes line3 {
    0% {
        height: 0;
    }
    100% {
        height: 25%;
    }
}

/* ===== buz_area02.css ===== */

#menu02_02_wrap {
    width: 100%;
}
#menu02_02_wrap > .sm_cont1 {
    width: 100vw;
    height: 540px;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#menu02_02_wrap > .sm_cont1 > .sub_title {
    width: 80%;
    margin-bottom: 2%;
}
#menu02_02_wrap > .sm_cont1 > ul {
    width: 80%;
    height: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
#menu02_02_wrap > .sm_cont1 > ul > li {
    width: 33%;
    border-bottom:1px solid #D9D9D9;;
    border-right:1px solid #D9D9D9;;
}
#menu02_02_wrap > .sm_cont1 h3 {
    font-size: 2.1rem;
    font-weight: 700;
    color: #404497;
    height: 45%;
}
#menu02_02_wrap > .sm_cont1 p {
    font-size: 1.5rem;
    margin-top: 1%;
    height: 55%;
}
#menu02_02_wrap > .sm_cont1 > ul > li > div{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#menu02_02_wrap > .sm_cont1 > ul > li > div > img {
    margin-right: 20px;
}
#menu02_02_wrap > .sm_cont1 > ul > li > div > div {
    display: flex;
    height: 38%;
    flex-direction: column;
    justify-content: flex-start;
}

/* ===== buz_area03.css ===== */

#menu02_03_wrap {
    width: 100%;
}
#menu02_03_wrap > .title_wrap {
    width: 60%;
    margin: 0 auto;
}

#menu02_03_wrap > .tos_cont1 {
    width: 100%;
    height:800px;
    position: relative;
}
#menu02_03_wrap > .tos_cont1 > h3 {
    height: 60px;
    width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-53%);
    z-index: 1;
    background-color: #404497;
    color: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
#menu02_03_wrap .txt_wrap {
    background-color: #ffffff;
    width: 70%;
    height: 50%;
    /* bottom: 0; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 8px 15px 27px 0px #0000000D;
}
#menu02_03_wrap .txt_wrap > .inner {
    width: 95%;
    height: 72%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-70%);
}
#menu02_03_wrap .txt_wrap > .inner > ul {
    display: flex;
    height: 100%;
    align-items: stretch;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li > div{
    height:40px;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li > div > .cir_number {
    background-color: #000000;
    height: 68%;
    aspect-ratio: 1/1;
    border-radius: 100%;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li > ul {
    height: 70%;
    padding: 10px 20px 0 60px;
    font-size: 17px;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li > ul > li {
    /* margin: 0 20px; */
    text-indent: -25px;
    line-height: 28px;
    word-break: keep-all;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li > ul > li::before {
    content: "ㆍ";
    margin-right: 10px;
}
#menu02_03_wrap .txt_wrap > .inner > ul > li:nth-child(2) > ul {
    border-left: #C3C3C3 1px solid;
    border-right: #C3C3C3 1px solid;
}
#menu02_03_wrap > .tos_cont1> .img {
    position: absolute;
    width: 70%;
    height: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#menu02_03_wrap > .tos_cont1> .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu02_03_wrap >.img> img:hover {
    transform: scale(1.2);
}
#contact {
    border: none;
    margin-top: 7%;
}

/* ===== buz_area04.css ===== */

#menu02_04_wrap > .sf_cont1 {
    width: 100vw;
    height: 1260px;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#menu02_04_wrap > .sf_cont1 > .wrap {
    width: 80%;
    height: 40%;
}
#menu02_04_wrap > .sf_cont1 > .wrap:last-child {
    margin-top: 5%;
}
#menu02_04_wrap > .sf_cont1 > .sub_title {
    height: 14%;
    width: 80%;
    display: flex;
    align-items: center;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner > .img {
    width: 54%;
    height: 88%;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner > .img > img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner > .txt_wrap {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner > .txt_wrap h3 {
    font-size: 2.3rem;
    font-weight: 700;
    padding-bottom: 3%;
}
#menu02_04_wrap > .sf_cont1 > .wrap > .inner > .txt_wrap p {
    font-size: 2rem;
    font-weight: 500;
    color: #666666;
    /* word-break: keep-all; */
    border-top: 2px solid #c3c3c3;
    padding-top: 3%;
}
#menu02_04_wrap > .sf_cont2 {
    width: 100vw;
    margin-top: 12vh;
}
#menu02_04_wrap > .sf_cont2 > .title_wrap {
    width: 100vw;
    height: 55px;
    margin-bottom: 36px;
    position: relative;
}
#menu02_04_wrap > .sf_cont2 > .title_wrap > .line {
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
    position: absolute;
    top: 50%;
}
#menu02_04_wrap > .sf_cont2 > .title_wrap > h1 {
    font-size: 3rem;
    font-weight: 700;
    width: 23%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu02_04_wrap > .sf_cont2 > .wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li {
    width: 47%;
    margin-bottom: 6vh;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > .img {
    width: 100%;
    height: 336px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c3c3c3;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > .img > img {
    width: 90%;
    height: 90%;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > h3 {
    margin: 3vh 0 1vh 0;
    font-size: 2.3rem;
    font-weight: 700;
    color: #404497;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > ul  {
    font-size: 1.8rem;
    color: #666666;
    font-weight: 500;
    text-indent: -25px;
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > ul > li {
    margin-left: 25px; /* text-indent와 동일한 크기 */
}
#menu02_04_wrap > .sf_cont2 > .wrap > ul > li > ul > li::before {
    content: "ㆍ";
    margin-right: 10px;
}

/* ===== buz_area05.css ===== */

.menu02 .slider .desc > .inner > .img > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#menu02_05_wrap > #project {
    margin-top: 5%;
}
#menu02_05_wrap > #project > .bg {
    background-color: #CCA470;
}
#menu02_05_wrap > #project > .bg > h1 {
    color: #ffffff62;
}
.menu02 .slider .desc > .inner > .img {
    position: relative;
    width: 40%
}
.menu02 .slider .desc > .inner > .txt_cont {
    width: 45%;
}
.menu02 .slider .desc > .inner {
    justify-content: space-evenly;
}
.menu02 .slider .desc > .inner > .txt_cont {
    padding-left: 3%;
}
.menu02 .slider .desc > .inner > .txt_cont > ul {
    margin-top: 5%;
    font-size: 1.6rem;
    color: #666666;
    font-weight: 500;
    text-indent: -25px;
    word-break: keep-all;
}
.menu02 .slider .desc > .inner > .txt_cont > ul > li {
    margin: 1% 0;
    margin-left: 25px; /* text-indent와 동일한 크기 */
}
.menu02 .slider .desc > .inner > .txt_cont > ul > li::before {
    content: "ㆍ";
    margin-right: 10px;
}
#menu02_05_wrap > #project .cir_wrap {
    position: absolute;
    width: 61%;
    aspect-ratio: 1/1;
    /* height: 65%; */
    bottom: -11%;
    right: -10%;
}
#menu02_05_wrap > #project .cir_wrap > div {
    position: absolute;
    width: 55%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#menu02_05_wrap > #project .cir_wrap > div:nth-child(1) {
    right: 0;
    top: 0;
}
#menu02_05_wrap > #project .cir_wrap > div:nth-child(2) {
    left: 0;
    bottom: 0;
}
#menu02_05_wrap > #project .cir_wrap > div:nth-child(3) {
    bottom: 0;
    right: 0;
}
#menu02_05_wrap > #project .cir_wrap > div> h1 {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 500;
}
#menu02_05_wrap > .fb_cont1 {
    width: 100vw;
    height: 680px;
    padding: 0 6vw;
    display: flex;
    position: relative;
}
#menu02_05_wrap > .fb_cont1 > .bg {
    position: absolute;
    width: 100%;
    height: 76%;
    bottom: 0;
    left: 0;
    background-color: #FAFAFA;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 {
    position: absolute;
    height: 80%;
    width: 52%;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 {
    position: absolute;
    height: 80%;
    right: 0;
    width: 38%;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner {
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner > .img {
    width: 100%;
    height: 100%;
    position: absolute;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner > .img > img{
    width: 100%;
    height: 100%;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner > .fb_desc {
    position: absolute;
    width: 82%;
    height: 30%;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner > .fb_desc > h1 {
    width: 30%;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .inner > .fb_desc > p {
    width: 70%;
    padding: 0 5%;
    font-size: 1.7rem;
    font-weight: 500;
    color: #666666;
    border-left: 1px solid #212121;
}
#menu02_05_wrap > .fb_cont1 > .wrap1 > .active {
    display: block;
    /* opacity: 1; */
    animation: opc 1.4s forwards;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > h3{
    color: #404497;
    font-weight: 700;
    font-size: 3rem;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > h2{
    font-size: 4rem;
    font-weight: 700;
    margin-top: 4%;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process {
    margin-top: 20%;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul {
    display: flex;
    flex-wrap: wrap;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > li {
    display: flex;
    align-items: center;
    width: 50%;
    font-size: 2.2rem;
    font-weight: 600;
    color: #555555;
    margin-bottom: 4%;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > li:hover {
    cursor: pointer;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > li > div {
    width: 50px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
    background-color: #ffffff;
    color: #8E8E8E;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4%;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > li > h1 {
    font-size: 2.2rem;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > .active > div{
    color: #ffffff;
    background-color: #404497;
}
#menu02_05_wrap > .fb_cont1 > .wrap2 > .process > ul > .active {
    color: #404497;
}

/* =====================================================
   menu02_05 - fb_cont2 (부서소개) : refined + responsive
   ===================================================== */

/* layout */
#menu02_05_wrap > .fb_cont2{
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

#menu02_05_wrap > .fb_cont2 > .wrap{
  width: 80%;
  display: flex;
  gap: 40px;
}

#menu02_05_wrap > .fb_cont2 > .wrap > .sub_title{
  width: 12%;
}

#menu02_05_wrap > .fb_cont2 > .wrap > ul{
  width: 80%;
}

/* card */
#menu02_05_wrap > .fb_cont2 > .wrap > ul > li{
    width: 100%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 40px 32px;
    background: #f9f9f9;
}



/* img badge */
#menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .img{
  position: static;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

#menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .img > img{
  width: 52%;
  height: 52%;
  object-fit: contain;
}

/* text */
#menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .list{
  position: static;
  width: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .list > h3{
  font-size: 2.2rem;
  font-weight: 700;
  color: #212121;
  line-height: 1.25;
}

#menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .list > p{
  font-size: 1.7rem;
  margin-top: 8px;
  color: #666666;
  line-height: 1.55;
}


/* =====================================================
   menu02_05 - fb_cont3 (로고 그리드) : border fix + responsive
   ===================================================== */

#menu02_05_wrap > .fb_cont3{
  margin-top: 10vh;
  width: 100vw;
  display: flex;
  justify-content: center;
}

#menu02_05_wrap > .fb_cont3 > .wrap{
  width: 80%;
  display: flex;
  gap: 40px;
}

#menu02_05_wrap > .fb_cont3 > .wrap > .sub_title{
  width: 12%;
}

/* ✅ grid로 고정 + 바깥 테두리 1번만 */
#menu02_05_wrap > .fb_cont3 > .wrap > ul{
  width: 80%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #D9D9D9;
  background: #fff;
}

/* ✅ 셀 테두리(오른쪽/아래)만 사용 */
#menu02_05_wrap > .fb_cont3 > .wrap > ul > li{
  height: 120px;     /* 네모 키우기 */
  padding: 18px;     /* 안쪽 여백 */
  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

/* 마지막 열 right 제거 (오른쪽 삐져나옴 방지) */
#menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-child(4n){
  border-right: 0;
}

/* 마지막 줄 bottom 제거 (아랫줄 이중선/삐져나옴 방지) */
#menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-last-child(-n + 4){
  border-bottom: 0;
}

#menu02_05_wrap > .fb_cont3 > .wrap > ul > li > .img{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu02_05_wrap > .fb_cont3 > .wrap > ul > li > .img > img{
  max-height: 100px;  /* 이 값이 “통일감”의 핵심 */
  max-width: 85%;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===========================
   Responsive - Tablet
=========================== */
@media (max-width: 1024px){
  #menu02_05_wrap > .fb_cont2 > .wrap,
  #menu02_05_wrap > .fb_cont3 > .wrap{
    width: 90%;
    flex-direction: column;
    gap: 18px;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > .sub_title,
  #menu02_05_wrap > .fb_cont3 > .wrap > .sub_title{
    width: 100%;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul,
  #menu02_05_wrap > .fb_cont3 > .wrap > ul{
    width: 100%;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul > li{
    padding: 22px 24px;
  }

  /* 로고: 3열 */
  #menu02_05_wrap > .fb_cont3 > .wrap > ul{
    grid-template-columns: repeat(3, 1fr);
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-child(4n){
    border-right: 1px solid #D9D9D9; /* 4열 규칙 무효화 */
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-child(3n){
    border-right: 0;
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-last-child(-n + 4){
    border-bottom: 1px solid #D9D9D9; /* 4개 규칙 무효화 */
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-last-child(-n + 3){
    border-bottom: 0;
  }
}


/* ===========================
   Responsive - Mobile
=========================== */
@media (max-width: 600px){
  #menu02_05_wrap > .fb_cont2{
    margin-top: 60px;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap,
  #menu02_05_wrap > .fb_cont3 > .wrap{
    width: 92%;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul > li{
    padding: 18px 18px;
    gap: 14px;
    border-radius: 14px;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .img{
    width: 56px;
    height: 56px;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .list > h3{
    font-size: 2.0rem;
  }

  #menu02_05_wrap > .fb_cont2 > .wrap > ul > li > .list > p{
    font-size: 1.6rem;
  }

  /* 로고: 2열 */
  #menu02_05_wrap > .fb_cont3 > .wrap > ul{
    grid-template-columns: repeat(2, 1fr);
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-child(3n){
    border-right: 1px solid #D9D9D9; /* 3열 규칙 무효화 */
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-child(2n){
    border-right: 0;
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-last-child(-n + 3){
    border-bottom: 1px solid #D9D9D9; /* 3개 규칙 무효화 */
  }
  #menu02_05_wrap > .fb_cont3 > .wrap > ul > li:nth-last-child(-n + 2){
    border-bottom: 0;
  }
}








/* ===== buz_area06.css ===== */

#menu02_06_wrap > .fb_cont1 {
    margin-top: 10vh;
}
#menu02_06_wrap > .fb_cont1 > .title_wrap {
    width: 100vw;
    height: 48px;
    position: relative;
    margin-bottom: 40px;
}
#menu02_06_wrap > .fb_cont1 > .title_wrap > .line {
    width: 100%;
    height: 1px;
    background-color: #c3c3c3;
    position: absolute;
    top: 50%;
}
#menu02_06_wrap > .fb_cont1 > .title_wrap > h1 {
    font-size: 3rem;
    font-weight: 700;
    width: 9%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu02_06_wrap > .fb_cont1 > ul {
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu02_06_wrap > .fb_cont1 > ul > li {
    width: 32%;
    margin-bottom:40px;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap {
    width: 100%;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .img_wrap {
    width: 100%;
    height: 290px;
    position: relative;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .img_wrap > .img {
    width: 100%;
    height: 84%;
    position: absolute;
    bottom: 0;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .img_wrap > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .img_wrap > .cir_wrap {
    position: absolute;
    width: 74%;
    height: 38%;
    top: 0;
    right: 0;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .img_wrap > .cir_wrap > .cir {
    /* height: 100%; */
    width: 40%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    position: absolute;
    top:0;
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: 600;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap {
    width: 100%;
    padding: 0 6%;
    margin-top: 8%;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap > h3 {
    font-size: 2.7rem;
    font-weight: 700;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 3%;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap span {
    margin-left: 4%;
    font-size: 2rem;
    color: #404497;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap > ul {
    font-size: 1.7rem;
    margin-top: 4%;
    color: #666666;
    text-indent: -25px;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap > ul > li {
    margin-bottom: 2%;
    margin-left: 25px; /* text-indent와 동일한 크기 */
    word-break: keep-all;
}
#menu02_06_wrap > .fb_cont1 > ul > li > .cont_wrap > .txt_wrap > ul > li::before {
    content: "ㆍ";
    margin-right: 10px;
}

/* ===== cs01.css ===== */

#menu04_01_wrap {
    width: 100%;
}
#menu04_01_wrap > .accordion {
    width: 70vw;
    margin: 65px auto;
    border-top: 1px solid #d9d9d9;
}
#menu04_01_wrap .accordion-button {
    height: 80px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 2.2rem;
    font-weight: 600;
}
#menu04_01_wrap .accordion-body {
    font-size: 2rem;
    padding: 32px 10px;
}

/* ===== cs02.css ===== */

#menu04_02_wrap {
    width: 100%;
}
#menu04_02_wrap > table {
    width: 60vw;
    margin: 0 auto;
    margin-top: 6%;
    /* height: 72vh; */
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.6rem;
}
#menu04_02_wrap > table > colgroup > col:nth-child(1){
    width: 16%;
}
#menu04_02_wrap > table > colgroup > col:nth-child(2){
    width: 20%;
}
#menu04_02_wrap > table > colgroup > col:nth-child(3){
    width: 30%;
}
#menu04_02_wrap > table > colgroup > col:nth-child(4){
    width: 34%;
}
#menu04_02_wrap > table th,
#menu04_02_wrap > table td{
    border: 1px solid #D9D9D9;
    text-align: center;
}
#menu04_02_wrap > table th {
    height: 50px;
    border-top: 3px solid #404497;
    background-color: #F5F7F9 ;
    font-size: 18px;
}
#menu04_02_wrap > table td {
    font-weight: 500;
}
#menu04_02_wrap > table tr {
    height: 48px;
}

#menu04_02_wrap > table tr th:first-child,
#menu04_02_wrap > table tr td:first-child {
    border-left: none;
}

#menu04_02_wrap > table tr th:last-child,
#menu04_02_wrap > table tr td:last-child {
    border-right: none;
}

/* ===== news01.css ===== */

#menu01_05_wrap >.ns_cont1 {
    width: 70vw;
    margin: 0 auto;
}
.ns_cont1 > .btn_group {
    height: 40px;
    margin: 38px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ns_cont1 > .btn_group div {
    height: 100%;
}
.ns_cont1 > .btn_group > .search_wrap {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    width: 100%;
    height: 70%;
    justify-content: space-between;
}
.ns_cont1 > .btn_group > .search_wrap > .search {
    width: 46%;
    position: relative;
    height: 70%;
    margin-right: 2%;
}
.ns_cont1 > .btn_group > .search_wrap > .search > select {
    height: 100%;
    width: 20%;
    position: absolute;
    left: 0;
    border: 1px solid #EAEAEA;
    padding-left: 4px;
}
.ns_cont1 > .btn_group > .search_wrap > .search > input {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 22%;
    border: 2px solid #1B2E5A;
    outline: none;
}
.ns_cont1 > .btn_group > .search_wrap > .search > input:focus {
    outline: none;
}
.ns_cont1 > .btn_group > .search_wrap > .search > button {
    position: absolute;
    width: 18%;
    height: 100%;
    right: 0;
    border: none;
    color: #EAEAEA;
    background-color: #1B2E5A;
}
.add_btn {
    height: 50%;
    aspect-ratio: 1/1;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #1B2E5A;
}
.news01 .add_btn {
    width:5.5vw;
    height: 100%;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #535353;
    font-size: 2rem;
    color: #535353;
    margin-right:7px;
}
#menu01_05_wrap >.ns_cont1 > .btn_group > .ctg_btn > button {
    width:5.5vw;
    height: 100%;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #535353;
    font-size: 2rem;
    color: #535353;
    margin-right:7px;
}
#menu01_05_wrap >.ns_cont1 > .btn_group > .ctg_btn > .active {
    background-color: #00A3F1;
    color: #ffffff;
    border: none;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap {
    width: 100%;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li {
    width: 32%;
    height: 324px;
    margin-bottom: 4vh;
    border: 1px solid #C3C3C3;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul {
    width: 100%;
    height: 100%;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li:nth-child(3n+2) {
    margin: 0 2%;
}

#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul > .img {
    width: 100%;
    height: 60%;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul > .img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul > .b_title {
    height: 26%;
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    padding-left: 6%;
    word-break: keep-all;
    font-weight: 600;
    overflow: hidden;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul > .b_title > p{
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
#menu01_05_wrap >.ns_cont1 > .list_wrap > ul > li > ul > .b_dt {
    height: 14%;
    display: flex;
    align-items: center;
    padding-left: 6%;
    font-size: 1.7rem;
}

/* ===== news_insert.css ===== */

#menu01_insert_wrap {
    width: 70%;
    margin: 0 auto;
}
#menu01_insert_wrap > .content {
    border-top: 1px solid #212121;
    margin-top: 30px;
}
#menu01_insert_wrap > .content > form {
    margin-top:20px ;
}
#menu01_insert_wrap > .content > form > .title_wrap {
    display: flex;
    flex-direction: row;
    height: 40px;
    justify-content: space-between;
    margin-bottom: 15px;
}
#menu01_insert_wrap > .content > form > .title_wrap > select {
    width: 12%;
    font-size: 2rem;
    /* text-align: right; */
    padding-left: 10px;
}
#menu01_insert_wrap > .content > form > .title_wrap > input {
    width: 88%;
    height: 100%;
    margin-left: 6px;
    padding-left: 15px;
    font-size: 1.8rem;
    border: 1px solid #D9D9D9;
}
#menu01_insert_wrap > .content > form > .btn_group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
#menu01_insert_wrap > .content > form > .btn_group > button {
    width: 158px;
    height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #404497;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
#menu01_insert_wrap > .content > form > .btn_group > button:first-child {
    border: 1px solid #D9D9D9;
    background: none;
    color: #666666;
    margin-right: 8px;
}
#menu01_insert_wrap > .content > form > .file_wrap {
    margin-top: 17px;
    font-size: 20px;
    border-top: 1px solid #666666;
    padding-top: 18px;
}
#menu01_insert_wrap > .content > form > .file_wrap label {
    margin-right: 10px;
    font-weight: 600;
}









/* ===== compensation_welfare minimal (no shadow/hover) ===== */

.compensation_welfare{
  width: 100%;
}

.compensation_welfare .contents{
  width: 66%;
  margin: 0 auto;
  /* padding: 44px 0 8px; */
}

/* title + breadcrumb */
.compensation_welfare .title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E7E7E7;
}

.compensation_welfare .title h3{
  margin: 0;
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #141414;
  line-height: 1.2;
}

.compensation_welfare .title .process{
  font-size: 1.35rem;
  color: #8A8A8A;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.compensation_welfare .title .process em{
  font-style: normal;
}

.compensation_welfare .title .process .arrow_ico{
  margin: 0 6px;
  color: #B0B0B0;
}

/* tabs */
.compensation_welfare .process_tab{
  list-style: none;
  margin: 18px 0 26px;
  padding: 0;
  display: flex;
  gap: 18px;
  border-bottom: 1px solid #EDEDED;
}

.compensation_welfare .process_tab li{
  margin: 0;
  padding: 0;
}

.compensation_welfare .process_tab a{
  display: inline-block;
  padding: 10px 2px 14px;
  font-size: 1.55rem;
  font-weight: 700;
  color: #9A9A9A;
  text-decoration: none;
  letter-spacing: -0.02em;
  border-bottom: 2px solid transparent;
}

.compensation_welfare .process_tab li.on a{
  color: #141414;
  border-bottom-color: #141414;
}

/* ===== welfare dl + icon (minimal) ===== */

/* ===== welfare dl spacing fix ===== */

.welfare_dl{
  margin: 0;
  padding: 0;
}

/* dt: 아이콘 + 제목 */
.welfare_dl dt{
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  column-gap: 12px;

  padding: 18px 0 6px;
  font-size: 1.7rem;
  font-weight: 800;
  color: #141414;
  letter-spacing: -0.02em;
}

/* icon */
.welfare_dl dt .ico{
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welfare_dl dt .ico img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* dd: 설명 유무 상관없이 동일 리듬 유지 */
.welfare_dl dd{
  margin: 0;
  padding: 0 0 18px 44px;   /* 아이콘 폭 + 간격 */
  min-height: 1.6em;        /* ← 핵심 */
  font-size: 1.5rem;
  font-weight: 500;
  color: #6A6A6A;
  line-height: 1.65;
  border-bottom: 1px solid #F0F0F0;
}

/* 마지막 항목 라인 제거 */
.welfare_dl dd:last-of-type{
  border-bottom: 0;
}


.menu_title {
    height: 38.5vh;
}
.menu_title > .inner {
    height: 100%;
}
#menu03_01_wrap > .rc_cont1,
#menu03_01_wrap > .rc_cont2,
#menu03_01_wrap > .rc_cont3{
    width: 70vw;
    margin: 0 auto;
    margin-top: 30px;
}
#menu03_01_wrap > .rc_cont1 > ul > li {
    width: 100%;
    height: 330px;
    padding: 3% 5%;
    display: flex;
    flex-direction: row;
}
#menu03_01_wrap > .rc_cont1 > ul > li:nth-child(2) {
    background-color: #575FFF0D;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .img {
    width: 28%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .wrap {
    width: 72%;
    padding-left: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .wrap > h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .wrap > h3 {
    font-size: 2rem;
    font-weight: 700;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .wrap > p {
    margin: 15px 0 0 23px;
    font-size: 1.8rem;
    text-indent: -25px;
    color: #666666;
    word-break: keep-all;
}
#menu03_01_wrap > .rc_cont1 > ul > li > .wrap > p::before  {
    content: "ㆍ";
}
#menu03_01_wrap > .rc_cont2 > .img{
    width: 100%;
    height: 340px;
    margin-top: 40px;
    position: relative;
}
#menu03_01_wrap > .rc_cont2 > .img > p {
    position: absolute;
    top: 50%;
    left: 3vw;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    width: 40%;
}
#menu03_01_wrap > .rc_cont3 > P {
    font-size: 1.8rem;
}
#menu03_01_wrap > .rc_cont3 > ul {
    margin-top: 40px;
    width: 100%;
    height: 62px;
    display: flex;
}
#menu03_01_wrap > .rc_cont3 > ul > li {
    width: 20%;
    color: #ffffff;
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}




#menu03_04_wrap > .rc_cont1 {
    width: 66%;
    margin: 0 auto;
    margin-top: 54px;
}
#menu03_04_wrap > .rc_cont1 > .policy_wrap {
    font-size: 1.7rem;
    background-color: #f5f5f5;
    padding: 2%;
}
#menu03_04_wrap > .rc_cont1 .private {
    height: 250px;
    overflow-y: scroll;
}
#menu03_04_wrap > .rc_cont1 .check_txt {
    margin-top: 20px;
}
#menu03_04_wrap > .rc_cont1 > form {
    margin-top: 40px;
}
#menu03_04_wrap > .rc_cont1 .data1 {
    border-top: 1px solid #c3c3c3;
    margin-bottom: 2vh;
}
#menu03_04_wrap > .rc_cont1 .data1 div {
    height: 45px;
    border-bottom: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
}
#menu03_04_wrap > .rc_cont1 .data1 label {
    width: 140px;
    height: 100%;
    margin: 0;
    font-size: 1.8rem;
    text-indent: 25px;
    line-height: 45px;
    background-color: #f9f9f9;
}
#menu03_04_wrap > .rc_cont1 .data1 input {
    height: 78%;
    margin-left: 30px;
    border:1px solid #d9d9d9;
    color: #212121;
    font-size: 1.8rem;
}
#menu03_04_wrap > .rc_cont1 .data1 > .col1 > .label2 {
    margin-left: 100px;
}
#menu03_04_wrap > .rc_cont1 .data1 > .col1 > input {
    width:15vw;
    padding-left: 12px;
    color: #212121;
}
#menu03_04_wrap > .rc_cont1 .data1 > .col2 > input ,
#menu03_04_wrap > .rc_cont1 .data1 > .col3 > input {
    width:46vw;
}
#menu03_04_wrap > .rc_cont1 .buttons {
    margin-top: 35px;
    text-align: center;
}
#menu03_04_wrap > .rc_cont1 .buttons > button {
    width: 116px;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
}
#menu03_04_wrap > .rc_cont1 .buttons > button:first-child {
    border:1px solid #d9d9d9;
    color: #666666;
    background:none;
}
#menu03_04_wrap > .rc_cont1 .buttons > button:last-child {
    border: none;
    color: #ffffff;
    background-color: #404497;

}
.btn-primary {
    color: #C3C3C3 !important;
    font-size: 1.4rem;
    background: none !important;
    border: none !important;
    /* background-color: #0d6efd;
    border-color: #0d6efd */
}
.modal-dialog {
    margin: 200px auto;
}