/* 본문바로가기 */
.skip_box {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.skip_box a {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  display: block;
  position: absolute;
  top: -35px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #1d79c0;
}
.skip_box a:focus {
  top: 0px;
}
/* 헤더 */
#header {
  position: relative;
  z-index: 100;
  background: #ffffff;
}
#header .header_bg {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
#header .gnb_box {
  max-width: 1050px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  position: relative;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
#header .gnb_box:after {
  content: "";
  display: block;
  clear: both;
}
#header .gnb_box h1 {
  max-width: 186px;
}
#header .gnb_box h1 img {
  vertical-align: middle;
  width: 186px;
  height: 66px;
  object-fit: contain;
}
@media screen and (max-width: 1023px) {
  #header .gnb_box h1 img {
    width: 30vw;
  }
}
#header .gnb_box .gnb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 186px);
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #header .gnb_box .gnb {
    gap: 32.9px;
  }
}
#header .gnb_box .gnb.archive {
  padding-left: 50px;
  justify-content: space-between;
}
#header .gnb_box .gnb.gnb-custom-gap {
  gap: 18px;
}
#header .gnb_box .gnb a {
  height: 100%;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.31px;
}

@media screen and (max-width: 1023px) {
  #header .gnb_box .gnb .web-search-box {
    display: none !important;
  }
}

#header .search-input-wrapper {
  border: 1px solid rgb(97, 169, 62);
  border-radius: 20px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0px 21px 0px 20px;
  width: 100%;
}

#header .search-input-wrapper > input {
  margin: 0px 5px;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.24;
  letter-spacing: -0.68px;
  color: rgb(33, 37, 41);
}

#header .search-input-wrapper > input::placeholder {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.24;
  letter-spacing: -0.68px;
  color: #a8a8a8;
}

#header .button-wrapper > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#header .search-box {
  position: absolute;
}
@media screen and (min-width: 991px) {
  #header .gnb_box .gnb .search-box {
    flex-direction: column;
    top: 52px;
    width: 100%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 8px 0px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(217, 217, 217);
    padding: 23px 0px 0px;
    max-width: 374px;
    margin-top: 40px;
  }
}
#header .search-recent-list {
  padding: 0px 23px;
}

#header .recent-title-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 15px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "Noto Sans KR", sans-serif;
}
#header .recent-title-wrapper > span {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 0.27;
  letter-spacing: -0.6px;
  color: rgb(136, 136, 136);
}
#header .recent-title-wrapper > button {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.27;
  letter-spacing: -0.6px;
  color: rgb(136, 136, 136);
  font-family: "Noto Sans KR", sans-serif;
}

#header .recent-list {
  margin-bottom: 22px;
}
#header .recent-list > li {
  display: flex;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 200;
}

#header .m-recent-list > li {
  display: flex;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

#header .recent-list-no-result {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
  height: 16px;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  letter-spacing: -0.64px;
  color: rgb(109, 109, 109);
  line-height: 0px;
  text-align: center;
  margin-bottom: 13px;
}
#header .m-recent-list-no-result {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
  height: 16px;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: normal;
  letter-spacing: -0.64px;
  color: rgb(109, 109, 109);
  line-height: 0px;
  text-align: center;
  margin-bottom: 13px;
}
#header .recent-search-content {
  width: 80%;
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
}
#header .search-icon-wrapper {
  width: 20px;
  height: 20px;
  background-color: rgb(233, 233, 233);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 11px;
}
#header .recent-search-title {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.64px;
  font-family: "Noto Sans KR", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: rgb(33, 37, 41);
}

#header .m-recent-search-title {
  font-size: 16px;
  letter-spacing: -1.12px;
  font-weight: 200;
  font-family: "Noto Sans KR", sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: rgb(33, 37, 41);
}
#header .recent-search-button {
  width: 80%;
  height: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#header .delete-recent-button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
#header .delete-recent-button > img {
  width: 14px;
  height: 14px;
}

#header .search-recommend-list {
  padding: 19px 23px 21px;
  border-top: 1px solid rgb(221, 221, 221);
}
#header .recommend-title-wrapper {
  display: flex;
  height: 15px;
  margin-bottom: 18px;
}
#header .recommend-title-wrapper > span {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 0.27;
  letter-spacing: -0.6px;
  color: rgb(136, 136, 136);
}
#header .recommend-list {
  display: flex;
  flex-wrap: wrap;
}

#header .recommend-list li > button {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  height: 30px;
  padding: 7px 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.64px;
  font-weight: 300;
  color: rgb(0, 0, 0);
}

.m-search-box {
  display: none;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  flex-direction: column;
}

.m-search-input-wrapper {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  border-bottom: 2px solid rgb(221, 221, 221);
}

.m-search-input-form {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.m-search-input-form input {
  width: 80%;
  min-height: 33px;
  margin: 0px 20px;
  color: rgb(33, 37, 41);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.56;
  letter-spacing: -1.2px;
  border: none; /* 테두리 없애기 */
}

.m-search-input-form input::placeholder {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.56;
  letter-spacing: -1.2px;
  color: #a8a8a8;
}
.m-prev-button {
  width: 25px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.delete-all {
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgb(200, 200, 200);
  margin-right: 10px;
  align-items: center;
  justify-content: center;
}

.m-delete-all {
  display: none;
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 40px;
  background-color: rgb(200, 200, 200);
  margin-right: 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.button-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 50px;
  justify-content: flex-end;
}
.m-button-wrapper {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}
/* 사업주 바로가기 버튼 공통 */
#header a.button-business {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #212529;
  letter-spacing: -0.68px;
}
/* 사업주 바로가기 버튼 PC */
#header .gnb_box .gnb a.button-business {
  width: 156px;
  height: 40px;
  font-size: 17px;

  svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
#header .gnb_box .gnb a:first-child {
  margin-left: 0;
}
#header .navi {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  clear: both;
  position: relative;
}
#header .navi > ul {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#header .navi > ul > li {
  vertical-align: middle;
}
#header .navi > ul > li > a {
  height: 60px;
  line-height: 60px;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.68px;
  text-align: center;
}
#header .navi > ul > li > a:hover {
  color:#4bbd14;
}
#header .navi > ul > li > a > .dot {
  top: 18px;
  right: -12px;
  width: 6px;
  height: 6px;
  padding: 0;
  min-width: auto;
  transform: none !important;
  background-color: #ef2929;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
}
#header .navi > ul > li.on > ul {
  display: block;
}
#header .navi > ul > li.gnb-active > a {
  color: #4bbd14;
  font-weight: 500;
}
#header .navi > ul > li.gnb-active > div {
  display: block;
}
/*
#header .navi > ul > li.on > a:before {
  content: "";
  width: 100px;
  border-top: 4px solid #61a93e;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
  */
#header .navi > ul > li.no_depth.on > a:before {
  display: none;
}

#header .navi > ul > li > div {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: -1px;
  box-sizing: content-box;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(217, 217, 217);
  border-bottom: 1px solid rgb(217, 217, 217);
}

#header .navi > ul > li > div > div {
  max-width: 1050px;
  margin: 0px auto;
}

#header .navi > ul > li > div > div > ul {
  display: flex;
  gap: 30px;
}

#header .navi > ul > li > div > div > ul > li {
  position: relative
}
/*
#header .navi > ul > li > div > div > ul > li:before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  height: 2px;
  background-color: #4bbd14;
}
*/
#header .navi > ul > li > div > div > ul > li > a {
  display: block;
  font-size: 15px;
  line-height: 15px;
  position: relative;
  padding: 13px 0px 12px;
  letter-spacing: -0.6px;
  font-family: "Noto Sans KR", sans-serif;
  color: rgb(51, 51, 51);
}

#header .navi > ul > li > div > div > ul > li > a:hover {
  color:#4bbd14;
  font-weight: 700;
}

#header .navi > ul > li > div > div > ul > li > a.sub-active {
  color:#4bbd14;
  font-weight: 700;
}

#header .navi > ul > li > div > div > ul > li > a.sub-active:before {
width: 100%;
content: "";
position: absolute;
bottom: -1px;
left: 0px;
height: 2px;
background-color: #4bbd14;
}


#header .m-navi {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  clear: both;
  position: relative;
  display: none;
}
#header .m-navi > ul {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  padding-left: 20px;
  padding-right: 60px;
  overflow: scroll hidden;
  column-gap: 36px;
}
#header .m-navi > ul::-webkit-scrollbar {
  display: none;
}
#header .m-navi > ul > li {
  vertical-align: middle;
}
#header .m-navi > ul > li > a {
  height: 46px;
  line-height: 46px;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.64px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#header .m-navi > ul > li > a:hover {
  color:#4bbd14;
}
#header .m-navi > ul > li > a > .dot {
  top: 12px;
  right: -12px;
  width: 6px;
  height: 6px;
  padding: 0;
  min-width: auto;
  transform: none !important;
  background-color: #ef2929;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
}
#header .m-navi > ul > li.on > ul {
  display: block;
}
#header .m-navi > ul > li.gnb-active > a {
  color: #4bbd14;
  font-weight: 500;
}
#header .m-navi > ul > li.gnb-active > div {
  display: block;
}

#header .m-navi > ul > li.no_depth.on > a:before {
  display: none;
}

#header .m-navi > ul > li > div {
  display: none;
  position: absolute;
  width: 100%;
  top: 46px;
  left: -1px;
  box-sizing: content-box;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(217, 217, 217);
}

#header .m-navi > ul > li > div > div {
  max-width: 1050px;
  margin: 0px auto;
}

#header .m-navi > ul > li > div > div > ul {
  display: flex;
  column-gap: 15px;
  overflow: scroll hidden;
  padding: 0 20px;
}

#header .m-navi > ul > li > div > div > ul::-webkit-scrollbar {
  display: none;
}

#header .m-navi > ul > li > div > div > ul > li {
  position: relative
}

#header .m-navi > ul > li > div > div > ul > li > a {
  display: block;
  font-size: 14px;
  line-height: 15px;
  position: relative;
  padding: 10.5px 0px;
  letter-spacing: -0.56px;
  font-family: NanumGothic;
  color: rgb(51, 51, 51);
  white-space: nowrap;
}

#header .m-navi > ul > li > div > div > ul > li > a:hover {
  color:#4bbd14;
}

#header .m-navi > ul > li > div > div > ul > li > a.sub-active {
  color:#4bbd14;
  font-weight: 700;
}

#header .m-navi > ul > li > div > div > ul > li > a.sub-active:before {
width: 100%;
content: "";
position: absolute;
bottom: -1px;
left: 0px;
height: 2px;
background-color: #4bbd14;
}

#header .more-wrapper > .arrow-wrapper{
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(255, 255, 255);
  padding: 9px 6px;
}

#header .more-wrapper > .arrow-wrapper > .arrow-button{
  display: flex;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 50%;
  transform: rotate(90deg);
}

#header .more-wrapper > .arrow-wrapper > .arrow-button > img{
  width: 8px;
  height: 13px;
}

#header .more-wrapper > .more-gnb{
  display: none;
  position: absolute;
  top: 47px;
  left: -1px;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.55);
}

#header .more-wrapper > .more-gnb > div{
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  background-color: rgb(255, 255, 255);
  padding: 12px 20px;
}

#header .more-wrapper > .more-gnb > div > a{
  padding: 10px 14px;
  border-radius: 36px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
}

#header .more-wrapper > .more-gnb > div > a > div{
  font-size: 14px;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 14px;
  letter-spacing: -0.56px;
  height: 14px;
  color: rgb(51, 51, 51);
}

#header .more-wrapper > .more-gnb > div > a.gnb-active{
  padding: 10px 14px;
  border-radius: 36px;
  background-color: #4bbd14;
  border: 1px solid #4bbd14;
}

#header .more-wrapper > .more-gnb > div > a.gnb-active > div{
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  color: rgb(255, 255, 255);
}

@media screen and (max-width: 992px) {
  #header {
    position: sticky;
    top: -70px;
    width: 100%;
    margin: 0px auto;
  }
  #header .navi > ul {
    flex-direction: column;
  }
  #header .navi > ul > li > a {
    font-size: 16px;
  }
  #header .navi > ul > li.no_depth:hover > a:before {
    display: none;
  }
  #header .navi > ul > li > div {
    position: relative;
    border: none;
    top: 0;
  }
  #header .navi > ul > li > div > div > ul {
    display: block;
    position: static;
  }
  #header .navi > ul > li > div > div > ul > li > a:hover {
    color: #61a93e;
  }
  #header .navi > ul > li > div > div > ul > li > a:hover:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #61a93e;
    transform: translate(0, -50%);
  }
  #header .navi > ul > li > div > div > ul {
    width: 220px;
    padding: 10px;
    border: 1px solid #61a93e;
    background: #ffffff;
  }
  #header .navi > ul > li > div > div > ul > li {
    margin: 8px 0px 8px 16px;
  }
  #header .navi > ul > li > div > div > ul > li > a {
    padding: 10px;
    padding-left: 10px;
    display: block;
    position: relative;
    font-size: 14px;
    letter-spacing: -1px;
    word-break: keep-all;
  }
  #header .navi > ul > li > div > div > ul > li > a.on {
    color: #61a93e;
  }
  #header .navi > ul > li > div > div > ul > li > a.on:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #61a93e;
    transform: translate(0, -50%);
  }
  #header .m-navi {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  #header .navi {
    display: block;
  }
  #header .header_bg {
    display: none !important;
  }
  #header .navi > ul > li:hover > ul {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  #header .gnb_box {
    padding: 0 20px;
  }
  #header .gnb_box h1 {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  #header .navi > ul > li.gnb-active > a {
    color: #ffffff;
  }
  #header .navi > ul > li > ul {
    margin-left: -10px;
  }
  #header .navi > ul > li > ul > li {
    margin: 3px 0px 3px 16px;
  }
  #header .navi > ul > li > ul > li > a:hover:before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #61a93e;
    transform: translate(0, -50%);
    color: #61a93e;
  }
  #header .navi > ul > li > ul > li > a:hover {
    color: #61a93e;
  }
  #header .gnb_box {
    height: 70px;
    margin-top: 40px;
    line-height: 1.6em;
  }
  #header .gnb_box h1 {
    max-width: 200px;
    display: flex;
    align-items: center;
  }
  #header .gnb_box .gnb {
    width: 100%;
    height: 40px;
    line-height: 22px;
    padding: 0 20px;
    position: absolute;
    top: -40px;
    left: 0;
    text-align: right;
    background: #1b1b1b;
  }
  #header .gnb_box .gnb.archive {
    padding: 0 20px;
    justify-content: flex-end;
  }
  #header .gnb_box .gnb a {
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    align-items: center;
  }
  /* 사업주 바로가기 버튼 PC */
  #header .gnb_box .gnb a.button-business {
    display: none;
  }
  #header .navi {
    width: 200px;
    height: 100%;
    display: none;
    overflow-y: scroll;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    background: #61a93e;
  }
  #header .navi > ul > li {
    height: auto;
    border-bottom: 1px solid #fff;
    display: block;
  }
  #header .navi > ul > li > a {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    line-height: 1.6em;
  }
  #header .navi > ul > li > a > .dot {
    right: 47px;
  }
  #header .navi > ul > li > ul {
    border: 0;
    position: relative;
    top: 0;
  }
  #header .button-business {
    width: 115px;
    height: 30px;
    font-size: 12px;
    margin-right: 16px;
    svg {
      width: 12px;
      height: 12px;
      margin-left: 4px;
    }
  }
  #header .navi > ul > li > div > div > ul > li > a.sub-active:before {
    display:none;
  }
}
/* 모바일 내비 아이콘 */
#header .m_navi_wrapper {
  display: none;
  position: absolute;
  z-index: 10000;
  top: 20px;
  right: 20px;
}
#header .m_navi_wrapper .m_button_business {
  display: flex;
  align-items: center;
}
#header .m_navi_wrapper .m_navi_icon {
  cursor: pointer;
}
#header .m_navi_wrapper .m_navi_icon span {
  width: 30px;
  height: 5px;
  margin-bottom: 4px;
  display: block;
  background: #61a93e;
}
#header .m_navi_wrapper .m_navi_icon span:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  #header .m_navi_wrapper {
    display: flex;
    align-items: center;
  }
}

/* 푸터 */
#footer {
  border-top: 1px solid #d9d9d9;
}
#footer .footer_top {
  background: #3c3c3c;
}
#footer .footer_top ul {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
#footer .footer_top ul:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer_top ul li {
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  float: left;
}
#footer .footer_top ul li:first-child {
  margin-left: 0;
}
#footer .footer_top ul li:nth-child(3) {
  font-weight: 600;
}
#footer .footer_top ul li a {
  font-family: "NanumSquare";
  display: block;
  color: #ffffff;
  font-size: 14px;
}
#footer .footer_top ul li.btn_top {
  width: 96px;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  background: #61a93e;
}
#footer .footer_top ul li.btn_top i,
#footer .footer_top ul li.btn_top svg {
  vertical-align: middle;
  font-size: 18px;
}
#footer .footer_bottom {
  max-width: 1050px;
  width: 100%;
  padding: 30px 0;
  margin: 0 auto;
  display: table;
}
#footer .footer_bottom h1 {
  display: table-cell;
  vertical-align: top;
}
#footer .footer_bottom h1 img {
  width: 200px;
}
#footer .footer_bottom .footer_info {
  width: 570px;
  padding-left: 30px;
  display: table-cell;
  vertical-align: top;
  color: #666666;
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: -1px;
  word-break: keep-all;
}
#footer .footer_bottom .footer_info .bar {
  height: 10px;
  margin: 0 5px;
  border-right: 1px solid #cecece;
}
#footer .footer_bottom .footer_family {
  width: 280px;
  padding-left: 40px;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
#footer .footer_bottom .footer_family .tit {
  padding: 10px;
  border: 1px solid #61a93e;
  position: relative;
  color: #61a93e;
  font-size: 15px;
  cursor: pointer;
}
#footer .footer_bottom .footer_family .tit:before {
  content: "";
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #61a93e;
  position: absolute;
  top: 9px;
  right: 10px;
}
#footer .footer_bottom .footer_family ul {
  width: 240px;
  display: none;
  position: absolute;
  bottom: 88px;
  background: #f6f6f6;
}
#footer .footer_bottom .footer_family ul li a {
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  display: block;
  color: #666666;
  font-size: 15px;
}
#footer .footer_bottom .footer_family ul li a:hover {
  border-color: #61a93e;
  color: #ffffff;
  background-color: #61a93e;
}
#footer .footer_bottom .footer_family .tit.on:before {
  border-top: 7px solid #193b6a;
  border-bottom: 7px solid transparent;
  top: 16px;
}
#footer .footer_bottom .footer_family .tit.on + ul {
  display: block;
}
@media screen and (max-width: 1050px) {
  #footer .footer_top ul {
    padding: 0 20px;
  }
  #footer .footer_bottom {
    padding: 30px 20px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #footer .footer_bottom h1 {
    margin-bottom: 10px;
    display: block;
  }
  #footer .footer_bottom .footer_info {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
    display: block;
  }
  #footer .footer_bottom .footer_family {
    padding-left: 0;
    margin: 0 auto;
    display: block;
  }
  #footer .footer_bottom .footer_family ul {
    width: 100%;
    bottom: 39px;
  }
  #footer .footer_top ul li.btn_top {
    width: 100%;
    top: 50px;
  }
  #footer .footer_bottom {
    margin-top: 50px;
    text-align: center;
  }
  #footer .footer_bottom .footer_info {
    font-size: 13px;
  }
}

/* 푸터링크배너 */
#footer .footer_banner {
  max-width: 1050px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  position: relative;
}
#footer .footer_banner > div {
  padding: 10px 25px;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  #footer .footer_banner > div {
    width: 33.3333333%;
    display: block;
    float: left;
  }
}
@media screen and (max-width: 525px) {
  #footer .footer_banner > div {
    width: 50%;
  }
  #footer .footer_banner > div:nth-child(odd) {
    clear: both;
  }
}

/* ncs 페이지에만 적용되는 헤더 */
.header-new {
  width: 100%;
}
.header-new .logo {
  width: 225px;
  height: 67px;
  margin: 100px auto 50px;
}
/* mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .header-new .logo {
    width: 115px;
    height: auto;
    margin: 30px auto;
  }
}

/* ncs 페이지에만 적용되는 푸터 */
.footer-new {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #bdbdbd;
}
.footer-new .footer-inner {
  max-width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-new .logo-wrap {
  overflow: hidden;
  padding: 10px 0;
}
.footer-new .logo-wrap li {
  float: left;
  width: calc(100% / 4);
  padding: 10px;
  text-align: center;
}
.footer-new .link-wrap {
  background: #212121;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
}
.footer-new .link-wrap .footer-inner {
  position: relative;
}
.footer-new .link-wrap li {
  float: left;
  margin-right: 30px;
}
.footer-new .link-wrap li a {
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #fff;
}

.footer-new .btn-top {
  width: 100px;
  height: 55px;
  background: #61a93e;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0 !important;
}
.footer-new .btn-top a {
  color: #fff;
}

.footer-new .btn-wrap {
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #61a93e;
  text-align: center;
}
.footer-new .btn-wrap a {
  color: #fff;
}

.footer-new .co-wrap {
  overflow: hidden;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-new .co-wrap .co-logo {
  width: 180px;
  height: auto;
  overflow: hidden;
  float: left;
}
.footer-new .co-wrap .co-logo img {
  width: 100%;
}
.footer-new .co-wrap .co-txt {
  float: left;
  margin: 0 90px 0 40px;
}
.footer-new .co-wrap .co-txt span {
  display: block;
  font-size: 15px;
  text-align: left;
  color: #757575;
  line-height: 1.56;
}

.footer-new .selectbox-wrap {
  text-align: center;
  float: left;
}
.footer-new .selectbox-wrap form {
  position: relative;
}
.footer-new .selectbox-wrap input[type="text"],
.footer-new .selectbox-wrap input[type="search"] {
  border: 1px solid #bdbdbd;
  margin-right: 0;
  padding: 0 15px;
}
.footer-new .selectbox-wrap input[type="text"]::placeholder,
.footer-new .selectbox-wrap input[type="search"]::placeholder {
  color: #9e9e9e;
}
.footer-new .selectbox-wrap input[type="image"],
.footer-new .selectbox-wrap input[type="submit"] {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-new .selectbox-wrap select {
  width: 240px;
  border: solid 1px #61a93e;
  background-color: #fff;
  color: #61a93e;
  padding: 10px;
  margin-top: 20px;
}
.footer-new .selectbox-wrap .input-wrap {
  overflow: hidden;
  position: relative;
}

.page-payment .footer-new .logo-wrap,
.page-payment .footer-new .link-wrap,
.page-payment .footer-new .btn-wrap,
.page-payment .footer-new .selectbox-wrap {
  display: none !important;
}

@media screen and (min-width: 481px) and (max-width: 867px) {
  .footer-new .co-wrap .co-logo {
    float: initial;
    margin: 0 auto 20px;
  }
  .footer-new .co-wrap .co-txt,
  .footer-new .selectbox-wrap {
    width: 100%;
    text-align: center;
    float: initial;
    margin: 0;
  }
  .footer-new .co-wrap .co-txt span {
    text-align: center;
  }

  .page-payment .footer-new .logo-wrap,
  .page-payment .footer-new .link-wrap,
  .page-payment .footer-new .btn-wrap,
  .page-payment .footer-new .selectbox-wrap {
    display: block !important;
  }
}

/* mobile */
@media screen and (min-width: 320px) and (max-width: 480px) {
  .footer-new .link-wrap li {
    margin-right: 20px;
  }
  .footer-new .co-wrap .co-logo {
    float: initial;
    margin: 0 auto 20px;
  }
  .footer-new .co-wrap .co-txt,
  .footer-new .selectbox-wrap {
    width: 100%;
    text-align: center;
    float: initial;
    margin: 0;
  }
  .footer-new .co-wrap .co-txt span {
    text-align: center;
  }
  .footer-new .co-wrap {
    padding: 40px 20px;
  }

  .page-payment .footer-new .logo-wrap,
  .page-payment .footer-new .link-wrap,
  .page-payment .footer-new .btn-wrap,
  .page-payment .footer-new .selectbox-wrap {
    display: block !important;
  }
}
