@charset "utf-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 768px;
}

button {
  cursor: pointer;
}

.line {
  border-bottom: 2px dashed #f5f5f5;
  padding: 0.1rem 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

a:hover {
  text-decoration: none !important;
  color: black;
}

/* 레이아웃 */
#wrap {
  box-sizing: border-box;
}

#header {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
}

#section-01 {
  width: 100%;
}

#section-02 {
  width: 100%;
}

/* 가운데 영역 */
.container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/* 로우 영역 */
.row {
  padding: 0 24px;
}

/* 헤더 영역 */
.header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.header h1 {
  float: left;
}

.header h1 em {
  padding: 1rem;
}

.header h1 em img {
  width: 100px;
}

.header .nav {
  float: right;
}

.header .nav ul {
  display: flex;
}

.header .nav ul li {
  float: left;
  text-align: center;
}

.header .nav ul li a {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

/* 컨텐츠 영역 */
.section-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffe7e6;
  text-align: center;
  padding: 3vw 0 0 0;
}

.section-01 .cont-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 80%;
}

.cont-inner .sec01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}

.cont-inner .sec02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
}

.section-01 .whiteBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  border-radius: 40px;
  background-color: white;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

/* 모바일 시작 */
.section-01 .whiteBox .mobileImg {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 90%;
  margin: 3vw 0;
  gap: 10px;
}

.section-01 .whiteBox .mobileCalendarText {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-01 .whiteBox .mobileCalendarText .mobileSubText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  font-weight: bold;
}

.section-01 .whiteBox .mobileCalendarText .mobileDownloadBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #ffe4a7;
}

.section-01 .whiteBox .mobileCalendarText .mobileSubText .mobileNoCalendar {
  font-size: 10px;
  padding: 4px 16px;
  margin-top: 0.3rem;
  border-radius: 24px;
  border: 0.5px dashed #000000;
}

/* 모바일 끝 */

/* 태블릿 시작 */
.section-01 .whiteBox .tabletImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin: 3vw 0;
  gap: 20px;
}

.section-01 .whiteBox .tabletCalendarText {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-01 .whiteBox .tabletCalendarText .tabletSubText {
  font-size: 16px;
  font-weight: bold;
}

.section-01 .whiteBox .tabletDownBox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-01 .whiteBox .tabletCalendarText .tabletNoCalendar {
  font-size: 10px;
  padding: 4px 16px;
  border-radius: 24px;
  border: 0.5px dashed #000000;
}

.section-01 .whiteBox .tabletCalendarText .tabletDownloadBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #ffe4a7;
}

/* 태블릿 끝 */

/* .section-01 .whiteBox .ps-r {
  position: relative;
}

.section-01 .whiteBox .sec05 .downloadBtn {
  position: absolute;
  right: 8.5%;
  bottom: 32%;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 1rem 4rem;
  background-color: #ffe4a7;
}

.section-01 .whiteBox .sec06 .downloadBtn {
  position: absolute;
  right: 11%;
  bottom: 28%;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 1rem 4rem;
  background-color: #ffe4a7;
}

.section-01 .whiteBox .sec07 .downloadBtn {
  position: absolute;
  right: 21%;
  bottom: 5.5%;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 0.5rem 2.5rem;
  background-color: #ffe4a7;
}

.section-01 .whiteBox .sec08 .downloadBtn {
  position: absolute;
  right: 11%;
  bottom: 7%;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 0.5rem 2.5rem;
  background-color: #ffe4a7;
} */

.section-01 .dropdown {
  position: relative;
  display: inline-block;
  min-width: 80%;
}

.section-01 .dropBtn {
  background-color: #f5f5f5;
  color: #333;
  padding: 1rem;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-width: 100%;
}

.section-01 .dropBtn span.icon-down {
  position: absolute;
  right: 4%;
}

.section-01 .dropdown-content {
  display: none;
  height: 220px;
  overflow: scroll;
  background-color: #fff;
  padding: 0 1rem;
  z-index: 1;
}

.section-01 .dropdown-content::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.section-01 .dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgb(194, 194, 194);
}

.section-01 .dropdown-content .title {
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
}

.section-01 .dropdown-content a {
  color: #333;
  padding: 0.5rem;
  display: block;
  height: auto;
  position: relative;
}

.section-01 .dropdown-content a span.icon-download {
  position: absolute;
  right: 4%;
}

.section-01 .dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* .section-01 .dropdown:active .dropdown-content {
  display: block;
} */

.section-01 .dropdown:hover .dropBtn {
  background-color: #f1f1f1;
}

.account {
  width: 100%;
  padding: 3vw 0 0 0;
}

.account-inner {
  background-color: #5293ff;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 4rem;
}

.account-inner h1 {
  font-size: 1.5rem;
}

.section-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /*    padding: 3vw 0;*/
}

.section-02 .container {
  background-color: #e5eefd;
}

.section-02 .cont-inner {
  width: 90%;
  margin: 0 auto;
  margin-top: 10vh;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}

.section-02 .container .sec04 {
  margin-bottom: 10vh;
}

.section-02 .downloadBtn {
  width: 180px;
  right: 12%;
  bottom: 6.5%;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 100px;
  padding: 1rem 6rem;
  background: #5293ff;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 10px -10px;
}

.section-02 .sec04 {
  display: flex;
  justify-content: center;
}
.section-02 .cont-img-inner {
  margin: 0 auto;
  width: 90%;
  padding: 5vw 0;
}

.section-02 .edenden {
  width: 100%;
}

.section-02 .edenden .edenBtn {
  width: 100%;
  background-color: #5293ff;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 4rem;
  font-size: 1.5rem;
}
