/*원스크롤 네비*/
.oneScrollNav{position: fixed; display: grid; grid-template-rows: 0.5fr 260px 0.5fr 130px 1fr; right: 30px; top: 154px; z-index: 11 !important; justify-items: center; height: 100vh;}
.oneScrollNav ul{width: 24px; padding: 10px 0; box-sizing: border-box;}
.oneScrollNav span.bar {background: #333; display: block; width: 1px; height: 100%;}
/* .oneScrollNav ul::before{content: ""; width: 1px; height: 132px; background: #333; position: absolute; left: 12px; top: -136px;}
.oneScrollNav ul::after{content: ""; width: 1px; height: 210px; background: #333; position: absolute; left: 12px; bottom: -210px;} */
.oneScrollNav ul li a{writing-mode: vertical-lr; text-orientation: sideways-right; display: inline-flex; justify-content: center; align-items: center; font-weight: bold; color: #333; gap: 10px; margin-bottom: 20px;}
.oneScrollNav ul li:last-child a{margin-bottom: 0;}
.oneScrollNav ul li a .circleIcon{border: 2px solid #000; width: 20px; height: 20px; border-radius: 20px; display: flex; justify-content: center; align-items: center; }
.oneScrollNav ul li a .circleIcon .inner{background: #000; width: 12px; height: 12px; border-radius: 20px;}
.oneScrollNav .scroll{ width: 24px; padding: 10px; box-sizing: border-box;display: grid; justify-content: center; align-items: center; gap: 10px;}
/* .oneScrollNav .scroll::after{content: ""; width: 1px; height: 44px; background: #333; position: absolute; left: 12px; bottom: -54px;} */
.oneScrollNav ul li a span{display: none;}
.oneScrollNav li.active a span{display: block;}
.oneScrollNav .scroll .scrollText{writing-mode: vertical-lr; text-orientation: sideways-right; display: inline-flex; justify-content: center; align-items: center; font-weight: bold; color: #000;}
.oneScrollNav .scroll .wheelBox{width: 13px; height: 23px; border: 2px solid #000; border-radius: 20px; display: flex; justify-content: center;}
.oneScrollNav .scroll .wheelBox .wheel{width: 5px; height: 5px; background: #000; border-radius: 20px; animation: scrollWheelMove 1.2s cubic-bezier(0.65, 0, 0.35, 1) infinite; position: relative;}
@keyframes scrollWheelMove {
  0% {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(4px);
  }
}
/* 섹션1에 있을 때 색상 변경 */
.oneScrollNav.is-section1 ul li a, .oneScrollNav.is-section1 ul li a .circleIcon, .oneScrollNav.is-section1 ul li a .circleIcon .inner, .oneScrollNav.is-section1 .scroll .scrollText, .oneScrollNav.is-section1 .scroll .wheelBox, .oneScrollNav.is-section1 .scroll .wheelBox .wheel {color: #CCC; border-color: #CCC;}
.oneScrollNav.is-section1 span.bar {background-color: #ccc;}
.oneScrollNav.is-section1 ul li a .circleIcon .inner{background: #CCC;}
.oneScrollNav.is-section1 .scroll .wheelBox .wheel {background-color: #CCC !important;}




/*내용*/
section{height: 100vh; padding-top: 154px; box-sizing: border-box;}
/*섹션1*/
.section01 .banner{width: 100%; height: 70%; background: url(../images/main/banner01.png)no-repeat; background-size: cover; background-color: rgba(0,0,0,0.9); padding: 100px 0; box-sizing: border-box; background-position: 50% 50%;}
.section01 .quick{padding: 40px 0; box-sizing: border-box; }
.section01 .quick .tit{font-size: 34px; display: inline-flex; color: #333; align-items: center; gap: 15px; margin-bottom: 30px; width: 100%;}
.section01 .quick .tit p b{color: #000;}
.section01 .quick .tit span{font-size: 20px;}
.section01 .quick .link{display: inline-grid; grid-template-columns: repeat(9, 1fr); gap: 18px;}
.section01 .quick .link li a{border-radius: 20px; padding: 20px; box-sizing: border-box; background: #f9f9f9; width: 140px; height: 140px; display: block; text-align: center; position: relative;}
.section01 .quick .link li a div{width: 100%; height: 62px; display: flex; justify-content: center; align-items: center; }
.section01 .quick .link li a p{margin-top: 20px;}
.section01 .quick .link li a .direc{position: absolute; right: 0; top: 0;}

/*섹션2,섹션3,섹션4 공통*/
.section02, .section03, .section04{padding: 194px 0 60px 0; box-sizing: border-box; display: flex; justify-content: center; align-items: center;}
.h2Box{text-align: center; padding-bottom: 40px;}
.h2Box h2{font-size: 54px; padding-top: 60px; position: relative; font-weight: bold; margin-bottom: 20px;}
.h2Box h2::after{content: ""; position: absolute; left: 50%; top: 0px; margin-left: -22.5px; width: 45px; height: 45px; background: url(../images/main/h2Img.png)no-repeat center;}
.h2Box p{font-size: 20px;}

/*섹션2*/
.section02{background-color: #EBF1F6 !important; background: url(../images/main/section02bg.png)no-repeat -60px; background-size: cover;}
.section02 .h2Box h2{color: #3D7BB6;}
.section02 .con{display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; height: 478px;}
.section02 .con .split{display: grid; gap: 20px; grid-template-rows: 1fr 1fr}
.section02 .con .split01{grid-template-rows: 5fr 3fr;}
.section02 .con .split .greet{border-radius: 20px; padding: 30px; box-sizing: border-box; display: grid; grid-template-rows: 0fr 4fr 0fr; background: url(../images/main/greetBg.png)no-repeat right bottom, linear-gradient(to right, #EEF4F9, #fff);}
.section02 .con .split .greet .tit{color: #3D7BB6; display: block;}
.section02 .con .split .greet div{padding: 10px 0 0 0; box-sizing: border-box;}
.section02 .con .split .greet div b{font-size: 22px; display: block; line-height:  38px;}
.section02 .con .split .greet div b span{font-size: 38px;}
.section02 .con .split .greet div p{color: #333; margin-top: 10px; line-height: 24px;}
.section02 .con .split .greet .btn{padding: 10px 20px; box-sizing: border-box; color: #3D7BB6; border: 1px solid #3D7BB6; border-radius: 30px; display: block; width: fit-content; background: #fff;}
.section02 .con .split .search{background: url(../images/main/searchBg.png)no-repeat right bottom, linear-gradient(to right, #EAF6EE, #fff); border-radius: 20px; padding: 30px; box-sizing: border-box; display: grid; grid-template-rows: 0fr 1fr 0fr;}
.section02 .con .split .search .tit{color: #097B15; display: block}
.section02 .con .split .search div p{color: #333; margin-top: 10px; line-height: 20px;}
.section02 .con .split .search .btn{padding: 10px 20px; box-sizing: border-box; color: #097B15; border: 1px solid #097B15; border-radius: 30px; display: block; width: fit-content; background: #fff;}
.section02 .con .split .way{background: url(../images/main/wayBg.png)no-repeat right bottom, linear-gradient(to right, #F9F4F1, #fff); border-radius: 20px; padding: 30px; box-sizing: border-box; display: grid; grid-template-rows: 0fr 1fr 0fr;}
.section02 .con .split .way .tit{color: #F16958; display: block}
.section02 .con .split .way div{padding: 10px 0 0 0; box-sizing: border-box;}
.section02 .con .split .way div p{color: #333; margin-top: 10px; line-height: 24px;}
.section02 .con .split .way .btn{padding: 10px 20px; box-sizing: border-box; color: #F16958; border: 1px solid #F16958; border-radius: 30px; display: block; width: fit-content; background: #fff;}
.section02 .con .split .direct{background: #fff; border-radius: 20px; padding: 30px; box-sizing: border-box;}
.section02 .con .split .direct .tit{display: block; display: block}
.section02 .con .split .direct ol{display: inline-flex; gap: 5px; margin: 10px 0 20px 0;}
.section02 .con .split .direct ol> li> a{border: 1px solid #eee; background: #f9f9f9; padding: 7px 15px; box-sizing: border-box; border-radius: 10px; font-size: 15px; font-weight: bold; display: flex; justify-content: center; align-items: center; gap: 5px;}
.section02 .con .split .direct ol> li> a.naver{color: #005C15;}
.section02 .con .split .direct ol> li> a.facebook{color: #1976D2;}
.section02 .con .split .direct ol> li> a.youtube{color: #E60000;}
.section02 .con .popup{border-radius: 20px; position: relative; overflow: hidden; }
.section02 .con .popup .slide{display: flex; transition: transform 0.5s ease-in-out; width: 100%; height: 100%;}
/*.section02 .con .popup .slide img{width: 100%; height: auto; flex: 0 0 100%;}*/
.section02 .con .popup .control{position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(256,256,256,0.8); display: flex; justify-content: space-between; align-items: center; padding: 15px 25px; box-sizing: border-box;}
.section02 .con .popup .control b{font-size: 20px;}
.section02 .con .popup .control .num{display: inline-flex; gap: 10px;}
.section02 .con .popup .control .num div:nth-child(2){display: flex; align-items: center; gap: 15px; font-size: 17px; color: #555;}
.section02 .con .popup .control .num #current{font-weight: bold; color: #000; font-size: 17px;}
.section02 .con .popup .control .num button{cursor: pointer;}
.section02 .con .popup .control .num button#togglePlay img{width: 10px;}

/* a 태그가 슬라이드 한 칸 */
.section02 .con .popup .slide a {display: block; width: 100%; flex: 0 0 100%;}
/* img는 a 안에 있으므로 width만 주면 됨 */
.section02 .con .popup .slide a img {width: 100%;height: auto;display: block;}

/*섹션3*/
.section03{background: #F8FAF0;}
.section03 .h2Box h2{color: #5F7A03;}
.section03 .con .tabs{display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;}
.section03 .con .tabs button[role="tab"]{padding: 12px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 50px; border: 1px solid #5F7A03; background: #fff; font-size: 20px; color: #5F7A03;}
.section03 .con .tabs button[aria-selected="true"] {background-color: #5F7A03; color: white;}
/*섹션4*/
.section04{background: #F8F8FF;}
.section04 .h2Box h2{color: #5256A2;}
.section04 .con .tabs{display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px;}
.section04 .con .tabs button[role="tab"]{padding: 12px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 50px; border: 1px solid #5256A2; background: #fff; font-size: 20px; color: #5256A2;}
/*섹션3, 섹션4 공통*/
.section04 .con .tabs button[aria-selected="true"] {background-color: #5256A2; color: white;}
.section03 .con .tabCont[role="tabpanel"], .section04 .con .tabCont[role="tabpanel"]{margin-top: 40px;}
.section03 .con .tabCont> ul, .section04 .con .tabCont> ul{display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.section04 .con .tabCont> ul> li, .section03 .con .tabCont> ul> li{background: #fff; padding: 30px; box-sizing: border-box; border-radius: 30px; box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);}
.section03 .con .tabCont> ul> li .category, .section04 .con .tabCont> ul> li .category{display: flex; justify-content: space-between; align-items: center; }
.section03 .con .tabCont> ul> li .category p, .section04 .con .tabCont> ul> li .category p{background: #35A841; font-size: 15px; border-radius: 20px; padding: 7px 15px; box-sizing: border-box; color: #fff;}
.section03 .con .tabCont> ul> li .category b, .section04 .con .tabCont> ul> li .category b{background: #F2A200; color: #fff; font-size: 10px; padding: 5px 10px; border-radius: 20px;}
.section03 .con .tabCont> ul> li p.tit, .section04 .con .tabCont> ul> li p.tit{margin: 20px 0; font-weight: bold; font-size: 17px; line-height: 24px; display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; min-height: 46px;}
.section03 .con .tabCont> ul> li p.cont, .section04 .con .tabCont> ul> li p.cont{color: #555; font-size: 15px; margin-bottom: 40px; line-height: 22px; display: -webkit-box;  -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; min-height: 88px;}
.section03 .con .tabCont> ul> li p.day, .section04 .con .tabCont> ul> li p.day{color: #555; font-size: 15px; margin-bottom: 20px;}
.section03 .con .tabCont> ul> li> a, .section04 .con .tabCont> ul> li> a{font-size: 15px; display: flex; background: #f9f9f9; border: 1px solid #ddd; color: #555; justify-content: center; align-items: center; padding: 15px; box-sizing: border-box;}
.section03 .con .tabCont> ul> li> a:hover, .section03 .con .tabCont> ul> li> a:focus, .section04 .con .tabCont> ul> li> a:hover, .section04 .con .tabCont> ul> li> a:focus{border: 1px solid #35A841; background: #35A841; color: #fff; transition-duration: 0.3s;}

/*pc 해상도 반응*/
@media all and (max-width:2000px) {
  .section01 .banner{height: 60%;}

}
/*테블릿 가로*/
@media all and (max-width:1480px) {
  /*원스크롤 네비*/
  .oneScrollNav{display: none;}

  /*내용*/
  section{padding-top: 150px; height: 100%;}
  /*섹션1*/
  .section01 .banner{height: initial; padding: 90px 0; background-position: center;}
  .section01 .banner img{width: 400px;}
  .section01 .quick .tit{font-size: 30px;}
  .section01 .quick .tit span{font-size: 17px;}
  .section01 .quick .link{grid-template-columns: repeat(5, 1fr); width: 100%;}
  .section01 .quick .link li{display: flex; justify-content: center; align-items: center;}
  .section01 .quick .link li a{width: 120px; height: 120px; padding: 10px;}
  .section01 .quick .link li a div img{width: 50px;}
  .section01 .quick .link li a p{margin-top: 10px;}

  /*섹션2,섹션3,섹션4 공통*/
  .section02, .section03, .section04{padding: 60px 0; height: 100%;}
  .h2Box{padding-bottom: 30px;}
  .h2Box h2{font-size: 40px; padding-top: 50px; margin-bottom: 15px;}
  .h2Box h2::after{background-size: 30px;}
  .h2Box p{font-size: 17px;}

  /*섹션2*/
  .section02 .con{grid-template-columns:2fr 1fr; gap: 15px; height: 100%;}
  .section02 .con .split{gap: 15px;}
  .section02 .con .split01{grid-template-rows: 1fr 0fr;}
  .section02 .con .split02{grid-template-rows: initial; display: contents;}
  .section02 .con .split .greet{padding: 20px 30px;}
  .section02 .con .split .greet div b{font-size: 17px; line-height: 30px;}
  .section02 .con .split .greet div b span{font-size: 30px;}
  .section02 .con .split .greet div p{font-size: 15px; line-height: 20px;}
  .section02 .con .split .greet .btn{font-size: 15px;}
  .section02 .con .split .search{padding: 20px 30px;}
  .section02 .con .split .search div p, .section02 .con .split .search .btn{font-size: 15px;}
  .section02 .con .split .direct{padding: 20px 30px;}
  .section02 .con .split .way{padding: 20px 30px;}
  .section02 .con .split .way div p, .section02 .con .split .way .btn{font-size: 15px;}
  .section02 .con .split .direct ol{display: grid;}
  .section02 .con .split .direct ol> li> a{font-size: 13px;}

  /*섹션3, 섹션4 공통*/
  .section03 .con .tabs, .section04 .con .tabs{gap: 10px;}
  .section03 .con .tabs button[role="tab"], .section04 .con .tabs button[role="tab"]{font-size: 17px; padding: 12px; letter-spacing: -2px;}
  .section03 .con .tabCont[role="tabpanel"], .section04 .con .tabCont[role="tabpanel"]{margin-top: 25px;}
  .section03 .con .tabCont> ul, .section04 .con .tabCont> ul{gap: 20px;}
  .section03 .con .tabCont> ul> li, .section04 .con .tabCont> ul> li{padding: 25px;}

}

/*테블릿 세로*/
@media all and (max-width:1000px) {
  /*내용*/
  section{padding-top: 90px; height: 100%;}
  /*섹션1*/
  .section01 .quick .link{grid-template-columns: repeat(3, 1fr); width: 100%;}

  /*섹션2,섹션3,섹션4 공통*/
  .section02, .section03, .section04{padding: 40px 0;}

  /*섹션2*/
  .section02 .con{grid-template-columns:1fr 1fr;}
  .section02 .con .split .greet{background-size: 160px auto, cover;}
  .section02 .con .split .search{background-size: 160px auto, cover;}
  .section02 .con .split .way{background-size: 160px auto, cover;}

  /*섹션3, 섹션4 공통*/
  .section03 .con .tabs, .section04 .con .tabs{gap: 10px; grid-template-columns: repeat(3, 1fr);}
  .section03 .con .tabCont> ul, .section04 .con .tabCont> ul{grid-template-columns: repeat(2, 1fr);}
}

/*모바일*/
@media all and (max-width:460px) {
  /*내용*/
  section{padding-top: 70px; height: 100%;}
  /*섹션1*/
  .section01 .banner{padding: 25px 0;}
  .section01 .banner img{width: 240px;}
  .section01 .quick{padding: 30px 0;}
  .section01 .quick .tit{display: block; font-size: 24px; margin-bottom: 20px;}
  .section01 .quick .tit span{font-size: 15px;}
  .section01 .quick .link li{display: flex; width: 100%; height: 110px;}
  .section01 .quick .link li a{width: 100%; height: 100%;}
  .section01 .quick .link li a p{margin-top: 0; letter-spacing: 1px; font-size: 15px;}
  .section01 .quick .link li a div img{width: 40px;}

  /*섹션2,섹션3,섹션4 공통*/
  .h2Box h2{font-size: 30px; padding-top: 50px;}
  .h2Box p{font-size: 15px; line-height: 22px;}

  /*섹션2*/
  .section02 .con{display: block;}
  .section02 .con .split .greet .tit, .section02 .con .split .greet div p, .section02 .con .split .greet .btn{font-size: 13px;}
  .section02 .con .split .greet div{padding: 5px 0 0 0;}
  .section02 .con .split .search .tit, .section02 .con .split .search div p, .section02 .con .split .search .btn{font-size: 13px;}
  .section02 .con .split .search .btn{margin-top: 10px;}
  .section02 .con .split01{margin-bottom: 15px;}
  .section02 .con .popup .control b{font-size: 17px;}
  .section02 .con .split .way .tit, .section02 .con .split .way div p, .section02 .con .split .way .btn{font-size: 13px;}
  .section02 .con .split02{margin-top: 15px; display: grid;}
  .section02 .con .split .way div{padding: 0;}
  .section02 .con .split .way .btn{margin-top: 10px;}

  /*섹션3, 섹션4 공통*/
  .section03 .con .tabs, .section04 .con .tabs{grid-template-columns: repeat(1, 1fr); gap: 5px;}
  .section03 .con .tabs button[role="tab"], .section04 .con .tabs button[role="tab"]{font-size: 15px;}
  .section03 .con .tabCont> ul, .section04 .con .tabCont> ul{grid-template-columns: repeat(1, 1fr);}
  .section03 .con .tabCont> ul> li .category p, .section04 .con .tabCont> ul> li .category p{font-size: 13px;}
  .section03 .con .tabCont> ul> li p.tit, .section04 .con .tabCont> ul> li p.tit{font-size: 15px; margin: 10px 0; line-height: 22px;}
  .section03 .con .tabCont> ul> li p.cont, .section04 .con .tabCont> ul> li p.cont{font-size: 13px; margin-bottom: 30px;}
  .section03 .con .tabCont> ul> li p.day, .section03 .con .tabCont> ul> li> a, .section04 .con .tabCont> ul> li p.day, .section04 .con .tabCont> ul> li> a{font-size: 13px;}

}