@charset "UTF-8";

body{
  background: #E4F7ED;
}

#container {
  width: 100%;
  position: relative;
}
#container .inner{
  padding: 40px;
  max-width: none;
  width: calc(100%);
  background: #E4F7ED;
}
h2{
  font-size: 40px;
  font-weight: 700;
  word-break: keep-all;
}

/* header */
.header-banner {
  height: 32px;
  background-color: #edf1f5;
  color: #333;
}
.header-banner__inner {
  /* width: 94%;
  max-width: 1600px; */
  width: calc(100% - 80px);
  margin: 0 auto;
  height: 100%;
}
.header-banner__text {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 15px;
  padding-left: 37px;
  background: url("../images/common/img_header_flag.png") no-repeat 0 center;
}

 .header {
  position: sticky;
  z-index: 10;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  /* height: 156px; */
}
 .header__inner {
  position: relative;
  /* width: 94%; */
  /* max-width: 1600px; */
  max-width: none;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;

  height: 82px;
  overflow: hidden;
  transition: 0.4s ease;
  box-sizing: border-box;
}
 .header__info {
  position: relative;
  border-bottom: 1px solid #ddd;
}
 .header__logo-box {
  transition: 0.3s ease;
  display: inline-block;
}
 .header__logo {
  display: block;
  width: 279px;
  height: 52px;
  background: url("../images/common/logo.png") no-repeat center;
  background-size: cover;
  text-indent: -99999px;
  background-size: contain;
  transition: 0.2s ease;
}
 .header__blank-list {
  font-size: 0;
}
 .header__blank-item {
  display: inline-block;
  font-size: 17px;
  margin-left: 30px;
  position: relative;
}
 .header__blank-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  height: 13px;
  background-color: #d1d1d1;
  width: 1px;
  left: -15px;
}
 .header__blank-item:first-child {
  margin-left: 0;
}
 .header__blank-item:first-child::before {
  display: none;
}
 .header__blank-item:first-child a {
  font-weight: 600;
}
 .header__blank {
  padding-right: 16px;
  background: url("../images/common/ico_newin.png") no-repeat 100% center;
}
 .header__blank--point {
  color: #d71921;
  font-weight: 600;
}


.header__gnb {
  position: relative;
  border-bottom: 1px solid #ddd;
  z-index: 999;
}
.header__gnb .inner{
  /* max-width: 1600px; */
  width: calc(100% - 80px);
  max-width: none;
}
.header__gnb .gnb__1depth {
  font-size: 0;
  display: flex;
}
.header__gnb .gnb__1depth--item {
  position: relative;
  display: inline-block;
  width: 100%;
  /* height: 60px; */
  border-left: 1px solid #DDDDDD;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
}
.header__gnb .gnb__1depth--item.green{
  max-width: 390px;
  background-color: #007461;
}
.header__gnb .gnb__1depth--item.green:hover{
  background-color: #075649;
}
.header__gnb .gnb__1depth--item:hover {
  background-color: #EEEEEE;
}
.header__gnb .gnb__1depth--item > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}
.header__gnb .gnb__1depth--item > a br{
  display: none;
}
.header__gnb .gnb__1depth--item.green > a{
  color: #FFFFFF;
}
.header__gnb .gnb__1depth--item > a.active {
  background-color: #cdd7e4;
}
.header__gnb .gnb__1depth--item:active{

  border-bottom: 2px solid #007461;
}
.header__gnb .gnb__1depth--item.green:active{
  border-bottom: 2px solid #F2B541;
}

 .header:hover .header__gnb > ul > li > a,
 .header.white .header__gnb > ul > li > a,
.sub .header__inner .header__gnb > ul > li > a {
  color: #333;
}

.pc  .header .mobile-gnb-wrap {
  display: none;
}

/* 241218 mobile gnb 스타일 수정 (ej)*/
 .header .mobile-gnb-wrap {
  position: fixed;
  padding: 0;
  box-sizing: border-box;
  transition: 0.5s ease; /*display: none;*/
  z-index: 100;
  padding: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  max-width: 100%;
  display: none;
  /* // 241218 mobile gnb 스타일 수정 (ej)*/
}
 .header .mobile-gnb-wrap .mobile-gnb {
  background-color: #FFFFFF;
  min-width: 300px;
  width: 100%;
  display: inline-block;
  height: 100%;
  overflow-y: auto;
}

/* footer */
 .footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px 40px;
  background: #EDF1F5;
}
 .footer .copyright{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

/* modal popup */
.b-modal {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-wrap {
  position: fixed !important;
  left: 0;
  top: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.modal-wrap > .f_wrapper {
  border-radius: 2px;
  margin: auto;
  width: 95%;
  top: 50% !important;
  left: 50% !important;
  background-color: #FFFFFF;
  border-radius: 12px;
  max-width: 1230px;
  transform: translateY(-50%) translateX(-50%);
  max-height: 95vh;
  position: absolute;
}
.modal-wrap.type2 > .f_wrapper {
  max-width: 600px;
}
.modal-wrap.type3 > .f_wrapper {
  max-width: 700px;
}
.modal-wrap.type4 > .f_wrapper {
  max-width: 1080px;
}
.modal-wrap.type5 > .f_wrapper {
  max-width: 845px;
}
.modal-wrap.type6 > .f_wrapper {
  max-width: 800px;
}
.modal-wrap.type7 > .f_wrapper {
  max-width: 1200px;
}
.modal-wrap.type8 > .f_wrapper {
  max-width: 1360px;
}
.modal-wrap.type9 > .f_wrapper {
  max-width: 790px;
}
.modal-wrap .tit-h2, .modal-wrap .tit-h3, .modal-wrap .tit-h4 {
  position: relative;
  margin-bottom: 9px;
}
.modal-wrap .tit-h2::before, .modal-wrap .tit-h3::before, .modal-wrap .tit-h4::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #eee;
  border-radius: 3px;
}
.modal-wrap .modal-head {
  height: 60px;
  box-sizing: border-box;
  padding: 15px 80px 15px 20px;
  position: relative;
  background: #FFFFFF;
  border-radius: 12px 12px 0 0;
}
.modal-wrap .modal-head h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.modal-wrap .modal-head h2.type2 {
  font-size: 24px;
}
.modal-wrap .modal-cont-wrap {
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  max-height: calc(95vh - 60px);
  overflow-y: auto;
  border-radius: 2px;
}
.modal-wrap .modal-cont {
  min-height: 160px;
  box-sizing: border-box;
  padding: 40px;
  padding-top: 0;
  height: 100%;
  font-size: 17px;
}
.modal-wrap .modal-cont .tit-h2{
  font-size: 24px;
}
.modal-wrap .modal-cont .cont-top {
  margin-bottom: 12px;
}
.modal-wrap .modal-cont .btn-block {
  margin-top: 30px;
}
.modal-wrap .modal-cont .cont-txt {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 15px;
}
.modal-wrap .modal-cont .search-box {
  font-size: 14px;
}
.modal-wrap .modal-cont .search-box label {
  color: #333;
}
.modal-wrap .modal-cont .inp-group {
  margin: 0 -13px;
}
.modal-wrap .modal-cont .inp-group .inp {
  margin: 0 13px;
}
.modal-wrap .modal-cont .inp-group button {
  font-weight: 300;
}
.modal-wrap .modal-cont .board-search {
  display: flex;
}
.modal-wrap .modal-cont .board-search button {
  width: 100px;
}
.modal-wrap select.select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
  max-width: 432px;
  height: 49px;
  font-size: 17px;
  color: #666;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: #f8f8f8;
  width: 100%;
  padding-left: 16px;
}
.modal-wrap .modal-close {
  position: absolute;
  right: 27px;
  top: 17px;
  width: 30px;
  height: 30px;
  text-indent: -99999px;
  overflow: hidden;
  background: url("../images/common/ico_close.png") no-repeat center;
  background-size: 24px;
}
.modal-wrap .modal-basic {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 30px 0 0;
}
.modal-wrap .basic {
  padding-left: 0;
  color: #666;
}
.modal-wrap .gray-box {
  padding: 30px 45px;
}
.modal-wrap .tbl-view td {
  background-color: transparent;
}
.modal-wrap.on {
  display: block;
}
.modal-wrap.modal-type-img .f_wrapper {
  max-width: 1000px;
  width: auto;
  min-width: 200px;
}
.modal-wrap.modal-type-img .modal-cont-wrap {
  padding-bottom: 0;
}
.modal-wrap.modal-type-img .modal-cont {
  padding: 0;
}
.modal-wrap .cancel-btn {
  margin-top: 14px;
}
.modal-wrap .modal-btn-box {
  width: 100%;
  text-align: center;
  height: 58px;
}
.modal-wrap .popup-btn {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
}
.modal-wrap .btn-box {
  margin: 24px auto 0;
  text-align: center;
}
.modal-wrap .btn-box.right{
  display: flex;
  justify-content: right;
}
.modal-wrap .btn-box .btn {
  height: 48px;
  padding: 12px 36px;
  max-width: 160px;
  font-weight: 600;
  /* width: 100%; */
  border-radius: 10px;
}
.modal-wrap .btn-box .btn + .btn{
  margin-left: 8px;
}
.modal-wrap .btn-box .btn.line{
  border: 1px solid #007461;
  background-color: #fff;
}
.modal-wrap .btn-box .btn.solid{
  background-color: #007461;
  color: #fff;
}

.modal-wrap .pagination--text p {
  font-size: 16px;
  font-weight: 600;
}
.modal-wrap .pagination--text span {
  color: #333;
  font-size: 16px;
}

.modal-wrap.open {
  display: block;
}

.modal-wrap .tb-list{
  width: 100%;
  margin-top: 16px;
  border-top: 1px solid #007461;
  border-bottom: 1px solid #007461;
  font-size: 18px;
}
.modal-wrap .tb-list tr{
  height: 40px;
  /* line-height: 40px; */
  border-bottom: 1px solid #ddd;
}

.modal-wrap .tb-list tr:last-child{
  border-bottom: 0;
}
.modal-wrap .tb-list th, .modal-wrap .tb-list td{
  text-align: center;
  word-break: keep-all;
  vertical-align: middle;
}
.modal-wrap .tb-list th{
  background: #DDDDDD;
}



/* 주소/전화번호 모달팝업 */
.modal-wrap.type10 > .f_wrapper{
  min-width: 400px;
  /* max-width: fit-content; */
  width: auto;
}
.modal-wrap.type10 .modal-cont{
  min-height: auto;
  padding: 24px;
  padding-top: 0;
}
.modal-wrap .link-home, .modal-wrap .link-call{
  display: inline-block;
}
.modal-wrap .link-home p, .modal-wrap .link-call p{
  display: inline-block;
  vertical-align: middle;
}

.modal-wrap .link-home + .link-call{
  margin-left: 8px;
}
.modal-wrap .link-call + .link-home{
  margin-left: 8px;
}
.icon-address, .icon-call{
  display: inline-block;
  margin-right: 8px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  color: #333;
}
.icon-address{
  background-image: url("../images/contents/ico_address.png");
}

.icon-call{
  background-image: url("../images/contents/ico_call.png");
}






@media screen and (max-width: 980px) {
  #container .inner{ padding: 24px 16px; }
  h2{ font-weight: 800; text-align: center; }
  .header-banner__inner { width: calc(100% - 32px); }
  .header__logo-box{ margin: 0 auto; }
  .header__gnb .inner{ width: 100%; }
  .header__blank-list{ display: none; }
  .header__gnb .gnb__1depth--item{ height: auto; }
  .header__gnb .gnb__1depth--item.green{ max-width: none; }
  .header__gnb .gnb__1depth--item > a { padding: 10px; font-size: 22px; color: #464C53; }

  /* footer */
  .footer { padding: 4px 20px; z-index: 4; }
}
@media screen and (max-width: 768px) {
  .header { height: auto; }
  .header__inner { height: 64px; width: 100%; }
  .header__blank-wrap { display: none; }
  .header__gnb .gnb__1depth--item > a{ font-size: 20px; }

  /* 241218 레이어팝업 (ej)*/
  .modal-wrap .modal-cont { padding: 20px; }
  .modal-wrap .modal-head h2 { font-size: 21px; }
  .modal-cont .find-result .input-box { margin-top: 10px; }
  .modal-cont .find-result .input-box .btn.square { width: 100%; margin-left: 0; }
  .modal-cont .find-result .input-box .input--text { margin-left: 0; max-width: 100%; }
  /* // 241218 레이어팝업 (ej)*/
}

@media screen and (max-width: 390px) {
  .header-banner__text { font-size: 12px; font-weight: 600; }
  .header { height: auto; }
  .header__inner { height: 64px; }
  .header__logo-box { left: 16px; }
  .header__logo { width: 160px; height: 30px; }
  .header__gnb .gnb__1depth--item {width: calc(100% / 4);}
  .header__gnb .gnb__1depth--item > a br{ display: block; }
}
