@charset "utf-8";

/* font */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.fa{font: normal normal normal 14px / 1 FontAwesome !important;}
a,a:hover,a:focus {text-decoration: none;}
ul{list-style: none;}
button{background-color: transparent; cursor: pointer;border: none;outline: none;}
img{max-width: 100%;border:0; display:block;}
h1, h2, h3, h4, h5, h6{padding:0;margin:0;font-family: var(--font-Pretendard);font-size: inherit;}
p{padding:0;margin:0;word-break: keep-all;}
input{border: none;box-shadow: none;}
input:focus{outline: none;}
#theme-controller .fixed-top{z-index: 999999;}
.modal{z-index: 999999;}
.nt-container{max-width: unset !important;width: 100%;}
#nt_sidebar_move{display: none;}
.blind {width: 1px;height: 1px;overflow: hidden;position: absolute;top: 50%;left: 50%;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;z-index: -1;}
.line-br {display: block;}
.btn:focus {outline: none;box-shadow: none !important;}

:root {
    --font-Pretendard: "Pretendard Variable", sans-serif;
    --font-Outfit : "Outfit", sans-serif;
    --color-main: #AF1922;
    --color-acc: #8C141B;
}


html, body {font-size: 20px;font-family: var(--font-Pretendard);letter-spacing: -0.038rem;line-height: 1.5;word-break: keep-all;word-wrap: break-word;color:#000;touch-action: auto;overscroll-behavior: auto;text-size-adjust:100%;overflow-x: hidden;} 
@media all and (max-width: 1024px) { 
    html, body { font-size: 18px; } 
}
@media all and (max-width: 640px) { 
    html, body { font-size: 16px; } 
}


/* scroll Bar */
body::-webkit-scrollbar { width: 10px; }
body::-webkit-scrollbar-thumb { background-color: var(--color-main); }
body::-webkit-scrollbar-track { background-color: #f9f9f9; }


/* 공통 css 시작*/
.cinner {max-width: 1400px;width: 90%;margin: 0 auto;position: relative;}
#container {margin-top: 180px;}


@media all and (max-width: 1399px){
    #container  {margin-top: 164px;}
}
@media all and (max-width: 1199px){
    #container  {margin-top: 154px;}
}
@media all and (max-width: 1024px){
    .cinner {width: auto;margin: 0 30px;}
    #container {margin-top: 80px;}
}
@media all and (max-width: 768px){
    #container  {margin-top: 70px;}
}
@media all and (max-width: 640px){
    .cinner {margin: 0 20px;}
}
/* 공통 css 끝 */


/* header 시작 */
#header {width: 100%;background: #fff;position: absolute;top: 0;left: 0;z-index: 999;transition: .35s;}
.hd__top {display: flex;align-items: center;height: 116px;border-bottom: 1px solid #D9D9D9;box-sizing: border-box;}
.hd__top .cinner {display: flex;justify-content: space-between;align-items: center;}
.header__logo {width: 600px;background: #fff;}
.header__contact {display: flex;align-items: center;gap: 40px;}
.header__contact > .tel-info {display: flex;gap: 7px;}
.header__contact > .tel-info > .ico {position: relative;top: 5px}
.header__contact > .tel-info > .cont > .num {color: var(--color-main);font-family: var(--font-Outfit);font-size: 1.25em;font-weight: 700;line-height: 1.2;}
.header__contact > .tel-info > .cont > .txt {color: #000;font-size: 16px;line-height: 1.2;}
.header__contact > .btn-contact {display: block;max-width: 200px;max-height: 50px;padding: 10px 39px;border-radius: 25px;background: var(--color-main);color: #fff;font-size: 18px;font-weight: 600;transition: .35s;}
.header__contact > .btn-contact:hover {background: var(--color-acc);}
.nav__btn {display: none;}
.nav__btn a {display: flex;align-items: center;width: 36px;height: 26px;position: relative;}
.nav__btn a::before,
.nav__btn a::after {content: '';display: block;width: 100%;height: 3px;background: #111;position: absolute;left: 0;right: 0;margin: auto;}
.nav__btn a::before {top: 0;}
.nav__btn a::after {bottom: 0;}
.nav__btn a span{display: block;width: 100%;height: 3px;background: #111;}
.header__nav {height: 64px;}
.header__nav .nav {display: block;height: 100%;}
.header__nav .cinner {display: flex;justify-content: space-between;align-items: center;height: 100%;}
#main-nav {width: 100%;height: 100%;}
.main-nav__depth1 {height: 100%;}
.main-nav__depth1 .mn-ul1 {display: flex;justify-content: center;gap: 120px;width: 100%;height: 100%;}
.main-nav__depth1 .mn-li1 {position: relative;}
.main-nav__depth1 .mn-a1 {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;color: #333;font-weight: 600;line-height: 1.3;text-align: center;transition: .35s;}
.main-nav__depth2 {display: none;width: 180px;/* padding-top: 1px; */position: absolute;top: 100%;left: 50%;transform: translateX(-50%);z-index: 100;text-align: center;}
.main-nav__depth2 .mn-ul2 {width: 100%;border: 1px solid #eee;}
.main-nav__depth2 .mn-li2 {position: relative;}
.main-nav__depth2 .mn-li2:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth2 .mn-a2 {display: block;width: 100%;padding: 15px 16px;box-sizing: border-box;background: #fff;color: #000;font-size: .90em;font-weight: 500;line-height: 1.3;transition: .35s;position: relative;}
.main-nav__depth2 .mn-a2:hover {color: var(--color-main);}
.main-nav__depth2 .mn-a2.sub-icon::after {content: "\f105";display: block;width: 9px;height: 26px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;font-family: "FontAwesome";position: absolute;top: 0;bottom: 0;right: 10px;margin: auto;}
.main-nav__depth3 {display: none;background: #fff;position: absolute;top: 0;left: 100%;z-index: 101;box-shadow: 0 6px 12px rgba(0, 0, 0, .175);-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
.main-nav__depth3 .mn-li3:not(:last-child) {border-bottom: 1px solid #eee;box-sizing: border-box;}
.main-nav__depth3 .mn-a3 {display: block;width: 160px;padding: 15px 16px;color: #000;font-size: .90em;text-align: center;line-height: 1.3;}
.main-nav__depth3 .mn-a3:hover {color: var(--color-main);}



@media all and (max-width: 1399px){
    .hd__top {height: 100px;}
    .header__logo {width: 500px;}
}
@media all and (max-width: 1199px){
    .hd__top {height: 90px;}
    .header__logo {width: 410px;}
    .header__contact {gap: 20px;}
    .header__contact > .btn-contact {padding: 10px 30px;}
    .main-nav__depth1 .mn-ul1 {gap: 80px;}
}
@media all and (max-width: 1024px){
    .header__contact,
    #header__nav {display: none;}
    .hd__top {height: 80px;}
    .hd__top .cinner {width: 100%;}
    .header__logo {width: 360px;}
    .nav__btn {display: block;}
}
@media all and (max-width: 768px){
    .hd__top {height: 70px;}
    .nav__btn a {width: 30px;height: 22px;}
}
@media all and (max-width: 640px){
    .header__logo {width: 300px;}
    .nav__btn a {width: 24px;height: 18px;}
    .nav__btn a span,
    .nav__btn a::before, 
    .nav__btn a::after {height: 2px;}
}
@media all and (max-width: 480px){
    .header__logo {width: 250px;}
}
/* header 끝 */



/* tail 시작 */
#footer {padding: 60px 0 50px;background: #2F2F2F;color: #fff;font-size: 16px;}
.footer__top {display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;padding-bottom: 30px;border-bottom: 1px solid rgba(255,255,255,.1);box-sizing: border-box;}
.footer__top .footer__info > .title {margin-bottom: 20px;font-size: 20px;font-weight: 600;}
.footer__top .footer__info .info {display: flex;gap: 10px 20px;}
.footer__top .footer__info .info li address {margin-bottom: 0;font-style: normal;}
.footer__top .sns-links > ul {display: flex;gap: 5px;}
.footer__top .sns-links > ul > li > a {display: block;width: 40px;aspect-ratio: 1 / 1;border-radius: 50%;background: #424242;}
.footer__bot {display: flex;justify-content: space-between;align-items: center;}
.footer__bot .footer__copy {font-size: 14px;opacity: .5;}
.footer__bot .links {display: flex;gap: 15px;}
.footer__bot .links li:not(:last-child) {margin-right: 4px;}
.footer__bot .links li a {color: #fff;font-size: 14px;opacity: .5;transition: .35s;}
.footer__bot .links li a.privacy {font-weight: 700;opacity: 1;}
.footer__bot .links li > a:hover {text-decoration: underline;text-underline-offset: 4px;}

@media all and (max-width: 1024px){
    .footer__top .footer__info {gap: 5px;}
    .footer__top .footer__info .info {flex-wrap: wrap;gap: 5px 15px;}
    .footer__top .sns-links {position: absolute;top: 0;right: 0;}
}
@media all and (max-width: 768px){
    #footer {padding: 30px 0 40px;font-size: 14px;}
    .footer__top {margin-bottom: 20px;padding-bottom: 20px;}
    .footer__top .footer__info > .title {margin-bottom: 10px;font-size: 18px;}
    .footer__top .sns-links > ul > li > a {width: 30px;}
}
@media all and (max-width: 640px){
    .footer__bot {flex-wrap: wrap;gap:5px 30px}
}

#top_btn {display: none;position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background: rgba(255,255,255,0.8);}
#top_btn:hover {border-color:var(--color-main);background:var(--color-main);color:#fff}
/* tail 끝 */


/* 메인 공통css 시작 */
.msec-title {margin-bottom: 70px;text-align: center;}
.msec-title > .stit {color: var(--color-main);font-family: var(--font-Outfit);font-size: 1.25em;font-weight: 600;}
.msec-title > .tit {color: #2A2A2A;font-size: 2.50em;font-weight: 600;line-height: 1.3;}
.msec-title > .txt {color: #666;}

@media all and (max-width: 1024px){
    .msec-title {margin-bottom: 40px;}
}
@media all and (max-width: 640px){
    .msec-title > .stit {font-size: 18px;}
    .msec-title > .tit {font-size: 34px;}
}
/* 메인 공통css 끝 */


/* 메인 배너 시작 */
#main .mvis {max-height: 780px;height: calc(100vh - 180px);position: relative;}
#main .mvis .main-visual {height: 100%;position: relative;}
#main .mvis .main-visual .mvis-img-wrap {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img {height: 100%;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img .cinner {display: flex;flex-direction: column;justify-content: center;height: 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
#main .mvis .main-visual .mvis-img-wrap .mvis-img > a {width: 100%;height: 100%;display: block;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;pointer-events: none;}
#main .mvis .main-visual .mvis-txt-wrap {margin-bottom: 130px;color: #fff;}
#main .mvis .main-visual .mvis-txt-wrap .tit {margin-bottom: 30px;font-family: var(--font-Outfit);font-size: 3.50em;font-weight: 700;line-height: 1.1;}
#main .mvis .main-visual .mvis-txt-wrap .txt {font-size: 1.10em;font-weight: 500;}
#main .mvis .main-visual .btn-contact {display: flex;justify-content: space-between;align-items: center;width: 200px;height: 58px;padding: 16px 30px;border-radius: 30px;background: #fff;color: var(--color-main);font-size: 18px;font-weight: 600;position: relative;transition: .35s;}
#main .mvis .main-visual .btn-contact::after {content: '→';}
#main .mvis .main-visual .btn-contact:hover {background: var(--color-acc);color: #fff;}
#main .mvis .main-visual .carousel-control-prev,
#main .mvis .main-visual .carousel-control-next {display: none;}


/* 기본 상태 */
#main .mvis .main-visual .mvis-txt-wrap .tit span,
#main .mvis .main-visual .mvis-txt-wrap .txt span,
#main .mvis .main-visual .btn-contact {opacity: 0;}
/* active 슬라이드에서 애니메이션 적용 */
#main .mvis .main-visual .mvis-img.active .mvis-txt-wrap .tit span:nth-child(1) {animation: fade_in_up 0.7s ease forwards;animation-delay: 0.3s;}
#main .mvis .main-visual .mvis-img.active .mvis-txt-wrap .tit span:nth-child(2) {animation: fade_in_up 0.7s ease forwards;animation-delay: 0.3s;}
#main .mvis .main-visual .mvis-img.active .mvis-txt-wrap .txt span:nth-child(1) {animation: fade_in_up 0.7s ease forwards;animation-delay: 0.5s;}
#main .mvis .main-visual .mvis-img.active .mvis-txt-wrap .txt span:nth-child(2) {animation: fade_in_up 0.7s ease forwards;animation-delay: 0.5s;}
#main .mvis .main-visual .btn-contact {animation: fade_in_up 0.7s ease forwards;animation-delay: 0.7s;}

#main .mvis .main-visual .mvis-ctrls {display: none;width: 100%;position: absolute;left: 0;right: 0;top: 85%;z-index: 10;}
#main .mvis .main-visual .mvis-ctrls .cinner {display: flex;align-items: center;gap: 30px;}
#main .mvis .main-visual .mvis-ctrls .data-auto,
#main .mvis .main-visual .mvis-ctrls .data-auto * {display: flex;align-items: center;}
#main .mvis .main-visual .mvis-ctrls .data-auto button {height: 10px;background: none;position: relative;}
#main .mvis .main-visual .mvis-ctrls .data-auto button::before {content: '';display: block;border-style: solid;border-color: transparent #fff;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
#main .mvis .main-visual .mvis-ctrls .data-auto .btn-play {display: none;}
#main .mvis .main-visual .mvis-ctrls .data-auto .btn-play:before {border-width: 5px 0 5px 7px;width: 0;height: 0;}
#main .mvis .main-visual .mvis-ctrls .data-auto .btn-stop {display: block;}
#main .mvis .main-visual .mvis-ctrls .data-auto .btn-stop:before {border-width: 0 1px;box-sizing: border-box;width: 5px;height: 8px;}
#main .mvis .main-visual .mvis-ctrls .data-nav {display: flex;align-items: center;gap: 6px;}
#main .mvis .main-visual .mvis-ctrls .data-nav > [class*=btn-]{display: block;width: 8px;height: 8px;border-top: 1px solid #fff;border-left: 1px solid #fff;opacity: 1;position: relative;}
#main .mvis .main-visual .mvis-ctrls .data-nav .btn-prev {transform: rotate(-45deg);}
#main .mvis .main-visual .mvis-ctrls .data-nav .btn-next {transform: rotate(135deg);}
#main .mvis .main-visual .mvis-ctrls .data-nums {display: flex;align-items: center;gap: 16px;}
#main .mvis .main-visual .mvis-ctrls .data-nums > p {color: #fff;font-size: 16px;font-weight: 600;}
#main .mvis .main-visual .mvis-ctrls .data-bar {width: 164px;height: 6px;background: #D9D9D9;position: relative;overflow: hidden;}
#main .mvis .main-visual .mvis-ctrls .data-bar .pgs-bar {display: block;width: 0;height: 100%;background: var(--color-main);transition: width linear;}

/* 애니메이션 정의 */
@keyframes fade_in_up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media all and (max-width: 1024px){
    #main .mvis {height: 650px;}
    #main .mvis .main-visual .mvis-img-wrap .mvis-img > a {background-position: 80% center!important;position: relative;}
    #main .mvis .main-visual .mvis-img-wrap .mvis-img > a::before {content: '';display: block;width: 100%;height: 100%;background: #ac232b;background: linear-gradient(0deg,rgba(172,35,43,1) 60%, rgba(172,35,43,0) 100%);background: -webkit-linear-gradient(0deg,rgba(172,35,43,.8) 60%, rgba(172,35,43,.1) 100%);background: -moz-linear-gradient(90deg,#ac232b 0%, rgba(172,35,43,0.06) 100%);position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
    #main .mvis .main-visual .mvis-img-wrap .mvis-img .cinner {align-items: center;}
    #main .mvis .main-visual .mvis-txt-wrap {margin-bottom: 80px;text-align: center;}
    #main .mvis .main-visual .mvis-txt-wrap .tit {font-size: 3.0em;}
    #main .mvis .main-visual .btn-contact {height: 50px;}
    #main .mvis .main-visual .mvis-ctrls .cinner {justify-content: center;}
    #main .mvis .main-visual .mvis-ctrls .data-bar {height: 4px;}
}
@media all and (max-width: 768px){
    #main .mvis {height: 600px;}
}
@media (max-width: 640px){
    #main .mvis {height: auto;}
    #main .mvis .main-visual {height: 450px;}
    #main .mvis .main-visual .mvis-txt-wrap {margin-bottom: 60px;}
    #main .mvis .main-visual .mvis-txt-wrap .tit {margin-bottom: 20px;font-size: 2.50em;}
    #main .mvis .main-visual .btn-contact {width: 180px;height: 45px;padding: 16px 24px;font-size: 16px;}
    
    #main .mvis .main-visual .mvis-ctrls {top: 80%;}
    #main .mvis .main-visual .mvis-ctrls .cinner {gap: 20px;}
    #main .mvis .main-visual .mvis-ctrls .data-nums {gap: 10px;}
    #main .mvis .main-visual .mvis-ctrls .data-nums > p {font-size: 14px;}
    #main .mvis .main-visual .mvis-ctrls .data-bar {width: 140px;height: 3px;}
    @keyframes fade_in_up {
        0% {
            opacity: 0;
            transform: translateY(20px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 480px){ 
    #main .mvis .main-visual .mvis-txt-wrap {margin-bottom: 40px;}
    #main .mvis .main-visual .mvis-txt-wrap .tit > .line-br,
    #main .mvis .main-visual .mvis-txt-wrap .txt > .line-br {display: inline;}
}
/* 메인 배너 끝 */



/* 메인 msec01 시작 */
.msec01 {padding: 100px 0 120px;}
.msec01 .txt-cont {margin-bottom: 80px;text-align: center;}
.msec01 .txt-cont > .ico {display: block;width: 75px;aspect-ratio: 1 / 1;margin: 0 auto 20px;}
.msec01 .txt-cont > .tit {margin-bottom: 15px;font-size: 2.50em;font-weight: 600;}
.msec01 .txt-cont > .txt {color: #747474;}
.msec01 ul {display: flex;justify-content: center;gap: 20px;}
.msec01 ul > li > a {display: flex;justify-content: center;align-items: center;gap: 10px;width: 320px;height: 50px;border-radius: 25px;background: var(--color-main);color: #fff;font-weight: 600;transition: .35s;}
.msec01 ul > li > a:hover {background: var(--color-acc);}

@media all and (max-width: 1024px){
    .msec01 ul > li > a {width: 300px;}
}
@media all and (max-width: 768px){
    .msec01 {padding: 80px 0 90px;}
    .msec01 .txt-cont {margin-bottom: 60px;}
    .msec01 .txt-cont > .ico {width: 60px;}
    .msec01 .txt-cont > .tit {font-size: 2.20em;}
    .msec01 ul {flex-direction: column;align-items: center;gap: 10px;}
    .msec01 ul > li > a {font-size: 17px;}
}
@media all and (max-width: 640px){
    .msec01 .txt-cont {margin-bottom: 40px;}
    .msec01 .txt-cont > .tit {margin-bottom: 5px;font-size: 32px;}
    .msec01 .txt-cont > .ico {width: 50px;margin: 0 auto 10px;}
    .msec01 ul > li > a {width: 280px;height: 45px;}
}
/* 메인 msec01 끝 */



/* 메인 msec02 시작 */
.msec02 {padding: 120px 0;background: #111 url(../img/main/msec02-img_bg.png) center center / cover no-repeat;}
.msec02 .msec-title > .stit,
.msec02 .msec-title > .tit {color: #fff;}
.msec02 .content {margin-top: 100px;box-sizing: border-box;}
.msec02 .list {display: flex;gap: 22px;}
.msec02 .list > li {display: flex;flex-direction: column;align-items: center;width: 20%;}
.msec02 .list > li > .ico {width: 130px;aspect-ratio: 1 / 1;margin: 0 auto 40px;}
.msec02 .list > li > .txt-cont {color: #fff;text-align: center;}
.msec02 .list > li > .txt-cont > .tit {margin-bottom: 10px;font-size: 1.50em;font-weight: 600;}
.msec02 .list > li > .txt-cont > .txt {font-size: 17px;font-weight: 300;}

@media all and (max-width: 1399px){
    .msec02 .list > li > .txt-cont > .txt > .line-br {display: inline;}
}
@media all and (max-width: 1199px){
    .msec02 .content {margin-top: 80px;padding: 0;}
    .msec02 .list > li > .ico {width: 120px;margin: 0 auto 30px;}
    .msec02 .list > li > .txt-cont > .tit {font-size: 1.30em;}
}
@media (max-width: 1024px){
    .msec02 {padding: 100px 0;}
    .msec02 .content {margin-top: 70px;}
    .msec02 .list {justify-content: center;flex-wrap: wrap;gap: 40px 20px;max-width: 750px;margin: 0 auto;}
    .msec02 .list > li {width: calc(33.333% - 14px);}
}
@media all and (max-width: 768px){
    .msec02 {padding: 80px 0;}
    .msec02 .list > li > .ico {width: 100px;margin: 0 auto 20px;}
    .msec02 .list > li > .txt-cont > .tit {font-size: 1.33em;}
}
@media all and (max-width: 640px){
    .msec02 .content {margin-top: 50px;}
    .msec02 .list {flex-direction: column;max-width: 90%;}
    .msec02 .list > li {flex-direction: row;align-items: flex-start;gap: 20px;width: 100%;}
    .msec02 .list > li > .ico {flex: 0 0 auto;width: 60px;}
    .msec02 .list > li > .txt-cont {text-align: left;}
    .msec02 .list > li > .txt-cont > .tit {margin-bottom: 5px;}
    .msec02 .list > li > .txt-cont > .txt {font-size: 16px;}
    
}
/* 메인 msec02 끝 */



/* 메인 msec03 시작 */
.msec03 {padding: 130px 0 120px;background: #FCF6F6;position: relative;}
.msec03::before,
.msec03::after {content: '';display: block;position: absolute;}
.msec03::before {width: 692px;height: 610px;background: url(../img/main/msec03-img_bg01.png) center center / cover no-repeat;top: 0;right: 0;}
.msec03::after {width: 475px;height: 419px;background: url(../img/main/msec03-img_bg02.png) center center / cover no-repeat;left: 0;bottom: 0;}
.msec03 .content > div > .tit {margin-bottom: 12px;padding-left: 20px;font-size: 1.50em;font-weight: 700;position: relative;}
.msec03 .content > div > .tit::before {content: '';display: block;width: 10px;height: 10px;border-radius: 2px;background: var(--color-main);position: absolute;top: 0;left: 0;bottom: 0;margin: auto;}
.msec03 .cont01 {margin-bottom: 80px;}
.msec03 .cont01 > ul {display: flex;gap: 25px;}
.msec03 .cont01 > ul > li > .img {border: 1px solid #E0E0E0;border-bottom: 0;box-sizing: border-box;}
.msec03 .cont01 > ul > li > .img-tit{padding: 19px 0;background: var(--color-main);color: #fff;font-family: var(--font-Outfit);font-size: 1.40em;font-weight: 600;text-align: center;}

.msec03 .cont01 > .tb-wrap {margin-top: 40px;}
.msec03 .cont01 > .tb-wrap > .tb1 {min-width: 708px;border-collapse: collapse;table-layout: fixed;width: 100%;color: #000;text-align: center;}
.msec03 .cont01 > .tb-wrap > .tb1 th, 
.msec03 .cont01 > .tb-wrap > .tb1 td {padding: 14px;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,.1);}
.msec03 .cont01 > .tb-wrap > .tb1 thead {height: 40px;background: var(--color-main);font-weight: 600;overflow: hidden;}
.msec03 .cont01 > .tb-wrap > .tb1 thead th {border-right-width: 1px;}
.msec03 .cont01 > .tb-wrap > .tb1 tbody {font-size: 18px;}
.msec03 .cont01 > .tb-wrap > .tb1 tr {border-bottom: 1px solid rgba(0,0,0,.1);}
.msec03 .cont01 > .tb-wrap > .tb1 tr th {background: var(--color-main);color: #fff;}
.msec03 .cont01 > .tb-wrap > .tb1 td {min-height: 45px;padding: 20px;border-right: 1px solid rgba(0,0,0,.1);background: #fff;}

@media all and (max-width:768px){
    .msec03 .cont01 > .tb-wrap {overflow-x: auto;}
    .msec03 .cont01 > .tb-wrap > .tb1 tbody {font-size: 16px;}
}


@media all and (max-width: 1199px){
    .msec03 .cont01 > ul {gap: 15px;}
    .msec03 .cont01 > ul > li > .img-tit {padding: 12px 0;}
}
@media all and (max-width: 1024px){
    .msec03 {padding: 100px 0;}
    .msec03 .cont01 > ul {flex-wrap: wrap;gap: 20px;}
    .msec03 .cont01 > ul > li {width: calc(50% - 10px);}
}
@media all and (max-width: 768px){
    .msec03 {padding: 80px 0;}
    .msec03 .cont01 > ul > li > .img-tit {font-size: 1.22em;}
}
@media all and (max-width: 640px){
    .msec03 .content > div > .tit {font-size: 22px;}
    .msec03 .cont01 {margin-bottom: 40px;}
    .msec03 .cont01 > ul {gap: 10px;}
    .msec03 .cont01 > ul > li {width: calc(50% - 5px);}
    .msec03 .cont01 > ul > li > .img-tit {padding: 8px 0}
}
@media all and (max-width: 480px){
    .msec03 .cont01 > ul > li {width: 100%;}
}
/* 메인 msec03 끝 */




/* 메인 msec04 시작 */
.msec04 {padding: 90px 0 100px;}
.msec04 .content {display: flex;justify-content: center;align-items: stretch;gap: 50px;}
.msec04 .content > div {flex: 1;display: flex;flex-direction: column;max-width: 400px;width: 50%;position: relative;}
.msec04 .content .tit {max-width: 330px;width: 83%;margin: 0 auto;padding: 11px;border-radius: 30px;background: var(--color-main);color: #fff;font-size: 1.25em;font-weight: 600;text-align: center;position: absolute;left: 0;right: 0;margin: auto;}
.msec04 .content ul {flex: 1;margin-top: 30px;padding: 60px 50px 50px;border: 6px solid var(--color-main);border-radius: 20px;box-sizing: border-box;}
.msec04 .content ul > li {display: flex;gap: 8px;color: #333;font-size: 18px;}
.msec04 .content ul > li:not(:last-child) {margin-bottom: 15px;}
.msec04 .content ul > li::before {flex: 0 0 auto;content: '';display: block;width: 20px;height: 20px;background: url(../img/main/msec04-ico_01.svg) center center / cover no-repeat;position: relative;top: 3px;}

@media all and (max-width: 1024px){
    .msec04 .content ul {padding: 60px 40px 50px;}
}
@media all and (max-width: 768px){
    .msec04 {padding: 80px 0;}
    .msec04 .content {gap: 20px;}
    .msec04 .content .tit {padding: 8px;}
    .msec04 .content ul {padding: 40px 25px 30px;}
}
@media all and (max-width: 640px){
    .msec04 .content {flex-direction: column;gap: 30px;}
    .msec04 .content > div {width: 100%;margin: 0 auto;}
    .msec04 .content ul {padding: 40px 40px 30px;}
}
@media all and (max-width: 480px){
    .msec04 .content ul {padding: 40px 25px 30px;}
    .msec04 .content ul > li {font-size: 16px;}
    .msec04 .content ul > li::before {width: 15px;height: 15px;}
}
/* 메인 msec04 끝 */




/* 서브페이지 공통 css 시작 */
.sub-page {margin: 130px 0 160px;}
.sub-page .page-tit {margin-bottom: 50px;}
.sub-page .page-tit .tit {font-size: 2.0em;font-weight: 600;text-align: center;line-height: 1.2;}
.sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 100px;}

@media all and (max-width: 1199px){
    .sub-page .page-tit {margin-bottom: 80px;}
    .sub-page {margin-top: 100px;}
}
@media all and (max-width: 1024px){
    .sub-page .page-tit {margin-bottom: 60px;}
    .sub-page .page-tit .tit {font-size: 2.50em;}
    .sub-page [class*=cont-box]:not(:last-child) {margin-bottom: 80px;}
}
@media all and (max-width: 768px){
    .sub-page {margin-top: 80px;}
    .sub-page .page-tit .tit {font-size: 2.22em;}
}
@media all and (max-width: 640px){
    .sub-page .page-tit {margin-bottom: 60px;}
}
/* 서브페이지 공통 css 끝 */



/* 회사소개 > 인사말 시작 */
#greeting .cont-box {position: relative;}
#greeting .bg {position: relative}
#greeting .bg::before {content: '';display: block;width: 0;padding-top: 25.715%;}
#greeting .bg > img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#greeting .content {max-width: 1200px;width: 90%;margin: 0 auto;padding: 0 20px;box-sizing: border-box;background: #fff;position: relative;}
#greeting .content::before {content: '';display: block;width: 100%;height: 124px;background: #fff;position: absolute;bottom: calc(100% - 24px);left: 0;right: 0;margin: auto;z-index: 0;}
#greeting .content > .title-cont {margin-bottom: 50px;padding-bottom: 50px;position: relative;}
#greeting .content > .title-cont::after {content: '';display: block;width: 100px;height: 2px;background: var(--color-main);position: absolute;left: 0;right: 0;bottom: 0;margin: auto;}
#greeting .content > .title-cont > p {font-size: 2.0em;text-align: center;line-height: 1.3;}
#greeting .content > .title-cont > p b {color: var(--color-main);font-weight: 700;}
#greeting .content > .txt-cont > .txt {color: #666;font-size: 18px;text-align: center;}
#greeting .content > .txt-cont > *:not(:last-child) {margin-bottom: 30px;}
#greeting .content > .txt-cont > ul {display: flex;justify-content: center;gap: 60px;margin: 50px auto !important;}
#greeting .content > .txt-cont > ul > li {display: flex;flex-direction: column;justify-content: center;align-items: center;max-width: 200px;width: 33.333%;aspect-ratio: 1 / 1;border-radius: 50%;background: var(--color-main);color: #fff;font-size: 1.10em;text-align: center;line-height: 1.2;}
#greeting .content > .txt-cont > ul > li > b {display: block;font-size: 1.14em;}
#greeting .content > .txt-cont > .sign {display: flex;justify-content: center;align-items: center;gap: 10px;margin-top: 50px;font-weight: 600;}

@media all and (max-width: 1199px){
    #greeting .content::before {height: 100px;}
}

@media all and (max-width: 1024px){
    #greeting .content > .txt-cont > .txt > .line-br {display: inline;}
    #greeting .content > .txt-cont > ul {gap: 40px;}
}
@media all and (max-width: 768px){
    #greeting .content::before {height: 80px;}
    #greeting .content > .title-cont {margin-bottom: 40px;padding-bottom: 40px;}
    #greeting .content > .title-cont > p {font-size: 1.78em;}
    #greeting .content > .txt-cont > ul {gap: 20px;}
    #greeting .content > .txt-cont > ul > li {font-size: 1.0em;}
}
@media all and (max-width: 640px){
    #greeting .cont-box {padding: 20px;box-sizing: border-box;background: url(../img/sub/greeting-img_bg_mo.jpg) center center / cover no-repeat;}
    #greeting .bg {display: none;}
    #greeting .content {padding: 40px 20px;width: 100%;}
    #greeting .content::before {display: none;}
    #greeting .content > .title-cont {margin-bottom: 30px;padding: 20px 0 30px;}
    #greeting .content > .title-cont::after {width: 70px;}
    #greeting .content > .title-cont > p {font-size: 26px;}
    #greeting .content > .txt-cont > *:not(:last-child) {margin-bottom: 20px;}
    #greeting .content > .txt-cont > ul {margin: 35px auto !important;}
}
@media all and (max-width: 480px){
    #greeting .content > .title-cont > p > .line-br {display: inline;}
    #greeting .content > .txt-cont > .txt {font-size: 17px;}
    #greeting .content > .txt-cont > ul {flex-direction: column;align-items: center;}
    #greeting .content > .txt-cont > ul > li {width: 100%;height: 90px;aspect-ratio:  auto;border-radius: 10px;}
    
}
/* 회사소개 > 인사말 끝 */



/* 회사소개 > 오시는 길 시작 */
#location .map-cont {width: 100%;height: 600px;}
#location .info {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 15px 20px;padding: 30px 0;border-bottom: 1px solid #EBEBEB;box-sizing: border-box;}
#location .info > .title {font-size: 1.50em;font-weight: 700;}
#location .info > ul {display: flex;flex-wrap: wrap;gap: 10px 30px;}
#location .info > ul > li > p {display: flex;align-items: center;gap: 5px}
#location .info > ul > li .ico {flex: 0 0 auto;}
#location .info > ul > li .txt {color: #333;}


@media all and (max-width: 1399px){
    #location .map-cont {height: 500px;}
}
@media all and (max-width: 768px){
    #location .info > ul > li .ico {width: 25px;}
    #location .info > ul > li .txt {font-size: 18px;}
}
@media all and (max-width: 640px){
    #location .map-cont {height: 400px;}
    #location .info > ul > li > p {align-items: normal;}
    #location .info > ul > li .ico {position: relative;top: 3px;}
}
/* 회사소개 > 오시는 길 끝 */



/* 스마트 리프트 미디어 시작 */
#robot {margin-bottom: 0;}
#robot .catalog {margin-bottom: 100px;}
#robot .video {padding: 120px 0 130px;background: #F6F6F6;}
#robot .video .title {margin-bottom: 45px;padding-top: 15px;font-size: 1.75em;font-weight: 500;text-align: center;position: relative;}
#robot .video .title::before {content: '';display: block;width: 50px;height: 5px;background: var(--color-main);position: absolute;top: 0;left: 0;right: 0;margin: auto;}
#robot .video ul {display: flex;gap: 40px;}
#robot .video ul > li {width: 50%;position: relative;}
#robot .video ul > li::before {content: '';display: block;width: 0;padding-top: 56.25%;}
#robot .video ul > li > iframe {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#robot .links {padding: 100px 0;}
#robot .links ul {display: flex;justify-content: center;gap: 20px;max-width: 900px;width: 100%;margin: 0 auto;}
#robot .links ul > li {width: 50%;}
#robot .links ul > li > a {display: flex;justify-content: center;align-items: center;gap: 10px;width: 100%;height: 60px;border-radius: 10px;background: var(--color-main);color: #fff;font-weight: 600;transition: .35s;}
#robot .links ul > li:last-child > a {background: #DF7527;}
#robot .links ul > li > a:hover {filter: grayscale(.2);}

@media all and (max-width: 1199px){
    #robot .video {padding: 100px 0 120px;}
    #robot .video ul {gap: 20px;}
}
@media all and (max-width: 1024px){
    #robot .video {padding: 80px 0 100px;}
}
@media all and (max-width: 768px){
    #robot .video ul {flex-direction: column;}
    #robot .video ul > li {width: 100%;}
}
@media all and (max-width: 480px){
    #robot .links ul {flex-direction: column;}
    #robot .links ul > li {width: 100%;}
}
/* 스마트 리프트 미디어 끝 */













/* 개인정보처리방침 시작 */
[class*=privacy_con] {display: none;position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);width: calc(100% - 40px);max-width: 1200px;height: calc(100% - 40px);max-height: 600px;z-index: 999999;background: #fff;border: 1px solid var(--color-main);box-sizing: border-box;}
[class*=privacy_con] .top{height: 70px;width: 100%;background: var(--color-main);text-align: center;position: relative;top: 0;left: 0;}
[class*=privacy_con] .top p{line-height: 70px;color: #fff;font-family: var(--font-Pretendard);font-size:20px;font-weight: bold;}
[class*=privacy_con] .top span{position: absolute;top: 0;right: 0;height: 100%;width: auto;aspect-ratio: auto 1 / 1;cursor: pointer;}
[class*=privacy_con] .top span::after{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] .top span::before{width: 2px;height:50%;content:"";display: block;background: #fff;transform: translate(-50%, -50%) rotate(-45deg);top: 50%;left: 50%;position: absolute;}
[class*=privacy_con] #privacy{border: 1px solid #eeeeee; width: calc(100% - 140px); height: calc(100% - 210px); overflow-y: auto; margin: 70px auto 0; padding: 20px;}
[class*=privacy_con] #privacy>b{display: block; margin-bottom: 20px; word-break: keep-all; font-size:17px; color: #000000;}
[class*=privacy_con] #privacy>.list li{display: flex; align-items: flex-start; line-height: 22px;margin-bottom: 10px;}
[class*=privacy_con] #privacy>.list li span{display: block;word-break: keep-all;margin-right: 10px; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list li p{display: block;word-break: keep-all; color: #666666;font-size:17px;}
[class*=privacy_con] #privacy>.list_con{margin-top: 30px;}
[class*=privacy_con] #privacy>.list_con li{margin-bottom: 30px;}
[class*=privacy_con] #privacy>.list_con li:last-child{margin-bottom:0px;}
[class*=privacy_con] #privacy>.list_con li>b{word-break: keep-all;display: flex;align-items: flex-start;line-height: 22px;margin-bottom: 10px;font-family: var(--font-pretendard);font-size:20px;}
[class*=privacy_con] #privacy>.list_con li>b span{display: block;word-break: keep-all;margin-right: 10px;}
[class*=privacy_con] #privacy>.list_con li p{display: block;word-break: keep-all;color: #000;font-family: var(--font-pretendard);font-weight: 500;font-size:17px;margin-bottom: 10px;line-height: 20px;}
[class*=privacy_con] #privacy>.list_con li>span{display: block;word-break: keep-all; color: #666666; font-size:15px;margin-bottom: 10px;}
[class*=privacy_con] #privacy .date_wrap{margin-top: 100px;}
[class*=privacy_con] #privacy .date_wrap p{display: block;word-break: keep-all;font-size: 15px;font-weight: 500;color: #000;}

@media all and (max-width : 1199px){
    [class*=privacy_con] #privacy{ width: calc(100% - 70px); height: calc(100% - 140px); margin: 35px auto 0;}
}
@media all and (max-width : 1024px){
    [class*=privacy_con] .top{height: 50px;}
    [class*=privacy_con] .top p{line-height: 50px;}
}
@media all and (max-width : 640px){
    [class*=privacy_con] #privacy{width: 100%; height: calc(100% - 40px); margin: 0 auto; border: unset;}
}
/* 개인정보처리방침 끝 */
