* {
  -webkit-tap-highlight-color: transparent;
  /* Chrome, Safari, Opera (모바일) */
  outline: none;
  /* 클릭 시 생기는 외곽선 제거 */
}

#container{
  margin: auto;
  padding: 71px 0 50px 0
}
/* 메인 페이지 스타일 시작 */

.landing-container {
  width: 100vw;
  min-width: 1050px;
  text-align: center;
  margin: auto;
  color: #222222;
}

.inner-container {
  width: 1050px;
  margin: auto;
}

.fs-title1 {
  font-size: 80px;
}

.fs-title2 {
  font-size: 65px;
}

.fs-text-lg {
  font-size: 45px;
}

.fs-text-m {
  font-size: 40px;
}

.fs-text-sm {
  font-size: 35px;
}

.fs-text-terms {
  font-size: 28px;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-medium {
  font-weight: 500;
}

.fw-regular {
  font-weight: 400;
}

/* 최상단 인트로 바로 위 배너 시작 */
.intro-banner {
  background-color: #15212B;
  padding: 40px 0;
}

/* 최상단 인트로 바로 위 배너 끝 */

/* 인트로 시작 */
.intro-section {
  background: linear-gradient(161deg, #E4FFF4 26.06%, #EEF6FF 63.84%);
  padding: 130px 0 110px 0;
}

.hero-part {}

.hero-badge {}

.hero-badge img {
  width: 628px;
  object-fit: contain;
}

.hero-text {
  margin: 65px 0 110px 0;
}

.hero-text h1 {
  margin: 36px auto auto auto;
  background: linear-gradient(95deg, #0C623D 11.52%, #1A3D6C 63.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-img {
  margin: auto;
}

.hero-img img {
  width: 746px;
  object-fit: contain;
}

.benefit-opening-account-card-box {
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 200px 0 110px 0;
}

.benefit-opening-account-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #FFFFFF;
  border-radius: 22px;
  padding: 20px 0
}

.benefit-opening-account-card .card-img {
  width: 43%;
  margin: auto;
}

.benefit-opening-account-card .card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.boac-cash img {
  width: 330px;
  object-fit: contain
}

.boac-face img {
  width: 270px;
  object-fit: contain
}

.boac-interest img {
  width: 320px;
  object-fit: contain
}

.benefit-opening-account-card .card-text {
  width: 57%;
  text-align: start;
}

.benefit-opening-account-card .card-text dd {
  color: #67778A;
  margin-bottom: 20px;
}

.intro-section .caption {
  color: #838181;
  text-align: center;
  line-height: 1.3;
}

/* 인트로 끝 */

/* 은행 계좌 탭 시작*/
.bank-tab-section {
  background-color: #EEF6FF;
}

.bank-tab-box {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.bank-tab {
  padding: 50px 0;
  border-radius: 50px 50px 0 0;
  background-color: #DEDEDE;
  color: #FFFFFF;
  cursor: pointer;
}

@media (hover: hover) {
  .bank-tab.hana:hover {
    background-color: #018F6D;
  }

  .bank-tab.mg:hover {
    background-color: #093769;
  }
}

.bank-tab.hana.active {
  background-color: #018F6D;
}

.bank-tab.mg.active {
  background-color: #093769;
}

/* 은행 계좌 탭 끝*/

/* 은행 계좌 개설 설명 시작 */
.bank-section {}


/* 은행 계좌 개설 설명 끝 */

/* 개설 안내사항 시작 */
.event-notification-section {
  background: #495B73;
  color: #FFFFFF;
  text-align: start;
  padding: 150px 0 110px 0;
}

.event-notification-section .inner-container {
  width: 960px;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}

.event-notification-section ul {
  list-style: none;
  padding-left: 18px;
  line-height: 1.5;
}

.event-notification-section li {
  position: relative;
  padding-left: 26px;
  letter-spacing: -0.04em;
}

.event-notification-section li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.event-notification-section .no-ul {
  padding-left: 0;
}

.event-notification-section .no-li {
  padding-left: 0;
  margin-bottom: 45px;
}

.event-notification-section .no-li::before {
  content: none;
}

.event-notification-section ul ul {
  padding-left: 0px;
}

.event-notification-section ul ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

.event-noti-paragraph h4 {
  margin-bottom: 45px;
}

.limit-info {
  display: flex;
  flex-direction: row;
}

.limit-info>p:nth-child(1) {
  text-wrap: nowrap;
  padding-right: 4px;
}

.event-noti-terms-gap {
  margin-bottom: 45px;
}



@media screen and (max-width:768px) {
  /* 메인 페이지 스타일 시작 */
  #container{
    padding: 47px 0 50px 0;
  }

  .landing-container {
    width: 100vw;
    min-width: 0;
    text-align: center;
    margin: auto;
    color: #222222;
  }

  .inner-container {
    width: min(100vw, 400px);
    margin: auto;
  }

  .fs-title1 {
    font-size: min(7.5vw, 30px);
  }

  .fs-title2 {
    font-size: min(6.25vw, 25px);
  }

  .fs-text-lg {
    font-size: min(4.25vw, 17px);
  }

  .fs-text-m {
    font-size: min(3.75vw, 15px);
  }

  .fs-text-sm {
    font-size: min(3.25vw, 13px);
  }

  .fs-text-terms {
    font-size: min(2.75vw, 11px);
  }

  /* 최상단 인트로 바로 위 배너 시작 */
  .intro-banner {
    padding: min(4vw, 16px) 0;
  }

  /* 최상단 인트로 바로 위 배너 끝 */

  /* 인트로 시작 */
  .intro-section {
    padding: min(12.5vw, 50px) 0 min(10vw, 40px) 0;
  }

  .hero-part {}

  .hero-badge {}

  .hero-badge img {
    /* width: 240px; */
    width: min(80vw, 320px);
    object-fit: contain;
  }

  .hero-text {
    margin: min(6vw, 24px) 0 min(10vw, 40px) 0;
  }

  .hero-text h1 {
    margin: min(3.5vw, 14px) auto auto auto;
  }

  .hero-img {}

  .hero-img img {
    width: min(71.25vw, 285px);
  }

  .benefit-opening-account-card-box {
    gap: min(4vw, 16px);
    margin: min(18.5vw, 74px) 0 min(10vw, 40px) 0;
    padding: 0 min(2.5vw, 10px);
  }

  .benefit-opening-account-card {
    border-radius: min(2vw, 8px);
    padding: min(2vw, 8px) 0
  }

  .benefit-opening-account-card .card-img {}

  .benefit-opening-account-card .card-img img {}

  .boac-cash img {
    width: min(31vw, 124px);
  }

  .boac-face img {
    width: min(25.5vw, 102px);
  }

  .boac-interest img {
    width: min(30.5vw, 122px);
  }

  .benefit-opening-account-card .card-text {}

  .benefit-opening-account-card .card-text dd {
    margin-bottom: min(2vw, 8px);
  }

  .intro-section .caption {}

  /* 인트로 끝 */

  /* 은행 계좌 탭 시작*/
  .bank-tab-section {}

  .bank-tab-box {}

  .bank-tab {
    padding: min(5vw, 20px) 0;
    border-radius: min(5vw, 20px) min(5vw, 20px) 0 0;
  }

  /* 은행 계좌 탭 끝*/

  /* 은행 계좌 개설 설명 시작 */
  .bank-section {}


  /* 은행 계좌 개설 설명 끝 */

  /* 개설 안내사항 시작 */
  .event-notification-section {
    padding: min(15vw, 60px) 0 min(10vw, 40px) 0;
  }

  .event-notification-section .inner-container {
    width: min(90vw, 360px);
    row-gap: min(9vw, 36px);
  }

  .event-notification-section ul {
    padding-left: min(1.5vw, 6px);
    line-height: 1.6;
  }

  .event-notification-section li {
    padding-left: min(2.25vw, 9px);
    letter-spacing: 0;
  }

  .event-notification-section li::before {}

  .event-notification-section .no-ul {}

  .event-notification-section .no-li {
    margin-bottom: min(4.5vw, 18px);
  }

  .event-notification-section .no-li::before {}

  .event-notification-section ul ul {}

  .event-noti-paragraph h4 {
    margin-bottom: min(4.5vw, 18px);
  }

  .limit-info {}

  .limit-info>p:nth-child(1) {
    padding-right: min(1vw, 4px);
  }

  .event-noti-terms-gap {
    margin-bottom: min(4.5vw, 18px);
  }

}