@charset "UTF-8";
body {
  word-break: keep-all;
}

.w87, .w96, .w128, .wbf {
  margin: 0 auto;
  margin-bottom: 60px;
}

.w87 {
  width: 100%;
  max-width: 870px;
}

.w96 {
  width: 100%;
  max-width: 960px;
}

.w128 {
  width: 100%;
  max-width: 1280px;
}

.w87 img, .w87 video, .w96 img, .w96 video, .w128 img, .w128 video {
  width: 100%;
}

.wbf {
  width: 100vw;
}

.wbf img {
  width: 100% !important;
}

.wbf video {
  width: 100%;
}

/* 2단 그리드 */
.w96.da2, .w128.da2 {
  font-size: 0;
}

.w96.da2 .da_inner, .w128.da2 .da_inner {
  width: calc(50% - 16px);
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.w96.da2 .da_inner:first-child, .w128.da2 .da_inner:first-child {
  margin-right: 32px;
}

.w96.da2 .da_inner .da_inner_t, .w128.da2 .da_inner .da_inner_t {
  font-weight: bold;
}

#wpr_p_summary span, #wpr_p_concept span {
  font-weight: bold;
}

.wpr_tindex_sqaure {
  margin-top: -60px;
  position: relative;
}

.wpr_tindex_sqaure img {
  width: 100%;
}

#title-info {
  margin-top: 60px;
}

#title-info h1 {
  font-size: 24px;
  font-weight: bold;
}

#title-info h2 {
  margin-top: 4px;
  font-size: 18px;
}

#title-info .ti_subinfo {
  margin-top: 20px;
  height: 20px;
  font-size: 14px;
  color: #a3a3a3;
}

#title-info .ti_subinfo span.vrtbar {
  vertical-align: middle;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background-color: #EDEDED;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #title-info {
    margin-top: 30px;
  }
  #title-info h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
  }
  #title-info h2 {
    margin-top: 4px;
    font-size: 18px;
    line-height: 25px;
  }
  .wpr_tindex_sqaure {
    margin-top: -30px;
    height: 360px;
    width: 100vw;
    max-height: 600px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
  }
  .wpr_tindex_sqaure img {
    width: 300%;
    margin-left: -100%;
  }
}
.wpr_tindex_sqaure .tindex_txts {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  position: absolute;
  color: #fff;
}

.wpr_tindex_sqaure .tindex_title {
  font-size: 36px;
  line-height: 50px;
}

.wpr_tindex_sqaure .tindex_sub {
  font-size: 24px;
  line-height: 32px;
  margin-top: 240px;
  margin-bottom: -120px;
}

@media screen and (max-width: 768px) {
  .wpr_tindex_sqaure .tindex_title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wpr_tindex_full {
  width: 100vw;
  position: relative;
  margin-bottom: 60px;
}

.wpr_tindex_full .tindex_bg {
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.wpr_tindex_full .tindex_bg img {
  display: none;
}

.wpr_tindex_full .tindex_txts {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  position: absolute;
  color: #fff;
}

.wpr_tindex_full .tindex_title {
  font-size: 54px;
  line-height: 60px;
}

.wpr_tindex_full .tindex_sub {
  font-size: 24px;
  line-height: 32px;
  margin-top: 240px;
  margin-bottom: -120px;
}

.wpr_tindex_full .wpr_dt_v video {
  width: 100%;
}

.da_inner_p.left {
  text-align: left;
}

.da_inner_p.center {
  text-align: center;
}

.da_inner_p.h3 {
  font-size: 24px;
  line-height: 40px;
  text-decoration: underline;
}

/*.da_inner.designer_left {width:calc(60% - 10px); display: inline-block;vertical-align: top}*/
/*.da_inner.designer_left .designer_title {font-weight: bold}*/
/*.da_inner.designer_left .designer_desc {font-weight: normal; word-break: keep-all}*/
/*.da_inner.designer_left .designer_sign {width:auto; margin-left:50%; margin-top:40px;}*/
/*.da_inner.designer_right {width:calc(40% - 10px); display: inline-block}*/
.wpr_designer {
  padding-top: 60px;
  border-top: 1px solid #ededed;
  position: relative;
}

.designer_title {
  float: left;
}

img.designer_sign {
  float: right;
  width: 100%;
  max-width: 180px;
  padding-top: 10px;
}

.btmbrand {
  text-align: center;
  font-size: 0;
}

.btmbrand svg {
  background-color: #EDEDED;
  height: 1px;
}

.btmbrand img.brand_img {
  width: auto;
  margin: 0 auto;
  margin-top: 50px;
}

.btmbrand .brand_desc {
  width: 700px;
  word-break: keep-all;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}

.btmbrand .brand_left {
  display: inline-block;
  width: calc(50% - 20px);
  text-align: left;
  vertical-align: top;
  margin-top: 50px;
  margin-right: 40px;
  font-size: 16px;
}

.btmbrand .brand_right {
  display: inline-block;
  width: calc(50% - 20px);
  text-align: left;
  vertical-align: top;
  margin-top: 50px;
  font-size: 16px;
}

.btmbrand .brand_left span, .btmbrand .brand_right span {
  font-weight: bold;
}

/* Tiles */
.wpr_tiles {
  cursor: pointer;
  position: relative;
}

.tiles_row {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  height: auto;
  overflow-y: hidden;
}

.tiles_row .tile_item:first-child {
  margin-right: 20px;
}

.tiles_r1 {
  margin-bottom: 20px;
  cursor: auto;
}

.tiles_r2 {
  margin-bottom: 20px;
}

.tiles_r3 {
  overflow-x: hidden;
}

.tile_item {
  display: inline-block;
  max-height: 400px;
  overflow-y: hidden;
  vertical-align: top;
  cursor: pointer;
}

.tile_item.t3 {
  width: calc(33.5% - 10px);
}

/*.tile_item.t3 img {height:100%; width:auto; cursor: pointer}*/
/*.tile_item.t3 {height:420px; width:auto;}*/
.tile_item.t5 {
  width: calc(49.5% - 10px);
}

/*.tile_item.t7 {width: calc(65% - 10px)}*/
.tile_item.t7 {
  width: calc(65.5% - 10px);
  overflow-x: hidden;
}

.tile_item.t7 img {
  width: 101%;
}

.tile_item.tfull {
  width: 99%;
  margin-right: 0;
}

/* Tiles Layer Popup */
/*gallery*/
.wrapper_gal_pop_up {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}

.gal_pop_up {
  z-index: 3;
  width: 90%;
  height: 82%;
  margin: 2% 5% 5% 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  pointer-events: none;
  /*background: rgba(50,21,100,0.7); */
  position: relative;
}

.wrapper_gal_set {
  width: 90%;
  height: 100%;
  margin: 0 5%;
  background: rgba(40, 95, 101, 0.3);
  pointer-events: fill;
}

.gal_info {
  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: 300;
  width: 20px;
  height: 20px;
  right: -10px;
  text-align: center;
  position: absolute;
  top: 20px;
  z-index: 5;
  cursor: pointer;
}

.wrapper_gal_control {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: fill;
}

.gal_control {
  text-align: left;
  z-index: 5;
  position: relative;
}

.control_btn {
  width: 12px;
  display: inline-block;
  cursor: pointer;
  z-index: 5;
  position: absolute;
}

.arrow_left {
  left: 0 !important;
  top: 0 !important;
}

.arrow_right {
  left: 99% !important;
  top: 0 !important;
}

.gal_bg_dim {
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
}

.wrapper_gal_pop_up .bx-wrapper {
  max-height: 100%;
  height: 100%;
}

.wrapper_gal_pop_up .bx-viewport {
  max-height: 100%;
  height: 100% !important;
}

.wrapper_gal_pop_up .bx-viewport ul {
  height: 100%;
}

.wrapper_gal_pop_up .bx-viewport ul li {
  max-height: 100%;
}

.wrapper_gal_pop_up .bx-viewport ul li img {
  max-height: 100%;
}

/*.wrapper_gal_pop_up {top:-200vh}*/
.wrapper_gal_pop_up {
  visibility: hidden;
  pointer-events: none;
}

/* Tiles END */
@media screen and (max-width: 768px) {
  .w96, .w128, .wbf {
    margin-bottom: 40px;
  }
  .w128.da2 {
    font-size: 0;
  }
  .w96.da2 .da_inner, .w128.da2 .da_inner {
    width: 100%;
    line-height: 0;
    display: block;
    margin-bottom: 20px;
  }
  .w128.da2 .da_inner:first-child {
    margin-right: 0;
  }
  .w96.da2 .da_inner .da_inner_t, .w128.da2 .da_inner .da_inner_t {
    font-size: 14px;
    line-height: 25px;
  }
  .w96.da2 .da_inner .da_inner_p, .w128.da2 .da_inner .da_inner_p {
    font-size: 14px;
    line-height: 25px;
  }
  .da_inner_p.left {
    text-align: left;
  }
  .da_inner_p.center {
    text-align: left;
  }
  .da_inner_p.left br, .da_inner_p.center br {
    display: none;
  }
  .wpr_tindex_full .tindex_title {
    font-size: 28px;
    line-height: 36px;
  }
  .wpr_tindex_full .tindex_sub {
    font-size: 20px;
    line-height: 24px;
    margin-top: 180px;
    margin-bottom: -40px;
  }
  .da_inner_p.h3 {
    font-size: 21px;
    line-height: 38px;
    text-decoration: underline;
    padding: 20px 0;
  }
  img.designer_sign {
    max-width: 120px;
    padding-top: 40px;
  }
  .btmbrand .brand_desc {
    width: 100%;
    font-size: 14px;
  }
  .btmbrand .brand_desc span br {
    display: none;
  }
  .btmbrand .brand_left {
    width: 100%;
    margin-right: 0px;
    font-size: 14px;
  }
  .btmbrand .brand_right {
    width: 100%;
    margin-right: 0px;
    font-size: 14px;
  }
  .btmbrand .brand_left span, .btmbrand .brand_right span {
    font-weight: bold;
  }
  /* Tiles */
  .wpr_tiles {
    cursor: pointer;
    position: relative;
  }
  .tiles_row {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    height: auto;
    overflow-y: hidden;
  }
  .tiles_row .tile_item:first-child {
    margin-right: 10px;
  }
  .tiles_r1 {
    margin-bottom: 10px;
    cursor: auto;
  }
  .tiles_r2 {
    margin-bottom: 10px;
  }
  .tile_item {
    display: inline-block;
    max-height: 400px;
    overflow-y: hidden;
    vertical-align: top;
    cursor: pointer;
  }
  .tile_item.t3 {
    width: calc(33.5% - 5px);
  }
  /*.tile_item.t3 img {height:100%; width:auto; cursor: pointer}*/
  /*.tile_item.t3 {height:420px; width:auto;}*/
  .tile_item.t5 {
    width: calc(49.5% - 5px);
  }
  /*.tile_item.t7 {width: calc(65% - 10px)}*/
  .tile_item.t7 {
    width: calc(65.5% - 5px);
  }
  .tile_item.t7 img {
    width: 101%;
  }
  .tile_item.tfull {
    width: 99%;
    margin-right: 0;
  }
  .gal_pop_up {
    z-index: 3;
    width: 86%;
    height: 80%;
    margin: 0 auto;
    padding-top: 20%;
    padding-bottom: 5%;
    pointer-events: none;
  }
}

/*# sourceMappingURL=template_work_view.css.map */
