.header .b-wrap .joining {
  display: block;
}

.log-out .header .b-wrap .btn-wrap {
  display: none;
}
.log-out .header .b-wrap .logout {
  display: block;
}

.content {
  position: relative;
  margin-top: -1px;
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.inner {
  width: 100%;
  max-width: 1608px;
  margin: 0 auto;
}

.flex-wrap {
  display: flex;
}

.left {
  width: 50%;
  padding-top: 81px;
}
.left .s-flex {
  display: flex;
  justify-content: left;
}
.left .color {
  display: block;
  margin-top: -45px;
  min-width: 151px;
  height: 106px;
  background: url("/static/img/main/emblem.png") no-repeat center;
}
.left .h2-wrap {
  width: 100%;
  margin-left: 16px;
  position: relative;
}
.left .h2-wrap .ap {
  position: absolute;
  left: -166px;
}
.left h2 {
  font-family: "GmarketSans", sans-serif;
  font-size: 67px;
  line-height: 76px;
  font-weight: 300;
}
.left h2 span {
  font-weight: 500;
}
.left .btn-wrap {
  height: 284px;
}
.left .btn {
  margin-top: 175px;
  display: block;
  width: 140px;
  height: 45px;
  background: #9dc9fd;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  font-size: 19px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  font-family: "GmarketSans", sans-serif;
}
.left .height-box {
  height: 80px;
  position: relative;
  z-index: 99;
}

.img-wrap {
  position: absolute;
  z-index: 99;
  left: 77px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.right {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "GmarketSans", sans-serif;
}
.right .shortcut {
  font-family: "SUIT", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.right .shortcut a {
  display: flex;
  gap: 10px;
  text-decoration: underline;
}
.right .big-box {
  width: 100%;
  height: 350px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: url("/static/img/main/box1.png") no-repeat center;
  margin-bottom: 27px;
  padding-left: 50px;
  padding-top: 135px;
  position: relative;
}
.right .big-box h4 {
  margin-bottom: 30px;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.right .big-box p {
  font-family: "SUIT", sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 25px; /*240718*/
  font-weight: 300;
}
.right .big-box .circle {
  position: absolute;
  bottom: 50px;
  right: 40px;
  width: 71px;
  height: 71px;
  background: #fff;
  border-radius: 71px;
  -webkit-border-radius: 71px;
  -moz-border-radius: 71px;
  -ms-border-radius: 71px;
  -o-border-radius: 71px;
}
.right .big-box .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
.right .big-box .circle a::before {
  content: "";
  width: 26px;
  height: 24px;
  background: url("/static/img/icon/btn.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.right .big-box .shortcut {
  display: flex;
  gap: 21px;
  margin-top: 40px;
}
.right .small {
  width: 380px;
  height: 320px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding-left: 50px;
  padding-top: 56px;
  position: relative;
  margin-bottom: 31px;
}
.right .small h4 {
  font-size: 33px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.right .small p {
  font-family: "SUIT", sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  font-weight: 400;
}
.right .small .shortcut {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.right .small1 {
  background: url("/static/img/main/box2.png");
}
.right .small2 {
  background: url("/static/img/main/box3.png");
}