#wrap {
  width: 100%;
  font-family: "Noto Serif", serif;
}
#body {
  font-family: "Noto Serif", serif;
}

span {
  line-height: 2.5;
}
header {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  /*	position: relative;*/
  position: fixed;
  z-index: 10;
  background-color: #151516;
}
header::after {
  content: "";
  display: none;
  width: 100%;
  height: 250px;
  background-color: rgba(92, 89, 89, 0.69);
  box-shadow: 8px 6px 10px rgba(0, 0, 0, 0.36);
  position: absolute;
  top: 100%;
  right: 0;
}
header.on::after {
  display: block;
}
.h_in {
  width: 94%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  /*	padding-top: 15px;*/
}
.h_in > .h_left {
  width: 5%;
  display: inline-block;
  height: 40px;
  margin-left: 3.5%;
  background: url(../img/ico/logo.png) no-repeat center/ contain;
}
.h_in > .h_left .logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  /*width: 100%;
	height: 20px;
	background: url(../img/ico/logo.png)no-repeat center/ 30%;*/
}
.navi {
  width: 80%;
  margin-top: 5px;
  margin-left: 10%;
  font-size: 17px;
}
.navi > ul {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.navi span {
  color: #ffffff;
}
.navi span:hover {
  color: #717b7e;
}

/*@media(max-width: 1520px) {
	.h_left {
	width: 137px;
	height: 62px;
    }
	.navi {
		font-size: 16px;
	}
	.h_right a {
		width: 30px;
		height: 30px;
	}
}
@media(max-width: 1220px) {
	.navi {
		font-size: 13px;
	}
	.h_right a {
		margin: 0 2%;
	}
	.navi .depth span  {
		font-size: 11px;
	}
}
@media(max-width: 1120px) {
	.navi {
		margin-left: 3%;
	}

	.h_right a {
		width: 26px;
		height: 26px;
	}
}
@media(max-width: 900px) {
	.h_left {
	width: 123px;
	height: 55px;
    }
    .navi {
		font-size: 12px;
		margin-left: 1%;
	}
	.navi .depth span  {
		font-size: 10px;
	}
	.h_right a {
		width: 23px;
		height: 23px;
	}
}
@media(max-width: 800px) {
	.h_right a {
		width: 20px;
		height: 20px;
	}
}
/*
@media(max-width: 560px) {
	header {
		padding: 10px 0;
	}
   .h_in {
   	display: flex;
   	justify-content: space-between;
   }
   .navi {
   	display: none;
   }
}*/

@media (max-width: 630px) {
  .h-in {
    width: 100%;
  }
  .navi {
    width: 100%;
  }
  /*	div .pc {
		display: none;
	}
	div .mo {
		display: block;
	}*/
}

@media (max-width: 620px) {
  .navi {
    width: 85%;
    margin-left: 0;
  }
  .navi span {
    font-size: 18px;
  }
}

@media (max-width: 520px) {
  .h_in > .h_left {
    margin-left: 1%;
  }
  .h-in {
    width: 100%;
  }
  .navi {
    width: 100%;
    padding-left: 5px;
  }
  .navi span {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .navi span {
    font-size: 14px;
  }
}

/*veido-sec  cover-vi*/

.cover-sec {
  position: relative;
}

.cover-sec > .main-vi {
  width: 100%;
  background-color: #000;
  padding: 7% 0 2%;
}
.main-vi > video {
  width: 100%;
}

.cover-sec > .main-txt {
  position: absolute;
  bottom: 3.6%;
  left: 0;
  margin: 0 auto;
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  display: none;
}
/*글씨 현재 안보이게 none 해놈*/

.cover-sec > .main-txt > span {
  font-size: 24px;
}

div .mo {
  display: none;
}

/*@media(max-width: 1480px) {

   .cover-sec > .main-txt > span {
	 font-size: 20px;
    }
}

@media(max-width: 1380px) {
	.cover-sec > .main-txt > span {
		 font-size: 18px;
	} 
}

@media(max-width: 1180px) {
	   .cover-sec > .main-txt > span {
		 font-size: 16px;
	}
}
@media(max-width: 1080px) {
	   .cover-sec > .main-txt {
		   display: none;
	}
}
*/
@media (max-width: 1320px) {
  .cover-sec > .main-vi {
    padding: 9% 0 2%;
  }
}

@media (max-width: 960px) {
  .cover-sec > .main-vi {
    padding: 11% 0 2%;
  }
}
@media (max-width: 860px) {
  .cover-sec > .main-vi {
    padding: 14% 0 4.5%;
  }
}
@media (max-width: 760px) {
  .cover-sec > .main-vi {
    padding: 16.5% 0 5%;
  }
}
@media (max-width: 620px) {
  video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
}

/*sec01-txt*/

/* .txt-in {
  width: 100%;
  background: url(../img/bg/bg01.png) no-repeat top/ cover;
  position: relative;
  padding: 8% 0 0;
} */

/*sec01-2 .main-sec*/

.txt-in .main-txt,
.txt-in > .txt2 {
  width: 75%;
  margin: 0 auto;
  /* 	padding: 4% 0 ;*/
  padding: 15% 0 5%;
}
.txt1 > div:nth-child(1) {
  padding: 5% 0 3%;
  margin-top: 10%;
}

.main-txt2 {
  position: relativ;
  padding-bottom: 15%;
}
.main-txt > p {
  font-size: 40px;
  text-align: left;
  padding-bottom: 2%;
}

.main-txt > span,
.pro-txt > span,
.s05-tit span {
  font-size: 20px;
}

.txt-in > .txt2 {
  display: flex;
}

.t2-img {
  width: 25%;
  padding-top: 2%;
}
.t2-img > img {
  width: 100%;
}
.txt2 > .main-txt2 {
  width: 75%;
  padding: 5% 0 5% 2%;
}
/*   .txt-bg {
   	width: 100%;
   	height: 0;
   	padding-bottom: 45%;
   	display: block;

      주석
   	((position: absolute;
   	top: 80%;
   	right: 2%;
      z-index: 10;))
      주석

   	background: url(../img/bg/bg4.png)no-repeat right bottom/ 55%;
   	position: absolute;
		bottom: -16%;
   }
*/
.about-img {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 6% 0 0;
}
/*
   .about-img > img {
   	width: 100%;

   	margin: 2% auto  5%;
   }*/

.about-img > div {
  width: 30%;
  height: 0;
  padding-bottom: 19.5%;
  background: url(../img/bg/f/img1.png) no-repeat center center/ 100%;
  margin: 1% 1.5%;
  text-indent: -10000px;
}

.about-img > div:nth-child(2) {
  background-image: url(../img/bg/f/img2.png);
}

.about-img > div:nth-child(3) {
  background-image: url(../img/bg/f/img3.png);
}
.about-img > div:nth-child(4) {
  background-image: url(../img/bg/f/img4.png);
}
.about-img > div:nth-child(5) {
  background-image: url(../img/bg/f/img5.png);
}
.about-img > div:nth-child(6) {
  background-image: url(../img/bg/f/img6.png);
}
.about-img > div:nth-child(7) {
  background-image: url(../img/bg/f/img7.png);
}
.about-img > div:nth-child(8) {
  background-image: url(../img/bg/f/img8.png);
}
.about-img > div:nth-child(9) {
  background-image: url(../img/bg/f/img9.png);
}

@media (max-width: 1620px) {
  .t2-img {
    padding-top: 4%;
  }
}
@media (max-width: 1420px) {
  .t2-img {
    padding-top: 6%;
  }
}
@media (max-width: 1220px) {
  .main-txt h3.tit {
    font-size: 30px;
  }
  /* .t2-img {
    	padding-top: 8%;
    }*/
  .t2-img {
    width: 40%;
    padding-top: 4%;
  }
  .txt2 > .main-txt2 {
    width: 60%;
  }
}

@media (max-width: 1120px) {
  .main-txt span {
    font-size: 18px;
    line-height: 2.2;
  }
}
@media (max-width: 920px) {
  .t2-img {
    padding-top: 6%;
    width: 45%;
  }
  .txt2 > .main-txt2 {
    width: 55%;
  }
}
@media (max-width: 820px) {
  .t2-img {
    padding-top: 10%;
  }
  .main-txt span {
    line-height: 2;
  }
  .about-img {
    width: 76%;
  }
}
@media (max-width: 620px) {
  .txt-in > .txt2 {
    flex-wrap: wrap;
  }
  .t2-img {
    width: 90%;
    margin: 0 auto 8%;
    padding-top: 0;
  }
  .t2-img > img {
    width: 100%;
  }
  .txt2 > .main-txt2 {
    width: 100%;
  }
  .txt-bg {
    bottom: -8%;
  }
  .about-img {
    width: 70%;
  }
  .about-img > div {
    width: 45%;
    padding-bottom: 29%;
  }
  .about-img > div:last-child {
    display: none;
  }
}
@media (max-width: 420px) {
  .main-txt h3.tit {
    font-size: 25px;
  }
  .main-txt span {
    font-size: 16px;
    line-height: 1.6;
  }
  .t2-img {
    width: 85%;
  }
}
/* sec02 our values part*/

h3.tit {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}
h3.tit::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 24px 0;
  background-color: #777;
}
.gray {
  font-size: 13px;
  font-weight: 600;
  color: #c0b4b1;
  margin-bottom: 10px;
}

.sec02,
.s03-in,
.sec05 {
  width: 75%;
  margin: 5% auto;
  padding: 8% 0;
}
.sec02 > .s02-box {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}

.s02-box > div {
  width: 30%;
  text-align: center;
  color: #262625;
  border: 1px solid #262625;
  padding: 3.5% 0 2%;
  background-color: #fff;
}

.gray {
  display: block;
  margin-bottom: 10px;
}
.s02-box > div:hover,
.s03-box > div:hover {
  background-color: #242423;
  color: #fff;
}
.s02-box > div:hover > p,
.s03-box > div:hover > p {
  color: #fff;
  /*text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;*/
}

.s02-box img {
  width: 80%;
  margin-top: 20px;
}

.s02-box span,
.s02-box strong {
  display: block;
  margin: 20px 0;
  line-height: 1.45;
}
.s02-box p {
  font-size: 38px;
  font-weight: 800;
  margin-top: 8%;
  padding: 9.3% 0;
}
.s02-box > div > span {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 15%;
}

@media (max-width: 1420px) {
  .t2-img {
    padding-top: 6%;
  }
  .s02-box p {
    font-size: 32px;
  }
}
@media (max-width: 1220px) {
  h3.tit {
    font-size: 30px;
  }
  .s02-box p {
    font-size: 27px;
  }
  .s02-box > div {
    padding: 1% 0 1.5%;
  }
}
@media (max-width: 1120px) {
  .s02-box > div > span {
    font-size: 13px;
    padding-bottom: 10%;
  }
}
@media (max-width: 1020px) {
  .s02-box p {
    font-size: 22px;
  }
}
@media (max-width: 920px) {
  .s02-box > div > span {
    padding-bottom: 8%;
  }
}

@media (max-width: 760px) {
  .s02-box p {
    font-size: 19px;
  }
  .s02-box > div > span {
    padding-bottom: 7%;
  }
}
@media (max-width: 680px) {
  .s02-box p {
    font-size: 17px;
  }
}

@media (max-width: 620px) {
  .sec02 > .s02-box {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    display: flex;
  }
  .s02-box > div {
    width: 90%;
    padding: 10% 0;
    margin: 8% auto;
  }
  .s02-box p {
    font-size: 35px;
  }
  .s02-box > div > span {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .s02-box p {
    font-size: 32px;
  }
  .s02-box > div > span {
    font-size: 14px;
  }
  .s02-box > div {
    padding: 6% 0 10%;
  }
}

@media (max-width: 380px) {
  .s02-box p {
    font-size: 28px;
  }
}

@media (max-width: 330px) {
  .s02-box p {
    font-size: 25px;
  }
}
/*sec03 respact*/
.sec03 {
  background: url(../img/bg/bg3.png) no-repeat bottom/ cover;
}

.s03-box > div {
  width: 45%;
  text-align: center;
  color: #262625;
  border: 1px solid #262625;
  padding: 2%;
  background-color: #fff;
  display: flex;
  margin: 3% 0;
}

.sec03 .s03-box {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s03-box > div > p {
  /*	width: 320px;*/
  /*	height: 300px;*/
  width: 50%;
  height: 0;
  padding-bottom: 42.5%;
  background: url(../img/box/s3-b1.jpg) no-repeat bottom/ cover;
  text-indent: -10000%;
}
.s03-box > div:nth-child(2) > p {
  background-image: url(../img/box/s3-b2.jpg);
}
.s03-box > div:nth-child(3) > p {
  background-image: url(../img/box/s3-b3.jpg);
}
.s03-box > div:nth-child(4) > p {
  background-image: url(../img/box/s3-b4.jpg);
}
.s03-box > div > span {
  width: 45%;
  padding: 3% 0 3% 5%;
  font-size: 30px;
  line-height: 2;
  text-align: left;
  font-weight: bold;
}

/*sec05 services*/

.s05-tit > span {
  display: inline-block;
  margin-bottom: 3%;
}

.s05-box > div {
  width: 100%;
  text-align: center;
  color: #262625;
  border: 1px solid #262625;
  padding: 3.5% 0;
}

.s05-box > div {
  display: flex;
  /*	flex-wrap: wrap;*/
  margin: 3% 0;
}

.s05-box > div > p {
  /*	width: 80%;*/
  /* width: 320px; */
  /*height: 0;
	padding-bottom: 55%;
	background: url(../img/box/s5-b1.jpg)no-repeat center/ 100%;
	text-indent: -1000px;
	margin: 4% auto;
*/
  width: 320px;
  height: 200px;
  background: url(../img/box/s5-b1.jpg) no-repeat center/ 100%;
  text-indent: -1000px;
  margin-left: 5%;
}

.s05-box > div:nth-child(2) > p {
  background-image: url(../img/box/s5-b2.jpg);
}
.s05-box > div:nth-child(3) > p {
  background-image: url(../img/box/s5-b3.jpg);
}
.s05-box > div:nth-child(4) > p {
  background-image: url(../img/box/s5-b4.jpg);
}
.s05-box > div:nth-child(5) > p {
  background-image: url(../img/box/s5-b5.jpg);
}
.s05-box > div > span {
  width: 70%;
  padding: 2% 5%;
  /*	font-size: 30px;*/
  font-size: 25px;
  line-height: 2;
  text-align: left;
}

@media (max-width: 1760px) {
  .s03-box > div > span {
    font-size: 26px;
  }
}

@media (max-width: 1620px) {
  .s03-box > div > span {
    font-size: 23px;
  }
}

@media (max-width: 1520px) {
  .s03-box > div > span {
    font-size: 22px;
  }
  .s05-box > div > span {
    line-height: 1.6;
  }
}

@media (max-width: 1420px) {
  .s03-box > div > span {
    font-size: 20px;
  }
  .s05-box > div > span {
    font-size: 22px;
  }
}

@media (max-width: 1220px) {
  .s03-box > div > span {
    font-size: 18px;
  }
}

@media (max-width: 1120px) {
  .s03-box > div > span,
  .pro-txt span,
  .s05-tit > span {
    font-size: 18px;
    line-height: 2.2;
  }
  .s05-box > div > span {
    font-size: 20px;
  }
}

@media (max-width: 1080px) {
  .s03-box > div > span {
    font-size: 14px;
  }
  .s03-box > div {
    margin: 2% 0;
  }
  .s05-box > div > span {
    font-size: 18px;
    padding: 4% 5%;
  }
}

@media (max-width: 880px) {
  .s03-box > div > span {
    font-size: 12px;
  }
  .s03-box > div {
    margin: 1% 0;
  }
  .s05-box > div {
    padding: 0;
  }
  .s05-box > div > span {
    font-size: 16px;
  }
}

@media (max-width: 780px) {
  .s03-box > div > span {
    font-size: 11px;
  }
  .s05-box > div > span {
    padding: 6% 5%;
  }
}

@media (max-width: 620px) {
  .s03-box > div {
    width: 100%;
    margin: 5% 0;
    padding: 5%;
  }
  .s03-box > div > span {
    font-size: 16px;
  }
  .gray {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .s05-box > div {
    flex-wrap: wrap;
    width: 90%;
    height: 0;
    text-align: center;
    padding: 5% 0 110%;
    margin: 12% auto;
  }
  .s05-box > div > p {
    width: 80%;
    /* width: 320px; */
    height: 0;
    padding-bottom: 55%;
    background: url(../img/box/s5-b1.jpg) no-repeat center/ 100%;
    text-indent: -1000px;
    margin: 4% auto;
  }
  .s05-box > div > span {
    display: inline-block;
    width: 80%;
    margin: 4% auto;
    font-size: 18px;
    padding: 2% 5%;
  }

  .txt-in .main-txt {
    width: 67%;
  }
  .txt2 > .main-txt2 {
    width: 90%;
    padding: 5% 0;
  }
  h3.tit {
    width: 90%;
    margin: 0 auto;
  }
  .main-txt h3.tit {
    width: 100%;
  }
  .s05-tit > span {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .s05-box > div > p {
    width: 82%;
  }
}

@media (max-width: 580px) {
  .s05-box > div {
    padding-bottom: 120%;
  }
}

@media (max-width: 520px) {
  .s03-box > div > span {
    font-size: 15px;
  }
  .sec05 {
    margin: 18% auto;
  }
  .s05-box > div > span {
    font-size: 16px;
    line-height: 1.8;
  }
  .s05-box > div {
    padding-bottom: 105%;
  }
}

@media (max-width: 480px) {
  .s03-box > div > span {
    font-size: 13px;
  }
  .s05-box > div > span {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 420px) {
  .s05-box > div {
    padding-bottom: 110%;
  }
  .s03-box > div > span {
    font-size: 11px;
  }
  .s05-box > div > span {
    font-size: 13px;
  }
  .s05-box > div > p {
    margin: 4% auto 0;
  }
}
@media (max-width: 360px) {
  .s05-box > div {
    padding-bottom: 115%;
  }
  .s05-box > div > span {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .s03-box > div > span {
    font-size: 10px;
    line-height: 1.8;
  }
}

@media (max-width: 310px) {
  .s05-box > div {
    padding-bottom: 120%;
  }
  .s05-box > div > span {
    font-size: 12px;
    line-height: 1.5;
  }
}
/*sec06 insta*/
.sec06 {
  width: 100%;
  padding: 5.5% 0 3%;
}
.sec06 .ins_in {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}
/*  .sec06 .in_slide {
    margin: 5% 0;
  }*/
.sec06 .in_slide img,
.in_slide2 img {
  width: 90%;
  margin: 4% 2.5%;
}
.sec06 .in_slide > div,
.in_slide2 > div {
  box-shadow: 5px 5px 5px gary;
}
.sec04 .tit,
.sec06 .tit {
  text-align: center;
  margin: 0 auto;
  padding: 2% 0;
}
.sec04 .tit {
  margin-bottom: 6%;
}
.tit p {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  color: #151516;
  text-shadow: 4px 4px 2px rgba(180, 180, 180, 1);
}

.sec06 .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  text-indent: -9999px;
  background-color: #dadad9;
  margin: 3% 1%;
}
.sec06 .slick-dots li.slick-active {
  background-color: #151516;
}

.sec06 .slick-dots {
  display: none !important;
}

@media (max-width: 920px) {
  .tit p,
  .map_in p {
    font-size: 40px;
    font-weight: bold;
  }
  .tit p::before {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 720px) {
  .tit p,
  .sec02 .gil p,
  .map_in p {
    font-size: 30px;
  }
  .tit p::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 620px) {
}

/*address*/

.address {
  width: 100%;
  padding-top: 2%;
}

.ad_in {
  width: 80%;
  margin: 0 auto;
  margin-top: 18%;
}

.ad_ico {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ico_in {
  display: flex;
  align-items: center;
  width: 47%;
}

.ico_in > img {
  width: 25%;
  max-height: 100%;
}

.ico_in > p {
  width: 70%;
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  padding-left: 5%;
}

.ka,
.em {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  background: url(../img/ico/ka.png) no-repeat center/ 100%;
  text-indent: -10000px;
}

.em {
  background-image: url(../img/ico/em.png);
}

@media (max-width: 1220px) {
  .ad_in {
    width: 60%;
  }
  .ico_in {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  .ico_in2 {
    margin-top: 10%;
  }

  .ico_in > img {
    width: 16%;
  }
  .ico_in > p {
    font-size: 40px;
  }
}

@media (max-width: 920px) {
  .ad_in {
    width: 70%;
  }

  .ico_in2 {
    margin-top: 6%;
  }
  .ico_in > p {
    font-size: 36px;
  }
}

@media (max-width: 720px) {
  .ad_in {
    width: 75%;
  }
  .ico_in2 {
    margin-top: 10%;
  }
  .ico_in > p {
    font-size: 32px;
  }
}

@media (max-width: 620px) {
  .ico_in > p {
    font-size: 26px;
  }
  .ad_in {
    margin-top: 25%;
  }
}

@media (max-width: 520px) {
  .ico_in > p {
    font-size: 24px;
  }
  .ad_in {
    margin-top: 30%;
  }
}

@media (max-width: 420px) {
  .ico_in > p {
    font-size: 20px;
  }

  .ad_in {
    margin-top: 35%;
  }
}

/*sec06-1 jw-list2*/

.sec06-1 {
  width: 80%;
  margin: 0 auto;
}

.map_sec {
  width: 100%;
  padding: 15% 0 3%;
}

.map_in {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

/*네비위치 조절 위한 마진*/
.txt1 > div:nth-child(1) {
}
.sec06 .ins_in {
  margin-top: 5%;
}

.s05-tit {
  margin-top: 10%;
}

@media (max-width: 1220px) {
  .sec06 .ins_in {
    margin-top: 10%;
  }
}

@media (max-width: 920px) {
  .sec06 .ins_in {
    margin-top: 13%;
  }
  .s05-tit {
    margin-top: 18%;
  }
}

@media (max-width: 820px) {
  .sec06 .ins_in {
    margin-top: 16%;
  }
}

@media (max-width: 720px) {
  .sec06 .ins_in {
    margin-top: 18%;
  }
}

@media (max-width: 620px) {
  /*.h_in > .h_left {
		background-image: none;
	}*/
  .navi > ul {
    justify-content: space-between;
    margin-left: 6%;
  }
  .sec06 .ins_in {
    margin-top: 22%;
  }
  .s05-tit {
    margin-top: 22%;
  }
  .sec04 .tit {
    margin-top: 4%;
  }
}

@media (max-width: 520px) {
  .txt1 > div:nth-child(1) {
    margin-top: 15%;
  }
  .navi span {
    font-size: 14px;
  }
  .navi {
    padding-left: 0;
  }

  .sec06 .ins_in {
    margin-top: 25%;
  }
  .s05-tit {
    margin-top: 29%;
  }
  .sec04 .tit {
    margin-top: 10%;
  }
}

@media (max-width: 420px) {
  .txt1 > div:nth-child(1) {
    margin-top: 20%;
  }
}

@media (max-width: 360px) {
  .navi span {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .navi span {
    font-size: 11px;
  }
}

/*footer*/
footer {
  width: 100%;
  /*	padding-bottom: 50%;*/
  background: url(../img/bg/wave1.png) no-repeat top / 100%;
  /*	position: relative;*/
  font-size: 18px;
  color: #202020;
}

.foot_bg {
  width: 100%;
  /*	background: url(../img/bg/wave2.png)no-repeat top center / 100%;*/
  margin-top: 12%;
  /*	position: absolute;*/
  top: 0;
  /*	color: #626464;*/
  color: #fff;
  background-color: #171616;
}
/*.bg_in {
	background-color: #171616;
}*/
.foot_in {
  width: 80%;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  padding-top: 3%;
}
.f_top {
  display: flex;
  /*	justify-content: end;*/
  justify-content: center;
  flex-wrap: wrap;
  /*	margin-top: 22%;*/
}
.f_top span {
  font-weight: bold;
}
.num {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-align: left;
}
.f_bot {
  margin-top: 3%;
}
.f_bot span {
  /*	color: #626464;*/
  color: #fff;
  padding-right: 10px;
}
.f_bot p {
  padding: 5% 0;
  text-align: center;
}
.f_bot > address > span::after {
  content: "\007C";
  /*    color: #626464;*/
  color: fff;
  padding-left: 7px;
}
@media (max-width: 1320px) {
  .foot_in {
    font-size: 15px;
  }
  .num {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  .foot_in {
    font-size: 13px;
    line-height: 60px;
  }
  .num {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .foot_in {
    font-size: 11px;
    line-height: 40px;
  }
  .num {
    font-size: 40px;
  }
}
@media (max-width: 1100px) {
  .num {
    font-size: 35px;
  }
}
@media (max-width: 900px) {
  .num {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .foot_in {
    font-size: 11px;
    line-height: 40px;
  }
  .num {
    font-size: 25px;
  }
}
@media (max-width: 700px) {
  footer {
    margin-top: 23%;
  }
  .gom {
    width: 50%;
    padding-top: 40%;
    top: -58%;
  }
  .foot_in {
    text-align: center;
    margin: 0 auto;
  }
  .f_top {
    justify-content: center;
  }
}
@media (max-width: 510px) {
  .f_bot span {
    display: block;
  }
  .f_bot .bus,
  .f_bot .add {
    display: block;
  }
  @media (max-width: 450px) {
    .sec06-1 {
      width: 70%;
      margin-bottom: 15%;
    }
  }
  @media (max-width: 400px) {
    .foot_in {
      font-size: 10px;
    }
  }
}
