/* 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}
.inner{ margin:0 auto; }

/* modal */

.modalpopup { transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); position: fixed; max-width: 100%; max-height: 100%; overflow: hidden; top: 50%; left: 50%; z-index: 999; }
.modalpopup .tit { background-color: #313180; color: #fff; font-weight: 600; font-size: 30px; padding: 10px 20px; }
@media screen and (max-width: 751px) { .modalpopup .tit { font-size: 25px; } }
.modalpopup .popupBody a { display: block; }
.modalpopup .popupBody img { width: 100%; }
.modalpopup .bot { position: absolute; left: 0; bottom: 0; width: 100%; padding: 5px; text-align: right; background-color: #282828; }
.modalpopup .bot label { line-height: 20px; color: #fff; }
.modalpopup .bot input[type="checkbox"] { width: 20px; height: 20px; }
.modalpopup .close { background-image: url("../img/layout/layer_close.png"); background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; right: 0; width: 65px; height: 65px; }

.modalPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000; /* 수정 */
}
.modalPopup .dimmed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.pop-layer {
	overflow-y:auto;
    position: absolute;
    top: 5%;
    left: calc(50% - 520px);
    width: 1040px;
    max-height: 90%;
    background-color: #fff;
    z-index: 10;
}
.pop-layer.spop{
    left: calc(50% - 308px);
    width: 616px;
}
.pop-container {
	padding: 45px;
}
.pop-container .popHead .tit {
	font-size: 36px;
	font-weight: 500;
	color:#32415e;
}
.pop-container .sectionHeadWrap {

}
.pop-conts .popHead.gap {
	margin-bottom: 60px;
}
.pop-conts .popHead .btnWrap {
	position: absolute;
	top: 45px;
	right: 45px;
}
.pop-conts .popHead .btnWrap .btnClose {
	width: 33px;
	height: 33px;
	background: url("../img/layout/btn_popclose.png") no-repeat 0 0;
	background-size: contain;
}
.popHead + .search__wrap-top {
	margin-top: 60px;
}
.pop-container .boardWrap.orgTable + .btnWrap {
	margin-top: 50px;
}
.innertable.btnWrap .btn {
	min-width: auto;
}
.innertable.btnWrap .btn.colOrg {
	height: 37px;
	line-height: 35px;
}
.modalPopup .mopdalWrap,
.modalPopup .emailWrap {
    position: fixed;
    top: 200px;
    left: 50%;
    width: 90%;
    max-width: 600px;
    margin-left: -300px;
    padding: 40px 20px 20px;
    z-index: 9999;
    background: #fff;
    border: 2px solid #005b9e;
}
.modalPopup .emailWrap .pop-container {
	padding: 0;
}
.modalPopup .emailCont {
	text-align: center;
}
.modalPopup .emailWrap .pop-conts .popHead .btnWrap  {
	top: 10px;
	right: 10px;
}
.modalPopup .emailCont::before {
	display: inline-block;
	content: '';
	width: 160px;
	height: 160px;
	margin: 0 auto ;
    background: url(../img/layout/img_email.png) no-repeat 0 0;
    background-size: 160px 160px;
}
.modalPopup .emailWrap h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
}
.modalPopup .emailWrap h1 span {
    font-size: 35px;
    font-weight: 600;
}
.modalPopup .emailWrap .emailCont .txt {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}
.modalPopup .emailWrap .emailCont .footlogo {
	font-size: 17px;
	color: #555;
}
.modalPopup .mopdalWrap .pop-container {
	padding: 10px;
}
.modalPopup .mopdalWrap .pop-container p.img {
	text-align: center;
	margin: 10px 0;
	border: 2px solid #000;
}
.modalPopup .mopdalWrap h1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
}
.modalPopup .mopdalWrap .pop-conts .popHead .btnWrap {
	top: 10px;
	right: 10px;
}
@media screen and (max-width: 1600px) {
	.navCategory {
		padding: 60px 40px 0;
	}
}
@media screen and (max-width: 1300px) {
	.pop-layer {
		overflow-y:auto;
	    position: absolute;
	    top: 5%;
	    left: calc(50% - 350px);
	    width: 700px;
	    max-height: 90%;
	    background-color: #fff;
	    z-index: 10;
	}
	.innertable.btnWrap .btn {
		padding: 0 13px;
	}
}
@media screen and (max-width: 1007px) {
	.mobileNav .linkNav li a {
		width: 150px;
	}
	.orgTable.boardWrap colgroup,
	.boardWrap.orgTable table thead tr {
		display:table-row;
	}
	.orgTable.boardWrap colgroup
	{
		display: table-column-group;;
	}
	.orgTable.boardWrap table td {
		display:table-cell;
		border-bottom:1px solid #d5d5d5;
	}
	.orgTable.boardWrap table td.subject {
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.pop-container {
		padding: 15px;
	}
	.pop-layer {
		overflow-y:auto;
	    position: absolute;
	    top: 5%;
	    left: 5%;
	    width: 90%;
	    max-height: 90%;
	    background-color: #fff;
	    z-index: 10;
	}
	.pop-layer.spop{
	    left: 5%;
	    width: 90%;
	}
	.pop-conts .tit {
		font-weight: 22px;
		font-weight: 500;
	}
	.pop-conts .popHead .btnWrap {
		top: 15px;
		right:15px;
	}
	.pop-conts .popHead .btnWrap .btnClose {
	    width: 20px;
	    height: 20px;
	}
	.page + .sectionHeadWrap {
		margin-top: 50px;
	}
	.innertable.btnWrap {
		flex:none;
	}
	.innertable.btnWrap .btn {
		padding: 0 ;
		width:100%;
		min-width: 50px;

	}
	.modalPopup .mopdalWrap h1 {
		font-size: 22px;
	}
	.modalPopup .mopdalWrap .pop-container {
		padding: 0;
	}
	.modalPopup .mopdalWrap,
	.modalPopup .emailWrap {
	    position: fixed;
	    top: 10px;
	    left: 5%;
	    right: 5%;
	    width: 90%;
	    max-width: 600px;
	    margin-left: 0;
	    padding: 40px 20px 20px;
	    z-index: 9999;
	    background: #fff;
	    border: 2px solid #005b9e;
	}
	.modalPopup .emailWrap h1 {
	   font-size: 22px;
	}
	.modalPopup .emailWrap h1 span {
	   font-size: 22px;
	}
	.modalPopup .emailCont::before {
		display: inline-block;
		content: '';
		width: 130px;
		height: 130px;
		margin: 0 auto ;
	    background: url(../img/layout/img_email.png) no-repeat 0 0;
	    background-size: 130px 130px;
	}
}
@media screen and (max-width: 751px) {
	.mobileNav .linkNav li a {
		width: 74px;
	}
	.modalPopup .page .page-current {
		width: 35px;
	}
	.modalPopup .page .btn {
		width: 35px;
	}
	.modalPopup .sectionHeadWrap .btn {
		top:5px;
	}
	.modalPopup .sectionHeadWrap h4.tit {
		font-size: 18px;
	}
	.page + .sectionHeadWrap {
		margin-top: 30px;
	}
	.pop-container .popHead .tit {
		font-size: 22px;
		font-weight: 500;
		color:#32415e;
	}
	.popHead + .search__wrap-top {
		margin-top: 20px;
	}
	.innertable.btnWrap .btn {
		height: 30px;
		line-height: 30px;
	}
	.content {
    padding: 24px 0 40px; /*20220920 추가*/
	}
}


/*header*/
#header { color: #000; }
.header_wrap{position:fixed; left:0; top:0; z-index:1002; width:100%;  }
.header_inner { width:100%; background: #fff; }
.header_top { height: 48px; background: #313851;}
.header_top .top_inner{max-width: 1300px;margin: 0 auto;display: flex; justify-content: space-between; align-items: center; color: #fff;}
.header_top .top_inner .fl-l a{min-width: 150px; display: inline-block; line-height: 48px; height: 100%; border-left: 1px solid rgba(255, 255, 255, 0.6); text-align: center; font-size: 16px; color: #fff;}
.header_top .top_inner .fl-l a:last-of-type{border-right: 1px solid rgba(255, 255, 255, 0.6);}
.header_top .top_inner .fl-l a::before{display: inline-block; content: ''; width: 20px; height: 19px; background: url(../img/ico_top01.png) no-repeat; margin-bottom: -4px; margin-right: 5px;
background-position: 0 100%;}
.header_top .top_inner .fl-l a:last-of-type:before{background-image: url(../img/ico_top02.png);}
.header_top .top_inner .fl-l a:hover{color: #48f0ff;}
.header_top .top_inner .fl-l a:hover:before{background-position: 0 0;}
.header_top .top_inner .fl-r a:hover{color: #48f0ff;}
.header_top .top_inner .fl-r .toggle_btn{display: none;}
.header_top .top_inner .fl-r .toggle_wrap{margin-bottom: 4px;}
.header_top .top_inner .fl-r a{font-size: 14px; font-weight: 400; color:#fff;}
.header_top .top_inner .fl-r a:not(:last-of-type)::after{content: '';display: inline-block; width: 2px; height: 2px; background: rgba(255, 255, 255, 0.8); margin: 0 4px 4px 8px;}
.header_bottom{
  position: relative;
}
.header_bottom .content_inner{
  display: flex;
  max-width: 1300px;
  height: 85px;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
}
.header_bottom .content_inner nav{
  width: calc(100% - 450px);
}
.header_bottom .content_inner nav.on::after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  background: #fff;
  top: 85px;
  position: absolute;
  min-height: 65px;
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #c6c6c6;
  z-index: 1;
}
.header_bottom .content_inner nav .gnb{
  display: flex;
  justify-content: space-between;
}
.header_bottom .content_inner .header_right .cart{
  width: 31px;
  height: 29px;
  background: url(../img/ico_cart.png) no-repeat center center;
  background-position: 0 100%;
  margin-right: 22px;
  position: relative;
}
.header_bottom .content_inner .header_right .cart > .num{
  position: absolute;
  top: -7px;
  right: -5px;
  width: 19px;
  height: 19px;
/*   background: #ff4a1a; */
  color: #fff;
  text-align: center;
  line-height: 19px;
  border-radius: 100%;
  font-size: 12px;
}
.header_bottom .content_inner .header_right{
  display: flex;
  align-items: center;
}
.header_bottom .content_inner .header_right .cart:hover{
  background-position: 0 0;
}
.header_bottom .content_inner .header_right .search{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/ico_sc.png) no-repeat center center;
  background-position: 0 100%;
  min-width: auto; /*20220907 수정*/
  padding: 0; /*20220907 수정*/
}
.header_bottom .content_inner .header_right .search:hover{
  background-position: 0 0;
}
.all_menu_btn {
  display: none;
}

.gnb_wrap .gnb_depth1 > a{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #000;
  line-height: 85px;
  display: inline-block;
  height: 100%;
}
.gnb_wrap .gnb_depth1:hover > a span{
 color: #114dbc;
}
.gnb_wrap .gnb_depth1:hover .gnb_depth2{
  display: block;
}
.gnb_wrap .gnb_depth1 .gnb_depth2.mobile{
  display: none;
}
.gnb_wrap .gnb_depth1:not(:first-of-type){
  position: relative;
}
.gnb_depth2{
  display: none;
    border-top: 1px solid #c6c6c6;
  position: absolute;
  white-space: nowrap;
  top: 85px;
  z-index: 111;
  left: 50%;
  transform: translateX(-50%);
  /* border-top: 1px solid #bababa;
  border-bottom: 1px solid #c6c6c6; */
  /* width: 100%; */
  /* padding: 17px 0; */
  background: #fff;
  text-align: center;

}
.gnb_depth2 > li{
  display: inline-block;
}
.gnb_depth2 > li a{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #131111;
  padding: 19px 0;
}
.gnb_wrap .gnb_depth1 > a span{
  color: #000;
}
.gnb_depth2 > li a:hover{
  color: #e37600;
}
.gnb_depth2 > li:not(:last-of-type)::after{
  display: inline-block;
  content: '';
  width: 2px;
  height: 17px;
  background: #e1e1e1;
  margin: 0 12px -1px 15px;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li.no_border{
  border-bottom: none;
}
.gnb_depth2.type02 {
  display: none;
  width: 100%;
  min-height: 400px;
  top: 85px;
  background: #fff;
  padding: 0;
  border-bottom: 1px solid #bec3c4;
  border-top: 1px solid #bec3c4;
}
.gnb_depth2_wrap{
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 25px;
  position: relative;
}
.gnb_depth2_wrap li{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gnb_depth2_wrap > li > a{
  min-width: 260px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.gnb_depth2_wrap > li:nth-of-type(2) > a{
  top: 100px;
}
.gnb_depth2_wrap > li:nth-of-type(3) > a{
  top: 200px;
}
.gnb_depth2_wrap > li:nth-of-type(4) > a{
  top: 300px;
}
.gnb_depth2_wrap > li a .inner_wrap{
  background:  #306fe3;
  text-align: right;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  min-height: 100px;
}
.gnb_depth2_wrap > li.depth2:hover a .inner_wrap{
  background: #1dbfd7;
}
.gnb_depth2_wrap > li.depth2:hover a .inner_wrap::after{
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../img/menu_figure.png) no-repeat;
  width: 23px;
  height: 18px;
  right: -22px;
}
.gnb_depth2_wrap > li a .inner_wrap .tit_wrap::after{
  content: '';
  display: inline-block;
  width: 54px;
  height: 50px;
  background: url(../img/menu_bg01.png) no-repeat center right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.gnb_depth2_wrap > li:nth-of-type(2) a .inner_wrap .tit_wrap::after{
  background-image: url(../img/menu_bg02.png);
}
.gnb_depth2_wrap > li:nth-of-type(3) a .inner_wrap .tit_wrap::after{
  background-image: url(../img/menu_bg03.png);
}
.gnb_depth2_wrap > li:nth-of-type(4) a .inner_wrap .tit_wrap::after{
  background-image: url(../img/menu_bg04.png);
}
.gnb_depth2_wrap > li a .inner_wrap .tit_wrap{
  position: relative;
  padding-right: 60px;
}
.gnb_depth2_wrap > li a .inner_wrap .tit_wrap p{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.gnb_depth2_wrap > li a .inner_wrap .tit_wrap span{
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #b2cdff;
}
.gnb_depth2_wrap > li:hover a .tit_wrap span{
  color: #fff;
}
.gnb_depth2_wrap > li a .inner_wrap:hover .wrap p{
  color: #e37600;
}

.gnb_depth2_wrap > li .wrap p{
  font-size: 17px;
  font-weight: 600;
  color: #131111;
  white-space: initial;
  word-break: break-all;
}
.gnb_depth2_wrap > li .wrap span{
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
  white-space: initial;
  margin-top: 3px;
}



.gnb_depth2_wrap li.depth2:not(:first-of-type) .gnb_depth3{
  display: none;
}

.gnb_depth2.type02 .gnb_depth3{
  display: flex;
  /* padding-left: 260px; */
  position: absolute;
  left: 260px;
  top: 50%;
}
.gnb_depth2.type02 .gnb_depth3 > ul {
  word-break: break-all;
  padding-right: 25px;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li{
  float: left;
  width: 25%;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  height: 100px;
  padding: 0 5px;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li.last{
  width: 50%;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li:not(:nth-of-type(4n))::after{
  content: '';
  display: inline-block;
  width: 2px;
  height: 33px;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li.no_after::after{
  display: none;
}
.gnb_depth2.type02 .gnb_depth3 > ul > li > a{
  display: inline-block;
}
.gnb_depth2.type02 .gnb_depth3 .img{
  min-width: 215px;
  max-width: 215px;
  max-height: 347px;
  position: relative;
  margin-top: 26px;
  overflow: hidden;
}
.gnb_depth2.type02 .gnb_depth3 .img img{
  width: 100%;
}
.gnb_depth2.type02 .gnb_depth3 .img .text{
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(48, 111, 227, 0.9);
  padding: 20px 0;
}
.gnb_depth2.type02 .gnb_depth3 .img .text p{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.gnb_depth2.type02 .gnb_depth3 .img .text span{
  display: block;
  width: auto;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.gnb_depth2_wrap > li.depth2 .wrap:hover p{
  color: #e37600;
}
.gnb_depth2_wrap > li.depth2 .wrap:hover span{
  color: #e37600;
}
.gnb_depth2_wrap > li.depth2 .gnb_depth3 > ul > li .wrap::after{
  content: '';
  display: block;
  height: 2px;
  background: transparent;
  position: relative;
  top: 10px;
}
.gnb_depth2_wrap > li.depth2 .gnb_depth3 > ul > li:hover .wrap::after{
  content: '';
  display: block;
  height: 2px;
  background: #e37600;
}

/* 검색창 */
.header_bottom .search_wrap{
  display: none;
  position: absolute;
  background: #1b5994;
  width: 100%;
  left: 0;
  top: 85px;
  padding: 40px 0;
}
.header_bottom .search_wrap .search_inner{
  display: flex;
  justify-content: center;
}
.header_bottom .search_wrap .search_inner input{
  min-width: 843px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 0 60px 0 40px;
  font-size: 20px;
  color: #343434;
}
.header_bottom .search_wrap .search_inner .input_wrap{
  position: relative;
}
.header_bottom .search_wrap .search_inner .input_wrap > button{
  width: 30px;
  height: 31px;
  background: url(../img/ico_search.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
.header_bottom .search_wrap .search_inner .close_btn > button{
  width: 65px;
  height: 65px;
  background: url(../img/close_btn.png) #fff no-repeat center center;
  border-radius: 50%;
  margin-left: 10px;
}

@media screen and (max-width: 1340px){
  .header_top{
    padding: 0 20px;
  }
  .header_bottom .content_inner{
    padding: 0 20px;
  }
  .gnb_depth2.type02{
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px){
  .header_bottom .content_inner nav {
    width: calc(100% - 380px);
  }
  .gnb_wrap .gnb_depth1 > a span {
    font-size: 18px;
  }
  .gnb_depth2_wrap > li > a {
    min-width: 200px;
  }
  .gnb_depth2.type02 .gnb_depth3{
    left: 200px;
  }
  .gnb_depth2_wrap > li a .inner_wrap .tit_wrap p {
    font-size: 18px;
  }
  .gnb_depth2_wrap > li a .inner_wrap .tit_wrap span{
    font-size: 12px;
  }
  .gnb_depth2_wrap > li a .inner_wrap .tit_wrap::after{
    width: 44px;
    height: 40px;
    background-size: contain;
  }
  .gnb_depth2_wrap > li a .inner_wrap .tit_wrap {
    padding-right: 50px;
  }
  .gnb_depth2_wrap > li .wrap p {
    font-size: 15px;
  }
  .gnb_depth2_wrap > li .wrap span{
    font-size: 12px;
  }
  .gnb_depth2.type02 .gnb_depth3 > ul{
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px){
  .header_top {
    height: 43px;
  }
  .header_top .top_inner {
    height: 43px;
  }
  .header_bottom .content_inner nav{
    display: none;
  }

  .header_top .top_inner .fl-l a {
    min-width: 110px;
    line-height: 43px;
    font-size: 14px;
  }
  .header_top .top_inner .fl-l a::before {
    width: 17px;
    height: 16px;
    background-size: cover;
    margin-bottom: -3px;
  }
  .header_top .top_inner .fl-l a:last-child::before {
    width: 14px;
    height: 16px;
  }

  .header_top .top_inner .fl-r .toggle_btn{
    display: block;
    background: url(/resource/templete/crm/ico_toggle.png) no-repeat;
    width: 18px;
    height: 19px;
  }
  .header_top .top_inner .fl-r{
    position: relative;
  }
  .toggle_wrap{
    display: none;
    position: absolute;
    background: #fff;
    width: 98px;
    left: -80px;
    top: 31px;
    border: 1px solid #afafaf;
    border-top: none;
    z-index: 1115; /*20220921 수정*/
  }
  .header_top .top_inner .fl-r a {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 39px;
  }
  .header_top .top_inner .fl-r a:not(:last-of-type){
    border-bottom: 1px solid #afafaf;
  }
  .header_bottom .content_inner .header_right .cart{
    width: 27px;
    height: 25px;
    background-size: cover;
    margin-right: 13px;
  }
  .header_bottom .content_inner .header_right .search {
    width: 21px;
    height: 21px;
    background-size: cover;
    margin-right: 13px;
  }
  .header_bottom .content_inner .header_right .search.on{
    background-image: url(../img/close_btn.png);
  }
  .header_top .top_inner .fl-r a:not(:last-of-type)::after{
    display: none;
  }
  .all_menu_btn {
    display: block !important; /*20220907 수정*/
    width: 21px;
    height: 19px;
    background: url(../img/all_menu_btn.png) no-repeat;
  }
  .header_bottom .content_inner .logo{
    max-width: 176px;
  }
  .header_bottom .content_inner{
    height: 78px;
    border-bottom: 1px solid #c6c6c6;
  }
  .header_bottom .content_inner nav {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 78px;
    /* border-top: 1px solid #bababa; */
    height: calc(100vh - 120px);
    z-index: 1111;
    overflow-y: auto;
  }
  .header_bottom .content_inner nav .gnb {
    display: block;
  }
  .gnb_wrap .gnb_depth1{
    border-bottom: 1px solid #c6c6c6;
  }
  .gnb_wrap .gnb_depth1 > a{
    line-height: 60px;
    width: 100%;
    padding: 0 20px;
    font-size: 20px;
  }
  .gnb_wrap .gnb_depth1.has_depth > a{
    background: url(../img/ico_depth.png) no-repeat center right 20px;
  }
  .gnb_wrap .gnb_depth1.has_depth.on > a{
    background-image: url(../img/m_ico_depth.png);
  }
  .gnb_depth2{
    position: static;
    transform: translateX(-0);
    text-align: left;
    background: #19539a;
    padding: 20px;
  }
  .gnb_depth2 > li {
    display: block;
  }
  .gnb_depth2 > li:not(:last-of-type){
    margin-bottom: 10px;
  }
  .gnb_depth2 > li a {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 0 0 0 15px
  }
  .gnb_depth2 > li a::before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .gnb_depth2 > li:hover > a{
    color: #9deffb;
  }
  .gnb_depth2 > li:hover > a::before{
    background: #42def5;
  }
  .gnb_depth2 > li:not(:last-of-type)::after{
    display: none;
  }
  .header_bottom .content_inner nav.on::after{
    display: none;
  }
  .gnb_depth2 > li > .gnb_depth3 > li > a{
    font-size: 14px;
    position: relative;
    padding-left: 16px;
    white-space: initial;
    display: inline-block;
  }
  .gnb_depth2 > li > .gnb_depth3 {
    margin-top: 10px;
  }
  .gnb_depth2 > li > .gnb_depth3 > li > a::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .gnb_depth2 > li > .gnb_depth3 > li:not(:last-of-type){
    margin-bottom: 6px;
  }
  .gnb_depth2 > li > .gnb_depth3 > li > a:hover{
    color: #fff8a7;
  }
  .gnb_depth2 > li > .gnb_depth3 > li > a:hover:before{
    background: #fff8a7;
  }
  .header_bottom .search_wrap .search_inner .close_btn{
    display: none;
  }
  .header_bottom .search_wrap{
    top: 78px;
    padding: 12px 20px
  }
  .header_bottom .search_wrap .search_inner {
    display: block;
  }
  .header_bottom .search_wrap .search_inner input{
    min-width: 100%;
    line-height: 40px;
    padding: 0 40px 0 24px;
    font-size: 16px;
  }
  .header_bottom .search_wrap .search_inner .input_wrap > button {
    width: 20px;
    height: 21px;
    background-size: cover;
    right: 20px;
  }
}

/* 푸터 */
.footer-wrap{
  border-top: 1px solid #d8d8d8;
}
.footer_top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 30px 0;
}
.footer_top .site_list {
  width: calc(100% - 300px);
}
.footer_top .site_list ul li{
  display: table !important;
  min-height: 67px;
  max-width: 100px;
}
.footer_top .site_list a{
  display: table-cell;
  vertical-align: middle;
}
.footer_top .foot_btn_wrap{
  display: flex;
}
.footer_top .foot_btn_wrap > p{
  font-size: 20px;
  font-weight: 600;
  margin-right: 30px;
}
.footer_top .slick-control {
  display: flex;
}
.footer_top .slick-control > button{
  width: 26px;
  height: 25px;
  border: 1px solid #e7e7e7;
  background: url(../img/ft_prev.png) no-repeat center center;
}
.footer_top .slick-control > button:not(:last-of-type){
  border-right: none;
}
.footer_top .slick-control > button.slick-next{
  background-image: url(../img/ft_next.png);
}
.footer_top .slick-control > button.slick-pause{
  background-image: url(../img/ft_pause.png);
}
.footer_top .slick-control > button.slick-play{
  background-image: url(../img/ft_play.png);
}
.footer_top .slick-control > button.slick-plus{
  background-image: url(../img/ft_plus.png);
}
.footer_bottom{
  background: #343c45;
  padding: 30px 0 60px;
}
.footer_bottom .bottom_inner{
  max-width: 1300px;
  margin: 0 auto;
}
.footer_bottom .bottom_inner .link_wrap > a{
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding-right: 30px;
}
.footer_bottom .bottom_inner .link_wrap > a:hover{
  color: #48f0ff;
}
.ad_wrap{
  display: flex;
  margin-top: 40px;
}
.ad_wrap .address {
  margin-left: 35px;
}
.ad_wrap .address p{
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
}
.ad_wrap .address p.copy{
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1340px){
  .footer_top{
    padding: 30px 20px;
  }
  .footer_bottom{
    padding: 30px 20px 60px;
  }
}

@media screen and (max-width: 1024px){
  .footer_top .foot_btn_wrap > p{
    display: none;
  }
  .footer_top{
    padding: 20px 0 20px 20px;
  }
  .footer_top .site_list{
    width: calc(100% - 110px);
  }
  .footer_bottom{
    padding: 0 0 40px;
  }
  .footer_bottom .bottom_inner .link_wrap{
    display: flex;
    flex-wrap: wrap;
  }
  .footer_bottom .bottom_inner .link_wrap > a{
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
  }
  .footer_bottom .bottom_inner .link_wrap > a:nth-of-type(2n-1){
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .ad_wrap {
    display: block;
    text-align: center;
    padding: 0 20px;
  }
  .ad_wrap > img{
    max-width: 225px;
  }
  .ad_wrap .address p {
    line-height: 22px;
  }
  .ad_wrap .address {
    margin-left: 0;
    margin-top: 37px;
    word-break: keep-all;
  }
  .ad_wrap .address p.copy{
    margin-top: 10px;
  }
}

/* 20220829 맨위로 보내는 버튼 css 추가 */
#toTop { background-image: url("../img/sub/btn_top.png"); background-position: 0 0;display: none;background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; overflow: hidden; position: fixed; right: 20px; bottom: 20px; width: 45px; height: 45px; z-index: 10; background-size: 100% auto; }
@media screen and (max-width: 751px) { #toTop { width: 40px; height: 40px; } }