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

/* 초기화 */
html {overflow-y:scroll; scroll-behavior: smooth}
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:40px; font-weight:700; letter-spacing:-1px; line-height:150%}
h2 {font-size:32px; font-weight:700; letter-spacing:-0.5px; line-height:150%}
h3 {font-size:20px; font-weight:500; letter-spacing:-0.25px; line-height:150%}
h4 {font-size:20px; font-weight:500; letter-spacing:-0.1px; line-height:150%}
h5 {font-size:16px; font-weight:400; line-height:150%}
@media screen and (max-width:1399px) {
h1 {font-size:30px; line-height:35px}
h2 {font-size:22px; line-height:27px}
h3 {font-size:17px; line-height:22px}
h4 {font-size:15px; line-height:20px}
h5 {font-size:12px; line-height:17px}
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin:0; padding:0; 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:#000;text-decoration:none}
a:hover {color:#cb2e35;
-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}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

.area {width:1400px; margin:0 auto; position:relative}
.bo_area {width:1400px; margin:200px auto; position:relative}
.mrs {display:none !important}
.ulct {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.flex {
	display:flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width:1399px) {
.area {width:100%}
.bo_area {width:100%; margin:75px auto; padding:0 20px}
.brs {display:none !important}
.mrs {display:block !important}
.ulct {width:100%}
.txt p {text-align:justify}
img {width:100%; height:auto}
.flex {
  display: block;              /* 또는 inline-block, 필요에 따라 */
  align-items: normal;         /* flex 초기값 */
  justify-content: normal;     /* flex 초기값 */
  flex-direction: row;         /* 기본값 */
  flex-wrap: nowrap;           /* 기본값 */
}

.tabbox {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.tabbox::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

}





    /* PDF 다운로드 레이어 팝업 스타일 */
    .overlayx {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        align-items: center;
        justify-content: center;
    }

    .popupx {
        background: #fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }
    .popupx h1 {display:inline-block; text-align:center; width:100%; font-size:17px; color:#111; font-weight:600}
    .popupx input {margin:10px 0; display:inline-block; width:100%; height:55px; line-height:55px; color:#111; font-weight:400; border-radius:5px; padding:0 20px; font-size:17px; border:1px solid #e5e5e5}
    .popupx button {display:inline-block; border:0; width:100%; height:55px; line-height:55px; background:#d72f35; color:#fff; font-weight:600; border-radius:5px; padding:0; font-size:17px; border:0}
    .popupx a {display:inline-block; width:100%; font-size:30px; text-align:center}




#hd {position:relative; line-height:92px}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd .logo {float:left; margin-right:75px}
#hd .logo img {height:30px; width:auto}
#hd .gnb {float:left}
#hd .gnb li {position:relative; float:left; margin-right:50px}
#hd .gnb li:last-child {margin-right:0}
#hd .gnb li a {display:inline-block}
#hd .gnb li a:hover {position:relative}
#hd .gnb h3,#hd .gnb h4 {font-size:18px}
#hd .gnb .on {color:#E60012; position:relative}
#hd .gnb li dl {display:none}
#hd .gnb li:hover dl {display:block; line-height:normal; position:absolute; width:140px; top:92px; left:50%; margin-left:-70px; padding:20px; background:#fff; z-index:999; text-align:center}
#hd .gnb li:hover dt {margin-bottom:15px}
#hd .gnb li:hover dt:last-child {margin-bottom:0}
#hd .gnb li:hover dt a {font-size:15px; display:inline-block; width:100%; font-weight:400}
#hd .logo2 {float:right}
#hd .logo2 img {height:28px; width:auto}

#hd h4 {display:none}
#hd .mbar {display:none}
#hd .change {position:fixed; top:0; height:50px; left:0; width:100%; line-height:50px; background:rgba(255,255,255,1); border-bottom:1px solid #e5e5e5;  z-index:999; padding:0 50px}
#hd .change .logo {line-height:50px; padding:0}
#hd .change .logo img {height:25px; width:auto}
#hd .change .gnb li {line-height:50px}
#hd .change .gnb li a {padding:0; font-size:12px}
#hd .change .gnb li:hover dt {margin-bottom:10px}
#hd .change .gnb li:hover dt:last-child {margin-bottom:0}
#hd .change .gnb li:hover dt {line-height:25px}
#hd .change .gnb li:hover dl {display:block; border:1px solid #e5e5e5; top:49px}
#hd .change .gnb li:hover dl a {padding:0; line-height:normal}
#hd .change .gnb h3,#hd .change h4 {font-size:15px}
@media screen and (max-width:1399px) {
#hd {line-height:60px; padding:0 30px}
#hd .logo img {height:25px; width:auto}
#hd .gnb {display:none}
#hd .mbar {display:block; float:right; position:absolute; right:0; top:6px}
#hd .mbar i {font-size:2.5em}
#hd .change {line-height:40px; padding:0 20px}
#hd .change .logo img {height:20px; width:auto}
#hd .change .mbar {top:8px}
#hd .change .mbar i {font-size:2em}
#hd .logo2 {display:none}
}

#visual {
  position: relative;
  height:900px;
  overflow: hidden;
}
#visual::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: url('../img/new/visual_bg.jpg') center center no-repeat;
  background-size: 110%; /* 여유 줌 */
  z-index: -1;
  animation: panZoom 20s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes panZoom {
  0% {
    transform: scale(1.05) translate(0%, 0%) rotate(0deg);
  }
  25% {
    transform: scale(1.08) translate(-1.5%, -1%) rotate(-0.2deg);
  }
  50% {
    transform: scale(1.1) translate(2%, 1.5%) rotate(0.3deg);
  }
  75% {
    transform: scale(1.08) translate(-1%, 2%) rotate(-0.2deg);
  }
  100% {
    transform: scale(1.05) translate(0%, 0%) rotate(0deg);
  }
}

#visual:after {display:block;visibility:hidden;clear:both;content:""}
#visual h1 {font-size:120px; color:#fff; line-height:110%; font-weight:700}
#visual .title {position:absolute; bottom:130px; left:100px}
#visual .line {width:470px; height:8px; background:#E60012; margin-top:50px}
#visual .bottom_title {position:absolute; text-align:center; left:50%; bottom:50px; text-align:center; transform: translateX(-50%)}
#visual .bottom_title h2 {color:#fff}
#visual .bottom_title h3 {color:#fff}
@media screen and (max-width:1399px) {
#visual::before {
	background: url('../img/new/visual_bg.jpg') right center no-repeat;
	background-size: 110% cover; /* 여유 줌 */
}
#visual {height:auto; padding:100px 20px}
#visual h1 {font-size:3em}
#visual .title {padding:0; position:relative; bottom:0; left:0}
#visual .line {width:50%; height:3px; margin-top:20px}
#visual .bottom_title {width:100%; bottom:30px}
}

#mct_01 {padding:200px 0; background:#F5F6F7; overflow:hidden}
#mct_01:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .title {position:relative; width:100%}
#mct_01 .title:after {display:block;visibility:hidden;clear:both;content:""}
#mct_01 .title h1 {font-size:80px; color:#000}
#mct_01 .title h3 {color:#333}
#mct_01 .title .cp1 {  margin-left: auto;  text-align:right}
#mct_01 .sop {margin:70px 0; text-align:center}
#mct_01 .sop h2 {font-size:56px}
#mct_01 .sop span {color:#E60012}
#mct_01 .box {
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.65) 100%);
  background-size: 100% 200%;
  background-position: top;
  animation: gradientMove 5s ease-in-out infinite alternate;
  display: flex;
  border-radius: 20px;
  padding: 60px 0;
}
#mct_01 .txts {margin-top:10px; text-align:right}
#mct_01 .txts h5 {color:#808080}

@keyframes gradientMove {
  0% {
    background-position: top;
  }
  100% {
    background-position: bottom;
  }
}

#mct_01 .stat-item {
	flex: 1;
    text-align: center;
    position: relative;
}
#mct_01 .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px; /* 위쪽 위치 조정 */
    bottom: 10px; /* 아래쪽 위치 조정 */
    right: 0;
    width: 1px; /* 구분선 두께 */
    background-color: #fff; /* 구분선 색상 */
}
#mct_01 .stat-value {
    font-size: 56px; /* 큰 글씨 */
    font-weight: 700;
	color:#fff;
    margin-bottom: 20px; /* 값과 라벨 사이 여백 */
}
#mct_01 .stat-label {
    font-size: 28px; /* 작은 글씨 */
    color: #808080; /* 라벨 색상 */
	font-weight:600
}
#mct_01 .arrow {
	display: inline-block;
    animation: subtleBounce 1.5s ease-in-out infinite;
    position: relative;
  }

@keyframes subtleBounce {
	0%, 100% {
		top: 0;
	}
    50% {
      top: -5px; /* 살짝만 위로 */
	}
}
@media screen and (max-width:1399px) {
#mct_01 {padding:75px 20px}
#mct_01 .title h1 {font-size:3em}
#mct_01 .title .cp1 {margin-top:10px; text-align:left}
#mct_01 .sop {margin:30px 0 10px}
#mct_01 .sop h2 {font-size:1.25em}
#mct_01 .box {
    display: flex !important;
    flex-wrap: wrap !important; 
	padding:30px 0 0;
  }
#mct_01 .stat-item {
    flex: none !important;
    width: 50% !important;
    box-sizing: border-box;
	margin-bottom:30px
  }
#mct_01 .stat-item:not(:last-child)::after {
display:none
}
#mct_01 .stat-value {
    font-size: 2em;
    margin-bottom: 10px;
}
#mct_01 .stat-label {
    font-size: 1.25em;
}
}

#mct_02 {padding:200px 0; background:#fff; overflow:hidden}
#mct_02:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .title {position:relative; width:100%}
#mct_02 .title:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .title h1 {font-size:80px; color:#000}
#mct_02 .title h3 {color:#333}
#mct_02 .title .cp1 {margin-left: auto; text-align:right}
#mct_02 .box {background:#F5F6F7; padding:50px 0; border-radius:20px; margin-top:50px}
#mct_02 .box:after {display:block;visibility:hidden;clear:both;content:""}
#mct_02 .box .cp1 {float:left; width:50%; text-align:right}
#mct_02 .box .cp2 {float:left; width:50%; text-align:center}
@media screen and (max-width:1399px) {
#mct_02 {padding:75px 20px}
#mct_02 .title h1 {font-size:3em}
#mct_02 .title .cp1 {margin-top:10px; text-align:left}
#mct_02 .box {padding:20px; margin-top:30px}
#mct_02 .box .cp1 {float:none; width:100%; text-align:center}
#mct_02 .box .cp2 {float:none; width:100%; margin-top:30px}
}


#mct_03 {padding:200px 0; background:#F5F6F7; overflow:hidden}
#mct_03:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .title {position:relative; width:100%}
#mct_03 .title:after {display:block;visibility:hidden;clear:both;content:""}
#mct_03 .title h1 {font-size:80px; color:#000}
#mct_03 .title h3 {color:#333}
#mct_03 .title .cp1 {margin-left: auto; text-align:right}
#mct_03 .box {margin-top:50px}
#mct_03 .box .atab {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-start;
}
#mct_03 .box a {
	position:relative;
	width:450px; height:420px;
	border-radius: 20px;
	overflow:hidden;
}
#mct_03 .box .stitle {position:absolute; left:20px; bottom:20px; z-index:9}
#mct_03 .box a::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  z-index: 1;
  transition: background 0.3s ease; /* ✅ 여기에 선언해야 함 */
}

#mct_03 .box a:hover::before {
  background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5));
}




#mct_03 .box a:first-child {background:url('../img/new/thum_bg1.jpg') center no-repeat; background-size:cover}
#mct_03 .box a:nth-child(2) {background:url('../img/new/thum_bg2.jpg') center no-repeat; background-size:cover}
#mct_03 .box a:last-child {background:url('../img/new/thum_bg3.jpg') center no-repeat; background-size:cover}
#mct_03 h1 {color:#fff; margin-bottom:20px}
#mct_03 h4 {color:#fff}

@media screen and (max-width:1399px) {
#mct_03 {padding:75px 20px}
#mct_03 .title h1 {font-size:3em}
#mct_03 .title .cp1 {margin-top:10px; text-align:left}
#mct_03 .box {margin-top:30px}
#mct_03 .box .atab {
	gap: 0;
}
#mct_03 .box a {
	width:100%;
	height:225px;
	margin:0
}
#mct_03 .box a:nth-child(2) {margin:10px 0}
#mct_03 h1 {font-size:2em; line-height:normal; margin-bottom:10px}
}

#mct_04 {padding:200px 0; background:#fff; overflow:hidden}
#mct_04:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .title {position:relative; width:100%}
#mct_04 .title:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .title h1 {font-size:80px; color:#000}
#mct_04 .title h3 {color:#333}
#mct_04 .title .cp1 {margin-left: auto; text-align:right}
#mct_04 .box {margin-top:50px}
#mct_04 .box .sop {margin-bottom:50px}
#mct_04 .box .sop:last-child {margin-bottom:0}
#mct_04 .box .sop:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .box .sop .thum {float:left; width:640px; height:400px; margin-right:20px; border-radius:20px}
#mct_04 .box .sop .bg1 {background:url('../img/new/thum_bg4.jpg') center no-repeat; background-size:cover; width:100%; height:100%; border-radius:20px}
#mct_04 .box .sop .bg2 {background:url('../img/new/thum_bg5.jpg') center no-repeat; background-size:cover; width:100%; height:100%; border-radius:20px}
#mct_04 .box .sop .bg3 {background:url('../img/new/thum_bg6.jpg') center no-repeat; background-size:cover; width:100%; height:100%; border-radius:20px}
#mct_04 .box .sop .bg4 {background:url('../img/new/thum_bg7.jpg') center no-repeat; background-size:cover; width:100%; height:100%; border-radius:20px}
#mct_04 .box .sop .ref {float:left; width:740px; height:100%; background:#F5F6F7; border-radius:20px; padding:41px 45px}
#mct_04 .box .sop .stitle {width:100%;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-bottom: 120px;
}
#mct_04 .box .sop .stitle:after {display:block;visibility:hidden;clear:both;content:""}
#mct_04 .box .sop .stitle h6 {font-size:59px; color:#BFBFBF; font-weight:700}
#mct_04 .box .sop .stitle h1 {margin-left:auto}
#mct_04 .box .sop .cp2 {margin-top:20px}
@media screen and (max-width:1399px) {
#mct_04 {padding:75px 20px}
#mct_04 .title h1 {font-size:3em}
#mct_04 .title .cp1 {margin-top:10px; text-align:left}
#mct_04 .box {margin-top:30px}
#mct_04 .box .sop { margin-bottom:20px; border-bottom:1px solid #e5e5e5}
#mct_04 .box .sop:last-child {border-bottom:0}
#mct_04 .box .sop .thum {float:none; display:block; width:100%; height:200px; margin-right:0}
#mct_04 .box .sop .ref {float:none; background:none; display:block;width:100%; padding:20px 0}
#mct_04 .box .sop:last-child .ref {padding-bottom:0}
#mct_04 .box .sop .stitle {width:100%; margin-bottom:10px}
#mct_04 .box .sop .stitle h6 {font-size:2em}
#mct_04 .box .sop .stitle h1 {float:left; font-size:2em; margin-left:10px; margin-right:auto}
#mct_04 .box .sop .cp2 {margin-top:10px}
#mct_04 .box .sop h2 {font-size:1.5em; line-height:normal}
#mct_04 .box .sop h3 {font-size:1.25em; line-height:1.5em}
}

#mct_05 {padding:50px 0 0; background:#F03140; overflow:hidden}
#mct_05:after {display:block;visibility:hidden;clear:both;content:""}
#mct_05 .sop {float:left}
#mct_05 .sop h1 {font-size:32px; color:#fff}
#mct_05 .sop p {font-size:16px; color:#fff; font-weight:300}
#mct_05 .sop .cp2 {margin:20px 0}
#mct_05 .sop a {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 0 25px;
  line-height: 50px;
  height: 50px;
  text-decoration: none;
}
#mct_05 .sop a i {
  font-size: 20px;
  margin-left: 5px;
}
#mct_05 .ref {float:right}
@media screen and (max-width:1399px) {
#mct_05 {padding:50px 20px}
#mct_05 .sop {float:none; display:block; width:100%; text-align:center}
#mct_05 .sop h1 {font-size:2em; line-height:1.25em}
#mct_05 .sop .cp2 {display:none}
#mct_05 .sop .cp3 {margin-top:20px}
#mct_05 .sop a {
  display: inline-flex;
  font-size: 1.25em;
  padding: 0 30px;
  line-height: 45px;
  height: 45px;
}
#mct_05 .sop a i {
  font-size: 17px;
}
#mct_05 .ref {display:none}
}

#ft {padding:100px 0; background:#fff; border-top:1px solid #D0D0D0; overflow:hidden}
#ft:after {display:block;visibility:hidden;clear:both;content:""}
#ft .title:after {display:block;visibility:hidden;clear:both;content:""}
#ft .title .cp1 {float:left}
#ft .title .cp2 {float:right}
#ft .title .cp2 img {height:35px; width:auto}
#ft .fnb {margin:50px 0}
#ft .fnb:after {display:block;visibility:hidden;clear:both;content:""}
#ft .fnb h3 {display:none}
#ft .fnb li {float:left; margin-right:200px}
#ft .fnb li:last-child {margin-right:0}
#ft .fnb li dl {margin-top:30px}
#ft .fnb li dt {margin-bottom:20px}
#ft .fnb li dt:last-child {margin-bottom:0}
#ft .fnb h4 {font-size:16px; font-weight:800}
#ft .fnb a {font-size:16px; font-weight:400}
#ft .copy h3 {font-size:20px; font-weight:700; margin-bottom:10px}
#ft .copy h5 {color:#5C5C5C; font-weight:500; line-height:22px}
#ft .copy span {color:#BFBFBF; margin:0 5px; font-weight:300}
@media screen and (max-width:1399px) {
#ft {padding:50px 20px}
#ft .title {border-bottom:1px solid #A3A3A3; padding-bottom:20px; margin-bottom:20px}
#ft .title .cp1 {float:none; display:block}
#ft .title .cp2 {display:none}
#ft .fnb {display:none}
#ft .copy h3 {font-size:1.5em}
#ft .copy h5 {font-size:1.05em; line-height:1.5em}
#ft .copy span {margin:0 5px}
}

@keyframes zoomInOut {
	0%   { transform: scale(1)}
	50%  { transform: scale(1.05)}
	100% { transform: scale(1)}
}

#sub_top {overflow:hidden; position:relative; text-align:center}
#sub_top:after {display:block;visibility:hidden;clear:both;content:""}
#sub_top .bg {
	position: relative;
	padding: 200px 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	--bg-url: url('../img/new/sub_bg1.jpg'); /* 기본값 */
}
#sub_top .bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--bg-url);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
	z-index: 0;
	animation: zoomInOut 10s ease-in-out infinite;
}
#sub_top .bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#sub_top .bg_wrap {
	position: relative;
	overflow: hidden;
}
#sub_top .bg1 { --bg-url: url('../img/new/sub_bg1.jpg'); }
#sub_top .bg2 { --bg-url: url('../img/new/sub_bg2.jpg'); }
#sub_top .bg3 { --bg-url: url('../img/new/sub_bg3.jpg'); }
#sub_top .bg4 { --bg-url: url('../img/new/sub_bg4.jpg'); }
#sub_top .bg5 { --bg-url: url('../img/new/sub_bg5.jpg'); }
#sub_top .bg6 { --bg-url: url('../img/new/sub_bg6.jpg'); }
#sub_top .title {position: relative;	z-index: 2; text-align: center}
#sub_top h1 {font-size:100px; color:rgba(255,255,255,0.9); font-weight:700}
#sub_top .nav {background:#F5F6F7; border-bottom:1px solid #D0D0D0}
#sub_top .nav:after {display:block;visibility:hidden;clear:both;content:""}
#sub_top .navs {background:#F5F6F7; border-bottom:1px solid #D0D0D0}
#sub_top .navs:after {display:block;visibility:hidden;clear:both;content:""}

#sub_top .nav.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom:0
}
#sub_top .navs.fixed {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom:0
}
#sub_top .nav ul,#sub_top .navs ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	padding: 0;
	list-style: none;
}
#sub_top .nav li a, #sub_top .navs li a {display:inline-block; width:100%; color:#808080; font-weight:500; line-height:84px; font-size:20px}
#sub_top .nav .on a, #sub_top .navs .on a {color:#000; font-weight:600; border-bottom:1px solid #000}
#sub_top .nav a:hover,#sub_top .navs a:hover {color:#000; font-weight:600; border-bottom:1px solid #000}
#sub_top .nav.fixed li a {font-size:17px; line-height:50px}
#sub_top .navs.fixed li a {font-size:17px; line-height:50px}

@media screen and (max-width:1399px) {
#sub_top .bg {
	padding: 100px 0;
}
#sub_top h1 {font-size:3em; line-height:1.25em}
#sub_top .nav ul,#sub_top .navs ul {
	max-width: 100%;
}
#sub_top .nav li a,#sub_top .navs li a {padding:20px 0; line-height:normal; font-size:1.25em}
#sub_top .nav span,#sub_top .navs span {display:none}
#sub_top .nav.fixed li a {font-size:1.05em; padding:20px 0; line-height:normal}
#sub_top .navs.fixed li a {font-size:1.05em; padding:20px 0; line-height:normal}
}

#sec1 {padding:60px 0; overflow:hidden; position:relative}
#sec1:after {display:block;visibility:hidden;clear:both;content:""}
#sec1 .cp2 {margin-top:20px}
#sec1 h3 {font-weight:600; color:#646464}
#sec1 .box {margin-top:50px}
#sec1 .swiper-slide img {
  width: 100%;
  display: block;
  border-radius:20px
}
@media screen and (max-width:1399px) {
#sec1 {padding:50px 20px}
#sec1 .cp2 {margin-top:20px}
#sec1 .box {margin-top:30px}
#sec1 h3 {font-size:1.25em; line-height:1.5em}
}

.title_line2 {margin-bottom:50px}
.title_line2 h6 {font-size:32px; font-weight:700}
.r_line {width:150px; height:2px; background:#E60012; margin-bottom:10px}
@media screen and (max-width:1399px) {
.title_line2 {margin-bottom:30px}
.title_line2 h6 {font-size:1.75em}
.r_line {width:10%; height:4px}
}

#sec2 {padding:60px 0; overflow:hidden; position:relative}
#sec2:after {display:block;visibility:hidden;clear:both;content:""}
#sec2 .box:after {display:block;visibility:hidden;clear:both;content:""}
#sec2 .box .sop {float:left; width:49%; margin-right:2%; background:#F5F6F7; border-radius:20px; padding:30px 0; text-align:center}
#sec2 .box .sop:last-child {margin-right:0}
#sec2 .box .sop .cp2 {margin:20px 0 10px}
#sec2 .box .sop h2 {color:#333}
#sec2 .box .sop h6 {font-size:36px; color:#000; font-weight:800}
#sec2 .txts {margin-top:10px; text-align:right}
#sec2 .txts h5 {color:#808080}
@media screen and (max-width:1399px) {
#sec2 {padding:50px 20px}
#sec2:after {display:block;visibility:hidden;clear:both;content:""}
#sec2 .box .sop {padding:20px}
#sec2 .box .sop .cp2 {margin:10px 0 5px}
#sec2 .box .sop h2 {font-size:1.5em}
#sec2 .box .sop h6 {font-size:1.5em; letter-spacing:-1px}
#sec2 .box img {height:100px; width:auto}
#sec2 .box .sop span {display:none}
}


#sec3 {padding:60px 0; overflow:hidden; position:relative}
#sec3:after {display:block;visibility:hidden;clear:both;content:""}
#sec3 .sop {float:left; position:relative; background:url('../img/new/sb_thum1.jpg') center no-repeat; background-size:cover; height:520px; width:680px; border-radius:20px}
#sec3 .sop::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	z-index: 1;
}
#sec3 .ref {float:right; width:700px}
#sec3 .ref .dos {background:#F5F6F7; padding:30px; border-radius:20px; margin-bottom:20px}
#sec3 .ref h6 {font-size:24px; font-weight:700; color:#E60012}
#sec3 .ref h4 {color:#222}
#sec3 .ref .cp2 {margin:43px 0 10px}
@media screen and (max-width:1399px) {
#sec3 {padding:50px 20px}
#sec3 .sop {float:none; display:block; width:100%; margin-bottom:10px; height:200px}
#sec3 .ref {float:none; display:block; width:100%}
#sec3 .ref .dos {padding:20px; margin-bottom:10px}
#sec3 .ref .cp2 {margin:10px 0 10px}
#sec3 .ref h6 {font-size:1.25em}
}

#sec4 {padding:60px 0; overflow:hidden; position:relative}
#sec4:after {display:block;visibility:hidden;clear:both;content:""}
#sec4 ul:after {display:block;visibility:hidden;clear:both;content:""}
#sec4 li {float:left; width:450px; margin-right:20px; text-align:center; margin-bottom:20px}
#sec4 li:nth-child(3n),#sec4 li:last-child {margin-right:0}
#sec4 li:nth-child(4) {margin-left:235px}
#sec4 .thum {width:100%; height:280px; border-top-left-radius:20px; border-top-right-radius:20px}
#sec4 .bg1 {background:url('../img/new/sb_thum2.jpg') center no-repeat; background-size:cover}
#sec4 .bg2 {background:url('../img/new/sb_thum3.jpg') center no-repeat; background-size:cover}
#sec4 .bg3 {background:url('../img/new/sb_thum4.jpg') center no-repeat; background-size:cover}
#sec4 .bg4 {background:url('../img/new/sb_thum5.jpg') center no-repeat; background-size:cover}
#sec4 .bg5 {background:url('../img/new/sb_thum6.jpg') center no-repeat; background-size:cover}
#sec4 .dos {background:#F5F6F7; padding:30px 0; border-bottom-left-radius:20px; border-bottom-right-radius:20px}
#sec4 .dos .cp2 {margin-top:10px}
@media screen and (max-width:1399px) {
#sec4 {padding:50px 20px}
#sec4 ul {display: flex; flex-wrap: wrap}
#sec4 li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49%;
    margin: 0 2% 2% 0;
    text-align: left;
}
#sec4 li:nth-child(2n) {margin-right: 0}
#sec4 li:nth-child(3) {margin-right:2%}
#sec4 li:nth-child(3),
#sec4 li:nth-child(4) {margin-left: 0}
#sec4 .thum {display: none}
#sec4 .dos {
	background: #F5F6F7;
    padding: 20px;
    border-radius: 20px;
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#sec4 .dos .cp2 {margin-top: 10px}
#sec4 .dos h4 {font-size: 1.05em; line-height: normal}
}

#sec5 {padding:60px 0; overflow:hidden; position:relative}
#sec5:after {display:block;visibility:hidden;clear:both;content:""}
#sec5 .box {background:#F5F6F7; padding:50px; border-radius:20px}
#sec5 .title {margin-bottom:30px}
#sec5 .title h6 {font-size:24px; color:#000; font-weight:700}
#sec5 .sop {margin-bottom:70px}
#sec5 .sop:after {display:block;visibility:hidden;clear:both;content:""}
#sec5 .sop .cp1 {float:left}
#sec5 .sop .cp1 img {height:80px; width:auto}
#sec5 .sop .cp2 {float:left; margin-left:50px; margin-top:10px}
#sec5  h4 {font-weight:600}
#sec5 .dos {margin:0 0 70px}
#sec5 .dos:after {display:block;visibility:hidden;clear:both;content:""}
#sec5 .dos .sp2 {margin-top:30px}
#sec5 .dos img {height:35px; width:auto}
#sec5 .zp1 {float:left; width:49%; background:#fff; margin-right:2%; border:1px solid #e5e5e5; border-radius:20px; padding:50px 0; text-align:center}
#sec5 .zp2 {float:left; width:49%; background:#fff; border:1px solid #e5e5e5; border-radius:20px; padding:50px 0; text-align:center} 
#sec5 .zod:after {display:block;visibility:hidden;clear:both;content:""}
#sec5 .ap1 {float:left; width:49%; margin-right:2%;}
#sec5 .ap1 .bp2 {margin:10px 0 20px; background:#e60012; width:100%; height:160px; border-radius:20px}
#sec5 .ap2 .bp2 {margin:10px 0 20px; background:#000; width:100%; height:160px; border-radius:20px}
#sec5 .ap2 {float:left; width:49%} 
#sec5 .zod .bp1 p {font-size:24px; color:#333; font-weight:700}
#sec5 .zod .bp3 h6 {font-size:18px; color:#000; font-weight:600; margin-bottom:10px}
#sec5 .zod .bp3 p {font-size:16px; color:#626263; font-weight:300; line-height:21px}
@media screen and (max-width:1399px) {
#sec5 {padding:50px 20px}
#sec5 .box {padding:30px 20px}
#sec5 .title {margin-bottom:20px}
#sec5 .title h6 {font-size:1.75em}
#sec5 .sop {margin-bottom:50px}
#sec5 .sop .cp1 {float:none; display:block; border:1px solid #333; border-radius:20px; padding:30px 0; text-align:center; margin-bottom:20px}
#sec5 .sop .cp1 img {height:25px; width:auto}
#sec5 .sop .cp2 {float:none; margin:0; display:block}
#sec5 .dos {margin:0 0 50px}
#sec5 .dos .sp2 {display:none}
#sec5 .ap1 .bp2 {margin:5px 0 10px; height:100px; border-radius:10px}
#sec5 .ap2 .bp2 {margin:5px 0 10px; height:100px; border-radius:10px}
#sec5 .ap2 {float:left; width:49%} 
#sec5 .zod .bp1 p {font-size:1.05em}
#sec5 .zod .bp3 h6 {font-size:1.05em}
#sec5 .zod .bp3 p {font-size:1.05em; line-height:1.5em}
}

.stitle h5 {color:#E60012; font-weight:700; margin-bottom:5px}

#sec6 {padding:60px 0; overflow:hidden; position:relative}
#sec6:after {display:block;visibility:hidden;clear:both;content:""}
#sec6 .cp2 {margin-top:20px}
#sec6 h3 {color:#646464}
#sec6 .box {margin-top:50px}
#sec6 .swiper-slide img {
  width: 100%;
  display: block;
  border-radius:20px
}
@media screen and (max-width:1399px) {
#sec6 {padding:50px 20px}
#sec6 .cp2 {margin-top:20px}
#sec6 .box {margin-top:30px}
#sec6 h3 {font-size:1.25em; line-height:1.5em}
}


#sec7 {padding:60px 0; overflow:hidden; position:relative}
#sec7:after {display:block;visibility:hidden;clear:both;content:""}
#sec7 .lay1:after {display:block;visibility:hidden;clear:both;content:""}
#sec7 .lay2:after {display:block;visibility:hidden;clear:both;content:""}
#sec7 .sop::before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
}
#sec7 .lay1 .sop {float:left; position:relative; width:640px; height:400px; border-radius:20px}
#sec7 .lay1 .ref {float:right;width:660px; display: flex; flex-direction: column;height:400px; justify-content: center}
#sec7 .lay2 {margin:100px 0}
#sec7 .lay2 .sop {float:right; position:relative; width:640px; height:400px; border-radius:20px}
#sec7 .lay2 .ref {float:left;width:660px; display: flex; flex-direction: column;height:400px; justify-content: center}
#sec7 .bg1 {background:url('../img/new/sb_thum7.jpg') center no-repeat; background-size:cover; width:100%; height:100%}
#sec7 .bg2 {background:url('../img/new/sb_thum8.jpg') center no-repeat; background-size:cover; width:100%; height:100%}
#sec7 .bg3 {background:url('../img/new/sb_thum9.jpg') center no-repeat; background-size:cover; width:100%; height:100%}
#sec7 p {font-size:20px; color:#333; font-weight:500; line-height:25px}
#sec7 h5 {font-weight:700}
#sec7 .txts {margin:30px 0}
#sec7 .tags li {float:left; margin-right:20px; background:#F5F6F7; padding:20px; border-radius:20px; margin-bottom:20px}
#sec7 .tags li:last-child {margin-bottom:0}
@media screen and (max-width:1399px) {
#sec7 {padding:50px 20px}
#sec7 .lay1 .sop {float:none; display:block; width:100%; height:200px; margin-bottom:20px}
#sec7 .lay1 .ref {float:none; display:block; width:100%;height:200px}
#sec7 .lay2 {margin:30px 0; padding:30px 0; border-top:1px solid #BFBFBF; border-bottom:1px solid #BFBFBF}
#sec7 .lay2 .sop {float:none; display:block; width:100%; height:200px; margin-bottom:20px}
#sec7 .lay2 .ref {float:none; display:block; width:100%;height:200px}
#sec7 p {font-size:1.25em; line-height:1.5em}
#sec7 .txts {margin:20px 0}
#sec7 .tags li {margin-right:10px; padding:10px 20px; margin-bottom:10px}
}

#sec8 {padding:60px 0; overflow:hidden; position:relative}
#sec8:after {display:block;visibility:hidden;clear:both;content:""}
#sec8 .dos ul {display:flex; gap:15px}
#sec8 .dos ul > * {
  flex: 0 0 calc((100% - 30px) / 3);
}
#sec8 .dos img {border-radius:20px}
#sec8 .sop {margin-top:20px}
#sec8 .sop .cp2 {background:#F5F6F7; width:100%; padding:50px 20px; border-radius:20px}
#sec8 .sop .sp2 {margin:10px 0 20px}
#sec8 .sop h4 {font-weight:600}
@media screen and (max-width:1399px) {
#sec8 {padding:50px 20px}
#sec8 .dos ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
	gap:10px
}
#sec8 .dos ul > * {
	flex: 0 0 80%;
	scroll-snap-align: start;
}
#sec8 .dos ul {
	padding-bottom: 0px;
}
#sec8 .dos ul::-webkit-scrollbar {
	display: none;
}
#sec8 .sop {margin-top:10px}
#sec8 .sop .cp2 {padding:30px 20px}
#sec8 .sop .sp2 {margin:5px 0 10px}
#sec8 .sop h4 {font-size:1.05em}
}


#sec9 {padding:60px 0; background:#F5F6F7; overflow:hidden; position:relative}
#sec9:after {display:block;visibility:hidden;clear:both;content:""}
#sec9 .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
}
#sec9 .box li {
  position: relative;
  flex: 0 0 calc(25% - 15px); /* 100% / 4 - gap 보정 */
  border-radius: 20px;
  height:100px; line-height:100px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width:1399px) {
#sec9 {padding:50px 20px}
#sec9 .box ul {width:100%}
#sec9 .box li {
  position: relative;
  flex: 0 0 calc(50% - 5px); 
  height:75px; line-height:75px;
  padding:0 30px
}
}

#sec10 {padding:200px 0; background:url('../img/new/sb_bg1.png') center 225px no-repeat, #000; background-size: cover, auto; text-align:center; overflow:hidden; position:relative}
#sec10:after {display:block;visibility:hidden;clear:both;content:""}
#sec10 .title {margin-bottom:100px}
#sec10 .title h1 {color:#fff}
#sec10 .title p {font-size:24px; font-weight:600; color:#fff}
#sec10 .title .cp2 {margin-top:10px}
@media screen and (max-width:1399px) {
#sec10 {padding:75px 20px; background: #000}
#sec10 .title {margin-bottom:30px; text-align:left}
#sec10 .title p {font-size:1.25em}
#sec10 .title .cp2 {margin-top:10px}
}

#sec11 {padding:200px 0 100px; background:#000; overflow:hidden; position:relative}
#sec11:after {display:block;visibility:hidden;clear:both;content:""}
#sec11 h6 {color:#fff}
#sec11 h4 {color:#fff}
#sec11 .txts {margin-bottom:50px}
@media screen and (max-width:1399px) {
#sec11 {padding:50px 20px}
#sec11 .txts {margin-bottom:30px}
}

#sec12 {padding:100px 0; background:#000; overflow:hidden; position:relative}
#sec12:after {display:block;visibility:hidden;clear:both;content:""}
#sec12 .title {text-align:center; margin-bottom:50px}
#sec12 .title h1 {color:#fff}
#sec12 .title .cp2 {margin-top:20px}
#sec12 .btitle {text-align:center; padding:20px 0; border-top:1px solid #fff; border-bottom:1px solid #fff; margin-bottom:50px}
#sec12 .btitle h2 {color:#fff}
#sec12 .box {margin-bottom:100px}
#sec12 .box:last-child {margin-bottom:0}
@media screen and (max-width:1399px) {
#sec12 {padding:50px 20px}
#sec12 .title {margin-bottom:30px; text-align:left}
#sec12 .title img {height:20px; width:auto}
#sec12 .title .cp2 {margin-top:10px}
#sec12 .btitle {padding:10px 0; text-align:left; margin-bottom:30px}
#sec12 .btitle span {color:#E60012}
#sec12 .box {margin-bottom:50px}
}

#sec13 {padding:0 0 100px 0; background:#000; overflow:hidden; position:relative}
#sec13:after {display:block;visibility:hidden;clear:both;content:""}
#sec13 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(230,0,18,1) 0%, rgba(255,128,137,1) 100%);
}
#sec13 .box:after {display:block;visibility:hidden;clear:both;content:""}
#sec13 .box h6 {font-size:32px; color:#fff; font-weight:600}
#sec13 .box p {font-size:16px; color:#fff; font-weight:400}
#sec13 .box .cp2 {margin-top:20px}
#sec13 .ref {margin-left:auto}
#sec13 .ref a {
  display: inline-block;
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width:1399px) {
#sec13 {padding:0}
#sec13 .box {
  text-align:center;
  display: block;
  justify-content: initial;
  align-items: initial;
  padding: 30px 20px;
  border-radius: 0;
}

#sec13 .box p {font-size:1.5em}
#sec13 .box .cp1 {display:none}
#sec13 .box .cp2 {margin-top:0}
#sec13 .ref {margin-left:auto; margin-top:20px}
#sec13 .ref a {
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.25em;
  color: #000;
  font-weight: 600;
}
}



.title_line {
  position: relative;
  margin: 50px 0;
}
.title_line:last-child {margin:50px 0 0 0}
.title_line .line {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_line .bar {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: transparent;
  overflow: hidden;
}

.title_line.animate .bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #222;
  transform: scaleX(0);
  transform-origin: left;
  animation: drawLine 1s ease-out forwards;
}

@keyframes drawLine {
  to {
    transform: scaleX(1);
  }
}

.title_line .dot {
  width: 8px;
  height: 8px;
  background-color: #E60012;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.title_line.animate .dot {
  animation: blinkDot 1.5s ease-in-out infinite alternate;
}

@keyframes blinkDot {
  from {
    background-color: #E60012;
  }
  to {
    background-color: #000;
  }
}

.title_line .left {
  margin-right: -4px;
}

.title_line .right {
  margin-left: -4px;
}

@media screen and (max-width:1399px) {
.title_line {
  margin:30px 0;
}
.title_line:last-child {margin:30px 0 0 0}
.title_line .dot {
  width: 5px;
  height: 5px;
}
.title_line .left {
  margin-right: -2.5px;
}

.title_line .right {
  margin-left: -2.5px;
}
}

#sec14 {padding:200px 0; background:#F5F6F7; overflow:hidden; position:relative}
#sec14:after {display:block;visibility:hidden;clear:both;content:""}
#sec14 .title {text-align:center}
#sec14 .title h3 {color:#626262}
#sec14 .title .cp2 {margin-top:10px}
#sec14 .box1:after {display:block;visibility:hidden;clear:both;content:""}
#sec14 .box2:after {display:block;visibility:hidden;clear:both;content:""}
#sec14 .box1 .sop {width:780px; height:490px; border-radius:20px; float:left}
#sec14 .box1 .ref {float:right; width:550px}
#sec14 .box2 {margin:100px 0}
#sec14 .box2 .sop {width:780px; height:490px; border-radius:20px; float:right}
#sec14 .box2 .ref {float:left; width:550px}
#sec14 h5 {color:#E60012; font-weight:700}
#sec14 h4 {font-weight:700}
#sec14 .np2 {margin-top:10px}
#sec14 .sbox {margin-top:50px}
#sec14 .sbox li {
  display: block;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 20px;
  box-shadow:
    2px -1px 10px 0 rgba(0, 0, 0, 0.12),
    2px -1px 10px 0 rgba(0, 0, 0, 0.12); 
}

.bbg1 {background:url('../img/new/sb_thum10.jpg') center no-repeat; background-size:cover}
.bbg2 {background:url('../img/new/sb_thum11.jpg') center no-repeat; background-size:cover}
.bbg3 {background:url('../img/new/sb_thum12.jpg') center no-repeat; background-size:cover}
.bbg4 {background:url('../img/new/sb_thum13.jpg') center no-repeat; background-size:cover}
.bbg5 {background:url('../img/new/sb_thum14.jpg') center no-repeat; background-size:cover}
.bbg6 {background:url('../img/new/sb_thum15.jpg') center no-repeat; background-size:cover}
.bbg7 {background:url('../img/new/sb_thum16.jpg') center no-repeat; background-size:cover}
.bbg8 {background:url('../img/new/sb_thum17.jpg') center no-repeat; background-size:cover}
.bbg9 {background:url('../img/new/sb_thum18.jpg') center no-repeat; background-size:cover}
.bbg10 {background:url('../img/new/sb_thum19.jpg') center no-repeat; background-size:cover}
.bbg11 {background:url('../img/new/sb_thum20.jpg') center no-repeat; background-size:cover}
.bbg12 {background:url('../img/new/sb_thum21.jpg') center no-repeat; background-size:cover}
.bbg13 {background:url('../img/new/sb_thum22.jpg') center no-repeat; background-size:cover}
.bbg14 {background:url('../img/new/sb_thum23.jpg') center no-repeat; background-size:cover}
.bbg15 {background:url('../img/new/sb_thum24.jpg') center no-repeat; background-size:cover}
.bbg16 {background:url('../img/new/sb_thum25.jpg') center no-repeat; background-size:cover}
@media screen and (max-width:1399px) {
#sec14 {padding:75px 20px}
#sec14 .bbtitle {margin-bottom:20px}
#sec14 .title .cp2 {margin-top:5px}
#sec14 .box1 .sop {width:100%; height:175px; float:none; display:block}
#sec14 .box1 .ref {float:none; display:block; width:100%}
#sec14 .box2 {margin:30px 0; padding:30px 0; border-top:1px solid #D0D0D0; border-bottom:1px solid #D0D0D0}
#sec14 .bxl {padding-bottom:0; margin-bottom:0; border-bottom:0}
#sec14 .box2 .sop {width:100%; height:175px; float:none; display:block}
#sec14 .box2 .ref {float:none; display:block; width:100%}
#sec14 .np2 {margin-top:5px}
#sec14 .sbox {margin-top:30px}
#sec14 .sbox li {
  padding: 15px 0;
  margin-bottom: 10px;
}
}


#sec15 {padding: 200px 0; overflow: hidden; position: relative}
#sec15 .rolling {position: relative;}
#sec15 .rolling .track {display: inline-block; white-space: nowrap; animation: scrollLeft 15s linear infinite}
#sec15 .rolling h6 {display: inline-block; font-size: 80px; font-weight: 800; color: #000; margin-right: 50px}
#sec15 .rolling span {text-decoration:underline; text-underline-offset:20px}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#sec15 .thum {position:relative; margin:100px 0 50px 0}
#sec15 .thum img {border-radius:20px}
#sec15 .thum::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius:20px
}
#sec15 .txts {border-radius:20px; background:#F5F6F7; padding:50px 0; text-align:center}
@media screen and (max-width:1399px) {
#sec15 {padding: 75px 20px}
#sec15 .rolling h6 {font-size: 3em; margin-right: 20px}
#sec15 .rolling span {text-decoration:underline; text-underline-offset:10px}
#sec15 .thum {margin:50px 0 20px}
#sec15 .thum img {border-radius:20px}
#sec15 .thum::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
	border-radius:20px
}
#sec15 .txts {padding:20px}
}

#sec16 {padding:75px 0; background:url('../img/new/sb_bg2.png') center no-repeat, #000; text-align:center; overflow:hidden; position:relative}
#sec16:after {display:block;visibility:hidden;clear:both;content:""}
#sec16 .title .cp2 {margin:20px 0 30px}
#sec16 .title h6 {font-size:48px; color:#fff; font-weight:700}
#sec16 .title p {font-size:24px; color:#fff; font-weight:500}
#sec16 a {display:inline-block; padding:20px 30px; background:#fff; border-radius:20px; font-size:24px; color:#000; font-weight:700}
#sec16 a:hover {background:#EF2F3E; color:#fff}
@media screen and (max-width:1399px) {
#sec16 {padding:50px 20px; background:url('../img/new/sb_bg2.png') center no-repeat, #000; background-size:cover}
#sec16 .title .cp2 {margin:10px 0 20px}
#sec16 .title h6 {font-size:2em}
#sec16 .title p {font-size:1.25em}
#sec16 a {padding:15px 30px; font-size:1.25em}
}


#sec17 {padding:200px 0; text-align:center; overflow:hidden; position:relative}
#sec17:after {display:block;visibility:hidden;clear:both;content:""}
#sec17 .title {margin-bottom:50px}
#sec17 .title h6 {font-size:40px; color:#000; font-weight:700; margin-bottom:10px}
#sec17 .title p {font-size:18px; color:#363636; font-weight:500}
#sec17 .thum img {border-radius:20px}
#sec17 .c_line {margin:50px 0}
#sec17 .c_line .line {width:1px; height:65px; background:#000; margin:20px auto}
#sec17 .c_line:last-child {margin-bottom:0}
@media screen and (max-width:1399px) {
#sec17 {padding:75px 20px}
#sec17 .title {margin-bottom:30px}
#sec17 .title h6 {font-size:2em; margin-bottom:5px}
#sec17 .title p {font-size:1.25em}
#sec17 .c_line {margin:30px 0}
#sec17 .c_line .line { height:35px; margin:10px auto}
}



#sec18 {padding:200px 0; text-align:center; overflow:hidden; position:relative}
#sec18:after {display:block;visibility:hidden;clear:both;content:""}
#sec18 .title {margin-bottom:50px}
#sec18 .title h6 {font-size:40px; color:#000; font-weight:700; margin-bottom:10px}
#sec18 .title p {font-size:18px; color:#363636; font-weight:500}
#sec18 .box li {float:left; width:49%; margin-right:2%; margin-bottom:2%}
#sec18 .box li:nth-child(2n) {margin-right:0}
#sec18 .box .thum img {border-top-left-radius:20px; border-top-right-radius:20px}
#sec18 .box .txts {background:#F5F6F7; border-radius:20px; padding:50px 0}
#sec18 .box .txts .cp2 {margin:30px 0}
#sec18 .box .txts h4 {font-weight:600}
#sec18 .box .txts h5 {color:#808080; font-weight:400}
#sec18 .box .txts span {color:#B3B3B3; margin:0 5px; font-weight:300}
@media screen and (max-width:1399px) {
#sec18 {padding:75px 0 20px 20px}
#sec18 .title {margin-bottom:30px}
#sec18 .title h6 {font-size:2em; margin-bottom:5px}
#sec18 .title p {font-size:1.25em}
#sec18 .box .cp1 img {height:15px; width:auto}
#sec18 .box ul {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#sec18 .box ul::-webkit-scrollbar {
  display: none;
}
#sec18 .box li {
  background: #f5f6f7;
  flex: 0 0 75%;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: normal;
  scroll-snap-align: start;
 border-radius:20px
}
#sec18 .box .txts {padding:20px}
#sec18 .box .txts .cp2 {margin:20px 0}
#sec18 .box .txts p {font-size:1.25em; white-space: normal}
}


#sec19 {padding:200px 0; overflow:hidden; position:relative}
#sec19:after {display:block;visibility:hidden;clear:both;content:""}
#sec19 .title {text-align:center; margin-bottom:50px}
#sec19 .title h6 {font-size:40px; color:#000; font-weight:700; margin-bottom:10px}
#sec19 .title p {font-size:18px; color:#363636; font-weight:500}
#sec19 .sop:after {display:block;visibility:hidden;clear:both;content:""}
#sec19 .sop:nth-child(2) {margin:50px 0}
#sec19 .sop {display: flex; align-items: center}
#sec19 .sop .cp1 {  flex-shrink: 0; margin-right:100px; width:680px; height:480px; border-radius:20px}
#sec19 .sop .bg1 {background:url('../img/new/sb_thum34.jpg') center no-repeat; background-size:cover}
#sec19 .sop .bg2 {background:url('../img/new/sb_thum35.jpg') center no-repeat; background-size:cover}
#sec19 .sop .bg3 {background:url('../img/new/sb_thum36.jpg') center no-repeat; background-size:cover}
#sec19 .sop h6 {font-size:48px; color:rgba(0,0,0,0.4); font-weight:400}
#sec19 .sop .sp2 {margin:10px 0 20px 0}
@media screen and (max-width:1399px) {
#sec19 {padding:75px 20px}
#sec19 .title {margin-bottom:50px}
#sec19 .title h6 {font-size:2em; margin-bottom:5px}
#sec19 .title p {font-size:1.25em}
#sec19 .sop:nth-child(2) {margin:30px 0}
#sec19 .sop {display: block; align-items:normal}
#sec19 .sop .cp1 {margin-right:0; width:100%; height:150px; border-bottom-left-radius:0; border-bottom-right-radius:0}
#sec19 .sop .cp2 {padding:20px; background:#F5F6F7; border-bottom-left-radius:20px; border-bottom-right-radius:20px}
#sec19 .sop h6 {font-size:2em}
#sec19 .sop .sp2 {margin:5px 0 10px 0}
}


#sec20 {padding:200px 0; background:#F5F6F7; overflow:hidden; position:relative}
#sec20:after {display:block;visibility:hidden;clear:both;content:""}
#sec20 .title {text-align:center; margin-bottom:50px}
#sec20 .title h6 {font-size:40px; color:#000; font-weight:700; margin-bottom:10px}
#sec20 .title p {font-size:18px; color:#363636; font-weight:500}
#sec20 .box:after {display:block;visibility:hidden;clear:both;content:""}
#sec20 .sop {float:left; width:730px; height:360px; border-radius:20px; background:url('../img/new/sb_thum37.jpg') center no-repeat; background-size:cover}
#sec20 .ref {float:right; width:640px; border-radius:20px; background:#fff; padding:35px 50px}
#sec20 .ref .cp2 {margin:20px 0 30px}
#sec20 .line {width:1px; height:100px; background:#000; margin:50px auto}
#sec20 .dos li {float:left; margin-right:10px}
#sec20 .dos li:last-child {margin-right:0}
#sec20 .dos img {border-radius:20px}
#sec20 .cp1 {margin:10px 0}
#sec20 .cp1 p {font-size:16px; color:rgba(0,0,0,0.6); font-weight:600}
#sec20 .cp1 span {font-weight:300}
#sec20 .cp2 p {font-size:20px; color:#000; font-weight:700}
@media screen and (max-width:1399px) {
#sec20 {padding:75px 20px}
#sec20 .title {margin-bottom:50px}
#sec20 .title h6 {font-size:2em; margin-bottom:5px}
#sec20 .title p {font-size:1.25em}
#sec20 .sop {float:none; display:block; width:100%; height:150px; border-bottom-left-radius:0; border-bottom-right-radius:0}
#sec20 .ref {float:none; display:block; width:100%; padding:30px 20px; border-top-left-radius:0; border-top-right-radius:0}
#sec20 .ref .cp1 {text-align:center}
#sec20 .ref .cp2 {margin:10px 0 20px}
#sec20 .ref .cp2 h3 {font-size:1.25em; line-height:1.5em}
#sec20 .line {width:1px; height:75px;  margin:30px auto}
#sec20 .dos li {float:none; display:inline-block; width:75%; margin-right:10px}
#sec20 .cp1 {margin:10px 0 5px 0}
#sec20 .cp1 p {font-size:1.05em}
#sec20 .cp2 p {font-size:1.05em}
}





#media {padding:200px 0; background:#F5F6F7; overflow:hidden; position:relative}
#media:after {display:block;visibility:hidden;clear:both;content:""}
#media .title:after {display:block;visibility:hidden;clear:both;content:""}
#media .title {margin-bottom:50px}
#media .title .cp1 {float:left}
#media .title .cp2 {float:right; text-align:right}
#media .title h6 {font-size:80px; color:#000; font-weight:700}
#media .sop {float:left; width:770px; height:440px}
#media .sop .thum {width:100%; border-radius:20px; border-bottom-left-radius:0; border-bottom-right-radius:0}
#media .sop .txts {
  background: #fff;
  padding: 20px 30px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center; 
}

#media .sop .txts span {margin-right:30px; font-size:48px; font-weight:800; color:#EF2D3C}
#media .sop .txts a {
  display: block; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  font-size: 24px;
  font-weight: 600;
  flex: 1;
}
#media .sop .txts a:hover {text-decoration:underline}
#media .ref {float:right; width:600px; background:#fff; border-radius:20px}
#media .ref .dos {position:relative;
  display: flex;
  align-items: center; 
  padding:23px 60px 23px 30px;
  border-bottom:1px solid #DCDCDC
}
#media .ref .dos:last-child {border-bottom:0}
#media .ref a {  display: block; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
  font-size:20px; 
  width:100%
}
#media .ref span {margin-right:30px; font-size:36px; font-weight:800; color:#000}
#media .ref i {position:absolute; right:30px; top:50%; transform:translateY(-50%)}


@media screen and (max-width:1399px) {
#media {padding:75px 20px}
#media .title {margin-bottom:30px}
#media .title .cp1 {float:none; display:block; margin-bottom:5px}
#media .title .cp2 {float:none; display:block; text-align:left}
#media .title h6 {font-size:3em}
#media .title h3 {font-size:1.25em; line-height:1.5em}
#media .sop {float:none; display:block; width:100%; height:100%}
#media .sop .thum {display:none}
#media .sop .txts {
  padding: 20px;
  border-radius:20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom:1px solid #dcdcdc
}

#media .sop .txts span {margin-right:10px; font-size:2em}
#media .sop .txts a {
  font-size: 1.25em;
  font-weight:500
}
#media .ref {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#media .ref {float:none; display:block; width:100%}
#media .ref .dos {position:relative;
  padding:20px;
}
#media .ref .dos:nth-child(5),#media .ref .dos:nth-child(6) {display:none}
#media .ref .dos:nth-child(4) {border-bottom:0}
#media .ref a {
  font-size:1.25em; 
}
#media .ref span {margin-right:10px; font-size:2em}
#media .ref i {display:none}
}
















.pop_content2 {
	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.75)
}
.pop_content2:target {
    opacity:1;
    pointer-events: auto;
}
.pop_content2 .pop_wrap2 {
	position:absolute;
	z-index:9999;
	background:rgba(0,0,0,0.9);
	width: 90%;
	height:90%; 
	left:50%;
	top:50%;
	overflow:hidden;
	transform:translate(-50%, -50%)
}
.pop_content2 .pop_wrap2 .close {position:fixed; right:50px; top:50px; z-index:999}
.pop_content2 .pop_wrap2 .close img {height:75px}
.pop_content2 .pop_wrap2 .logo {position:absolute; left:50px; top:50px}
.pop_content2 .pop_wrap2 .logo img {height:75px; width:auto}
.pop_content2 .pop_wrap2 .pop_area {position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%, -50%); z-index:9}
@media screen and (max-width:1199px) {
.pop_content2 .pop_wrap2 .logo img {height:40px}
.pop_content2 .pop_wrap2 {
	width:100%;
	height:100%;
	overflow-y:scroll
}
.pop_content2 .pop_wrap2::-webkit-scrollbar {
    display: none; 
}
.pop_content2 .pop_wrap2 .pop_area {position:relative; top:0; left:0; margin-top:120px; transform:none}
.pop_content2 .pop_wrap2 .close {position:fixed; right:50px; top:50px}
.pop_content2 .pop_wrap2 .close img {height:40px; width:auto}
}

#accordian {display:block}
#accordian:after {display:block;visibility:hidden;clear:both;content:""}
#accordian li {position:relative; float:left; margin-right:75px}
#accordian li:last-child {margin-right:0}
#accordian li > a {display:inline-block; width:100%; font-size:24px; font-weight:800; color:#fff; margin-bottom:50px}
#accordian li > h4 {display:none}
#accordian li > dl > dt {margin-bottom:10px}
#accordian li > dl > dt a {color:#c2c2c2; display:inline-block; width:100%; font-size:17px; font-weight:400; line-height:37px}
#accordian i {display:none}
@media screen and (max-width:1199px) {
#accordian {padding:50px}
#accordian li {float:none; display:block; text-align:left; margin:0 0 50px 0}
#accordian li dl {display:none}
#accordian li > a {display:none; margin:0}
#accordian li > h4 {display:inline-block; width:100%; font-size:3em; font-weight:800; color:#fff}
#accordian li > dl {margin-top:10px}
#accordian li > dl > dt {margin-bottom:0}
#accordian li > dl > dt a {font-size:2em; line-height:2em}
}








.hd_bt:after {display:block;visibility:hidden;clear:both;content:""}
.hd_bt li {float:left; width:90%}
.hd_bt li:last-child {margin-left:1%; width:9%}
.hd_bt .ipfull {display:inline-block; width:100%; height:70px; line-height:70px; padding:0 20px; font-size:24px; color:#999; font-weight:300; border:1px solid #ccc; border-radius:10px}
.hd_bt button {display:inline-block; width:100%; height:70px; line-height:70px; padding:0; font-size:24px; color:#999; font-weight:500; background:#eee; border:1px solid #ccc; border-radius:10px}

.tt_sc {margin-bottom:10px}
.tt_sc h1 {font-size:17px; color:#000; font-weight:500}
.tt_sc span {color:#d72f35}

@media screen and (max-width:1199px) {
.hd_bt li {width:80%}
.hd_bt li:last-child {width:19%}
.hd_bt .ipfull {height:50px; line-height:50px; padding:0 10px; font-size:1.25em}
.hd_bt button {height:50px; line-height:50px; font-size:1.25em}

.tt_sc {margin-bottom:5px}
.tt_sc h1 {font-size:1.05em}
}


.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0); /* 구형 브라우저 지원 */
	border: 0;
}


/* 게시물 선택복사 선택이동 */
#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:70px;word-break:break-all}
.tbl_head01 tbody tr:hover {background:#eee}
.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}

