/* 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
}

/* 헤더 */
.header_wrap .header_top{
  background: #f2f2f2;
  padding: 7px 20px;
}
.header_wrap .header_top .top_inner{
  max-width: 1340px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.header_wrap .header_top a{
  display: inline-block;
  border: 1px solid #c6c6c6;
  min-width: 128px;
  line-height: 32px;
  text-align: center;
  margin-left: 8px;
  letter-spacing: -0.02em;
  transition: all 0.3s;
  padding: 0 15px;
}
.header_wrap .header_top a:hover{
  background: #a5a5a5;
  color: #fff;
  border-color: #a5a5a5;
}
.header_wrap .header_top a span::before{
  width: 14px;
  height: 17px;
  display: inline-block;
  content: '';
  margin-bottom: -2px;
  margin-right: 10px;
  background-position: 0 0;
}
.header_wrap .header_top a:first-child span::before{
  background: url(../img/common/ico_top01.png) no-repeat;
}
.header_wrap .header_top a:first-child:hover span::before{
  background-position: 0 100%;
}
.header_wrap .header_top a:last-child span::before{
  background: url(../img/common/ico_top02.png) no-repeat;
}
.header_wrap .header_top a.icu_link{
  margin-left: 0;
}
.header_wrap .header_top a.icu_link span::before{
  width: 20px;
  background: url(../img/common/ico_icu_link.png) no-repeat;
}
.header_wrap .header_top a:last-child:hover span::before{
  background-position: 0 100%;
}
.header_wrap .header_bottom{
  position: relative;
  background: #fff;
}
.header_wrap .header_bottom .content_inner{
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 99px;
}
.btn_all_menu > i{
  position: relative;
  display: block;
  width: 29px;
  height: 3px;
  background: #ee7500;
  transition: all 0.4s;
}
.btn_all_menu > i:not(:last-of-type){
  margin-bottom: 7px;
}
.btn_all_menu.on > i:first-of-type{
  transform: rotate(45deg) translateY(4px) translateX(2px);
}
.btn_all_menu.on > i:nth-of-type(2){
  display: none;
}
.btn_all_menu.on > i:last-of-type{
  transform: rotate(-45deg) translateY(-5px) translateX(3px);
}
.all_menu_wrap{
  display: none;
}
.header_wrap .header_bottom .content_inner .header_nav_wrap{
  width: calc(100% - 450px);
}
.header_nav_wrap .gnb_wrap .gnb_depth1{
  display: flex;
  line-height: 99px;
  justify-content: space-between;
}
.header_nav_wrap .gnb_wrap .gnb_depth1 > li > a{
  display: block;
  height: 100%;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.header_nav_wrap .gnb_wrap .gnb_depth1 > li:hover > a{
  color: #1056ae;
}
nav.on .gnb_depth2{
  display: block !important;
}
.gnb_depth2{
  display: none;
  position: absolute;
  width: 100%;
  top: 98px;
  left: 0;
  background: #fff;
  z-index: 10;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden;
}
.gnb_depth2 .depth2_inner .depth_tit{
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.02em;
  position: absolute;
  left: 160px;
}
.gnb_depth2 .depth2_inner{
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 1111;
}
.gnb_depth2::before{
  content: '';
  display: inline-block;
  background: url(../img/common/gnb_bg.png) no-repeat top 60px left -30px;
  width: 100%;
  left: 0;
  height: 100%;
  position: absolute;
  bottom:0px
}
.gnb_depth2 .right_depth_wrap > ul{
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  /* border-left: 1px solid #ddd; */
  padding-left: 50px;
  background: #fff;
}
.gnb_depth2 .right_depth_wrap > ul > li{
  width: 25%;
  margin-bottom: 27px;
}
.gnb_depth2 .right_depth_wrap > ul > li > a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.gnb_depth2 .right_depth_wrap > ul > li .depth3{
  margin-top: 15px;
}
.gnb_depth2 .right_depth_wrap > ul > li .depth3 > li > a{
  display: inline-block;
  font-size: 15px;
  color: #4d4d4d;
  letter-spacing: -0.02em;
  position: relative;
  padding-left: 12px;
}
.gnb_depth2 .right_depth_wrap > ul > li .depth3 > li > a::before{
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #4d4d4d;
  position: absolute;
  top: 10px;
  left: 0;
}
.gnb_depth2 .right_depth_wrap > ul > li:hover > a{
  color: #1056ae;
}
.gnb_depth2 .right_depth_wrap > ul > li .depth3 > li:hover > a{
  color: #1056ae;
}
.right_depth_wrap{
  padding: 29px 0 0px 320px;
  min-height: 260px;
}
.right_depth_wrap::before{
  content: '';
  display: inline-block;
  width: 1px;
  background: #ccc;
  height: calc(100% - 58px);
  position: absolute;
}
@media screen and (max-width: 1400px){
  .header_wrap .header_bottom{
    padding: 0 20px;
  }
  .header_wrap .header_top{
    padding: 10px 20px;
  }
  .gnb_depth2 .right_depth_wrap > ul{
    padding-left: 30px;
  }
}
@media screen and (max-width: 1250px){
  .header_wrap .header_bottom .content_inner .header_nav_wrap {
    width: calc(100% - 250px);
  }
  .gnb_depth2 .depth2_inner .depth_tit{
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px){
  .header_wrap {
    position: fixed;
    width: 100%;
    left:0;
    top:0;
    z-index: 2000;
  }
  #container {
    padding-top: 125px;
  }
  .header_wrap .header_bottom .logo {
    padding-top: 12px;
  }
  .header_wrap .header_bottom .logo a img{
    max-width: 171px;
  }
  .header_wrap .header_bottom {
    min-height: 70px;
    border-bottom: 1px solid #c8c8c8;
  }
  .header_wrap .header_bottom .content_inner{
    min-height: 70px;
  }
  .header_wrap .header_top a{
    min-width: 70px;
    font-size: 14px;
    margin-left: 5px;
    padding: 0 5px;
  }
  .header_wrap .header_top a span::before{
    margin-right: 6px;
  }
  .header_wrap .header_top a:first-child span::before{
    width: 13px;
    height: 16px;
    background-size: cover;
  }
  .header_wrap .header_top a:last-child span::before{
    width: 13px;
    height: 16px;
    background-size: cover;
  }
  .header_wrap .header_top a.icu_link span::before{
    width: 17px;
    height: 14px;
  }
  .header_wrap .header_bottom .content_inner .header_nav_wrap{
    display: none !important;
  }
}

/* 푸터 */
.ft_top{
  max-width: 1340px;
  margin: 0 auto;
  padding: 15px 0;
}
.ft_top .ft_slide {
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: middle;
}
.ft_top .ft_slide li {
  display: table !important;
  table-layout: fixed;
  min-height: 68px;
}
.ft_top .ft_slide li a {
  display: table-cell;
  vertical-align: middle;
}
.ft_top .ft_slide li a img{
  margin: 0 auto;
}
.ft_top .control_wrap{
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  margin-top: 0;
}
.ft_top .control_wrap button{
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}
.ft_top .control_wrap button.slick-prev{
  background: url(../img/common/ico_ft_prev.png) no-repeat center center;
  border-right: none;
}
.ft_top .control_wrap button.slick-next{
  background: url(../img/common/ico_ft_next.png) no-repeat center center;
  border-right: none;
}
.ft_top .control_wrap button.slick-pause{
  background: url(../img/common/ico_ft_stop.png) no-repeat center center;
}
.ft_top .control_wrap button.slick-play{
  background: url(../img/common/ico_ft_play.png) no-repeat center center;
}
.ft_bottom{
  background: #444c5e;
  padding: 55px 0;
}
.ft_bottom .bottom_inner{
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
}
.ft_bottom .bottom_inner .text_wrap{
  margin-left: 30px;
}
.ft_bottom .bottom_inner .text_wrap .link_wrap a{
  color: #cbcbcb;
  line-height: 24px;
  letter-spacing: -0.02em;
}
.ft_bottom .bottom_inner .text_wrap .link_wrap a:not(:last-child)::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #cbcbcb;
  margin: 0 9px -2px 12px;

}
.ft_bottom .bottom_inner .text_wrap .address{
  color: #cbcbcb;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin: 12px auto;
}
.ft_bottom .bottom_inner .text_wrap .copyright{
  color: #bac6e7;
  line-height: 24px;
}
@media screen and (max-width: 1440px){
  .ft_top{
    padding: 15px 20px;
  }
  .ft_bottom{
    padding: 55px 20px;
  }
}
@media screen and (max-width: 1024px){
  .ft_bottom {
    padding: 43px 20px 60px;
  }
  .ft_bottom .bottom_inner{
    display: block;
    text-align: center;
  }
  .ft_bottom .bottom_inner img{
    max-width: 208px;
  }
  .ft_bottom .bottom_inner .text_wrap {
    margin-left: 0;
    margin-top: 28px;
  }
  .ft_top .ft_slide {
    width: 100%;
  }
  .ft_top .control_wrap{
    display: none;
  }
  .ft_top {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 768px){
  .ft_bottom .bottom_inner .text_wrap .link_wrap a {
    font-size: 12px;
    line-height: 16px;
  }
  .ft_bottom .bottom_inner .text_wrap .link_wrap a:not(:last-child)::after {
    height: 11px;
    margin: 0 6px -1px 9px;
  }
  .ft_bottom .bottom_inner .text_wrap .address{
    font-size: 12px;
    line-height: 16px;
  }
  .ft_bottom .bottom_inner .text_wrap .copyright {
    line-height: 20px;
    font-size: 12px;
  }
}
.allMenu .close_btn {
  position: absolute;
  top: 82px;
  right: 0;
}
.allmenu_wrap{
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #224594;
  z-index: 100;
  overflow-y: auto;
  display: none;
}
.allmenu_wrap.active{
  display: block;
}
.allmenu_wrap .allMenu{
  max-width: 1345px;
  margin: 0 auto;
  padding: 70px 0 120px;
  text-align: center;
  position: relative;
}
.allMenu .all_depth_wrap{
  margin-top: 65px;
}
.allMenu .all_depth_wrap > .all_depth1{
  display: flex;
  justify-content: space-between;
}
.allMenu .all_depth_wrap > .all_depth1 > li:first-child{
  border-left: 1px solid rgba(255, 255, 255, 0.27);
}
.allMenu .all_depth_wrap > .all_depth1 > li{
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
  text-align: left;
  padding: 0 17px;
}
.allMenu .all_depth_wrap > .all_depth1 > li > a{
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 45px;
  display: block;
}
.allMenu .all_depth_wrap > .all_depth1 > li:hover > a{
  color: #fcba39;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 {
  display: inline-block;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li{
  padding-bottom: 35px;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a{
  font-size: 18px;
  color: #fff;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li:hover > a{
  color: #fcba39;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 li a{
  display: inline-block;
  font-size: 15px;
  position: relative;
  color: #bcdaf7;
  padding-left: 10px;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3{
  margin-top: 15px;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:hover > a{
  color: #f9dfac;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:not(:last-child){
  margin-bottom: 10px;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li > a::before{
  display: inline-block;
  content: '';
  width: 3px;
  height: 3px;
  background: #bcdaf7;
  position: absolute;
  left: 0;
  top: 8px;
}
.allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:hover > a::before{
  background: #b8aca3;
}

@media screen and (max-width: 1400px){
  .allmenu_wrap .allMenu{
    padding: 70px 20px 120px;
  }
  .allMenu .close_btn{
    right: 20px;
  }
}

@media screen and (max-width: 1250px){
  .allMenu .all_depth_wrap > .all_depth1 > li > a{
    font-size: 24px;
    margin-bottom: 25px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a {
    font-size: 16px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1024px){
  .allmenu_wrap{
    /* display: block !important; */
    position: static;
    background: #fff;
  }
  .allmenu_wrap .allMenu{
    padding: 0;
    top: 125px;
    background: #fff;
    overflow-y: auto;
    max-height: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 120px);
    z-index: 1111;
  }
  .allmenu_wrap .allMenu .logo_wrap{
    display: none;
  }
  .allMenu .close_btn{
    display: none;
  }
  .allMenu .all_depth_wrap{
    margin-top: 0px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li{
    flex: auto;
    padding: 0;
  }
  .allMenu .all_depth_wrap > .all_depth1{
    position: relative;
    display: block;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li > a{
    font-size: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    color: #000;
    border-bottom: 1px solid #e2e2e2;
    text-align: left;
    padding: 0 5px 0 10px;
    position: absolute;
    left: 0;
    width: 42%;
    margin-bottom: 0;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:hover > a{
    color: #fff;
    background: #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li > a.on{
    color: #fff;
    background: #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(2) > a{
    top: 51px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(3) > a{
    top: 102px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(4) > a{
    top: 153px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(5) > a{
    top: 204px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(6) > a{
    top: 255px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(7) > a{
    top: 306px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:nth-child(8) > a{
    top: 357px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li:not(:first-child) .all_depth2{
    display: none;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2{
    width: 58%;
    /* min-height: 480px; */
    margin-left: 42%;
    padding-bottom: 50px;
    background: #fff;
    padding: 0 10px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a{
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    padding: 10px 20px 10px 0;
    position: relative;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a.has_depth::after{
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/common/m_ico_depth2.png) no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a.has_depth.active::after{
    background-position: 0 100%;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li:hover > a{
    color: #1056ae;
    border-bottom: 2px solid #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > a.active{
    color: #1056ae;
    border-bottom: 2px solid #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 li a{
    color: #4d4d4d;
    font-size: 13px;
    line-height: 26px;
    padding-left: 7px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li{
    padding-bottom: 0;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:hover > a{
    color: #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li > a::before{
    background: #4d4d4d;
    top: 12px;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:hover > a::before{
    background: #1056ae;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3{
    display: none;
    margin-top: 0;
    padding: 13px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .allMenu .all_depth_wrap > .all_depth1 > li .all_depth2 > li > .all_depth3 > li:not(:last-child) {
    margin-bottom: 7px;
  }
}