@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&family=Nanum+Pen+Script&display=swap');
* {  margin:0;padding:0; }
html{
  scroll-behavior: smooth;
}
body { 
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #474747;
  font-size:1.2rem;
  position: relative;
  box-sizing: border-box;
 }
a { text-decoration:none;color:inherit;}
a:link { text-decoration: none; }
ul,li { list-style: none;}

.wdflex {
  width:1200px;
  margin:0 auto;
  text-align: justify;
}
.flexbox {
  display: flex;
  justify-content: center;
  align-items: top ;
  gap:40px;
}
.imgborder {
  border-radius: 10px;
}
.title {
  font-size: 1.9vw;
  font-weight: 600;
  color:#191919;
  padding:10px 0;
}
.title_top {
  font-weight: 100;
  font-size: 0.6vw;
  color:#858585;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}

/* ï¿½ï¿½ï¿½ï¿½Îºï¿? */
header {
  position: fixed;
  z-index: 9999;
  transition: 0.3s;
  height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
}
header .logo {
  width:180px;
  padding-top:10px;
}
header .mbtn, .close_btn {
  display: none;
}
header .nav_menu {
  display: flex;
  justify-content:space-between;
  align-items: center;
  color:#fff;
  margin-left:200px;
  padding-top:20px;
}
header .nav_menu li {
  position: relative;
}
header .nav_menu > li > a {
  padding:30px;
  transition: 0.3s;
  font-size:1vw;
  word-break: keep-all;
}
header .nav_menu > li a:hover {
  color:rgb(238, 66, 66);
}
.fixedTop {
  height:110px;
  background-color: #000;
  opacity:70%;
  z-index: 1100000;
}

/* index part */
section {
  display: block;
  height:900px;
  width:100%;
}
.index_img {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 8;
  text-align: center;
  margin:0 auto;
}
#sec_01 {
  width: 100%; 
  background-image: url(./image/sec_01.png);
  height: 950px;
  background-position: center;
  background-repeat: no-repeat;
}
#sec_01 .man {
  position: absolute;
  top:15%;
  left:10%;
  width:800px;
}
#sec_01 .man_mobile {
display: none;
}
#sec_01 .new_start {
  position: absolute;
  bottom:22%;
  right:10%;
  z-index: 100;
  width:450px;
}
.img_mobile {
  display: none;
}

.eng_s_title {
  padding-top:120px;
  font-size:1rem;
  font-family: "Nanum Myeongjo", serif;
  text-shadow: 0 0 5px #000;
  font-weight: 100;
  color:#fff;
}
.sec01_eng_s_title {
  font-size:1rem;
  font-family: "Nanum Myeongjo", serif;
  text-shadow: 0 0 5px #000;
  font-weight: 100;
  color:#fff;
}
.sub_title {
  padding-top:10px;
  font-size:1.4rem;
  text-shadow: 0 0 10px #000;
  color:#fff;
}
.sec01_title {
  padding-top:10px;
  font-size:1.4rem;
  text-shadow: 0 0 10px #000;
  color:#fff;
}
.main_title {
  padding-top:40px;
  font-size:4rem;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 10px #000;
  color:#fff;
}
.index_title {
  position: absolute;
  top:35%;
  z-index: 100;
  left: 60%;
  text-align: center;
  transform: translateX(-35%);
  color: #fff;
  font-size:2.5vw;
  font-weight: 100;
}

/* ½ºÅ©·Ñ ¹öÆ° */

.field {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  top:80%;
  left:47%;
  color:#b4b4b4;
  font-size: 0.7vw;
}
.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;
  }
}
#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 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  padding-right: 100px;
}
#greeting ul li {
  width:500px;
  height:550px;
  overflow: hidden;
  text-align: center;
  color:#fff;
}
#greeting ul li:nth-child(2) {
  background-color:rgba(0,0,0,0.7);
}
#greeting ul li:nth-child(2) a {
  padding:15px 30px;
  font-size: 1.4rem;
  background-color: rgb(189, 45, 45);
  border-radius: 7px;
}
#greeting iframe {
  padding-bottom:30px;
  width:100%; 
  height:80%; 
}
.greeting_text {
  padding:40px;
  text-align: left;
  font-size: 1rem;
  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: center;
  color:#fff;
  text-align: center;
}
#goodpoint ul {
  display:flex;
  justify-content: center;
  align-items: center;
  padding-top:50px;
  padding-left: 100px;
  margin:0 auto;
  flex-wrap: wrap;
  gap:20px;
  width: 1200px;
}
#goodpoint ul li {
  position: relative;
  width:360px;
  height:230px;
  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;
}
#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;
}
#goodpoint li img {
  opacity: 40%;
  width:360px;
  height:230px;
}
#stop {
  text-align: center;
  background-image: url(./image/stop.png);
  background-repeat: no-repeat;    
  background-position: center;
}
#stop ul {
  display:flex;
  align-items: center;
  justify-content: center;
  padding-top:80px;
  gap:20px;
}
#stop ul li {
  width:300px;
  height:280px;
  background-color: rgba(255, 255, 255, 0.1);
  color:#fff;
  font-size: 1rem;
  padding:10px;
  word-break: keep-all;
}
#stop ul li strong {
  font-size: 1.3vw;
  display: block;
  padding-bottom: 5px;
}
#process {
  text-align: center;
  background-image: url(./image/process.png);
  background-repeat: no-repeat;    
  background-position: center;
}
#process ul {
  display: flex;
  justify-content: center;
  padding-left: 100px;
  column-gap: 20px;
  margin-top: 80px;
}
#process ul li {
  position: relative;
  max-width:18%;
  height:338px;
  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;
  color:#fff;
}
#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;
}

#cost {
  text-align: center;
  margin:0 auto;
  background-image: url('./image/cost.png');
  background-repeat: no-repeat;    
  background-position: center;
}
#cost .sub_title {
  padding-bottom: 50px;
}
#cost ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
}
#cost img {
  width:400px;
}
/* #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;
}
#certification img {
  width:180px;
  margin:120px 50px;
  border:solid 10px #b9b9b9;
  box-shadow: 0 0 30px #494949;
}
#customer {
  text-align: center;
  background-image: url('./image/customer.png');
  background-repeat: no-repeat;    
  background-position: center;
}
#customer > ul {
  margin-top:150px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
  position: relative;
}
#customer > ul > li {
  width:500px;
  height:300px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: left;
  font-size: 1rem;
  padding: 30px;
  box-sizing: border-box;
}
#customer > ul > li  p {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1;
  padding-bottom: 20px;
}
#customer #phone {
  position: absolute;
  opacity: 0.7;
  top:32%;
}
#customer > ul > li  > ul  {
  display: flex;
  justify-content: center;
  align-items: top;
  gap:20px;
  padding-left:120px;
  word-break: keep-all;
}
#customer > ul > li  > ul > li  {
  width:20%;
  text-align: right;
}
#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;
}
#customer > ul > li:nth-child(2) p {
  font-size: 1.8rem;
  color: #000;
  padding:20px;
}
#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: 2rem;
  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;
}


/* °Ô½ÃÆÇºÎºÐ */

.eng {
  font-size: 0.7rem;
  color:#536e68;
}
.board_list_head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}
.board_table {
  border-top:1px solid #95b1aa;
  border-bottom:1px solid #95b1aa;
  width:100%;
}
.board_table .board_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_contents .board_contents_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents a {
  color:#1d1d1d;
}
.board_table .board_contents:hover {
  background-color:#eeeeee ;
  color:#275d4f;
}
.board_table .board_contents_sub li {
  white-space: nowrap;
  padding:10px 20px;
}
.board_table .board_contents > li:first-child{
  width:45px;
  text-align: center;
}
.board_table .board_contents > li:last-child{
  width:100%;
}
.board_table .board_contents_sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_table .board_contents_sub .comment {
  width:100%;
}
.board_contents .board_contents_sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_contents .board_contents_sub2 li {
  padding:0 10px;
}
.board_contents .board_contents_sub2 li:last-child {
  width:20px;
  text-align: center;
}
.board_gallery {
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 30px 0;
}
.board_image {
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin-bottom: 20px;
}
.board_line {
  height:1px;
  width:100%;
  background-color: #e7e7e7;
}
.board_paging {
  display: flex;
  justify-content: center;
  padding-top:20px;
}
.board_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  cursor: pointer;
  border:0;
  margin:0;
  font-size:0.8rem;
}
.btn_w {
  background-color: #1d4e41;
  color:#fff;
  padding:10px 20px;
  border:0;
  cursor: pointer;
  font-size:0.85rem;
}
.btn:hover, 
input[type=submit]:hover,
.list .member_in_btn:hover
{
  background-color: #448071;
}
.btn_small {
  background-color: #1d4e41;
  color:#fff;
  padding:2px 10px;
  cursor: pointer;
  border:0;
  margin:0;
  font-size:0.7rem;
}
.btn_small {
  background-color: #1d4e41;
  color:#fff;
  padding:2px 10px;
  border:0;
  cursor: pointer;
  font-size:0.7rem;
}
.btn_small :hover, 
input[type=submit]:hover {
  background-color: #448071;
}
.board_view_contents {
  min-height:200px;
  text-align: left;
  padding:20px;
}
.board_view_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top:solid 1px #ccc;
  padding:5px;
}
.board_view_comment li:nth-child(1) {
  min-width:120px;
}
.board_view_comment li:nth-child(2) {
  width:100%;
  text-align: left;
  position: relative;
}
.board_view_comment li:nth-child(2) div {
  padding-left:15px;
}
.board_view_comment li:nth-child(2)::before {
  position: absolute;
  content: '';
  width:2px;
  top:2px;
  height:95%;
  background-color: #ccc;
}
.board_view_comment li:last-child {
  width:200px;
}
.board_view_comment_write {
  padding:10px;
  background-color:#efefef;
  border-top:1px solid #ccc;
}
.board_view_comment_next {
  text-align: left;
  border-top:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding:3px;
  margin-bottom: 20px;
}

.board_write {
  text-align:left;
  border-bottom:solid #ccc 1px;
  margin-bottom: 20px;
}
.board_write div {
  border-top:solid #ccc 1px;
  padding:5px;
}
.board_write div span {
  display: inline-block;
  width:90%;
}
.board_write div span:first-child {
  width:100px;
  font-weight: 500;
}
.board_write div .text_side {
  vertical-align: top;
}
.member_in {
  padding:100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member_in > ul {
  border: solid 1px #efefef;
  padding:100px;
}
.member_in li > ul  {
  display: flex;
  justify-content: left;
  align-items: center;
}
.member_in li > ul li {
  padding:10px;
}
.member_in li > ul li:first-child {
 width:200px;
 text-align: right;
}
.log_in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.log_in li {
  width:25%;
  padding:3px;
}
.input_box { 
  width:100%;
  height:40px;
  border:1px solid #cccccc;
}
.input_button { 
  width:100%;
  height:50px;
  border:0;
  background-color:#00A7AF;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
}
.member_in_btn { 
  display: block;
  width:100%;
  background-color:#00A7AF;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
  padding: 15px 0;
}
.member_in_btn:hover { 
  display: block;
  width:100%;
  color:#fff;
  font-size: 16px;
  cursor: pointer; 
  padding: 15px 0;
  background-color: #448071;
}
footer { 
  padding:20px 0;
  color:#fff;
  text-align: center;
  font-size: 1rem;
}