@charset "utf-8";

* {
   padding: 0;
   margin: 0;
}

*,
:after,
:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

html,
body {
   font-family: 'Noto Sans KR', sans-serif;
   height: 100%;
   font-weight: 400;
   /* font-size: 18px; */
   font-size: 1rem;
   line-height: 1.5;
   -webkit-text-size-adjust: none;
}

ul,
ol,
li {
   list-style: none;
}

img {
   border: 0;
   vertical-align: top;
   max-width: 100%;
   -webkit-transition: 0.3s;
   -moz-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s;
}

caption {
   visibility: hidden;
}

a {
   text-decoration: none;
   color: #626262;
}

a:hover {
   text-decoration: none;
}

a:visited {
   text-decoration: none;
}

a:active {
   text-decoration: none;
}

table {
   border-collapse: collapse;
}

input:-ms-input-placeholder {
   color: #f00;
}

input::-webkit-input-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

input::-moz-placeholder {
   color: #f00;
}

[tabindex='-1']:focus {
   outline: 0 !important;
}

input[type='radio'],
input[type='checkbox'] {
   box-sizing: border-box;
   padding: 0;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
   -webkit-appearance: button;
}

.b1r {
   border: 1px solid red !important;
}

.b1b {
   border: 1px solid #000000 !important;
}

.b1r {
   border: 1px solid red;
}

.fs12 {
   font-size: 12px !important;
}

.fs13 {
   font-size: 13px !important;
}

.fs14 {
   font-size: 14px !important;
}

.fs15 {
   font-size: 15px !important;
}

.fs16 {
   font-size: 16px !important;
}

.fs17 {
   font-size: 17px !important;
}

.fs18 {
   font-size: 18px !important;
}

.fs21 {
   font-size: 21px !important;
}

.fs22 {
   font-size: 22px !important;
}

.fs24 {
   font-size: 24px !important;
}

.fs27 {
   font-size: 27px !important;
}

.fs30 {
   font-size: 30px !important;
}

.fs36 {
   font-size: 36px !important;
}

.fs42 {
   font-size: 42px !important;
}

.fs48 {
   font-size: 48px !important;
}

.fs54 {
   font-size: 54px !important;
}

.fs60 {
   font-size: 60px !important;
}

.fs72 {
   font-size: 72px !important;
}

.lh24 {
   line-height: 24px;
}

.lh27 {
   line-height: 27px;
}

.lh30 {
   line-height: 30px;
}

.lh31 {
   line-height: 31px;
}

.lh32 {
   line-height: 32px;
}

.lh33 {
   line-height: 33px;
}

.lh41 {
   line-height: 41px;
}

.lh45 {
   line-height: 45px;
}

.lh54 {
   line-height: 54px;
}

.lh81 {
   line-height: 81px;
}

.fw100 {
   font-weight: 100;
}

.fw200 {
   font-weight: 200;
}

.fw300 {
   font-weight: 300;
}

.fw400 {
   font-weight: 400;
}

.fw500 {
   font-weight: 500;
}

.fw600 {
   font-weight: 600;
}

.fw700 {
   font-weight: 700;
}

.fw800 {
   font-weight: 800;
}

.fw900 {
   font-weight: 900;
}

.fc-adb5bd {
   color: #adb5bd !important;
}

.fc-74b567 {
   color: #74b567 !important;
}

.fc-33ab83 {
   color: #33ab83 !important;
}

.fc-6c757d {
   color: #6c757d !important;
}

.ls-20 {
   letter-spacing: -0.02em;
}

.ls-25 {
   letter-spacing: -0.025em;
}

.c-fff {
   color: #ffffff;
}

.ff-ns {
   font-family: 'NanumSquare', sans-serif;
}

.ff-noto {
   font-family: 'Noto Sans KR', sans-serif;
}

.ff-nm {
   font-family: 'Nanum Myeongjo', serif;
}

.py-6 {
   padding-top: 5rem !important;
   padding-bottom: 5rem !important;
}

.py-7 {
   padding-top: 8rem !important;
   padding-bottom: 8rem !important;
}

.pt-6 {
   padding-top: 5rem !important;
}

.text-wine {
   color: #ab3c85 !important;
}

a.text-wine:hover,
a.text-wine:focus {
   color: #19692c !important;
}

.border-wine {
   border-color: #ab3c85 !important;
}

.bg-wine {
   background-color: #ab3c85 !important;
}

.vertical-middle {
   vertical-align: middle !important;
}

.w-10 {
   width: 10% !important;
}

.w-15 {
   width: 15% !important;
}

.w-20 {
   width: 20% !important;
}

/* 게시판 공통  */
.jsBoardBtn {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #6c757d;
   color: #fff;
   height: 43px;
   width: 65px;
   border-radius: 5px;
   font-size: 15px;
   border: none;
}
@media (max-width: 576px) {
   .jsBoardBtn {
      height: 43px;
      width: 58px;
      font-size: 13px;
   }
}
.jsBoardBtn:hover {
   color: #fff;
}

.jsBoardBtnList {
   background-color: #6c757d;
}

.jsBoardBtnWrite {
   background-color: #17a2b8;
}

.jsBoardBtnUpdate {
   background-color: #343a40;
}

.jsBoardBtnDel {
   background-color: #343a40;
}

.jsBoardBtnSeldel {
   background-color: #6c757d;
}

.jsBtn {
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #6c757d;
   color: #fff;
   padding: 10px;
   border-radius: 5px;
}

.jsBtn:hover {
   color: #fff;
}

.jsBtnList {
   background-color: #6c757d;
}

.jsBtnWrite {
   background-color: #17a2b8;
}

.jsBtnUpdate {
   background-color: #343a40;
}

.jsBtnDel {
   background-color: #343a40;
}

.jsBtnSeldel {
   background-color: #6c757d;
}

/* ######### 게시판 pagenation S ######### */
.pg_wrap {
   clear: both;
   margin: 30px 0;
   text-align: center;
}

.pg_wrap:after {
   display: block;
   visibility: hidden;
   clear: both;
   content: '';
}

.pg {
}

.pg_current,
.pg_page {
   display: inline-block;
   vertical-align: middle;
}

.pg a:focus,
.pg a:hover {
   text-decoration: none;
}

.pg_page {
   color: #555;
   font-size: 14px;
   height: 36px;
   line-height: 36px;
   padding: 0 5px;
   min-width: 36px;
   text-decoration: none;
   background: none;
}

.pg_page:hover {
   background-color: #ddd;
}

.pg_arrow {
   background-color: #fff;
}

.pg_start {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_first.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   border: 1px solid #d9d9d9;
   margin-right: 10px;
   border-radius: 20px;
}

.pg_prev {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_prev.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   border: 1px solid #d9d9d9;
   margin-right: 20px;
   border-radius: 20px;
}

.pg_next {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_next.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   border: 1px solid #d9d9d9;
   margin-left: 20px;
   border-radius: 20px;
}

.pg_end {
   text-indent: -999px;
   overflow: hidden;
   background: url('../img/btn_end.jpg') no-repeat 50% 50% #fff;
   padding: 0;
   margin-left: 10px;
   border: 1px solid #d9d9d9;
   border-radius: 20px;
}

.pg_end:hover,
.pg_next:hover,
.pg_prev:hover,
.pg_start:hover {
   background-color: #fafafa;
}

.pg_current {
   display: inline-block;
   background: #33ab83;
   color: #fff;
   font-weight: bold;
   height: 36px;
   line-height: 36px;
   padding: 0 10px;
   min-width: 36px;
   border-radius: 20px;
}

/* ######### 게시판 pagenation E ######### */

.mt-30 {
   margin-top: 30px;
}
.mt-35 {
   margin-top: 35px;
}
/* Back to top button */
#scrollWrap {
   opacity: 0;
   width: 44px;
   position: fixed;
   bottom: 15px;
   right: 15px;
   font: bold 20px monospace;
   transition: opacity 0.5s, transform 0.5s;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
#scrollWrap.on {
   opacity: 1;
   transition: opacity 1s, transform 1s;
}
/* #scroll-btn {
   opacity: 0;
   width: 44px;
   height: 44px;
   color: #000;
   background-color: #d3d3d4;
   position: fixed;
   bottom: 15px;
   right: 15px;
   border-radius: 50%;
   font: bold 20px monospace;
   transition: opacity 0.5s, transform 0.5s;
   display: flex;
   justify-content: center;
   align-items: center;
}
#scroll-btn.on {
   opacity: 1;
   transition: opacity 1s, transform 1s;
}
#scroll-btn i {
   color: #000;
   font-size: 30px;
} */
#scroll-btn {
   width: 44px;
   height: 44px;
   color: #000;
   background-color: #d3d3d4;
   border-radius: 50%;
   font: bold 20px monospace;
   transition: opacity 0.5s, transform 0.5s;
   display: flex;
   justify-content: center;
   align-items: center;
}
#scroll-btn i {
   color: #000;
   font-size: 30px;
}
