
.main-visual { position: relative; height: 100vh; overflow: hidden;} 
.main-visual .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("/asset/image/bg/recurit-type.png") no-repeat center center / cover; overflow: hidden; animation: zoom 10s infinite alternate;} 
.main-visual > div.txt-slide-wrap { width: 100%; max-width: 1720px; display: flex; justify-content: space-between; position: absolute; top: calc(50% + 70px); left: 50%; transform: translate(-50%, -50%); }  
.main-visual > div.txt-slide-wrap > .txt-wrap { } 
.main-visual > div.txt-slide-wrap > .txt-wrap > p { font-size: 36px; font-weight: 400; line-height: 54px; text-align: left; color: #FFFFFF; } 
.main-visual > div.txt-slide-wrap > .txt-wrap > h2 { font-size: 64px; font-weight: 400; line-height: 76.8px; text-align: left; color: #FFFFFF; margin-bottom: 86px; } 
.main-visual > div.txt-slide-wrap > .txt-wrap > h2 span { font-weight: 800; color: #FFFFFF; } 
.main-visual > div.txt-slide-wrap > .txt-wrap > img { margin: 0 auto; } 
.main-visual .recruit-slider-wrap { width: 560px; height: 781px; position: relative; } 
.main-visual .recruit-slider-wrap > p { font-size: 26px; font-weight: 800; line-height: 39px; text-align: left; color: #FFFFFF; margin-bottom: 26px; } 
.main-visual .recruit-slider-wrap > p span { color: #51CBFF; } 
.main-visual .recruit-slider-wrap .recruit-slider li { width: 100%; } 
.main-visual .recruit-slider-wrap .recruit-slider li .img-wrap { position: relative; width: 100%; height: 400px; overflow: hidden; } 
.main-visual .recruit-slider-wrap .recruit-slider li .img-wrap img { height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.main-visual .recruit-slider-wrap .recruit-slider li .txt-wrap { padding: 40px 0 40px 40px; background: #0046FF; display: flex; gap: 40px; } 
.main-visual .recruit-slider-wrap .recruit-slider li .txt-wrap p { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: left; color: #FFFFFF; } 
.main-visual .recruit-slider-wrap .recruit-slider li .txt-wrap > div { } 
.main-visual .recruit-slider-wrap .recruit-slider li .txt-wrap > div h6 { font-size: 36px; font-weight: 800; line-height: 46.8px; color: #FFFFFF; text-align: left; } 
.main-visual .recruit-slider-wrap .recruit-slider li .txt-wrap > div span { font-size: 20px; font-weight: 400; line-height: 30px; color: #FFFFFF; text-align: left; } 
.main-visual .control { display: flex; align-items: center; position: absolute; height: 50px; bottom: 0; left: 0px; color: #fff; z-index: 1; } 
.main-visual .control .prev,
.main-visual .control .next { margin: 0 1rem; cursor: pointer; } 
.main-visual .control .play,
.main-visual .control .stop { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 50%; border: 2px solid #B4B9C0; cursor: pointer; } 
.main-visual .control .play { display: none; } 
.main-visual .control > strong { font-size: 18px; font-weight: 800; line-height: 1; text-align: center; color: #FFFFFF; } 
.main-visual .control > p { font-size: 18px; font-weight: 400; line-height: 1; text-align: center; color: #FFFFFF; } 
.main-visual .control .bar { position: relative; display: inline-block; width: 160px; height: 2px; background: #828a95; margin: 0 0.5rem; } 
.main-visual .control .bar::before { content: ""; display: block; position: absolute; height: 100%; width: 0; left: 0; background: #fff; } 
.main-visual .control .pro-ani::before { animation: proBar 5.5s 1; width: 100%; } 
.slick-prev.slick-arrow, .slick-next.slick-arrow,.slick-dots { display: none !important; } 
@keyframes proBar { 
 0% { width:0; } 
 100% { width:100%; } 
 }
.recruit-wrap { padding: 200px 100px; } 
.recruit-wrap > p { font-size: 24px; font-weight: 800; line-height: 36px; text-align: center; color: #0046FF; margin-bottom: 20px; } 
.recruit-wrap > h2 { font-size: 90px; font-weight: 800; line-height: 117px; text-align: center; margin-bottom: 50px; } 
.recruit-wrap > p.sub-title { font-size: 30px; font-weight: 400; line-height: 45px; text-align: center; color: #000000; } 
.cont-wrap { max-width: 1720px; margin: 0 auto; margin-top: 100px; display: flex; justify-content: space-between; gap: 100px; } 
.cont-wrap ul { width: 860px; border-top: 1px solid #CCCCCC; } 
.cont-wrap ul li { border-bottom: 1px solid #CCCCCC; } 
.cont-wrap ul li .title { padding: 80px 0 0 30px; display: flex; margin-bottom: 80px; align-items: center; gap: 40px; cursor: pointer; transition: all 0.5s; } 
.cont-wrap ul li .title>:nth-child(1) { width: 120px; font-size: 36px; font-weight: 800; line-height: 46.8px; text-align:center; color: #777777; } 
.cont-wrap ul li .title.active>:nth-child(1) { color: #0046FF; } 
.cont-wrap ul li .title>:nth-child(2) { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: left; } 
.cont-wrap ul li .content { display: none; padding: 0 0 0 30px; gap: 40px; transition: all 0.5s; display: flex; margin-bottom: 80px;} 
.cont-wrap ul li .title.active {margin-bottom: 20px;}
.cont-wrap ul li .content>:nth-child(1) { width: 120px; height: 120px; position: relative; background: #4785FF; border-radius: 50%; margin-top: 10px; } 
.cont-wrap ul li .content>:nth-child(1) img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.cont-wrap ul li .content>:nth-child(2) { width: calc(100% - 161.5px); } 
.cont-wrap ul li .content>:nth-child(2) > h6 { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: left; margin-bottom: 20px; } 
.cont-wrap ul li .content>:nth-child(2) > span { display: block; font-size: 26px; font-weight: 800; line-height: 39px; text-align: left; color:#777777; margin-bottom: 20px; } 
.cont-wrap ul li .content>:nth-child(2) > div { } 
.cont-wrap ul li .content>:nth-child(2) > div p { position: relative; font-size: 19px; font-weight: 400; line-height: 30px; text-align: left; padding-left:15px; } 
.cont-wrap ul li .content>:nth-child(2) > div p::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #000000; position: absolute; left: 0; top: 13px; } 
.cont-img-wrap { width: 760px; height: 843px; position: relative; overflow: hidden;} 
.cont-img-wrap li { position: absolute; width: 100%; height: 100%; transition: height .5s cubic-bezier(.21,1.03,.7,1), transform .8s cubic-bezier(.21,1.03,.7,1), opacity .5s; transform: translateY(40%); overflow: hidden; display: flex; align-items: center; opacity: 0; } 
.cont-img-wrap li.active { opacity: 1; transform: translateY(0); transition: height .5s cubic-bezier(.55,.055,.675,.19); z-index: 1; } 
.cont-img-wrap li div { position: relative; width: 100%; overflow: hidden; transition: height 1s cubic-bezier(.55,.055,.675,.19); height: 0; } 
.cont-img-wrap li.active div { height: 100%; } 
.cont-img-wrap li div div { position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; background-size: cover; background-repeat: no-repeat; background-position: center; background-color: #dddddd; transition: transform 5s ease-out; transform: scale(1); } 
.cont-img-wrap li.active div div { transform: scale(1.1); } 
.cont-wrap-mo { margin-top: 50px; } 
.cont-wrap-mo ul { border-top: 1px solid #CCCCCC; } 
.cont-wrap-mo ul li { border-bottom: 1px solid #CCCCCC; } 
.cont-wrap-mo ul li .title { padding: 30px 10px; transition: opacity 0.3s ease; } 
.cont-wrap-mo ul li .title>:nth-child(1) { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: left; color: #777777; margin-bottom: 10px; } 
.cont-wrap-mo ul li .title>:nth-child(2) { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: left; } 
.cont-wrap-mo ul li .content { padding: 30px 10px; flex-direction: column; display: none; transition: opacity 0.3s ease; } 
.cont-wrap-mo ul li .content.active { display: block; opacity: 1; } 
.cont-wrap-mo ul li .content>:nth-child(1) { display: flex; justify-content: space-between; margin-bottom: 20px; align-items: center; } 
.cont-wrap-mo ul li .content>:nth-child(1)>:nth-child(1) p { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: left; color: #0046FF; margin-bottom: 10px; } 
.cont-wrap-mo ul li .content>:nth-child(1)>:nth-child(1) h6 { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: left; margin-bottom: 10px; } 
.cont-wrap-mo ul li .content>:nth-child(1)>:nth-child(1) span { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: left; color: #777777; } 
.cont-wrap-mo ul li .content>:nth-child(1)>:nth-child(2) { width: 70px; height: 70px; background: #4785FF; position: relative; border-radius: 50%; } 
.cont-wrap-mo ul li .content>:nth-child(1)>:nth-child(2) img { width: 28.11px; height: 33.49px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.cont-wrap-mo ul>:nth-child(2) .content>:nth-child(1)>:nth-child(2) img { width: 29.17px; height: 32.08px; } 
.cont-wrap-mo ul>:nth-child(3) .content>:nth-child(1)>:nth-child(2) img { width: 28.77px; height: 33.25px; } 
.cont-wrap-mo ul li .content>:nth-child(2) > div p { font-size: 17px; font-weight: 400; line-height: 22.4px; text-align: left; margin-bottom: 12px; position: relative; padding-left: 10px; } 
.cont-wrap-mo ul li .content>:nth-child(2) > div>:last-child { margin-bottom: 30px; } 
.cont-wrap-mo ul li .content>:nth-child(2) > div p::before { position: absolute; top: 8px; left: 0px; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #000000; } 
 .cont-wrap-mo ul li .content>:nth-child(2) > div:last-child { margin-bottom: 0; } 
.cont-wrap-mo ul li .content .cont-img { width: 100%; aspect-ratio: 1 / 1.398; } 
 .cont-wrap-mo ul li .content .cont-img > div { width: 100%; height: 100%; background-size: cover; } 
.btn-more { padding: 25px 0; width: 265px; height: 90px; margin: 100px auto 0; background: #000000; display: flex; align-items: center; justify-content: center; gap: 30px; transition: all 0.3s; } 
.btn-more:hover { background: #0046FF; } 
.btn-more span { font-size: 26px; font-weight: 700; line-height: 39px; text-align: center; color: #FFFFFF; } 

@media screen and (max-width:1720px){
 .main-visual > div { width: calc(100% - 60px); } 
 }
@media screen and (max-width:1600px){
 .main-visual .recruit-slider-wrap { display: none !important; } 
 .main-visual > div > .txt-wrap { width: 806px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
 }
@media screen and (max-width:1440px) { } 

@media screen and (max-width:1125px){
 .main-visual > div { top: 50%; } 
 .main-visual > div > .txt-wrap { width: 100%; left: 20px; transform: translateY(-50%); } 
.main-visual > div > .txt-wrap > img { margin: 0; } 
.recruit-wrap { padding: 80px 20px; } 
.recruit-wrap > p { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; margin-bottom: 10px; } 
.recruit-wrap > h2 { font-size: 38px; font-weight: 800; line-height: 49.4px; text-align: center; margin-bottom: 20px; } 
.recruit-wrap > p.sub-title { font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; } 
 .btn-more { padding: 16.5px 0; width: 350px; height: 60px; margin: 50px auto 0; gap: 20px; } 
 .btn-more span { font-size: 18px; font-weight: 700; line-height: 1; } 
 .btn-more img { width: 9.6px; } 
 }
 
@media screen and (max-width:992px) { } 

@media screen and (max-width:768px){
 .main-visual>div.txt-slide-wrap > .txt-wrap { width: calc(100% - 40px); top: 50%; left: 20px; transform: translateY(-50%); } 
 .main-visual>div.txt-slide-wrap > .txt-wrap > p { font-size: 18px; font-weight: 400; line-height: 27px; text-align: left; color: #FFFFFF; margin-bottom: 10px; } 
.main-visual >div.txt-slide-wrap> .txt-wrap > h2 { font-size: 32px; font-weight: 400; line-height: 41.6px; text-align: left; color: #FFFFFF; margin-bottom: 50px; } 
 }
@media screen and (max-width:600px){
 .main-visual > div > .txt-wrap > img { width: 100%; } 
 }

@media screen and (max-width:480px){
 .main-visual { position: relative; height: 100vh; background: url(/asset/image/bg/recurit-type.png) no-repeat center 0 / cover; background-size: 250%; } 
 }

@media screen and (max-width:380px){
 .main-visual > .txt-wrap img { width: 100%; } 
 }