
#wrap {
width: 100%;
letter-spacing: -0.25px;
}

#container {
width: 100%;
}

.short {
z-index: 99;
position: fixed;
bottom: 40px;
right: 50px;
width: 50px;
height: 50px;
border-radius: 25px;
box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.short a {
display: block;
width: 50px;
height: 50px;
border-radius: 25px;
background: #ffcb05 url(../img/icon/top-arrow.png) no-repeat center center / 60%;
text-indent: -9999px;
}

.main-banner {
height: 600px;
background: #ffcb05 url(../img/BnrCommon.png) no-repeat center center;
padding-top: 80px;
position: relative;
}
.main-banner p {
text-align: center;
color: #fff;
font-size: 32px;
font-weight: 500;
padding-top: 470px;
}

.scroll-icon-box {
position: absolute;
margin: auto;
bottom: 7%;
left: calc(50% - 13px);
width: 26px;
}
.scroll-icon-box .mouse {
height: 35px;
width: 24px;
border-radius: 12px;
transform: none;
border: 1px solid #fff;
}
@keyframes mouse-wheel {
0% {
top: 1px;
opacity: 1;
transform: translateY(0);
}
50% {
top: 2px;
}
100% {
top: 3px;
opacity: 0;
transform: translateY(6px);
}
}
.scroll-icon-box .wheel {
height: 5px;
width: 2px;
display: block;
margin: 5px auto;
background: #fff;
animation: mouse-wheel 1.2s ease infinite;
}

.tit {
text-align: center;
}
.tit h2 {
font-size: 32px;
font-weight: 600;
color: #111;
}

.sec01 {
padding-top: 80px;
padding-bottom: 90px;
}
.sec01 .m-slider {
text-align: center;
max-width: 1230px;
margin: 50px auto 100px;
}
.sec01 .m-slider .slider {
padding-top: 10px;
}
.sec01 .m-slider .slider:hover {
transform: translateY(-2%);
transition: 0.2s;
}
.sec01 .m-slider .slider .slider-bg {
background: #fff url(../img/01.jpg) no-repeat top;
width: 280px;
height: 280px;
margin: 0 auto;
border: #d7d7d7 1px solid;
border-radius: 20px;
box-sizing: border-box;
}
.sec01 .m-slider .slider.s2 .slider-bg {
background-image: url(../img/02.jpg);
}
.sec01 .m-slider .slider.s3 .slider-bg {
background-image: url(../img/03.jpg);
}
.sec01 .m-slider .slider.s4 .slider-bg {
background-image: url(../img/04.jpg);
}
.sec01 .m-slider .slider.s5 .slider-bg {
background-image: url(../img/05.jpg);
}
.sec01 .m-slider .slider.s6 .slider-bg {
background-image: url(../img/06.jpg);
}
.sec01 .m-slider .slider.s7 .slider-bg {
background-image: url(../img/07.jpg);
}
.sec01 .m-slider .slider-bg p {
font-size: 18px;
font-weight: 500;
padding: 228px 20px 0;
}
.m-slider .slick-prev:before, .m-slider .slick-next:before {
content: '';
}
.m-slider .slick-prev, .m-slider .slick-next {
width: 32px;
height: 28px;
top: 110%;
background: url(../img/icon/ic_arrow.png) no-repeat center center;
}
.m-slider .slick-prev {
left: 50%;
transform: rotate(180deg) translateX(-50%);
transition: 0.5s;
}
.m-slider .slick-prev:hover {
transform: rotate(180deg) translateX(-60%);
}
.m-slider .slick-next {
right: 50%;
transform: translateX(-50%);
transition: 0.5s;
}
.m-slider .slick-next:hover {
transform: translateX(-60%);
}

.btn {
text-align: center;
font-weight: 600;
}
.btn a {
color: #111;
background-color: #ffcb05;
padding: 7px 70px;
border-radius: 25px;
transition: 0.2s;
}
.btn a:hover {
color: #fff;
}

.sec02 {
margin-bottom: 70px;
}
.sec02 .tit {
padding-bottom: 50px;
}
.sec02-wrap {
max-width: 1300px;
margin: 0 auto;
text-align: center;
}
.sec02-wrap .sec02_in {
width: 47%;
}
.sec02-wrap .sec02_in img {
width: 100%;
border-radius: 40px;
}
.sec02-wrap .sec02_in.left {
float: left;
position: relative;
}
.sec02-wrap .sec02_in.left div:after {
content: "";
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, .6) url(../img/icon/sec02-1.png) no-repeat center center;
border-radius: 40px;
width: 100%;
height: 100%;
}
.sec02-wrap .sec02_in.right {
float: right;
line-height: 1.5em;
transform: translateY(16%);
}
.sec02-wrap .sec02_in strong {
font-size: 24px;
font-weight: 500;
}
.sec02-wrap .sec02_in p {
padding-top: 20px;
}
.sec02-wrap .sec02_in .btn {
margin-top: 50px;
margin-bottom: 80px;
}

<!-- 경찰서 -->
.sec02-sub {
outline: 1px solid red;
}

.sec02-sub .sec02-wrap {
display: grid;
grid-template-columns: 512px 624px;
gap: 117px;
align-items: center;
}

.sec02-sub .sec02-wrap .sec02_in {
width: 100%;
}

.sec02-sub .sec02-wrap .sec02_in p {
overflow: hidden;
max-height: 131px;
display: -webkit-box;
-webkit-line-clamp: 6; /* 표시할 줄 수 */
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-break: break-word;
line-height: 22px;
font-weight: 400;
}

.sec02-sub .sec02-wrap .sec02_in .btn-group {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-top: 38px;
}

.sec02-sub .sec02-wrap .sec02_in strong {
font-weight: 700;
}

.sec02-sub .sec02-wrap .sec02_in .btn {
margin-top: 0;
margin-bottom: 0;
}

.sec02-sub .btn a {
display: block;
width: 146px;
height: 51px;
padding: 12px 36px;
font-size: 20px;
line-height: 27px;
color: #fff;
cursor: pointer;
box-sizing: border-box;
}

@media (max-width: 1100px) {
.sec02 .left {
width: 80%;
margin-left: 10%;
}
.sec02 .right {
width: 80%;
margin-right: 10%;
}

.sec02-sub {
padding : 0 16px;
}

.sec02-sub .sec02-wrap {
grid-template-columns: 1fr;
}

}

.sec05 {
width: 100%;
background-color: #e3e3e399;
padding-top: 70px;
}
.sec05 ul {
max-width: 1300px;
margin: 50px auto 0;
display: flex;
text-align: center;
justify-content: space-evenly;
padding-bottom: 70px;
line-height: 2em;
}
.sec05 ul li {
width: 304px;
}
.sec05 ul p {
padding-top: 20px;
font-size: 20px;
font-weight: 400;
}
.sec05 ul strong {
font-size: 26px;
font-weight: 600;
}
.sec05 ul a {
color: #111;
}

.sec03 {
padding-top: 70px;
max-width: 1300px;
margin: 0 auto;
}
.sec03 .news-wrap {
padding-bottom: 80px;
}
.sec03 .news {
width: 80%;
margin: 0 auto;
position: relative;
}
.sec03 .news ul {
padding-top: 50px;
}
.sec03 .news ul > li {
padding: 28px 0 0;
}
.sec03 .news ul > li:hover {
background-color: #f2f2f2;
}
.sec03 .news ul > li a{
display: flex;
height: 50px;
border-bottom: 2px solid #ffcb05;
color: #111;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0 10px;
}
.sec03 .news.right ul > li a {
border-bottom: 2px solid #111;
}
.sec03 .news ul > li p {
font-size: 18px;
font-weight: 400;
width: 70%;
padding-left: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
}
.sec03 .news ul > li span {
font-size: 14px;
font-weight: 400;
margin-left: 20%;
width: ;
}
.sec03 .plus-btn a::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 22px;
height: 3px;
background-color: #fff;
border-radius: 1.5px;
}
.sec03 .plus-btn a {
display: block;
width: 50px;
height: 50px;
background-color: #ffcb05;
border-radius: 10px;
position: relative;
margin: 30px auto 0;
}
.sec03 .plus-btn a::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 3px;
height: 22px;
background-color: #fff;
border-radius: 1.5px;
}
.sec03 .news.right .plus-btn a {
background-color: #111;
}

.sec04 .left {
float: left;
width: 50%;
background: url(../img/sec04.jpg) no-repeat top;
height: 450px;
}
.sec04 .right {
float: right;
width: 50%;
background-color: #e3e3e3;
height: 450px;
}
.sec04 .right .tit {
text-align: left;
padding-top: 8%;
padding-left: 60px;
}
.sec04 .right .txt {
padding: 50px 60px;
}
.sec04 .right strong {
display: block;
font-size: 36px;
font-weight: 700;
padding-bottom: 50px;
}
.sec04 .right p {
font-size: 18px;
font-weight: 400;
line-height: 1.5em;
padding-bottom: 30px;
}
.sec04 .right span:before {
content: "|";
padding-right: 20px;
padding-left: 20px;
}
@media (max-width: 1100px) {
.sec03 .left {
width: 100%;
}
.sec03 .right {
margin-top: 50px;
width: 100%;
}
}