/* ******************* 공통 Area Start ******************* */
:focus {
  outline: none; }

.list_type27 {
  width: 100%;
  height: auto;
  margin-top: 100px; }

.list_type27 .list_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }

.list_type27 .list_wrap .slide_wrap_type01 {
  width: calc(100% / 4);
  height: auto;
  padding: 0 10px; }

.list_type27 .list_wrap .slide_wrap_type01 .item {
  width: 100%;
  height: auto; }

.list_type27 .list_wrap .slide_wrap_type01 .item > div {
  width: 100%;
  height: 188px; }

.slider_info {
  position: absolute;
  bottom: 80px;
  left: 120px;
  display: flex;
  align-items: center; }

.slider_info .buttons {
  display: flex;
  align-items: center;
  margin-right: 15px; }

.slider_info .slider-progress {
  width: 150px;
  height: 2px;
  background: #eee; }

.slider_info .slider-progress .progress {
  width: 0%;
  height: 2px;
  background: #0c6cb5; }

header.bg_ff {
  background-color: #fff; }

* {
  box-sizing: border-box; }

/* ******************* SubInfo Area Start ******************* */
#subInfo {
  width: 100%;
  height: auto;
  padding-top: 100px; }

#subInfo .sub_visual {
  width: 100%;
  height: 400px; }

#subInfo .sub_visual .page_info {
  width: 100%;
  height: auto;
  padding-top: 177px;
  color: #ffff;
  line-height: 1; }

#subInfo .sub_visual .page_info .location {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center; }

#subInfo .sub_visual .page_info .location span {
  font-size: 20px;
  font-weight: 500; }

#subInfo .sub_visual .page_info .location span:nth-child(even) {
  margin: 0 10px; }

#subInfo .sub_visual .page_info .title {
  width: 100%;
  height: auto;
  font-size: 100px;
  font-weight: 900; }

/* ******************* Board_wrap Area Start ******************* */
.board_wrap {
  width: 100%;
  height: auto;
  padding: 0 0 200px; }

.board_wrap .inner > div {
  width: 100%;
  height: auto; }

.board_wrap .board_type02, .board_wrap .board_type03 {
  padding: 0 60px; }

.board_wrap .category {
  width: 100%;
  height: auto;
  padding: 100px 0; }

.board_wrap .board_type04 .category {
  display: flex;
  align-items: center;
  justify-content: center; }

.board_wrap .category ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.board_wrap .board_type04 .category ul {
  width: auto;
  justify-content: unset;
  margin: 0 -5px; }

.board_wrap .category ul li {
  padding: 0 5px; }

.board_wrap .category ul li a {
  display: block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: #f9f9f9;
  border-radius: 5px;
  font-size: 20px;
  color: #333;
  text-align: center; }

.board_wrap .board_type02 .category ul li a, .board_wrap .board_type03 .category ul li a {
  padding: 0;
  width: 200px; }

.board_wrap .category ul li.on a {
  background-color: #0c6cb5;
  color: #fff; }

.board_wrap .board_type04 .category .promotional_video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  line-height: 60px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #219bd7 0%, #04335e 100%);
  background-origin: border-box;
  background-clip: content-box, border-box; }

.board_wrap .board_type04 .category .promotional_video span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
  color: #333; }

.board_wrap .board_list {
  width: 100%;
  height: auto; }

/* Board_type01 Area Start */
.board_type01 .board_list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap; }

.board_type01 .board_list ul li {
  width: calc(100% / 3);
  height: auto;
  padding: 0 20px; }

.board_type01 .board_list ul li:nth-child(n+4) {
  margin-top: 50px; }

.board_type01 .board_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  transition: all ease 0.3s; }

.board_type01 .board_list ul li a:hover {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1); }

.board_type01 .board_list ul li a .figure {
  width: 100%;
  height: 260px; }

.board_type01 .board_list ul li a dl {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 30px;
  text-align: center; }

.board_type01 .board_list ul li a dl dt {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-size: 16px;
  color: #0c6cb5;
  line-height: 1; }

.board_type01 .board_list ul li a dl dd {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Board_type02 Area Start */
.board_type02 .board_list ul {
  width: 100%;
  height: auto;
  border-top: 1px solid #ddd; }

.board_type02 .board_list ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ddd; }

.board_type02 .board_list ul li.bd.notice {
  background-color: #f9f9f9; }

.board_type02 .board_list ul li.hd {
  display: flex;
  align-items: center; }

.board_type02 .board_list ul li.bd a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }

.board_type02 .board_list ul li .num {
  width: 150px;
  height: auto;
  text-align: center; }

.board_type02 .board_list ul li .title {
  width: calc(100% - 350px);
  height: auto; }

.board_type02 .board_list ul li.hd .title {
  text-align: center; }

.board_type02 .board_list ul li .date {
  width: 200px;
  height: auto;
  text-align: center; }

.board_type02 .board_list ul li.hd > div {
  font-size: 20px;
  font-weight: 500;
  color: #333; }

.board_type02 .board_list ul li.bd a > div {
  font-size: 16px;
  color: #333;
  font-weight: 300; }

.board_type02 .board_list ul li.bd a .num span {
  display: inline-block;
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  background-color: #0c6cb5;
  border-radius: 2px; }

.board_type02 .board_list ul li.bd a .title {
  font-weight: 400;
  padding-left: 28px; }

.board_type02 .board_list ul li.bd a .date {
  color: #aaa; }

/* Board_type03 Area Start */
.board_type03 .board_list ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap; }

.board_type03 .board_list ul li {
  width: calc(100% / 4);
  height: auto;
  padding: 0 12px; }

.board_type03 .board_list ul li:nth-child(n+5) {
  margin-top: 50px; }

.board_type03 .board_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer; }

.board_type03 .board_list ul li a .figure {
  width: 100%;
  height: 170px;
  position: relative; }

.board_type03 .board_list ul li a .figure::after {
  content: '';
  display: block;
  width: 31px;
  height: 36px;
  background: url(/img_up/shop_pds/ncc01/design/pc_img/play_ico.png) no-repeat 50% 50%/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.board_type03 .board_list ul li a dl {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 14px;
  text-align: center;
  border: 1px solid #ddd;
  transition: all ease 0.3s; }

.board_type03 .board_list ul li a:hover dl {
  background-color: #0c6cb5;
  border: 1px solid #0c6cb5; }

.board_type03 .board_list ul li a dl dt {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
  font-size: 18px;
  color: #333;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all ease 0.3s; }

.board_type03 .board_list ul li a dl dd {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  line-height: 1;
  transition: all ease 0.3s; }

.board_type03 .board_list ul li a:hover dl dt, .board_type03 .board_list ul li a:hover dl dd {
  color: #fff; }

.board_type03 .board_list ul li .video {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99; }

.board_type03 .board_list ul li .video video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 450px; }

.board_type03 .board_list ul li .video .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); }

/* Board_type04 Area Start */
.board_type04 .board_list ul {
  margin: 0 -23px;
  display: flex;
  flex-wrap: wrap; }

.board_type04 .board_list ul li {
  width: calc(100% / 3);
  height: auto;
  padding: 0 23px; }

.board_type04 .board_list ul li:nth-child(n+4) {
  margin-top: 100px; }

.board_type04 .board_list ul li a {
  display: block;
  width: 100%;
  height: auto;
  transition: all ease 0.3s; }

.board_type04 .board_list ul li a:hover {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1); }

.board_type04 .board_list ul li a .figure {
  width: 100%;
  height: 260px; }

.board_type04 .board_list ul li a dl {
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 40px; }

.board_type04 .board_list ul li a dl dt {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  color: #777;
  line-height: 1;
  position: relative; }

.board_type04 .board_list ul li a dl dt::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #0c6cb5;
  position: absolute;
  left: 0;
  bottom: 0; }

.board_type04 .board_list ul li a dl dd {
  width: 100%;
  height: 44px;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

/* Board_info Area Start */
.board_wrap .board_info {
  width: 100%;
  height: auto;
  margin-top: 100px;
  position: relative; }

.ui-pagenate {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.ui-pagenate a, .ui-pagenate strong {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #999;
  margin: 0 2.5px;
  padding: 0;
  text-align: center;
  font-weight: 400; }

.ui-pagenate strong {
  color: #0c6cb5; }

.ui-pagenate .dir {
  border: 0;
  width: 13px;
  height: 14px; }

.ui-pagenate .prev1 {
  background: url(/img_up/shop_pds/ncc01/design/pc_img/prev_ico.png) no-repeat 50% 50%/cover;
  text-indent: -9999px;
  overflow: hidden; }

.ui-pagenate .next1 {
  background: url(/img_up/shop_pds/ncc01/design/pc_img/next_ico.png) no-repeat 50% 50%/cover;
  text-indent: -9999px;
  overflow: hidden; }

.board_wrap .board_info .search_box {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.board_wrap .board_info .search_box .ipt {
  display: flex;
  align-items: center; }

.board_wrap .board_info .search_box .ipt input {
  width: 200px;
  height: 40px;
  border: 1px solid #ccc;
  padding: 0 15px;
  font-size: 16px; }

.board_wrap .board_info .search_box .ipt button {
  width: 40px;
  height: 40px;
  background-color: #0c6cb5;
  margin-left: 5px;
  cursor: pointer; }

/* ******************* board_view Area Start ******************* */
.board_view {
  width: 100%;
  height: auto;
  padding: 100px 0 200px; }

.board_view .title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 60px; }

.board_view .title .subject {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
  word-break: keep-all; }

.board_view .title ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.board_view .title ul li {
  font-size: 16px;
  font-weight: 300;
  color: #999;
  position: relative; }

.board_view .title ul li:first-child {
  margin-right: 15px;
  padding-right: 15px; }

.board_view .title ul li:first-child::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.board_view .content {
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 50px 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }

.board_view .content .video_box {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  width: 1000px;
  height: 563px;
  margin: 0 auto; }

.board_view .content .video_box iframe {
  width: 100%;
  height: 100%; }

.board_view .board_info {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px; }

.board_view .board_info a {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #0c6cb5;
  border-radius: 10px;
  margin: 0 15px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  transition: all ease 0.3s; }

.board_view .board_info a:hover {
  transition: all .3s ease;
  background-color: #0c6cb5;
  color: #fff; }

/* ******************* 반응형 Area Start ******************* */
@media screen and (max-width: 1440px) {
  .inner {
    padding: 0 20px; }

  .board_wrap .board_type02, .board_wrap .board_type03 {
    padding: 0; } }
@media screen and (max-width: 1024px) {
  .list_type27 .list_wrap .slide_wrap_type01 {
    width: 50%; }

  .list_type27 .list_wrap > div:nth-of-type(n+3) {
    margin-top: 20px; }

  .list_type27 .list_wrap .slide_wrap_type01 .item > div {
    height: 270px; }

  .board_view .content .video_box {
    width: 100%;
    height: 54.004vw; }

  .board_wrap .board_type04 .category {
    flex-direction: column-reverse; }

  .board_wrap .board_type04 .category ul {
    justify-content: center; }

  .board_wrap .board_type04 .category .promotional_video {
    margin: 0 auto 30px; }

  .board_type01 .board_list ul li {
    width: 50%; }

  .board_type01 .board_list ul li:nth-child(n+3) {
    margin-top: 50px; }

  .board_type03 .board_list ul li {
    width: calc(100% / 3); }

  .board_type03 .board_list ul li:nth-child(n+4) {
    margin-top: 50px; }

  .board_type04 .board_list ul li {
    width: 50%; }

  .board_type04 .board_list ul li:nth-child(n+3) {
    margin-top: 100px; } }
@media screen and (max-width: 840px) {
  .board_type03 .board_list ul li .video video {
    width: calc(100% - 40px);
    height: auto; } }
@media screen and (max-width: 768px) {
  .list_type27 {
    margin-top: 13.021vw; }

  .list_type27 .list_wrap {
    margin: 0 -1.953vw; }

  .list_type27 .list_wrap .slide_wrap_type01 {
    padding: 0 1.953vw;
    width: 100%; }

  .list_type27 .list_wrap > div:nth-of-type(n+2) {
    margin-top: 3.906vw; }

  .list_type27 .list_wrap .slide_wrap_type01 .item > div {
    height: 53.125vw; }

  #subInfo {
    padding-top: 10.417vw; }

  /* 80 */
  /* ******************* 공통 Area Start ******************* */
  .inner {
    padding: 0 5.208vw; }

  /* subInfo Area Start */
  #subInfo .sub_visual {
    height: 52.083vw; }

  #subInfo .sub_visual .page_info {
    padding-top: 19.531vw; }

  #subInfo .sub_visual .page_info .location {
    margin-bottom: 5.208vw; }

  #subInfo .sub_visual .page_info .location span {
    font-size: 3.906vw; }

  #subInfo .sub_visual .page_info .title {
    font-size: 14.323vw; }

  /* ******************* board_wrap Area Start ******************* */
  .board_wrap {
    padding: 0 0 27.344vw; }

  /* category Area Start */
  .board_wrap .category {
    padding: 15.625vw 0; }

  .board_wrap .category ul {
    margin: 0 -1.953vw;
    flex-wrap: wrap;
    width: auto; }

  .board_wrap .category ul li {
    padding: 0 1.953vw; }

  .board_wrap .board_type01 .category ul li:nth-child(n+4) {
    margin-top: 3.906vw; }

  .board_wrap .board_type04 .category ul li:nth-child(n+4) {
    margin-top: 3.906vw; }

  .board_wrap .board_type04 .category .promotional_video {
    margin: 0 auto 7.813vw; }

  .board_wrap .board_type04 .category .promotional_video {
    width: 80%;
    height: 10.417vw;
    line-height: 10.417vw;
    border-radius: 5.208vw; }

  .board_wrap .board_type04 .category .promotional_video img {
    width: 3.125vw; }

  .board_wrap .board_type04 .category .promotional_video span {
    font-size: 3.906vw;
    margin-left: 3.906vw; }

  .board_wrap .category ul li a {
    padding: 0 3.906vw;
    height: 7.813vw;
    line-height: 7.813vw;
    font-size: 3.906vw;
    border-radius: 1.302vw; }

  .board_wrap .board_type02 .category ul li, .board_wrap .board_type03 .category ul li {
    width: 50%; }

  .board_wrap .board_type02 .category ul li a, .board_wrap .board_type03 .category ul li a {
    width: 100%; }

  /* board_type01 Area Start */
  .board_type01 .board_list ul {
    margin: 0 -1.953vw; }

  .board_type01 .board_list ul li {
    padding: 0 1.953vw; }

  .board_type01 .board_list ul li:nth-child(n+3) {
    margin-top: 6.510vw; }

  .board_type01 .board_list ul li a .figure {
    height: 25.391vw; }

  .board_type01 .board_list ul li a dl {
    padding: 3.906vw 2.604vw; }

  .board_type01 .board_list ul li a dl dt {
    font-size: 3.385vw;
    margin-bottom: 2.604vw; }

  .board_type01 .board_list ul li a dl dd {
    font-size: 3.646vw; }

  /* board_type02 Area Start */
  .board_type02 .board_list ul li.hd > div {
    font-size: 3.906vw; }

  .board_type02 .board_list ul li.bd a > div {
    font-size: 3.385vw; }

  .board_type02 .board_list ul li.bd a .num span {
    font-size: 2.865vw;
    width: 10.417vw;
    height: 3.906vw;
    line-height: 3.906vw;
    border-radius: 0.521vw; }

  .board_type02 .board_list ul li .num {
    width: 19.531vw; }

  .board_type02 .board_list ul li .title {
    width: calc(100% - 45.573vw); }

  .board_type02 .board_list ul li .date {
    width: 26.042vw; }

  .board_type02 .board_list ul li {
    height: 9.115vw; }

  /* board_type03 Area Start */
  .board_type03 .board_list ul {
    margin: 0 -1.953vw; }

  .board_type03 .board_list ul li {
    width: 50%;
    padding: 0 1.953vw; }

  .board_type03 .board_list ul li:nth-child(n+3) {
    margin-top: 6.510vw; }

  .board_type03 .board_list ul li a .figure {
    height: 26.042vw; }

  .board_type03 .board_list ul li a .figure::after {
    width: 5.208vw;
    height: 5.990vw; }

  .board_type03 .board_list ul li a dl {
    padding: 2.604vw; }

  .board_type03 .board_list ul li a dl dt {
    font-size: 3.646vw;
    margin-bottom: 1.953vw; }

  .board_type03 .board_list ul li a dl dd {
    font-size: 3.385vw; }

  .board_type03 .board_list ul li .video video {
    width: calc(100% - 10.417vw);
    height: auto; }

  /* board_type04 */
  .board_type04 .board_list ul {
    margin: 0 -1.953vw; }

  .board_type04 .board_list ul li {
    padding: 0 1.953vw; }

  .board_type04 .board_list ul li:nth-child(n+3) {
    margin-top: 6.510vw; }

  .board_type04 .board_list ul li a .figure {
    height: 25.391vw; }

  .board_type04 .board_list ul li a dl {
    padding: 3.906vw 2.604vw; }

  .board_type04 .board_list ul li a dl dt {
    font-size: 3.385vw;
    margin-bottom: 2.604vw;
    padding-bottom: 2.604vw; }

  .board_type04 .board_list ul li a dl dt::after {
    width: 7.813vw; }

  .board_type04 .board_list ul li a dl dd {
    font-size: 3.646vw;
    height: 8.854vw; }

  /* Board_info Area Start */
  .board_wrap .board_info {
    margin-top: 15.625vw; }

  .board_wrap .board_info .search_box {
    position: static;
    transform: unset;
    margin-top: 3.906vw; }

  .board_wrap .board_info .search_box .ipt {
    width: 100%;
    height: auto;
    justify-content: center; }

  .board_wrap .board_info .search_box .ipt input {
    width: 39.063vw;
    height: 7.813vw;
    padding: 0 2.604vw;
    font-size: 3.385vw; }

  .board_wrap .board_info .search_box .ipt button {
    width: 7.813vw;
    height: 7.813vw;
    margin-left: 1.302vw; }

  .board_wrap .board_info .search_box .ipt button img {
    width: 3.906vw; }

  .ui-pagenate a, .ui-pagenate strong {
    width: 6.510vw;
    height: 6.510vw;
    line-height: 6.510vw;
    font-size: 3.646vw;
    margin: 0 0.781vw; }

  /* ******************* board_wrap Area Start ******************* */
  .board_view {
    padding: 14.323vw 0 27.344vw; }

  .board_view .title {
    margin-bottom: 10.417vw; }

  .board_view .title .subject {
    font-size: 6.510vw;
    margin-bottom: 2.604vw; }

  .board_view .title ul li {
    font-size: 3.385vw; }

  .board_view .title ul li:first-child {
    padding-right: 2.604vw;
    margin-right: 2.604vw; }

  .board_view .title ul li:first-child::after {
    height: 2.083vw; }

  .board_view .content {
    padding: 7.813vw 3.906vw;
    min-height: 39.063vw; }

  .board_view .board_info {
    margin-top: 10.417vw;
    display: block; }

  .board_view .board_info a {
    width: 100%;
    height: 10.417vw;
    line-height: 10.417vw;
    border-radius: 2.083vw;
    margin: 0 0 3.906vw;
    font-size: 3.646vw; }

  .board_view .board_info a:last-child {
    margin-bottom: 0; } }

