#wrap {}

#wrap header {
  padding: 1.5rem 1.5rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f3f5;
}

#wrap header .left1 {
  margin-left: 1.5rem;
}

#wrap header .left {
  text-align: left;
}

#wrap header .right1 {
  text-align: right;
}

#wrap header .right {
  text-align: right;
}

#wrap header a .i1 {
  width: 55%;
}

#wrap header a .i2 {
  width: 55%;
  height: 55%;
}

nav {
  position: fixed;
  top: 0;
  right: -71%;
  width: 70%;
  min-height: 100vh;
  background: #fff;
  z-index: 999;
  transition: .3s;
}

.back {
  background: #00000014;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 998;
}

nav.open+.back {
  display: block;
}

nav.open {
  right: 0;
  height: 100%;
  overflow-y: scroll;
}

.nav_logo {
  width: 100%;
  height: 6rem;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 1.5rem;
}

.close {
  display: block;
  background: url(../img/close.png) no-repeat center/contain;
  width: 2.5rem;
  height: 2.5rem;

}

.nav_menu {

  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.nav_menu li {
  border-bottom: 1px solid #f6f6f6;
  padding: 1.5rem 0 0 1.5rem;
  background-color: #fff;

}

.nav_menu li:last-child {
  border-bottom: none;

}

.nav_menu li.on a {
  background: #EAECEF;

}

/* .nav_menu li:nth-child(2) a,
.nav_menu li:nth-child(3) a {
    border-bottom: none;
    padding: 0;
    border-bottom: 1px solid black;
    padding-bottom: 1rem;
} */


.nav_menu li a {
  display: block;
  margin-bottom: 3rem;
}

.nav_menu li a span {
  font-size: 1.8rem;
  display: inline-block;
  color: #2c2f2d;
  width: 17rem;
  font-weight: 600;
  white-space: nowrap;
}

.nav_menu li .n {
  padding: 0;
}

#wrap .section {
  padding: 0 0 3rem 0;
}

#wrap .section .btn1 {
  background-color: #fb9804;
  padding: 1.5rem 1rem 0;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  width: 90%;
  text-align: left;
  float: left;
}

#wrap .section .btn1 .btn1_1 {
  display: flex;
  justify-content: space-between;

}

#wrap .section .btn1 h2 {
  font-family: 'GmarketSans';
  font-weight: 800;
  font-size: 1.5rem;
  color: #a35613;

}

#wrap .section .btn1 .btn1_1 .left p {
  font-size: 1.4rem;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Regular';
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 1rem;
}

#wrap .section .btn1 .btn1_1 .left .arrow {
  width: 17%;
  margin-top: 1rem;
}

#wrap .section .btn1 .btn1_1 img {
  width: 100%;
}


#wrap .section .btn2 {
  background-color: #5072ef;
  padding: 1.5rem 1rem 0;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 90%;
  text-align: right;
  margin-top: 3rem;
  float: right;
}

#wrap .section .btn2 .btn2_1 {
  display: flex;
  justify-content: space-between;

}

#wrap .section .btn2 h2 {
  font-family: 'GmarketSans';
  font-weight: 800;
  font-size: 1.5rem;
  color: #284aa9;

}

#wrap .section .btn2 .btn2_1 .right p {
  font-size: 1.4rem;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Regular';
  line-height: 1.5;
  font-weight: 300;
  margin-top: 1rem;
  white-space: nowrap;
}

#wrap .section .btn2 .btn2_1 .right .arrow {
  width: 17%;
  margin-top: 1rem;
}

#wrap .section .btn2 .btn2_1 img {
  width: 90%;
}

#wrap .section1 {
  background-color: #f2f3f5;
  padding: 1.5rem;
}

#wrap .section1 p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: 'bandalgom';
}

#wrap .section1 .img_wrap {
  text-align: center;
}

#wrap .section1 img {
  width: 80%;
}

#wrap .section2 {
  padding: 3rem 1.5rem;
}

#wrap .section2 h2 {
  font-size: 2rem;
  font-weight: 800;
}

#wrap .section2 p {
  font-size: 1.5rem;
  margin: 2rem 0;
  line-height: 1.5;
}

#wrap .section2 .detail {
  text-align: center;

}

#wrap .section2 .detail .btn {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #d9d9d9;
  padding: 1.5rem;
  border-radius: 3rem;
  width: 100%;
}

#wrap .section3 {
  background-color: #f2f3f5;
  padding: 3rem 0;
}

#wrap .section3 .btn1 {
  background-color: #fb9804;
  padding: 3rem 0 0 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  width: 90%;
}

#wrap .section3 .btn1 .btn1_1 {
  display: flex;
  justify-content: space-between;

}

#wrap .section3 .btn1 h2 {
  font-family: 'GmarketSans';
  font-weight: 800;
  font-size: 2.2rem;
  color: #a35613;

}

#wrap .section3 .btn1 .btn1_1 .left {
  font-size: 1.6rem;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Regular';
  line-height: 1.5;
  font-weight: 300;
}

#wrap .section3 .btn1 .btn1_1 .left p {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Regular';
  line-height: 1.5;
  font-weight: 300;
  margin-top: 2rem;
}

#wrap .section3 .btn1 .btn1_1 .left .arrow {
  width: 17%;
  margin-top: 2rem;
}

#wrap .section3 .btn1 .btn1_1 .man {
  width: 90%;
  height: 141px;
}


#wrap .section3 .btn2 {
  background-color: #5072ef;
  padding: 3rem 1.5rem 0 0;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  width: 90%;
  text-align: right;
  margin-top: 3rem;
  float: right;
}

#wrap .section3 .btn2 .btn2_1 {
  display: flex;
  justify-content: space-between;

}

#wrap .section3 .btn2 h2 {
  font-family: 'GmarketSans';
  font-weight: 800;
  font-size: 2.2rem;
  color: #284aa9;

}

#wrap .section3 .btn2 .btn2_1 .right p {
  font-size: 1.8rem;
  color: #fff;
  font-family: 'SpoqaHanSansNeo-Regular';
  line-height: 1.5;
  font-weight: 300;
  margin-top: 2rem;
}

#wrap .section3 .btn2 .btn2_1 .right .arrow {
  width: 17%;
  margin-top: 2rem;
}

#wrap .section3 .btn2 .btn2_1 .man {
  width: 90%;
}

#wrap .section3 .btn3 {
  padding: 3rem 1.5rem 1.5rem;
  background-color: #fff;
  display: flex;
  margin: 45rem 1.5rem 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;

}

#wrap .section3 .btn3 .right {
  text-align: right;
}

#wrap .section3 .btn3 .right img {
  width: 70%;
}

#wrap .section3 .btn3 .left .p1 {
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}

#wrap .section3 .btn3 .left .p2 {
  font-size: 2.5rem;
  margin-top: 1.3rem;
  font-family: 'GmarketSans';
  font-weight: 700;
  white-space: nowrap;
}

#wrap .section3 .go {
  font-size: 2rem;
  display: block;
  text-align: center;
  background-color: #212428;
  color: #fff;
  margin: 0 1.5rem;
  padding: 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  font-weight: 500;
}
