@charset "UTF-8";
/* variable */
/* background */
/* reset */
.r_mp {
  margin: 0;
  padding: 0;
}
.r_li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* font */
/* line height */
/* size */
.full {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.fullWidth {
  width: 100%;
}
/* margin */
/* padding */
/* border */
/* align */
.center {
  text-align: center;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
}
/* display */
.block {
  display: block;
}
.i_block {
  display: inline-block;
  vertical-align: middle;
}
/* overflow hidden */
.hidden {
  overflow: hidden;
}
/* table */
/* design */
/* position */
/* float */
.clear {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  clear: both;
}
/* font family */
.lato {
  font-family: 'Lato' !important;
}
.light {
  font-family: 'NotoSansLight' !important;
}
.demi_light {
  font-family: 'NotoSansDemiLight' !important;
}
.medium {
  font-family: 'NotoSansMedium' !important;
}
.serif {
  font-family: 'NotoSerif' !important;
}
.serif_bold {
  font-family: 'NotoSerifBold' !important;
}
span.custom_input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #9a9a9a;
  box-sizing: border-box;
}
span.custom_input input[type="text"] {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 19px;
  border: 0 solid #ccc;
  font-size: 16px;
  color: #222;
  font-weight: normal;
}
span.custom_input input[type=text]::-ms-clear {
  display: none;
}
span.custom_input input[type="password"] {
  width: 100%;
  height: 53px;
  box-sizing: border-box;
  padding: 0 19px;
  border: 0 solid #ccc;
  font-size: 16px;
  color: #aaa;
  font-weight: normal;
}
span.custom_input input {
  transition: all .2s;
}
span.custom_input input:focus {
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.15);
}
span.custom_input .btn_delete {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  background: url('../images/common/pc/img_sprite.png') no-repeat -60px -120px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 9px;
  height: 9px;
}
span.custom_check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
a[href^="tel:"] {
  cursor: text;
}
a[href^="tel:"]:hover {
  cursor: text;
}
sup {
  vertical-align: top;
}
.btn_hover {
  overflow: hidden;
  position: relative;
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
}
.btn_hover span {
  /* position: relative; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.container.office .btn_hover span {
  position: relative;
  left:0;
  top:0;
  transform: translate(0, 0);
}

/* 20200227 추가 */
.introduction .btn_hover span {
  display:block;
  width:100%;
}


.btn_hover:before {
  display: block;
  content: "";
  transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(101%);
}
.btn_hover:hover:before {
  transform: translateY(0);
}
.btn_hover.bg_red:hover {
  color: #fff !important;
  border: 1px solid #ba2e12 !important;
}
.btn_hover.bg_red:before {
  background: #ba2e12;
}
.btn_hover.bg_orange:hover {
  color: #fff !important;
}
.btn_hover.bg_orange:before {
  background: #9b1a00;
}
.btn_hover.bg_black:hover {
  color: #fff !important;
  border: 1px solid #ccc !important;
}
.btn_hover.bg_black:before {
  background: #ccc;
}
.btn_hover.bg_green:hover {
  color: #fff !important;
  border: none solid #ccc;
}
.btn_hover.bg_green:before {
  background: #909611;
}
.button {
  position: relative;
}
.button::before,
.button::after,
.button span::before,
.button span::after {
  content: '';
  position: absolute;
  display: inline-block;
  opacity: 0;
  transition: all .5s;
}
.button::before,
.button::after {
  background: #3d5eef;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3d5eef 0%, #bc447a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3d5eef 0%, #bc447a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3d5eef 0%, #bc447a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d5eef', endColorstr='#bc447a', GradientType=1);
  /* IE6-9 */
}
.button::before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 1px;
}
.button::after {
  bottom: -1px;
  left: -1px;
  width: 0;
  height: 1px;
}
.button span::before {
  width: 1px;
  height: 0;
  left: -1px;
  top: -1px;
  background: #3d5eef;
}
.button span::after {
  width: 1px;
  height: 0;
  right: -1px;
  bottom: -1px;
  background: #bc447a;
}
.button:hover {
  color: #000;
  text-decoration: none;
}
.button:hover::before,
.button:hover::after,
.button:hover span::before,
.button:hover span::after {
  opacity: 1;
}
.button:hover::before,
.button:hover::after {
  width: 101%;
}
.button:hover span::before,
.button:hover span::after {
  height: 102%;
}
.btn_text_more {
  position: relative;
  padding-right: 16px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  font-weight: normal;
  line-height: 1.2;
}
.btn_text_more.white:after {
  background-position: -330px -100px;
}
.btn_text_more:after {
  display: block;
  content: '';
  width: 7px;
  height: 12px;
  box-sizing: border-box;
  background: url('../images/common/pc/img_sprite.png') no-repeat -15px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  position: absolute;
  top: 4px;
  right: 0;
}
.btn_text_more:hover {
  color: #ba2e12;
}
.btn_view {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  position: relative;
  padding-right: 22px;
}
.btn_view:after {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -530px -60px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  position: absolute;
  top: 7px;
  right: 0;
}
.btn_view.on:after {
  background-position: -510px -60px;
}
a.disabled {
  color: #bbb !important;
  cursor: not-allowed;
  pointer-events: none;
}
.text_orange {
  color: #ba2e12 !important;
}
.white {
  color: #fff !important;
}
.black {
  color: #222 !important;
}
.bullet_list {
  padding-bottom: 30px !important;
  line-height: 1.5;
}
.bullet_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bullet_list li {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.bullet_list li:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 0;
}
.bullet_list p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
.bullet_list p:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 0;
}
.bullet_list p.no_bullet {
  padding-left: 0;
  line-height: 1.75;
}
.bullet_list p.no_bullet:before {
  display: none;
  width: 0;
  height: 0;
  padding-left: 0;
}
ul.bullet_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-bottom: 30px;
  line-height: 1.5;
  padding-bottom: 30px !important;
}
ul.bullet_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.bullet_list li {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
ul.bullet_list li:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 0;
}
div.bullet_list {
  padding-bottom: 30px !important;
}
div.bullet_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
div.bullet_list li {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  padding-left: 12px;
  position: relative;
}
div.bullet_list li:before {
  display: block;
  content: '';
  background: #ba2e12;
  width: 3px;
  height: 3px;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  left: 0;
}
ul.board_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #333;
}
ul.board_list li {
  background: #fff;
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}
ul.board_list li a {
  display: table;
  width: 87%;
}
ul.board_list li a p.title {
  margin: 0;
  padding: 0;
  width: 85%;
  font-size: 20px;
  color: #222;
  font-weight: normal;
  display: table-row;
}
ul.board_list li a p.tag_area {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  width: 85%;
  display: table-row;
  vertical-align: bottom;
  border: 1px solid red;
}
ul.board_list li a p.tag_area span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
  margin-top: 8px;
}
ul.board_list li a .date {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  display: inline-block;
  transform: translate(0, -50%);
  vertical-align: middle;
  line-height: 30px;
}
ul.board_list li a:hover p.title {
  color: #ba2e12;
}
ul.board_list li.text {
  font-family: 'NotoSansMedium' !important;
  font-size: 30px;
  color: #222;
  font-weight: normal;
  padding-left: 0;
  padding-top: 70px;
  border-bottom: none;
}
ul.board_list li.text span {
  color: #ba2e12;
  margin-left: 20px;
}
.paging {
  text-align: center;
  padding-bottom: 80px;
}
.paging a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 9px;
  align-items: center;
  align-content: center;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin: 0 2px;
  background: #fff;
}
.paging a.on {
  background: #222;
  color: #fff;
}
.paging a.prev_more:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -220px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 11px;
  height: 9px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.paging a.prev {
  margin-right: 42px;
}
.paging a.prev:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -240px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 5px;
  height: 9px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.paging a.next {
  margin-left: 42px;
}
.paging a.next:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -260px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 5px;
  height: 9px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.paging a.next_more:before {
  display: block;
  content: '';
  background: url('../images/common/pc/img_sprite.png') no-repeat -280px -100px;
  -webkit-background-size: 600px 600px;
  -ms-background-size: 600px 600px;
  -moz-background-size: 600px 600px;
  -o-background-size: 600px 600px;
  background-size: 600px 600px;
  width: 11px;
  height: 9px;
  box-sizing: border-box;
  margin: 15px auto 0 auto;
}
.table {
  width: 100%;
  border-top: 2px solid #222;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.table th {
  background: #fbfbfb;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #e6e6e6;
}
.table th.td {
  background: none;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.table th:last-child {
  border-right: none;
}
.table td {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  padding: 18px 20px;
  line-height: 1.75;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}
.table td.center {
  text-align: center;
}
.table td:last-child {
  border-right: none;
}
.table ul.bullet_list {
  margin: 0;
  padding: 0;
}
.table ul.bullet_list li:before {
  top: 13px;
}
.table ul.bullet_list li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  ul.board_list li a {
    width: 70%;
  }
  ul.board_list.hub_board li a {
    width: 100%;
  }
}
