



@charset "UTF-8";
@import url(./reset.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");
:root {
  --white: #fff;
  --primary: #98D0D3;
  --black: #555454;
  --red: #C63102;
}

html {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, HelveticaNeue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

body {
  min-width: 320px;
  letter-spacing: -0.025em;
  color: #575757;
  line-height: 1.6;
}

.top_p { margin-top: 100px !important; }

.works_button {
  display: inline-block;
  width: 80%;
  height: 45px;
  border: none;
  /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);*/
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: linear-gradient(to bottom, #924aff, #006ee9);
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin: 0 auto;
}

/*
.works_button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.works_button:hover::before {
  transform: translateY(0);
}
  
.works_button:hover {
  background: linear-gradient(to bottom, #36b2cd, #6164c4);
}

*/









Select {
  font-family: inherit; /* 폰트 상속 */
  background: url(../img/btn-drop-arrow.svg) no-repeat 98% 50%;
  /* 네이티브 화살표를 커스텀 화살표로 대체 */
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}

Select::-ms-expand {
  display: none; /* 화살표 없애기 for IE10, 11*/
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

button {
  border: 0;
  font-family: inherit;
}

.lineClamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.inner {
  max-width: 430px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.innerEscape {
  width: calc(100% + 15px + 15px);
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}

.red {
  color: #0096ea;
}

p {
  font-size: 14px;
  font-weight: 400;
}

b {
  color: #6F6E6E;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.input {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px 0 12px 15px;
  height: 40px;
  border-radius: 30px;
  border: none;
  background: #dfdfdf;
  /* box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset; */
  background: #ededed;
  border: 0px solid #d7d7d7;
}
.input::-moz-placeholder {
  color: #B8B8B8;
}
.input::placeholder {
  color: #B8B8B8;
}

.select {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 12px 0 12px 15px;
    height: 40px;
    border-radius: 30px;
    border: 0px solid #dbdbdb;
    background: none;
    /* box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset; */
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 22px;
    background: #ededed url(../img/ic_sel_arr.png) right 8px center no-repeat;
}
.select::-moz-placeholder {
  color: #B8B8B8;
}
.select::placeholder {
  color: #B8B8B8;
}

.terms {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px;
  height: 40px;
  border-radius: 5px;
  border: 0.2px solid #000;
  background: #F5F5F5;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  display: block;
  width: 100%;
  min-height: 124px;
  padding: 10px;
  font-size: 12px;
}
.terms::-moz-placeholder {
  color: #B8B8B8;
}
.terms::placeholder {
  color: #B8B8B8;
}

.textarea {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 5px;
    border: 0px solid #e2e1e1;
    background: #F5F5F5;
    /* box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset; */
    display: block;
    width: 100%;
    padding: 10px;
    resize: none;
    background:#ededed;
    height:80px;
}
.textarea::-moz-placeholder {
  color: #B8B8B8;
}
.textarea::placeholder {
  color: #B8B8B8;
}

.inputDiv {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  padding: 12px;
  height: 40px;
  border-radius: 30px;
  border: none;
  background: #ededed;
  /* box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #B8B8B8;
  font-size: 14px;
}
.inputDiv::-moz-placeholder {
  color: #B8B8B8;
}
.inputDiv::placeholder {
  color: #B8B8B8;
}
.inputDiv input {
  border: 0;
  background-color: transparent;
  font-family: inherit; /* 폰트 상속 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.inputDiv input::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.inputDiv .flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkboxBx {
	appearance: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  gap: 13px;
}

.checkboxBx .checkboxIcon {
  display: block;
  width: 19px;
  height: 19px;
  border: 2px solid #6F6E6E;
  box-sizing: border-box;
}
.checkboxBx input:checked + .checkboxIcon {
  background-color: var(--primary);
}

.copyBx {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #555454;
  gap: 13px;
  background-color: transparent;
}
.copyBx .copyIcon {
  display: block;
  width: 19px;
  height: 19px;
  box-sizing: border-box;
  background: url(../img/ic_copySend.svg) center no-repeat;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 44px;
    border-radius: 30px;
    background:#;
    color: #ffffff;
    font-size: 20px;
    margin: 0 auto;
}

.btn2 {
    font-size: 17px;
    padding: 9px 12px;
    border: 1px solid #B8B8B8;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 27px;
    width: 80px;
}


.section-login {
  padding-bottom: 0px;
  position: relative;
  box-sizing: border-box;
  background: url(../img/bg.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  margin:0 auto;
  min-height: 100vh;
  background-attachment: fixed; 
}
@media (min-width: 1200px) {
	.section-login {
	  padding-bottom: 0px;
	  position: relative;
	  box-sizing: border-box;
	  background: url('../img/bg2.png') no-repeat center center;
	  background-size: cover;
	  width: 100%;
	  margin:0 auto;
	  min-height: 100vh;
	  background-attachment: fixed; 
	}
}


.txt_t01 >img { width:110%; margin:0 auto; }


.section-login .lock {
  display: flex;
  justify-content: flex-end;
  padding: 11px 0;
}
.section-login .lock .ic-lock {
  width: 24px;
  height: 24px;
  background: url(../img/ic_lock.svg) center no-repeat;
}
.section-login .hero {
  max-width: 290px;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--black);
  font-weight: 700;

}
.section-login .hero .sub {
  font-size: 14px;
}
.section-login .hero .logo {
  margin-top: 18px;
  margin-bottom: 10px;
}
.section-login .hero .bottom {
  width: 100%;
  text-align: right;
}
.section-login .hero .bottom .red {
  font-size: 20px;
  color: var(--red);
}
.section-login .hero .bottom .small {
  font-size: 12px;
  margin-top: 1px;
}
.section-login .inputWrap {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 28px;
}
.section-login .desc {
  color: #848383;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.section-login .newGroup {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
  padding-bottom: 15px;
}
.section-login .newGroup .rel {
  position: relative;
  width: auto;
  height: auto;
}
.section-login .newGroup .text {
  bottom: 0;
  left: 50%;
  white-space: nowrap;
  padding-top:-8px;
  color: #555454;
  font-size: 14px;
  font-weight: 500;
  text-align:center;
}
.section-login .newGroup .ic-plus {
  width: 60px;
  height: 60px;
  background: url(../img/btn_newGroup.svg) center no-repeat;
}
.section-login .notice {
  padding: 12px 20px 38px;
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 430px;
  margin: 0 auto;
  margin-top: 80px;
}
.section-login .notice .tit {
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.section-login .notice li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 6px 0;
  color: #555454;
  font-size: 12px;
  font-weight: 500;
}
.section-login .notice .text {
  flex: 1 0 0;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-login .notice .user {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-main {
  padding-bottom: 82px;
}

.bottomNav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
	.bottomNav {
	  position: fixed;
	  bottom: 0;
	  left: 50%;
	  transform: translateX(-50%);
	  max-width: 430px;
	  width: 100%;
	  margin: 0 auto;
	  padding: 15px;
	  box-sizing: border-box;
	}
}

.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  background-color: #fff;
  height: 50px;
  width: calc(100% + 15px + 15px);
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
}
.topNav.diagnosis {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: transparent;
  margin: 0;
}
.topNav .tit {
  color: var(--red);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-top: 10px;
}
.topNav .left {
  min-width: 32px;
  min-height: 32px;
}
.topNav .left .back {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/ic_back.svg) center no-repeat;
}
.topNav .right {
  display: flex;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
}
.topNav .right .home {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/Home.svg) center no-repeat;
}
.topNav .right .count {
  margin-left: 10px;
  padding: 0 7px;
  color: #ff5e00;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: -6px;
}

.form {
  width: 100%;
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
  font-size:14px;
}
.form .inputRow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form .inputRow input,
.form .inputRow select {
  /*flex: 1 0 0;*/
  width: 80%;
  margin: 0 auto;
  color:#8f8f8f;
}
.form .inputRow input[type="checkbox"] {
  flex: initial; 
  width: auto;   
}

.form .inputRow .w25 {
  flex: 0 0 25%;
}
.form .inputRow + .inputRow {
  margin:0 auto;
  width:80%;
}
.form .inputLabel {
 /*display: flex;*/
  color: #6F6E6E;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-align: center;
}

.requestSummary .tr {
  display: flex;
  gap: 3px;
  font-weight: 500;
}
.requestSummary .tr .date {
  width: 140px;
}
.requestSummary .tr .time {
  width: 90px;
}
.requestSummary .tr .during {
  width: 70px;
}

.infoMesg {
  text-align: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 500;
}
.infoMesg b {
  font-size: 18px;
  font-weight: 600;
}
.infoMesg .red {
  font-size: 24px;
  font-weight: 800;
  padding: 0 5px;
}

.circleWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px 0;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 15px + 15px);
  padding: 10px;
  box-sizing: border-box;
  margin-top: 30px;
  position: relative;
}
.circleWrap .userName {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
.circleWrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.circleWrap .item .label {
  margin-top: 7px;
  color: #000;
  font-size: 18px;
  font-weight: 800;
}
.circleWrap .circle {
  width: 83%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circleWrap .circle.color {
  background-color: #98D0D3;
}
.circleWrap .circle.grey1 {
  background-color: #979595;
}
.circleWrap .circle.grey2 {
  background-color: #D9D9D9;
}
.circleWrap .circle.grey3 {
  background-color: #ECECEC;
}
.circleWrap .circle .whiteBG {
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circleWrap .circle .whiteBG .value {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.result1 {
  padding-bottom: 0;
}
.result1 .inner {
  padding-bottom: 82px;
  position: relative;
  min-height: 100vh;
}
.result1 .bottomFixedLayout {
  position: absolute;
  bottom: 86px;
  right: 20px;
}

.payment .paymentInfo {
  text-align: right;
  margin-top: 40px;
}
.payment .paymentInfo .borderWrap {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.payment .paymentInfo .value {
  font-weight: 20px;
  font-weight: 800;
  margin-left: 10px;
}
.payment .paymentInfo .price .label {
  font-size: 18px;
}
.payment .paymentInfo .price .value {
  font-size: 36px;
  font-weight: 800;
}
.payment .paymentInfo .groupDiscount .value {
  font-size: 20px;
  font-weight: 800;
  color: #979595;
}
.payment .paymentInfo .groupDiscount .value.red {
  color: #C63102;
}
.payment .paymentInfo .myPoint .useAll {
  font-size: 20px;
  padding: 6px 12px;
  border: 1px solid #B8B8B8;
  border-radius: 15px;
  background-color: #fff;
  margin-left: 27px;
}
.payment .paymentInfo .total .value {
  font-size: 36px;
  color: #555454;
}
 .payLink {
  display: block;
  line-height: 47px;
  color: #555454;
  font-size: 20px;
  font-weight: 800;
  padding: 0 25px;
}

.score {
  text-align: center;
  color: #6F6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 12px;
}
.score .value {
  margin-bottom: 10px;
  border-radius: 15px;
  border: 2px solid #B8B8B8;
  padding: 0 20px;
  width: 213px;
  height: 40px;
  flex-shrink: 0;
  color: #6F6E6E;
  font-size: 20px;
  font-weight: 400;
  box-sizing: border-box;
}
.accordion .accordion-item {
  border-radius: 0;
  border: 0;
}
.accordion .accordion-item + .accordion-item {
  margin-top: 3px;
}
.accordion .accordion-button {
  background-color: #F5F5F5;
  color: #555454;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 30px;
  border-radius: 0 !important;
}

.etcFunction {
  display: block;
  color: #555454;
  font-size: 14px;
  line-height: 30px; /* 214.286% */
  padding: 0 34px;
}

.accordion-body {
  padding: 0;
}

.report .group {
  padding: 15px 7px;
  display: flex;
  align-items: center;
}
.report .group + .group {
  border-top: 1px solid #D9D9D9;
}
.report .group ul {
  flex: 1 0 0;
}
.report .group .list {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}
.report .group .label {
  width: 90px;
  text-align: right;
  flex: 0 0 90px;
  color: #6F6E6E;
  font-size: 16px;
  font-weight: 700;
}
.report .group .barWrap {
  flex: 1 0 0;
  width: 100%;
}
.report .group .bar {
  height: 20px;
  background-color: #A6A4A4;
}
.report .group .bar.color {
  background-color: #98D0D3;
}
.report .group .bar.light {
  background-color: #D9D9D9;
}
.report .group .bar::before {
  content: attr(barValue);
  padding-left: 2px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
.report .group .circleDiv {
  width: 75px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  border-radius: 50%;
  background-color: #A6A4A4;
}
.report .group .circleDiv.color {
  background-color: #98D0D3;
}
.report .group .circleDiv.grey1 {
  background-color: #979595;
}
.report .group .circleDiv.grey2 {
  background-color: #D9D9D9;
}
.report .group .circleDiv.grey3 {
  background-color: #ECECEC;
}
.compass {
  aspect-ratio: 1/1;
  background: url(../img/bg_compass.svg) center/contain no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 55px);
}
.compass .compassArrow {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/ic_compass_arr.svg) center no-repeat;
  transition: 1.5s cubic-bezier(0.9, 0.02, 0.65, 1);
}
.compass .userName {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.landscape .inner {
  max-width: 100%;
  padding: 0;
}

.diagnosisGuide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 80%;
  height: 70vh;
  margin: 0 auto;
}
.diagnosisGuide h2 {
  color: #C63102;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.diagnosisGuide .desc {
  color: #6F6E6E;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.diagnosisGuide p {
  text-align: left;
  color: #848383;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.diagnosisGuide b {
  font-weight: 700;
}
.diagnosisGuide .btn {
  max-width: 360px;
}

.diagnosisLayout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #e2edff 0%, #e2edff  50%, #FFF 50.1%);
}

.diagnosisContents {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 14vh;
}
.diagnosisContents .tit {
  gap: 10px;
  padding: 0 10px;
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #33b6ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.diagnosisContents .tit p {
  flex: 1 0 0;
  text-align: left;
  color: #2c2c2c;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.diagnosisContents .btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.diagnosisContents .btnWrap .button {
  transition: 0.3s;
  background-color: transparent;
  max-width: 110px;
  width: 20%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #555454;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.diagnosisContents .btnWrap .button:nth-child(1) {
  color: #555454;
}
.diagnosisContents .btnWrap .button:nth-child(2) {
  color: #848383;
}
.diagnosisContents .btnWrap .button:nth-child(3) {
  color: #B8B8B8;
}
.diagnosisContents .btnWrap .button:nth-child(4) {
  color: #848383;
}
.diagnosisContents .btnWrap .button:nth-child(5) {
  color: #555454;
}
.diagnosisContents .nextBtn {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: auto;
  position: fixed;
  right: -45px;
  bottom: 26px;
}

.diagnosisContents .beforeBtn {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #333333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-left: auto;
  position: fixed;
  left: 40px;
  bottom: 26px;
}

.diagnosisFinish {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60vh;
  gap: 50px;
}
.diagnosisFinish .tit {
  color: #555454;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.diagnosisFinish .dotWrap {
  display: flex;
  gap: 14px;
}
.diagnosisFinish .dotWrap .dot {
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #6F6E6E;
  border-radius: 50%;
}
.diagnosisFinish .desc {
  color: #6F6E6E;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}/*# sourceMappingURL=style.css.map */



.joinBtn {
  width: 80%;
  padding: 10px 0px;
  background: #fff;
  border: none;
  border-radius: 30px;
  font-weight: 400;
  color: #676767;
  cursor: pointer;
  border: 2px solid #cec9c9;
  font-size: 14px;
}

.joinBtn:active {
  box-shadow: 1px 1px 6px #000;
}