body {font-family:'Pretendard';}
button {font-family:'Pretendard';}
p {word-break:auto-phrase;}

.maxwid {width:1400px;}
.inp_box {position:relative;margin:0 0 30px;width:100%;}
.inp_box .inp_cont {background:none;display:block;width:100%;height:46px;border:0;border-bottom:1px solid #ccc;
    padding:0 10px;box-sizing:border-box;font-size:18px;font-weight:500;color:#0a0a0a;
    border-radius:0;}
.inp_box .inp_cont::placeholder {color:#aaa;}
.inp_box .inp_cont:-webkit-autofill {-webkit-box-shadow:0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;-webkit-text-fill-color: #000;}
.inp_box label {position:absolute;left:0;top:10px;font-size:16px;color:#999;
    pointer-events:none;transition:all 0.2s ease;}
.inp_box .inp_cont:focus ~ label,
.inp_box .inp_cont:not(:placeholder-shown) ~ label, 
.inp_box .inp_cont:-webkit-autofill ~ label,
.inp_box .inp_cont:-webkit-autofill:hover ~ label {top:-12px;font-size:12px;color:#666;}
.inp_box .inp_cont:focus {border-bottom:1px solid #2175f3;}
.inp_box .msg {font-size:12px;margin-top:6px;}
.inp_box .msg.success {color:#2175f3;}
.inp_box .msg.error {color:#ff3b30;}

.header {background:#ffffffed;backdrop-filter:blur(8px) brightness(1);border-bottom:1px solid #eee;}
.header.scroll {background:#ffffffed;box-shadow:none;}
.header .right_box {background:#cccccc33;border-bottom:1px solid #ccc;}
.header .right_box .a_cont {max-width:1400px;margin:0 auto;padding:2px 10px;display:flex;
    justify-content:right;gap:20px;box-sizing:border-box;}
.header .right_box a {line-height:24px;padding:0 5px;font-size:12px;font-weight:500;color:#333;}
.header .right_box a.join {background:none;color:#2E8DF5;}
.header.scroll .login {color:#333;}
.header .resume {background:none;color:#2e8df5!important;}

.header .wrap {max-width:1400px;height:64px;padding:0 10px;}
.header .logo {width:180px;margin-top:-14px;}

.header .top_nav {gap:60px;}
.header .top_nav a {padding:0 20px;font-size:16px;font-weight:700;transition:all .2s ease;}
.header .top_nav:hover a {color:#ccc;}
.header .top_nav a:hover {color:#333;}
.header.scroll .top_nav a {color:#333;}
.header.scroll .top_nav:hover a {color:#ccc;}
.header.scroll .top_nav a:hover {color:#333;}


.bottom_company {border:0;background:#062444;}
.bottom_company .maxwid {padding:80px 0;display:flex;align-items:center;justify-content:space-between;}
.bottom_company .art_wrap {color:#fff;font-size:14px;font-weight:400;padding:0;max-width:none;
    margin:0;}
.bottom_company .art_wrap img {width:300px;margin-bottom:30px;}
.bottom_company .art_wrap .copyright {margin-top:15px;}
.bottom_company .sns_ul {display:flex;align-items:center;gap:30px;}
.bottom_company .sns_ul li {max-width:60px;}





.main-video-wrap {width:100vw;height:100vh;margin-top:-94px;position:relative;}
.main-video {width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}
.main-video-mo {width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;display:none;}
.main-video-wrap .mv_txt_box {position:absolute;top:50%;left:50%;width:1400px;transform:translate(-50%,-50%);
    display:flex;flex-direction:column;align-items:end;}
.main-video-wrap .mv_txt_box * {text-align:right;margin:0;padding:0;border:0;}
.main-video-wrap .mv_txt_box h1 {font-size:42px;line-height:64px;font-weight:400;}
.main-video-wrap .mv_txt_box h2 {font-size:74px;font-weight:700;margin:0 0 60px;}
.main-video-wrap .mv_txt_box h2 span {color:#2B89F1;line-height:88px;}
.main-video-wrap .mv_txt_box .main_search_wrap {width:500px;border:2px solid #2B89F1;box-sizing:border-box;
    position:relative;border-radius:15px;overflow:hidden;}
.main-video-wrap .mv_txt_box .main_search_wrap input {width:100%;height:52px;padding:0 80px 0 20px;
    text-align:left;box-sizing:border-box;font-size:16px;color:#0a0a0a;}
.main-video-wrap .mv_txt_box .main_search_wrap input::placeholder {color:#aaa;}
.main-video-wrap .mv_txt_box .main_search_wrap .search_btn {position:absolute;top:50%;right:20px;
    transform:translateY(-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center;}
.main-video-wrap .mv_txt_box .main_search_wrap .search_btn i {font-size:24px;}

section.main {padding:0;position:relative;overflow:hidden;}
section.main .main_section {margin:0;padding:0;}
.sec-1 {margin:0 0 50px;padding:70px 0 0;position:relative;}
.sec-1::before {content:'';position:absolute;top:0;right:0;width:436px;height:664px;
    background:url('/img/renewal/index-bg-1.png')no-repeat center/100%;pointer-events:none;}
.quick_ul {width:1080px;display:flex;align-items:center;margin:0 auto;position:relative;z-index:1;}
.quick_ul li {flex:1;}
.quick_ul li a {display:flex;align-items:center;justify-content:center;flex-direction:column;
    font-size:18px;font-weight:500;gap:5px;line-height:21px;color:#333;padding:30px 0;transition:all .3s ease;}
.quick_ul li a img {width:84px;transition:all .3s ease;}
.quick_ul:hover li a {color:#aaa;}
.quick_ul:hover li a img {filter:grayscale(1) opacity(.4);}
.quick_ul li a:hover {color:#333;}
.quick_ul li a:hover img {filter:none;}


.sec-2 {margin:0 0 140px;}
section.main .swiper_wrap {padding:0;margin:0;}
section.main .main_swiper {height:auto;display:flex;flex-direction:column;align-items:end;}
.sb_box {display:flex;justify-content:right;border-radius:100vw;overflow:hidden;
    border:1px solid #E6E6E6;}
.sb_box * {width:35px!important;height:31px!important;display:flex;align-items:center;justify-content:center;
    color:#0a0a0a;background:#fff;}
.sb_box *:hover {background:#f6f6f6;}
.sb_box * svg {display:none;}
.sb_box .swiper-button-next, .sb_box .swiper-button-prev {position:static!important;transform:none!important;
    margin:0;background:none;}
.sb_box .swiper-button-next, .sb_box .swiper-button-prev {
    &.swiper-button-disabled {opacity:.6;}
}

.mt_box {display:flex;justify-content:space-between;align-items:center;margin:0 0 20px;;position:relative;}
.sec-3 {position:relative;margin:0 0 140px;}
.sec-3::before {content:'';position:absolute;top:215px;left:0;width:485px;height:1044px;
    background:url('/img/renewal/index-bg-2.png')no-repeat center/100%;pointer-events:none;}
.mt_box .t1 {font-size:34px;font-weight:700;}
.mt_box .mt_right {display:flex;align-items:center;gap:15px;}
.mt_box .mt_right .more {font-size:16px;padding:0 15px;line-height:31px;border-radius:10px;
    border:1px solid #E6E6E6;background:#fff;}
.mt_box .mt_right .more:hover {background:#fafafa}

.employ_box {display:flex;gap:25px;flex-wrap:wrap;}
.employ_box > * {width:calc((100% / 5) - 20px);height:260px!important;border-radius:20px;
    overflow:hidden;}


.sec-4 {margin:0 0 140px;}
.sec-flex {display:flex;align-items:center;gap:80px;}
section.main .sec-4 .section_2, section.main .sec-4 .section_3 {margin:0;width:calc(50% - 40px);}
.sec-4 .swiper-slide {position:relative;border-radius:20px;overflow:hidden;}
.sec-4 .art_wrap {opacity:0;position:absolute;bottom:0;left:0;width:100%;height:75%;display:flex;
    flex-direction:column;justify-content:end;padding:0 25px 30px;box-sizing:border-box;
    gap:15px;}
.sec-4 .art_wrap::before {content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;
    background:linear-gradient(0deg, black, transparent);}
.sec-4 .swiper-slide-active .art_wrap {opacity:1;}
.sec-4 .art_wrap .subj {position:relative;color:#fff;font-size:28px;font-weight:500;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sec-4 .art_wrap .art {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;
    text-overflow:ellipsis;position:relative;color:#eee;font-size:18px;line-height:26px;}


.sec-5 {margin:0 0 160px;position:relative;}
.sec-5::before {content:'';position:absolute;top:20px;right:0;width:692px;height:707px;
    background:url('/img/renewal/index-bg-3.png')no-repeat center/100%;pointer-events:none;}
section.main .sec-5 .section_company {padding-bottom:40px;margin-bottom:-40px;}


.sec-6 {margin:0 0 160px;}
section.main .sec-6 .section_4 {padding-bottom:40px;margin-bottom:-40px;}
.sec-6 .mt_box {margin:0 0 60px;}
section.main .sec-6 .swiper-wrapper {align-items:center;}
section.main .sec-6 .swiper-slide {box-shadow:none;background:none;cursor:auto;}
section.main .sec-6 .swiper-slide .thumb_img {padding:0;width:800px;height:auto;cursor:pointer;
    box-shadow:0 4px 10px rgba(0,0,0,0.3);align-self:center;justify-self:center;
    transition:transform .8s ease;transform: scale(0.575);}
section.main .sec-6 .swiper-slide .thumb_img::after {display:none;}
section.main .sec-6 .swiper-slide-prev .thumb_img {justify-self:right;}
section.main .sec-6 .swiper-slide-next .thumb_img {justify-self:left;}
section.main .sec-6 .swiper-slide .thumb_img img {border-radius:0;}
section.main .sec-6 .swiper-slide .thumb_img::before {top:0;left:0;width:100%;height:100%;border-radius:0;}
section.main .sec-6 .swiper-slide-active .thumb_img {transform: scale(1);z-index:3;}
section.main .sec-6 .swiper-slide-active .thumb_img::after {display:block;width:100px;height:80px;
    background:url('/img/renewal/youtube-play.png')no-repeat center/100px;}
section.main .sec-6 .swiper-slide-active .thumb_img::before {display:none;}


.sec-7 {margin:0 0 160px;position:relative;}
.sec-7::before {content:'';position:absolute;top:28px;left:0;width:938px;height:783px;
    background:url('/img/renewal/index-bg-4.png')no-repeat center/100%;pointer-events:none;}
section.main .sec-7 .section_5 {padding-bottom:40px;margin-bottom:-40px;}
.sec-7 .swiper-slide {border-radius:20px;overflow:hidden;height:auto!important;
    box-shadow:0 8px 22px rgba(46, 141, 245, 0.1);}
.sec-7 .swiper-slide img {transition:all .3s ease;}
.sec-7 .swiper-slide:hover img {scale:1.05;}


.sec-8 {margin:0 0 160px;}
section.main .sec-8 #bid_ul li > a {border:3px solid #C4D9EF;background:#fcfeffcc;
    border-radius:20px;padding:30px 20px;}
section.main .sec-8 #bid_ul li .tag_wrap {margin:0 0 20px;}
section.main .sec-8 #bid_ul li .tag {padding:2px;line-height:24px;border-bottom:2px solid #2E8DF5;
    border-radius:0;font-size:16px;}
section.main .sec-8 #bid_ul li .tg1 {background:none;color:#2E8DF5;}
section.main .sec-8 #bid_ul li .title {font-weight:600;line-height:28px;margin:0 0 20px;}
section.main .sec-8 #bid_ul li .com_name {font-size:18px;font-weight:400;color:#888;margin:0;}

section.gallery_list #bid_ul li > a {border:3px solid #C4D9EF;background:#fcfeffcc;
    border-radius:20px;padding:30px 20px;}
section.gallery_list #bid_ul li .tag_wrap {margin:0 0 20px;}
section.gallery_list #bid_ul li .tag {padding:2px;line-height:24px;border-bottom:2px solid #2E8DF5;
    border-radius:0;font-size:16px;}
section.gallery_list #bid_ul li .tg1 {background:none;color:#2E8DF5;}
section.gallery_list #bid_ul li .title {font-weight:600;line-height:28px;margin:0 0 20px;}
section.gallery_list #bid_ul li .com_name {font-size:18px;font-weight:400;color:#888;margin:0;}


.sub_top {padding:0;background:none;margin:0;border-radius:0;height:340px;}
.sub_top p {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;
    font-size:48px;font-weight:800;letter-spacing:0.2px;text-shadow:4px 4px 6px rgba(0,0,0,0.2);}

section.gallery_list .maxwid {padding:0 0 120px;}
.list_top {height:234px;display:flex;flex-direction:column;align-items:start;justify-content:center;
    border-bottom:1px solid #ccc;margin:0 0 30px;gap:10px;}
.list_top .t1 {text-align:left;text-shadow:none;color:#0a0a0a;font-size:46px;font-weight:700;
    position:static;transform:none;}
.list_top .art {position:static;transform:none;text-shadow:none;font-size:22px;
    font-weight:500;color:#333;}



.company {}
.company .comp_t {font-size:34px;font-weight:700;line-height:40px;margin:0 0 20px;}

.company .comp-1 {display:flex;align-items:center;justify-content:center;gap:150px;padding:150px 0;}
.company .comp-1 img {max-width:420px;}
.company .comp-1 p b {display:block;font-size:42px;line-height:60px;}
.company .comp-1 p {font-size:24px;line-height:42px;}


.company .comp-2 {background:#1B365D;padding:100px 0 110px;margin:0 0 100px;}
.company .comp-2 .art {color:#fff;font-size:22px;line-height:60px;}
.company .comp-2 .art .bold {color:#fff;font-size:42px;}
.company .comp-2 .cnt_wrap {margin:90px 0 0;gap:150px;}
.company .comp-2 .cnt_wrap li {margin:0;border:0;width:326px;height:326px;display:flex;align-items:center;
    background:linear-gradient(180deg, #F2F7FF, rgba(168, 182, 199, .8));justify-content:center;}
.company .comp-2 .cnt_wrap li::before {content:'';position:absolute;top:50%;left:50%;width:calc(100% + 12px);
    height:calc(100% + 12px);transform:translate(-50%,-50%);border-radius:100vw;border:4px solid #fff;
    box-shadow:0 0 10px #C9E1FF;pointer-events:none;}
.company .comp-2 .cnt_wrap li > div {transform:none;position:static;flex-direction:column;
    align-items:center;}
.company .comp-2 .cnt_wrap li > div > span {font-size:26px;color:#FCB309;line-height:36px;
    text-shadow:0 1px 6px rgba(255, 253, 249, .8);font-weight:700;}
.company .comp-2 .cnt_wrap li hr {width:86px;border-bottom:1px solid #1B365D;margin:20px 0 6px;}
.company .comp-2 .cnt_wrap li .cnt_box {display:flex;align-items:baseline;gap:20px;}
.company .comp-2 .cnt_wrap .cnt_box p {font-size:100px;color:#204171;letter-spacing:-2px;}
.company .comp-2 .cnt_wrap .cnt_box span {font-size:42px;color:#204171;font-weight:500;}


.company .comp-3 {margin:0 0 100px;}
.company .comp-3 > ul {display:flex;flex-wrap:wrap;gap:30px;}
.company .comp-3 > ul > li {width:calc((100% / 2) - 15px);background:linear-gradient(135deg, #FBFDFF, #DDECFC);
    border:1px solid #3785DE;padding:35px 35px 30px;box-sizing:border-box;border-radius:20px;
    position:relative;}
.company .comp-3 > ul > li:nth-child(1)::before {content:'';position:absolute;bottom:15px;right:25px;
    width:86px;height:86px;background:url('/img/renewal/area-1.png')no-repeat center/cover;}
.company .comp-3 > ul > li:nth-child(2)::before {content:'';position:absolute;bottom:15px;right:25px;
    width:86px;height:86px;background:url('/img/renewal/area-2.png')no-repeat center/cover;}
.company .comp-3 > ul > li:nth-child(3)::before {content:'';position:absolute;bottom:15px;right:25px;
    width:86px;height:86px;background:url('/img/renewal/area-3.png')no-repeat center/cover;}
.company .comp-3 > ul > li:nth-child(4)::before {content:'';position:absolute;bottom:15px;right:25px;
    width:86px;height:86px;background:url('/img/renewal/area-4.png')no-repeat center/cover;}
.company .comp-3 > ul p {font-size:24px;font-weight:600;line-height:34px;margin:0 0 42px;position:relative;}
.company .comp-3 > ul p span {display:block;font-size:20px;font-weight:400;color:#888;}
.company .comp-3 > ul ul {display:flex;gap:20px;position:relative;}
.company .comp-3 > ul ul li {font-size:20px;font-weight:500;color:#4A9AF3;}


.company .comp-4 {margin:0 0 100px;padding:0 0 90px;position:relative;}
.company .comp-4::before {content:'';position:absolute;bottom:0;left:0;width:100%;height:calc(100% - 300px);
    background:#F3F3F3;}
.company .comp-4 .sec2_ul1 {margin:0;gap:40px;flex-wrap:nowrap;margin:0 0 100px;}
.company .comp-4 .sec2_ul1 li {margin:0;border-radius:0;box-shadow:none;max-width:440px;padding:0;
    flex:1;max-height:460px;position:relative;box-shadow:6px 8px 20px rgba(0,0,0,0.3);}
.company .comp-4 .sec2_ul1 li p {position:absolute;bottom:0;left:0;width:100%;padding:0 40px 60px;
    box-sizing:border-box;color:#fff;text-align:left;line-height:28px;font-size:20px;
    font-weight:400;}
.company .comp-4 .sec2_ul1 li p span {border:0;color:#fff;text-align:left;padding:0;margin:0 0 20px;
    font-size:30px;font-weight:700;line-height:36px;}

.company .comp-4 .sec2_ul2 {align-items:center;max-width:none;margin:0;gap:30px;}
.company .comp-4 .sec2_ul2 .first {font-size:34px;line-height:40px;font-weight:700;
    color:#2B89F1;}
.company .comp-4 .sec2_ul2 li {padding:0;display:flex;gap:10px;margin:0;align-items:center;
    font-size:20px;line-height:28px;color:#0a0a0a;letter-spacing:0;font-weight:400;}
.company .comp-4 .sec2_ul2 li::before {width:54px;height:54px;position:static;transform:none;border-radius:0;}
.company .comp-4 .sec2_ul2 li:nth-last-child(1):before {
    background:url('/img/renewal/expect-4.png')no-repeat center/cover;}
.company .comp-4 .sec2_ul2 li:nth-last-child(2):before {
    background:url('/img/renewal/expect-3.png')no-repeat center/cover;}
.company .comp-4 .sec2_ul2 li:nth-last-child(3):before {
    background:url('/img/renewal/expect-2.png')no-repeat center/cover;}
.company .comp-4 .sec2_ul2 li:nth-last-child(4):before {
    background:url('/img/renewal/expect-1.png')no-repeat center/cover;}


.company .comp-5 {margin:0 0 120px}
.company .comp-5 ul {margin:0;gap:30px;flex-wrap:nowrap;}
.company .comp-5 ul li {padding:0;margin:0!important;}
.company .comp-5 ul li div {background:none!important;color:#0a0a0a!important;padding:0;
    border-radius:0;}
.company .comp-5 ul li div img {width:100%;height:auto;}
.company .comp-5 ul li div p {display:flex;align-items:center;justify-content:center;height:100px;}
.company .comp-5 ul li div p span {font-size:24px;font-weight:400;color:#0a0a0a;line-height:30px;}


.company .comp-6 {margin:0 0 160px;padding:0;width:100%;transform:none;left:auto;background:none;}
.company .comp-6 .sec4_ul1 {flex-wrap:wrap;max-width:none;margin:0;position:relative;}
.company .comp-6 .sec4_ul1::after {content:'';position:absolute;top:50%;left:50%;
    transform:translate(-50%,-50%);width:440px;height:440px;background:#fff;
    border:2px solid #2B89F1;border-radius:100vw;box-sizing:border-box;}
.company .comp-6 .sec4_ul1 li {width:50%;box-sizing:border-box;padding:0;display:flex;align-items:center;
    height:296px;}
.company .comp-6 .sec4_ul1 li .p1 p {font-size:28px;font-weight:700;line-height:34px;margin:0 0 20px;}
.company .comp-6 .sec4_ul1 li .art {line-height:32px;font-size:22px;color:#0a0a0a;font-weight:400;
    letter-spacing:0;}
.company .comp-6 .sec4_ul1 li:nth-child(2n-1) {padding-left:80px;margin-right:-0.5px;}
.company .comp-6 .sec4_ul1 li:nth-child(2n) {padding-right:80px;justify-content:right;margin-left:-0.5px;}
.company .comp-6 .sec4_ul1 li:nth-child(2n-1) .p1 {text-align:left;}
.company .comp-6 .sec4_ul1 li:nth-child(2n) .p1 {text-align:right;}
.company .comp-6 .sec4_ul1 li:nth-child(2n-1) .art {text-align:left;}
.company .comp-6 .sec4_ul1 li:nth-child(2n) .art {text-align:right;}
.company .comp-6 .sec4_ul1 li:nth-child(1) {border-radius:80px 0 0 0;border:2px solid #2B89F1;}
.company .comp-6 .sec4_ul1 li:nth-child(2) {border-radius:0 80px 0 0;border:2px solid #0E7ACE;}
.company .comp-6 .sec4_ul1 li:nth-child(3) {border-radius:0 0 0 80px;border:2px solid #17B2EC;
    margin-top:-1px;}
.company .comp-6 .sec4_ul1 li:nth-child(4) {border-radius:0 0 80px 0;border:2px solid #1591D1;
    margin-top:-1px;}
.company .comp-6 .sec4_ul1 li:nth-child(1) .p1 p {color:#2B89F1;}
.company .comp-6 .sec4_ul1 li:nth-child(2) .p1 p {color:#0E7ACE;}
.company .comp-6 .sec4_ul1 li:nth-child(3) .p1 p {color:#17B2EC;}
.company .comp-6 .sec4_ul1 li:nth-child(4) .p1 p {color:#1591D1;}
.company .comp-6 .center-img {position:absolute;top:50%;left:50%;z-index:1;
    transform:translate(-50%,-50%);width:440px;height:440px;}



.company .comp-7 {margin:0 0 100px;background:url('/img/renewal/banner-bg.png')no-repeat center/cover;
    height:640px;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.company .comp-7 .title {display:flex;flex-direction:column;gap:16px;margin:0 0 75px;}
.company .comp-7 .title span {display:flex;align-items:end;gap:12px;font-size:36px;
    font-weight:700;color:#fff;}
.company .comp-7 .title img {width:448px;object-fit:contain;transform:translateY(-5px);}
.company .comp-7 .title p {font-size:36px;font-weight:700;color:#fff;}
.company .comp-7 ul {display:flex;gap:40px;width:1400px;margin:0 auto 90px;}
.company .comp-7 ul li {flex:1;padding:46px;display:flex;align-items:center;justify-content:center;
    background:rgba(255, 255, 255, 0.6);backdrop-filter:brightness(1.8) blur(10px);}
.company .comp-7 ul li p {font-size:24px;color:#333;text-align:center;}
.company .comp-7 ul li p span {font-size:36px;font-weight:700;color:#0a0a0a;display:block;
    margin:8px 0 0;}
.company .comp-7 .art {color:#fff;font-size:20px;font-weight:400;}



.company .comp-8 {margin:0 0 120px;display:flex;justify-content:space-between;align-items:center;}
.company .comp-8 .txt_box {text-align:left;margin:0;display:flex;flex-direction:column;gap:60px;}
.company .comp-8 .txt_box .c8-p1 {font-size:34px;font-weight:700;line-height:50px;color:#0a0a0a;
    margin:0;}
.company .comp-8 .txt_box .c8-p1 span {margin:0;font-size:34px;font-weight:700;display:inline-block;
    color:#2B89F1;}
.company .comp-8 .txt_box .c8-p2 {font-size:20px;font-weight:400;color:#333;line-height:34px;}

.company .comp-8 .sec5_ul2 {margin:0;align-items:end;width:660px;gap:20px;}
.company .comp-8 .sec5_ul2 li {margin:0;flex-direction:row;width:100%;;border-radius:20px;
    box-shadow:0 4px 10px rgba(36, 55, 91, 0.2);border:1px solid #dee9ff;
    padding:25px 35px;box-sizing:border-box;justify-content:start;gap:45px;}
.company .comp-8 .sec5_ul2 li .img_cont {background:none;width:100px;height:100px;margin:0;}
.company .comp-8 .sec5_ul2 li .img_cont img {width:100%;height:100%;position:static;transform:none;}
.company .comp-8 .sec5_ul2 li p {line-height:30px;font-size:20px;font-weight:600;color:#333;
    text-align:left;}


.consulting .t1 {text-align:center;font-weight:800;line-height:58px;}
.consulting .p1 {text-align:center;font-weight:400;color:#333;margin:0 0 80px;}
.consulting .p2 {text-align:center;}

.consulting .logo_wrap {margin:0 0 120px;position:relative;}
.consulting .logo_wrap .swiper-wrapper {transition-timing-function:linear;}
.consulting .logo_wrap .cont_bg {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
    z-index:1;padding:60px 112px;border-radius:30px;border:1px solid #E1F2FF;
    background:rgba(22,62,107,0.6);backdrop-filter:blur(5px);box-shadow:0 2px 10px rgba(0,19,33,.5);}
.consulting .logo_wrap .cont_bg .p3 {text-align:center;font-size:26px;font-weight:700;line-height:36px;}
.consulting .cont_bg ul {display:flex;flex-direction:column;gap:15px;align-items:center;}
.consulting .cont_bg li {display:block;margin:0;font-size:20px;font-weight:400;padding:0 6px;
    background:rgba(49,124,197,.7);line-height:24px;}
.consulting .cont_bg li::before {display:none;}


.academy_wrap {position:relative;width:100%;overflow:hidden;}
.academy {display:flex;align-items:center;padding:40px 0 0;height:100vh;}
.academy .maxwid {padding:0;}
.academy .img-box {border-radius:100%;overflow:hidden;margin:0 auto;width:420px;height:420px;
    transition:all 1s ease;position:relative;}
.academy .img-box::after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;
    background:rgba(0,0,0,0.22);border-radius:100%;}
.academy .img-box img {width:100%;height:100%;object-fit:cover;}
.academy .txt-box {width:100%;height:420px;display:flex;align-items:center;position:absolute;top:0;
    left:calc(50% - 340px);transition:left 0.6s ease;z-index:-1}
.academy .txt-box.copy {z-index:1}
.academy .txt-wrap {color:#0a0a0a;}
.academy .text-fill {font-size:120px;font-weight:900;line-height:82px;z-index:-1;}
.academy .text-fill span {display:block;}
.academy .text-fill.copy {z-index:1;color:#fff0;-webkit-text-stroke:1px #fff;}

.academy .info-box {margin:15px 0 50px;display:flex;flex-direction:column;align-items:center;}
.academy .info-box .p1 {font-size:30px;font-weight:700;line-height:40px;color:#0a0a0a;
    text-align:center;}
.academy .info-box .p1 span {display:block;margin:4px 0 0;font-size:26px;font-weight:600;}
.academy .info-box hr {width:40px;border:0;border-bottom:2px solid #FDC652;margin:14px 0 16px;}
.academy .info-box .p2 {font-size:18px;font-weight:500;line-height:28px;text-align:center;color:#333;
    max-width:600px;}
.academy .inq_btn {position:relative;display:block;width:auto;height:auto;max-width:220px;
    background-color:transparent;border:none;cursor:pointer;margin:0 auto;min-width:150px;}
.academy .inq_btn span {color:rgb(28, 31, 30);border:3px solid #477ee7;text-align:center;
    transition:0.2s;position:relative;display:inline-block;font-size:17px;font-weight:700;
    text-transform:uppercase;top:0;left:0;width:100%;padding:15px 40px;transition:0.3s;box-sizing:border-box;}
.academy .inq_btn span:hover {background-color:#f0f4fb;}
.academy .inq_btn::before, .academy .inq_btn::after {width:100%;height:3px;
    background-color:#a8c3d5;z-index:2;transition:0.35s;content:'';position:absolute;}
.academy .inq_btn::before {top:0;right:0;}
.academy .inq_btn::after {bottom:0;left:0;}
.academy .inq_btn:hover::before, .academy .inq_btn:hover::after {width:0%;
    transition:0.2s 0.2s ease-out;}
.academy .inq_btn span::before, .academy .inq_btn span::after {width:3px;height:100%;
    background-color:#a8c3d5;z-index:2;transition:0.25s;content:'';position:absolute;}
.academy .inq_btn span::before {bottom:0;right:-3px;}
.academy .inq_btn span::after {top:0;left:-3px;}
.academy .inq_btn span:hover::before, .academy .inq_btn span:hover::after {height:0%;}

section.login_form {margin:0;padding:46px 75px;border:1px solid #518fd633;
    box-shadow:0 4px 15px #68a6ee33;max-width:500px;z-index:1;}
section.login_form .sub_top {height:auto;display:flex;flex-direction:column;gap:8px;margin-bottom:40px;}
section.login_form .sub_top .t1 {font-size:36px;color:#0a0a0a;transform:none;position:static;margin:0;
    text-shadow:none;}
section.login_form .sub_top .art {transform:none;position:static;margin:0;text-shadow:none;
    font-weight:400;color:#666;}
section.login_form .login_btn {background:#fff;color:#0a0a0a;border:1px solid #0a0a0a;border-radius:10px;
    font-size:16px;font-weight:500;}
section.login_form .login_btn:hover {background:#fbfbfb;}
section.login_form .join_btn {background:#0F73E2;color:#fff;border:2px solid #AED4FF;border-radius:10px;
    font-size:16px;font-weight:500;}
section.login_form .join_btn:hover {background:#0a6ddb;}


section.join {margin:60px 0 100px;padding:46px 75px;border:1px solid #518fd633;
    box-shadow:0 4px 15px #68a6ee33;max-width:600px;width:92%;z-index:1;}
section.join .t_box {display:flex;flex-direction:column;align-items:center;margin:0 0 40px;gap:8px;}
section.join .t_box .t1 {font-size:36px;color:#0a0a0a;transform:none;position:static;margin:0;
    text-shadow:none;font-weight:700;}
section.join .t_box .art {transform:none;position:static;margin:0;text-shadow:none;
    font-weight:400;font-size:18px;color:#666;}
section.join .join_btn {background:#0F73E2;color:#fff;border:2px solid #AED4FF;border-radius:10px;
        font-size:16px;font-weight:500;}
section.join .join_btn:hover {background:#0a6ddb;}

section.mypage {margin:60px 0 100px;padding:46px 75px;border:1px solid #518fd633;
    box-shadow:0 4px 15px #68a6ee33;max-width:600px;width:92%;}
section.mypage .t_box {display:flex;flex-direction:column;align-items:center;margin:0 0 40px;gap:8px;}
section.mypage .t_box .t1 {font-size:36px;color:#0a0a0a;transform:none;position:static;margin:0;
    text-shadow:none;font-weight:700;}
section.mypage .t_box .art {transform:none;position:static;margin:0;text-shadow:none;
    font-weight:400;font-size:18px;color:#666;}
.mp_acd > form {gap:0;}
section.mypage .mp_set_save {background:#0F73E2;color:#fff;border:2px solid #AED4FF;border-radius:10px;
    font-size:16px;font-weight:500;line-height:46px;margin:0 0 20px;}
section.mypage .mp_set_save:hover {background:#0a6ddb;}



section.resume {padding:100px 0;}
section.resume .t1 {text-align:center;font-size:42px;font-weight:700;}
section.resume .p1 {text-align:center;font-size:20px;line-height:30px;font-weight:400;color:#666;}
section.resume .p2 {text-align:center;margin:0 0 60px;}
section.resume .chk_box {max-width:600px;margin:0 auto;border-radius:0;box-shadow:0 4px 15px #68a6ee33;
    border:1px solid #518fd633;padding:40px;box-sizing:border-box;}
section.resume .chk_box ul {display:flex;flex-direction:column;gap:25px;}
section.resume .chk_box li span {font-size:18px;font-weight:500;color:#333;}
section.resume .chk_box li .art {display:block;border-radius:0;height:120px;overflow:auto;
    padding:15px;box-sizing:border-box;}
section.resume .chk_box label {border:0;padding:0;margin:30px 0;font-size:20px;font-weight:700;}
section.resume .chk_box label::before {margin:0;}
section.resume .resume_btn {background:#0F73E2;color:#fff;border:2px solid #AED4FF;border-radius:10px;
    font-size:16px;font-weight:500;padding:0;width:100%;max-width:360px;}
section.resume .resume_btn:hover {background:#0a6ddb;}
section.resume .resume_btn:disabled {border:2px solid #e9e9e9;background:#bbb;}



section.resume_write {padding:60px 0 100px;}
section.resume_write .p1 {text-align:left;font-size:15px;font-weight:600;color:#0a0a0a;
    line-height:18px;}
section.resume_write .p1 span {margin:5px 0 0;font-weight:400;}
section.resume_write .maxwid > .p1 {padding:16px 15px;}
section.resume_write .rc_box {box-shadow:0 4px 15px #68a6ee33;border:1px solid #518fd633;
    margin:0;display:flex;flex-direction:column;gap:20px;}
section.resume_write .resume_1 {margin:0;gap:20px;}
section.resume_write .resume_1 .rc_box {padding:40px 30px;}
section.resume_write .cont .t1 {margin:0;justify-content:space-between;}
section.resume_write .cont ul {margin:0;}
section.resume_write .cont li {padding:36px 30px 40px;}

section.resume_write .rc_flex .art {position:relative;}
section.resume_write .rc_flex .art input[type="file"]+label {font-size:0;border:0;border-radius:0;
    position:absolute;top:0;left:0;width:120px;height:100%;padding:0;z-index:1;opacity:0;}
section.resume_write .rc_flex .art input[type="file"]+label::before {display:none;}
section.resume_write .rc_flex .art #preview {position:relative;width:120px;height:153px;}
section.resume_write .rc_flex .art input[type="text"] {border-radius:0;border:0;border-bottom:1px solid #ccc;}
section.resume_write .cont #my_chk {padding:10px 0;}

section.resume .btm_fix .maxwid {justify-content:space-between;}
section.resume .btm_fix .preview_btn {background:#fff;border:2px solid #0F73E2;line-height:44px;
    color:#0F73E2;border-radius:15px;}
section.resume .btm_fix .preview_btn:hover {background:#f5faff;}
section.resume .btm_fix .temporary {background:#F8F8F8;border:2px solid #ddd;line-height:44px;
    color:#0a0a0a;border-radius:15px;}
section.resume .btm_fix .temporary:hover {background:#f1f1f1;}
section.resume .btm_fix .confirm {background:#0F73E2;border:2px solid #AED4FF;line-height:46px;
    color:#fff;border-radius:15px;}





section.gallery_list .gallery_ul li {width:auto;}
section.gallery_list .gallery_ul.ul-1 li {width:calc(100% / 4);}
section.gallery_list .gallery_ul.ul-2 li {width:calc(100% / 3);}
section.gallery_list .gallery_ul.ul-3 li {width:calc(100% / 3);}
section.gallery_list .gallery_ul.ul-3 li .thumb_img {height:610px;}


section.board_view .view_info .top {border-top:0;display:flex;flex-direction:column;
    justify-content:center;align-items:start;box-sizing:border-box;
    border-bottom:1px solid #ccc;padding:60px 16px;}
section.board_view .view_info .date {font-weight:300;}







@media (max-width:1600px) {
    .maxwid {max-width:1200px;}

    .header .right_box .a_cont {max-width:1200px;}
    .header .wrap {max-width:1200px;}
    .header .top_nav {gap:40px;}

    .main-video-wrap .mv_txt_box {width:1200px;}
    .main-video-wrap .mv_txt_box h1 {font-size:38px;line-height:60px;}
    .main-video-wrap .mv_txt_box h2 {font-size:70px;margin:0 0 40px;}

    .sec-flex {gap:60px;}
    section.main .sec-4 .section_2, section.main .sec-4 .section_3 {width:calc(50% - 30px);}
    
    section.main .section_1 .swiper-slide {height:220px!important;}

    .company .comp-6 .center-img, .company .comp-6 .sec4_ul1::after {width:400px;height:400px;}
    .company .comp-7 ul {width:100%;padding:0 80px;box-sizing:border-box;}

    .company .comp-8 .sec5_ul2 {width:620px;}

    section.gallery_list .gallery_ul.ul-1 li .thumb_img {height:264px;}
    section.gallery_list .gallery_ul.ul-2 li .thumb_img {height:250px;}
    section.gallery_list .gallery_ul.ul-3 li .thumb_img {height:510px;}
}

@media (max-width:1400px) {
    .maxwid {max-width:991px;box-sizing:border-box;}
    
    .bottom_company .maxwid {padding:40px 30px;}
    .bottom_company .art_wrap img {width:240px;}
    .bottom_company .sns_ul li {width:46px;}

    .header .right_box .a_cont {max-width:991px;}
    .header .wrap {max-width:991px;}
    .header .logo {width:160px;}
    .header .top_nav {gap:20px;}
    .header .top_nav a {font-size:15px;}

    .main-video-wrap .mv_txt_box {width:991px;}
    .main-video-wrap .mv_txt_box h1 {font-size:34px;line-height:54px;}
    .main-video-wrap .mv_txt_box h2 {font-size:60px;margin:0 0 30px;}

    .main-video-wrap .mv_txt_box .main_search_wrap {width:420px;border-radius:14px;}
    .main-video-wrap .mv_txt_box .main_search_wrap input {height:46px;}

    .quick_ul {width:auto;flex-wrap:wrap;}
    .quick_ul li a {font-size:17px;line-height:20px;}
    .quick_ul li a img {width:74px;}

    .sb_box * {width:30px!important;height:26px!important;}

    .sec-flex {gap:40px;}
    section.main .sec-4 .section_2, section.main .sec-4 .section_3 {width:calc(50% - 20px);}

    .mt_box .t1 {font-size:30px;}
    .mt_box .mt_right .more {font-size:14px;padding:0 10px;line-height:26px;border-radius:6px;}

    section.main .section_1 .swiper-slide {height:178px!important;border-radius:16px;}

    section.main .sec-6 .swiper-slide .thumb_img {width:100%;}
    section.main .sec-6 .swiper-slide-active .thumb_img::after {width:80px;height:60px;
        background-size:100%;}

    .sub_top {height:300px;}
    .sub_top p {font-size:42px;}

    .company .comp_t {font-size:30px;}

    .company .comp-1 {padding:100px 0;gap:100px;}
    .company .comp-1 img {max-width:360px;}
    .company .comp-1 p {font-size:20px;line-height:36px;}
    .company .comp-1 p b {font-size:34px;}

    .company .comp-2 .cnt_wrap {padding:0 100px;gap:100px;}
    .company .comp-2 .cnt_wrap li {width:calc(100% / 3);height:calc(33.556vw - 136px);}

    .company .comp-3 > ul > li {padding:20px 30px;}
    .company .comp-3 > ul p {line-height:46px;}
    .company .comp-3 > ul p span {font-size:18px;line-height:26px;}

    .company .comp-4 .sec2_ul1 {margin:0 0 60px;}
    .company .comp-4 .sec2_ul1 li p {padding:0 20px 20px;font-size:16px;line-height:24px;}
    .company .comp-4 .sec2_ul1 li p span {font-size:24px;margin:0 0 10px;}
    .company .comp-4 .sec2_ul2 .first {font-size:30px;}
    .company .comp-4 .sec2_ul2 li {font-size:16px;line-height:24px;}
    .company .comp-4 .sec2_ul2 li::before {width:46px;height:46px;}

    .company .comp-5 ul li div p span {font-size:18px;line-height:26px;}

    .company .comp-6 .center-img, .company .comp-6 .sec4_ul1::after {width:320px;height:320px;}
    .company .comp-6 .sec4_ul1 li {height:260px;}
    .company .comp-6 .sec4_ul1 li:nth-child(2n-1) {padding-left:40px;}
    .company .comp-6 .sec4_ul1 li:nth-child(2n) {padding-right:40px;}
    .company .comp-6 .sec4_ul1 li .p1 p {font-size:24px;line-height:30px;margin:0 0 15px;}
    .company .comp-6 .sec4_ul1 li .art {font-size:18px;line-height:28px;}

    .company .comp-7 {height:580px;}
    .company .comp-7 .title {gap:10px;}
    .company .comp-7 .title span, .company .comp-7 .title p {font-size:30px;}
    .company .comp-7 .title img {width:360px;transform:translateY(-3px);}
    .company .comp-7 ul {margin:0 auto 60px;}
    .company .comp-7 ul li p {font-size:22px;}
    .company .comp-7 ul li p span {font-size:32px;}

    .company .comp-8 .txt_box {gap:30px;}
    .company .comp-8 .txt_box .c8-p1 {font-size:30px;line-height:42px;}
    .company .comp-8 .txt_box .c8-p2 {font-size:18px;line-height:30px;}
    .company .comp-8 .sec5_ul2 {width:500px;}
    .company .comp-8 .sec5_ul2 li {gap:30px;padding:15px 20px;}
    .company .comp-8 .sec5_ul2 li .img_cont {width:82px;height:82px;}
    .company .comp-8 .sec5_ul2 li p {font-size:18px;line-height:28px;font-weight:500;}

    .consulting .t1 {font-size:38px;line-height:54px;margin-bottom:20px;}
    .consulting .p1 {font-size:20px;margin:0 0 60px;}
    .consulting .logo_wrap .cont_bg {padding:60px 30px;width:460px;}

    .academy .img-box {width:380px;height:380px;}
    .academy .txt-box {height:380px;}
    .academy .text-fill {font-size:100px;}
    .academy .info-box {margin:20px 0 40px;}
    .academy .info-box .p1 {font-size:28px;line-height:28px;}
    .academy .info-box .p1 span {font-size:24px;margin:6px 0 0;}
    .academy .info-box hr {margin:15px 0;}
    .academy .info-box .p2 {font-size:17px;}
    .academy .inq_btn span {font-size:16px;padding:14px 40px;}

    .list_top {height:200px;}
    .list_top .t1 {font-size:40px;}
    .list_top .art {font-size:20px;}

    section.gallery_list .maxwid {padding:0 30px 100px;}

    section.gallery_list .gallery_ul.ul-1 li {width:calc(100% / 3);}
    section.gallery_list .gallery_ul.ul-1 li .thumb_img {height:278px;}
    section.gallery_list .gallery_ul.ul-2 li .thumb_img {height:190px;}
    section.gallery_list .gallery_ul.ul-3 li .thumb_img {height:380px;}
}

@media (max-width:1200px) {
    .main-video-wrap .mv_txt_box {width:100%;align-items:center;}
    .company .comp-2 {padding:60px 0;}
    .company .comp-2 .art {font-size:18px;line-height:42px;}
    .company .comp-2 .art .bold {font-size:36px;}
    .company .comp-2 .cnt_wrap {margin:50px 0 0;}
    .company .comp-2 .cnt_wrap li > div > span {font-size:20px;line-height:28px;}
    .company .comp-2 .cnt_wrap li hr {width:60px;}
    .company .comp-2 .cnt_wrap .cnt_box p {font-size:72px;}
    .company .comp-2 .cnt_wrap .cnt_box span {font-size:32px;}
    
    .company .comp-7 ul {gap:20px;padding:0 60px;}
    .company .comp-7 ul li {padding:30px 15px;}
    .company .comp-7 ul li p {font-size:20px;}
    .company .comp-7 ul li p span {font-size:28px;}
    .company .comp-7 .art {font-size:18px;}

    .company .comp-8 {overflow:hidden;}

    .academy .img-box {width:300px;height:300px;}
    .academy .txt-box {height:300px;left:calc(50% - 240px);}
    .academy .text-fill {font-size:80px;}
    .academy .info-box {margin:20px 0;}
    .academy .info-box .p1 {font-size:24px;line-height:26px;}
    .academy .info-box .p1 span {font-size:20px;margin:6px 0 0;}
    .academy .info-box hr {margin:15px 0;}
    .academy .info-box .p2 {font-size:15px;line-height:24px;font-weight:300;padding:0 45px;}
    .academy .inq_btn {max-width:180px;}
    .academy .inq_btn span {font-size:15px;padding:12px 20px;}

    section.resume {padding:80px 0;}
    section.resume .t1 {font-size:36px;margin:0 0 20px;}
    section.resume .p1 {font-size:18px;margin:0 0 20px;}
    section.resume .p2 {font-size:22px;margin:0 0 30px;}
    
}

@media (max-width:991px) {
    .maxwid {max-width:none;width:100%;padding:0 15px;box-sizing:border-box;}

    .header .wrap {padding:0 15px;}
    .main-video-wrap {margin-top:-64px;}
    .main-video-wrap::after {content:'';position:absolute;top:0;left:0;width:100%;height:100%;
        background:#ffffff29;backdrop-filter:blur(5px);}
    .main-video {display:none;}
    .main-video-mo {display:block;}
    .main-video-wrap .mv_txt_box {position:relative;z-index:1;}
    .main-video-wrap .mv_txt_box h1 {font-size:26px;line-height:16px;}
    .main-video-wrap .mv_txt_box h2 {font-size:48px;margin:0 0 20px;}

    .quick_ul li a {font-size:15px;line-height:20px;}
    .quick_ul li a img {width:66px;}

    .mt_box .t1 {font-size:26px;}
    .mt_box .mt_right .more {font-size:13px;}

    section.main .section_1 .swiper-slide {width:calc((100% / 3) - 17px);height:31vw!important;}

    .sub_top {height:240px;}
    .sub_top p {font-size:34px;}

    .company .comp-1 {flex-direction:column;gap:30px;}
    .company .comp-1 img {max-width:280px;}
    .company .comp-1 p {text-align:center;font-size:18px;line-height:32px;}
    .company .comp-1 p b {font-size:28px;line-height:46px;}

    .company .comp-2 {padding:40px 15px;}
    .company .comp-2 .art {font-size:16px;line-height:24px;}
    .company .comp-2 .art .bold {font-size:30px;line-height:52px;}
    .company .comp-2 .cnt_wrap {flex-direction:column;align-items:center;gap:60px;}
    .company .comp-2 .cnt_wrap li {width:240px;height:240px;}
    
    .company .comp_t {font-size:26px;}

    .company .comp-3 > ul > li {padding-right:120px;}
    .company .comp-3 > ul p {font-size:20px;line-height:36px;margin:0 0 25px;}
    .company .comp-3 > ul p span {font-size:17px;}
    .company .comp-3 > ul ul li {font-size:16px;}

    .company .comp-4 .sec2_ul1 {gap:18px;}

    .company .comp-5 ul {gap:20px;}
    .company .comp-5 ul li div {height:auto;}
    .company .comp-5 ul li div p {height:68px;}
    .company .comp-5 ul li div p span {font-size:15px;line-height:22px;}

    .company .comp-6 .center-img, .company .comp-6 .sec4_ul1::after {width:260px;height:260px;}
    .company .comp-6 .sec4_ul1 li .p1 p {font-size:22px;line-height:26px;}
    .company .comp-6 .sec4_ul1 li .art {font-size:16px;line-height:24px;}
    
    .company .comp-8 {flex-direction:column;gap:30px;margin:0 0 100px!important;}
    .company .comp-8 .sec5_ul2 {overflow:visible;}
    .company .comp-8 .txt_box .c8-p1 {text-align:center;}
    .company .comp-8 .txt_box .c8-p2 {text-align:center;}

    section.login_form {padding:30px 25px;max-width:400px;}
    section.login_form .sub_top .t1 {font-size:32px;}
    section.login_form .sub_top .art {padding:0;font-size:16px;}
    section.login_form .login_btn {font-size:15px;line-height:42px;}
    section.login_form .join_btn {font-size:15px;line-height:42px;}

    section.join {padding:30px 25px;}
    section.join .t_box .t1 {font-size:32px;}
    section.join .t_box .art {font-size:16px;text-align:center;}
    section.join .join_btn {font-size:15px;line-height:42px;margin:0;}
    
    .list_top {height:180px;}
    .list_top .t1 {font-size:34px;}
    .list_top .art {font-size:18px;padding:0;}

    section.gallery_list .gallery_ul .subj {font-size:16px;line-height:24px;}

    section.gallery_list .gallery_ul.ul-1 li .thumb_img {height:28vw;}
    section.gallery_list .gallery_ul.ul-2 li .thumb_img {height:20vw;}
    section.gallery_list .gallery_ul.ul-3 li .thumb_img {height:41vw;}
}

@media (max-width:767px) {
    .bottom_company .maxwid {flex-direction:column;gap:25px;}
    .bottom_company .art_wrap img {width:220px;margin:0 0 20px;}
    .bottom_company .art_wrap {display:flex;flex-direction:column;align-items:center;}
    .bottom_company .art_wrap p {text-align:center;}
    .bottom_company .sns_ul {gap:15px;}
    .bottom_company .sns_ul li {width:42px;}

    .main-video-wrap .mv_txt_box h1 {font-size:22px;line-height:12px;}
    .main-video-wrap .mv_txt_box h2 {font-size:36px;margin:0 0 20px;}

    .main-video-wrap .mv_txt_box .main_search_wrap {width:300px;border-radius:13px;}
    .main-video-wrap .mv_txt_box .main_search_wrap input {height:44px;padding:0 42px 0 12px;
        font-size:14px;}
    .main-video-wrap .mv_txt_box .main_search_wrap .search_btn {right:10px;width:24px;height:24px;}
    .main-video-wrap .mv_txt_box .main_search_wrap .search_btn i {font-size:20px;}

    .sec-1 {padding:40px 0 0;margin:0 0 20px;}
    .quick_ul li {width:calc(100% / 3);flex:auto;}
    .quick_ul li a {padding:15px 0;font-size:14px;}
    .quick_ul li a img {width:60px;}

    .mt_box .t1 {font-size:22px;}

    section.main .main_swiper .swiper-slide img:nth-child(1) {display:none;}
    section.main .main_swiper .swiper-slide img:nth-child(2) {display:block;}

    .sec-3, .sec-4 {margin:0 0 80px;}
    .sec-5, .sec-6, .sec-7, .sec-8 {margin:0 0 100px;}
    .sec-6 .mt_box {margin:0 0 20px;}

    .employ_box {gap:15px;}
    section.main .section_1 .swiper-slide {width:calc((100% / 2) - 8px);height:calc(50vw - 23px)!important;}

    .sec-4 .sec-flex {flex-direction:column;gap:60px;}
    section.main .sec-4 .section_2, section.main .sec-4 .section_3 {width:100%;}
    section.main .sec-6 .swiper-slide-active .thumb_img::after {width:54px;}

    .company .comp-4 {padding:0 0 50px;margin:0 0 60px;}
    .company .comp-4 .sec2_ul1 {flex-direction:column;align-items:center;margin:0 0 30px;}
    .company .comp-4 .sec2_ul1 li {width:100%;max-width:none;overflow:hidden;display:flex;
        align-items:center;max-height:200px;}

    .sec-4 .art_wrap {gap:5px;padding:0 20px 15px;}
    .sec-4 .art_wrap .subj {font-size:20px;}
    .sec-4 .art_wrap .art {font-size:14px;line-height:20px;}

    .company .comp-4 .sec2_ul2 {gap:20px;}
    .company .comp-4 .sec2_ul2 .first {font-size:26px;}
    .company .comp-4 .sec2_ul2 li {font-size:15px;line-height:22px;flex-direction:column;text-align:center;
        gap:0;}

    .company .comp-5 {margin:0 0 60px;}
    .company .comp-5 ul {flex-wrap:wrap;gap:12px;}
    .company .comp-5 ul li {width:calc(50% - 10px);}
    .company .comp-5 ul li div p {height:54px;}
    .company .comp-5 ul li div p span {font-size:14px;line-height:20px;letter-spacing:-0.5px;}

    .company .comp-6 {margin:0 0 60px;}
    .company .comp-6 .center-img, .company .comp-6 .sec4_ul1::after {width:220px;height:220px;}
    .company .comp-6 .sec4_ul1 li {height:300px;}
    .company .comp-6 .sec4_ul1 li:nth-child(1) {border-radius:40px 0 0 0;}
    .company .comp-6 .sec4_ul1 li:nth-child(2) {border-radius:0 40px 0 0;}
    .company .comp-6 .sec4_ul1 li:nth-child(3) {border-radius:0 0 0 40px;}
    .company .comp-6 .sec4_ul1 li:nth-child(4) {border-radius:0 0 40px 0;}
    .company .comp-6 .sec4_ul1 li:nth-child(-n+2) {align-items:start;padding-top:30px;}
    .company .comp-6 .sec4_ul1 li:nth-child(n+3) {align-items:end;padding-bottom:30px;}
    .company .comp-6 .sec4_ul1 li:nth-child(2n-1) {padding-left:20px;padding-right:20px;}
    .company .comp-6 .sec4_ul1 li:nth-child(2n) {padding-left:10px;padding-right:10px;}
    .company .comp-6 .sec4_ul1 li .p1 p {font-size:18px;line-height:22px;margin:0 0 10px;}
    .company .comp-6 .sec4_ul1 li .art {font-size:14px;line-height:22px;}
    .company .comp-6 .sec4_ul1 li .art br {display:none;}


    section.main .sec-8 #bid_ul li > a {padding:15px 20px;}
    section.main .sec-8 #bid_ul li .tag {line-height:20px;}
    section.main .sec-8 #bid_ul li .com_name {font-size:15px;line-height:24px;}
    section.main .sec-8 #bid_ul li .tag_wrap {margin:0 0 15px;}
    section.main .sec-8 #bid_ul li .title {margin:0 0 10px;}

    .company .comp-1 img {max-width:220px;}
    .company .comp-1 p {text-align:center;font-size:16px;line-height:26px;letter-spacing:-0.4px;}
    .company .comp-1 p b {font-size:24px;line-height:40px;}

    .company .comp-2 {padding:30px 15px 60px;margin:0 0 60px;}
    .company .comp-2 .art .bold {font-size:24px;}
    .company .comp-2 .cnt_wrap {flex-direction:column;align-items:center;gap:40px;}
    .company .comp-2 .cnt_wrap li {width:180px;height:180px;}
    .company .comp-2 .cnt_wrap li > div > span {font-size:16px;line-height:22px;}
    .company .comp-2 .cnt_wrap li hr {margin:12px 0 4px;}
    .company .comp-2 .cnt_wrap li .cnt_box {gap:5px;}
    .company .comp-2 .cnt_wrap .cnt_box p {font-size:58px;}
    .company .comp-2 .cnt_wrap .cnt_box span {font-size:26px;}

    .company .comp_t {font-size:22px;line-height:26px;}

    .company .comp-3 > ul {gap:20px;}
    .company .comp-3 > ul > li {width:100%;padding:20px;}
    .company .comp-3 > ul > li::before {position:static!important;display:block;
        width:74px!important;height:74px!important;}
    .company .comp-3 > ul p {margin:6px 0 20px;}

    .company .comp-7 {height:auto;padding:50px 0;}
    .company .comp-7 .title {margin:0 0 30px;}
    .company .comp-7 .title span, .company .comp-7 .title p {font-size:22px;gap:5px;}
    .company .comp-7 .title img {width:260px;}
    .company .comp-7 ul {flex-direction:column;margin:0 auto 40px;padding:0 30px;}
    .company .comp-7 ul li {padding:25px 10px;}
    .company .comp-7 ul li p {font-size:18px;}
    .company .comp-7 ul li p span {font-size:24px;}
    .company .comp-7 .art {padding:0 30px;line-height:24px;font-size:16px;}

    .company .comp-8 {gap:20px;}
    .company .comp-8 .txt_box .c8-p1 {font-size:26px;line-height:34px;}
    .company .comp-8 .txt_box .c8-p1 span {font-size:26px;}
    .company .comp-8 .txt_box .c8-p2 {font-size:15px;line-height:26px;letter-spacing:-0.5px;}
    .company .comp-8 .sec5_ul2 {width:100%;padding:15px;box-sizing:border-box;}
    .company .comp-8 .sec5_ul2 li {gap:0;margin:0!important;}
    .company .comp-8 .sec5_ul2 li .img_cont {width:68px;height:68px;}
    .company .comp-8 .sec5_ul2 li p {font-size:15px;line-height:22px;}

    .consulting .t1 {font-size:28px;line-height:42px;}
    .consulting .t1 span {display:block;}
    .consulting .p1 {font-size:17px;line-height:24px;}
    .consulting .logo_wrap > .swiper {margin:40px 0;}
    .consulting .logo_wrap .cont_bg {padding:40px 20px;width:75%;box-sizing:border-box;}
    .consulting .logo_wrap .cont_bg .p3 {font-size:20px;line-height:28px;}
    .consulting .cont_bg li {font-size:16px;text-align:center;}

    .academy {box-sizing:border-box;}
    .academy .img-box {width:250px;height:250px;}
    .academy .txt-box {width:auto;height:250px;left:50%;transform:translateX(-50%);}
    .academy .text-fill {font-size:64px;}

    section.login_form .sub_top .t1 {font-size:28px;}
    section.login_form .password_box .pw_reset i {font-size:20px;}
    section.login_form .password_box .pw_mask i {font-size:16px;}
    .inp_box .inp_cont {font-size:16px;height:42px;}
    .inp_box label {font-size:15px;}

    section.join .t_box .t1 {font-size:28px;}

    section.resume {padding:50px 0;}
    section.resume .t1 {font-size:30px;margin:0 0 20px;padding:0 20px;}
    section.resume .p1 {font-size:16px;line-height:22px;padding:0 30px;}
    section.resume .p2 {font-size:18px;line-height:26px;padding:0 30px;}
    section.resume .chk_box {width:92%;padding:30px 20px;}
    section.resume .chk_box li span {font-size:15px;}
    section.resume .chk_box li .art {padding:10px;font-size:12px;line-height:16px;height:80px;}
    section.resume .chk_box label {font-size:16px;margin:20px 0;}
    section.resume .chk_box label::before {width:20px;height:20px;background-size:18px;}
    section.resume .resume_btn {font-size:15px;line-height:42px;}

    section.resume_write .resume_1 .rc_box {padding:30px 20px;}
    section.resume_write .p1 {padding:0;}
    section.resume_write .t1 {padding:0;}
    section.resume_write .cont li {padding:30px 20px;}
    section.resume_write .resume_1 {gap:2px;}
    section.resume_write .cont {gap:2px;}

    section.resume .btm_fix {margin-top:30px;}
    section.resume .btm_fix .maxwid {padding:20px 15px;}
    section.resume .btm_fix .top_r {gap:6px;}
    section.resume .btm_fix .temporary, section.resume .btm_fix .confirm, section.resume .btm_fix .preview_btn
        {border-radius:12px;font-size:14px;line-height:36px;padding:0 15px;}

    section.gallery_list .maxwid {padding:0 15px 60px;}

    .list_top {height:140px;margin:0 0 5px;}
    .list_top .t1 {font-size:28px;}
    .list_top .art {font-size:15px;text-align:left;}

    section.gallery_list .gallery_ul .subj {font-size:15px;line-height:22px;}

    .gallery_list .more_li {width:160px;margin:30px auto 0;}
    .gallery_list .more_li span {border:2px solid #477ee7;font-size:14px;padding:12px 30px;}
    .gallery_list .more_li::before, .gallery_list .more_li::after {height:2px;}
    .gallery_list .more_li span::before, .gallery_list .more_li span::after {width:2px;}
    .gallery_list .more_li span::before {right:-2px;}
    .gallery_list .more_li span::after {left:-2px;}

    section.gallery_list .gallery_ul.ul-1 {margin:0 -10px;}
    section.gallery_list .gallery_ul.ul-1 li {padding:10px;width:calc(100% / 2);}
    section.gallery_list .gallery_ul.ul-1 li .thumb_img {height:43.112vw;margin-bottom:2px;}

    section.gallery_list .gallery_ul.ul-2 {margin:0 -10px;}
    section.gallery_list .gallery_ul.ul-2 li {padding:10px;width:calc(100% / 2);}
    section.gallery_list .gallery_ul.ul-2 li .thumb_img {height:30vw;margin-bottom:2px;}

    section.gallery_list .gallery_ul li .youtube_cont .thumb_img::after {width:32px;}

    section.gallery_list .gallery_ul.ul-3 {margin:0 -10px;}
    section.gallery_list .gallery_ul.ul-3 li {padding:10px;width:calc(100% / 2);}
    section.gallery_list .gallery_ul.ul-3 li .thumb_img {height:64vw;}

    section.gallery_list .search_wrap {margin:30px 0 20px;flex-direction:column;position:relative;
        gap:4px;}
    section.gallery_list .search_wrap .select_wrap {width:100%;}
    section.gallery_list .search_wrap .select_wrap select {display:block;width:100%;}
    section.gallery_list .search_wrap .search_inp {width:calc(100% - 46px);align-self:start;}
    section.gallery_list .search_wrap .search_btn {position:absolute;bottom:0;right:0;
        width:40px;height:38px;}
    section.gallery_list #bid_ul li {flex:auto;width:100%;}
    section.gallery_list #bid_ul li > a {padding:15px 20px;}
    section.gallery_list #bid_ul li .tag_wrap {margin:0 0 10px;}
    section.gallery_list #bid_ul li .tag {line-height:20px;}
    section.gallery_list #bid_ul li .title {margin:0 0 10px;line-height:24px;}
    section.gallery_list #bid_ul li .com_name {font-size:15px;line-height:24px;}

    section.board_view .view_info .top {padding:30px 0;}
    section.board_view .view_info .art{padding:30px 0;}

    .side_box li a {font-size:12px;line-height:14px;width:56px;height:56px;}
}





































/**/