@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/* 데스크탑에서 사용될 스타일을 여기에 작성합니다. */
@media screen and (min-width: 769px) {


.term-title {
    font-size:20px;
    margin:0;
}

.term-sub {
    font-size:15px;
    margin:0;
}
}

/* 모바일에 사용될 스트일 시트를 여기에 작성합니다. */
@media screen and (max-width: 768px) {

.term-title {
    font-size:10px;
    margin:0;
}

.term-sub {
    font-size:12px;
    margin:0;
}
}





.row {
    margin:0;
}
.checkbox-inline {
    font-size: 15px;
}

.card-header {
    border: 1px #000000;
    background:#FFFFFF;
}

.card-header button {

}

.card-header .btn:focus {
  outline: none;
  box-shadow: none;
}




.form-small-text {
    font-size:12px;
}

.form-ex-small-text {
    font-size:10px;
}

.card-header button i {
   line-height: inherit;
}


.container-full {
  margin: 0 auto;
  width: 100%;
}

#accordion thead th {
    font-size:13px;
    background:#ece7e3;
}

#accordion tbody th {
    background:#f5f4f0;
}

.payment:hover {
  opacity: 0.7;
  backface-visibility: hidden;
}

.border-ipsi {
    border : 2px solid rgb(152,138,126);
}

