.all_chk.chk_box input[type="checkbox"] + label span {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0;
}
.main_sec {
  position: relative;
  overflow: hidden;
}

.main_sec .sec_tit h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  color: #000000;
  letter-spacing: -0.025em;
}

.main_sec.sec_top .main_slider_wrap {
  position: relative;
}

.main_sec.sec_top .main_slider_wrap.mobile {
  display: none;
}

.main_sec.sec_top .main_slider_wrap li {
  height: 52.0833333333vw;
  overflow: hidden;
  position: relative;
}

.main_sec.sec_top .main_slider_wrap li img {
  width: 100%;
}

.main_sec.sec_top .main_slider_wrap li .clip_wrap {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_sec.sec_top .main_slider_wrap li .clip_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.main_sec.sec_top .main_slider_wrap li .clip_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_sec.sec_top .main_slider_wrap .nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  max-width: 1200px;
}

.main_sec.sec_top .main_slider_wrap .nav button {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main_sec.sec_top .main_slider_wrap .nav button.nav_prev {
  background-image: url(../img/assets/ico-main-slide-prev.png);
  left: 0;
}

.main_sec.sec_top .main_slider_wrap .nav button.nav_next {
  background-image: url(../img/assets/ico-main-slide-next.png);
  right: 0;
}

.main_sec.sec01 {
  padding: 100px 0 220px;
}

.main_sec.sec01 em {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  display: block;
}

.main_sec.sec02 .track .show_cont {
  height: 20vh;
}

.main_sec.sec02 .track .open_curtain {
  height: 50vh;
}

.main_sec.sec02 .track .show_copy {
  height: 50vh;
}

.main_sec.sec02 .track .show_copy2 {
  height: 50vh;
}

.main_sec.sec02 .bg {
  width: 100%;
  background-image: url(../img/main/img-main-sec02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_sec.sec02 .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_sec.sec02 .cont .curtain {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main_sec.sec02 .cont .curtain .left {
  position: absolute;
  top: 0;
  /* right: 65.625%; */
  right: 100%;
  width: 200vw;
  height: 100%;
  background-color: #fff;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
  pointer-events: none;
}

.main_sec.sec02 .cont .action .curtain .left {
  right: 100%;
}

.main_sec.sec02 .cont .curtain .right {
  position: absolute;
  top: 0;
  /* left: 65.625%; */
  left: 100%;
  width: 200vw;
  height: 100%;
  background-color: #fff;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
  pointer-events: none;
}

.main_sec.sec02 .cont .action .curtain .right {
  left: 100%;
}

.main_sec.sec02 .cont .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
}

.main_sec.sec02 .cont .copy img {
  width: 100%;
  max-width: 1151px;
  opacity: 0;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
}

.main_sec.sec02 .cont .copy p {
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-top: 30px;
  opacity: 0;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
}

.main_sec.sec02 .cont .copy p b {
  font-weight: 700;
}

.main_sec.sec02 .cont .copy p i {
  font-weight: 700;
  color: #f16524;
}

.main_sec.sec03 .track .stand {
  height: 30vh;
}

.main_sec.sec03 .track .pass_cont {
  height: 300vh;
}

.main_sec.sec03 .cont {
  padding-top: 200px;
}

.main_sec.sec03 .cont .copy_wrap {
  position: relative;
  z-index: 1;
}

.main_sec.sec03 .cont .copy_wrap h2 {
  font-size: 60px;
  color: #000000;
  line-height: 74px;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.main_sec.sec03 .cont .copy_wrap p {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  letter-spacing: -0.025em;
  margin-top: 40px;
}

.main_sec.sec03 .cont .copy_wrap a {
  font-size: 30px;
  color: #000000;
  font-weight: 800;
  margin-top: 30px;
  display: inline-block;
  line-height: 35px;
}

.main_sec.sec03 .cont .copy_wrap a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  background-image: url(../img/assets/ico-arrow-circle-link.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}

.main_sec.sec03 .prlx_cont {
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 450px;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
}

.main_sec.sec03 .prlx_cont > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main_sec.sec03 .prlx_cont > div img {
  height: 700px;
}

.main_sec.sec03 .prlx_cont > div em {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  display: block;
  padding: 39px 38px;
}

.main_sec.sec03 .prlx_cont > div p {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.main_sec.sec03 .prlx_cont > div.col01 em {
  top: 69px;
  left: 167px;
}

.main_sec.sec02 .cont.mobile,
.main_sec.sec03 .cont.mobile {
  display: none;
}

.main_sec.sec04 {
  padding: 100px 0;
}

.main_sec.sec04 .main_board_list {
  margin-top: 50px;
}

.main_sec.sec04 .main_board_list ul {
  font-size: 0;
}

.main_sec.sec04 .main_board_list ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 90px) / 3 - 0.1px);
}

.main_sec.sec04 .main_board_list ul li + li {
  margin-left: 45px;
}

.main_sec.sec04 .main_board_list ul li span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  color: #000000;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
  margin-bottom: 45px;
}

.main_sec.sec04 .main_board_list ul li p {
  font-size: 30px;
  line-height: 50px;
  color: #000000;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 100px;
}

.main_sec.sec04 .main_board_list ul li i {
  margin-top: 50px;
  display: block;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  color: #999999;
}

.main_sec.sec04 .main_board_list ul li .thumb {
  margin-top: 15px;
  padding-top: 67.5675675676%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main_sec.sec04 .main_board_list .dots {
  text-align: center;
  margin-top: 20px;
}

.main_sec.sec04 .main_board_list .dots span {
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  background-color: #ddd;
  opacity: 1;
}

.main_sec.sec04 .main_board_list .dots span + span {
  margin-left: 10px;
}

.main_sec.sec04 .main_board_list .dots span.swiper-pagination-bullet-active {
  background-color: #f16524;
}

.main_sec.sec05 {
  padding: 100px 0 200px;
}

.main_sec.sec05 .location_wrap {
  display: flex;
  margin-top: 60px;
}

.main_sec.sec05 .location_wrap .col {
  flex: 575px 0 0;
  overflow: hidden;
  position: relative;
  position: relative;
  height: 575px;
}

.main_sec.sec05 .location_wrap .col + .col {
  margin-left: 50px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.main_sec.sec05 .location_wrap .col .map_wrap {
  width: 100%;
  overflow: hidden;
  background-color: #999;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_sec.sec05 .location_wrap .col .map_wrap > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_sec.sec05
  .location_wrap
  .col
  .map_wrap
  .daumRoughmapContainer1682823714992 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_sec.sec05 .location_wrap .col dl {
  position: relative;
  border-top: 3px solid #000000;
  padding: 50px 0 25px;
  padding-left: 160px;
}

.main_sec.sec05 .location_wrap .col dl + dl {
  border-bottom: 3px solid #000000;
  padding: 25px 0 50px;
  padding-left: 160px;
}

.main_sec.sec05 .location_wrap .col dl dt {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 24px;
  color: #000000;
}

.main_sec.sec05 .location_wrap .col dl + dl dt {
  top: 25px;
}

.main_sec.sec05 .location_wrap .col dl dd em {
  font-size: 36px;
  line-height: 45px;
  color: #000000;
}

.main_sec.sec05 .location_wrap .col dl dd p {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 26px;
}

.main_sec.sec05 .location_wrap .col dl dd ul {
  font-size: 0;
  display: flex;
  justify-content: space-between;
  margin-top: 140px;
}

.main_sec.sec05 .location_wrap .col dl dd ul li {
  vertical-align: top;
}

.main_sec.sec05 .location_wrap .col dl dd ul li a {
  font-size: 32px;
  line-height: 27px;
  color: #000;
}

.main_sec.sec05 .location_wrap .col dl dd ul li a:hover {
  color: #f16524;
}

.main_sec.sec05 .location_wrap .col dl dd ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  background-image: url(../img/assets/ico-link-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.main_sec.sec05 .location_wrap .col dl dd ul li a:hover::after {
  background-image: url(../img/assets/ico-link-arrow-orange.png);
}

.main_sec.sec05 .location_wrap .col dl dd b {
  font-size: 48px;
  color: #000000;
  line-height: 1em;
}

.submain {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}

.submain .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.submain .page_tit {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

.submain .page_tit h1 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1em;
  font-weight: 800;
}

.submain .lnb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.submain .lnb.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.submain .lnb ul::after {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(241, 101, 36, 0.5);
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

/* .submain .lnb ul::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
  opacity: 0;
} */

.submain .lnb.fixed ul::after {
  /* left: calc((100vw - 100%) / 2 * -1); */
}

.submain .lnb.fixed ul::before {
  opacity: 1;
  /* left: calc((100vw - 100%) / 2 * -1); */
}

.submain .lnb ul {
  display: flex;
  position: relative;
}

.submain .lnb ul li {
  flex: 1;
  position: relative;
  z-index: 1;
}

.submain .lnb ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.submain .lnb ul li a:hover {
  background-color: rgba(241, 101, 36, 1);
}

.submain .lnb ul li a.current {
  background-color: rgba(241, 101, 36, 1);
}

.about_wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}

.about_wrap .tit {
  margin-bottom: 50px;
}

.about_wrap .tit span {
  font-size: 18px;
  color: #000000;
}

.about_wrap .tit h2 {
  font-size: 100px;
  color: #000000;
  font-weight: 800;
  display: block;
  margin-left: -5px;
  margin-top: 20px;
}

.about_wrap .tit em {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  margin-top: 45px;
  display: block;
}

.about_wrap .cont .col_wrap {
  display: flex;
}

.about_wrap .cont .col_wrap .col {
  flex: 1;
  position: relative;
}

.about_wrap .cont .col_wrap .col + .col {
  margin-left: 50px;
}

.about_wrap .cont .col_wrap .col .copy b {
  font-size: 48px;
  color: #000000;
}

.about_wrap .cont .col_wrap .col .copy p {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 300;
  margin-top: 45px;
}

.about_wrap .cont .col_wrap .col .copy p i {
  font-weight: 800;
}

.about_wrap .cont .col_wrap .col .copy span {
  font-size: 18px;
  color: #000000;
  margin-bottom: 25px;
  display: block;
}

.about_wrap .cont .col_wrap .col .copy h2 {
  font-size: 60px;
  line-height: 72px;
  color: #000000;
  font-weight: 800;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.about_wrap .sign {
  position: absolute;
  bottom: -70px;
  left: 233px;
}

.ci_wrap {
  padding-bottom: 200px;
}

.ci_wrap .copy {
  background-image: url(../img/about/img-ci-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 171px;
}

.ci_wrap .copy img {
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}

.ci_wrap .copy p {
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
}

.ci_wrap .ci_block {
  margin-top: 200px;
}

.ci_wrap .ci_block .sec_tit {
  margin-bottom: 40px;
}

.ci_wrap .ci_block .sec_tit h2 {
  font-size: 60px;
  color: #000000;
  letter-spacing: -0.025em;
  font-weight: 800;
}

.ci_wrap .ci_block .color_col {
  display: flex;
}

.ci_wrap .ci_block .color_col .col {
  flex: 1;
  height: 200px;
  background-color: #f16524;
  padding: 30px;
  display: flex;
  align-items: center;
}

.ci_wrap .ci_block .color_col .col + .col {
  margin-left: 50px;
  background-color: #5c5d5f;
}

.ci_wrap .ci_block .color_col .col em {
  font-size: 40px;
  color: #ffffff;
}

.ci_wrap .ci_block .color_col .col p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 25px;
}

.history_wrap .col_wrap {
  padding: 200px 0;
  display: flex;
}

.history_wrap .col_wrap .tit_col {
  flex: 340px 0 0;
}

.history_wrap .col_wrap .tit_col h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}

.history_wrap .col_wrap .history_col {
  flex: 1;
}

.history_wrap .col_wrap .history_col .row {
  display: flex;
}

.history_wrap .col_wrap .history_col .row + .row {
  margin-top: 70px;
}

.history_wrap .col_wrap .history_col .row .year {
  flex: 236px 0 0;
}

.history_wrap .col_wrap .history_col .row .year p {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 57px;
}

.history_wrap .col_wrap .history_col .row .history_item {
  flex: 1;
}

.history_wrap .col_wrap .history_col .row .history_item p {
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  font-weight: 700;
}

.history_wrap .col_wrap .history_col .cert_list {
  width: 100%;
}

.history_wrap .col_wrap .history_col .cert_list ul {
  font-size: 0;
}

.history_wrap .col_wrap .history_col .cert_list ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 3 - 0.1px);
}

.history_wrap .col_wrap .history_col .cert_list ul li + li {
  margin-left: 20px;
}

.history_wrap .col_wrap .history_col .cert_list ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.history_wrap .col_wrap .history_col .cert_list ul li:nth-child(n + 4) {
  margin-top: 18px;
}

.history_wrap .col_wrap .history_col .cert_list ul li img {
  width: 100%;
  display: block;
  box-shadow: 2px 5px 10px rgba(88, 100, 51, 0.2);
}

.history_wrap .cert_block {
  background-color: #f2f2f2;
}

.contact_wrap {
  padding: 200px 0;
}

.contact_wrap .contact_block + .contact_block {
  margin-top: 200px;
}

.contact_wrap .contact_block .sec_tit h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}

.contact_wrap .contact_block .map_wrap {
  margin-top: 55px;
  background-color: #f1f1f1;
  height: 700px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.contact_wrap .contact_block .map_wrap .map_container {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
}

.contact_wrap .contact_block .contact_col {
  display: flex;
}

.contact_wrap .contact_block .contact_col .sec_tit {
  flex: 389px 0 0;
}

.contact_wrap .contact_block .contact_col .address_col p {
  font-size: 36px;
  line-height: 43px;
  color: #000000;
}

.contact_wrap .contact_block .contact_col .address_col ul {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.contact_wrap .contact_block .contact_col .address_col ul li {
  display: block;
}

.contact_wrap .contact_block .contact_col .address_col ul li + li {
  margin-left: 68px;
}

.contact_wrap .contact_block .contact_col .address_col ul li a {
  font-size: 32px;
  line-height: 27px;
  letter-spacing: -0.025em;
  color: #000000;
}

.contact_wrap .contact_block .contact_col .address_col ul li a::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  background-image: url(../img/assets/ico-link-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.contact_wrap .contact_block .contact_col .address_col ul.map_link li a:hover {
  color: #f16524;
}
.contact_wrap
  .contact_block
  .contact_col
  .address_col
  ul.map_link
  li
  a:hover::after {
  background-image: url(../img/assets/ico-link-arrow-orange.png);
}

.anchor_menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.anchor_menu.fixed {
  /* position: fixed;
  top: 0;
  bottom: auto; */
}

.anchor_menu.bottom {
  /* top: auto;
  bottom: 0; */
}

.anchor_menu ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  display: flex;
}

.anchor_menu ul:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(241, 101, 36, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* .anchor_menu ul:before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
} */

.anchor_menu.col6 ul li {
  width: calc(100% / 6 - 0.1px);
  flex: 1;
}

.anchor_menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 1;
}

.anchor_menu ul li a {
  display: block;
  height: 100px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.025em;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.anchor_menu ul li a:hover {
  background-color: #f16524;
}

.anchor_menu ul li a.current {
  background-color: #f16524;
}

.prd_detail {
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.prd_detail #about {
  padding-top: 200px;
}

.prd_detail .copy_wrap em {
  font-size: 60px;
  line-height: 80px;
  color: #000000;
}

.prd_detail .copy_wrap em.bold {
  font-weight: 700;
}

.prd_detail .copy_wrap em.light {
  font-weight: 300;
}

.prd_detail .copy_wrap em.center {
  text-align: center;
  display: block;
}

.prd_detail .copy_wrap p {
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  margin-top: 45px;
}

.prd_detail .copy_wrap p.bold {
  font-weight: 700;
}

.prd_detail .copy_wrap p.bullet_star {
  text-indent: -16px;
  padding-left: 16px;
}

.prd_detail .copy_wrap p b {
  font-weight: 700;
}

.prd_detail .copy_wrap p.light {
  font-weight: 300;
}

.prd_detail .copy_wrap i {
  font-size: 24px;
  line-height: 36px;
  color: #f16524;
  display: block;
  margin-top: 40px;
}

.prd_detail .copy_wrap span {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-weight: 800;
  display: block;
  margin-bottom: 10px;
}

.prd_detail .copy_wrap span.regular {
  font-weight: 400;
}

.prd_detail .copy_wrap span.far {
  margin-bottom: 40px;
}

.prd_detail .copy_wrap ol {
  margin-top: 50px;
}

.prd_detail .copy_wrap ol li {
  font-size: 20px;
  line-height: 26px;
  text-indent: -23px;
  padding-left: 23px;
}

.prd_detail .copy_wrap ol li + li {
  margin-top: 10px;
}

.prd_detail #about .intro_slider + .copy_wrap {
  margin-top: 100px;
}

.prd_detail #about .intro_block {
  margin-top: 100px;
}

.prd_detail #about .intro_block img {
  width: 100%;
}

.prd_detail #about .intro_block .copy_wrap + img {
  margin-top: 100px;
}

.prd_detail #about .intro_block .copy_wrap + img + img {
  margin-top: 96px;
}

.prd_detail #about .intro_block .tit_block {
  margin-top: -150px;
  display: inline-block;
  vertical-align: top;
  padding: 60px 100px 60px 43px;
  background-color: #f16524;
  color: #fff;
}

.prd_detail #about .intro_block .tit_block span {
  display: block;
  font-size: 24px;
  color: #ffffff;
}

.prd_detail #about .intro_block .tit_block em {
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 6px;
}

.prd_detail #about .intro_block .tit_block p {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}

.prd_detail #about .step_block {
  background-color: #ebebeb;
  padding: 100px 0;
  margin-bottom: 200px;
  margin-top: 200px;
}

.prd_detail #about .step_block .step_list {
  margin-top: 40px;
}

.prd_detail #about .step_block .step_list ul {
  font-size: 0;
}

.prd_detail #about .step_block .step_list ul li img {
  max-width: 100%;
}

.prd_detail #about .step_block .step_list ul li img.mobile {
  display: none;
}

.prd_detail #about .step_block .step_list ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 36px - 36px) / 3 - 0.1px);
}

.prd_detail #about .step_block .step_list.full ul li {
  width: 100%;
}

.prd_detail #about .step_block .step_list ul li + li {
  margin-left: 36px;
}

.prd_detail #about .step_block .step_list ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.prd_detail #about .step_block .step_list ul li:nth-child(n + 4) {
  margin-top: 60px;
}

.prd_detail #about .step_block .step_list.full ul li + li {
  margin-left: 0;
  margin-top: 50px;
}

.prd_detail #about .step_block .step_list ol {
  margin-top: 45px;
}

.prd_detail #about .step_block .step_list ol li {
  font-size: 20px;
  line-height: 26px;
  text-indent: -23px;
  padding-left: 23px;
}

.prd_detail #about .step_block .step_list ol li + li {
  margin-top: 10px;
}

.prd_detail #about .intro_slider {
  width: 100%;
}

.prd_detail #about .intro_slider + p {
  margin-top: 100px;
}

.prd_detail #about .intro_slider.placed {
  margin-top: 100px;
}

.prd_detail #about .intro_slider li {
  position: relative;
}

.prd_detail #about .intro_slider li .info {
  position: absolute;
  bottom: 30px;
  left: 50px;
  width: calc(100% - 100px);
  padding: 20px;
  background-color: rgba(241, 101, 36, 0.7);
}

.prd_detail #about .intro_slider li .info em {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.prd_detail #about .intro_slider li .info p {
  font-size: 24px;
  color: #ffffff;
  margin-top: 8px;
}

.prd_detail #about .intro_slider .nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.prd_detail #about .intro_slider .nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

.prd_detail #about .intro_slider .nav button.nav_prev {
  background-image: url(../img/prd/img-introslider-prev.png);
  left: 50px;
}

.prd_detail #about .intro_slider .nav button.nav_next {
  background-image: url(../img/prd/img-introslider-next.png);
  right: 50px;
}

.prd_detail #about .img_col {
  display: flex;
  margin-top: 50px;
}

.prd_detail #about .img_col > div {
  flex: 1;
}

.prd_detail #about .img_col > div + div {
  margin-left: 20px;
}

.prd_detail #about .img_col + p {
  margin-top: 100px;
}

.prd_detail #about .img_col img {
  display: block;
  width: 100%;
}

.prd_detail #about .img_col img.bordered {
  border: 1px solid #b5b5b5;
}

.prd_detail #about .img_col img + img {
  margin-top: 24px;
}

.prd_detail #overview {
  padding-top: 200px;
  padding-bottom: 200px;
}

.prd_detail #overview .tit_block {
  width: 500px;
  height: 500px;
  background-color: #f16524;
  padding: 40px;
  margin-bottom: -200px;
  position: relative;
  z-index: 1;
}

.prd_detail #overview .tit_block span {
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 800;
  display: block;
  letter-spacing: -0.025em;
}

.prd_detail #overview .tit_block em {
  font-size: 60px;
  line-height: 70px;
  color: #ffffff;
  font-weight: 300;
  margin-top: 25px;
  display: block;
}

.prd_detail #overview .tit_block p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 35px;
}

.prd_detail #overview .tit_block p.close {
  margin-top: 15px;
}

.prd_detail #overview .ov_wrap .ov_block + .ov_block {
  margin-top: 100px;
}

.prd_detail #overview .ov_wrap .ov_block + .copy_wrap {
  margin-top: 150px;
}

.prd_detail #overview .ov_wrap .ov_block + .copy_wrap img {
  width: 100%;
}

.prd_detail #overview .ov_wrap .ov_block.algn_r {
  text-align: right;
}

.prd_detail #overview .ov_wrap .ov_block.algn_l {
  text-align: left;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap {
  display: inline-block;
  position: relative;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap img {
  width: 900px;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy {
  position: absolute;
  white-space: nowrap;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy.fl_t {
  bottom: calc(100% + 20px);
  right: 0;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy.fl_lb {
  right: calc(100% + 30px);
  bottom: 0;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy.fl_rb {
  left: calc(100% + 30px);
  bottom: 0;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy.fl_rt {
  left: calc(100% + 30px);
  top: 0;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy.fl_lt {
  right: calc(100% + 30px);
  top: 0;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy em {
  font-size: 60px;
  color: #000000;
  display: block;
  margin-bottom: 20px;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy p {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

.prd_detail #overview .ov_wrap .ov_block .img_wrap .desc_copy b {
  font-size: 36px;
  line-height: 44px;
  color: #000000;
  display: block;
  margin-bottom: 30px;
}

.prd_detail #overview .ov_wrap .ov_type {
  margin-top: 200px;
  padding: 0 20px;
  text-align: center;
}

.prd_detail #overview .ov_wrap .ov_type > img {
  margin-top: 130px;
  max-width: 100%;
}

.ov_type_list.mobile {
  display: none;
}

.prd_detail #spec {
  background-color: #ebebeb;
  padding: 200px 0;
}

.prd_detail #spec .spec_wrap {
  margin-top: 90px;
}

.prd_detail #spec .spec_wrap .spec_block {
  display: flex;
}

.prd_detail #spec .spec_wrap .spec_block + .spec_block {
  margin-top: 100px;
}

.prd_detail #spec .spec_wrap .spec_block .tit_col {
  flex: 300px 0 0;
}

.prd_detail #spec .spec_wrap .spec_block .tit_col em {
  font-size: 60px;
  line-height: 70px;
  color: #000000;
  font-weight: 300;
}

.prd_detail #spec .spec_wrap .spec_block .data_col {
  flex: 1;
  border-top: 2px solid #757575;
  padding-top: 45px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_wrap {
  margin-top: -45px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_wrap dl {
  border-bottom: 2px solid #757575;
  display: flex;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_wrap dl dt {
  font-size: 20px;
  line-height: 40px;
  padding: 20px 0;
  flex: 200px 0 0;
  font-weight: 700;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_wrap dl dd {
  flex: 1;
  padding: 20px 0;
  font-size: 20px;
  line-height: 40px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_wrap dl dd.bold {
  font-weight: 700;
}

.prd_detail #spec .spec_wrap .spec_block .data_col ul li {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-indent: -23px;
  padding-left: 23px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col ul li + li {
  margin-top: 30px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table {
  overflow-x: auto;
  max-width: 754px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table .table_wrap {
  min-width: 600px;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table table {
  width: 100%;
  border-spacing: 2px;
  border-collapse: separate;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table table th {
  height: 100px;
  background-color: #757575;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table table th + th {
  /* border-left: 2px solid #ebebeb; */
}

.prd_detail #spec .spec_wrap .spec_block .data_col .data_table table td {
  height: 80px;
  text-align: center;
  border-bottom: 2px solid #757575;
  font-size: 20px;
  color: #000000;
}

.prd_detail #spec .spec_wrap .spec_desc + .spec_desc {
  margin-top: 100px;
}

.prd_detail #spec .spec_wrap .spec_desc .img_col {
  display: flex;
  margin-bottom: 100px;
}

.prd_detail #spec .spec_wrap .spec_desc .img_col img {
  width: 100%;
}

.prd_detail #spec .spec_wrap .spec_desc .img_col div {
  flex: 1;
}

.prd_detail #spec .spec_wrap .spec_desc .img_col div + div {
  margin-left: 15px;
}

.prd_detail #spec .spec_wrap .spec_block + .spec_desc {
  margin-top: 100px;
}

.prd_detail #spec .spec_wrap .spec_desc .spec_tit {
  margin-bottom: 50px;
}

.prd_detail #spec .spec_wrap .spec_desc .spec_tit h3 {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul {
  font-size: 0;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 30px) / 3 - 0.1px);
  text-align: center;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li + li {
  margin-left: 15px;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li:nth-child(n + 4) {
  margin-top: 50px;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li img {
  max-width: 100%;
}

.prd_detail #spec .spec_wrap .spec_desc .type_list ul li p {
  font-size: 24px;
  margin-top: 20px;
  color: #000000;
}

.prd_detail #spec .spec_wrap .spec_desc .img_wrap img {
  width: 100%;
}

.prd_detail #spec .spec_wrap .spec_desc .img_wrap img + img {
  margin-top: 50px;
}

.prd_detail #spec .spec_wrap .spec_desc .img_wrap + .copy_wrap {
  margin-top: 50px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_col {
  display: flex;
}

.prd_detail #spec .spec_wrap .spec_desc .color_col > div {
  flex: 1;
}

.prd_detail #spec .spec_wrap .spec_desc .color_col > div + div {
  margin-left: 60px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_col > div .col_tit {
  background-color: #f16524;
}

.prd_detail #spec .spec_wrap .spec_desc .color_col > div .col_tit h4 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  line-height: 60px;
  display: block;
  text-align: center;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list {
  font-size: 0;
  margin-top: 20px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 20px) / 3 - 0.1px);
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div + div {
  margin-left: 10px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div:nth-child(n + 4) {
  margin-top: 26px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div:nth-child(3n + 1) {
  margin-left: 0;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div .color_chip {
  border: 2px solid #d8d8d8;
  width: 100%;
  height: 60px;
  border-radius: 4px;
}

.prd_detail #spec .spec_wrap .spec_desc .color_list > div p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}

.prd_detail #detail {
  padding-top: 200px;
}

.prd_detail #detail .detail_block {
  position: relative;
}

.prd_detail #detail .detail_block + .detail_block {
  margin-top: 200px;
}

.prd_detail #detail .detail_block .hardware_wrap {
  position: relative;
  padding-top: 46px;
}

.prd_detail #detail .detail_block .hardware_wrap .copy_wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.prd_detail #detail .detail_block .copy_wrap em {
  line-height: 70px;
}

.prd_detail #detail .detail_block .hardware_wrap img {
  max-width: 100%;
}

.prd_detail #detail .detail_block .hardware_wrap .mo_v {
  display: none;
}

.prd_detail #detail .detail_block .detail_point_wrap .point_view {
  margin-top: 90px;
  position: relative;
}

.prd_detail #detail .detail_block .detail_point_wrap .point_view img {
  width: 100%;
  display: block;
}

.prd_detail #detail .detail_block .point_view .point_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prd_detail #detail .detail_block .point_view .point_wrap div {
  width: 60px;
  height: 60px;
  background-image: url(../img/prd/ico-btn-plus-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
}

.prd_detail #detail .detail_block .point_view .point_desc {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 893px;
}

.prd_detail #detail .detail_block .point_view .point_desc > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  opacity: 0;
  background-color: #f16524;
  height: 250px;
  width: 100%;
  pointer-events: none;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.prd_detail #detail .detail_block .point_view .point_desc > div.current {
  opacity: 1;
  pointer-events: visible;
}

.prd_detail #detail .detail_block .point_view .point_desc > div {
  display: flex;
}

.prd_detail #detail .detail_block .point_view .point_desc > div .thumb {
  flex: 190px 0 0;
  width: 190px;
  height: 190px;
  position: relative;
}

.prd_detail #detail .detail_block .point_view .point_desc > div .thumb > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prd_detail #detail .detail_block .point_view .point_desc > div .info {
  flex: 1;
}

.prd_detail #detail .detail_block .point_view .point_desc > div .thumb + .info {
  margin-left: 25px;
}

.prd_detail #detail .detail_block .point_view .point_desc > div b {
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  word-break: keep-all;
}

.prd_detail #detail .detail_block .point_view .point_desc > div p {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  word-break: keep-all;
}

.prd_detail #detail .detail_block .point_view .point_desc > div li {
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-indent: -14px;
  padding-left: 14px;
  word-break: keep-all;
}

.prd_detail #gallery {
  padding-top: 200px;
}

.prd_detail #gallery .gallery_slider {
  position: relative;
  margin-top: 50px;
}

.prd_detail #gallery .gallery_slider li {
  width: 236px;
}

.prd_detail #gallery .gallery_slider li .thumb {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prd_detail #gallery .gallery_slider .nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
}

.prd_detail #gallery .gallery_slider .nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 38px;
}

.prd_detail #gallery .gallery_slider .nav button.nav_prev {
  background-image: url(../img/prd/img-prd-gellery-nav-prev.png);
  right: calc(100% + 30px);
}

.prd_detail #gallery .gallery_slider .nav button.nav_next {
  background-image: url(../img/prd/img-prd-gellery-nav-next.png);
  left: calc(100% + 30px);
}

.prd_detail #gallery .modal_gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 600;
  opacity: 0;
  pointer-events: none;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.prd_detail #gallery .modal_gallery.open {
  opacity: 1;
  pointer-events: visible;
}

.prd_detail #gallery .modal_gallery .scroll_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 200px 0 100px;
}

.prd_detail #gallery .modal_gallery .modal_cont {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  background-color: #fff;
  padding: 100px;
  display: none;
  animation: showUp 0.3s forwards;
}

.prd_detail #gallery .modal_gallery.open .modal_cont {
  display: block;
}

.prd_detail #gallery .modal_gallery .modal_cont .btn_close {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-image: url(../img/prd/ico-close-gallery-modal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_tit {
  position: absolute;
  bottom: calc(100% + 45px);
  left: 100px;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_tit h3 {
  font-size: 60px;
  line-height: 1em;
  color: #fff;
  font-weight: 300;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col {
  display: flex;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_img {
  flex: 600px 0 0;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_img .thumb {
  width: 100%;
  padding-top: 74.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy {
  flex: 1;
  padding-left: 40px;
  min-width: 0px;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy .col_box {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  height: 100%;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy h2 {
  font-size: 28px;
  line-height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 800;
  width: 100%;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy .btn_wrap {
  width: 100%;
  text-align: left;
  vertical-align: top;
  position: absolute;
  bottom: 0;
  left: 0;
}

.prd_detail
  #gallery
  .modal_gallery
  .modal_cont
  .modal_col
  .col_copy
  .btn_wrap
  a {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px;
  line-height: 40px;
  font-size: 20px;
  color: rgba(241, 101, 36, 1);
  border: 1px solid rgba(241, 101, 36, 1);
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.prd_detail
  #gallery
  .modal_gallery
  .modal_cont
  .modal_col
  .col_copy
  .btn_wrap
  a:hover {
  background-color: rgba(241, 101, 36, 1);
  color: #fff;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy .copy_box {
  width: 100%;
  padding-top: 74.5%;
  position: relative;
}

.prd_detail
  #gallery
  .modal_gallery
  .modal_cont
  .modal_col
  .col_copy
  .copy_box
  > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.prd_detail #gallery .modal_gallery .modal_cont .modal_col .col_copy p {
  font-size: 24px;
  line-height: 36px;
  color: #010101;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}

.inquiry_wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}

.inquiry_wrap .form_block + .form_block {
  margin-top: 50px;
}

.inquiry_wrap .form_block .form_tit {
  margin-bottom: 75px;
  text-align: center;
  padding-top: 25px;
}

.inquiry_wrap .form_block .form_tit h2 {
  font-size: 48px;
  color: #000000;
  font-weight: 800;
}

.inquiry_wrap .form_block .form_tit p {
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  font-weight: 700;
}

.inquiry_wrap .form_block .guide_steps {
  background-color: #f5f5f5;
  padding: 50px;
}

.inquiry_wrap .form_block .guide_steps ul {
  display: flex;
  justify-content: space-between;
}

.inquiry_wrap .form_block .guide_steps ul li {
  display: block;
  position: relative;
  text-align: center;
  flex: 1;
}

.inquiry_wrap .form_block .guide_steps ul li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: -5px;
  width: 8px;
  height: 15px;
  background-image: url(../img/contact/ico-arrow-step.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.inquiry_wrap .form_block .guide_steps ul li div {
  margin-top: 50px;
  text-align: center;
}

.inquiry_wrap .form_block .guide_steps ul li p {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.05em;
  font-weight: bold;
}

.inquiry_wrap .form_block .guide_steps ul li span {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 200;
  color: #000000;
  letter-spacing: -0.05em;
  margin-top: 4px;
}

.inquiry_wrap .form_type_inquiry {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.inquiry_wrap .form_type_inquiry .form_col {
  display: flex;
  align-items: flex-start;
}

.inquiry_wrap .form_type_inquiry .form_row + .form_row {
  margin-top: 20px;
}

.inquiry_wrap .form_type_inquiry .form_row .label {
  flex: 200px 0 0;
}

.inquiry_wrap .form_type_inquiry .form_row .label p {
  font-size: 24px;
  line-height: 58px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
}

.inquiry_wrap .form_type_inquiry .form_row .label p i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
}

.inquiry_wrap .form_type_inquiry .form_row .label p.required::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f16524;
  position: absolute;
  left: calc(100% + 5px);
  top: 20px;
}

.inquiry_wrap .form_type_inquiry .form_row .field {
  flex: 1;
  position: relative;
}

.inquiry_wrap .form_type_inquiry .form_row .field > div + div {
  margin-top: 20px;
}

.inquiry_wrap .form_type_inquiry textarea {
  width: 100%;
  line-height: 34px;
  border: 2px solid #bfb9b9;
  padding: 20px;
  font-size: 26px;
  color: #000000;
  font-weight: 200;
  resize: none;
}

.inquiry_wrap .form_type_inquiry input[type="text"],
.inquiry_wrap .form_type_inquiry input[type="date"],
.inquiry_wrap .form_type_inquiry .select_wrap select {
  width: 100%;
  line-height: 54px;
  border: 2px solid #bfb9b9;
  height: 58px;
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
  font-weight: 200;
  resize: none;
}

.inquiry_wrap .form_type_inquiry input[type="text"] + label,
.inquiry_wrap .form_type_inquiry input[type="date"] + label {
  display: none;
}

.inquiry_wrap .form_type_inquiry input.bg_red {
  background-color: #ffede5;
}

.inquiry_wrap .form_type_inquiry .select_wrap {
  position: relative;
}

.inquiry_wrap .form_type_inquiry .select_wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiry_wrap .form_type_inquiry .select_wrap::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background-image: url(../img/assets/ico-arrow-select.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.inquiry_wrap .form_type_inquiry .address div:first-child {
  padding-right: 240px;
  position: relative;
}

.inquiry_wrap .form_type_inquiry .address div button {
  position: absolute;
  top: 0;
  right: 0;
  width: 214px;
}

.inquiry_wrap .form_type_inquiry .address div + div {
  margin-top: 20px;
}

.inquiry_wrap .form_type_inquiry .btn_form {
  display: block;
  line-height: 54px;
  border: 2px solid #bfb9b9;
  height: 58px;
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
  font-weight: 200;
  background-color: transparent;
  color: #f16524;
  font-weight: 900;
}

.inquiry_wrap .form_type_inquiry .phone {
  padding-left: 200px;
}

.inquiry_wrap .form_type_inquiry .phone .select_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 174px;
}

.inquiry_wrap .form_type_inquiry .checkbox_wrap {
  font-size: 0;
  padding: 19px 0;
}

.inquiry_wrap .form_type_inquiry .checkbox_wrap > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px;
  margin-bottom: 10px;
}

.inquiry_wrap .form_type_inquiry .checkbox_wrap > div input[type="checkbox"],
.inquiry_wrap .form_type_inquiry .checkbox_wrap > div input[type="radio"] {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 12px;
  border: 2px solid #c9c9c9;
  cursor: pointer;
  -webkit-appearance: auto;
}

.inquiry_wrap
  .form_type_inquiry
  .checkbox_wrap
  > div
  input[type="checkbox"]
  + label,
.inquiry_wrap
  .form_type_inquiry
  .checkbox_wrap
  > div
  input[type="radio"]
  + label {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 20px;
  color: #000000;
  font-weight: 200;
  margin: 0;
  cursor: pointer;
}

.inquiry_wrap .form_type_inquiry .attach_wrap {
  position: relative;
  padding-left: 240px;
}

.inquiry_wrap .form_type_inquiry .attach_wrap input[type="file"] {
  display: none;
}

.inquiry_wrap .form_type_inquiry .attach_wrap input[type="file"] + label {
  width: 214px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.inquiry_wrap .form_type_inquiry .attach_wrap p {
  width: 100%;
  line-height: 54px;
  border: 2px solid #bfb9b9;
  height: 58px;
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
  font-weight: 200;
  background-color: #ffede5;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.inquiry_wrap .form_type_inquiry .agree_wrap {
  margin-top: 130px;
}

.inquiry_wrap .form_type_inquiry .agree_wrap .policy {
  height: 350px;
  overflow-y: auto;
  background-color: #f2f2f2;
  padding: 26px 20px;
}

.inquiry_wrap .form_type_inquiry .agree_wrap .policy p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: bold;
  word-break: keep-all;
}

.inquiry_wrap .form_type_inquiry .agree_wrap .btn_wrap {
  margin-top: 80px;
  text-align: center;
}

.inquiry_wrap .form_type_inquiry .agree_wrap .btn_wrap button {
  width: 300px;
  line-height: 70px;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  border: none;
}

.recruit_wrap {
  padding-top: 200px;
  padding-bottom: 200px;
}

.recruit_wrap em {
  font-size: 60px;
  line-height: 72px;
  color: #000000;
  font-weight: 800;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.recruit_wrap .toggle_list {
  margin-top: 90px;
}

.recruit_wrap .toggle_list li {
  background-color: #ebebeb;
  border-top: 5px solid #999999;
}

.recruit_wrap .toggle_list li:last-child {
  border-bottom: 5px solid #999999;
}

.recruit_wrap .toggle_list li strong {
  display: block;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 120px;
  padding: 0 46px;
  cursor: pointer;
  position: relative;
}

.recruit_wrap .toggle_list li strong::after {
  content: "";
  display: block;
  width: 40px;
  height: 38px;
  background-image: url(../img/assets/btn-angle-toggle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  transition: All 0.2s ease-out;
  -webkit-transition: All 0.2s ease-out;
  -moz-transition: All 0.2s ease-out;
  -o-transition: All 0.2s ease-out;
}

.recruit_wrap .toggle_list li.open strong::after {
  transform: translateY(-50%) rotate(180deg);
}

.recruit_wrap .toggle_list li .tog_cont {
  height: 0;
  overflow: hidden;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.recruit_wrap .toggle_list li .tog_cont > div {
  padding: 0px 46px 76px;
}

.recruit_wrap .toggle_list li .tog_cont p {
  font-size: 24px;
  line-height: 36px;
  color: #333;
  font-weight: 300;
}

.recruit_wrap .toggle_list li .btn_wrap {
  font-size: 0;
  margin-top: 50px;
}

.recruit_wrap .toggle_list li .btn_wrap a + a {
  margin-left: 27px;
}

.board_wrap {
  padding-top: 0;
  /* background-color: #f8f8f8; */
}

.board_tit {
  padding-top: 80px;
  padding-bottom: 0px;
}

.board_tit h1 {
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.board_wrap .cate_wrap {
  text-align: center;
  margin-bottom: 50px;
}
.board_wrap .cate_wrap ul {
    display: flex;
}
.board_wrap .cate_wrap ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    margin: 0 2px;
    flex: 1;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    transition: All 0.1s ease-out;
    -webkit-transition: All 0.1s ease-out;
    -moz-transition: All 0.1s ease-out;
    -o-transition: All 0.1s ease-out;
}

.board_wrap .cate_wrap ul li a {
  line-height: 48px;
  font-size: 16px;
  color: #000;
  display: block;
  padding: 0 10px;
  outline: solid 1px transparent;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .cate_wrap ul li a:hover {
  outline: solid 1px #000;
}

.board_wrap .cate_wrap ul li a.current,
.board_wrap .cate_wrap ul li a#bo_cate_on {
  background-color: #000;
  color: #fff;
  outline: solid 1px #000;
}

.board_wrap .board_list_wrap {
  padding-bottom: 200px;
}

.board_wrap .board_list.gallery ul {
  font-size: 0;
}

.board_wrap .board_list.gallery ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 3 - 0.1px);
  position: relative;
}

.board_wrap .board_list.gallery ul li + li {
  margin-left: 20px;
}

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

.board_wrap .board_list.gallery ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.board_wrap .board_list.gallery ul li .thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.board_wrap .board_list.gallery ul li .thumb > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: All 0.8s ease-out;
  -webkit-transition: All 0.8s ease-out;
  -moz-transition: All 0.8s ease-out;
  -o-transition: All 0.8s ease-out;
}

.board_wrap .board_list.gallery ul li:hover .thumb > div {
  transform: translate(-50%, -50%) scale(1.1);
}

.board_wrap .board_list.gallery ul li .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .board_list.gallery ul li:hover .info {
  opacity: 1;
}

.board_wrap .board_list.gallery ul li .info em {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  text-align: center;
  word-break: keep-all;
  transform: translateY(20px);
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .board_list.gallery ul li:hover .info em {
  transform: translateY(0);
}

.board_wrap .board_list.feed ul {
  font-size: 0;
}

.board_wrap .board_list.feed ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 3 - 0.1px);
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .board_list.feed ul li:hover {
  transform: translateY(-10px);
}

.board_wrap .board_list.feed ul li + li {
  margin-left: 20px;
}

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

.board_wrap .board_list.feed ul li:nth-child(3n + 1) {
  margin-left: 0;
}

.board_wrap .board_list.feed ul li .thumb {
  width: 100%;
  padding-top: 68.8118811881%;
  position: relative;
  overflow: hidden;
}

.board_wrap .board_list.feed ul li .thumb > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .board_list.feed ul li .info {
  padding: 30px 20px;
}

.board_wrap .board_list.feed ul li .info em {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000;
  display: block;
  height: 48px;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board_wrap .board_list.feed ul li .info p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
  color: #999;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.board_wrap .board_list.feed ul li .info p br {
  display: none;
}

.board_wrap .board_list.event ul {
  font-size: 0;
}

.board_wrap .board_list.event ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 3 - 0.1px);
  position: relative;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
  margin-bottom: 50px;
}

.board_wrap .board_list.event ul li:hover {
  transform: translateY(-10px);
}

.board_wrap .board_list.event ul li .thumb img {
  display: block;
  width: 100%;
}

.board_wrap .board_list.event ul li .info {
  margin-top: 20px;
}

.board_wrap .board_list.event ul li .info em {
  font-size: 20px;
  line-height: 1.5em;
  display: inline;
  font-weight: 700;
}

.board_wrap .board_list.event ul li .info i {
  display: inline;
  font-size: 20px;
  line-height: 1.5em;
  margin-left: 5px;
}

.board_wrap .board_list.review.thumb ul {
  font-size: 0;
}

.board_wrap .board_list.review.thumb ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 60px) / 4 - 0.1px);
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}

.board_wrap .board_list.review.thumb ul li + li {
  margin-left: 20px;
}

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

.board_wrap .board_list.review.thumb ul li:nth-child(4n + 1) {
  margin-left: 0;
}

.board_wrap .board_list.review.thumb ul li .thumb {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.board_wrap .board_list.review ul li .thumb > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.board_wrap .board_list.review.thumb ul li .info {
  padding: 30px 20px;
  text-align: center;
}

.board_wrap .board_list.review.thumb ul li .info em {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
  display: block;
  height: 48px;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board_wrap .board_list.review.thumb ul li .info p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5em;
  color: #999;
  word-break: keep-all;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
}

.board_wrap .board_list.review.thumb ul li .info p br {
  display: none;
}

.board_wrap .board_list.review.thumb ul li .info span {
  font-size: 12px;
  color: #999;
  display: block;
  margin-top: 10px;
}

.star_rate {
  width: 70px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 20px auto 0;
}

.star_rate.rate1 {
  background-image: url(../img/assets/ico-starrate01.svg);
}

.star_rate.rate2 {
  background-image: url(../img/assets/ico-starrate02.svg);
}

.star_rate.rate3 {
  background-image: url(../img/assets/ico-starrate03.svg);
}

.star_rate.rate4 {
  background-image: url(../img/assets/ico-starrate04.svg);
}

.star_rate.rate5 {
  background-image: url(../img/assets/ico-starrate05.svg);
}

.board_wrap .board_list.review.list ul li {
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #ddd;
}

.board_wrap .board_list.review.list ul li a {
  display: flex;
  width: 100%;
  align-items: center;
}

.board_wrap .board_list.review.list ul li:last-child {
  border-bottom: 1px solid #ddd;
}

.board_wrap .board_list.review.list ul li .thumb {
  width: 100px;
  height: 100px;
  position: relative;
  flex: 100px 0 0;
}

.board_wrap .board_list.review.list ul li .info {
  flex: 1;
  margin-left: 40px;
  position: relative;
  padding-right: 100px;
}

.board_wrap .board_list.review.list ul li .info em {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.board_wrap .board_list.review.list ul li .info p {
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.board_wrap .board_list.review.list ul li .info span {
  font-size: 13px;
  color: #999;
}

.board_wrap .board_list.review.list ul li .info .star_rate {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 0;
}

.board_wrap .list_view_wrap {
  margin-bottom: 50px;
}

.board_wrap .list_view_wrap ul {
  display: block;
  font-size: 0;
  text-align: center;
}

.board_wrap .list_view_wrap ul li {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
}

.board_wrap .list_view_wrap ul li + li {
  margin-left: 10px;
}

.board_wrap .list_view_wrap ul li button {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.4;
  transition: All 0.3s ease-out;
  -webkit-transition: All 0.3s ease-out;
  -moz-transition: All 0.3s ease-out;
  -o-transition: All 0.3s ease-out;
}

.board_wrap .list_view_wrap ul li button.list_thumb {
  background-image: url(../img/assets/ico-list-thumb.svg);
}

.board_wrap .list_view_wrap ul li button.list_list {
  background-image: url(../img/assets/ico-list-list.svg);
}

.board_wrap .list_view_wrap ul li button.current {
  opacity: 1;
}

.board_wrap .board_list.video ul {
  font-size: 0;
}

.board_wrap .board_list.video ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 20px) / 2 - 0.1px);
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}

.board_wrap .board_list.video ul li + li {
  margin-left: 20px;
}

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

.board_wrap .board_list.video ul li:nth-child(2n + 1) {
  margin-left: 0;
}

.board_wrap .board_list.video ul li .thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
}

.board_wrap .board_list.video ul li .thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.board_wrap .board_list.video ul li .info {
  padding: 20px;
}

.board_wrap .board_list.video ul li .info em {
  font-size: 18px;
  line-height: 1.5em;
}

.board_wrap .board_list.video ul li .info span {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 10px;
  color: #999;
  display: block;
}

.board_wrap .board_list.basic ul li {
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #ddd;
}

.board_wrap .board_list.basic ul li a {
  display: flex;
  width: 100%;
  align-items: center;
}

.board_wrap .board_list.basic ul li:last-child {
  border-bottom: 1px solid #ddd;
}

.board_wrap .board_list.basic ul li .thumb {
  width: 100px;
  height: 100px;
  position: relative;
  flex: 100px 0 0;
  margin-right: 20px;
}

.board_wrap .board_list.basic ul li .thumb > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.board_wrap .board_list.basic ul li .info {
  flex: 1;
  position: relative;
}

.board_wrap .board_list.basic ul li .info em {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.board_wrap .board_list.basic ul li .info p {
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.board_wrap .board_list.basic ul li .info span {
  font-size: 13px;
  color: #999;
}

.board_detail_wrap {
  padding-bottom: 200px;
}

.board_detail_wrap {
  padding-top: 134px;
}

.board_detail_wrap .article_tit {
  padding: 50px 0;
  border-top: 1px solid #ddd;
  text-align: center;
}

.board_detail_wrap .article_tit h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  word-break: keep-all;
}

.board_detail_wrap .article_tit .author {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.board_detail_wrap .article_tit .date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

.board_detail_wrap .article_tit .star_rate {
  width: 120px;
  height: 20px;
}

.board_detail_wrap .article_detail {
  padding-top: 50px;
  padding-bottom: 100px;
}

.board_detail_wrap .article_detail p {
  color: #666666;
  line-height: 1.6em;
  word-break: keep-all;
}

.board_detail_wrap .article_detail img {
  display: inline-block;
  vertical-align: top;
}

.board_detail_wrap .article_detail em,
.board_detail_wrap .article_detail i {
  font-style: italic;
}

.board_detail_wrap .article_detail em,
.board_detail_wrap .article_detail b,
.board_detail_wrap .article_detail strong {
  font-weight: bold;
}

.board_detail_wrap .article_detail em,
.board_detail_wrap .article_detail i,
.board_detail_wrap .article_detail p,
.board_detail_wrap .article_detail span,
.board_detail_wrap .article_detail strong {
  line-height: 1.6em;
}

.board_detail_wrap .article_detail iframe {
  display: inline-block;
  vertical-align: top;
}

.board_detail_wrap .article_menu {
  text-align: center;
  font-size: 0;
  padding-bottom: 100px;
}

.board_detail_wrap .article_menu a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 34px;
  padding: 0 20px;
  border: 1px solid #999;
  min-width: 100px;
  color: #000;
}

.board_detail_wrap .article_menu a + a {
  margin-left: 10px;
}

.board_detail_wrap .article_reply ul {
  border-top: 1px solid #ddd;
}

.board_detail_wrap .article_reply ul li {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.board_detail_wrap .article_reply ul li .info {
  font-size: 0;
  position: relative;
}

.board_detail_wrap .article_reply ul li .info span {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}

.board_detail_wrap .article_reply ul li .info i {
  font-size: 14px;
  line-height: 30px;
  color: #999;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.board_detail_wrap .article_reply ul li .info .util {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  display: flex;
}

.board_detail_wrap .article_reply ul li .info .util a {
  display: block;
  padding: 0 20px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 13px;
  line-height: 28px;
}

.board_detail_wrap .article_reply ul li .cont {
  margin-top: 10px;
}

.board_detail_wrap .article_reply ul li .cont p {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
}

.board_detail_wrap .article_reply .reply_form {
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 20px;
  font-size: 0;
}

.board_detail_wrap .article_reply .reply_form em {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.board_detail_wrap .article_reply .reply_form .form_block {
  display: inline-block;
  vertical-align: top;
}

.board_detail_wrap .article_reply .reply_form .form_block + .form_block {
  margin-left: 10px;
}

.board_detail_wrap .article_reply .reply_form .form_block label {
  font-size: 14px;
  color: #666;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-right: 5px;
}

.board_detail_wrap .article_reply .reply_form .form_block input {
  width: 120px;
  height: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.board_detail_wrap .article_reply .reply_form .field {
  margin-top: 10px;
  padding-right: 90px;
  position: relative;
}

.board_detail_wrap .article_reply .reply_form .field textarea {
  display: block;
  width: 100%;
  height: 80px;
  resize: none;
  border: 1px solid #ddd;
  padding: 15px 10px;
}

.board_detail_wrap .article_reply .reply_form .field .btn_reply {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #666;
  border: none;
  font-size: 14px;
  color: #fff;
}

.board_detail_wrap .article_reply .reply_form p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
