@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
* {margin:0;padding:0;}
html{
  scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
    font-size:15px; 
    background-color: #322016;
    color:#1d1d1d;
    position: relative;
    -ms-content-zooming: none;
    touch-action: pan-y;
}
a, li { 
    text-decoration: none;
    list-style: none;
 }
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 20px 0 0;
    position: fixed;
    z-index: 100000;
    transition: 0.3s;
    width:100%;
    height:100px;
}
.top_menu { 
  display:none;
}
.fixedTop {
  height:70px;
  background-color: #567592;
  opacity:100%;
}
header a {
  padding:0 20px;
}
header img {
  width:130px;
}
header .nav_menu {
  display: none;
  width:50%;
  height:100vh;
  background: #567592;
  position: fixed;
  top:0;
  right:-50%;
  z-index: 1000001;
  color:#efefef;
}
header .nav_menu > li > a {
  color:#efefef;
  padding:7px 0 7px 20px;
  background-color: #567592;
  display: block;
}
header .mbtn {
  color: #fff;
  font-size: 2rem;
  display: none;
}
header .close_btn {
  display: block;
  text-align: right;
  font-size: 2.5rem;
  padding-right:50px;
  color: #d4d4d4;
}
header .sub_menu {
  display: none;
  padding:5px 0;
  margin:0;
  background-color: #73889c;
}
header .sub_menu li a {
  padding:5px 0 5px 30px;
  display: block;
  font-size: 0.8rem;
  color:#e9e9e9;
}

#sec_01 {
  width: 100%; 
  background-image: url(./image/sec_01.png);
  height: 100vh;
}
#sec_01 .man {
  display: none;
}
#sec_01 .man_mobile {
  position: absolute;
  bottom:-10%;
  left:-10%;
  opacity: 0;
  z-index: 100;
  width:90%;
}
#sec_01 .new_start {
  position: absolute;
  bottom:33%;
  right:0;
  opacity: 0;
  z-index: 100;
  width:50%;
}
.sec01_eng_s_title {
  padding-top:50px;
  font-size:3vw;
  font-family: "Nanum Myeongjo", serif;
  text-shadow: 0 0 5px #000;
  font-weight: 100;
  opacity: 0;
  color:#fff
}
.eng_s_title {
  padding-top:50px;
  font-size:3vw;
  font-family: "Nanum Myeongjo", serif;
  text-shadow: 0 0 5px #000;
  font-weight: 100;
  opacity: 0;
  color:#fff
}
.sec01_title {
  padding-top:10px;
  font-size: 0.9rem;
  text-shadow: 0 0 10px #000;
  opacity: 0;
  color:#fff;
}
.sub_title {
  padding-top:10px;
  font-size: 0.9rem;
  text-shadow: 0 0 10px #000;
  opacity: 0;
  color:#fff;
}

.main_title {
  padding-top:40px;
  font-size:2rem;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 10px #000;
  opacity: 0;
  color: #fff;
  word-break: keep-all;
}
.sec01_title {
  padding-top:10px;
  font-size: 3vw;
  text-shadow: 0 0 10px #000;
  opacity: 0;
}
.index_img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.index_title {
  position: absolute;
  top:20%;
  z-index: 100;
  text-align: center;
  color: #fff;
  width:70%;
}
.index_title p {
  text-shadow: 2px 2px 6px #000;
}
.index_title p:last-child {
  padding-top:10px;
}

/* ½ºÅ©·Ñ ¹öÆ° */

.field {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  top:80%;
  left:35%;
  color:#b4b4b4;
  font-size: 0.7rem;
  opacity: 0;
}
.mouse {
  width: 20px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 60px;
  position: relative;
}
.mouse::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 30%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 30px;
  }
}

/* greetings */

#greeting {
  background-image: url(./image/greeting.png);
  color:#fff;
  background-repeat: no-repeat;    
  background-position: top center;
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#greeting ul {
  opacity: 0;
  padding: 20px;
}
#greeting ul li {
  text-align: center;
  color:#fff;
  background-color:rgba(0,0,0,0.7);
}
#greeting ul li:nth-child(1) {
  text-align: center;
  color:#fff;
  background-color:rgba(0,0,0,0.7);
  margin-bottom: 20px;
}

#greeting ul li:nth-child(2) a {
  padding:20px;
  font-size: 1.4rem;
  background-color: rgb(189, 45, 45);
  border-radius: 7px;
  color:#fff;
  display: block;
}
#greeting iframe {
  padding:30px 0;
  width:90%;
}
.greeting_text {
  padding:30px;
  text-align: left;
  font-size: 0.9rem;
  background-color:rgba(0,0,0,0.7);
}
#greeting p span strong {
 font-size: 1.5rem;
}

#goodpoint {
  background-image: url(./image/goodpoint.png);
  background-repeat: no-repeat;    
  background-position: top center;
  color:#fff;
  text-align: center;
}
#goodpoint ul {
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top:50px;
  margin:0 auto;
  flex-wrap: wrap;
  gap:20px;
  opacity: 0;
}
#goodpoint ul li {
  position: relative;
  width:90%;
  background-color: #171717;
  color:#fff;
  overflow: hidden;
}
#goodpoint li p {
  position: absolute;
  width:60%;
  top:30%;
  left:50%;
  transform:translateX(-50%);
  word-break: keep-all;
  font-size: 1.2rem;
}
#goodpoint ul li:hover {
  box-shadow: 0 0 30px 50px inset rgba(0,0,0,1);
}
#goodpoint img:hover {
  transform: scale(1.2,1.2);
}
#goodpoint img {
  transition-duration: 0.3s;
  opacity: 40%;
  width:100%;
  display: block;
}
#stop {
  text-align: center;
  background-image: url(./image/stop.png);
  background-repeat: no-repeat;    
  background-position: top center;
  background-size: cover;
}
#stop ul {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:30px 0;
  opacity: 0;
  gap:20px;
}
#stop ul li {
  width:80%;
  background-color: rgba(255, 255, 255, 0.3);
  color:#fff;
  font-size: 1rem;
  padding:20px 10px;
  word-break: keep-all;
  
}
#stop ul li strong {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 5px;
}
#process {
  text-align: center;
  background-image: url(./image/process.png);
  background-repeat: no-repeat;    
  background-position: center;
  background-size:cover;
}
#process ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  padding: 80px 0;
}
#process ul li {
  position: relative;
  max-width:80%;
  color:#fff;
  font-size: 1.2rem;
  word-break: break-all;
  background-color: #000;
  overflow: hidden;
}
#process ul li:hover {
  box-shadow: 0 0 20px 10px  rgba(255, 255, 255, 0.5);
}
#process img:hover {
  transform: scale(1.2,1.2);
  transition-duration: 0.5s;
}
#process img {
  transition-duration: 0.3s;
}
#process strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
#process strong:after {
  content: '';
  position: absolute;
  width:100%;
  height:1px;
  top:80px;
  left:0;
  background-color: #fff;;
}
#process ul li > p {
  position: absolute;
  top:5%;
  left:10%;
  width:80%;
  word-break: keep-all;
  color:#fff;
  text-shadow: 0 0 10px 20px rgba(0,0,0,0.7);
}
#process img {
  width:270px;
  opacity: 0.4;
  display: block;
}

#cost {
  text-align: center;
  margin:0 auto;
  background-image: url('./image/cost.png');
  background-repeat: no-repeat;    
  background-position:center;
  background-size: cover;
}
#cost .cost_text {
  display: inline-block;
  width:80%;
  height:100%;
  opacity: 0;
  margin:50px 20px 0 20px;
}
#cost .cost_text img{
  width:90%;
}
/* #cost a {
  padding:10px 40px;
  background-color: #dcc6f7;
  font-size: 1rem;
  border-end-end-radius: 20px;
  border-top-left-radius: 20px;
  color:#000;
}
#cost a:hover {
  background-color: #502975;
  transition: 0.5s all;
  color:#fff;
} */

#certification {
  text-align: center;
  background-image: url('./image/certification.png');
  background-repeat: no-repeat;    
  background-position: center;
  background-size: cover;
}
#certification img {
  width:20%;
  margin:30px 10px;
  border:solid 10px #b9b9b9;
  box-shadow: 0 0 30px #494949;
}
#certification ul {
  opacity: 0;
}

#customer {
  text-align: center;
  background-image: url('./image/customer.png');
  background-repeat: no-repeat;    
  background-position: top center;
  background-size: cover;
}
#customer > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  position: relative;
  opacity: 0;
  flex-wrap: wrap;
  padding-top:30px;
}
#customer > ul > li {
  width:80%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 1rem;
  padding: 30px 10px;
  box-sizing: border-box;
}
#customer > ul > li  p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -1;
  padding:0 0 20px 10px;
  width:50%;
}
#customer #phone {
  position: absolute;
  opacity: 0.7;
  top:8%;
  right:12%;
  scale: 95%;
}
#customer > ul > li  > ul  {
  display: flex;
  justify-content: center;
  align-items: top;
  gap:10px;
  word-break: break-all;
  width:100%;
}
#customer > ul > li  > ul > li  {
  width:20%;
  text-align: right;
  font-size: 0.9rem;
}
#customer > ul > li  > ul  > li:nth-child(2)  {
  width:80%;
  text-align: left;
}
#customer > ul > li  .telsize  {
  padding-top:13px;
}
#customer > ul > li:nth-child(2) {
  background-color: yellow;
  text-align: center;
  margin-bottom: 30px;
}
#customer > ul > li:nth-child(2) p {
  font-size: 1.5rem;
  color: #000;
  padding:20px;
  margin:0 auto;
}
#customer a {
  padding:10px 40px;
  background-color: #b8b650;
  font-size: 1rem;
  border-end-end-radius: 20px;
  border-top-left-radius: 20px;
  color:#fff;
}
#customer a:hover {
  background-color: rgb(40, 121, 24);
  transition: 0.5s all;
  color:#fff;
}
#kakao {
  width:25%;
}

#customer > ul > li span {
  color:#000;
  font-size: 1.5rem;
  font-weight: 600;
}

.text_title {
  padding-top:130px;
  margin:0 auto;
  color: #fff;
  font-size:2.5vw;
  font-weight: 100;
  overflow: hidden;
}
.icon_kakao img {
  position: fixed;
  max-width:130px;
  bottom:20px;
  right:20px;
  box-shadow: 0px 0px 10px 0px #191919;
  border-radius: 20px;
}


footer {
  margin:0 auto;
  text-align:center;
  padding:40px 20px;
  color:#fff;
  font-size: 0.70rem;
}