/* */

.sec-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
}

.sec-inner._fir {
  padding: 30px 0 70px;
}

.sec-inner._last {
  padding: 70px 0 0;
}

#bo_list_wrap,
#bo_w,
#bo_v {
  margin: 30px 0 0;
  padding: 0 10px;
}

/* */

.carousel-home .container {
  /* height: 800px !important; */
  /* min-height: 200px !important; */
}

.carousel-home .container .box span {
  color: #c2c2c2;
}

.carousel-home .container .box h2 {
  font-size: 70px !important;
  font-weight: 600;
}

.carousel-home .container .box p {
  font-size: 20px !important;
  font-weight: normal;
  line-height: 1.5;
}

/* */

.fs-1.tit {
  font-size: 48px;
  font-weight: 700;
}

/* sec-1 */

.sec-1 ._wrap {
  padding: 30px 0;
  background-color: #0ca4e5;
  border-radius: 20px;
}

.sec-1 ._1 .line-bottom {
  border-bottom: 1px solid #fff !important;
}

.sec-1 ._2 .grid > div:nth-child(1) a {
  background-color: #ed754a;
}

.sec-1 ._2 .grid > div:nth-child(2) a {
  background-color: #0ce567;
}

.sec-1 ._2 .grid > div:nth-child(3) a {
  background-color: #7adbfe;
}

.sec-1 ._2 .grid > div:nth-child(4) a {
  background-color: #0ca4e5;
}

.sec-1 ._2 .grid > div a {
  padding: 30px 20px;
  border-radius: 20px;
}

.sec-1 ._2 .grid > div a {
  color: #fff;
}

.sec-1 ._2 strong.fs-3 {
  font-size: 20px !important;
}

.sec-1 .txt-base .lh-base {
  font-size: 16px !important;
  font-weight: 500;
}

.sec-1 .carousel-indicators {
  bottom: -30px;
}

.sec-1 .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 999px !important;
}

.sec-1 .txt-base {
  margin: 0 0 60px;
}

/* sec-2 */

.sec-2 ._2 .grid {
  height: 400px;
}

.sec-2 ._2 .grid > div:first-child a:nth-child(1) {
  background-color: #0ce567;
}

.sec-2 ._2 .grid > div:first-child a:nth-child(2) {
  margin: 15px 0 0;
  background-color: #ed754a;
}

.sec-2 ._2 .grid ._bg {
  background-image: url(../img/home/sec2_bg.jpg);
}

/* sec-3 */

.sec-3 {
  background-color: #f1f1f1;
}

.sec-3 ._2 .stit span {
  padding: 2px 10px;
  background-color: #f1f1f1;
  border-radius: 999px;
}

.sec-3 ._2 .grid > div {
  background-color: #fff;
  border-radius: 20px;
}

/* 위젯 */

.sec-3 ._2 .grid > div .list-group,
.sec-3 ._2 .grid > div .list-group-item {
  padding: 5px 2px;
  border-bottom: 0 !important;
}

.sec-3 ._2 .grid > div:nth-child(1) .list-group-item:nth-child(1) .d-flex,
.sec-3 ._2 .grid > div:nth-child(2) .list-group-item:nth-child(1) .d-flex {
  justify-content: flex-start;
  align-items: flex-start !important;
  flex-direction: column-reverse;
}

.sec-3
  ._2
  .grid
  > div:nth-child(1)
  .list-group-item:nth-child(1)
  .d-flex
  .ms-auto,
.sec-3
  ._2
  .grid
  > div:nth-child(2)
  .list-group-item:nth-child(1)
  .d-flex
  .ms-auto {
  margin-left: inherit !important;
  padding-left: 0 !important;
}

.sec-3 ._2 .grid > div:nth-child(1) .list-group-item:nth-child(1) .d-flex a,
.sec-3 ._2 .grid > div:nth-child(2) .list-group-item:nth-child(1) .d-flex a {
  font-size: 18px;
  font-weight: 700;
}

.sec-3 ._2 .grid > div:nth-child(3) .list-group-item .d-flex a:before {
  content: "Q";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: black;
  color: white;
  border-radius: 50%;
  margin-right: 0.2em;
  font-size: 14px; /* 필요시 조절 */
  font-weight: 600;
  vertical-align: middle;
}

/* 퀵 배너 */

#backtotop {
  position: fixed;
  bottom: 30%;
  right: 5px;
  z-index: 1000;
}

[class~="q-menu"] nav {
  overflow: hidden;
  border: 1px solid #ffce00;
  border-radius: 999px;
}

[class~="q-menu"] nav div {
  width: 80px;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #f5f5f5;
  background: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
}

[class~="q-menu"] nav div a {
  display: block;
  padding: 20px 5px 15px 5px;
}

[class~="q-menu"] nav div {
  /* background-color: #f9f9f9; */
}

[class~="q-menu"] nav div a i,
[class~="q-menu"] nav div a svg {
  display: block;
  margin: 0 auto 8px;
  font-size: 24px;
  color: #000;
}

[class~="q-menu"] nav div a span {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 1.4em;
}
