#wrap {padding-top: 5.5rem;min-height: 100vh;width: 100%;padding-bottom: 1rem;}
.gray {background-color: #f4f4f4;}



header {height: 5.5rem;width: 100%;position: fixed;left: 0;top: 0;z-index: 100;}
header div {display: flex;justify-content: space-between;align-items: center;padding: 0 2rem;height: 100%;width: 100%;}
header .home {background-color: #fff;border-bottom: 1px solid #ccc;}
header .etc {background-color: #4c60e3;}
header .logo {height: 1.8rem;width: fit-content;}
header .search {width: 2rem;}
header .prev {width: 1rem;}
header .share {width: 2rem;}
header h1 {font-size: 1.8rem;color: #fff;font-weight: 500;}


.swiper {height: fit-content;}
.swiper1 .swiper-wrapper {padding-bottom: 3rem;margin-top: 2rem;}
.swiper1 .swiper-pagination {bottom: 0rem !important;}
.swiper1 .swiper-pagination .swiper-pagination-bullet {background-color: #b3b3b3;opacity: .9;height: 1rem !important;width: 1rem !important;margin: .15rem !important;}
.swiper1 .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;border-radius: 10rem;background-color: #6382bf;}
.swiper1 .swiper-slide {background-color: #fff;border-radius: 1rem;overflow: hidden;border: 1px solid #9da8f0;}
.swiper1 .swiper-slide h2 {font-size: 1.6rem;color: #fff;padding: 1.5rem;background-color: #4545e5;}
.swiper1 .swiper-slide p {font-size: 1.5rem;line-height: 1.3;padding: 1rem 1.5rem;word-break: break-all;color: #666;min-height: 8rem;}





.swiper2 .swiper-wrapper {padding-bottom: 0rem;margin-top:1rem;}
.swiper2 .swiper-pagination {bottom: 1rem !important;}
.swiper2 .swiper-pagination .swiper-pagination-bullet {background-color: #b3b3b3;opacity: .9;height: 1rem !important;width: 1rem !important;margin: .15rem !important;}
.swiper2 .swiper-pagination .swiper-pagination-bullet-active {opacity: 1;border-radius: 10rem;background-color: #6382bf;}
.swiper2 .swiper-slide {border-radius: 1rem;overflow: hidden;padding: 1.5rem;padding-bottom: 2rem;background-color: #f4f4f4;}
.swiper2 .swiper-slide h2 {color: #313131;font-size: 1.8rem;font-weight: 500;line-height: 1.2;padding:.5rem 0 1.3rem;border-bottom: 1px solid #aaa;}
.swiper2 .swiper-slide pre {font-size: 1.5rem;line-height: 1.3;padding: 1rem .5rem;word-break: break-all;color: #666;}



.section {padding: 1.5rem;}
.section > h2 {font-size: 2rem;font-weight: bold;padding: 1.5rem 0;border-bottom: 1px solid #ccc;display: flex;justify-content: space-between;}
.section > h2 img {height: 2rem;}

.banner1 {padding: 0 1.5rem;}
.banner1 a {padding: 0 1.5rem;}
.banner1 a img {display: block;width: 100%;}

.banner2 ul {display: flex;justify-content: space-between;width: 100%;}
.banner2 li {margin-right: 1rem;}
.banner2 li:last-of-type {margin-right: 0;}
.banner2 a img {width: 100%;padding-top: 1.5rem;}





/* 서브 */
.sub_wrap {padding-bottom: 2rem;}
.sub_wrap .content {margin: 1.5rem;border-radius: 1rem;overflow: hidden;box-shadow: .1rem .1rem .5rem rgba(0, 0, 0, .1);background-color: #fff;}
.sub_wrap .content h2 {color: #fff;font-size: 1.8rem;padding: 1.5rem;background-color: #4c60e3;}
.sub_wrap .content.blue {box-shadow:none;border: 1px solid #4c60e3;}
.sub_wrap .content div {padding: 1.5rem;}
.sub_wrap .content div img {width: 100%;}
.sub_wrap .content div h3 {font-size: 1.8rem;font-weight: bold;padding: 1rem 0;border-bottom: 1px solid #ddd;}
.sub_wrap .content div pre {padding: 1rem 0;font-size: 1.6rem;line-height: 1.4;color: #5e5e5e;}
.point {font-size: 1.8rem;font-weight: bold;line-height: inherit;}






/* qna */
.qna_wrap .box {margin: 1.5rem;background-color: #fff;border-radius: 1rem;overflow: hidden;border: 1px solid #4c60e3;}
.qna_wrap .box h2 {padding: 1.8rem 4rem 1.8rem 2rem;font-size: 1.8rem;line-height: 1.2;background: #4c60e3 url('../img/arrow-down.png') no-repeat calc(100% - 2rem) / 1.8rem;color: #fff;}
.qna_wrap .box pre {font-size: 1.6rem;line-height: 1.4;padding: 1.5rem 1.5rem 2rem;border-top: 1px solid #ddd;display: none;color: #414f68;}
.qna_wrap .box.open h2 {background: #4c60e3 url('../img/arrow-up.png') no-repeat calc(100% - 2rem) / 1.8rem;}
.qna_wrap .box.open pre {display: block;}




form {padding: 0 2rem;margin: 2rem 0;position: relative;}
form p {font-size: 1.2rem;margin-top: .5rem;color: #aaa;position: absolute;bottom: -1.5rem;left: 2.2rem;}
input::placeholder {color: #ddd;}
label {font-size: 1.6rem;font-weight: 500;position: relative;}
input[type="text"], input[type="number"], input[type='date'] {border-radius: .5rem;text-align: left;font-size: 1.6rem;width: 100%;padding: 1.5rem 7.5rem 1.5rem 2rem;background: linear-gradient(to right,#fff 0%, #fff calc(100% - 6rem), #808080 calc(100% - 6rem));}
button[type='submit'] {position: absolute;color: #fff;height: 100%;width: 6rem;top: 0%;right: 2rem;border-radius: 0 .5rem .5rem 0;background: transparent url('../img/search_white.png') no-repeat center / 2rem;}
.result {box-shadow: .1rem .1rem .3rem rgba(0, 0, 0, .1);border: 1px solid #eeeeee;border-radius: 1rem;background-color: #fff;padding: 1.5rem 1.5rem 1rem;margin: 1rem 2rem;display: block;}
.result em {font-size: inherit;font-weight: bold;color: #4c60e3;}
.result.search {display: none;}
.result.on {display: block;}
.search li {margin-bottom: 1.5rem;}
.search li a {font-size: 1.8rem;line-height: 1.4;word-break: break-all;display: flex;flex-wrap: wrap;}
.search li a span {font-size: inherit;line-height: inherit;word-break: break-all;color: #4545e5;font-weight: bold;}
.result:first-of-type {margin-top: 3rem;}
.result .box {font-size: 1.6rem;line-height: 1.2;position: relative;padding-left: 1rem;}
.result .box::before {content: "";position: absolute;left: 0;top: .8rem;width: 3px;height: 3px;background-color: #656565;border-radius: 100%;}
.result h3 {font-size: 1.8rem;font-weight: bold;margin-bottom: .7rem;}
#pageup {position: fixed;right: 2rem;bottom: 2rem;width: 3rem;padding: .5rem;font-weight: 100;font-size: 1.6rem;color: #fff;border-radius: 1rem;background-color: rgba(0, 0, 0, .5);display: flex;flex-direction: column;align-items: center;}
#pageup img {width: 100%;}