.text-center {text-align: center; margin-bottom:70px}
.section-tittle span { font-size: 18px; font-weight: 700; margin-bottom: 22px; color: #292c37; letter-spacing: 0.05em; display:inline-block; position:relative}
.section-tittle span:before{position:absolute;content:"";width:50px;height:2px;background:#292c37;top:0;left:-67px;top:50%;transform:translateY(-50%);}
.section-tittle h2 {text-align:center; font-size:52px; padding:0 20px }
.section-tittle p{ max-width:540px; margin:0 auto; text-align:center;  padding:20px 20px 40px 20px; color:#555; font-size:16px; line-height:1.75; letter-spacing:-0.02em; font-weight:300; word-break:keep-all}

.lead { font-size:16px; line-height:1.75; letter-spacing:-0.02em; color:#555; font-weight:300;  word-break:keep-all}
::selection {background-color:#ff3414;color:#fff;}

/*
animation
*/
.ani-stop {
	animation-name:none !important;
	-webkit-animation-name:none !important;
	opacity:0;
}
[class *= ani-start] {
	animation-delay:0s;
	-webkit-animation-delay:0s;
	animation-duration:0.45s;
	-webkit-animation-duration:0.45;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}
.ani-start-fadeIn {
	animation-name:fadeIn;
	-webkit-animation-name:fadeIn;
}
.ani-start-fadeUp {
	animation-name:fadeUp;
	-webkit-animation-name:fadeUp;
}
.ani-start-fadeUp20 {
	animation-name:fadeUp20;
	-webkit-animation-name:fadeUp20;
}
.ani-start-fadeDown {
	animation-name:fadeDown;
	-webkit-animation-name:fadeDown;
}
.ani-start-fadeDown20 {
	animation-name:fadeDown20;
	-webkit-animation-name:fadeDown20;
}
.ani-start-fadeLeft {
	animation-name:fadeLeft;
	-webkit-animation-name:fadeLeft;
}
.ani-start-fadeLeftReverse {
	animation-name:fadeLeftReverse;
	-webkit-animation-name:fadeLeftReverse;
}
.ani-start-fadeRight {
	animation-name:fadeRight;
	-webkit-animation-name:fadeRight;
}
.ani-start-zoomIn {
	animation-name:zoomIn;
	-webkit-animation-name:zoomIn;
}
.ani-start-flipX {
	animation-name:flipX;
	-webkit-animation-name:flipX;
}
.ani-delay-default {
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s;
}
.ani-delay-03 {
	animation-delay:0.2s;
	-webkit-animation-delay:0.2s;
}
.ani-delay-04 {
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.ani-delay-05 {
	animation-delay:0.4s;
	-webkit-animation-delay:0.4s;
}
.ani-delay-06 {
	animation-delay:0.5s;
	-webkit-animation-delay:0.5s;
}
.ani-delay-07 {
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
.ani-delay-08 {
	animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
}
.ani-delay-09 {
	animation-delay:0.8s;
	-webkit-animation-delay:0.8s;
}
.ani-delay-10 {
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.ani-delay-11 {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}
.ani-delay-12 {
	animation-delay:1.1s;
	-webkit-animation-delay:1.1s;
}
@keyframes fadeIn {
 	0% {
 		opacity:0;
 	}
 	100% {
 		opacity:1;
 	}
}
@-webkit-keyframes fadeIn {
 	0% {
 		opacity:0;
 	}
 	100% {
		opacity:1;
 	}
}
@keyframes fadeUp {
 	0% {
 		transform:translateY(30px);
 		-webkit-transform:translateY(30px);
 		-moz-transform:translateY(30px);
 		-ms-transform:translateY(30px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeUp {
 	0% {
 		transform:translateY(30px);
 		-webkit-transform:translateY(30px);
 		-moz-transform:translateY(30px);
 		-ms-transform:translateY(30px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
		opacity:1;
 	}
}
@keyframes fadeUp20 {
 	0% {
 		transform:translateY(20px);
 		-webkit-transform:translateY(20px);
 		-moz-transform:translateY(20px);
 		-ms-transform:translateY(20px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeUp20 {
 	0% {
 		transform:translateY(20px);
 		-webkit-transform:translateY(20px);
 		-moz-transform:translateY(20px);
 		-ms-transform:translateY(20px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
		opacity:1;
 	}
}
@keyframes fadeDown {
 	0% {
 		transform:translateY(-30px);
 		-webkit-transform:translateY(-30px);
 		-moz-transform:translateY(-30px);
 		-ms-transform:translateY(-30px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeDown {
 	0% {
 		transform:translateY(-30px);
 		-webkit-transform:translateY(-30px);
 		-moz-transform:translateY(-30px);
 		-ms-transform:translateY(-30px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
		opacity:1;
 	}
}
@keyframes fadeDown20 {
 	0% {
 		transform:translateY(-20px);
 		-webkit-transform:translateY(-20px);
 		-moz-transform:translateY(-20px);
 		-ms-transform:translateY(-20px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeDown20 {
 	0% {
 		transform:translateY(-20px);
 		-webkit-transform:translateY(-20px);
 		-moz-transform:translateY(-20px);
 		-ms-transform:translateY(-20px);
 		opacity:0;
 	}
 	100% {
		transform:translateY(0);
 		-webkit-transform:translateY(0);
 		-moz-transform:translateY(0);
 		-ms-transform:translateY(0);
		opacity:1;
 	}
}
@keyframes fadeLeft {
 	0% {
 		transform:translateX(10%);
 		-webkit-transform:translateX(10%);
 		-moz-transform:translateX(10%);
 		-ms-transform:translateX(10%);
 		opacity:0;
 	}
 	100% {
		transform:translateX(0);
 		-webkit-transform:translateX(0);
 		-moz-transform:translateX(0);
 		-ms-transform:translateX(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeLeft {
 	0% {
 		transform:translateX(10%);
 		-webkit-transform:translateX(10%);
 		-moz-transform:translateX(10%);
 		-ms-transform:translateX(10%);
 		opacity:0;
 	}
 	100% {
		transform:translateX(0);
 		-webkit-transform:translateX(0);
 		-moz-transform:translateX(0);
 		-ms-transform:translateX(0);
		opacity:1;
 	}
}
@keyframes fadeLeftReverse {
 	0% {
 		transform:translateX(-10%);
 		-webkit-transform:translateX(-10%);
 		-moz-transform:translateX(10%);
 		-ms-transform:translateX(10%);
 		opacity:0;
 	}
 	100% {
		transform:translateX(0);
 		-webkit-transform:translateX(0);
 		-moz-transform:translateX(0);
 		-ms-transform:translateX(0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeLeftReverse {
 	0% {
 		transform:translateX(-10%);
 		-webkit-transform:translateX(-10%);
 		-moz-transform:translateX(-10%);
 		-ms-transform:translateX(-10%);
 		opacity:0;
 	}
 	100% {
		transform:translateX(0);
 		-webkit-transform:translateX(0);
 		-moz-transform:translateX(0);
 		-ms-transform:translateX(0);
		opacity:1;
 	}
}
@keyframes fadeRight {
 	0% {
 		transform:translate(10%,-10%);
 		-webkit-transform:translate(10%,-10%);
 		-moz-transform:translate(10%,-10%);
 		-ms-transform:translate(10%,-10%);
 		opacity:0;
 	}
 	100% {
		transform:translate(0,0);
 		-webkit-transform:translate(0,0);
 		-moz-transform:translate(0,0);
 		-ms-transform:translate(0,0);
 		opacity:1;
 	}
}
@-webkit-keyframes fadeRight {
 	0% {
 		transform:translate(10%,-10%);
 		-webkit-transform:translate(10%,-10%);
 		-moz-transform:translate(10%,-10%);
 		-ms-transform:translate(10%,-10%);
 		opacity:0;
 	}
 	100% {
		transform:translate(0,0);
 		-webkit-transform:translate(0,0);
 		-moz-transform:translate(0,0);
 		-ms-transform:translate(0,0);
 		opacity:1;
 	}
}
@keyframes zoomIn {
 	0% {
 		transform:scale(0.7);
 		-webkit-transform:scale(0.7);
 		-moz-transform:scale(0.7);
 		-ms-transform:scale(0.7);
 		opacity:0;
 	}
 	100% {
		transform:scale(1);
 		-webkit-transform:scale(1);
 		-moz-transform:scale(1);
 		-ms-transform:scale(1);
 		opacity:1;
 	}
}
@-webkit-keyframes zoomIn {
 	0% {
 		transform:scale(0.7);
 		-webkit-transform:scale(0.7);
 		-moz-transform:scale(0.7);
 		-ms-transform:scale(0.7);
 		opacity:0;
 	}
 	100% {
		transform:scale(1);
 		-webkit-transform:scale(1);
 		-moz-transform:scale(1);
 		-ms-transform:scale(1);
 		opacity:1;
 	}
}
@keyframes flipX {
  0% {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(600px) rotateX(90deg);
    transform: perspective(600px) rotateX(90deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
  }
  100% {
    opacity: 1;
  }
}


@media screen and (max-width: 640px) {
input {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
.lead { font-size:17px; font-weight:400}
}

/*헤드메뉴*/
#header_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

#header_wrap #hd_wrapper .hd_login a { color:#333; font-weight:500;}

/* 메인페이지에서만 투명 헤더 적용 */
body.main-page #header_wrap {
    position: absolute;
    background: transparent;
}

body.main-page.scrolled #header_wrap {
    position: fixed;
    background: #fff;
}

body.main-page #header_wrap #hd_wrapper .hd_login a { color:#fff; font-weight:500;}
body.main-page #header_wrap.scrolled #hd_wrapper .hd_login a { color:#333;}
#header {position:absolute;left:0;top:0px; max-width: 1400px; width:100%; left: 50%; transform:translateX(-50%) ;z-index:6;height:80px;-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 {width:100%; height:100% }
#header .gnb { list-style:none; height:100%; position:absolute; right:0px}
#header .gnb > li { float:left; position:relative; display:inline-block; width:100px;  vertical-align:middle; text-align:center;}
#header .gnb > li > a {display:inline-block; line-height:1em; width:100%; color:#333; font-size:16px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #0099ff; opacity:0.8;}

/* PC 환경 (1024px 이상) */
@media screen and (min-width: 1024px) {
    /* 서브페이지 헤더 */

    #header_wrap #hd_wrapper .hd_login a {
        color: #333;
    }

    /* 메인페이지 헤더 */
body.main-page #header_wrap {
    background-color: transparent;
}

body.main-page #header_wrap.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

body.main-page #header .gnb > li > a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

body.main-page #header .gnb > li > a:hover {
    color: #fff;
    opacity: 0.8;
}

body.main-page #header_wrap.scrolled .gnb > li > a {
    color: #333;
    text-shadow: none;
}

body.main-page #header_wrap.scrolled .gnb > li > a:hover {
    color: #0099ff;
    opacity: 0.8;
}

/* 메인페이지 서브메뉴 스타일 */
body.main-page #header .gnb > li > ul {
    background-color: rgba(255,255,255,0.95);
}

body.main-page #header .gnb > li > ul > li a {
    color: #333;
}

body.main-page #header .gnb > li > ul > li a:hover {
    background-color: #0099ff;
    color: #fff;
}

body.main-page #header_wrap #hd_wrapper .hd_login a {
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

body.main-page #header_wrap.scrolled #hd_wrapper .hd_login a {
    color: #333;
    text-shadow: none;
}
}

/* 모바일 환경 (1023px 이하) */
@media screen and (max-width: 1023px) {

	body.main-page.scrolled #header_wrap {
		position: fixed;
		background: #fff;
	}

    body.main-page #header_wrap {
        background: transparent !important;
    }

    body.sub #header_wrap {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    #main_visual {
        margin-top: 0;
    }

    /* 기존 메뉴 버튼 숨김 */
    #header .header-inner .menu {
        display: none !important;
    }

    #header #logo {
        width: 120px;
        display: block;
    }

    #header .gnb {
        display: none;
    }

    /* 모바일 메뉴 버튼 */
    #open-button {
        display: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 100;
    }

    .navicon-line {
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin-bottom: 5px;
        background-color: #333;
        transition: all 0.3s ease;
    }

    body.main-page .navicon-line {
        background-color: #fff;
    }

    /* 모바일 메뉴 패널 */
    #gnb_mobile {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background: #fff;
        z-index: 9999;
        overflow-y: auto;
        transition: right 0.3s ease;
        box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    }

    #gnb_mobile.active {
        right: 0;
    }

    #gnb_mobile .gnb_1dul {
        padding: 60px 0 0;
    }

    #gnb_mobile .gnb_1dli {
        position: relative;
        border-bottom: 1px solid #eee;
    }

    #gnb_mobile .gnb_1da {
        display: block;
        padding: 15px 20px;
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

    #gnb_mobile .gnb_2dul {
        display: none;
        background: #f8f8f8;
    }

    #gnb_mobile .gnb_2dli a {
        display: block;
        padding: 12px 20px 12px 30px;
        font-size: 14px;
        color: #666;
    }

    #gnb_mobile .gnb_2dli a:hover {
        background: #0099ff;
        color: #fff;
    }

    #gnb_mobile_bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9998;
    }

    #gnb_mobile_bg.active {
        display: block;
    }
}

/* 태블릿 환경 (768px 이하) */
@media screen and (max-width: 768px) {
    #hd_wrapper {
        display: none;
    }

    #header_wrap {
        height: 60px;
    }

    #header {
        height: 60px;
    }

    #header #logo {
        width: 100px;
        margin-left: 15px;
    }

    #header #logo a {
        height: 60px;
        line-height: 60px;
    }
}

#header_wrap #hd_wrapper .hd_login a { color:#333; font-weight:500;}

/* 메인페이지에서만 투명 헤더 적용 */
body.main-page #header_wrap {background-color:transparent !important;}
body.main-page #header_wrap.scrolled {background-color:#fff !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
body.main-page #header_wrap #hd_wrapper .hd_login a { color:#fff; font-weight:500;}
body.main-page #header_wrap.scrolled #hd_wrapper .hd_login a { color:#333;}
#header .gnb > li.active {background-color: #b0905e}
#header .gnb > li.active > a {color: #fff}
#header .gnb .login {  font-size:12px; width:70px; color:#fff}
#header .gnb .join { font-size:12px; color:#fff; margin-left:20px}
#header .gnb .login a { color:#ddd; font-size:12px}
#header .gnb .login a:hover { color:#fff}
#header .gnb .join a { color:#ddd; font-size:12px}
#header .gnb .join a:hover { color:#fff}

#header .header-inner .menu {cursor:pointer;text-indent:-9999px; position:absolute;top:29px; left:50%;width:25px;height:20px; background-image:url(../img/cate_more.gif); margin-left:200px; border:0; display:none}
#header .header-inner .menu.on {background-image: url(../img/cate_close.gif)}

#header .gnb > li, #header #right-side-open {height:80px;line-height:80px; -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 {list-style:none; display:none;}
#header #logo { margin-left:25px; padding:0}
#header #logo a { display:block; width:100px; height:80px; line-height:80px}
#header #logo img { width:100%}
#header .gnb .snb,.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:14px; line-height:3.1; text-align:left; border-top:1px solid #414141;}
#header .gnb .snb li a { color:#FFF; display:block; padding-left:20px}
#header .gnb .snb li a:hover {color:#fff;  display:block; background-color:#2253b8; text-decoration:none; line-height:3.1}
#header .gnb .snb li:first-child { border-top:0}

@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 #open-button .navicon-line  { background-color:#333}
    .scrolled #open-button.on .navicon-line { background-color:#fff}
}

@media screen and (max-width: 680px) {
    
	#hd_wrapper { display:none}
}

/*헤드메뉴*/





/*메인배너*/
.mainVideo {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #000;
}

.main-carousel {
    padding: 0;
    display: block;
    position: relative;
    margin-top: 0;
    background-color: #000;
    height: 100vh;
}

.main-carousel .li {
    position: relative;
    overflow: hidden;
}

.main-carousel .li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main_visual_cover.png) center bottom no-repeat;
    background-size: cover;
    min-width: 300px;
    opacity: .7;
    z-index: 1;
    pointer-events: none;
}

.main-carousel .jarallax { 
    height: 100vh;
}

@media screen and (max-width:640px) {
    .mainVideo {
        height: 100vh;
        background-color: #000;
    }
    
    .bg-fixed {
        height: 100vh
    }
    
    .main-carousel .li {
        height: 100vh;
        background-color: #000;
    }
    
    .main-carousel .li video,
    .main-carousel .li .jarallax-video {
        min-width: 100% !important;
        min-height: 100vh !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    
    #header #logo {
        padding: 10px;
    }
	
    .main-carousel .li .copy_area h2 {font-size: 36px; letter-spacing:-3px}
    .main-carousel .li .copy_area h3 { max-width:300px; margin:10px auto 0 auto; font-size: 15px; letter-spacing:-0.5px}
    .main-carousel .owl-nav { display:none}
    .main-carousel .owl-dots .owl-dot { width:33.3333%}
}

@media screen and (max-width: 768px) {
    .jarallax-container {
        display: block !important;
        height: 100vh !important;
        overflow: hidden !important;
    }
    
    .jarallax-container video {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        min-width: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
    }
    
    .main-carousel .li {
        height: 100vh !important;
        background-color: #000 !important;
    }

    .main-carousel .li .jarallax {
        height: 100vh !important;
    }

    .main-carousel .li .jarallax-container {
        height: 100vh !important;
    }

    /* 모든 슬라이드의 비디오에 동일한 스타일 적용 */
    .main-carousel .li:nth-child(1) .jarallax-container video,
    .main-carousel .li:nth-child(2) .jarallax-container video,
    .main-carousel .li:nth-child(3) .jarallax-container video {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        min-width: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
    }
}

/* 로고 가시성 개선 */
#header #logo {
    position: relative;
    z-index: 10;
}

#header #logo img {
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}

/* 로고 배경에 그라데이션 추가 */
.main-carousel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.main-carousel .img01 { background-image:url(../img/main_banner_img01.jpg);}
.main-carousel .img02 { background-image:url(../img/main_banner_img02.jpg);}
.main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}
.main-carousel .li .copy_area{width:100%;text-align:center;color:#fff;position:absolute;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}
.main-carousel .li .copy_area h1{font-size:24px;font-weight:300; line-height:1.2; letter-spacing:2px; color:#fff; padding:0 20px; text-align:center; opacity:0.9; margin-bottom:20px;}
.main-carousel .li .copy_area h2{font-size:62px;font-weight:100; line-height:1.3; letter-spacing:-4px; color:#fff; padding:0 20px; text-align:center}
.main-carousel .li .copy_area h3{ max-width:500px; font-size:16px;font-weight:400;text-align:center;margin:15px  auto 20px  auto; color:#fff; opacity:0.8; padding:0 20px; line-height:1.6; word-break:keep-all}
.main-carousel .li .copy_area h4{text-align:center; margin:80px auto 0 auto; color:#fff;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}
.main-carousel .li .copy_area h4 a{color:#fff;padding:18px 22px;display:block; text-align:center;width: 160px; margin: auto; border:1px solid #fff; color:#fff; border-radius:50px;font-size: 16px;}
.main-carousel .li .copy_area h4 a:hover { background-color:#fff; color:#000}
.main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:-4px;}
.main-carousel .owl-dots .owl-dot{background:rgba(0, 0, 0, 0.4);width:400px;height:70px; line-height:70px; padding:0 10px; border-left:1px solid rgba(255,255,255,0.25); display:inline-block; color:#fff; opacity:0.8; font-size:16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.main-carousel .owl-dots .owl-dot.active{background-color:#0068b7}
.main-carousel .owl-dots .owl-dot:first-child { border-left:0}
.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
.main-carousel .owl-nav .owl-prev{width:31px;height:61px;position:absolute;left:50px; background-color:transparent; cursor:pointer; background-image: url(../img/prevBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}
.main-carousel .owl-nav .owl-next{width:31px;height:61px;position:absolute;right:50px; background-color:transparent;  cursor:pointer;  background-image: url(../img/nextBtn_off.png);background-repeat: no-repeat; text-indent:-9999px}

.main-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
.main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}

.visual_slider .visual-notice{width:100%; right:0; position:absolute; bottom:0; z-index:1 }
.visual_slider .visual-notice .inner {background:rgba(0,0,0,0.6); overflow:hidden; max-width:1240px; margin:0 auto} 
.visual_slider .visual-notice:after{content:''; width:calc(50% - 620px); height:100%; right:0; position:absolute; top:0; background:rgba(0,0,0,0.6);}  
.visual_slider .visual-notice h3{padding:20px; color:#fff; float:left; max-width:130px;}


@media screen and (max-width:960px) {
 .main-carousel .owl-dots .owl-dot { width:30%}
}


@media screen and (max-width:640px) {
    .mainVideo {
        height: 100vh;
        background-color: #000;
    }
    
    .bg-fixed {
        height: 100vh
    }
    
    .main-carousel .li {
        height: 100vh;
        background-color: #000;
    }
    
    .main-carousel .li video,
    .main-carousel .li .jarallax-video {
        min-width: 100% !important;
        min-height: 100vh !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
	
    #header #logo {
        padding: 10px;
    }
	
	.main-carousel .li .copy_area h2 {font-size: 36px; letter-spacing:-3px}
	.main-carousel .li .copy_area h3 { max-width:300px; margin:10px auto 0 auto; font-size: 15px; letter-spacing:-0.5px}
	.main-carousel .owl-nav { display:none}
    .main-carousel .owl-dots .owl-dot { width:33.3333%}	
}
/*메인배너*/





/*오른쪽 퀵메뉴 - 비활성화*/
.right_quick-area {
    display: none !important;
}
.right_quick-area.active {opacity: 1; right: 10px}
.right_quick-area li {padding: 8px 0; position: relative}
.right_quick-area li span {
    position: absolute; 
    color: #fff; 
    border-radius: 30px; 
    padding: 4px 8px; 
    width: 80px; 
    text-align: center; 
    background: rgba(0,0,0,0.8); 
    right: 65px; 
    top: 15px; 
    font-size: 11px; 
    display: block; 
    opacity: 0; 
    transition: all 0.3s ease;
    white-space: nowrap;
}
.right_quick-area li a {
    text-align: center; 
    line-height: 50px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all 0.3s ease; 
    color: #a27b73; 
    width: 50px; 
    height: 50px; 
    margin: auto;
    text-decoration: none;
}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a { 
    background: #a27b73; 
    color: #fff; 
    border-radius: 50%;  
    box-shadow: rgba(0,0,0,0.2) 0 8px 6px;
}
.right_quick-area li:hover span { 
    right: 65px; 
    opacity: 1; 
    display: block;
}
.right_quick-area li a i {
    font-size: 18px; 
    display: block; 
    line-height: 1;
    font-family: 'xeicon' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 새로운 아이콘 텍스트 스타일 */
.right_quick-area li a .icon-text,
.right_quick-area .kakao a .icon-text {
    font-size: 18px; 
    display: block; 
    line-height: 1;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
.kakao {
    width: 40px; 
    height: 40px; 
    margin: 10px 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; 
    text-decoration: none;
}
.kakao i { 
    line-height: 40px;
    font-family: 'xeicon' !important;
}
    @media (max-width:640px) {
        .right_quick-area {display: none; }
    }
/*오른쪽 퀵메뉴*/






/*메인퀵*/
.tl_company_box_wrap{ width:100%; padding:150px 0; background-color:#f8f9fa;  position:relative; z-index:2}
.tl_company_box_wrap ul {margin-top:30px; overflow:hidden; background-color:#fff}
.tl_company_box_wrap ul li{ width:33.3333%; text-align:center; float:left; display:block}
.tl_company_box_wrap ul li .icon { display:inline-block; padding:30px}
.tl_company_box_wrap ul li .icon i { color:#666; font-size:32px}
.tl_company_box_wrap ul li img {vertical-align:middle; transition:transform 500ms}
.tl_company_box_wrap ul li:hover .icon {transform:rotateY(180deg); transition:transform 500ms}
.tl_company_box_wrap ul li .box {border-right:1px  #eaeaea solid; padding:30px 10px 80px 0; display:block}
.tl_company_box_wrap ul li:last-child .box {border-right:0px}
.tl_company_box_wrap ul li dl dt {font-weight:bold; padding-bottom:15px; line-height:20px; color:#222; font-size:20px}
.tl_company_box_wrap ul li dl dd {color:#555; font-size:15px; font-weight:300; line-height:1.6}
.tl_company_box_wrap ul li a {display:inline-block; margin-top:20px; border:1px #ddd solid; padding:0 35px; line-height:30px; color:#333;  transition: all .2s}
.tl_company_box_wrap ul li:hover a {background:#2253b8; color:#fff; transition: all .3s}

@media screen and (max-width:960px) {
	.tl_company_box_wrap ul li { width:100%; clear:both; float:none}
	.tl_company_box_wrap ul li .box { border-left:0; border-bottom:1px solid #ddd; padding-bottom:10%}
}

@media screen and (max-width:640px) {

   	.tl_company_box_wrap { margin-top:0}
	.tl_company_box_wrap ul { margin-top:0}
}
/*메인퀵*/






/*모바일 오른쪽 메뉴*/
#right-side {background-color:#333;position:fixed; z-index:11; 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:5.0em; 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}
.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}
.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}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#fff;font-size:16px;line-height:3.8em;padding:0 1.0em;border-top:1px solid #555; text-decoration:none}
.side_gnb .menu-list>li>a i{display:block;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid #f2f2f2;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;}
.side_gnb .depth-2>li { background-color:#ddd}
.side_gnb .depth-2>li>a{display:block;color:#f2f2f2;font-size:1.2em;line-height:3.0em;padding:0 1.5em 0 2.2em;border-bottom:1px solid #fff; color:#000}
/*모바일 오른쪽 메뉴*/









/*티로그는 지금*/
.tl_business_now_box_warp { width:100%; padding:150px 0; background-color:#f8f9fa; }
.tl_business_now_box_warp h2 { font-size:52px; font-weight:bold; text-align:center}
.tl_business_now_box_warp p { text-align:center; font-size:16px; color:#555; padding:10px 20px 100px 20px; font-weight:400}

@media screen and (max-width: 640px) {
    .tl_business_now_box_warp h2 { font-size:32px}
}
/*티로그는 지금*/








/*갤러리 이미지*/
.tl_projects_wrap { width:100%; padding:150px 0; clear:both}
.tl_projects_wrap ul li { float:left; width:33.33333%; position:relative}
.tl_projects_wrap ul li img { width:100%}

.tl_projects_wrap ul li .bg { background-color:#000; opacity:0; position:absolute; width:100%; height:100%; top:0;left:0; z-index:1}
.tl_projects_wrap ul li:hover .bg {opacity: 0.6; -webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-ms-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out;}
.tl_projects_wrap ul li .txt_wrap{width:100%;height:100%; position:absolute; top:0; left:0; box-sizing:border-box;overflow:hidden; display:table;padding:40px;color:#fff;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-ms-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out; opacity:0; z-index:2;}
.tl_projects_wrap ul li:hover .txt_wrap { opacity:1;transform:translateY(-20px);}


.tl_projects_wrap ul li .txt_wrap .cell { text-align:left;width:100%; display: table-cell; vertical-align: middle; text-align:center;}
.tl_projects_wrap ul li .txt_wrap .cell h2 {  font-size:24px; color:#fff; margin:0; font-weight:bold;}
.tl_projects_wrap ul li .txt_wrap .cell p { font-size:16px; letter-spacing:-0.02em; color:#fff; opacity:0.8}

@media screen and (max-width: 960px) {
    .tl_projects_wrap ul li { width:50%}
}


@media screen and (max-width: 640px) {
    .tl_projects_wrap h2 { font-size:32px}
	.tl_projects_wrap ul li { width:100%}
	.tl_projects_wrap ul li .txt_wrap .cell h2 { }
}
/*갤러리 이미지*/








/* 사각박스배너 */
.tl_banner_style_wrap { width:100%; padding:150px 0;  clear:both}
.tl_banner_style_wrap .photo_box {clear:both}
.tl_banner_style_wrap .photo_box .img { width:50%; float:left;display:block}
.tl_banner_style_wrap .photo_box .img img { width:100%}
.tl_banner_style_wrap .photo_box .txt { width:50%; float:left; padding:50px; display:block}
.tl_banner_style_wrap .photo_box .txt h2 { font-size:28px; padding-top:50px; letter-spacing:0; font-weight:bold; text-align:left}
.tl_banner_style_wrap .photo_box .txt p { padding-top:20px; word-break:keep-all}
@media screen and (max-width: 960px) {
	.tl_banner_style_wrap .photo_box .img { width:100%; display:block}
	.tl_banner_style_wrap .photo_box .txt { width:100%;}
	.tl_banner_style_wrap .photo_box .txt h2 { font-size:24px; padding-top:0; font-weight:bold}
}
/* 사각박스배너 */










/*맞춤형 웹서비스*/
.tl_about_box_wrap  {width:100%;  clear:both}
.tl_about_box_wrap .photo { width:59.2%; min-height:529px; background-image:url(../img/tl_about_box_wrap.jpg); background-repeat:no-repeat; background-position:top center; background-size:cover; float:left}
.tl_about_box_wrap .txt { width:40%; min-height:502px; border-top:1px solid #ddd; padding:75px; float:left;  box-sizing:border-box}
.tl_about_box_wrap .txt h2 { font-size:35px; letter-spacing:-1px; font-weight:bold}
.tl_about_box_wrap .txt span { display:block; padding:20px 0; color:#555; font-size:15px; line-height:1.75; letter-spacing:-0.02em; font-weight:300}
.tl_about_box_wrap .txt i { font-size:10px}
.tl_about_box_wrap a  {display:inline-block; font-size:14px;  margin-top:40px; border:1px solid #ddd; color:#333; font-weight:300; line-height:40px; padding:0 30px; transition: all 0.2s}
.tl_about_box_wrap a:hover {padding:0 40px; transition: all 0.3s; background-color:#2253b8; color:#fff}


@media screen and (max-width:1200px) {
	.tl_about_box_wrap .photo { width:100%; clear:both; float:none}
	.tl_about_box_wrap .txt  { width:100%; clear:both; float:none}
}


@media screen and (max-width: 640px) {
    .tl_about_box_wrap .txt { padding:45px}
	.tl_about_box_wrap .txt h2 { font-size:33px;}
}
/*맞춤형 웹서비스*/









/*제품소개*/
.tl_product_box_wrap { width:100%; padding:150px 0; clear:both}
.tl_product_box_wrap .inner { max-width:1400px; margin:0 auto}
.tl_product_box_wrap h2 {text-align:center;font-size:42px; color:#000; line-height:1.6; font-weight:600}
.tl_product_box_wrap h2 span {padding:10px 20px 50px 20px; font-size:16px; display:block; color:#555; font-weight:400}

@media screen and (max-width: 640px) {
   .tl_product_box_wrap h2 { font-size:32px}
}
/*제품소개*/



.list_box_warp { background-color:#28292d; padding:150px 0; clear:both}
.list_box_warp li  {width:31.3333%; margin-right:3%; margin-bottom:3%; min-height:300px; background-color:#fff; display:table;  float:left; }
.list_box_warp li a {display: block; border: 10px solid transparent; height:300px; transition: all 0.3s;}
.list_box_warp li a:hover { border:10px solid #3181cb;}
.list_box_warp li:nth-child(3n+3){margin-right:0}
.list_box_warp li .web_icon { background-color:#fff; display:table-cell; vertical-align:middle; margin: 0 auto; text-align: center; width: 33.3333%; height: 260px;}
.list_box_warp li .web_icon i { text-align:center; font-size:40px; display:table-cell; vertical-align:middle; margin-bottom:20px; display:block; margin: auto}
.list_box_warp li h2 {font-size:22px;color:#000;display:block;clear:both;padding-bottom:10px; margin-top:30px; letter-spacing:0; text-align:center}
.list_box_warp li p { text-align:center; word-break:keep-all}
.list_box_warp li .icon_img {text-align:center;padding-top:20px;display:block;}
.list_box_warp .section-tittle span { color:#fff}
.list_box_warp .section-tittle h2 { color:#fff;}
.list_box_warp .section-tittle p { color:#fff; opacity:0.8}

@media screen and (max-width: 960px) {
	.list_box_warp li { width:50%; margin-right:0}
	.list_box_warp li p { max-width:300px; margin:0 auto}
}

@media screen and (max-width: 640px) {
	.list_box_warp li { width:100%; margin-right:0}
	.list_box_warp li p { max-width:300px; margin:0 auto}
}






/*tl_our_service_wrap*/
.tl_our_service_wrap {
    width: 100%;
    padding: 100px 0;
    background-color: #f8f9fa;
    clear: both;
}

.tl_our_service_wrap .section-tittle span:before {
    display: none;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 100%;
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon img {
    transform: scale(1.1);
}

.service-content {
    padding: 20px;
}

.service-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.service-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    word-break: keep-all;
}

@media screen and (max-width: 1200px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .service-content h3 {
        font-size: 18px;
    }
    
    .service-content p {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
    
    .tl_our_service_wrap {
        padding: 60px 0;
    }
}
/*tl_our_service_wrap*/





/*공지사항*/
.tl_notice_latest_wrap { width:100%;   padding:150px 0; background-color:#f8f9fa; clear:both}
.tl_notice_latest_wrap .inner { max-width:1401px}
.tl_notice_latest { width:48%; float:left}


@media screen and (max-width: 640px) {
	.tl_notice_latest { width:100%;}

}
/*공지사항*/





/*로고*/
.tl_clients_slider_box_wrap { width:100%; padding:20px 0;  position:relative; display:block; clear:both}
.tl_clients_slider_box_wrap .inner { max-width:1400px;}
.tl_clients_slider_box_wrap h2 { font-size:30px; padding: 0 0 10px 20px; margin-bottom:20px; display:block; border-bottom:1px solid #ddd}
.tl_clients_slider_box_wrap .clients_item {cursor: pointer;}
.tl_clients_slider_box_wrap .clients_item img{
margin: 0 auto;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.tl_clients_slider_box_wrap .clients_item:hover img{-webkit-filter: opacity(50%) grayscale(10%);filter: opacity(50%) grayscale(10%);}
.tl_clients_slider_box_wrap .owl-carousel .owl-item img{ width:inherit}
.tl_clients_slider_box_wrap .owl-nav{position:absolute;width:100%;bottom:80%}
.tl_clients_slider_box_wrap .owl-nav .owl-prev{width:31px;height:31px;position:absolute;left:-50px; color:#000; cursor:pointer; background-color:transparent}
.tl_clients_slider_box_wrap .owl-nav .owl-next{width:31px;height:31px;position:absolute;right:-50px; color:#000; cursor:pointer; background-color: transparent}
.tl_clients_slider_box_wrap .owl-nav i { font-size:16px; color:#000}
.tl_clients_slider_box_wrap .owl-dots { display:none}
/*로고*/





/*서브상단*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto 0;height:500px;overflow:hidden;background-repeat:no-repeat;background-position:center top}

/* 서브페이지 컨텐츠 상단 여백 */
.content_wrap {margin-top: 20px;}
body.main-page .content_wrap {margin-top: 0;}

/* 서브페이지에서 body에 상단 여백 추가 */
body:not(.main-page) {padding-top: 89px;}
body.main-page {padding-top: 0;}
.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:hover .bg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.sub_visual .title_wrap {display:table; margin:0 auto; height:500px}
.sub_visual .title { max-width:1240px; display:table-cell; vertical-align:middle}
.sub_visual h3{position:relative;z-index:2;font-size:54px;font-weight:400; letter-spacing:-4px; color:#FFF;text-align:center;font-family: 'Noto Serif KR', serif;}
.sub_visual h3:after {content:""; display:block; height:2px; width:15px; margin:10px auto; background-color:#fff; transform: rotate(-60deg); -webkit-transform: rotate(-60deg);}
.sub_visual .sub_title{font-size:15px;text-align:center;position:relative;font-weight:400; color:#e6e6e6; z-index:2; padding-top:10px}
.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;min-width:1200px;opacity:.6;z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;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}

@media screen and (max-width: 640px) {
	.sub_visual { height:400px}
    .sub_visual .title_wrap { max-width:100%; height:400px}
	.sub_visual h3 { font-size:35px}
	.sub_visual .sub_title { font-size:13px}
}
/*서브상단*/






/*서브 하단 네비*/
.category-wrap {width:100%; height:70px; background-color:#fff; border-bottom:1px solid #ddd;  clear:both; background-attachment:scroll; position:relative; z-index:3}
.sub_navI_warp { background-color:#fff; max-width:1300px; z-index:3; position:relative; margin: -70px auto;}
.all-wrap{max-width:1300px;  height:69px; margin:0 auto;   transition:all .3s ease;}
.all-wrap .loca-wrap{width:100%;margin:0 auto;height:69px}
.all-wrap .loca-wrap .loca-area i{float:left;display:inline-block;width:60px;height:71px; line-height:65px;  color:#555; border-right:1px solid #ddd; padding:0; margin-top:0; text-align:center}
.all-wrap .loca-wrap .loca-area{height:69px;float:left;}
.all-wrap .loca-wrap .loca-area > a {display:inline-block;width:54px;height:100%; float:left; line-height:100%; text-align:center;}
.all-wrap .loca-wrap .loca-area > a img {margin-top:17px;}
.all-wrap .loca-wrap .loca-area>ul {float: left;margin:0; padding:0;}
.all-wrap .loca-wrap .loca-area>ul>li{float:left;width:220px;height:70px;position:relative; margin-left:-1px}
.all-wrap .loca-wrap .loca-area>ul>li button{height:69px;width:220px;position:relative;text-align:left; background-image:url(../img/loca_arrow_off.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease;  border:0;  background-color: inherit; box-sizing: border-box;
    border-left: 1px solid #ddd; border-right: 1px solid #ddd;}
.all-wrap .loca-wrap .loca-area>ul>li button.active{background-image:url(../img/loca_arrow_on.png);background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;}
.all-wrap .loca-wrap .loca-area>ul>li button span {padding-left: 19px;background-color: transparent; color:#333; font-size:15px}
.all-wrap .loca-wrap .loca-area>ul>li div{overflow:hidden;height:0;position:relative}
.all-wrap .loca-wrap .loca-area>ul>li div ul{display:block;position:absolute;width:100%;left:0;border:1px solid #ddd; background-color:#fff; padding:0}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a{ border-bottom:1px solid #ddd; background:#fff;height:46px;color:#555;line-height:46px;display:block;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;-ms-transition:background .3s ease;padding-left:19px; font-size:15px; box-sizing:border-box}
.all-wrap .loca-wrap .loca-area>ul>li div ul li a:hover { color:#000; font-weight:bold}
.all-wrap .loca-wrap .share-area {float: right; display:block; padding-top:16px;box-sizing: border-box;}
.all-wrap .loca-wrap .share-area .hide-wrap{width:151px;height:34px;overflow:hidden;float:left}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area{width:151px;height:34px;position:relative;left:200px}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul {overflow: hidden; padding:0; margin:0}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li {float: left;margin-left: 13px; border-bottom: 1px solid #ddd; cursor:pointer}
.all-wrap .loca-wrap .share-area .hide-wrap .hide-area ul li:first-child {margin-left: 0;}
.all-wrap .loca-wrap .share-area .share-btn{width:34px;height:34px;background-image:url(../img/share_open_bt.png);float:right;text-indent:-9999px;padding-left:18px;box-sizing:unset;background-repeat:no-repeat;background-position-x:right;transition:all .5s ease;     background-color: inherit; border:0; margin-right:20px}
.all-wrap .loca-wrap .share-area .share-btn.active {background-image: url(../img/share_close_bt.png);border-left: 1px solid #fff;}

@media screen and (max-width: 640px) {
    .all-wrap .loca-wrap .loca-area {100%; float:none;}
	.all-wrap .loca-wrap .loca-area > a {width:10%;}
	.all-wrap .loca-wrap .share-area { display:none}
	.all-wrap .loca-wrap .loca-area > ul {width:100%;}
	.all-wrap .loca-wrap .loca-area > ul > li { width:50%}
	.all-wrap .loca-wrap .loca-area > ul > li:first-child { border:0}
	.all-wrap .loca-wrap .loca-area > ul > li button {width:100%; border-right:0}
	.all-wrap .loca-wrap .loca-area i { display:none}
}
/*서브 하단 네비*/





/*서브 기본 상단*/
.content_wrap { width:100%;}
.content_wrap .txtCon { max-width:1300px; margin:0 auto; padding:60px 20px 50px 20px; font-weight:400; position:relative; clear:both}
.content_wrap .txtCon .sub_title{ margin-bottom:100px}
.content_wrap .txtCon h1 { margin:0 0 40px 0; font-size:40px; padding:0 0 20px 0; color:#000; font-weight:bold; letter-spacing:-2px; text-align:center}
.content_wrap .txtboard { max-width:1240px; font-size:12px}
.content_wrap  .sub_title h3 {margin:50px 0 0 0; text-align:center; font-size:42px; color:#000; font-weight:600;}
.content_wrap  .sub_title p { margin:10px 0 0;  text-align:center; font-size:14px;  color:#999; letter-spacing:1px}

@media screen and (max-width: 640px) {
   .content_wrap .txtCon .sub_title h1 { font-size:32px}
   .content_wrap  .sub_title h3 { font-size:35px}
}

/*서브 기본 상단*/






/*게시판 헤더관리*/
#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;}
/*내용관리 헤더관리*/







/*푸터*/
#footer{ width:100%; height:auto; background:#30343b; clear:both}
.foot_menu{width:100%; padding:20px 20px; background:#30343b; border-bottom:1px solid rgba(255,255,255,0.07);  }
.foot_menu .inner { max-width:1400px; margin:0 auto}
.foot_menu .fm{ float:left}
.foot_menu .fm li{ display:inline-block; line-height:2em; margin-right:12px; padding-right:12px; border-right:1px solid rgba(255,255,255,0.07); }
.foot_menu .fm li a{ font-size:1.08em; color:rgba(255,255,255,0.9);}
.foot_menu .fm li a.point{color:#32c0eb;}
.foot_menu .fm li:last-child{border-right:0;}
.foot_menu .sns{  float:right}
.foot_menu .sns li{ display:inline-block; margin-left:10px}
.foot_menu .sns li:first-child {margin-left:0;}
.foot_menu .sns li a { color:#777}
.foot_menu .sns li a:hover { color:#fff}
.foot_menu .menu { margin-top:20px; }
.foot_menu #phone { display:inline-block; color:#fff; font-size:12px; text-align:center; padding: 0px 20px; background-color:#6C6}
.foot_menu #kakao{ display:inline-block; color:#000; font-size:12px; text-align:center; padding: 0px 20px; background-color:#ffeb33}

.footer_in{ max-width:1440px; height:auto; padding:38px 20px; margin:0 auto; box-sizing:border-box}
.footer_in address h1{ font-size:16px; line-height:1.8; padding-bottom:10px; color:#fff; font-weight:bold; }
.footer_in address p{ overflow:hidden; font-size:13px; color:rgba(255,255,255,0.4);}
.footer_in address p strong{ font-weight: 500;  color:rgba(255,255,255,0.5);}
.footer_in address p span{display:inline-block;margin-right:10px; line-height:1.8em;}
.footer_in address p.addr{margin-top:18px;}
.footer_in address p.copylight{ font-size:13px; color:#999; margin-top:18px;}
.footer_in address{float:left; width:65%; font-style:normal}
.footer_in .customer{float:right; color:rgba(255,255,255,0.5); margin-left:20px; padding-left:30px; border-left:1px solid rgba(255,255,255,0.05); font-size:13px;}
.footer_in .customer .main_tel{font-size:15px; font-weight:300; color:#fff; margin-bottom:20px; margin-top:20px;}
.footer_in .customer .main_tel span{font-size:20px; font-weight:bold; color:#32c0eb; display:block; margin-top:10px;}
@media screen and (max-width: 640px) {
    .footer_in address { width:100%}
	.footer_in .customer { width:100%; border-left:0; margin-left:0; padding-left:0}
	.foot_menu .sns { float:left; padding-top:20px}
	.foot_menu .fm { margin-bottom:20px}
}
/*푸터*/






/* 푸터팝업*/
.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:20px 0}
#fregisterform { max-width:1200px; margin:0 auto; padding:20px 0}
/*회원가입*/




@media screen and (max-width: 1100px) {
	.visual_slider  { margin-top:0}
	 /*버튼*/
	#open-button{position:fixed !important;z-index:9999 !important;right:15px;top:0 !important;padding-top:23px;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:#333;-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;}
	#open-button.on.scrolled >div>div{background-color:#fff;}
	/*버튼*/
	#btn-search-pop-m {display:block;}
	
}

/* 검색버튼 */
#btn-search-pop-m {
	position:fixed;z-index:12; top:20px; right:70px;padding:0.5em; width:40px; height:40px; font-size:20px;border:0;padding:0;border-radius:4px;
	display:none;
}

/* 검색 */
#hd_sch_wrapper {
	padding:1em;
	display:none;
	border-radius: 1em;
	background-color:#fff;
}
#hd_sch {
/*
	border: 2px solid #006d75;
	background: #e6fffb;
	border-radius: 5px;
	*/
	overflow: hidden;
	width:300px;
}

#hd_sch #sch_stx {
	padding-left: 10px;
	height: 45px;
	width: 240px;
	border: 0;
	border-right: 0;
	float: left;
	font-size: 1.25em;
}

@media (max-width: 575px) {  
#ft_wr .ft_cnt {
	width: 100%;
	padding: 10px 10px;
	border-top: 1px solid #888;
}
}

@media (min-width: 576px) and (max-width: 991px) {  
#ft_wr .ft_cnt {
	width: 50%;
	padding: 10px 10px;
	border-top: 1px solid #888;
}
#ft_wr .ft_cnt:nth-child(2n+1) {
	clear:both;
}
}

/* 회사비전 섹션 스타일 */
.tl_company_box_wrap {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #ffffff;
    max-width: 1920px; /* 최대 너비 제한 */
    margin: 0 auto; /* 중앙 정렬 */
}

.vision-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.vision-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
    linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
    linear-gradient(30deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa),
    linear-gradient(150deg, #f8f9fa 12%, transparent 12.5%, transparent 87%, #f8f9fa 87.5%, #f8f9fa);
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px;
    opacity: 0.5;
}

.section-tittle {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.section-tittle span {
    font-size: 18px;
    color: #2196F3;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.section-tittle h2 {
    font-size: 48px;
    margin: 20px 0;
    font-weight: 700;
    color: #1a1a1a;
}

.vision-main-text {
    font-size: 24px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    color: #666;
}

.vision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.vision-image-section {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    padding: 0 20px;
}

.vision-image-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    aspect-ratio: 16 / 9; /* 이미지 비율 수정 */
}

.vision-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%; /* 이미지 위치 조정 */
    display: block;
    transform: scale(1);
    transition: transform 0.5s ease;
}

.vision-image-wrapper:hover img {
    transform: scale(1.05);
}

.vision-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(33, 150, 243, 0.2), rgba(33, 150, 243, 0.6));
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.vision-image-wrapper:hover .vision-image-overlay {
    opacity: 1;
}

.overlay-content {
    color: #ffffff;
    padding: 20px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.vision-image-wrapper:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.overlay-content p {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.vision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.vision-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.vision-icon-wrapper {
    margin-bottom: 25px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-icon {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-outer-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #e3f2fd;
    border-radius: 50%;
    animation: rotate 10s linear infinite;
}

.icon-inner-circle {
    position: absolute;
    width: 80%;
    height: 80%;
    background: #e3f2fd;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.vision-icon i {
    font-size: 36px;
    color: #2196F3;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.vision-card:hover .icon-inner-circle {
    transform: scale(1.1);
    background: #2196F3;
}

.vision-card:hover .vision-icon i {
    color: #ffffff;
    transform: scale(1.1);
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.vision-content h3 {
    color: #1a1a1a;
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.vision-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.vision-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(33, 150, 243, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: all 0.3s ease;
}

.vision-card:hover .vision-hover-effect {
    opacity: 1;
}

.animate-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {
    .vision-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-tittle h2 {
        font-size: 40px;
    }

    .vision-icon-wrapper {
        height: 100px;
    }

    .vision-icon {
        width: 80px;
        height: 80px;
    }

    .vision-icon i {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .vision-grid {
        grid-template-columns: 1fr;
    }

    .section-tittle h2 {
        font-size: 32px;
    }

    .vision-main-text {
        font-size: 20px;
    }

    .vision-image-wrapper {
        aspect-ratio: 16 / 5;
    }
}

/* company_info 클래스 재정의 */
.company_info .img_page {
    display: none !important;
}

/* 프로세스 테이블 스타일 */
.list_box_warp .web_icon-table {
    display: table;
    width: 100%;
    height: 100%;
}

/* company_info 클래스 재정의 */
.company_info {
    display: none !important;
}

/* 퀵메뉴 스타일 */
/* 기존 퀵메뉴 완전 비활성화 */
.right_quick-area, .right_quick-area.active {
    display: none !important;
    visibility: hidden !important;
}

/* 프리미엄 퀵메뉴 스타일 */
#tls_premium_quick {
    position: fixed !important;
    right: 20px !important;
    bottom: 140px !important;
    z-index: 9999 !important;
    background: linear-gradient(145deg, #ffffff, #f8f8f8) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08) !important;
    padding: 12px 10px !important;
    width: 70px !important;
    display: block !important;
    visibility: visible !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    animation: quickMenuSlideIn 0.5s ease-out !important;
}

.pq_item {
    position: relative !important;
    margin: 10px 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    text-align: center !important;
}

.pq_item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.pq_item.kakao a {
    background: linear-gradient(135deg, #FEE500 0%, #FFD700 100%) !important;
    color: #3C1E1E !important;
}

.pq_item.led a {
    background: linear-gradient(135deg, #4CAF50 0%, #45A049 100%) !important;
    color: white !important;
}

.pq_item.case a {
    background: linear-gradient(135deg, #2196F3 0%, #1976D2 100%) !important;
    color: white !important;
}

.pq_item.contact a {
    background: linear-gradient(135deg, #FF6B6B 0%, #E53E3E 100%) !important;
    color: white !important;
}

/* 아이콘 스타일 - 모든 아이콘 완전 동일 */
.pq_item a .material-icons,
.pq_item a .kakao_icon {
    font-size: 22px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pq_tooltip {
    position: absolute !important;
    right: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%) !important;
    color: white !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    font-family: "Noto Sans KR", "Malgun Gothic", sans-serif !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
    z-index: 10000 !important;
    line-height: 1.2 !important;
    min-height: auto !important;
}

.pq_tooltip::after {
    content: "" !important;
    position: absolute !important;
    left: 100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    border: 5px solid transparent !important;
    border-left-color: #2C3E50 !important;
}

.pq_item:hover .pq_tooltip {
    opacity: 1 !important;
    visibility: visible !important;
    right: 65px !important;
}

.pq_item a:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25) !important;
}

.pq_item a:hover .material-icons,
.pq_item a:hover .kakao_icon {
    transform: scale(1.05) !important;
}

/* 모든 원의 완전한 중앙 정렬 보장 */
.pq_item a {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pq_item.kakao a:hover {
    background: linear-gradient(135deg, #FFD700 0%, #FFC107 100%) !important;
    box-shadow: 0 6px 20px rgba(255, 229, 0, 0.3) !important;
}

.pq_item.led a:hover {
    background: linear-gradient(135deg, #66BB6A 0%, #4CAF50 100%) !important;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.3) !important;
}

.pq_item.case a:hover {
    background: linear-gradient(135deg, #42A5F5 0%, #2196F3 100%) !important;
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.3) !important;
}

.pq_item.contact a:hover {
    background: linear-gradient(135deg, #FF7043 0%, #FF5722 100%) !important;
    box-shadow: 0 6px 20px rgba(255, 87, 34, 0.3) !important;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    #tls_premium_quick {
        right: 15px !important;
        bottom: 120px !important;
        width: 65px !important;
        padding: 10px 8px !important;
    }
    
    .pq_item {
        margin: 8px 0 !important;
    }
    
    .pq_item a {
        width: 45px !important;
        height: 45px !important;
        min-width: 45px !important;
        min-height: 45px !important;
        max-width: 45px !important;
        max-height: 45px !important;
    }
    
    .pq_item a .material-icons,
    .pq_item a .kakao_icon {
        font-size: 18px !important;
    }
    
    .pq_tooltip {
        font-size: 10px !important;
        padding: 5px 8px !important;
        right: 55px !important;
        border-radius: 12px !important;
    }
    
    .pq_item:hover .pq_tooltip {
        right: 60px !important;
    }
}

/* 스크롤 시 약간 투명하게 */
body.scrolled #tls_premium_quick {
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(248,248,248,0.95)) !important;
}

/* 로딩 애니메이션 */
@keyframes quickMenuSlideIn {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* WORK PROCESS 섹션에서만 좌측 선 제거 */
.process-section .section-tittle span:before {
    display: none;
}

@media (max-width:640px) {
    #tls_premium_quick,
    .right_quick-area,
    .right_quick-area.active {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }
}

.content_area.greeting { max-width: 1200px; margin: 0 auto; padding: 50px 20px; }
.content_area.greeting .img { text-align: center; margin-bottom: 50px; }
.content_area.greeting .img img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.content_area.greeting .tit { margin-bottom: 40px; }
.content_area.greeting .tit h3 { font-size: 32px; line-height: 1.5; color: #333; text-align: center; font-weight: 500; }
.content_area.greeting .colum { display: flex; gap: 40px; margin-bottom: 50px; }
.content_area.greeting .colum .left.lead,
.content_area.greeting .colum .right.lead { flex: 1; font-size: 16px; line-height: 1.8; color: #666; word-break: keep-all; }
.content_area.greeting .sign { text-align: right; font-size: 18px; color: #333; margin: 30px 0; }
.content_area.greeting .sign .name { font-size: 24px; font-weight: 500; margin-left: 10px; }
.content_area.greeting .company-info { margin-top: 50px; padding-top: 30px; border-top: 1px solid #eee; }
.content_area.greeting .company-info p { font-size: 15px; color: #888; line-height: 1.8; }

@media (max-width: 768px) {
  .content_area.greeting .colum { flex-direction: column; gap: 20px; }
  .content_area.greeting .tit h3 { font-size: 24px; }
  .content_area.greeting .sign { font-size: 16px; }
  .content_area.greeting .sign .name { font-size: 20px; }
}

.content_area.greeting {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.content_area.greeting .greeting_visual {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}

.content_area.greeting .greeting_visual .main_image {
  flex: 2;
}

.content_area.greeting .greeting_visual .sub_images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content_area.greeting .greeting_visual img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.content_area.greeting .greeting_text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.content_area.greeting .greeting_text .main_title {
  font-size: 32px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 40px;
  font-weight: 500;
}

.content_area.greeting .greeting_text .text_content {
  text-align: left;
  margin-bottom: 50px;
}

.content_area.greeting .greeting_text .text_content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
  word-break: keep-all;
}

.content_area.greeting .greeting_text .signature {
  text-align: right;
  margin-top: 40px;
}

.content_area.greeting .greeting_text .signature p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.content_area.greeting .greeting_text .signature .ceo {
  font-size: 20px;
  margin-top: 10px;
}

.content_area.greeting .greeting_text .signature .ceo span {
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .content_area.greeting .greeting_visual {
    flex-direction: column;
  }
  
  .content_area.greeting .greeting_visual .sub_images {
    flex-direction: row;
  }
  
  .content_area.greeting .greeting_text .main_title {
    font-size: 24px;
  }
  
  .content_area.greeting .greeting_text .signature p {
    font-size: 16px;
  }
  
  .content_area.greeting .greeting_text .signature .ceo {
    font-size: 18px;
  }
  
  .content_area.greeting .greeting_text .signature .ceo span {
    font-size: 20px;
  }
}

/* 텍스트 섹션 스타일링 */
.content_area.greeting .greeting_text {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.content_area.greeting .greeting_text .main_title {
  font-size: 36px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 50px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
}

.content_area.greeting .greeting_text .main_title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #00a651;
}

.content_area.greeting .greeting_text .text_content {
  margin-bottom: 50px;
}

.content_area.greeting .greeting_text .text_content p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
  word-break: keep-all;
  text-align: left;
}

.content_area.greeting .greeting_text .signature {
  text-align: right;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.content_area.greeting .greeting_text .signature p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.content_area.greeting .greeting_text .signature .ceo {
  font-size: 20px;
  margin-top: 10px;
}

.content_area.greeting .greeting_text .signature .ceo span {
  font-size: 24px;
  font-weight: 500;
  margin-left: 10px;
  color: #00a651;
}

/* 이미지 그리드 스타일링 */
.content_area.greeting .greeting_visual {
  position: relative;
  margin-top: 60px;
}

.content_area.greeting .image_grid {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.content_area.greeting .text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,166,81,0.9), rgba(0,166,81,0.7));
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.content_area.greeting .image_grid:hover .text_overlay {
  opacity: 1;
}

.content_area.greeting .overlay_content {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.content_area.greeting .overlay_content h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.content_area.greeting .overlay_content p {
  font-size: 18px;
  line-height: 1.6;
}

.content_area.greeting .image_container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.content_area.greeting .main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.content_area.greeting .sub_images {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.content_area.greeting .sub_images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* 애니메이션 */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from { transform: translateX(-50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes fadeInRight {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeIn { animation-name: fadeIn; }
.slideInLeft { animation-name: slideInLeft; }
.fadeInUp { animation-name: fadeInUp; }
.fadeInRight { animation-name: fadeInRight; }
.fadeInDown { animation-name: fadeInDown; }

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }

/* 반응형 스타일 */
@media (max-width: 768px) {
  .content_area.greeting .greeting_text {
    padding: 20px;
  }
  
  .content_area.greeting .greeting_text .main_title {
    font-size: 26px;
  }
  
  .content_area.greeting .image_container {
    grid-template-columns: 1fr;
  }
  
  .content_area.greeting .sub_images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  
  .content_area.greeting .overlay_content h4 {
    font-size: 24px;
  }
  
  .content_area.greeting .overlay_content p {
    font-size: 16px;
  }
}

.company_info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 비전 섹션 */
.vision_section {
  background: linear-gradient(45deg, #00a651, #009688);
  color: #fff;
  padding: 80px 40px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 166, 81, 0.2);
}

.vision_content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4;
}

.vision_content .lead {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
}

/* 비즈니스 섹션 */
.business_section {
  padding: 60px 0;
}

.section_title {
  text-align: center;
  margin-bottom: 60px;
}

.section_title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}

.section_title p {
  font-size: 18px;
  color: #00a651;
}

.business_grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 80px;
    overflow-x: visible;
}

.grid_item {
    flex: 1;
    min-width: 0; /* 이것이 중요: flex item이 너무 커지는 것을 방지 */
    text-align: center;
    padding: 40px 20px;
    background: #fff;
    border-radius: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.grid_item:hover {
    transform: translateY(-10px);
}

.grid_item .icon {
    color: #00a651;
    margin-bottom: 20px;
}

.grid_item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.grid_item p {
    font-size: 16px;
    color: #666;
}

/* 회사 정보 테이블 */
.company_details {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 15px;
}

.info_table {
  width: 100%;
  border-collapse: collapse;
}

.info_table th,
.info_table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.info_table th {
  width: 25%;
  color: #333;
  font-weight: 500;
  background: rgba(0, 166, 81, 0.05);
}

.info_table td {
  color: #666;
}

/* 애니메이션 */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 반응형 스타일 */
@media (max-width: 768px) {
  .vision_section {
    padding: 40px 20px;
  }
  
  .vision_content h2 {
    font-size: 28px;
  }
  
  .vision_content .lead {
    font-size: 16px;
  }
  
  .business_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .company_details {
    padding: 20px;
  }
  
  .info_table th,
  .info_table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  
  .info_table th {
    border-bottom: none;
    padding-bottom: 5px;
  }
  
  .info_table td {
    padding-top: 5px;
  }
}

@media (max-width: 480px) {
  .business_grid {
    grid-template-columns: 1fr;
  }
}

.company_info {
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
    display: block;
}

.company_info .vision_section {
    padding: 80px 0;
    text-align: center;
    background: #f8f9fa;
}

.company_info .vision_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company_info .vision_content h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 1.4;
}

.company_info .vision_content .lead {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

.company_info .business_section {
    padding: 80px 0;
    background: #fff;
}

.company_info .section_title {
    text-align: center;
    margin-bottom: 60px;
}

.company_info .section_title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.company_info .section_title p {
    color: #666;
    font-size: 18px;
}

.company_info .business_grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.company_info .grid_item {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: center;
    padding: 30px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.company_info .grid_item .icon {
    font-size: 40px;
    color: #00a651;
    margin-bottom: 20px;
}

.company_info .grid_item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.company_info .grid_item p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.company_info .company_details {
    padding: 80px 0;
    background: #f8f9fa;
}

.company_info .details_content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.company_info .info_table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.tls_company_info .vision_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tls_company_info .vision_content {
  text-align: center;
  margin-bottom: 80px;
}

.tls_company_info .vision_content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.3;
}

.tls_company_info .vision_content .lead {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.tls_company_info .business_section {
  margin-top: 80px;
}

.tls_company_info .business_grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tls_company_info .grid_item {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.tls_company_info .grid_item:hover {
  transform: translateY(-10px);
}

.tls_company_info .grid_item .icon {
  font-size: 40px;
  color: #3a8afd;
  margin-bottom: 20px;
}

.tls_company_info .grid_item h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.tls_company_info .grid_item p {
  color: #666;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .tls_company_info .business_grid {
    flex-wrap: wrap;
  }
  
  .tls_company_info .grid_item {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .tls_company_info .grid_item {
    flex: 0 0 100%;
  }
  
  .tls_company_info .vision_content h2 {
    font-size: 32px;
  }
}

#container #container #container .tls_company_info {
  width: 100%;
  padding: 100px 0;
  background-color: #f8f9fa;
  position: relative;
  z-index: 1;
}

#container .tls_company_info .vision_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  border: none;
}

#container .tls_company_info .vision_content {
  text-align: center;
  margin-bottom: 80px;
}

#container .tls_company_info .vision_content h2 {
  font-size: 42px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.3;
}

#container .tls_company_info .vision_content .lead {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

#container .tls_company_info .business_section {
  margin-top: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#container .tls_company_info .business_grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 80px;
}

#container .tls_company_info .grid_item {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border: none;
}

#container .tls_company_info .grid_item:hover {
  transform: translateY(-10px);
}

#container .tls_company_info .grid_item .icon {
  font-size: 40px;
  color: #3a8afd;
  margin-bottom: 20px;
}

#container .tls_company_info .grid_item h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

#container .tls_company_info .grid_item p {
  color: #666;
  line-height: 1.6;
}

/* 회사 정보 테이블 스타일 */
#container .tls_company_info .info_table {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

#container .tls_company_info .info_table table {
  width: 100%;
  border-collapse: collapse;
}

#container .tls_company_info .info_table th,
#container .tls_company_info .info_table td {
  padding: 20px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

#container .tls_company_info .info_table th {
  width: 200px;
  color: #333;
  font-weight: 600;
  background: #f8f9fa;
}

#container .tls_company_info .info_table td {
  color: #666;
}

@media (max-width: 1024px) {
  #container .tls_company_info .business_grid {
    flex-wrap: wrap;
  }
  
  #container .tls_company_info .grid_item {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  #container .tls_company_info .grid_item {
    flex: 0 0 100%;
  }
  
  #container .tls_company_info .vision_content h2 {
    font-size: 32px;
  }

  #container .tls_company_info .info_table th,
  #container .tls_company_info .info_table td {
    display: block;
    width: 100%;
  }

  #container .tls_company_info .info_table th {
    border-bottom: none;
    padding-bottom: 5px;
  }

  #container .tls_company_info .info_table td {
    padding-top: 5px;
  }
}

/* 모바일 환경에서의 헤더 스타일 */
@media (max-width: 1023px) {

    #header_wrap .gnb > li > a,
    body.main-page #header_wrap .gnb > li > a,
    body.main-page #header_wrap.scrolled .gnb > li > a {
        color: #333 !important;
    }
}

/* 메인페이지에서만 투명 헤더 적용 (PC 환경) */
@media screen and (min-width: 1024px) {
    body.main-page #header_wrap {background-color:transparent !important;}
    body.main-page #header_wrap.scrolled {background-color:#fff !important; box-shadow: 0 2px 5px rgba(0,0,0,0.1);}
    body.main-page #header_wrap #hd_wrapper .hd_login a { color:#fff; font-weight:500;}
    body.main-page #header_wrap.scrolled #hd_wrapper .hd_login a { color:#333;}
    
    /* 메인페이지에서만 흰색 메뉴 텍스트 적용 */
    body.main-page #header .gnb > li > a {color:#fff;}
    body.main-page #header .gnb > li > a:hover {color: #fff; opacity:0.8;}
    body.main-page #header_wrap.scrolled .gnb > li > a {color:#333;}
    body.main-page #header_wrap.scrolled .gnb > li > a:hover {color:#0099ff; opacity:0.8;}
}

/* 모바일 환경에서의 헤더 스타일 */
@media screen and (max-width: 1023px) {

    #header_wrap .gnb > li > a,
    body.main-page #header_wrap .gnb > li > a,
    body.main-page.scrolled #header_wrap .gnb > li > a,
    #header_wrap #hd_wrapper .hd_login a,
    body.main-page #header_wrap #hd_wrapper .hd_login a,
    body.main-page.scrolled #header_wrap #hd_wrapper .hd_login a {
        color: #333 !important;
    }
}

#hd_wrapper {position:relative;margin:0 auto;padding:0;width:100%;zoom:1; max-width:1200px; height:40px; line-height:40px;}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#hd_wrapper .hd_login{float:right; margin-right:20px;}
#hd_wrapper .hd_login li{float:left; margin-left:20px;}
#hd_wrapper .hd_login li a{font-size:14px; color:#333; font-weight:500;}

/* 메인페이지에서 흰색 텍스트 적용 */
body.main-page #hd_wrapper .hd_login li a {color:#fff;}
body.main-page.scrolled #hd_wrapper .hd_login li a {color:#333;}

/* 검색 버튼 스타일 */
#hd_sch {float:right;margin:0;padding:0;max-width:280px;border:1px solid #c6c6c6; border-radius:3px;}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch #sch_str {padding-left:10px;height:24px;width:110px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#hd_sch #sch_submit {padding:0 8px;height:24px;border:0;background:#333;color:#fff}

@media (max-width: 1023px) {
    #hd_wrapper {display:none;}
}

/* 모바일 메뉴 버튼 */
#open-button {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.navicon-line {
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 5px;
    background-color: #333;
    transition: all 0.3s ease;
}

body.main-page .navicon-line {
    background-color: #fff;
}

body.main-page.scrolled .navicon-line {
    background-color: #333;
}

#open-button.on .navicon-line {
    background-color: #333;
}

/* 모바일 환경 (1023px 이하) */
@media screen and (max-width: 1023px) {
    #header_wrap {
        position: fixed;
        height: 80px;
    }

    body.main-page #header_wrap {
        background: transparent !important;
    }

    body.sub #header_wrap {
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

    #main_visual {
        margin-top: 0;
    }

    /* 기존 메뉴 버튼 숨김 */
    #header .header-inner .menu {
        display: none !important;
    }

    #header #logo {
        width: 120px;
        display: block;
    }

    #header .gnb {
        display: none;
    }

    /* 모바일 메뉴 버튼 */
    #open-button {
        display: block;
    }

    #header .header-inner .menu {
        display: block;
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        background-size: contain;
        margin: 0;
    }

    /* 메인 비주얼 영역이 상단에 꽉 차도록 수정 */
    #main_visual {
        margin-top: 0;
    }

    body.main-page #main_visual {
        margin-top: 0;
    }

    .main_visual_txt {
        padding-top: 80px;
    }
}

/* 모바일 작은 화면 (767px 이하) */
@media screen and (max-width: 767px) {
    #header_wrap {
        height: 60px;
    }

    #header {
        height: 60px;
    }

    #header #logo a {
        height: 30px;
        line-height: 30px;
    }

    #header .header-inner .menu {
        right: 60px;
        width: 25px;
        height: 25px;
    }

    #open-button {
        width: 25px;
        height: 25px;
    }

    .main_visual_txt {
        padding-top: 60px;
    }
}

/* 메인 비주얼 영역 */
#main_visual {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0;
}

#main_visual .main_visual_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* 서브페이지 스타일 */
body.sub #header_wrap {
    z-index: 30;
}

body.sub #main_visual {
    margin-top: 0;
    z-index: 5;
}

/* 비디오 컨테이너 강제 표시 */
.jarallax-container-video {
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1 !important;
}

@media (max-width: 1920px) {
    .tl_company_box_wrap {
        padding: 80px 20px;
    }
}

@media (max-width: 992px) {
    .vision-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-tittle h2 {
        font-size: 36px;
    }

    .vision-main-text {
        font-size: 22px;
    }

    .vision-icon-wrapper {
        height: 100px;
    }

    .vision-icon {
        width: 80px;
        height: 80px;
    }

    .vision-icon i {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .tl_company_box_wrap {
        padding: 60px 15px;
    }

    .vision-grid {
        grid-template-columns: 1fr;
    }

    .section-tittle h2 {
        font-size: 28px;
    }

    .vision-main-text {
        font-size: 18px;
    }

    .vision-image-wrapper {
        aspect-ratio: 16 / 9;
    }

    .vision-container {
        padding: 0 15px;
}

.main-carousel .li:last-child .jarallax-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

.main-carousel .li:last-child .jarallax-container video {
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
    max-width: none !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.jarallax-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    background-color: #000 !important;
    z-index: -1 !important;
    pointer-events: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.jarallax-container video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-height: 100% !important;
    width: auto !important;
    height: 100% !important;
    object-fit: contain !important;
    margin: 0 !important;
}

.main-carousel .li {
    position: relative;
    overflow: hidden;
}

.main-carousel .li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/main_visual_cover.png) center bottom no-repeat;
    background-size: cover;
    min-width: 300px;
    opacity: .7;
    z-index: 1;
    pointer-events: none;
}

/* 모바일 환경 설정 */
@media screen and (max-width: 768px) {
    .jarallax-container {
        display: block !important;
        height: 100vh !important;
        overflow: hidden !important;
        background-color: #000 !important;
    }
    
    /* 모든 비디오 슬라이드에 대한 공통 스타일 */
    .main-carousel .li .jarallax-container video,
    .main-carousel .li:nth-child(1) .jarallax-container video,
    .main-carousel .li:nth-child(2) .jarallax-container video,
    .main-carousel .li:nth-child(3) .jarallax-container video {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        min-width: 100% !important;
        min-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 !important;
        max-width: none !important;
        max-height: none !important;
    }
    
    .main-carousel .li {
        height: 100vh !important;
        background-color: #000 !important;
        overflow: hidden !important;
    }

    .main-carousel .li .jarallax {
        height: 100vh !important;
        overflow: hidden !important;
    }

    .main-carousel .li .jarallax-container {
        height: 100vh !important;
        overflow: hidden !important;
    }
}

/* 추가 모바일 최적화 */
@media screen and (max-width: 640px) {
    .main-carousel .li video,
    .main-carousel .li .jarallax-video {
        min-width: 100% !important;
        min-height: 100vh !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
}