html {
  font-size: 100%;
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 2560px;
  overflow-x: hidden;
  font-size: 10px;
}
*:focus {
  outline: none;
}
input[type='text'],
input[type='number'],
textarea {
  font-size: 18px;
}
.boxflex {
  display: flex;
}
.just_space {
  justify-content: space-between;
}
.align_center {
  align-items: center;
}
.half_moon {
  width: 100%;
  height: 300px;
  background-color: #70a9f0;
  border-radius: 68% 68% 0 0;
  overflow: hidden;
  transform: rotate(180deg);
  position: absolute;
  z-index: -1;
}
.header_top {
  display: flex;
  justify-content: flex-end;
  padding: 25px 0;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto 25px;
}
.icon_collection {
  display: flex;
}
.icon_collection i {
  margin-left: 25px;
  font-size: 20px;
  color: #ffffff;
}
.header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0 0;
  width: 90%;
  margin: 0 auto;
  color: #ffffff;
}
.header_bottom img {
  width: 160px;
}
.login_btn {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #70a9f0;
}
.top_login {
  color: #ffffff;
  font-size: 17px;
  height: 100px;
  width: 100%;
  display: block;
  padding-left: 80px;
  line-height: 34px;
  padding-top: 10px;
}
.top_txt {
  width: 95%;
  font-size: 3.2vw;
  color: #ffffff;
  margin-left: 10px;
}
.plzLogin {
  height: 93px;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 5px;
}
.default_btn {
  font-size: clamp(12px, 3vw, 15px);
  /* height: 22px; */
  line-height: 21px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px solid #bebfc4;
  border-radius: 2px;
  padding: 2px 7px;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 242, 245, 1) 100%
  );
}
body > div.ipchal_menu > div > a:nth-child(1) > div {
  border-left: 1px solid #548135;
}
.box1 {
  line-height: 30px;
  box-sizing: border-box;
  border: 1px solid #dae1e6;
  padding: 15px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #ecf6fb;
  font-size: clamp(12px, 3vw, 15px);
}
.wrapper {
  max-width: 1300px;
  margin: 25px auto 0;
}
.tabs {
  display: flex;
  /* border-bottom: 1px solid #dae1e6; */
  position: relative;
  top: 0px;
  left: 5px;
  margin-right: 25px;
}
.apply_btn {
  height: 60px;
  width: 70px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border: 1px solid #bebfc4;
  border-radius: 2px;
  padding: 2px 2px;
  background: rgb(254, 254, 254);
  background: linear-gradient(
    180deg,
    rgba(254, 254, 254, 1) 0%,
    rgba(240, 242, 245, 1) 100%
  );
}
.tab {
  cursor: pointer;
  padding: 2px 10px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 0px;
  border-radius: 5px 5px 0 0;
  font-size: clamp(12px, 3vw, 15px);
  box-sizing: border-box;
  text-align: center;
}
.tab2 {
  cursor: pointer;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-right: 0px;
  border-radius: 5px 5px 0 0;
  font-size: 16px;
}
.tab.active,
.tab2.active {
  background: rgb(229, 234, 245);
  background: linear-gradient(
    162deg,
    rgba(229, 234, 245, 1) 6%,
    rgba(245, 246, 251, 1) 51%,
    rgba(229, 234, 245, 1) 100%
  );
  border: 1px solid #5d9de8;
  border-bottom: 1px solid #dae1e6;
}
.text_overflow_hidden {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table_container,
.gongji_wrapper {
  display: none;
}
.table_container.active,
.gongji_wrapper.active {
  display: block;
}
.table_div {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  box-shadow: 0 0 0 1px #dae1e6;
  border-radius: 4px;
  border-spacing: 0;
  /* border: 1px solid #dae1e6; */
  border-top: none;
  font-size: clamp(12px, 3vw, 15px);
}
table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table_div th {
  border: 1px solid #dae1e6;
  background-color: #f1f1f1;
  border-top: none;
  font-weight: normal;
  text-align: center;
  padding: 3px 10px;
  height: 40px;
  box-sizing: border-box;
}
.table_div td {
  border: 1px solid #dae1e6;
  padding: 6px 10px;
  box-sizing: border-box;
  height: 43px;
}
.table_div div {
  text-align: center;
}
.main_wrapper img {
  width: 100%;
}
/* Carousel container */
.carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* Make sure the first item is visible by default */
.carousel-item.active {
  display: block;
}
.banner {
  width: 100%;
  max-width: 1300px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0;
  border-top: 1px solid #dae1e6;
}
.footer_banner {
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 20px;
}
.banner_content,
.footer_banner_content {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
}

.banner_content img,
.footer_banner_content img {
  height: 20px;
  margin-left: 40px;
  box-sizing: border-box;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.advantage_wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.advantage_title {
  font-size: clamp(17px, 3vw, 24px);
  padding: 40px 0 20px;
  text-align: center;
  border-top: 1px solid #dae1e6;
}
.advan_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.advan_box {
  border: 1px solid #dae1e6;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}
.advan_btn {
  font-size: clamp(13px, 3vw, 20px);
  margin-top: 30px;
  background-color: #70a9f0;
  border: none;
  color: #ffffff;
  border-radius: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 30px;
}
.img_wrapper {
  /* margin: 23px; */
}
.img_wrapper img {
  width: 100%;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#sisl,
#svc,
#item,
#js {
  height: 26px;
  line-height: 26px;
  width: 45px;
  padding: 0 4px;
  text-align: center;
}
.md_title {
  font-size: clamp(15px, 3vw, 22px);
  padding: 15px 0 20px;
  position: relative;
}
.md_title img {
  width: 38px;
  position: absolute;
  top: 10px;
  right: 0px;
  opacity: 0.9;
}
.sm_title {
  font-size: clamp(13px, 3vw, 20px);
  padding: 0;
}
.process_title {
  font-size: clamp(17px, 3vw, 24px);
  padding: 40px 0 20px;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #dae1e6;
}
.process_top_row {
  display: flex;
  justify-content: space-between;
}
.process_section_wrapper {
  padding: 10px 0;
}
.process_section {
  border: 1px solid #dae1e6;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  width: 48%;
}
.process_section_title{
  display: flex;
  justify-content: center;
}
.process_section img {
  width: 100%;
}
.section_txt {
  font-size: clamp(13px, 3vw, 20px);
  height: 60px;
}
.join_btn_wrapper {
  display: flex;
  justify-content: center;
}
.join_btn {
  background-color: #3175b8;
  color: #ffffff;
  font-size: clamp(12px, 3vw, 18px);
  border-radius: 23px;
  border: none;
  width: 75%;
  height: clamp(24px, 4vw, 30px);
  margin: 25px 0 15px;
}
.main_title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
}
.divide_line {
  border-bottom: 1px solid #e5e5e5;
  width: 85%;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
.content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; /* position�쓣 異붽��븯�뿬 z-index媛� �옉�룞�븯�룄濡� �꽕�젙 */
  z-index: 1; /* z-index瑜� 1濡� �꽕�젙�븯�뿬 half_moon蹂대떎 �븵�뿉 �삤�룄濡� �꽕�젙 */
  margin-top: 15px;
  margin-bottom: 60px;
}
.navi_bar {
  background-color: #3175b8;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 25px;
  font-size: clamp(16px, 3vw, 20px);
}
.navi_bar a {
  color: #ffffff !important;
}
.main_content_wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
  border-radius: 0 0 10px 10px;
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px,
    rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 2px 2px -1px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px,
    rgba(42, 51, 70, 0.03) 0px 10px 10px -5px,
    rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 10vw 5vw;
}
.menu_top,
.menu_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.menu_ea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65px;
}
.menu_ea img,
.menu_ea i {
  width: 50px;
  font-size: 35px;
  color: #bdbdbd;
}
.menu_img {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}
.menu_text {
  margin-top: 15px;
}
.middle_content_wrapper {
  border: 1px solid #dae1e6;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.middle_content_wrapper button {
  background-color: #f5f7fd;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle_content_wrapper button i {
  color: #70a9f0;
}
.bottom_content_wrapper {
  margin-top: 40px;
}
.bottom_content_title {
  font-size: 22px;
  margin-bottom: 20px;
}
.botton_box_wrapper {
  display: flex;
  justify-content: space-between;
}
.bottom_box {
  display: flex;
  flex-direction: column;
  width: 160px;
  border: 1px solid #dae1e6;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px 8px;
  color: #ffffff;
}
.bottom_box_title {
  text-align: center;
  margin-bottom: 10px;
  font-size: clamp(16px, 3vw, 22px);
}
.footer_wrapper {
  background-color: #31373f;
  color: #bdbdbd;
  line-height: 20px;
  font-size: clamp(12px, 3vw, 18px);
  padding: 40px 20px 100px;
}
.promotion_wrapper {
  padding-bottom: 82px;
  margin: 0 auto;
  width: 100%;
}
.promotion_title {
  font-size: clamp(17px, 3vw, 24px);
  padding: 40px 0 20px;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #dae1e6;
}
.promotion_sub_title {
  font-size: clamp(12px, 3vw, 18px);
  text-align: center;
  margin-bottom: 30px;
}
.promotion_inner_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.option_a,
.option_b {
  border: 1px solid #dae1e6;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 47%;
  background-color: #f5f7fd;
}
.promotion_md_title {
  font-size: clamp(16px, 3vw, 26px);
  margin: 20px 0;
  text-align: center;
}
.promotion_md_title img {
  margin-bottom: 15px;
  width: 70%;
}
.promotion_sm_title {
  font-size: clamp(12px, 3vw, 18px);
  line-height: 24px;
  text-align: center;
}
.promotion_go {
  border: 1px solid #dae1e6;
  border-radius: 4px;
  margin: 30px 0 10px;
  padding: 2vw;
  box-sizing: border-box;
}
.promotion_go_title {
  font-size: clamp(15px, 3vw, 22px);
}
.promotion_go_text {
  font-size: clamp(13px, 3vw, 20px);
  width: 80%;
  padding-right: 10px;
}
.exp_top {
  margin-top: 20px;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
.faq_wrapper {
  margin: 0 10px;
}
.faq_title {
  font-size: clamp(17px, 3vw, 24px);
  padding: 40px 0 20px;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #dae1e6;
}
.faq_sub_title {
  font-size: clamp(17px, 3vw, 24px);
  text-align: center;
}
.question_list {
  display: flex;
  justify-content: flex-end;
  font-size: clamp(15px, 3vw, 20px);
  align-items: center;
  width: 100%;
  margin: 35px auto 0px;
}
.question_list i {
  color: #919191;
  font-size: small;
  margin-right: 5px;
}
.question_list span {
  cursor: pointer;
}
.qna_set {
  border-radius: 8px;
  background-color: #f1f3f5;
  border: 1px solid transparent;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  background-color: white;
  margin: 10px;
}
.question {
  padding: 10px;
  cursor: pointer;
  font-size: clamp(13px, 3vw, 19px);
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid #dae1e6;
  border-radius: 4px;
  margin: 0;
}
.question i {
  color: #a1a1a1 !important;
  margin-left: 5px;
}
.question:hover {
  border: 1px solid #dae1e6;
  border-radius: 8px;
}
.hover-active {
  border: 1px solid #dae1e6;
  border-radius: 8px;
}
.answer {
  display: none;
  padding: 10px;
  font-size: clamp(12px, 3vw, 18px) !important;
  transition: display 0.3s ease-out;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 20px;
  margin: 10px;
}
.fa-solid {
  transition: transform 0.3s; /* ?????? ????? ???? ????????? ??? */
}

.rotate-down {
  transform: rotate(0deg); /* ??? ?????? ??? ???? */
}

.rotate-up {
  transform: rotate(180deg); /* ??? ?? ?????? ??? ???? */
}
#userIcon {
  width: 20px;
}

/* 캐占쏙옙占쏙옙 占쏙옙占쏙옙占싱듸옙 css 占쏙옙占쏙옙 */
#myCarousel {
  top: -20px;
  height: 300px;
}
#css-carousel {
  .item > a {
    display: block;
    height: 432px;
    width: 100%;
    -webkit-background-size: fill;
    -moz-background-size: fill;
    -o-background-size: fill;
    background-size: fill;
  }
}

/* 캐占쏙옙占쏙옙 占쏙옙占쏙옙占싱듸옙 css 占쏙옙 */

/* hamburger menu start*/

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
  background-color: #ffffff;
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background-color: #ffffff;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: #ffffff;
}
#menu__toggle:checked ~ .menu-panel {
  visibility: visible;
  left: 0;
  background: #56a7f2; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #7096f0, #56a7f2);
  background: linear-gradient(to right, #7096f0, #56a7f2);
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 22px;
  left: 24px;

  width: 24px;
  height: 24px;

  cursor: pointer;
  z-index: 99999;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #ffffff;

  transition-duration: 0.25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #eceff1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);

  transition-duration: 0.25s;
}

.menu-panel {
  /* transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 100%;
  width: 80%;
  background-color: #fff; */

  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 90%;
  height: 100%;
  z-index: 99;
  margin: 0;
  padding: 0;

  list-style: none;

  background-color: #eceff1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);

  transition-duration: 0.25s;
}

/*占쌤뱄옙占쏙옙 占쌨댐옙*/
.menu-panel .menu__button {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 3.5%;
  width: 25px;
  height: 25px;
}
.menu-panel .menu__button span,
.menu-panel .menu__button span:before,
.menu-panel .menu__button span:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
}
.menu-panel .menu__button span {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 9.09090909px;
  background-color: #a5a5a5;
}
.menu-panel .menu__button span:before,
.menu-panel .menu__button span:after {
  content: '';
  position: absolute;
  left: 0;
  background-color: #a5a5a5;
}
.menu-panel .menu__button span:before {
  top: -9.09090909px;
}
.menu-panel .menu__button span:after {
  top: 9.09090909px;
}
/*占쌤뱄옙占쏙옙 占쌨댐옙 활占쏙옙화 占쏙옙*/
.menu-panel .menu__button.is--active span {
  background: transparent;
}
.menu-panel .menu__button.is--active span:before,
.menu-panel .menu__button.is--active span:after {
  top: 0;
}
.menu-panel .menu__button.is--active span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  background-color: #a5a5a5;
}

.menu-panel .menu__button.is--active span:after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  background-color: #a5a5a5;
}

/*占쌨댐옙 占싻놂옙 占쏙옙占십부븝옙*/
.mo-menu-title {
  background: rgb(35, 181, 100);
  background: linear-gradient(
    222deg,
    rgba(35, 181, 100, 1) 0%,
    rgba(38, 149, 88, 1) 37%,
    rgba(33, 115, 70, 1) 100%
  );
  height: 153px;
  color: #fff;
  font-size: 16px;
  /* padding: 18px 20px 0 20px; */
  text-align: left;
  border-bottom: 1px solid #ffffff;
}
.mo-menu-title a:first-of-type {
  /* border-right:1px solid #fbbc90; */
  padding: 0 7px 0 0;
}
.menu-panel > .menu-list {
  width: 100%;
  z-index: 1;
  height: 100%;
  text-align: left;
  padding-top: 10px;
}

.menu-panel > .menu-list > li {
  clear: both;
  width: 104%;
  line-height: 37px;
  color: #fbfbfb;
  margin-top: 7px;
  padding-left: 40px;
}
.menu-panel > .menu-list > li:nth-child(2) {
  margin-top: 20px;
}

.menu-panel > .menu-list > .menu-label > .menu-list__text {
  font-size: 17px;
  padding: 0;
  color: #fbfbfb;
  width: calc(100% - 60px);
  display: inline-block;
  height: 100%;
  text-decoration: none;
}
.menu a,
.menu a:visited {
  text-decoration: none;
  color: #eff2f8;
}
ul {
  list-style: none;
  padding: 0;
}
ol {
  margin-bottom: -10px;
}
/*1占쏙옙 占쌨댐옙占쏙옙 - + 占싸븝옙*/
.menu-panel .sub-menu {
  display: none;
  width: 100%;
  padding: 0 10.133%;
}

.menu-panel .sub-menu:after {
  content: '';
  display: block;
  clear: both;
}

.menu-panel .sub-menu li {
  float: left;
  line-height: 45px;
  height: 40px;
  vertical-align: middle;
  width: 100%;
}

.menu-panel .sub-menu li:last-of-type {
  border-bottom: none;
  margin: 0;
}

.menu-panel .sub-menu li:first-of-type {
  margin: 10px 0 0 0;
}

.menu-panel .sub-menu li a {
  display: block;
  height: 100%;
  padding: 0;
  font: 16px 'bgR';
  color: #ffffff;
}
.menu-panel .sub-menu li a i {
  width: 20px;
  margin-right: 10px;
}
.menu-panel {
  left: -100%;
}
.menu-panel .menu__button {
  left: 132%;
}
.menu-panel.is--active {
  width: 80%;
  height: 100%;
  left: 0;
  /* overflow: scroll; */
}
.menu-panel.is--active .menu__button {
  left: 100%;
  margin-left: -40px;
  z-index: 999;
  margin-top: 0px;
}

.menu-panel.is--active .menu__button span:before,
.menu-panel.is--active .menu__button span:after {
  background: #fff;
}

.menu-panel-overlay {
  position: fixed;
  top: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

/* active */

.menu-list > .menu-label.is--open .menu-list__text {
  color: #ffffff;
}
.menu-list > .menu-label.is--open .sub-menu {
  display: block;
}

.menu-list > .menu-label.is--open .menu-list__arrow::before,
.menu-list > .menu-label.is--open .menu-list__arrow::after {
}

.menu-list > .menu-label.is--open .menu-list__arrow::after {
  -webkit-transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  -ms-transition-delay: 0.09s;
  transition-delay: 0.09s;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.menu-list__arrow i {
  margin-right: 10px;
}

@media (max-width: 480px) {
  /* 여기에 모바일 전용 스타일을 추가 */
}

/* 태블릿용 */
@media (min-width: 481px) and (max-width: 1024px) {
  #myCarousel {
    top: -20px;
    height: 400px;
  }
  .top_login {
    color: #ffffff;
    font-size: 18px;
    height: 100px;
    width: 65%;
    display: block;
    padding-left: 100px;
    line-height: 34px;
    padding-top: 10px;
    height: 100px;
  }
  #menu__toggle {
    opacity: 0;
  }

  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
    background-color: #ffffff;
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
    background-color: #ffffff;
  }
  #menu__toggle:checked ~ .menu-panel {
    visibility: visible;
    left: 0;
    background: #56a7f2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #7096f0, #56a7f2);
    background: linear-gradient(to right, #7096f0, #56a7f2);
  }

  .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 22px;
    left: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99999;
  }

  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 2px;

    background-color: #ffffff;

    transition-duration: 0.25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }

  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 300px;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);

    transition-duration: 0.25s;
  }

  .menu-panel {
    /* transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 100%;
    width: 80%;
    background-color: #fff; */

    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 90%;
    height: 100%;
    z-index: 99;
    margin: 0;
    padding: 0;

    list-style: none;

    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);

    transition-duration: 0.25s;
  }

  /*占쌤뱄옙占쏙옙 占쌨댐옙*/
  .menu-panel .menu__button {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: 3.5%;
    width: 25px;
    height: 25px;
  }
  .menu-panel .menu__button span,
  .menu-panel .menu__button span:before,
  .menu-panel .menu__button span:after {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
  }
  .menu-panel .menu__button span {
    position: relative;
    display: inline-block;
    float: left;
    margin-top: 9.09090909px;
    background-color: #a5a5a5;
  }
  .menu-panel .menu__button span:before,
  .menu-panel .menu__button span:after {
    content: '';
    position: absolute;
    left: 0;
    background-color: #a5a5a5;
  }
  .menu-panel .menu__button span:before {
    top: -9.09090909px;
  }
  .menu-panel .menu__button span:after {
    top: 9.09090909px;
  }
  /*占쌤뱄옙占쏙옙 占쌨댐옙 활占쏙옙화 占쏙옙*/
  .menu-panel .menu__button.is--active span {
    background: transparent;
  }
  .menu-panel .menu__button.is--active span:before,
  .menu-panel .menu__button.is--active span:after {
    top: 0;
  }
  .menu-panel .menu__button.is--active span:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    background-color: #a5a5a5;
  }

  .menu-panel .menu__button.is--active span:after {
    -webkit-transition-delay: 0.09s;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    background-color: #a5a5a5;
  }

  .menu-panel > .menu-list {
    width: 100%;
    z-index: 1;
    height: 100%;
    text-align: left;
    padding-top: 10px;
  }

  .menu-panel > .menu-list > li {
    clear: both;
    width: 104%;
    line-height: 37px;
    color: #fbfbfb;
    margin-top: 7px;
    padding-left: 40px;
  }
  .menu-panel > .menu-list > li:nth-child(2) {
    margin-top: 20px;
  }
  .menu-panel > .menu-list > .menu-label > .menu-list__text {
    font-size: 17px;
    padding: 0;
    color: #fbfbfb;
    width: calc(100% - 60px);
    display: inline-block;
    height: 100%;
    text-decoration: none;
  }
  .menu a,
  .menu a:visited {
    text-decoration: none;
    color: #eff2f8;
  }
  ul {
    list-style: none;
    padding: 0;
  }
  ol {
    margin-bottom: -10px;
  }
  /*1占쏙옙 占쌨댐옙占쏙옙 - + 占싸븝옙*/
  .menu-panel .sub-menu {
    display: none;
    width: 100%;
    padding: 0 10.133%;
  }

  .menu-panel .sub-menu:after {
    content: '';
    display: block;
    clear: both;
  }

  .menu-panel .sub-menu li {
    float: left;
    line-height: 45px;
    height: 40px;
    vertical-align: middle;
    width: 100%;
  }

  .menu-panel .sub-menu li:last-of-type {
    border-bottom: none;
    margin: 0;
  }

  .menu-panel .sub-menu li:first-of-type {
    margin: 10px 0 0 0;
  }

  .menu-panel .sub-menu li a {
    display: block;
    height: 100%;
    padding: 0;
    font: 16px 'bgR';
    color: #ffffff;
  }
  .menu-panel .sub-menu li a i {
    width: 20px;
    margin-right: 10px;
  }
  .menu-panel {
    left: -100%;
  }
  .menu-panel .menu__button {
    left: 132%;
  }
  .menu-panel.is--active {
    width: 80%;
    height: 100%;
    left: 0;
    /* overflow: scroll; */
  }
  .menu-panel.is--active .menu__button {
    left: 100%;
    margin-left: -40px;
    z-index: 999;
    margin-top: 0px;
  }

  .menu-panel.is--active .menu__button span:before,
  .menu-panel.is--active .menu__button span:after {
    background: #fff;
  }

  .menu-panel-overlay {
    position: fixed;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
  }

  /* active */

  .menu-list > .menu-label.is--open .menu-list__text {
    color: #ffffff;
  }
  .menu-list > .menu-label.is--open .sub-menu {
    display: block;
  }

  .menu-list > .menu-label.is--open .menu-list__arrow::before,
  .menu-list > .menu-label.is--open .menu-list__arrow::after {
  }

  .menu-list > .menu-label.is--open .menu-list__arrow::after {
    -webkit-transition-delay: 0.09s;
    -moz-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    -ms-transition-delay: 0.09s;
    transition-delay: 0.09s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  .menu-list__arrow i {
    margin-right: 10px;
  }
}
