/* common */
#accessibility a {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 1100;
}
#accessibility a:focus,
#accessibility a:active {
  width: 100%;
  height: 45px;
  padding: 10px
}
.content_inner {
  margin: 0 auto;
	max-width:1400px;
}
@media screen and (max-width:1440px){
	.content_inner{
		padding:0 20px;
	}
}

/* header */
.header_desktophide{
	display:none;
}
.header_top{
	border-bottom:1px solid #cbcbcb;
	text-align:right;
}
.header_top .content_inner{
	font-size:0;
	text-align:right;
	padding:19px 0;
}
.header_top .content_inner > *{
	display:inline-block;
	vertical-align:middle;
}
.header_top .site_list{
	font-size:0;
}
.header_top .site_list li{
	display:inline-block;
	vertical-align:middle;
}
.header_top .site_list li:not(:first-of-type):before{
	display:inline-block;
	content:"";
	width:1px;
	height:22px;
	background:#cbcbcb;
	margin:5px 19px 0 20px;
	vertical-align:top;
}
.header_top .site_list a{
	font-size:23px;
	font-weight:700;
	color:#004b8d;
}
.header_top .sch_form-wrap{
	margin-left:46px;
}
.header_top .sch_form-wrap input{
	border:2px solid #395c9b;
	min-width:242px;
	height:46px;
	padding:0 14px;
	font-size:16px;
	font-weight:500;
}
.header_top .sch_form-wrap input::placeholder{
	color:#787878;
}
.header_top .sch_form-wrap button{
	width:50px;
	height:46px;
	background:#395c9b url(../img/ico_srh-wt.png) no-repeat center;
}
.header_top .lang_site{
	font-size:18px;
	font-weight:700;
	margin-left:36px;
}
.header_bottom{
	position:relative;
}
.header_bottom.scroll{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:100;
	top:0;
}
.header_bottom .logo img {
	image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit  */
  image-rendering: crisp-edges;
}
.header_bottom .content_inner{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:121px;
}
.header_bottom nav{
	max-width:calc(100% - 263px);
	position:absolute;
	top:0;
	right:calc((100vw - 1400px) / 2);
	margin-top:47px;
}
.header_bottom.scroll{
	border-bottom:1px solid #cbcbcb;
}
.header_bottom nav.on{
	display:block;
  z-index: 111;
}
.header_bottom nav.on:before{
	display: block;
	content: "";
	width: calc(((100vw - 1400px) / 2) + (1400px - 100%));
	height: calc(100% - 70px);
	position: absolute;
	left: calc((-1400px + 100%) + ((-100vw + 1400px) / 2));
	top: 75px;
	background:url(../img/header_bg02.png) no-repeat left 15px bottom -20px, url(../img/header_bg01.png) no-repeat left 270px bottom 258px;
	background-color:#f0f8ff;
	z-index: 3;
}
.header_bottom nav.on:after{
	display: block;
	content: "";
	width: 100vw;
	height: calc(100% - 70px);
	position: absolute;
	left: calc((-1400px + 100%) + ((-100vw + 1400px) / 2));
	top: 74px;
	background:#fff;
	z-index:2;
	box-shadow:-34px 11px 34px rgb(0 0 0 / 10%);
	border-top:1px solid #cbcbcb;
}
.gnb_depth1{
	display:flex;
	padding-right:23px;
	justify-content:flex-end;
}
.gnb_depth1 a:hover{
	color:#003f8d;
}
.gnb_depth1 > li{
	position:relative;
}
.gnb_depth1 > li:after{
	display:block;
	content:"";
	clear:both;
}
.gnb_depth1 > li:hover > a{
	color:#003f8d;
}
.gnb_depth1 > li > a{
	display:block;
	padding-left:90px;
	padding-bottom:43px;
}
.gnb_depth1 span{
	font-size:23px;
	font-weight:700;
}
.gnb_depth2{
	display:none;
	position:relative;
	top:-5px;
	left:45px;
	z-index:3;
	padding: 30px 0 45px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.06em;
	line-height: 35px;
	height:calc(100% - 70px);
	padding-left:25%;
}
.gnb_depth2 > li > a{
  white-space: nowrap;
}
.gnb_depth3{
	display:none;
	font-size:14px;
	font-weight:500;
	letter-spacing:-0.06em;
	color:#3d3d3d;
	line-height:24px;
	padding:12px 0;
}
.gnb_depth3 > li > a {
  white-space: nowrap;
}
.gnb_depth2 .has_depth > a{
	position:relative;
}
.gnb_depth2 .has_depth > a.on{
	color:#003f8d;
}
.gnb_depth2 .has_depth > a:before, .gnb_depth2 .has_depth > a:after{
  content: "";
  position: absolute;
  background-color: #000;
  transition: transform 0.25s ease-out;
	cursor:default;
}
/* vertical line */
.gnb_depth2 .has_depth > a:before{
  top: 7px;
  right: -15px;
  width: 1px;
  height: 11px;
}
/* horizontal line */
.gnb_depth2 .has_depth > a:after{
  top: 12px;
  right: -20px;
  width: 11px;
  height: 1px;
}
.gnb_depth2 .has_depth > a.on:before{
  transform: rotate(90deg);
}
.gnb_depth2 .has_depth > a.on:after{
  transform: rotate(180deg);
}
.gnb_depth2 .has_depth > a.on b:after{
	display:block;
	content:"";
	width:calc(100% + 6px);
	height:2px;
	background:#003f8d;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* 모바일 햄버거 메뉴 */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	vertical-align:top;
}
.menu-trigger {
	position: relative;
	width: 35px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 14px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform : translateY(13px) rotate(-45deg);
	transform : translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left : 50%;
	opacity : 0;
	-webkit-animation : active-menu .8s forwards;
	animation : active-menu .8s forwards;
}
@-webkit-keyframes active-menu {
	100% {
		height: 0;
	}
}
@keyframes active-menu {
	100% {
		height: 0;
	}
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform : translateY(-13px) rotate(45deg);
	transform : translateY(-13px) rotate(45deg);
}
#container.scroll{
	padding-top:121px;
}
@media screen and (max-width:1460px){
  .header_bottom nav.on:before{
    left: calc((-1460px + 100%) + ((-100vw + 1460px) / 2));
  }
.header_top .content_inner{
		padding:19px 20px;
	}
	.header_bottom nav{
		max-width:none;
		left:auto;
		right:0;
	}
	.gnb_depth1 > li{
		left:-30px;
	}
	.gnb_depth1 > li > a{
		padding-left:70px;
	}
	.gnb_depth2{
		left:30px;
    padding-left: 20%;
	}
	.header_bottom nav.on:after{
		left:auto;
		right:0;
	}
  .gnb_depth1 span {
    font-size: 22px;
  }
}
@media screen and (max-width:1260px){
	.header_top .site_list a{
		font-size:18px;
	}
	.gnb_depth1{
		padding-right:0;
	}
	.gnb_depth1 > li > a{
		padding-left:55px;
	}
	.header_bottom nav{
		max-width:none;
	}
	.gnb_depth1 span{
		font-size:18px;
	}
	.gnb_depth2{
		left:22px;
		font-size:15px;
    padding-left: 17%;
	}
	.gnb_depth3{
		font-size:13px;
	}

}
@media screen and (max-width:1024px){
	#header{
		min-height:64px;
	}
	.header_top{
		display:none;
	}
	.header_bottom.fixed{
		position:fixed;
		background: #fff;
    width: 100%;
		z-index:100;
	}
	.header_bottom .logo img {
		width: 200px;
	}
	.header_bottom .content_inner{
		height:64px;
		padding:0 20px 0 13px;
	}
	.header_bottom .btn_sch{
		width:30px;
		height:30px;
		background:url(../img/ico_srh-bk.png) no-repeat;
		background-size:30px;
		margin-right:14px;
		vertical-align:top;
	}
	.header_bottom nav{
		display:none;
		position:fixed;
		top:64px;
		left:0;
		width:100%;
		background:#fff;
		z-index:100;
		border-top:1px solid #cbcbcb;
		margin-top:0;
		height:calc(100vh - 65px);
		overflow:hidden;
		overflow-y:auto;
	}
	.header_bottom .site_list li{
		border-bottom:1px solid #dadada;
		background:#fff;
		line-height:50px;
		padding:0 20px 0 15px;
		font-size:18px;
		font-weight:500;
		letter-spacing:-0.06em;
	}
	.header_bottom .site_list li a:not(.lang_site):after{
		display:inline-block;
		content:"";
		width:16px;
		height:16px;
		background:url(../img/ico_site-go.png) no-repeat;
		margin:0 0 5px 6px;
		vertical-align:middle;
	}
	.header_bottom .site_list li:last-of-type{
		display:flex;
		justify-content:space-between;
	}
	.header_bottom .lang_site:before{
		display:inline-block;
		content:"";
		width:18px;
		height:18px;
		background:url(../img/ico_lang.png) no-repeat;
		margin:0 7px 4px 0;
		vertical-align:middle;
	}
	.header_bottom nav.on:before{
		position:fixed;
		width: 160px;
    left: 0;
    top: 65px;
    height: calc(100vh - 65px);
		background:#f6f6f6;
		z-index:-1;
	}
	.header_bottom nav.on:after{
		position:fixed;
		top:65px;
		width:calc(100% - 160px);
    height: calc(100vh - 65px);
		box-shadow:none;
		z-index:-1;
	}
	.gnb_depth1{
		display:block;
		padding:0;
		text-align:left;
	}
	.gnb_depth1 > li{
		left:0;
	}
	.gnb_depth1 > li.on .gnb_depth2{
		display:block !important;
	}
	.gnb_depth1 > li > a{
		padding:0 0 0 20px;
		position:absolute;
		left:0;
		z-index:2;
		line-height:50px;
		width:160px;
		border-bottom:1px solid #e2e2e2;
		transition:all 0.3s;
	}
	.gnb_depth1 > li:nth-of-type(2) > a{
		top:50px;
	}
	.gnb_depth1 > li:nth-of-type(3) > a{
		top:100px;
	}
	.gnb_depth1 > li:nth-of-type(4) > a{
		top:150px;
	}
	.gnb_depth1 > li:nth-of-type(5) > a{
		top:200px;
	}
	.gnb_depth1 > li:nth-of-type(6) > a{
		top:250px;
	}
	.gnb_depth1 > li:nth-of-type(7) > a{
		top:300px;
	}
	.gnb_depth1 > li:nth-of-type(8) > a{
		top:350px;
	}
	.gnb_depth1 > li > a:hover{
		color:#000;
	}
	.gnb_depth1 > li.on > a{
		color:#fff;
		background:#2b5cb6;
	}
	.gnb_depth1 span{
		font-size:17px;
		font-weight:500;
	}
	.gnb_depth2{
		position:absolute;
		left:160px;
		width:calc(100% - 160px);
		height:auto;
		padding:0 15px;
		text-indent:5px;
		line-height:39px;
		display:none;
    top:0;
	}
	.gnb_depth2 > li > a{
		display:block;
		border-bottom:1px solid #dadada;
	}
	.gnb_depth2 .has_depth > a.on{
		border-bottom:2px solid #003f8d;
	}
	.gnb_depth2 .has_depth > a:before{
		right:10px;
		top:14px;
	}
	.gnb_depth2 .has_depth > a:after{
		right:5px;
		top:19px;
	}
	.gnb_depth3{
		line-height:26px;
		padding:8px 5px 9px;
		border-bottom:1px solid #dadada;
	}
	.gnb_depth3 li{
		border-bottom:0;
	}
	.gnb_depth3 li:before{
		display:inline-block;
		content:"";
		vertical-align:middle;
		width:5px;
		height:2px;
		background:#222;
		margin:0 -10px 2px 5px;
	}
	.gnb_depth3 li:hover:before{
		background:#003f8d;
	}
	.gnb_depth3 a{
		display:inline-block;
		padding-left:10px;
	}
	.header_bottom{
		position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
	}
	#container.scroll{
		padding-top:0;
	}
}
@media screen and (max-width:768px){
	.header_bottom .logo a{
		line-height:1;
		display:block;
	}
	.header_bottom .logo img{
		width:180px;
	}
	.header_bottom .btn_sch{
		height:21px;
		width:21px;
		background-size:21px;
	}
	.menu-trigger{
		width:22px;
		height:19px;
		top:1px;
	}
	.menu-trigger span{
		height:3px;
	}
	.menu-trigger span:nth-of-type(2){
		top:8px;
	}
	.menu-trigger.active span:nth-of-type(1){
		-webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(3){
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
	}
	.header_bottom .site_list li{
		font-size:14px;
		line-height:44px;
	}
}

/* footer */
footer{
	background:#f2f2f2;
}
.footer_top{
	border-bottom:1px solid #d1d1d1;
}
.footer_top ul{
	height:70px;
	display:flex;
	align-items:center;
	font-size:18px;
	font-weight:500;
	letter-spacing:0;
}
.footer_top li:not(:last-of-type){
	margin-right:58px;
}
.footer_bottom{
	padding:33px 0 67px;
}
.footer_bottom .content_inner{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.footer_bottom .ft_left{
	font-size:0;
}
.footer_bottom .ft_left > *{
	display:inline-block;
	vertical-align:top;
}
.footer_bottom .ft_left img{
	padding-top:22px;
	margin-bottom: 21px;
	margin-right: 50px;
}
.footer_bottom .ft_content{
	font-size:14px;
	line-height:24px;
	letter-spacing:0;
	color:#585858;
	word-break:keep-all;
}
.footer_bottom .copy{
	font-size:15px;
	font-weight:500;
	color:#000;
	margin-top:10px;
}
.footer_bottom .ft_right{
	display:flex;
}
.footer_bottom .site_wrap{
	margin:0 0 5px 30px;
	font-size:0;
	letter-spacing:0;
}
.footer_bottom .family_menu{
	border:2px solid #9e9e9e;
	height:51px;
	line-height:49px;
	width:230px;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	position:relative;
  padding:0 19px;
}
.footer_bottom .family_menu a{
	display:block;
	padding:0 19px;
	text-align:left;
	overflow:hidden;
	text-overflow:ellipsis;
}
.footer_bottom .family_menu ul{
	display:none;
	position:absolute;
	bottom:49px;
	left:-2px;
	border:2px solid #9e9e9e;
	border-bottom:0;
	background:#f2f2f2;
	width:calc(100% + 4px);
	max-height:306px;
	overflow:hidden;
	overflow-y:auto;
}
.footer_bottom .family_menu li{
	height:38px;
	line-height:38px;
	font-size:16px;
	border-bottom:1px solid #d1d1d1;
}
.footer_bottom .family_menu li:last-of-type{
	border-bottom:0;
}
.footer_bottom .family_menu li a{
	transition:all 0.4s;
}
.footer_bottom .family_menu li a:hover{
	color:#fff;
	background:#616161;
	border-color:#616161;
}
.footer_bottom button{
	width:66px;
	height:51px;
	border:2px solid #9e9e9e;
	border-left:0;
	font-size:18px;
}
@media screen and (max-width:1350px){
	.footer_bottom .ft_right {
		flex-wrap: wrap;
		justify-content: center;
  		gap: 20px;
	}
}
@media screen and (max-width:1350px){
	.footer_bottom .ft_left img{
		width:165px;
		margin-right:30px;
	}
	.footer_bottom .ft_content{
		font-size:12px;
		line-height:20px;
	}
	.footer_bottom .ft_right img {
		width:140px;
	}
	.footer_bottom .copy{
		font-size:12px;
	}

	.footer_bottom .site_wrap{
		margin-left:20px;
	}
	.footer_bottom .family_menu{
		height:39px;
		line-height:37px;
		width:192px;
		font-size:14px;
	}
	.footer_bottom .family_menu ul{
		bottom:37px;
		max-height:265px;
	}
	.footer_bottom .family_menu li{
		height:33px;
		line-height:33px;
		font-size:14px;
	}
	.footer_bottom button{
		width:39px;
		height:39px;
		font-size:14px;
	}
  .footer_top li:not(:last-of-type){
    margin-right:35px;
  }
}
@media screen and (max-width:1024px){
	.footer_top ul{
		font-size:14px;
	}
	.footer_bottom{
		padding:21px 0 45px;
	}
	.footer_bottom .content_inner,
	.footer_bottom .ft_left > *{
		display:block;
		text-align:center;
		margin:0 auto;
	}
	.footer_bottom .ft_left img{
		padding-top:0;
		margin:0 auto 21px;
	}
	.footer_bottom .ft_content{
		padding-left:0;
	}
	.footer_bottom .ft_right{
		display:block;
	}
	.footer_bottom .ft_right img{
		margin:21px auto;
	}
	.footer_bottom .site_wrap{
		margin:0;
	}
  .footer_top li:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media screen and (max-width:768px){
	.footer_top{
		border-bottom:none;
	}
	.footer_top .content_inner{
		padding:0;
		border-top:1px solid #d1d1d1;
	}
	.footer_top ul{
		flex-wrap:wrap;
		text-align:center;
		height:auto;
		font-size:12px;
		letter-spacing:-0.025em;
	}
	.footer_top li{
		width:50%;
		line-height:37px;
		border-bottom:1px solid #d1d1d1;
	}
	.footer_top li:not(:last-of-type){
		margin-right:0;
	}
	.footer_top li:nth-of-type(2n -1){
		border-right:1px solid #d1d1d1;
	}
	.footer_bottom .ft_left img{
		width:148px;
	}
	.footer_bottom .ft_content li:not(:first-of-type){
		margin-top:9px;
	}
	.footer_bottom .copy{
		margin-top:12px;
	}
	.footer_bottom .ft_right img{
		margin:19px auto 21px;
	}
	.footer_bottom .family_menu{
		font-size:12px;
		width:185px;
	}
	.footer_bottom .family_menu a{
		padding:0 13px;
	}
	.footer_bottom .family_menu li{
		font-size:12px;
	}
	.footer_bottom button{
		font-size:12px;
	}
}

/* 2027.07.24 퀵 메뉴 추가*/
/* 퀵메뉴 */
#container{
  position: relative;
}
#side_bar {
  min-width: 124px;
  letter-spacing: -0.06em;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: calc((100% - 1800px) / 2);
  top: 200px;
  background: #fff;
}
.quick_menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quick_menu .quick_item_list{
  border: 1px solid #d4d4d4;
  border-bottom: none;
}
.quick_menu .quick_title_box {
  background-color: #395d9b;
  border: 1px solid #395d9b;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quick_menu .quick_title {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: url(../img/common/ico_quick_arrow.png) no-repeat center top 10px;
}
.quick_menu .quick_title.down{
  background: url(../img/common/ico_quick_arrow02.png) no-repeat center bottom 10px;
  border-top: 1px solid #13bece;
}
.quick_menu .quick_title span{
  display: block;
  margin-top: 7px;
}
.quick_menu .quick_title.down span{
  margin-top: 0;
  margin-bottom: 7px;
}

.quick_menu .quick_header {
  border: 1px solid var(--point_color01);
  border-radius: 12px 12px 0 0;
}
.quick_menu .quick_body {
  background-color: #fff;
  flex: 1;
  border: 1px solid #dfdfdf;
  padding: 20px 0 0;
  border-radius: 0px 0 12px 12px;
}
.quick_menu .quick_item_list {
  display: flex;
  flex-direction: column;
}
.quick_menu .quick_item {
  display: flex;
  flex: 1;
}
.quick_menu .quick_item:not(:last-of-type){
  border-bottom: 1px solid #d4d4d4;
}
.quick_menu .quick_item_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  height: 108px;
}
.quick_menu .quick_item_title {
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.quick_menu a:hover .quick_item_title{
  color: #395d9b;
}
@media screen and (max-width: 1800px){
  #side_bar{
    display: none;
  }
}