#footer {
  background-color: #f2f2f2;
  padding-bottom: 50px;
  margin-top: 150px;
}
#footer .container {
  background-color: #f2f2f2;
  display: block;
  position: relative;
}
#footer h2 {
  font-size: 2rem;
  margin: 10px 0;
}
.main-logo {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*.banner-list {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 100px;
  align-items: center;
  overflow: hidden;
}
.slider {
  display: flex;
  width: 100%;
  margin: 55px auto;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.slide {
  display: flex;
  flex: 0 0 340px;
  height: 86px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.banner-list .prev-btn {
  position: absolute;
  background: url("../../img/btn_banner_left.svg");
  width: 40px;
  height: 40px;
  left: 0;
  border-width: 0;
  cursor: pointer;
}
.banner-list .next-btn {
  position: absolute;
  background: url("../../img/btn_banner_right.svg");
  width: 40px;
  height: 40px;
  right: 0;
  border-width: 0;
  cursor: pointer;
}
.slide a {
  display: flex;
}
.banner-img {
  width: 180px;
  height: 100%;
  overflow: hidden;
}
.banner-img img {
  width: 180px;
  height: auto;
}
.banner-text {
  width: calc(100% - 180px);
  height: 100%;
  padding-left: 1rem;
  font-size: 1.4rem;
}
.banner-text strong {
  color: #0e3baa;
}
.banner-list ul li div {
  margin: 5px auto;
  color: #707070;
}*/
.introduce {
  width: 100%;
  display: block;
}
.introduce > div:first-child {
  display: flex;
  justify-content: space-between;
}
.introduce strong {
  color: #000;
}
.select-org {
  display: flex;
  align-items: center;
  position: relative;
}
.main-select {
  display: flex;
  background: #f2f2f2;
  width: 196px;
  height: 40px;
  align-items: center;
  border: thin solid #D8D8D8;
  box-sizing: border-box;
  font-size: 1.4rem;
}
.main-select .org-toggle {
  display: flex;
  text-align: left;
  width: 100%;
  height: 100%;
  color: #707070;
  cursor: pointer;
  align-items: center;
  padding: 0 10px;
  background: url("../../img/drop_up.svg") no-repeat right center;
  background-size: 20px auto;

  /* 버튼 기본 스타일 제거 */
  border: 0;
  background-color: transparent;
  font-size: 1.4rem;
}

.main-select .org-toggle.reverse {
  background-image: url("../../img/drop_down.svg");
}

.main-select-on {
  position: absolute;
  display: none;
  bottom: 40px;
  background: #f2f2f2;
  width: 100%;
  font-size: 1.4rem;
}
.main-select-on ul li{
  display: flex;
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  border: thin solid #dddddd;
  box-sizing: border-box;
  align-items: center;
}
.main-select-on ul li:hover {
  background: #b9b9b9;
}
.main-select-on ul li a {
  display: flex;
  color: #707070;
  padding: 0 10px 0 10px;
  width: 100%;
  height: 100%;
  align-items: center;
}

.introduce {
  color: #707070;
}
.introduce .link {
  color: #707070;
  display: flex;
  margin: 1rem 0;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  font-size: 1.5rem;
}
.introduce .link ul {
  padding: 0;
  display: flex;
  margin: auto 0;
}
.introduce .link ul li {
  margin: 15px 20px 15px 0;
}
.introduce .link ul li a {
  color: #707070;
}
.introduce .link ul li a:hover {
  color: #000000;
  font-weight: bold;
} /*# sourceMappingURL=footer.css.map */

.introduce .link ul li a.special {
  color: #000000;
  font-weight: bold;
}

.introduce .link ul li a.special:hover {
  color: #0e3baa;
  font-weight: bold;
} /*# sourceMappingURL=footer.css.map */

.kcup-info div {
  padding-bottom: 1rem;
  font-size: 1.4rem;
}
.kcup-info strong {
 color: #707070;
}
.policy {
  width: 100%;
}

.title-modal-policy {
  position: relative;
  display: flex;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  color: #1D46B5;
  align-items: center;
  justify-content: center;
}
.title-modal-policy h2 {
  font-weight: 800;
}
.text-modal-policy {
  width: 100%;
  background-color: #f2f2f2;
  padding: 24px;
  font-size: 1.5rem;
  line-height: 2;
}

.slider-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 100px;
}
.slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 1020px; /* 조절 가능한 슬라이드 컨테이너의 너비 */
  margin: 55px auto;
  align-items: center;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 2040px;
}
.slide {
  flex: 0 0 340px; /* 조절 가능한 각 슬라이드의 너비 */
  /*height: 87px; !* 조절 가능한 슬라이드의 높이 *!*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide a {
  display: flex;
  color: #707070;
  line-height: 1.5;
  overflow: hidden;
  align-items: center;
  height: 87px;
}
.prev-btn {
  position: absolute;
  background: url("../../img/btn_banner_left.svg");
  width: 40px;
  height: 40px;
  left: 0;
  border-width: 0;
  cursor: pointer;
}
.next-btn {
  position: absolute;
  background: url("../../img/btn_banner_right.svg");
  width: 40px;
  height: 40px;
  right: 0;
  border-width: 0;
  cursor: pointer;
}

.banner-img {
  display: flex;
  width: 160px;
  height: 100%;

  /*align-items: center;*/
}
.banner-img img {
  width: 160px;
  height: auto;
  object-position: top;
  object-fit: cover;
}
.banner-text {
  width: calc(100% - 150px);
  height: 100%;
  padding-left: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
.banner-text strong {
  color: #0e3baa;
}

.table-policy {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  border-top: 2px solid #333333;
  border-collapse: collapse;
}
.table-policy col {
  border-right: 1px solid #333333;
}
.table-policy col:last-child {
  border-right: 0;
}
.table-policy td {
  border-bottom: 1px solid #333333;
}
.main-select-on.view { display: block; }