@charset "utf-8"; /* 한글깨지지 않게*/

/* 레이아웃 */
html,
body {
  height: 100%;
  /* min-width: 360px; */
  /* overflow: scroll; */
  /* height: 754px;
  overflow: hidden; */
}
body {
  position: relative;
  /* min-width: 360px; */
  height: 100%;
  /* overflow: scroll; */
}

#wrap {
  /* min-width: 360px; */
  /* max-width: 360px; */
  /* margin: 0 auto; */
  height: 100%;
  background: #f2f2f2;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* scroll 바 없애기 */
}
#wrap::-webkit-scrollbar {
  /* scroll 바 없애기 */
  display: none;
}
#header {
  width: 100%;
  height: 180px; /* 180px; */
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0px;
}
#main {
  display: block;
  width: 100%;
  height: calc(100% - 54px); /* 전체 길이 - top 길이 calc(100% - 74px); */
  position: relative;
  top: 292px; /*202px*/ /*160px */
  background: #f2f2f2;
}

#menu {
  margin-top: 4px;
  /* width: 100%; */
  height: 120px;
  background: #ffffff;
}
#search {
  margin-top: 4px;
  width: 100%;
  height: 48px;
  background: #ffffff;

  display: flex;
  flex-direction: row;
  align-items: center;
}
#content {
  margin-top: 4px;
  width: 100%;
  /* max-height: 390px; */
  max-height: calc(100% - 343px);
  overflow: scroll; 
  -ms-overflow-style: none; /* scroll 바 없애기 */
}
#content::-webkit-scrollbar {
  /* scroll 바 없애기 */
  display: none;
}
#footer {
  /* width: 360px; */
  width: 100%;
  height: 60px;

  background: #ffffff;
  border-radius: 0px;

  position: absolute;
  top: initial;
  bottom: 0px;
  z-index: 1030;
  overflow-x: hidden;
  padding-top: 6px; /* top shadow 보이기 위해 */
  margin-top: -6px;
}
/* header */
.header-menu-container {
  width: 100%;
  height: 80%; /* 175px*/
  background: linear-gradient(
    104.25deg,
    #004b88 23.87%,
    #237fb3 67.34%,
    #56ccf2 111.61%
  );
  border-radius: 0px 0px 80px 80px;
  /* z-index: 0; */
}
.header-menu {
  /* margin: 0 auto;
  width: 360px; */
  padding-top: 16px; /*32px*/
  padding-bottom: 16px; /*32px*/
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  /*height: 98px;*/
}
.header-menu__logo {
  width: 63px;
  height: 29px;
  background: url('../img/main_logo.png') no-repeat;
  background-size: contain;
}
.header-menu-icons {
  display: flex;
  flex-direction: row;

  height: 24px;
  align-items: center;
}
.header-menu__login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 84px;
  height: 26px;
  border: 1px solid #ffffff;
  border-radius: 4px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #ffffff;

  margin-right: 8px;
}
.header-menu__login:hover {
  color: #ffffff;
}
.header-menu__icon {
  width : 31px;
  height : 22px;
  /* width: 18px;
  height: 18px; */
  background: url('../img/header_code.png') no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.header-menu__icon:last-child {
  background: url('../img/basket/header_shop_0.png') no-repeat;
  background-size: contain;
  /* margin-right: 23px; */
  margin-right:9px;
  margin-left:-10px;
  height: 32px;
}
.haeder-content-container {
}
.header-content {
  width: 100%;
  height: 95px;
  display: flex;
  flex-direction: row;
  overflow: scroll;
  padding-left: 20px;
  box-sizing: border-box;
  -ms-overflow-style: none;
}
.header-content::-webkit-scrollbar {
  display: none;
}
.header-content li {
  display: block;
  width: 95px;
  height: 95px;
  border-radius: 12px;
  margin-right: 8px;
}
.header-content li:last-child {
  margin-right: 0;
  padding-right: 20px;
}
.header-content li a {
  display: block;
  width: 95px;
  height: 95px;
  background: url('../img/header01-icon01.png') no-repeat;
  background-size: contain;
  position: relative;
}
.header-content li a span {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  /* Gray 1 */
  color: #333333;
}
.header-content li:nth-child(2) a {
  background: url('../img/header01-icon02.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(3) a {
  background: url('../img/header01-icon03.png') no-repeat;
  background-size: contain;
}

.header-content li:nth-child(4) a {
  background: url('../img/header01-icon04.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(5) a {
  background: url('../img/header01-icon10.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(6).wide a {
  background: url('../img/header01-icon07-wide.png') no-repeat;
  background-size: contain;
  width: 100%;
}
.header-content li:nth-child(6) a {
  background: url('../img/header01-icon07.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(7).wide a {
  background: url('../img/header01-icon06-wide.png') no-repeat;
  background-size: contain;
  border-radius:14px;
  width: 100%;
}
.header-content li:nth-child(7) a {
  background: url('../img/header01-icon06.png') no-repeat;
  background-size: contain;
  border-radius:14px;
}
.header-content li:nth-child(8) a {
  background: url('../img/header01-icon08.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(9) a {
  background: url('../img/header01-icon09.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(10) a {
  background: url('../img/header01-icon12.png') no-repeat;
  background-size: contain;
  border-radius:14px;
}
.header-content li:nth-child(11) a {
  background: url('../img/header01-icon09.png') no-repeat;
  background-size: contain;
}
.header-content li:nth-child(12) a {
  background: url('../img/header01-icon12.png') no-repeat;
  background-size: contain;
  border-radius:14px;
}

/* main */
.header-content03 {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	-ms-overflow-style: none;
	padding-left: 20px;
	height: 45px;
	overflow: scroll;
	background: #ffffff;
    box-sizing: border-box;
}
.header-content03::-webkit-scrollbar {
  display: none;
}

.header-content03 li {
  /* height: 47px; */
  padding-right: 10px;
}

.header-content03 li button {
  position: relative;
  text-align: center;
  display: block;
  width: 5.2rem;
  /*padding: 10px 30px;*/
  
  height: 31px;
  background-size: 24px 24px;
  background-position: center top;
  
  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #333333;
}

.header-content03 li button:active,
.header-content03 li button.active {
  background: #014c89;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  font-weight: 700;

  color: #ffffff;
}

.header-content02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 72px; /*82px*/
  /* padding: 15px 0 20px 20px; */
  padding-left: 20px;
  overflow: scroll;
  -ms-overflow-style: none;
  background: #ffffff;
  box-sizing: border-box;
}
.header-content02::-webkit-scrollbar {
  display: none;
}

.header-content02 li {
  width: 25%;
  height: 47px;
  /* padding-right: 20px;
  padding-left: 20px;  */
  text-align:center;
  justify-content : center;
}

.header-content02 li a {
  position: relative;
  text-align: center;
  display: block;
  width: 60px;
  height: 47px;
  background: url('../img/header02-icon01.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li a span {
  display: block;
  width: 106%;
  position: absolute;
  top: 33px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  text-align: center;

  color: #000000;
}
.header-content02 li:nth-child(2) a {
  background: url('../img/header02-icon02.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(3) a {
  background: url('../img/header02-icon03.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(4) a {
  background: url('../img/header02-icon04.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(5) a {
  background: url('../img/header02-icon05.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}

.header-content02 li:nth-child(6) a {
  background: url('../img/header02-icon06.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(7) a {
  width: 60px;
  background: url('../img/header02-icon07.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(8) a {
  background: url('../img/header02-icon08.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(9) a {
  background: url('../img/header02-icon09.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(10) a {
  background: url('../img/header02-icon10.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(11) a {
  background: url('../img/header02-icon11.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content02 li:nth-child(12) a {
  background: url('../img/header02-icon12.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}

.header-content04 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 65px; /*82px*/
  /* padding: 15px 0 20px 20px; */
  padding-left: 20px;
  overflow: scroll;
  -ms-overflow-style: none;
  background: #ffffff;
  box-sizing: border-box;
}
.header-content04::-webkit-scrollbar {
  display: none;
}

.header-content04 li {
  width: 25%;
  height: 47px;
  padding-right: 20px;
}

.header-content04 li a {
  position: relative;
  text-align: center;
  display: block;
  width: 60px;
  height: 47px;
  background: url('../img/header02-icon05.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li a span {
  display: block;
  width: 106%;
  position: absolute;
  top: 33px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  text-align: center;

  color: #000000;
}
.header-content04 li:nth-child(2) a {
  background: url('../img/header02-icon11.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(3) a {
/*   background: url('../img/header02-icon13.png') no-repeat; */
/*   background-size: 45px 20px; */
   background: url('../img/header02-icon06.png') no-repeat;
   background-size: 24px 24px; 
  background-position: center top;
}
.header-content04 li:nth-child(4) a {
  background: url('../img/header02-icon04.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(5) a {
  background: url('../img/header02-icon05.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}

.header-content04 li:nth-child(6) a {
  background: url('../img/header02-icon06.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(7) a {
  width: 60px;
  background: url('../img/header02-icon07.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(8) a {
  background: url('../img/header02-icon08.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(9) a {
  background: url('../img/header02-icon09.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(10) a {
  background: url('../img/header02-icon10.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(11) a {
  background: url('../img/header02-icon11.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}
.header-content04 li:nth-child(12) a {
  background: url('../img/header02-icon12.png') no-repeat;
  background-size: 24px 24px;
  background-position: center top;
}

/* menu */
.menu-list {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 14px 10px 14px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.menu-list li {
  width: 20%;
  /* min-width: 80px; */
  text-align: center;
}

.menu-list li button {
  width: 100%;
  height: 42px;

  background: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #333333;
}
.menu-list li button:active,
.menu-list li button.active {
  background: #014c89;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 8px;

  font-weight: 700;

  color: #ffffff;
}
.menu-ex {
  height: 40px;
  margin: 0 14px;
  margin-bottom: 12px;

  background: #f2f2f2;
  border-radius: 4px;

  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 40px;

  letter-spacing: -0.02em;

  color: #333333;
  box-sizing: border-box;
  padding-left: 16px;
}

/* search */
.search_icon {
  margin-left: 14px;
  width: 34px;
  height: 40px;
  background: url('../img/serch-icon.png') no-repeat #ffffff;
  background-size: 15.08px 15.08px;
  background-position: 13.17px 14.17px;
  border: 1px solid #474747;
  border-right: none;
  padding:19px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.search_input {
  width: calc(100% - 48px);
  margin-right: 14px;
  /* min-width: 299px; */
  height: 40px;
  border: 1px solid #474747;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;

  outline: none;
}
.search_input::placeholder {
  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;

  color: #bdbdbd;
}
/* content */
.content-list {
  width: 100%;
  height: 100%;
}
.content-list li {
  width: 93%;
  height: 86px;
  margin-bottom: 1px;
  background: #ffffff;
}
.content-item {
  width: 100%;
  /* min-width: 360px; */
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  padding: 12px 20px 12px 20px;
  box-sizing: border-box;
}

.content-item a{
  
  display: block;
  text-align:right;
}

.item-info__category {
  display: flex;
  flex-direction: row;
  padding-bottom: 4px;
}
.item-info__category h3 {
  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;

  color: #2f80ed;
  padding-right: 8px;
}
.item-info__category span {
  display: block;
  width: 60px;
  height: 18px;

  background: #219653;
  border-radius: 2px;

  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.item-info__category span.complete {
  width: 45px;

  background: #2f80ed;
}
.item-info__title {
  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  /* font-weight: 500; */
  font-size: 14px;
  line-height: 16px;

  color: #000000;
  padding-bottom: 12px;
}
.item-info__detail {
  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;

  color: #828282;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.item-info__detail span {
  display: inline-block;

  width: 1px;
  height: 8px;

  background: #d9d9d9;
  margin: 0 8px;
}
.item-img {
  width: 54px;
  height: 60px;
  object-fit: contain;
}

/* footer menu */
.footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 26px;
  padding-left: 32px;
  box-sizing: border-box;
  /* position: relative; */
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}
/* .footer-menu::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 100%
  ); 
}*/
.footer-menu-item {
  width: 38px;
  height: 40px;
}
.footer-menu-item a {
  display: block;
  text-align: center;

  width: 100%;
  height: 100%;

  background: url('../img/footer-icon01.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;

  position: relative;

  color: #d2d6dc;
  cursor: pointer;
}
.footer-menu-item a.clicked,
.footer-menu-item a:active,
.footer-menu-item a:hover {
  color: #1c4787;
  background: url('../img/footer-icon01-active.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;
}
.footer-menu-item:nth-child(2) a {
  background: url('../img/footer-icon02.png') no-repeat;
  background-position: center top;
  background-size: 22px 18px;
}
.footer-menu-item:nth-child(2) a.clicked,
.footer-menu-item:nth-child(2) a:active,
.footer-menu-item:nth-child(2) a:hover {
  color: #1c4787;
  background: url('../img/footer-icon02-active.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;
}
.footer-menu-item:nth-child(3) a {
  background: url('../img/footer-icon03.png') no-repeat;
  background-position: center top;
  background-size: 16px 20px;
}
.footer-menu-item:nth-child(3) a.clicked,
.footer-menu-item:nth-child(3) a:active,
.footer-menu-item:nth-child(3) a:hover {
  color: #1c4787;
  background: url('../img/footer-icon03-active.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;
}
.footer-menu-item:nth-child(4) a {
  background: url('../img/footer-icon04.png') no-repeat;
  background-position: center top;
  background-size: 22px 16px;
}
.footer-menu-item:nth-child(4) a.clicked,
.footer-menu-item:nth-child(4) a:active,
.footer-menu-item:nth-child(4) a:hover {
  color: #1c4787;
  background: url('../img/footer-icon04-active.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;
}
.footer-menu-item:nth-child(5) a {
  background: url('../img/footer-icon05.png') no-repeat;
  background-position: center top;
  background-size: 19px 17px;
}
.footer-menu-item:nth-child(5) a.clicked,
.footer-menu-item:nth-child(5) a:active,
.footer-menu-item:nth-child(5) a:hover {
  color: #1c4787;
  background: url('../img/footer-icon05-active.png') no-repeat;
  background-position: center top;
  background-size: 23.02px 21.73px;
}
.footer-menu-tlt {
  display: block;
  width: 100%;
  text-align: center;

  font-family: 'Noto Sans KR', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.02em;

  position: absolute;
  top: 27px;
}
/* 360px 이하 */
@media (max-width: 359px) {
  .header-menu {
    padding-left: 14px;
  }
  .header-menu__icon:last-child {
    margin-right: 14px;
  }
  .header-content {
    padding-left: 14px;
  }
  .header-content li:last-child {
    padding-right: 14px;
  }
  .header-content li a span {
    font-size: 12px;
  }
  .header-content02 {
    /* padding-left: 14px; */
  }
  .header-content02 li {
    padding-right: 14px;
  }
  .header-content02 li a span {
    font-size: 11px;
  }
  .menu-list li button {
    font-size: 12px;
  }
  .item-info__category h3 {
    font-size: 13px;
  }
  .item-info__title {
    font-size: 12px;
    padding-bottom: 8px;
  }
  .item-info__detail {
    font-size: 8px;
  }
  .item-info__detail span {
    margin: 0 4px;
  }
  .menu-ex {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 14px;

    padding-left: 6px;
    font-size: 8px;
  }
  .search_input::placeholder {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.02em;

    color: #bdbdbd;

    font-size: 11px;
  }
  .content-item {
    padding-left: 14px;
    padding-right: 14px;
  }
  .footer-menu {
    padding-left: 14px;
    padding-right: 14px;
  }
}
