@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: 'Pretendard', dotum, sans-serif;background:#fff; min-width:360px}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-family: 'Pretendard', dotum, sans-serif; word-break: keep-all; overflow-wrap: break-word}
h1 {font-size:36px; font-weight:700; letter-spacing:-1px; line-height:150%}
h2 {font-size:28px; font-weight:600; letter-spacing:-0.5px; line-height:150%}
h3 {font-size:18px; font-weight:500; letter-spacing:-0.25px; line-height:150%}
h4 {font-size:16px; font-weight:400; letter-spacing:-0.1px; line-height:150%}
h5 {font-size:14px; font-weight:500; line-height:150%}
h6 {font-size:12px; font-weight:500; line-height:150%}
@media screen and (max-width:1459px) {
h1 {font-size:24px}
h2 {font-size:20px}
h3 {font-size:18px}
h4 {font-size:16px}
h5 {font-size:14px}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: 'Pretendard', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: 'Pretendard', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0; word-break: keep-all; overflow-wrap: break-word}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#222;text-decoration:none}
a:hover {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

.hide-text {
	position: absolute;
	width: 1px;
	height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*공통*/
.area {width:1460px; margin:0 auto; position:relative}
.area:after {display:block;visibility:hidden;clear:both;content:""}
.mrs {display:none !important}
.ulct {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.flex {
	display:flex;
	align-items: center;
}
@media screen and (max-width:1459px) {
.area {width:100%}
.flex {display:block; align-items: normal}
.brs {display:none !important}
.mrs {display:block !important}
.ulct {display:inline-block; width:100%}
img {width:100%; height:auto}
}


#hd {position:relative; width:100%; height:92px; line-height:92px; background:#fff; border-bottom:1px solid #d7d7d7; z-index:999}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd .logo {float:left}
#hd .gnb {float:right}
#hd .gnb ul {display:flex; gap:100px}
#hd .gnb ul li {position:relative}
#hd .gnb dl {display:none}
#hd .gnb dl {
  display: none;
  position: absolute;
  left: 50%;
  transform:translateX(-50%);
  top: 92px;
  text-align: center;
  width: fit-content;
  padding: 0 30px;
  white-space: nowrap; 
  background: #f5f5f5;
  border-radius:0 0 10px 10px;
  z-index: 100;
}
#hd .gnb h3 {line-height:92px}
#hd .gnb a:hover {color:#44d62c}
#hd .gnb .on a {color:#44d62c}
#hd .gnb dt {line-height:normal; margin-bottom:0px}
#hd .gnb dt:last-child {margin-bottom:0}
#hd .gnb dt a {display:inline-block; width:100%; padding:20px 0 10px}
#hd .gnb dt:last-child a {padding-bottom:20px}
#hd .gnb dt a:hover {color:#44D62C}

#hd .gnb ul li:hover dl {display: block}
#hd .gnb i {display:none}
#hd .bar {display:none}

#hd .change {position:fixed; background:#fff; top:0; height:50px; left:0; width:100%; line-height:50px; border-bottom:1px solid #d7d7d7; z-index:999; padding:0 100px;
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
}
#hd .change .area {width:100%}
#hd .change .logo {line-height:50px; padding:0}
#hd .change .logo img {height:30px; width:auto}
#hd .change .gnb h3 {line-height:50px}
#hd .change .gnb li {line-height:50px}
#hd .change .gnb li a {font-size:15px}
#hd .change .gnb li:hover dt {line-height:25px}
#hd .change .gnb li:hover dl {display:block; top:50px}
#hd .change .gnb li:hover dt a {font-size:12px; font-weight:400; padding:10px 0 5px}
#hd .change .gnb dl dt:last-child a {padding-bottom:10px}
#open_bar {display:none}
@media screen and (max-width:1459px) {
#hd {padding:0 20px; width:100%; line-height:45px; height:45px; border-bottom:1px solid #d7d7d7}
#hd .logo img {height:23px; width:auto}
#hd .gnb {display:none}
#hd .bar {display:block; float:right}
#hd .bar button {font-size:22px; color:#000; background:none; border:0}
#hd .change {padding:0 20px; height:45px; line-height:45px}
#hd .change .logo img {height:23px; width:auto}

/* 전체 메뉴 영역 */
#open_bar {
  display:block;
  position:fixed;
  left:0; top:45px;
  width:100%;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  z-index:99999
}

/* 활성화 시 슬라이드 다운 */
#open_bar.active {
  max-height: 1000px;
}

/* 메뉴 항목 */
#open_bar li {
  border-bottom: 1px solid #d7d7d7;
  background: #fff;
}

/* h3 스타일 */
#open_bar h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size:2em;
  cursor: pointer;
  color: #222;
  padding:  20px;
}

/* 아이콘 회전 전환 */
#open_bar h3 i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

/* 서브메뉴 */
#open_bar dl {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f5f5f5;
}

/* 열릴 때 서브 메뉴 */
#open_bar dl.show {
  max-height: 500px;
}

/* 링크 스타일 */
#open_bar dt a {
  text-decoration: none;
  color: inherit;
  display: block;
  font-size: 1.5em;
  font-weight:300;
  padding:20px;
  color:#222
}

/* 햄버거 아이콘 전환 효과 */
.bar button i {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 전환 효과용 클래스 */
.bar button i.fade-out {
  opacity: 0;
  transform: rotate(90deg);
}
}






#visual {position:relative; width:1920px; margin:0 auto; height:900px; background:url('../img/new/visual_bg.jpg') center -250px no-repeat; background-size:cover; overflow:hidden}
#visual:after {display:block;visibility:hidden;clear:both;content:""}
#visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  z-index: 1;
  pointer-events: none;
}
#visual .title {position:relative; margin-top:70px; z-index:9}
#visual .title h1 {font-size:64px; color:#fff; font-weight:700; line-height:124%}
#visual .title h2 {font-size:30px; color:#fff; font-weight:100; letter-spacing:0}
#visual .title .cp2 {margin-top:10px}
#visual .box {position:absolute; background:rgba(255,255,255,0.06); width:980px; left:50%; margin-left:-490px; border:1px solid #fff; border-radius:20px; bottom:70px; z-index:9}
#visual .box .icon img {height:53px; width:auto}
#visual .dos {display:flex; text-align:center}
#visual .dos > * {
  flex: 1 0 25%;
  box-sizing: border-box;
}
#visual .dos a {display:inline-block; width:100%; padding:30px 0; border-right:1px solid #fff}
#visual .dos a:last-child {border-right:0}
#visual .dos .stitle {margin-top:10px}
#visual .dos h2 {font-size:18px; color:#fff}
#visual .dos a:hover h2 {color:#44d62c;
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
}

@media screen and (max-width:1459px) {
#visual {width:100%; padding:50px 20px 0; height:100%; background: url('../img/new/visual_bg.jpg') 30% -60px no-repeat #000; background-size:cover}
#visual .title {margin:0}
#visual .title .cp2 {margin-top:5px}
#visual .title h1 {font-size:2.5em; line-height:1.25em}
#visual .title h2 {font-size:1.25em}
#visual .box {margin-top:50%; position:relative; width:100%; background:#1E211F; left:0; margin-left:0; border:2px solid #44d62c; border-radius:20px; bottom:0; text-align:center}
#visual .box .icon {
  background: #000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; 
}
#visual .box .icon img {height:35px; width:auto}
#visual .dos {
  padding-bottom:15px;
  flex-wrap: wrap;
}
#visual .dos > * {
  flex: 1 0 50%;
}
#visual .dos a {padding:15px 0 0; border-right:0}
#visual .dos h2 {font-size:1.05em}
#visual .dos .stitle {margin-top:5px}
}


#mct_01 {position:relative; padding:150px 0; overflow:hidden}
#mct_01:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .title {position:relative; width:100%; text-align:center; z-index:9}
#mct_01 .title h1 {font-size:80px; color:#000; font-weight:800}
#mct_01 .title .cp2 {margin-top:10px}
#mct_01 .mov {
  width: 980px;
  margin: 50px auto 0;
  position: relative;
}
#mct_01 .mov video {
  width: 100%;
  height: auto;
  display: block;
  border-radius:20px
}
@media screen and (max-width:1459px) {
#mct_01 {padding:0}
#mct_01 .title {position:relative; padding:50px 0; text-align:left; background:#000}
#mct_01 .title h1 {font-size:2em; padding-left:20px; color:#fff}
#mct_01 .title .cp2 {padding:20px; margin-top:20px; border-top:1px solid #fff; border-bottom:1px solid #fff}
#mct_01 .title h3 {font-size:1.25em; color:#fff; text-align:center; line-height:1.5em}
#mct_01 .mov {
	width: 100%;
	padding: 0 ; margin:0
}
#mct_01 .mov video {
  border-radius:0
}
}


#mct_02 {position:relative; width:100%; padding:150px 0; background:url('../img/new/main_bg2.jpg') center top no-repeat; background-size:cover; overflow:hidden}
#mct_02:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .title {text-align:center; margin-bottom:100px}
#mct_02 .title h1 {font-size:80px; color:#222; font-weight:800}
#mct_02 .tabs {display:flex}
#mct_02 .tabs > * {
  flex: 1 0 20%;
  box-sizing: border-box;
}
#mct_02 .tabs button {background:none; border:0; padding:10px 0; border-bottom:2px solid #D7D7D7}
#mct_02 .tabs button:hover {border-bottom:2px solid #000}
#mct_02 .tabs .cp2 {margin-top:5px}
#mct_02 .box {padding-top:30px}
#mct_02 .box ul {display:flex; gap:20px}
#mct_02 .box img {width:100%; height:auto}
#mct_02 .box .sp1 {margin-top:20px}
#mct_02 .tabs button.on {
  border-bottom: 2px solid #000;
}
#mct_02 .box > div {
  display: none;
}
#mct_02 .box > .bt1 {
  display: block;
}

#mct_02 .tabs button h3 {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

#mct_02 .tabs button.on h3 {
  opacity: 1;
}


@media screen and (max-width:1459px) {
#mct_02 {padding:50px 20px; background:#fff}
#mct_02 .title {text-align:left; margin-bottom:30px}
#mct_02 .title h1 {font-size:2em}
#mct_02 .tabs {flex-direction: column}
#mct_02 li {float:left; width:49%; margin-right:2%}
#mct_02 li:last-child {margin-right:0}
#mct_02 li img {border-radius:10px}
#mct_02 .tabs button:first-child {margin-top:0}
#mct_02 .tabs button {
	position:relative;
    pointer-events: none;
    margin-bottom: 10px;
    border-bottom: 0;
    padding: 0;
	margin-top:20px;
	color:#000
}
#mct_02 .tabs button.on {border-bottom: 0}
#mct_02 .tabs .cp1 h3 {float:left}
#mct_02 .tabs .cp2 h3 {position:absolute; right:0; top:50%; transform:translateY(-50%)}
#mct_02 .tabs button.on h3 {opacity: 1}
#mct_02 .tabs button h3 {opacity: 1; font-size:1.25em}
#mct_02 .sp1 {display:none}
}



#mct_03 {position:relative; width:100%; padding:150px 0; background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(0,0,0,1) 100%); overflow:hidden}
#mct_03:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .bg1 {width:100%; height:500px; background:url('../img/new/thum11.jpg') center no-repeat; background-size:cover}
#mct_03 .bg2 {width:100%; height:500px; background:url('../img/new/thum12.jpg') center no-repeat; background-size:cover}
#mct_03 .bg3 {width:100%; height:500px; background:url('../img/new/thum13.jpg') center no-repeat; background-size:cover}
#mct_03 .title {text-align:center; margin-bottom:50px}
#mct_03 .title h1 {font-size:80px; color:#fff; font-weight:700}
#mct_03 .sop {margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #d7d7d7}
#mct_03 .sop:last-child {margin:0; padding:0; border:0}
#mct_03 .sop:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .sop .cp1 {float:left; position:relative; width:690px}
#mct_03 .sop .cp1 .stitle {position:absolute; width:100%; bottom:0; left:0; background:rgba(0,0,0,0.5); padding:10px 20px}
#mct_03 .sop .cp1 .stitle h4 {font-size:90px; color:#44D62C; font-weight:700}
#mct_03 .sop .cp1 .stitle h2 {color:#fff}
#mct_03 .sop .cp1 .stitle ul {display:flex; align-items: center; gap:10px}
#mct_03 .sop .cp2 {float:right; width:730px}
#mct_03 .sop .cp2 h2 {color:#fff}
#mct_03 .sop .cp2 i {color:#44D62C}
#mct_03 .sop .cp2 .stitle2 {margin-bottom:30px}
#mct_03 .sop .cp2 .mt50 {margin-top:50px}
#mct_03 .sop .zp {background:rgba(255,255,255,0.12); border-radius:10px; padding:20px; margin-bottom:10px}
#mct_03 .sop .zp:last-child {margin:0}
#mct_03 .sop .zp h3 {color:#fff; line-height:30px}
#mct_03 .sop .ap {display:none}
#mct_03 .sop .line {display:none}
@media screen and (max-width:1459px) {
#mct_03 {padding:50px 20px; background:url('../img/new/main_bg2.jpg') center top no-repeat; background-size:cover}
#mct_03 .bg1 {height:150px; border-radius:5px}
#mct_03 .bg2 {height:150px; border-radius:5px}
#mct_03 .bg3 {height:150px; border-radius:5px}
#mct_03 .title {text-align:left; margin-bottom:30px}
#mct_03 .title h1 {color:#000; font-size:2em}
#mct_03 .sop {background:#333; border-radius:5px; padding:20px; margin-bottom:10px; border-bottom:0}
#mct_03 .sop:last-child {margin:0; padding:20px; border:0}
#mct_03 .sop .cp1 {float:none; display:block; width:100%}
#mct_03 .sop .cp1 .stitle {display:none}
#mct_03 .sop .cp2 {float:none; display:block; width:100%}
#mct_03 .sop .cp2 .stitle2 {margin-bottom:10px}
#mct_03 .sop .cp2 .stitle2 i {display:none}
#mct_03 .sop .cp2 .mt50 {display:none}
#mct_03 .sop .cp2 h3 {font-size:1.25em}
#mct_03 .sop .zp {display:none}
#mct_03 .sop .line {display:block; width:10%; margin:10px 0;  height:5px; background:#44D62C}
#mct_03 .sop .ap {display:block}
#mct_03 .sop .ap h3 {font-size:1.05em; font-weight:300; color:#fff; line-height:1.25em}
}




#mct_04 {position:relative; width:100%; padding:150px 0; background:url('../img/new/main_bg3.jpg') center bottom no-repeat; background-size:cover; overflow:hidden}
#mct_04:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .title {text-align:center; margin-bottom:50px}
#mct_04 .title h1 {font-size:80px; color:#fff; font-weight:700}
#mct_04 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .box .cp1 {float:left}
#mct_04 .box .cp1 h1 {color:#fff}
#mct_04 .box .cp1 span {color:#44D62C}
#mct_04 .box .cp2 {float:right; width:900px}
#mct_04 .box .cp2 ul {display:flex; gap:20px; flex-wrap: wrap}
#mct_04 .box .cp2 ul li {flex: 0 0 calc(50% - 20px)}
#mct_04 .box .cp2 h3 {color:#fff; font-weight:300}
#mct_04 .box .cp2 .txts {margin-bottom:50px}
#mct_04 .slide-indicator {display:none}
@media screen and (max-width:1459px) {
#mct_04 {padding:50px 20px}
#mct_04 .title {margin-bottom:30px; text-align:left}
#mct_04 .title h1 {font-size:2em}
#mct_04 .box .cp1 {float:none; display:block; width:100%; border-top:1px solid #fff; border-bottom:1px solid #fff; padding:10px 0; text-align:center; margin-bottom:30px}
#mct_04 .box .cp1 h1 {font-size:1.5em}
#mct_04 .box .cp2 {float:none; display:block; width:100%}
#mct_04 .dos {position: relative}
#mct_04 .dos ul.autoslide {
	display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scroll-behavior: smooth;
}
#mct_04 .dos ul.autoslide::-webkit-scrollbar {display: none}
#mct_04 .dos ul.autoslide li {
	flex: 0 0 100%;
    scroll-snap-align: center;
}
#mct_04 .slide-indicator {
	display:block;
    position: absolute;
    bottom: 10px;
    right: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
  }
#mct_04 .box .cp2 h3 {font-size:1.05em; line-height:1.25em}
#mct_04 .box .cp2 .txts {margin-bottom:30px}
}








#mct_05 {position:relative; width:100%; padding:150px 0; background:url('../img/new/main_bg4.jpg') center no-repeat; background-size:cover; overflow:hidden}
#mct_05:after {display:block;visibility:hidden;clear:both;content:""}
#mct_05 .title {text-align:center; margin-bottom:50px}
#mct_05 .title h1 {font-size:80px; color:#000; font-weight:700}
#mct_05 .box:after {display:block;visibility:hidden;clear:both;content:""}

#mct_05 .box {
  width: 100%;
  overflow: hidden;
  padding: 0; /* 패딩이 아니라, 자식이 중앙정렬되도록 처리 */
  display: flex;
  justify-content: center;
}

#mct_05 .box ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

#mct_05 .box ul li {
  width: 400px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}





#mct_05 .box .txts {background:#fff; padding:20px}
#mct_05 .box .t_hd:after {display:block;visibility:hidden;clear:both;content:""}
#mct_05 .box .t_hd {
  display: flex;
  justify-content: space-between;
  align-items: center; /* 세로 가운데 정렬 */
  margin-bottom:20px
}
#mct_05 .box .t_hd .cp1 h4 {display:inline-block; padding:10px 20px; border-radius:20px; border:1px solid #464646; color:#464646}
#mct_05 .box .t_hd .cp2 h4 {color:#464646}
#mct_05 .box .t_hd .cp2 {margin-left:auto}
#mct_05 .box .sbjt {
  max-width: 360px;
}
#mct_05 .box .sbjt h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width:1459px) {
#mct_05 {padding:50px 0}
#mct_05 .title {text-align:left; padding-left:20px; margin-bottom:30px}
#mct_05 .title h1 {font-size:2em}
#mct_05 .box {display: block}
#mct_05 .box ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    gap: 10px;
    scroll-snap-type: x mandatory;
}
#mct_05 .box ul li {
	flex: 0 0 80%;
	scroll-snap-align: center;
}
#mct_05 .box .t_hd {margin-bottom:10px}
#mct_05 .box .t_hd .cp1 h4 {padding:5px 10px; font-size:1.05em}
#mct_05 .box .t_hd .cp2 h4 {font-size:1.05em}
#mct_05 .box .sbjt {width:250px}
#mct_05 .box .sbjt h3 {font-size:1.25em}
}





#mct_06 {position:relative; overflow:hidden}
#mct_06:after {display:block;visibility:hidden;clear:both;content:""}
#mct_06 .sop {padding:100px 0; background:#000}
#mct_06 .sop h1 {color:#fff; margin-bottom:10px}
#mct_06 .sop h3 {color:#fff; font-weight:300}
#mct_06 .dos {
  position: relative;
  width: 100%;
  padding: 250px 0;
  background: url('../img/new/main_bg5.jpg') center no-repeat;
  background-size: cover;
  overflow: visible;
}
#mct_06 .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 1459px) {
#mct_06 .sop {padding:20px; background:#333}
#mct_06 .sop h1 {margin-bottom:5px}
#mct_06 .sop span {color:#44D62C}
#mct_06 .dos {padding:50px 0}
#mct_06 .swiper-slide {
    opacity: 0.75;
    transition: opacity 0.3s ease, width 0.3s ease;
}
#mct_06 .swiper-slide-active {
	opacity: 1;
}
#mct_06 .ref {padding:20px; background:#333}
#mct_06 .ref h3 {font-size:1.25em; color:#fff; font-weight:300; line-height:1.5em}
}



#ft {position:relative; padding:100px 0; background: linear-gradient(-45deg,  rgba(21,67,14,1) 0%,rgba(0,0,0,1) 100%)}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#ft .sop {margin-bottom:50px}
#ft .sop:after {display:block;visibility:hidden;clear:both;content:""}
#ft .logo {float:left}
#ft .logo img {height:56px; width:auto}
#ft .fnb {float:right}
#ft .fnb ul {display:flex; gap:200px}
#ft .fnb h3 {font-size:17px; display:inline-block}
#ft .fnb h5 {font-size:16px; display:inline-block}
#ft .fnb i {display:none}
#ft .fnb a {color:#fff}
#ft .fnb dl {margin-top:20px}
#ft .fnb dt {margin-bottom:10px}
#ft .fnb dt a {font-weight:300}
#ft .copy h4 {color:#fff; font-weight:300; line-height:25px}
#ft .copy span {font-weight:100; margin:0 5px; color:rgba(255,255,255,0.75)}
#ft .cus {position:absolute; right:0; bottom:0; background:rgba(255,255,255,0.15); padding:20px 75px; border-radius:10px}
#ft .cus h4 {color:#fff}
#ft .cus .cr1 {color:#44D62C}
#ft .cus .cr2 {color:#fff}
#ft .cus span {font-weight:100; margin:0 10px; color:rgba(255,255,255,0.75)}
@media (max-width: 1459px) {
#ft {padding:50px 20px}
#ft .sop {margin-bottom:30px}
#ft .logo {float:none; display:block}
#ft .logo img {height:30px; width:auto}
#ft .logo p {font-size:1.05em; margin-top:5px}
#ft .fnb {display:none}
#ft .copy h4 {font-size:1.05em; line-height:1.5em}
#ft .cus {position:relative; text-align:center; margin:30px 0; padding:15px 0; width:100%}
#ft .cus span {margin:0 5px}
}


#sub_gnb {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#sub_gnb:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#sub_gnb ul {
  display: flex;
}
#sub_gnb ul > * {
  flex: 1 0 0; 
}
#sub_gnb a {
  display: inline-block;
  width: 100%;
  line-height:84px; 
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
#sub_gnb .on a {
  color: rgba(0, 0, 0, 1);
  border-bottom: 2px solid #000;
}
#sub_gnb.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
#sub_gnb.fixed a {
  line-height:55px;
  font-size: 15px;
}

@media (max-width: 1459px) {
  #sub_gnb ul {
    flex-wrap: nowrap;
  }
  #sub_gnb span {display:none}
  #sub_gnb ul > li {
    flex: 1 0 0; /* li 수에 맞게 균등 분배 */
  }

  #sub_gnb a {
    padding: 15px 0;
	line-height:normal;
    font-size: 1.25em;
    white-space: normal; /* 길어도 줄바꿈 가능하게 */
  }
  #sub_gnb.fixed {top:45px}
  #sub_gnb.fixed a {
    padding: 15px 0;
	line-height:normal;
    font-size: 1.25em;
  }
}


#sec1 {position:relative; width:100%; background:#F5F5F5; padding:150px 0; overflow:hidden}
#sec1:after {display:block;visibility:hidden;clear:both;content:""}
#sec1 .cp2 {margin:10px 0 30px}
#sec1 .cp4 {margin:30px 0 0}
#sec1 h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec1 h3 {opacity:0.85}
#sec1 a {display:inline-block; padding:15px 30px; background:#44D62C; border-radius:10px; color:#fff; font-size:16px; font-weight:600}
@media (max-width: 1459px) {
#sec1 {padding:50px 20px; background:#fff}
#sec1 .cp2 {margin:5px 0 20px}
#sec1 .cp4 {margin:20px 0 0}
#sec1 h6 {font-size:1.25em}
#sec1 h1 {font-size:2em}
#sec1 h3 {font-size:1.05em}
#sec1 a {padding:10px 25px; font-size:1.25em}
}


#sec2 {position:relative; width:100%; background:#fff; padding:150px 0; overflow:hidden}
#sec2:after {display:block;visibility:hidden;clear:both;content:""}
#sec2 .title .cp2 {margin:10px 0 0}
#sec2 .title h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec2 .box {margin-top:50px}
#sec2 .box:after {display:block;visibility:hidden;clear:both;content:""}
#sec2 .box ul {display:flex; gap:20px}
#sec2 .box ul > li {flex: 1 0 0}
#sec2 .box li {background:#333; border-radius:10px; padding:50px; text-align:center}
#sec2 .box .icon img {height:60px; width:auto}
#sec2 .box .line {width:30px; height:2px; background:#fff; margin:20px auto}
#sec2 .box .sp1 {margin:20px 0 10px}
#sec2 .box h3 {color:#fff}
#sec2 .box h4 {color:#fff}
@media (max-width: 1459px) {
#sec2 {padding:50px 20px; background:#F5F5F5}
#sec2 .title .cp2 {margin:5px 0 20px}
#sec2 .title h6 {font-size:1.25em}
#sec2 .title h1 {font-size:2em}
#sec2 .box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 가로 2칸 고정 */
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#sec2 .box ul > li {
  box-sizing: border-box;
}

#sec2 .box {margin-top:30px}
#sec2 .box li {background:#333; border-radius:10px; padding:20px; text-align:center}
#sec2 .box .icon {
  background: #000;
  width: 60px;      /* 원형 너비 */
  height: 60px;     /* 원형 높이 */
  border-radius: 50%; /* 원형으로 만들기 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;  /* 이미지가 원 밖으로 나오지 않게 */
  margin:0 auto; 
}

#sec2 .box .icon img {
  height: 30px;
  width: auto;
}
#sec2 .box .line {width:30px; height:2px; background:#fff; margin:20px auto}
#sec2 .box .sp1 {margin:20px 0 10px}
#sec2 .box h3 {font-size:1.25em}
#sec2 .box h4 {font-size:1.05em}
#sec2 .box .line {width:100%; height:1px; margin:10px auto}
#sec2 .box .sp1 {margin:10px 0 5px}
#sec2 span {color:#44D62C}
}


#sec3 {position:relative; width:100%; padding:150px 0; background:#333; overflow:hidden}
#sec3:after {display:block;visibility:hidden;clear:both;content:""}
#sec3 .bg1 {width:100%; height:500px; background:url('../img/new/thum11.jpg') center no-repeat; background-size:cover}
#sec3 .bg2 {width:100%; height:500px; background:url('../img/new/thum12.jpg') center no-repeat; background-size:cover}
#sec3 .bg3 {width:100%; height:500px; background:url('../img/new/thum13.jpg') center no-repeat; background-size:cover}
#sec3 .title {margin-bottom:50px}
#sec3 .title .cp2 {margin:10px 0 0}
#sec3 .title h1 {color:#fff}
#sec3 .title h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec3 .sop {margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #d7d7d7}
#sec3 .sop:last-child {margin:0; padding:0; border:0}
#sec3 .sop:after {display:block;visibility:hidden;clear:both;content:""}
#sec3 .sop .cp1 {float:left; position:relative; width:690px}
#sec3 .sop .cp1 .stitle {position:absolute; width:100%; bottom:0; left:0; background:rgba(0,0,0,0.5); padding:10px 20px}
#sec3 .sop .cp1 .stitle h4 {font-size:90px; color:#44D62C; font-weight:700}
#sec3 .sop .cp1 .stitle h2 {color:#fff}
#sec3 .sop .cp1 .stitle ul {display:flex; align-items: center; gap:10px}
#sec3 .sop .cp2 {float:right; width:730px}
#sec3 .sop .cp2 h2 {color:#fff}
#sec3 .sop .cp2 i {color:#44D62C}
#sec3 .sop .cp2 .stitle2 {margin-bottom:30px}
#sec3 .sop .cp2 .mt50 {margin-top:50px}
#sec3 .sop .zp {background:rgba(255,255,255,0.12); border-radius:10px; padding:20px; margin-bottom:10px}
#sec3 .sop .zp:last-child {margin:0}
#sec3 .sop .zp h3 {color:#fff; line-height:30px}
#sec3 .sop .ap {display:none}
#sec3 .sop .line {display:none}
@media screen and (max-width:1459px) {
#sec3 {padding:50px 20px}
#sec3 .bg1 {height:150px; border-radius:5px}
#sec3 .bg2 {height:150px; border-radius:5px}
#sec3 .bg3 {height:150px; border-radius:5px}
#sec3 .title {margin-bottom:30px}
#sec3 .title .cp2 {margin:5px 0 20px}
#sec3 .title h6 {font-size:1.25em}
#sec3 .title h1 {font-size:2em}
#sec3 .sop {background:rgba(255,255,255,0.1); border-radius:5px; padding:20px; margin-bottom:10px; border-bottom:0}
#sec3 .sop:last-child {margin:0; padding:20px; border:0}
#sec3 .sop .cp1 {float:none; display:block; width:100%}
#sec3 .sop .cp1 .stitle {display:none}
#sec3 .sop .cp2 {float:none; display:block; width:100%}
#sec3 .sop .cp2 .stitle2 {margin-bottom:10px}
#sec3 .sop .cp2 .stitle2 i {display:none}
#sec3 .sop .cp2 .mt50 {display:none}
#sec3 .sop .cp2 h3 {font-size:1.25em}
#sec3 .sop .zp {display:none}
#sec3 .sop .line {display:block; width:10%; margin:10px 0;  height:5px; background:#44D62C}
#sec3 .sop .ap {display:block}
#sec3 .sop .ap h3 {font-size:1.05em; font-weight:300; color:#fff; line-height:1.25em}
}

#sec4 {position:relative; width:100%; background:#fff; padding:150px 0; overflow:hidden}
#sec4:after {display:block;visibility:hidden;clear:both;content:""}
#sec4 .title .cp2 {margin:10px 0 0}
#sec4 .title h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec4 .box {background:#f5f5f5; padding:50px 0; text-align:center; border-radius:10px; margin-top:50px}
#sec4 .box .stitle {margin-bottom:30px}
#sec4 .box .stitle .cp1 {margin-bottom:10px}
#sec4 .arrow1 {text-align:center; margin:50px 0}
#sec4 .arrow1 i {color:#44D62C; font-size:72px}
#sec4 .hod:after {display:block;visibility:hidden;clear:both;content:""}
#sec4 .hod .dos {float:left; width:49%; margin-right:2%; background:#f5f5f5; border-radius:10px; padding:50px}
#sec4 .hod .dos:last-child {margin-right:0}
#sec4 .hod .dos .arrow2 {text-align:center; margin:20px 0}
#sec4 .hod .dos .ref {background:#fff; padding:30px}
#sec4 .hod .dos .ref .sp1 {margin-bottom:20px}
#sec4 .hod .dos .ref .sp1 h3 {font-weight:800}
#sec4 .hod .dos .sp3 {display:none}
#sec4 .hod .zip h2 {display:inline-block; width:100%; padding:30px 0; text-align:center; background:#44d62c}

@media (max-width: 1459px) {
#sec4 {padding:50px 20px; background:#fff}
#sec4 .title .cp2 {margin:5px 0 20px}
#sec4 .title h6 {font-size:1.25em}
#sec4 .title h1 {font-size:2em}
#sec4 .box {background:#333; padding:20px; margin-top:30px}
#sec4 .box .stitle {margin-bottom:20px}
#sec4 .box .stitle .cp1 {margin-bottom:5px}
#sec4 .box .stitle h2 {font-size:1.25em; color:#fff}
#sec4 .box .stitle h3 {font-size:1.05em; color:#fff}
#sec4 .arrow1 {margin:30px 0}
#sec4 .arrow1 i {font-size:30px}
#sec4 .hod .dos {float:none; width:100%; margin-right:0; padding:30px 20px; background:#f5f5f5; margin-bottom:30px}
#sec4 .hod .dos:last-child {margin:0}
#sec4 .hod .dos .arrow2 {text-align:center; margin:10px 0}
#sec4 .hod .dos .arrow2 img {height:20px; width:auto}
#sec4 .hod .dos .ref {background:#fff; padding:20px; border-left:3px solid #333}
#sec4 .hod .dos .ref .sp1 {margin-bottom:10px}
#sec4 .hod .dos .sp3 {display:block; margin-bottom:20px}
#sec4 .hod .dos .sp3 h6 {font-size:1.5em; font-weight:700; margin-bottom:5px}
#sec4 .hod .dos .sp3 p {font-size:1.05em; font-weight:400}
#sec4 .hod .zip h2 {padding:20px 0; font-size:1.25em}
#sec4 .hod .dos .ref h3 {font-size:1.25em}
#sec4 .hod .dos .ref .sp2 h3 {font-size:1.05em}
#sec4 .hd {display:none}
}


#sec5 {position:relative; width:100%; background:#f5f5f5; padding:150px 0; overflow:hidden}
#sec5:after {display:block;visibility:hidden;clear:both;content:""}
#sec5 .title .cp2 {margin:10px 0 0}
#sec5 .title h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec5 .box {margin-top:50px}
#sec5 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sec5 .box ul > li {
  flex: 0 0 calc(25% - 15px);
  background: #fff;
  border-radius: 10px;
  text-align:center;
  padding:20px 0
}
#sec5 .box img {height:35px; width:auto}
@media (max-width: 1459px) {
#sec5 {padding:50px 20px;}
#sec5 .title .cp2 {margin:5px 0 20px}
#sec5 .title h6 {font-size:1.25em}
#sec5 .title h1 {font-size:2em}
#sec5 .box {margin-top:30px}
#sec5 .box ul {
  gap: 10px;
}
#sec5 .box ul > li {
	flex: 0 0 calc(50% - 5px); /* 2개씩 보이도록 */
}
#sec5 .box img {height:20px; width:auto}
}



#sec6 {position:relative; width:100%; padding:150px 0 200px; background:url('../img/new/sub_bg1.jpg') center no-repeat; background-size:cover; overflow:hidden}
#sec6:after {display:block;visibility:hidden;clear:both;content:""}
#sec6 .title .cp2 {margin:10px 0 0}
#sec6 .title h6 {font-size:22px; color:#44D62C; font-weight:700}
#sec6 .box {margin-top:50px}
#sec6 .mapb {position:absolute; bottom:-50px; height:120px; width:100%; padding:20px; left:0; background:#fff; border-radius:10px}
#sec6 .mapb .sp2 {margin-top:10px}
#sec6 .mapb h3 {font-weight:700}
#sec6 .mapb h4 {font-weight:500}

@media (max-width: 1459px) {
#sec6 {padding:50px 20px 100px;}
#sec6 .title .cp2 {margin:5px 0 20px}
#sec6 .title h6 {font-size:1.25em}
#sec6 .title h1 {font-size:2em}
#sec6 .box {margin-top:30px}
#sec6 .mapb {position:absolute; bottom:-30px; height:100px; width:100%; padding:20px 10px; left:0; background:#fff; border-radius:10px}
#sec6 .mapb .sp2 {margin-top:5px}
#sec6 .mapb h3 {font-size:1.25em}
#sec6 .mapb h4 {font-size:1.05em}

}



#sec7 {position:relative; width:100%; background:#F5F5F5; padding:150px 0; overflow:hidden}
#sec7:after {display:block;visibility:hidden;clear:both;content:""}
#sec7 .cp2 {margin:0 0 30px}
#sec7 h3 {opacity:0.85}
#sec7 .box {margin-top:50px}
#sec7 .box ul {display:flex; gap:20px}
#sec7 .box ul > * {
  flex: 0 0 calc((100% - 40px) / 3);
}
@media (max-width: 1459px) {
#sec7 {padding:50px 0 50px 20px}
#sec7 .cp2 {margin:0 0 20px}
#sec7 h1 {font-size:2em}
#sec7 h3 {font-size:1.05em}
#sec7 .box {margin-top:30px}
#sec7 .box ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	gap:10px
}
#sec7 .box ul > * {
	flex: 0 0 80%;
	scroll-snap-align: start;
}
#sec7 .box ul {
	padding-bottom: 0px;
}
#sec7 .box ul::-webkit-scrollbar {
	display: none;
}
}


#sec8 {position:relative; width:100%; padding:150px 0; overflow:hidden}
#sec8:after {display:block;visibility:hidden;clear:both;content:""}
#sec8 .box {text-align:center; margin-top:50px}
@media (max-width: 1459px) {
#sec8 {padding:50px 20px; background:#333}
#sec8 h1 {color:#fff}
#sec8 .box {padding:0px; margin-top:30px; background:none}
}

#sec9 {position:relative; width:100%; padding:150px 0; background:#f5f5f5; overflow:hidden}
#sec9:after {display:block;visibility:hidden;clear:both;content:""}
#sec9 .title {margin-bottom:50px}
#sec9 .tabs {display:flex}
#sec9 .tabs > * {
  flex: 1 0 20%;
  box-sizing: border-box;
}
#sec9 .tabs button {background:none; border:0; padding:10px 0; border-bottom:2px solid #D7D7D7}
#sec9 .tabs button:hover {border-bottom:2px solid #000}
#sec9 .tabs .cp2 {margin-top:5px}
#sec9 .box {padding-top:30px}
#sec9 .box ul {display:flex; gap:20px}
#sec9 .box img {width:100%; height:auto}
#sec9 .box .sp1 {margin-top:20px}
#sec9 .tabs button.on {
  border-bottom: 2px solid #000;
}
#sec9 .box > div {
  display: none;
}
#sec9 .box > .bt1 {
  display: block;
}

#sec9 .tabs button h3 {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

#sec9 .tabs button.on h3 {
  opacity: 1;
}
@media screen and (max-width:1459px) {
#sec9 {padding:50px 20px; background:#fff}
#sec9 .title {text-align:left; margin-bottom:30px}
#sec9 .title h1 {font-size:2em}
#sec9 .tabs {flex-direction: column}
#sec9 li {float:left; width:49%; margin-right:2%}
#sec9 li:last-child {margin-right:0}
#sec9 li img {border-radius:10px}
#sec9 .tabs button:first-child {margin-top:0}
#sec9 .tabs button {
	position:relative;
    pointer-events: none;
    margin-bottom: 10px;
    border-bottom: 0;
    padding: 0;
	margin-top:20px;
	color:#000
}
#sec9 .tabs button.on {border-bottom: 0}
#sec9 .tabs .cp1 h3 {float:left}
#sec9 .tabs .cp2 h3 {position:absolute; right:0; top:50%; transform:translateY(-50%)}
#sec9 .tabs button.on h3 {opacity: 1}
#sec9 .tabs button h3 {opacity: 1; font-size:1.25em}
#sec9 .sp1 {display:none}
}


#sec10 {position:relative; width:100%; padding:150px 0; background:#000; overflow:hidden}
#sec10:after {display:block;visibility:hidden;clear:both;content:""}
#sec10 .box {text-align:center; margin-top:100px}
#sec10 h1 {color:#fff}
#sec10 .sop {display:none}
@media (max-width: 1459px) {
#sec10 {padding:50px 20px; background:#000}
#sec10 .box {margin-top:30px}
#sec10 .sop {display:block; background:#333; margin-top:30px; padding:30px 20px; border-radius:10px}
#sec10 .ref {padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #808080}
#sec10 .ref:last-child {margin-bottom:0; padding-bottom:0; border:0}
#sec10 .ref .sp1 h5 {font-size:1.25em; color:#fff; font-weight:700; margin-bottom:5px}
#sec10 .ref .sp2 h5 {font-size:1.05em; color:#fff; font-weight:300}
}


#sec11 {position:relative; width:100%; padding:150px 0; overflow:hidden}
#sec11:after {display:block;visibility:hidden;clear:both;content:""}
#sec11 .box {margin-top:50px}
#sec11 .box ul {display:flex; gap:20px}
#sec11 .box ul > * {
  flex: 0 0 calc((100% - 40px) / 3);
}
#sec11 .box li {background:#f5f5f5; border-radius:10px; padding:30px}
#sec11 .box .sp1 {margin:20px 0 10px}
#sec11 .box h3 {font-weight:700}
@media (max-width: 1459px) {
#sec11 {padding:50px 20px}
#sec11 .box {margin-top:30px}
#sec11 .box ul {
  display: block; 
  gap: 0;
}
#sec11 .box ul > * {
  flex: none;
  width: 100%;
}
#sec11 .box li:nth-child(2) {margin:10px 0}
#sec11 .box img {height:35px; width:auto}
#sec11 .box .sp1 {margin:10px 0 5px}
#sec11 .box h3 {font-size:1.25em}
#sec11 .box h4 {font-size:1.05em}
}

#sec12 {position:relative; width:100%; background:#F5F5F5; padding:150px 0; overflow:hidden}
#sec12:after {display:block;visibility:hidden;clear:both;content:""}
#sec12 .cp2 {margin:0 0 30px}
#sec12 h3 {opacity:0.85}
#sec12 .box {margin:50px 0 0; padding:50px 0; border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7}
#sec12 .box2 {padding:50px 0; text-align:center; background:#fff; border-radius:10px; margin-top:50px}
@media (max-width: 1459px) {
#sec12 {padding:50px 20px; background:#fff}
#sec12 .cp2 {margin:0 0 20px}
#sec12 h1 {font-size:2em}
#sec12 h3 {font-size:1.05em}
#sec12 .box {margin-top:30px}
#sec12 .box {margin:30px 0 0 0; padding:0; border:0}
#sec12 .box2 {padding:30px 20px; background:#f5f5f5; margin-top:30px}
}


#sec13 {position:relative; width:100%; padding:150px 0; overflow:hidden}
#sec13:after {display:block;visibility:hidden;clear:both;content:""}
#sec13 .box {margin-top:50px}
#sec13 .box ul {display:flex; gap:20px}
#sec13 .box ul > * {
  flex: 0 0 calc((100% - 40px) / 3);
}
#sec13 .box .thum {background:#f5f5f5; padding:30px 0; border-radius:10px; text-align:center; margin-bottom:20px}
#sec13 .box .stitle .cp2 {margin:10px 0 5px}
#sec13 .box .stitle h6 {font-size:28px; color:#44D62C; font-weight:700}
#sec13 .box .stitle h3 {font-weight:700}
#sec13 .box .stitle h4 {color:#333}
@media (max-width: 1459px) {
#sec13 {padding:50px 20px; background:#333}
#sec13 .title h1 {color:#fff}
#sec13 .box {margin-top:30px}
#sec13 .box ul {
  display: block; 
  gap: 0;
}
#sec13 .box ul > * {
  flex: none;
  width: 100%;
}
#sec13 .box .thum {padding:20px; margin-bottom:10px}
#sec13 .box li:nth-child(2) {margin:30px 0; padding:30px 0; border-top:1px solid #808080; border-bottom:1px solid #808080}
#sec13 .box .stitle .cp2 {margin:5px 0}
#sec13 .box .stitle h6 {font-size:1.25em}
#sec13 .box .stitle h3 {font-size:1.25em; color:#fff}
#sec13 .box .stitle h4 {font-size:1.05em; color:#B8B8B8}
}

#sec14 {position:relative; width:100%; background:#f5f5f5; padding:150px 0; overflow:hidden}
#sec14:after {display:block;visibility:hidden;clear:both;content:""}
#sec14 .box {background:#ABC1D1; margin-top:50px; border-radius:10px; text-align:center; padding:50px 0}
@media (max-width: 1459px) {
#sec14 {padding:50px 20px; background:#fff}
#sec14 .box {background:#fff; margin-top:30px; padding:0}
}



#sec15 {position:relative; width:100%; background:#fff; padding:150px 0; overflow:hidden}
#sec15:after {display:block;visibility:hidden;clear:both;content:""}
#sec15 .stitle {margin:50px 0 30px}
#sec15 .stitle i {color:#44D62C; font-size:30px}
#sec15 .box ul {display:flex; gap:20px}
#sec15 .box:first-child  ul > * {
  flex: 0 0 calc((100% - 20px) / 2);
}
#sec15 .box:last-child  ul > * {
  flex: 0 0 calc((100% - 40px) / 3);
}
@media (max-width: 1459px) {
#sec15 {padding:50px 20px}
#sec15 .stitle {margin:30px 0 10px}
#sec15 .stitle i {font-size:15px}
#sec15 .stitle h2 {font-size:1.5em}
#sec15 .box ul {gap:5px}
#sec15 .box:first-child  ul > * {
  flex: 0 0 calc((100% - 5px) / 2);
}
#sec15 .box:last-child  ul > * {
  flex: 0 0 calc((100% - 10px) / 3);
}
}



#sec16 {position:relative; width:100%; background:#fff; padding:150px 0; overflow:hidden}
#sec16:after {display:block;visibility:hidden;clear:both;content:""}
#sec16 .stitle {margin:50px 0 30px}
#sec16 .stitle i {color:#44D62C; font-size:30px}
#sec16 .warranty-table {
	width: 100%;
	border-collapse: collapse;
}
#sec16 .warranty-table th {font-size:20px}
#sec16 .warranty-table td {font-size:16px;background:#f5f5f5}
#sec16 .warranty-table th, #sec16 .warranty-table td {
	border-bottom: 1px solid #D7D7D7;
	padding: 15px;
	text-align: center;
}
#sec16 .warranty-table thead th {
	background-color: #333;
	color: #fff;
	font-weight: 600;
}



#sec16 .warranty-table2 {
	width: 100%;
	border-collapse: collapse;
}

#sec16 .warranty-table2 .bg1 {width:10%; text-align:center; background:#f5f5f5}
#sec16 .warranty-table2 td {background:#fff; text-align:left}
#sec16 .warranty-table2 th, #sec16 .warranty-table2 td {
	border-bottom: 1px solid #D7D7D7;
	padding: 15px;
}
#sec16 .warranty-table2 thead th {
	background-color: #333;
	color: #fff;
	font-weight: 600;
}


#sec16 .warranty-note {
	font-size: 14px;
	color: #333;
	font-weight:500;
	margin-top: 20px;
}
#sec16 .box ul {
  display: flex;
  gap: 20px;
}
#sec16 .box ul > li {
  flex: 0 0 calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
}
#sec16 .box h3 {font-weight:700}
#sec16 .box h4 {margin-bottom:5px}
#sec16 .box h4:last-child {margin:0}
#sec16 .box .cp1 {margin-bottom:20px}
#sec16 .box .cp2 {background:#f5f5f5; padding:30px 20px; border-radius:10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
 }

@media (max-width: 1459px) {
#sec16 {padding:50px 20px}
#sec16 .stitle {margin:30px 0 20px}
#sec16 .stitle i {font-size:15px}
#sec16 .stitle h2 {font-size:1.5em}
#sec16 .warranty-table th {font-size:1.25em}
#sec16 .warranty-table td {font-size:1.25em}
#sec16 .warranty-note {font-size: 1.05em; margin-top:10px}
#sec16 .box ul {
  display: block;
  gap: 0;
}
#sec16 .box ul > li {
	flex: 0 0 100%;
	display:block;
	margin-bottom:30px
}
#sec16 .box ul > li:last-child {margin:0}
#sec16 .box h3 {font-size:1.25em; font-weight:700}
#sec16 .box h4 {font-size:1.25em; margin-bottom:5px}
#sec16 .box h4:last-child {margin:0}
#sec16 .box .cp1 {margin-bottom:5px}
#sec16 .box .cp2 {padding:20px}


#sec16 .warranty-table2 th {display:none}
#sec16 .warranty-table2 .bg1 {padding:0; margin-bottom:10px; width:100%; display:block; text-align:left; background:#fff}
#sec16 .warranty-table2 td:last-child {width:100%; display:block; background:#f5f5f5; border-radius:10px; text-align:left; margin-bottom:20px}
#sec16 .warranty-table2 td {
	border-bottom: 0;
	padding: 20px;
}
#sec16 .warranty-table2 td h3 {font-weight:700}
#sec16 .warranty-table2 td h4 {font-size:1.05em; font-weight:400; line-height:1.5em}
}


#sec17 {position:relative; width:100%; background:#F5F5F5; padding:150px 0; overflow:hidden}
#sec17:after {display:block;visibility:hidden;clear:both;content:""}
#sec17 .cp2 {margin:0 0 30px}
#sec17 .box {margin-top:50px}
#sec17 .box:after {display:block;visibility:hidden;clear:both;content:""}
#sec17 .box li {float:left; width:860px}
#sec17 .box li:last-child {float:right; width:550px; background:#fff; padding:40px 50px}
#sec17 .box:last-child li:last-child {float:right; width:550px; background:#fff; padding:52px 50px}
#sec17 .box .bg1 {width:860px; height:480px; background:url('../img/new/sub_bg2.jpg') center no-repeat; background-size:cover}
#sec17 .box .bg2 {width:860px; height:480px; background:url('../img/new/sub_bg3.jpg') center no-repeat; background-size:cover}
#sec17 .box .sp2 {margin-top:20px}
#sec17 .box span {color:#44D62C}
#sec17 .box h3 {font-weight:700; margin-bottom:10px}
@media (max-width: 1459px) {
#sec17 {padding:50px 20px}
#sec17 .cp2 {margin:0 0 20px}
#sec17 h1 {font-size:2em}
#sec17 h3 {font-size:1.05em}
#sec17 .box {margin-top:30px}
#sec17 .box li {float:none; width:100%; display:block}
#sec17 .box li:last-child {float:none; display:block; width:100%; padding:20px; background:#fff}
#sec17 .box:last-child li:last-child {float:none; display:block; width:100%; padding:20px; background:#fff}
#sec17 .box .bg1 {position:relative; width:100%; height:175px}
#sec17 .box .bg2 {position:relative; width:100%; height:175px}
#sec17 .box .bg1::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#sec17 .box .bg2::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#sec17 .box .sp2 {margin-top:10px; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #d7d7d7}
#sec17 .box .sp1 {padding:20px; z-index:9; position:relative}
#sec17 .box .sp1 h2 {color:#fff}
#sec17 .box .sp2:first-child {margin-top:0; padding-top:0}
#sec17 .box .sp2:last-child {margin:0; padding:0; border:0}
#sec17 .box h3 {font-size:1.5em; margin-bottom:5px}
#sec17 .box h4 {font-size:1.25em}
}


#sec18 {position:relative; width:100%; padding:100px 0; overflow:hidden}
#sec18:after {display:block;visibility:hidden;clear:both;content:""}
#sec18 .title p {font-size:22px; color:#333; font-weight:600; text-align:right}
#sec18 .title {
  display: flex;
  justify-content: space-between;
  margin-bottom:100px;
}
#sec18 .bg {display: flex; align-items: center; justify-content: center; position:relative; overflow:hidden; width:100%; height:280px; text-align:center; background:url('../img/new/sub_bg4.jpg') center no-repeat; background-size:cover; border-radius:20px}
#sec18 .bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 1;
}
#sec18 .bg h2 {color:#fff; position:relative; z-index:9}
@media (max-width: 1459px) {
#sec18 {padding:50px 0 0}
#sec18 .title {
  display: block;
  justify-content: space-between;
  margin-bottom:30px;
  padding:0 20px;
}
#sec18 .title .cp1 {width:100%; display:block; margin-bottom:20px}
#sec18 .title .cp2 {width:100%; display:block; background:#EDFCE9; padding:20px 50px; border:2px solid #44D62C; border-radius:10px}
#sec18 .title p {font-size:1.5em; font-weight:700; text-align:center; line-height:1.25em}
#sec18 .bg {height:150px; padding:0 50px; border-radius:0}
}


@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}

#sec19 .box ul > li.animate {
  animation: rotateBorder 0.5s ease forwards;
}

#sec19 {position:relative; width:100%; padding:150px 0; background:#333; overflow:hidden}
#sec19:after {display:block;visibility:hidden;clear:both;content:""}
#sec19 .title {margin-bottom:50px}
#sec19 .title h1 {color:#fff}
#sec19 .txts {border-top:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; margin:50px 0; padding:30px 0; text-align:center}
#sec19 .txts h3 {color:#fff; font-weight:400}
#sec19 .box {padding:0 50px}
#sec19 .box ul {display:flex; gap:20px}
#sec19 .box ul > li {
  flex: 0 0 calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 1; /* 정사각형 */
  border-radius: 50%;
  padding: 5px; /* border처럼 보일 여백 */
  background: linear-gradient(135deg, #e6e6e6 25%, #44d62c 100%);
  text-align: center;
  box-sizing: border-box;

}
#sec19 .box ul > li > .inner {
  flex: 1;
  background-color: #000; /* 안쪽 배경색 */
  border-radius: 50%;
  display: flex;              /* 추가 */
  flex-direction: column;     /* 추가 */
  justify-content: center;    /* 세로 중앙 정렬 */
  align-items: center;        /* 가로 중앙 정렬 */
  text-align: center;         /* 텍스트 중앙 정렬 */
}
#sec19 .box .cp2 {margin:10px 0 20px}
#sec19 .box h2 {color:#fff; font-weight:800}
#sec19 .box h3 {color:#fff}
#sec19 .box span {color:#44d62c}

@media (max-width: 1459px) {
#sec19 {padding:50px 20px; background:#f5f5f5}
#sec19 .title {margin-bottom:0}
#sec19 .title h1 {color:#000}
#sec19 .txts {border-top:1px solid #333; border-bottom:1px solid #333; margin:20px 0; padding:20px 0; text-align:left}
#sec19 .txts h3 {color:#333; font-weight:300; font-size:1.25em}
#sec19 .box {padding:0}
#sec19 .box ul {display:flex; gap:5px}
#sec19 .box ul > li {
  flex: 0 0 calc((100% - 10px) / 3);
  padding: 3px; /* border처럼 보일 여백 */
}
#sec19 .box .cp2 {margin:5px 0 0}
#sec19 .box .cp3 {display:none}
#sec19 .box h2 {font-size:1.25em}
#sec19 .box h3 {font-size:1.05em; color:#B8B8B8}
#sec19 .box .hds {display:none}
}




#sec20 {position:relative; width:100%; padding:150px 0 120px; overflow:hidden}
#sec20:after {display:block;visibility:hidden;clear:both;content:""}
#sec20 .title {margin-bottom:50px}
#sec20 .box {position:relative; margin-bottom:30px; padding:50px; border:3px solid #44d62c; border-radius:10px; text-align:center}
#sec20 .box .stitle {position:relative; margin-bottom:30px}
#sec20 .box .stitle .cp1  h4 {font-size:50px; color:#44d62c; font-weight:500}
#sec20 .box .stitle .cp1  h3 {text-align:left}
#sec20 .box .stitle .cp1  ul {display:flex; align-items: center; gap:10px}
@media (max-width: 1459px) {
#sec20 {padding:50px 20px 40px}
#sec20 .title {margin-bottom:30px}
#sec20 .box {padding:20px; margin-bottom:10px; border:2px solid #44d62c}
#sec20 .box .stitle {text-align:left; border-bottom:1px solid #44d62c; padding-bottom:10px; margin-bottom:10px}
#sec20 .box .stitle .cp1  h4 {font-size:2em; display:block}
#sec20 .box .stitle .cp1  h3 {display:block; font-size:1.05em}
#sec20 .box .stitle .cp1  ul {display:block; gap:0}
}





#sec21 {position:relative; width:100%; padding:150px 0; background:#f5f5f5; overflow:hidden}
#sec21:after {display:block;visibility:hidden;clear:both;content:""}
#sec21 .title {margin-bottom:50px; text-align:center}
#sec21 .box {width:750px; margin:0 auto; background:#fff; border:1px solid #d7d7d7; border-radius:20px; padding:50px}
#sec21 .box ul {display:flex; gap:20px}
#sec21 .box ul > li {
  flex: 0 0 calc((100% - 20px) / 2);
}
#sec21 .box h5 {margin-bottom:10px}
#sec21 .box .ipfull {display:inline-block; width:100%; height:50px; line-height:50px; padding:0 10px; border:1px solid #d7d7d7; border-radius:5px; font-size:14px; color:#333; font-weight:500}
#sec21 .box .sop {margin-bottom:30px}
#sec21 .box .agrees {background:#f5f5f5; border-radius:10px; padding:20px; position:relative}
#sec21 .box .dos {position:relative}
#sec21 .box .agrees input {width:20px; height:20px; border:1px solid #d7d7d7; margin-top:-3px; margin-right:5px}
#sec21 .box .agrees span {font-size:16px; color:#333; font-weight:500}
#sec21 .box .agrees i {font-size:24px; position:absolute; right:0; top:50%; transform:translateY(-50%)}
#sec21 .box .agrees .ref {margin-top:20px}
#sec21 .box .agrees textarea {display:inline-block; width:100%; height:200px; padding:20px; font-size:12px; color:#333; font-weight:400; line-height:17px; border:1px solid #d7d7d7}
#sec21 .box .btns {margin-top:30px; padding-top:30px; border-top:1px solid #d7d7d7; text-align:center}
#sec21 .box .btns button {display:inline-block; width:120px; margin:0 auto; padding:20px 0; font-size:16px; color:#fff; font-weight:600; border:0; background:#44D62C; border-radius:10px; }
@media (max-width: 1459px) {
#sec21 {padding:50px 20px}
#sec21 .title {margin-bottom:30px}
#sec21 .box {width:100%; padding:30px 20px}
  #sec21 .box ul {
    flex-direction: column;
    gap: 15px
  }
  #sec21 .box ul > li {
    flex: 1 0 100%;
  }
#sec21 .box h5 {margin-bottom:5px}
#sec21 .box .ipfull {font-size:1.25em}
#sec21 .box .sop {margin-bottom:15px}
#sec21 .box .agrees {padding:15px 20px}
#sec21 .box .agrees input {width:20px; height:20px; border:1px solid #d7d7d7; margin-top:-3px; margin-right:5px}
#sec21 .box .agrees span {font-size:1.25em}
#sec21 .box .agrees .ref {margin-top:10px}
#sec21 .box .agrees textarea { height:150px}
#sec21 .box .btns {margin-top:20px; padding-top:20px}
#sec21 .box .btns button {width:50%; padding:15px 0; font-size:1.25em}
}


#sec22 {position:relative; width:100%; padding:150px 0; background:#fff; overflow:hidden}
#sec22:after {display:block;visibility:hidden;clear:both;content:""}
#sec22 .title {margin-bottom:50px; text-align:center}
#sec22 .box {width:750px; margin:0 auto; background:#fff; border:1px solid #d7d7d7; border-radius:20px; padding:0}
#sec22 .box .sop {border-bottom:1px solid #d7d7d7; padding:30px 50px}
#sec22 .box .sop:last-child {border-bottom:0}
#sec22 .box .sop .cp1 {position:relative; }
#sec22 .box .sop .cp1 i {font-size:24px; position:absolute; right:0; top:50%; transform:translateY(-50%)} 
#sec22 .box .sop .cp2 {display:none; margin-top:20px}
#sec22 .box .sop .cp2 p {font-size:16px; line-height:23px; color:#333; font-weight:400}
#sec22 .box .sop h4 {font-weight:700}
@media (max-width: 1459px) {
#sec22 {padding:50px 20px}
#sec22 .title {margin-bottom:30px}
#sec22 .box {width:100%}
#sec22 .box .sop {padding:20px 30px}
#sec22 .box .sop .cp1 h4 {width:90%}
#sec22 .box .sop .cp1 i {font-size:17px ; width:10%; text-align:right}
#sec22 .box .sop .cp2 {margin-top:10px}
#sec22 .box .sop .cp2 p {font-size:1.25em; line-height:1.5em}
#sec22 .box .sop h4 {font-size:1.25em}
}

#sec23 {position:relative; width:100%; padding: 0 0 150px 0; overflow:hidden}
#sec23:after {display:block;visibility:hidden;clear:both;content:""}
#sec23 .box {margin-top:50px}
@media (max-width: 1459px) {
#sec23 {padding:50px 20px}
#sec23 .box {margin-top:30px}
}

#sec24 {position:relative; width:100%; padding: 150px 0; background:#333; overflow:hidden}
#sec24:after {display:block;visibility:hidden;clear:both;content:""}
#sec24 .box {margin-top:50px}
#sec24 h1 {color:#fff}
#sec24 .sop {display:none}
@media (max-width: 1459px) {
#sec24 {padding:50px 20px; background:#000}
#sec24 .box {margin-top:0; padding:0 50px}
#sec24 .sop {display:block; background:#333; padding:30px 20px; border-radius:10px}
#sec24 .sop .ref {padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #808080}
#sec24 .sop .ref:last-child {padding:0; margin:0; border:0}
#sec24 .sop .ref .sp1 h5 {color:#44D62C; margin-bottom:10px; font-size:1.5em}
#sec24 .sop .ref .sp2 h5 {color:#fff; font-size:1.25em; font-weight:400; line-height:1.5em}
}


#sec25 {position:relative; width:100%; background:#fff; padding:150px 0; overflow:hidden}
#sec25:after {display:block;visibility:hidden;clear:both;content:""}
#sec25 .box {margin-top:50px}
#sec25 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sec25 .box ul > li {
  flex: 0 0 calc(50% - 20px);
  background: #fff;
  border-radius: 10px;
  text-align:center;
  padding:20px 0;
  border:1px solid #d7d7d7
}
#sec25 .box img {height:40px; width:auto}
@media (max-width: 1459px) {
#sec25 {padding:50px 20px;}
#sec25 .title h1 {font-size:2em}
#sec25 .box {margin-top:30px}
#sec25 .box ul {
  gap: 10px;
}
#sec25 .box ul > li {
	flex: 0 0 calc(50% - 5px); /* 2개씩 보이도록 */
}
#sec25 .box img {height:25px; width:auto}
}


#sec26 {position:relative; width:100%; background:#f5f5f5; padding:150px 0; overflow:hidden}
#sec26:after {display:block;visibility:hidden;clear:both;content:""}
#sec26 .box {margin-top:50px}
#sec26 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sec26 .box ul > li {
  flex: 0 0 calc(33.3333% - 20px);
  background: #333;
  border-radius: 20px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;   /* 세로 방향 정렬 */
  align-items: center;      /* 수평 가운데 */
  justify-content: center;  /* 수직 가운데 */
}
#sec26 .box dl {
  display: flex;
  align-items: center; /* 세로 가운데 정렬 */
  gap: 20px; /* 이미지와 텍스트 사이 간격 */
}
#sec26 .box dl dt:first-child {
  flex-shrink: 0; /* 이미지가 줄어들지 않게 */
}
#sec26 h3 {color:#fff}
#sec26 span {color:#44D62C}
#sec26 h4 {margin-top:20px; color:#fff; text-align:center}

@media (max-width: 1459px) {
#sec26 {padding:50px 20px}
#sec26 .box {text-align:center; margin-top:30px}
#sec26 .box ul {
  gap: 10px;
}
#sec26 .box ul > li {
  flex: 0 0 calc(100%);
  padding: 20px 0;
}
#sec26 .box dl {
display:block;
  gap: 0
}
#sec26 .box dl img {height:45px; width:auto}
#sec26 .box dl dt:first-child {margin-bottom:15px}
#sec26 h4 {margin-top:10px; color:#ccc}
}



#sec27 {position:relative; width:100%; padding:150px 0; overflow:hidden}
#sec27:after {display:block;visibility:hidden;clear:both;content:""}
#sec27 .box {background:#f5f5f5; padding:50px 0; border-radius:10px; text-align:center; margin-top:50px}
@media (max-width: 1459px) {
#sec27 {padding:50px 20px}
#sec27 .box {padding:0px; margin-top:30px; background:none}
}

#sec28 {position:relative; width:100%; overflow:hidden}
#sec28:after {display:block;visibility:hidden;clear:both;content:""}
#sec28 .title {margin-bottom:50px; border-left:5px solid #44D62C; padding-left:10px}
#sec28 .box {background:#f5f5f5; border-radius:10px; padding:50px}
#sec28 .box li {background:#fff; border-radius:10px; padding:30px; margin-bottom:10px}
#sec28 .box li:last-child {margin-bottom:0}
#sec28 .box i {color:#44D62C; font-size:20px}
@media (max-width: 1459px) {
#sec28 {padding:50px 20px 0 20px}
#sec28 .title {margin-bottom:30px}
#sec28 .box {padding:20px}
#sec28 .box li {padding:15px 20px}
#sec28 .box i {font-size:17px}
}



#sec29 {position:relative; width:100%; background:#f5f5f5; padding:150px 0; overflow:hidden}
#sec29:after {display:block;visibility:hidden;clear:both;content:""}
#sec29 h1 {margin:10px 0 5px}
#sec29 h3 {color:#44d62c; font-weight:700}
#sec29 h4 {font-weight:300}
#sec29 .box {margin-top:50px}
#sec29 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sec29 .box li:first-child .thum {background:url('../img/new/thum26.jpg') center no-repeat; background-size:cover; width:100%; height:300px}
#sec29 .box li:last-child .thum {background:url('../img/new/thum26.jpg') center no-repeat; background-size:cover; width:100%; height:300px}
#sec29 .box ul > li {
  flex: 0 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;   /* 세로 방향 정렬 */
  align-items: center;      /* 수평 가운데 */
  justify-content: center;  /* 수직 가운데 */
}
#sec29 .txts {padding:20px; background:#fff}
#sec29 .txts p {font-size:18px; color:#333; font-weight:400; line-height:23px}
@media (max-width: 1459px) {
#sec29 {padding:50px 20px}
#sec29 .box {margin-top:30px}
#sec29 .box li {padding:20px; background:#fff}
#sec29 .box li:first-child .thum {height: 150px;
  flex-shrink: 0;    
  flex-grow: 0;   
  overflow: hidden;}
#sec29 .box li:last-child .thum {height: 150px;
  flex-shrink: 0;    
  flex-grow: 0;   
  overflow: hidden;}
#sec29 .box ul > li {
  flex: 0 0 calc(100%);
}
#sec29 .txts {padding:0; margin-top:10px}
#sec29 .txts p {font-size:1.25em; line-height:1.25em}
}














#container {padding:100px 0; position:relative; overflow:hidden}
@media (max-width: 1459px) {
#container {padding:50px 20px}
}












.pop_content5 {
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity:0;
	padding:0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    pointer-events: none;
	z-index:99999999999999999;
	background:rgba(0,0,0,0.5)
}
.pop_content5:target {
    opacity:1;
    pointer-events: auto;
}
.pop_content5 .pop_wrap5 {
	position:absolute;
	z-index:99999999999999999;
	padding:50px;
	background:#f9f9f9;
	width: 768px;
	left:50%;
	top:50%;
transform:translate(-50%, -50%)
}
.pop_content5 .pop_wrap5 .close {position:absolute; font-size:3em; font-weight:300; right:20px; top:0; z-index:999}
.pop_content5 .pop_wrap5 .close a:link,.pop_content5 .pop_wrap5 .close a:visited {color:#333}
.pop_content5 .pop_wrap5 textarea {padding:20px; border:0; font-size:15px; color:#878787; width:100%; height:500px}
@media screen and (max-width:1099px) {
.pop_content5 .pop_wrap5 {
	padding:50px	20px;
	width: 90%;
	height:550px;
	left:50%;
	top:50%;
	}
	.pop_content5 .pop_wrap5 textarea {padding:10px; height:460px}
}













/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

