@charset "utf-8";

/* View */
.view-wrap .img-photo i {
  background: rgb(245, 245, 245);
  padding: 16px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 40px;
  display: inline-block;
}

.view-wrap .img-photo img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px !important;
  display: inline-block;
}

.view-wrap .img-resize img {
  max-width: 100%;
  height: auto;
}

.view-wrap .no-attach {
  border-bottom: 0px;
}

.view-wrap .view-cnt {
  letter-spacing: 0;
}

.view-wrap h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  line-height: 50px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  margin: 0px;
  padding: 0px 10px;
  color: rgb(59, 62, 67);
  letter-spacing: -1px;
}

.view-wrap h1 span.talker-photo {
  margin-bottom: 10px;
  margin-right: 10px;
}

.view-head {
  border-left: 0px;
  border-right: 0px;
  display: none;
}

.view-head .sp {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 11px;
  color: #888;
}

.view-head .list-group-item {
  padding: 5px 15px;
  border-style: dotted;
}

.view-tag {
  margin: 10px 0px;
  padding: 0px;
  line-height: 30px;
  color: #888;
}

.view-tag a {
  padding: 5px 8px;
  background: #777;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  line-height: 1;
}

.view-tag a:hover {
  background: #f05223;
}

.view-cnt {
  margin-top: 4px;
}

.view-img{
  position:relative;
}
.view-img::after {
  content: "";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  background:rgba(0,0,0,0.3);
  border-radius: 30px;
}

.view-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
  border: 0;
  height: auto;
  border-radius: 30px;
}

.view-content {
  padding-bottom: 20px;
  line-height: 180%;
}

.view-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.view-content p {
  padding: 0;
  margin: 0;
  line-height: 180%;
}

.view-good-box {
  text-align: center;
}

.view-good-box span {
  margin: 15px 6px;
  width: 80px;
  height: 80px;
  display: inline-block;
}

.view-good-box a {
  background: rgb(245, 245, 245);
  padding-top: 14px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 22px;
  line-height: 26px;
  display: inline-block;
}

.view-good-box .view-good a:hover {
  background: rgb(223, 17, 25);
  color: rgb(255, 255, 255);
}

.view-good-box .view-nogood a:hover {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.view-author .auth-photo {
  width: 160px;
  padding-right: 15px;
}

.view-icon {
  margin-bottom: 10px;
  text-align: right;
}

.view-icon img {
  width: 34px;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
}

.view-icon a {
  width: 34px;
}

.view-comment {
  margin: 0px;
  padding: 0px 0px 5px;
  text-transform: capitalize;
  overflow: hidden;
  border-bottom: 1px solid rgb(51, 51, 51);
  display: inline-block;
  position: relative;
}

/* Padding */
.view-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.is-mobile .view-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.view-author-none {
  height: 1px;
  border-top: 1px solid #eee;
  margin: 12px 0px 20px;
}

/* Comment */
.comment-media {
  margin: 10px 0px;
}

.comment-media .photo i {
  background: rgb(245, 245, 245);
  padding: 15px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  text-align: center;
  color: rgb(143, 143, 143);
  font-size: 30px;
  display: inline-block;
}

.comment-media .photo img {
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  display: inline-block;
}

.view-mobile .comment-media .photo i {
  padding: 10px;
  width: 54px;
  height: 54px;
}

.view-mobile .comment-media .photo img {
  width: 54px !important;
  height: 54px !important;
}

.comment-media .media {
  border-top: 1px solid #eee;
  margin: 7px 0px;
  padding: 7px 0px 0px;
}

.comment-media :first-child.media {
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

.comment-media h5 {
  margin: 2px 0px;
  line-height: 22px;
}

.comment-media .media .media-body {
  padding-left: 0px;
}

.comment-media .media .media-info {
  margin-left: 10px;
}

.comment-media .media .media-content {
  margin-top: 8px;
}

.comment-media .media .media-btn {
  margin-left: 4px;
}

.comment-media .cmt-good-btn {
  text-align: right;
  padding-right: 1px;
}

.comment-media .cmt-good, .comment-media .cmt-nogood {
  display: inline-block;
  width: 74px;
  height: 20px;
  margin-top: 10px;
  padding-right: 10px;
  margin-right: -1px;
  font: bold 11px verdana;
  text-align: right;
  letter-spacing: -1px;
  line-height: 19px;
  cursor: pointer;
}

.comment-media .cmt-good {
  background: url('../../img/cmt_good.gif') no-repeat left center;
  color: #f4695b;
}

.comment-media .cmt-nogood {
  background: url('../../img/cmt_nogood.gif') no-repeat left center;
  color: #888;
}

.comment-form {
  padding-top: 10px;
}

.comment-box {
  border: 1px solid #ddd;
  padding: 12px 12px 0px;
  margin-bottom: 15px;
  background: #fbfbfb;
}

.comment-content {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.comment-content .comment-cell {
  display: table-cell;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.comment-content .comment-cell.comment-submit {
  width: 80px;
  height: 100%;
  background: #fafafa;
  border: 1px solid #ccc;
  border-left: 0px;
  cursor: pointer;
}

.comment-btn .cursor {
  margin-left: 12px;
  color: #787878;
}

#wr_content {
  resize: none;
}

#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_vc_opt ol li {
  float: left;
  margin: 0;
}

#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}

#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}

#bo_vc_send_sns ul li {
  float: left;
  margin: 0 20px 0 0;
}

#bo_vc_send_sns input {
  margin: 0 0 0 5px;
}

/* newView-header  */
.view-wrap {
  overflow: visible;
  padding: 0 ;
}

.press-news {
  padding-top: 70px;
}

.view-header-box {
  position: relative;
}

.view-header-box .view-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 560px;
}

.view-header-box .view-header-title {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  display: flex;
  flex-direction: column;
  white-space: normal;
  word-break:keep-all;
  line-height: 1.5;
  padding: 0 10vw;
}

.view-header-box .view-header-title>span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #bdbdbd;
}

.view-header-box .view-icon-box {
  position: absolute;
  right: 20px;
  top: 20px;
}

.view-icon-box.bottom{
  padding:0 50px 50px;
  position: relative;
}

.view-icon-box.bottom .view-icon{
  padding:0;
  position: static;
  flex-direction: row;
  align-items:center;
  opacity:1;
}

.view-icon-box.bottom .view-icon a{
  margin-bottom:0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 5px;
  pointer-events:auto;
}


.view-icon-box .view-icon-toggle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #000;
  transition: 0.3s;
}

.view-icon-box .view-icon-toggle:hover {
  background: #fe5101 !important;
}

.view-icon-box.bottom .view-icon-toggle:hover {
  background: #000 !important;
}

.view-icon-box .view-icon {
  padding: 20px;
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  top: 0;
  right: -40px;
  opacity: 0;
  background: #fff;
  transform-origin: left;
  transition: all 0.3s;
  pointer-events: none;
}

.view-icon-box .view-icon.active {
  pointer-events: auto;
  opacity: 1;
  right: -80px;
}

.view-icon-box .view-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 10px;
  transform: rotate(90deg);
  width: 0px;
  height: 0px;
  border-top: 20px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.view-icon-box .view-icon a {
  width: 24px;
  height: 24px;
  margin-bottom: 20px;
}

.view-icon-box .view-icon a:last-of-type {
  margin-bottom: 0;
}

.view-icon-box .view-icon a:hover .path {
  fill: #fe5101 !important;
}

/* page-content */
.page-content {
  width:100%;
  display: block;
  margin-top: 20px;
  background: #fff;
  border-radius: 20px;
}

.page-content .view-content{
  padding: 50px;
}

/* view-btn-box */
.view-btn-box {
  width:100%;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-btn-box .view-btn {
  font-size: 16px;
  width: 150px;
  font-weight: 400;
}

.view-btn-box .view-btn:first-of-type {
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid #bdbdbd;
}

.view-btn-box .view-btn:last-of-type {
  text-align: left;
  padding-left: 30px;
}

.view-btn-box .view-btn:hover {
  color: #101110;
  font-weight: bold;
}

/* view-tag */
.view-tag {
  padding: 50px;
}

.view-tag a {
  padding: 0;
  margin-right: 20px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #101110;
  background: transparent;
  border-bottom: 1px solid #101110;
}

.view-tag a:hover {
  color: #101110;
  background: transparent;
}

/* newsletter-box */
.newsletter-box {
  margin-top: 50px;
  display: flex;
  background-color: #222222;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  justify-content: space-between;
}

.newsletter-title {
  flex: none;
  width: 200px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.newsletter-sub {
  line-height: 1.5;
  width: 100%;
  font-size: 14px;
  color: #eef0ef;
}

.newsletter-button {
  width: 192px;
  flex: none;
}

.newsletter-button>a {
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fe5101;
  font-weight: bold;
  font-size: 16px;
}

/* related-box */
.related-box {
  display: flex;
  justify-content: center;
}

.related-box-link {
  max-width: 25%;
  width: 100%;
  margin-right: 20px;
}

.related-box-link:last-of-type {
  margin-right: 0;
}

.related-box-img {
  filter: grayscale(1);
  border-radius: 10px;
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.related-box-link:hover .related-box-img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.related-box-nametec {
  margin-top: 20px;
  font-size: 13px;
  color: #fe5101;
}

.related-box-sub {
  margin: 10px 0 20px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1;
  color: #101110;
}

.related-box-title {
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
  padding-top: 10px;
  color: #101110;
}

@media(max-width:1400px) {
  .view-icon-box .view-icon {
    right: 20px;
  }

  .view-icon-box .view-icon.active {
    right: 60px;
  }

  .view-icon-box .view-icon::after {
    left: auto;
    right: -10px;
    transform: rotate(270deg);
  }
}

@media(max-width:1024px) {


  .page-content .view-content{
    padding: 30px;
  }

  .view-tag{
    width:calc(100% - 60px);
    padding:0;
    margin:30px;
  }

  .view-icon-box.bottom{
    padding:0 30px 30px;
  }

  .view-header-box .view-img img {
    height: 350px;
  }

  /* newsletter */
  .newsletter-box {
    flex-wrap: wrap;
  }

  .newsletter-title {
    align-items: center;
    flex-direction: row;
  }

  .newsletter-sub {
    margin: 10px 0;
  }

  .newsletter-button {
    width: 100%;
  }

  /* related-box */
  .related-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .related-box-link {
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }

  .related-box-link:nth-of-type(2n) {
    margin-right: 0;
  }

  .related-box-img {
    height: 250px;
  }

  .related-box-sub {
    display:inline-block;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    height:2.4em;
    word-break: keep-all;
  }
}

@media all and (max-width:768px) {
  .responsive .view-wrap h1 {
    text-overflow: clip;
    overflow: none;
    white-space: normal;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .responsive .view-wrap h1 .photo {
    display: none;
  }
  .view-content img{
    max-width: calc(100% + 90px);
    margin-left: -45px;
  }
}

@media all and (max-width:480px) {
  .responsive .view-author .auth-photo {
    float: none;
    width: 100%;
    padding-right: 0px;
  }

  .responsive .view-icon .pull-right {
    float: none !important;
  }


  /* 추가 */

  .newsletter-box {
    padding: 20px;
  }

  .view-btn-box .view-btn {
    font-size: 13px;
  }

  .newsletter-title {
    width: 100%;
    font-size: 18px;
  }
  .related-box-link{
    max-width:100%;
    margin-right:0;
  }

}
