/* COMMON */
.d_search {
  float: right;
  line-height: 50px;
}
.d_search form {
  position: relative;
}
#d_header .d_hb_bot .d_search input {
  width: 410px;
  height: 36px;
  border-radius: 5px;
  outline: transparent solid;
  padding-right: 42px;
  padding-left: 15px;
  border: none;
}
.d_search input:focus {
  outline: .5px solid #000;
}
.d_search .d_icon {
  position: absolute;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.d_search .d_icon img {
  vertical-align: middle;
}



.d_input {
  padding-left: 18px;
  border: 1px solid #c2c2c2;
  height: 49px;
}

.d_section {
  position: relative;
  padding: 60px 0 60px;
}
.d_inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.br_720_on {display: none;}
@media (max-width: 720px) {
  .br_720_off {display: none;}
}
.d_tit_con {
  color: #fff;
  text-align: center;
}
.d_tit_con h2 {
  font-size: 2.625rem;
  font-weight: 400;
  margin-bottom: 5px;
}
.d_tit_con h3 {
  font-size: 1.25rem;
  color: #d4d4d4;
  margin-bottom: 55px;
}
.d_swiper_slide {
  position: relative;
}
.swiper-slide img {
  /* display: block; */
  /* width: 100%; */
}
.d_swiper_prev,
.d_swiper_next {
  width: 36px;
  height: 57px;
}
.d_swiper_prev {
  left: -70px;
  background: url("../img/best/d_arrow_left.png");
}
.d_swiper_next {
  right: -70px;
  background: url("../img/best/d_arrow_right.png");
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.3%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  /* bottom: -30px; */
  bottom: -67px;
}
.swiper-pagination-bullet {
  background: rgba(229,232,234,.3);
  opacity: 1;
  width: 16px;
  height: 16px;
}
.d_swiper_page2 .swiper-pagination-bullet {
  background: rgba(229,232,234,.9);
}
.swiper-pagination-bullet-active,
.d_swiper_page2 .swiper-pagination-bullet-active {
  background-color: #ffed25;
}
.swiper-scrollbar {
  text-align: center;
  background-color: transparent;
}
.d_swiper_page2,
.d_swiper_page {display: none;}



@media (max-width: 720px) {
  .br_720_on {display: block;}
  .d_tit_con h2 {margin-bottom: 60px;}
}

/* HEADER */
.d_mb_left_con {display: none;}
#d_mb_nav_menu {display: none;}

#d_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#d_header .d_hb_top {
  background: url("../img/header/d_patten_bg.jpg");
}
#d_header .d_hb_top .d_inner {
  height: 60px;
}
#d_header .d_hb_top .d_logo {
  float: left;
  padding-left: 17px;
  padding-top: 14px;
  margin-right: 90px;
}
#d_header .d_hb_top .d_logo img {
  display: block;
}
#d_header .d_hb_top .d_gnb {
  float: left;
  color: #000;
  height: 100%;
}
#d_header .d_hb_top .d_gnb > ul {
  display: flex;
  height: 100%;
  align-items: center;
}
#d_header .d_hb_top .d_gnb > ul > li > a {
  display: block;
  padding: 25px 58px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
#d_header .d_hb_top .d_login_bar {
  float: right;
  display: flex;
  color: #858585;
  height: 100%;
  align-items: center;
}
#d_header .d_hb_top .d_login_bar li {
  position: relative;
}
#d_header .d_hb_top .d_login_bar li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0.875rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #858585;
}
#d_header .d_hb_top .d_login_bar li:last-child::before {
  display: none;
}
#d_header .d_hb_top .d_login_bar li a {
  display: block;
  padding: 25px 17px;
  font-size: 0.875rem;
  color: #858585;
  letter-spacing: -0.02em;
  transition: .4s;
}
#d_header .d_hb_top .d_login_bar li:hover a {
  color: #000;
}
#d_header .d_hb_top .d_login_bar .d_login_join {
  /* display: none; */
}
#d_header .d_hb_top .d_login_bar .d_login_account {
  display: none;
}
#d_header .d_hb_top .d_login_bar .d_logout {
  display: none;
}
#d_header .d_hb_top .d_login_bar .d_login_account span {
  vertical-align: sub;
  margin-right: 12px;
}
#d_header .d_hb_top .d_login_bar li:last-child a {
  /* padding: 25px 0px 25px 17px; */
  padding-right: 0;
}
#d_header .d_hb_bot {
  background-color: #d4d8dc;

}
#d_header .d_hb_bot .d_inner {
  height: 50px;
}
#d_header .d_hb_bot .d_search {
  float: right;
  line-height: 50px;
}
#d_header .d_hb_bot .d_search form {
  position: relative;
}
#d_header .d_hb_bot .d_search input {
  width: 410px;
  height: 36px;
  border-radius: 5px;
  outline: none;
  padding-right: 42px;
  padding-left: 15px;
  border: 1px solid transparent;
}
#d_header .d_hb_bot .d_search input:focus {
  /* outline: .5px solid #000; */
  border: 1px solid #333;
}
#d_header .d_hb_bot .d_search .d_icon {
  position: absolute;
  vertical-align: middle;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
#d_header .d_hb_bot .d_search .d_icon img {
  vertical-align: middle;
}

/* NAV  */
.d_menu_5 {display: none;}

#d_header .d_hb_top .d_gnb > ul > li {
  position: relative;
}
#d_header .d_hb_top .d_gnb > ul > li::before {
  content: '';
  position: absolute;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  bottom: 5px;
  background-color: #ffb81d;
  z-index: 7;
  opacity: 0;
  transition: .4s;
}
#d_header .d_hb_top .d_gnb > ul > li:hover::before {
  opacity: 1;
}
#d_header .d_hb_top .d_gnb > ul > li > ul {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  background: #161616;
  /* border-top: 5px solid #ffb81d; */
  z-index: 5;
  display: none;
}
#d_header .d_hb_top .d_gnb > ul > li > ul > li > a {
  display: block;
  padding: 16px 0;
  padding-left: 24px;
  font-size: 0.9375rem;
  color: #fff;
  transition: .4s;
}
#d_header .d_hb_top .d_gnb > ul > li > ul > li {
  transition: .4s;
}
#d_header .d_hb_top .d_gnb > ul > li > ul > li:hover {
  background-color: #ffb81d;
}
#d_header .d_hb_top .d_gnb > ul > li > ul > li:hover > a {
  color: #000;
}
#d_header .d_hb_top .d_gnb > ul > li > .d_icon_include > li > a {
  padding-left: 17px;
}
#d_header .d_hb_top .d_gnb > ul > li > ul > li > a .d_icon {
  vertical-align: middle;
  margin-right: 17px;
}

/* MAIN VISAUL */
.d_mv_sec {
  background: url("../img/mv/d_mv_bg.jpg") center / cover no-repeat;
  height: 511px;
  padding: 0;
}
.d_mv_sec .d_inner {
  background: url("../img/mv/d_mv_banner.jpg") center / cover no-repeat;
  height: 100%;
}
.d_mv_sec .d_mv_sec_wrap {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left : 60px;
  text-align: left;

}
.d_mv_sec .d_mv_sec_textbox h2 {
  position: relative;
  font-size: 3.283125rem;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
  font-weight : 400;

}
.d_mv_sec .d_mv_sec_textbox h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 18%;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}
.d_mv_sec .d_mv_sec_textbox h3 {
  color: #000;
  font-size: 1.67rem;
  letter-spacing: 0.04em;
  margin-left: 5px;
  margin-top: 3px;
  margin-bottom: 15px;
  font-weight : 500;
  line-height: 1.6em;
}
.d_mv_sec .d_mv_sec_textbox h4 {
  color: #5f5f5f;
  width: 72%;
  margin-left: 5px;
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  font-weight : 400;
  line-height: 1.6em;
}

.d_mv_sec_btngroup {
  float: right;
}
.d_mv_sec_btngroup .d_btn {
  width: 370px;
  height: 36px;
  background-color: rgba(0, 0, 0, .7);
  transition: .4s;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.d_mv_sec_btngroup .d_btn:hover {
  border: 1px solid #fff;
}
.d_mv_sec_btngroup .d_btn a {
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
}

#d_header .d_mb_left_con {
  align-items: center;
  padding-left: 20px;
  width: 28%;
}
#d_header .d_mb_left_con .d_logo {
  margin-right: 11%;
}
#d_header .d_mb_nav_btn {
  cursor: pointer;
}
/* sub_menu */
#d_mb_nav_menu {
  width: 100%;
  background-color: #000;
  color: #fff;
  /* position: absolute; */
  position: absolute;
  /* height: 100%; */
  overflow-y: auto;
  top: 80px;
  z-index: 99;
}
#d_mb_nav_menu > ul {
  border-top: 10px solid #ffb81d;
  display: none;
}
#d_mb_nav_menu > ul > li {
  border-bottom: 1px solid #212121;
  display: block;
}
#d_mb_nav_menu > ul > li > a {
  position: relative;
  display: block;
  /* padding: 50px; */
  padding: 25px;
  font-weight: bold;
  /* font-size: 2.625rem; */
  font-size: 2rem;
  letter-spacing: -0.02em;
}
#d_mb_nav_menu > ul > li.on > a {
  padding-left: 100px;
}
#d_mb_nav_menu > ul > li > ul > li {
  border-bottom: 1px solid #212121;
}
#d_mb_nav_menu > ul > li > ul > li > a {
  display: block;
  padding: 20px 0;
  /* padding-left: 28.9%; */
  padding-left: 10%;
  font-size: 1.5rem;
}
#d_mb_nav_menu > ul > li > ul > li > a .d_icon {
  margin-right: 40px;
}
#d_mb_nav_menu > ul > li.arrow_on > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 22px;
  height: 34px;
  background: url("../img/header/d_mb_btn_right.png");
  z-index: 1;
}
#d_mb_nav_menu > ul > li.on.arrow_on > a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: 35px;
  width: 22px;
  height: 34px;
  background: url("../img/header/d_mb_btn_right.png");
  z-index: 1;
}
#d_mb_nav_menu .d_sub_menu {
  display: none;
}
#d_mb_nav_menu .menu_login {
  display: flex;
  /* justify-content: space-between; */
  padding: 25px;
}
#d_mb_nav_menu .menu_login .m_join {
  margin-right: 150px;
}
#d_mb_nav_menu .menu_login a {
  display: block;
  font-size: 1.5rem;
}



/* header + mv media query */
@media (max-width: 1230px) {
  #d_header .d_hb_top .d_gnb > ul > li > a {
    padding: 25px 40px;
  }
  #d_header .d_hb_top .d_gnb > ul > li > ul > li > a {
    padding-left: 17px;
  }
  #d_header .d_hb_top .d_gnb > ul > li > .d_icon_include > li > a {
    padding-left: 7px;
  }
}
@media (max-width: 1070px) {
  .d_mb_left_con {display: flex;}
  #d_mb_nav_menu {display: block;}
  #d_header .d_hb_bot .d_inner {
    display: flex;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    /* overflow: hidden; */
  }
  .d_hb_top {display: none;}
  #d_header .d_hb_bot {
    height: 80px;
    background-color: #000;
  }
  #d_header .d_hb_bot .d_search {
    padding-right: 12px;
  }
  #d_header .d_hb_bot .d_search input {
    width: 431px;
    height: 56px;
    padding-right: 0;
    padding-left: 45px;
  }
  .d_mv_sec .d_inner {
    width: 100%;
  }
  #d_header .d_hb_bot .d_search .d_icon {
    right: 0;
    left: 10px;
  }
  #d_header .d_hb_bot .d_search .d_icon img {
    height: 30px;
  }
  #d_mb_nav_menu .d_menu_5 {display: block;}
}
@media (max-width: 720px) {
  .d_mv_sec {
    /* height: 1200px; */
    height: 600px;
    /* padding: 80px 0 0; */
  }
  .d_mv_sec .d_mv_sec_wrap {
    right: 0;
    width: 100%;
    overflow: hidden;
  }
  .d_mv_sec .d_mv_sec_textbox h2::before {
    width: 200%;
    bottom: 8%;
  }
  .d_mv_sec_btngroup {
    float: initial;
    margin: auto;
    width: 87.5%;
  }
  .d_mv_sec_textbox {
    padding-right: 6.25%;
  }
  .d_mv_sec_btngroup .d_btn {
    width: auto;
  }
  #d_header .d_hb_bot .d_search {
    width: 60%;
  }
  #d_header .d_hb_bot .d_search form {
    width: 100%;
  }
  #d_header .d_hb_bot .d_search input {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #d_header .d_hb_bot .d_search {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #d_header .d_mb_left_con img {
    height: 30px;
  }
  #d_header .d_mb_nav_btn img {
    height: 11px;
  }
  #d_header .d_hb_bot .d_search input {
    height: 30px;
  }
  #d_header .d_hb_bot .d_search .d_icon img {
    height: auto;
  }
  #d_mb_nav_menu > ul > li > a {
    /* padding: 30px;
    font-size: 2rem; */
  }
  #d_mb_nav_menu > ul > li.off {
    display: none;
  }
  #d_mb_nav_menu > ul > li.on {
    display: block;
    overflow-y: auto;
  }
  #d_mb_nav_menu > ul > li > ul > li > a {
  }
  #d_mb_nav_menu > ul > li.arrow_on > a::before {
    width: 11px;
    height: 17px;
    background: url("../img/header/d_mb_btn_right_s.png") center;
    z-index: 1;
  }
}

/* BSET */
.d_best_sec {
  background-color: #191919;
}
.d_best_sec .d_artwork_slide {
  position: relative;
}
/* .d_best_sec .d_artwork_slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:url("../img/best/d_gold_frame.png") no-repeat;
  background-size: cover;
} */
.d_best_sec .d_artwork_slide figure {
  max-height: 265px;
  width: 93%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.d_best_sec .d_artwork_slide figure img {
  width: 100%;
  display: block;
}
.d_best_sec .d_artwork_slide .d_artwork_num {
  font-size: 1.625rem;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding-left: 10px;
  line-height: 1;
}
.d_best_sec .d_artwork_slide .d_artwork_num span {
  vertical-align: middle;
  margin-right: 10px;
}
.d_best_sec .d_artwork_slide .d_artwork_num i {
  font-size: 0.9375rem;
  color: #8d8d8d;
  margin-left: 10px;
}
.d_best_sec .d_artwork_slide .d_artwork_tit {
  display: flex;
  color: #fff;
  padding: 10px;
  padding-left: 15px;
}
.d_best_sec .d_artwork_slide .d_artwork_tit > span {
  vertical-align: middle;
  margin-right: 10px;
}
.d_best_sec .d_artwork_slide .d_artwork_tit .d_artwork {
  line-height: 1.2;
}
.d_best_sec .d_artwork_slide .d_artwork_tit h3 {
  font-size: 1.125rem;
}
.d_best_sec .d_artwork_slide .d_artwork_tit h4 {
  font-size: 0.875rem;
  color: #c0ccd6;
}
.d_artwork_slide .d_artwork_cont p {
  font-size: 0.75rem;
  color: #a2a2a2;
  text-align: center;
  padding: 0 20px 20px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.d_artwork_slide .d_artwork_cont > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.d_artwork_slide .d_artwork_cont > span img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .d_best_sec .d_artwork_slide .d_artwork_num {
    font-size: 1.2rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit {
    display: flex;
    color: #fff;
    padding: 10px 10px 0;
    padding-left: 15px;
  }
}
@media (max-width: 972px) {
  .d_best_sec .d_artwork_slide figure {
    max-height: 180px;}
  .d_best_sec .d_artwork_slide .d_artwork_tit h3 {
    font-size: 1rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h4 {
    font-size: 0.7rem;
  }
  .d_artwork_tit span img {
    height: 30px;
  }
  .d_artwork_slide .d_artwork_cont p {
    font-size: 0.6rem;
  }
}
@media (max-width: 850px) {
  .d_best_sec .d_artwork_slide figure {
    max-height: 200px;}
  .d_best_sec .d_artwork_slide .d_artwork_tit h3 {
    font-size: 1rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h4 {
    font-size: 0.7rem;
  }
  .d_artwork_tit span img {
    height: 30px;
  }
  .d_artwork_slide .d_artwork_cont p {
    font-size: 0.6rem;
  }
}
@media (max-width: 720px) {
  .d_best_sec .d_artwork_slide figure {
    max-height: 500px;}
  .d_best_sec .d_artwork_slide .d_artwork_num {
    font-size: 3.375rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_num i{
    font-size: 1.9375rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h3 {
    font-size: 2.375rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h4 {
    font-size: 1.875rem;
  }
  .d_artwork_slide .d_artwork_cont {
    padding-bottom: 20px;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit {
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit span img {
    height: auto;
    width: 200%;
    /* width: 100%; */
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit > span {
    margin-right: 50px;
  }
  .d_artwork_slide .d_artwork_cont p {
    font-size: 1.5625rem;

  }
  .d_artwork_num span img {width: 7%;}
}
@media (max-width: 400px) {
  .d_best_sec .d_artwork_slide figure {
    max-height: 500px;}
  .d_best_sec .d_artwork_slide .d_artwork_num {
    font-size: 2rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_num i{
    font-size: 1.5rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h3 {
    font-size: 1.8rem;
  }
  .d_best_sec .d_artwork_slide .d_artwork_tit h4 {
    font-size: 1.2rem;
  }
  .d_artwork_slide .d_artwork_cont p {
    font-size: 1rem;
  }
  .d_artwork_num span img {width: 7%;}
}







/* MAIN */
.d_main_sec {
}
.d_main_sec .d_inner {}
.d_main_sec .d_tit_con h2 {
  color: #7fa4c9;
}
.d_main_sec .d_tit_con h3 {
  color: #2c2c2c;
}
.d_main_sec .swiper-slide img {
  /* box-shadow: 0 0 6px rgba(0, 0, 0, .35); */
}
.d_main_sec .swiper-slide span {
  display: block;
  text-align: center;
  font-size: 1.375rem;
  text-shadow: 0 0 3px #cacaca;
  margin-top: 25px;
}
.d_main_sec .d_swiper_prev {
  background: url("../img/best/d_arrow_left_blue.png");
}
.d_main_sec .d_swiper_next {
  background: url("../img/best/d_arrow_right_blue.png");
}
/* ARTWORK */
.d_artwork_sec {
  background-color: #191919;
}
.d_artwork_sec .d_artwork_sec_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.d_artwork_sec .d_artwork_sec_list li {
  /* flex: 1; */
  text-align: center;
  color: #fff;
}
.d_artwork_sec .d_artwork_sec_list li figure {
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.d_artwork_sec .d_artwork_sec_list li h2 {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 20px;
}
.d_artwork_sec .d_artwork_sec_list li p {
  font-size: 1.1875rem;
  color: #ccc;
  margin-bottom: 30px;
}
.d_artwork_sec .d_artwork_sec_list li .d_art_btn {
  width: 176px;
  height: 35px;
  background-color: #edab1b;
  line-height: 35px;
  margin: auto;
  transition: .4s;
}
.d_artwork_sec .d_artwork_sec_list li:hover .d_art_btn {
  background-color: #C58C10;
  box-shadow: rgba(0, 0, 0, 25%) 0 0 5px;
}
.d_artwork_sec .d_artwork_sec_list li .d_art_btn a {
  font-size: 1.25rem;
  color: #000;
  letter-spacing: -0.005em;
  font-weight: bold;
}
.d_main_slide_con {
  position: relative;
}
.d_main_sec .d_main_slide_con > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.d_main_sec .d_main_slide_con > span img{
  width: 100%;
}
.d_main_slide_con figure {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
  /* background: url("../img/best/d_gold_frame2.png") 50% 50% / cover no-repeat; */
  box-shadow: 0 0 6px rgb(0 0 0 / 35%);
}
.d_main_slide_con figure::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: url("../img/best/d_gold_frame2.png") 50% 50% / 100% no-repeat; */
  display: none
}
.d_main_slide_con figure img {
  display: block;
  width: 100%;
}

/* footer */
#d_footer {
  background: url("../img/footer/pattern_footer.jpg");
}
#d_footer .d_ft_top {
  display: flex;
  padding-top: 44px;
  padding-bottom: 35px;
  border-bottom: 1px solid #858585;
}
#d_footer .d_ft_top .d_ft_logo {
  margin-right: 40px;
}
#d_footer .d_ft_top p span {
  position: relative;
  font-size: 0.8125rem;
  color: #393939;
  /* padding: 0 12px; */
  padding-right: 24px;
}
#d_footer .d_ft_top p span.d_before::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 1px;
  height: 100%;
  background-color: #edab1b;
}
#d_footer .d_ft_top p span b {
  color: #6796c4;
}
#d_footer .d_ft_bot .d_copy {
  float: left;
  font-size: 0.8125rem;
  color: #393939;
}
#d_footer .d_ft_bot {
  padding: 12px 0;
}
#d_footer .d_ft_bot ul {
  float: right;
  display: flex;
}
#d_footer .d_ft_bot ul li {
  margin-left: 40px;
  font-size: 0.8125rem;
  color: #393939;
}
#d_footer .d_ft_bot ul li:first-child{
  margin-left: 0;
}
#d_footer .d_ft_bot ul li a {
  display: block;
  font-size: 0.8125rem;
  color: #000;
}
#d_footer .d_ft_bot ul li:hover a {
}

/* Meida Query */
@media (max-width: 1360px) {
  .d_swiper_next {
    right: -40px;
  }
  .d_swiper_prev {
    left: -40px;
  }
}
@media (max-width: 1024px) {
  .d_artwork_sec .d_artwork_sec_list li {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .d_section {
    /* padding: 40px 0 70px; */
    padding: 40px 0 150px;
  }
  .d_mv_sec {
    padding: 80px 0 0;
  }
  .d_artwork_sec {
    padding: 40px 0;
  }
  .d_swiper_page2,
  .d_swiper_page {display: block;}
  .swiper-slide {
    /* padding: 0 22.7%; */
    padding: 0 11.3%;
  }
  .d_tit_con h3 {display: none;}
  .swiper-button-next, .swiper-button-prev {display: none;}
  .d_artwork_sec .d_artwork_sec_list {
    flex-direction: column;
    align-items: center;
  }
  .d_artwork_sec .d_artwork_sec_list li {
    margin-bottom: 50px;
  }
  .d_main_slide_con figure {

  }
  .d_main_slide_con figure img {
    height: 100%;
  }
  #d_footer .d_ft_top .d_ft_logo img {
    height: 30px;
  }
  #d_footer .d_ft_bot {display: flex;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  #d_footer .d_ft_bot ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  #d_footer .d_ft_top {
    flex-direction: column;
    align-items: center;
  }
  #d_footer .d_ft_top .d_ft_logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}