html {
  scroll-behavior: smooth;
}

*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/* 공통설정 ---------------- */
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");

html {
  position: relative;
  font-family: "Pretendard";
}


#quickmenu {
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#quickmenu ul li {
    border-radius: 40px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  margin-top: 12px;
}

#quickmenu ul li a {
  display: block;
  width: 100%;
}

#quickmenu ul li a img {
  display: block;
  width: 100%;
}

.title {
  font-size: 40px;
}

b {
  font-weight: 700;
}

/* sect1 ------------------- */

#sect1 .textbox {
  color: #fff;
}

/* sect2 ----------------------- */

#sect2 figure img {
  display: block;
  width: 100%;
}

/* sect3 ---------------------- */
#sect3 {
  background: #f1f4f7;
}

#sect3 .textbox .title {
  text-align: center;
  margin-bottom: 40px;
}

figure img {
  width: 100%;
}

figure.main {
  max-width: 1180px;
  margin: -400px auto 240px;
  width: 80%;
}

/* sect4 -------------- */

#sect4 img {
  width: 100%;
}

/* sect5 ---------------- */

#sect5 img {
  display: block;
  width: 100%;
}

/* sect6 ---------------- */

#sect6 img {
  width: 100%;
  display: block;
}




/* -------------------
        mobil
---------------------- */

@media (max-width: 601px) {
  /* 공통설정--------------- */
  .wrap {
    width: calc(100% - 60px);
    margin: auto;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  /* quickmenu ------------ */

  #quickmenu {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }

  #quickmenu ul li {
    width: 64px;
    margin-top: 10px;
  }

  #quickmenu ul li a {
    display: block;
    width: 100%;
  }

  #quickmenu ul li a img {
    display: block;
    width: 100%;
  }

  /* sect1 --------------- */
  #sect1 {
    padding: 60px 0 280px;
    background-image: url("/landing/img/standard/m_sect1_bg.png");
    background-size: cover;
    background-position: center;
  }

  #sect1 .textbox .titletag {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
    margin-left: 4px;
  }

  #sect1 .textbox .title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
  }

  #sect1 .subtext li {
    font-weight: 200;
    margin-left: 4px;
    font-size: 16px;
    margin-bottom: 12px;
  }

  #sect1 .subtext li b {
    font-weight: 800;
    margin-right: 12px;
  }

  /* sect2 ----------------- */
  #sect2 {
    padding: 100px 0 150px;
    background-image: url("/landing/img/standard/m_sect2_bg.png");
    background-size: cover;
  }

  /* sect3 ------------- */
  #sect3 {
    padding: 100px 0 60px;
  }

  #sect3 figure {
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect3 figure img {
    width: 100%;
  }

  /* sect5 -------------- */

  #sect5 figure {
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect5 figure img {
    width: 100%;
  }

  #sect5 {
    padding: 40px 0 0;
  }

  /* sect7 -------------- */
  #sect7 {
    padding: 100px 0 100px;
  }

  #sect7 .title {
    margin-bottom: 40px;
    text-align: center;
  }

  #sect7 .link {
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect7 .link li{
    margin-bottom: 60px;
  }

  #sect7 .link li img{
    width: 100%;
  }
  /* sect8 ------------- */
  #sect8 {
    padding: 100px 0 60px;
  }
 #sect8 .title {
    margin-bottom: 40px;
    text-align: center;
  }
  #sect8 figure {
    width: calc(100% - 40px);
    margin: auto;
  }

  #sect8 figure img {
    width: 100%;
  }
  /* sect10 -------------- */
  #sect10 {
    padding: 100px 0 100px;
  }

  #sect10 .title {
    margin-bottom: 40px;
    text-align: center;
  }
#sect10 .link li{
    /* margin-bottom: 20px; */
    width: 40%;
    transition: .5s;
	border:1px solid #00C2CF;
text-align:center;
padding:23px 10px;
  }
#sect10 .link li>a{
color:#000000;
font-size:20px;
line-height:1.4;
}
 
  #sect10 .link li:hover{
    transition: .5s;
    /* padding-top: 30px; */
	background-color:#00C2CF;
  }
  #sect10 .link li img{
    width: 100%;
  }
  #sect10 .flex{
    flex-wrap: wrap;
    display:flex;
	justify-content:center;
  }
  
  
/* sect11 -------- */

/* sect11 -------------- */

#sect11{
  text-align: center;
  position: relative;
}

/* #sect11 figure{
  position: relative;
} */

#sect11 .text{
  color: #fff;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}

#sect11 .text2{
  margin-bottom: 16px;
}

#sect11 .text1{
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
  letter-spacing: -1px;
  margin: 30px;
}

#sect11 .btn{
  margin: auto;
}


#sect11 .btn a{
  color: #fff;
  display: block;
  border: 1px solid #fff;
  padding: 14px 0 16px;
}

#sect11{
  height: 340px;
}

#sect11 .mobile{
  height: 340px;
}

#sect11 .mobile img{
  height: 100%;
}

#sect11 .text2{
  width: 88%;
  margin: auto;
  padding-bottom: 20px;
}

#sect11 .text{
  padding-bottom: 10px;
  width: 88%;
}


#sect11 .btn{
  width: 100%;
  display:flex;
  justify-content:center;
}

#sect11 .btn a{
  width: 48%;
}
}

/* ----------------------
        pc
---------------------- */

@media (min-width: 600px) {
  /* 공통설정--------------- */
  .wrap {
    width: 1180px;
    margin: auto;
  }

  .flex {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
  }

  .mobile {
    display: none;
  }

  .pc {
    display: block;
  }

  /* quickmenu-------------- */

  #quickmenu {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }

  #quickmenu ul li {
    width: 72px;
    margin-top: 12px;
  }

  #quickmenu ul li a {
    display: block;
    width: 100%;
  }

  #quickmenu ul li a img {
    display: block;
    width: 100%;
  }

  /* sect1 --------------- */
  #sect1 {
    background-attachment: fixed;
    padding: 200px 0 140px;
    background-image: url("/landing/img/standard/sect1_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  #sect1 .flex {
    width: 80%;
    max-width: 1400px;
    margin: auto;
  }

  #sect1 .content {
    width: 60%;
  }

  #sect1 .content img {
    width: 100%;
  }

  #sect1 .textbox {
    margin-top: 40px;
    width: 36%;
    margin-bottom: 100px;
  }

  #sect1 .textbox .titletag {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
    margin-left: 2px;
  }

  #sect1 .textbox .title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 40px;
  }

  #sect1 .subtext li {
    font-weight: 200;
    margin-left: 2px;
    font-size: 18px;
    margin-bottom: 16px;
  }

  #sect1 .subtext li b {
    font-weight: 800;
    margin-right: 12px;
  }

  /* sect2 -------------- */
  #sect2 {
    padding: 130px 0 180px;
    background-image: url("/landing/img/standard/sect2_bg.png");
  }

  #sect2 figure {
    width: 80%;
    max-width: 1180px;
    margin: auto;
  }

  /* sect3 ------------- */

  #sect3 {
    padding: 180px 0 360px;
  }

  #sect3 figure.about {
    /* min-width: 1180px; */
    width: 88%;
    margin: 0 auto 120px;
  }

  /* sect5 -------------- */

  #sect5 {
    padding: 100px 0 0;
  }

  #sect5 figure {
    max-width: 1180px;
    width: 100%;
    margin: auto;
  }

  /* sect7 -------------- */
  #sect7 {
    padding: 160px 0 140px;
  }

  #sect7 .title {
    margin-bottom: 80px;
    text-align: center;
  }

  #sect7 .link {
    width: 1180px;
    margin: auto;
  }

  #sect7 .link li{
    /* margin-bottom: 20px; */
    width: 32%;
    transition: .5s;
  }

  #sect7 .link li img{
    width: 100%;
  }

  #sect7 .link li:hover{
    transition: .5s;
    /* padding-top: 30px; */
  }

  #sect7 .flex{
    flex-wrap: wrap;
    gap: 20px;
  }
   /* sect8 ------------- */


  #sect8 {
    padding: 180px 0 360px;
  }
#sect8 .title {
    margin-bottom: 80px;
    text-align: center;
  }
  #sect8 figure.about {
    /* min-width: 1180px; */
    width: 80%;
    margin: 0 auto 120px;
	
  }
   /* sect10 -------------- */
  #sect10 {
    padding: 160px 0 140px;
  }

  #sect10 .title {
    margin-bottom: 80px;
    text-align: center;
  }

  #sect10 .link {
    width: 1180px;
    margin: auto;
  }

  #sect10 .link li{
    /* margin-bottom: 20px; */
    width: 45%;
    transition: .5s;
	border:1px solid #00C2CF;
	padding:30px 20px;text-align:center;
  }
#sect10 .link li>a{
color:#000000;
font-size:22px;
padding:30px 100px;
}
  #sect10 .link li img{
    width: 100%;
  }

  #sect10 .link li:hover{
    transition: .5s;
    /* padding-top: 30px; */
	background-color:#00C2CF;
  }

  #sect10 .flex{
    flex-wrap: wrap;
    gap: 20px;
  }
/* sect11------------ */

/* sect11 -------------- */

#sect11{
  text-align: center;
  position: relative;
}

/* #sect11 figure{
  position: relative;
} */

#sect11 .text{
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#sect11 .text2{
  margin-bottom: 16px;
}

#sect11 .text1{
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
  letter-spacing: -1px;
  margin: 30px;
}

#sect11 .btn{
  margin: auto;
}


#sect11 .btn a{
  color: #fff;
  display: block;
  border: 1px solid #fff;
  padding: 14px 0 16px;
}
#sect11 .text{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#sect11 .btn{
  width: 200px;
}

#sect11 .btn a{
  width: 200px;
}




}
