/* reset  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    width: 100%;
    height: 100%; 
    background-color: #000; 
    color: #fff;
    font-family: 'Pretendard',sans-serif;
}
#wrap {
    max-width: 1920px;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
}

/* 공통 */
.height1080 {height: 1080px; align-items: center;}
.orangetxt {color: #F26A25; font-weight: 700;}
.title {font-size: 48px; line-height: 1.2;}
.stitle {font-size: 22px; color: #F26A25; font-weight: 400; margin-bottom: 56px;}
.txt{font-size: 24px; font-weight: 500;}
button[class$="_btn"] {border-radius: 40px; font-size: 24px; font-weight: 400; text-align: center; border: none; padding: 16px 78px; cursor: pointer;}
.annot{ color: #21558A; font-size: 14px; font-weight: 400;}
h4{font-size: 22px;}

/* 헤더 */
#header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #000;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 34px 90px;
}
.header_wrap .gnb .gnb_list{
    display: flex;
    gap: 55px;
}
.header_wrap .gnb .gnb_list li{
    cursor: pointer;
}
.header_wrap .gnb .gnb_list li a{
    font-size: 18px;
    text-decoration: none;
    font-weight: 300;
    color: #fff;
}

/* 콘텐츠 */
#content {margin-top: 96px;}

div[class^=aboutus_box] {
    padding-left: 13.5%;
    width: 100%;
    display: inline-flex;
}
.aboutus_box1{
    position: relative;
    height: 100vh; 
    overflow: hidden;
}
.scollbox_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
}
.scollbox_wrap div[class^=scroll]{
    height: 100vh;
}
.scollbox_wrap .scroll-1 {
    padding: 14% 27%;
    background: url(../images/aboutus_icon_01.png) no-repeat right 32% top 50%;
    z-index: 1;
}  
.scollbox_wrap .scroll-2 {
    position: absolute;
    top: 100vh; /* 섹션 2를 화면 아래에 위치시키기 */
    width: 100%;
    transform: translateY(0); /* 시작 시 위치를 기본으로 설정 */
}
.aboutus_box2{
    padding-right: 10%;
}
.aboutus_box2 .image_box{
    margin: 0 50px 0 113px;
}
.aboutus_box2 .content_box{
    margin-top: 30%;
}
.aboutus_box2 .content_box ul li{
    display: flex;
    width: 100%;      
    line-height: 36px;
}
.aboutus_box2 .content_box ul li + li {
    margin-top: 17px;
}
.aboutus_box2 .content_box ul li span:first-child {
    width: 150px;
    color: #5B5B5B;
    font-size: 22px;
}
.aboutus_box2 .content_box ul li span:last-child {
    font-size: 24px;
    color: #fff;
}
.aboutus_box3 .content_box .txt {
    margin: 29px 0 36px 0;
    line-height: 36px;
}
.aboutus_box3 .content_box .colorbox {
    display: flex;
    gap: 32px;
    align-items: center;
}
.aboutus_box3 .content_box .colorbox div{
    width: 250px;
    height: 60px;
    border-radius: 10px;
    line-height: 60px;
    text-align: center;
}
.aboutus_box3 .content_box .colorbox div span{
    font-weight: 700;
}
.aboutus_box3 .content_box .colorbox .colorbox_og{
    background-color: #F26A25 ;
    color: #000000;
}
.aboutus_box3 .content_box .colorbox .colorbox_ny{
    background-color: #19254A;
}
.aboutus_box3 .content_box .colorbox + .colorbox{
    margin-top: 30px;
}
.aboutus_box3 .content_box .colorbox p{
    color: #5B5B5B;
}
.aboutus_box3 .image_box {
    margin-left: 192px;
    background-image: url(../images/aboutus_02.png);
    width: 494px;
    height: 467px;
    animation: switch 5s infinite;
}
@keyframes switch {
    50% { 
      background-image: url(../images/aboutus_03.png);
    }
}

.history_box .swiper{
    margin-left: 13.5%;
    width: calc(100% - 14%);
    height: 647px;
}
.history_box .swiper .swiper-wrapper{
    display: flex;
    width: 100%;
    height: 508px;
    position: relative;
    align-items: flex-end; 
}
.history_box .swiper .swiper-scrollbar{
    bottom: 0;
    left: 0;
    width: calc(100% - 27%);
    background: #191919;
}
.history_box .swiper .swiper-scrollbar-drag {
    background: #757575;
}
.history_box .swiper .swiper-wrapper .swiper-slide{
    position: relative;
    padding: 0 0 58px 24px;
    border-left:0;
    height: 315px;
    border-bottom: 2px solid #F26A25;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: height 0.5s ease, justify-content 0.5s ease;
}
.history_box .swiper .swiper-wrapper .swiper-slide:first-child{margin-left: 20px;}
.history_box .swiper .swiper-wrapper .swiper-slide:hover{
    height: 508px;
    justify-content: flex-start;
}
.history_box .swiper .swiper-wrapper .swiper-slide:before{
    content:'';
    width: 16px;
    height: 16px;
    border-radius : 50%;
    background-color: #F26A25;
    position: absolute;
    left:0;
    bottom:-9px;
    transition: box-shadow 0.5s ease;
}
.history_box .swiper .swiper-wrapper .swiper-slide:hover:before{
    width:20px;
    height:20px;
    background-color: #fff;
    box-shadow: rgb(126,78,35) 0px 0px 0px 10px, rgb(84,56,27) 0px 0px 0px 20px;
}
.history_box .swiper .swiper-wrapper .swiper-slide:after{
    content:'';
    width: 1px;
    height: 0;
    position: absolute;
    background-color: #fff;
    left:10px;
    bottom: 8px;
    transition: height 1s ease;
}
.history_box .swiper .swiper-wrapper .swiper-slide:hover:after{
    height:508px;
}
.history_box .swiper .swiper-wrapper .swiper-slide .sub_title{
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}
.history_box .swiper .swiper-wrapper .swiper-slide .title_box{
    display: none;
}
.history_box .swiper .swiper-wrapper .swiper-slide .title_box .title{
    font-size: 60px;
}
.history_box .swiper .swiper-wrapper .swiper-slide:hover .sub_title{
    display: none;
} 
.history_box .swiper .swiper-wrapper .swiper-slide:hover .title_box{
    display: block;
}
.history_box .swiper .swiper-wrapper .swiper-slide ul{
    list-style-type: disc;
    margin: 20px 0 0 20px;
}
.history_box .swiper .swiper-wrapper .swiper-slide ul li{
    white-space: nowrap;
    line-height: 1.5;
}
.client_box {
    padding: 0 14.5% 0 13.5%;
    display: inline-flex;
    width: 100%;
}
.client_box .title_box{
    width: 100%;
}
.client_box .image_box {
    margin-left: 156px;
    overflow: hidden;
    position: relative;
    height: 636px;
    width: 100%;
}
.client_box .image_box .slider{
    width: 100%;
    margin-top: 20px;
    position: absolute;
    opacity: 1;
    transition: transform 1s ease-in-out;
}
.client_box .image_box .slider img{
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}
.client_box .image_box .slider.img1 {transform: translateY(0);}
.client_box .image_box .slider.img2 {transform: translateY(100%);}
.client_box .image_box .slider.img3 {transform: translateY(200%);}
.client_box .image_box .slider.img4 {transform: translateY(300%);}
.client_box .image_box .slider.img5 {transform: translateY(400%);}
.client_box .image_box .slider.img6 {transform: translateY(500%); z-index:1;}
#business{
    width: 100%;
    height: 1482px;
    background: url(../images/business_01.png) 100% bottom no-repeat;
}
.business_box {
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}
[class^="business_box"] .innerbox{
    text-align: center;
    padding: 190px 0 180px 0;
    width: 580px;
    height: 1080px;
    border-radius: 50px;
}
[class^="business_box"] .innerbox .title_box .stitle{
    margin-bottom: 40px;
}
[class^="business_box"] .innerbox .title_box .title + p {
    font-size: 26px;
    margin-top: 20px;
    line-height: 1.5;
    font-weight: 300;
}
[class^="business_box"] .innerbox .txt{
    line-height: 36px;
    font-weight: 400;
}
.business_box .innerbox .title_box{height: 210px;}
.business_box .innerbox .txt {
    margin-top: 60px;
    height: 250px;
}
.business_box .innerbox .more_btn{
    background: url(../images/business_icon_01.png) #FFFFFF 100% no-repeat;
    background-position: 145px;
    padding: 16px 105px 16px 78px;
    margin-top: 45%;
}
.business_box .innerbox:hover {
    background-color: #F26A25;
    color: #000000;
}
.business_box .innerbox:hover .stitle{
    color: #FFFFFF;
}
.business_box .innerbox:hover .more_btn{
    background: url(../images/business_icon_01_hover.png) #000000 100% no-repeat;
    color: #FFFFFF;
    background-position: 145px;
}
.business_box_active{
    overflow: hidden;
    display: none;
    margin: 0 5%;
    height: 1077px;
}
.business_box_active .innerbox{
    width: 157px;
    height: auto;
    padding: 0;
    transition: width 0.3s ease;
}
.business_box_active .innerbox.active{
    width: auto;
}
.business_box_active .innerbox.active + .innerbox{
    margin-left: auto;
}
.business_box_active .innerbox.active .innerbox_active{
    display: flex;
}
.business_box_active .innerbox.active .click_title{
    display: none;
}
.business_box_active .click_title{
    padding: 40px 84px;
    transform: rotate(90deg);
    transform-origin: left;
    white-space: nowrap;
    display: flex;
    width: 1077px;
    height: 157px;
    margin-left: 50%;
    align-items: center;
    cursor: pointer;
}
.business_box_active .innerbox:hover .click_title p{
    color: #F26A25;
}
.business_box_active .click_title p{
    color: #FFFFFF;
    margin: 0;
}
.business_box_active .click_title p:last-child{
    font-size: 26px;
    font-weight: 700;
    padding-left: 75px;
}
.business_box_active .innerbox_active{
    text-align: left;
    color: #000000;
    background: url(../images/business_02.png), linear-gradient(90deg, rgba(255,255,255,1) 95%, rgba(153,153,153,1) 100%);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 81px 100px 0 129px;
    width: 1412px;
    height: 1077px;
    border-radius: 40px;
    gap: 10%;
    display: none;
}
.business_box_active .innerbox_active.mo {
    background: url(../images/business_03.png), linear-gradient(90deg, rgba(255,255,255,1) 95%, rgba(153,153,153,1) 100%);
    background-repeat: no-repeat;
    background-position: right center;
}
.business_box_active .innerbox_active.acc {
    background: url(../images/business_04.png), linear-gradient(90deg, rgba(255,255,255,1) 95%, rgba(153,153,153,1) 100%);
    background-repeat: no-repeat;
    background-position: right center;
}
.business_box_active .innerbox_active .txt{
    margin-top: 40px;
    height: 281px;
}
.business_box_active .innerbox_active .left_side {
    width: 40%;
}
.business_box_active .innerbox_active .right_side {
    overflow: hidden;
    width: 50%;
}
.business_box_active .innerbox_active .rollingbannerwrap ul div:first-of-type li:nth-child(even), .business_box_active .innerbox_active .rollingbannerwrap ul div:last-of-type li:nth-child(odd) {
    text-align: right;
}
.business_box_active .innerbox .innerbox_active .right_side .rollingbanner_ul li img{
    width: 600px;
    height: auto;
    margin-bottom: 40px;
}
.business_box_active .innerbox.acc .innerbox_active .right_side .rollingbanner_ul img{
    width: 375px;
}
.business_box_active .innerbox_active .right_side .graybox{
    background-color: #F1F1F1;
    border-radius: 40px;
    padding: 50px 60px;
    box-shadow: 0px 4px 4px #00000040;
}
.business_box_active .innerbox_active .right_side .graybox + .graybox{
    margin-top: 50px;
}
.business_box_active .innerbox_active .right_side .graybox h4{
    margin-bottom: 16px;
}
.business_box_active .innerbox_active .right_side .graybox p{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.business_box_active .innerbox_active .right_side .graybox .notice_icon{
    background-color: #AECEEF;
    color: #1C6DC2;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 14px 4px 34px;
    border-radius: 40px;
    position: relative;
    margin-left: 10px;
}
.business_box_active .innerbox_active .right_side .graybox .notice_icon:before{
    content: '';
    background: url(../images/business_icon_02.png) #1C6DC2 center no-repeat;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.business_box_active .innerbox_active .inquiry_btn{
    background-color: #000;
    color: #FFFFFF;
    margin-top: 102px;
}
.business_box_active .innerbox_active .inquiry_btn:hover {
    background-color: #F26A25;
    color: #000000;
}
.solution_box {padding: 21% 13% 20% 13.5%;}
.solution_box .tab_container .tab_list{
    display: flex;
    border-bottom: 2px solid #272727;
    margin: 14.5% 0 7% 0;
    gap: 2px;
}
.solution_box .tab_container .tab_list a{
    padding: 17px 0;
    width: 247px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    background-color: #151515;
    color: #5B5B5B;
    font-weight: 700;
}
.solution_box .tab_container .tab_list a.on{
    background-color: #FFFFFF;
    color: #F26A25;
}
.solution_box .tab_container .text_box p{
    background-color: #111111;
    border-radius: 20px;
    padding: 30px 40px;
    margin-top: 8%;
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
}
.solution_box .tab_content{
    display: none;
}
.solution_box .tab_content .tab_inner {
    overflow: hidden;
}
.solution_box .tab_content .tab_inner .titleline{
    display: flex;
    padding-bottom: 40px;
}
.solution_box .tab_content .tab_inner .titleline span{
    font-size: 24px;
    font-weight: 700;
    border-left: 2px solid #F26A25;
    padding: 0 62px 0 14px;
}
.solution_box .tab_content .tab_inner .bannerline + .titleline{
    margin-top: 128px;
}
.solution_box .tab_content .tab_inner [class^="bannerline"]{
    display: flex;
}
.solution_box .tab_content .tab_inner .rollingbanner_ul{
    display: flex;
    gap: 20px;
    margin-right: 20px;
}
.solution_box .tab_content .tab_inner .bannerline .rollingbanner.original {
	animation: rollingright1 32s linear infinite;
}
.solution_box .tab_content .tab_inner .bannerline .rollingbanner.clone {
	animation: rollingright2 32s linear infinite;
}
.solution_box .tab_content .tab_inner .bannerline2 .rollingbanner.original {
	animation: rollingright1 40s linear infinite;
}
.solution_box .tab_content .tab_inner .bannerline2 .rollingbanner.clone {
	animation: rollingright2 40s linear infinite;
}
@keyframes rollingright1 {
    0% { transform: translateX(0); }
	50% { transform: translateX(-100%); }
	50.01% { transform: translateX(100%); }
	100% { transform: translateX(0); }
}

@keyframes rollingright2 {
    0% { transition: translateX(0); }
	100% { transform: translateX(-200%); }
}
.solution_box .tab_content .supportbox {
    background-color: #FFFFFF;
    border-radius: 40px;
    width: 100%;
    padding: 50px 60px;
    color: #000000;
}
.solution_box .tab_content .supportbox + .supportbox{
    margin-top: 30px;
}
.solution_box .tab_content .supportbox h3{ font-size: 30px; }
.solution_box .tab_content .supportbox h3 + p{
    font-size: 18px;
    line-height: 1.7;
    font-weight: 500;
    padding: 16px 0;
}
.career_box {padding: 0 13.5% 10% 13.5%;}
.career_box .talent_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 9%;
} 
.career_box .talent_wrap .talent_box.ideal{
    background-color: #F26A25;
    width: 46%;
}
.career_box .talent_wrap .talent_box.common{
    background-color: #FFBA53;
    width: 350px;
}
.career_box .talent_wrap .talent_box.always{
    width: 46%;
    height: 319px;
    text-align: left;
    padding: 112px 0 0 126px;
}
.career_box .talent_wrap .talent_box.always::before, .career_box .talent_wrap .talent_box.always::after{
    content: '';
    display: block;
    width: 5px;
    height: 19px;
    border-radius: 2px;
    background-color: #434343;
    position: absolute;
    left: 16%;
    top: 30%;
}
.career_box .talent_wrap .talent_box.always::after{
    transform: rotate(90deg);
}
.career_box .talent_wrap .talent_box.always p{
    font-size: 36px;
    font-weight: 500;
    color: #434343;
}
.career_box .talent_wrap .talent_box.joining{
    background-color: #B1DDE7;
    width: calc(54% - 40px);
    height: 319px;
}
.career_box .talent_wrap .talent_box {
    border-radius: 40px;
    position: relative;
    padding: 2% 2.5%;
    height: 273px;
    transition: background-color 300ms linear;
}
.career_box .talent_wrap .talent_box:hover:not(.always) {
    background-color: #F1F4F9;
}
.career_box .talent_wrap .talent_box:hover .hoverdiv{
    display: block;
}
.career_box .talent_wrap .talent_box:hover .defaultdiv{
    display: none;
} 
.career_box .talent_wrap .talent_box .defaultdiv{
    text-align: center;
    padding-top: 50px;
}
.career_box .talent_wrap .talent_box.joining .defaultdiv{
    padding-top: 69px;
}
.career_box .talent_wrap .talent_box .defaultdiv p{
    font-size: 36px;
    font-weight: 700;
    margin-top: 16px;
}
.career_box .talent_wrap .talent_box .defaultdiv::before{
    content: '?';
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #F26A25;
    font-size: 32px;
    font-weight: 600;
    display: block;
    line-height: 42px;
    margin: 0 auto;
}
.career_box .talent_wrap .talent_box.common .defaultdiv::before{
    color: #FFBA53;
}
.career_box .talent_wrap .talent_box.joining .defaultdiv::before{
    color: #B1DDE7;
}
.career_box .talent_wrap .talent_box .defaultdiv::after{
    content: '';
    position: absolute;    
    width: 30px;
    height: 30px;
    right: 36px;
    bottom: 34px;
    background: url(../images/career_icon_01.png) no-repeat 100%;
}
.career_box .talent_wrap .talent_box.common .defaultdiv::after{
    background: url(../images/career_icon_02.png) no-repeat 100%;
}
.career_box .talent_wrap .talent_box.joining .defaultdiv::after{
    background: url(../images/career_icon_03.png) no-repeat 100%;
}
.career_box .talent_wrap .talent_box .hoverdiv{
    display: none;
}
.career_box .talent_wrap .talent_box .hoverdiv>span{
    background-color: #FFFFFF;
    border: 1px solid #F26A25;
    color: #F26A25;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 20px;
    margin-bottom: 16px;
    display: inline-block;
}
.career_box .talent_wrap .talent_box .hoverdiv .graytxt{
    color: #BEBEBE;
}
.career_box .talent_wrap .talent_box .hoverdiv p:not(.annot){
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
}
.career_box .talent_wrap .talent_box .hoverdiv .annot{
    padding-top: 16px;
    line-height: 1.5;
}
.career_box .talent_wrap .talent_box .hoverdiv::after{
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 36px;
    bottom: 30px;
    background: url(../images/career_icon_04.png) 100% no-repeat;
}
.career_box .talent_wrap .talent_box.common .hoverdiv::after{
    background: url(../images/career_icon_05.png) 100% no-repeat;
}
.career_box .talent_wrap .talent_box.joining .hoverdiv::after{
    background: url(../images/career_icon_06.png) 100% no-repeat;
}
.career_box .recruitment_box{
    background-color: #F1F1F1;
    border-radius: 40px;
    padding: 50px 60px;
    color: #000000;
    opacity: 0.4;
    transition: opacity 300ms linear;
    margin-top: 150px;
}
.career_box .recruitment_box + .recruitment_box{
    margin-top: 40px;
}
.career_box .recruitment_box:hover{
    opacity: 1;
}
.career_box .recruitment_box h4{
    padding-bottom: 16px;
}
.career_box .recruitment_box table tr{
    line-height: 1.5;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}
.career_box .recruitment_box table tr th{
    padding: 6px 15px 0 0;
}
.contact_box{
    background-color: #121212;
    padding: 5.5% 6% 0 10%;
    display: flex;
    gap: 20%;
}
.contact_box .logo_wrap{
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
}
.contact_box .logo_wrap img{
    width: 230px;
    height: auto;
}
.contact_box .logo_wrap span{
    border: 1px solid #5B5B5B;
    border-radius: 40px;
    color: #5B5B5B;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 5% 0;
    text-align: center;
}
.contact_box .contact_content_wrap>p{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 65px;
    line-height: 1.5;
}
.contact_box .contact_content_wrap .contact_content_box ul{
    display: flex;
    gap: 20px 40px;
    flex-wrap: wrap;
}
.contact_box .contact_content_wrap .contact_content_box ul li {
    font-size: 14px;
    font-weight: 300;
    width: calc(50% - 20px);
}
.contact_box .contact_content_wrap .contact_content_box ul li span{
    border-left: 1px solid #F26A25;
    padding: 0 22px 0 5px;
    font-size: 18px;
    font-weight: 400;
}
.contact_box .contact_content_wrap .copyright{
    color: #5B5B5B;
    font-size: 14px;
    font-weight: 300;
    padding-top: 28px;
}
/* 스와이퍼 */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide {
    width: 100%;
    position: relative;
}
.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper .swiper-slide .swiper-txtbox{
    position: absolute;
    left: 90px;
    top: 652px;
}
.swiper .swiper-slide .swiper-txtbox .btxt{
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
}
.swiper .swiper-slide .swiper-txtbox .txt{
    line-height: 30px;
    margin-top: 30px;
}
.swiper .swiper-pagination{
    position: absolute;
    left: 90px !important;
    bottom: 110px !important;
    text-align: left;
}
.swiper .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    border-radius: 4px;
    opacity: 0.4;
    background-color: #fff;
}
.swiper .swiper-pagination-bullet-active {
    opacity: 1;
    transition: width .5s;
    width: 57px;
}
/* 아이콘 바운스 영역 */
.bounceIcon_box{
    width: 100px;
    height: 100px;
    background: url(../images/aboutus_icon_04.png) no-repeat 100%;
    margin-top: 70px;
}
.bounceIcon_box img{
    height: 100px;
    width: 100px;
    animation: bounce 0.6s cubic-bezier(0, 0, 0.18, 0.99) infinite alternate;
}
@keyframes bounce{
    to{
        transform: translateY(-8px);
    }
}
/* 롤링배너 */
.rollingbanner ul li{
    box-sizing: border-box; 
}
.rollingbanner.original {
	animation: rollingtop1 33s linear infinite;
}
.rollingbanner.clone {
	animation: rollingtop2 33s linear infinite;
}

@keyframes rollingtop1 {
	0% { transform: translateY(0); }
	50% { transform: translateY(-100%); }
	50.01% { transform: translateY(100%); }
	100% { transform: translateY(0); }
}

@keyframes rollingtop2 {
	0% { transition: translateY(0); }
	100% { transform: translateY(-200%); }
}

.career_content_box{
    margin-top: 70px;
}
.career_content_ideal_talent{
    width: 632px;
    height: 273px;
}
.career_content_ideal_talent_outer{
    width: 560px;
    height: 160px;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F26A25;
    border-radius: 40px;
}
.career_common_font{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
}
.career_common_question_mark{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    gap: 10px;

    width: 42px;
    height: 42px;

    background: #FFFFFF;
    border-radius: 40px;

    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}
.ideal_talent_question_div{
    display: flex;
    justify-content: center;
    width: 560px;
    height: 42px;
}
.ideal_telent_font_div{
    text-align: center;
}
.career_content_ideal_talent_inner{
    display: flex;
    flex-direction: column;
    gap: 16px;
}