#header_wrap{position:fixed;width:100%;height:133px;top:0;left:0;z-index:4;}
.scrolled #header_wrap{background-color:#fff;border-bottom:none;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#header{position:absolute;left:50%;top:0;width:100%;height:133px;transform:translateX(-50%);z-index:6;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#header .header-inner{position:relative;width:100%;height:100%;display:flex;align-items:center;}

#header #logo{position:absolute;left:25px;top:50%;margin:0;padding:0;transform:translateY(-50%);z-index:10;}
#header #logo a{display:block;width:336px;height:64px;background-image:url(../img/logo.png);background-repeat:no-repeat;background-size:contain;background-position:left center;}
.scrolled #header #logo a{background-image:url(../img/logo-black.png);}
#header #logo img{width:100%;height:auto;display:block;}

#header .gnb{list-style:none;height:100%;position:absolute;right:20px;top:0;margin:0;padding:0;display:flex;align-items:center;}
#header .gnb > li{float:none;position:relative;display:flex;align-items:center;height:100%;line-height:1.2;padding:0 20px;vertical-align:middle;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#header .gnb > li > a{display:inline-flex;align-items:center;justify-content:center;line-height:1.2;width:100%;color:#fff;font-size:23px;font-weight:600;text-decoration:none;opacity:.9;}
#header .gnb > li > a:hover{opacity:1; line-height:1.2;}
.scrolled #header .gnb > li > a{color:#000;}

#header .gnb .login{font-size:12px;color:#fff;padding:0 7px;}
#header .gnb .join{font-size:12px;color:#fff;margin-left:20px;}
#header .gnb .login a{color:#ddd;font-size:12px;}
#header .gnb .join a{color:#ddd;font-size:12px;}


#header .header-inner .menu{cursor:pointer;text-indent:-9999px;position:absolute;top:50%;right:25px;left:auto;width:25px;height:20px;background-image:url(../img/cate_more.gif);background-repeat:no-repeat;background-size:contain;background-position:center;margin-left:0;border:0;display:none;transform:translateY(-50%);}
#header .header-inner .menu.on{background-image:url(../img/cate_close.gif);}

#header #right-side-open{height:133px;line-height:133px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
#header #right-side-open{position:absolute;right:0;width:100px;cursor:pointer;border-left:1px solid rgba(255,255,255,0.3);text-align:center;display:inline-block;}
#header #right-side-open span{display:inline-block;width:20px;height:20px;font-size:20px;line-height:1em;margin-top:-10px;margin-left:-10px;position:absolute;top:50%;left:50%;color:#fff;}

#header .gnb .snb{ border-radius: 10px; list-style:none;display:none;position:absolute;right:-62px;width:200px;top:90px;border-top:0;background-color:#000;z-index:2;margin:0;padding:20px; height: 250px;}
.device-md #header .gnb .snb{display:none;position:absolute;right:-82px;width:200px;top:80px;border-top:0;background-color:#000;z-index:2;}
#header .gnb .snb li{font-size:18px;line-height:2.8;text-align:left;}
#header .gnb .snb li a{color:#fff;display:block;padding-left:20px;text-decoration:none; opacity: 0.8;}
#header .gnb .snb li a:hover{color:#fff;display:block; text-decoration:none;line-height:2.8; opacity: 1;}
#header .gnb .snb li:first-child{border-top:0;}

#right-side{background-color:#333;position:fixed;z-index:10;top:0;right:-400px;max-width:400px;width:100%;height:100%;color:#fff;padding:30px;-webkit-transition:right .3s ease;-moz-transition:right .3s ease;-ms-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;box-sizing:border-box;overflow:auto;}
#right-side .side_gnb .call a{text-align:center;display:block;position:relative;background:#6cc043;color:#fff;font-weight:bold;height:5em;line-height:5em;border-radius:3px;margin-top:10px;padding:2px 0 4px 0;}
#right-side #btn-close-right-side{position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px;font-size:16px;cursor:pointer;}
#right-side #btn-close-right-side .fa.fa-times{font-size:18px;padding-top:20px;}
.right-side-on #right-side{right:0;}
.right-side-on #wrapper{left:-300px;}
.right-side-on #header{left:-300px;}
.right-side-on #rs-overlay{display:block;}

.quick_menu{width:100%;margin:auto;padding-top:20px;}
.quick_menu ul{text-align:center;margin:0;padding:0;}
.quick_menu li{display:inline-block;margin-left:-3px;width:80px;border-right:1px solid #ddd;}
.quick_menu li:last-child{border:0;}
.quick_menu li a{display:block;box-sizing:border-box;color:#f5f5f5;letter-spacing:-0.8px;text-align:center;position:relative;font-size:12px;text-decoration:none;}
.quick_menu li a:hover{color:#fff;backface-visibility:hidden;}
.quick_menu li a.on{color:#fff;border-bottom-color:#ff3300;border-bottom-width:2px;border-bottom-style:solid;}

.quick_kakao{text-align:center;height:35px;background-color:#ffd800;display:inline-block;clear:both;}
.quick_kakao a{display:block;position:relative;background:#ffd800;}
.quick_kakao a img{display:block;margin:0 auto;}

.side_gnb{position:relative;width:100%;float:left;padding-top:20px;}
.side_gnb p{color:#fff;text-align:center;padding:20px;}
.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #555;margin-top:60px;margin-left:0;padding-left:0;list-style:none;}
.side_gnb .menu-list > li > a span.btn-toggle{display:block;position:absolute;width:40px;height:40px;top:10px;right:0;}
.side_gnb .menu-list > li > a{display:block;position:relative;color:#fff;font-size:15px;line-height:3.8em;padding:0 1em;border-top:1px solid #555;text-decoration:none;}
.side_gnb .menu-list > li > a i{display:block;position:absolute;top:50%;left:10px;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);width:20px;height:20px;border:1px solid #ddd;border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease;}
.side_gnb .menu-list > li.on > a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg);}
.side_gnb .menu-list > li > a i:before{content:"";display:block;position:relative;padding-top:100%;}
.side_gnb .depth-2{display:none;margin:0;padding:0;list-style:none;}
.side_gnb .depth-2 > li{background-color:#ddd;}
.side_gnb .depth-2 > li > a{display:block;color:#000;font-size:1.2em;line-height:3em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff;text-decoration:none;}

@media screen and (max-width:1200px){
  #header .gnb > li{padding:0 14px;}
  #header .gnb > li > a{font-size:19px;}
}

@media screen and (max-width:1024px){
  #header .gnb{display:none;}

}

@media screen and (max-width:768px){
  #header_wrap{position:fixed;width:100%;height:80px;top:0;left:0;z-index:4;}
  #header{height:80px;}
  #header .header-inner{height:80px;align-items:center;}
  #header #logo{left:20px;top:50%;transform:translateY(-50%);}
  #header #logo a{width:200px;height:55px;background-position:left center;background-size:contain;}
  .scrolled #header #logo a{background-image:url(../img/logo-black.png);}
  #header .header-inner .menu{top:50%;right:20px;left:auto;margin-left:0;transform:translateY(-50%);}
  #header #right-side-open{height:80px;line-height:80px;}
}

@media screen and (max-width:420px){
  #header #logo{left:16px;}
  #header .header-inner .menu{right:16px;}
}



/*메인배너*/
.main_visual { height: 100vh; }
.swiper { margin: 0; width: 100%; height: 100vh; }
.main_visual .swiper-slide:nth-child(1n) { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main_banner_img01.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide:nth-child(2n) { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main_banner_img02.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide:nth-child(3n) { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/main_banner_img03.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide.video-slide,
.main_visual .swiper-slide.youtube-slide { background-image: none; }
.main_visual .swiper-slide .visual-tit {display: flex; flex-direction: column; align-items: flex-start;justify-content: flex-end;height: 100%; color: #fff;text-align: left; position: relative;z-index: 2;opacity: 0.9;padding: 0 0 140px 12%; box-sizing: border-box;}
.main_visual .swiper-slide .title { display: block; font-weight: 200; transition: opacity 0.75s ease 0.75s; line-height: 1; font-size: 70px; margin-bottom: 20px; letter-spacing: -2px; line-height: 1.2;}
.main_visual .swiper-slide .description { font-size: 18px; color: #fff; transition: opacity 0.75s ease 0.75s; }
.main_visual .swiper-slide .title strong { font-weight: 700;}
.main_visual .swiper-pagination { position: absolute; bottom: 120px; right: 280px; font-size: 16px; color: #fff; display: flex; align-items: center; }
.main_visual .swiper-pagination .current { font-size: 20px; margin: 0 10px; }
.main_visual .swiper-pagination .total { font-size: 20px; opacity: 0.8; margin: 0 10px; }
.main_visual .swiper-pagination .prev, .swiper-pagination .next { cursor: pointer; font-size: 28px; }

.main_visual_scroll { position: absolute; bottom: 0px; right: 210px; z-index: 10; }
.main_visual_scroll .area_wrap { display: flex; align-items: center; }
.main_sc_box { position: relative; display: flex; flex-direction: column; align-items: center; }
.main_sc_box .sc_down { display: block;  color: #fff;  font-weight: 400;  font-size: 11px;  letter-spacing: 2px; writing-mode: vertical-rl; text-orientation: mixed;margin-bottom: 20px;}
.main_sc_box .sc_line {  overflow: hidden;  position: relative;  display: block; width: 1px;  height: 120px;  background-color: rgba(255, 255, 255, 0.3); }
.main_sc_box .sc_line:after {  position: absolute;  top: 0; left: 0;  width: 1px; height: 40px;  background-color: #fff; content: "";  animation: line-over 2s ease-in-out infinite; }

@keyframes line-over {
    0% { transform: translateY(0); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateY(80px); opacity: 0; }
}

.video-background, #youtube-player { position: absolute; top: 0;left: 0; width: 100%; height: 100%;object-fit: cover;}
.video-slide::before,.youtube-slide::before {content: ''; position: absolute;top: 0; left: 0;width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5);z-index: 1;}


/* 반응형 미디어 쿼리 */
@media screen and (max-width: 1200px) {
    .main_visual .swiper-slide .title {
        font-size: 60px;
        margin-bottom: 18px;
    }

    .main_visual .swiper-slide .description {
        font-size: 16px;
        padding: 0 ;
        line-height: 1.65;
    }

    .main_visual .swiper-pagination {
        bottom: 60px;
        right: 60px;
    }
}

@media screen and (max-width: 992px) {
    .main_visual .swiper-slide .title {
        font-size: 35px;
        margin-bottom: 16px;
        word-break: keep-all;
    }

    .main_visual .swiper-pagination {
        bottom: 50px;
        right: 50px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 18px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {

    .main_visual .swiper-slide .visual-tit {
        padding: 0 30px 120px 30px;
        align-items: flex-start;
        text-align: left;
    }

    .main_visual .swiper-pagination {
        bottom: 40px;
        right: 40px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 16px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 20px;
    }

    .main_visual_scroll {
        bottom: 30px;
        right: 30px;
    }

    .main_sc_box .sc_line {
        height: 100px;
    }
}

@media screen and (max-width: 576px) {
  
    .main_visual .swiper-slide .visual-tit {
        padding: 0 24px 110px 24px;
    }


    .main_visual .swiper-pagination {
        bottom: 30px;
        right: 30px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 14px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 18px;
    }

    .main_visual_scroll {
        bottom: 20px;
        right: 20px;
    }

    .main_sc_box .sc_down {
        font-size: 9px;
        margin-bottom: 15px;
    }

    .main_sc_box .sc_line {
        height: 80px;
    }
}

/*메인배너*/




/*퀵메뉴*/
.right_quick-area{position: fixed; z-index: 100;bottom:180px; right: 10px}
.right_quick-area .quick-left{background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 70px;  box-shadow: rgba(0,0,0,0.1) 0 10px 20px; transition: all 0.5s ease; bottom:400px;}
.right_quick-area.active .quick-left{opacity: 1; right: 10px;}
.right_quick-area li {padding: 20px 0; position: relative}
.right_quick-area li span {position: absolute; color: #fff; border-radius: 30px; padding: 4px 0px; width: 80px; text-align: center; background: rgba(0,0,0,0.8); right: 100px; top: 20px; font-size: 11px; display: block; opacity: 0; transition: all 0.5s ease}
.right_quick-area li a,.right_quick-area li div {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a,.right_quick-area li:hover div { background:#1e76fe; color: #fff; border-radius: 50%;  box-shadow: rgba(0,0,0,0.2) 0 8px 6px}
.right_quick-area li:hover div {cursor: pointer;}
.right_quick-area li:hover span { right:50px; opacity:1; display: block;}
.right_quick-area li a i,.right_quick-area li div i {font-size: 25px; margin-top:15px;}


.right_quick-area .quick-form{background: #fff;float: right;width: 0px;opacity:0;max-width: 255px;height:0px;border-radius: 8px;transition: all 0.5s ease;padding: 18px;}
.right_quick-area .quick-form .txt_notice{font-size: 17px;padding-left: 20px;}
.right_quick-area .quick-form .privacy{padding-left: 20px;line-height: 30px;}
.right_quick-area .quick-form .qf_box{padding-left: 20px;}
.right_quick-area .quick-form .pt_1 {height: 46px;}
.right_quick-area .quick-form .pt_1 li{float: left;padding-right: 5px;}
.right_quick-area .quick-form .pt_1 li input{width: 60px;padding: 5px;}
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .pt_1 li input{height: 30px;}
.right_quick-area .quick-form .qf_box .content textarea{height: 60px;}
.right_quick-area .quick-form .qf_box .name input,.right_quick-area .quick-form .qf_box .subject input,.right_quick-area .quick-form .qf_box .content textarea{width: 190px;padding: 5px;}
.right_quick-area .quick-form .qf_box .send_btn{float: right;margin-right: 8px;height: 30px;width: 60px;font-weight: 600; letter-spacing: -1px; background: #000; border: none;color: #fff;cursor: pointer;border-radius: 5px;}

.kakao {width: 40px; height: 40px; margin: 20px auto; background: #fdcd21; border-radius: 50%; text-align: center; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; }
.kakao a { color: #461b0e; font-size: 18px; line-height: 38px; display: block;}
.kakao i { line-height:40px}
    @media (max-width:576px) {
        .right_quick-area {display: none; }
    }
*/
/*퀵메뉴*/





.container { max-width: 1600px; margin: 0 auto; padding: 0 20px;}
.inner-section { padding: 160px 0; }

/* 텍스트 정렬 유틸리티 */
.text-center { text-align: center; }
.text-right { text-align: left; }

/* 2. Hero Section */
.container { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 40px; box-sizing: border-box; }
.section-margin { margin: 100px 0; }
.hero { position: relative; overflow: hidden; border-radius: 38px; background: linear-gradient(135deg, rgba(9, 31, 74, 0.95) 0%, rgba(18, 64, 145, 0.92) 52%, rgba(52, 126, 255, 0.88) 100%), url('/img/hero-building.jpg') center/cover no-repeat; color: #ffffff; box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -160px; top: -180px; border-radius: 50%; background: rgba(255, 255, 255, 0.12); filter: blur(2px); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: 46%; bottom: -220px; border-radius: 50%; background: rgba(255, 255, 255, 0.08); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr); align-items: center; gap: 80px; min-height: 620px; padding: 90px 86px; box-sizing: border-box; }
.hero-left { max-width: 760px; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; margin-bottom: 26px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 999px; background: rgba(255, 255, 255, 0.12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; color: rgba(255, 255, 255, 0.9); }
.badge::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7db5ff; box-shadow: 0 0 16px rgba(125, 181, 255, 0.9); }
.hero-left h2 { margin: 0; font-size: clamp(40px, 4vw, 48px); line-height: 1.18; letter-spacing: -0.055em; font-weight: 800; word-break: keep-all; }
.hero-left h2 strong { color: #b9d8ff; }
.hero-desc { max-width: 640px; margin: 28px 0 0; font-size: 20px; line-height: 1.8; letter-spacing: -0.035em; color: rgba(255, 255, 255, 0.78); word-break: keep-all; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.hero-buttons a { display: inline-flex; align-items: center; justify-content: center; min-width: 160px; height: 56px; padding: 0 28px; border-radius: 999px; font-size: 17px; font-weight: 700; letter-spacing: -0.035em; text-decoration: none; transition: all 0.28s ease; }
.btn-primary { background: #ffffff; color: #0b1f46; box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16); }
.btn-primary:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(0, 0, 0, 0.22); }
.btn-secondary { border: 1px solid rgba(255, 255, 255, 0.36); background: rgba(255, 255, 255, 0.1); color: #ffffff; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255, 255, 255, 0.18); transform: translateY(-4px); }
.hero-right { position: relative; }
.hero-card { position: relative; overflow: hidden; padding: 38px; margin-bottom: 22px; border-radius: 30px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.26); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18); }
.hero-card::after { content: ""; position: absolute; right: -60px; top: -80px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255, 255, 255, 0.13); }
.hero-card strong { position: relative; z-index: 1; display: block; margin-bottom: 14px; font-size: 28px; font-weight: 800; letter-spacing: -0.04em; }
.hero-card p { position: relative; z-index: 1; margin: 0; font-size: 18px; line-height: 1.7; letter-spacing: -0.035em; color: rgba(255, 255, 255, 0.78); word-break: keep-all; }
.hero-info-list { display: grid; gap: 16px; }
.info-item { display: flex; align-items: flex-start; gap: 22px; padding: 26px 28px; border-radius: 24px; background: rgba(255, 255, 255, 0.94); color: #111827; box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12); transition: all 0.28s ease; }
.info-item:hover { transform: translateX(-8px); background: #ffffff; box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18); }
.info-label { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border-radius: 18px; background: linear-gradient(135deg, #163f8f, #2f7cff); color: #ffffff; font-size: 17px; font-weight: 800; letter-spacing: -0.02em; box-shadow: 0 12px 26px rgba(47, 124, 255, 0.28); }
.info-item h3 { margin: 0 0 8px; font-size: 22px; font-weight: 800; letter-spacing: -0.045em; color: #111827; }
.info-item p { margin: 0; font-size: 16px; line-height: 1.65; letter-spacing: -0.035em; color: #6b7280; word-break: keep-all; }

@media (max-width: 1400px) {
    .hero-inner { gap: 56px; padding: 78px 64px; }
    .hero-left h2 { font-size: clamp(38px, 4.2vw, 58px); }
}

@media (max-width: 1180px) {
    .container { padding: 0 28px; }
    .hero-inner { grid-template-columns: 1fr; min-height: auto; gap: 56px; padding: 72px 52px; }
    .hero-left { max-width: 100%; }
    .hero-right { max-width: 720px; }
}

@media (max-width: 768px) {
    .container { padding: 0 18px; }
    .section-margin { margin: 64px 0; }
    .hero { border-radius: 26px; }
    .hero-inner { padding: 54px 26px; gap: 42px; }
    .badge { margin-bottom: 20px; padding: 8px 14px; font-size: 12px; }
    .hero-left h2 { font-size: 34px; line-height: 1.25; }
    .hero-desc { margin-top: 22px; font-size: 17px; line-height: 1.75; }
    .hero-buttons { margin-top: 32px; gap: 10px; }
    .hero-buttons a { width: 100%; height: 52px; min-width: auto; font-size: 16px; }
    .hero-card { padding: 28px 24px; border-radius: 24px; }
    .hero-card strong { font-size: 24px; }
    .hero-card p { font-size: 16px; }
    .info-item { gap: 16px; padding: 22px 20px; border-radius: 20px; }
    .info-label { width: 46px; height: 46px; border-radius: 15px; font-size: 15px; }
    .info-item h3 { font-size: 19px; }
    .info-item p { font-size: 15px; }
}

@media (max-width: 480px) {
    .hero-inner { padding: 46px 20px; }
    .hero-left h2 { font-size: 30px; }
    .hero-desc { font-size: 16px; }
    .hero-card { padding: 24px 20px; }
    .info-item { flex-direction: column; gap: 14px; }
    .info-label { width: 44px; height: 44px; }
}
/* 3. Section 공통 */
.section-margin { margin-bottom: 140px; }
.section-header { margin-bottom: 40px; text-align: center; }
.section-header h2 { font-size: 3.1rem; font-weight: 800; }
.section-header p { --text-sub: #86868B; font-size: 1.1rem; color: var(--text-sub); margin-top: 20px; }
@media (max-width: 768px) {
.section-header h2 { font-size: 2.1rem; font-weight: 800; }
}

/* 4. PREMIUM JOABMC BUSINESS */
.business-section { --radius-lg: 32px; padding: 150px 0; border-radius: var(--radius-lg); overflow: hidden; background: #EFF1F6}
.business-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; padding: 0 20px; }
.business-header .title-group { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.premium-text { --text-sub: #86868B; font-size: 1rem; font-weight: 300; color: var(--text-sub); }
.business-header .main-title { --accent-dark: #111111; font-size: 2.2rem; font-weight: 800; color: var(--accent-dark); }
.business-header .description-group { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.description-group .sub-text { --text-sub: #86868B; font-size: 1rem; color: var(--text-sub); text-align: right; font-weight: 500; }
.description-group .description { --text-sub: #86868B; font-size: 1rem; color: var(--text-sub); text-align: right; }
.description-group .more-view-btn { --accent-dark: #111111; font-size: 1.1rem; font-weight: 700; color: var(--accent-dark); text-decoration: underline; margin-top: 20px; }
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 0 20px; }
.business-item { --radius-lg: 32px; border-radius: var(--radius-lg); overflow: hidden; height: 400px; position: relative; background-size: cover; background-position: center; display: flex; align-items: flex-end; padding: 40px; }
.business-item::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); z-index: 1; }
.item-overlay { position: relative; z-index: 2; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 30px;}
.item-area { background-image: url('./../img/item-area.jpg'); }
.item-performance { background-image: url('./../img/item-performance.jpg'); }
.item-overlay .label { font-size: 1.1rem; font-weight: normal; color: #fff; opacity: 0.9; }
.item-overlay .item-title { font-size: 2.1rem; font-weight: 700; color: #fff; line-height: 1.3; margin-top: 10px; }
.item-overlay .item-btn { margin-top: 30px; font-weight: bold; font-size: 1.1rem; color: #fff; text-decoration: underline; }

/* bento-grid (프로미스 3열) */
.promise-section {width:100%;padding:100px 20px;background:#f7f8fa;box-sizing:border-box;}
.promise-inner {width:100%;max-width:1600px;margin:0 auto;}
.bento-wrap {display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:100%; margin: 150px 0;}
.bento-card {border: 1px solid #f2f2f2; position:relative;padding:50px 36px;border-radius:28px;background:#fff;box-shadow:0 12px 55px rgba(0,0,0,.06);box-sizing:border-box;transition:transform .35s ease,box-shadow .35s ease;}
.text-center {text-align:center;}
.icon-circle {display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin:0 auto 26px;border-radius:50%;background:#f0f5ff;font-size:34px;}
.promise-item h3 {margin:0 0 22px;font-size:28px;font-weight:800;line-height:1.35;letter-spacing:-.045em;color:#111;word-break:keep-all;}
.promise-item p {margin:0;font-size:18px;font-weight:400;line-height:1.75;letter-spacing:-.035em;color:#555;word-break:keep-all;}
.promise-item p strong {font-weight:800;color:#0b3d91;}

.banner-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%;margin-top:30px;}
.banner-card {position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:380px;padding:48px;border-radius:28px;overflow:hidden;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;isolation:isolate;box-sizing:border-box;transition:transform .35s ease,box-shadow .35s ease;}
.banner-card:before {content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.42) 48%,rgba(0,0,0,.82) 100%);z-index:-2;}
.banner-card:after {content:"";position:absolute;inset:0;background:rgba(15,35,55,.12);z-index:-1;transition:background .35s ease;}
.banner-card:hover {transform:translateY(-8px);box-shadow:0 26px 60px rgba(0,0,0,.18);}
.banner-card:hover:after {background:rgba(15,35,55,.28);}
.banner-cert01 {background-image:url('../img/business_facility.jpg');}
.banner-cert02 {background-image:url('../img/business_accounting.jpg');}
.banner-title {display:block;margin-bottom:14px;font-size:34px;font-weight:800;line-height:1.25;letter-spacing:-.045em;color:#fff;word-break:keep-all;}
.banner-desc {display:block;max-width:560px;margin-bottom:30px;font-size:18px;font-weight:400;line-height:1.75;letter-spacing:-.035em;color:rgba(255,255,255,.9);word-break:keep-all;}
.banner-more {display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:124px;height:46px;padding:0 22px;border:1px solid rgba(255,255,255,.55);border-radius:999px;font-size:15px;font-weight:700;color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);transition:background .3s ease,color .3s ease,border-color .3s ease;}
.banner-more:after {content:"→";margin-left:10px;font-size:16px;transition:transform .3s ease;}
.banner-card:hover .banner-more {background:#fff;color:#111;border-color:#fff;}
.banner-card:hover .banner-more:after {transform:translateX(4px);}

@media (max-width:1200px) {
    .promise-section {padding:90px 24px;}
    .bento-wrap {grid-template-columns:repeat(3,1fr);gap:20px;}
    .bento-card {padding:42px 28px;border-radius:24px;}
    .promise-item h3 {font-size:24px;}
    .promise-item p {font-size:17px;}
    .banner-card {min-height:340px;padding:40px;border-radius:24px;}
    .banner-title {font-size:30px;}
    .banner-desc {font-size:17px;}
}

@media (max-width:900px) {
    .promise-section {padding:80px 20px;}
    .bento-wrap {grid-template-columns:1fr;gap:18px;}
    .bento-card {padding:42px 30px;}
    .promise-item h3 {font-size:24px;}
    .promise-item p {font-size:16px;}
    .banner-grid {grid-template-columns:1fr;gap:18px;margin-top:24px;}
    .banner-card {min-height:320px;padding:36px;border-radius:22px;}
    .banner-title {font-size:28px;}
    .banner-desc {font-size:16px;margin-bottom:26px;}
}

@media (max-width:640px) {
    .promise-section {padding:64px 16px;}
    .bento-card {padding:36px 24px;border-radius:22px;}
    .icon-circle {width:66px;height:66px;margin-bottom:22px;font-size:30px;}
    .promise-item h3 {font-size:22px;line-height:1.4;}
    .promise-item p {font-size:15.5px;line-height:1.7;}
    .banner-card {min-height:300px;padding:30px 26px;border-radius:20px;}
    .banner-title {font-size:25px;}
    .banner-desc {font-size:15.5px;line-height:1.65;margin-bottom:24px;}
    .banner-more {height:42px;min-width:112px;padding:0 18px;font-size:14px;}
}

@media (max-width:420px) {
    .promise-section {padding:56px 14px;}
    .bento-wrap {gap:14px;}
    .bento-card {padding:32px 20px;border-radius:18px;}
    .icon-circle {width:60px;height:60px;font-size:28px;}
    .promise-item h3 {font-size:20px;}
    .promise-item p {font-size:14.5px;}
    .banner-grid {gap:14px;}
    .banner-card {min-height:280px;padding:26px 22px;border-radius:18px;}
    .banner-title {font-size:22px;}
    .banner-desc {font-size:14.5px;line-height:1.6;}
}

/* 하단배너 - 이미지 Parallax */
.tl_bottom_banner_wrap { position: relative; min-height: 560px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; isolation: isolate; }
.tl_bottom_parallax_img { position: absolute; left: 0; top: -18%; width: 100%; height: 136%; background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), url('../img/tl_bottom_banner_bg01.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat; transform: translate3d(0, 0, 0); will-change: transform; z-index: -1; }
.tl_bottom_banner_inner { position: relative; z-index: 2; padding: 120px 20px; transform: translate3d(0, 0, 0); will-change: transform; }
.tl_bottom_banner_inner h2 { margin: 0; font-size: 20px; font-weight: 500; color: #fff; letter-spacing: 3px; opacity: .82; }
.tl_bottom_banner_inner p { max-width: 980px; margin: 0 auto; padding: 30px 20px 38px; font-size: clamp(30px, 4vw, 54px); font-weight: 800; word-break: keep-all; line-height: 1.35; letter-spacing: -1.8px; color: #fff; }
.tl_bottom_banner_inner a { display: inline-flex; justify-content: center; align-items: center; width: 220px; height: 58px; margin: 0 auto; background-color: #7bcdf3; color: #fff; font-size: 18px; font-weight: 700; border-radius: 999px; text-decoration: none; transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.tl_bottom_banner_inner a:hover { transform: translateY(-4px); background-color: #4eb9ec; box-shadow: 0 24px 52px rgba(0,0,0,.3); }

@media (max-width: 768px) {
    .tl_bottom_banner_wrap { min-height: 420px; }
    .tl_bottom_parallax_img { top: -14%; height: 128%; }
    .tl_bottom_banner_inner { padding: 90px 18px; }
    .tl_bottom_banner_inner h2 { font-size: 13px; letter-spacing: 2px; }
    .tl_bottom_banner_inner p { font-size: 28px; padding: 24px 10px 30px; line-height: 1.42; }
    .tl_bottom_banner_inner a { width: 190px; height: 52px; font-size: 16px; }
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .hero h2 { font-size: 3rem; }
    .business-header { padding: 0 40px; flex-direction: column; align-items: flex-start; gap: 20px; }
    .business-header .description-group { align-items: flex-start; }
    .description-group .sub-text, .description-group .description { text-align: left; }
    .business-grid { padding: 0 40px; grid-template-columns: 1fr; }
    .bento-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    header { padding: 16px 0px;; width: calc(100% - 32px); top: 16px; }
    .nav-links, .contact-btn { display: none; }
    .hero { padding: 150px 0 60px; }
    .hero h2 { font-size: 2rem; }
    .business-header, .business-grid { padding: 0 20px; }
    .footer-content { flex-direction: column; gap: 40px; }
    .footer-info.text-right { text-align: left; }
}






/*서브 비주얼*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto;height:672px;background-repeat:no-repeat;background-position:center top; text-align:center}
.sub_visual.visual01 .bg{background-image:url(../img/sub_visual01.jpg)}
.sub_visual.visual02 .bg{background-image:url(../img/sub_visual02.jpg)}
.sub_visual.visual03 .bg{background-image:url(../img/sub_visual03.jpg)}
.sub_visual.visual04 .bg{background-image:url(../img/sub_visual04.jpg)}
.sub_visual.visual05 .bg{background-image:url(../img/sub_visual05.jpg)}
.sub_visual.visual06 .bg{background-image:url(../img/sub_visual06.jpg)}
.sub_visual.visual07 .bg{background-image:url(../img/sub_visual07.jpg)}
.sub_visual.visual08 .bg{background-image:url(../img/sub_visual08.jpg)}
.sub_visual.visual09 .bg{background-image:url(../img/sub_visual09.jpg)}
.sub_visual h3{position:relative;z-index:2;font-size:75px;font-weight:800; color:#FFF;text-align:center; letter-spacing: -1px;}
.sub_visual .sub_title{font-size:1.1rem;text-align:center;filter:alpha(opacity=60);position:relative;font-weight:500; color:#FFF;z-index:2;opacity:.8; padding:10px 10px; word-break:keep-all; line-height:1.6}
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;max-width:2560px;opacity:.6;z-index:1}
.sub_visual .bg{ width:100%; height:672px; position:absolute;  top:0; background-position:center top;background-repeat:no-repeat;/-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;*/z-index:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
/*서브 비주얼*/




/*서브 상단메뉴*/
.sub_navi { width:96%; max-width:1000px; height:90px; line-height:90px; margin:0 auto;  z-index:3; position:relative; font-weight:400; box-sizing:border-box; background:#FFF; bottom: -672px;}
.sub_navi ul { text-align:center}
.sub_navi li{ position:relative; display:inline-block; padding:0 30px}
.sub_navi li:before{content:""; width:1px; height:12px; background:#DDD; position:Absolute; left:0; top:50%; margin-top:-6px;}
.sub_navi li a { font-size:20px; color:#555}
.sub_navi li:first-child:before{display:none;}
.sub_navi li:hover{color:#434F50}
.sub_navi li:hover a{padding-bottom:2px; border-bottom:1px solid #434F50;}
.sub_navi li.s_on{color:#434F50}
.sub_navi li a.on{font-weight:500; border-bottom:2px solid #434F50; padding-bottom:5px;}
/*서브 상단메뉴*/




/*서브 기본 상단*/
.content { width:100%; margin:auto;  padding: 0 20px;}
.content h3 {margin:100px 0 33px 0; text-align:center; font-size:40px; color:#000; font-weight:800;}
.content h3:before{ content:""; display:block; height:30px; width:1px; margin:0 auto 20px; background-color:#9c9c9c;}
.content .subTxt1 { margin-top:27px;  text-align:center; font-size:14px; line-height:30px; color:#999; letter-spacing:1px}
.content .txtCon { max-width:1600px;  margin:50px auto 50px auto; padding:10px; font-size:18px; line-height:1.6; color:#615e5d; }
.content .txtCon:after {content: " "; visibility: hidden; display: block; height: 0; clear: both; padding-bottom:50px}
.content .board {max-width:1600px; margin:50px auto 50px auto; padding-bottom:50px; font-size:12px}
/*서브 기본 상단*/



/*서브 탭메뉴*/
.tab_navi { width:100%; margin:0 auto;}
.tab_navi ul { text-align:center; padding-bottom:100px;}
.tab_navi li{display:inline-block; margin-left:-5px; margin-right:10px; min-width:17%;}
.tab_navi li a{text-align:center;color:#333; height:50px;line-height:50px;font-size:16px;display:block;background-color:#f2f2f2;  border-radius: 50px; text-decoration:none; padding: 0 15px;}
.tab_navi li a:hover{color:#fff;background-color:#14b6c2}
.tab_navi li a.on{color:#fff;background-color:#14b6c2;font-weight:600}
.tab_navi li:first-child { border-left:0px}
.tab_navi li:last-child { margin-right:0}
/*서브 탭메뉴*/



/*게시판 헤더관리*/
#head-edit-form {display:none;border:2px solid tomato;padding:2em;background-color:#fff;border-radius:6px;}
#head-edit-form h3 { font-size:20px; margin-bottom:20px}
#head-edit-form .line {margin:5px 0; padding-bottom:7px}
#head-edit-form .line label {font-size:14px; color:#930; width:150px; display:inline-block; vertical-align:middle;}
#head-edit-form .line textarea {width:400px;height:100px;line-height:20px;border:1px solid #ccc;}
#head-edit-form .line input[type=text] {border:1px solid #ccc;line-height:20px;height:40px;}
#head-edit-form .line #bo_head_bg_class { width: 150px; height:40px }
#head-edit-form .line #bo_head_sub_title { width: 350px; }
#head-edit-form .btn_submit{width:160px; background: #000; text-decoration: none; display:inline-block; border:0; color: #fff; vertical-align: middle;  padding:15px 0 15px 0; line-height:1.1; cursor:pointer; box-sizing:border-box;}
#btn-mng-head {position:absolute;z-index:100; bottom:2px;right:2px;background-color:tomato; color:#fff; font-size:14px; border:0; height:24px; line-height:24px; padding:0 0.5em; border-radius:12px;}
/*게시판 헤더관리*/



/*내용관리 헤더관리*/
#head-edit-form .line #co_head_bg_class { width: 150px; height:40px }
#head-edit-form .line #co_head_sub_title { width: 350px; }
#head-edit-form .tc {text-align:center; margin-top:1em;}
/*내용관리 헤더관리*/



/*푸터*/
.modern-footer{width:100%;background:linear-gradient(135deg,#07152b 0%,#0d1f3a 55%,#07152b 100%);padding:64px 0;color:#c7d2de;overflow:hidden;}
.footer-inner{width:min(1600px, calc(100% - 48px));margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:60px;}
.footer-brand{max-width:420px;text-align:left;}
.footer-brand h2{margin:0 0 16px;font-size:34px;font-weight:900;letter-spacing:-0.06em;color:#ffffff;}
.footer-brand p{margin:0;color:#94a3b8;font-size:16px;line-height:1.7;letter-spacing:-0.03em;}
.footer-info{text-align:left;font-size:14px;line-height:1.75;letter-spacing:-0.03em;color:#aebbd0;}
.footer-info p{margin:0 0 6px;}
.footer-links{display:flex;align-items:center;gap:18px;margin:14px 0 16px;}
.footer-links a{position:relative;color:#ffffff;font-size:14px;font-weight:700;text-decoration:none;transition:color .25s ease;}
.footer-links a:hover{color:#8cc63f;}
.footer-links a + a::before{content:"";position:absolute;left:-9px;top:50%;width:1px;height:12px;background:rgba(255,255,255,.25);transform:translateY(-50%);}
.copyright{margin-top:18px!important;color:#8491a7;font-size:13px;}

@media (max-width:1024px){
  .modern-footer{padding:56px 0;}
  .footer-inner{width:min(100% - 40px, 1600px);gap:40px;}
  .footer-brand h2{font-size:30px;}
}

@media (max-width:768px){
  .modern-footer{padding:46px 0;}
  .footer-inner{width:min(100% - 32px, 1600px);flex-direction:column;gap:30px;}
  .footer-brand h2{font-size:28px;}
  .footer-brand p{font-size:15px;}
  .footer-info{font-size:13px;line-height:1.7;}
  .footer-links{flex-wrap:wrap;gap:12px 18px;margin:16px 0;}
}

@media (max-width:420px){
  .footer-inner{width:min(100% - 28px, 1600px);}
  .footer-brand h2{font-size:24px;}
  .footer-brand p{font-size:14px;}
  .footer-info{font-size:12.5px;}
  .footer-links a{font-size:13px;}
}
/*푸터*/



/* 푸터팝업*/
.tl_pop_con{background:#fff;} 
.tl_pop_con h2.f_pop_tit{width:100%;height:80px;line-height:80px;background:#076aa3;font-size:20px;color:#fff;}
.tl_pop_con h2.f_pop_tit img {display:inline-block;margin-left:50px;margin-right:5px;margin-top:-10px;width:120px;}
.tl_pop_con h2.f_pop_tit span {display:inline-block; padding-left:50px;}
.f_pop_wrap {line-height:23px;text-align:justify;word-break:break-all;font-size:15px;overflow-y:auto;}
.f_pop_wrap strong {color:#00a19a;font-weight:normal;}
.f_pop_wrap p { color:#333; padding:40px 50px; line-height:1.6;}
.mfp-close:after { content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url("../img/btn_close.png") no-repeat center center; -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; border-radius: 50%; }
.mfp-close { width: 40px; height: 40px; text-indent: -999px;opacity: 1; overflow: hidden; background-color:transparent; border:0; }
button.mfp-close:hover:after { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
/* 푸터팝업*/



/*회원가입*/
#fregister { max-width:1200px; margin:0 auto; padding:120px 0}
#fregisterform { max-width:1200px; margin:120px auto; padding:20px 0}
/*회원가입*/



@media screen and (max-width:1068px) {
.tl_main_info_wrap .notice { height:237px}
.tl_hospital_info_wrap .left .cs_infomation .cs_center p { font-size:35px}
}







@media screen and (max-width:980px) {
	#header { display:block; background-color:transparent; top:0; position:fixed}
	#header #logo { width:120px; display:block}
	#header .gnb { display:none}
	
	
	.scrolled #header_wrap { border-bottom: 1px solid #f2f2f2;}
	.scrolled #open-button .navicon-line  { background-color:#000}
    .scrolled #open-button.on .navicon-line { background-color:#fff}


	

	#open-button{position:fixed;z-index:12;right:15px;padding-top:18px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; }
	#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#open-button .nl1 {top: 11px;right: 10px; width:30px;}
	#open-button .nl2 {top: 19px;right: 10px; width:24px;}
	#open-button .nl3 {top: 27px;right: 10px; width:30px;}
	#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#fff;}
	#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
	#open-button.scrolled .navicon-line {background-color: #333;}

	
	
.main-carousel .owl-nav { display:none}
.main-carousel .li .copy_area h2:after { margin-top:20px}


	
.sub_navi { display:none}
.sub_navI_warp {width:90%; height:62px; margin:auto; top:-32px;  clear:both; background-attachment:scroll; position:relative; background-color:#000; z-index:3; display:block}
.sub_navI_warp .all-wrap .loca-wrap .loca-area { float:none;}
.sub_navI_warp .all-wrap .loca-wrap .loca-area > a {width:10%;}
.sub_navI_warp .all-wrap .loca-wrap .share-area { display:none}
.sub_navI_warp .all-wrap .loca-wrap .loca-area > ul {width:100%;}
.sub_navI_warp .all-wrap .loca-wrap .loca-area > ul > li { width:50%;}
.sub_navI_warp .all-wrap .loca-wrap .loca-area > ul > li:first-child { border:0; background-color:#4156a6}
.sub_navI_warp .all-wrap .loca-wrap .loca-area > ul > li button {width:100%; background-color: #fff; color: #000;;}
.sub_navI_warp .all-wrap .loca-wrap .loca-area i { display:none}
.sub_navI_warp .all-wrap .loca-wrap .loca-area>ul>li button { border-right:0}
.sub_navI_warp .all-wrap .loca-wrap .loca-area>ul>li div ul { border-top:1px solid #666}
.sub_navI_warp .all-wrap .loca-wrap .loca-area>ul>li div ul li a { background-color:#000; border-bottom:1px solid #333}
}




@media screen and (max-width:640px) {
	#header { height:80px}
	#header #right-side-open { width:70px}
	#header #logo { width:150px; height:80px}
	#header .gnb > li, #header #right-side-open { height:80px; line-height:80px}
	
	.main-carousel { height:inherit}
	.main-carousel .main01 {background-image:url(../img/m_main_banner_img01.jpg)}
    .main-carousel .main02 {background-image:url(../img/m_main_banner_img02.jpg)}
    .main-carousel .main03 {background-image:url(../img/m_main_banner_img03.jpg)}

	.main-carousel .li { height:100vh}
	.main-carousel .li .copy_area { padding:0px 20px 0 20px}
    .main-carousel .li .copy_area h2 { font-size:38px; letter-spacing:-1px; line-height:1.2; word-break:keep-all}
    .main-carousel .li .copy_area h3 { max-width:330px; margin:20px auto 0 auto}


	.sub_visual { height:472px}
	.sub_visual .bg { height:472px}

    .sub_visual h3 { font-size:40px}
	.content h3 {margin:50px 0 33px 0;}
	

}



.bottom_quick_wrap {left: 0;bottom: 0; width: 100%; z-index: 350; position: fixed; background: #fff; transform: translateY(100%); box-shadow: 0px 0px 20px rgb(0 0 0 / 10%); padding: 20px 0;}
.inqInner {width:100%;display: flex;margin:0 auto;padding:0 20px;max-width:1240px;align-items: center;}
.Left { width: 22.4%; max-width: 266.359px; position:relative; background: #37CEB3; padding: 20px 50px 20px 0; border-radius: 0px 50px 50px 0px;}
.inq_form input {border: none; position: relative; border-radius: 3px; box-sizing: border-box; padding: 6px 10px 5px;}
.Left .stxt {color:#fff; font-size: 14px; font-weight: 600; line-height: 16px; letter-spacing: -0.02em;margin-bottom:8px;}
.Left .tel {font-size: 30px; font-weight: 900; line-height: 36px; letter-spacing: -0.03em;color:#fff;}
.Right .txt {color: #222; font-weight: 700; line-height: 30px; font-size: 22px; margin-bottom: 8px;}
.Right .txt br.dn1200 {display:none;}
.Right {width: 78.6%; display: flex; justify-content: space-between;}
.inputwrap {display:flex; margin-left:5%}
.Right input {  font-weight: 500;  font-size: 16px; width: 200px;  height: 60px; max-width: 200px;  box-sizing: border-box; border: 1px solid #EEEEEE;  background: #EEEEEE; border-radius: 6px; padding: 20px;  border: none; box-sizing: border-box;}
.Right input::placeholder{font-weight: 500; font-size: 16px;}
input#tel {margin: 0 12px;}
button.send {padding: 0; color:#fff; width:200px; border:none; cursor:pointer; background:#000; border-radius: 6px;}
button.send p {font-size: 20px; font-weight: 700; line-height: 20px; text-align: center; padding:20px 30px; color:#fff}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: none;
	-webkit-text-fill-color: #222!important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition: background-color 9999s ease-out;
}
input:focus, textarea:focus {background:#fff; border-radius: 6px; outline: 1px solid #FF922E; filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));}
div {box-sizing: border-box; transition:all 0.3s ease-in-out;}
.mo_only {display:none!important;}
.mo_br {display:none!important;}

@media (max-width:1155px) {
	.pc_only {display:none;}
	.mo_only {display:block!important;}
	.mo_br {display:block!important;}
	.pc_br {display:none!important;}
}

.Right input:placeholder{font-size: 16px; font-weight: 500; line-height: 20px; color:grba(0,0,0,0.3);}
input[type="checkbox"]:focus {filter: none;}
.Right input.per_prcie { width: 20px; max-width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #EEEEEE; background: #EEEEEE; border-radius: 6px; padding: 20px;}
.checkbox {display: flex; cursor: pointer; flex-direction: column;}
.h_inqury input[type="checkbox"] {  -webkit-appearance: none; position: relative; width: 11px; height: 11px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 0; background: url(../img/checkBox.png) no-repeat center/cover;}
.Right input:focus {filter:none;}
.Right input[type="checkbox"]:checked::after { transform: scale(1) translate(-50%, -50%); content: ""; position: absolute; top: 50%; left: 50%; overflow: hidden; line-height: 1; color: #fff; /* background: url(../img/checked.png) no-repeat center / cover; */ width: 20px; height: 20px; transform: translate(-50%,-50%);}
.bottom_quick_wrap .Right input:focus {outline: none; box-shadow: 0 0 0 1px #FF922E;filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));}
.Right .check {color: #fff; cursor: pointer; font-size: 14px;font-weight: 400;line-height: 20px;padding-left: 6px; text-align: left; color: #222;}
.Right form {display: flex; align-items: center;}
p.cs_txt {color: #fff; text-decoration-line: underline;}
.inq_btn { width: 100%; height: 46px; background:#303030; border-radius: 5px; font-size: 16px; font-weight: 700; line-height: 19px; text-align: center; border: none; color: #fff; cursor: pointer;background: #FF5D2B;}
.Right input[type="checkbox"] { /* -webkit-appearance: none; */ position: relative; width: 20px; height: 20px; cursor: pointer; outline: none !important; background: inherit; padding: 0; border-radius: 3px;background:#EEE;}
.Right.m_quick_wrap.mo_only.show input:focus {box-shadow:0 0 0 1px #ff922e!important;}

@media (max-width:1500px) {
	.Right {width: 78.6%; padding-left: 40px;}
    
}
@media (max-width:1040px) {
	.Left .tel {font-size: 28px; line-height: 34px;}
	.Right {width: 75%; padding-left: 33px;}
    .bottom_quick_wrap { padding: 0;}
}
@media (max-width:1155px) {
	.bottom_quick_wrap {box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); padding:  0;}
	.inqInner {margin: 0 auto; padding: 0 0 0 0;}
	.Left {width:auto; padding: 22px 21px 22px 21px;}
	.Left figure {width:22px; height:22px;}
	.Left figure img {width:100%; height:auto;}
	.Right {width: 100%;display: flex;padding-left: 0;align-items: center;justify-content: center;}
	.Right .txt {margin-bottom:0;font-size: 20px;font-weight: 700;line-height: 22px;}
	.close {top: 40%;right: 21px;width: 12px;height: 6px;position: absolute;transform: translateY(-50%);}
	.close i { font-size:24px; cursor:pointer}
	.close img {width: 100%; height: auto; vertical-align: top;}
	.m_quick_wrap {left: 0;opacity:0;width: 100%;background: #FFF;flex-direction: column;border-radius: 10px 10px 0 0;z-index:-1;bottom: -20%;position: fixed;transition: all 0.4s ease-in-out;}
    .m_quick_wrap.show{background:#fff;left:0;width:100%;flex-direction:column;border-radius:10px 10px 0 0;position:fixed;z-index:600;bottom:0;transform:translateY(0);opacity:1}
    .m_quick_wrap.Right .txt{width:100%;font-size:18px;font-weight:600;line-height:26px;padding:0 20px;box-sizing:border-box;margin:20px 0}
	.m_quick_wrap form {width: 100%; padding: 0 20px; box-sizing: border-box;}
	.m_quick_wrap .inputwrap {display: flex; flex-direction: column; width:100%;}
    .Right input{width:100%;height:54px;max-width:inherit;padding:17px;font-size:16px;font-weight:400;line-height:20px; margin-bottom:5px}
	.Right input::placeholder{font-weight:300;}
	.Right input:focus {border:1px solid #FF922E;}
	.Right input:placeholder{font-size: 16px; font-weight: 300; line-height: 20px;}
	.per_mo {display: flex; margin-top: 10px; align-items: center;}
	input#tel {margin: 10px 0 0 0;}
	button.send {margin-top: 20px; margin-bottom: 20px; width:100%;    border-radius: 8px;}
    button.send p{font-size:18px;font-weight:700;line-height:22px;letter-spacing:0;text-align:center;padding:19px 0}
    .m_close{top:20px;right:20px;cursor:pointer;width:26px;height:26px;position:absolute}
	.m_close i { font-size:28px}
	.m_close img {width:100%; height:100%;}
    .popup_bg{top:0;left:0;z-index:-1;opacity:0;width:100%;height:100%;position:fixed;background:rgba(0,0,0,.8)}
	.popup_bg.show {z-index:550; opacity:1;}
    .m_quick_wrap.Right input:focus{outline:0;box-shadow:0 0 0 1px #ff922e inset!important;filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, .2))}
	.m_quick_wrap.Right input:focus {box-shadow: 0 0 0 1px #ff922e inset!important;}
}
@media (max-width:767px) {
    .Right.w100 {width: 75%;}
   }