﻿@charset "utf-8";

#n-wrap {
  width: 100%;
  min-width: 1280px;
  height: 100%;
  margin: auto;
  position: relative;
  background: #fff;
}

#n-container {
  position: relative;
  width: 100%;
}

#n-header {
  width: 100%;
  min-width: 320px;
  height: 100px;
  line-height: 100px;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: -2px 2px 4px rgb(0 0 0 / 4%);
}

#n-gnb {
  position: relative;
  margin: auto;
  height: 100%;
  max-width: 1280px
}

#n-gnb .logo {
  float: left;
  width: 262px;
  height: 40px;
  background: url(../images/logo.png) no-repeat center center;
  margin-right: 50px;
  margin-top: 26px
}

#n-gnb .logo a {
  display: block;
  width: 100%;
  height: 100%
}

/* menu */
#n-gnb .menu {
  float: left;
  width: calc(100% - 400px);
  display: block;
  overflow: hidden;
}

#n-gnb .menu>ul>li {
  float: left;
  position: relative;
  width: 14%;
}

#n-gnb .menu>ul>li>a {
  font-size: 20px;
}

#n-gnb .menu>ul>li>a:hover {
  font-weight: 600;
  color: #00aeef;
}

#n-gnb .menu>ul>li.on a {
  color: #00aeef;
  font-weight: 600
}

#n-gnb .menu li .submenu {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  z-index: 2;
  line-height: normal;
  overflow: hidden;
}

#n-gnb .menu li .submenu li a {
  display: block;
  font-size:17px;
  padding:10px 0
}

#n-gnb .menu li .submenu li a:hover{
  font-weight:700
}

#n-gnb .right-menu{
  line-height:normal;
  position:absolute;
  right:0;
  top:28px;
}

#n-gnb .right-menu a{
  margin-left:10px
}

#n-gnb .login-btn{
  display:inline-block;
  line-height: 35px;
  border-radius: 40px;
  border:1px solid #00aeef;
  background:#00aeef;
  color:#fff;
  padding: 0px 15px;
  font-size: 14px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#n-gnb .myp-btn{
  display:inline-block;
  line-height: 35px;
  border-radius: 40px;
  background: #fff url(../images/myp_icon.png) no-repeat 18px center;
  border:1px solid #e5e7e8;
  padding: 0px 15px 0px 38px;
  font-size: 14px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
}

#n-nav, #n-gnb .nav-myp{
  display:none
}



.subBg{
  display:none;
  position: absolute;
  top: 100px;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  height: 250px;
  background:#fff  url(../images/header_bg.png) no-repeat 60px bottom;
  box-shadow: 0 4px 4px -4px rgb(0 0 0 / 10%);
  z-index:1;
}


/*** main-view ***/
.main-view{
  width:100%;
  height:800px;
  background:url(../images/main_bg.jpg) no-repeat center center;
  background-size: cover;
}

.main-view .area{
  max-width:1280px;
  margin: auto;
  position:relative
}

.main-view .text{
  padding-top:300px;
  color:#000;
  float:left;
  width:calc(100% - 630px)
}

.main-view .text .mtit{
  font-size:55px;
  font-weight:300;
  line-height:65px
}

.main-view .text .stit{
  font-size:20px;
  margin-top:25px
}

.main-view .rbtn{
  display:inline-block;
  background:#fff;
  width:255px;
  height:70px;
  line-height:70px;
  border-radius:70px;
  font-size:22px;
  position:relative;
  padding-left:30px;
  margin-top:60px
}

.main-view .rbtn::after{
  content:"";
  width:23px;
  height:20px;
  background-image: url(../images/gobtn_icon.png);
  background-repeat: no-repeat;
  position:absolute;
  right:30px;
  top:50%;
  transform: translateY(-50%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-view .rbtn:hover::after {
  transform: translate(25%, -50%);
}

.main-view .system-link{
  display:inline-block;
  position:absolute;
  left:0;
  top:130px;
  background-color:#fff;
  border:3px solid #6363ea;
  text-align:center;
  width:210px;
  padding:10px 0 15px 0;
  border-radius:180px;
}

.main-view .system-link img{
  height:35px;
}

.main-view .system-link span{
  display:block;
}





/*regis-form*/
.regis-form{
  float:right;
  width:530px;
  padding-top:200px;
  text-align:center
}

.regis-form li{
  margin-bottom:15px
}

.regis-form li:last-child{
  margin-bottom:0
}

.regis-form label{
  position: absolute;
  z-index:-1;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.regis-form input, .regis-form select{
  height:75px;
  border-radius:10px;
  border:0;
  font-size:20px;
  padding-left:25px;
  width:100%;
  font-weight:400
}

.regis-form input::placeholder{
  color:#c2c7ce;
}

.regis-form select {
   appearance: none;
   background: #fff url(../images/select_arrow.png) no-repeat;
   background-position:96% center;
   padding: 0px 20px 0 25px;
}

select::-ms-expand {
    display: none;
}

.regis-form h2{
  font-size:40px;
  font-weight:700;
  color:#000;
  margin-bottom:40px
}

.regis-form h2 span{
  display:block;
  font-size:20px;
  margin-top:15px
}

.regis-form .btn{
  display:block;
  margin-top:15px;
  background:#00aeef;
  color:#fff;
  text-align:center;
  font-weight:600;
  line-height:75px;
  border-radius:10px;
  border:0;
  font-size:20px;
}




.main-content{
  max-width:1280px;
  margin:auto;
  height:100%;
  padding:120px 0;
}

/*** notice-list ***/
.notice-list{
  background:#253144;
  border-radius:35px;
  padding:40px;
  float:left;
  width:calc(100% - 680px);
  height:300px;
  color:#fff;
  position:relative;
}

.notice-list .list:hover div{
  text-decoration: underline;
}

.notice-list h3{
  font-size:25px;
  font-weight:700;
  padding-left:43px;
  position:relative;
}

.notice-list h3::after{
  content:"";
  width:35px;
  height:36px;
  background-image: url(../images/notice_icon.png);
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%)
}

.notice-list .list{
  display:block;
  color:#fff;
  margin-top:35px
}

.notice-list .list .tit{
  font-size:28px;
  font-weight:600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list .list .con{
  font-size:17px;
  line-height:26px;
  opacity:0.6;
  font-weight:300;
  margin-top:20px;
  height:53px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notice-list .list .date{
  font-size:17px;
  margin-top:20px
}

.notice-list .more-btn{
  position:absolute;
  right:30px;
  top:35px;
  background-image: url(../images/more_icon.png);
  width:25px;
  height:25px;
  transition: all 0.5s linear;
}

.notice-list .more-btn:hover{
  transform: rotate(180deg);
}



.photo-gallery{
  display:inline-block;
  width:100%;
  padding-top:120px
}

.photo-gallery h2{
  font-size:40px;
  font-weight:700;
  display:inline-block;
  vertical-align:middle;
  color:#000
}

.photo-gallery .more-btn{
  display:inline-block;
  vertical-align:middle;
  line-height:44px;
  border-radius:44px;
  background:#00aeef;
  color:#fff;
  padding:0px 20px;
  font-size:17px;
  margin-left:15px;
}

.photo-gallery .more-btn:hover{
  background:#253144
}

.photo-gallery ul{
  width:100%;
  display: inline-block;
  margin-top:30px
}

.photo-gallery li{
  float:left;
  width:31.3%;
  margin-right:3%
}

.photo-gallery li a{
  display:block;
  border-radius:40px;
  border:1px solid #eeeff0;
  overflow:hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.photo-gallery li a:hover .text{
  text-decoration: underline;
}

.photo-gallery li:last-child{
  margin:0
}

.photo-gallery .thumbnail{
  width:100%;
  height:290px;
}

.photo-gallery .thumbnail img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.photo-gallery .text{
  padding:35px 30px;
  border-top:1px solid #eeeff0
}

.photo-gallery .tit{
  font-size:26px;
  font-weight:600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:10px
}

.photo-gallery .date{
  color:#888;
  font-size:17px
}




/*** main-item ***/
.main-item {
  background:#fff;
  border:1px solid #eeeff0;
  border-radius:25px;
  text-align:center;
  padding:150px 50px 50px;
  height:300px;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  float:left;
  position:relative;
  display:block;
  margin:0 0 40px 40px
}

.main-item .tit{
  font-size:28px;
  font-weight:600
}

.main-item .stit{
  margin-top:20px;
  opacity:0.6;
  font-size:17px;
  line-height:25px
}

.main-item .stit span{
  display:block;
}

.main-item.announce{
  width:300px;
  height:300px;
}

.main-item.announce::after{
  content: "";
  width:190px;
  height:176px;
  background-image:url(../images/item_icon01.png);
  background-size:190px;
  position:absolute;
  left:67%;
  transform: translateX(-67%);
  top:-40px
}

.main-item.search{
  width:300px;
  height:300px;
}

.main-item.search::after{
  content: "";
  width:125px;
  height:175px;
  background-image:url(../images/item_icon02.png);
  background-size:125px;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:-40px
}

.main-item::after{
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1)
}

.main-item.announce:hover::after{
  transform: translate(-65%, -20%);
}

.main-item.search:hover::after{
  transform: translate(-50%, -20%);
}


.main-item.business{
  background:url(../images/bs_background.png) no-repeat center 40%;
  width: calc(100% - 680px);
  color:#fff;
  overflow:hidden;
  text-align:left;
  padding:100px 60px 50px 60px;
  margin:0
}

.main-item.business:hover{
  text-decoration: underline;
}

.main-item.business .tit, .main-item.business .stit{
  position:relative;
  z-index:1
}
/*
.main-item.business::after{
  content:"";
  background:rgba(0,0,0,.7);
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
*/
.main-item.faq{
  width:640px;
  padding:100px 60px 0 310px;
  border:1px solid #e1ecee;
  background-color: #e8f3f5;
  background-image: url(../images/faq_icon.png);
  background-repeat: no-repeat;
  background-position: 90px center;
  text-align:left;
  margin-bottom:0
}

.main-item.faq:hover{
  background-color:#d8eaed
}



/*** footer ***/
#n-footer{
  background:#f6fafc;
  width:100%;
}

#n-footer .fmenu{
  background:#edf1f3;
  padding:15px 0;
  overflow:hidden;
}

#n-footer .fmenu ul{
  margin:auto;
  position:relative;
  max-width:1280px;
}

#n-footer .fmenu li{
  float:left;
  margin:15px 40px 0 0
}

#n-footer .fmenu li:last-child{
  margin-right:0
}

#n-footer .fmenu li a{
  display:block;
  font-size:17px
}

#n-footer .fmenu li a strong{
  color:#00aeef;
}

#n-footer .fmenu li label{
  position: absolute;
  z-index:-1;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

#n-footer .fmenu li.site{
  float:right;
  width:260px;
  margin-top:0
}

#n-footer .fmenu li select{
  appearance: none;
  background: #fff url(../images/select_arrow.png) no-repeat;
  background-position: 94% center;
  padding: 0px 20px;
  width:100%;
  border-radius:8px;
  border:0;
  font-size:16px;
  height:50px;
}

.n-footer-wrap{
  max-width:1280px;
  margin:auto;
  overflow:hidden;
  padding:40px 0;
}

.n-footer-wrap .logo{
  float:left;
  width:200px
}

.n-footer-wrap .text{
  float:left;
  font-weight:400;
  font-size:17px;
  line-height:26px;
  color:#000;
  width: calc(100% - 200px)
}

.n-footer-wrap .copy{
  display:block;
  font-size:15px;
  color:#888;
  margin-top:20px
}




/*** scroll-top ***/
#scroll-top{
   position: fixed;
   right: 2%;
   bottom:0;
   z-index: 1;
   display:inline-block;
   width:60px;
   height:60px;
   line-height:50px;
   padding-top:13px;
   text-align:center;
   font-size:12px;
   background:#00aeef url(../images/arrow_top.png) no-repeat center 15px;
   backdrop-filter: blur(5px);
   color:#fff;
   box-shadow: -2px 2px 4px rgb(0 0 0 / 6%);
}





/***********************************
sub
***********************************/


/*** top-visual ***/
.top-visual {
  position: relative;
  margin-top:100px
}

.visual-wrap {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.visual-wrap .visual {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(1);
  animation: topscale 3s both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  padding-top: 85px;
  text-align: center;
  color: #fff;
}

/*사업소개*/
.visual-wrap.m1 .visual {background-image: url(../images/visual_bg_m1.png);}
/*사업신청*/
.visual-wrap.m2 .visual {background-image: url(../images/visual_bg_m2.png);}
/*임대신청*/
.visual-wrap.m3 .visual {background-image: url(../images/visual_bg_m3.png);}
/*공지사항*/
.visual-wrap.m4 .visual {background-image: url(../images/visual_bg_m4.png);}

/*common*/
.visual-wrap.cm .visual::after {
  content: none
}

.visual-wrap .visual::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(255, 255, 255, 0));
  z-index: -1;
}

@keyframes topscale {
  0% {
    transform: scale(1.0)
  }

  100% {
    transform: scale(1.05)
  }
}

.top-visual .visual h2 {
  font-size: 46px;
  letter-spacing:-1px;
  font-weight:700
}

.top-visual .visual span {
  display: block;
  line-height: 20px;
  margin-top: 20px;
  font-size: 17px;
}


/***location-bar***/
#location-bar {
  width:100%;
  max-width: 1280px;
  height: 80px;
  background: #fff;
  border-radius: 25px 25px 0 0;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #e2e7eb;
}

#location-bar .home {
  display: block;
  background: #00aeef url(../images/home_solid_icon.png) no-repeat center center;
  border-bottom: 1px solid #00aeef;
  height: 100%;
  width: 80px;
  border-radius: 25px 0 0 0;
  float: left;
}

#location-bar > ul {
  float: left;
  width: calc(100% - 80px);
  display: table;
  table-layout: fixed;
}

#location-bar > ul > li {
  background: #fff;
  float: left;
  width: 20%;
  height:80px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e2e7eb;
}

#location-bar > ul > li:last-child {
  border-right: 1px solid #e2e7eb
}

#location-bar > ul > li .menu {
  display: block;
  line-height: 80px;
  padding-left: 20px;
  cursor: pointer;
  border-left: 1px solid #e2e7eb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:85%;
  font-size:19px;
  font-weight:500
}

#location-bar > ul > li .menu::after {
  content: "";
  background-image:url(../images/arrow_bottom_sky.png);
  width:15px;
  height:9px;
  position: absolute;
  right: 20px;
  top: 37px
}

#location-bar > ul > li.none .menu::after {
  content: none
}

#location-bar > ul > li.on .menu::after {
  background-image:url(../images/arrow_top_sky.png);
}

#location-bar .drop-list {
  width: calc(100% - -0.5%);
  position: relative;
  z-index: 3;
  border: 1px solid #e2e7eb;
  background:#f9fdff;
  border-top:0;
  display: none;
  border-radius:0 0 25px 25px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 5%);
  padding:15px 0
}

#location-bar .drop-list li {
  width: 100%;
  display:block;
}

#location-bar .drop-list li a {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 17px;
  line-height: 1.5;
  position: relative;
  z-index: 3
}

#location-bar .drop-list li a:hover{
  color:#00aeef
}



/*** popupzone ***/
.open-pop{
  position: absolute;
  z-index: 3000;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:2;
  background:#fff;
  border: 1px solid #eeeff0;
  border-radius:15px;
  width:500px;
  height:500px;
  overflow:hidden;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 7%);
}

.open-pop .p-close{
  position:absolute;
  right:20px;
  top:23px;
  background-image: url(../images/close_sml_btn.png);
  width:14px;
  height:14px
}

.open-pop .p-close span{
  position: absolute;
  z-index:-1;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(1px, 1px, 1px, 1px);
  /*clip-path:inset(50%);*/
  overflow: hidden;
}

.open-pop h3{
  padding:0px 20px;
  line-height:60px;
  background:#f9fdff;
  font-size:20px;
  font-weight:600;
  color:#000;
  border-bottom:1px solid #eeeff0;
}

.open-pop .popup-wrap{
  height:calc(100% - 50px);
}

.open-pop .popup-cont{
  width:100%;
  height:calc(100% - 60px);
}

.open-pop .popup-cont img{
  width:100%;
  height:100%
}

.open-pop .ckdbox {
	position: relative;
	width:100%;
  line-height:50px;
  padding:0px 20px;
  font-size:16px;
  border-top:1px solid #eeeff0;
}

.open-pop .ckdbox input[type="checkbox"] {
  display: none;
}

.open-pop input[type="checkbox"] + label {
	cursor: pointer;
	display:inline-block;
  vertical-align:middle;
}

.open-pop input[type="checkbox"] + label:before {
	 content:"";
	 display: inline-block;
	 vertical-align:middle;
   width: 14px;
   height: 14px;
   text-align: center;
   border: 1px solid #bfc3c7;
   background: #fff;
   border-radius:2px;
   margin-top:-2px
	}

.open-pop input[type="checkbox"]:checked + label:before {
	 background:#00aeef url(../images/ico_ckd.png) no-repeat center center;
   background-size:9px;
	 border: 1px solid #00aeef;
   border-radius:2px;
	 width: 14px;
   height: 14px;
}


.ntc-box{
  background:#f6fafc url(../images/none_icon.png) no-repeat 51% 80px;
  padding:240px 40px 100px 40px;
  border-radius:25px;
  text-align:center;
  font-size:30px;
  color:#000
}

.ntc-box span{
  display:block;
  color:#888;
  font-size:18px;
  margin-top:10px
}






@media screen and (max-width:1499px) {
  #n-wrap{min-width:inherit; max-width:1280px}
  #n-header{padding:0px 50px}
  .main-view{padding:0px 50px}
  .main-content{padding:200px 50px}
  #n-footer .fmenu{padding:15px 50px}
  .n-footer-wrap{padding:65px 50px}
}

@media screen and (max-width:1299px){
  #n-gnb .logo{margin-right:60px}
  #n-gnb .menu > ul > li{width:20%}

  .main-view .text .mtit{font-size:50px; line-height:60px}
  .main-view .text{padding-top:250px; width: calc(100% - 600px);}
  .main-content{padding:150px 50px}
  .regis-form {width:500px; padding-top:200px}
  .regis-form h2{font-size:45px}
  .regis-form h2 span{font-size:18px; margin-top:15px}
  .regis-form li{margin-bottom:15px}
  .regis-form input, .regis-form select{height:80px; font-size:21px}
  .regis-form .btn{line-height:80px; margin-top:15px;}

  .notice-list{float:none; width:100%; border-radius:25px; padding:40px; height:310px}
  .notice-list .more-btn{top:40px; right:40px;}
  .main-item{margin:40px 3% 40px 0; padding:70px 70px 70px 200px; text-align:left; background-color:#fff; background-repeat:no-repeat; background-position:50px center;}
  .main-item.announce{width:48.5%; height:240px; background-image:url(../images/item_icon01.png); background-size:135px}
  .main-item.search{width:48.5%; margin-right:0; height:240px; background-image:url(../images/item_icon02.png); background-size:100px}
  .main-item.announce::after, .main-item.search::after{content:none}
  .main-item.business{width:48.5%; height:240px; background-size:cover; padding:70px 50px; height:auto;}
  .main-item.faq{width:48.5%; height:240px; margin:0 0 0 3%; padding: 70px 0 70px 200px; text-align: left; background-size:110px; background-position: 50px center;}

  .photo-gallery{padding-top:150px}
  .photo-gallery h2{font-size:45px;}
  .photo-gallery .more-btn{line-height:45px; padding:0px 20px; margin-left:8px}
  .photo-gallery li a{border-radius:30px}
  .photo-gallery .thumbnail{height:240px}
  .photo-gallery .text{padding:30px}
  .photo-gallery .tit{font-size:26px; margin-bottom:10px}

  .top-visual .visual h2{font-size:45px}
  .top-visual .visual span{font-size:17px; margin-top:10px}
}


@media screen and (max-width:1099px) {
  #n-header{height:90px; padding:0px 30px}
  #n-gnb .logo{margin:22px 0 0 0}
  #n-gnb .login-btn{right:50px; top:25px}
  #n-gnb .menu .item{display:none}
  #n-gnb #n-nav{display: block; position: fixed; top:0; right: -100%; width:40%; height: 100%; padding:0; background:#fff url(../images/nav_bg.png) no-repeat right bottom; z-index: 900;
                overflow-y:auto; box-shadow: -2px 2px 10px rgb(0 0 0 / 10%); background-size:90%}
  #n-gnb .nav-btn{display:inline-block; vertical-align:middle; background: url(../images/menu_btn.png) no-repeat center center; background-size:25px; width:25px; height:25px;}
  #n-gnb .close-btn{display:inline-block; position:absolute; left:30px; top:30px; background: url(../images/close_btn.png) no-repeat center center; background-size:20px; width:20px; height:20px}
  #n-gnb .right-menu{top:24px}

  .nav-menu {padding: 80px 30px 30px;}
  .nav-menu > ul{border-top:1px solid #ebebeb; padding-top:30px}
  .nav-menu > ul > li {margin-bottom: 40px; position: relative;}
  .nav-menu > ul > li a {font-size: 23px; font-weight: 700; display: block; margin-bottom: 15px; line-height:normal;}
  .nav-menu > ul > li::after {content: ""; position: absolute; left: 0; top: -2px;}
  .nav-menu li .msub li {margin: 0}
  .nav-menu li .msub li::after {content: none}
  .nav-menu li .msub li a {font-size: 18px; font-weight: 400; padding: 5px 0; margin: 0}
  .nav-menu li .msub li.link a .icon {height: 14px; display: inline-block; vertical-align: middle; margin-left: 5px}

  .main-content{padding:70px 50px 100px 50px}
  .main-view .text .mtit{font-size:45px; line-height:55px}
  .main-view .text .stit{font-size:18px}

  .regis-form h2{font-size:40px}
  .photo-gallery{padding-top:100px}
  .photo-gallery h2{font-size:40px}
  .photo-gallery .thumbnail{height:200px}
  .photo-gallery .text{padding:25px}
  .photo-gallery .tit{font-size:24px}
  .photo-gallery .date{font-size:16px}
  .photo-gallery .more-btn{line-height:40px}

  .visual-wrap{height:330px}
  .top-visual{margin-top:90px;}
  .top-visual .visual h2{font-size:40px}
  .top-visual .visual span{font-size:16px}
  #location-bar{border-radius:25px 0 0 0}
  #location-bar, #location-bar > ul > li{height:70px}
  #location-bar .home{width:70px}
  #location-bar > ul{width:calc(100% - 70px)}
  #location-bar > ul > li .menu{line-height:70px; font-size:17px}
  #location-bar > ul > li .menu::after{top:30px}
  #location-bar > ul > li{width:50%}
  #location-bar > ul > li:last-child{border-right:0}

  #n-footer .fmenu{padding:10px 30px}
  .n-footer-wrap{padding:45px 30px}
}

@media screen and (max-width:999px) {
  .main-view{height:1080px}
  .main-view .area{padding-top:150px; text-align:center;}
  .main-view .text, .regis-form{float:none; width:100%; padding:0}
  .main-view .text .mtit{font-size:45px; line-height:60px}
  .main-view .text .stit{margin-top:15px}
  .main-view .rbtn{text-align:left; width:215px; margin-top:30px}

  .photo-gallery .thumbnail{height:150px}
  .photo-gallery .tit{font-size:20px; margin-bottom:5px}
  .photo-gallery .text{padding:20px}

  .main-item.announce, .main-item.search, .main-item.business, .main-item.faq{width:100%; margin:0 0 30px 0; height:auto;}
  .main-item .stit span{display:inline-block; margin-right:5px}
  .notice-list{margin-bottom:30px}

  .regis-form{padding:45px 30px; border-radius:10px; background:rgba(255,255,255,.5); border:1px solid #fff; margin-top:40px}
  .regis-form input, .regis-form select{height:70px; font-size:20px}
  .regis-form h2{margin-bottom:20px}
  .regis-form .btn{line-height:70px; font-size:20px}


  .visual-wrap.m1 .visual {background-image: url(../images/visual_bg_m1_m.png);}/*사업소개*/
  .visual-wrap.m2 .visual {background-image: url(../images/visual_bg_m2_m.png);}/*사업신청*/
  .visual-wrap.m3 .visual {background-image: url(../images/visual_bg_m3_m.png);}/*임대신청*/
  .visual-wrap.m4 .visual {background-image: url(../images/visual_bg_m4_m.png);}/*공지사항*/

  #n-footer .fmenu li{margin:13px 3% 0 0}
  #n-footer .fmenu li.site{width:200px}
  .n-footer-wrap{text-align:center; padding:40px 30px}
  .n-footer-wrap .logo{float:none; width:100%}
  .n-footer-wrap .text{float:none; width:100%; margin-top:20px;}
}

@media screen and (max-width:767px) {
  #n-header{padding:0px 20px; height:80px}
  #n-gnb .logo{margin:20px 0 0 0; width:200px; background-size:200px;}
  #n-gnb .right-menu > .login-btn, #n-gnb .right-menu > .myp-btn{display:none}
  #n-gnb .nav-myp{display:block;}
  #n-gnb #n-nav{width:100%; background-size:80%}
  .nav-myp{line-height:0; padding-bottom:25px}
  .main-content{padding:40px 20px}
  .main-view{padding:0; height:870px}
  .main-view .area{padding-top:221px}
  .main-view .text .mtit{font-size:34px; line-height:40px}
  .main-view .text .stit{font-size:16px; margin-top:10px}
  .main-view .rbtn{line-height:60px; height:60px; font-size:18px; padding-left:25px; margin-top:25px}
  .main-view .rbtn::after{right:25px}
  .main-view .system-link{top:110px; left:50%; transform: translateX(-50%);}
  
  .regis-form h2{font-size:28px}
  .regis-form h2 span{font-size:14px; margin-top:5px}
  .regis-form{width:100%; border:0; border-radius:0}
  .regis-form input, .regis-form select{height:55px; border-radius:5px; font-size:16px; padding-left:15px}
  .regis-form .btn{line-height:55px; margin-top:10px; border-radius:5px; font-size:16px}
  .regis-form li{margin-bottom:10px}

  .notice-list{padding:25px; height:auto; border-radius:18px; margin-bottom:15px}
  .notice-list h3{font-size:20px; padding-left:30px}
  .notice-list h3::after{background-size:25px; width: 25px; height: 26px;}
  .notice-list .more-btn{background-size:20px; width:20px; height:20px; top:25px; right:25px}
  .notice-list .list{margin-top:20px}
  .notice-list .list .tit{font-size:22px}
  .notice-list .list .con{font-size:14px; line-height:20px; height:42px; margin-top:15px}
  .notice-list .list .date{margin-top:15px; font-size:16px}
  .main-item, .main-item.faq{padding:35px 30px 35px 120px; background-position: 30px center;}
  .main-item.announce, .main-item.search, .main-item.business, .main-item.faq{border-radius:18px; margin-bottom:15px}
  .main-item.announce{background-size:90px;}
  .main-item.search{background-size:65px;}
  .main-item.business{padding:35px}
  .main-item.faq{background-size:80px}
  .main-item .tit{font-size:22px; font-weight:700}
  .main-item .stit{font-size:14px; line-height:20px; margin-top:15px}

  .photo-gallery{padding-top:60px}
  .photo-gallery h2{font-size:28px}
  .photo-gallery .more-btn{font-size:14px; line-height:30px; padding:0px 15px; margin-left:5px}
  .photo-gallery ul{margin-top:25px}
  .photo-gallery li{float:none; width:100%; margin:0 0 20px 0}
  .photo-gallery li a{border-radius:20px}
  .photo-gallery .thumbnail{height:240px}
  .photo-gallery .tit{font-size:20px; margin-bottom:0}
  .photo-gallery .date{font-size:14px}

  .visual-wrap{height:250px;}
  .visual-wrap .visual{padding:60px 20px 0 20px}
  .top-visual{margin-top:80px}
  .top-visual .visual h2{font-size:30px}
  .top-visual .visual span{font-size:14px}
  #location-bar, #location-bar > ul > li{height:55px}
  #location-bar .home{width:55px; background-size:15px}
  #location-bar > ul{width:calc(100% - 60px)}
  #location-bar > ul > li .menu{line-height:55px; font-size:15px; padding-left:15px}
  #location-bar > ul > li .menu::after{top:25px; right:15px; background-size:12px; width:12px; height:7px}
  #location-bar .drop-list{padding:13px 0}
  #location-bar .drop-list li a{font-size:15px; padding:8px 20px}

  .ntc-box{background-size:140px; padding:200px 30px 100px 30px; font-size:26px}
  .ntc-box span{font-size:14px}

  #n-footer .fmenu{padding:15px 20px; text-align:center;}
  #n-footer .fmenu li{margin:0 3% 0 0; float:none; display:inline-block;}
  #n-footer .fmenu li.site{float:none; width:100%; margin-top:15px}
  #n-footer .fmenu li a{font-size:14px; line-height:normal}
  #n-footer .fmenu li select{font-size:14px; height:44px; padding-left:15px}
  .n-footer-wrap{padding:30px 20px}
  .n-footer-wrap .logo img{height:44px}
  .n-footer-wrap .text{font-size:14px; line-height:21px; margin-top:15px}
  .n-footer-wrap .copy{font-size:13px; margin-top:15px}

  .open-pop{width:100%; height:auto;}
  .open-pop h3{line-height:50px; font-size:18px; padding:0px 15px}
  .open-pop .p-close{top:18px; right:15px}
  .open-pop .ckdbox{font-size:14px; line-height:44px; padding:0px 15px}