/***********************************************
FONT
***********************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/* font-family: "Noto Sans KR", sans-serif; */
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900; 1,100..900&family=Poppins:ital,wght@0,100; 0,200; 0,300; 0,400; 0,500; 0,600; 0,700; 0,800; 0,900; 1,100; 1,200; 1,300; 1,400; 1,500; 1,600; 1,700; 1,800; 1,900&family=Raleway:ital,wght@0,100..900; 1,100..900&family=Roboto:ital,wght@0,100; 0,300; 0,400; 0,500; 0,700; 0,900; 1,100; 1,300; 1,400; 1,500; 1,700; 1,900&display=swap');
/* font-family: "Montserrat", serif; */
/***********************************************
RESET
***********************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
 v2.0 | 20110126
 License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
	word-break: keep-all;
}

* {
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-family: 'Montserrat', 'Noto Sans KR', 'Noto Sans SC', "돋움", Dotum, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button {
	font-family: 'Pretendard-Regular';
	background: 0;
	border: 0;
	outline: 0;
	color: #000;
	cursor: pointer;
}

select {
	color: #000;
}

/* Container */
.container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1600px;
	margin: 0 auto;
}

.container1280 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1280px;
	margin: 0 auto;
}


.container960 {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 960px;
	margin: 0 auto;
}

.sub-container {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1600px;
	margin: 0 auto;
}

.inner {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1600px;
	margin: 0 auto;
}

.sec-tb {
	margin: 10rem 0;
}

.mt-20 {
    margin-top: 20px !important;
}

@media screen and (max-width:640px) {
	.sec-tb {
		margin: 5rem 0;
	}
}

@media screen and (max-width:430px) {
	.sec-tb {
		margin: 3rem 0;
	}
}


/*****************************************
Header
*****************************************/
#header .container {
	max-width: 1800px;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
	transition: all 0.6s;
}

#header:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	opacity: 0;
	z-index: 100;
	transition: .3s;
	left: 0;
	bottom: 0;
}

#header.on:after {
	opacity: 1;
}

#header.on {
	background: #fff;
}

#header .header {
	position: relative;
	height: 126px;
	/* justify-content:space-between; */
	;
	transition: .3s;
}

#header .header .logo a {
	display: block;
	width: 213px;
	height: 100%;
	background: url('../../images/main/main_logo.png') center center no-repeat;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

#header.on .header .logo a {
	background: url('../../images/main/main_logo.png') center center no-repeat;
	filter: none;
}

#header #gnb {
	position: relative;
	z-index: 20;
	width: calc(100% - 500px);
	transition: .5s;
	box-sizing: border-box;
}

#header #gnb>ul {
	display: flex;
	align-items: center;
	margin-left: 80px;
}

#header #gnb>ul>li {
	width: auto;
	position: relative;
	/* font-family: 'Montserrat', sans-serif; */
	letter-spacing: -0.03em;
	transition: All .3s;
}

#header #gnb>ul>li:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 0px;
	left: 0;
	top: 0;
	background: #49af23;
	z-index: -1;
	transition: .4s;
}

#header #gnb>ul>li:hover:before {
	height: 476px;
}

#header #gnb>ul>li>a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 126px;
	text-align: center;
	transition: all .5s;
	padding: 0 40px;
}

#header.on #gnb>ul>li>a {
	color: #333;
}

#header.on #gnb>ul>li:hover>a {
	color: #fff;
}

#header.on #gnb {
	width: calc(100% / 5);
	padding-left: 150px;
}

/* #header.on #gnb > ul > li:nth-child(1) > a { padding: 0px 40px; } 
#header.on #gnb > ul > li:nth-child(3) > a { padding: 0px 40px; } */
#header.on #gnb>ul>li>a {
	padding: 0px 50px;
}


#header #gnb .subm {
	position: absolute;
	top: 126px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
	padding: 33px 0;
}

#header #gnb .subm>ul>li>a {
	font-size: 18px;
	line-height: 2.3;
	letter-spacing: -0.03em;
	color: #5c5c5c;
	transition: .3s;
}

#header #gnb .subm>ul>li>a:hover {
	text-decoration: underline;
}

#header #gnb .subm .dep3 {
	display: none;
}

#header.on #gnb>ul>li:hover .subm>ul>li>a {
	color: #fff;
}

/* #header.on #gnb > ul > li:hover .subm > ul > li:hover > a { color: #fff; font-weight: 600; } */
#header .header .gn_btn {
	position: absolute;
	right: 0;
	top: 54px;
	z-index: 10;
	flex-direction: column;
}

#header .header .gn_btn span{
	color: #fff;
	font-size: 14px;
	transform: translateY(-25px);
	transition: .3s;
}
#header .header .gn_btn .login_head{
	transform: translateY(-15px);
}

#header .header .gn_btn span b {
	font-weight: bold;
}

#header .header .gn_btn > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	/* transform: translateY(-25px); */
}

#header .header .gn_btn .gn_lang {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.03em;
	padding-left: 27px;
	transition: .3s;
}

#header .header .gn_btn .gn_lang:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url('../img/lang-w.png') center no-repeat;
	left: 0;
	top: 0;
	transition: .3s;
}

#header .header .gn_btn .gn_lang:after {
	position: absolute;
	content: '';
	width: 17px;
	height: 17px;
	background: url('../img/lang-h.png') center no-repeat;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translate(0, 100%);
	transition: .3s;
}

#header.on .header .gn_btn .gn_lang {
	color: #111;
}

#header.on .header .gn_btn span {
	color: #111;
}

#header.on .header .gn_btn .gn_lang:before {
	opacity: 0;
}

#header.on .header .gn_btn .gn_lang:after {
	opacity: 1;
	transform: translate(0, 0)
}

#header .header .gn_btn .gn_lang:hover:after {
	transform: translate(0, 0) rotate(360deg);
}

#header .btn_sitemap {
	margin-left: 41px;
}

#header .btn_sitemap ul>li {
	position: relative;
	width: 36px;
	height: 2px;
	background: #fff;
	margin-bottom: 7px;
	transition: .3s;
}

#header .btn_sitemap ul>li:first-child {
	/* transform:translate(18px, 0) */
}

#header .btn_sitemap ul>li:last-child {
	margin-bottom: 0;
}

#header .btn_sitemap ul>li:nth-child(2) {
	width: 18px;
}

#header.on .header .btn_sitemap ul>li {
	background: #111;
}

#header .btn_sitemap:hover ul>li:first-child {
	/* width: 24px; */
}

#header .btn_sitemap:hover ul>li:last-child {
	/* width: 24px; */
}

#header .btn_sitemap:hover ul>li:nth-child(2) {
	transform: translate(18px, 0)
}

.hd_bg {
	position: fixed;
	left: 0;
	top: 126px;
	z-index: 10;
	background: #fff;
	width: 100%;
	height: 350px !important;
	display: none;
}

/* scroll */
#header.sc:after,
#header.sub:after {
	opacity: 1;
}

#header.sc,
#header.sub {
	background: #fff;
}

#header.sc .header .logo a,
#header.sub .header .logo a {
	background: url('../../images/main/main_logo.png') left center no-repeat;
	/* filter: brightness(0) invert(1); */
	filter: none;
}

#header.sc #gnb>ul>li>a,
#header.sub #gnb>ul>li>a {
	color: #333;
}

#header.sc .header .btn_sitemap ul>li,
#header.sub .header .btn_sitemap ul>li
 {
	background: #111;
}

#header.sc .header .gn_btn .gn_lang,
#header.sub .header .gn_btn .gn_lang,
#header.sc .header .gn_btn span,
#header.sub .header .gn_btn span {
	color: #111;
}

#header.sc .header .gn_btn .gn_lang:before,
#header.sub .header .gn_btn .gn_lang:before {
	opacity: 0;
}

#header.sc .header .gn_btn .gn_lang:after,
#header.sub .header .gn_btn .gn_lang:after {
	opacity: 1;
	transform: translate(0, 0)
}

#header.sc .header .gn_btn .gn_lang:hover:after,
#header.sub .header .gn_btn .gn_lang:hover:after {
	transform: translate(0, 0) rotate(360deg);
}



/* 사이트맵 */
.sitemap_wrap {
	position: fixed;
	height: 100%;
	z-index: 10005;
	left: 0;
	top: 0;
	display: none;
	background: rgba(0, 0, 0, 0.7);
}

.layer_sitemap {
	position: fixed;
	right: -50%;
	top: 100px;
	width: 50%;
	max-width: 700px;
	z-index: 1005;
	height: calc(100% - 100px);
	z-index: 10006;
}

.layer_sitemap .layer_sitemap_top {
	position: absolute;
	width: 100%;
	height: 100px;
	background: #104770;
	top: -100px;
	right: 0px;
	border-bottom: 1px solid #ddd;
	z-index: 100;
}

.layer_sitemap .site_close {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	right: 0px;
	top: 0;
	cursor: pointer;
	transition: .3s;
}

.layer_sitemap .site_close:before,
.layer_sitemap .site_close:after {
	position: absolute;
	content: '';
	width: 2px;
	height: 35px;
	background: #fff;
	left: 50px;
	top: 33px;
	transform: rotate(-45deg);
	border-radius: 5px;
	transition: .3s;
}

.layer_sitemap .site_close:after {
	transform: rotate(45deg);
}

/* .layer_sitemap .site_close:hover:before,
.layer_sitemap .site_close:hover:after { height: 35px; } 
.layer_sitemap .site_close:hover:before { top: 31px; } 
.layer_sitemap .site_close:hover:after { top: 47px; } */

.site_cnt_wrap {
	display: flex;
	height: 100%;
}

.site_cnt_wrap .left_menu {
	position: relative;
	background: #fff;
	height: 100%;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 47%;
	box-sizing: border-box;
	padding-top: 30px;
}

.site_cnt_wrap .left_menu>ul>li>a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 1.5em;
	padding: 15px 25px;
	font-weight: 500;
	color: #333;
	transition: color .3s;
}

.site_cnt_wrap .left_menu>ul>li>a:after {
	content: '';
	opacity: 0;
	transition: all 0.4s;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 35px;
	background: url('../../images/icon/arrow_icon.png') no-repeat;
	background-size: cover;
}

.site_cnt_wrap .left_menu>ul>li.current>a:after {
	opacity: 1;
}

.site_cnt_wrap .left_menu>ul>li>.subm {
	display: none;
}

.site_cnt_wrap .left_menu>ul>li:hover>a:after,
.site_cnt_wrap .left_menu>ul>li.current>a:after {
	opacity: 1;
}

.site_cnt_wrap .right_menu {
	background: #f5f5f5;
	flex-grow: 1;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

.site_cnt_wrap .right_menu>ul {
	position: relative;
}

.site_cnt_wrap .right_menu>ul>li {
	position: relative;
	left: 120%;
	position: absolute;
	opacity: 0;
	top: 0;
	width: 100%;
}

.site_cnt_wrap .right_menu>ul>li.current,
.site_cnt_wrap .right_menu.main>ul>li:first-child {
	left: 0;
	opacity: 1;
}

.site_cnt_wrap .right_menu>ul>li>a {
	display: none;
}

.site_cnt_wrap .right_menu>ul>li>.subm {}

.site_cnt_wrap .right_menu>ul>li>.subm>ul>li {}

.site_cnt_wrap .right_menu>ul>li>.subm>ul>li>a {
	display: block;
	position: relative;
	font-size: 18px;
	padding: .65em 0;
	line-height: 1.5em;
	color: #333;
	border-bottom: 1px solid #ddd;
	transition: color .3s;
}

.site_cnt_wrap .right_menu .dep3 {
	display: none;
	;
	border-bottom: 1px solid #112786;
	padding: 15px 0;
}

.site_cnt_wrap .right_menu .dep3>li>a {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	transition: .3s;
	margin-bottom: 15px;
}

.site_cnt_wrap .right_menu .dep3>li:last-child>a {
	margin-bottom: 0;
}

.site_cnt_wrap .right_menu .dep4 {
	display: none;
}

.site_cnt_wrap .right_menu .dep4>li>a {
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-left: 10px;
	color: #666;
	transition: .3s;
}

.site_cnt_wrap .right_menu .dep4>li>a:before {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #666;
	left: 0;
	top: 8px;
	border-radius: 50%;
	transition: .3s;
}

.site_cnt_wrap .left_menu>ul>li:hover>a,
.site_cnt_wrap .left_menu>ul>li.current>a,
.site_cnt_wrap .right_menu>ul>li>.subm>ul>li:hover>a,
.site_cnt_wrap .right_menu>ul>li>.subm>ul>li.on>a {
	color: #104770;
}

.site_cnt_wrap .right_menu>ul>li>.subm>ul>li.on>a {
	border-bottom-color: #104770;
}

.site_cnt_wrap .right_menu>ul>li .dep3>li:hover>a,
.site_cnt_wrap .right_menu>ul>li .dep4>li:hover>a {
	color: #104770;
}

.site_cnt_wrap .right_menu>ul>li .dep4>li:hover>a:before {
	background: #104770;
}



/*****************************************
Footer
*****************************************/
.footer {
	background: #111;
	padding: 42px 0 40px;
}

.footer .ft_top {
	justify-content: space-between;
}

.footer .ft_top .left {
	align-items: center;
}

.footer .ft_top .left .ft_logo {
	margin-right: 60px;
	filter: brightness(0) invert(1);
}

.footer .ft_top .left>ul {
	position: relative;
	top: -3px;
}

.footer .ft_top .left>ul>li>a {
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #fff;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-align: left;
	margin-right: 14px;
}

.footer .ft_top .left>ul>li:hover>a {
	text-decoration: underline;
}

.footer .ft_top .left>ul>li:first-child>a {
	color: #68d141;
}

.footer .ft_top .right {
	position: relative;
	top: 26px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 36px;
	letter-spacing: -0.03em;
	width: 540px;
	box-sizing: border-box;
}

.footer .ft_top .right .box {
	position: relative;
}

.footer .ft_top .right .box:first-child {
	padding-right: 41px;
}

.footer .ft_top .right .box:last-child {
	padding-left: 39px;
}

.footer .ft_top .right .box:first-child:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.3);
	right: 0;
	top: 12px;
}

.footer .ft_bottom {
	justify-content: space-between;
	letter-spacing: -0.03em;
	margin-top: 90px;
}

.footer .ft_bottom p {
	font-size: 16px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.5);
}

.footer .ft_bottom .copy {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
}

.scroll-top {
	position: fixed;
	right: 50px;
	bottom: 100px;
	display: flex;
	align-items: center;
	text-align: center;
	background: #333;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 105;
}

.scroll-top span {
	line-height: 0;
	width: 100%;
	transition: .3s;
}

.scroll-top:hover span {
	transform: translate(0, -25%)
}

.flex_box {
	display: flex;
	flex-wrap: wrap;
}


/*****************************************
Quick
*****************************************/
.quick-menu {
	position: fixed;
	width: 98px;
	/* height: 470px; */
	overflow: hidden;
	right: 0;
	bottom: 25%;
	z-index: 21;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.quick-menu2 {
	position: fixed;
	width: 98px;
	height: 70px;
	overflow: hidden;
	right: 0;
	bottom: 25%;
	z-index: 21;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	transition: height 0.15s ease-in;
	display: none;
}

.quick-menu2.active {
	height: 380px;
}

.quick-menu .quick-menu-Wrap {
	width: 100%;
}

.quick-menu2 .quick-menu-Wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
}

.quick-menu-Wrap .quick {
	width: 100%;
}

.quick-menu2 .quick {
	position: relative;
	width: 100%;
	transition: all 0.4s;
}

.quick-menu-Wrap .quick a {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	font-size: 20px;
	letter-spacing: -1px;
	background-color: #104770;
	border-bottom: 1px solid #88888b;
	color: white;
}

.quick-menu-Wrap .quick.point a {
	background-color: #68d141;
	border-bottom: 1px solid transparent;
	color: #fff;
}

.quick-menu2 .quick.comment {
	transition: all 0.3s ease-in;
}

.quick-menu2 .quick.comment a {
	width: 70%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	font-size: 30px;
	letter-spacing: -1px;
	background-color: #444444;
	border: transparent;
	color: white;
	border-radius: 50%;
	margin: 0 auto;
}

.quick-menu2 .quick.comment.active {
	opacity: 0;
	z-index: -1;
	overflow: hidden;
}

.quick-menu-Wrap .quick a p {
	font-size: 14px;
}

.quick-menu-Wrap .quick.down a {
	padding: 10px 0;
	border: 1px solid #ddd;
	border-bottom: transparent;
	background-color: white;
	color: black;
}

.quick-menu-Wrap .quick.down a i {
	font-size: 14px;
}

.quick-menu-Wrap .quick.top-btn a {
	background-color: white;
	color: black;
	border: 1px solid #ddd;
	border-top: transparent;
}



/*****************************************
개인정보처리방침 / 이용약관
*****************************************/
.pop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
  }
  
  .pop.active {
	opacity: 1;
	visibility: visible;
  }
  
  .pop .pop_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
  }
  
  .pop .pop_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	width: 100%;
	max-width: 60%;
	height: 80vh;
	background: #fff;
	padding: clamp(3.5rem, 2.6vw, 5rem);
	overflow-y: auto;
	border-radius: 12px;
  }
  
  .pop .pop_inner {
	top: 42%;
	width: 85%;
	padding: 5rem;
  }
  
  .pop .pop_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2.6042vw;
	z-index: 1;
	cursor: pointer;
  }
  
  .pop .pop_inner .agree-div p {
	font-size: 16px;
	word-break: keep-all;
	margin-top: 30px;
	letter-spacing: -1px;
  }
  
  .pop .pop_inner .agree_cont strong {
	font-weight: bold;
  }
  
  @media screen and (max-width:768px) {
	.pop .pop_inner {
	max-width: 100%;
	  padding: 45px 20px;
	}
  
	.pop .pop_inner .agree-div p {
	  font-size: 13px;
  
	}
  }


/*=======================
1820px
========================*/
@media screen and (max-width: 1820px) {

	/* 헤더 */
	#header {
		padding: 0 20px;
		box-sizing: border-box;
	}
}


/*=======================
1600px
========================*/
@media screen and (max-width:1600px) {

	/* 헤더 */
	#header #gnb>ul>li>a {
		padding: 0 20px;
	}

	#header.on #gnb {
		padding-left: 60px;
	}

	#header.on #gnb>ul>li>a {
		padding: 0px 30px;
	}

}


/*=======================
1440px
========================*/
@media screen and (max-width: 1440px) {

	/* 헤더 */
	#header #gnb>ul>li>a {
		padding: 0 20px;
	}

	#header.on #gnb {
		padding-left: 0vw;
	}

	.lnb>li:not(.home)>a:after {
		right: 10px;
	}


	/* 퀵메뉴 */
	.quick-menu {
		display: none;
	}

	.quick-menu2 {
		display: flex;
	}

	.quick-menu2 {
		bottom: 5%;
	}
}

/*=======================
1280px
========================*/
@media screen and (max-width: 1280px) {

	/* 헤더 */
	#header #gnb>ul>li>a {
		font-size: 16px;
	}

	#header #gnb .subm>ul>li>a {
		font-size: 15px;
	}

	#header #gnb>ul {
		margin-left: 0;
	}

	#header.on #gnb {
		padding-left: 10px;
	}

	#header .header .gn_btn .gn_lang {
		font-size: 16px;
	}
}

/*=======================
1140px
========================*/
@media screen and (max-width: 1140px) {

	/* 헤더 */
	#header #gnb {
		display: none;
	}
}


/*=======================
1024px
========================*/
@media screen and (max-width:1024px) {

	/* 푸터 */
	.footer .ft_bottom {
		margin-top: 8vw;
	}

	.footer .ft_bottom .copy {
		margin-bottom: 15px;
	}

	.scroll-top {
		width: 40px;
		height: 40px;
		right: 20px;
		bottom: 80px;
	}
}

/*=======================
768px
========================*/
@media screen and (max-width:768px) {

	/* 사이트맵 */
	.layer_sitemap {
		width: 80%;
	}

	#header .header .gn_btn span{
		font-size: 12px;
	}

	#header .btn_sitemap ul>li {
		width: 26px;
		margin-bottom: 5px;
	}
	#header .btn_sitemap ul>li:nth-child(2) {
		width: 12px;
	}
	#header .btn_sitemap:hover ul>li:nth-child(2) {
		transform: translate(12px, 0);
	}

	#header .header .gn_btn .login_head{
		transform: translateY(-10px);
	}
}


/*=======================
640px
========================*/
@media screen and (max-width:640px) {

	/* 헤더 */
	#header .header .logo a {
		width: 140px;
		background-size: 100% !important;
	}

	#header .header .gn_btn .gn_lang {
		font-size: 13px;
	}

	#header .header .gn_btn .gn_lang:first-of-type{
		padding-left: 0;
	}
	

	#header .btn_sitemap {
		margin-left: 15px;
	}

	#header .header {
		height: 80px;
	}

	#header .header .gn_btn {
		top: 29px;
	}

	#header .header .gn_btn span{transform: translateY(-25px);}
	.login_head{
		transform: translateY(-10px);
	}

	/* 푸터 */
	.footer .ft_top .left .ft_logo {
		width: 130px;
		margin-right: 20px;
	}

	.footer .ft_bottom .copy {
		font-size: 13px;
	}

	.footer .ft_bottom p {
		font-size: 12px;
		line-height: 1.7;
	}

	.footer .ft_top .right {
		font-size: 12px;
		line-height: 1.7;
	}

	.footer .ft_top .right .box:first-child {
		padding-right: 15px;
	}

	.footer .ft_top .right .box:last-child {
		padding-left: 15px;
	}

	.footer .ft_top .right .box:first-child:after {
		height: 36px;
		right: 0;
		top: 5px;
	}

	.footer .ft_top .left>ul {
		margin-top: 15px;
	}


	/* 퀵메뉴 */
	.quick-menu {
		width: 70px;
	}

	.quick-menu2 {
		width: 70px;
		bottom: 10%;
	}

	.quick-menu2 .quick.comment a {
		width: 80%;
		font-size: 20px;
	}

	.quick-menu .quick a {
		padding: 10px 0;
		gap: 5px;
	}
}


/*=======================
480px
========================*/
@media screen and (max-width:480px) {

	/* 헤더 */
	#header .container {
		padding: 0;
	}

	/* 사이트맵 */
	.site_cnt_wrap .left_menu {
		padding-top: 15px;
	}

	.site_cnt_wrap .right_menu {
		padding-left: 1.5rem;
	}

	.layer_sitemap {
		height: calc(100% - 80px);
	}

	.site_cnt_wrap .left_menu>ul>li>a {
		font-size: 14px;
		padding: 10px 10px;
	}

	.site_cnt_wrap .right_menu>ul>li>.subm>ul>li>a {
		font-size: 14px;
	}

	.site_cnt_wrap .right_menu .dep3>li>a {
		font-size: 13px;
	}

	.site_cnt_wrap .right_menu .dep4>li>a {
		font-size: 12px;
	}

	.site_cnt_wrap .right_menu .dep4>li>a:before {
		top: 5px;
	}

	.site_cnt_wrap .right_menu {
		padding: 15px;
	}
	
	#header .header .gn_btn span{
		font-size: 10px;
	}


}

/*=======================
375px
========================*/
@media screen and (max-width:375px) {

	/* 헤더 */
	#header .header .gn_btn .gn_lang {
		font-size: 12px;
		padding-left: 12px;
	}

	#header .header .gn_btn {
		top: 33px;
	}
	
	#header .header .gn_btn .login_head{
		transform: translateY(-15px);
	}

	/* 사이트맵 */
	.site_cnt_wrap .left_menu>ul>li>a:after {
		right: 10px;
	}
}