/*
.bbs_container .board_fusion {
  display: none !important;
}
*/

/* <!-- <label :for="p.CD" class=" half-label">{{p.NM}}</label> --> */

.w-95 {
  background-color: #F6FBFF !important;
  border: 2px dotted #E2F0FF;
  min-height: 7.75em !important;
  padding-top: 20px;
}

.w-95 .filepond--root .filepond--drop-label label {
  flex-direction: column;
}

.w-95 .filepond--root .filepond--drop-label a {
  margin-top: 15px;
  border: 1px solid #067FFF !important;
}

.w-95 .filepond--root .filepond--drop-label a:hover {
  background-color: #F6FBFF !important;
  border: 1px solid #067FFF !important;
}

.filepond--root .filepond--drop-label {
  background-color: #F6FBFF !important;
  height: auto !important;
}

.filepond--panel-root {
  background-color: #F6FBFF !important;
}

/*그룹웨어에서는 필수*/

.col>a {
  color: #212529;
  background-color: none;
  border: none;
}


/* view */
.search_btns>.btn-primary {
  background-color: #3D76E8;
  border-color: #3D76E8;
  min-width: 160px;
  height: 40px;
  border-radius: 8px;
  line-height: 30px;
}

/* .search_btns>.btn-primary:hover {
  background-color: #17314e;
  border-color: #17314e;
} */

.notice_con>.card {
  border: none;
  /* border-top: 0.1px solid #e7e7e7;
  border-bottom: 0.1px solid #e7e7e7; */
  border-radius: unset;
}

.notice_con>.notice_head>h3 {
  font-weight: bold;
  font-size: 1.35rem;
}

/* .notice_con>.notice_head>div {
  padding: 18px 0;
} */

.mb-2 select {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b1b0b0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-width: 80px;
}

.mb-2 input {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.5;
  color: #b1b0b0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-left: 0;
}

.mb-2 button {
  height: 30px !important;
}

.mb-2 .btn-group {
  background-color: none !important;
}

.mt-3>h4 {
  /* padding: 20px 0;
    font-weight: bold;
    font-size: 1.2rem; */
  display: none;
}

.card-body {
  border: none;
  min-height: 500px !important;
}

.down-load>::before {
  content: '｜';
  clear: both;
  display: inline-block;
}

.down-load>::before:hover {
  text-decoration: none;
  clear: both;
}


.form-inline>.btn-secondary:active,
.form-inline>.btn-secondary:focus,
.form-inline>.btn-warning:active,
.form-inline>.btn-warning:focus,
.opinion_item>dl>dt>.btn-danger:active,
.opinion_item>dl>dt>.btn-danger:focus,
.opinion_sub .list-group-item>dl>dt .btn-danger:active,
.opinion_sub .list-group-item>dl>dt .btn-danger:focus {
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #1467D5 !important;
  font-weight: bold !important;
}

/* .form-inline>.btn-secondary:before,
.form-inline>.btn-warning:before,
.opinion_item>dl>dt>.btn-danger:before,
.opinion_sub .list-group-item>dl>dt .btn-danger:before {
    content: ' ';
    border-bottom: solid 1px #3a3a3a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background: none;
} */

.form-inline>.btn-secondary:hover:before,
.form-inline>.btn-warning:hover:before,
.opinion_item>dl>dt>.btn-danger:hover:before,
.opinion_sub .list-group-item>dl>dt .btn-danger:hover:before,
.form-inline>.btn-secondary:hover,
.form-inline>.btn-warning:hover {
  background: none;
  border: none;
  color: #212529;
  opacity: 1.0;
  /* padding: 5px 5px;
    line-height: 3px; */
}

.btn-secondary:hover {
  color: #1467D5 !important;
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-color: #1467D5 !important;
  text-decoration-thickness: 1.3px !important;
  text-underline-position: under !important;
}

.btn-warning:hover {
  color: #dc3545 !important;
  font-weight: bold;
  text-decoration: underline !important;
  text-decoration-color: #dc3545 !important;
  text-decoration-thickness: 1.3px !important;
  text-underline-position: under !important;
}

.opinion_item>dl>dt>.btnOpinionSub>.clickdown {
  transition: all 0.15s;
  transform: translateY(0);
}

.opinion_item>dl>dt>.btnOpinionSub:hover>.clickdown {
  transition: all 0.15s;
  transform: translateY(0.5px);
}

/* .opinion_item>dl>dt>.btnOpinionSub .clickup {
    display: none;
}

.opinion_item>dl>dt>.btnOpinionSub:active .clickup,
.opinion_item>dl>dt>.btnOpinionSub:focus .clickup {
    display: inline-block;
}

.opinion_item>dl>dt>.btnOpinionSub:active>.clickdown,
.opinion_item>dl>dt>.btnOpinionSub:focus>.clickdown {
    display: none;
} */

.form-inline>.btn-secondary,
.form-inline>.btn-warning,
.opinion_item>dl>dt>.btn-danger,
.form-inline>.btn-secondary:before,
.form-inline>.btn-warning:before,
.opinion_item>dl>dt>.btn-danger:before,
.opinion_sub .list-group-item>dl>dt .btn-danger,
.opinion_sub .list-group-item>dl>dt .btn-danger:before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*  */

.opinion_item>dl>dt>.btnOpinionSub {
  color: #1467D5;
  font-weight: 600;
  background: none;
  border: none;
}

.opinion_item>dl>dt>.btnOpinionSub:hover {
  background-color: #d2e2f8;
  border: none;
  color: #1467D5;
  opacity: 1.0;
  border-radius: 13px;
}

.opinion_item>dl>dt>.btnOpinionSub:active:hover,
.opinion_item>dl>dt>.btnOpinionSub:focus:hover {
  background-color: #d2e2f8 !important;
  border: none !important;
  color: #1467D5 !important;
  opacity: 1.0;
  border-radius: 13px !important;
}



.form-inline>.btn-secondary,
.form-inline>.btn-warning,
.opinion_sub .list-group-item>dl>dt .btnOpinionRej,
.opinion_sub .list-group-item>dl>dt .btnOpinionDel,
.opinion_item>dl>dt>.btnOpinionRej,
.opinion_item>dl>dt>.btnOpinionDel {
  background: none;
  border: none;
  color: #212529;
}

.opinion_item>dl>dt>.btnOpinionRej:hover,
.opinion_sub .list-group-item>dl>dt .btnOpinionRej:hover,
.opinion_item>dl>dt>.btnOpinionDel:hover,
.opinion_sub .list-group-item>dl>dt .btnOpinionDel:hover {
  color: #dc3545;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 1.3px;
  text-underline-position: under;
  text-decoration-color: #dc3545
}

/* .opinion_item>dl>dt>.
.opinion_item>dl>dt>.btnOpinionSub {
    text-decoration: underline;
    text-underline-position: under;
} */

/* .opinion_item>dl>dt>.btnOpinionSub::before {
    content: "ㆍ";
    padding: 0 5px;
    display: inline-block;
    clear: both;
}

.opinion_item>dl>dt>.btnOpinionSub:hover::before {
    content: "";
    padding: 0 5px;
    display: inline-block;
    clear: both;
} */


.opinion_item>dl>dt>.btnOpinionSub:hover::before {
  text-decoration: none;
}



/* opinion */

.list-group {
  padding-top: 5px;
}

.list-group>li {
  margin-bottom: 20px;
}

/* .opinion_item{margin-bottom: 30px;} */

.card-body {
  width: 100%;
}

.card-body>.form-control {
  width: 93%;
  left: 0;
  float: left;
}

.card-body>.btn-primary {
  background-color: #ffffff;
  color: #212529;
  font-weight: bold;
  border: #ced4da 1px solid;
  width: 5.5%;
  margin-left: 1.5%;
  padding: 13px 0;
  float: right;
}

.card-body>.btn-primary:hover {
  background-color: #234164;
  color: #ffffff;
  font-weight: bold;
  border: #234164 1px solid;
}

.notice_con div:last-child .card>.card-header {
  background: none;
  border-bottom: none;
  font-weight: bold;
  padding: 1rem 1.25rem 0.5rem 1.25rem;
}

.notice_con div:last-child .card>.card-body {
  padding: 0.5rem 1.25rem 1.1rem 1.25rem;
}

.list-group-item:first-child {
  border-radius: 3.5px;
}

.list-group>.list-group-item:nth-child(2) {
  border-top-width: 1;
  border-radius: 3.5px;
}

.list-group>.list-group-item {
  border-top-width: 1 !important;
  border-radius: 3.5px;
}

/* sublist */

.opinion_sub .list-group-item {
  margin-top: 20px;
}

.list-group>.list-group-item>a:hover {
  color: #17314e;
  text-decoration-color: #17314e;
  text-underline-position: under;
  text-decoration-thickness: 1.3px;
  font-weight: 600;
}

.list-group>.list-group-item>a:hover::before {
  clear: both;
  display: inline-block;
  font-weight: initial;
}


/* 답글 */

/* .form-inline>.btn-secondary:hover,
.form-inline>.btn-warning:hover,
.opinion_item>dl>dt>.btn-danger:hover
.opinion_sub .list-group-item>dl>dt .btn-danger:hover,
.form-inline>.btn-warning:hover */

/* 언더라인 효과 보류 */

/* .form-inline>.btn-secondary:before,
.form-inline>.btn-warning:before,
.opinion_item>dl>dt>.btn-danger:before,
.opinion_sub .list-group-item>dl>dt .btn-danger:before {
    content: ' ';
    border-bottom: solid 1px #3a3a3a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background: none;
}
.form-inline>.btn-secondary:hover:before,
.form-inline>.btn-warning:hover:before,
.opinion_item>dl>dt>.btn-danger:hover:before 
.opinion_sub .list-group-item>dl>dt .btn-danger:hover:before
{
    opacity: 1.0;
}
.form-inline>.btn-secondary,
.form-inline>.btn-warning,
.opinion_item>dl>dt>.btn-danger,
.form-inline>.btn-secondary:before,
.form-inline>.btn-warning:before,
.opinion_item>dl>dt>.btn-danger:before,
.opinion_sub .list-group-item>dl>dt .btn-danger,
.opinion_sub .list-group-item>dl>dt .btn-danger:before
 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */

/* put */
/* 
#block_main_search button {
    padding: 0 20px;
    height: 28px;
    border-radius: 3px;
}

.form-inline>.btn-warning {
    background: none;
    border: none;
}

#board_list #frmBoard div .form-control {
    width: 90%;
    float: right;
}

label {
    margin-left: 20px;
    float: left;
}

.filepond--drop-label.filepond--drop-label label {
    padding-top: 15px;
}
*/
#frmBoard div {
  margin-top: 0 !important;
  width: 100% !important;
}

.tox-tinymce {
  width: 100%;
  height: auto;
}

#block_main_search button:hover {
  background: #212529;
}

.btn-sm:hover {
  background: #212529;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background: none !important;
}

.mce-content-body {
  max-width: 0;
  margin: none;
}

/* #block_main_search {
  margin-bottom: 14px;
} */

.btn-outline-dark {
  color: #ffffff;
  border: none;
  background-color: #343a40;
}

.col-12 {
  padding: 20px;
}


#frmBoard>div {
  margin-top: 12px;
}

#frmBoard .form-label {
  margin-bottom: 0.3rem;
}

[data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #1467D5 !important;
}


/* wingglo coti css */
.table-sm th {
  padding: .7em;
}

.table thead th {
  border-bottom: 2px solid #2A2A2A;
}

.table th {
  border-top: 2px solid #2A2A2A;
}

.table td {
  border-top: 1px solid #BBBBBB;
}

/* wingglo notice */
.margin-0-auto {
  margin: 0 auto;
}

.w-80 {
  width: 80%;
}

.mx-w-1280 {
  max-width: 1280px;
}

#board_table {
  height: 500px;
  border-top: solid 2px #2A2A2A;
  border-bottom: solid 2px #2A2A2A;

  margin-bottom: 48px;
}

table#board_table tbody {
  background: white;
}

table#board_table tr {
  height: 55px;
  background: white;
}

table#board_table tr.spacer-row {
  height: 100%;
  border: none;
}

table#board_table thead th,
table#board_table td {
  vertical-align: middle !important;
  box-shadow: none;
}

table#board_table thead {
  border-top: solid 2px #2A2A2A;
  border-bottom: solid 2px #2A2A2A;
}

td,
th,
thead tr {
  border: none !important;
}

table#board_table tbody tr {
  border-bottom: solid 2px #BBBBBB;
}

/* table#board_table tbody tr:hover{
  background: #BBBBBB;
} */

/* 페이지 넘버 */
.text-center span.page-num a {
  background-color: transparent !important;
  border: none;
  padding: 0px 25px;
}

/* kbrd_view */
/* .frame-conWrap.subconwrap {
  padding: 165px 0 110px !important;
  position: relative;
  min-height: 1000px;
} */

.margin-0-auto {
  margin: 0 auto;
}

.margin-b-160 {
  margin-bottom: 160px;
}

.margin-left-10 {
  margin-left: 10px;
  ;
}

.margin-right-10 {
  margin-right: 10px;
  ;
}

.margin-top-20 {
  margin-top: 20px
}

.padding-13-0 {
  padding: 13px 0;
}

.padding-13-10 {
  padding: 13px 10px;
}

.padding-40-10 {
  padding: 40px 10px !important;
}

.w-80 {
  width: 80% !important;
}

.w-95 {
  width: 95% !important;
  margin: 0 auto;
}

.w-200 {
  width: 200px !important;
}

.w-140 {
  width: 140px !important;
}

.mx-w-1280 {
  max-width: 1280px !important;
}

.mx-w-960 {
  max-width: 960px !important;
}

.mx-w-1000 {
  max-width: 1000px !important;
}

.mx-w-1084 {
  max-width: 1084px !important;
}

.mx-w-1100 {
  max-width: 1100px !important;
}

div.border-top {
  border-top: #DADADA 2px solid !important;
}

div.border-bottom {
  border-bottom: #8b8b8b 2px solid !important;
  padding-bottom: 45px;
}

.sub-border-bar {
  border-bottom: #DADADA 2px dotted !important;
  width: 95%;
  margin: 0 auto 5px auto;
}

.color-black {
  color: black;
}


/* quote list */

a.list-btn {
  color: #067FFF !important;
  padding: 13px 25px;
  background-color: white;
  border: solid 2px #067FFF;
  width: 158px;
  border-radius: 50px;
}

.q-type-list>li.active,
.q-type-list>li:hover {
  border-color: #D9ECFF;
  background-color: #D9ECFF;
  color: #067FFF;
  font-weight: 700;
  box-shadow: 0 3px 5px #C8D2EB;
}

/* btn-motion1 */

/* .q-type-list>li.active .btn-motion1,
.q-type-list>li:hover .btn-motion1 {
  animation: btn-motion1 1.5s ease-in-out infinite;
}

@keyframes btn-motion1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
  }
} */

.q-type-list {
  justify-content: center;
}

.q-type-list>li {
  border: solid 1px #CBCBCB;
  color: #707070;
  width: 220px;
  height: auto;
  border-radius: 10px;
  font-weight: 700;
  padding: 20px 0;
}


.pointer {
  cursor: pointer !important;
}

/* form */

.red-star::before {
  content: '* ';
  color: red;
}

.red-font {
  color: red;
}

.text-nowrap {
  text-wrap: nowrap;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.flex-wrap {
  flex-wrap: wrap;
}

.input-container {
  width: 600px;
}

.input-container .input-box:nth-of-type(1) label,
.half-label {
  width: 120px !important;
}

.input-box-02 {
  width: 15.5%;
}

.input-box-02 input {
  width: calc(100% - 5px);
}

.input-container label {
  width: 120px;
  /* text-align: end; */
  padding-right: 10px;
  margin: 0px;
}

/* input.check-white{
  accent-color: white;
} */

.blue-font {
  color: #067FFF;
}

.input-container label.email-lable {
  text-align: center;
  margin: 0px 9px;
  padding: 0px;
  width: fit-content;
}

#vue_quote .form-input {
  width: 270px;
  height: 45px;
}

#vue_quote .radio-input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#vue_quote .half-form-input {
  width: 130px;
}

#vue_quote label.check-lable {
  width: fit-content;
  text-align: start;
  padding-right: 10px;
  margin-bottom: 5px;
}

#vue_quote label.radio-label {
  width: fit-content !important;
  text-align: start;
  padding: 0px 10px;
  margin-bottom: 5px;
}


[v-cloak] {
  display: none !important;
}

#vue_quote {
  font-size: 17px;
}

#vue_quote input,
#vue_quote textarea,
#vue_quote select {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #DADADA;
  height: 45px;
  padding: 0px 10px;
  color: #b1b0b0 !important;
}

/* choies.js 자동완성 select박스 css */
#vue_quote .choices__inner {
  border: 1px solid #DADADA;
  height: 45px;
  width: 270px;
  background-color: #ffffff;
  font-size: 17px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#vue_quote .choices[data-type*=select-one] .choices__input {
  border: none;
}

#vue_quote .choices[data-type*=select-one]:after {
  content: unset;
}

#vue_quote select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background-image: url('../inc/img/down.svg');
  background-position: 95%;
}

#vue_quote textarea {
  height: 180px;
  padding: 10px;
}

@media (min-width: 640px) {
  #vue_quote .choices__list--dropdown .choices__item--selectable {
    padding-right: 35px;
  }
}

#vue_quote .choices__list--single .choices__item {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* ---------choies.js 끝------- */

.add-btn {
  background-color: #124FB6 !important;
  border: none !important;
  padding: 5px 18px !important;
  line-height: 20px;
  border-radius: 5px !important;
}

.add-btn:hover {
  background-color: #073483 !important;
  color: white !important;
  /* box-shadow: 0 0 10px #5e80bb; */
}

.del-btn {
  background-color: #6C757D !important;
  padding: 5px 18px !important;
  line-height: 20px;
  border-radius: 5px !important;
  border: none !important;
}

.del-btn:hover {
  background-color: #515a61 !important;
  color: white !important;
  /* box-shadow: 0 0 10px #5e80bb; */
}

.blue-btn {
  background-color: #2680EB;
  border: solid 1px #2680EB;
  color: white;
}

.blue-btn:hover {
  background-color: white;
  border: solid 1px #2680EB;
  color: #2680EB;
}

.s-font {
  font-size: 16px;
}

.padding-15-80 {
  padding: 15px 80px !important;
}

.basic-btn {
  padding: 5px 10px;
  border-radius: 3px;
  text-align: center;

  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-title {
  font-weight: bold;
  font-size: 1.1em;
  background: #F8F8F8;
  width: 100%;
  padding: 20px 35px;
  border-radius: 8px 8px 0 0;
}

.form-box {
  width: 100%;
  padding: 10px 40px;
}

.input-container {
  width: 100%;
}

/* file uploader */

.file-box {
  background-color: #F6FBFF;
  border: 1px dashed #E2F0FF;
  width: 92%;
  margin: 0 auto;
  padding: 30px 0;
}




a.btn-primary {
  color: white !important;
  background-color: #067FFF !important;
  border-color: #067FFF !important;
  padding: 5px 10px;
}

a.btn-primary:hover {
  color: #067FFF !important;
  background-color: white !important;
}

textarea#REAMK {
  resize: none;
}

.section {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  margin: 30px 0;
  padding-bottom: 30px;
}

/*.filelist{
  border: 2px solid #067fff;
  border-radius: 5px;
  padding: 0px 10px; 
}*/

/* step-nav */

/* .step-nav {
 position: absolute;
  left: 14.5%;
  top: 33%;
  margin-top: -25%;
  transition: top 0.7s ease-out;
  
  margin-top: -20px;
  left: 280px;
} */

.step-nav .active {
  background: #D9ECFF;
  border-radius: 8px;
  color: #067FFF;
  font-weight: 500;
  transition: 0.2s;
}


.step-nav li {
  color: #BDBDBD;
  padding: 14px 15px;
  margin-bottom: 55px;
  transition: 0.2s;
  line-height: 20px;
}

.step-nav li.active,
.step-nav li:hover,
.step-nav li:focus {
  background: #D9ECFF;
  border-radius: 8px;
  color: #067FFF;
  font-weight: 500;
  transition: 0.2s;
}

.step-nav li>a.active,
.step-nav li>a:hover {
  text-decoration: none;
  color: #067FFF;
}

.step-nav li::before {
  content: "";
  width: 1px;
  height: 45px;
  background: #BDBDBD;
  position: absolute;
  left: 27px;
  margin-top: 42.5px;
}

.step-nav li:last-child::before {
  display: none;
}

.step-nav li>a>span {
  background: #BDBDBD;
  padding: 0 8px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

.step-nav .acitve>a>span,
.step-nav li:hover>a>span,
.step-nav .active span {
  background: #067FFF;
  padding: 0 8px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
}

.check-container::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #BBBBBB;
  position: absolute;
  margin: 45px 7.5px 0 7.5px;
}

.form-block div:last-child.check-container {
  padding-top: 15px;
  width: 100%;
}

.form-block div:last-child.check-container:before,
.form-block div:nth-child(7).check-container:before,
.form-block div:nth-child(8).check-container:before,
.ship-im div:nth-child(5).check-container::before,
.ship-im div:nth-child(6).check-container::before {
  display: none;
}

/* placeholder color */
input::placeholder {
  color: #b1b0b0;
}

input::-webkit-input-placeholder {
  color: #b1b0b0;
}

input:-ms-input-placeholder {
  color: #b1b0b0;
}