
.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%; } 
    }
.cont-wrap { max-width: 1720px; margin: 0 auto;padding: 200px 100px; } 
.cont-wrap > p { font-size: 24px; font-weight: 800; line-height: 36px; text-align: center; margin-bottom: 20px; color: #0046FF; } 
.cont-wrap > p.sub-title { font-size: 30px; font-weight: 400; line-height: 45px; text-align: center; color: #000000; } 
.cont-wrap > h2 { font-size: 90px; font-weight: 800; line-height: 117px; text-align: center; margin-bottom: 50px; } 
.cont-wrap .search-wrap { display: flex; justify-content: end; } 
.cont-wrap .search-wrap form { position: relative; width: 450px; height: 70px; margin: 100px 0; } 
.cont-wrap .search-wrap form input { width: 100%; height: 100%; background: #F3F3F3; border: 1px solid #CCCCCC; padding: 20px 24px; transition: all 0.3s; } 
.cont-wrap .search-wrap form input:focus { background: #FFFFFF; } 
.cont-wrap .search-wrap form img { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); } 
.cont-wrap .search-wrap form img.no-hover { display: inline-block; transition: all 0.3s; } 
.cont-wrap .search-wrap form img.hover { display: none; transition: all 0.3s; } 
.cont-wrap .search-wrap form input:focus + a img.no-hover { display: none; } 
.cont-wrap .search-wrap form input:focus + a img.hover { display: inline-block; } 
.list-wrap { display: flex; flex-direction: column; border-top: 1px solid #000000; } 
.list-wrap li { padding: 30px 20px; border-bottom: 1px solid #CCCCCC; } 
.list-wrap li a { display: flex; justify-content: space-between; align-items: center; } 
.list-wrap li a >:nth-child(1) {width: calc(100% - 60px);}
.list-wrap li a >:nth-child(1) p { font-size: 30px; font-weight: 800; line-height: 45px; text-align: left; margin-bottom: 10px; transition: all 0.3s; } 
.list-wrap li a >:nth-child(1) span { font-size: 20px; font-weight: 400; line-height: 30px; text-align: left; transition: all 0.3s; } 
.list-wrap li a >:nth-child(2) { position: relative; width: 60px; height: 60px; border-radius: 50%; background: #8492AC4D; transition: all 0.3s; } 
.list-wrap li a >:nth-child(2) img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.list-wrap li a:hover >:nth-child(1) p { color: #0046FF; } 
.list-wrap li a:hover >:nth-child(1) span { color: #0046FF; } 
.list-wrap li a:hover >:nth-child(2) { background: #0046FF; } 
.list-wrap li.no-data { width: 100%; padding: 100px 0; text-align: center; background: #F3F3F3; } 
.list-wrap li.no-data img { margin: 0 auto; } 
.list-wrap li.no-data p { margin-top: 30px; font-size: 26px; font-weight: 400; line-height: 39px; text-align: center; color:#777777; } 

.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; } 
 .cont-wrap { padding: 80px 20px; } 
 .cont-wrap > p { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; margin-bottom: 10px; color: #0046FF; } 
 .cont-wrap > h2 { font-size: 38px; font-weight: 800; line-height: 49.4px; text-align: center; margin-bottom: 20px; } 
 .cont-wrap > p.sub-title { font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; } 
 .cont-wrap .search-wrap form { position: relative; width: 350px; height: 50px; margin: 50px 0; } 
 .cont-wrap .search-wrap form input { padding: 14px 10px; } 
 .cont-wrap .search-wrap form img { right: 13px; width: 18px; height: 19px; } 
 .list-wrap li { padding: 20px 10px; } 
 .list-wrap li a >:nth-child(1) {width: calc(100% - 34px);}
 .list-wrap li a >:nth-child(1) p { font-size: 18px; font-weight: 800; line-height: 27px; text-align: left; margin-bottom: 10px; } 
 .list-wrap li a >:nth-child(1) span { font-size: 14px; font-weight: 400; line-height: 21px; text-align: left; } 
 .list-wrap li a >:nth-child(2) { width: 34px; height: 34px; } 
 .list-wrap li a >:nth-child(2) img {width: 9.72px;}
 .list-wrap li.no-data { padding: 50px 0; } 
 .list-wrap li.no-data img { width: 60px; height: 60px; } 
 .list-wrap li.no-data p { margin-top: 20px; font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; color:#777777; } 
 .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: 16px; } 
 }
 
@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%; } 
 }
