@charset "utf-8";

*{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p{
  line-height: 1.5;
}
.root_daum_roughmap .cont{
  display: none;
}
.ver-line{
  width: 1px; 
  height: 50px; 
  background-color: #aaa; 
  margin: 0 auto;
}

.page-tit{
  margin-bottom: 1.5rem;
  text-align: center;
}
.page-tit > h2{
  font-size: 50px;
  font-weight: 300;
  color: #111;
  margin-bottom: 1.5rem;
}

.about-caption{
  margin-bottom: 3rem;
  text-align: center;
}
.about-caption > h3{
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #111;
}
.about-caption > h3 > span{
  font-weight: 700;
}
.about-caption > h5{
  font-size: 24px;
  font-weight: 300;
  color: #666;
  margin-bottom: 3rem;
}
.about-caption > p{
  font-size: 28px;
  font-weight: 500;
  color: #27659a;
}
.about-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
.about-wrap.rv{
  flex-direction: row-reverse;
}
.about-box{
  width: 48%;
}
.about-box > h3{
  font-size: 40px;
  font-weight: 300;
  color: #111;
}
.about-box > h3 > span{
  font-weight: 800;
}
.about-img{
  display: flex;
}
.about-img > img{
  width: 100%;
}

.sp-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0;
}
.sp-wrap.rv{
  flex-direction: row-reverse;
}
.sp-box{
  width: 48%;
}
.sp-box > h3{
  font-size: 40px;
  font-weight: 800;
  color: #111;
}
.sp-box > p{
  font-size: 18px;
  color: #666;
  font-weight: 300;
  margin-top: 1rem;
}
.sp-img{
  display: flex;
}
.sp-img > img{
  width: 100%;
}

.ti-box{
  padding: 4rem;
  background-color: #f7f7f7;
  border-radius: 40px 0;
}
.ti-box > h3{
  font-size: 32px;
  font-weight: 800;
  color: #78161b;
  margin-bottom: 2rem;
}
.ti-box > p{
  font-size: 20px;
  color: #666;
  font-weight: 300;
  line-height: 1.8;
  word-break: keep-all;
}

.list-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-box{
  width: 49%;
  margin-bottom: 3rem;
}
.list-tit{
  padding: 3rem;
  height: 300px;
  background-color: #f2f2f2;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.list-tit > h3{
  font-size: 40px;
  font-weight: 300;
  color: #111;
}
.list-tit > p{
  font-size: 16px;
  color: #666;
  font-weight: 300;
  margin-top: 10px;
}
.list-caption{
  padding: 2rem;
  min-height: 345px;
  background-color: #f8f8f8;
}
.list-caption > h5{
  font-size: 20px;
  font-weight: 300;
  color: #111;
  margin-bottom: 1rem;
}
.list-cont{
  display: flex;
}
.list-cont > ul{
  flex-grow: 1;
}
.list-cont > ul > li{
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}
.list-cont > ul > li.fw-bold{
  font-weight: 700;
}
.list-cont > ul > li:last-child{
  margin-bottom: 0;
}
.list-box > a{
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  color: #fff;
  background-color: #78161b;
  font-size: 16px;
}

.ld-tit{
  width: 100%;
  padding: 4rem;
  background-color: #87addc;
  color: #fff;
}
.ld-tit > h5{
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1rem;
}
.ld-tit > h2{
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.ld-cont{
  width: 100%;
  background-color: #f8f8f8;
  padding-top: 3rem;
  margin-bottom: 4rem;
}
.ld-wrap{
  width: 100%;
  display: flex;
}
.ld-box{
  width: 50%;
  flex: 0 0 auto;
}
.ld-box:last-child{
  display: flex;
  align-items: flex-end;
}
.ld-caption{
  padding: 0 0 3rem 4rem;
}
.ld-caption > h5{
  font-size: 24px;
  font-weight: 500;
  color: #111;
  margin-bottom: 1.5rem;
}
.ld-caption > p{
  font-size: 18px;
  font-weight: 300;
  color: #666;
  line-height: 1.8;
}
.ld-img{
  display: flex;
}
.ld-img img{
  width: 100%;
}
.ld-more{
  text-align: center;
}
.ld-more > a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 1.2rem 2rem;
  background-color: #78161b;
  border-radius: 5px;
}

.map-wrap{
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ddd;
}
.map-wrap.bn{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.map-area{
  width: 100%;
}
.map-cont{
  padding-top: 2rem;
}
.map-cont > h2{
  font-size: 26px;
  font-weight: 300;
  color: #111;
  margin-bottom: 1.5rem;
}
.map-cont > h2 > span{
  font-weight: 700;
}
.map-cont > ul > li{
  padding-left: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
  font-size: 18px;
  color: #666;
  font-weight: 300;
  line-height: 1.8;
}
.map-cont > ul > li:last-child{
  margin-bottom: 0;
}
.map-cont > ul > li > span{
  font-weight: 500;
  color: #111;
}
.map-cont > ul > li > span.m-icon{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #78161b;
}

.root_daum_roughmap{
  width: 100% !important;
}
.root_daum_roughmap .wrap_controllers{
  display: none;
}

.jp-sect{
  margin-bottom: 6rem;
}
.jp-tit{
  width: 100%;
  margin-bottom: 3rem;
}
.jp-tit > h3{
  font-size: 28px;
  color: #111;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
}
.jp-tit > h3 > span{
  display: inline-flex;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 5px 0 5px 0;
  background-color: #78161b;
  color: #fff;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.jp-tit > h5{
  color: #111;
  font-weight: 400;
  font-size: 20px;
}
.jp-table{
  width: 100%;
}
.jp-table > table{
  width: 100%;
  border-spacing: 0;
}
.jp-table > table thead th{
  padding: 1rem;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #78161b;
}
.jp-table > table tbody th{
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  width: 30%;
}
.jp-table > table tbody td{
  padding: 1rem;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.jp-table > table tbody td.ct{
  text-align: center;
}
.jp-table > table tbody td:last-child{
  border-right: 0;
}
.jp-table > p{
  font-size: 18px;
  color: #111;
  font-weight: 400;
  margin-top: 1.5rem;
}
.jp-list-ul > li{
  font-size: 17px;
  color: #666;
  position: relative;
  font-weight: 400;
  margin-bottom: 12px;
  padding-left: 20px;
}
.jp-list-ul > li:last-child{
  margin-bottom: 0;
}
.jp-list-ul{
  margin-top: 1rem;
}
.jp-list-ul > li > span{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.jp-list-ol{
  margin-top: 10px;
  padding-left: 20px;
}
.jp-list-ol > li{
  font-size: 16px;
  color: #666;
  list-style: circle;
  font-weight: 300;
  margin-bottom: 10px;
}
.jp-caption{
  font-size: 18px;
  color: #666;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}
.jp-img{
  display: flex;
  justify-content: center;
}
.jp-img img{
  width: 100%;
  max-width: 600px;
}
.jp-cont{
  width: 100%;
  margin-bottom: 1.5rem;
}
.jp-cont:last-child{
  margin-bottom: 0;
}
.jp-cont > h5{
  font-size: 20px;
  color: #111;
  font-weight: 500;
  margin-bottom: 5px;
}
.jp-cont > p{
  font-size: 18px;
  color: #666;
  font-weight: 400;
  padding-left: 20px;
}

.jp-card{
  width: 100%;
  padding: 2rem;
  border: 5px solid #f5f5f5;
  border-radius: 20px 0 20px 0;
}
.jp-card > h5{
  font-size: 24px;
  color: #111;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
.jp-wrap{
  display: flex;
  justify-content: center;
}
.jp-box{
  padding-right: 2rem;
}
.jp-box:last-child{
  padding-right: 0;
}
.jp-box > ul > li{
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 1rem;
}
.jp-box > ul > li:last-child{
  margin-bottom: 0;
}
.jp-box > ul > li > span{
  display: inline-block;
  margin-right: 10px;
  color: #78161b;
}

/* media-query */

@media(min-width:1200px){
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display: none;
  }

  .ani.up.delay{
		transition: 1.2s opacity 0.2s, 1.2s transform 0.2s;
	}
	.ani.up.delay2{
		transition: 1.2s opacity 0.5s, 1.2s transform 0.5s;
	}
	.ani.up.delay3{
		transition: 1.2s opacity 0.8s, 1.2s transform 0.8s;
	}
	.ani.up.delay4{
		transition: 1.2s opacity 1.0s, 1.2s transform 1.0s;
	}
	.ani.up.delay5{
		transition: 1.2s opacity 1.3s, 1.2s transform 1.3s;
	}
}

@media(max-width:1199px){
  .d-block{
    display: block;
  }
  .d-none{
    display: none;
  }
  .ver-line{
    height: 50px;
  }

  .page-tit > h2{
    font-size: 30px;
  }

  .about-caption > h3{
    font-size: 22px;
  }
  .about-caption > h5{
    font-size: 18px;
  }
  .about-caption > p{
    font-size: 22px;
  }
  .about-wrap{
    flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .about-wrap.rv{
    flex-direction: column-reverse;
  }
  .about-box{
    width: 100%;
    margin-bottom: 1rem;
  }
  .about-box > h3{
    font-size: 24px;
  }

  .sp-wrap{
    flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .sp-wrap.rv{
    flex-direction: column-reverse;
  }
  .sp-box{
    width: 100%;
    margin-bottom: 1rem;
  }
  .sp-box > h3{
    font-size: 24px;
  }
  .sp-box > p{
    margin-top: 10px;
    font-size: 16px;
  }

  .ti-box{
    padding: 2rem;
    border-radius: 20px 0;
  }
  .ti-box > h3{
    font-size: 24px;
    margin-bottom: 1.5rem;
  }
  .ti-box > p{
    font-size: 16px;
    line-height: 1.5;
  }

  .list-wrap{
    flex-direction: column;
  }
  .list-box{
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .list-tit{
    padding: 1.5rem;
  }
  .list-tit > h3{
    font-size: 24px;
  }
  .list-tit > p{
    margin-top: 3px;
  }
  .list-caption{
    padding: 1.5rem;
  }
  .list-cont{
    flex-direction: column;
  }
  .list-cont > ul:first-child{
    margin-bottom: 10px;
  }
  .ld-tit{
    padding: 2rem;
  }
  .ld-tit > h5{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ld-tit > h2{
    font-size: 30px;
  }
  .ld-wrap{
    flex-direction: column;
  }
  .ld-box{
    width: 100%;
  }
  .ld-caption{
    padding: 0 1rem 2rem;
  }
  .ld-cont{
    padding-top: 1.5rem;
    margin-bottom: 2rem;
  }
  .ld-caption > h5{
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .ld-caption > p{
    font-size: 16px;
    line-height: 1.5;
  }

  .root_daum_roughmap .wrap_map{
    height: 300px !important;
  }
  .map-cont > h2{
    font-size: 20px;
  }
  .map-cont > ul > li{
    padding-left: 1.2rem;
    font-size: 14px;
  }
  .map-wrap{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  
  .jp-tit{
    margin-bottom: 2rem;
  }
  .jp-tit > h3{
    font-size: 22px;
    margin-bottom: 1rem;
  }
  .jp-tit > h3 > span{
    width: 24px;
    height: 24px;
    border-radius: 3px 0 3px 0;
    font-size: 12px;
  }
  .jp-tit > h5{
    font-size: 15px;
  }
  .jp-table > table thead th{
    padding: 12px 5px;
    font-size: 14px;
  }
  .jp-table > table tbody th{
    padding: 12px 5px;
    font-size: 12px;
    width: 24%;
  }
  .jp-table > table tbody td{
    padding: 12px 5px;
    font-size: 12px;
  }
  .jp-sect{
    margin-bottom: 4rem;
  }
  .jp-list-ul > li{
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .jp-list-ol{
    padding-left: 15px;
  }
  .jp-list-ol > li{
    font-size: 13px;
    margin-bottom: 5px;
  }
  .jp-table.mo > table thead th:nth-child(1){
    width: 10%;
  }
  .jp-table.mo > table thead th:nth-child(2){
    width: 35%;
  }
  .jp-table.mo > table thead th:nth-child(3){
    width: 35%;
  }
  .jp-table.mo > table thead th:nth-child(4){
    width: 20%;
  }
  .jp-table > p{
    font-size: 13px;
    margin-top: 1rem;
  }
  .jp-caption {
    font-size: 15px;
  }
  .jp-cont{
    margin-bottom: 1rem;
  }
  .jp-cont > h5{
    font-size: 16px;
  }
  .jp-cont > p{
    font-size: 14px;
    padding-left: 17px;
  }
  .jp-card{
    padding: 1rem;
  }
  .jp-card > h5{
    font-size: 18px;
    margin-bottom: 1rem;
  }
  .jp-wrap{
    flex-direction: column;
  }
  .jp-box{
    padding-right: 0;
  }
  .jp-box:first-child{
    margin-bottom: 10px;
  }
  .jp-box > ul > li{
    font-size: 15px;
    margin-bottom: 10px;
  }
  .jp-box > ul > li > span{
    margin-right: 5px;
  }
}
@media(max-width:600px){
  
}

/* animation */

.ani.up{
	transform: translateY(100px);
	opacity: 0;
	transition: 1.2s;
}
.ani.up.act{
	transform: translateY(0);
	opacity: 1;
}
.ani.left{
	transform: translateX(100px);
	opacity: 0;
	transition: 1s;
}
.ani.left.act{
	transform: translateX(0);
	opacity: 1;
}
.ani.right{
	transform: translateX(-100px);
	opacity: 0;
	transition: 1s;
}
.ani.right.act{
	transform: translateX(0);
	opacity: 1;
}
