/* CSS Document */
.pc_only {
  display: block !important;
}

.mobile_only {
  display: none !important;
}

body, html {
  padding: 0;
  margin: 0;
}
body li, html li {
  list-style: none;
}

.section_warp {
  width: 96%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.sectinon_card.col_1 {
  width: 25%;
}
.sectinon_card.col_2 {
  width: 50%;
}
.sectinon_card.col_3 {
  width: 75%;
}
.sectinon_card.col_4 {
  width: 100%;
}

#section_1 ._title {
  padding-top: 40px;
  background-color: #fff;
  padding-right: 20px;
}
#section_1 ._title h2 {
  font-size: 2.7em;
  font-weight: bold;
  width: 100%;
}
#section_1 ._title p {
  margin-top: 32px;
  font-size: 1.8em;
  margin-bottom: 32px;
}
#section_1 ._img {
  height: 350px;
  position: relative;
}
#section_1 ._img img {
  width: 100%;
  height: 350px;
}
#section_1 ._img ._cover {
  position: absolute;
  top: 160px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
#section_1 ._img ._cover ._txt {
  position: absolute;
  padding: 20px;
  bottom: 0px;
  left: 0px;
}
#section_1 ._img ._cover ._txt h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 8px;
}
#section_1 ._img ._cover ._txt p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}
#section_1 #totalFrm {
  background: linear-gradient(to right, #E3152D, #F9AF26);
  border-radius: 25px;
  position: relative;
  padding: 2px;
  border-radius: 25px;
  margin-bottom: 20px;
}
#section_1 #totalFrm input {
  width: calc(100% - 32px);
  border-radius: 25px;
  border: none;
  outline: none;
  padding-left: 14px;
}
#section_1 #totalFrm input:focus {
  border: none;
  outline: none;
}
#section_1 #totalFrm button {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 35px;
  height: 35px;
  background: linear-gradient(to right, #E3152D, #F9AF26);
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
}
#section_1 #totalFrm button i {
  color: #fff;
}
#section_1 ._quick {
  height: 350px;
  overflow: hidden;
}
#section_1 ._quick > div {
  display: inline-block;
  width: 50%;
  float: left;
  height: 116.5px;
  text-align: center;
}
#section_1 ._quick > div span {
  font-size: 16px;
  padding-top: 8px;
  display: block;
}
#section_1 ._quick > div img {
  width: 50px;
  margin: 0 auto;
  display: block;
}
#section_1 ._quick a {
  width: 100%;
  display: block;
  font-size: 24px;
  color: #000;
  padding-top: 18px;
}
#section_2 .tmp_div {
  width: 100%;
  height: 290px;
  background-color: #1b9feb;
}
#section_2 .tmp_div_2 {
  width: 100%;
  height: 290px;
  background-color: #2cb73a;
}
#section_2 ._warp {
  position: relative;
}
#section_2 .popup_title {
  background-color: #EEEEEE;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
#section_2 .popup_title ._title {
  padding: 10px 10px;
  font-size: 1.5em;
  font-weight: bold;
}
#section_2 .popup_title ._pager {
  position: absolute;
  right: 70px;
  top: 10px;
}
#section_2 .popup_title ._pager ._current {
  color: #E3152D;
  margin-right: 2px;
}
#section_2 .popup_title ._pager ._last {
  margin-left: 2px;
}
#section_2 .popup_bxSlider {
  height: 252px;
}
#section_2 .popup_bxSlider ._item {
  height: 252px;
}
#section_2 .popup_bxSlider img {
  height: 252px;
  width: 100%;
}
#section_2 .bx-controls {
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 101;
  padding-top: 6px;
}
#section_2 .bx-controls-direction .bx-prev {
  background-image: url(../../images/dgtp/popup_con_prev.png);
}
#section_2 .bx-controls-direction .bx-next {
  background-image: url(../../images/dgtp/popup_con_next.png);
}
#section_2 .bx-controls-direction a {
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 5px;
}
#section_2 ._list_board {
  padding: 16px 24px;
}
#section_2 ._list_board ._menu {
  overflow: hidden;
}
#section_2 ._list_board ._menu ul li {
  float: left;
  font-size: 1.8em;
  font-weight: bold;
  padding: 0 10px 10px 10px;
  cursor: pointer;
}
#section_2 ._list_board ._menu ul li.active {
  border-bottom: 3px solid #E3152D;
}
#section_2 ._list_board ._menu ._more {
  background-color: #E3152D;
  position: absolute;
  right: 24px;
  top: 16px;
  width: 23px;
  height: 23px;
}
#section_2 ._list_board ._menu ._more::after {
  content: "";
  background-color: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 11px;
  left: 4px;
}
#section_2 ._list_board ._menu ._more::before {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 11px;
}
#section_2 ._list .board_latest {
  padding-top: 20px;
  display: none;
}
#section_2 ._list .board_latest.active {
  display: block;
}
#section_2 ._list .board_latest ul li:nth-child(6) {
  display: none;
}
#section_2 ._list .board_latest ul li a {
  font-size: 17px;
  display: block;
  color: #333;
  padding-top: 7px;
  padding-bottom: 7.5px;
  position: relative;
  transition: all 0.3s;
  line-height: 26px;
}
#section_2 ._list .board_latest ul li a:hover {
  font-weight: bold;
}
#section_2 ._list .board_latest ul li a ._subject {
  width: 80%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section_2 ._list .board_latest ul li a ._date {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 14px;
  color: #777;
}
#section_2 .business_qucik._warp {
  overflow: hidden;
}
#section_2 .business_qucik h3 {
  font-weight: bold;
  text-align: left;
  padding: 14px 0 0px 14px;
  font-size: 18px;
  color: #E3152D;
  margin-bottom: 8px;
  display: inline-block;
}
#section_2 .business_qucik ._item {
  display: block;
  width: 50%;
  float: left;
  height: 120px;
  text-align: center;
  color: #000;
  overflow: hidden;
}
#section_2 .business_qucik ._item a {
  display: block;
  height: 105px;
  width: 90%;
  max-width: 140px;
  border-radius: 20px;
  background-color: #eee;
  color: #000;
  margin: 10px auto;
  transition: all 0.3s;
}
#section_2 .business_qucik ._item a:hover {
  background: rgba(227, 21, 45, 0.8);
  color: #fff;
}
#section_2 .business_qucik ._item a span {
  text-align: center;
  display: block;
  padding-top: 32px;
  font-size: 16px;
}

#section_3 {
  width: 100%;
  padding: 8px 0;
  position: relative;
}
#section_3 .depart_site {
  padding: 20px 50px;
  position: relative;
}
#section_3 .depart_site .depart_ul li {
  text-align: center;
  transition: all 0.3s;
}
#section_3 .depart_site .depart_ul li ._img {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 98px;
  height: 98px;
  text-align: center;
  margin: 10px auto;
  overflow: hidden;
}
#section_3 .depart_site .depart_ul li ._img img {
  width: 100%;
}
#section_3 .depart_site .depart_ul li span {
  color: #000;
  font-size: 14px;
  display: block;
  height: 40px;
}
#section_3 .depart_site .depart_ul li:hover {
  transform: translateY(-5px);
}
#section_3 .depart_site .bx-viewport {
  z-index: 5;
}
#section_3 .depart_site .bx-controls-direction {
  position: absolute;
  top: 50px;
  width: 100%;
}
#section_3 .depart_site .bx-controls-direction a {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: relative;
}
#section_3 .depart_site .bx-controls-direction .bx-next {
  right: -50px;
  background: #fff url(../../images/dgtp/depart_right.png) no-repeat left center;
}
#section_3 .depart_site .bx-controls-direction .bx-prev {
  left: -50px;
  background: #fff url(../../images/dgtp/depart_left.png) no-repeat left center;
}

#section_4 .section_warp {
  max-width: 1280px;
}
#section_4 .section_top {
  width: 92%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 8px 0px;
  overflow: hidden;
}
#section_4 .section_top h2 {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  float: left;
  color: #E3152D;
}
#section_4 .section_top h2 b {
  color: #000;
}
#section_4 .section_top a {
  float: right;
  margin-right: 5px;
}
#section_4 ._warp {
  padding: 10px;
}
#section_4 ._warp > div {
  height: 400px;
}
#section_4 ._warp > div a {
  display: block;
}
#section_4 ._warp > div a ._img {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
#section_4 ._warp > div a ._img img {
  width: 100%;
}
#section_4 ._warp > div a ._img span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
#section_4 ._warp > div a ._img span.facebook_icon {
  background-image: url(./img/sns_facebook_icon.png);
}
#section_4 ._warp > div a ._img span.insta_icon {
  background-image: url(./img/sns_insta_icon.png);
}
#section_4 ._warp > div a ._img span.youtube_icon {
  background-image: url(./img/sns_youtube_icon.png);
}
#section_4 ._warp > div a ._txt {
  font-size: 16px;
  line-height: 22px;
  padding-top: 8px;
  color: #000;
  word-wrap: break-word;
}

#section_5 {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 24px;
  padding-bottom: 24px;
}
#section_5 .section_warp {
  max-width: 1160px;
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}
#section_5 .section_warp .bx-controls-direction {
  position: absolute;
  left: -100px;
  top: 15px;
}
#section_5 .section_warp .bx-controls-direction .bx-next {
  background-image: url(../../images/dgtp/other_site_arrow_right.png);
}
#section_5 .section_warp .bx-controls-direction .bx-prev {
  background-image: url(../../images/dgtp/other_site_arrow_left.png);
}

@media (max-width: 1025px) {
  .pc_only {
    display: none !important;
  }
  .mobile_only {
    display: block !important;
  }
  .sectinon_card.col_1, .sectinon_card.col_2, .sectinon_card.col_3, .sectinon_card.col_4 {
    width: 100%;
  }
  #section_1 ._title {
    padding-right: 0;
  }
  #section_1 ._img {
    height: auto;
  }
  #section_1 ._img img {
    height: auto;
  }
  #section_1 ._img ._cover ._txt h3 {
    font-size: 18px;
  }
  #section_1 ._img ._cover ._txt p {
    font-size: 14px;
  }
  #section_1 ._quick {
    height: auto;
  }
  #section_1 ._quick div {
    width: 33.3333%;
  }
  #section_2 .popup_bxSlider {
    height: auto;
  }
  #section_2 .popup_bxSlider ._item {
    height: auto;
  }
  #section_2 .popup_bxSlider img {
    width: 100%;
    height: auto;
  }
  #section_2 .business_qucik ._item a {
    width: 90%;
    max-width: 800px;
  }
  #section_4 .sectinon_card.col_1 {
    width: 50%;
  }
  #section_4 ._warp > div {
    height: 300px;
  }
  #section_4 ._warp > div a ._img {
    height: 222px;
  }
  #section_5 {
    margin-top: 30px;
    padding: 0;
    overflow: hidden;
  }
  #section_5 .section_warp .bx-controls-direction {
    left: -87px;
  }
}