@charset "UTF-8";

/*font*/
@font-face {
  src: url(../font/ONE\ Mobile\ POP.ttf);
  font-family: "ONE Mobile POP";
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

html,
body {
  /* width: 100%;
  height: 100%; */
  /* min-width: 800px; */
  /* margin: 0 auto; */
  min-width: 800px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  background-color: #D7EEFF;
}

#wrap {
  width: 100%;
  /* height: 100%; */
  height: auto;
  min-width: 800px;
  margin: 0 auto;
  position: relative;
}

.hidden {
  display: block;
  font-size: 0;
}

/* .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
} */

#contents {
  /* width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  position: relative;
  box-sizing: border-box; */
  width: 100%;
  /* max-width: 1920px; */
  /* width: 1920px; */
  margin: 0 auto;
  min-width: 800px;
  height: auto;
}

#header {
  width: 100%;
  height: 60px;
  background-color: #ffffff;
}

#header .header_fix {
  max-width: 1920px;
  /* width: 100%; */
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around
}

.logo {
  width: 150px;
  height: auto;
}

.main {
  width: 100%;
  width: 1900px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0;
  height: auto;
  margin: 0 auto;
}

#section_container {
  width: 1920px;
  width: 100%;
  width: 64%;
  width: 1200px;
  height: auto;
  min-width: 800px;
  margin: 0px auto;
}

.main_title {
  width: 100%;
  height: 140px;
  margin-top: 10px;
  text-align: center;
  text-align: center;
}

.main_title>img {
  width: 447px;
  height: auto;
}

.main_title>h2 {
  margin-top: 10px;
  font-size: 2em;
  font-weight: 500;
  font-family: 'SCDream';
  color: #000000;
}

.card_container {
  /* width: 1200px; */
  height: 660px;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 10px;
  padding: 0 10px 41px 10px;
}


.card {
  width: 100%;
  height: 320px;
  border-radius: 25px;
  box-sizing: border-box;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transform: perspective(0);
}

.card:hover {
  border: 2px solid #8049F6;
  box-shadow: 10px 8px 20px rgba(0, 0, 0, 0.3);
  transform: scale(1.03, 1.03);
}

.aside {
  width: 203px;
  height: 320px;
  height: 100%;
  width: 36%;
  border-radius: 25px 0 0 25px;
  position: relative;
}

.aside .img_container img {
  width: 203px;
  height: 320px;
  border-radius: 20px 0 0 25px;
}

.gif {
  position: absolute;
  top: 0;
  left: 0;
  animation: play-gif 1s steps(1) infinite;
  opacity: 0;
}

.card:hover .gif {
  opacity: 1;
}

@keyframes play-gif {
  100% {
    opacity: 1;
  }
}

.description {
  width: 387px;
  width: 100%;
  height: 320px;
  height: 100%;
  border-radius: 0 20px 25px 0;
  overflow: hidden;
  background-color: #ffffff;
}

.text_container {
  width: 100%;
  height: 300px;
  padding: 10px;
}

.text_container .t1 {
  font-size: 32px;
  line-height: 1.2;
  font-family: "ONE Mobile POP";
}

.text_container .t1.font_big {
  font-size: 40px;
  margin-top: 10px;
}

.t2 {
  margin: 7px 0;
  color: #537eab;
  font-weight: 800;
  font-size: 22px;
  align-items: center;
  display: flex;
}

.t2>span {
  text-align: center;
  background-color: #537eab;
  border-radius: 25px;
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 8px;
}

.class_box {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  display: flex;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  line-height: 1.3;
  box-sizing: border-box;
  overflow: hidden;
}

.class_box .class_left {
  color: #537eab;
  margin-right: 4px;
  width: 56px;
  line-height: 1.35;
  height: auto;
  flex-wrap: wrap;
}

.class_box .class_left>li {
  font-weight: 500;
  font-size: 18px;
}

.class_box .class_rigth {
  width: 83%;
  width: 296px;
  height: auto;
}

.class_box li {
  font-size: 17.5px;
}

.hashtag {
  display: flex;
  display: inline-block;
  width: auto;
  margin: 10px 5px 10px 0;
  color: #308063;
  padding: 5px 5px;
  border-radius: 25px;
  border: 1px solid #308063;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 15px;
}

.hashtag:hover {
  padding: 4px 4px;
  font-weight: bold;
  box-sizing: border-box;
  border: 2px solid #308063;
  align-items: center;
  justify-items: center;
}

.margin_style {
  margin: -10px 0;
}

.text_height {
  height: 110px;
  line-height: 1.4;
}

/* qr코드 + 공유버튼  */
.bottom_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  position: absolute;
  bottom: 20px;
  left: 30%;
}

.topic_btn {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: solid 1px #000000;
  background-color: #ffffff;
  position: relative;
}

.qr_btn {
  cursor: pointer;
  overflow: hidden;
}

.qr_btn:hover+.click_popup {
  display: block;
}

#popup1 {
  width: 135px;
  left: -90%;
}

#popup2 {
  width: 60px;
  padding: 2px;
  /* todo : 추후 다운로드 추가 시 수정 */
  /* left: 0; */
  left: -22px;
}

#popup3 {
  width: 60px;
  /* todo : 추후 다운로드 추가 시 수정 */
  /* left: 35%; */
  left: -14%;
}

.dw_btn:hover .hover {
  display: block;
}

.tip_btn:hover .hover {
  display: block;
}

.share_btn:hover .hover {
  display: block;
}

.qr_code {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
}

.click_popup {
  position: absolute;
  left: 0;
  top: -55px;
  width: 80px;
  height: 35px;
  background-color: #c6bef1;
  display: none;
  z-index: 50;
}

.click_popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #c6bef1;
}

.click {
  display: block;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  z-index: 3;
}

.qr_popup {
  position: absolute;
  z-index: 200;
  width: 204px;
  height: 230px;
  left: -62px;
  top: -173px;
  background-color: #ffffff;
  border: solid 1px #d5d5d5;
  box-sizing: border-box;
  cursor: auto;
  display: none;
}

.qr_popup.on {
  display: block;
}

.qr_popup>img {
  padding: 35px;
  margin-top: 25px;
}

.popup_header {
  position: absolute;
  right: 5px;
  top: 5px;
}

.qr_popup i {
  display: block;
  font-size: 20px;
  cursor: pointer;
}

/* 공유 팝업 */
.share_btn {
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: solid 1px #000000;
  padding: 7px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #ffffff;
}

.share_btn i {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #000000;
}

.share_popup {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
  z-index: 999;
  width: 450px;
  height: 130px;
  border: 1px solid #bbbbbb;
}

.share_popup_content {
  margin-top: 36px;
  text-align: center;
}

.share_close_btn {
  margin-top: 40px;
  background-color: #1E57BC;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.share_close_btn:hover {
  background-color: #ffffff;
  color: #1E57BC;
  border: 1px solid #1E57BC;
}


/* 권장사항 팝업 */
.info_continer {}

.info_btn {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #1E57BC;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  border: none;
  align-items: center;
  display: flex;
  font-size: 1.1em;
}

.info_btn .xi-info-o {
  font-size: 27px;
  margin-right: 5px;
}

/* 권장 사양 팝업 내용 */
.info_guide_popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #00000050;
  overflow: auto;
  display: none;
}

.info_guide_popup.show {
  display: block;
}

.info_guide_popup .popup_container {
  width: 80%;
  height: 547px;
  min-height: 45%;
  position: relative;
  left: calc(35% - 25%);
  top: 22%;
  background-color: #ffffff;
  border-radius: 40px 40px;
}

.info_guide_popup .popup_header {
  display: flex;
  justify-content: flex-end;
  border-radius: 40px 40px 0 0;
  position: unset;
  color: #ffffff;
  background-color: #424040;
  align-items: center;
}

.info_guide_popup .popup_header h2 {
  font-size: 50px;
  font-weight: bold;
  margin-left: 30px;
  width: 92%;
}

.info_guide_popup .popup_container img {
  width: 100%;
  margin-top: 2%;
}

.info_guide_popup .x_btn {
  margin: 20px 25px;
  cursor: pointer;
}

.info_guide_popup .x_btn i {
  font-size: 3em;
}