@charset "UTF-8";
@media (min-width: 480px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 12px;
  }
}
form .search {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 3.6666666667rem;
}
@media screen and (min-width: 992px) {
  form .search {
    justify-content: flex-start;
    width: 500px;
    height: 51px;
  }
}
form .search > input {
  border: 0.0833333333rem solid #003a63;
  border-left: none;
  width: 40%;
  height: 3.5rem;
  font-size: 1.125rem;
  text-indent: 0.625rem;
}
@media screen and (min-width: 992px) {
  form .search > input {
    width: 200px;
    height: 49px;
    font-size: 18px;
    text-indent: 10px;
  }
}
form .search > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
  color: #fff;
  background-color: #003a63;
  font-weight: 500;
  width: 25%;
  height: 3.5rem;
  font-size: 1.125rem;
  border: 0.0833333333rem solid #003a63;
  -webkit-border-top-right-radius: 1.8333333333rem;
  -webkit-border-bottom-right-radius: 1.8333333333rem;
  -moz-border-radius-topright: 1.8333333333rem;
  -moz-border-radius-bottomright: 1.8333333333rem;
  border-top-right-radius: 1.8333333333rem;
  border-bottom-right-radius: 1.8333333333rem;
}
@media screen and (min-width: 992px) {
  form .search > a {
    width: 125px;
    height: 49px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #003a63;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
}
form .search .ui-selectmenu-button {
  margin: 0;
  -webkit-border-top-left-radius: 1.8333333333rem;
  -webkit-border-bottom-left-radius: 1.8333333333rem;
  -moz-border-radius-topleft: 1.8333333333rem;
  -moz-border-radius-bottomleft: 1.8333333333rem;
  border-top-left-radius: 1.8333333333rem;
  border-bottom-left-radius: 1.8333333333rem;
}
@media screen and (min-width: 992px) {
  form .search .ui-selectmenu-button {
    border-radius: 0;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
form .search .ui-selectmenu-button.ui-button {
  width: 35%;
  height: 3.5rem;
}
@media screen and (min-width: 992px) {
  form .search .ui-selectmenu-button.ui-button {
    width: 175px !important;
    height: 49px;
  }
}
form .search .ui-selectmenu-button.ui-button:active {
  border: 1px solid #003a63;
  background: #003a63;
}
form .search .ui-selectmenu-button.ui-button:hover, form .search .ui-selectmenu-button.ui-button:focus {
  border: 1px solid #003a63;
}
form .search .ui-selectmenu-button .ui-selectmenu-text {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  form .search .ui-selectmenu-button .ui-selectmenu-text {
    font-size: 18px;
  }
}
form .search .ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
  margin-top: 6px !important;
}
@media screen and (min-width: 992px) {
  form .search .ui-selectmenu-button .ui-selectmenu-icon.ui-icon {
    margin-top: 6px !important;
  }
}
form .search.in_item_2nd {
  width: 100%;
  flex-flow: wrap;
  height: 7.7083333333rem;
}
form .search.in_item_2nd #board_consulting-button {
  width: 100% !important;
}
form .search.in_item_2nd #board_search-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (min-width: 992px) {
  form .search.in_item_2nd {
    height: 3.6666666667rem;
    flex-flow: inherit;
    width: 690px;
  }
  form .search.in_item_2nd #board_search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
  }
  form .search.in_item_2nd #board_consulting-button {
    width: 190px !important;
  }
}
form .search.in_item_3rd {
  width: 100%;
  flex-flow: wrap;
  height: 7.7083333333rem;
  /*@media screen and (min-width: 992px) {
  	height: rem(176px);
  	#board_search-button{
  		border-top-left-radius: 0;
  		border-bottom-left-radius: 0;
  		border-left: 0;
  	}
  	flex-flow: inherit;
  	width: auto;
  	#board_consulting-button{
  		width: 190px !important;
  	}
  }*/
}
form .search.in_item_3rd #board_consulting-button {
  width: 100% !important;
}
form .search.in_item_3rd #board_search1-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1;
}
form .search.in_item_3rd #board_search2-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  border-left: 0;
}
form .search.in_item_3rd #board_search3-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 1.8333333333rem;
  -webkit-border-bottom-right-radius: 1.8333333333rem;
  -moz-border-radius-topright: 1.8333333333rem;
  -moz-border-radius-bottomright: 1.8333333333rem;
  border-top-right-radius: 1.8333333333rem;
  border-bottom-right-radius: 1.8333333333rem;
  /* @media screen and (min-width: 992px) {
                   -webkit-border-top-right-radius: 0;
                   -webkit-border-bottom-right-radius: 0;
                   -moz-border-radius-topright: 0;
                   -moz-border-radius-bottomright: 0;
                   border-top-right-radius: 0;
                   border-bottom-right-radius: 0;
               }*/
}
form .search.in_item_3rd #searchWord {
  width: 75%;
  -webkit-border-top-left-radius: 1.8333333333rem;
  -webkit-border-bottom-left-radius: 1.8333333333rem;
  -moz-border-radius-topleft: 1.8333333333rem;
  -moz-border-radius-bottomleft: 1.8333333333rem;
  border-top-left-radius: 1.8333333333rem;
  border-bottom-left-radius: 1.8333333333rem;
  /* @media screen and (min-width: 992px) {
                   width: 200px;
                   border-top-left-radius: 0;
                   border-bottom-left-radius: 0;
                   border-top-right-radius: 0;
                   border-bottom-right-radius: 0;
               }*/
}
form .search.in_item_3rd .ui-selectmenu-button.ui-button {
  width: 33.3333333333%;
  height: 3.5rem;
}
@media screen and (min-width: 992px) {
  form .search.in_item_3rd .ui-selectmenu-button.ui-button {
    width: 175px !important;
    height: 49px;
  }
}
@media screen and (min-width: 992px) {
  form .search.in_item_3rd {
    height: 49px;
    margin-top: 15px;
  }
  form .search.in_item_3rd #board_search1-button, form .search.in_item_3rd #board_search2-button, form .search.in_item_3rd #board_search3-button {
    width: 216px !important;
  }
  form .search.in_item_3rd #searchWord {
    width: 219px !important;
  }
  form .search.in_item_3rd #board_search1-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1;
  }
  form .search.in_item_3rd #board_search2-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-left: 0;
  }
  form .search.in_item_3rd #board_search3-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1;
  }
  form .search.in_item_3rd #searchWord {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  form .search.in_item_3rd #board_search1-button, form .search.in_item_3rd #board_search2-button, form .search.in_item_3rd #board_search3-button {
    width: 262px !important;
  }
  form .search.in_item_3rd #searchWord {
    width: 265px !important;
  }
}
@media screen and (min-width: 1920px) {
  form .search.in_item_3rd #board_search1-button, form .search.in_item_3rd #board_search2-button, form .search.in_item_3rd #board_search3-button {
    width: 175px !important;
  }
  form .search.in_item_3rd #searchWord {
    width: 200px !important;
  }
}

.board {
  border-top: 0.0833333333rem solid #000;
}
@media screen and (min-width: 992px) {
  .board {
    border-top: 2px solid #000;
  }
}
.board-common {
  width: 100%;
}
.board-common colgroup col:first-child {
  width: 3.3333333333rem;
}
.board-common colgroup col:last-child {
  width: 5.4166666667rem;
}
@media screen and (min-width: 992px) {
  .board-common colgroup col:first-child {
    width: 80px;
  }
  .board-common colgroup col:last-child {
    width: 130px;
  }
}
.board-common caption {
  display: none;
}
.board-common tbody tr td {
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #c5c5c5;
  font-size: 1.125rem;
  padding: 1.6666666667rem 0;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr td {
    font-size: 18px;
    padding: 30px 0;
  }
}
.board-common tbody tr td span {
  display: inline-block;
  width: auto;
  background: #e62140;
  color: #fff;
  font-weight: 500;
  height: 1.75rem;
  line-height: 1rem;
  border-radius: 0.375rem;
  padding: 0.25rem 0.625rem;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr td span {
    height: 30px;
    line-height: 16px;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 0;
  }
}
.board-common tbody tr td:first-child, .board-common tbody tr td:last-child {
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr td:first-child, .board-common tbody tr td:last-child {
    font-size: 18px;
  }
}
.board-common tbody tr td > a:hover {
  color: #e62140;
}
.board-common tbody tr td.stage {
  font-weight: 500;
  word-break: keep-all;
}
.board-common tbody tr td.stage.ing {
  color: #77b02b;
}
.board-common tbody tr td.stage.complete {
  color: #0c4da2;
}
.board-common tbody tr td.stage.regist {
  color: #ffa700;
}
.board-common tbody tr:hover {
  background-color: #fef6f7;
}
.board-common tbody tr.confirmPwd {
  background-color: #f9f9f9;
}
.board-common tbody tr.confirmPwd td .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.board-common tbody tr.confirmPwd td .inner strong {
  display: inline-block;
  color: #333;
  font-weight: 500;
  word-break: keep-all;
}
.board-common tbody tr.confirmPwd td .inner input {
  background: #fff;
  text-align: center;
  margin: 0 0.3125rem;
  height: 2.25rem;
  border: 0.0625rem solid #ccc;
  width: 20%;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr.confirmPwd td .inner input {
    margin: 0 5px;
    height: 36px;
    border: 1px solid #ccc;
    width: 180px;
  }
}
.board-common tbody tr.confirmPwd td .inner a {
  display: inline-block;
  background: #ccc;
  color: #000;
  font-weight: 500;
  text-align: center;
  width: 5rem;
  height: 2.25rem;
  line-height: 2rem;
  border: 0.0625rem solid #ccc;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr.confirmPwd td .inner a {
    width: 80px;
    height: 36px;
    line-height: 32px;
    border: 1px solid #ccc;
  }
}
.board-common tbody tr.data-none:hover {
  background-color: transparent;
}
.board-common tbody tr.data-none td {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .board-common tbody tr.data-none td {
    font-size: 18px;
  }
}
.board-common.organization colgroup col:first-child {
  width: 30%;
}
.board-common.organization colgroup col:nth-child(2), .board-common.organization colgroup col:nth-child(3) {
  width: 20%;
}
.board-common.organization colgroup col:last-child {
  width: 30%;
}
@media screen and (min-width: 992px) {
  .board-common.organization colgroup col:first-child {
    width: 25%;
  }
  .board-common.organization colgroup col:nth-child(2), .board-common.organization colgroup col:nth-child(3) {
    width: 25%;
  }
  .board-common.organization colgroup col:last-child {
    width: 25%;
  }
}
.board-common.organization tbody tr td {
  text-align: center;
}
.board-common.organization tbody tr td:first-child, .board-common.organization tbody tr td:last-child {
  color: #333;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .board-common.organization tbody tr td:first-child, .board-common.organization tbody tr td:last-child {
    font-size: 18px;
  }
}
.board-common.organization tbody tr td.work {
  text-align: left;
  padding-left: 40px;
  line-height: 1.4;
  background: #f6f6f6;
}
.board-common.fix td {
  background: #f9f9f9;
}
.board-paging {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 9.375rem;
}
@media screen and (min-width: 992px) {
  .board-paging {
    height: 150px;
  }
}
.board-paging span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  height: 3.125rem;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 992px) {
  .board-paging span {
    width: 30px;
    height: 50px;
    margin: 0 5px;
  }
}
.board-paging span a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  color: #999;
}
@media screen and (min-width: 992px) {
  .board-paging span a {
    font-size: 20px;
  }
}
.board-paging span a.on {
  font-weight: 700;
  color: #e62140;
}
.board-paging span.page_icon {
  width: 2.0833333333rem;
}
@media screen and (min-width: 412px) {
  .board-paging span.page_icon {
    width: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .board-paging span.page_icon {
    width: 50px;
  }
}
.board-paging span.last_prev {
  background: url("/images/icon_arrow_roundbg_none_50x50.png") 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.board-paging span.last_prev:hover {
  background: url("/images/icon_arrow_roundbg_red_50x50.png") 50% 50% no-repeat;
  background-size: cover;
}
.board-paging span.first_prev {
  margin-right: 0.9375rem;
  background: url("/images/icon_arrow2_roundbg_none_50x50.png") 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .board-paging span.first_prev {
    margin-right: 15px;
  }
}
.board-paging span.first_prev:hover {
  background: url("/images/icon_arrow2_roundbg_red_50x50.png") 50% 50% no-repeat;
  background-size: contain;
}
.board-paging span.first_next {
  margin-right: 0.9375rem;
  background: url("/images/icon_arrow_roundbg_none_50x50.png") 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}
@media screen and (min-width: 992px) {
  .board-paging span.first_next {
    margin-right: 15px;
  }
}
.board-paging span.first_next:hover {
  background: url("/images/icon_arrow_roundbg_red_50x50.png") 50% 50% no-repeat;
  background-size: contain;
}
.board-paging span.last_next {
  background: url("/images/icon_arrow2_roundbg_none_50x50.png") 50% 50% no-repeat;
  background-size: contain;
  transform: rotate(0deg);
}
.board-paging span.last_next:hover {
  background: url("/images/icon_arrow2_roundbg_red_50x50.png") 50% 50% no-repeat;
  background-size: contain;
}
.board-view-top {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  align-content: center;
  background: #fafafa;
  height: auto;
  padding: 0;
  border-bottom: 1px solid #e1e1e1;
}
@media screen and (min-width: 992px) {
  .board-view-top {
    padding: 0;
  }
}
.board-view-top li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  padding: 1.0416666667rem;
  height: auto;
}
.board-view-top li.subject {
  width: calc(100% - 140px);
  font-size: 1.5rem;
  font-weight: 500;
  width: 96%;
  line-height: 1.4;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .board-view-top li.subject {
    display: flex;
    font-size: 24px;
    height: 100px;
    width: 94%;
    word-break: keep-all;
  }
}
.board-view-top li.subject span {
  display: inline-block;
  width: auto;
  background: #f26f21;
  color: #fff;
  font-weight: 500;
  height: 1.75rem;
  line-height: 1rem;
  border-radius: 0.375rem;
  padding: 0.25rem 0.8333333333rem;
  font-size: 1.3541666667rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.4166666667rem;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .board-view-top li.subject span {
    height: 42px;
    line-height: 16px;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.board-view-top li.date {
  color: #999;
  font-size: 1rem;
  width: 90%;
  justify-content: center;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  .board-view-top li.date {
    height: 50px;
    font-size: 16px;
  }
}
.board-view-top li.date span {
  margin: 0 20px;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info {
    height: 240px;
  }
}
.board-view-top.crm-info li {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li {
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.subject {
    height: 100px;
  }
}
.board-view-top.crm-info li.userinfo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.userinfo {
    width: 90%;
  }
}
.board-view-top.crm-info li.userinfo > strong {
  position: relative;
  font-weight: 500;
  font-size: 1rem;
  padding-right: 0.625rem;
  width: 35%;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.userinfo > strong {
    width: auto;
    font-size: 18px;
    padding-right: 10px;
  }
}
.board-view-top.crm-info li.userinfo > strong:before {
  content: "";
  position: absolute;
  right: 0;
  background: #ccc;
  width: 0.0625rem;
  height: 1rem;
  top: 0.25rem;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.userinfo > strong:before {
    width: 1px;
    height: 16px;
    top: 4px;
  }
}
.board-view-top.crm-info li.userinfo > span {
  font-weight: 500;
  color: #003a63;
  padding-left: 0.5625rem;
  font-size: 1rem;
  padding-right: 3.125rem;
  width: 65%;
}
.board-view-top.crm-info li.userinfo > span span {
  font-weight: 500;
  color: #003a63;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.userinfo > span {
    width: auto;
    padding-left: 9px;
    font-size: 20px;
    padding-right: 50px;
  }
}
.board-view-top.crm-info li.userinfo:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.0625rem;
  background: #ccc;
}
@media screen and (min-width: 992px) {
  .board-view-top.crm-info li.userinfo:before {
    height: 1px;
  }
}
.board-view-middle {
  padding: 3.125rem 1.875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
@media screen and (min-width: 992px) {
  .board-view-middle {
    padding: 50px 30px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.board-view-middle img {
  margin: auto;
  display: block;
}
.board-view-file {
  padding: 1.875rem;
  border-bottom: 0.0625rem solid #e1e1e1;
}
@media screen and (min-width: 992px) {
  .board-view-file {
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
  }
}
.board-view-file a {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
  padding-left: 3.125rem;
  margin: 0.4166666667rem 0;
}
@media screen and (min-width: 992px) {
  .board-view-file a {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding-left: 50px;
    margin: 10px 0;
  }
}
.board-view-file a.ppt {
  background: url(/images/icon_ppt.gif) no-repeat 0 0;
}
.board-view-file a.hwp {
  background: url(/images/icon_hwp.gif) no-repeat 0 0;
}
.board-view-file a.pdf {
  background: url(/images/icon_pdf.gif) no-repeat 0 0;
}
.board-view-file a.zip {
  background: url(/images/icon_zip.gif) no-repeat 0 0;
}
.board-view-file a.doc {
  background: url(/images/icon_doc.gif) no-repeat 0 0;
}
.board-view-file a.xls {
  background: url(/images/icon_xls.gif) no-repeat 0 0;
}
.board-view-file a.img {
  background: url(/images/icon_img.gif) no-repeat 0 0;
}
.board-view-bottom {
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  height: auto;
  padding: 0.9375rem 0 1.875rem 0;
}
@media screen and (min-width: 992px) {
  .board-view-bottom {
    justify-content: space-between;
    height: 150px;
    padding: 0;
  }
}
.board-view-bottom .prev, .board-view-bottom .next {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.9375rem 0 1.875rem 0;
}
@media screen and (min-width: 992px) {
  .board-view-bottom .prev, .board-view-bottom .next {
    width: calc(50% - 80px);
    padding: 0;
  }
}
.board-view-bottom .prev .page_arrow, .board-view-bottom .next .page_arrow {
  margin: 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .board-view-bottom .prev .page_arrow, .board-view-bottom .next .page_arrow {
    margin: 0 20px;
  }
}
.board-view-bottom .prev .page_arrow i, .board-view-bottom .next .page_arrow i {
  display: inline-block;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  background: url(/images/icon_arrow_roundbg_none_50x50.png) 0 0 no-repeat;
  background-size: cover;
}
.board-view-bottom .prev .page_arrow i:hover, .board-view-bottom .next .page_arrow i:hover {
  background: url(/images/icon_arrow_roundbg_red_50x50.png) 0 0 no-repeat;
}
@media screen and (min-width: 412px) {
  .board-view-bottom .prev .page_arrow i, .board-view-bottom .next .page_arrow i {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (min-width: 992px) {
  .board-view-bottom .prev .page_arrow i, .board-view-bottom .next .page_arrow i {
    width: 50px;
    height: 50px;
  }
}
.board-view-bottom .prev .tit_guide, .board-view-bottom .next .tit_guide {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
}
.board-view-bottom .prev .tit_guide span, .board-view-bottom .next .tit_guide span {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  color: #003a63;
  padding: 0.3125rem 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .board-view-bottom .prev .tit_guide span, .board-view-bottom .next .tit_guide span {
    padding: 5px 0;
    font-size: 18px;
  }
}
.board-view-bottom .prev .tit_guide p, .board-view-bottom .next .tit_guide p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 1.6em;
  line-height: 1.4;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 992px) {
  .board-view-bottom .prev .tit_guide p, .board-view-bottom .next .tit_guide p {
    padding: 5px 0;
  }
}
.board-view-bottom .btn_list {
  background: url(/images/icon_list.png) 0 50% no-repeat;
  width: 5rem;
  height: 3.125rem;
  padding-left: 2.25rem;
}
@media screen and (min-width: 992px) {
  .board-view-bottom .btn_list {
    width: 80px;
    height: 50px;
    padding-left: 36px;
  }
}
.board-view-bottom .prev {
  justify-content: flex-start;
}
.board-view-bottom .prev .page_arrow i {
  transform: rotate(180deg);
}
.board-view-bottom .next {
  justify-content: flex-end;
}
.board-view-bottom .next .tit_guide {
  justify-content: flex-end;
}
.board-view-bottom .next .tit_guide span, .board-view-bottom .next .tit_guide p {
  text-align: right;
}
.board-write-wrap .txt_banner {
  background: #fafafa;
  padding: 1.875rem 1.25rem 1.875rem 2.5rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .txt_banner {
    padding: 30px 20px 30px 40px;
  }
}
.board-write-wrap .txt_banner li {
  line-height: 1.4;
  background: url(/images/list_style.svg) 0 50% no-repeat;
  font-size: 1.125rem;
  padding-left: 1.25rem;
  padding-bottom: 0.3125rem;
  background-size: 0.375rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .txt_banner li {
    font-size: 18px;
    padding-left: 20px;
    padding-bottom: 5px;
    background-size: 6px;
  }
}
.board-write-wrap .txt_banner li:first-child {
  padding-left: 0;
  background: none;
  color: #000;
  font-weight: 500;
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .txt_banner li:first-child {
    padding-bottom: 10px;
    font-size: 24px;
  }
}
.board-write-wrap .board-write colgroup col {
  width: 38%;
}
.board-write-wrap .board-write colgroup col:nth-child(odd) {
  width: 12%;
}
.board-write-wrap .board-write tr:hover {
  background: none;
}
.board-write-wrap .board-write th, .board-write-wrap .board-write td {
  border-bottom: 1px solid #e1e1e1;
  text-align: left !important;
  font-weight: 500;
  padding-left: 1.25rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-write th, .board-write-wrap .board-write td {
    padding-left: 20px;
    font-size: 18px;
  }
}
.board-write-wrap .board-write td {
  font-weight: 400;
}
.board-write-wrap .board-write td input {
  width: 100%;
  height: 3.125rem;
  border: 0.0625rem solid #e1e1e1;
  text-indent: 0.625rem;
}
.board-write-wrap .board-write td input.password {
  width: 42%;
  margin-right: 0.625rem;
}
.board-write-wrap .board-write td input.file {
  border: none;
  height: 2rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-write td input {
    height: 50px;
    border: 1px solid #e1e1e1;
    text-indent: 10px;
  }
  .board-write-wrap .board-write td input.password {
    margin-right: 10px;
  }
  .board-write-wrap .board-write td input.file {
    height: 32px;
  }
}
.board-write-wrap .board-write td select {
  height: 3.125rem;
  border: 0.0625rem solid #e1e1e1;
  padding: 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-write td select {
    height: 50px;
    border: 1px solid #e1e1e1;
    padding: 0 30px;
  }
}
.board-write-wrap .board-write td textarea {
  width: 100%;
  height: 25rem;
  border: 0.0625rem solid #e1e1e1;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-write td textarea {
    height: 400px;
    border: 1px solid #e1e1e1;
  }
}
.board-write-wrap .board-write td .captcha {
  display: flex;
  justify-content: flex-start;
}
.board-write-wrap .board-write td .captcha img {
  margin-right: 0.625rem;
}
.board-write-wrap .board-write td .captcha input {
  width: 12.5rem;
  margin-right: 0.625rem;
}
.board-write-wrap .board-write td .captcha a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003a63;
  color: #fff;
  font-weight: 500;
  padding: 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-write td .captcha img {
    margin-right: 10px;
  }
  .board-write-wrap .board-write td .captcha input {
    width: 200px;
    margin-right: 10px;
  }
  .board-write-wrap .board-write td .captcha a {
    padding: 0 20px;
  }
}
.board-write-wrap .board-privacy p {
  padding: 1.25rem;
  line-height: 1.5;
  word-break: keep-all;
  background: #fafafa;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-privacy p {
    padding: 30px;
  }
}
.board-write-wrap .board-privacy p a {
  display: inline-block;
  margin: 1.25rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-privacy p a {
    margin: 20px 0 0 0;
  }
}
.board-write-wrap .board-privacy .check_box {
  margin: 1.25rem 0 0 1.875rem;
}
@media screen and (min-width: 992px) {
  .board-write-wrap .board-privacy .check_box {
    margin: 20px 0 0 30px;
  }
}
.board-bottom-btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 1.875rem;
}
@media screen and (min-width: 992px) {
  .board-bottom-btn {
    padding-top: 30px;
  }
}
.board-bottom-btn a.btn_common {
  color: #fff;
  font-weight: 500;
  padding: 0 1.875rem;
  border-radius: 0.25rem;
  margin-left: 0.625rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  line-height: 3.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board-bottom-btn a.btn_common span {
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .board-bottom-btn a.btn_common {
    padding: 0 30px;
    border-radius: 4px;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
  }
}
.board-bottom-btn a.btn_write, .board-bottom-btn a.btn_edit, .board-bottom-btn a.btn_list {
  background: #003a63;
}
.board-bottom-btn a.btn_write i {
  display: inline-block;
  width: 1.7291666667rem;
  height: 1.7291666667rem;
  background: url("/images/SVG/icon_bubble.svg") 50% 50% no-repeat;
  background-size: 1.7291666667rem 1.7291666667rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 992px) {
  .board-bottom-btn a.btn_write i {
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    margin-left: 10px;
  }
}
.board-bottom-btn a.btn_back {
  background: #003a63;
  color: #fff;
}
.board-bottom-btn a.btn_del {
  background: #e62140;
}
.board-bottom-btn .btn_save {
  background: #e62140;
  color: #fff;
  font-weight: 500;
  padding: 0 1.875rem;
  border-radius: 0.25rem;
  margin-left: 0.625rem;
  height: 3.75rem;
  line-height: 3.75rem;
}
@media screen and (min-width: 992px) {
  .board-bottom-btn .btn_save {
    padding: 0 30px;
    border-radius: 4px;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
  }
}
.board .table-in-list {
  background: #003a63;
  color: #fff;
  font-size: 1.125rem;
  padding: 1.875rem;
}
@media screen and (min-width: 992px) {
  .board .table-in-list {
    font-size: 18px;
    padding: 30px;
  }
}
.board .table-in-list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0.625rem 1.25rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li {
    padding: 0 0 10px 20px;
  }
}
.board .table-in-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li:before {
    font-size: 15px;
  }
}
.board .table-in-list li span {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li span {
    padding: 0 40px;
  }
}
.board .table-in-list li span:before {
  content: "|";
  position: absolute;
  left: 0;
  color: #fff;
  opacity: 0.3;
  font-size: 15px;
  top: 2px;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li span:before {
    font-size: 0.9375rem;
    top: 0.125rem;
  }
}
.board .table-in-list li span:first-child {
  padding: 0 2.5rem 0 0;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li span:first-child {
    padding: 0 40px 0 0;
  }
}
.board .table-in-list li span:first-child:before {
  display: none;
}
.board .table-in-list li span:last-child {
  padding: 0 0 0 40px;
}
@media screen and (min-width: 992px) {
  .board .table-in-list li span:last-child {
    padding: 0 0 0 2.5rem;
  }
}
.board .progress colgroup col:nth-child(3) {
  width: 15.625rem;
}
@media screen and (min-width: 992px) {
  .board .progress colgroup col:nth-child(3) {
    width: 250px;
  }
}
.board.gallery .list_body {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.board.gallery .list_body .item {
  position: relative;
  border: 1px solid #f1f1f1;
  width: 100%;
  border-radius: 0.6666666667rem;
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding-bottom: 2.5rem;
}
.board.gallery .list_body .item .img {
  position: relative;
  margin-bottom: 1.75rem;
}
.board.gallery .list_body .item .img > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.board.gallery .list_body .item .subject {
  width: 100%;
  display: inline-block;
  padding: 0 2rem 0.8333333333rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
}
.board.gallery .list_body .item .data {
  width: 100%;
  display: inline-block;
  padding: 0 2rem 0 2rem;
  font-size: 0.75rem;
  font-weight: 300;
  color: #666666;
  line-height: 1.5;
  word-break: keep-all;
}
@media (min-width: 416px) {
  .board.gallery .list_body .item {
    width: 48%;
    max-width: 20.4166666667rem;
  }
}
@media (min-width: 960px) {
  .board.gallery .list_body .item {
    width: 48%;
    max-width: 17.2916666667rem;
  }
}
@media screen and (min-width: 992px) {
  .board.gallery .list_body {
    justify-content: flex-start;
    padding-top: 40px;
  }
  .board.gallery .list_body .item {
    width: 22%;
    border-radius: 16px;
    margin-right: 4%;
    margin-bottom: 4.1%;
    min-height: 450px;
    max-width: inherit;
  }
  .board.gallery .list_body .item .img {
    margin-bottom: 42px;
  }
  .board.gallery .list_body .item .subject {
    padding: 0 25px 16px 25px;
    font-size: 20px;
  }
  .board.gallery .list_body .item .data {
    padding: 0 25px 0 25px;
    font-size: 16px;
  }
  .board.gallery .list_body .item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .board.gallery .list_body .item {
    min-height: 490px;
  }
  .board.gallery .list_body .item .subject {
    padding: 0 30px 18px 30px;
    font-size: 22px;
  }
  .board.gallery .list_body .item .data {
    padding: 0 30px 0 30px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1920px) {
  .board.gallery .list_body .item {
    min-height: 540px;
  }
  .board.gallery .list_body .item .subject {
    padding: 0 35px 20px 35px;
    font-size: 24px;
  }
  .board.gallery .list_body .item .data {
    padding: 0 35px 0 35px;
    font-size: 18px;
  }
}
.board.deliberation table colgroup col:nth-child(1) {
  width: 5%;
  min-width: 30px;
}
.board.deliberation table colgroup col:nth-child(2), .board.deliberation table colgroup col:nth-child(4) {
  width: 20%;
  min-width: 100px;
}
.board.deliberation table colgroup col:nth-child(3) {
  width: 55%;
}
@media screen and (min-width: 992px) {
  .board.deliberation table colgroup col:nth-child(1) {
    width: 60px;
    min-width: auto;
  }
  .board.deliberation table colgroup col:nth-child(2) {
    width: 150px;
    min-width: auto;
  }
  .board.deliberation table colgroup col:nth-child(4) {
    width: 120px;
    min-width: auto;
  }
  .board.deliberation table colgroup col:nth-child(3) {
    width: 662px;
  }
}
.board.deliberation table tbody tr td span {
  background: #f26f21 !important;
}
.board table.deliberation colgroup col:nth-child(1) {
  width: 5%;
  min-width: 30px;
}
.board table.deliberation colgroup col:nth-child(2) {
  width: auto;
}
.board table.deliberation colgroup col:nth-child(3) {
  width: 17%;
  min-width: 80px;
}
.board table.deliberation colgroup col:nth-child(4) {
  width: 17%;
  min-width: 80px;
}
@media screen and (min-width: 992px) {
  .board table.deliberation colgroup col:nth-child(1) {
    width: 60px;
    min-width: auto;
  }
  .board table.deliberation colgroup col:nth-child(2) {
    width: auto;
    min-width: auto;
  }
  .board table.deliberation colgroup col:nth-child(3) {
    width: 100px;
  }
  .board table.deliberation colgroup col:nth-child(4) {
    width: 120px;
    min-width: auto;
  }
}
.board table.deliberation tbody tr td span {
  background: #f26f21 !important;
}
.board table.deliberation tbody tr td:nth-child(2) {
  padding-right: 0;
}
.board table.deliberation tbody tr td:nth-child(2) > a {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
  word-break: keep-all;
}
.board table.deliberation tbody tr td:nth-child(2) > a span {
  margin-bottom: 0.2083333333rem;
}
@media screen and (min-width: 992px) {
  .board table.deliberation tbody tr td:nth-child(2) {
    padding-right: 15px;
  }
  .board table.deliberation tbody tr td:nth-child(2) > a {
    display: inline-block;
    width: 100%;
    line-height: 1.3;
    word-break: keep-all;
  }
  .board table.deliberation tbody tr td:nth-child(2) > a span {
    margin-bottom: 5px;
  }
}
.board table.deliberation tbody tr td:nth-child(3) {
  text-align: center;
}

.faq_menu_box .search {
  margin: 0 auto 3.125rem auto;
}
.faq_menu_box .search .ui-selectmenu-button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 992px) {
  .faq_menu_box .search {
    margin: 50px auto 50px auto;
  }
}
.faq_menu_box ul {
  border-top: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: wrap;
  width: 100%;
  margin: 0 auto 3.125rem auto;
}
@media screen and (min-width: 992px) {
  .faq_menu_box ul {
    margin: 0 auto 50px auto;
  }
}
.faq_menu_box ul li {
  width: 50%;
  text-align: center;
  padding: 1.0416666667rem 1.25rem 0.5208333333rem 1.875rem;
}
@media screen and (min-width: 992px) {
  .faq_menu_box ul li {
    width: 25%;
    padding: 30px 30px 15px 30px;
  }
}
.faq_menu_box ul li a {
  font-weight: 400;
  font-size: 1.125rem;
  word-break: keep-all;
}
.faq_menu_box ul li a:hover {
  color: #e62140;
  font-weight: 500;
}
.faq_menu_box ul li a.active {
  font-size: 1.25rem;
  color: #e62140;
}
@media screen and (min-width: 992px) {
  .faq_menu_box ul li a {
    font-size: 18px;
  }
  .faq_menu_box ul li a.active {
    font-size: 20px;
  }
}

.faq_list .toggle li {
  text-align: left;
  background: #fafafa;
  margin-bottom: 0.625rem;
  padding: 0 3.125rem;
}
@media screen and (min-width: 992px) {
  .faq_list .toggle li {
    margin-bottom: 10px;
    padding: 0 50px;
  }
}
.faq_list .toggle li p, .faq_list .toggle li a {
  position: relative;
  word-break: keep-all;
  line-height: 1.4;
  padding: 2.5rem 1.6666666667rem 2.5rem 3.125rem;
}
@media screen and (min-width: 992px) {
  .faq_list .toggle li p, .faq_list .toggle li a {
    padding: 40px 0 40px 50px;
  }
}
.faq_list .toggle li p:before, .faq_list .toggle li a:before {
  content: "";
  position: absolute;
  left: 0px;
  font-family: "montserrat";
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #e5e5e5;
  font-size: 1.75rem;
  top: 2.3125rem;
}
@media screen and (min-width: 992px) {
  .faq_list .toggle li p:before, .faq_list .toggle li a:before {
    font-size: 28px;
    top: 37px;
  }
}
.faq_list .toggle li a {
  font-weight: 600;
  display: block;
}
.faq_list .toggle li a:before {
  content: "Q";
}
.faq_list .toggle li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.15s ease-in;
  transform: translateY(-50%) rotate(90deg);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 6 12" style="fill:rgb(170, 170, 170);" xml:space="preserve"><path d="M1,12c-0.2,0-0.4-0.1-0.6-0.2c-0.4-0.3-0.5-1-0.2-1.4L3.7,6L0.2,1.6c-0.3-0.4-0.3-1.1,0.2-1.4 c0.4-.3,1.1-.3,1.4,0.2l4,5c0.3,0.4,0.3,0.9,0,1.2l-4,5C1.6,11.9,1.3,12,1,12z"/></svg>') 0 0 no-repeat;
  background-size: 0.75rem 1.5rem;
  width: 0.75rem;
  height: 1.5rem;
}
@media screen and (min-width: 992px) {
  .faq_list .toggle li a:after {
    background-size: 12px 24px;
    width: 12px;
    height: 24px;
  }
}
.faq_list .toggle li a.active:after {
  transform: translateY(-50%) rotate(270deg);
}
.faq_list .toggle li p {
  border-top: 1px solid #e5e5e5;
  line-height: 1.4;
  word-break: keep-all;
}
.faq_list .toggle li p:before {
  content: "A";
}

.container .content .sub-content .title_wrap h3.mb0 {
  margin-bottom: 0;
}
.container .content .sub-content .title_wrap h3 .list_header {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container .content .sub-content .title_wrap h3 .list_header {
    width: auto;
  }
}
.container .content .sub-content .title_wrap h3.inner-tab .list_header {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container .content .sub-content .title_wrap h3.inner-tab .list_header {
    width: auto;
  }
}
.container .content .sub-content .title_wrap h3.inner-tab .list_header .mo_tab {
  margin-bottom: 0.8333333333rem;
  -webkit-border-top-right-radius: 1.8333333333rem;
  -webkit-border-bottom-right-radius: 1.8333333333rem;
  -moz-border-radius-topright: 1.8333333333rem;
  -moz-border-radius-bottomright: 1.8333333333rem;
  border-top-right-radius: 1.8333333333rem;
  border-bottom-right-radius: 1.8333333333rem;
}
.container .content .sub-content .title_wrap h3.inner-tab form .search .ui-selectmenu-button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.container .content .sub-content .title_wrap h3.inner-form form .search .ui-selectmenu-button {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.container .content .sub-content .title_wrap h3.inner-form form.item_2nd .search .ui-selectmenu-button {
  -webkit-border-top-right-radius: 1.8333333333rem;
  -webkit-border-bottom-right-radius: 1.8333333333rem;
  -moz-border-radius-topright: 1.8333333333rem;
  -moz-border-radius-bottomright: 1.8333333333rem;
  border-top-right-radius: 1.8333333333rem;
  border-bottom-right-radius: 1.8333333333rem;
}
@media screen and (min-width: 992px) {
  .container .content .sub-content .title_wrap h3.inner-form form.item_2nd .search .ui-selectmenu-button {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.popup_wrap2 {
  background: #fff;
  width: 100%;
  height: 62.5rem;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 {
    width: 800px;
    height: 800px;
  }
}
.popup_wrap2 ul {
  display: flex;
  justify-content: space-between;
}
.popup_wrap2 ul li {
  display: flex;
  align-items: center;
  list-style: none;
  height: 1.4583333333rem;
  color: #666;
  font-weight: 700;
  font-size: 1.2083333333rem;
  height: 3.125rem;
}
.popup_wrap2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 ul li {
    height: 60px;
    font-size: 20px;
  }
  .popup_wrap2 ul li a {
    width: 40px;
    height: 60px;
  }
}
.popup_wrap2 .x-scroll {
  overflow-x: scroll;
}
.popup_wrap2 .x-scroll table {
  min-width: 600px;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .x-scroll {
    overflow-x: visible;
  }
  .popup_wrap2 .x-scroll table {
    min-width: 100%;
  }
}
.popup_wrap2 .table-type {
  width: 100%;
  border-top: 2px solid #222222;
}
.popup_wrap2 .table-type.bdt-none {
  border-top: none;
}
.popup_wrap2 .table-type colgroup col:nth-child(1) {
  width: 15%;
}
.popup_wrap2 .table-type colgroup col:nth-child(2) {
  width: 15%;
}
.popup_wrap2 .table-type colgroup col:nth-child(3) {
  width: 20%;
}
.popup_wrap2 .table-type colgroup col:nth-child(5) {
  width: 50%;
}
.popup_wrap2 .table-type caption {
  display: none;
}
.popup_wrap2 .table-type th, .popup_wrap2 .table-type td {
  border-bottom: 1px solid #e1e1e1;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.8333333333rem;
  word-break: keep-all;
}
.popup_wrap2 .table-type th.txt-center, .popup_wrap2 .table-type td.txt-center {
  text-align: center;
}
.popup_wrap2 .table-type th.bdr, .popup_wrap2 .table-type td.bdr {
  border-right: 1px solid #e1e1e1;
}
.popup_wrap2 .table-type th {
  background: #f1f1f1;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.popup_wrap2 .table-type th.bg-down {
  background: #ebebeb;
}
.popup_wrap2 .table-type td {
  font-weight: 300;
  color: #333333;
  padding-left: 1.25rem;
}
.popup_wrap2 .table-type td .icon_exc {
  display: inline-block;
  background: url("/images/business/icon_exc.gif") no-repeat 0 0;
  width: 0.6666666667rem;
  height: 0.75rem;
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .icon_exc {
    width: 16px;
    height: 18px;
  }
}
.popup_wrap2 .table-type td .td-in-title {
  display: inline-block;
  font-weight: 700;
  font-size: 1.0416666667rem;
  padding-bottom: 0.2083333333rem;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-title {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.popup_wrap2 .table-type td.bdb-none {
  border-bottom: none;
}
.popup_wrap2 .table-type td.pd-none {
  padding: 0 !important;
}
.popup_wrap2 .table-type td .td-in-txt {
  font-weight: 400;
  font-size: 0.9166666667rem;
  word-break: keep-all;
}
.popup_wrap2 .table-type td .td-in-txt br {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-txt {
    font-size: 18px;
  }
  .popup_wrap2 .table-type td .td-in-txt br {
    display: block !important;
  }
}
.popup_wrap2 .table-type td .td-in-list {
  margin: 0.625rem 0 2.0833333333rem;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-list {
    margin: 15px 0 50px 0;
  }
}
.popup_wrap2 .table-type td .td-in-list li {
  font-weight: 400;
  font-size: 1rem;
  padding-left: 0.8333333333rem;
  background: url("/images/SVG/li_list_icon1.svg") 0 0.4583333333rem no-repeat;
  background-size: 0.25rem;
  line-height: 1.5;
  margin-bottom: 0.2083333333rem;
  margin-left: 0.2083333333rem;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-list li {
    font-size: 18px;
    padding-left: 20px;
    background: url("/images/SVG/li_list_icon1.svg") 0 11px no-repeat;
    background-size: 6px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}
.popup_wrap2 .table-type td .td-in-list .td-in-list-ul {
  margin: 0.625rem 0 1.25rem;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-list .td-in-list-ul {
    margin: 15px 0 30px;
  }
}
.popup_wrap2 .table-type td .td-in-list .td-in-list-ul li {
  font-size: 1rem;
  padding-left: 0.8333333333rem;
  background: url("/images/SVG/li-list-icon2.svg") 0 0.4583333333rem no-repeat;
  background-size: 0.375rem 0.0625rem;
  line-height: 1.5;
  margin-bottom: 0.2083333333rem;
  margin-left: 0.2083333333rem;
  word-break: keep-all;
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type td .td-in-list .td-in-list-ul li {
    font-size: 16px;
    padding-left: 20px;
    background: url("/images/SVG/li-list-icon2.svg") 0 11px no-repeat;
    background-size: 6px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .popup_wrap2 .table-type th, .popup_wrap2 .table-type td {
    font-size: 18px;
    padding: 20px;
  }
  .popup_wrap2 .table-type td {
    padding-left: 30px;
  }
}

#basic-modal-content {
  display: none;
}

/* Overlay */
#simplemodal-overlay {
  background-color: #000;
}

/* Container */
#simplemodal-container {
  height: 560px;
  width: 100%;
  color: #bbb;
  background-color: #fff;
  border: 4px solid #444;
  padding: 12px;
}
#simplemodal-container .simplemodal-data {
  padding: 8px;
}
#simplemodal-container code {
  background: #141414;
  border-left: 3px solid #65B43D;
  color: #bbb;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 4px 6px 6px;
}
#simplemodal-container a {
  color: #ddd;
}
#simplemodal-container a.modalCloseImg {
  background: url(/images/btn_close.gif) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
  display: none;
}
#simplemodal-container h3 {
  color: #84b8d9;
}
@media screen and (min-width: 992px) {
  #simplemodal-container {
    height: 560px;
    width: 987px;
    color: #bbb;
    background-color: #fff;
    border: 4px solid #444;
    padding: 12px;
  }
  #simplemodal-container .simplemodal-data {
    padding: 8px;
    height: 100%;
  }
  #simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
  }
  #simplemodal-container a {
    color: #ddd;
  }
  #simplemodal-container a.modalCloseImg {
    background: url(/images/btn_close.gif) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
    display: none;
  }
  #simplemodal-container h3 {
    color: #84b8d9;
  }
}

.radio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .radio-list {
    padding-left: 20px;
  }
}
.radio-list .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.4166666667rem;
}
.radio-list .radio input[type=radio]:checked + label:before {
  background: url("/images/new-radio-on.png") 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 380px) {
  .radio-list .radio {
    width: 48%;
  }
}
@media screen and (min-width: 780px) {
  .radio-list .radio {
    width: 33%;
  }
}
@media screen and (min-width: 992px) {
  .radio-list .radio {
    margin-bottom: 10px;
    justify-content: flex-start;
    width: auto;
  }
}
.radio-list .radio input[type=radio] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
.radio-list .radio > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  letter-spacing: -0.05em;
  font-weight: 300;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .radio-list .radio > label {
    font-size: 18px;
    width: auto;
  }
}
.radio-list .radio > label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4166666667rem;
}
@media screen and (min-width: 992px) {
  .radio-list .radio > label span {
    font-size: 10px;
  }
}
.radio-list .radio > label span img {
  display: flex;
}
.radio-list .radio > label:before {
  content: "";
  display: block;
  background: url("/images/new-radio-off.png") 0 0 no-repeat;
  background-size: contain;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  margin-right: 0.4166666667rem;
}
@media screen and (min-width: 992px) {
  .radio-list .radio > label:before {
    width: 20px;
    height: 20px;
    margin-right: 9px;
  }
}
.radio-list .radio input[type=radio]:checked + label {
  font-weight: 600;
}
.radio-list .radio + .radio {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .radio-list .radio + .radio {
    margin-left: 20px;
  }
}
.radio-list .radio label + .input-default,
.radio-list .radio label + .input-search,
.radio-list .radio label + .btn-round,
.radio-list .radio label + .btn-container,
.radio-list .radio label + .input-container {
  margin-left: 0.4166666667rem;
}
@media screen and (min-width: 992px) {
  .radio-list .radio label + .input-default,
  .radio-list .radio label + .input-search,
  .radio-list .radio label + .btn-round,
  .radio-list .radio label + .btn-container,
  .radio-list .radio label + .input-container {
    margin-left: 10px;
  }
}

.rating_wrap {
  position: relative;
  border: 1px solid #e9e9e9;
  background: #f6f6f6;
  margin-top: 1.6666666667rem;
  padding: 1.6666666667rem;
}
.rating_wrap h3 {
  font-weight: 500;
  font-size: 1.1666666667rem;
  position: relative;
  display: block;
  line-height: 1.4;
  padding: 0.4166666667rem 0 0.8333333333rem 0;
}
.rating_wrap h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 0.7083333333rem;
  height: 0.0833333333rem;
}
.rating_wrap .input-txt {
  position: relative;
  width: 100%;
  height: 3.125rem;
  margin: 2.0833333333rem auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.rating_wrap .input-txt input {
  border: 1px solid #d7d7d7;
  background: #fff;
  height: 3.125rem;
  width: 69%;
  font-size: 1rem;
  text-indent: 0.625rem;
}
.rating_wrap .input-txt a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #595959;
  text-align: center;
  color: #000;
  background: #fff;
  width: 29%;
  height: 3.125rem;
  line-height: 1.3333333333rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .rating_wrap {
    margin-top: 40px;
    padding: 22px 17px;
  }
  .rating_wrap h3 {
    font-size: 24px;
    padding: 10px 0 20px 20px;
  }
  .rating_wrap h3:before {
    width: 17px;
    height: 2px;
    left: 20px;
  }
  .rating_wrap .input-txt {
    justify-content: flex-start;
    padding-left: 20px;
  }
  .rating_wrap .input-txt input {
    height: 45px;
    width: 624px;
    margin-right: 15px;
  }
  .rating_wrap .input-txt a {
    width: 100px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=board.css.map */
