@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  height: 100%;
  letter-spacing: -0em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1400px;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "pretendard", "Noto Sans KR", sans-serif;
  color: #333;
  text-decoration: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: none;
  font-family: "pretendard", "Noto Sans KR", sans-serif;
}

label {
  vertical-align: middle;
}

strong,
.bold, b {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}
.mo_br{display: none;}
/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1430px;
  margin: 0 auto;
}

.smile_casepage_wrap {
  background: #030709;
  color: #fff;
  font-family: "pretendard","Noto Sans KR", sans-serif;
}

.smile_top {
  background: url("../img/smile_casepage_bg1.jpg") no-repeat center top 80px;
  padding: 285px 0;
}

.smile_top .scm {
  position: relative;
}

.eng_ttl {
  /* font-family: 'Noto Serif KR', serif; */
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: 100;
}

.c_blue {
  color: #1ea9e0;
}

.smile_top_ttl {
  padding-left: calc(50% + 100px);
  font-weight: 800;
}

.smile_top_ttl h2 {
  font-size: 65px;
  margin-top: 40px;
}

.smile_top_ttl p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.smile_top_ttl p::before {
  content: '';
  display: block;
  width: 66px;
  height: 2px;
  background: #1ea9e0;
  margin: 40px 0;
}

.smile_top_doc_name {
  position: absolute;
  top: 120px;
  left: 20px;
}

.smile_top_doc_name h6 {
  font-size: 18px;
  color: #1ea9e0;
}

.smile_top_doc_name h4 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.smile_top_history {
  background: #007ff7;
  background: linear-gradient(291deg, rgba(0, 127, 247, 0.3) 25%, rgba(0, 52, 101, 0.2) 100%);
  padding: 80px 0;
}

.smile_top_history_ttl {
  width: 246px;
  font-size: 40px;
  font-weight: 400;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  line-height:1.3;
}

.smile_top_history_ttl b {
  font-size: 50px;
  font-weight: 600;
}

.smile_top_history_cont {
  padding-left: 60px;
  width: calc(100% - 247px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.smile_top_history_cont > div {
  width: 33.333%;
}

.smile_top_history_cont > div:nth-child(n+4) {
  margin-top: 45px;
}

.smile_top_history_cont em {
  font-style: normal;
  color: #1ea9e0;
  font-size: 19px;
  font-weight: 600;
}

.smile_top_history_cont p {
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
}

.casepage_container {
  background: url("../img/smile_casepage_bg2.jpg") no-repeat center top;
  background-size: cover;
  padding-top: 170px;
}

.casepage_ttl {
  text-align: center;
}

.casepage_ttl h2 {
  font-size: 65px;
  margin: 30px 0;
  font-weight: 800;
  letter-spacing: 0;
}

.casepage_ttl p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.review_swiper_wrap {
  position: relative;
  margin-top: 30px;
}

.review_swiper_wrap .swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.review_swiper_wrap .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 640px;
}

.review_swiper_wrap .swiper-slide .review_thumb {
  width: 640px;
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}

.review_swiper_wrap .swiper-slide .review_subt {
  font-size: 22px;
  margin-top: 12px;
  text-align: center;
}

.review_swiper_wrap .swiper-slide img {
  display: block;
  width: 100%;
}

.review_swiper_wrap .swiper-button-next,
.review_swiper_wrap .swiper-button-prev {
  font-size: 24px;
  font-family: 'SUIT';
  color: #fff;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.review_swiper_wrap .swiper-button-next {
  right: -80px;
}

.review_swiper_wrap .swiper-button-next::after {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.review_swiper_wrap .swiper-button-prev {
  left: -80px;
}

.review_swiper_wrap .swiper-button-prev::after {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
}

.review_play {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.review_play.show {
  display: block;
}

.review_play_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casepage_about {
  margin-top: 120px;
}

.casepage_about .scm {
  padding-top: 200px;
  padding-bottom: 200px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.casepage_about iframe{
	border-radius: 28px;
	overflow:hidden;
}

.casepage_about_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.casepage_about_big {
  width: 950px;
  border-radius: 40px;
  overflow:hidden;
}

.casepage_about_list {
  width: calc(100% - 950px);
  padding-left: 14px;
}

.casepage_about_thumb {
  width: 465px;
  height: 260px;
  margin-bottom: 11px;
  cursor: pointer;
  border-radius: 28px;
		overflow:hidden;
}

.casepage_about_thumb img {
  width: 100%;
}

.casepage_cs {
  width: 100%;
  padding: 180px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: url("../img/smile_casepage_bg3.png") no-repeat center;
}

.casepage_cs .scm {
  padding-left: 128px;
  padding-right: 128px;
}

.casepage_cs_ttl {
  font-size: 60px;
  font-weight: 100;
}

.casepage_cs_ttl b {
  font-weight: 600;
}

.casepage_cs_ttl em {
  color: #1ea9e0;
  font-weight: 900;
  font-style: normal;
}

.casepage_cs .cs_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 96px;
}

.casepage_cs .frm_left .frm_item {
  width: 395px;
  height: 104px;
  margin-bottom: 26px;
}

.casepage_cs .frm_right .frm_item {
  width: 590px;
}

.casepage_cs .frm_right .frm_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.casepage_cs .frm_right .frm_submit .frm_agree{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casepage_cs .frm_right .frm_submit .frm_agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casepage_cs .frm_right .frm_submit .frm_agree input {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.casepage_cs .frm_right .frm_submit .frm_agree a{color: rgba(256,256,256,0.6); margin-left: 6px;}

.casepage_cs .frm_right .frm_submit button {
  padding: 14px 40px;
  color: #fff;
  background: #1ea9e0;
  border-radius: 40px;
  border: none;
  font-size: 18px;
  font-weight: 500;
  width: 280px;
}

.casepage_cs .frm_item {
  border-radius: 2px;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.2);
}

.casepage_cs .frm_item_label {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.casepage_cs .frm_item input {
  width: 100%;
  height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}

.casepage_cs .frm_item textarea {
  width: 100%;
  height: 288px;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
}

.casepage_cs .frm_links > div {
  margin-bottom: 20px;
}

.casepage_cs .frm_links > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
  font-size: 16px;
}

.casepage_cs .frm_links > div a img {
  margin-right: 8px;
}
/*# sourceMappingURL=casepage.css.map */