@charset "UTF-8";

.gdnlst li:nth-child(2) a{
  transition: 0.5s ease-out;
  color: #efdcbd;
}


html, body{
    width:100%;
    height:100%;
}

.mn-sec1{
    display: block;
    width:100%;
    height:100vh;
    background-image: url(../img/bs-secimg5.jpg);
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.mn-pre{
    display: block;
    width:1200px; 
    margin: 0 auto;
    padding-top:350px;

}

.mn-sec1 h1{
   font-family: 'JSongMyung',sans-serif;
    text-align: center;
    font-size:3em;
    color:#ffffff;
}

.line2{
  display: block;
  width: 2px; height: 100px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  opacity: 0;
}


.mn-sec1 p{
    font-family: 'KoPubWorldBatang', sans-serif;
    text-align: center;
    font-size:1.5em;
    color:#fff;
}


.mn-sec1.active{
  height: 50vh;
  transition: all 2s;
}

.mn-sec1.active .line2{
  opacity: 1 !important;
  height: 30px;
  transform: rotate(90deg) !important;
  transition: all 2s;
}

.mn-sec1.active .mn-pre{
  padding-top:170px;
  transition: all 2s;
}



/*section sec1-2*/

.mn-sec1-2{
  height: 148px;
  padding:10px;
  padding-top:30px;
  background-image: url(../img/menu-bottom.jpg);
  background-position: center center;
  text-align: center;
  font-size:1.2em;
  font-family: 'KoPubWorldBatang', sans-serif;
  color:#fff;
}





/*section 2*/

.mn-sec2{
    display: block;
    width:100%; 
    height:auto;
    overflow: hidden;
    background-color:#f0ece8;
    position: relative;
    padding-bottom:120px;
}


/*탭메뉴 추가*/

/* 1. tab 영역 css 설정 */
.tab-area {
    width: 1000px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:50px;
  }
  
  
  /* 2. tab 메뉴 부분 디자인 */
  .tab-area input {
    display: none;
  }  
  
  .tab-area label {
    position: relative;
    display: block;
    margin-right: 20px;
    font-size:1.2em;
    text-align: center;
    background-color:#fff;
    width:150px;
    height:45px;
    line-height: 45px;
    color:#000;
    border: 3px solid #000;
  }

  .tab1{
    margin-left:calc( ( 100% - 490px ) / 2 );
  }
    
  /* label에 마우스 올렸을 때 */
  .tab-area label:hover {
    cursor: pointer; /*마우스 모양 변경*/
    font-weight: bold;
    background-color:#2e2e2e;
    color:#fff;
    transition: 0.5s ease-out;
  }
    
  /* tab-area 안에 존재하는 input 태그가 체크되었을 때, 
  체크된 input 태그 다음에 등장하는 label의 css 값 */
  .tab-area input:checked + label {
    /* 해당 메뉴가 선택된 상태인지 아닌지를 사용자에게 알려줄 수 있음 */
    font-weight: bold;
    background-color:#2e2e2e;
    color:#fff;

  }
    
  
  /* 3. tab 내용 부분 디자인 */
  .tab-content {
    width: 100%; /*부모 div width와 같은 width를 가진다.*/
    height: auto;
    display: none; /*기본 값일땐 화면에 표시하지 않음. 체크 상태일 때, 화면에 표시되어야 함 */
  }



  #content1{
    width:1000px;
    margin-top:80px;
    margin-bottom:100px;
  }

  #content2{
    width:1000px;
    height: 300px;
    margin-top:80px;
    margin-bottom:100px;
  }

  #content3{
    width:1000px;
    margin-top:80px;
    margin-bottom:100px;
  }

  .menuLst{
    display: block;
    width:100%;
    margin: 0;
    padding: 0;
  }

  .menuLst li{
    display: block;
    width:31%;
    height: auto;
    float: left;
    margin-bottom:3.333%
  }

  .menuLst li a{
    display: block;
    width:100%;
    height: auto;
    text-decoration-line: none;
    position: relative;
  }

  .menuLst li:nth-child(2){
    margin-left:3.333%;
    margin-right:3.333%
  }

  .menuLst li:nth-child(5){
    margin-left:3.333%;
    margin-right:3.333%
  }

  .menuLst li img{
    display: block;
    width:100%;
    height:auto;
    vertical-align: baseline;
  }

  .menuLst h4{
    display: block;
    padding:1.33em;
    text-align: center;
    background-color:#313131;
    color:#fff;
    font-size:18px;
    vertical-align: baseline;
    font-weight: 600;
  }

  .menuLst h4 span{
    display: block;
    width:100%;
    text-align: center;
    color:#ffffffc5;
    font-size:12px;
    vertical-align: baseline;
  }


.Mhover{
opacity: 0;
width:100%;  height: 100%;
  position: absolute;
  left:0;
  top:0;
}

.Mhover.active{
  opacity: 1;
}

.menu1 .Mhover{
  background-color:#fca90eee;
}

.menu2 .Mhover{
  background-color:#a84010ee;
}

.menu3 .Mhover{
  background-color:#252446ee;
}

.menu4 .Mhover{
  background-color:#1f5f44ee;
}

.menu5 .Mhover{
  background-color:#1f5d5fee;
}

.menu6 .Mhover{
  background-color:#b14e11ee;
}



.menuLst .hovertit{
  padding:3em;
  text-align: center;
  vertical-align: baseline;
  color:#fff;
  font-weight: 600;
  background-color: transparent;
  font-size:1.3em;
}
.menuLst .hoverimg{
  display: block;
  width:30px; height: 30px;
  margin: 0 auto;
}

.menuLst .hoveren{
  text-align: center;
  vertical-align: baseline;
  font-size:0.8em;
}

.menuLst .hoverde{
  display: block;
  width:100%;
  text-align: center;
  text-decoration-line: none;
  color:#fff;
  margin-top:40px;
}










.POParea{
  display: none;
  width:100%;
  height: 100vh;
  background-color: #0000007a;
  position: absolute;
  left:0;
  z-index: 90;
}


.POPcontent{
  display: block;
  width:800px;
  height: 480px;
  border-radius: 220px 0 0 0;
  background-color: #fff;
  margin: 0 auto;
  margin-top:calc((100vh - 480px) /2);
  position: relative;
}

.POPcontentinner{
  display: flex;
  width:100%;
  height: 100%;
  padding:44px;
}

.menuimg{
  display: block;
  width:300px;
  margin-left: 5px;;
}

.menuimg img{
  display: block;
  width:100%;
}

.POPmenucopy{
  width:400px;
  display: block;
  padding-left:30px;
  padding-top:80px;
}

.POPtit{
  font-family: 'JSongMyung',sans-serif;
  font-size:2.3em;
}

.POPen{
  color:#727272;
}

.POPline{
  display: block;
  width:370px; height: 1px;
  background-color:#727272;
}

.menuin{
  display: block;
  width:100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color:#2e2e2e;
  color:#fff;
  border-radius: 20px;
  margin-top:15px;
  margin-bottom: 10px;
}

.munes{font-size:0.9em;}

.popClose{
  position: absolute;
  display: block;
  width:40px; height: 40px;
  border-radius: 40px;
  border:1px solid #727272;
  right:30px;
  top:30px;
  text-align: center;
  line-height: 40px;
  font-size:1.2em;
  text-decoration-line: none;
  color:#313131;
}

.popClose:hover{
  background-color:#313131;
  border:0px;
  color:#fff;
}




/*메뉴 클릭시 팝업*/

















































.b-sec6{
  width:100%;
  height: 40vh;
  background-image: url(../img/b-sec5-img6.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  color:#fff;
  padding-top: 120px;
}

.b-sec6copy{
font-family: 'KoPubWorldBatang', sans-serif;
font-size:1.5em;
text-align: center;
}

.b-sec6tit{
  font-family: 'JSongMyung',sans-serif;
  font-size:2.5em;
  color:#ffd48b;
  text-align: center;
  margin-bottom: 0;
}

.b-sec6btn{
  display: block;
  width:200px;
  text-align: center;
  margin: 0 auto;
  height:50px;
  border-radius: 30px;
  border: 1px solid #fff;
  color:#fff;
  text-decoration-line: none;
  line-height: 50px;
  font-size:1.1em;
  font-weight: 600;
}

.b-sec6btn:hover{
  background-color:#c8a666;
  border:0px;
}


































































  
  /* input 태그가 체크 상태일떼, 이에 대응하는 content?를 display에 표시하도록 설정 */
  #tab1:checked ~ #content1,
  #tab2:checked ~ #content2,
  #tab3:checked ~ #content3 {
    display: flex;
  }