/* 서브 페이지 */
/* sub01 */
.sub01 {
  position: relative;
  background: #7cb8ff;
}
.sub_banner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.sub_banner > img {
  background-size: cover;
  width: 100%;
}
.m_sub_img {
  display: none;
}
.sub_banner > span {
  position: absolute;
  top: 50%;
  left: 60px;
  text-align: left;
  transform: translateY(-50%);
}
.sub_banner > span::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 3px;
  height: 70px;
  top: 15px;
  left: -25px;
}
.sub_banner > span > p,
.sub_banner > span > em {
  display: block;
  color: #fff;
}
.sub_banner > span > p {
  font-size: 36px;
  font-weight: bold;
}
.sub_banner > span > em {
  font-size: 25px;
  font-weight: bold;
  margin-top: 5px;
}
.subList {
  background: #0c3461;
  width: 100%;
  height: 60px;
}
.subList > ul {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
.subList > ul > li {
  position: relative;
  display: inline-block;
  height: 60px;
  padding: 0 25px;
  border-right: 1px solid #3d5d81;
  vertical-align: top;
}
.subList > ul > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 62px;
}
.subList > ul > li > a > i {
  display: block;
  font-size: 23px;
  color: #fff;
  line-height: 58px;
}
.subList02 {
  display: none;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  font-size: 0;
}
.subList02 > a {
  display: block;
  padding: 10px;
  background: #4c7db5;
  border-top: 1px solid #fff;
}
.subList02 > a {
  font-size: 14px;
  color: #fff;
}
.subList02 > a:hover {
  color: #fff;
}
#arrowDown {
  display: inline-block;
  font-size: 30px;
  margin-left: 10px;
  transform: translateY(7px);
  color: #fff;
  font-weight: 300;
  margin-right: -8px;
}
/* 로그인 */
.sub02 {
  max-width: 1200px;
  padding: 80px 30px;
  margin: 0 auto;
}
.login-container .content-narrow {
  max-width: 460px;
  margin: 0 auto;
}
.login-container .title-sub {
  margin-top: 18px;
  font-size: 21px;
  text-align: center;
}
.login-container .page-title .title-main {
  color: #000;
  font-size: 44px;
  text-align: center;
  font-weight: bold;
}
.login-container .form-list {
  padding: 50px 0;
}
.login-container .form-item .form-title {
  height: 30px;
}
.login-container .form-item .form-title .title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.login-container .switch-form-area {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.login-container .switch-form-area > a {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
}
.login-container .switch-form-area > a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 12px;
  background: #ccc;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.login-container .switch-form-area > a:last-child:after {
  display: none;
}
.login-container .input {
  height: 50px !important;
}
.btn-secondary {
  width: 100%;
  color: #fff;
  background-color: #333;
  display: inline-block;
  position: relative;
  height: 62px;
  padding: 0 10px;
  font-size: 18px;
  line-height: 3.2;
  text-align: center;
}

/* FAQ */
.sub03 {
  max-width: 1200px;
  padding: 80px 30px;
  margin: 0 auto;
}
.faq_tle {
  font-size: 23px;
  font-weight: bold;
  color: #152475;
  margin-bottom: 30px;
}
.faq_tle > span {
  color: #46aff3;
  font-size: 20px;
  margin-left: 10px;
}
.faq_list_wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.faq_wrap_p > ul {
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
}
.faq_wrap_p > ul > i {
  transform: translateY(-70%);
}
.faq_wrap_p > li {
  padding: 20px 30px;
  background: #f8f8f8;
  display: none;
}
.faq_wrap_p > li > p {
  font-size: 16px;
  line-height: 2.6rem;
  margin-left: 50px;
  text-indent: -33px;
  word-break: keep-all;
}
.faq_wrap_p > li > p:before {
  content: "A.";
  color: #b2b2b2;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
}
.faq_list {
  display: block;
}
.faq_list.on > .arrow_down {
  display: none;
}
.faq_list.on > .arrow_up {
  display: block;
}
.faq_list > .arrow_down {
  display: block;
}
.faq_list > .arrow_up {
  display: none;
}

.faq_q {
  font-size: 18px;
  font-weight: bold;
}
.faq_q > em {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 27px;
  margin-right: 10px;
  color: #fff;
  background: #152475;
  transform: translateY(-1px);
  border-radius: 4px;
}
.faq_date {
  margin-left: 23px;
  font-size: 14px;
}

.contents .ico_up:before {
  display: inline-block;
  content: "▲";
  font-size: 10px;
  margin-right: 8px;
  vertical-align: text-top;
  margin-top: 5px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
.contents .ico_down:before {
  display: inline-block;
  content: "▼";
  font-size: 10px;
  margin-right: 8px;
  vertical-align: text-top;
  margin-top: 5px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
}

.arrow_up {
  display: none;
  background: url(../image/ico_arrow_up.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 18px;
  transform: translateY(-50%);
}
.arrow_down {
  display: block;
  background: url(../image/ico_arrow_down.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 18px;
  transform: translateY(-50%);
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/* 게시판 */
.sub04 {
  max-width: 1200px;
  padding: 80px 30px;
  margin: 0 auto;
}
.board_list_m {
  display: none;
}
.cm_search {
  width: 100%;
  background: #f5f5f5;
}
.cm_search > ul {
  max-width: 700px;
  width: 100%;
  padding: 20px 0;
  font-size: 0;
  margin: 0 auto;
}
.cm_search > ul li {
  display: inline-block;
  margin-right: 10px;
}
.cm_search > ul li:last-child {
  margin-right: 0;
}
.cm_search > ul li > select {
  width: 150px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #acacac;
}
.cm_search > ul .sh_wrap {
  width: 64%;
}
.cm_search > ul li > input {
  width: 100%;
  height: 40px;
  border: 1px solid #acacac;
  padding: 0 10px;
}
.cm_search > ul li > button {
  border: 0;
  outline: 0;
  background: #515b6c;
  color: #fff;
  height: 40px;
  width: 80px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
}

.board_list {
  display: block;
  margin-top: 20px;
}
table {
  border-collapse: collapse !important;
}
.board_list > .brd_tb thead > tr {
  border-top: 2px solid #000;
  border-bottom: 1px solid #acacac;
}
.board_list > .brd_tb thead > tr th {
  text-align: center;
  padding: 12px 10px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.board_list > .brd_tb tbody > tr td {
  text-align: center;
  padding: 12px 10px;
  font-size: 15px;
  color: #000;
  border-bottom: 1px solid #d7d7d7;
}
.board_list > .brd_tb tbody > tr td > a {
  font-size: 15px;
  color: #000;
}
.board_list > .brd_tb tbody > tr td > a:hover {
  color: #000;
  text-decoration: underline !important;
}
.board_list > .brd_tb tbody > tr td:first-child {
  color: #441d7c;
}
.board_list > .brd_tb tbody > tr {
  cursor: pointer;
}
.board_list > .brd_tb tbody > tr:hover {
  background: #f5f5f5;
}
.write_btn {
  margin-top: 20px;
  overflow: hidden;
}
.write_btn > button {
  float: right;
  border: 0;
  outline: 0;
  background: #441d7c;
  color: #fff;
  height: 35px;
  width: 80px;
  font-weight: bold;
}
/* 게시판 읽기 */
.sub05 {
  padding: 80px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.wt_top {
  padding: 20px 30px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #acacac;
  background: #fdfdfd;
}
.wt_top > h2 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.wt_top.answer {
  border-top: 0;
  border-bottom: 0;
  background: #7aabff;
  border-radius: 4px;
}
.wt_top.answer > h2 {
  color: #fff;
}
.wt_top.answer > .wt_tit span {
  color: #fff;
}
.wt_top.answer > h2:before {
  content: "A";
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  text-align: center;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 2.4px 1px #fff;
}
.wt_top > .wt_tit {
  margin-top: 10px;
  overflow: hidden;
}
.wt_top > .wt_tit span {
  display: block;
  font-size: 12px;
  float: left;
}
.wt_top > .wt_tit a {
  display: block;
  font-size: 12px;
  float: right;
}
.wt_top > .wt_tit a:hover {
  color: #000;
  text-decoration: underline !important;
}
.nv_txt {
  padding: 30px;
  text-align: left;
}
.nv_txt > img {
  text-align: center;
  margin-bottom: 30px;
}
.nv_txt > p {
  color: #000;
  line-height: 2.5rem;
  text-align: left;
}
.wt_bottom > table thead > tr {
  border-bottom: 1px solid #ccc;
}
.wt_bottom > table thead > tr:first-child {
  border-top: 1px solid #ccc;
}
.wt_bottom > table thead > tr th {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
  background: #a5a5a5;
}
.wt_bottom > table thead > tr td {
  padding: 10px 20px;
}
.wt_bottom > table thead > tr td > span {
  color: #0d6efd;
  margin-right: 10px;
  font-weight: bold;
}
.wt_bottom > table thead > tr td > a {
  font-size: 13px;
  color: #000;
}
.wt_bottom > table thead > tr td > a:hover {
  text-decoration: underline !important;
}
.rd_btn_wrap {
  margin-top: 30px;
  text-align: center;
}
.rd_btn_wrap > a {
  display: inline-block;
  width: 120px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #515b6c;
}
.file_down {
  display: inline-block;
  background: url(../../img/combine/common/company/file_icon.png) 0 0 no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
  transform: translateY(-1px);
}
/* 게시판 쓰기 */
.sub06 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
}
.board_rd.mb {
  display: none;
}
.board_rd > .rd_tb tbody > tr:first-child {
  border-top: 2px solid #000;
}
.board_rd > .rd_tb tbody > tr th {
  text-align: center;
  background: #f5f5f5;
  padding: 15px 10px;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
}
.board_rd > .rd_tb tbody > tr td {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.board_rd > .rd_tb tbody > tr td input {
  width: 100%;
  height: 30px;
}
.board_rd > .rd_tb tbody > tr td textarea {
  width: 100%;
  height: 350px;
  padding: 10px;
}
.board_rd > .rd_tb tbody > tr td > .name {
  width: 250px;
}
.board_rd > .rd_tb tbody > tr td > .pass {
  width: 250px;
}
.brd_btn {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.brd_btn > button {
  font-size: 14px;
  color: #fff;
  border: 0;
  background: #1598dc;
  width: 120px;
  height: 40px;
  margin-right: 10px;
  border-radius: 4px;
}
.brd_btn > button:last-child {
  margin-right: 0;
}
/* 페이징 영역 */
.paging_wrap {
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}
.paging_wrap > ul {
  font-size: 0;
}
.paging_wrap > ul a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  text-align: center;
  line-height: 32px;
  margin: 0 5px;
  vertical-align: middle;
}
.paging_wrap > ul a.active {
  background: #1598dc;
  border-color: #1598dc;
  color: #fff;
}
.paging_wrap > ul a.active:hover {
  color: #fff;
}
.paging_wrap > ul a:hover {
  border-color: #1598dc;
  color: #1598dc;
}
/* 회원가입 */
.sub07 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
}
.sp01 {
}
.sp01 > h3 {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
}
.sp01 > em {
  display: inline-block;
  margin-left: 10px;
  color: #ff7800;
  font-size: 14px;
  font-weight: 400;
  vertical-align: baseline;
}
.join_table {
  margin-top: 30px;
}
.join_table > tbody tr:first-child {
  border-top: 2px solid #1e3295;
}
.join_table > tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
.join_table > tbody tr td,
.join_table > tbody tr th {
  padding: 10px;
}
.join_table > tbody tr th {
  width: 275px;
  font-size: 14px;
  padding: 10px 20px;
  background: #f8f8f8;
  color: #666;
}
.join_table > tbody tr td {
}
.join_table > tbody tr td > input {
  display: inline-block;
  width: 310px;
}
.join_table > tbody tr td > select {
  width: 310px;
  height: 40px;
  background: #fff url(../image/icon_arr_down.png) no-repeat 94% 50% !important;
}
.join_table > tbody tr th {
}

/* 이용약관 */
.sub08 {
  max-width: 1200px;
  padding: 80px 30px;
  margin: 0 auto;
}
.agr_wrap {
  margin-top: 50px;
}
.agr_tit {
  font-size: 0;
}
.agr_tit:after {
  display: block;
  content: "";
  clear: both;
}
.agr_tit > li {
  float: left;
}
.agr_tit > li > span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  color: #1e3295;
}
.agr_tit > a {
  float: right;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #30356c;
  padding: 2px 15px;
}
.agr_txt {
  margin-top: 20px;
  height: 250px;
  border: 2px solid #1e3295;
  background: #fdfdfd;
  padding: 10px;
  border-radius: 10px;
}
.policy_wrapper {
  overflow: auto;
  height: 230px;
  padding: 10 0px;
}

iframe {
  width: 100%;
}

.pg_step {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pg_step span {
  display: inline-block;
  height: 62px;
  line-height: 58px;
  border-radius: 35px;
  font-size: 20px;
  color: #8697b3;
  font-weight: 500;
  padding: 0 45px;
  border: 2px dotted #506c9b;
  margin: 0 15px;
}
.pg_step span.active {
  border: 2px solid #3a598e;
  background-color: #3a598e;
  color: #fff;
}
/* 가입완료 */
.sub09 {
  max-width: 1200px;
  padding: 80px 30px;
  margin: 0 auto;
}
.join_wrap {
  margin-top: 50px;
}
.join_wrap > span {
  display: block;
  text-align: center;
}
.join_wrap > span i {
  font-size: 100px;
  color: #7cc76a;
}
.join_wrap > nav {
  display: block;
  text-align: center;
  padding: 50px 0;
  padding-bottom: 100px;
}
.join_wrap > nav > strong {
  font-size: 28px;
}
.join_wrap > nav > p {
  font-size: 20px;
  margin-top: 20px;
  color: #777777;
}
/* 버튼 및 기능*/
button {
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  margin-left: 5px;
  border: 0;
  background: #515b6c;
  color: #fff;
  border-radius: 4px;
}
.BtnWap {
  margin-top: 30px;
  text-align: right;
}
.writeBtn {
  display: inline-block;
  border: 0;
  outline: 0;
  background: #1598dc;
  color: #fff;
  height: 35px;
  width: 80px;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
}
.writeBtn:hover,
.rd_btn_wrap > a:hover {
  color: #fff;
}
#searchBtn {
  color: #fff;
  margin-left: 5px;
}
#idChk {
  color: #fff;
  margin-left: 5px;
}
#okBtn {
  background-color: #3a598e;
}
#editBtn {
  background-color: #3a598e;
}
#cancelBtn {
  background: #a5a5a5;
}
#memberDelBtn {
  background: #ff5c5c;
  color: #fff;
}
#listBtn2,
#listBtn1 {
  background-color: #515b6c !important;
}
.BtnWrap {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.prev > i,
.next > i {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
}
.p_tag {
  font-weight: bold;
  color: #2ec587 !important;
}
.p_tag2 {
  font-weight: bold;
  color: #0d6efd !important;
}
.p_tag3 {
  font-weight: bold;
  color: #ff0909 !important;
}
