/* insurance.css - 건강보험 페이지 */

/* --------------------- insurance main section container */
#insurance_main section .container {
  padding: 90px 20px;
}

#insurance_main section .container .wrapper h2 {
  font-size: var(--text-lg);
  padding-bottom: 20px;
}

#insurance_main section .container .wrapper p {
  line-height: 1.3;
}

#insurance_main section .container .wrapper .content {
  padding-top: 35px;
}

/* --------------------- header */
#insurance_header {
}
#insurance_header .container {
}
#insurance_header .container .wrapper {
}
#insurance_header .container .wrapper .main-banner {
}
#insurance_header .container .wrapper .main-banner img {
  position: relative;
}
#insurance_header .container .wrapper .main-banner .txt {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-family: "BMDOHYEON";
  text-shadow: 5px 0 #0000002c;
  /*  */
}

#insurance_header .container .wrapper .main-banner .txt h1 {
  font-size: var(--text-xl);
}
#insurance_header .container .wrapper .main-banner .txt h1 span {
  color: #00d8b5;
}

/* --------------------- insurance section 01 */

#insurance_1 {
  background: url("../assets/images/insurance/section1-bg.png");
  background-size: contain;
}

#insurance_1 .container .wrapper .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

#insurance_1 .container .wrapper .content .img img {
  padding: 0 20px;
}

#insurance_1 .container .wrapper .content .img img:first-of-type {
  width: 40%;
  align-self: center;
}
#insurance_1 .container .wrapper .content .img img:last-of-type {
  width: 60%;
}

#insurance_1 .container .wrapper .content p {
  font-size: var(--text-lg);
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- insurance section 02 */

#insurance_2 {
  background: url("../assets/images/insurance/section2-bg.png");
  background-size: contain;
}

#insurance_2 .container .wrapper .content .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

#insurance_2 .container .wrapper .content .img img {
  padding: 0 20px;
}

#insurance_2 .container .wrapper .content .img img:first-of-type {
  width: 40%;
  align-self: center;
}
#insurance_2 .container .wrapper .content .img img:last-of-type {
  width: 60%;
}

#insurance_2 .container .wrapper .content p {
  font-size: var(--text-lg);
  font-weight: 300;
  line-height: 1.4;
  padding: 15px 0;
  text-align: center;
}

/* --------------------- insurance section 03 */

#insurance_3 {
  background: url("../assets/images/insurance/section3-bg.jpg");
  background-size: contain;
}

#insurance_main section#insurance_3 .container .wrapper .content {
  padding-top: 80px;
}

#insurance_3 .container .wrapper .content .point {
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  padding-bottom: 60px;
  /* justify-content: center;
  gap: 60px; */
}

#insurance_3 .container .wrapper .content .point.second,
#insurance_3 .container .wrapper .content .point.forth {
  gap: 60px;
  justify-content: flex-start;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

#insurance_3 .container .wrapper .content .point .txt {
  align-self: center;
  display: flex;
  flex-direction: column;
  font-size: var(--text-md);
}

#insurance_3 .container .wrapper .content .point .txt span.number {
  padding-bottom: 15px;
  font-size: var(--text-lg);
  color: #0e9380;
}
#insurance_3 .container .wrapper .content .point .txt span.color {
  font-weight: 700;
  padding-bottom: 15px;
}
#insurance_3 .container .wrapper .content .point .txt span.color .green {
  color: #0e9380;
}
#insurance_3 .container .wrapper .content .point .txt p {
  font-size: var(--text-sm);
  padding-top: 15px;
  position: relative;
}

#insurance_3 .container .wrapper .content .point .txt p:before {
  content: "";
  position: absolute;
  width: 130%;
  height: 2px;
  background-color: #0e9380;
  top: -2px;
}

#insurance_3 .container .wrapper .content .point img {
  border-radius: 20px;
}

/* --------------------- insurance section 04 */

#insurance_4 {
  background: #282828;
}

#insurance_main #insurance_4 .container .wrapper h2 {
  color: #ffffff;
}

#insurance_main #insurance_4 .container .wrapper .content .horizontal-card {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 80px;
}

#insurance_main #insurance_4 .container .wrapper .content .horizontal-card.two {
  flex-direction: row-reverse;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left {
  flex: 1;
  padding: 40px 80px;
  background-color: #fff;
  align-self: center;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2 {
  color: #009688;
  font-size: var(--text-lg);
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: unset;
  bottom: 0;
  width: 70%;
  height: 2px;
  background-color: #0e9380;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  ul,
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card
  .left
  ul
  li {
  line-height: 1.5;
  font-size: var(--text-sm);
  margin-bottom: 8px;
  list-style: inside;
  list-style-type: disc;
}

#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card.one
  .right {
  flex: 1;
  background: url("../assets/images/insurance/horizontal-card01.png") center
    center / cover no-repeat;
  min-height: 350px;
}
#insurance_main
  #insurance_4
  .container
  .wrapper
  .content
  .horizontal-card.two
  .right {
  flex: 1.1;
  background: url("../assets/images/insurance/horizontal-card02.png") center
    center / cover no-repeat;
  min-height: 350px;
}

#insurance_main #insurance_4 .container .wrapper .content .txt {
  color: #c1c1c1;
  color: #c1c1c1;
  font-size: var(--text-md);
  line-height: 2;
  font-weight: 300;
  max-width: 1013px;
  margin: 0 auto;
}

/* --------------------- insurance section 05 */

#insurance_5 {
  background: #ddf3ee;
}
#insurance_5 .container .wrapper .content {
  text-align: center;
}

#insurance_5 .container .wrapper .content p {
  font-size: var(--text-lg);
  font-weight: 300;
  line-height: 1.4;
  padding-top: 60px;
}

#insurance_5 .container .wrapper .content p span {
  font-weight: 600;
}

#insurance_5 .container .wrapper .content img {
  border-radius: 30px;
}

/********************************************* FULL IMPLANT IMPLANT ************************************
*/
.container .wrapper .content {
  color: #292929;
}

#full_main section .container {
  padding: 90px 20px;
}

#full_main section .container .wrapper h2 {
  font-size: var(--text-lg);
  padding-bottom: 20px;
}

#full_main section .container .wrapper p {
  line-height: 1.3;
}

#full_main section .container .wrapper .content {
  padding-top: 35px;
}

