@charset "utf-8";

/* tb-style1 */
.tb-style1{border-spacing: 0px;}
.tb-style1 tbody{}
.tb-style1 tbody th{padding: 30px 20px; font-size: 18px; font-weight: 600; color: #000; text-align: left; border-bottom: 1px solid #cfcfcf; word-break: keep-all;}
.tb-style1 tbody tr:nth-child(1) th{border-top: 2px solid #eb2a2e;}
.tb-style1 tbody tr:nth-child(1) td{border-top: 2px solid #000;}
.tb-style1 tbody td{padding: 30px 20px; font-size: 17px; font-weight: 500; color: #444; border-bottom: 1px solid #cfcfcf; word-break: keep-all; line-height: 1.5em;}


@media all and (max-width:1480px){
	.tb-style1 tbody th{padding: 25px 15px; font-size: 17px;}
	.tb-style1 tbody td{padding: 25px 15px; font-size: 16px;}
}
@media all and (max-width:1024px){
	
}
@media all and (max-width:768px){
	.tb-style1 tbody th{padding: 20px 12px; font-size: 16px;}
	.tb-style1 tbody td{padding: 20px 12px; font-size: 15px;}
}
@media all and (max-width:500px){
	.tb-style1 tbody th{padding: 16px 8px;}
	.tb-style1 tbody td{padding: 16px 8px;}
}

/* s_txt */
.s_txt{}
.s_txt.center{text-align: center;}
.s_txt h3{font-weight: 600; color: #000; font-size: 48px; word-break: keep-all; letter-spacing: -0.05em;}
.s_txt p{font-size: 20px; font-weight: 500; color: #555555; word-break: keep-all; line-height: 1.6em; margin-top: 35px;}


@media all and (max-width:1480px){
	.s_txt h3{font-size: 42px;}
	.s_txt p{font-size: 19px; margin-top: 30px;}
}
@media all and (max-width:1024px){
	.s_txt h3{font-size: 36px;}
	.s_txt p{font-size: 18px; margin-top: 25px;}
}
@media all and (max-width:768px){
	.s_txt h3{font-size: 32px;}
	.s_txt p br{display: none;}
}
@media all and (max-width:500px){
	.s_txt h3{font-size: 27px;}
	.s_txt p{font-size: 17px; margin-top: 20px;}
}

/* intro1 */
.intro1{}
.intro1 .cont{display: flex; justify-content: space-between; align-items: center;}
.intro1 .cont .l_cont{width: calc(100% - 720px);}
.intro1 .cont .l_cont .s_txt{margin-bottom: 50px;}
.intro1 .cont .l_cont table{width: 86.843%;}
.intro1 .cont .r_cont{max-width: 720px;}
.intro1 .cont .r_cont img{max-width: 100%;}


@media all and (max-width:1480px){
	.intro1 .cont .l_cont{width: 50%; padding-right: 50px;}
	.intro1 .cont .l_cont .s_txt{margin-bottom: 45px;}
	.intro1 .cont .r_cont{width: 50%;}
}
@media all and (max-width:1024px){
	.intro1 .cont .l_cont{padding-right: 40px;}
	.intro1 .cont .l_cont .s_txt{margin-bottom: 40px;}
	.intro1 .cont .l_cont table{width:100%;}
}
@media all and (max-width:768px){
	.intro1 .cont{flex-direction: column; gap:50px;}
	.intro1 .cont .l_cont{padding-right: 0; width: 100%;}
	.intro1 .cont .l_cont .s_txt{margin-bottom: 35px;}
	.intro1 .cont .r_cont{width: 100%;}
}
@media all and (max-width:500px){
	.intro1 .cont{gap:40px;}
}

/* intro2 */
.intro2{}
.intro2 .bg{margin-bottom: 100px;}
.intro2 .bg img{max-width: 100%}
.intro2 .s-inner .cont{display: flex;}
.intro2 .s-inner .cont .l_cont{width: 50%;}
.intro2 .s-inner .cont .l_cont h3{font-size: 48px; font-weight: 600; color: #000; line-height: 1.3em; word-break: keep-all;}
.intro2 .s-inner .cont .l_cont p{margin-top: 70px; font-size: 22px; font-weight: 600; color: #222222;}
.intro2 .s-inner .cont .l_cont p span{font-size: 48px; font-family: 'NohHaeChan'; font-weight: 400; margin-left: 10px;}
.intro2 .s-inner .cont .r_cont{width: 50%;}
.intro2 .s-inner .cont .r_cont p{font-size: 20px; color: #555555; line-height: 1.8em;}
.intro2 .s-inner .cont .r_cont p+p{margin-top: 40px;}

@media all and (max-width:1480px){
	.intro2 .bg{margin-bottom: 80px;}
	.intro2 .bg img{height: 50vw; object-fit: cover; max-height: 600px;}
	.intro2 .s-inner .cont .l_cont h3{font-size: 42px;}
	.intro2 .s-inner .cont .l_cont p{margin-top: 60px; font-size: 21px;}
	.intro2 .s-inner .cont .l_cont p span{font-size: 42px;}
	.intro2 .s-inner .cont .r_cont p{font-size: 19px; word-break: keep-all;}
	.intro2 .s-inner .cont .r_cont p br{display: none;}
	.intro2 .s-inner .cont .r_cont p+p{margin-top: 35px;}
}
@media all and (max-width:1024px){
	.intro2 .bg{margin-bottom: 70px;}
	.intro2 .s-inner .cont .l_cont h3{font-size: 36px;}
	.intro2 .s-inner .cont .l_cont p{margin-top: 50px; font-size: 20px;}
	.intro2 .s-inner .cont .l_cont p span{font-size: 36px;}
	.intro2 .s-inner .cont .r_cont p{font-size: 18px;}
	.intro2 .s-inner .cont .r_cont p+p{margin-top: 30px;}
}
@media all and (max-width:768px){
	.intro2 .bg{margin-bottom: 60px;}
	.intro2 .bg img{height: 60vw;}
	.intro2 .s-inner .cont{flex-direction: column; gap:60px;}
	.intro2 .s-inner .cont .l_cont{width: 100%;}
	.intro2 .s-inner .cont .l_cont h3{font-size: 32px;}
	.intro2 .s-inner .cont .l_cont h3 br{display: none;}
	.intro2 .s-inner .cont .l_cont p{margin-top: 40px; font-size: 19px;}
	.intro2 .s-inner .cont .l_cont p span{font-size: 32px;}
	.intro2 .s-inner .cont .r_cont{width: 100%;}
	.intro2 .s-inner .cont .r_cont p{font-size: 17px; line-height: 1.7em;}
	.intro2 .s-inner .cont .r_cont p+p{margin-top: 25px;}
}
@media all and (max-width:500px){
	.intro2 .bg{margin-bottom: 50px;}
	.intro2 .s-inner .cont{gap:45px;}
	.intro2 .s-inner .cont .l_cont h3{font-size: 27px;}
	.intro2 .s-inner .cont .l_cont p{margin-top: 35px; font-size: 18px;}
	.intro2 .s-inner .cont .l_cont p span{font-size: 27px;}
	.intro2 .s-inner .cont .r_cont p{font-size: 16px; line-height: 1.6em;}
	.intro2 .s-inner .cont .r_cont p+p{margin-top: 20px;}
}


/* intro3 */
.intro3{}
.intro3 .cont{position: relative; width: 100%; margin-top: 90px;}
.intro3 .cont .gague{position: absolute; left: 50%; width: 2px; height: 100%; transform: translateX(-50%); background-color: #e5e5e5;}
.intro3 .cont .gague .bar{position: absolute; top: 0; width: 2px; background-color: #eb2a2e; transition: .2s;}
.intro3 .cont .box{display: flex; gap:200px; flex-direction: row-reverse; align-items: center;}
.intro3 .cont .box + .box{margin-top: 100px;}
.intro3 .cont .box:nth-child(even){flex-direction: row;}
.intro3 .cont .box .img{width: calc(100% - 100px);}
.intro3 .cont .box .img img{max-width: 100%;}
.intro3 .cont .box .txt{width: calc(100% - 100px);}
.intro3 .cont .box:nth-child(odd) .txt{padding-left: 160px;}
.intro3 .cont .box .txt h3{font-size: 36px; font-weight: 600; color: #000000; margin-bottom: 25px;}
.intro3 .cont .box .txt p{font-size: 18px; font-weight: 500; line-height: 1.6em; color: #444; word-break: keep-all;}
.intro3 .cont .box .txt .list{margin-top: 60px; display: grid; grid-template-columns: repeat(2, 1fr); gap:15px;}
.intro3 .cont .box .txt .list li{font-size: 16px; font-weight: 500; color: #000; position: relative; padding-left: 10px; word-break: keep-all;}
.intro3 .cont .box .txt .list li::before{content: '·'; position: absolute; left: 0; top: 0;}

@media all and (max-width:1480px){
	.intro3 .cont{margin-top: 80px;}
	.intro3 .cont .box{gap:140px;}
	.intro3 .cont .box + .box{margin-top: 90px;}
	.intro3 .cont .box .txt h3{font-size: 32px; margin-bottom: 22px;}
	.intro3 .cont .box .txt p{font-size: 17px;}
	.intro3 .cont .box:nth-child(odd) .txt{padding-left: 10%;}
	.intro3 .cont .box .txt .list{margin-top: 50px;}
}
@media all and (max-width:1024px){
	.intro3 .cont{margin-top: 70px;}
	.intro3 .cont .box{gap:100px;}
	.intro3 .cont .box + .box{margin-top: 80px;}
	.intro3 .cont .box:nth-child(odd) .txt{padding-left: 6%;}
	.intro3 .cont .box .txt h3{font-size: 29px; margin-bottom: 20px;}
	.intro3 .cont .box .txt .list{margin-top: 40px; gap:10px;}
}
@media all and (max-width:768px){
	.intro3 .cont{margin-top: 60px;}
	.intro3 .cont .box{flex-direction: column; gap:40px;}
	.intro3 .cont .box + .box{margin-top: 70px;}
	.intro3 .cont .box:nth-child(even){flex-direction: column;}
	.intro3 .cont .box:nth-child(odd) .txt{padding-left: 0;}
	.intro3 .cont .box .txt h3{font-size: 24px; margin-bottom: 18px;}
	.intro3 .cont .box .txt p{font-size: 16px;}
	.intro3 .cont .box .txt p br{display: none;}
	.intro3 .cont .box .txt .list{margin-top: 35px; display: block;}
	.intro3 .cont .box .txt .list li + li{margin-top: 10px;}
	.intro3 .cont .box .txt, .intro3 .cont .box .img{width: calc(100% - 60px);}
	.intro3 .cont .gague{left: 0;}
}
@media all and (max-width:500px){
	.intro3 .cont{margin-top: 50px;}
	.intro3 .cont .box{gap:30px;}
	.intro3 .cont .box .txt h3{font-size: 20px; margin-bottom: 15px;}
	.intro3 .cont .box .txt .list{margin-top: 25px;}
	.intro3 .cont .box .txt, .intro3 .cont .box .img{width: calc(100% - 45px);}
}


/* intro4 */
.intro4{}
.intro4 .cont{position: relative; margin-top: 90px;}
.intro4 .cont .tab{position: sticky; left: 0; top: 180px; display: flex; flex-direction: column; gap:15px; z-index: 2;}
.intro4 .cont .tab li{background-color: #9c9c9c; text-align: center; color: #fff; width: 200px; line-height: 60px; border-radius: 10px; font-size: 20px; font-weight: 700; cursor: pointer;}
.intro4 .cont .tab li.on{background-color: #eb2a2e;}
.intro4 .cont .tabcontent{display: none; position: relative; margin-top: -140px;}
.intro4 .cont .tabcontent.on{display: block;}
.intro4 .cont .tabcontent .gague{position: absolute; left: 50%; transform: translateX(-50%); width: 2px; background-color: #e5e5e5; height: 100%;}
.intro4 .cont .tabcontent .gague .bar{position: absolute; top: 0; left: 0; width: 2px; background-color: #eb2a2e; transition: .1s;}
.intro4 .cont .tabcontent .box{display: flex; justify-content: center; position: relative;}
.intro4 .cont .tabcontent .box::after{content: ''; width: 10px; height: 10px; border-radius: 100%; background-color: #fff; border: 2px solid #e5e5e5; position: absolute; left: 50%; transform: translateX(-50%); top: 15px; transition: .2s;}
.intro4 .cont .tabcontent .box.on::after{border: 2px solid #eb2a2e}
.intro4 .cont .tabcontent .box + .box{margin-top: 85px;}
.intro4 .cont .tabcontent .box .l_cont{width: 50%; text-align: right; padding-right: 100px; font-size: 36px; font-weight: 600; color: #000000;}
.intro4 .cont .tabcontent .box .r_cont{width: 50%; padding-left: 100px; padding-top: 15px;}
.intro4 .cont .tabcontent .box .r_cont dl{display: flex; align-items: flex-start;width: 100%;}
.intro4 .cont .tabcontent .box .r_cont dl + dl{margin-top: 20px;}
.intro4 .cont .tabcontent .box .r_cont dl dt{width: 50px; font-weight: 600; font-size: 18px; line-height: 1.6em;}
.intro4 .cont .tabcontent .box .r_cont dl dd{width: calc(100% - 50px);font-size: 18px; color: #444444; line-height: 1.6em; font-weight: 500; word-break: keep-all;}
.intro4 .cont .tabcontent .box .r_cont dl dd .list{}
.intro4 .cont .tabcontent .box .r_cont dl dd .list li{font-size: 16px; color: #666666; position: relative; padding-left: 10px; font-weight: 400; word-break: keep-all;}
.intro4 .cont .tabcontent .box .r_cont dl dd .list li::before{content: '-'; position: absolute; top: 0; left: 0;}

@media all and (max-width:1480px){
	.intro4 .cont{margin-top: 80px;}
	.intro4 .cont .tab{gap:12px;}
	.intro4 .cont .tab li{width: 170px; font-size: 19px; line-height: 56px;}
	.intro4 .cont .tabcontent{margin-top: -124px;}
	.intro4 .cont .tabcontent .box + .box{margin-top: 70px;}
	.intro4 .cont .tabcontent .box .l_cont{padding-right: 80px; font-size: 32px;}
	.intro4 .cont .tabcontent .box .r_cont{padding-left: 80px; padding-top: 10px;}
	.intro4 .cont .tabcontent .box .r_cont dl + dl{margin-top: 16px;}
	.intro4 .cont .tabcontent .box .r_cont dl dt{width: 45px; font-size: 17px;}
	.intro4 .cont .tabcontent .box .r_cont dl dd{width: calc(100% - 45px); font-size: 17px;}
}
@media all and (max-width:1024px){
	.intro4 .cont{margin-top: 70px;}
	.intro4 .cont .tab{top: 120px; gap:10px;}
	.intro4 .cont .tab li{width: 150px; font-size: 18px; line-height: 52px;}
	.intro4 .cont .tabcontent{margin-top: -114px;}
	.intro4 .cont .tabcontent .box + .box{margin-top: 60px;}
	.intro4 .cont .tabcontent .box .l_cont{padding-right: 50px; font-size: 28px;}
	.intro4 .cont .tabcontent .box .r_cont{padding-left: 50px; padding-top: 10px;}
	.intro4 .cont .tabcontent .box .r_cont dl + dl{margin-top: 16px;}
	.intro4 .cont .tabcontent .box .r_cont dl dt{width: 40px; font-size: 16px;}
	.intro4 .cont .tabcontent .box .r_cont dl dd{width: calc(100% - 40px); font-size: 16px;}
	.intro4 .cont .tabcontent .box .r_cont dl dd .list li{font-size: 15px;}
}
@media all and (max-width:768px){
	.intro4 .cont{margin-top: 60px;}
	.intro4 .cont .tab{position: static; justify-content: center; flex-direction: row;}
	.intro4 .cont .tab li{width: 140px; font-size: 17px; line-height: 48px; border-radius: 7px;}
	.intro4 .cont .tabcontent{margin-top: 60px;}
	.intro4 .cont .tabcontent .gague{left: 0; transform: translateX(0);}
	.intro4 .cont .tabcontent .box{flex-direction: column; gap:15px; padding-left: 0px; margin-left: 40px;}
	.intro4 .cont .tabcontent .box + .box{ margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee;}
	.intro4 .cont .tabcontent .box .l_cont{width: 100%; text-align: left; padding-right: 0; font-size: 25px;}
	.intro4 .cont .tabcontent .box .r_cont{width: 100%; padding-left: 0;}
	.intro4 .cont .tabcontent .box::after{width: 8px; height: 8px;left: -33px; transform: translateX(0); top: 40px;}
}
@media all and (max-width:500px){
	.intro4 .cont{margin-top: 50px;}
	.intro4 .cont .tab li{width: 130px; font-size: 16px; line-height: 45px; border-radius: 6px;}
	.intro4 .cont .tabcontent .box{margin-left: 30px; gap:10px;}
	.intro4 .cont .tabcontent .box .l_cont{font-size: 22px;}
	.intro4 .cont .tabcontent .box .r_cont{padding-top: 5px;}
	.intro4 .cont .tabcontent .box .r_cont dl + dl{margin-top: 12px;}
}

/* intro5 */
#organization { width: 100%; max-width: 1600px; overflow: hidden; text-align: center; position: relative; font-size:0; display: inline-block; }
#organization::before { content:''; width:1px; height: 100%; background: #cdd2e3; position: absolute; top: 0; left: 50%; margin-left: -0.5px; z-index: -1; }
#organization > li > div { display: inline-block; vertical-align: top; color:#fff; }
#organization > li > div > p,
#organization > li > div ol li { font-size: 18px; font-weight: 500; line-height: 60px; width: 220px; margin: 40px 10px; max-width: calc(90vw / 5 - 20px);  }
#organization .depth3 .depth3_3 li { font-size: 18px; font-weight: 500; line-height: 60px; width: 220px; margin: 20px 10px; max-width: calc(90vw / 4 - 20px);  }
#organization .depth1 { width: 100%; }
#organization .depth1 div p { position: relative; margin-top:0; max-width: calc(90vw / 3 - 20px); }
#organization .depth1 p { background: #eb2a2e;   }
#organization .depth2 p { position: absolute; left:0; bottom:0; background: #05a8bc; margin-bottom:0; z-index:10; }
#organization .depth3 { position: relative;  }
#organization .depth3 .depth3_1 { width: 100%;}
#organization .depth3 .depth3_1 p {visibility: hidden;background: #4047b7;display: inline-block;max-width: calc(90vw / 4 - 20px);}
#organization .depth3 .depth3_1 ol {position: relative;background: #fff;}
#organization .depth3 .depth3_1 ol li { position: relative;  text-align: center; background: #000; display: inline-block; margin-bottom:0;   }
#organization .depth3 .depth3_3 { width: 100%;}
#organization .depth3 .depth3_3 p {visibility: hidden;background: #4047b7;display: inline-block;max-width: calc(90vw / 4 - 20px);}
#organization .depth3 .depth3_3 ol {position: relative;background: #fff;}
#organization .depth3 .depth3_3 ol li { position: relative;  text-align: center; background: #eee; display: inline-block; margin-bottom:0; color: #666;}
#organization .depth3 .depth3_2 p { background: #dfe3ee; color:#7e8597; position: absolute; top:0; right:200px; }

#organization .depth2::before {/* content:''; */width: calc(50% - 120px);height: 1px;background: #cdd2e3;position: absolute;right: 50%;top: 100px;  z-index:-1;}
#organization .depth2::after {/* content:''; */width: 1px;height: calc(100% - 100px);background: #cdd2e3;position: absolute;left: 120px;top: 100px;margin-left: -0.5px; z-index:-1;}
#organization .depth3 .depth3_2::before { content:''; width: 25%; height: 1px; background: #cdd2e3; position: absolute; left:50%; top: 69.5px; z-index:-1;  }
#organization .depth3 .depth3_1 ol::before {content: '';width: calc(100% - 520px);height: 1px;background: #cdd2e3;position: absolute;left:50%;top: 0;transform: translateX(-50%);}
#organization .depth3 .depth3_1 ol li::before { content: ''; width: 1px; height: 40px; background: #cdd2e3; position: absolute; left: 50%; top: -40px; margin-left: -0.5px; }
#organization .depth3 .depth3_3 ol li::before { content: ''; width: 1px; height: 20px; background: #cdd2e3; position: absolute; left: 50%; top: -20px; margin-left: -0.5px; }

.ogrWrap table { max-width: 800px; float: right; margin-top: 5%; margin-right: 5%;  }

@media all and (max-width:1480px) {
	#organization .depth2::before { width: calc(50% - (90vw / 6 / 2)); }
	#organization .depth2::after { left: calc((90vw / 6 - 20px) / 2 + 10px); }
	#organization .depth3 .depth3_1 ol::before { width: 75%; max-width: 895px;}

	.ogrWrap table { margin-right: 0;  }
}

@media all and (max-width:1024px) {
	#organization .depth3 .depth3_2 p { right: 0; width: 50%; max-width: 24%;}
}

@media all and (max-width:768px) {
	#organization .depth3 .depth3_1 ol::before{width: 75%;}
	#organization > li > div > p,
	#organization > li > div ol li  { margin: 22px 3px; line-height: 50px; max-width: calc(89vw / 5 - 5px);  font-size: 3vw;}
	#organization .depth3 .depth3_1 ol li{margin-top: 30px;}

	#organization .depth2::before { top: 80px; }
	#organization .depth2::after  { top: 80px; height: calc(100% - 80px);  }
	#organization .depth3 .depth3_2::before {  top: 54.5px; }
	#organization .depth3 .depth3_1 ol::before {  }
	#organization .depth3 .depth3_1 ol li::before { height: 30px; top: -30px; }
	#organization .depth3 .depth3_3 ol li::before { height: 15px; top: -15px; }
	#organization .depth3 .depth3_3 li {margin:15px 5px; max-width: calc(90vw / 4 - 10px);}
}


/* intro6 */
.intro6{}
.intro6 .cont{}
.intro6 .cont .box{display: flex; justify-content: space-between; align-items: center;}
.intro6 .cont .box + .box{border-top: 1px solid #e9e9e9; padding-top: 100px; margin-top: 100px;}
.intro6 .cont .box .l_cont{width:100%; max-width: calc(100% - 800px);}
.intro6 .cont .box .l_cont .s_txt{}
.intro6 .cont .box .l_cont .btn_box{margin-top: 65px; display: flex; gap:20px;}
.intro6 .cont .box .l_cont .btn_box .btn{border-radius: 10px; width: 200px; height: 60px; font-size: 20px; font-weight: 700; display: inline-flex; align-items: center; padding-left: 25px; gap:15px;}
.intro6 .cont .box .l_cont .btn_box .btn img{border-radius: 3px; overflow: hidden;}
.intro6 .cont .box .l_cont .btn_box .btn.btn1{color: #252525; background: #fae000;}
.intro6 .cont .box .l_cont .btn_box .btn.btn2{ color: #fff; background-color: #0b89ff;}
.intro6 .cont .box .r_cont{max-width: 800px; width: 100%;}
.intro6 .cont .box .r_cont .root_daum_roughmap .wrap_controllers{display: none;}
.intro6 .cont .box .r_cont .root_daum_roughmap .cont .section.lst{display: none;}

@media all and (max-width:1480px){
	.intro6 .cont .box + .box{padding-top: 80px; margin-top: 80px;}
	.intro6 .cont .box .l_cont{max-width: 50%; padding-right: 50px;}
	.intro6 .cont .box .l_cont .btn_box{margin-top: 55px; gap:15px;}
	.intro6 .cont .box .l_cont .btn_box .btn{border-radius: 8px; width: 170px; height: 56px; padding-left: 22px; gap:13px; font-size: 18px;}
	.intro6 .cont .box .l_cont .btn_box .btn img{max-width: 29px;}
	.intro6 .cont .box .r_cont{max-width: 50%;}
	.intro6 .cont .box .r_cont .root_daum_roughmap .wrap_map{height: 400px !important;}
}
@media all and (max-width:1024px){
	.intro6 .cont .box + .box{padding-top: 70px; margin-top: 70px;}
	.intro6 .cont .box .l_cont{padding-right: 40px;}
	.intro6 .cont .box .l_cont .btn_box{margin-top: 45px; gap:12px;}
	.intro6 .cont .box .l_cont .btn_box .btn{border-radius: 7px; width: 160px; height: 53px; padding-left: 20px; gap:12px; font-size: 17px;}
	.intro6 .cont .box .l_cont .btn_box .btn img{max-width: 27px;}
	.intro6 .cont .box .r_cont .root_daum_roughmap .wrap_map{height: 370px !important;}
}
@media all and (max-width:768px){
	.intro6 .cont .box{flex-direction: column; gap:50px;}
	.intro6 .cont .box + .box{padding-top: 60px; margin-top: 60px;}
	.intro6 .cont .box .l_cont{padding-right: 0; width: 100%; max-width: 100%; text-align: center;}
	.intro6 .cont .box .l_cont .btn_box{margin-top: 40px; gap:10px; justify-content: center;}
	.intro6 .cont .box .l_cont .btn_box .btn{border-radius: 7px; width: 150px; height: 49px; padding-left: 18px; gap:10px; font-size: 16px;}
	.intro6 .cont .box .r_cont{width: 100%; max-width: 100%;}
	.intro6 .cont .box .r_cont .root_daum_roughmap .wrap_map{height: 330px !important;}
}
@media all and (max-width:500px){
	.intro6 .cont .box{gap:40px;}
	.intro6 .cont .box + .box{padding-top: 50px; margin-top: 50px;}
	.intro6 .cont .box .l_cont .btn_box{margin-top: 30px; gap:8px;}
	.intro6 .cont .box .l_cont .btn_box .btn{border-radius: 6px; width: 140px; height: 45px; padding-left: 16px; gap:8px;}
	.intro6 .cont .box .r_cont .root_daum_roughmap .wrap_map{height: 300px !important;}
}


/* product */
.product{}
.product .cont_box{margin-top: 80px;}
.product .cont_box > .cont{display: flex;}
.product .cont_box > .cont + .cont{display: flex; margin-top: 80px; padding-top: 80px; border-top: 1px solid #dedede;}
.product .cont_box .l_cont{width: calc(100% - 74.05405405405405%); padding-left: 25px; position: relative; margin-top: 30px;}
.product .cont_box .l_cont h3{font-size: 30px; color: #000; line-height: 1.4em;}
.product .cont_box .l_cont h3::before{content: ''; width: 5px; height: 32px; background-color: var(--color1); position: absolute; left: 0; top: 8px;}
.product .cont_box .l_cont .btn_box{margin-top: 50px;}
.product .cont_box .l_cont .btn_box li{}
.product .cont_box .l_cont .btn_box li + li{margin-top: 10px;}
.product .cont_box .l_cont .btn_box li a{display: inline-flex; line-height: 60px; font-size: 18px; color: #fff; background-color: var(--color1); width: 240px; border-radius: 10px; font-weight: 700; align-items: center; gap:12px; padding-left: 25px;}
.product .cont_box .l_cont .btn_box li a i{font-size: 24px;}
.product .cont_box .l_cont .btn_box li:nth-child(2) a{background-color: #000000;}
.product .cont_box .r_cont{width: 74.05405405405405%;}
.product .cont_box .r_cont .img{}
.product .cont_box .r_cont .img img{max-width: 100%;}
.product .cont_box .r_cont .cont{margin-top: 20px;}
.product .cont_box .r_cont .cont .tit{margin-bottom: 30px; position: relative; padding: 20px 30px; border-bottom: 1px solid #ddd; cursor: pointer; transition: .4s;}
.product .cont_box .r_cont .cont .tit:hover{background-color: #fafafa;}
.product .cont_box .r_cont .cont .tit::after{content: '↓'; font-family: 'SUIT', sans-serif; position: absolute; top: 50%; transform: translateY(-50%); right: 30px; font-size: 24px;}
.product .cont_box .r_cont .cont .tit.on::after{content: '↑';}
.product .cont_box .r_cont .cont .tit h3{font-size: 24px; color: #000; font-weight: 700;}
.product .cont_box .r_cont .cont .text{flex-wrap: wrap; gap:20px; display: flex;}
.product .cont_box .r_cont .cont .tit + .text{display: none;}
.product .cont_box .r_cont .cont .tit.on + .text{display: flex;}
.product .cont_box .r_cont .cont .text h4{flex: 100%; font-size: 20px; color: var(--color1); line-height: 1.5em; word-break: keep-all;}
.product .cont_box .r_cont .cont .text .t{padding: 30px; border-radius: 15px; background-color: #f8f8f8; font-size: 18px; font-weight: 500; color: #222; line-height: 1.7em; word-break: keep-all; flex:auto; width: calc(100% / 2 - 20px / 2);}
.product .cont_box .r_cont .cont .text .p{padding-left: 20px; font-size: 17px; font-weight: 400; color: #666; margin: 10px 0;}

@media all and (max-width:1480px){
	.product .cont_box{margin-top: 70px;}
	.product .cont_box > .cont + .cont{margin-top: 70px; padding-top: 70px;}
	.product .cont_box .l_cont{width: calc(100% - 70%); padding-left: 22px;}
	.product .cont_box .l_cont h3{font-size: 27px;}
	.product .cont_box .l_cont h3::before{width: 4px; height: 30px;}
	.product .cont_box .l_cont .btn_box{margin-top: 45px;}
	.product .cont_box .l_cont .btn_box li a{font-size: 17px; line-height: 56px; width: 100%; gap:6px; padding-left: 15px; max-width: 200px; border-radius: 8px;}
	.product .cont_box .l_cont .btn_box li a i{font-size: 22px;}
	.product .cont_box .r_cont{width: 70%;}
	.product .cont_box .r_cont .cont .tit{margin-bottom: 25px; padding: 17px 26px;}
	.product .cont_box .r_cont .cont .tit h3{font-size: 22px;}
	.product .cont_box .r_cont .cont .tit::after{right: 26px; font-size: 22px;}
	.product .cont_box .r_cont .cont .text h4{font-size: 19px;}
	.product .cont_box .r_cont .cont .text .t{padding: 26px; border-radius: 13px; font-size: 17px;}
	.product .cont_box .r_cont .cont .text .p{padding-left: 18px; font-size: 16px; margin: 8px 0;}
}
@media all and (max-width:1024px){
	.product .cont_box{margin-top: 60px;}
	.product .cont_box > .cont + .cont{margin-top: 65px; padding-top: 65px;}
	.product .cont_box .l_cont{width: calc(100% - 70%); padding-left: 20px;}
	.product .cont_box .l_cont h3{font-size: 25px;}
	.product .cont_box .l_cont h3::before{width: 3px; height: 28px;}
	.product .cont_box .l_cont .btn_box{margin-top: 40px;}
	.product .cont_box .l_cont .btn_box li a{font-size: 16px; line-height: 52px; width: 100%; gap:6px; padding-left: 13px; max-width: 190px; border-radius: 7px;}
	.product .cont_box .l_cont .btn_box li a i{font-size: 20px;}
	.product .cont_box .r_cont{width: 70%;}
	.product .cont_box .r_cont .cont .tit{margin-bottom: 21px; padding: 15px 23px;}
	.product .cont_box .r_cont .cont .tit h3{font-size: 20px;}
	.product .cont_box .r_cont .cont .tit::after{right: 23px; font-size: 21px;}
}
@media all and (max-width:768px){
	.product .cont_box{margin-top: 55px;}
	.product .cont_box > .cont{flex-direction: column;}
	.product .cont_box > .cont + .cont{margin-top: 60px; padding-top: 60px;}
	.product .cont_box .l_cont{width: 100%; margin-bottom: 30px; margin-top: 0;}
	.product .cont_box .l_cont h3{font-size: 23px;}
	.product .cont_box .l_cont h3::before{top: 3px;}
	.product .cont_box .l_cont h3 br{display: none;}
	.product .cont_box .l_cont .btn_box{display: flex; align-items: center; gap:10px; margin-top: 20px;}
	.product .cont_box .l_cont .btn_box li a{padding: 0 20px 0px 15px;}
	.product .cont_box .l_cont .btn_box li + li{margin-top: 0;}
	.product .cont_box .r_cont{width: 100%;}
	.product .cont_box .r_cont .cont{margin-top: 0;}
	.product .cont_box .r_cont .cont .tit{margin-bottom: 17px; padding: 13px 20px;}
	.product .cont_box .r_cont .cont .tit h3{font-size: 19px;}
	.product .cont_box .r_cont .cont .tit::after{right: 20px; font-size: 19px;}
	.product .cont_box .r_cont .cont .tit.on + .text{display: block; margin-bottom: 30px;}
	.product .cont_box .r_cont .cont .text{gap:0px;}
	.product .cont_box .r_cont .cont .text h4{font-size: 18px;}
	.product .cont_box .r_cont .cont .text h4 + .t{margin-top: 15px;}
	.product .cont_box .r_cont .cont .text .t + h4{margin-top: 20px;}
	.product .cont_box .r_cont .cont .text .t{width: 100%;  padding: 22px; border-radius: 11px; font-size: 16px; line-height: 1.6em;}
	.product .cont_box .r_cont .cont .text .t + .t{margin-top: 20px;}
	.product .cont_box .r_cont .cont .text .p{padding-left: 15px; font-size: 15px; margin: 7px 0;}
}
@media all and (max-width:500px){
	.product .cont_box{margin-top: 50px;}
	.product .cont_box > .cont + .cont{margin-top: 55px; padding-top: 55px;}
	.product .cont_box .l_cont h3{font-size: 21px;}
	.product .cont_box .l_cont h3::before{top: 0px;}
	.product .cont_box .l_cont .btn_box li a{font-size: 15px; line-height: 46px; width: 100%; gap:5px; padding: 0 18px 0px 13px; border-radius: 5px;}
	.product .cont_box .r_cont .cont .tit{margin-bottom: 15px; padding: 11px 2%;}
	.product .cont_box .r_cont .cont .tit h3{font-size: 17px;}
	.product .cont_box .r_cont .cont .tit::after{right: 2%; font-size: 17px;}
	.product .cont_box .r_cont .cont .text h4{font-size: 17px;}
	.product .cont_box .r_cont .cont .text .t{padding: 18px;}
}


/* customer03 */
.customer03{}
.customer03 .cont{}
.customer03 .cont .top_bg{height: 420px; width: 100%; background: url(/images/sub/customer03_bg.webp) no-repeat center center / cover; position: relative;}
.customer03 .cont .top_bg .txt{height: 100%; display: flex; align-items: center; padding-left: 120px;}
.customer03 .cont .top_bg .txt p{font-size: 48px; color: #fff; font-weight: 700;}
.customer03 .cont .cont_box{margin-top: 60px; display: flex;}
.customer03 .cont .cont_box .l_cont{width: 50%; border-right: 1px solid #e5e5e5;}
.customer03 .cont .cont_box .tit{font-size: 36px; color: #000; font-weight: 700; margin-bottom: 30px;}
.customer03 .cont .cont_box .btn_box{display: flex; gap:20px; margin-top: 40px;}
.customer03 .cont .cont_box .btn_box .btn{width: 45%; display: flex; justify-content: center; align-items: center; border: 1px solid #dddddd; line-height: 84px; font-size: 20px; color: #000; font-weight: 500; border-radius: 10px;}
.customer03 .cont .cont_box .btn_box .btn i{color: #000; font-size: 32px; margin-right: 10px;}
.customer03 .cont .cont_box .tel{}
.customer03 .cont .cont_box .tel a{font-size: 56px; color: #000; font-weight: 700;}
.customer03 .cont .cont_box .r_cont{display: flex; width: 50%;}
.customer03 .cont .cont_box .r_cont .box{padding: 0 60px;}
.customer03 .cont .cont_box .r_cont .box  + .box{border-left: 1px solid #e5e5e5;}
.customer03 .cont .cont_box .r_cont .box > p{font-size: 20px; color: #555; margin-top: 10px;}
.customer03 .cont .cont_box .r_cont .box .text{}
.customer03 .cont .cont_box .r_cont .box .text p{font-size: 20px; color: #444;}
.customer03 .cont .cont_box .r_cont .box .text p + p{margin-top: 10px;}


@media all and (max-width:1720px){
	.customer03 .cont .cont_box .r_cont .box{padding: 0 50px;}
}
@media all and (max-width:1480px){
	.customer03 .cont .top_bg{height: 360px;}
	.customer03 .cont .top_bg .txt{padding-left: 5%;}
	.customer03 .cont .top_bg .txt p{font-size: 42px;}
	.customer03 .cont .cont_box{margin-top: 50px; flex-direction: column; gap:60px; margin-top: 45px;}
	.customer03 .cont .cont_box .l_cont{border-right: 0; width: 100%;}
	.customer03 .cont .cont_box .r_cont{ width: 100%;}
	.customer03 .cont .cont_box .r_cont .box{width: 100%;}
	.customer03 .cont .cont_box .r_cont .box:first-child{padding-left: 0;}
	.customer03 .cont .cont_box .tit{font-size: 30px; margin-bottom: 25px;}
	.customer03 .cont .cont_box .tel a{font-size: 48px;}
	.customer03 .cont .cont_box .btn_box{margin-top: 30px;}
	.customer03 .cont .cont_box .btn_box .btn{font-size: 19px; line-height: 74px; width: 100%; padding: 0 10px;}
	.customer03 .cont .cont_box .btn_box .btn i{font-size: 28px; margin-right: 9px;}
	.customer03 .cont .cont_box .r_cont .box > p{font-size: 19px;}
	.customer03 .cont .cont_box .r_cont .box .text p{font-size: 19px;}
}
@media all and (max-width:1024px){
	.customer03 .cont .top_bg{height: 330px;}
	.customer03 .cont .top_bg .txt p{font-size: 38px;}
	.customer03 .cont .cont_box{gap:45px; margin-top: 40px;}
	.customer03 .cont .cont_box .tit{font-size: 27px; margin-bottom: 22px;}
	.customer03 .cont .cont_box .tel a{font-size: 42px;}
	.customer03 .cont .cont_box .btn_box{margin-top: 25px;}
	.customer03 .cont .cont_box .btn_box .btn{font-size: 18px; line-height: 68px;}
	.customer03 .cont .cont_box .btn_box .btn i{font-size: 26px; margin-right: 8px;}
	.customer03 .cont .cont_box .r_cont .box > p{font-size: 18px;}
	.customer03 .cont .cont_box .r_cont .box .text p{font-size: 18px;}
	.customer03 .cont .cont_box .r_cont .box .text p + p{margin-top: 8px;}
	.customer03 .cont .cont_box .r_cont .box{padding: 0 40px;}
}
@media all and (max-width:768px){
	.customer03 .cont .top_bg{height: 300px;}
	.customer03 .cont .top_bg .txt p{font-size: 34px;}
	.customer03 .cont .cont_box{gap:40px; margin-top: 35px;}
	.customer03 .cont .cont_box .tit{font-size: 24px; margin-bottom: 20px;}
	.customer03 .cont .cont_box .tel a{font-size: 37px;}
	.customer03 .cont .cont_box .btn_box{margin-top: 22px;}
	.customer03 .cont .cont_box .btn_box .btn{font-size: 17px; line-height: 62px; border-radius: 8px;}
	.customer03 .cont .cont_box .btn_box .btn i{font-size: 24px; margin-right: 7px;}
	.customer03 .cont .cont_box .r_cont .box > p{font-size: 17px;}
	.customer03 .cont .cont_box .r_cont .box .text p{font-size: 17px;}
	.customer03 .cont .cont_box .r_cont .box .text p + p{margin-top: 7px;}
	.customer03 .cont .cont_box .r_cont .box{padding: 0 35px;}
}
@media all and (max-width:500px){
	.customer03 .cont .top_bg{height: 50vw; min-height: 220px;}
	.customer03 .cont .top_bg .txt p{font-size: 30px;}
	.customer03 .cont .cont_box{gap:0px; margin-top: 30px;}
	.customer03 .cont .cont_box .tit{font-size: 22px; margin-bottom: 15px;}
	.customer03 .cont .cont_box .tel a{font-size: 32px;}
	.customer03 .cont .cont_box .btn_box{margin-top: 20px; gap:10px;}
	.customer03 .cont .cont_box .btn_box .btn{font-size: 16px; line-height: 52px; border-radius: 6px;}
	.customer03 .cont .cont_box .btn_box .btn i{font-size: 22px; margin-right: 6px;}
	.customer03 .cont .cont_box .r_cont{flex-direction: column; padding-top: 30px; margin-top: 30px; border-top: 1px solid #eee;}
	.customer03 .cont .cont_box .r_cont .box > p{font-size: 16px;}
	.customer03 .cont .cont_box .r_cont .box .text p{font-size: 16px;}
	.customer03 .cont .cont_box .r_cont .box .text p + p{margin-top: 6px;}
	.customer03 .cont .cont_box .r_cont .box{padding: 0px; width: 100%;}
	.customer03 .cont .cont_box .r_cont .box + .box{margin-top: 30px; padding-top: 30px; border-top: 1px solid #eee; border-left: 0;}
}


.terms{ border: 10px solid #eee; padding: 50px;}
.terms .box{}
.terms .box + .box{margin-top: 40px;}
.terms .box h3{font-size: 20px; margin-bottom: 12px;}
.terms .box p{line-height: 1.6em; font-size: 17px; font-weight: 300; word-break: keep-all; color: #444;}
.terms .box p + p{margin-top: 10px;}

@media all and (max-width:1480px){
	.terms{padding: 40px; border-width: 8px;}
	.terms .box + .box{margin-top: 35px;}
	.terms .box h3{font-size: 19px; margin-bottom: 10px;}
	.terms .box p{font-size: 16px;}
	.terms .box p + p{margin-top: 8px;}
}
@media all and (max-width:1024px){
	.terms{padding: 35px; border-width: 7px;}
	.terms .box + .box{margin-top: 32px;}
}
@media all and (max-width:768px){
	.terms{padding: 30px; border-width: 6px;}
	.terms .box + .box{margin-top: 28px;}
	.terms .box h3{font-size: 18px; margin-bottom: 8px;}
	.terms .box p{font-size: 15px; line-height: 1.5em;}
	.terms .box p + p{margin-top: 6px;}
}
@media all and (max-width:500px){
	.terms{padding: 25px; border-width: 5px;}
	.terms .box h3{font-size: 17px;}
	.terms .box + .box{margin-top: 25px;}
}


.tab_cate{display: flex; margin-bottom: 50px; justify-content: center;}
.tab_cate li{width: 100%; max-width: 240px; text-align: center; line-height: 56px; font-weight: 600; border: 1px solid #dedede; cursor: pointer;}
.tab_cate li + li{margin-left: -1px;}
.tab_cate li.on{background-color: #eb2a2e; color: #fff;}

.tab_cate2{display: flex; margin-bottom: 50px; justify-content: center; margin-top: -20px;}
.tab_cate2 li{width:100%; max-width: 160px; text-align: center; line-height: 56px; font-weight: 600; border: 1px solid #dedede; cursor: pointer;}
.tab_cate2 li + li{margin-left: -1px;}
.tab_cate2 li.on{background-color: #000; color: #fff;}


.ul_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px 20px;
}

.ul_box .box {
    background: #ffffff;
    padding: 28px 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.ul_box .box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.ul_box .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #eb2a2e;
}

.ul_box .tit {
    margin-bottom: 20px;
}

.ul_box .tit a {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    letter-spacing: -0.3px;
    transition: 0.3s;
}

.ul_box .tit a:hover {
    color: #eb2a2e;
}

.ul_box .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ul_box .list > li {
    margin-bottom: 12px;
}

.ul_box .list > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: 0.25s ease;
}

.ul_box .list > li > a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #eb2a2e;
    transition: 0.3s;
}

.ul_box .list > li > a:hover {
    color: #eb2a2e;
}

.ul_box .list > li > a:hover::after {
    width: 100%;
}

.ul_box .list2 {
    list-style: none;
    margin-top: 10px;
    padding-left: 12px;
    border-left: 2px solid #e6e9f2;
}

.ul_box .list2 li {
    margin-bottom: 8px;
}

.ul_box .list2 a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    transition: 0.2s;
}

.ul_box .list2 a:hover {
    color: #eb2a2e;
}

/* 모바일 */
@media (max-width: 768px) {
    .ul_box {
        grid-template-columns: 1fr;
        gap: 30px;
    }
	.ul_box .tit{margin-bottom: 16px;}
	.ul_box .tit a{font-size: 20px;}
	.ul_box .list > li > a{font-size: 17px;}
	.ul_box .list2 a{font-size: 15px;}
}