/* XEIcon 폰트 전역 설정 - CDN이 로드되면 자동으로 적용됨 */
[class^="xi-"], [class*=" xi-"] {
    display: inline-block !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none !important;
    font-family: 'xeicon', 'Font Awesome 6 Free' !important;
}

/* XEIcon이 로드되지 않을 경우 Font Awesome으로 대체 */
.xi-building:before { content: "\f1ad"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-briefcase:before { content: "\f0b1"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-heart:before { content: "\f004"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-video:before { content: "\f03d"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-car:before { content: "\f1b9"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-chip:before { content: "\f2db"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-mail:before { content: "\f0e0"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-call:before { content: "\f095"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-message:before { content: "\f075"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-angle-right:before { content: "\f105"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-angle-left:before { content: "\f104"; font-family: "Font Awesome 6 Free" !important; font-weight: 900 !important; }
.xi-circle:before { content: "\f111"; font-family: "Font Awesome 6 Free" !important; font-weight: 400 !important; }

.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%; background-color:#fff; top:0;  z-index:10}
#header_wrap #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:#ddd; font-size:16px; letter-spacing:-0.5px; font-weight:600; text-decoration:none;}
#header .gnb > li > a:hover {color: #fff}
#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 {top:0;width: 100%;height: 900px;overflow:hidden; background-size:cover;padding:0;}
.bg-fixed{background-size:cover;padding:0;background-color:#000; opacity:0.5; position:absolute; width:100%; height:900px; top:0;left:0; z-index:1}

.main-carousel{padding:0; display:block; position:relative; margin-top: 89px}

/* JMI 슬라이더는 상단 여백 제거 */
.visual_slider.intro_slider_area .main-carousel {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.main-carousel .li{height:900px; background-size:cover; background-position:center; position:relative}

/* JMI 슬라이더 높이 오버라이드 - 기본 900px 스타일 덮어쓰기 (최우선 적용) */
.visual_slider.intro_slider_area,
div.visual_slider.intro_slider_area {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel,
div.visual_slider.intro_slider_area div.main-carousel {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel .owl-stage-outer,
div.visual_slider.intro_slider_area div.main-carousel div.owl-stage-outer {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel .owl-stage,
div.visual_slider.intro_slider_area div.main-carousel div.owl-stage {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel .owl-item,
div.visual_slider.intro_slider_area div.main-carousel div.owl-item {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel .li,
.visual_slider.intro_slider_area .main-carousel .li.slide_item,
div.visual_slider.intro_slider_area div.main-carousel div.li,
div.visual_slider.intro_slider_area div.main-carousel div.li.slide_item {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel .jarallax,
div.visual_slider.intro_slider_area div.main-carousel div.jarallax {
	height: 700px !important;
	max-height: 700px !important;
	min-height: 700px !important;
}
.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;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.7;z-index:1}
.main-carousel .jarallax { height: 900px;}
.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 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:400px; 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 42px;display:block; text-align:center;width: 160px; margin: auto; border:1px solid #fff; color:#fff; border-radius:50px}
.main-carousel .li .copy_area h4 a:hover { background-color:#fff; color:#000}
/* 기존 파란색 바 owl-dots 숨김 */
.main-carousel .owl-dots{display: none !important;}
.main-carousel .owl-dots .owl-dot{display: none !important;}
.main-carousel .owl-dots .owl-dot.active{display: none !important;}
.main-carousel .owl-dots .owl-dot:first-child { display: none !important;}
.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}
	.bg-fixed { height:100vh}
	.main-carousel .jarallax { height: 100vh;}
	.main-carousel .li { height:100vh}
	.main-carousel .img01 { background-image:url(../img/m_main_banner_img01.jpg);}
	.main-carousel .img02 { background-image:url(../img/m_main_banner_img02.jpg);}
	.main-carousel .img03 { background-image:url(../img/m_main_banner_img03.jpg);}
	
	.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 {background: #fff; position: fixed; right: -100px; opacity: 0; border-radius: 8px; width: 60px; bottom:120px; box-shadow: rgba(0,0,0,0.1) 0 10px 20px; transition: all 0.5s ease;z-index: 100;}
.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 0px; width: 80px; text-align: center; background: rgba(0,0,0,0.8); right: 100px; top: 20px; font-size: 11px; display: block; opacity: 0; transition: all 0.5s ease}
.right_quick-area li a {text-align: center; line-height: 50px; display: block; transition: all 0.3s ease; color:#a27b73; width:50px; height: 50px; margin: auto}
.right_quick-area li:nth-child(3) a {color: #f90}
.right_quick-area li:hover a { 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:50px; opacity:1; display: block;}
.right_quick-area li a i {font-size: 18px; margin-top:15px}
.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;}
.kakao i { line-height:40px}
    @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%; background-color:#272a35; padding:150px 0; clear:both}
.tl_our_service_wrap .left { width:30%; float:left}
.tl_our_service_wrap .left h2 { font-size:35px; color:#fff; font-weight:500}
.tl_our_service_wrap .right { width:70%; float:left}
.tl_our_service_wrap li {width:46.5%; margin-right:7%; margin-bottom:6%; float:left; text-align:justify;}
.tl_our_service_wrap li:nth-child(2n+2){margin-right:0}
.tl_our_service_wrap li .web_icon { margin-bottom:20px;  color:#fff}
.tl_our_service_wrap li .web_icon i { color:#6592fa; text-align:left; font-size:40px; margin-bottom:20px}
.tl_our_service_wrap li h2 {font-size:18px;color:#fff;display:block;clear:both;padding-bottom:10px; letter-spacing:0; text-align:left}
.tl_our_service_wrap li p { font-size:16px; text-align:left; word-break:keep-all; color:#fff; opacity:0.8}
.tl_our_service_wrap li .icon_img {text-align:center;padding-top:20px;display:block;}
@media screen and (max-width: 960px) {
	.tl_our_service_wrap li { width:50%; margin-right:0}
	.tl_our_service_wrap li p { max-width:100%; margin:0 auto}
	.tl_our_service_wrap .left { width:100%; padding:0 20px 100px 20px}
	.tl_our_service_wrap .right { width:100%; padding:0 20px}
}

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

	.tl_our_service_wrap li { width:100%; margin-right: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:81px auto 0;height:350px;overflow:hidden;background-repeat:no-repeat;background-position:center top}
.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:350px; width:100%;}
.sub_visual .title { max-width:1240px; margin:0 auto; display:table-cell; vertical-align:middle; text-align:center; padding-top:0; position:relative; top:-15px;}
.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 {display:none;}
.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:280px}
    .sub_visual .title_wrap { max-width:100%; height:280px; width:100%;}
	.sub_visual .title { top:-10px;}
	.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 .section-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.content_wrap .txtCon .section-head .ceo-heading {
  text-align: center;
  width: 100%;
}
.content_wrap .txtCon .section-head h2 {
  font-size: 34px;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
  letter-spacing: -0.01em;
}
.content_wrap .txtCon .section-head .sub {
  color: #64748b;
  font-size: 15px;
}
.content_wrap .txtCon .section-head .title-line {
  margin: 12px auto 0;
  width: 160px;
}
.content_wrap .txtCon .section-head .title-line img {
  width: 100%;
  display: block;
}
.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 .txtCon .sub_title{ margin-bottom:100px}
.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}
   .content_wrap .txtCon .section-head h2 {
     font-size: 28px;
   }
   .content_wrap .txtCon .section-head .sub {
     font-size: 13px;
   }
}

/*서브 기본 상단*/






/*게시판 헤더관리*/
#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;
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer_logo_left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.footer_logo_left img {
    max-width: 150px;
    height: auto;
    filter: brightness(0.9);
    display: block;
}

.footer_in address {
    flex: 1;
    font-style:normal;
    margin-left: 20px;
}

.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; margin:0;}
.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 {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.footer_in address { 
		width:100%;
		margin-left: 0;
	}
	.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}
	.footer_logo_left {
		align-self: center;
	}
	.footer_logo_left img {
		max-width: 120px;
	}
}
/*푸터*/






/* 푸터팝업*/
.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}
	
	/* JMI visual_slider 좌측 배치 */
	.visual_slider.intro_slider_area {
		position: relative;
		border-radius: 20px;
		overflow: hidden;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
		height: 600px !important;
		max-height: 600px !important;
	}
	
	.visual_slider.intro_slider_area .main-carousel {
		height: 600px !important;
		max-height: 600px !important;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.visual_slider.intro_slider_area .main-carousel .owl-stage-outer {
		height: 600px !important;
		max-height: 600px !important;
		overflow: hidden;
	}
	
	.visual_slider.intro_slider_area .main-carousel .owl-stage {
		height: 600px !important;
		max-height: 600px !important;
		display: flex;
		align-items: stretch;
	}
	
	.visual_slider.intro_slider_area .main-carousel .owl-item {
		height: 600px !important;
		max-height: 600px !important;
		display: flex;
		align-items: stretch;
	}
	
	.visual_slider.intro_slider_area .main-carousel .li {
		height: 600px !important;
		max-height: 600px !important;
		min-height: 600px !important;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}
	
	.visual_slider.intro_slider_area .main-carousel .li.slide_item {
		height: 600px !important;
		max-height: 600px !important;
		min-height: 600px !important;
	}
	
	.visual_slider .li img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center;
		transition: transform 0.5s;
		display: block;
		margin: 0 !important;
		padding: 0 !important;
		vertical-align: top;
		position: absolute;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
	}
	
	.visual_slider .li:hover img {
		transform: scale(1.05);
	}
	
	.visual_slider .slide_overlay {
		display: none !important;
	}
	
	/* 기존 visual_slider의 파란색바와 박스 제거 */
	.visual_slider .copy_area_wrap,
	.visual_slider .copy_area,
	.visual_slider .cover {
		display: none !important;
	}
	
	.visual_slider .jarallax {
		display: none !important;
	}
	
	.visual_slider .owl-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
		pointer-events: none;
	}
	
	.visual_slider .owl-nav button {
		width: 50px;
		height: 50px;
		background: rgba(255, 255, 255, 0.9) !important;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #333 !important;
		font-size: 18px;
		pointer-events: all;
		transition: all 0.3s;
		border: none;
	}
	
	.visual_slider .owl-nav button:hover {
		background: #fff !important;
		transform: scale(1.1);
	}
	
	/* 기존 파란색바 owl-dots 완전히 제거 */
	.visual_slider.intro_slider_area .main-carousel .owl-dots {
		display: none !important;
	}
	
	.visual_slider.intro_slider_area .main-carousel .owl-dots .owl-dot {
		display: none !important;
	}
	
	.visual_slider.intro_slider_area .main-carousel .owl-dots .owl-dot.active {
		display: none !important;
	}
	 /*버튼*/
	#open-button{position:fixed;z-index:12;right:15px;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;
}
}

/* ===================================
   JMI 테마 전용 스타일 - 고급스러운 디자인
   =================================== */

/* ===== 메인 슬라이더 + 회사소개 + 뉴스 섹션 ===== */
.jmi_intro_section {
    width: 100%;
    margin: 60px auto 0;
    padding: 60px 0;
    background: linear-gradient(135deg, #fafbfc 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
}

.jmi_intro_section > .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 슬라이더 상단 여백 제거 */
.visual_slider.intro_slider_area {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
}

.visual_slider.intro_slider_area .main-carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
}

.visual_slider.intro_slider_area .owl-stage-outer {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
}

.visual_slider.intro_slider_area .owl-stage {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
}

.visual_slider.intro_slider_area .owl-item {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
}

.visual_slider.intro_slider_area .li,
.visual_slider.intro_slider_area .slide_item {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 700px !important;
    max-height: 700px !important;
    min-height: 700px !important;
}

.visual_slider.intro_slider_area .li img,
.visual_slider.intro_slider_area .slide_item img {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

.jmi_intro_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%);
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.intro_wrapper {
    display: grid;
    grid-template-columns: 2.33fr 1fr;
    gap: 25px;
    align-items: start;
    max-width: 1400px;
    margin: 0 auto;
}

/* 이미지 슬라이더 */
.intro_slider_area {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 700px !important;
    max-height: 700px !important;
    transition: box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.intro_slider_area .main_slider {
    height: 700px !important;
    max-height: 700px !important;
}

.intro_slider_area .slide_item {
    position: relative;
    height: 700px !important;
    max-height: 700px !important;
    overflow: hidden;
}

.slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.slide_item:hover img {
    transform: scale(1.05);
}

/* 슬라이드 중앙 텍스트 */
.slide_center_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    padding: 40px;
}

.slide_main_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.3);
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    white-space: nowrap;
}

.slide_main_title .highlight_red {
    color: #e53935;
    font-weight: 800;
}

.slide_main_title .highlight_black {
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
}

.slide_main_title .highlight_blue {
    color: #1976d2;
    font-weight: 800;
}

.slide_sub_title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4);
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.slide_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 50%, transparent 100%);
    padding: 48px 40px;
    color: #fff;
    backdrop-filter: blur(2px);
    z-index: 5;
}

.slide_overlay h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.slide_overlay p {
    font-size: 17px;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Owl Carousel 커스텀 */
.main_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
}

.main_slider .owl-nav button {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333 !important;
    font-size: 20px;
    pointer-events: all;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main_slider .owl-nav button:hover {
    background: #fff !important;
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.main_slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.main_slider .owl-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main_slider .owl-dots button:hover {
    background: rgba(255, 255, 255, 0.7) !important;
    transform: scale(1.2);
}

.main_slider .owl-dots button.active {
    background: #fff !important;
    width: 32px;
    border-radius: 8px;
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.4);
}

/* 회사소개 박스 (고급스러운 골드) */
.company_intro_box {
    background: linear-gradient(135deg, #d4af37 0%, #c9a961 50%, #b8941f 100%);
    padding: 40px 20px 40px 30px;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.25), 0 4px 12px rgba(212, 175, 55, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    display: flex;
    align-items: center;
    gap: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.company_intro_box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(-50%, -50%) rotate(0deg); }
    50% { transform: translate(-50%, -50%) rotate(180deg); }
}

.company_intro_box:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(212, 175, 55, 0.35), 0 6px 16px rgba(212, 175, 55, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.intro_icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.intro_icon i {
    font-size: 32px;
    color: #fff;
    display: block;
    font-family: 'xeicon' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.company_intro_box_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.company_intro_box h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
}

.kr_text {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

.intro_desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    opacity: 0.95;
    word-break: keep-all;
    white-space: normal;
}

.read_more_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 32px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    align-self: flex-start;
    margin-top: auto;
}

.read_more_btn:hover {
    background: rgba(255, 255, 255, 0.95);
    color: #b8941f;
    transform: translateX(6px);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.4), 0 2px 8px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.9);
}

/* 뉴스 박스 (고급스러운 다크 그린) */
.news_box {
    background: linear-gradient(135deg, #1e3a1e 0%, #2d5016 50%, #1a2e0d 100%);
    padding: 40px 40px 20px;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(30, 58, 30, 0.3), 0 4px 12px rgba(30, 58, 30, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.news_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.news_box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(30, 58, 30, 0.35), 0 6px 16px rgba(30, 58, 30, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.news_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news_header h3 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_header h3 i {
    font-size: 8px;
    color: #fff;
}

.news_subtitle {
    font-size: 14px;
    opacity: 0.8;
}

.news_list {
    max-height: 400px;
    overflow-y: auto;
}

.news_list::-webkit-scrollbar {
    width: 6px;
}

.news_list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.news_list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.news_list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.news_list li:last-child {
    border-bottom: none;
}

.news_list a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    transition: padding-left 0.3s;
}

.news_list a:hover {
    padding-left: 10px;
    opacity: 0.9;
}

/* ===== BUSINESS 섹션 ===== */
.jmi_business_section {
    padding: 120px 0;
    background: #fff;
}

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

.section_header_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(26, 35, 126, 0.3);
    transition: all 0.3s;
}

.section_header_icon:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(26, 35, 126, 0.4);
}

.section_header_icon i {
    font-size: 48px;
    color: #fff;
    display: block;
    font-family: 'xeicon' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section_header h2 {
    font-size: 52px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 18px;
    position: relative;
    display: inline-block;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.section_header h2::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(26, 35, 126, 0.25);
}

.section_header p {
    font-size: 18px;
    color: #666;
    margin-top: 25px;
}

.business_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.business_item {
    background: #fff;
    padding: 52px 38px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1.5px solid rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.business_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.business_item:hover {
    transform: translateY(-12px);
    box-shadow: 0 16px 48px rgba(26, 35, 126, 0.18), 0 6px 16px rgba(26, 35, 126, 0.12);
    border-color: rgba(57, 73, 171, 0.3);
    background: #fafbfc;
}

.business_item:hover::before {
    transform: scaleX(1);
}

.business_icon {
    width: 108px;
    height: 108px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(26, 35, 126, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
}

.business_icon::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s;
}

.business_item:hover .business_icon {
    transform: scale(1.12) rotate(8deg);
    box-shadow: 0 10px 32px rgba(26, 35, 126, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.business_item:hover .business_icon::before {
    opacity: 1;
}

.business_icon i {
    font-size: 48px;
    color: #fff;
    display: block;
    font-family: 'xeicon' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.business_item h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.business_desc {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.business_item .read_more_btn {
    color: #3949ab;
    border-color: rgba(57, 73, 171, 0.3);
    background: rgba(57, 73, 171, 0.05);
    padding: 12px 24px;
    border-radius: 32px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.business_item .read_more_btn:hover {
    background: linear-gradient(135deg, #1a237e 0%, #283593 50%, #3949ab 100%);
    color: #fff;
    border-color: #3949ab;
    transform: translateX(6px);
    box-shadow: 0 6px 24px rgba(57, 73, 171, 0.35), 0 2px 8px rgba(57, 73, 171, 0.2);
}

/* ===== 고객문의사항 섹션 ===== */
.jmi_inquiry_section {
    padding: 120px 0;
    background: linear-gradient(135deg, #0a1628 0%, #1b263b 50%, #2d3e50 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.jmi_inquiry_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(65, 90, 119, 0.3) 0%, transparent 50%);
    pointer-events: none;
}

.inquiry_content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.inquiry_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25);
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}

.inquiry_icon:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
}

.inquiry_icon i {
    font-size: 48px;
    color: #fff;
    display: block;
    font-family: 'xeicon' !important;
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.inquiry_text {
    margin-bottom: 50px;
}

.inquiry_text h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.inquiry_text p {
    font-size: 19px;
    line-height: 1.85;
    opacity: 0.92;
    letter-spacing: -0.01em;
}

.inquiry_buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.inquiry_btn {
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    padding: 38px 28px;
    border-radius: 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.inquiry_btn i {
    font-size: 36px;
    margin-bottom: 5px;
}

.inquiry_btn span {
    font-size: 14px;
    line-height: 1.6;
}

.inquiry_btn strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.inquiry_btn:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

/* ===== 푸터 로고 스타일 ===== */
.footer_logo {
    margin-bottom: 20px;
    text-align: center;
}

.footer_logo img {
    max-width: 150px;
    height: auto;
    filter: brightness(0.9);
}

/* ===== visual_slider 반응형 ===== */
@media (max-width: 1200px) {
    .visual_slider.intro_slider_area {
        height: 600px !important;
        max-height: 600px !important;
    }
    
    .visual_slider .li {
        height: 100% !important;
        min-height: 600px !important;
    }
    
    .visual_slider .li.slide_item {
        height: 100% !important;
        min-height: 600px !important;
    }
}

@media (max-width: 768px) {
    .visual_slider.intro_slider_area {
        height: 500px !important;
        max-height: 500px !important;
    }
    
    .visual_slider .li {
        height: 100% !important;
        min-height: 500px !important;
    }
    
    .visual_slider .li.slide_item {
        height: 100% !important;
        min-height: 500px !important;
    }
    
    .visual_slider .slide_overlay {
        padding: 25px 20px;
    }
    
    .visual_slider .slide_overlay h3 {
        font-size: 24px;
    }
    
    .slide_center_text {
        padding: 30px 20px;
    }
    
    .slide_main_title {
        font-size: 24px;
        margin-bottom: 15px;
        white-space: normal;
        line-height: 1.4;
    }
    
    .slide_sub_title {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media (max-width: 480px) {
    .visual_slider.intro_slider_area {
        height: 400px !important;
        max-height: 400px !important;
    }
    
    .visual_slider .li {
        height: 100% !important;
        min-height: 400px !important;
    }
    
    .visual_slider .li.slide_item {
        height: 100% !important;
        min-height: 400px !important;
    }
    
    .visual_slider .slide_overlay {
        padding: 20px 15px;
    }
    
    .visual_slider .slide_overlay h3 {
        font-size: 20px;
    }
    
    .visual_slider .slide_overlay p {
        font-size: 14px;
    }
    
    .slide_center_text {
        padding: 20px 15px;
        width: 95%;
    }
    
    .slide_main_title {
        font-size: 18px;
        margin-bottom: 12px;
        line-height: 1.4;
        white-space: normal;
    }
    
    .slide_sub_title {
        font-size: 12px;
        letter-spacing: 0.5px;
    }
}

/* ===== 반응형 디자인 ===== */
@media (max-width: 1200px) {
    .intro_wrapper {
        grid-template-columns: 1fr;
    }
    
    .business_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .jmi_intro_section {
        margin-top: 40px;
        padding: 50px 0;
    }
    
    .intro_slider_area .main_slider,
    .intro_slider_area .slide_item {
        height: 500px !important;
        max-height: 500px !important;
    }
    
    .business_grid {
        grid-template-columns: 1fr;
    }
    
    .inquiry_buttons {
        flex-direction: column;
        align-items: stretch;
    }
    
    .inquiry_btn {
        max-width: 100%;
    }
    
    .section_header h2 {
        font-size: 36px;
    }
    
    /* COMPANY 박스 모바일에서는 세로 배치 */
    .company_intro_box {
        flex-direction: column;
        text-align: center;
        padding: 35px 30px;
    }
    
    .intro_icon {
        margin: 0 auto 20px;
    }
    
    .company_intro_box_content {
        align-items: center;
    }
    
    .read_more_btn {
        align-self: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .intro_slider_area .main_slider,
    .intro_slider_area .slide_item {
        height: 400px !important;
        max-height: 400px !important;
    }
    
    .company_intro_box {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    
    .intro_icon {
        margin: 0 auto 15px;
        width: 70px;
        height: 70px;
    }
    
    .intro_icon i {
        font-size: 32px;
    }
    
    .company_intro_box_content {
        align-items: center;
    }
    
    .company_intro_box h3 {
        font-size: 22px;
    }
    
    .kr_text {
        font-size: 16px;
    }
    
    .intro_desc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .read_more_btn {
        align-self: center;
        padding: 8px 18px;
        font-size: 12px;
    }
    
    .news_box {
        padding: 30px 20px;
    }
    
    .business_item {
        padding: 40px 25px;
}
}