
.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; } 
.cont-wrap { margin-top: 200px; } 
.cont-wrap > p { font-size: 24px; font-weight: 800; line-height: 36px; text-align: center; color: #0046FF; margin-bottom: 20px; } 
.cont-wrap > h2 { font-size: 90px; font-weight: 800; line-height: 117px; text-align: center; margin-bottom: 100px; } 
.cont-wrap > h3 { font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; margin-bottom: 100px; } 
@keyframes proBar { 
  0% { width:0; } 
  100% { width:100%; } 
  }
.system-wrap { position: relative; width: 100%; height: 867px; background: url("/asset/image/bg/system.jpg") no-repeat center center / cover; } 
.system-wrap .dim { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #00000080; } 
.system-wrap > div h3 { font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; color: #FFFFFF; position: relative; z-index: 1; } 
.system-wrap > div > p { font-size: 30px; font-weight: 400; line-height: 45px; text-align: center; color: #FFFFFF; position: relative; z-index: 1; margin: 50px auto 100px; } 
 .system-wrap>:nth-child(2) { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
.system-wrap>:nth-child(2)>div { width: 1430px; height: 200px; margin: 0 auto; padding: 60px 130px; border-radius: 200px; border: 1px; background: #00000099; border: 1px solid #FFFFFF66; position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; } 
.system-wrap>:nth-child(2)>div div { display: flex; align-items: center; gap: 60px; } 
.system-wrap>:nth-child(2)>div div img { } 
.system-wrap>:nth-child(2)>div div p { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: left; color: #51CBFF; } 
 .system-wrap>:nth-child(2)>div>p { font-size: 30px; font-weight: 700; line-height: 45px; text-align: left; color: #FFFFFF; } 

.step-wrap { max-width: 1720px; margin: 0 auto; } 
.step-wrap ul { display: flex; justify-content: space-between; align-items: center; } 
.step-wrap>:nth-child(1) { width: 1646px; margin: 0 auto 40px; } 
.step-wrap>:nth-child(2) { width: 1641px; margin: 0 auto 40px; } 
.step-wrap>:nth-child(2) li div { width: 70px; height: 70px; font-size: 20px; font-weight: 800; line-height: 65px; text-align: center; border: 4px solid #0046FF; color: #0046FF; border-radius: 50%; } 
.step-wrap>:nth-child(3) { width: 1700px; margin: 0 auto; } 
.step-wrap>:nth-child(3) li { text-align: center; } 
.step-wrap>:nth-child(3) li p { font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: center; margin-bottom: 10px; } 
.step-wrap>:nth-child(3) li span { font-size: 20px; font-weight: 700; line-height: 30px; text-align: center; color: #777777; } 

.step-wrap-mo { padding: 0 20px; text-align: center; } 
.step-wrap-mo ul { display: inline-block; } 
.step-wrap-mo li { display: flex; align-items: center; position: relative; margin-bottom: 35px; } 
.step-wrap-mo li>:nth-child(1) { width: 50px; height: 50px; border: 4px solid #0046FF; border-radius: 50%; font-size: 18px; font-weight: 800; line-height: 45px; text-align: center; color: #0046FF; } 
.step-wrap-mo li>:nth-child(2) { margin-left: 50px; } 
.step-wrap-mo li>:nth-child(2) img { } 
.step-wrap-mo li>:nth-child(3) { margin-left: 20px; } 
.step-wrap-mo li>:nth-child(3) p { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: left; margin-bottom: 10px; } 
.step-wrap-mo li>:nth-child(3) span { font-size: 16px; font-weight: 700; line-height: 22.4px; text-align: left; } 
.step-wrap-mo li .line { position: absolute; top: 67px; left: 16px; } 
.step-wrap-mo li .line img { } 

.tab-wrap { position: relative; } 
.tab-wrap .tab-bg { position: relative; height: 648px; background: url("/asset/image/bg/recurit-system.jpg") no-repeat center center / cover; } 
.tab-wrap .tab-bg .dim { width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; z-index: 9; } 
.tab-wrap .tab-bg .txt-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; } 
.tab-wrap .tab-bg h2 { font-size: 72px; font-weight: 800; line-height: 72px; text-align: center; color: #FFFFFF; margin-bottom: 100px; } 
.tab-wrap .tab-bg .tab_menu { position: relative; display: flex; align-items: center; gap: 80px; } 
.tab-wrap .tab-bg .tab_menu a { width: 350px; height: 90px; font-size: 36px; font-weight: 800; line-height: 46.8px; text-align: center; color: #cccccc; position: relative; } 
.tab-wrap .tab-bg .tab_menu::after { content: ""; width: 1px; height: 30px; background: #CCCCCC; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); } 
.tab-wrap .tab-bg .tab_menu a.active { color: #FFFFFF; } 
.tab-wrap .tab-bg .tab_menu a.active::after { content: ""; width: 160px; height: 6px; background: #4785FF; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); } 
.tab-wrap .tab_panel { position: relative; top: -110px; left: 50%; transform: translateX(-50%); z-index: 10; } 
.tab-wrap .depth2 { width: 1440px; height: 110px; margin: 0 auto; padding: 0 20px; display: flex; align-items: end; justify-content: center; background: #FFFFFF; } 
.tab-wrap .depth2.depth2-w50 a { width: 50%; } 
.tab-wrap .depth2 a { width: 350px; height: 90px; display: block; font-size: 26px; font-weight: 800; line-height: 90px; text-align: center; } 
.tab-wrap .depth2 a.active { background: #000000; color: #FFFFFF; } 
.tab-wrap .depth2.pc-dn { width: 100%; height: auto; padding: 0; opacity: 0; height: 0; display: none !important; transition: all 0.3s; } 
.tab-wrap .depth2.pc-dn a { width: 100%; height: 45px; padding-left: 20px; font-size: 17px; font-weight: 700; line-height: 45px; text-align: left; border-bottom: 1px solid #CCCCCC; } 
.tab-wrap .depth2.pc-dn a.active { background: #FFFFFF; color: #0046FF; } 
.tab-wrap .depth2.pc-dn a:hover { color: #0046FF; } 
.tab-wrap .depth2.pc-dn.open { opacity: 1; height: auto; display: block !important; } 
.mo-tab-title { background: #000000; color: #FFFFFF; width: 100%; height: 54px; display: flex; justify-content: space-between; padding: 0 20px; align-items: center; } 
.mo-tab-title span { font-size: 18px; font-weight: 800; line-height: 1; text-align: center; color: #FFFFFF; } 
.mo-tab-title img { transform: rotate(180deg); transition: all 0.3s; } 
.mo-tab-title.open img { transform: rotate(0); transition: all 0.3s; } 
.tab_item_list { padding: 50px 0; max-width: 1720px; margin: 0 auto; } 
.tab_item_list ul { display: flex; flex-direction: column; } 
.tab_item_list ul li { display: flex; padding: 50px 20px; border-bottom: 1px solid #CCCCCC; } 
.tab_item_list ul li .tab-title { width: 540px; font-size: 30px; font-weight: 800; line-height: 45px; text-align: left; } 
.tab_item_list ul li .tab-right-memo { max-width: calc(100% - 540px); } 
.tab_item_list ul li .tab-right-memo > p { display: block; font-size: 24px; font-weight: 400; line-height: 36px; text-align: left; margin-bottom: 30px; } 
.tab_item_list ul li .tab-right-memo > .gray-box { background: #F3F3F3; padding: 20px; } 
.tab_item_list ul li .tab-right-memo > .gray-box >:nth-child(1) { font-size: 20px; font-weight: 800; line-height: 30px; text-align: left; color:#002073; margin-bottom: 10px; } 
.tab_item_list ul li .tab-right-memo > .gray-box >:nth-child(2) { font-size: 20px; font-weight: 400; line-height: 30px; text-align: left; } 

.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);}
  .step-wrap.mo-dn {display: none !important;}
  .step-wrap-mo.pc-dn {display: flex !important;}
}
@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){
 .system-wrap>:nth-child(2)>div { max-width: 900px; width: 100%; height: auto; flex-direction: column; gap: 50px; } 
 .system-wrap>:nth-child(2)>div>p { text-align: center; } 
 .tab-wrap .depth2 {width: 100%;}
 .tab-wrap .depth2 a {width: 25%;}
 }

@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 { margin-top: 80px; } 
 .cont-wrap > p { font-size: 14px; font-weight: 800; line-height: 19.6px; text-align: center; color: #0046FF; margin-bottom: 10px; } 
 .cont-wrap > h2 { font-size: 38px; font-weight: 800; line-height: 49.4px; text-align: center; margin-bottom: 50px; } 
 .tab-wrap .tab-bg { position: relative; height: 270px; background: url("/asset/image/bg/recurit-system.jpg") no-repeat center center / cover; } 
 .tab-wrap .tab-bg .txt-wrap { width: 100%; } 
 .tab-wrap .tab-bg h2{ font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; color: #FFFFFF; margin-bottom: 50px; } 
.cont-wrap h3 { font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; margin-bottom: 50px; } 
 .tab-wrap .tab-bg .tab_menu { justify-content: center; gap: 40px; } 
 .tab-wrap .tab-bg .tab_menu a { width: 110px; height: 50px; font-size: 24px; font-weight: 800; line-height: 31.2px; } 
 .tab-wrap .tab-bg .tab_menu a.active::after { width: 110px; height: 3px; } 
 .tab-wrap .tab_panel { top: 0; } 
 .tab_item_list { padding: 20px 0 50px; max-width: 100%; margin: 0 20px; } 
 .tab_item_list ul li { flex-direction: column; padding: 30px 0; } 
 .tab_item_list ul li .tab-title {width: 100%; font-size: 18px; font-weight: 800; line-height: 27px; margin-bottom: 10px; } 
 .tab_item_list ul li .tab-right-memo { width: 100%; max-width: 100%;} 
 .tab_item_list ul li .tab-right-memo > p { display: block; font-size: 17px; font-weight: 400; line-height: 22.4px; text-align: left; margin-bottom: 20px; } 
 .tab_item_list ul li .tab-right-memo > .gray-box { background: #F3F3F3; padding: 20px; } 
 .tab_item_list ul li .tab-right-memo > .gray-box >:nth-child(1) { font-size: 17px; font-weight: 800; line-height: 22.4px; text-align: left; color:#002073; } 
 .tab_item_list ul li .tab-right-memo > .gray-box >:nth-child(2) { font-size: 14px; font-weight: 400; line-height: 19.6px; text-align: left; } 
 .system-wrap { height: 593px; } 
 .system-wrap > div h3 { font-size: 30px; font-weight: 800; line-height: 39px; text-align: center; } 
 .system-wrap > div > p { font-size: 18px; font-weight: 400; line-height: 27px; text-align: center; margin: 20px 0 50px; } 
 .system-wrap>:nth-child(2)>div { gap: 20px; border-radius: 20px; padding: 30px; margin: 0 auto; width: calc(100% - 40px); } 
 .system-wrap>:nth-child(2)>div div { flex-direction: column; gap: 30px; } 
 .system-wrap>:nth-child(2)>div div img { height: 47px; } 
 .system-wrap>:nth-child(2)>div div p { font-size: 24px; font-weight: 800; line-height: 31.2px; text-align: center; } 
 .system-wrap>:nth-child(2)>div>p { font-size: 16px; font-weight: 700; line-height: 22.4px; 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%; } 
 }



[class^="tab_content"] { display: none; } 
[class^="tab_content"].active { display: block; } 
[class^="tab_item_list"] > div { display: none; }  