@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

.clear:after { 
    content:""; 
    display:block; 
    clear:both;
}
* { margin:0; padding:0; outline:none; box-sizing:border-box; }
html { font-size: 10px; }
body {
line-height:1; font-size:14px; font-weight:400; color:#000; font-family: 'Noto Sans KR', sans-serif; word-wrap: break-word; word-break: keep-all;
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { margin:0; font-family: 'Noto Sans KR', sans-serif; line-height:1; font-size: 1em; }
ul, ol { list-style:none; margin:0; padding: 0; }
a { outline:0; text-decoration:none; color: #000; }
a:focus { outline:none; }
figure,dl,dd,input[type=radio], input[type=checkbox]  { margin: 0; padding: 0; }
img { border:none; outline:none; max-width: 100%; }
p { margin:0; padding:0; word-wrap: break-word; word-break: keep-all;  }
button, input, submit { border: none; background: none; }
dt { font-weight: normal; }


/* 탭 초기화 */
.tabBox1 .nav { border: none; }
.tabBox1 .nav > li { margin: 0; }
.tabBox1 .nav > li > a { padding: 0; margin: 0; border-radius:0; border: 0; }
.tabBox1 .nav > li:hover > a { background: none; } 
.tabBox1 .nav > li.active > a { border: none;  }


/* html 폰트 사이즈 */
@media (max-width:1200px) {
	html { font-size: 8.5px; }
}
@media (max-width:991px) {
	html { font-size: 8px; }
}
@media (max-width:768px) {
	html { font-size: 7.5px; }
}
@media (max-width:580px) {
	html { font-size: 6.5px; }
}
@media (min-width:1200px) and (max-height:800px) {/* 너비 1200이상 높이 800이하 */
html { font-size: 8px; }
}
@media (min-width:1200px) and (max-height:650px) {/* 너비 1200이상 높이 650이하 */
html { font-size: 7.5px; }
}
@media (min-width:1200px) and (max-height:500px) {/* 너비 1200이상 높이 500이하 */
html { font-size: 6.5px; }
}



:root {
	/* 컨텐츠 너비 */
	--containerV1-width : 1300px;

	--main-color : #366d91; /* mainColor */
	--color1 : #1c5ab1;
	--color2 : #b5b5b5;
	--color3 : #959595;
	--color4 : #313131;
	--color9 : #295c9c;
	--color10 : #3a3a3a;
	--color11 : #333;

	/*font (40px 미만은 min 400부터, 이상은 min 없이 rem이었다가 해당 구간에서 vw로 600부터)*/
	--font-size15 : min(3.75vw,15px); 
	--font-size16 : min(4vw,16px); 
	--font-size18 : min(4.50vw,18px); 
	--font-size20 : min(5vw,20px); 
	--font-size23 : min(5.75vw, 23px); 
	--font-size25 : min(6.25vw, 25px); 
	--font-size30 : min(7.50vw, 30px); 
	--font-size45 : 5.63vw; 
	--font-size50 : 6.17vw; 



}

/* container */
.containerV1 { width: 100%; margin: 0 auto; max-width: var(--containerV1-width,1400px);}


@media (max-width: 1430px) {
	.containerV1 { padding: 0 15px;}
}


.wrap { padding-top: 0; }
@media (max-width: 991px) {
	.wrap { padding-top: 0;}
}


/*--------------------------------------------------- 해드세팅 ----------------------------------------------------------------------------*/

#header2{ position: fixed; left: 0; top: 0; width: 100%; height: 10rem; z-index: 1000; transition:0.4s; }

#header2 .itemBox {
	padding:0 13.13vw; height: 100%; display:flex; justify-content:space-between; align-items:center; position: relative;
}

#header2 #logo {height: 100%; overflow: hidden;}
#header2 #logo a {display: flex; align-items: center; height: inherit; flex-direction: column;}

#header2 #logo a p {color: #fff; line-height: 1.4;}
#header2 #logo a p b{font-weight: normal;}
#header2 #logo a p br{display: none;}

#header2 #logo svg {width: 170px; height: inherit; margin: -15px 0;}
#header2 #logo svg path {fill:#fff !important; transition: 0.5s;}

/* #logo { width: 13vw; min-width: 150px; } */
/* #logo a { display: block; position: relative;} */
/*#logo > a > img.hover_img{position: absolute; top: 0; left: 0; visibility: hidden; transition: all 0.1s;}*/

#nav .nav_inner { display:flex; align-items: center; width: 100%;}
#nav .outer { display: flex;}
#nav .outer > li > a {
display: block; color: #fff;  font-size: max(16px, 0.94vw); font-weight: 500; height: 100%; line-height: 10rem;
padding: 0 4.3rem; position: relative;
}
#nav .outer > li > a:after {
content: ''; position: absolute; left:50%; transform:translateX(-50%); bottom: 0; width: 0; height: 3px; background: #fff; transition:0.4s;
}
#nav .nav_inner .catalog_download {width: 150px; height: 40px; box-sizing: border-box; border: 1px solid #fff; text-align: center; background: transparent; }
#nav .nav_inner .catalog_download > a {display: block; width: 100%; height: 100%; line-height: 40px; color: #fff; font-size: 13px;}
#nav .inner {
position: absolute; left: 0; top: 100%; width: 100%; background: rgba(0,0,0,0.6); display:flex; justify-content:center; padding: 30px 0;
border-top: 1px solid var(--color2,rgba(255,255,255,0.2)); display: none; 
}
#nav .inner > li { padding-right: 4rem; position: relative; color: rgba(255,255,255,0.7); }
#nav .inner > li:last-child { padding-right: 0; }
#nav .inner > li:after {
content: '|'; position: absolute; right: 0; top: 50%; transform:translateY(-55%); margin-right: 1.7rem; font-size: calc( 8px + 0.21vw );
}
#nav .inner > li:last-child:after { display: none; }
#nav .inner > li > a { display: block; font-size: var(--font-size1,max(15px,1.9rem)); color: inherit; font-weight: 300; }
#nav .outer > li:nth-child(1) .inner { z-index: 10; }

/* 메인 이미지 텍스트 */
.wrap .main{position: relative;}
.wrap .main .main_text{position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%;}
.wrap .main .main_text h2{font-size: clamp(15px, min(calc(24 / 700 * 100vw), 25px), 25px); color: #fff; margin-bottom: 15px; font-weight: normal; line-height: 1.2;}
.wrap .main .main_text p{font-size: clamp(22px, min(calc(40 / 700 * 100vw), 45px), 45px); color: #fff; font-weight: bold; line-height: 1.3;}

/* 메인 이미지 텍스트 미디어쿼리 */
@media (max-width: 1430px) {
    .wrap .main .main_text{padding: 0 15px;}
}

/* 메인으로 다시 이동버튼 */
#nav .nav_item {display: flex; align-items: center; gap: 20px;}
#nav .nav_item label {margin-bottom: 0;}
#nav .nav_item .link {display: block}
#nav .nav_item .link > a {
    display: flex; align-items: center; justify-content: center;
    color: #fff; background: var(--color1); border-radius: 40px;
    font-size: 14px; color: #fff; padding: 10px 15px;
}

/* hover */
#header2:hover { background: rgba(0,0,0,0.6); }
/*#header2:hover #logo > a > img.hover_img {visibility: visible;}*/
#nav .outer > li:hover > a:after { width: 100%; }
#nav .outer > li:hover > .inner { display: flex;}
#nav .inner > li > a:hover { color: #fff; }

/* 해드 스크롤 했을때 */
#header2.scroll { background: rgba(0,0,0,0.6); border-bottom: 1px solid var(--color2); }
#header2.scroll #nav .inner {background: rgba(0,0,0,0.4); border-bottom: 1px solid var(--color2,rgba(255,255,255,0.2));}

/* 해당페이지 일때 */
#nav .outer > li > a.on:after { width: 100%; }


@media (max-width:1650px) {
	#header2 .itemBox { padding: 0 6.5vw; }
}
@media (max-width:1430px) {
	#header2 .itemBox { padding: 0 15px; }
	#nav .nav_inner .catalog_download {margin-left: 15px;}
}
@media (max-width:1200px) {
	#nav .outer > li > a { padding: 0 15px; }
    #header2 #logo a { flex-direction: row;  gap: 10px; margin-top: 0;}
    #header2 #logo svg{margin: 0;}

    #header2 #logo a p{margin-top: 10px;}
    #header2 #logo a p b{display: none;}
    #header2 #logo a p br{display: block;}
}

@media (max-width: 500px) {
    #header2 #logo svg{width: 150px;}
}


@media all and (max-width:991px) {
	

	/* 모바일 열기 버튼 */
	.open_btn { font-size: 25px; color: #fff; cursor:pointer; }

	#nav {
	background-color:#000; width: 20em; height: 100%;  display: block;
	position: fixed; right:0; top: 0; z-index:9999; margin-right:-20em;  transition:margin-right 0.3s;
	}
	#nav .nav_inner { 
	width: 20em; height: 100%; overflow-x: hidden; overflow-y:auto; position: absolute;  top:0; 
	flex-direction:column; justify-content:flex-start; align-items:stretch;
	}

	/* 카탈로그 버튼 */
	#nav .nav_inner .catalog_download {margin: 45px auto 0 auto; width: 90%; min-width: 150px; }

	/* 모바일닫기버튼 */
	.close_btn { width:50px; height:50px; margin-right:0; margin-left:auto; cursor:pointer; position: absolute; right: 0; top: 15px;}
	.close_btn > i { display:block; color:#fff; text-align:center; line-height:50px; font-size:30px; }



	#nav .outer { display: block; margin-top: 9.9rem;}
	#nav .outer > li { margin-right: 0; width: 100%; overflow: hidden; border-bottom:1px solid var(--color2,rgba(255,255,255,0.2)); }
	#nav .outer > li:first-child { border-top:1px solid var(--color2,rgba(255,255,255,0.2)); }
	#nav .outer > li > a { font-weight: 500; padding:15px 20px; color: #fff; background: #000; position: relative; pointer-events:none; height: auto; line-height: 1; }
	#nav .outer > li > a:before { /* outer 오른쪽 아래 아이콘 */
	content: ''; position: absolute; width: 0; height: 0; right: 15px; bottom: -10px; z-index: 10;
    border-left: 8px solid transparent; border-right:8px solid transparent; border-top:10px solid #000;
	}

	#nav .inner { position: static; padding: 0; display: none; border:0; }
	#nav .inner > li { margin-bottom:0; position: relative; padding: 0; }

	/* inner 양 옆에 효과 */
	#nav .inner > li:before, #nav .inner > li:after {
	content: '' !important; position: absolute; height: 0; width: 6px; top:0 !important; opacity: 0; transform:translateY(0) !important; margin: 0;
	border-top: 22px solid transparent; border-bottom: 22px solid transparent;
	}
	#nav .inner > li:before { right: 0px !important; z-index: 10; border-right: 11px solid #000; }
	#nav .inner > li:after { left: 0px !important; border-left: 11px solid #000; }
	#nav .inner > li:last-child:after { display: block; }
	/* inner 양 옆에 효과 끝*/

	#nav .inner > li > a {
	color: var(--color10,#3a3a3a); background:#e3e3e3; padding: 15px 25px; position: relative; border-bottom: 1px solid #d2d2d2; transition: all 0.3s;
	}
	#nav .inner > li:last-child > a { border-bottom: none; }
	#nav .inner > li > a:after { /* inner 반칸짜리 흰색바 */
	content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 22px; background: rgba(255,255,255,0);
	}

    #nav .nav_item {margin: 4rem 0 0 2rem;}
    #nav .nav_item .link > a {padding: 10px 40px;}



	/* hover */
	#header2:hover { background: #000; }
	#nav .outer > li:hover > a { background: var(--color1); }
	#nav .outer > li:hover > a:before { border-top:10px solid var(--color9,#295c9c); }
	#nav .outer > li:hover > a:after { width: 0; }
	#nav .outer > li:hover > .inner { display:none; }
	/* inner text hover */
	#nav .outer > li > .inner > li:hover:before { opacity: 1; }
	#nav .outer > li > .inner > li:hover:after { opacity: 1; }
	#nav .outer > li > .inner > li > a:hover { color:var(--color10,#3a3a3a); }
	#nav .outer > li > .inner > li:hover > a:after { background: rgba(160,160,160,0.1); }




	/* 해당페이지 일때 */
	#nav .outer > li > a.on { background: var(--color9,#295c9c); }
	#nav .outer > li > a.on:before { border-top:10px solid var(--color9,#295c9c); }
	#nav .outer > li > a.on:after { width: 0; }

	/* 해드 스크롤 했을때 */
	#header2.scroll { background: rgba(0,0,0,0.4); }

	/* outer 클릭시 inner보이는 효과 */
	#nav .outer > li.on > .inner { display: block; }
	

	/* 모바일메뉴박스 보이게 하는 클래스 */
	#nav.inactive { margin-right:0; } 
}

/*--------------------------------------------------- 해드세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 인덱스세팅 ----------------------------------------------------------------------------*/



/* section2 */
.index2  .section2 {padding: max(60px, 9rem) 0 max(65px, 11.4rem) 0; background: url(img/sub_index_img/sec2_bg.jpg) no-repeat top center / cover;}
.index2 .section2 .containerV1 > .titleBox {text-align: center; word-break: keep-all; line-height: 1.4; font-weight: 500; margin-bottom: 50px;}
.index2 .section2 .containerV1 > .titleBox > h4 {color: #fff; font-size: var(--font-size18); font-family: "Poppins"; margin-bottom: 10px;}
.index2 .section2 .containerV1 > .titleBox > h1 {font-size: 5rem; color: #fff; font-family: "Poppins"; line-height: 1.2;}
.index2 .section2 .containerV1 > .titleBox > h1 > .color_tag {font-weight: bold; color: #fff; margin-bottom: 25px;}
.index2 .section2 .containerV1 > .titleBox > p.text1 {color: #fff; font-size: var(--font-size23);}
.index2 .section2 .containerV1 > .itemBox {display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: minmax(240px, auto); gap: 25px 20px;}
.index2 .section2 .containerV1 > .itemBox > li {display: flex; padding: 25px 15px 20px 30px; border: 1px solid #fff; position: relative;}

.index2 .section2 .containerV1 > .itemBox > li > .item_unit {word-break: keep-all; ; font-size: 0.52vw; position: relative;}
.index2 .section2 .containerV1 > .itemBox > li > .item_unit > h4 {font-size: var(--font-size25); font-family: "Poppins"; font-weight: bold; color: #fff; margin-bottom: 0.7em;}
.index2 .section2 .containerV1 > .itemBox > li > .item_unit > h1 {font-size: var(--font-size30); color: #fff; line-height: 1.2;  font-weight: bold; font-family: "Poppins";}

/*btn*/
.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button {display: block; color: #fff; text-align: center; overflow: hidden; position: relative; transition: all 0.3s;
width: 150px; height: 40px; background: var(--color1); line-height: 40px; position: absolute; bottom: 0; font-weight: 500; font-family: "Poppins"; font-size: 13px; }
.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button span,
.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button i {position: relative; z-index: 1;} 
.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button:after {content: ""; position: absolute; height: 100%; left: -35%; top: 0; transform: skew(50deg); transition-duration: 0.6s; 
transform-origin: top left;  width: 0; background: #fff; transition: all 0.3s; }

.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button:hover {color: var(--color1);}
.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button:hover:after {height: 100%; width: 135%; }

.index2 .section2 .containerV1 > .itemBox > li > figure {position: absolute; bottom: 20px; right: 15px;}
 
@media all and (max-width: 991px) {
	.index2 .section2 .containerV1 > .itemBox {grid-template-columns: repeat(1, 1fr); }
	.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button:hover {color: #fff;}
	.index2 .section2 .containerV1 > .itemBox > li > .item_unit .item_button:hover:after {display: none;}
}

@media all and (max-width: 500px) {
	.index2 .section2 .containerV1 > .itemBox {grid-auto-rows: minmax(200px, auto);}
	.index2 .section2 .containerV1 > .itemBox > li > .item_unit > h1 {font-size: 6vw; margin-bottom: 2em;}
}


/* section3 */
.index2 .section3 {padding: max(60px, 9rem) 0 max(65px, 12rem) 0;}
.index2 .section3 .containerV1 > .titleBox {text-align: center; word-break: keep-all; line-height: 1.4; font-weight: 500; margin-bottom: 76px;}
.index2 .section3 .containerV1 > .titleBox > h4 {color: #000; font-size: var(--font-size18); font-family: "Poppins"; margin-bottom: 10px;}
.index2 .section3 .containerV1 > .titleBox > h1 {font-size: 5rem; color: #000; font-family: "Poppins"; line-height: 1.2;}
.index2 .section3 .containerV1 > .titleBox > h1 > .color_tag {font-weight: bold; color: var(--color1);}

/* btn */
.index2 .section3 .containerV1 > a.item_button {background: var(--color1); color: #fff; display: block; height: 40px; margin: 64px auto 0 auto; line-height: 40px; 
font-family: "Poppins"; font-size: 13px; text-align: center; transition: all 0.3s; width: 150px; font-weight: 500; overflow: hidden; position: relative;}
.index2 .section3 .containerV1 > a.item_button span, .index2 .section3 .containerV1 > a.item_button i {position: relative; z-index: 1;} 
.index2 .section3 .containerV1 > a.item_button:after {content: ""; position: absolute; height: 100%; left: -35%; top: 0; transform: skew(50deg); transition-duration: 0.6s; 
transform-origin: top left;  width: 0; background: #000; transition: all 0.3s;}

.index2 .section3 .containerV1 > a.item_button:hover:after {height: 100%; width: 135%; }

@media all and (max-width: 991px) {
	.index2 .section3 .containerV1 > a.item_button:after {display: none;}
}


/* section4 */
.index2 .section4 { padding: max(10rem, 7.81vw) 0 10rem; background: url(img/sub_index_img/sec4_bg.jpg) no-repeat center center / cover; }
.index2 .section4 a { color: inherit; }
.index2 .section4 .containerV1 > .itemBox li.left {padding-left: 15px;}
.index2 .section4 .containerV1 > .itemBox li .titleBox {padding: 4.8571% 0 0 0; margin-bottom: 3.5rem;}
.index2 .section4 .containerV1 > .itemBox li .titleBox > h2 {font-family: "Poppins"; font-weight: bold; color: #fff; font-size: 5rem; margin-bottom: 10px;}
.index2 .section4 .containerV1 > .itemBox li .titleBox > p.text1 {font-size: var(--font-size16); line-height: 1.6; color: #fff; }


.index2 .section4 .containerV1 > .itemBox { display:grid; grid-template-columns:repeat(2,1fr); color: #fff; }
.index2 .section4 .containerV1 > .itemBox .titleBox { margin-bottom: 2.5rem; }
.index2 .section4 .containerV1 > .itemBox .left > .textBox1 { margin-bottom: 3.5rem; }
.index2 .section4 .containerV1 > .itemBox .left > .textBox1 > .text1 { font-size: var(--font-size18); line-height: 1.4; font-weight: 500; margin-bottom: 5px;}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox { display:grid; grid-template-columns:repeat(2, 286px); gap:0 5rem; }
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a { 
display: block; color: #fff; height: 10rem; position: relative; transform-style:preserve-3d; transition:0.5s;
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div { 
position: absolute; left: 0; top: 0; width: 100%; height: 100%; backface-visibility:hidden; border: 1px solid #fff; padding:0 max(15px,1.08vw);
display:grid; grid-template-columns:auto 1fr; gap: 0 4rem; align-items:center;
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div .icon { display: block; width: 5rem; }
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div .textBox > .text1 {
font-size: var(--font-size23); font-weight: bold; margin-bottom: 5px; text-transform: uppercase;
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > div .textBox > .text2 {  
text-transform: uppercase; font-size: var(--font-size15);
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back { 
background: var(--color1); border: 1px solid var(--color1); transform:rotateX(-180deg); 
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back .textBox > .text1 { display:flex; align-items:center; }
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back .textBox > .text1:after {
content: '\f105'; font-family: fontAwesome; display: inline-block; margin-left: auto; margin-right:0;
}
.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li:hover > a { transform:rotateX(180deg); transition-delay:0.2s; }


@media (max-width:1430px) {
	.index2 .section4 .containerV1 > .itemBox li .titleBox {padding: 0;}
	.index2 .section4 .containerV1 > .itemBox li .titleBox > p.text1 br {display: none;}
	.index2 .section4 .containerV1 > .itemBox .left > .linkBox {grid-template-columns:repeat(2, 1fr); gap:0 2rem; }
}

@media (max-width:991px) {
	.index2 .section4 .containerV1 > .itemBox { grid-template-columns:1fr; gap:5rem 0; max-width: 768px; margin: 0 auto; }
	.index2 .section4 .containerV1 > .itemBox li.left {padding-left: 0;} 
}
@media (max-width:840px) {
	.index2 .section4 .containerV1 > .itemBox .left > .linkBox { grid-template-columns:1fr; gap:2rem; }
	/* 아이폰에서 후버효과 이상하게 나와서 없앰 */
	.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li:hover > a { transform:rotateX(0); transition-delay:0; }
	.index2 .section4 .containerV1 > .itemBox .left > .linkBox > li > a > .inner_back { visibility:hidden; }
}

/* section6 */
.index2 .section6 { padding: 15px 0; background: var(--color4,#313131); }
/*--------------------------------------------------- 인덱스세팅 끝 ----------------------------------------------------------------------------*/



/*--------------------------------------------------- 푸터세팅 ----------------------------------------------------------------------------*/
/* footer*/
footer { background: var(--color4,#313131); border-top: 1px solid var(--color3,#959595); }

footer > .contents_box { padding: 3rem 0 2.5rem; }
footer .contents { display:flex; flex-wrap:wrap; align-items:flex-start; }
footer .contents > li { font-weight: 300;  }
footer .contents > li:nth-child(1) { width: 25%; margin-top: 0.5rem; }

footer .contents .item1 {height: 100%; overflow: hidden;}
footer .contents .item1 a{display: inline-block; height: inherit; width: 180px;}
footer .contents .item1 a svg{width: 100%; height: inherit;}
footer .contents .item1 a svg path{fill: #fff !important; }
footer .contents .item1 a p{text-align: center; color: #fff; margin-top: 7px;}

footer .item2 { width: 75%; }
footer .item2 > div { line-height: 1.6; font-size: 14px; color: #bfbfbf; }  /*211223폰트 사이즈 13에서 14로 수정.*/
footer .item2 > div a { color: inherit;}
footer .item2 > .text > span { position: relative; margin-right:10px; font-weight: inherit;  }
footer .item2 > .text > span:after { content:'|'; position:absolute; right:-8px; top:50%; transform:translateY(-55%); }
footer .item2 > .text > span:last-child:after { display: none; }i
footer .item2 > .copy { text-transform: uppercase; font-weight: inherit; }



footer .contents .info { 
-ms-display:flex; -ms-flex-wrap:wrap; 
display:flex; flex-wrap:wrap; 
text-align: center;
/*margin-top: 1.8rem;*/
}
footer .info > .item { position:relative; }
footer .info > .item:before { content:''; position:absolute; right:7px; top:50%; transform:translateY(-50%); width:1px; height:13px; background:#fff; }
footer .info > .item:last-child:before { display:none; }
footer .info > .item > a { display:block; color:#fff; font-size:14px; line-height:1.8; margin-right:15px;  }  /*211223폰트 사이즈 13에서 14로 수정.*/

@media (max-width:1200px) {
footer .contents > li:nth-child(1) { margin-right: 40px; }
footer .item2 { width: calc( 75% - 40px ); }
}

@media (max-width:991px) {
footer .item1 {display: none;}
footer .contents .info {display: none;}
footer .contents > li:nth-child(1) { width: 100%; margin-right: 0; margin-bottom: 20px; }
footer .item2 { width: 100%; }
}

@media (max-width:768px) {
footer .item2 > .text > span { display:block; margin-right:0; }
footer .item2 > .text > span:after { display:none; }

footer .item2 { margin-top: 20px; }
}
@media (max-width:450px) {
footer .info > .item { width:50%; }
footer .info > .item:nth-child(1) { order:1; }
footer .info > .item:nth-child(2) { order:4; }
footer .info > .item:nth-child(3) { order:3; }
footer .info > .item:nth-child(4) { order:2; }
footer .info > .item:before { right: 0; }
footer .info > .item:nth-child(2n):before { display:none; }
footer .info > .item > a { margin-right: 0; }
}
/*--------------------------------------------------- 푸터세팅 끝 ----------------------------------------------------------------------------*/







/* 서브페이지 패딩 */
.tmt_sub_frame { padding:40px 0 50px; min-height: 80vh; }


/* 게시판 및 게시판헤드 등 기타 버튼들 기본컬러 변경 */
.btn.btn-color {border: 1px solid var(--color1); background-color: var(--color1);}
.btn.active.btn-color, .btn.btn-color:hover, .btn.btn-color:focus, .btn.btn-color:active {background-color: var(--color1); }
.border-color, i.border-color, img.border-color {border-color: var(--color1);}


