@charset "UTF-8";
/*
    메인페이지 적용 스타일
*/
#mobile-bottom-button {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  height: 72px;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #575fff;
  z-index: 15;
  text-decoration: none; }
  @media (max-width: 768px) {
    #mobile-bottom-button {
      display: flex; } }
  #mobile-bottom-button span {
    font-size: 1.25rem;
    font-weight: 700;
    color: white; }

#btn-top {
  display: none;
  position: fixed;
  bottom: 76px;
  right: 76px;
  width: 72px;
  height: 72px;
  background-image: url("/public/i/top.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  border: none;
  z-index: 15;
  cursor: pointer; }
  #btn-top:focus {
    outline: 0; }
  @media (max-width: 768px) {
    #btn-top {
      bottom: 92px;
      right: 20px; } }

@media (max-width: 768px) {
  footer {
    padding-bottom: 120px !important; } }

#saemi.pushable {
  background: #737ef5 !important; }

@media (max-width: 768px) {
  h1, h2, h3, h4, h5 {
    text-align: center; } }

@media (max-width: 768px) {
  .mobile-center-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; } }

#hero {
  padding-top: 10rem;
  background-image: linear-gradient(to bottom, #737ef5 10%, #8a94f6 54%, #d4d7f9); }
  @media (max-width: 768px) {
    #hero {
      padding-top: 6rem; } }
  #hero #hero-stack > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      #hero #hero-stack > div:last-child {
        justify-content: center;
        text-align: center; } }
  #hero #hero-mobile {
    width: 100%; }
    @media (max-width: 768px) {
      #hero #hero-mobile {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    #hero #hero-mobile > img {
      max-width: 428px; }
      @media (max-width: 768px) {
        #hero #hero-mobile > img {
          max-width: 290px;
          margin: 0 auto;
          display: block; } }
  #hero #hero-intro {
    margin-right: -1rem;
    padding-bottom: 5.5rem; }
    @media (max-width: 768px) {
      #hero #hero-intro {
        margin-right: 0; } }
    #hero #hero-intro > h1 {
      width: 22rem; }
      @media (max-width: 768px) {
        #hero #hero-intro > h1 {
          width: 17rem; } }
    #hero #hero-intro > a {
      display: inline-block;
      margin-top: 2rem; }
  #hero h1 {
    color: white; }
  #hero button {
    color: #1920b3; }

#meet-saemi {
  padding: 6rem 0 4.5rem;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative; }
  @media (max-width: 768px) {
    #meet-saemi {
      padding-bottom: 6.5rem; } }
  #meet-saemi h2 {
    width: 15rem; }
    @media (max-width: 768px) {
      #meet-saemi h2 {
        width: 12rem;
        margin-bottom: 3rem; } }
  #meet-saemi #yt,
  #meet-saemi #ytp {
    width: 110%; }
    @media (min-width: 768px) and (max-width: 994px) {
      #meet-saemi #yt,
      #meet-saemi #ytp {
        width: 100%; } }
    @media (max-width: 768px) {
      #meet-saemi #yt,
      #meet-saemi #ytp {
        width: 100%; } }
  #meet-saemi #ytp {
    line-height: 1.3;
    text-align: center; }
    #meet-saemi #ytp span {
      font-size: 0.75rem; }

#easy {
  padding: 9rem 0 8.5rem;
  background-image: linear-gradient(179deg, #e9ebfa 0%, #f2f2f2 82%); }
  #easy a {
    text-decoration: none; }
  #easy h2 {
    width: 24rem;
    margin-top: 0; }
    @media (max-width: 768px) {
      #easy h2 {
        width: 18rem; } }
  #easy p {
    word-break: keep-all; }
    @media (max-width: 768px) {
      #easy p {
        margin-bottom: 3rem; } }
  #easy .btn {
    background-color: transparent;
    margin-top: 5rem; }
  #easy #easy-btn-mobile {
    display: none; }
    @media (max-width: 768px) {
      #easy #easy-btn-mobile {
        display: block;
        line-height: 45px; } }
  #easy #easy-btn-desktop {
    display: block; }
    @media (max-width: 768px) {
      #easy #easy-btn-desktop {
        display: none; } }

#partners {
  padding: 6rem 0;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background-color: #fff; }
  @media (max-width: 768px) {
    #partners h2 {
      width: 19rem;
      margin: 0 auto; } }
  #partners #hs {
    display: flex;
    align-items: center;
    justify-content: center; }
    #partners #hs img {
      max-width: 196px;
      width: 48%; }
      #partners #hs img:first-child {
        margin-right: 1rem; }

#subscriptions {
  padding: 7rem 0;
  background-color: #f2f2f2; }
  @media (max-width: 768px) {
    #subscriptions {
      padding: 3rem 0 5rem; } }
  @media (max-width: 768px) {
    #subscriptions h1 {
      margin-bottom: 2rem; } }
  @media (max-width: 768px) {
    #subscriptions #list-subscription {
      padding: 0 3rem; } }
  @media (max-width: 345px) {
    #subscriptions #list-subscription {
      padding: 0; } }
  @media (max-width: 375px) {
    #subscriptions #list-subscription {
      padding: 0 1rem; } }
  #subscriptions #list-subscription .card {
    word-break: keep-all;
    display: inline-block;
    background-color: white;
    text-align: center; }
    @media (max-width: 768px) {
      #subscriptions #list-subscription .card {
        width: 100%;
        box-sizing: border-box; } }
    #subscriptions #list-subscription .card h5 {
      margin-bottom: 1rem; }
    #subscriptions #list-subscription .card h3 {
      color: #575fff;
      margin-bottom: 0; }
  #subscriptions #list-subscription a {
    text-decoration: none;
    color: #2a2a2a; }
    #subscriptions #list-subscription a:first-child {
      margin-right: 2rem; }
      @media (max-width: 768px) {
        #subscriptions #list-subscription a:first-child {
          margin-right: 0;
          margin-bottom: 2rem; } }

#contact {
  background-color: #222229;
  padding: 5rem 0 2.5rem;
  color: white !important; }
  #contact h1 {
    margin-top: 0; }
  #contact .saemi-input {
    background-color: #4d4d5b;
    color: white; }
  #contact textarea {
    resize: vertical; }
  #contact label {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    display: block; }

@media (max-width: 768px) {
  #info {
    display: none; } }

#first-input {
  margin-right: 1rem; }
  @media (max-width: 768px) {
    #first-input {
      margin-right: 0; } }

#main-button {
  margin-top: 1.2rem;
  text-align: center; }
  #main-button button {
    width: 12rem;
    height: 3rem; }
    @media (max-width: 768px) {
      #main-button button {
        width: 8rem;
        padding: 0; } }
    #main-button button p {
      margin: 0; }

.info-text {
  margin: 0; }
  @media (max-width: 768px) {
    .info-text {
      display: inline-block;
      margin-bottom: 2rem; } }

#info-title {
  text-align: left; }
