/*사이드배너*/
.abs-side-banner{ display: none;
    position:fixed;top:40%;left:0;z-index:100;width:50px;height:200px;border-radius:0 25px 25px 0;background:#00C3FF;}
.abs-side-banner a{display:block;position:relative;width:16px;margin:55px auto 0;font-size:16px;color:#fff;word-break: break-all;writing-mode: vertical-rl;text-orientation: mixed;letter-spacing: -2px;}
.abs-side-banner a::before{content:'';position: absolute;top:-25px;left:-1px;width:20px;height:25px;background: url('../css/images/main/side_banner.svg') no-repeat;}

@media(max-width:800px){
    .abs-side-banner{position: absolute;top:20%;}
}

@media(max-width:500px){
    .abs-side-banner{width:30px;height:150px;border-radius: 0 15px 15px 0;}
    .abs-side-banner a{width:13px;margin-top:20px;font-size:14px;}
    .abs-side-banner a::before{display:none;}
}

/*퀵메뉴*/
.abs-quick-menu{position: fixed;top:40%;right:35px;z-index:100;}
.abs-quick-menu .quick-list li{margin:0 20px 30px 0;text-align: right;}
.abs-quick-menu .quick-list li a{position:relative;font-size:16px;color: #888888;font-weight: 600;}
.abs-quick-menu .quick-list li a::after{content: '';display:none;position: absolute;top:-6px;right:-39px;width:23px;height:23px;border-radius: 50%;border:1px solid #0082C7;}
.abs-quick-menu .quick-list li a::before{content:'';position: absolute;right:-30px;top:3px;width:5px;height:5px;border-radius:50px; background: rgba(178, 184, 194, 0.5);}
.abs-quick-menu .quick-list li a.active{color:#0082C7;opacity:1;}
.abs-quick-menu .quick-list li a.active::after{display: block;}
.abs-quick-menu .quick-list li a.active::before{background:#0082C7;}

.abs-quick-menu.active1 .quick-list li a{color:#fff;opacity:.7;}
.abs-quick-menu.active1 .quick-list li a.active{opacity:1;}
.abs-quick-menu.active1 .quick-list li a::after{border-color:#fff;}
.abs-quick-menu.active1 .quick-list li a::before{background: #fff;}

@media(max-width:1700px){
    .abs-quick-menu{display: none;}
}





/* 공통 */
.abs-section {
    display: flex;
    justify-content: center;
    align-items: center;
}
#abs-con>div{width:100%;height:100vh;}
#abs-con>#section01{width:100%;height:110vh;}

#abs-con .con-wrap{max-width:1400px; width:100%; margin:0 auto 0;}

#abs-con .se-tit
{font-size: 3.2rem;color:#000;text-transform: uppercase; font-family:'SCDream'; font-weight:200; letter-spacing:-3px; line-height: 1.2;
    margin-top: 1.2rem; margin-bottom: 2.5rem;}
#abs-con .se-tit span {font-weight:500;}
#abs-con .se-sub{display:block;font-size:22px;color:#000;font-weight: 400;}
#abs-con .se-con{font-size:17px;color:var(--lightgray-txt);line-height: 1.5; font-weight: 700;}
#abs-con .se-link{display:block;position: relative;margin-left:20px;font-size:15px;color:#000;font-weight: 600;}
#abs-con .se-link::before{content:'';position: absolute;top:0px;left:-20px;width:14px;height:14px;background: url('../css/images/main/more.png') no-repeat;}

/*더보기*/
.abs-more {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    z-index: 1;
    padding: 0.5rem 0;
    font-family: Lato;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    float:right;
}

.abs-more::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--sky-color);
    border-radius: 50%;
}

.abs-more_project {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.5rem 0;
    font-family: Lato;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    float:right;
    position: absolute;
    bottom:-12px;
    right: 0;
    color: #fff;
}

.abs-more_project::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--sky-color);
    border-radius: 50%;
}
/*
@media(max-width:1400px){
    #abs-con .con-wrap {padding: 6rem 30px;}
}

@media(max-width:1000px){
    !*#abs-con .con-wrap{margin-top: 100px;}*!
    #abs-con.se-tit{font-size: 40px;}
    #abs-con.se-con{font-size:17px;}
}

@media(max-width:800px){
    #abs-con .se-tit{font-size: 30px;}
    #abs-con .se-sub{font-size:20px;}
    #abs-con .se-con{font-size:15px;}
}

@media(max-width:400px){
    #abs-con .se-tit{font-size: 25px;}
    #abs-con .se-sub{font-size: 20px;}
    #abs-con .se-con{font-size:13px;}
}*/


@media(max-width:1400px){
    #abs-con .con-wrap {padding: 6rem 30px;}
}

@media(max-width:1000px){
    #abs-con .con-wrap{margin-top: 100px;}
    #abs-con .se-tit{font-size: 2.6rem;}
}

@media(max-width:800px){
    #abs-con .se-tit{font-size: 2.4rem;}
    #abs-con .se-con{font-size:1rem;}
    .abs-more, .abs-more_project { font-size: 0.8rem;}
    .abs-footer-list ul {margin-left: 0;}
}

@media(max-width:400px){
    #abs-con .se-tit{font-size: 1.8rem;}
    #abs-con .se-con{font-size:0.85rem;}
}


#abs-con #section02 .con-wrap .se-tit {
    opacity:0;
    transform:translateY(-60px);
    transition:all 1s ease-in;
}
#abs-con #section02 .con-wrap.on .se-tit {
    opacity:1; transform:translateY(0px);
}

#abs-con #section02 .con-wrap .service_flex {
    opacity:0;
    transform:translateY(-120px);
    transition:all 1s ease-in;
    transition-delay:.5s;
}
#abs-con #section02 .con-wrap.on .service_flex {
    opacity:1; transform:translateY(0px);
}

#abs-con #section02 .con-wrap .abs-more.abs-t-button {
    opacity:0;
    transform:translateY(-60px);
    transition:all 1s ease-in;
}

#abs-con #section02 .con-wrap.on .abs-more.abs-t-button{
    opacity:1; transform:translateY(0px);
}

#abs-con #abs-section03 .con-wrap {
    opacity:0;
    transform:translateY(-80px);
    transition:all 1s ease-in;
}
#abs-con #abs-section03 .con-wrap.on {
    opacity:1; transform:translateY(0px);
}


#abs-con #section04 .con-wrap .se-tit {
    opacity:0;
    transform:translateY(-60px);
    transition:all 1s ease-in;
}
#abs-con #section04 .con-wrap.on .se-tit {
    opacity:1; transform:translateY(0px);
}

#abs-con #section04 .con-wrap .board_wrap {
    opacity:0;
    transform:translateY(-90px);
    transition:all 1s ease-in;
    transition-delay:.5s;
}
#abs-con #section04 .con-wrap.on .board_wrap {
    opacity:1; transform:translateY(0px);
}
.main-wheel-stop {
	overscroll-behavior:none;
}


/************** section01 *************/
#abs-con #section01{position:relative;background: #333; }
#abs-con #section01 .text-box{position: absolute;bottom:150px;left:180px;z-index:100;}
#abs-con #section01 .text-box .s-tit{display:block;margin-left:20px;font-size:25px;color:#fff;font-style: italic;opacity:0;transform:translateY(-60px);transition:all 1s;}
#abs-con #section01 .text-box.on .s-tit{opacity:1;transform:translateY(0px);}

#abs-con #section01 .text-box .tit{margin:10px 0 15px;font-size:85px;color:#fff;font-style: italic;font-weight: 900; opacity:0;transform:translateY(-80px);transition:all 1s;transition-delay: .5s;}
#abs-con #section01 .text-box .tit p{color:#0dcfff;}
#abs-con #section01 .text-box.on .tit{opacity:1;transform:translateY(0px);}

#abs-con #section01 .text-box .sub-tit{margin-left:11px;font-size:20px;color:#fff;line-height: 1.3;font-weight: 400;opacity:0;transform:translateY(-100px);transition:all 1s;transition-delay: 1s;}
#abs-con #section01 .text-box.on .sub-tit{opacity:1;transform:translateY(0px);}

#abs-con #section01 .icon{position: absolute;left:50%;bottom:100px;transform: translateX(-50%);z-index:100;text-align: center;}
#abs-con #section01 .icon img{animation: up 3s infinite;}
#abs-con #section01 .icon p{margin-top:10px;font-size:14px;color: #d8d8d8;}
@keyframes up{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0px);
    }
}

#abs-con #section01 .bx-wrapper{position: relative;height:100%;}#abs-con #section01 .bx-wrapper .bx-viewport{height:100% !important;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap{position: relative;height:100% !important;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap::after{content:'';display: block;clear: both;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li{width:100%;height:100%;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-01{animation: big 10s infinite;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-02{animation: big 10s infinite;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-03{animation: big 10s infinite;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-01{width:100%;height:100%;background:url('../css/images/main/main01.jpg') no-repeat center;background-size:cover;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-02{width:100%;height:100%;background:url('../css/images/main/main02.jpg') no-repeat center;background-size:cover;}
#abs-con #section01 .bx-wrapper .bx-viewport .visual-wrap li .slide-03{width:100%;height:100%;background:url('../css/images/main/main03.jpg') no-repeat center;background-size:cover;}

@keyframes big{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.2);
    }
}

#abs-con #section01 {position: relative;}
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction{position: absolute;bottom:270px;right:180px;width:60%;height:60px;z-index:100;}
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction::after{display:none;content:'';position: absolute;top:15%;right:0; width:100%;height:2px;background:rgba(255,255,255,.3);}
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-next{position:absolute;right:0;display:none;width:32px;height:16px;}
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-prev{top:-25px;background: url('../css/images/main/prev.png') no-repeat;}
#abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-next{top:25px;background: url('../css/images/main/next.png') no-repeat;}
#abs-con #section01 #slide-counter{position: absolute;right:180px;bottom:160px;font-size:20px;color:#d8d8d8;z-index:100;}
#abs-con #section01 #slide-counter .current-index,
#abs-con #section01 #slide-counter .current-prev{color:#0dcfff;}

@media(max-width:1800px){
    #abs-con#section01 .text-box{left:100px}
    #abs-con#section01 .bx-wrapper .bx-controls .bx-controls-direction,
    #abs-con#section01  #slide-counter{right: 100px;}
  /*  #abs-con #section01 .icon{bottom:50px;}*/
}

@media(max-width:1400px){
    #abs-con #section01 .text-box{left:50px}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction,
    #abs-con #section01 #slide-counter{right: 50px;}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction{width:50%;}
}

@media(max-width:1000px){
    #abs-con #section01 .text-box{left:15px;}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction{right:30px;width:40%;}
    #abs-con #section01 #slide-counter{right:30px;}
}

@media(max-width:800px){
    #abs-con #section01 .text-box .s-tit{font-size:18px;margin:0;}
    #abs-con #section01 .text-box .tit{margin:5px 0 10px;font-size:70px;}
    #abs-con #section01 .text-box .sub-tit{font-size:15px;}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction{bottom:240px;}
}

@media(max-width:600px){
    #abs-con #section01 .text-box{bottom:120px;}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction{bottom:30px;width:90%;}
    #abs-con #section01 #slide-counter{right:auto;left:30px;bottom:40px;font-size:17px;}
    #abs-con #section01 .icon{display: none;}
}

@media(max-width:500px){
    #abs-con #section01 .text-box{bottom:130px;}
    #abs-con #section01 .text-box .s-tit{font-size:16px;margin:0;}
    #abs-con #section01 .text-box .tit{margin:5px 0 10px;font-size:40px;}
    #abs-con #section01 .text-box .sub-tit{font-size:13px;}
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
    #abs-con #section01 .bx-wrapper .bx-controls .bx-controls-direction .bx-next{display: none;}
    #abs-con #section01 #slide-counterr{font-size:15px;}
}




/************** section02 *************/
#abs-con #section02{
    background: url('../css/images/main/section02_bg.png') center no-repeat;
    background-size: cover;
}
#abs-con #section02 .con-wrap {
    margin-top: 3.5rem;
}

#abs-con .service_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
}

#abs-con .service_img {
    max-width: 68rem;
    width: 100%;
    position: relative;
}

#abs-con .service_img > img {
    width: 100%;
    border-radius: 30px 30px 40% 30px;
}

#abs-con .service_img div {
    position: absolute;
    right:0;
    bottom: -6%;
    width: 42%;
    height: 45%
}
#abs-con .service_img div > img {
	width:100%;
	height:100%;
}

@media(max-width:1200px) {
    #abs-con .service_flex {
        gap: 2rem;
    }
}
@media(max-width:425px) {
    #abs-con .service_img > img {
	    border-radius: 10px 10px 40% 10px;
	}
}



/* 아코디언 */

#abs-con .accordion_wrap {
    max-width: 65rem;
    width: 100%;
    transition: 0.3s;
    position: relative;
    border-top: 1px solid var(--line-color);
}

#abs-con .accordion > li::after {
    display: block;
    content: "";
    width: 100%;
    height: 0.5px;
    background: var(--line-color);
}
#abs-con .accordion > li .ac_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    transition: 0.3s;
    cursor: pointer;
}
#abs-con .accordion > li .ac_flex > p {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    font-family: 'SCDream';
}



#abs-con .accordion > li.on .ac_flex > p {
    font-size: 27px;
    font-weight: 700;
    font-family: 'SCDream';
    color:#00449E;
}
#abs-con .accordion > li .ac_flex.on {
    padding-top: 25px;
}



#abs-con .accordion > li .ac_flex > button {
    font-size: 25px;
    font-weight: 100;
    font-family: 'Pretendard';
}
#abs-con .accordion > li .ac_flex > button.on {
    visibility: hidden;
}
#abs-con .accordion > li .ac_flex > button.on::after {
    visibility: visible;
    content: "-";
}

#abs-con .accordion > li .ac_detail {
    display: none;
}
#abs-con .accordion > li .ac_detail.on {
    display: block;
}
#abs-con .accordion > li .ac_detail > p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 2rem 1.5rem;
    color: var(--body-txt);

}

#abs-con .accordion > li .ac_detail .num {
    font-weight: 900;
    font-size: 10rem;
    font-family: 'Lato';
    position: absolute;
    top: -90px;
    right: 0;
    color: #f5f5f5;
    opacity: 0.5;
}





#abs-con #section02 .int-box{position: relative;margin-top:50px;}
#abs-con #section02 .int-box::after{content:'';display: block;clear: both;}
#abs-con #section02 .int-box .int-con{position:relative;float: left;width:50%;padding:60px 130px 90px 130px;}
#abs-con #section02 .int-box .int-con::before{content:'';position: absolute;top:0;left:0;width:87px;height:433px; background: url('../css/images/main/int_bg.png') no-repeat;}
#abs-con #section02 .int-box .int-con .se-sub{margin:45px 0 25px 0;line-height:1.3;}
#abs-con #section02 .int-box .int-con .se-link{position: absolute;bottom:0;}
#abs-con #section02 .int-box .int-img{float: right;width:50%;}
#abs-con #section02 .int-box .int-img img{width:100%;}
#abs-con #section02 .int-list{position:relative;width:100%;margin:80px 0 150px;}
#abs-con #section02 .int-list::after{content: '';display: block;clear: both;}
#abs-con #section02 .int-list li{float:left;width:25%;padding:0 40px;text-align: center;}
#abs-con #section02 .int-list li .se-sub{margin:30px 0 10px;}

@media(max-width:1400px){
    #abs-con #section02 {
        height: auto;
    }
    #abs-con .accordion_wrap {
        margin-bottom: 1em;
    }

}

@media(max-width:900px) {
    #abs-con #section02 .service_flex {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }
}

@media(max-width:1000px) {
    #abs-con .accordion > li .ac_detail .num {
        display:none;
    }
    #abs-con .accordion_wrap {
        border-top: 0;
    }
}


@media(max-width:600px) {
    #abs-con .accordion > li .ac_flex.on > p {
        font-size: 23px;
    }
}




/************* section03 *************/
#abs-con #abs-section03{
    background:url('../css/images/main/section03_bg.png') no-repeat;background-size: cover;
}
#abs-con #abs-section03 .se-con {
    color: var(--lightgray-txt);
}
#abs-con #abs-section03 .se-tit {
    color: var(--white-color);
}
#abs-con #abs-section03 .prj_flex {
    margin-top: 7rem;
}

#abs-con #abs-section03 .inner {
    position: relative;
}

#abs-con #abs-section03 .cate {
    font-size: 17px;
    color: var(--sky-color);
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Pretendard';
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#abs-con #abs-section03 strong {
    color: var(--body-txt);
    /*font-size: 19px;*/
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
    font-family: 'Pretendard';
}
#abs-con #abs-section03 .sub-title-container {
    color: var(--body-txt);
    overflow: hidden;
    white-space: normal;
    line-height: 1.4;
    height: calc(1.4rem * 9);
    padding-right: 2px;
    overflow-y:scroll;
}
#abs-con #abs-section03 .img-wrap {
    border: 1px solid #eaeaea;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content:center;
/*     position: absolute; */
/*     bottom: 30px; */
    width: 100%;
    height: 65px;
}

#abs-section03 .inner .slide-box {
    width: calc(100% - 420px - 40px);
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 9;
}
#abs-section03 .info-title .line-2 {
    display: none;
}








/* 스와이퍼 */
#abs-con #abs-section03 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
#abs-con #abs-section03 .swiper-slide {
    position: relative;
    transition-property: transform;
    background: #fff;
    width: 30%;
    height: 385px;
    padding-top: 35px !important;
    padding: 25px;
    border-radius: 15px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;

}



.swiper-pagination-progressbar {
    top: auto !important;
    bottom: 0;
    height: 3px !important;
    background: rgba(255,255,255,0.3) !important;
}
.swiper-pagination-progressbar-fill {
    background: var(--white-color) !important;
}
.swiper-pagination {
    width: 90% !important;
}

#abs-con #abs-section03 .swiper-pagination-fraction {
	position: absolute;
    top: auto !important;
	color:white;
    text-shadow: 0 0 2px BLACK;
    font-size: 1.5rem;
}
#abs-con #abs-section03 .swiper-button-prev, #abs-con #abs-section03 .swiper-button-next {
	position: absolute; 
	top: calc(50% - (70px / 2));
	color:white;
}
#abs-con #abs-section03 .swiper-button-prev {
	left : -40px;
}
#abs-con #abs-section03 .swiper-button-next {
	right : -40px;
}


.swiper_btm {
    height: 5rem;
}

@media(max-width:1400px) {
    #abs-section03 .inner .slide-box {
        top:135px;
        margin-right: 70px;
    }
    .swiper-pagination {
        width:86% !important;
    }
}
@media(max-width:1000px) {
    #abs-section03 .inner .slide-box {
        order: 4;
        width: calc(100% + 20px);
        position: static;
        padding-right: 0;
        margin-left: -10px;
    }
    #abs-section03 .swiper-button-prev, #abs-section03 .swiper-button-next {
    	display:none;
    }
    .swiper_btm {
        height: 3rem;
    }
    .swiper-pagination {
        width:80% !important;
    }
    #abs-section03 .info-tab li a::after {
        display: none;
        height: 0;
    }

}
@media(max-width:500px) {
    #abs-con #abs-section03 .swiper-slide {
        height: 18rem;
        border-radius: 10px;
        padding-top: 1.7rem !important;
    }
    #abs-con #abs-section03 .img-wrap {
/*         width: 88%; */
    }
    #abs-con #abs-section03 .sub-title-container {
	    line-height:1.4;
	    height: calc(1.4rem * 4);
	}
}

/* 스크롤
scroll  : 흰색
scroll2 : 회색
*/
#abs-section03 .scroll, #abs-section03 .scroll2 {
	padding-right: 0px;
}
.overflow-auto {
	overflow:auto !important;
}

#abs-section03 .scroll::-webkit-scrollbar, #abs-section03 .scroll2::-webkit-scrollbar {
    width: 4px;
}
#abs-section03 .no-scroll::-webkit-scrollbar, #abs-section03 .no-scroll2::-webkit-scrollbar {
    width: 4px;
}

#abs-section03 .scroll::-webkit-scrollbar-thumb {
	border-radius: 2px;
    background: rgba(255,255,255, 0.8);
}
#abs-section03 .scroll2::-webkit-scrollbar-thumb {
	border-radius: 2px;
    background: rgba(200,200,200, 0.8);
}
#abs-section03 .no-scroll::-webkit-scrollbar-thumb, #abs-section03 .no-scroll2::-webkit-scrollbar-thumb {
    background: transparent;
}

#abs-section03 .scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255, 0.2);
}
#abs-section03 .scroll2::-webkit-scrollbar-track {
    background: rgba(200,200,200, 0.2);
}
#abs-section03 .no-scroll::-webkit-scrollbar-track, #abs-section03 .no-scroll2::-webkit-scrollbar-track {
    background: transparent;
}


/* 탭 */
#abs-section03 .info-tab {
    width: 300px;
    margin-top: 3rem;
    overflow: auto;
    max-height: 240px;
    padding-right: 5px;
}

#abs-section03 .info-tab li a {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
#abs-section03 .info-tab li a.ov {
    border-bottom: 1px solid transparent;
}

#abs-section03 .info-tab li a span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,.6);
    padding-left:20px;
    position: relative;
    z-index: 2;
    font-style: normal;
    font-family: 'SCDream';
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.3s;
}
#abs-section03 .info-tab li a.ov span,
#abs-section03 .info-tab li a.ov:focus span,
#abs-section03 .info-tab li a.ov:hover span {
    color: #0F2D57;
}

#abs-section03 .info-tab li a.ov:before {
    opacity: 1;
}
#abs-section03 .info-tab li a:before {
    width:100% ;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    border-radius: 10px;
    background-color: #fff;
    opacity: 0;
    transition:
            all 0.3s;
}

#abs-section03 .info-tab li a.ov::after {
    background-image: url('../css/images/main/tab_arrow_on.png');
    /* background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.994141 9.25586L4.84375 5.49414L0.994141 1.75L2.04883 0.677734L7.00586 5.49414L2.04883 10.3281L0.994141 9.25586Z' fill='white'/%3E%3C/svg%3E%0A");*/
}
#abs-section03 .info-tab li a::after {
    display: block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../css/images/main/tab_arrow.png');
    /*background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.994141 9.25586L4.84375 5.49414L0.994141 1.75L2.04883 0.677734L7.00586 5.49414L2.04883 10.3281L0.994141 9.25586Z' fill='%23999999'/%3E%3C/svg%3E%0A");*/
    position: relative;
    z-index: 2;
    content: "";
}
#abs-section03 .info-tab li a:hover {
    background: rgba(255,255,255,0.2);
    transition: all 0.3s;
    border-radius: 10px;
}



/*스와이퍼 컨트롤
#abs-section03 .slide-control {
    margin-top: 3rem;
    margin-left: 15px;
    position: relative;
    z-index: 11;
}
.slide-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    #abs-section03 .slide-control button.prev {
    margin-right: 15px;
}
#abs-section03 .slide-control button.next {
    margin-left: 15px;
}
#abs-section03 .slide-control button {
    margin-left: 0;
}
.slide-control button.prev {
    /* background-image: url('../css/images/main/swiper_prev.png');
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10.59L2.67341 6L7 1.41L5.66802 0L0 6L5.66802 12L7 10.59Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.slide-control button.next {
   /* background-image: url('../css/images/main/swiper_next.png');
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10.59L4.32659 6L0 1.41L1.33198 0L7 6L1.33198 12L0 10.59Z' fill='%23444444'/%3E%3C/svg%3E%0A");
}
.slide-control button {
    display: block;
    width: 14px;
    height: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.slide-control button span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.slide-control .total {
    display: flex;
    justify-content: center;
    align-items: center;
}
#abs-section03 .slide-control .total span.current {
    color: #fff;
}
.slide-control .total span.current {
    font-weight: 700;
}
.slide-control .total span {
    display: flex;
    width: 19px;
    height: 19px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255 , 255, 255, 0.5);
    font-style: normal;
    line-height: normal;
}
#abs-section03 .slide-control .total span.line {
    width: 1px;
    height: 12px;
    margin: 0 15px;
    background-color: rgba(255 , 255, 255, 0.5);
}
.slide-control .total span.line {
    width: 6px;
    margin: 0 5px;
    font-size: 15px;
}
#abs-section03 .slide-control .total span.line em {
    font-size: 0;
}
#abs-section03 .slide-control .progress {
    width: calc(100% - 90px);
    height: 3px;
    margin-left: 20px;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50px;
    border-radius: 3px;
}
.slide-control .progress {
    width: 95px;
    height: 1px;
    margin-right: 5px;
    background: rgba(255,255,255,0.3) !important;
    position: relative;
}
#abs-section03 .slide-control .progress .bar {
    width: 40%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.slide-control .progress .bar {
    display: block;
    width: 20%;
    height: 100%;
    background: #fff;
    position: absolute;
}

*/

@media(max-width:1000px) {
    #abs-section03 .info-tab {
        width: 100%;
        margin-bottom: 40px;
        order: 3;
        display: flex;
        align-items: center;
/*         justify-content: center; */
		overflow-x: auto;
        flex-wrap: nowrap !important;
        -ms-overflow-style: none;
    }
    #abs-section03 .info-tab::-webkit-scrollbar {
        display: none;
	}
    #abs-section03 .info-tab li {
        min-width: calc(100% / 4);
    }
    #abs-section03 .info-tab li a {
        padding-right: 0;
    }
    #abs-section03 .info-tab li a span {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        margin-bottom: -2px;
    }
}
@media(max-width:700px) {
    #abs-section03 .info-tab {
        flex-wrap: wrap;
    }
    #abs-section03 .info-tab li {
        min-width: calc(100% / 2);
    }
}

.abs-tab-box .tab:nth-child(1) {
    display: block;
}
.abs-tab-box .tab {
    display: none;
}
.abs-tab{
	position:relative;
	width: 100%;
	max-width: 1400px;
}
.abs-tab .out-sel-content{
	margin: auto 30px;
}
.abs-tab .con-sel-box{
	padding:10px 20px;
}
.abs-tab .con-sel-box2{
	padding:10px 20px;
}
.abs-tab1-prev, .abs-tab1-next, .abs-tab2-prev, .abs-tab2-next {
    color: gray;
    font-weight: 900;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    cursor: pointer;
    user-select: none;
    z-index: 1;
    background-color: white;
    display:none;
}
.abs-tab1-prev {
	padding: 10px 6px;
    left: 0;
    transform: translateY(-50%) translateX(1px);
}
.abs-tab1-next {
	padding: 10px 6px;
    right: 0;
    transform: translateY(-50%) translateX(-1px);
}
.abs-tab2-prev {
	padding: 50px 10px 50px 0px;
    left: 0;
    transform: translateY(-68%) translateX(0px);
}
.abs-tab2-next {
	padding: 50px 0px 50px 10px;
    right: 0;
    transform: translateY(-68%) translateX(-0px);
}
.abs-tab1-prev:hover, .abs-tab2-prev:hover{
	 color: var(--sky-blue);
}
.abs-tab1-next:hover, .abs-tab2-next:hover{
	 color: var(--sky-blue);
}



/************** section04 *************/
#abs-con #section04 {background:#EEF8FF;}
#abs-con .board_wrap {
    display: flex;
    flex-wrap:wrap;
    gap: 4rem;
    margin-top: 4rem;
}
#abs-con .board_wrap .board-top {
    width: 100%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#abs-con .board_wrap .board-top .bo-tit {
    font-size: 26px;
    font-family: 'SCDream';
    font-weight: 500;
    color: var(--title-txt);
    display: inline-block;
}
#abs-con #section04 .board_wrap strong {
    color: var(--body-txt);
    font-size: 17px;
    font-family: 'Pretendard';
    font-weight: 700;
    line-height: 1.6rem;
}
#abs-con #section04 .board_wrap .date {
    display: block;
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: var(--darkgray-txt);
    font-size:15px;
}



/* 기업소식 */
#abs-con .notice-board {
    flex: 1 1 40%;
}
#abs-con #section04 .notice-board .notice-list {
    display: flex;
    flex-wrap:inherit;
    gap: 2rem;
    width: 100%;
}
#abs-con #section04 .notice-board .notice-list > li {
    flex: 1 1 40%;
    box-shadow: 0px 10px 20px 0 rgba(65, 153, 255, .1);
    border-radius: 12px;
    background: #fff;
}
#abs-con #section04 .notice-board .notice-list > li .txt-wrap {
    display: block;
    position: relative;
    height: 120px;
    padding: 22px;
    border-radius:0 0 12px 12px;
}
#abs-con #section04 .notice-board > .notice-list > li .img-wrap img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    object-fit: cover;
}

#abs-con #section04 .notice-board > .notice-list > li .img-wrap {
    overflow: hidden;
    transition: all 0.3s linear;
    height: 14.5em;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}


/* 언론보도 */
#abs-con .news-board {
    flex: 1 1 40%;
}
#abs-con #section04 .news-board .news-list {
    display: flex;
    flex-wrap:wrap;
    gap: 1.5rem;
    width: 100%;
}
#abs-con #section04 .news-board .news-list > li {
    flex: 1 1 40%;
    box-shadow: 0px 10px 20px 0 rgba(65,153,255,.1);
    border-radius: 12px;
    background: #fff;
}
#abs-con #section04 .news-board .news-list > li .txt-wrap {
    display: block;
    position: relative;
    height: 160px;
    padding: 22px;
    transition: all 0.3s;
    border-radius: 12px;
}


/* 퀵메뉴 */
#abs-con #section04 .quick {
    flex: 1 1 40%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    box-shadow: 0px 10px 20px 0 rgba(0,0,0,.1);
    border-radius: 12px;
    background: #00C2FF;
    color: #fff;
    height: auto;
    width: 100%;
    padding: 40px 35px;
}
#abs-con #section04 .quick_wrap {
    display: flex;
    flex-wrap:wrap;
    gap: 4rem;
    margin-top: 2rem;
    align-content: flex-start;
}
#abs-con #section04 .quick_wrap .wrap-flex {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#abs-con #section04 .quick_wrap .txt-wrap {
    display: inline-block;
}
#abs-con #section04 .quick_wrap .img-wrap {
    display: inline-block;

}
#abs-con #section04 .quick h6 {
    font-family: 'SCDream';
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
#abs-con #section04 .quick p {
    font-size: 14px;
    line-height:1.3;
}
#abs-con #section04 .letter {
    background:linear-gradient(252deg, #00ceff 8.75%, #00aeff 96.01%);
}
#abs-con #section04 .ask {
    background: linear-gradient(252deg, #0081DF 8.75%, #2133CE 96.01%);
}


@media(max-width:1400px){
    #abs-con #section04 {
        height: auto;
    }
    #abs-con #section04 .board_wrap {
        gap: 2.5rem;
    }
    #abs-con #section04 .quick_wrap {
        gap: 2.5rem;
    }
}

@media(max-width:1000px) {
    #abs-con #section04 .board_wrap {
        flex-direction: column;
        gap: 7rem;
    }
    #abs-con #section04 .quick_wrap {
        gap: 1.5rem;
    }
}

@media(max-width:900px) {
    #abs-con #section04 .board_wrap {
        gap: 5rem;
    }
    #abs-con #section04 .quick {
        padding: 35px 25px;
    }
}

@media(max-width:768px) {
    #abs-con #section04 .board_wrap {
        gap: 2rem;
    }
    #abs-con #section04 .news-board .news-list > li .txt-wrap {
        height: 140px;
    }
}
@media(max-width:600px) {
    #abs-con #section04 .board_wrap {
        gap: 20rem;
    }
    #abs-con #section04 .notice-list, .news-list, .quick_wrap  {
        flex-direction: column;
    }

}
@media(max-width:550px) {
    #abs-con #section04 .board_wrap {
        gap: 15rem;
    }
}
@media(max-width:500px) {
    #abs-con #section04 .board_wrap {
        gap: 10rem;
    }
}
@media(max-width:400px) {
    #abs-con #section04 .board_wrap {
        gap: 5rem;
    }
}


/* hover */

#abs-con .accordion > li .ac_flex > p:hover,
.abs-more:hover, .abs-more_project:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .2) 30%, #000 50%, rgba(0, 0, 0, .2) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    transition: 0.35s;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}


#abs-con #section04 .notice-board > .notice-list > li .img-wrap:hover img {
    transform: scale(1.2);
}

#abs-con #section04 .notice-board > .notice-list > li .img-wrap:hover {
    border-radius: 10px 10px 0 0;
}


#abs-con #section04 .news-board .news-list > li .txt-wrap:hover,
#abs-con #section04 .notice-board .notice-list > li:hover {
    border-radius: 15px;
	cursor: pointer;
    transition: 0.5s ease-out;
    box-shadow: 0 0 10px 2px gray;
}

/* #abs-con #section04 .news-board .news-list > li .txt-wrap:hover strong, */
/* #abs-con #section04 .news-board .news-list > li .txt-wrap:hover .date { */
/*     color: #fff; */
/* } */

.abs-h6{
    color: white;
}

#abs-con #section04 .quick:hover {
    cursor: pointer;
    transition: 0.5s ease-out;
    box-shadow: 0 0 10px 2px gray;
    border-radius: 7px;
}

@media(max-height:740px) {
    #abs-con #abs-section03 .swiper-slide {
        height: 16rem;
        border-radius: 10px;
        padding-top: 1.7rem !important;
    }
    #abs-con #abs-section03 .sub-title-container {
    	line-height: 1.4;
    	height: calc(1.4rem * 3);
    }
}

@media(max-height:670px) {
    #abs-con #abs-section03 .swiper-slide {
        height: 11rem;
        border-radius: 10px;
        padding-top: 1.7rem !important;
    }
    #abs-con #abs-section03 .img-wrap {
        display: none;
    }
}

@media(max-width:600px) {
    .swiper-pagination {
        width:70% !important;
    }
}

@media(max-width: 1024px){
    #abs-con .notice-board {
        flex: 1 1 60%;
    }
}
@media(max-width:375px) {
    .swiper_btm {
        height: 2rem;
    }
}




/*********************************************************************************/
/* subPage.css */

/*
콘텐츠 페이지에 적용되는 CSS
약어 sp : sub page
*/

/* ============= 공통 ============= */
.sub-page {
    --black: #111111;
    --light-black:#333333; /* figma color value : body */
    --dark-gray:#999999;
    --light-gray:#B7BCC7;
    --white:#FFFFFF;
    --sky-blue: #00A6FF;
    --deep-blue:#00449E;
    --gra-start: #00C2FF;
    --gra-end: #006FF1;
}

.sub-page span {
    overflow-wrap : break-word;
}

.sp-menu-text {
    color : white;
}

.sub-page span {
    overflow-wrap : break-word;
}

.sp-fix-margin {
    width: auto;
    margin: 0px 260px;
}
.sp-lose-margin {
    width:1400px;
    margin: auto;
}

.sp-ib {
    display: inline-block;
}

.sp-w-1400 {
    width:1400px;
}

.sort-flex-ver {
    display:flex;
    flex-direction: column;
    align-items: center;
}

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

.sp-flex {
    display : flex;
}

@media screen and (max-width:1920px) {
    .sp-w-1400 {
        width:100%;
        padding : 0px clamp(20px, 8%, 260px);
    }
}

@media screen and (max-width:1420px) {
    .sp-w-1400 {
        width:100%;
        padding : 0px 10px;
    }
}

@media screen and (max-width:768px) {
    .sp-w-1400 {
        width:100%;
        padding : 0px 20px;
    }
}

/* ============= 배너 ============= */
.sp-banner {
    height:450px;
    background-size:cover;
    background-position:center;
    position:relative;
}

.sp-banner-main {
    height:100%;
    align-content: center;
    display: flex;
    align-items: center;
}

.banner-text-container {
    margin-top:45px;
}

.banner-sub-text {
    color : white;
    font-size: 1.2rem;
    font-style: italic;
    opacity: 50%;
    letter-spacing:1em;
}

.banner-main-text {
    margin-top:15px;
    color : white;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing:-0.03em;
}

@media screen and (max-width:768px) {
    .sp-banner {
        height:200px;
    }
    .banner-main-text {
        font-size: 3rem;
    }
    .banner-sub-text {
        font-size: 1.1rem;
    }
}
@media screen and (max-width:425px) {
    .banner-main-text {
        font-size: 2.4rem;
    }
    .banner-sub-text {
        font-size: 1.0rem;
    }
}


/* ============= 서브 내비게이션 ============= */
.sub-nav{
    width:100%;
    height: 55px;
    background-color: #000615A9;
    position:absolute;
    bottom: 0px;
    z-index:1;
}

.sub-nav-menu {
    height : 100%;
    width : 260px;
    vertical-align: middle;
    position:relative;
    border-right:1px solid rgb(255,255,255, 0.3);
}

.sub-nav-menu-small {
    height : 100%;
    width : 50px;
    vertical-align: middle;
    position:relative;
    border-left:1px solid rgb(255,255,255, 0.3);
    border-right:1px solid rgb(255,255,255, 0.3);
}

.sub-nav-sel-box {
    height : 55px;
    width : 260px;
    background-color: rgb(0,6,21, 0.8);
    border-top:1px solid rgb(255,255,255, 0.3);
    margin-right: -4px;
    cursor: pointer;
}

.sub-nav-sel-box:hover {
    background: linear-gradient(to right, var(--gra-start), var(--gra-end));
}

.sub-nav-home {
    height:100%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-nav-home img {
    height:16px;
    width:16px;
}

.selected-menu {
    height:100%;
    display:flex;
}

.sub-nav-arr {
    display:inline-block;
    height:100%;
    padding-right: 15px;
    position:absolute;
    right:0px;
    /*     align-content: center; */
    display:flex;
    align-items: center;
}

.sub-nav-arr img {
    width:12px;
    height:6.5px;
}

.sp-menu-text {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

@media screen and (max-width:768px) {
    .sub-nav{
        display: none;
    }
}

/* ============= 콘텐츠 ============= */
.sp-content-title {
    margin-top:75px;
    text-align:center;
}

.sp-content-title span {
    font-weight: bold;
    font-size: 2.8rem;
}

.sp-blue-dot {
    color: #00A6FF;
}

.sp-content-cn {
    margin:auto;
    margin-top:60px;
    margin-bottom:100px;
    max-width:1400px;
}

@media screen and (max-width:768px) {
    .sp-content-title span {
        font-size: 2.5rem;
    }
}
@media screen and (max-width:425px) {
    .sp-content-title span {
        font-size: 2.1rem;
    }
}

/* ============= 콘텐츠 내 페이지 선택 박스(긴 박스 형태) ============= */
.con-sel-box {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px;
    gap:5px;
    margin-bottom:100px;
    border : 1px solid #EAEAEA;
    border-radius:1px;
    box-shadow: 0px 20px 50px 0px #EFEFEF;
}

.con-sel-box .con-sel-item, .con-sel-box .con-sel-item-selected {
    align-content: center;
    padding :20px 0px;
    min-width: 100px;
    text-align: center;
}

.con-sel-box .con-sel-item span {
    padding :5px 0px;
    font-weight: bold;
    color:#999999;
    transition: 0.3s;
}

.con-sel-box .con-sel-item-selected span {
    padding :5px 0px;
    font-weight: bold;
    color:var(--sky-blue);
    border-bottom : 2px solid var(--sky-blue);
}

.con-sel-box .con-sel-item:hover {
    cursor: pointer;
}

.con-sel-box .con-sel-item:hover span {
    color:var(--sky-blue);
    border-bottom : 2px solid var(--sky-blue);
}

.sp-tab1-ver-bar {
    height:14px;
    border-left:1.5px solid #DBDBDB;
    margin-right:-2px;
}

.sp-tab1-ver-bar:last-child {
    display:none;
}

@media screen and (max-width:768px) {
    .con-sel-item, .con-sel-item-selected {
        padding :15px 0px !important;
    }
}

@media screen and (max-width:425px) {
    .con-sel-item, .con-sel-item-selected {
        padding :10px 0px !important;
    }
}

@media screen and (max-width:320px) {
    .con-sel-box .con-sel-item, .con-sel-box .con-sel-item-selected {
        min-width:85px;
    }
}

/* ============= 콘텐츠 내 페이지 선택 박스(둥근 버튼 형태) ============= */
.con-sel-box2 {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:1.2rem;
    margin-bottom: 40px;
}

.con-sel-box2 .con-sel-item {
    min-width:100px;
    height:100%;
    padding :13px;
    display:flex;
    justify-content: center;
    border: 1px solid lightgray;
    border-radius: 30px;
}

.con-sel-box2 .con-sel-item-selected {
    min-width:100px;
    height:100%;
    padding :13px;
    display:flex;
    justify-content: center;
    background: linear-gradient(to right, var(--gra-start), var(--gra-end));
    border: 1px solid lightgray;
    border-radius: 30px;
}

.con-sel-box2 .con-sel-item:hover {
    background: linear-gradient(to right, var(--gra-start), var(--gra-end));
    border:0px;
    cursor: pointer;
}

.con-sel-box2 .con-sel-item span {
    font-weight: bold;
    color:#999999;
    transition: 0.1s;
}

.con-sel-box2 .con-sel-item-selected span {
    font-weight: bold;
    transition: 0.1s;
    color:white;
    display: inline;
    white-space: nowrap;
}

.con-sel-box2 .con-sel-item:hover span {
    color:white;
}

/*============================== 투스텝페이지 컨텐츠 시작  ================================*/

.ac-tab-scroll{
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    justify-content: unset !important;
    -ms-overflow-style: none;
}

.ac-tab-scroll > .con-sel-item-ex {
    padding-left: 5px !important;
    min-width: fit-content !important;
    margin: auto;
}

.ac-tab-scroll > .sp-tab1-ver-bar {
    margin: 10px;
}
.ac-tab-scroll::-webkit-scrollbar{
    display:none;
}
#tabArea2{
    display: flex;
    justify-content: center;
}

#tabAreaDiv2 > div{
    padding : 13px !important;
    display: inline-block;
    white-space: nowrap;
    box-sizing: border-box;
}

.ac-sub-tab-width{
    min-width: fit-content !important;
}
.ac-sub-tab-width > span{
    margin-left: max(15px) !important;
    margin-right: max(15px) !important;
}

@media screen and (max-width:425px) {
	#tabAreaDiv2 > div{
	    padding : 10px 3px !important;
	}
	.con-sel-box2{
		gap: 12px;
	}
}	


/*============================== 투스텝페이지 컨텐츠  끝 ================================*/

/*============================== 하단배너페이지 컨텐츠  시작 ================================*/
.ac-content-footer-banner{background: url('../css/images/banner/abs_add_footer_banner_img.png') no-repeat;background-size: cover;width: 100%;height: 30vh;margin-bottom: 5vh;display: flex;justify-content: center;align-items: center;}
.ac-bot-banner-div{text-align: center; color: white;}
.ac-bot-banner-p{font-size:2rem;}
.ac-bot-banner-span{font-weight: bold;}
.ac-bot-banner-link-div{margin: auto; margin-top: 10px;font-size: 15px;border: 2px solid white; border-radius: 25px;padding: 15px;width: 10vw;}
.ac-bot-banner-link-img{margin-left:10px; width: 15px; height: 15px;}

@media screen and (max-width:1440px) {
    .ac-bot-banner-link-div{width: 15vw;}
}

@media screen and (max-width:1024px) {
    .ac-bot-banner-link-div{width: 22vw;}
}
@media screen and (max-width:768px) {
    .ac-bot-banner-link-div{width: 28vw;}
}
@media screen and (max-width:600px) {
    .ac-bot-banner-link-div{width: 30vw;}
}
@media screen and (max-width:500px) {
    .ac-bot-banner-link-div{width: 40vw;}
}
@media screen and (max-width:425px) {
    .ac-bot-banner-p{font-size:1.0rem;}
    .ac-bot-banner-link-div{width: 43vw;}
}

@media screen and (max-width:384px) {
    .ac-bot-banner-p{font-size:1rem;}
    .ac-bot-banner-link-div{width: 53vw;}
}

@media screen and (max-width:375px) {
    .ac-bot-banner-p{font-size:0.95rem;}
    .ac-bot-banner-link-div{width: 50vw;}
}

@media screen and (max-width:320px) {
    .ac-bot-banner-p{font-size:0.75rem;}
    .ac-bot-banner-link-div{width: 60vw;}
}
/*============================== 하단배너페이지 컨텐츠  끝 ================================*/

/* 반응형 문장 br 생략 */
.sp-content-cn .none-br { display:none;}
@media screen and (max-width:768px) {
    .sp-content-cn .none-br-768 { display:none;}
    .sp-content-cn .show-br-768 { display:contents;} }
@media screen and (max-width:700px) {
    .sp-content-cn .none-br-700 { display:none;}
    .sp-content-cn .show-br-700 { display:contents;} }
@media screen and (max-width:600px) {
    .sp-content-cn .none-br-600 { display:none;}
    .sp-content-cn .show-br-600 { display:contents;} }
@media screen and (max-width:500px) {
    .sp-content-cn .none-br-500 { display:none;}
    .sp-content-cn .show-br-500 { display:contents;} }
@media screen and (max-width:425px) {
    .sp-content-cn .none-br-425 { display:none;}
    .sp-content-cn .show-br-425 { display:contents;} }
@media screen and (max-width:400px) {
    .sp-content-cn .none-br-400 { display:none;}
    .sp-content-cn .show-br-400 { display:contents;} }
@media screen and (max-width:375px) {
    .sp-content-cn .none-br-375 { display:none;}
    .sp-content-cn .show-br-375 { display:contents;} }
@media screen and (max-width:320px) {
    .sp-content-cn .none-br-320 { display:none;}
    .sp-content-cn .show-br-320 { display:contents;} }

/*********************************************************************************/













/*********************************************************************************/



/**********************************  게시판 *******************************************/


/***********************************  메인 > 기업소식 ******************************/
/* 게시글 제목 말줄임표 2줄 */
.ab-pstTtl-line1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 게시글 제목 말줄임표 2줄 */
.ab-pstTtl-line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/***********************************  메인 > 기업소식 ******************************/

/*****************************게시판 - FAQ - 아코디언**********************************/
.ab-abs_accordion {
    width: inherit;
    border-top: 3px solid #0076bd;
    border-bottom: 1px solid #aaaaaa;
}

.ab-accordion_content {
    width: 100%;
}
.ab-accordion_title {
    position: relative;
    cursor: pointer;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ab-accordion_detail {
    display: flex;
}

.ab-abs_faq_list {
    text-align: left;
    line-height: initial;
}

.ab-abs_faq_list:first-child {
    width: 10%;
}

.ab-abs_faq_list:last-child {
    width: 90%;
}


.abs_top,
.abs_list,
.ab-accordion_title,
.ab-accordion_desc {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 25px 30px 25px 30px;
    font-size: 18px;
    font-weight: 700;
    max-width: inherit;
    gap: 20px;
}

.ab-accordion_desc {
    padding-top: 20px;
    font-size: 18px;
    display: none;
    background: #f8f8f8;
}

/*****************************게시판 - FAQ - 아코디언**********************************/


/*================================= 답변형 게시판 CSS ===============================*/
/*.ab-abs_title {*/
/*    height: 100px;*/
/*    padding-top: 75px;*/
/*}*/

.ab-main {
    margin-top: 30px;
}

.ab-abs_h1 {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 12px;
}


.ab-title_left {
    display: flex;
    padding-top: 20px;
    float: left;
}

.ab-search_right {
    width: 280px;
    padding-bottom: 20px;
    padding-left: 25px;
    display: flex;
}

.ab-search_left {
    width: 100px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-image: url(images/sample3/icon_select.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    font-weight: 700;
    appearance: none;
    background-position: 80px 0px;
    background-size: 25px;
}

.ab-search_left, .ab-search_input {
    border: 0px;
    outline: none;
    font-weight: 700;
}

.ab-empty-faq-list {
    padding: 10%;
    text-align: center;
}

/* 미디어 쿼리: 화면 너비가 1400px 이하일 때 적용 */
@media screen and (max-width: 1439px) {
    /* common */
    .abs_title,
    .abs_main {
        max-width: 900px;
    }

    .abs_app {
        max-width: 1200px;
        text-align: -webkit-center;
    }
}

/* 미디어 쿼리: 화면 너비가 768px 이하일 때 적용 */
@media screen and (max-width: 767px) {
    /* common */
    .abs_title,
    .abs_main {
        max-width: 500px;
        text-align: -webkit-center;
    }

    .abs_app {
        max-width: 768px;
    }

    .title_main .title_left {
        display: none;
    }

    .title_main .title_right {
        position: relative;
    }
}

/* 미디어 쿼리: 화면 너비가 425px 이하일 때 적용 */
@media screen and (max-width: 425px) {
    .contentLayout {
        width: 100%;
    }
    .ab-abs_h1 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .ab-accordion_title {
        padding-left: unset;
    }
    /*.ab-accordion_detail {
        gap: 10px;
    }*/
    /*.ab-page_main, .ab-page_list {*/
    /*    display: none;*/
    /*    !*margin: auto;*!*/
    /*    !*margin-top: 30px;*!*/
    /*}*/
    .ab-abs_title {
        height: 6vh;
        padding-top: unset;
    }
    .ab-grid2 .swiper-slide {
        text-align: -webkit-center;
    }

    .select-pg {
        display: block;
    }
}

/* 미디어 쿼리: 화면 너비가 375px 이하일 때 적용 */
@media screen and (max-width: 375px) {
    .contentLayout {
        width: 100%;
    }
    .ab-title_right {
        width: 100%;
    }
    .ab-accordion_desc {
        padding: 15px;
    }
    .ab-abs_faq_list {
        padding-left: 5px;
    }
    .ab-search_left {
        background-position: 60px 0px;
    }
}

/* 미디어 쿼리: 화면 너비가 320px 이하일 때 적용 */
@media screen and (max-width: 320px) {
    .contentLayout {
        width: 100%;
    }
    .ab-search_right {
        padding-left: unset;
    }
    .ab-search_left {
        width: 70px;
        background-position: 45px 0px;
    }
    .ab-abs_faq_list {
        text-align: left;
        font-size: 1rem;
    }
    .ab-search_left {
        padding-left: 5px;
        font-size: 0.8rem;
    }
    .ab-search_input {
        font-size: small;
        padding-left: unset;
    }
    .ab-main {
        margin-top: unset;
    }
    .ab-abs_title {
        height: 9vh;
        padding-top: unset;
    }

}
/*======================= 답변형 게시판 CSS =============================*/


/*============================== 이미지형 게시판 시작 ================================*/


.ab-grid_bottom {
    display: flex;
    line-height: 40px;
    width: 99%;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    color: #929292;
    justify-content: space-between;
}
.ab-grid_content {
    min-height: 250px;
}

.ab-search_btn {
    cursor: pointer;
}

.ab-page_list {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    color: black;
    padding:10px;
    font-weight: 700;
    cursor: pointer;
}

.select-pg {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #0076BD;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    color: #ffffff;
    padding:10px;
    font-weight: 700;
    cursor: pointer;
}

.ab-abs_app .ab-title_right {
    width: 380px;
    display: flex;
    border-bottom: 1px solid #929292;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.ab-abs_app .ab-title_main {
    position: relative;
}

.ab-abs_app .ab-abs_title {
    height: 100px;
    padding-top: 75px;
}

.ab-abs_app {
    /*font-family: 'xeicon';*/
    margin-bottom: 160px;
    max-width: 1400px;
    width: 100%;
}
.ab-abs_main {
    margin-top: 30px;
}

.ab-list_count {
    font-size: 16px;
    font-weight: 700;
}

.ab-pstInqCnt {
    color: #0076BD;
}

.ab-page_prev, .ab-page_pprev, .ab-page_next, .ab-page_nnext {
    align-content: center;
}
.ab-abs_grid2 {
    margin: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 340px);
}
/*
.ab-img_title {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Lato', 'Pretendard', 'SCDream', 'sans-serif';
}
*/
.ab-grid2 {
    display: flex;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #DDDDDD;
}

.ab-grid2:hover {
    background: #FAFAFA;
    transition: 1s ease-out;
    cursor: pointer;
}


/* 페이징 */
.ab-page_main {
    width: 100%;
    display: flex;
    margin-top: 45px;
    margin-bottom: 96px;
    justify-content: center;
}

.material-symbols-outlined {
    font-size: 30px;
    color: #666666;
}


.ab-pstCn {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    color: #333333;
}

/*.ab-main {*/
/*    margin: 30px auto 0;*/
/*}*/

.ab-grid1 .swiper-pagination,
.ab-abs_grid2 .swiper-pagination,
.ab-detail .swiper-pagination {
    width: 100% !important;
}
/*.ab-abs_app .ab-title_right {*/
/*    width: 380px;*/
/*    display: flex;*/
/*    border-bottom: 1px solid #929292;*/
/*    font-size: 16px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/*.ab-search_left,
.ab-search_input {
    border: 0px;
    outline: none;
    font-weight: 700;
}*/

/*
.ab-search_left {
    width: 100px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-image: url(../static/css/images/sample3/icon_select.png);
    background-repeat: no-repeat;
    background-position: calc(100%-10px) center;
    font-weight: 700;
    appearance: none;
    background-position: 80px 0px;
    background-size: 25px;
}
*/

.ab-search_right {
    width: 280px;
    padding-bottom: 20px;
    padding-left: 25px;
    display: flex;
}

.ab-search_input::placeholder {
    color: #b7bcc7;
}

.ab-list_count {
    font-size: 16px;
    font-weight: 700;
}

.ab-title_left {
    display: flex;
    position: absolute;
    padding-top: 20px;
}

.ab-grid1_container {
    max-width: 1400px;
    margin: auto;
    display: grid;
    place-items: center;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    /* gap: 0 40px; */
}

.ab-grid1 {
    padding: 10px;
    position: relative;
}

.ab-grid1:hover {
    cursor: pointer;
    transition: 0.5s ease-out; /* 배경색 전환 효과 */
    background: #fafafa;
    box-shadow: 0 0 10px 2px gray;
    border-radius: 7px;
}

.ab-grid1_img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border-radius: 10px;
}

.ab-grid1 .ab-img_title,
.ab-grid2 .ab-img_title {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
}
.ab-img_date {
    font-size: 16px;
    color: darkgray;
}

.ab-img_detail {
    margin-bottom: 32px;
    max-height: 90px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* 스와이퍼(이미지 게시판) */
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ab-main .swiper-wrapper {
    width: 440px;
    position: relative;
}

.ab-abs_app .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ab-grid2 .swiper-slide {
    background: none;
}

.ab-abs_app .swiper-slide img {
    display: block;
    object-fit: cover;
    overflow: hidden;
    width: 440px;
    height: 300px;
    border-radius: 10px;
}

.ab-detail .swiper-wrapper img {
    width: 80%;
    height: 70%;
}

.ab-main .swiper-pagination-bullet-active {
    background: blue;
}
.ab-clear {
    clear: both;
}

.img_btn_grp {
    margin-bottom: 10px;
    float: right;
}

.img_btn_grp a {
    cursor: pointer;
}
.ab-grid_item_inner {
    height: 120px;
}

.ag-grid1_title {
    height: 70px;
}

/* 스와이퍼(이미지 게시판) */
.ab-grid2 .swiper-container {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1440px) and (min-width: 768px)  {

    .ab-grid1_container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 0 25px;
    }

    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 430px;
    }
}

@media screen and (min-width: 1024px) {
    .ab-grid-outer {
        width: 100%;
    }
}

@media screen and (max-width: 940px) {
    .ab-grid1_container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
    }
    .ab-grid-outer {
        width: 60%;
    }

    .ab-grid_item_inner,
    .ag-grid1_title {
        height: auto;

    }
}


@media screen and (max-width: 768px) {

    .ab-page_main {
        width: 100%;
    }

    .ab-title_main .ab-title_left {
        position: relative;
    }

    /*.ab-title_main .ab-title_right {*/
    /*    position: relative;*/
    /*}*/

    .ab-grid1_container .ab-title_right {
        position: relative;
    }
    .ab-grid-outer {
        width: 60%;
    }
    .ab-grid2 .ab-boardCnt {
        display: none;
    }

    .ab-grid_item_inner {
        width: 440px;
    }

    .ab-grid2 .swiper-container {
        width: 40%;
    }

}

@media screen and (max-width: 430px) {
    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 330px;
    }

    .ab-grid1_img,
    .ab-abs_app .swiper-slide img {
        height: 260px;
    }

    .ab-grid2 {
        display: block;
    }
    .ab-grid2 .swiper-container {
        width: 100%;
        min-height: 0;
    }

    .ab-grid2 .ab-grid_content {
        margin-top: 13px;
        min-height: 0;
    }
    .ab-grid2 .ab-pstCn {
        display: none;
    }
    .ab-grid2 .ab-grid-outer {
        width: 100%;
    }

    .ab-title_main .ab-title_right {
        width: 100%;
        position: relative;
    }
    .ab-abs_title {
        height: 6vh;
        padding-top: unset;
    }
    .ab-abs_app .ab-abs_title {
        padding-top: 0;
    }
    .ab-page_main {
        display: none;
    }
    .ab-abs_app .ab-title_right {
        position: relative;
    }

}

@media screen and (max-width: 390px) {
    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 280px;
    }

    .ab-grid1_img,
    .ab-abs_app .swiper-slide img {
        height: 220px;
    }

    .abs_faq_list {
        padding-left: 5px;
    }

}

@media screen and (max-width: 360px) {
    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 250px;
    }

    .ab-grid1_img,
    .ab-abs_app .swiper-slide img {
        height: 200px;
    }
}

@media screen and (max-width: 320px) {
    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 230px;
    }

    .ab-grid1_img,
    .ab-abs_app .swiper-slide img {
        height: 180px;
    }
}

@media screen and (max-width: 280px) {
    .ab-grid1_img,
    .ab-grid_item_inner,
    .ab-abs_app .swiper-slide img {
        width: 220px;
    }
    .ab-grid1_img,
    .ab-abs_app .swiper-slide img {
        height: 170px;
    }
}



/*============================== 이미지형 게시판 끝 ================================*/

/*============================== 게시판 상세보기 시작 ================================*/

/*.ab-main_title {*/
/*	font-size: 28px;*/
/*	margin-bottom: 35px;*/
/*	margin-top: 14px;*/
/*}*/
.ab-detail {
    border-top: 2px solid #666666;
    border-bottom: none;
    font-size: 16px;
    font-weight: 700;
    padding-top: 38px;
    padding-bottom: 38px;
    display: block;
}
.ab-abs_main {
    margin-top: 91px;
    margin-bottom: 91px;
}
.ab-grid_bottom {
    display: flex;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    height: 40px;
    color: #929292;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 10px;
}
.ab-detail_file .ab-board_left {
    text-align: center;
}
.ab-detail_file {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    padding-right: 56px;
    align-content: center;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.ab-board_left {
    width: 20%;
    align-content: center;
}
.ab-file {
    color: darkgray;
    cursor: pointer;
    font-weight: 500;
}
.ab-file:hover {
    font-weight: 700;
    color: #0076BD;
}
/*.ab-btn-grp {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	margin-top: 20px;*/
/*	margin-bottom: 20px;*/
/*}*/
.ab-list-btn {
    position: relative;
    background: #0076BD;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ab-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
.ab-boardCnt {
    font-weight: 700;
}
.ab-detail .ab-img_title {
    font-size: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
.ab-board_right {
    height: 156px;
}
.ab-board_right::placeholder {
    color: #999999;
}
/* 게시글 상세 */
.ab-board_content {
    border-top: 1px solid #DDDDDD;
}
.ab-content_txt {
    font-size: 18px;
    color: #333333;
    padding: 5%;
}

.ab-detail_file .ab-board_right {
    align-content: center;
    width: 80%;
}
.ab-detail {
    font-size: 16px;
    font-weight: 700;
}

.ab-detail_bottom {
    position: relative;
    margin-left: 31px;
    margin-right: 31px;
}

.ab-detail_left, .ab-detail_right {
    display: flex;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    align-items: center;
    /*cursor: pointer;*/
    max-width: calc(50% - 60px);
}

.ab-detail_left .ab-next_title {
    text-align: left;
}

.ab-detail_right {
    justify-content: flex-end;
}

.ab-next_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    width: 250px;
    text-align: right;
}
.ab-detail_title {
    /*height: 7vh;*/
    padding: 10px;
}
/*		.ab-abs_app {
			max-width: 1200px;
			margin:0 auto;
		}*/

.ab-content_img {
    margin-top: 20px;
    text-align: center;
}

.ab-img_column {
    flex-direction: column;
    width: auto;
}

.ab-img_display {
    overflow: visible;
}

.ab-detail .ab-file {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

[class^=ab-page]:not(.ab-page_main) {
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .ab-detail {
        padding-top: 10px;
    }
    .ab-img_title {
        font-size: 29px;
    }
    .ab-grid_bottom {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .ab-next_title {
        width: 200px;
    }
    .ab-grid_bottom a {
        margin: auto;
    }

    .ab-grid_bottom {
        align-items: start;
    }
}
@media screen and (max-width: 425px) {
    .ab-detail_left, .ab-detail_right {
        display: none;
    }
    .ab-img_title {
        font-size: 25px;
    }
    .ab-detail .ab-img_title {
        font-size: 25px;
    }
    .ab-detail .ab-fileList {
        padding-left: 15px;
        font-size: 14px;
        width: 80%;
    }
    .ab-detail .ab-board_left {
        font-size: 13px;
        width: 20%;
    }
    .ab-detail .ab-detail_file {
        padding-right: 0;
    }

}


/*============================== 게시판 상세보기 끝 ================================*/

/*=============================== 일반형 게시판  시작 ==================================*/
.ab-contentLayout {
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.ab-app {
    font-family: "xeicon";
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.ab-h1 {
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    margin-right: 12px;
}

.ab-top, .ab-list{
    /*display: flex;*/
    text-align: center;
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 700;
    max-width: inherit;
    gap: 20px;
}

.ab-top {
    background-color: #f8f8f8;
    border-top: 3px solid #0076bd;
}

.ab-list {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.ab-title {
    height: 235px;
    padding-top: 75px;
}

.ab-main {
    margin-top: 30px;
}

/*.ab-search_left, .ab-search_input {
	border: 0px;
	outline: none;
	font-weight: 700;
}

.ab-search_left {
	width: 100px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-image: url(../static/css/images/sample3/icon_select.png);
	background-repeat: no-repeat;
	background-position: calc(100% -10px) center;
	font-weight: 700;
	appearance: none;
	background-position: 80px 0px;
	background-size: 25px;
}*/

.ab-search_input::placeholder {
    color: #b7bcc7;
}

.ab-list_count {
    font-size: 16px;
    font-weight: 700;
}

.ab-title_left {
    display: flex;
    padding-top: 20px;
}

/* 팝업창 */
.ab-popup {
    font-weight: 700;
    padding: 5px 20px;
    max-width: 900px;
    font-family: 'Lato', 'Pretendard', 'SCDream', 'sans-serif';
}

.ab-popup_close {
    display: flex;
    justify-content: end;
    margin: 5px 0;
    cursor: pointer;
}

.ab-popup_content {
    margin: 30px 0;
}

/* 정보 기입 후 다운로드하는 모달 */
/* .ab-popup_list { */
/* 	display: flex; */
/* 	border-bottom: 1px solid #666666; */
/* 	height: 65px; */
/* 	font-size: 16px; */
/* 	font-weight: 700; */
/* 	align-items: center; */
/* } */

.ab-popup_list {
    display: flex;
    border-bottom: 1px solid #666666;
    max-height: 260px;
    font-size: 16px;
    font-weight: 700;
    align-items: stretch;
}

.ab-popup_content {
    border-top: 1px solid #666666;
}

.ab-popup_left, .ab-popup_right {
    padding: 10px 20px;
}

.ab-popup_left {
    background-color: #f5f5f5;
    align-content: center;
}

.ab-popup_right {
    width: 75%;
    text-align: left;
    overflow-y: auto;
    max-height: 250px;
    align-content: center
}

.ab_popup_dwlndMain {
    display: flex;
    gap: 10px;
    margin: 10px 0px;
    align-items: center;
}

.ab-popup_agree {
    display: flex;
    border: 1px solid;
    padding: 8px;
    align-content: center;
    min-height: 70px;
    display: block;
    height: auto;
}

.ab-agree_left {
    display: flex;
}

.ab-popup_btn {
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    height: 50px;
    width: 100%;
    font-weight: 700;
    box-shadow: 0 0 1px 1px #0000004d;
    /*color: #929292;*/
    background: none;
    font-size: 20px;
    border: none;
}

.ab_popup_btnDwlnd{
    height: 26px;
    width: 80px;
    text-align: center;
    font-weight: 700;
    background: none;
    box-shadow: 0 0 1px 1px #0000004d;
    border-radius: 5px;
    border: none;
}

.ab_popup_fileNm_container {
    width: 80%;
    border: 1px solid #DDDDDD;
    height: 30px;
    align-content: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

a.ab_popup_fileNm {
    padding: 0px 10px;
    display:inline-block;
    white-space: nowrap;
}

.ab-popup_input, .ab-popup_select {
    height: inherit;
    width: inherit;
}

.ab-popup_input.tel {
    margin-left: 10px;
}

.ab-file-icon, .ab-list {
    cursor: pointer;
}

.ab-list {
    align-items: center;
}

.ab-list:hover {
    background: #fafafa;
    transition: 1s ease-out;
}

.ab-popup_select, .ab-popup_input {
    height: 40px;
    border: 1px solid #E7E7E7;
    padding: 0 10px;
}
/* Style the modal */
.ab-myModal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.ab-myModal .ab-modal_content {
    background-color: var(- -dominant-color2);;
    margin-top: 1%; /* 15% from the top and centered */
    align-content: center;
    /*border: 1px solid #888;*/
    height: 95vh;
}

.ab-downloadModalArea {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 800px;
    min-height: 250px;
    border-radius: 10px;
    height: auto;
}
.ab_popup_fileNm_container {
    display: flex;
    align-items: center;
}
.ab-popup_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab-agree_detail {
    color: #0082c8;
    font-size: 16px;
    align-content: flex-end;
    font-size: 16px;
}

.ab-agree_bottom {
    overflow-y: scroll;
    height: 90px;
    font-size: 16px;
    padding: 22px 5px;
    text-align: left;
}

.ab-page_prev, .ab-page_pprev, .ab-page_next, .ab-page_nnext {
    align-content: center;
}

.ab-page_main {
    width: 100%;
}

.ab-popup_titleTop {
    font-size: 30px;
}

.ab-popup_titleBottom {
    color: #929292;
    font-size: 20px;
}

.ab-agree-txt {
    font-size: 24px;
    margin-right: 10px;
}

#prvcChk {
    transform: scale(2);
}

.ab-agree {
    font-size: 24px;
    margin-left: 10px;
}

.ab-popup_title {
    text-align: left;
}

#tel1 {
    width: 22%;
    margin-right: 10px;
}

#tel2, #tel3 {
    width: 22%;
    margin: 0 10px;
}

.ab-agree_top {
    display: flex;
    align-items: center;
    margin: 15px 0 15px 0;
}

.ab-board_list .ab-top_list {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ab-top_list {
    /*width: 100%;*/
    padding: 10px;
    text-align: center;
}

.boardTbl {
    width: 100%;
}

@media screen and (max-width: 1439px) {
    .ab-title, .ab-main {
        max-width: inherit;
    }
    .ab-top_list.blind {
        display: none;
    }
    .ab-downloadModalArea {
        max-width: 700px;
    }
}


@media screen and (max-width: 1024px) {
    .ab-downloadModalArea {
        max-width: 550px;
    }
    .ab-popup_titleTop {
        font-size: 25px;
    }
    .ab-popup_titleBottom, .ab-agree-txt, .ab-agree, .ab-popup_btn {
        font-size: 16px;
    }
    .ab-agree_detail {
        font-size: 12px;
    }
    #prvcChk {
        transform: scale(1.5);
    }
    .ab-popup_left {
        padding: 18px;
        text-align: center;
    }
    /* 	.ab-popup_list { */
    /* 		height: 55px; */
    /* 	} */
}



@media screen and (max-width: 768px) {
    .boardTbl {
        width: 95vw;
        table-layout: fixed;
    }
    .ab-downloadModalArea {
        max-width: 500px;
    }
    .ab-popup_titleBottom, .ab-agree-txt, .ab-agree, .ab-popup_btn {
        font-size: 16px;
    }
    .ab-agree_detail {
        font-size: 12px;
    }
    #prvcChk {
        transform: scale(1.5);
    }
    /* 	.ab-popup_left { */
    /* 		padding: 18px; */
    /* 		text-align: center; */
    /* 	} */
    .ab-popup_left {
        padding: 0px;
        text-align: center;
    }
    /* 	.ab-popup_list { */
    /* 		height: 55px; */
    /* 	} */
    /*	.ab-page_main {*/
    /*		width: 100%;*/
    /*        display: flex;*/
    /*    }*/
    .ab-title_main .title_left {
        display: none;
    }
    .abs_grid2 .title_main .title_left {
        display: none;
    }
    .ab-board_list .ab-top_list {
        align-items: center;
        /*padding: 10px;*/
        gap: 10px;
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        /*overflow: hidden;*/
    }

    /* 팝업창 */
    .ab-downloadModalArea {
        width: 450px;
    }
    /* 	.ab-popup_list { */
    /* 		height: 50px; */
    /* 		max-width: 400px; */
    /* 	} */
    .ab-popup_select, .ab-popup_input {
        height: 30px;
        width: 220px;
    }
    .ab-popup_titleBottom {
        font-size: 16px;
    }
    .ab-popup_content, .ab-popup_agree, .ab-popup_btn {
        max-width: 400px;
    }
    .ab-agree-txt {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .ab-agree_left {
        align-self: center;
        display: block;
    }
    .ab-agree_right {
        align-items: center;
    }
    #prvcChk {
        transform: scale(1.5);
    }
    .ab-agree {
        font-size: 17px;
        margin-left: 5px;
    }
    .ab-agree_detail {
        font-size: 14px;
        float: left
    }
    /*.ab-popup_title {*/
    /*	text-align-last: center;*/
    /*}*/
    .ab-popup_titleBottom {
        font-size: 14px;
    }
    .ab-popup_left {
        margin-right: 10px;
        padding: 16px 0;
        text-align: center;
    }
    .ab-popup_right {
        width: 77%;
        padding: 10px;
    }
    .ab-agree_bottom {
        font-size: 15px
    }
}

@media screen and (max-width: 430px) {
    .boardTbl {
        width: 91vw;
    }

    /* 임시로 마지막 요소 안보이도록 설정함 */
    .ab-top .ab-top_list:last-child,
    .ab-board_list .ab-top_list:last-child {
        display: none;
    }
    .ab-downloadModalArea {
        width: 370px;
    }
    .ab-top {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .ab-main {
        margin-top: 10px;
    }
    .ab-top {
        height :50px;
        align-items: center;
    }
    .ab-top, .ab-top_list, .ab-list {
        font-size: 11px;
    }
    .ab-top, .ab-list {
        padding: 10px 15px;
        gap: 5px;
    }
    .ab-list_count {
        font-size: 12px;
    }
    .ab-title_left {
        top: 30px;
    }

    /* 팝업창 */
    .ab-downloadModalArea {
        width: 400px;
    }

    .ab-agree-txt, .ab-agree, .ab-popup_list {
        font-size: 13px;
    }

    .ab-agree_bottom, .ab-popup_titleBottom {
        font-size: 13px;
    }

    .ab-popup_btn {
        font-size: 20px;
    }

    .ab-popup_btn {
        margin: 15px 0;
        height: 40px;
        width: 100%;
        font-size: 13px;
        font-weight: 600;
        padding: 0px;
    }

    .ab-agree_detail, .ab-agree_bottom, .ab_popup_btnDwlnd {
        font-size: 12px;
    }

    .ab-popup_agree {
        min-height: 60px;
    }

    .ab-popup_content {
        margin: 15px 0;
    }

    /* 	.ab-popup_list { */
    /* 		height: 40px; */
    /* 	} */

    .ab-popup_left {
        margin-right: 0px;
        padding: 12px 0;
    }

    #tel1 {
        width: 25%;
        margin-right: 9px;
    }

    #tel2, #tel3 {
        width: 25%;
        margin: 0 9px;
    }

    .ab-agree_top {
        align-items: baseline;
    }

}
@media screen and (max-width: 375px) {
    .boardTbl {
        width: 89vw;
    }
    .ab-downloadModalArea {
        width: 350px;
    }
    .ab-popup_select, .ab-popup_input {
        height: 30px;
        width: 180px;
    }
    .ab-popup_left {
        padding: 13px 0;
    }
    .ab-agree-txt, .ab-agree, .ab-popup_list {
        font-size: 13px;
    }
    .ab-popup_titleBottom, .ab-agree_bottom,.ab_popup_btnDwlnd {
        font-size: 11px;
    }
    .ab-popup_content, .ab-popup_btn {
        margin: 10px 0;
    }
    #tel1 {
        width: 30%;
        margin-right: 5px;
    }
    #tel2, #tel3 {
        width: 30%;
        margin: 0 5px;
    }
    .ab-popup_select, .ab-popup_input {
        width: 200px;
    }
}

@media screen and (max-width: 360px) {
    .ab-downloadModalArea {
        width: 340px;
    }
}

@media screen and (max-width: 320px) {
    .ab-title, .ab-main {
        max-width: 310px;
    }
    .ab-downloadModalArea {
        width: 290px;
    }
    .ab-popup_right {
        padding: 0px;
    }
    .ab-popup_titleBottom {
        font-size: 9px;
    }
    .ab-popup_left {
        padding: 14px 1px;
        margin-right: 10px;
    }
    .ab-agree-txt, .ab-agree, .ab-popup_list, .ab-agree_detail {
        font-size: 10px;
    }
    #prvcChk {
        transform: scale(1.0);
    }
    .ab-agree_bottom {
        font-size: 10px;
    }
    .ab-popup_agree {
        min-height: 40px;
    }
    .ab-popup_titleTop {
        font-size: 20px;
    }
    .ab-popup {
        padding: 5px 10px
    }
    .ab-title_left {
        position: relative;
        top: 30px;
        left: 0;
    }
    .ab_popup_btnDwlnd {
        height: 24px;
        width: 60px;
        font-size: 10px;
        margin-right: 3px;
    }
}
@media screen and (max-width: 280px) {
    .boardTbl {
        width: 85vw;
    }
    .ab-downloadModalArea {
        width: 255px;
        min-height: 200px;
    }

    .ab-top, .ab-top_list, .ab-list {
        font-size: 10px;
    }

    .ab-popup_select, .ab-popup_input {
        width: 62vw;
    }
}

/*=============================== 일반형 게시판  끝 ====================================*/



/*=============================== 게시판 상세보기 시작 ====================================*/

.ab-img_column {
    flex-direction: column;
}

.ab-img_display {
    overflow: visible;
}

.ab-btn_hidden {
    display: none;
}

/* 댓글 */
.ab-cmtCount_wrap {
    font-size: 21px;
    margin-bottom: 14px;
}

#ab-cmtCount {
    color:#0076BD;
}
.ab-cmt {
    margin-top: 28px;
    border-top: 1px solid darkgray;
}

.ab-cmtInput_wrap {
    background: #fafafa;
    padding: 25px 35px;
}
.ab-cmtAdd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.ab-cmtInput {
    flex-grow: 1;
    position: relative;

}
.ab-cmtEdit_wrap {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
}
.ab-cmtEdit {
    background: #fafafa;
    padding: 25px 35px;
    position: relative;

}
.ab-cmtInput textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #dddddd;
    background: #ffffff;
    padding: 25px;
    resize: none;
}
.ab-cmtInput textarea:focus {
    outline: none !important;
}
.ab-textCount_wrap {
    color: darkgray;
    position: absolute;
    font-size: 16px;
    bottom: 10px;
    right: 10px;
}

.ab-textCount {
    color: black;
}

.ab-cmtAddBtn button {
    background-color: #0076BD;
    color:#ffffff;
    width: 100px;
    height: 140px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.ab-cmt_top_wrap {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.ab-cmt_top, .ab-cmt_btn_wrap {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
}

.ab-cmt_btn_wrap {
    color: darkgray;
    font-weight: 600;
}

.ab-cmt_top_wrap, .ab-cmt_content {
    font-size: 16px;
}

.ab-cmt_content {
    font-weight: 500;
}
.ab-cmt_cmt_content {
    margin-left: 24px;
}

.ab-cmt_writer {
    font-weight: 700;
}

.ab-cmt_date {
    color: darkgray;
}

.ab-recipient {
    font-weight: 700;
    color: navy;
}

.ab-cmt_cmt {
    color: #0076BD;
}

.ab-cmt_item {
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    border-collapse: collapse;
}

.ab-userInfo {
    display: flex;
    justify-content: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.ab-userInfo input, .ab-pswdInput input {
    width: 150px;
    padding: 5px;
    background-color: #ffffff;
    font-size: 16px;
    border: 1px solid #dddddd;
}

.ab-pswdInput{
    background: #fafafa;
    padding: 25px 35px;
    position: relative;
    margin-top: 25px;

}

.ab-pswdInput_wrap {
    display: flex;
}

.ab-pswdInput_wrap button {
    width: 50px;
    background-color: #0076BD;
    color:#ffffff;
    border: none;
    padding: 5px;
}

/* 대댓글 */
.ab-cmtCmtInput_wrap {
    background: #fafafa;
    padding: 25px 35px;
    margin-top: 25px;
    position: relative;
}

.ab-cancelBtn {
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    text-align: center;
    font-size: 25px;
    position: absolute;
    top:0;
    right: 0;
}

.ab-nameBox {
    color: navy;
    width: fit-content;
    height: 55px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #dddddd;
    background: #ffffff;
    padding: 15px 0 0 10px;
}

.ab-cmtCmtInput textarea {
    width: 100%;
    height: 55px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    background: #ffffff;
    padding: 12px;
    resize: none;

}

.ab-cmtCmtInput.includeRecipient textarea {
    border-width: 1px 1px 1px 0;

}

.ab-cmtCmtInput textarea:focus {
    outline: none !important;
}

.ab-cmtBtn button {
    height: 55px;
}

.ab-cmtCmtInput {
    flex-grow: 1;
    position: relative;

}

.ab-cmtBtn {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    height: 55px;
}

@media screen and (max-width: 768px) {
    .ab-cmtCount_wrap {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .ab-cmtEdit_wrap .ab-cmt_item {
        padding: 10px;
    }

    .ab-cmtInput_wrap {
        padding: 15px 18px;
    }

    .ab-cmtInput textarea {
        height: 120px;
        padding: 20px;
        font-size: 14px;
    }

    .ab-cmtAddBtn button {
        width: 80px;
        height: 120px;
        padding: 0 16px;
        font-size: 14px;
    }
    .ab-cmt_top_wrap, .ab-cmt_content, .ab-userInfo input, .ab-nameBox, .ab-cmtCmtInput textarea, .ab-textCount_wrap {
        font-size: 14px;
    }

    .ab-cmtCmtInput_wrap {
        padding: 15px 18px;
        margin-top: 15px;
    }
    .ab-cmtEdit, .ab-pswdInput {
        padding: 15px 18px;
    }

}

@media screen and (max-width: 425px) {

    .ab-cmtCount_wrap {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ab-userInfo {
        flex-direction: column;
        gap: 8px;
    }

    .ab-cmtAddBtn button {
        width: 60px;
        padding: 0 16px;
        font-size: 14px;
    }

    .ab-cmt_top_wrap {
        flex-direction: column;
        align-items: baseline;
    }

    .ab-cmtInput textarea, .ab-cmtCmtInput textarea {
        height: 120px;
        padding: 10px;
    }

    .ab-nameBox, .ab-cmtBtn {
        height: 120px;
    }

    .ab-cancelBtn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .ab-pswdInput_wrap input {
        font-size: 14px;
    }
}

/*=============================== 게시판 상세보기 끝 ====================================*/








/*********************************************************************************/












/*********************************** 폰트영역 시작 ****************************************/
/* 컨텐츠 영역 글씨 */
.sort-flex-ver,
.ab-abs_app,
.his-left-div,
.left-container,
#subNavMenuContainer {
    font-family: 'Pretendard' ;
}
/* 컨텐츠 영역 헤더 */
#in-title {
    font-family: 'SCDream5' ;

}
.banner-main-text {
    font-family: 'SCDream5' ;
}

/*********************************** 폰트영역 끝 ****************************************/











/*============================== 투스텝페이지 컨텐츠 시작  ================================*/
/*
@media  (max-width: 768px) {
    .ac-tab-scroll{
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        justify-content: space-around !important;

    }
}

*/



/*============================== 투스텝페이지 컨텐츠  끝 ================================*/