
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@font-face {
    font-family: 'JoseonShinmyeongjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html, body {
  height: 100%;
  font-size:16px;
}


body {
	line-height: 1;
}

.blue {
	color: #06C;
}

.green {
	color: #090;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
  	content: none;
}

table {
  	border-collapse: collapse;
  	border-spacing: 0;
}

html {
  	font-size: 100%;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
}

a:focus {
  	outline: none;
  	text-decoration: none;
}

a:active {
  	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section
{
  	display: block;
}

img{
 	display:block;
}

audio,
canvas,
video {
  	display: inline-block;
  	*display: inline;
  	*zoom: 1;
}

audio:not([controls]) {
  	display: none;
}

sub,
sup {
  	line-height: 0;
  	position: relative;
  	vertical-align: baseline;
}

sup {
  	top: -.5em;
}

sub {
  	bottom: -.25em;
}

img {
 	border: 0;

 	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  	font-size: 100%;
  	margin: 0;
  	vertical-align: baseline;
  	*vertical-align: middle;
}

button,
input {
  	line-height: normal;
  	*overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
 	 padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  	cursor: pointer;
  	-webkit-appearance: button;
}

input[type="search"] {
  	-webkit-appearance: textfield;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
}


textarea {
 	overflow: auto;
  	vertical-align: top;
}



body {
	font-family: 'Pretendard', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: white;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a:hover {
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  	color: #000;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input,
select,
textarea {
	border: 1px solid #d5d5d5;
	outline: 0;
	padding: 10px 12px;
	color: #666666;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
 	border-color: #666666;
}

.text-right {
  	text-align: right;
}

.text-left {
  	text-align: left;
}

.text-center {
  	text-align: center;
}





/*------------메인페이지----------------*/

.top_img{
	position:relative;
	/*height:20rem;*/
	/*background:url("/home2/images/2025/main_top.png") no-repeat 90% 50%;*/
	margin-bottom:2rem;
	z-index:10;
}

.top_img h2{
	font-size:3.5rem;
	font-weight:700;
	color:#444;
	/*color:#ffd821;*/
	padding-bottom:1.25rem;	
	padding-top:20px;
	text-align:center;
}

.top_img .stitle{
	display:inline-block;
	font-size:1rem;
	font-weight:600;
	color:#fff;
	margin-bottom:1.25rem;
	border:1px solid #444;
	background:#444;
	border-radius:20px;
	padding:0.25rem 1rem;
}

.top_img p{
	font-size:1.15rem;
	font-weight:300;
	color:#444;
	/*padding-left:100px;*/
	text-align:center;
}



.heading-section h2 {
  font-size: 1.5rem;
  line-height:1.75;
  color:#666;
  /*color:#4f87db;*/
  text-align:center;
}


.heading-section p {
  color: #444;
  font-size: 2.5rem;
  font-weight: 700;
  text-align:center;
}

/*타이틀 애니메이션*/
#flip {
  height:75px;
  overflow:hidden;
}

#flip > div > div {
  color:#444;
  /*color:#ffd821;*/
  padding:4px 12px;
  margin-bottom:25px;
  display:inline-block;
  /*text-shadow: 0px 0px 2px #528bd9;*/
}

#flip div:nth-child(1) {
  animation: show 15s linear infinite;
}


#flip div:nth-child(1) div {
  /*background: linear-gradient(90deg, #f6d01d, #ffd821); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  background-clip: text; 
  color: transparent;*/
  color:#444;
}
#flip div:nth-child(2) div {
  color:#444;
}
/*#flip div:nth-child(3) div {
  color:#ffd821;
}
#flip div:nth-child(4) div {
  color:#ffd821;
}
#flip div:nth-child(4) div {
  color:#ffd821;
}*/


@keyframes show{

  /*0%   { margin-top: -495px; }
  10%  { margin-top: -495px; }
  20%  { margin-top: -370px; }
  30%  { margin-top: -370px; }
  40%  { margin-top: -245px; }
  50%  { margin-top: -245px; }
  60%  { margin-top: -120px; }
  70%  { margin-top: -120px; }
  80%  { margin-top: 0px; }
  95%  { margin-top: 0px; }
  100% { margin-top: -495px; }*/

 
  0%   { margin-top: 0; }        /* 첫 번째 div 보임 */
  45%  { margin-top: 0; }        /* 잠깐 유지 */
  55%  { margin-top: -85px; }    /* 두 번째 div 올라옴 */
  95%  { margin-top: -85px; }    /* 잠깐 유지 */
  100% { margin-top: 0; }        /* 다시 첫 번째 div */
}





#feature{	
	border-bottom:1px solid #f5f5f5;
}

.feature_img{
	position:relative;
	overflow:hidden;
	height:700px;
	background:url("/home2/images/2025/main_featurebak.png") no-repeat 50% 40%;
	margin-top:3.125rem;
}

#feature .feature_img dl{
	margin:0;
	padding:0;
}

#feature .feature_img dt{
	font-size:1.25rem;
	font-weight:600;
	color:#666666;
}

#feature .feature_img dt span{
	display:inline-block;
	width:auto;
	height:auto;
	margin:-4px 0 0 0;
	font-weight:600;
	line-height:1.25;
	color:#444;
}

#feature .feature_img dd{
	font-size:0.875rem;
	padding:0;
}

#feature .feature_img dl:nth-child(1){
	position:absolute;
	top:50px;
	right:360px;
	background:url("/home2/images/2025/main_featureicon1.png") no-repeat 0 0;
	padding-left:60px;
}


#feature .feature_img dl:nth-child(2){
	position:absolute;
	top:190px;
	right:110px;
	background:url("/home2/images/2025/main_featureicon2.png") no-repeat 0 0;
	padding-left:60px;
}

#feature .feature_img dl:nth-child(3){
	position:absolute;
	top:400px;
	right:230px;
	background:url("/home2/images/2025/main_featureicon3.png") no-repeat 0 0;
	padding-left:60px;
}


#feature .feature_img dl:nth-child(4){
	position:absolute;
	bottom:80px;
	left:420px;
	text-align:right;
	background:url("/home2/images/2025/main_featureicon4.png") no-repeat 100% 0;
	padding-right:60px;
}

#feature .feature_img dl:nth-child(5){
	position:absolute;
	top:400px;
	left:130px;
	text-align:right;
	background:url("/home2/images/2025/main_featureicon5.png") no-repeat 100% 0;
	padding-right:60px;
}

#feature .feature_img dl:nth-child(6){
	position:absolute;
	top:200px;
	left:220px;
	text-align:right;
	background:url("/home2/images/2025/main_featureicon6.png") no-repeat 100% 0;
	padding-right:60px;
}


#feature .feature_img dl:nth-child(1) span{
	color:#6facff;
	font-weight:700;
}

#feature .feature_img dl:nth-child(2) span{
	color:#6d92d5;
	font-weight:700;
}

#feature .feature_img dl:nth-child(3) span{
	color:#3f8dd1;
	font-weight:700;
}

#feature .feature_img dl:nth-child(4) span{
	color:#42afd2;
	font-weight:700;
}

#feature .feature_img dl:nth-child(5) span{
	color:#1baba5;
	font-weight:700;
}

#feature .feature_img dl:nth-child(6) span{
	color:#56bc45;
	font-weight:700;
}


.service-item {
	position: relative;
	color: #333;
	text-align: center;
}



.service-item.m01 .m01back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon1.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}

.service-item.m02 .m02back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon2.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}

.service-item.m03 .m03back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon3.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}

.service-item.m04 .m04back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon4.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}

.service-item.m05 .m05back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon5.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}

.service-item.m06 .m06back{
	width:180px;
	height:145px;
	background:url('/home2/images/2025/main_topicon6.png') no-repeat 50%;
	background-size:contain;
	margin:10px auto 0 auto;
}


.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}



.service-item .service-content {
	padding:30px 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background:#f5f5f5;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	cursor:pointer;
}


.service-item .service-content .inner-service p{
	font-size:0.875rem;
	color:#666;
}

.service-item .service-content .inner-service a{
	display:inline-block;
	font-size:0.875rem;
	color:#666;
	border:1px solid #ccc;	
	border-radius:20px;
	padding:5px 10px;
	margin:30px 0 0 0;
	background:#fff;
}

.service-item .service-content h3 {
	font-size:1.25rem;
	text-transform: uppercase;
	color: #444;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #444;
	margin-bottom: 15px;
}
.service-item:hover .service-icon {
	opacity: 0;
	visibility: hidden;
}
.service-item:hover .service-content {
	opacity: 1;
	visibility: visible;
}



.service_wrapper{	
	position:relative;
	margin-top:5rem;
	z-index:10;
}

#service-1,
#service-2,
#service-3,
#service-4,
#service-5,
#service-6 {  
	position:relative;
	height:250px;
	background:#fff;  
	/*border:1px solid #5590e0;*/
	border:1px solid #ebebeb;
	border-radius:1rem;
	margin:5px;
	overflow:hidden;
}

.service-item .title{
	font-size:1.25rem;
	line-height:1.2;
	color:#444;
	font-weight:600;
	z-index:0;
}

.service-item .title span {
	font-size:0.875rem;
	font-weight:400;
	color:#999;
}

.service-item .title a{
	font-size:11px;
	color:#333;
	border:1px solid #ccc;
	border-radius:10px;
	padding:1px 12px 2px 12px;
	margin-top:0;
}



#contact .contact_wrapper{
	margin-top:3.125rem;
}

#contact a{
	display:block;
	background:#f1f4f8;
	border-radius:10px;
	color:#999;	
	margin:5px 10px;
}

#contact .title{
	font-size:1.25rem;
	color:#444;
}

#contact .contact_wrapper .list01{
	background:url("/home2/images/2025/main_bottomicon1.png") no-repeat 10% 50%;	
	padding:30px 50px 30px 110px;	
}

#contact .contact_wrapper .list02{
	background:url("/home2/images/2025/main_bottomicon2.png") no-repeat 10% 50%;	
	padding:30px 50px 30px 110px;	
}

#contact .contact_wrapper .list03{
	background:url("/home2/images/2025/main_bottomicon3.png") no-repeat 10% 50%;	
	padding:30px 50px 30px 110px;	
}






/*배경 움직임*/

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.top_wrapper {
    position:relative;
	width: 100%;
	height: auto;
    background: #eaf1ff;
    overflow: hidden;
}

.top_wrapper span.bakmove {
    width: 28vmin;
    height: 28vmin;
    border-radius: 28vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	z-index: 1;
}


.top_wrapper span.bakmove:nth-child(0) {
    color: #e8f5fd;
    top: 16%;
    left: 55%;
    animation-duration: 46s;
    animation-delay: -16s;
    transform-origin: 21vw -4vh;
    box-shadow: 56vmin 0 7.189285123422377vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(1) {
    color: #f0f5ff;
    top: 83%;
    left: 44%;
    animation-duration: 41s;
    animation-delay: -19s;
    transform-origin: 0vw 14vh;
    box-shadow: 56vmin 0 7.809909515831629vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(2) {
    color: #f1f0ff;
    top: 19%;
    left: 85%;
    animation-duration: 45s;
    animation-delay: -32s;
    transform-origin: -15vw 5vh;
    box-shadow: -56vmin 0 7.644812716923801vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(3) {
    color: #f0f5ff;
    top: 65%;
    left: 92%;
    animation-duration: 31s;
    animation-delay: -49s;
    transform-origin: 5vw 24vh;
    box-shadow: -56vmin 0 7.360712379561955vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(4) {
    color: #f0f5ff;
    top: 19%;
    left: 47%;
    animation-duration: 41s;
    animation-delay: -47s;
    transform-origin: 12vw 11vh;
    box-shadow: 56vmin 0 7.6171053187870355vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(5) {
    color: #f1f0ff;
    top: 20%;
    left: 57%;
    animation-duration: 21s;
    animation-delay: -22s;
    transform-origin: 0vw 4vh;
    box-shadow: -56vmin 0 7.283726412596474vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(6) {
     color: #e8f5fd;
    top: 20%;
    left: 84%;
    animation-duration: 22s;
    animation-delay: -4s;
    transform-origin: 23vw 18vh;
    box-shadow: 56vmin 0 7.839186548856575vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(7) {
    color: #f0f5ff;
    top: 71%;
    left: 8%;
    animation-duration: 30s;
    animation-delay: -47s;
    transform-origin: 1vw -14vh;
    box-shadow: -56vmin 0 7.025212609480047vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(8) {
     color: #e8f5fd;
    top: 35%;
    left: 45%;
    animation-duration: 33s;
    animation-delay: -23s;
    transform-origin: -8vw -7vh;
    box-shadow: -56vmin 0 7.025285250076337vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(9) {
    color: #f1f0ff;
    top: 39%;
    left: 15%;
    animation-duration: 36s;
    animation-delay: -25s;
    transform-origin: -16vw -11vh;
    box-shadow: 56vmin 0 7.636775113305007vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(10) {
     color: #e8f5fd;
    top: 23%;
    left: 26%;
    animation-duration: 49s;
    animation-delay: -16s;
    transform-origin: 4vw 25vh;
    box-shadow: -56vmin 0 7.282311455896743vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(11) {
    color: #f0f5ff;
    top: 24%;
    left: 80%;
    animation-duration: 32s;
    animation-delay: -19s;
    transform-origin: -6vw -3vh;
    box-shadow: 56vmin 0 7.013192080912624vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(12) {
     color: #e8f5fd;
    top: 50%;
    left: 71%;
    animation-duration: 19s;
    animation-delay: -13s;
    transform-origin: 7vw 24vh;
    box-shadow: 56vmin 0 7.926740253864752vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(13) {
    color: #f0f5ff;
    top: 9%;
    left: 85%;
    animation-duration: 48s;
    animation-delay: -49s;
    transform-origin: -3vw -12vh;
    box-shadow: 56vmin 0 7.86883432408132vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(14) {
    color: #f0f5ff;
    top: 45%;
    left: 59%;
    animation-duration: 55s;
    animation-delay: -9s;
    transform-origin: 6vw -14vh;
    box-shadow: 56vmin 0 7.482175093013953vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(15) {
     color: #e8f5fd;
    top: 60%;
    left: 23%;
    animation-duration: 38s;
    animation-delay: -16s;
    transform-origin: 14vw -14vh;
    box-shadow: 56vmin 0 7.581086922081198vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(16) {
    color: #f0f5ff;
    top: 21%;
    left: 29%;
    animation-duration: 44s;
    animation-delay: -30s;
    transform-origin: -18vw 24vh;
    box-shadow: 56vmin 0 7.810344586213644vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(17) {
    color: #f0f5ff;
    top: 31%;
    left: 54%;
    animation-duration: 15s;
    animation-delay: -18s;
    transform-origin: -8vw 17vh;
    box-shadow: -56vmin 0 7.679395338531118vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(18) {
     color: #e8f5fd;
    top: 56%;
    left: 25%;
    animation-duration: 6s;
    animation-delay: -45s;
    transform-origin: -17vw -24vh;
    box-shadow: -56vmin 0 7.823422904204077vmin currentColor;
}
.top_wrapper span.bakmove:nth-child(19) {
    color: #f0f5ff;
    top: 90%;
    left: 68%;
    animation-duration: 19s;
    animation-delay: -10s;
    transform-origin: -21vw 20vh;
    box-shadow: -56vmin 0 7.421114516157822vmin currentColor;
}





/*동영상*/
#autoplay{
	width:100%;
	height:100%;
	border:0;
	margin:0;
	padding:0;
}	

.splide{
	margin-top:3.125rem;
}

.splide__slide {
	padding: 0 10px;
	box-sizing: border-box;
	margin-right:0;
}

.service-item-t {
	background: #f5f5f5;
	border-radius: 15px;
	padding: 15px;
	margin:12px;
	/*box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);*/
	transition: transform 0.2s;
	border:1px solid #ebebeb;
}

.service-item-t .title{
	color:#444;
	text-align:center;
	font-size:1.25rem;
	padding-bottom:5px;
	
}

.service-item-t:hover {
	transform: translateY(-10px);
	/*box-shadow: 0 6px 15px rgb(0 0 0 / 0.2);*/
}

.inner-service{
	font-size:1rem;
	line-height:1.5;
	margin-top:5px;
	padding: 10px; 
}


.inner-service a{
	display:block;
	width:100px;
	font-size:0.875rem;
	color:#666;
	text-align:center;
	border:1px solid #ebebeb;
	background:#fff;
	border-radius:3rem;
	padding:5px 10px;
	margin:0 auto 0 auto;
}

.inner-service a:hover{
	background:#444;
	color:#fff;
}


.title span {
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
}


/*슬라이드 확대*/
.splide__slide {
	transition: transform 0.4s ease;
	filter: grayscale(0.5);
	opacity: 0.6;
}

.splide__slide.is-active {
	transform: scale(1.05);
	filter: grayscale(0);
	opacity: 1;
	z-index: 10;
}

.splide__pagination{
	bottom:-2rem;
}

.splide__list{
	padding:20px 0 !important;
}

.splide__pagination__page{
	width:12px;
	height:12px;
	margin:10px;
}

/*.video_snap{
	width:100%; 
	height:219px; 
	border:1px solid #ebebeb; 
	border-radius:10px;
	overflow:hidden;
}*/

.video_snap {
	position: relative;
	width: 95%; /* 너비를 95%로 설정 */
	height: 0;
	padding-bottom: 54%; /* 16:9 비율 유지 */
	margin: 0 auto; /* 가운데 정렬 */
	/*border:1px solid #ebebeb;*/
	border-radius:10px;
	overflow:hidden;
}


#main_blog {
		border-bottom:1px solid #f5f5f5;
	}

	
.slide-up {
	opacity: 0;
	transform: translateY(30px);
	/*transition: all 0.6s ease-out;*/
}
/*.slide-up.active {
	opacity: 1;
	transform: translateY(0);
}*/

@keyframes slideUp {
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

.slide-up.show {
	animation: slideUp 0.8s ease forwards;
}

.slide-up {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.6s ease-out;
}
.slide-up.active {
	opacity: 1;
	transform: translateY(0);
}





/*바로가기 탑버튼*/

.bar {
	width:100%;
	padding:16px 20px;
	background:transparent;
	transition: all 240ms ease;
	display:flex;
	align-items:center;
	gap:12px;
	box-sizing:border-box;
	display:none;
}

.bar .title { 
	font-size:18px; 
	font-weight:600; 
	color:#fff; 
}

.bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #eaf1ff;
	/*box-shadow: 0 3px 3px rgba(0,0,0,0.08);*/
	transform: translateY(0);
	z-index: 10000;
	padding:12px 20px;
	display:block;
	border-bottom:1px solid #f5f5f5;
	border-radius:0 0 10px 10px;
	text-align:center;
}

.bar.fixed .title { 
	font-size:16px; 
}

.bar .desc a{
	display:inline-block;
	border:1px solid #999;
	border-radius:2rem;
	background-color: transparent;
	font-size:1.15rem;
	font-weight:600;
	color:#666;
	padding:0.3rem 2rem;
}

.bar .desc a:hover{
	background:#444;
	color:#fff;
}


.bar .desc a.active {
	background:#444;
	color:#fff;
	border-color:#444;
}


.placeholder { 
	height: 0 !important; 
}

.top_btn.hidden{
	display:none;
}







/*------------서브탑----------------*/

.content-section {
  	padding: 5.62rem 0;
	border-bottom:1px solid #f5f5f5;
}


.top_wrapper{
	width:100%;
	/*background:#6facff url("/home2/images/2025/main_topback.png")  50% 0 no-repeat;*/
	/*background: #4f98ff;
	background: radial-gradient(circle, rgba(79, 152, 255, 1) 0%, rgba(111, 172, 255, 1) 100%);*/
	padding:2rem 0;
	background:#f7faff;
	border-bottom:1px solid #f5f5f5;
}

/*.top_wrapper p:nth-child(3){
	font-size:1rem;
	font-weight:300;
}*/

.top_wrapper a{
	display:inline-block;
	border:1px solid #999;
	border-radius:2rem;
	background-color: transparent;
	font-size:1.15rem;
	color:#666;
	padding:0.3rem 2rem;
	margin-top:2.5rem;
}

.top_wrapper a:hover{
	background:#444;
	color:#fff;
}

.top_wrapper a:active{
	background-color: transparent;
	color:#666;
}



/*------------개발이력----------------*/

.year_wrapper{
	border-bottom:1px solid #ebebeb;
	padding:3rem 0;
}

.year_wrapper dt{
	font-size:3rem;
	font-weight:700;
	padding-bottom:1rem;
}

.year_wrapper dd{
	font-size:1rem;
	color:#444;
}

.year_wrapper dl dd::before{
	content:"·  ";
	font-weight:bold;
	color:#444;
	margin-right:10px;
}

.year_wrapper .point{
   color:#2d5ac8;
}

.year_wrapper .point.red{
   color:#ff3333;
}

/*.year_wrapper{
	display:flex;
	justify-content: center;
	align-items: center;
}*/

.year_wrapper .snapimg,
.year_wrapper .snapimg2{
	display:flex;
	justify-content: center;
	align-items: center;
	max-height:300px;
}

.year_wrapper .snapimg img{
	width:100%;
	max-width:250px;
	margin:8rem auto 1rem auto;
	vertical-align:middle;
}

.year_wrapper .snapimg2 img{
	width:auto;
	max-height:250px;
	margin:8rem auto 1rem auto;
	vertical-align:middle;
}



/*------------견적요청----------------*/


.estimate{
	padding-top:3rem;
	padding-bottom:3rem;
}

.estimate h2{
	font-size:1.5rem;
	font-weight:700;
	color:#444;
	padding:2.62rem 0 1rem 0;
}

select,
textarea,
input[type="text"]{
	display: block;
	border: 1px solid #e0e0e0;
	border-radius:5px;
	background:#fff;
	margin:5px 0;
	font-size:16px;
	color:#444;
	outline: none;	
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="text"],
select{	
	width:98%;
	height:70px;
}

textarea{
	width:99%;
}

input[type="submit"]{	
	width:100%;
	background:#444;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin:10px 0;
	border-radius:5px;
	border:1px solid #444;
	padding:20px 0;
}

.cf-turnstile{
	margin:10px 0;
}

.promise{
	overflow:hidden;
	border:1px solid #ebebeb;
	background:#f5f5f5;
	padding:10px 20px;
	margin:10px 0;
	font-size:14px;
}

.promise.height70{
	height:90px;
}

.promise.heightauto{
	height:auto;
}

.promise_view{
	display:inline-block;
	border:1px solid #999;
	background:#fff;
	color:#333;
	padding:2px 10px 0 10px;
	margin:5px;
	border-radius:5px;
}

.red{
	color:red;
}


/* placeholder 색상 변경 */
select,
input[type="text"]::placeholder,
textarea::placeholder {
	color: #ccc; /* 원하는 색상 */
}

/* textarea 기본값 색상도 placeholder처럼 보이게 */
#wr_content.initial {
	color: #ccc;
}

#wr_product.initial {
	color: #ccc;
}

#form_request p{
	font-size:1rem;
}





/*------------브로셔----------------*/

.brochure{
	padding:5.62rem 0 5.62rem 0;
}

.brochure_wrapper{
	padding:2rem 0 0 0;
}

.brochure_wrapper .brochure_wrapper_inner{
	border-radius:20px;
	border:1px solid #ebebeb;
	padding:2.5rem 3rem;
	margin:0 1rem 1rem 1rem;
}

.brochure_wrapper h3{	
	font-size:1.5rem;
	line-height:1.5;
	font-weight:bold;
	color:#6b9bff;
}

.brochure_wrapper .script{
	min-height:130px;
	font-size: 1rem;
	color:#666;
	vertical-align:middle;
	padding:1rem 0 2rem 0;
}

.brochure_wrapper a{
	display:inline-block;
	background:#2b303c;
	border-radius:3.5rem;
	color:#fff;
	font-size:1rem;
	font-weight:500;
	padding:0.3rem 1.5rem;
}

.brochure_wrapper img{
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}



/*------------가격안내----------------*/

.price_script{
	padding-top:2rem;
	font-size:0.8rem
}

.price_script span{
	color:#d20238;
}

.price_table_wrapper{
	border:1px solid #fff;
	margin:30px 0 100px 0;
}

table.price_table {
    width: 100%;
	/*min-width:600px;*/
    border-collapse: collapse;
}

table.price_table th{
	padding: 0.5em;
	text-align: center;
	border-right:1px solid #ddd;
	vertical-align:middle;
}


table.price_table th:last-child{
	border-right:0;
}


table.price_table td {
	padding: 0.5rem;
    text-align: center;
	box-shadow: inset 0 -1px 0 #ebebeb;
	border-left:1px solid #ebebeb;
}

table.price_table tr td:nth-child(1){
	font-weight:500;
}


table.price_table tr:nth-child(1) td{
	background:#cfdcec;
}

table.price_table thead th {
    position: sticky; 
    top: 0;           
    background: #2b303c;
	font-weight:normal;
	color:#fff;
    z-index: 2;
}

table tbody tr:first-child td {
  position: sticky;
  top: 55.2px;  /* thead 높이만큼 밀어줘야 함 */
  background: #f9f9f9;
  z-index: 1;
}

table tbody tr:nth-child(2) td {
  position: sticky;
  top: 99.2px;  /* thead 높이만큼 밀어줘야 함 */
  background: #f9f9f9;
  z-index: 1;
}


table.price_table tr:nth-child(2n) td{
	background:#f5f5f5;
}

/*라운드처리*/
table.price_table thead th:first-child {
  border-top-left-radius: 1rem;
}

table.price_table thead th:last-child {
  border-top-right-radius: 1rem;
}


/*공백*/
table.price_table thead th:nth-child(6),
table.price_table tr td:nth-child(6){
	background:#fff !important;
	box-shadow:inset 0 -1px #fff;
	width:10px;
	padding:0;
	margin:0;
}

table.price_table thead th:nth-child(7){
	background:#7491b2;
	/*background: linear-gradient(to right,  #a2bad3,  #7491b2);*/
	/*border-left:2px solid #7491b2;*/
}

table.price_table tbody td:nth-child(7){
	border-left:1px solid #ccc;
	box-shadow: inset -1px 0 0 #ccc, inset 0 -1px 0 #ebebeb;
}

table.price_table tr:last-child td:nth-child(7){
	border-bottom:1px solid #ccc;
}

table.price_table thead th:nth-child(7) .sub{
	font-size:0.7rem;
	line-height:0.7rem;
}

table.price_table tr:nth-child(2) td{
	/*border-bottom:1px solid #ccc;*/	
	background:#f5f5f5;
}

/*숫자라운드*/
.price_table thead th span{
	display:inline-block; 
	vertical-align:text-bottom; 
	background:#fff; 
	color:#000; 
	border-radius:1.25rem; 
	padding:2px 6px; 
	font-size:0.9rem; 
	line-height:1;
}


.price_table tbody td span{
	display:inline-block; 
	vertical-align:text-bottom; 
	background:none; 
	color:#444; 
	border-radius:1.25rem;
	padding:0px 1px 1px 1px;
	margin-right:5px;
	margin-bottom:2px; 
	font-size:1.25rem;
	line-height:0.825rem;
	border:1px solid #444;
}

.price_table tbody td.possible{
	color:#888;
}

.price_table tbody td.impossible{
	color:#ccc;
}



/*------------체험요청----------------*/


.experience{
	padding:3rem 0;
}

.experience h3{
	font-size:1.25rem;
	font-weight:700;
	padding:2.62rem 0 1rem 0;

}

/*.experience .top{
	margin:0 0 3rem 0;	
}*/

.experience .line{
	padding-bottom:3rem;
	border-bottom:1px solid #ebebeb;
}


.experience button{
	background:#2b303c;
	border-radius:3.5rem;
	color:#fff;
	font-size:1rem;
	font-weight:500;
	padding:0.6rem 1.5rem;
	margin:1.5rem 0;
}


.experience .process .process_inner{
	position:relative;
	width:95%;
	border-radius:10px;
	font-size:1rem;
	text-align:center;
	padding:4.75rem 0 1.25rem 0;
	margin:1.5rem auto 0 auto;
}


.experience .process:nth-child(1) .process_inner{
	background:#f7faff url("/home2/images/2025/img_experience_icon01.png") no-repeat 50% 30%; 
	border:1px solid #e2e9f4;
}

.experience .process:nth-child(2) .process_inner{
	background:#f7faff url("/home2/images/2025/img_experience_icon02.png") no-repeat 50% 30%; 
	border:1px solid #e2e9f4;
}

.experience .process:nth-child(3) .process_inner{
	background:#f7faff url("/home2/images/2025/img_experience_icon03.png") no-repeat 50% 30%;
	border:1px solid #e2e9f4;	
}

.experience .process .process_inner .part{
	position:absolute;
	top:0;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:0.875rem;
	font-weight:600;
	padding:0 1rem;
	border:1px solid #e2e9f4;
	border-radius:20px;
	background:#fff;
	color:#457dc8;
}

.experience .process .process_inner .allow{
	position:absolute;
	top:50%;
	right:-2.20rem;
	transform: translate(-50%, -50%);
	font-size:0.875rem;
	font-weight:600;
	line-height:1rem;
	padding:0.25rem 0.4rem;
	/*border:1px solid #e2e9f4;
	border-radius:20px;
	background:#fff;*/
	color:#666;
	z-index:2;
}

.experience .process_next{
	position:relative;
	padding:1rem 0;
	margin:1.5rem 0 0 0;	
	text-align:center;
}



/*------------고객사----------------*/


.customer_wrapper{
	padding:5.62rem 0;
}

.customer{
	width:97%;
	overflow:hidden;
	margin:0 auto 100px auto;		
}
	
.customer li{
	float:left;
	margin:5px;
}

.customer dt{
	float:left;
	width:12.5%;
	margin:0.892%;
	border:1px solid #ebebeb;
}

.customer dd{
	float:left;
	width:12.5%;
	margin:0.892%;
	border:1px solid #ebebeb;
}

.customer dt img,
.customer dd img{
	width:100%;
	height:auto;
}

table.client_after{
	border-collapse: collapse;
	margin:50px 0 10px 0;
}

table.client_after, .client_after th, .client_after td{
	border: 1px solid #ccc;
}

.client_after th{
	width:200px;
	font-weight:normal;
	background:#ebebeb;
	padding:5px 15px;
}

.client_after td{
	padding:5px 15px;
}

.after_title{
	display:inline-block;
	margin:20px 0 10px 0;
	font-weight:bold;
}

a.after_link{
	font-weight:normal;
	font-size:14px;
}

#dropdown_gbn{
	width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:18px;
	line-height:50px;
	color:#444;
	margin-bottom:20px;
}






/*------------기능안내----------------*/


.detail{
	background:#f7f7f7;
}

.title{
	position:relative;
	text-align:center;
	color:#fff;
	font-size:1.25rem;
	font-weight:600;
	z-index:2;
}

.title h2{
	font-size:1.5rem;
	color:#666;
}

.title p:nth-child(1){
	padding-top:1.5rem;
}

h2 .maintitle1{
	font-size:3rem;
	font-weight:700;
}

h2 .maintitle1 span{
	/*color:#4795ff;*/
	color:#444;
}

.maintitle2{
	font-size:2.5rem;
	font-weight:700;
	color:#444;
	padding-bottom:4rem;
	padding-top:0 !important;
}

.maintitle2 span{
	/*color:#4795ff;*/
	color:#444;
	font-size:2.5rem;
}

.maintitle3{
	font-size:3rem;
	font-weight:700;
	color:#fff;
}

.maintitle3 span{
	display:block;
	font-size:1rem;
	line-height:1;
	color:#4f87db;
}

.info {	
	position: relative;
	overflow: hidden;	
	border:1px solid #ebebeb;
	border-radius: 20px;
	margin: 12px;
	background: #fff;
}

.content-section .info dl{	
	padding:0;
	margin:-2.5rem 1.25rem 1.25rem 1.25rem;
	opacity: 1;
	z-index: 1;
}


.backimg{
	width:100%;
	height:235px;
}

.b01 .backimg{ 	
	background: url('/home2/images/2025/top_info_sback1.jpg') no-repeat;	
	background-size: cover;
	border-bottom:1px solid #ebebeb;
}

.b02 .backimg{ 
	background: url('/home2/images/2025/top_info_sback2.jpg') no-repeat;	
	background-size: cover;
	border-bottom:1px solid #ebebeb;
}

.b03 .backimg{ 
	background: url('/home2/images/2025/top_info_sback3.jpg') no-repeat;	
	background-size: cover;
	border-bottom:1px solid #ebebeb;
}

.b04 .backimg{
	background: url('/home2/images/2025/top_info_sback4.jpg') no-repeat;	
	background-size: cover;
	border-bottom:1px solid #ebebeb;
}


/* 내부 텍스트가 배경 위로 올라오게 */

.info > * {
	position: relative;
	z-index: 1;
}


.info dt span.number{
	display:block;
	width:70px;
	height:70px;
	color:#444;
	background:#fff;
	border-radius:50px;
	margin-left:-10px;
	font-size:1.75rem;
	font-weight:600;
	line-height:70px;
	text-align:center;
}

.info dt span.stitle{
	display:block;
	width:100%;
	margin-top:-10px;
	margin-bottom:1.25rem;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.25;
	color:#444;
}

.content-section .info dd{
	color:#666;
	padding-left:5px;
}

.info dd:before{
	content:'·  ';	
}




/*기능안내 특징안내*/

.content-section dl{
	padding-bottom:2rem;

}

.content-section li:last-child dl{
	padding-bottom:0;
}

.content-section dt{
	font-size:1.5rem;
	font-weight:600;
}

.content-section dt span{
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:20px;
	margin:0 7px 3px 0;
	vertical-align:middle;

}

.content-section li:nth-child(1) dt span{
	border:0.4rem solid #4795ff;
}

.content-section li:nth-child(2) dt span{
	border:0.4rem solid #3366cc;
}

.content-section li:nth-child(3) dt span{
	border:0.4rem solid #1e4ba4;
}

.content-section li:nth-child(4) dt span{
	border:0.4rem solid #10347d;
}

.content-section dd{
	color:#666;
	padding-left:20px;
}

.content-section dd > span{
	color:#4795ff;
	padding-right:5px;
	font-weight:700;
}


.intro_backimg {
	display:flex;	
	justify-content: center;
	align-items: center;
	height:48rem;
}

.intro_backimg_inner{	
	display:flex;	
	justify-content: center;
	align-items: center;
	width:60%;
	height:43rem;
	background:#f0f3f9;
	border-radius:2rem;
}

.intro_backimg_inner img{
	width:auto;
	max-width:788px;
	height:auto;
	margin:0 auto;
}





/*기능안내 메뉴 버튼 컨테이너*/

.menu-container {
	display: flex;
	justify-content: center; /* 수평 중앙 정렬 */
    align-items: center;     /* 수직 중앙 정렬 */
	overflow-x: hidden;     /* 수평 스크롤을 숨기고, 드래그로만 스크롤 */
	gap: 0.625rem;              /* 버튼 간 간격 */
	margin: 0 0 0.93rem 0;         /* 상하 여백 */
	padding: 0.3rem 0;         /* 좌우 여백 */
	cursor: grab;           /* 마우스 커서가 잡기 모드로 변하도록 */
	width: 100%;            /* 컨테이너의 너비 설정 */
}

/* 각 메뉴 버튼 스타일 */

.menu-btn {
	position:relative;
	flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
	min-width:150px;
	padding: 0.8rem 1.5rem 0.8rem 2.8rem;
	margin: 0rem 0.2rem 0 0rem;
	font-size: 1.2rem;
	font-weight:600;
	color: #666;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
	background-size:35px !important;
	background-position:7% 50% !important;
	border:1px solid #ddd;
	border-bottom:0;
}

.menu-btn:nth-child(1){
	background:url("/home2/images/2025/img_intro_stitleback01.png") 0 50% no-repeat;
}

.menu-btn:nth-child(2){
	background:url("/home2/images/2025/img_intro_stitleback02.png") 0 50% no-repeat;
}

.menu-btn:nth-child(3){
	background:url("/home2/images/2025/img_intro_stitleback03.png") 0 50% no-repeat;
}

.menu-btn:nth-child(4){
	background:url("/home2/images/2025/img_intro_stitleback04.png") 0 50% no-repeat;
}

.menu-btn:nth-child(5){
	background:url("/home2/images/2025/img_intro_stitleback05.png") 0 50% no-repeat;
}

.menu-btn:nth-child(6){
	background:url("/home2/images/2025/img_intro_stitleback06.png") 0 50% no-repeat;
}

.menu-btn:nth-child(7){
	background:url("/home2/images/2025/img_intro_stitleback07.png") 0 50% no-repeat;
}

.menu-btn:nth-child(8){
	background:url("/home2/images/2025/img_intro_stitleback08.png") 0 50% no-repeat;
}

.menu-btn:hover {
	color: #555;  /* 버튼에 마우스를 올렸을 때 색상 변경 */
	border:1px solid #ddd;
}

.menu-btn.active {
    color: #555; /* 클릭 시 색상 변경 */
	border:1px solid #ddd;
}


.menu-btn:hover::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
	width: 15px;
	height: 8px;
	background: #999;
	clip-path: polygon(50% 0, 0 100%, 100% 100%); /* ▼ 모양 삼각형 */
}


.menu-btn.active::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);	
	bottom:-1px;
	width: 15px;
	height: 8px;
	background: #559dff;
	clip-path: polygon(50% 0, 0 100%, 100% 100%); /* ▼ 모양 삼각형 */
}



.menu-btn.active:nth-child(1),
.menu-btn:nth-child(1):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback01_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(2),
.menu-btn:nth-child(2):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback02_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(3),
.menu-btn:nth-child(3):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback03_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(4),
.menu-btn:nth-child(4):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback04_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(5),
.menu-btn:nth-child(5):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback05_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(6),
.menu-btn:nth-child(6):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback06_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(7),
.menu-btn:nth-child(7):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback07_hover.png") 0 50% no-repeat;
}

.menu-btn.active:nth-child(8),
.menu-btn:nth-child(8):hover{
	background:#fff url("/home2/images/2025/img_intro_stitleback08_hover.png") 0 50% no-repeat;
}




/*숨김메뉴 화살표*/

.menu-scroll-wrapper,
.submenu-scroll-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content:center;
}

#menu-container,
.submenu-container {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	white-space: nowrap;
}

#menu-container::-webkit-scrollbar,
.submenu-container::-webkit-scrollbar {
	display: none;
}

.scroll-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background-color: rgba(250,250,250,0.8);
	border: none;
	font-size: 18px;
	padding: 5px 10px;
	cursor: pointer;
}


.submenu-scroll-wrapper .scroll-btn {
	position: absolute;
	top: 25px;
	transform: translateY(-50%);
	z-index: 10;
	background-color: rgba(68,68,68,0.7);
	border: none;
	font-size: 18px;
	color:#999;
	padding: 5px 10px;
	cursor: pointer;                
}

.submenu-scroll-wrapper .scroll-btn.hidden{
	display:none;
}


.left-btn, .submenu-left-btn { left: 0; }
.right-btn, .submenu-right-btn { right: 0; }

.scroll-btn.hidden {
	display: none;
}

.hidden { display: none !important; }
.submenu-area { display: none; }
.submenu-area.active { display: flex; }


/* 버튼 기본 스타일 */
.scroll-btn.hidden { display: none; }
.menu li.active > a { font-weight: bold; } /* 선택된 메인메뉴 강조용 */

.detail_contents_submenu_body {
	display: none;
}

.detail_contents_submenu_body.active {
	display: block;
}

/*----숨김메뉴 화살표 마침----*/






@media (max-width: 1366px) {
	.menu-container {
		justify-content:left;
	}
}


@media (max-width: 768px) {
	.menu-container {
		/* 스크롤은 있지만 세로로는 공간 차지하지 않도록 설정 */
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
		scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
	}
	
	.menu-btn {
		margin: 0 15px;
	}
}


/*기능안내 서브상세페이지 로딩*/
.swiper-container {
	padding: 10px 0;
	width:1000px;
}

.swiper-slide {
	background: #ccc;
	text-align: center;
	line-height: 70px;
	height: 70px;
	font-size: 16px;
	border-radius: 10px;
	margin: 0 5px;
	max-width: 100px;
	width: 100%;
}

@media (max-width: 620px) {
  .swiper-slide {
    max-width: 90px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}



/*-------서브메뉴---------*/

.detail_contents_submenu_body{
	overflow:hidden;
	/*min-height:775px;*/
	border-radius:10px;
	background:#fff;
	box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
}


.detail_contents_submenu{
	display: flex;
	justify-content: center;
	overflow-x: hidden;     /* 수평 스크롤을 숨기고, 드래그로만 스크롤 */
	/*gap: 5px;*/              /* 버튼 간 간격 */
	cursor: grab;           /* 마우스 커서가 잡기 모드로 변하도록 */
	width: 100%;            /* 컨테이너의 너비 설정 */
	border-radius:10px 10px 0 0;
	background:#555;
	padding: 0 3rem;
}


.load-content {
	flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
	padding: 0.8rem 0.8rem 0.625rem 0.8rem;
	font-size: 1.1rem;
	font-weight:500;
	color: #999;
	border: none;
	cursor: pointer;
	border-bottom:0.2rem solid #555;
}


.load-content:hover{
	color: white;
	border-bottom:0.2rem solid #559dff;
}

.load-content.active{
	color: white;
	border-bottom:0.2rem solid #559dff;
}



/*-------궁금해요----------*/

.question{
	padding:70px 0;
	background:url("/home2/images/2025/img_intro_back2.png") no-repeat;
	background-size:cover;
	text-align:left;
	color:#fff;
}

.question button{
	border-radius:20px;
	background:#fff;
	color:#444;
	border:1px solid #666;;
	padding:7px 30px;
	margin:10px 0;
	font-weight:400;
}



/*------------하단링크----------------*/

#sns {
	background:#999999;
	color:#fff;
	font-size:12px;
	margin-bottom:0;
	padding:20px 0;
}

#sns ul{
	text-align:center;
}

#sns ul li{
	width:auto; 
	display:inline-block; 
	margin:0; 
	padding:0;
}

#sns ul li a{
	display:inline-block; 
	padding:65px 20px 10px 20px;
}

#sns ul li:nth-child(1) a{
	background:url("/home2/images/main_link07.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(2) a{
	background:url("/home2/images/main_link01.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(3) a{
	background:url("/home2/images/main_link02.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(4) a{
	background:url("/home2/images/main_link03.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(5) a{
	background:url("/home2/images/main_link04.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(6) a{
	background:url("/home2/images/main_link05.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li:nth-child(7) a{
	background:url("/home2/images/main_link06.png") no-repeat 50% 20%;
	background-size:50px 50px;	
}

#sns ul li a{
	color:#fff;
}

#footer {
	overflow:hidden;
	background:#333;
	color:#ccc;
	font-weight:100;
	padding:50px 0;
	font-size:12px;
}



















#agree_check,
#estimate input[type="checkbox"],
#price input[type="checkbox"],
#remote input[type="checkbox"]{
	width:25px;
	height:25px;
	vertical-align:middle;
	margin:0 5px 5px 5px;
	border:1px solid #ccc;
	border-radius:5px;
}

#estimate input[type="email"],
#estimate input[type="number"],
#estimate input[type="search"],
#estimate input[type="text"],
#estimate input[type="tel"],
#estimate input[type="url"],
#estimate input[type="password"],
#estimate textarea,
#estimate select,
#consult input[type="email"],
#consult input[type="number"],
#consult input[type="search"],
#consult input[type="text"],
#consult input[type="tel"],
#consult input[type="url"],
#consult input[type="password"],
#consult textarea,
#consult select,
#remote input[type="email"],
#remote input[type="number"],
#remote input[type="search"],
#remote input[type="text"],
#remote input[type="tel"],
#remote input[type="url"],
#remote input[type="password"],
#remote textarea,
#remote select,
#experience input[type="email"],
#experience input[type="number"],
#experience input[type="search"],
#experience input[type="text"],
#experience input[type="tel"],
#experience input[type="url"],
#experience input[type="password"],
#experience textarea,
#experience select,
#education2 input[type="email"],
#education2 input[type="number"],
#education2 input[type="search"],
#education2 input[type="text"],
#education2 input[type="tel"],
#education2 input[type="url"],
#education2 input[type="password"],
#education2 textarea,
#education2 select  {
	display: block;
	height:70px;
	border: 1px solid #ebebeb;
	border-radius:5px;
	background:#fff;
	margin:5px 0;
	padding:5px 0 5px 15px;
	font-size:16px;
	color:#000;
	outline: none;
	vertical-align: middle;
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#estimate input[type="submit"],
#consult input[type="submit"],
#remote input[type="submit"],
#experience input[type="submit"],
#education2 input[type="submit"]
{
	width:100%;
	background:#84a9f2;
	color:#fff;
	font-size:18px;
	font-weight:500;
	margin:10px 0;
	border-radius:5px;
	border:1px solid #84a9f2;
	padding:20px 0;
}

#estimate input[type="submit"]:hover,
#consult input[type="submit"]:hover,
#remote input[type="submit"]:hover,
#experience input[type="submit"]:hover,
#education2 input[type="submit"]:hover{
	background:#666;
	color:#fff;
	font-weight:500;
	border:1px solid #666;
}

input::placeholder{
	color:#000;
}

.g-recaptcha > div{
	margin:10px auto;
}



	
	





/*----------------------------------------------*/

@media (min-width: 1501px){
	.container {
        width: 1440px;		
    }
}


@media (min-width: 1366px) and (max-width: 1500px) {
	html, body{
		font-size:15px;
	}

	.container {
        width: 1200px;		
    }

	.backimg{
		height:210px;
	}
	
	.info dt span.stitle{
		letter-spacing:-1px;
	}

	.content-section dl{
		padding-bottom:3.125rem;
	}
	
	.intro_backimg img{
		width:90%;
	}	

	.menu-btn {
		padding: 0.5rem 1rem 1rem 3.7rem;
		margin: 0.5rem;
		font-size: 20px;
    }


	/*타이틀 애니메이션*/

	#flip{
		height:70px;
	}

	#flip > div > div {
		margin-bottom:28px;
	}

	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:205px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:105px;
		margin:10px 0 0 0;
		background-size:70%;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	.service-item .service-content{
		padding:20px 10px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}



	/*제품특징*/
	
	#feature .feature_img dl:nth-child(1){
		top:50px;
		right:260px;
	}


	#feature .feature_img dl:nth-child(2){
		top:190px;
		right:10px;
	}

	#feature .feature_img dl:nth-child(3){
		top:400px;
		right:130px;
	}


	#feature .feature_img dl:nth-child(4){
		bottom:80px;
		left:320px;
	}

	#feature .feature_img dl:nth-child(5){
		top:400px;
		left:30px;
	}

	#feature .feature_img dl:nth-child(6){
		top:200px;
		left:120px;
	}


	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:120px;
		padding: 0.8rem 1.5rem 0.8rem 2.8rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:35px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 51.75px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 93px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청*/
	#form_request p{
		font-size:1.1rem;
	}

	.experience .process .process_inner{
		font-size:1.1rem;
	}

	
}


@media (min-width: 1200px) and (max-width: 1365px) {
    html, body{
		font-size:14px;
	}

	.container {
        width: 1200px;		
    }

	.backimg{
		height:180px;
	}

	.info dt span.number{
		display:block;
		width:60px;
		height:60px;
		color:#000;
		background:#fff;
		border-radius:50px;
		margin-left:-10px;
		font-size:1.75rem;
		font-weight:600;
		line-height:60px;
		text-align:center;		
	}

	.info dt span.stitle{
		letter-spacing:-1px;
	}

	.intro_backimg img{
		width:90%;
		height:auto;
	}

	.content-section dl{
		padding-bottom:2.75rem
	}

	.menu-btn{
		font-size:1.25rem;
	}

	.menu-container{
		margin:0;
	}

	

	#flip{
		height:67px;
	}

	#flip > div > div {
		margin-bottom:32px;
	}


	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:205px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:105px;
		margin:10px 0 0 0;
		background-size:70%;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	.service-item .service-content{
		padding:20px 10px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}



	/*제품특징*/
	
	#feature .feature_img dl:nth-child(1){
		top:50px;
		right:280px;
	}


	#feature .feature_img dl:nth-child(2){
		top:190px;
		right:40px;
	}

	#feature .feature_img dl:nth-child(3){
		top:400px;
		right:140px;
	}


	#feature .feature_img dl:nth-child(4){
		bottom:80px;
		left:330px;
	}

	#feature .feature_img dl:nth-child(5){
		top:400px;
		left:55px;
	}

	#feature .feature_img dl:nth-child(6){
		top:200px;
		left:135px;
	}

	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:120px;
		padding: 0.8rem 1.5rem 0.8rem 2.8rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:35px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	.detail_contents_submenu{
		padding:0rem 3rem;
	}

	.load-content{
		font-size:1.1rem;
		padding:0.8rem 0.8rem 0.625rem 0.8rem
	}



	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 48.3px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 87px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청*/
	#form_request p{
		font-size:1.1rem;
	}

	.experience .process .process_inner{
		font-size:1.1rem;
	}

	
}


@media (min-width: 992px) and (max-width: 1199px) {
   	html, body{
		font-size:13px;
	}

	.container {
		width:97%;
		min-width: 720px;		
    }


	.backimg{
		height:140px;
	}
	
	.top_img h2{
		padding-top:0;
	}
	/*.maintitle1{
		padding:1.4rem 0 3.5rem 0;
	}*/

	.maintitle2{
		padding-bottom:3.5rem;
	}


	.info dt span.number{
		width:60px;
		height:60px;
		line-height:60px;

	}

	.info dt span.stitle{
		font-size:1.45rem;
		letter-spacing:-1px;
	}

	.intro_backimg img{
		padding-right:50px;
	}

	.content-section dl{
		padding-bottom:2.7rem;
	}

	.content-section dt{
		font-size:1.45rem;
	}

	.content-section dt span{
		width:15px;
		height:15px;
	}

	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:100px;
		padding: 0.8rem 1.5rem 0.8rem 2.8rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:25px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	.detail_contents_submenu{
		padding:0rem 3rem;
	}

	.load-content{
		font-size:1.1rem;
		padding:0.8rem 0.8rem 0.625rem 0.8rem
	}


	.question{
		padding:50px 0;
	}

	#sns{
		padding:10px 0;
	}


	#flip{
		height:63px;
	}

	#flip > div > div {
		margin-bottom:35px;
	}


	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:205px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:105px;
		margin:10px 0 0 0;
		background-size:70%;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	.service-item .service-content{
		padding:20px 10px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}




	/*제품특징*/

	.feature_img{
		position:relative;
		overflow:hidden;
		height:550px;
		background:url("/home2/images/2025/main_featurebak.png") no-repeat 50% 40%;
		background-size:25%;
		margin-top:0px;
	}
	
	#feature .feature_img dl:nth-child(1){
		top:60px;
		right:185px;
		background-size:12%;
		padding-left:50px;
	}


	#feature .feature_img dl:nth-child(2){
		top:160px;
		right:15px;
		background-size:12%;
		padding-left:50px;
	}

	#feature .feature_img dl:nth-child(3){
		top:300px;
		right:110px;
		background-size:17%;
		padding-left:50px;
	}


	#feature .feature_img dl:nth-child(4){
		bottom:90px;
		left:245px;
		background-size:14%;
		padding-right:40px;
	}

	#feature .feature_img dl:nth-child(5){
		top:300px;
		left:35px;
		background-size:12%;
		padding-right:40px;
	}

	#feature .feature_img dl:nth-child(6){
		top:160px;
		left:110px;
		background-size:15%;
		padding-right:40px;
	}	

	.service-item-t{
		margin:0;
	}

	#contact .contact_wrapper .list01,
	#contact .contact_wrapper .list02,
	#contact .contact_wrapper .list03{
		padding:30px 40px 30px 100px;
	}

	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 44.84px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 81px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청*/
	#form_request p{
		font-size:1.25rem;
	}

	.experience .process .process_inner{
		font-size:1.25rem;
	}
    
	

}



@media (min-width: 768px) and (max-width: 991px) {
   	html, body{
		font-size:12px;
	}
	
	.container {
		width:90%;
		min-width: 720px;		
    }


	.backimg{
		height:200px;
	}

	.top_img h2{
		padding-top:0;
	}
	

	.maintitle2{
		padding-bottom:3rem;
	}

	.intro_backimg img{
		width:70%;
		margin:0 auto 2rem auto;
		padding:0;
	}

	.info dt span.number{
		width:60px;
		height:60px;
		line-height:60px;

	}

	.content-section dl{
		width:70%;
		margin:0 auto;
		padding:1rem 0;
	}

	.content-section .detail_contents_all dl{
		width:100%;
	}

	.detail_contents_all{
		width:100%;
	}


	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:90px;
		padding: 0.8rem 1.2rem 0.8rem 2.4rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:25px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	.detail_contents_submenu{
		justify-content: flex-start;
		gap:0;
		padding:0rem 1.5rem;
	}

	.load-content{
		font-size:1.1rem;
		padding:0.8rem 0.8rem 0.625rem 0.8rem
	}
	
	#menu-container{
		margin:0 2rem !important;
	}
	
    .question{
        padding:50px 70px;
    }

	/*타이틀 애니메이션*/	

	#flip{
		height:59px;
	}

	#flip > div > div {
		margin-bottom:40px;
	}

	.top_img h2{
		padding-bottom:10px;
	}


	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:195px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:105px;
		margin:10px 0 0 0;
		background-size:contain;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}
	

	.service-item .service-content{
		padding:35px 10px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}




	/*제품특징*/


	.feature_img{
		background:none;
	}

	#feature .feature_img dt{
		font-size:1.5rem;
	}

	#feature .feature_img dd{
		font-size:1.25rem;
	}
	
	#feature .feature_img dl:nth-child(1){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-top:1px solid #ebebeb;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}


	#feature .feature_img dl:nth-child(2){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(3){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}


	#feature .feature_img dl:nth-child(4){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(5){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(6){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}
	
	#contact .contact_wrapper .list01,
	#contact .contact_wrapper .list02,
	#contact .contact_wrapper .list03{
		background-position: 5% 50%;
		background-size:7%;
		padding:20px 60px 20px 110px;
	}


	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 41.41px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 74px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청*/
	#form_request p{
		font-size:1.25rem;
	}

	.experience .process .process_inner{
		font-size:1.25rem;
	}	

	 /*체험요청*/
    
    .experience .process .process_inner{
		width:100%;
		margin:3.5rem 0;
	}
	
	 .experience .process .process_inner .allow{
        width:100%;
		top:110%;
		right:0;		
        transform:none;
		transform: rotate(90deg);
		font-size:1.15rem;
    }

	/*브로셔*/
	.brochure_wrapper .brochure_wrapper_inner{
		width:48%;
		margin:0.5rem;
		padding:2rem 3rem;
	}

	.brochure_wrapper img{
		padding:0 0.5rem 0 0;
		vertical-align:middle;
	}

	.brochure_wrapper .script{
		min-height: 9rem;
	}

	/*구축사례*/
	
	.customer dt{
		width:15%;
		margin: 0.833%;	
	}

	.customer dd{
		width:15%;
		margin: 0.833%;
	}


}



@media (max-width: 767px) {
   	html, body{
		font-size:11px;
	}	

	.container {
        width: 90%;		
    }


	.backimg{
		height:180px;
	}

	.info{
		margin:7px;
	}

	.top_img h2{
		padding-top:0;
	}
	
	/*.maintitle1{
		padding:1.5rem 0 3rem 0;
	}*/

	.maintitle2{
		padding-bottom:3rem;
	}

	.intro_backimg img{
		width:70%;
		margin:0 auto 2rem auto;
		padding:0;
	}

	.info dt span.number{
		width:60px;
		height:60px;
		line-height:60px;
	}

	.content-section .info dl{
		width:100%;
	}

	.content-section dl{
		width:70%;
		margin:0 auto;
		padding:1rem 0;
	}

	.content-section .detail_contents_all dl{
		width:100%;
	}

	.detail_contents_all{
		width:100%;
	}

	.intro_backimg_inner{
		height:34rem;
	}

	.intro_backimg{
		height:34rem;
		margin-bottom:3rem;
	}

	.menu-btn:nth-child(1){
		background:url("/home2/images/2025/img_intro_stitleback01.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(2){
		background:url("/home2/images/2025/img_intro_stitleback02.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(3){
		background:url("/home2/images/2025/img_intro_stitleback03.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(4){
		background:url("/home2/images/2025/img_intro_stitleback04.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(5){
		background:url("/home2/images/2025/img_intro_stitleback05.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(6){
		background:url("/home2/images/2025/img_intro_stitleback06.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(7){
		background:url("/home2/images/2025/img_intro_stitleback07.png") 0 50% no-repeat;
	}

	.menu-btn:nth-child(8){
		background:url("/home2/images/2025/img_intro_stitleback08.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(1),
	.menu-btn:nth-child(1):hover{
		background:url("/home2/images/2025/img_intro_stitleback01_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(2),
	.menu-btn:nth-child(2):hover{
		background:url("/home2/images/2025/img_intro_stitleback02_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(3),
	.menu-btn:nth-child(3):hover{
		background:url("/home2/images/2025/img_intro_stitleback03_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(4),
	.menu-btn:nth-child(4):hover{
		background:url("/home2/images/2025/img_intro_stitleback04_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(5),
	.menu-btn:nth-child(5):hover{
		background:url("/home2/images/2025/img_intro_stitleback05_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(6),
	.menu-btn:nth-child(6):hover{
		background:url("/home2/images/2025/img_intro_stitleback06_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(7),
	.menu-btn:nth-child(7):hover{
		background:url("/home2/images/2025/img_intro_stitleback07_hover.png") 0 50% no-repeat;
	}

	.menu-btn.active:nth-child(8),
	.menu-btn:nth-child(8):hover{
		background:url("/home2/images/2025/img_intro_stitleback08_hover.png") 0 50% no-repeat;
	}
	
	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:90px;
		padding: 0.8rem 1.2rem 0.8rem 2.4rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:25px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	.detail_contents_submenu{
		justify-content: flex-start;
		padding:0rem 3rem;
	}

	#menu-container{
		margin:0 2rem !important;
	}

	.load-content{
		font-size:1.1rem;
		padding:0.8rem 1rem 0.825rem 0.8rem
	}

	
    .question{
        padding:50px 70px;
    }

	.year_wrapper img{
		width:90%;
		height:auto;
	}

	/*타이틀 애니메이션*/	

	#flip{
		height:54px;
	}

	#flip > div > div {
		margin-bottom:42px;
	}

	.top_img h2{
		padding-bottom:10px;
	}


	/*메인 동영상*/
	.splide__pagination{
		bottom:-5rem;
	}



	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:195px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:105px;
		margin:10px 0 0 0;
		background-size:contain;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	.service-item .service-content{
		padding:35px 10px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}

	.service_wrapper{
		margin-top:1rem;
	}



	
	
	.feature_img{
		background:none;
	}

	#feature .feature_img dt{
		font-size:1.5rem;
	}

	#feature .feature_img dd{
		font-size:1.25rem;
	}
	
	#feature .feature_img dl:nth-child(1){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-top:1px solid #ebebeb;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(2){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(3){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}


	#feature .feature_img dl:nth-child(4){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(5){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#feature .feature_img dl:nth-child(6){
		position: static;
  		top: auto;
  		left: auto;
		width:95%;
		text-align:left;
		margin:1rem auto;
		padding:10px 30px 10px 80px;
		border-bottom:1px solid #ebebeb;
		background-position: 0 50%;
	}

	#contact .contact_wrapper .list01,
	#contact .contact_wrapper .list02,
	#contact .contact_wrapper .list03{
		background-position: 3% 50%;
		background-size:7%;
		padding:20px 60px 20px 90px;
	}

	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 38px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 68px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청 상담요청*/
	input[type="text"],
	select{	
		width:98%;
		height:60px;
	}

	#form_request p{
		font-size:1.3rem;
	}

	.experience .process .process_inner{
		font-size:1.3rem;
	}

	.brochure_wrapper img{
		padding:30px;
	}

	.customer dt{
		width:15%;
		margin: 0.833%;	
	}

	.customer dd{
		width:15%;
		margin: 0.833%;
	}

	/*체험요청*/
    
    .experience .process .process_inner{
		width:100%;
		margin:3.5rem 0;
	}
	
	 .experience .process .process_inner .allow{
        width:100%;
		top:110%;
		right:0;		
        transform:none;
		transform: rotate(90deg);		
		font-size:1.15rem;
    }

	/*브로셔*/
	.brochure_wrapper .brochure_wrapper_inner{
		width:48%;
		margin:0.5rem;
		padding:2rem 3rem;
	}

	.brochure_wrapper img{
		padding:0 0.5rem 0 0;
		vertical-align:middle;
	}

	.brochure_wrapper .script{
		min-height: 9rem;
	}

	
}


@media (max-width: 600px){
	.backimg{
		height:140px;
	}

	 .question{
        padding:30px 20px;
    }

	#sns ul li a{
		padding:55px 9px 10px 9px;
	}
	

	#contact .contact_wrapper .list01,
	#contact .contact_wrapper .list02,
	#contact .contact_wrapper .list03{
		background-position: 5% 50%;
		background-size:7%;
		padding:20px 60px 20px 70px;
	}

	#contact .title{
		font-size:1.5rem;
	}

	.intro_backimg_inner{
		height:28rem;
	}

	.intro_backimg{
		height:28rem;
		margin-bottom:3rem;
	}

	.load-content{
		padding:1rem 1rem 0.825rem 0.8rem;
	}



	/*타이틀 애니메이션*/	

	#flip{
		height:55px;
	}

	#flip > div > div {
		margin-bottom:42px;
	}

	.top_img h2{
		padding-bottom:10px;
	}


	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:175px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:90px;
		margin:10px 0 0 0;
		background-size:80%;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	.service-item .service-content{
		padding:20px 2px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}


	#feature .feature_img dt{
		font-size:1.5rem;
	}

	#feature .feature_img dd{
		font-size:1.25rem;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
	}

	

	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 38px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 87.5px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*체험요청*/

	.experience .process .process_inner{
		padding:5rem 0 1.25rem 0;
	}

	.experience .process:nth-child(1) .process_inner{
		background-size:30px;
	}

	.experience .process:nth-child(2) .process_inner{
		background-size:30px;
	}

	.experience .process:nth-child(3) .process_inner{
		background-size:30px;
	}


	/*브로셔*/
	.brochure_wrapper .brochure_wrapper_inner{
		width:95%;
		margin:0.5rem;
		padding:2rem 2rem;
	}

	.brochure_wrapper img{
		padding:0 0.5rem 0 0;
		vertical-align:middle;
		width:25px;
	}

	.brochure_wrapper .script{
		min-height: 5rem;
	}
	

	

}


@media (max-width: 576px){
	.service-item-t .title{
		font-size:1.5rem;
	}

	.inner-service{
		font-size:1.25rem;
	}

	.inner-service a{
		font-size:1rem;
	}

	/*개발이력 버튼*/
	.top_wrapper a{
		border:1px solid #999;
		border-radius:2rem;
		background-color: transparent;
		font-size:1.15rem;
		color:#666;
		padding:0.5rem 0.875rem;
		margin-top:2.5rem;
	}

	.bar .desc a{
		border:1px solid #999;
		border-radius:2rem;
		background-color: transparent;
		font-size:1.15rem;
		font-weight:600;
		color:#666;
		padding:0.5rem 0.875rem;
	}

}

@media (max-width: 576px){
	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 49.6px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 99px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}
}


@media (max-width: 414px){

	html, body{
		font-size:9px;
	}	

	.backimg{
		height:120px;
	}


	.top_img h2{
		padding-top:0;
	}

	.info dt span.number{
		width:40px;
		height:40px;
		line-height:40px;
		margin-left:-7px;
	}

	.info dt span.stitle{
		margin-top:-5px;
	}

	.maintitle1{
		font-size:2.5rem;
	}

	.maintitle2{
		font-size:2.5rem;
	}

	.maintitle3{
		font-size:2.5rem;		
	}

	.content-section dt span{
		width:15px;
		height:15px;
	}


	/*타이틀 애니메이션*/	

	#flip{
		height:45px;
	}

	#flip > div > div {
		margin-bottom:50px;
	}

	/*.top_img{
		height:18rem;
	}*/

	.top_img h2{
		padding-bottom:10px;
		padding-top:0;
	}	

	#service-1,
	#service-2,
	#service-3,
	#service-4,
	#service-5,
	#service-6 {  
		height:145px;
		margin:2px;
	}

	.service-item.m01 .m01back,
	.service-item.m02 .m02back,
	.service-item.m03 .m03back,
	.service-item.m04 .m04back,
	.service-item.m05 .m05back,
	.service-item.m06 .m06back{
		width:auto;
		height:70px;
		margin:10px 0 0 0;
		background-size:80%;
	}

	.service-item .title a{
		display:inline-block;
		margin-top:5px;
		font-size:0.875rem;
	}

	.service-item .service-content{
		padding:10px 0px;
	}

	.inner-service{
		margin-top:0;
	}

	.service-item .service-content .inner-service a{
		margin-top:10px;
	}

	#feature .feature_img{
		height:650px;
	}


	#feature .feature_img dt{
		font-size:1.5rem;
	}

	#feature .feature_img dd{
		font-size:1.25rem;
	}

	.menu-btn {
		position:relative;
		flex: 0 0 auto; /* 버튼의 크기가 자동으로 조정되지 않도록 설정 */
		min-width:70px;
		padding: 1rem 1.2rem 1rem 2.7rem;
		margin: 0rem 0.2rem -0.2rem 0rem;
		font-size: 1.2rem;
		font-weight:600;
		color: #666;
		border-radius: 5px;
		cursor: pointer;
		transition: background-color 0.3s ease;
		background-size:20px !important;
		background-position:7% 50% !important;
		border:1px solid #ddd;
		border-bottom:0;
	}


	.detail_contents_submenu{
		justify-content: flex-start;
		padding:0rem 3rem;
	}

	#menu-container{
		margin:0 1.5rem !important;
	}

	.load-content{
		font-size:1.25rem;
		padding:1.25rem 1rem 1rem 0.8rem
	}

	.menu-btn:hover::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -1px;
		width: 10px;
		height: 6px;
		background: #999;
		clip-path: polygon(50% 0, 0 100%, 100% 100%); /* ▼ 모양 삼각형 */
	}


	.menu-btn.active::after {
		content: "";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -1px;
		width: 10px;
		height: 6px;
		background: #559dff;
		clip-path: polygon(50% 0, 0 100%, 100% 100%); /* ▼ 모양 삼각형 */
	}



	/*.menu-btn:nth-child(1),
	.menu-btn.active:nth-child(1),
	.menu-btn:nth-child(1):hover,
	.menu-btn:nth-child(2),
	.menu-btn.active:nth-child(2),
	.menu-btn:nth-child(2):hover,
	.menu-btn:nth-child(3),
	.menu-btn.active:nth-child(3),
	.menu-btn:nth-child(3):hover,
	.menu-btn:nth-child(4),
	.menu-btn.active:nth-child(4),
	.menu-btn:nth-child(4):hover,
	.menu-btn:nth-child(5),
	.menu-btn.active:nth-child(5),
	.menu-btn:nth-child(5):hover,
	.menu-btn:nth-child(6),
	.menu-btn.active:nth-child(6),
	.menu-btn:nth-child(6):hover,
	.menu-btn:nth-child(7),
	.menu-btn.active:nth-child(7),
	.menu-btn:nth-child(7):hover,
	.menu-btn:nth-child(8),
	.menu-btn.active:nth-child(8),
	.menu-btn:nth-child(8):hover{
		background-size:35px;
	}*/

	.submenu-scroll-wrapper .scroll-btn {
		position: absolute;
		top: 20px;
		transform: translateY(-50%);
		z-index: 10;
		background-color: rgba(68,68,68,0.7);
		border: none;
		font-size: 18px;
		color:#999;
		padding: 5px 10px;
		cursor: pointer;                
	}

	

	#sns ul li:nth-child(1) a,
	#sns ul li:nth-child(2) a,
	#sns ul li:nth-child(3) a,
	#sns ul li:nth-child(4) a,
	#sns ul li:nth-child(5) a,
	#sns ul li:nth-child(6) a,
	#sns ul li:nth-child(7) a{
		background-size:40px 40px;
	}


	/*구매안내*/
	table tbody tr:first-child td {
		position: sticky;
		top: 40.5px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	table tbody tr:nth-child(2) td {
		position: sticky;
		top: 81px;  /* thead 높이만큼 밀어줘야 함 */
		background: #f9f9f9;
		z-index: 1;
	}

	/*견적요청 상담요청*/
	input[type="text"],
	select{	
		width:98%;
		height:50px;
		font-size:1.5rem;
	}

	textarea{
		font-size:1.5rem;
	}

	.estimate h2{
		font-size:1.75rem;
	}

	#form_request p{
		font-size:1.5rem;
	}

	.experience .process .process_inner{
		font-size:1.5rem;
	}


	/*체험요청*/
	.experience .process_next{
		position:relative;
		padding:1rem 0;
		margin:1.5rem 0 0 0;	
		text-align:center;
		transform: translate3d(0, 0, 1px) rotate(90deg);

	}

	.brochure_wrapper h3{
		padding-left:2rem;
	}

	.brochure_wrapper .script{
		padding-left:2rem;
	}

	.brochure_wrapper a{
		padding-left:2rem;
	}

	/*구축사례*/

	.customer dt{
		width:17%;
		margin: 1.5%;
	}

	.customer dd{
		width:17%;
		margin: 1.5%;
	}

	/*브로셔*/
	.brochure_wrapper h3{
		padding-left:0;
	}

	.brochure_wrapper .script{
		padding-left:0;
	}


}




