@font-face {
  font-family: 'FreesentationL';
  src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-3Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body{
  background: #fff;
}

/* header */
#hd_login_msg{display: none;}
.header {width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.4); position: absolute; top: 0; left: 0; z-index: 99999; transition: 0.3s; height: 11rem;}
.header .logo a{width: 16rem; display: block; font-size: 0;}
.header.scr, .header.sub {border-color: #C6C6C6;}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {}
.gnb_nav{display: flex; gap: 7rem;}
.gnb_nav .gnb {display: flex; gap: 6rem; font-size: 2.2rem; color: #fff;}
.gnb_nav .gnb > li{
  position: relative;
  height: 110px;
  line-height: 110px;
}
.gnb_nav .gnb > li .snb a{
  color: #181818;
  font-weight: bold;
  position: relative;
}
.gnb_nav .gnb > li .snb a:hover{
  text-decoration: underline;
}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){

}

.ham_open {width: 6rem; height: 6rem; display: flex; flex-direction: column; justify-content: center; cursor: pointer; border: 1px solid #fff; align-items: center; border-radius: 100px; gap: 5px;}
.ham_open span {display: block; width: 2.2rem; height: 2px; background-color: #fff;}
.ham_open span:nth-child(2){width: 1.5rem; margin: 5px 0;}
.all_menu_wrap .ham_close {aspect-ratio: 1/1; height: 100%; display: flex; align-items: center; justify-content: center; border-right: 1px solid #eee; background: #0bab6d; position: absolute; top: 0; right: 0; cursor: pointer;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #00e680; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}

.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 4px 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; right: -100%; opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative; height: 11rem;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_gnb_nav .depth2 a:hover{
  text-decoration: underline;
}
.all_menu_wrap.on {opacity: 1; right: 0;}

@media screen and (max-width: 1415px){

}
@media screen and (max-width: 1024px){
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left; height: 60px;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px){

	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .ham_close {padding: 15px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px;
  }

	.all_gnb_nav .snb {font-size: 16px;}
}


/* header */

/* footer */
.footer{background-color: #1c1c1c;padding: 7rem 0; font-size: 1.6rem; color: #fff;}
.footer .inner{}
.footer .logo{margin-bottom: 6rem; width: 16rem;}
.footer a{font-weight: 600;}
.footer .contbox{display: flex; justify-content: space-between; align-items: center; margin: 4.6rem 0;}
.footer .contbox .txt{width: 56%; line-height: 2; display: flex; flex-wrap: wrap; color: #f7f6f1; }
.footer .contbox .txt li{position: relative;}
.footer .contbox .txt li b{font-weight: 600px;}
.footer .contbox .txt li:nth-child(3){
  
}
.footer .contbox .txt li:nth-child(2),
.footer .contbox .txt li:nth-child(4){padding: 0 2rem; margin: 0 2rem; }
.footer .contbox .txt li:nth-child(2)::before,
.footer .contbox .txt li:nth-child(4)::before,
.footer .contbox .txt li:nth-child(4)::after{content: ""; width: 1px; height: 1.3rem; background-color: #f7f6f1; position: absolute; top: 50%; transform: translateY(-50%);
}
.footer .contbox .txt li:nth-child(2)::before,
.footer .contbox .txt li:nth-child(4)::before{left: 0;}
.footer .contbox .txt li:nth-child(4){
  padding-left: 0;
  margin-left: 0;
}
.footer .contbox .txt li:nth-child(4)::before{
  display: none;
}
.footer .contbox .txt li:nth-child(4)::after{right: 0;

}
.footer .contbox .cont{}
.footer .contbox .cont .imgbox{opacity: 0.2;display: flex; gap: 3rem; margin-bottom: 3.7rem; justify-content: flex-end;}
.footer .contbox .cont .imgbox img{height: 3.3rem;}
.footer .contbox .cont .sns{display: flex; gap: 3rem; align-items: center;}
.footer .contbox .cont .sns li{}
.footer .contbox .cont .sns li a{display: flex; gap: 5px; align-items: center;}
.footer .contbox .cont .sns li a .icon{font-size: 0;}
.footer .copy{color: #f7f6f1;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    .footer .contbox{flex-wrap: wrap;}
    .footer .contbox .txt{margin-bottom: 20px; width: 100%; max-width: 500px;}
    .footer .contbox .cont{width: 100%; }
    .footer .contbox .cont .imgbox{justify-content: flex-start;}
}
@media screen and (max-width: 768px){
    .footer .contbox .txt{flex-direction: column;}
    .footer .contbox .txt li{padding: 0 !important; margin: 0 !important; }
    .footer .contbox .txt li::after,
    .footer .contbox .txt li::before{display: none !important;}
    .footer .contbox .cont .imgbox img{height: 20px;}
    br.pc{
      display: none;
    }
}

/* //footer */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 26rem 0 14rem; text-align: center; color: #fff;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub01-bg.png);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .subtop-txtbox p{font-size: 2.4rem; font-weight: 200; letter-spacing: 0.8rem; padding-bottom: 11px;}
.sub_visual .sub_tit {
  font-size: 6rem;
  font-family: 'FreesentationL', sans-serif !important;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav .inner{padding: 0;}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul > li::after{content: ""; width: 1px; height: 2rem; background-color: #d2d2d2; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(/html/img/sub-down.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */

#ctt{
  background: transparent !important;
  max-width: 1240px !important;
  padding: 80px 20px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
/* main */
.main{}
.floating{position: fixed; right: 5%; top: 35%; z-index: 2; background: linear-gradient(100deg, rgba(1,172,80,1) 0%, rgba(1,99,58,1) 100%); border-radius: 15px; color: #fff; text-align: center; font-size: 1.4rem; font-weight: 300;}
.floating .item{padding: 15px 8px; display: block;}
.floating .item:nth-child(2){border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.floating .item .icon{margin-bottom: 5px;}
.floating .item .icon img{
  max-width: 33px;
}
.floating .item.blog .icon img{
  max-width: 40px;
}
.floating .item p{
  font-size: 16px;
}
.main section{padding: 13rem 0;}
.main-title{position: relative; margin-bottom: 7rem;}
.main-title h3{color: #0bab6d; font-weight: 700; margin-bottom: 3rem; text-transform: uppercase;}
.main-title h2{font-size: 5rem; font-weight: 600;}
.main-title img{width: 5rem;}
@media screen and (max-width: 1600px){
    .floating{right: 1%;}
}
@media screen and (max-width: 1200px){
    .floating{top: auto; bottom: 30px;}
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .main section{padding: 60px 0;}
    /* .floating{display: none;} */
    .main-title{margin-bottom: 30px;}
    .main-title h3{
      margin-bottom: 0.8rem;
    }
    .main-title h2{font-size: 25px;}
    .floating{
      border-radius: 8px;
      z-index: 999;
    }
    .floating .item{
      padding: 10px 12px;
    }
    .floating .item .icon{
      margin-bottom: 0px;
    }
    .floating .item .icon img{
      max-width: 25px;
    }
    .floating .item.blog .icon img{
      max-width: 30px;
    }
    .floating .item p{
      display: none;
    }
}
.ms01{height: 100vh;
  min-height: 600px;
  background: url(../img/ms01-bg.png) no-repeat center / cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding: 0;}
.ms01 .inner{}
.ms01 h2{font-size: 6rem; margin-bottom: 3rem; font-weight: 200; padding-top: 10rem;
  font-family: 'FreesentationL' ,sans-serif !important;

}
.ms01 h2 b{color: #00e680;}
.ms01 p{margin-bottom: 5.2rem;}
.ms01 ul{}
.ms01 ul li{}
.ms01 ul li .imgbox{margin-bottom: 3rem; font-size: 0;}
.ms01 ul li .imgbox img{width: 100%;}
.ms01 ul li h3{width: 100%; max-width: 31rem; height: 5rem; border-radius: 100px; background-color: rgba(0, 230, 127, 0.6); display: inline-flex; align-items: center; justify-content: center; font-size: 2.2rem;}
.ms01 .control{display: flex; justify-content: center; align-items: center; gap:3rem; margin-top: 8rem;}
.ms01 .control .sw-nav{cursor: pointer;}
.ms01 .control .swiper-pagination{position: relative; bottom: auto; top: auto; left: auto; width: auto; font-size: 1.6rem; color: rgba(255, 255, 255, 0.3); display: flex; align-items: center; gap: 3rem; line-height: 1;}
.ms01 .control .swiper-pagination-current{font-weight: 700; color: #fff;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms01 h2{font-size: 35px;}
}

.ms02{}
.ms02 .inner{}
.ms02 .main-title{}
.ms02 .main-title h3{text-transform: uppercase;}
.ms02 .main-title .btm{position: relative;}
.ms02 .main-title .btm h2{}
.ms02 .main-title .btm a{position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 0;}
.ms02 .main-title .btm a::before{content: ""; width: 4rem; height: 4rem; background-color: #fffdb5; position: absolute; right: -1.2rem; border-radius: 100px;top: 50%; transform: translateY(-50%); z-index: -1;}
.ms02 ul{display: flex; gap: 3rem;}
.ms02 ul li{position: relative;font-weight: 600; width: calc((100% - 6rem) / 3);}
.ms02 ul li .imgbox{border-radius: 10px; overflow: hidden; font-size: 0; width: 100%; position: relative;}
.ms02 ul li .imgbox::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ms02 ul li .imgbox img{width: 100%;}
.ms02 ul li .txtbox{position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center;}
.ms02 ul li .txtbox p{font-size: 2.6rem; margin-bottom: 4rem;}
.ms02 ul li .txtbox .btn-more{width: 9.6rem; height: 3.4rem; font-size: 1.6rem; display: inline-flex; gap: 5px; border-radius: 100px; border: 1px solid #fff; align-items: center; justify-content: center; opacity: 0; transition: 0.3s;}
.ms02 ul li:hover .txtbox .btn-more{opacity: 1;}
.ms02 ul li .txtbox .btn-more span{}
.ms02 ul li .txtbox .btn-more img{}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms02 ul{flex-wrap: wrap;}
    .ms02 ul li{width: 100%;}

}
.ms03{background-color: #f7f9ee; overflow: hidden;}
.ms03 .main-title{}
.ms03 .main-title h3{}
.ms03 .main-title .btm{display: flex; justify-content: space-between; align-items: flex-start;}
.ms03 .main-title .btm h2{}
.ms03 .main-title .btm .sw-btn{display: flex; gap:4rem; font-size: 0; margin-top: 10px;}
.ms03 .main-title .btm .sw-btn .sw-nav{cursor: pointer;}
.ms03 .main-title .btm .sw-btn .sw-nav img{}
.ms03{}
.ms03 .swiper{overflow: visible;}
.ms03 .swiper ul{}
.ms03 .swiper ul li{display: flex; align-items: center; gap: 5rem;}
.ms03 .swiper ul li .imgbox{width: 50%;}
.ms03 .swiper ul li .imgbox img{width: 100%;
border-radius: 20px;
overflow: hidden;
}
.ms03 .swiper ul li .txt{color: #0bab6d; width: calc(50% - 5rem);}
.ms03 .swiper ul li .txt h3{font-size: 4rem; font-weight: 200; margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ms03 .swiper ul li .txt h2{font-size: 4rem; font-weight: 700; font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ms03 .swiper ul li .txt h4{margin: 4rem 0; line-height: 1.5; color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ms03 .swiper ul li .txt a{font-weight: 600; font-size: 1.6rem;}
.ms03 .swiper ul li .txt a img{margin-left: 5px;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms03 .main-title .btm{flex-direction: column; gap: 20px;}
    .ms03 .main-title .btm .sw-btn{align-self: flex-end;}
    .ms03 .swiper ul li{flex-direction: column; gap: 20px;}
    .ms03 .swiper ul li > *{width: 100% !important;}
    .ms03 .swiper ul li .txt h3{font-size: 25px;}
    .ms03 .swiper ul li .txt h4{margin: 20px 0;}

}
.ms04{overflow: hidden;}
.ms04 .main-title{}
.ms04 .main-title h3{}
.ms04 .main-title .btm{position: relative; display: flex; justify-content: space-between;}
.ms04 .main-title .btm h2{}
.ms04 .main-title .btm .sw-btn{display: flex; gap:4rem; font-size: 0; padding-top: 10px;}
.ms04 .main-title .btm .sw-btn .sw-nav{cursor: pointer;}
.ms04 .main-title .btm .sw-btn .sw-nav img{}
.ms04{}
.ms04 .swiper{overflow: visible;}
.ms04 .swiper ul{}
.ms04 .swiper ul li{}
.iframe-box{
  position:relative;
  height:0;
  padding-bottom:56.25%;
}
.iframe-box iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.ms04 .swiper ul li .imgbox{width: 100%;}
.ms04 .swiper ul li .imgbox img{width: 100%;}
.ms04 .swiper ul li .txt{position: absolute; bottom: 4rem; right: 4rem;}
.ms04 .swiper ul li .txt h3{font-size: 3.6rem; font-weight: 500; color: #fff; text-align: right;}
.ms04 .swiper ul li .play-btn{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 9rem;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms04 .main-title .btm{flex-direction: column; gap: 20px;}
    .ms04 .main-title .btm .sw-btn{align-self: flex-end;}
    .ms04 .swiper ul li .txt h3{font-size: 20px;}
    .ms04 .swiper ul li .play-btn{width: 40px;}
}
.ms05{color: #fff; font-size: 2.4rem; padding: 15rem 0; background: url(../img/ms05-bg.png) no-repeat center / cover; text-align: center;}
.ms05 .inner{}
.ms05 h3{font-weight: 600; text-transform: uppercase; }
.ms05 h2{color: #00e680; font-weight: 600; font-size: 5.4rem; padding: 3rem 0 4rem;}
.ms05 p{font-weight: 200; line-height: 1.6;}
.ms05 .imgwrap{margin-top: 7rem; display: flex; gap: 4rem; justify-content: center; align-items: center;}
.ms05 .imgwrap img{}
.ms05 .imgwrap img:nth-child(2){height: 2rem;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms05 h2{font-size: 30px; padding: 20px 0;}
    .ms05 h3{font-size: 16px;}
    .ms05 .imgwrap{gap:20px;}
    .ms05 .imgwrap img{height: auto; max-width: 30%;}
}

.ms06{}
.ms06 .inner{}
.ms06 .main-title{}
.ms06 .main-title h3{}
.ms06 .main-title h2{}
.ms06 .contbox{display: flex; justify-content: space-between;}
.ms06 .contbox .cont{width: 49%;}
.ms06 .contbox .form{}
.ms06 .contbox .form ul{}
.ms06 .contbox .form ul li{margin-bottom: 2rem;
position: relative;
}
.ms06 .contbox .form ul li p{display: inline-block; padding-right: 1.8rem; position: relative; font-size: 1.8rem; font-weight: 600; margin-bottom: 1.4rem;}
.ms06 .contbox .form ul li p::after{content: ""; width: 6px; height: 6px; background-color: #a40000; border-radius: 10px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.ms06 .contbox .form ul li input,
.ms06 .contbox .form ul li textarea{width: 100%; border-radius: 3rem; border: 2px solid #e5e5e5; padding: 0 2rem;}
.ms06 .contbox .form ul li input:focus,
.ms06 .contbox .form ul li textarea:focus{outline: none; border-color: #0bab6d;}
.ms06 .contbox .form ul li textarea{height: 15rem; padding: 2rem; resize: none;}
.ms06 .contbox .form ul li input{height: 6rem; }
.ms06 .contbox .form ul li input[type="checkbox"]{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 18px;
  opacity: 0;
}
.ms06 .contbox .form ul li label{font-size: 1.4rem; cursor: pointer;}
.ms06 .contbox .form ul li.privacy{display: flex; align-items: center;}
.ms06 .contbox .form ul li input[type="checkbox"] + label{display: inline-block; width: 18px; height: 18px; border:1px solid #e5e5e5; position: relative; border-radius: 100px; margin-right: 1rem;}
.ms06 .contbox .form ul li input[type="checkbox"]:checked + label{border:1px solid #0bab6d; }
.ms06 .contbox .form ul li input[type="checkbox"]:checked + label::after{content:''; width: 6px; height: 6px; text-align: center; position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); background-color: #0bab6d; border-radius: 100px;}
.ms06 .contbox .form button{width: 100%; height: 6rem; max-width: 240px; margin: 0 auto; display: block; background: linear-gradient(60deg, rgba(1,172,80,1) 0%, rgba(1,99,58,1) 100%); color: #fff; font-weight: 600; border-radius: 100px; border: none; margin-top: 3rem; cursor: pointer;}
.ms06 .contbox .info{}
.ms06 .contbox .info .map-wrap{width: 100%; height: 42rem; border-radius: 10px; border: 1px solid #e0e0e0; overflow: hidden; margin-bottom: 2rem;}
.ms06 .contbox .info .map-wrap .root_daum_roughmap_landing{width: 100%; height: 100%;}
.ms06 .contbox .info .map-wrap .root_daum_roughmap .wrap_map{width: 100%; height: 100%;}
.ms06 .contbox .info .map-wrap .root_daum_roughmap .wrap_controllers{width: 100%; position: absolute; bottom: 0; border: none; z-index: 1;}
.ms06 .contbox .info ul{border-top: 1px solid #eeeeee;}
.ms06 .contbox .info ul li{display: flex; gap: 2rem; align-items: center; padding: 15px 0; border-bottom: 1px solid #eeeeee;}
.ms06 .contbox .info ul li .icon{width: 5.2rem;}
.ms06 .contbox .info ul li span{width: 12rem;}
.ms06 .contbox .info ul li p{width: calc(100% - 17.2rem);}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .ms06 .contbox{flex-direction: column; gap: 30px;}
    .ms06 .contbox .cont{width: 100%;}
    .ms06 .contbox .info .map-wrap{height: 250px;}
    .ms06 .contbox .info ul li{flex-wrap: wrap;}
    .ms06 .contbox .info ul li p{width: 100%; padding-left: 7.2rem;}
}

/* sub01_1 */
.sub-sec-top{padding: 16rem 0 20rem;}

.sub01_1 .top-txt{text-align: center; margin-bottom: 7rem;}
.sub01_1 .top-txt h2{font-size: 4rem; line-height: 1.3; margin-bottom: 3rem;}
.sub01_1 .top-txt h2 b{font-weight: 600;}
.sub01_1 .top-txt h2 span{
  color: rgb(8, 171, 108);
}
.sub01_1 .top-txt p{font-weight: 200;}
.sub01_1 .imgbox{margin-bottom: 10rem; font-size: 0;}
.sub01_1 .imgbox img{width: 100%;}
.sub01_1 .txtbox{display: flex; }
.sub01_1 .txtbox .left{width: 50%; display: flex; justify-content: center;}
.sub01_1 .txtbox .left h2{font-size: 4rem; font-weight: 200; text-align: right;}
.sub01_1 .txtbox .left b{font-weight: 300; color: #0bab6d;}
.sub01_1 .txtbox p{font-weight: 200;}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1024px){
    
}
@media screen and (max-width: 768px){
    .sub-sec-top{padding: 80px 0;}
    .sub01_1 .top-txt h2{font-size: 24px;}
    .sub01_1 .top-txt h2 br{
    }
    .sub01_1 .imgbox{margin-bottom: 50px;}
    .sub01_1 .txtbox{flex-direction: column;text-align: center; gap: 20px;}
    .sub01_1 .txtbox .left h2{text-align: center; font-size: 20px;}
    .sub01_1 .txtbox .left h2 br:nth-child(1){display: none;}
    .sub01_1 .txtbox .left{width: 100%; }
    .sub01_1 .txtbox p br:nth-child(1),
    .sub01_1 .txtbox p br:nth-child(4),
    .sub01_1 .txtbox p br:nth-child(5){display: none;}
}


/* sub01_1, nobs */

.sec-top-txt{
  text-align: center;
  margin-bottom: 80px;
}
.sec-top-txt h2{
  font-size: 40px;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(34, 34, 34);
}
.sec-top-txt h2 b{
  font-weight: 600;
}
.sec-top-txt h2 span{
  color: rgb(8, 171, 108);
}

@media(max-width:1024px){
  .sec-top-txt{
    margin-bottom: 50px;
  }
  .sec-top-txt h2{
    font-size: 24px;
  }
}

/* sub_common */


.sub01_2 .sub-sec-top .con-wrap{
  position: relative;
}
.sub01_2 .sub-sec-top .con-line{
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.sub01_2 .sub-sec-top .con-line:last-child{
  margin-bottom: 0;
}
.sub01_2 .sub-sec-top .con-line > li{
  flex: 1;
}
.sub01_2 .sub-sec-top .con-line.odd .txt .txtbox{
  padding-left: 100px;
}
.sub01_2 .sub-sec-top .con-line.even .txt .txtbox{
  padding-right: 100px;
}
.sub01_2 .sub-sec-top .con-line .txt .txtbox .step-num{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(0, 0, 0, 0.3);
  margin-bottom: 14px;
}
.sub01_2 .sub-sec-top .con-line .txt .txtbox h3{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(8, 171, 108);
  margin-bottom: 40px;
}
.sub01_2 .sub-sec-top .con-line .txt .txtbox .txt{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: -0.88px;
  color: rgb(34, 34, 34);
}
.sub01_2 .sub-sec-top .con-line .img img{
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media(min-width:1025px){
  .sub01_2 .sub-sec-top .con-line.even .img{
    order: 1;
  }
  .sub01_2 .sub-sec-top .con-line.even .txt{
    order: 0;
  }
}

@media(max-width:1024px){
  .sub01_2 .sub-sec-top .con-line{
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 20px;
  }
  .sub01_2 .sub-sec-top .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub01_2 .sub-sec-top .con-line.odd .txt .txtbox{
    padding-left: 0px;
  }
  .sub01_2 .sub-sec-top .con-line.even .txt .txtbox{
    padding-right: 0px;
  }
  .sub01_2 .sub-sec-top .con-line .txt .txtbox .step-num{
    font-size: 18px;
    margin-bottom: 7px;
  }
  .sub01_2 .sub-sec-top .con-line .txt .txtbox h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sub01_2 .sub-sec-top .con-line .txt .txtbox .txt{
    font-size: 15px;
  }
}

@media(max-width:375px){
  .sub01_2 .sub-sec-top .con-line .txt .txtbox br{
    display: none;
  }
}

/* sub01_2 */

.sub01_3 .sub-sec-top .con-line{
  display: flex;
  gap: 38px;
}
.sub01_3 .sub-sec-top .con-line > li{
  flex: 1;
}
.sub01_3 .sub-sec-top .con-line .conbox .imgbox{
  cursor: pointer;
}
.sub01_3 .sub-sec-top .con-line .conbox .imgbox img{
  display: block;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 24px;
}
.sub01_3 .sub-sec-top .con-line .conbox .txtbox{
  text-align: center;
}
.sub01_3 .sub-sec-top .con-line .conbox .txtbox p{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.73;
  letter-spacing: -1.2px;
  color: rgb(0, 0, 0);
}
.img-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999999999;
  width: 100%;
  height: 100vh;
}
.img-popup-wrap .bg{
  background: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-popup-wrap .img-popup-box{
  max-width: 100%;
  max-height: 90vh;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.img-popup-wrap .img-popup-box .close{
  text-align: right;
  font-size: 30px;
  color: rgba(255,255,255,0.9);
  font-weight: bold;
  margin-bottom: 8px;
  cursor: pointer;
}
.img-popup-wrap .img-popup-box .close:hover{
  color: rgb(255,255,255);
}
.img-popup-wrap .img-popup-box .content{
  max-width: 100%;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.2);
  background: #fff;
}
.img-popup-wrap .img-popup-box .content img{
  max-height: calc(90vh - 47px);
}

@media(max-width:1024px){
  .sub01_3 .sub-sec-top .con-line{
    gap: 40px;
    flex-wrap: wrap;

  }
  .img-popup-wrap .img-popup-box{
    min-width: 70%;
  }
  .sub01_3 .sub-sec-top .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub01_3 .sub-sec-top .con-line > li:last-child{
    margin-bottom: 0;
  }
  .sub01_3 .sub-sec-top .con-line .conbox .imgbox img{
    margin-bottom: 12px;
  }
  .sub01_3 .sub-sec-top .con-line .conbox .txtbox p{
    font-size: 18px;
  }
  .img-popup-wrap .img-popup-box{
    max-height: 95vh;
  }
  .img-popup-wrap .img-popup-box .close{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .img-popup-wrap .img-popup-box .content{
    background: #fff;
  }
  .img-popup-wrap .img-popup-box .content img{
    max-height: calc(95vh - 40px);
    display: block;
  }
}

/* sub01_3 */


.root_daum_roughmap{
  width: 100% !important;
}
.root_daum_roughmap .wrap_map{
  height: 445px !important;
}
.mapbox{
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(8, 171, 108);
  overflow: hidden;
  margin-bottom: 63px;
}
.sub01-4-map-info > .tit{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(0, 0, 0);
  padding-bottom: 24px;
  margin-bottom: 30px;

  border-bottom: 2px solid #000;
}
.sub01-4-map-info .con-line{
  display: flex;
  gap: 20px;
}
.sub01-4-map-info .con-line > li{
  flex: 1;
}
.sub01-4-map-info .con-line .conbox{
  padding: 28px 40px;
  border-radius: 10px;
  background-color: rgb(244, 248, 249);
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 58px;
}
.sub01-4-map-info .con-line .conbox .icon{
  width: 100px;
}
.sub01-4-map-info .con-line .conbox .txtbox{
  width: calc(100% - 158px);
}
.sub01-4-map-info .con-line .conbox .txtbox h4{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -1.04px;
  color: rgb(34, 34, 34);
  margin-bottom: 12px;
}
.sub01-4-map-info .con-line .conbox .txtbox p{
  font-size: 22px;
  font-weight: 200;
  line-height: 1.64;
  letter-spacing: -0.88px;
  color: rgb(34, 34, 34);
}


@media screen and (max-width: 1024px) {
  .root_daum_roughmap .wrap_map{
    height: 300px !important;
  }


  .mapbox{
    margin-bottom: 40px;
  }
  .sub01-4-map-info > .tit{
    font-size: 20px;
    padding-bottom: 17px;
    margin-bottom: 16px;
  
    border-bottom: 1px solid #000;
  }
  .sub01-4-map-info .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .sub01-4-map-info .con-line > li{
    flex: none;
    width: 100%;
  }
  .sub01-4-map-info .con-line .conbox{
    padding: 20px 16px;
    gap: 20px;
  }
  .sub01-4-map-info .con-line .conbox .icon{
    width: 50px;
  }
  .sub01-4-map-info .con-line .conbox .txtbox{
    width: calc(100% - 70px);
  }
  .sub01-4-map-info .con-line .conbox .txtbox h4{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .sub01-4-map-info .con-line .conbox .txtbox p{
    font-size: 15px;
  }
  
}



/* sub01_4 */

.bo_inner{
  padding-top: 150px;
  padding-bottom: 150px; 
}
.bo_inner .bo_top_tit{
  text-align: center;
  margin-bottom: 53px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(34, 34, 34);
}

.pg_wrap{
  float: initial !important;
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.pg{
  display: flex;
  align-self: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pg_page{
  display: block;
  background: none;
  border: none;

  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.72px;
  color: rgb(153, 153, 153);

  width: 27px;
  height: 27px;
  line-height: 27px;
}
.pg_current{
  background: rgba(12, 172, 110,0.2);
  font-weight: bold;
  color: rgb(12, 172, 110);
  border: none;

  width: 27px;
  height: 27px;
  line-height: 27px;
}


.pg {text-align:center}
.pg_start {
  text-indent:-999px;overflow:hidden;background:url('../img/pg_start.png') no-repeat center / 50%;padding:0;
}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/pg_prev.png') no-repeat center / 50%;padding:0;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/pg_end.png') no-repeat center / 50%;padding:0;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/pg_next.png') no-repeat center / 50%;padding:0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

/* 페이징 */



@media(max-width:1024px){
  .bo_inner{
    padding-top: 80px;
    padding-bottom: 80px; 
  }
  .bo_inner .bo_top_tit{
    margin-bottom: 40px;
    font-size: 24px;
  }


  .pg_wrap{
    margin-top: 50px;
  }
  .pg{
    gap: 4px;
  }
  .pg_page{
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .pg_current{
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .pg_start {
    background:url('../img/pg_start.png') no-repeat center / 70%;
  }
  .pg_prev {background:url('../img/pg_prev.png') no-repeat center / 70%;}
  .pg_end {background:url('../img/pg_end.png') no-repeat center / 70%;}
  .pg_next {background:url('../img/pg_next.png') no-repeat center / 70%;}
}

/* board */



.sub03_1 .frm-box{
}
.sub03_1 .frm-box .agr-topbox{
  padding-top: 32px;
  border-top: 2px solid rgb(51, 51, 51);
  margin-bottom: 112px;
}
.sub03_1 .frm-box .agr-topbox h3{
  font-size: 40px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(34, 34, 34);
  margin-bottom: 12px;
}
.sub03_1 .frm-box .agr-topbox h3 b{
  font-weight: bold;
}
.sub03_1 .frm-box .agr-topbox .agr-txtbox{
  background-color: rgb(248, 248, 248);
  height: 210px;
  overflow-y: auto;
  padding: 28px;
  margin-bottom: 17px;
}

.sub03_1 .frm-box .agr-topbox .agr-txtbox::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.sub03_1 .frm-box .agr-topbox .agr-txtbox::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
.sub03_1 .frm-box .agr-topbox .agr-txtbox

.sub03_1 .frm-box .agr-topbox .agr-txtbox,
.sub03_1 .frm-box .agr-topbox .agr-txtbox *
{
  text-align: left !important;
  font-size: 17px !important;
  line-height: 1.59 !important;
  letter-spacing: -0.68px !important;
  text-align: left;
  color: rgb(0, 0, 0) !important;
}
.sub03_1 .frm-box .agr-topbox .agr-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sub03_1 .frm-box .agr-topbox .agr-checkbox label{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.sub03_1 .frm-box .agr-topbox .agr-checkbox input{
  width: 20px;
  height: 20px; 
  cursor: pointer;
}

.sub03_1 .frm-box .frm-ipt-wrap > h3{
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.6px;
  color: rgb(34, 34, 34);

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 2px solid rgb(51, 51, 51);
  margin-bottom: 20px;
}
.sub03_1 .frm-box .frm-ipt-wrap > h3 span{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: rgb(143, 143, 143);
  display: block;
  text-align: right;
}

.frm-ipt-box{
  margin-bottom: 20px;
}
.frm-ipt-box .frm-ipt-line{
  display: flex;
  align-items: center;
  gap: 12px;
}
.frm-ipt-box .ipt-tit{
  width: 120px;
}
.frm-ipt-box .ipt-tit > span{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
  position: relative;
}
.frm-required::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgb(230, 0, 18);
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: -5px;
}
.frm-ipt-box .ipt-smallbox{
  width: calc(100% - 132px);
}
.n-ipt{
  width: 100%;
  background-color: rgb(248, 248, 248);
  outline: none;
  border: none;
  padding: 23px 37px;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.8px;
  text-align: left;
  color: rgb(0, 0, 0);
}
.frm-ipt-box .ipt-smallbox.tel-line{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
.frm-ipt-box .ipt-smallbox.tel-line > span{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.8px;
  color: rgb(0, 0, 0);
}
.frm-ipt-box .ipt-smallbox.tel-line > .n-ipt{
  width: 196px;
}
.frm-ipt-box .ipt-smallbox.email-line{
  display: flex;
  gap: 13px;
  align-items: center;
  flex-wrap: wrap;
}
.frm-ipt-box .ipt-smallbox.email-line .front{
  width: 430px;
  position: relative;
}
.frm-ipt-box .ipt-smallbox.email-line .front .n-ipt{
  padding-right: 90px;
}
.frm-ipt-box .ipt-smallbox.email-line .front span{
  position: absolute;
  top: 50%;
  right: 62px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.8px;
  color: rgb(143, 143, 143);
}
.frm-ipt-box .ipt-smallbox.email-line .back{
  display: flex;
  align-items: center;
  gap: 10px;
}
.frm-ipt-box .ipt-smallbox.email-line .back .n-ipt{
  width: 219px;
}
.frm-ipt-box.frm-email-ipt-box .bottom-txt{
  margin-top: 16px;
}

.frm-ipt-box.frm-email-ipt-box .bottom-txt p{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: rgb(143, 143, 143);
}
.frm-ipt-box.frm-content-ipt-box .bottom-byte{
  margin-top: 7px;
}
.frm-ipt-box.frm-content-ipt-box .bottom-byte p{
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: rgb(143, 143, 143);
  text-align: right;
}
.frm-ipt-box.frm-content-ipt-box .bottom-byte p .full{
  color: red;
  font-weight: bold;
}
.frm-ipt-box.frm-content-ipt-box .bottom-byte,
.frm-ipt-box.frm-email-ipt-box .bottom-txt,
.frm-ipt-box .file-bottom-txt{
  padding-left: 132px;
}
select.n-ipt{
  background: rgb(248, 248, 248) url(/html/img/select_arrow.png) no-repeat center right 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 52px;
}


#frm-file-ipt{
  position: relative;
  cursor: pointer;
  width: 615px;
  height: 70px;
  line-height: 70px;
  padding-left: 38px;
  padding-right: 250px;
  background-color: rgb(248, 248, 248);
}
#frm-file-ipt::after{
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 220px;
  background: #fff;
}
#frm-file-ipt::-webkit-file-upload-button{
  position: absolute;
  right: 0;
  width: 220px;
  height: 71px;
  background-color: rgb(85, 85, 85);;
  color: #fff;
  border: 0;
  margin: 0;
  cursor: pointer;


  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}

.frm-ipt-box .file-bottom-txt{
  margin-top: 16px;
}
.frm-ipt-box .file-bottom-txt p{
  font-size: 17px;
  font-weight: 300;
  line-height: 1.59;
  letter-spacing: -0.68px;
  color: rgb(0, 0, 0);
}

.frm-submit-line{
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.frm-submit-line > div{
  width: 300px;
}
.frm-submit-line button{
  width: 100%;
  outline: none;
  border: none;
  border-radius: 10px;


  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.88px;
  text-align: center;
  color: rgb(170, 170, 170);
  background-color: rgb(221, 221, 221);
  padding: 23px 0px;
  cursor: pointer;
}
.frm-submit-line .submit-box button{
  background-color: rgb(0, 107, 63);
  color: rgb(255, 255, 255);
}
.frm-submit-line button:hover{
  text-decoration: underline;
}
.frm-ipt-box.frm-content-ipt-box textarea.n-ipt{
  height: 220px;
  overflow-y: auto;
}

.frm-ipt-box.frm-content-ipt-box textarea.n-ipt::-webkit-scrollbar {
  width: 4px;
  background-color: rgb(209, 209, 209);
}
.frm-ipt-box.frm-content-ipt-box textarea.n-ipt::-webkit-scrollbar-thumb {
  background-color: rgb(125, 125, 125);
}
textarea.n-ipt{
  resize: none;
  -webkit-resize : none;
}


@media(max-width:1024px){
  .sub03_1 .frm-box .agr-topbox{
    padding-top: 20px;
    border-top: 1px solid rgb(51, 51, 51);
    margin-bottom: 60px;
  }
  .sub03_1 .frm-box .agr-topbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sub03_1 .frm-box .agr-topbox .agr-txtbox{
    height: 200px;
    padding: 20px 15px;
    margin-bottom: 12px;
  }
  
  .sub03_1 .frm-box .agr-topbox .agr-txtbox::-webkit-scrollbar {
    width: 2px;
  }
  .sub03_1 .frm-box .agr-topbox .agr-txtbox,
  .sub03_1 .frm-box .agr-topbox .agr-txtbox *
  {
    font-size: 15px !important;
  }
  .sub03_1 .frm-box .agr-topbox .agr-checkbox {
    gap: 6px;
  }
  .sub03_1 .frm-box .agr-topbox .agr-checkbox label{
    font-size: 16px;
  }
  .sub03_1 .frm-box .agr-topbox .agr-checkbox input{
    width: 16px;
    height: 16px; 
  }
  
  .sub03_1 .frm-box .frm-ipt-wrap > h3{
    font-size: 20px;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 17px;
    border-bottom: 1px solid rgb(51, 51, 51);
    margin-bottom: 16px;
  }
  .sub03_1 .frm-box .frm-ipt-wrap > h3 span{
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  
  .frm-ipt-box{
    margin-bottom: 15px;
  }
  .frm-ipt-box .frm-ipt-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .frm-ipt-box .ipt-tit{
    width: 100%;
  }
  .frm-ipt-box .ipt-tit > span{
    font-size: 18px;
  }
  .frm-required::after{
    width: 4px;
    height: 4px;
  }
  .frm-ipt-box .ipt-smallbox{
    width: 100%;
  }
  .n-ipt{
    padding: 16px 15px;
    font-size: 16px;
  }
  .frm-ipt-box .ipt-smallbox.tel-line{
    gap: 6px;
  }
  .frm-ipt-box .ipt-smallbox.tel-line > span{
    font-size: 16px;
  }
  .frm-ipt-box .ipt-smallbox.tel-line > .n-ipt{
    width: calc(33.33% - (36px / 3));
  }
  .frm-ipt-box .ipt-smallbox.email-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .frm-ipt-box .ipt-smallbox.email-line .front{
    width: 100%;
  }
  .frm-ipt-box .ipt-smallbox.email-line .front .n-ipt{
    padding-right: 40px;
  }
  .frm-ipt-box .ipt-smallbox.email-line .front span{
    right: 40px;
    font-size: 18px;
  }
  .frm-ipt-box .ipt-smallbox.email-line .back{
    gap: 5px;
    width: 100%;
  }
  .frm-ipt-box .ipt-smallbox.email-line .back .n-ipt{
    width: calc(50% - (5px / 2));
  }
  .frm-ipt-box.frm-email-ipt-box .bottom-txt{
    margin-top: 10px;
  }
  
  .frm-ipt-box.frm-email-ipt-box .bottom-txt p{
    font-size: 14px;
  }
  .frm-ipt-box.frm-content-ipt-box .bottom-byte{
    margin-top: 6px;
  }
  .frm-ipt-box.frm-content-ipt-box .bottom-byte p{
    font-size: 14px;
  }
  .frm-ipt-box.frm-content-ipt-box .bottom-byte,
  .frm-ipt-box.frm-email-ipt-box .bottom-txt,
  .frm-ipt-box .file-bottom-txt{
    padding-left: 0;
  }
  select.n-ipt{
  
  }
  
  
  #frm-file-ipt{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    padding-right: 100px;
  }
  #frm-file-ipt::after{
    display: none;
  }
  #frm-file-ipt::-webkit-file-upload-button{
    width: 100px;
    height: 50px;
    font-size: 16px;
  }
  .frm-ipt-box .file-bottom-txt{
    margin-top: 10px;
  }
  .frm-ipt-box .file-bottom-txt p{
    font-size: 15px;
  }
  
  .frm-submit-line{
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .frm-submit-line > div{
    width: 100%;
  }
  .frm-submit-line button{
    font-size: 20px;
    padding: 12px 0px;
  }

  .frm-ipt-box.frm-content-ipt-box textarea.n-ipt{
    height: 150px;
  }
}

/* sub03_1 */

.gallery-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  padding: 40px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.gallery-line > li{
  width: calc(25% - (60px / 4));
  position: relative;
}
.gallery-line > li .gall_img{
  border-radius: 10px;
  overflow: hidden;
}
.gallery-line > li .gall_img img{
  display: block;
  width: 100%;
}
.gallery-line > li .gall_text_href .bo_tit{
  font-size: 19px;
  font-weight: 500;
  margin-top: 16px;
  text-align: center;
}
.gallery-line > li .chk_box{
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 99;
}
.portfolio-bo-cate{
  margin-bottom: 30px;
}
.portfolio-bo-cate .portfolio-category-line{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.portfolio-bo-cate .portfolio-category-line li a{
  border: 1px solid #d9d9d9;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 12px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.portfolio-bo-cate .portfolio-category-line li a#bo_cate_on,
.portfolio-bo-cate .portfolio-category-line li a:hover
{
  border: 1px solid rgb(8, 171, 108);
  background: rgb(8, 171, 108);
  color: #fff;
}
.cke_sc{
  display: none !important;
}

@media(max-width:1024px){
  .gallery-line{
    gap: 40px 10px;
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .gallery-line > li{
    width: calc(50% - 5px);
  }
  .gallery-line > li .gall_text_href .bo_tit{
    font-size: 16px;
    margin-top: 12px;
  }


  .portfolio-bo-cate .portfolio-category-line{
    gap: 6px 10px;
  }
  .portfolio-bo-cate .portfolio-category-line li a{
    font-size: 15px;
    padding: 6px 15px;
  }
}

/* 게시판 */
.hd_pops img{
  display: block;
}

@media(max-width:1024px){
  #hd_pop{
    max-width: 100% !important;
    width: 100% !important;
  }
  .hd_pops{
    left: 50% !important;
    top: 120px !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    width: 98%;
  }
  .hd_pops_con{
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops_con br {
    display: none;
  }
}
