/* 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;
}
.guide_mode .inner {
  display: none;
}
/*header*/
#header {
  color: #000;
}
.header_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1006;
  width: 100%;
}
.header_inner {
  width: 100%;
  background: #fff;
}
.header_inner .content_inner {
  height: 100%;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
	max-width:1800px;
}
.header_top {
  background: #f4f4f4;
  color: #333;
  border-bottom: 1px solid #dddddd;
}
.header_top::after {
  clear: both;
  content: "";
  display: block;
}
.header_top a {
  font-size: 15px;
}
.header_top .h_top_left {
  float: left;
  position: relative;
}
.header_top .h_top_left li {
  float: left;
  min-width: 140px;
  text-align: center;
  padding: 0;
  height: 45px;
  /* border-right: 1px solid #c8c8c8; */
}
.header_top .h_top_left li a {
  display: inline-block;
  height:100%;
  width:100%;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 44px;
  background:#1062bb;
}
.header_top .h_top_left li:nth-child(3n) a {background:#dddddd;margin-left: 10px;border-radius:20px;width: 214px;height:33px;top: 6px;left: 0;margin-left: 290px;position: absolute;line-height: 33px;color: #000;font-size: 14px;}
.header_top .h_top_left li:nth-child(3n) a::before {content:"";display: inline-block;width: 196px;height: 23px;margin-right: 5px;vertical-align: middle;background: url(../img/2025_icon_w.png) no-repeat;position: absolute;top: 18%;left: 10px;}
.header_top .h_top_left li:last-child a {background: #d6e7f4;margin-left: 9px;border-radius:20px;width: 103px;height:33px;top: 6px;left: 0;position: absolute;margin-left: 509px;line-height: 33px;color: #000;font-size: 14px;}
.header_top .h_top_left li:last-child a::before {content:"";display: inline-block;width: 78px;height: 23px;margin-right: 5px;vertical-align: middle;background: url(../img/2025_pmsbtn.png) no-repeat;position: absolute;top: 30%;left: 13px;}
.header_top .h_top_left li:first-child a {
  background: #193b85;
}
.header_top .h_top_right {
  float: right;
}
.header_top .h_top_right>li {
  float: left;
  padding: 0 20px;
  line-height: 44px;
  border-right: 1px solid #c8c8c8;
}
.header_top .h_top_right>li.facebook_icon a {
  display: inline-block;
  width: 10px;
  height: 20px;
  vertical-align: sub;
  background: url(../img/face_icon.png) no-repeat;
}
.header_top .h_top_right>li.blog_icon a {
  display: inline-block;
  width: 14px;
  height: 19px;
  vertical-align: sub;
  background: url(../img/blog_icon.png) no-repeat;
}
.header_top .h_top_right>li.bell_icon a {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 18px;
  vertical-align: sub;
  background: url(../img/bell_icon.png) no-repeat;
}
.header_top .h_top_right>li.m_icon {
  display: none;
}
.header_top .h_top_right>li a:hover {
  background-position-y: 100%;
}
.header_top .h_top_right>li.login a:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 22px;
  margin-bottom: -3px;
  background: url(../img/login_icon.png) no-repeat;
}
.header_top .h_top_right>li.mypage {
  position: relative;
  display: none;
}
.header_top .h_top_right>li.mypage .btn-maypage::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  /* background: url(../img/mypage.png) no-repeat; */
  background: url(../img/mypage_new.png) no-repeat;
}
.header_top .h_top_right>li.mypage .my_2dep {
  display: none;
  position: absolute;
  top: 43px;
  min-width: 100px;
  left: 0%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #adadad;
  z-index: 10;
}
.header_top .h_top_right>li.mypage .my_2dep li {
  display: block;
  padding:0px 10px;
  white-space: nowrap;
  /* font-size: 18px; */
  margin: 0;
  text-align: center;
}
.header_top .h_top_right>li.mypage .my_2dep li:not(:first-child) {
  border-top: 1px solid #adadad;
}
.header_top .h_top_right>li:first-of-type {
  margin-left: 0;
  border-left: 1px solid #c8c8c8;
}
.header_top .h_top_right>li>a {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.04em;
}
.header_top .h_top_right>li>a:hover {
  color: #4470d5;
}
.header_top .h_top_right select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../img/select_arrow.png) no-repeat 95px 15px;
  font-size: 16px;
  color: #333;
  padding-right: 35px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}
.header_top .h_top_right li button:after {
  background: url(../img/arrow.png) no-repeat center center;
}
.header_top .h_top_right li button.on:after {
  transform: rotate(180deg);
}
.header_top .h_top_right li .item-language_list {
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 4;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  display: none;
}
.header_top .h_top_right li .item-language_list li {
  padding: 0;
  float: none;
  width: 100%;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.header_top .h_top_right li .item-language_list li a {
  padding: 2px 0;
  display: block;
  color: #565656;
}
.header_top .h_top_right li .item-language_list li:first-child {
  border-top: none;
}
.header_top .h_top_right .cms_btn {
  background: #484848;
}
.header_top .h_top_right .cms_btn a {
  color:#fff;
}
.header_top .h_top_right .cms_btn a:hover {
  color:#e0e0e0;
}
.header_bottom {
  height: 75px;
  border-bottom: 1px solid #dddddd;
}
.header_bottom nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-left: 16%;
}
/*.header_bottom .util_wrap li .btn-allmenu:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 23px;
  background: url(../img/bar.png) no-repeat;
}*/
.header_bottom h1 img {
  vertical-align: top;
}
.header_bottom h1.logo {
  position: absolute;
  /* top: 15px; */
  height: 100%;
  width: 190px;
}
.header_bottom h1.logo a {
  display: inline-block;
  width: 190px;
  height: 43PX;
  top: 15px;
  position: absolute;
}
.header_bottom h1.logo .mlogo {
  display: none;
}
.gnb_wrap {
  width: 100%;
  /* padding-right: 100px;
  padding-left: 18.8%; */
}
.gnb_wrap .gnb_depth1 {
  display: flex;
}
.gnb_wrap .gnb_depth1>li {
  flex: 1;
  position: relative;
  z-index: 3;
  text-align: center;
}
.gnb_wrap .gnb_depth1>li span {
  padding: 22px 20px 27px 20px;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.gnb_wrap .gnb_depth1>li.on .gnb_depth2 {
  background: #193b85;
}
.gnb_wrap .gnb_depth1>li.on .gnb_depth2>li a {
  color: #fff;
}
.gnb_depth2 {
  position: absolute;
  top: 75px;
  padding: 30px 30px 0 15px;
  background: #fff;
  width: 100%;
  min-height: 485px;
  display: none;
  text-align: left;
}
#bg {
  position: absolute;
  left: 0;
  background: linear-gradient(to left, #fff 50%, #f4f5f9 50%);
  width: 100%;
  top: 121px;
  height: 486px;
  border-bottom: 1px solid #8f8f8f;
  display: none;
}
.header_bottom .bg_wrap{
  position:absolute;
  left:0;
  height:100%;
  width:calc(17% + 16px);
  z-index:1;
  display:none;
}
.header_bottom .bg_wrap a {
  height: 450px;
  display: block;
  margin-top: 32px;
  bottom: 0;
  position: relative;
}
.header_bottom .bg_wrap a img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gnb_depth2>li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
}
.gnb_depth2>li>a {
  font-size: 17px;
  color: #000;
}
.gnb_wrap .gnb_depth1>li.on .gnb_depth2>li>a:hover {
  color: #66aaff;
}
.gnb_depth3 {
  margin-top:7px;
}
.gnb_depth3>li {
  position: relative;
  padding-left: 8px;
}
.gnb_depth3>li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top:12px;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000;
}
.gnb_wrap .gnb_depth1>li.on .gnb_depth3>li::before {
  background: #fff;
}
.gnb_depth3>li>a {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}
.gnb_depth1>li.on .gnb_depth3>li:hover::before{
  background: #66aaff;
}
.gnb_depth1>li.on .gnb_depth3>li a:hover {
  color:#66aaff;
}
.header_bottom .util_wrap {
  position: absolute;
  top: 6px;
  right: 0px;
  height: 100%;
  line-height: 71px;
  width: 88px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.header_bottom .util_wrap .btn-search {
  display: block;
  top: -6px;
  position: absolute;
  left: -45px;
}
.header_bottom .util_wrap .btn-search a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #000;
}
.header_bottom .util_wrap .btn-allmenu {
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
}
.header_bottom .util_wrap .btn-allmenu a, .header_bottom .util_wrap .btn-search a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  font-size: 2rem;
  color: #000;
  font-family: xeicon !important;
  padding-top: 2px;
}
.header_bottom .util_wrap li {
  display: inline-block;
  margin-left: 10px;
}
.header_bottom .util_wrap li.login {
  display: none;
}
.header_bottom.m_bottom {
  background: #fff;
}
.header_bottom .util_wrap li.btn_m {
  display: none;
  top: 3px;
  position: relative;
}
.header_wrap.header_fixed {
  position: fixed;
  background-color: #fff;
  box-shadow: 5px 5px 3px rgba(100, 100, 100, 0.2);
}
.header_wrap.header_fixed .header_wrap--bottom .header_wrap--inbox .gnb_depth1>.gnb_depth1_item>a {
  color: #363636;
}
.header_wrap.header_fixed .open_all_menu a span,
.header_wrap.header_fixed .open_all_menu a span:before,
.header_wrap.header_fixed .open_all_menu a span:after {
  background-color: #333;
}
/* 네비가 없는 헤더 */
.no_nav .header_wrap {
  border-bottom: 1px solid #cfcfcf;
}
.no_nav .header_inner {
  padding: 29.5px 0;
}
.no_nav .header_inner .content_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}
.no_nav .content_inner .btn_box {
  margin-left: auto;
}
.no_nav .btn_box .btn_top {
  display: inline-block;
  min-width: 214px;
  padding: 12px 0;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
}
.no_nav .btn_box .btn_top.on {
  border: 1px solid #19539a;
  background: #19539a;
  color: #fff;
}
@media screen and (max-width:768px) {
  .header_bottom .util_wrap .btn-search {
    left: 0px;
  }
  /*
  .header_bottom .util_wrap .btn_m a, .header_bottom .util_wrap .btn-search a {
  .header_bottom .util_wrap .btn-search a {
    font-size: 3rem;
  }
  */
  .header_bottom .util_wrap .btn-allmenu {
    top: -7px;
  }
  .header_bottom .util_wrap .btn-allmenu a {
    font-size: 3.2rem;
  } 
  .no_nav .header_wrap {
    border-bottom: none;
  }
  .no_nav .header_inner {
    padding: 0;
    border-bottom: none;
  }
  .no_nav .header_inner .content_inner {
    display: block;
  }
  .no_nav .header_bottom h1.logo {
    position: static;
    text-align: center;
  }
  .no_nav .content_inner .btn_box {
    margin: 15px auto 0;
    text-align: center;
  }
  .no_nav .btn_box .btn_top {
    min-width: 156px;
    padding: 10px 0;
    font-size: 16px;
  }
  .no_nav .header_bottom {
    height: 136px;
	padding:18px 0 0;
  }
}
/*통합검색창*/
/* .header_bottom .util_wrap li .btn-search::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/search.png) no-repeat;
} */
.header_bottom .util_wrap li .searchclose::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/search.png) no-repeat;
  background-size: contain;
}
.header_inner .header_bottom.act .content_inner {
  border-bottom: none;
}
.header_bottom .seach_wrap {
  position: absolute;
  width: 100%;
  top: 120px;
  background: #fafafa;
  display: none;
  z-index: 1;
}
.search_wrap {
  background: #fff;
  display: none;
  top: 121px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 111;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: 0px 0px 19px -8px #cacaca;
  padding: 40px 20px;
}
.search_wrap .search {
  /*padding: 40px 20px;*/
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: 100%;
}
.search_wrap .search .sch_inner {
  margin: 0;
  width: calc(100% - 75px)
}
.search_wrap .search .sch_close {
  margin-left: 10px;
}
.search_wrap .search .sch_close .sch_closebtn {
  width: 62px;
  height: 60px;
  /* background: #19539a url("../img/sch_close.png") no-repeat 50% 50%; */
  background: #19539a;
  position: absolute;
  border-radius: 3px;
  font-size: 1.5em;
  color: #ffffff;
}
.sch_inner {
  position: relative;
  max-width: 843px;
  margin: 0 auto 80px;
}
.sch_inner .sch_input input {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  padding-right: 39px;
  background: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  border: 1px solid #3a3a3a;
  font-size: 20px;
}
.sch_inner .sch_input input::-webkit-input-placeholder {
  color: #767676;
  font-size: 20px;
}
.sch_inner .sch_input input::-moz-placeholder {
  color: #767676;
  font-size: 20px;
}
.sch_inner .sch_input input:-ms-input-placeholder {
  color: #767676;
  font-size: 20px;
}
.sch_inner .sch_input input::-ms-input-placeholder {
  color: #767676;
  font-size: 20px;
}
.sch_inner .sch_input input::placeholder {
  color: #767676;
  font-size: 20px;
}
.sch_inner .sch_input .btnSrch {
  position: absolute;
  right: 39px;
  top: 0;
  width: 26px;
  height: 60px;
  /* background: url("../img/search.png") no-repeat center center; */
  font-size: 2em;
}
.search_wrap .keywordWrap p {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 29px;
}
.search_wrap .keywordWrap ul li {
  display: inline-block;
  background: #19539a;
  color: #fff;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 22px;
  line-height: 42px;
  margin: 0 3.5px 7px;
}
/* 인기검색어 */
.search_wrap .keyword {
    display: flex;
    margin: 20px auto 0;
    /* align-items: center; */
    width: 95%;
}
.search_wrap .pop_key {
     display: flex;
     width: calc(100% - 140px);
}
.search_wrap .tit {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    font: 400 22px/26px 'Noto Sans KR',sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #333;
}
.search_wrap .tag {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: top
}
.search_wrap  .tag a {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 2px 10px 2px;
    border-radius: 50px;
    background: #e5ecf4;
    font: 500 14px/20px 'Noto Sans KR',sans-serif;
    color: #29478d;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #d6e1eb;
}
.search_wrap  .tag a:hover {
    background: #555;
    color: #fff;
    border: 1px solid #555
}
.f_blue {
    color: #19539a;
    font-weight: 500
}

/* 통합검색 검색어 자동완성 */
.sch-auto_complete {
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  padding: 23px 35px;
  position: absolute;
  width: 100%;
  background: #fff;
}
.sch-auto_complete li:not(:last-child) {
  margin-bottom: 23px;
}
.sch-auto_complete li .text {
  float: left;
  font-size: 18px;
  line-height: 23px;
}
.sch-auto_complete li .text::before {
  content: '';
  display: inline-block;
  background: url("../img/auto_complete_ico02.png");
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-bottom: -2px;
}
.sch-auto_complete li img {
  float: right;
  margin-top: 5px;
}
.search_wrap .keywordWrap ul {
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width:1600px) {
  .gnb_depth2>li>a {
    font-size: 17px;
  }
  .header_bottom nav {
    margin-left: 15%;
    max-width: 1080px;
  }
  .header_bottom .bg_wrap{
    width: calc(17% + 5px);
    background-size:contain;
  } 
}
@media screen and (max-width:1500px) {
  .header_inner .content_inner {
    padding: 0;
  }
  .header_bottom h1.logo {
    padding-left:20px;
  }
  .header_bottom .util_wrap {
    right: 0px;
    top: 6px;
    width: 58px;
  }
  .header_bottom nav {
    margin-left: 27px;
  }
  .gnb_wrap {
    /* padding-right: 70px; */
    /* padding-left: 17%; */
  }
  .header_bottom nav {
    margin-left: 15%;
    max-width: 1080px;
  }
  .header_bottom .bg_wrap{
    width:calc(17% + 14px);
    background-size:contain;
  }
  .header_bottom .bg_wrap:before{
    background-size:100%;
  }
  .header_bottom .bg_wrap .bg_txt{
    font-size:16px;
    line-height:24px;
    bottom:15%;
    padding-right:10px;
  }
}
@media screen and (max-width:1400px) {
  .gnb_depth1>.gnb_depth1_item {
    padding-right: 20px;
  }
  .search_wrap {
    left: 0;
    transform: translateX(0);
  }
  .header_bottom nav {
    margin-left: 17%;
    max-width: 997px;
  }
}
@media screen and (max-width: 1280px) {
  .gnb_wrap {
    /* padding-left: 160px */
  }
  #bg {
    height: 455px;
  }
  .header_bottom .bg_wrap{
    width:182px;
  }
  .header_bottom .bg_wrap a {
   	display: none;
  }
  .header_bottom .bg_wrap .bg_txt{
    width:182px;
    font-size:13px;
    line-height:21px;
    padding:0 5px;
    bottom:20%;
  }
  .header_bottom nav {
	margin-left: 14%;
	max-width: 910px;
  }
  .gnb_depth2 {
    min-height: 454px;
    padding: 10px 6px 0 6px;
  }
  .gnb_depth2>li {
    padding-left:10px;
  }
  .gnb_depth2>li>a {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .gnb_depth3>li>a {
    line-height:22px;font-size: 15px;
  }
  .gnb_wrap .gnb_depth1>li span {
    font-size:20px;
  }
  .header_bottom h1.logo {
    top: 6px;
    padding-left: 20px;
  }
  .header_bottom h1.logo .pclogo {
    display: none;
  }
  .header_bottom h1.logo .mlogo {
    display: inline;
  }
}
@media screen and (max-width:1180px) {
  .header_bottom nav {
    margin-left: 14%;
    max-width: 800px;
  }
}
@media screen and (max-width:1024px) {
  #bg,
  .header_bottom .bg_wrap{
    display:none !important;
  }
  .header_wrap {
    position: relative;
    z-index: 1008;
  }
  .search_wrap {
    top: 121px;
    border-top: 1px solid #cacaca;
  }
  .header_top {
    height: 44px;
  }
  .header_top .h_top_right>li {
    display: none;
    border: 0;
    padding: 0 0 0 15px;
  }
  .header_top .h_top_right>li.m_icon {
    display: block;
    padding: 0px 20px;
  }
  .header_top .h_top_right>li.bell_icon.m_icon {
    display:none;
  }
  .header_top .h_top_right>li.bell_icon button::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    background: url(../img/m_bell_icon.png) no-repeat;
  }
  .header_top .h_top_left li {
    height: 44px;
    min-width: 100px;
  }
  .header_top .h_top_left li:last-child a {
    left: 200px;
    top: 5px;
}
  .header_top .h_top_left li a {
    font-size: 14px;
    line-height: 42px;
    left: 199px;
    top: 5px;
  }
  .header_top .h_top_left li:nth-child(3n) a {
    margin-left: 206px;
}	
  .header_top .h_top_left li:last-child a {margin-left: 225px;}
  .header_top .h_top_left li a::before {
    display: none;
  }
  .header_bottom {
    height: 78px;
  }
  .header_bottom .util_wrap {
    top: 0;
    right: 0px;
    width: 80px;
    line-height: 75px;
  }
  .header_bottom .util_wrap li.btn_m {
    display: block;
    padding-top: 3px;
    margin-left: 18px;
    width: 24px;
  }
  .header_bottom .util_wrap .btn-search {
    top: -2px;
    left: -16px;
  }
  .header_bottom .util_wrap li.btn_pc {
    display: none;
  }
  .header_bottom .util_wrap li .btn-search:before {
    width: 21px;
    height: 21px;
    background-image: url(../img/search_m.png);
  }
  .search_wrap .search {
    display: block;
  }
  .sch_inner {
    max-width: 100%;
  }
  .gnb_wrap {
    display: none;
  }
  .search_wrap .keywordWrap ul {
    max-width: 100%;
  }
  .search_wrap .keywordWrap {
    padding: 0 20px 50px;
  }
  .search_wrap .search .sch_close .sch_closebtn {
    top: 40px;
    right: 20px;
  }
  .header_bottom .util_wrap li .searchclose::before {
    width: 21px;
    height: 21px;
    background-image: url(../img/search_m.png);
  }
}
@media screen and (max-width:768px) {
  .header_inner .content_inner {
    padding:0;
  }
  .header_top .h_top_right>li {
    padding: 0 20px 0 0;
  }
  .search_wrap .search {
    /*padding: 40px 20px;*/
  }
  .search_wrap .search .sch_close {
    margin-left: 5px;
  }
  .search_wrap .search .sch_close .sch_closebtn {
    width: 50px;
    height: 50px;
  }
  .sch_inner {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .search_wrap .search .sch_inner {
    width: calc(100% - 60px);
  }
  .sch_inner .sch_input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .sch_inner .sch_input input::-moz-placeholder {
    font-size: 16px;
  }
  .sch_inner .sch_input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .sch_inner .sch_input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .sch_inner .sch_input input::placeholder {
    font-size: 16px;
  }
  .sch_inner .sch_input input {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
  .sch_inner .sch_input .btnSrch {
    width: 26px;
    height: 50px;
    right: 15px;
    background-size: 20px auto;
  }
  .search_wrap .keywordWrap p {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .search_wrap .keywordWrap ul li {
    font-size: 16px;
    padding: 0 12px;
    line-height: 34px;
    margin: 0 2px 6px;
  }
  .search_wrap .keywordWrap {
    padding: 0 20px 0px;
  }
  .sch-auto_complete {
    padding: 20px 15px;
  }
  .sch-auto_complete li .text {
    font-size: 16px;
    line-height: 1;
  }
  .sch-auto_complete li .text::before {
    bottom: -3px;
    margin-right: 7px;
  }
  .sch-auto_complete li:not(:last-child) {
    margin-bottom: 17px;
  }
  .sch-auto_complete li img {
    margin-top: 4px;
  }
  .search_wrap .keyword {
    display: block;
    margin: 20px auto 0;
    /* align-items: center; */
    width: 95%;
  }
  .search_wrap .pop_key {
    display: flex;
    width: calc(100% - 140px);
  }
  .search_wrap .tit {
    display:block;
    width: 100%;
    margin-bottom:15px;
    font: 400 18px / 26px 'Noto Sans KR', sans-serif;
  }
  .search_wrap .tag {
    display: block;
    width: 100%;
    vertical-align: top
  }
	.header_bottom .util_wrap .btn-allmenu a, .header_bottom .util_wrap .btn-search a {font-size: 3rem;}	
}
@media screen and (max-width:580px) {
.header_top .h_top_left li:last-child a {display:none;}
}
@media screen and (max-width:520px) {
  .header_top .h_top_left li:nth-child(3) a {
    width: 136px;
    left: 195px;
    margin-left: 0;
  }
  .header_top .h_top_left li {
    min-width: 94px;
  }
  .header_top .h_top_left li a {
    font-size: 13px;
  }
  .header_top .h_top_left li:nth-child(3) a::before {
    background: url(../img/2025_icon_m.png) no-repeat;
  }
  .header_top .h_top_left li:last-child {display:none;}	
  .header_bottom h1.logo {
    padding-left:20px;
  }
  
}	
@media screen and (max-width:376px) {
  .header_top .h_top_left li:nth-child(3) a {
    width: 92px;
    left: 192px;
  }
  .header_top .h_top_left li:nth-child(3) a::before {
    background: url(../img/2025_icon_m2.png) no-repeat;
    left: 7px;
    width: 79px;
  }
  .header_top .h_top_left li:last-child {display:none;}	
}
@media screen and (max-width:345px) {
  .footer_middle .middle_L > li:nth-child(3) a {
    padding-left:8px;
  }
  .footer_middle .letter button {
    background: none;
    padding-left:0;
  }
  .header_top .h_top_right>li.m_icon {
     padding: 0 20px 0 0;
  }
}
/*전체메뉴*/
.allmenu_Wrap {
  display: none;
  position: fixed;
  width: 100%;
  margin: -1px auto 0;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  height: 100vh;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 30px 20px;
  z-index: 1007;
}
.allmenu_Wrap .allmenu .allmenuLogo {
  text-align: center;
  margin-top: 60px;
}
.allmenu_Wrap .allmenu .m_catetop_wrap {
  display: none;
}
.allmenu_Wrap .allmenu .all_1depth {
  display: flex;
  max-width: 1450px;
  margin: 0 auto;
  color: #000;
}
.allmenu_Wrap .allmenu .all_1depth>li {
  float: left;
  width: 25%;
  text-align: center;
}
.allmenu_Wrap .allmenu .all_1depth>li {
  border-left: 1px solid #d9d9d9;
}
.allmenu_Wrap .allmenu .all_1depth>li:last-child {
  border-right: 1px solid #d9d9d9;
}
.allmenu_Wrap .allmenu .all_1depth>li>span {
  display: inline-block;
  font-size: 35px;
  color: #0c3a6a;
  font-weight: bolder;
  padding: 150px 0 20px 10px;
  width: 85%;
  margin: 0 auto 15px;
  text-align: left;
}
.allmenu_Wrap .allmenu .all_1depth>li>span:not(:first-child){
  padding-top:0;
  margin-bottom:23px;
}
.allmenu_Wrap .m_setup {
  display: none;
}
.all_2depth {
  width: 80%;
  margin: 0 auto;
}
.all_2depth .depth2_cate {
  text-align: left;
  margin-bottom: 25px;
  padding-left: 5%;
  font-weight: bold;
}
.all_2depth .depth2_cate>a {
  position: relative;
  display: inline-block;
  font-size: 20px;
	-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.all_2depth .depth2_cate>a:hover {
  color: #174d9e;
}
.all_2depth .depth2_cate>a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
  transition: all 0.4s ease-out;
}
.all_2depth .depth2_cate>a:hover::after {
  background: #174d9e;
  width: 100%;
}
.all_3depth {
  margin-top: 12px
}
.all_3depth>li {
  margin-bottom: 5px;
}
.all_3depth>li>a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
}
.all_3depth>li>a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #8b8b8b
}
.all_3depth>li>a:hover{
	color:#174d9e;
}
.all_3depth>li>a:hover::before{
	background:#174d9e;
}
.allmenu_Wrap .menu_tit .allclose {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 39px;
  height: 39px;
  background: url(../img/allclose.png) no-repeat;
  cursor: pointer;
  z-index: 1008;
}
@media screen and (max-width:1500px){
  .allmenu_Wrap{
    padding-left:20px;
    padding-right:20px;
  }
  .allmenu_Wrap .allmenu .all_1depth>li>span{
    font-size:25px;
  }
  .all_2depth .depth2_cate>a{
    font-size:18px;
  }
  .all_3depth>li>a{
    font-size:15px;
    word-break:break-all;
  }
}
/*//전체메뉴*/
/*모바일 카테고리*/
@media screen and (max-width:1024px) {
  .hmbrgr {
    position: relative;
    display: inline-block;
    font-size: 2rem;
  }
  .hmbrgr span {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: inline-block;
  }
  .hmbrgr.expand span:nth-child(1) {
    transform: rotate(-45deg);
  }
  .hmbrgr.expand span:nth-child(2) {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .hmbrgr.expand span:nth-child(3) {
    transform: rotate(45deg);
  }
  .allmenu_Wrap {
    color: #000;
    width: 100%;
    height: 100%;
    top: 120px;
    left: 0;
    background: #fff;
    transform: translate(0, 0);
    overflow-y: auto;
    max-height: none;
    padding: 0;
    padding-bottom: 140px;
    border-top: 1px solid #8f8f8f;
    display: none;
  }
  .menu_tit {
    display: none;
  }
  .allmenu_Wrap .allmenu .all_1depth {
    display: block;
  }
  .allmenu_Wrap .allmenu .all_1depth>li.login{
    display:none;
  }
  .allmenu_Wrap .allmenu .all_1depth>li {
    float: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
    border-left: 0;
  }
  .allmenu_Wrap .allmenu .all_1depth>li:last-child {
    border-right: 0;
  }
  .allmenu_Wrap .allmenu .all_1depth>li>span {
    padding: 0 20px;
    margin: 0;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 60px;
  }
  .allmenu_Wrap .allmenu .all_1depth>li>span::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 20px;
    display: inline-block;
    width: 15px;
    height: 9px;
    background: url(../img/cate_arrow.png) no-repeat;
    -webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
  }
  .allmenu_Wrap .allmenu .all_1depth>li>span.on::after {
    transform: rotate(-180deg);
  }
  .allmenu_Wrap .m_setup {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .allmenu_Wrap .m_setup button {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 160px;
    height: 40px;
    border: 1px solid #a4a4a4;
    border-radius: 20px;
    padding-left: 20px;
  }
  .allmenu_Wrap .m_setup button::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 20px;
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url(../img/setup_icon.png) no-repeat;
    background-position-y: 100%;
    margin-right: 10px;
  }
  .all_2depth {
    width: 100%;
    padding: 20px;
    background: #19539a;
    display: none;
  }
  .all_2depth .depth2_cate {
    padding: 0;
    margin: 0;
    line-height: 32px;
    padding-left: 20px;
  }
  .all_2depth .depth2_cate>a {
    color: #fff;
    font-size: 16px;
  }
  .all_2depth .depth2_cate>a:hover {
    color: #fff8a7;
  }
  .all_2depth .depth2_cate>a::before {
    background: #fff;
    top: 15px;
  }
  .all_2depth .depth2_cate>a:hover::before {
    background: #fff8a7;
  }
  .all_2depth .depth2_cate>a::after {
    display: none;
  }
  .all_3depth {
    margin: 0;
    margin-left: 7px;
  }
  .all_3depth>li {
    line-height: 15px;
    color: #fff;
  }
  .all_3depth>li:last-of-type {
    margin-bottom: 0;
  }
  .all_3depth>li>a {
    font-size: 14px;
    padding-left: 6px
  }
  .all_3depth>li>a:hover {
    color: #fff8a7;
  }
  .all_3depth>li>a::before {
    background: #fff;
  }
  .all_3depth>li>a:hover::before {
    background:#fff8a7;
  }
  .allmenu_Wrap .allmenu .allmenuLogo {
    display: none;
  }
}
/* header end */
/* footer */
.footer-wrap {
	margin:0 auto;
}
.footer-wrap .footer_top {
  position: relative;
  padding: 30px 50px;
  border-top: 1px solid #c5c5c5;
  max-width: 1800px;
  margin: 0 auto;
}
.footer-wrap .footer_top .slick-initialized .slick-slide {
	margin-right: 60px;
}
.footer-wrap .footer_top .site_list {
  padding-right: 160px;
}
.footer-wrap .footer_top .slick-control {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 1;
}
.footer-wrap .footer_top .slick-control button {
  display: inline-block;
  border: 1px solid #c7c7c7;
  margin-left: -1px;
}
.footer-wrap .footer_top .slick-control .slick-prev {
  width: 40px;
  height: 40px;
  background: #fff url('../img/f_prev.png') no-repeat 50% 50%;
}
.footer-wrap .footer_top .slick-control .slick-pause {
  width: 40px;
  height: 40px;
  background: #fff url('../img/f_stop.png') no-repeat 50% 50%;
}
.footer-wrap .footer_top .slick-control .slick-play {
  width: 40px;
  height: 40px;
  background: #fff url('../img/f_play.png') no-repeat 50% 50%;
  display: none;
}
.footer-wrap .footer_top .slick-control .slick-next {
  width: 40px;
  height: 40px;
  background: #fff url('../img/f_next.png') no-repeat 50% 50%;
}
.footer-wrap .footer_top .slick-control .slick-more {
  width: 40px;
  height: 40px;
  background: #fff url('../img/f_more.png') no-repeat 50% 50%;
}
.footer_middle {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  height:50px;
  line-height: 47px;
  background: #f4f4f4;
}
.footer_middle .middle_inner {
  max-width: 1800px;
  padding: 0 50px;
  margin:0 auto;
}
.footer_middle .middle_inner::after{
  display: block;
  content:"";
  clear:both;
}
.footer_middle .middle_L {
  float:left;
}
.footer_middle .middle_L > li {
  display: inline-block;
  height: 50px;
  line-height: 45px;
}
.footer_middle .middle_L > li a {
  position: relative;
  font-size:14px;
  padding: 0 15px;
}
.footer_middle .middle_L > li a:hover {
  color:#4470d5;
}
.footer_middle .middle_L > li:first-child a:after{
  content: "";
  display: inline-block;
  position: absolute;
  top:4px;
  right:0;
  height:14px;
  width: 1px;
  background: #c5c5c5;
}
.footer_middle .middle_L > li:first-child a {
  padding-left: 0;
}
.footer_middle .letter {
  float: right;
  height:49px;
  font-weight: bold;
  padding: 0 25px;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.footer_middle .letter:hover{
  background:#c5c5c5;
}
.footer_middle .letter button {
  font-size: 15px;
  height: 50px;
  vertical-align: top;
}
.footer-wrap .footer_bottom {
  padding: 40px 50px 60px;
  max-width: 1800px;
  margin:0 auto;
  position: relative;
}
.footer_inner .f_logo {
  float: left;
  position:relative;
}
.f_logo1 {
  margin-right: 20px;
}
.footer_inner .f_content {
  float: left;
  margin-left: 35px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: -0.5px; 
}
.footer_inner .f_content p {
  margin-bottom: 10px;
}
.footer_inner .f_content .copyright{
  color:#696969;
}
.footer_inner .f_content .copyright br {
  display: none;
}
.footer_inner .wa_mark{
  position:absolute;
  top: 40px;
  right: 60px;
}
@media screen and (max-width:1500px) {
  .footer-wrap .footer_top {
    padding: 30px 20px;
  }
  .footer-wrap .footer_top .slick-control {
    right: 20px;
  }
  .footer_middle .middle_inner {
    padding:0 20px;
  }
  .footer-wrap .footer_bottom {
    padding: 40px 20px 60px;
  }
  .footer_inner .wa_mark{right: 30px;}
}
@media screen and (max-width:1200px) {
   .footer_inner .f_logo {
    float: none;
    margin: 0 0 32px;
    max-width: 80%;
    text-align: left;
  }
  .footer_inner .f_content {
    margin-left: 0;
    text-align: left;
  }
  .footer_inner .wa_mark{display:none;}
}
@media screen and (max-width:1024px) {
  .footer-wrap .footer_top {
    padding: 20px;
  }
  .footer-wrap .footer_bottom {
    padding: 30px 20px 50px;
  }
  .footer-wrap .footer_top .slick-control {
    right: 20px;
  }
  .footer_inner {
    text-align: center;
  }
  .footer_inner .f_content {
    float: none;
    margin: 0;
  }
  .footer_inner .f_content .f_top_link li {
    float: none;
    display: inline-block;
  }
  .footer_inner .f_content .f_top_link li a {
    font-size: 16px;
  }
  .footer_inner .f_content p {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  .footer-wrap .footer_top .slick-initialized .slick-slide {
    margin-right: 30px;
  }
  .footer_inner .f_logo {
    max-width: 100%;
    font-size : 0;
    text-align: center;
  }
  .footer_inner .f_content {
    text-align: center;
  }
  .footer_inner .f_content .f_top_link {
    text-align: center;
  }
  .footer_inner .f_content .f_top_link li {
    margin-left: 22px;
  }
  .footer_middle .middle_inner {
    padding:0;
  }
  .footer_middle .middle_L > li a {
    padding:0 0 0 4px;
  }
  .footer_middle .middle_L > li:first-child a {
    padding:0 10px 0 20px;
  }
  .footer_middle .letter{
    padding: 0 10px;
  }
  .footer_middle .letter button {
    font-size:14px;
    background-size: auto 22px;
  }
}
@media screen and (max-width:640px) {
	.footer-wrap .footer_top .site_list {
    padding-right: 35px;
  }
  .footer-wrap .footer_top .slick-control button {
    display: none;
  }
  .footer-wrap .footer_top .slick-control .slick-more {
    display: inline-block;
  }
}
@media screen and (max-width:520px) {
  .f_logo1 {
    max-width: calc(54.5% - 10px);
    margin-right:20px;
  }
  .f_logo2 {
    max-width: calc(45.5% - 10px);
  }
  .footer_inner .f_content .copyright br {
    display: inline;
  }
}
@media screen and (max-width:345px) {
  .footer_middle .middle_L > li:first-child a {
    padding-left:8px;
  }
  .footer_middle .letter button {
    background: none;
    padding-left:0;
  }
}
/* footer end */
