@charset "utf-8";
/*************************************
 *
 * @Author KyunWuPark (goffh91@gmail.com)
 * @Modified by Saera Lee (saeralee@nate.com)
 *
 *************************************/

/* ----- Basic ----- */

h4 {
  font-size: 18px;
}
.hidden {
  visibility: hidden;
  display: none;
}

/* ----- Check boxes ----- */

#chk_bx_all {
  margin: 0px;
  min-height: 40px;
  line-height: 40px;
  padding: 5px;
  padding-left: 0px;
}
#chk_bx_all input[type="checkbox"] {
  margin: 0;
  display: none;
}
#chk_bx_all label[for="chkall"].focus {
  background: url(../img/check3.png) no-repeat 0px -40px;
}
#chk_bx_all label[for="chkall"] {
  border: 0px solid red;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  padding-right: 3px;
  background: url(../img/check3.png) no-repeat 0px 0px;
  margin: 0px;
  font-size: 1.2em;
  z-index: 2;
}

.td_chk input[type="checkbox"] {
  display: none;
}
.td_chk label.focus {
  background: url(../img/check3.png) no-repeat 0px -40px;
}
.td_chk label {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url(../img/check3.png) no-repeat 0px 0px;
}

/* ----- Buttons ----- */

.btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  min-width: 80px;
  height: 34px;
  margin: 0 0 0 5px;
}

.btn-dark {
  color: #fff !important;
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-light {
  border: 1px solid #dcdcdc !important;
}
.btn-light:hover {
}

/* ----- Search bar ----- */

#fsearch {
  width: 100%;
}
#faq_search {
  margin: 0 10px 15px 10px;
}
.btn-outline-secondary {
  background-color: #dcdcdc;
  width: 150px;
}

/* ----- Article list ----- */

.faq_container {
  margin: 0 4px 20px;
}
.control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#faq_title {
  width: 100%;
  margin: 20px 20px 20px;
  color: #333;
}
#btn_head {
  margin-top: 10px;
}
#btn_head ul > li {
  float: left;
  margin-left: 3px;
}
#faq_table {
  border-bottom: 1px solid #bebebe;
}

/* ----- Categories ----- */

#faq_table_head {
  width: 100%;
  height: 50px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
#bo_category {
  position: relative;
  height: 32px;
  margin: 0;
  z-index: 0;
}
#bo_category_wrap {
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}

#bo_category_mo ul.dropdown-menu > li > a,
#bo_category_mo #cate_mo_anchor {
  text-align: left;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
}
#bo_category_mo .dropdown-toggle:hover,
#bo_cate .dropdown-toggle:active,
#bo_cate .dropdown-toggle:focus,
#bo_cate .dropdown-toggle:visited {
  text-decoration: none;
}
.dropdown-toggle::after {
  display: none !important;
}
#bo_category_mo .dropdown-menu {
  width: 100%;
}
#bo_category_mo .dropdown-menu li a {
  border-bottom: 1px solid #eee;
  padding: 5px;
  display: block;
}
#bo_category_mo .dropdown-menu li:last-child a {
  border-bottom: 0px;
}
#bo_category_mo .dropdown-toggle {
  border: 1px solid #ccc;
  display: block;
  padding: 5px;
}
#bo_category_mo .dropdown-toggle .cate_mo_caret {
  position: absolute;
  right: 10px;
  top: 10px;
}
#bo_category_mo .dropdown-toggle h2 {
  margin: 0px;
  font-size: 18px;
}

ul#bo_category_ul > li:nth-child(1) {
  margin-left: 5px;
}
ul#bo_category_ul > li:nth-last-child(1) {
  margin-right: 5px;
}
ul#bo_category_ul > li {
  float: left;
  position: relative;
  padding: 5px 10px;
  margin: 0;
  word-wrap: break-word;
  white-space: initial;
}
ul#bo_category_ul > li > a {
  color: #878787;
  font-weight: 550;
  font-size: 1.25em;
}
ul#bo_category_ul #bo_cate_on {
  color: #272d75;
  font-weight: 750;
}

/* ----- Contents ----- */

#faq_table .faq_article .faq_subject {
  overflow: hidden;
  color: #1d2124;
  cursor: pointer;
}
#faq_table .faq_article .faq_subject div {
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  user-select: none;
  width: auto;
  height: 50px;
  padding-top: 15px;
  font-size: 1.2em;
  font-weight: 450;
}
#faq_table .faq_article .faq_subject.on div {
  color: gray;
}
#faq_table .faq_article td:nth-child(1) {
  padding-top: 20px;
}
#faq_table .faq_article td:nth-last-child(1) {
  padding-top: 20px;
  cursor: pointer;
}

#faq_table .faq_content {
  display: none;
  overflow: hidden;
  height: 0px;
}
#faq_table .faq_content.on div > .inner_subject {
  width: 100%;
  padding: 15px 0px 25px;
  font-weight: 550;
  color: #181850;
}
#faq_table .faq_content.on > td {
  padding: 20px 0 35px;
}
#faq_table .faq_content .inner_wrapper {
  /*position: relative;*/
  overflow: hidden; /*width: 100%;*/
  margin: 0 30px;
}
#faq_table .faq_content .inner_wrapper > div {
  display: inline-block;
}

#faq_table .inner_btns {
  margin-top: 20px;
  margin-right: 40px;
  float: right;
  line-height: 0;
}
#faq_table .inner_btns > li {
  float: left;
  margin: 5px;
}
#faq_table .inner_btns > li > a {
  color: #777777;
  font-size: 12px;
}

/* ----- Admin button ----- */

.adm_main_btn {
  display: inline-block;
}
.adm_main_btn > ul > li > * {
  color: #333 !important;
}
.adm_main_btn > ul > li:hover {
  background-color: #bebebe;
}
.adm_main_btn > ul > li > *:hover {
  text-decoration: none;
}

.btn_ctrl {
  display: inline-block;
  width: 40px;
  height: 34px;
  padding: 7px;
  border: 0px solid #e8180c;
  border-radius: 4px;
  background: #6b6363;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 20px;
}
.btn_bo_adm li {
  float: left;
  margin-right: 5px;
  line-height: 37px;
}
