#english_edition_body * {
  box-sizing: content-box;
  font-family: Pretendard, Arial, georgia, sans-serif;
}

.fc-333 {
  color: #333;
}

.fb {
  font-weight: bold;
}

.pt35 {
  padding-top: 35px !important;
}

.pt20 {
  padding-top: 20px !important;
}

#english_edition_body h2.headline-tit div {
  font-family: georgia;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

.ellipsis1 {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal !important;
  display: block;
}

.ellipsis2,
.ellipsis3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.ellipsis2 {
  -webkit-line-clamp: 3;
}

.ellipsis3 {
  -webkit-line-clamp: 3;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

* html .clearfix {
  height: 1%;
}

a {
  color: #000;
  text-decoration: none;
}

/* anchor (normal) Setup Code */
a:hover {
  text-decoration: underline;
}

/* anchor (mouse over) Setup Code */
.english_edition_body {
  width: 100%;
  min-width: 320px;
}

.skipMenu {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}

.skipMenu a {
  display: block;
  font-size: 0;
  height: 1px;
  line-height: 0;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  text-align: center;
  width: 1px;
}

.skipMenu a:focus,
.skipMenu a:hover,
.skipMenu a:active {
  background: #ffdabc;
  color: #333333;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  height: 20px;
  line-height: 1;
  margin: 0;
  padding: 8px 0 0 15px;
  width: auto;
}

html,
.overall {
  height: 100%;
}

.ad_300_80 {
  padding-bottom: 3%;
  text-align: center;
}

.not_scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.img-box-left {
  float: left;
  max-width: 320px;
  margin-right: 17px;
}

.img-box-right {
  float: right;
  max-width: 320px;
  margin-left: 17px;
}

.img-box-left img,
.img-box-right img {
  width: 100%;
}

/* 중제1,2 */
.cont-midtitle {
  display: block;
  margin: 30px 0 44px;
}
.cont-midtitle.type2 {
  padding: 18px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.cont-midtitle .text {
  margin: 0;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: normal;
  color: #111;
  padding-bottom: 0 !important;
}

/* 편집자주1 */
.cont-desc {
  position: relative;
  clear: both;
  margin: 50px 0 20px;
  padding: 50px 30px 20px;
  border: 1px solid #121212;

  line-height: 2.1;
  color: #2a2a2a;
  word-break: keep-all;
  word-wrap: break-word;
}
.cont-desc:after {
  content: '';
  display: block;
  clear: both;
}
.cont-desc + .cont-desc {
  margin-top: 20px;
}
.cont-desc.type1:before {
  content: '';
  position: absolute;
  top: 35px;
  left: 30px;
  height: 4px;
  width: 30px;
  background: #121212;
}
.cont-desc .text {
  margin-top: 0;
  padding-bottom: 0 !important;
}
.cont-desc .text:last-child {
  margin-bottom: 0;
}
.cont-desc .image-area {
  margin-top: 0;
}
.cont-desc .image-area:last-child {
  margin-bottom: 0;
}

/* 편집자주2 */
.cont-desc.type2 {
  padding-top: 63px;
}
.cont-desc.type2:before {
  content: '편집자주';
  position: absolute;
  top: 25px;
  left: 30px;
  padding: 3px 8px;
  border: 1px solid #121212;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #2a2a2a;
}

/* 인용1 */
.quote.type1 {
  position: relative;
  display: block;
  margin: 50px auto 70px;
  padding: 40px 60px;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  word-break: keep-all;
  word-wrap: break-word;
}
.quote.type1:before {
  content: '“';
  position: absolute;
  top: -14px;
  left: 0;
  padding: 0 10px;
  font-size: 50px;
  font-family: 'Noto Serif KR';
  background-color: #fff;
  line-height: 1;
  z-index: 1;
}
.quote.type1:after {
  content: '”';
  position: absolute;
  bottom: -36px;
  right: 0;
  padding: 0 10px;
  font-size: 50px;
  font-family: 'Noto Serif KR';
  background-color: #fff;
  line-height: 1;
  z-index: 1;
}
.quote.type1 .text {
  font-family: 'Noto Serif KR';
  padding-bottom: 0 !important;
  font-weight: bold;
  color: #333;
  line-height: 1.7;
}

/* 인용2 */
.quote.type2 {
  position: relative;
  display: block;
  margin-left: 20px;
  padding: 25px;
  border: 1px solid #121212;
  border-radius: 30px;
  border-top-left-radius: 0;
  word-break: keep-all;
  word-wrap: break-word;
}
.quote.type2:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  width: 28px;
  height: 20px;
  border-top: 1px solid #000;
  background-color: #fff;
}
.quote.type2:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -25px;
  width: 28px;
  height: 1px;
  border-top: 1px solid #000;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.quote.type2 .text {
  padding-bottom: 0 !important;
  line-height: 2.1;
}
.quote .text {
  margin-top: 0;
}
.quote .text:last-child {
  margin-bottom: 0;
}
.quote .image-area {
  margin-top: 0;
}
.quote .image-area:last-child {
  margin-bottom: 0;
}

/* 박스1 */
.cont-box {
  position: relative;
  clear: both;
  margin: 30px 0 50px;
  letter-spacing: normal;
  color: #2a2a2a;
  line-height: 2.24;
  word-break: keep-all;
  word-wrap: break-word;
}
.cont-box:after {
  content: '';
  display: block;
  clear: both;
}
.cont-box.type1 {
  padding: 25px 30px 18px;
  border: 1px solid #121212;
}
.cont-box.type1 .text {
  font-size: 17px;
  font-family: 'Noto Serif KR';
  font-weight: bold;
}

/* 박스2 */
.cont-box.type2 {
  border-radius: 15px;
  padding: 30px;

  background-color: #f8f8f8;
}
.cont-box .text {
  margin-top: 0;
  padding-bottom: 0 !important;
}
.cont-box .text:last-child {
  margin-bottom: 0;
}
.cont-box .image-area:not(.left, .right) {
  margin-top: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cont-box .image-area:last-child {
  margin-bottom: 0;
}

/*스프라이트*/
.english .paging {
  display: block;
  background: url('//img.hani.co.kr/section-image/international/en/paging.png')
    0 0 no-repeat;
  background-size: 55px 55px;
  text-indent: -9999px;
}

.sns {
  display: block;
  background: url('//img.hani.co.kr/section-image/international/comm/sns.png') 0
    0 no-repeat;
  background-size: 40px 220px;
  text-indent: -9999px;
}
#english_edition_body .pagingWrap * {
  box-sizing: border-box;
}

/*페이스북*/
.facebook-wrap {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -508px;
}

/*모바일 메뉴*/
html.open {
  overflow: hidden;
}

.menu-btn-wrap {
  display: none;
}

.menu-btn {
  position: absolute;
  top: 10px;
  left: 2%;
  width: 16px;
  height: 10px;
  z-index: 1;
  background: url('//img.hani.co.kr/section-image/international/comm/menu-bar.png')
    center center no-repeat;
  background-size: 16px 10px;
  cursor: pointer;
  text-indent: -9999px;
}

#menu-con .close {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url('//img.hani.co.kr/section-image/international/comm/menu-close.png')
    center center no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}

#menu-con {
  position: fixed;
  top: 0px;
  left: -220px;
  width: 220px;
  height: 100%;
  z-index: 100;
  background: #1f2121;
  text-align: center;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
}

#menu-con.open {
  left: 0px;
  -webkit-box-shadow: 37px 5px 69px -33px rgba(26, 26, 26, 1);
  -moz-box-shadow: 37px 5px 69px -33px rgba(26, 26, 26, 1);
  box-shadow: 37px 5px 69px -33px rgba(26, 26, 26, 1);
}

.page_cover.open {
  display: block;
}

.page_cover {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

.mobile-menu-lst {
  width: 220px;
  margin-top: 40px;
  text-align: left;
}

.mobile-menu-lst ul li a {
  display: block;
  margin-bottom: 1px;
  padding: 10px 10px;
  border-bottom: 1px solid #3a3a3a;
  color: #eee;
  font-size: 13px;
}

.mobile-menu-lst ul li a span {
  color: #b9b8b8;
  font-size: 10px;
}

.mobile-menu-lst ul li a strong {
  padding-right: 7px;
  font-weight: normal;
}

.mobile-menu-lst ul li a:hover {
  text-decoration: none;
}

/*헤더*/
.overall {
  max-width: 1320px;
  margin: 0 auto;
}

#wrap {
  min-height: 100%;
  box-shadow: 0px 0px 49px #e8e8e8;
  -o-box-shadow: 0px 0px 49px #e8e8e8;
  -moz-box-shadow: 0px 0px 49px #e8e8e8;
  -webkit-box-shadow: 0px 0px 49px #e8e8e8;
  background: #fff;
}

.sec-top-wrap {
  width: 100%;
  margin: 0 auto;
}

.sec-top-wrap .inner,
.sec-bottom,
.point-bg-wrap,
.content-wrap,
.point-bg-wrap02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.article-img {
  overflow: hidden;
}

.ad_300_250 {
  text-align: center;
}

/*메인헤더*/
.header {
  position: relative;
  width: 100%;
  height: 168px;
}

.sec-logo {
  position: relative;
  height: 133px;
}

.sec-logo h1 {
  padding: 58px;
  width: 310px;
  height: 50px;
  margin: 0 auto;
}

.sec-logo h1 a {
  display: block;
  width: 310px;
  height: 50px;
  background: url(//img.hani.co.kr/section-image/international/jp/japan-logo.png)
    no-repeat;
  text-indent: -9999px;
  background-size: cover;
}

.sec-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}

.sec-top-wrap {
  height: 25px;
  background: #0a0706;
}

.sec-top .sectop-right ul {
  float: right;
}

.sec-top .sectop-right ul li {
  float: left;
  padding: 0 0 0 8px;
  background: url(//img.hani.co.kr/section-image/international/comm/sec-top-line2.gif)
    left center no-repeat;
}

.sec-top .sectop-right ul li:first-child {
  padding: 0 8px 0 8px;
  background: none;
}

.sec-top .sectop-right ul li a {
  display: block;
  color: #b0b0b0;
  font-size: 11px;
  line-height: 26px;
}

.sec-bottom {
  position: relative;
  height: 31px;
  border-top: 1px solid #e5e5e5;
}

.update {
  line-height: 30px;
}

.update strong,
.update span {
  font-family: '맑은 고딕', 'Malgun Gothic';
}

.update strong {
  color: #000;
  font-size: 13px;
}

.update span {
  color: #777;
  font-size: 13px;
}

.search {
  position: absolute;
  right: 0;
  top: 0;
}

.search .btn-search {
  position: absolute;
  top: 7px;
  right: 0;
}

.search .btn-search a {
  display: block;
}

.form-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.form-search .search-box-wrap {
  width: 230px;
  vertical-align: middle;
  padding: 1px;
}

.search-box-inner {
  display: none;
  position: relative;
  width: 200px;
  height: 28px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 30px;
}

.form-search .search-box {
  width: 170px;
  height: 28px;
  margin-left: 10px;
  border: none;
  vertical-align: top;
  font-size: 18px;
}

.search-close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.search-close img {
  display: block;
}

.search-box-wrap .btn {
  position: absolute;
  top: 7px;
  right: 0;
  width: 26px;
  transition: 0.3s ease-out;
}

.point-bg-wrap {
  overflow: hidden;
  position: relative;
  height: 2px;
  background: url(//img.hani.co.kr/section-image/international/jp/header-line.jpg)
    center top no-repeat;
  z-index: 1;
  background-size: 1000px 2px;
}

/* .point-bg{position: absolute;left:0;width:135px;height:2px;background:url(//img.hani.co.kr/section-image/international/jp/point-line.png) center top no-repeat;z-index: 2;background-size:135px 2px} */
.content-bottom .fixed-left {
  padding-bottom: 20px;
}

/*리스트,뷰 헤더*/
.comm-head-wrap {
  width: 1000px;
  margin: 0 auto;
}

.view-list-comm .facebook-wrap {
  float: left;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  margin-left: -10px;
}

.view-list-comm .sec-logo {
  float: left;
}

.view-list-comm .header {
  height: 120px;
}

.view-list-comm .comm-sec-head {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}

.view-list-comm .sec-logo {
  height: auto;
}

.view-list-comm .sec-logo h1 {
  float: left;
  width: 205px;
  height: 33px;
  margin: 0 20px 0 0;
  padding: 0;
}

.view-list-comm .sec-logo h1 a {
  width: 205px;
  height: 33px;
  background: url(//img.hani.co.kr/section-image/international/jp/japan-logo-6.png)
    no-repeat;
  background-size: cover;
}

.view-list-comm .content-bottom {
  margin-top: 0;
}

.view-list-comm .search {
  float: right;
  position: relative;
}

.view-list-comm .article-time {
  display: block;
  margin-top: 7px;
  padding-left: 18px;
  color: #777;
  font-size: 10px;
  background: url(//img.hani.co.kr/section-image/international/jp/time.png) 0
    center no-repeat;
  background-size: 11px 11px;
}

.view-list-comm .article-headline {
  margin-bottom: 35px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
}

.view-list-comm .view_map {
  padding-bottom: 5px;
}

.view-list-comm .view_map a:hover {
  text-decoration: underline;
}

.view-list-comm .view_map a {
  color: #555;
  font-size: 12px;
}

.view-list-comm .view_map span {
  color: #999;
  font-size: 12px;
}

.view-list-comm .headline-bottom {
  position: relative;
}

.view-list-comm .headline-tit {
  padding-bottom: 20px;
  color: #000;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.8px;
}

.view-list-comm .headline-tit div {
  line-height: 1.4;
}

.view-list-comm .headline-data {
  float: left;
  padding-top: 8px;
  color: #777;
  font-size: 11px;
}

.view-list-comm .headline-sns {
  float: right;
}

.view-list-comm .headline-sns ul li {
  float: left;
}

.view-list-comm .headline-sns ul li a {
  height: 24px;
  padding-left: 16px;
}

.view-list-comm .headline-sns ul li a.facebook {
  width: 10px;
  padding-left: 22px;
  background-position: 0 0;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 0 no-repeat \9;
}

.view-list-comm .headline-sns ul li a.twitter {
  width: 23px;
  background-position: 0 -34px;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 -34px no-repeat \9;
}

.view-list-comm .headline-sns ul li a.google {
  width: 24px;
  background-position: 0 -70px;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 -70px no-repeat \9;
}

.view-list-comm .headline-sns ul li a.print {
  width: 20px;
  background-position: 0 -110px;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 -110px no-repeat \9;
}

.view-list-comm .headline-sns ul li a.large {
  width: 20px;
  background-position: 0 -150px;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 -150px no-repeat \9;
}

.view-list-comm .headline-sns ul li a.small {
  width: 20px;
  background-position: 0 -182px;
  background: url('//img.hani.co.kr/section-image/international/comm/sns-ie8.png')
    0 -182px no-repeat \9;
}

.view-list-comm .article-view {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  position: relative;
  overflow: hidden;
}

.view-list-comm .fixed-left p {
  padding-bottom: 25px;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0;
}

.view-list-comm .article-view .img-box {
  max-width: 655px;
  margin: 0 auto;
}

.view-list-comm .article-view img {
  width: 100%;
}

.view-list-comm .article-view .img-box img {
  width: 100%;
}

.view-list-comm .article-view .desc {
  max-width: 655px;
  margin: 5px auto 20px;
  color: #777;
  font-size: 12px;
  word-wrap: break-word;
}

.content-bottom .fixed-left .related-article {
  padding: 16px 0 32px;
  border-bottom: none !important;
}

.content-bottom .fixed-left .related-article h3 {
  margin: 0 0 16px;
  font-size: 20px;
  color: #333;
}

.content-bottom .fixed-left .related-article ul li:first-child {
  padding: 0;
}

.content-bottom .fixed-left .related-article ul li {
  width: 80%;
  padding: 8px 0 0;
  border: none;
}

.content-bottom .fixed-left .related-article ul li a {
  color: #777;
  font-size: 14px;
}

.content-bottom .fixed-left .related-article ul li a:hover {
  text-decoration: underline;
}

.content-bottom .fixed-left .reporter {
  padding-bottom: 15px;
}

.content-bottom .fixed-left .reporter {
  color: #555;
  font-size: 16px;
}

.content-bottom .fixed-left .view-data {
  color: #555;
  font-size: 14px;
}

.content-bottom .fixed-left .original-article a {
  padding-top: 10px;
  color: #2480ba;
  font-size: 14px;
}

.content-bottom .fixed-left .original-article a:hover {
  text-decoration: underline;
}

.content-bottom .fixed-left .original-article span {
  color: #777;
  font-size: 14px;
}

.facebook-comment {
  width: 100%;
  height: auto;
  padding: 25px 0;
  text-align: center;
}

.article-view h4 {
  padding-bottom: 35px;
}

/*main 컨텐츠 top*/
#english_edition_body .content-wrap {
  padding: 20px 0 70px;
  box-sizing: border-box;
}

.content-wrap .con span {
  display: block;
}

.content-wrap a:hover {
  text-decoration: none;
}

.content-top {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #b9bbbb;
}

.content-top .con-left,
.content-top .con-center {
  height: 400px;
  border-right: 1px solid #e5e5e5;
}

.content-top .con-right {
  height: 370px;
}

.content-top .con-left {
  float: left;
  width: 23%;
  padding: 0 1.06% 0 0;
}

.content-top .con-center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -26%;
  width: 49.5%;
  padding: 0 1.06% 0 1.06%;
}

.content-top .con-center img {
  width: 495px;
  height: 300px;
}

.content-top .con-right {
  float: right;
  width: 23%;
  padding: 0 0 0 1.06%;
}

.article-tit:hover,
.article-txt:hover {
  text-decoration: underline;
}

.article-txt {
  color: #555;
  font-size: 12px;
  letter-spacing: -0.4px;
  line-height: 18px;
}

.con-left .article-img {
  overflow: hidden;
  width: 230px;
  height: 140px;
}

.con-left .article-img img {
  width: 230px;
  height: 140px;
}

.con-center .article-img {
  overflow: hidden;
  position: relative;
  width: 495px;
  max-height: 297px;
}

.con-right .article-img {
  overflow: hidden;
  width: 70px;
  height: 43px;
}

.con-center .article-img span.mask {
  display: none;
}

.con-center .article-tit {
  max-height: 94px;
  margin-top: 7px;
  color: #041013;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.con.con-center .article-txt {
  display: none;
}

.con.con-center .article-txt span {
  margin-top: 5px;
}

.con-left .article-tit {
  margin: 10px 0 7px;
}

.con-left .article-tit,
.con-right .article-tit {
  max-height: 90px;
  color: #041013;
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: -0.7px;
}

.con-right .con-right-lst .article-tit {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 22px;
}

.con-right .con-right-lst {
  margin: 10px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #e5e5e5;
}

.con-right .con-right-lst:first-child {
  margin: 0;
  padding: 0;
  border-top: 0;
}

.con-right .con-right-lst .article-img {
  float: right;
  height: 43px;
  margin: 4px 0 0 9px;
}

.con-left .article-txt {
  overflow: hidden;
  max-height: 160px;
  line-height: 18px;
}

.con-left .ellipsis2 {
  -webkit-line-clamp: 4;
}

.china .con-right .ellipsis2 {
  -webkit-line-clamp: 2;
}

/*메인/일람 컨텐츠 bottom list*/
.content-bottom {
  margin-top: 25px;
}

.content-bottom .comm-fixed {
  float: left;
}

.content-bottom .fixed-left {
  width: 66%;
  padding: 0 1.9% 0 0;
  border-right: 1px solid #e5e5e5;
}

.content-bottom .fixed-right {
  width: 30%;
  margin: 0 0 0 2%;
}

.content-bottom .fixed-left ul li a,
.content-bottom .fixed-left ul li span {
  display: block;
}

.content-bottom .fixed-left ul li {
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.content-bottom .fixed-left ul li:first-child {
  padding: 0 0 20px;
  border-top: 0;
}

.content-bottom .fixed-left ul li a {
  overflow: hidden;
}

.comm-fixed.fixed-left .article-img {
  float: right;
  padding-left: 20px;
  width: 160px;
  height: 96px;
}

.comm-fixed.fixed-left .article-img img {
  width: 160px;
  height: 96px;
}

.comm-fixed .lst-txt-wrap .article-tit {
  max-height: 43px;
  margin-bottom: 5px;
  color: #041013;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: -0.7px;
  line-height: 22px;
}

.comm-fixed .lst-txt-wrap .article-txt {
  display: block;
  max-height: 50px;
  color: #777;
  font-size: 12px;
  line-height: 17px;
}

.comm-fixed.fixed-left .lst-txt-wrap {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
}

/*우측모듈*/
.content-bottom .fixed-right .right-con {
  margin: 0 0 30px;
}
.content-bottom .fixed-right .right-con + .right-con {
  margin-top: 30px;
}
.english .content-bottom .fixed-right .ad_300_250.right-con {
  margin-bottom: 0;
}

.content-bottom .fixed-right h3 {
  padding-bottom: 10px;
  color: #1f2a2d;
  font-size: 16px;
  border-bottom: 1px solid #b9bbbb;
}

.opinion ul {
  margin-top: 15px;
}

.opinion ul li {
  overflow: hidden;
  padding-top: 15px;
}

.opinion ul li:first-child {
  padding-top: 0;
}

.opinion ul li .article-txt {
  display: table-cell;
  height: 42px;
  vertical-align: middle;
}

.opinion ul li .article-txt span {
  display: block;
  font-size: 15px;
  line-height: 18px;
}

.opinion ul li a {
  display: block;
}

.opinion ul li a .article-img {
  float: right;
  width: 80px;
  height: 48px;
  padding-left: 15px;
}

.jeju-news h3 a {
  color: #1f2a2d;
  font-size: 16px;
}

.jeju-news ul {
  margin-top: 15px;
}

.jeju-news ul li {
  overflow: hidden;
  height: 100px;
  padding-top: 15px;
}

.jeju-news ul li:first-child {
  padding-top: 0;
}

.jeju-news ul li .article-tit {
  padding-bottom: 3px;
  font-size: 14px;
}

.jeju-news ul li .article-txt {
  display: table-cell;
  height: 57px;
  vertical-align: middle;
}

.jeju-news ul li .article-txt span {
  display: block;
  overflow: hidden;
  max-height: 52px;
  font-size: 12px;
}

.jeju-news ul li a {
  display: block;
}

.jeju-news ul li a .article-img {
  float: right;
  width: 97px;
  height: 57px;
  padding-left: 15px;
}

.more-article ul {
  margin-top: 10px;
}

.more-article ul li {
  overflow: hidden;
  padding-bottom: 10px;
}

.more-article ul li a {
  display: block;
  color: #2f3537;
  font-size: 15px;
}

.more-article ul li a strong {
  color: #41e0de;
  font-size: 18px;
  vertical-align: middle;
}

.view-list-comm .article-time {
  display: block;
  margin-top: 7px;
  padding-left: 18px;
  color: #777;
  font-size: 10px;
  background: url(//img.hani.co.kr/section-image/international/jp/time.png) 0
    center no-repeat;
  background-size: 11px 11px;
}

/*검색 상세페이지*/
.search-detail {
  margin-bottom: 20px;
  padding: 1.7% 2%;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
}

.search-con-top {
  margin-bottom: 10px;
}

.search-con-top ul li.on {
  padding: 2px 16px;
  background: #00c5f1;
  border: none;
}

.search-con-bottom ul li.on {
  padding: 2px 16px;
  background: #838383;
  border: none;
}

.search-con-top ul li.on a,
.search-con-bottom ul li.on a {
  color: #fff;
}

.search-con-top ul li,
.search-con-bottom ul li {
  float: left;
  margin-right: 5px;
  padding: 1px 15px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  line-height: 20px;
}

.search-con-top ul li a {
  color: #555;
  font-size: 14px;
}

.search-con-bottom ul li a {
  color: #555;
  font-size: 13px;
}

.search-con-lst {
  float: left;
}

.search-con-bottom .search-con-form {
  float: left;
  padding-left: 15px;
  margin-top: 0;
}

.search-con-bottom .search-con-form .tit {
  color: #555;
  font-size: 13px;
}

.search-con-bottom .search-con-form .split {
  color: #777;
}

.search-con-bottom .search-con-form .btn {
  margin-left: 3px;
  padding: 2px 17px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  background: #080808;
  border-radius: 20px;
}

.search-con-bottom .search-con-form input {
  width: 120px;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 13px;
}

.search-page .comm-fixed .lst-txt-wrap .article-tit {
  color: #0100cc;
  text-decoration: underline;
}

.search-title {
  margin-bottom: 20px;
  padding: 5px 0 10px;
  border-bottom: 1px solid #e5e5e5;
}

.search-title h3 {
  float: left;
  padding-right: 10px;
  color: #000;
  font-size: 18px;
}

.search-title span.total {
  display: block;
  float: left;
  color: #777;
  font-size: 13px;
  line-height: 27px;
}

.no-search {
  padding: 20px 0;
}

.no-search .no-search-tit {
  text-align: center;
  color: #444;
  font-size: 18px;
}

.no-search .no-search-tit strong {
  color: #000;
}

.no-search .no-search-txt {
  margin-top: 15px;
  color: #555;
  font-size: 13px;
  text-align: center;
}

/*푸터*/
.footer {
  width: 100%;
  clear: both;
}

.footer .inner {
  padding: 24px 20px;
  background: #010c0f;
  color: #9e9e9e;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
}

.footer .link-list {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
}

.footer .link-list a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #9e9e9e;
  letter-spacing: 0;
}

.footer .link-list a + a:before {
  content: '';
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #9e9e9e;
}

.footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 13px;
  margin-top: 8px;
  margin-bottom: 5px;
  letter-spacing: 0;
}

.footer ul li {
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer .inner,
  .footer .link-list a {
    font-size: 12px;
  }
  .footer .link-list {
    gap: 16px;
  }
  .footer .link-list a + a:before {
    left: -8px;
  }
}

/*영문*/

.content-top .con-left,
.content-top .con-center {
  height: 420px;
}

/*영문*/
.english .opinion ul li {
  padding-top: 15px;
}

.english .opinion ul li:first-child {
  padding-top: 0;
}

.english.view-list-comm .article-time {
  background: url(//img.hani.co.kr/section-image/international/cn/time.png) 0
    center no-repeat;
  background-size: 11px 11px;
  font-size: 11px;
}

.english .con-left .article-tit {
  max-height: 90px;
}

.english .con-right .article-tit {
  max-height: 65px;
}

.english .more-article ul li a strong {
  padding-right: 5px;
  color: #7a1d7c;
}

.english .search-con-top ul li.on {
  background: #6600b3;
}

#english_edition_body .english .article-tit,
#english_edition_body .english .headline-tit {
  font-family: georgia, sans-serif;
  font-weight: 700;
}

.english .article-txt {
  letter-spacing: 0;
}

.english .article-view,
.english .fixed-wrap {
  color: #333;
  line-height: 1.6;
  letter-spacing: 0;
}

.english.view-list-comm .fixed-wrap .article-view .desc {
  line-height: 16px;
}

.english .img-box-center img {
  width: 100%;
}

#english_edition_body .english.view-list-comm .fixed-wrap p {
  padding-bottom: 20px;
  font-family: Pretendard, serif;
}

.english .img-box-center .desc {
  max-width: 1000px;
  margin: 5px auto 20px;
  color: #777;
  font-size: 12px;
}

.english .article-view {
  overflow: hidden;
}

.english #inner_originArticle {
  display: block;
  width: 97px;
  height: 25px;
  margin-top: 15px;
}

.english.view-list-comm .comm-state li a,
.english .state ul li a,
.view-list-comm .article-time {
  font-size: 11px;
}

.english .header {
  height: 165px;
}

.english .sec-bottom {
  height: 28px;
}

.english.view-list-comm .header {
  height: 120px;
}

.english .point-bg-wrap {
  overflow: hidden;
  position: relative;
  height: 2px;
  background: url(//img.hani.co.kr/section-image/international/en/header-line.jpg)
    center top no-repeat;
  z-index: 1;
  background-size: 1000px 2px;
}

/* .english .point-bg{position: absolute;left:0;width:135px;height:2px;background:url(//img.hani.co.kr/section-image/international/en/point-line.png) center top no-repeat;z-index: 2;background-size:135px 2px} */
.english .sec-logo h1 a {
  display: block;
  width: 310px;
  height: 50px;
  background: url(//img.hani.co.kr/section-image/international/en/english-logo.png)
    no-repeat;
  text-indent: -9999px;
  background-size: cover;
}

.english.view-list-comm .sec-logo h1 a {
  width: 205px;
  height: 40px;
  background: url(//img.hani.co.kr/section-image/international/en/english-logo-6.png)
    no-repeat;
  background-size: cover;
}

.english .pagingWrap .on.link_page {
  background-color: #7a1d7c;
}

/*프린트팝업*/
.print .content-bottom .fixed-left {
  width: 100%;
  padding: 0;
  border-right: 0;
}

.print.view-list-comm .article-view {
  border-bottom: 0;
}

.print.view-list-comm .sec-logo h1 a {
  width: 205px;
  height: 33px;
  background: none;
  text-indent: 0;
}

.print .point-bg-wrap02 {
  overflow: hidden;
  position: relative;
  background: none;
  z-index: 1;
}

.print.view-list-comm .header {
  height: 100px;
}

.print.view-list-comm .comm-sec-head {
  padding-top: 53px;
}

.english.view-list-comm .content-bottom .fixed-left {
  min-height: 1510px;
}

.article-view {
  width: 100%;
}

.intro-wrap p,
.article-view p {
  width: 100%;
  word-wrap: break-word;
}

.english.view-list-comm .sub-title {
  padding-bottom: 15px;
}

.english .intro-wrap p {
  width: auto;
}

/*상단메뉴추가 수정*/
/*메인*/
.state {
  position: absolute;
  bottom: 137px;
  left: 0;
  margin-left: 0;
}

.state ul li,
.view-list-comm .comm-state li {
  float: left;
  padding: 0 10px;
  background: url(//img.hani.co.kr/section-image/international/comm/sec-top-line2.gif)
    left center no-repeat;
  line-height: 29px;
}

.state ul li:first-child,
.view-list-comm .comm-state li:first-child {
  padding: 0 10px 0 0;
  background: none;
}

.state ul li a,
.view-list-comm .comm-state li a {
  color: #b0b0b0;
  font-size: 10px;
}

.update {
  position: absolute;
  top: -33px;
}

.search {
  position: absolute;
  right: 0;
  top: -36px;
}

.sec-bottom {
  border-top: 1px solid #b9b9b9;
}
.sec-bottom .nav {
  display: block;
  line-height: 34px;
  margin: 0 auto;
}

.sec-bottom .nav ul {
  margin: 0 auto;
}

.sec-bottom .nav ul li {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #e5e5e5;
}

.sec-bottom .nav ul li:first-child {
  border-left: 1px solid #e5e5e5;
}

.sec-bottom .nav ul li a {
  color: #111;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.9px;
}

.english .sec-bottom .nav ul li a {
  letter-spacing: 0;
}

.english .sec-bottom .nav ul {
  max-width: 785px;
  text-align: center;
}

/* 본문 - 연재, 이슈 영역 추가 20251016 */
.box-article-wrap {
  padding-bottom: 32px;
}
.box-article {
  padding: 16px 24px 24px;
  border: 1px solid #E5E5E5;
}
.box-article + .box-article  {
  margin-top: 16px;
}
.box-article-num {
  display: block;
  font-size: 12px;
  color: #777;
}
.box-article-num b {
  font-weight: 600;
}
.box-article-inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}
.box-article-title {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  background: url(https://img.hani.co.kr/section-image/23/hani/images/icon/icon-arrow.svg) no-repeat right 12px / 7px;
}
.box-article-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-right: 16px;
  flex: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 36px;
  color: #fff;
  font-family: georgia, sans-serif !important;
  font-weight: 700;
}
.box-article-list {
  overflow: hidden;
}
.box-article-item a {
  padding-left: 10px;
  text-indent: -10px;
  color: #777;
  font-size: 14px;
}
.box-article-item + .box-article-item {
  margin-top: 8px;
}
#taboola-below-article-new {
  margin-top: 0;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}
.tbl-feed-header-text {
  color: #333 !important;
  font-size: 20px !important;
  font-family: georgia, sans-serif !important;
}
.alternating-thumbnails-a .trc_rbox_header {
  padding-bottom: 5px !important;
}

@media screen and (max-width: 768px) {
  .box-article {
    padding: 16px;
  }
  .box-article-inner {
    margin-top: 10px;
    align-items: start;
  }
  .box-article-image {
    width: 80px;
    height: 80px;
    margin-top: 4px;
    font-size: 24px;
  }
  .box-article-item a {
    white-space: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.46;
    display: -webkit-box;
  }
}

/*서브페이지*/
.view-list-comm .search {
  top: 0;
}

.view-list-comm .search ul {
  float: left;
}

.view-list-comm .comm-state {
  position: absolute;
  top: -63px;
  left: 0;
  z-index: 5;
}

.view-list-comm .comm-state-top {
  position: absolute;
  top: 0;
  left: 0;
}

.view-list-comm .comm-sub-nav {
  display: block;
  float: left;
  min-height: 35px;
}

.view-list-comm .comm-sub-nav li {
  float: left;
  padding: 0 15px;
  vertical-align: middle;
}

.view-list-comm .comm-sub-nav li:first-child {
  padding: 0 10px 0 20px;
  border-left: 1px solid #e5e5e5;
}

.view-list-comm .comm-sub-nav li a {
  color: #333;
  font-size: 13px;
  white-space: pre-wrap;
}

.english .state {
  bottom: 135px;
}

.english.view-list-comm .comm-sub-nav li {
  padding: 0 11px;
}

/*와이드 해상도*/
@media screen and (max-width: 1600px) {
  .overall {
    max-width: 85%;
  }
}

@media screen and (max-width: 1260px) {
  .overall {
    max-width: 95%;
  }
}

@media screen and (max-width: 1100px) {
  .overall {
    max-width: 100%;
  }
}

@media screen and (max-width: 1050px) {
  .china.view-list-comm .comm-sub-nav li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1040px) {
  .china .weibo-wrap {
    position: absolute;
    left: 50%;
    margin-left: -402px;
  }
}

@media screen and (max-width: 1030px) {
  .sec-top .sectop-right ul {
    padding: 0 2%;
  }

  .wrap-top {
    padding: 0;
  }

  .view-list-comm .sec-logo {
    padding: 0 2%;
  }

  .search,
  .search .btn-search {
    right: 2%;
  }

  .update {
    padding-left: 2%;
  }

  .content-top .con-left {
    width: 22.7%;
  }

  .con-left .article-img {
    width: auto;
    height: auto;
  }

  .con-center .article-img {
    width: auto;
    max-height: 280px;
  }

  .content-top {
    padding-bottom: 0;
  }

  .content-bottom .fixed-left {
    width: 65%;
  }

  .view-list-comm .comm-sec-head {
    width: 100%;
  }

  .view-list-comm .headline-data {
    padding-top: 0;
  }

  .facebook-wrap {
    position: absolute;
    top: 35px;
    left: 2%;
    margin-left: -4px;
  }

  .content-top {
    padding-bottom: 2%;
  }

  .state,
  .view-list-comm .comm-state {
    left: 2%;
  }

  /*프린트팝업*/
  .print.china .sec-logo h1 a,
  .print.english .sec-logo h1 a,
  .print.japan .sec-logo h1 a {
    width: 100%;
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 1000px) {
  .ellipsis2 {
    -webkit-line-clamp: 2;
  }

  .english .con-left .article-txt {
    max-height: 90px;
  }
}

@media screen and (max-width: 1018px) {
  .content-bottom {
    width: 100%;
  }

  .content-bottom .fixed-left {
    width: 64%;
  }

  .english.view-list-comm .facebook-wrap {
    float: none;
    position: absolute;
    top: 44px;
    left: 2%;
    margin-left: 0;
  }

  .english.view-list-comm .header {
    height: 135px;
  }
}

@media screen and (max-width: 1024px) {
  .content-bottom {
    width: 100%;
  }

  .content-bottom .fixed-left {
    float: none;
    width: 100%;
    padding: 0 0 20px;
    border-right: none;
    clear: both;
  }

  .content-bottom .fixed-right {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
  }

  .english.view-list-comm .content-bottom .fixed-right {
    border-left: none !important;
  }

  .english.view-list-comm .content-bottom .fixed-left {
    border-right: none !important;
  }

  .con-center .article-img {
    width: auto;
    max-height: 285px;
  }

  .con-center .article-tit {
    max-height: 62px;
    margin-top: 5px;
    font-size: 26px;
  }

  .english .con-center .article-tit {
    max-height: 64px;
  }

  .content-top .con-left,
  .content-top .con-center,
  .content-top .con-right {
    height: 355px;
  }

  #english_edition_body .content-wrap {
    padding: 30px;
  }

  .view-list-comm .headline-data {
    padding-top: 2px;
  }

  .english .con-center .article-img {
    max-height: 275px;
  }

  .intro-wrap .intro-menu .tab-menu li {
    width: auto;
    padding: 6px 12px;
  }

  .english.view-list-comm .content-bottom .fixed-left {
    min-height: 0;
  }
}

@media screen and (max-width: 960px) {
  .view-list-comm .comm-sub-nav li {
    padding: 0 10px;
  }
}

@media screen and (max-width: 880px) {
  .english.view-list-comm .comm-sub-nav li {
    padding: 0 8px;
  }

  .sec-top .sectop-right ul li {
    background: url(//img.hani.co.kr/section-image/international/comm/sec-top-line.gif)
      left center no-repeat;
    background-size: 1px 10px;
  }
}

@media screen and (max-width: 860px) {
  .view-list-comm .menu-btn-wrap {
    display: block;
  }

  .view-list-comm .comm-state {
    display: none;
  }

  .view-list-comm .menu-btn {
    top: 7px;
  }

  .view-list-comm .comm-sub-nav {
    display: none;
  }

  .english.view-list-comm .facebook-wrap {
    float: left;
    position: static;
    top: 0;
    right: 0;
    left: 0;
  }

  .english .sec-bottom .nav ul li {
    padding: 0 13px;
  }

  .english.view-list-comm .header {
    height: 120px;
  }
}

@media screen and (max-width: 820px) {
  .search-con-lst {
    float: none;
  }

  .search-con-bottom .search-con-form {
    float: none;
    margin-top: 10px;
    padding: 0;
  }
}

@media screen and (max-width: 795px) {
  .content-top {
    border-bottom: none;
  }

  .con.con-center .article-txt {
    display: none;
  }

  .con-center .article-img {
    width: auto;
    max-height: 265px;
  }

  .content-top .con-left {
    padding-bottom: 10px;
  }

  .con-center .article-tit {
    margin-top: 5px;
    font-size: 26px;
  }

  .content-top .con-left,
  .content-top .con-center,
  .content-top .con-right {
    border-right: none;
  }

  .content-top .con-left {
    float: right;
    width: 25%;
    padding: 0 0 0 1.06%;
  }

  .content-top .con-center {
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 72.4%;
    padding: 0 1.06% 0 0;
  }

  .content-top .con-right {
    float: none;
    width: 100%;
    height: 305px;
    padding: 0;
    clear: both;
    border-top: 1px solid #e5e5e5;
  }

  .con-right .con-right-lst:first-child {
    padding: 20px 0 0 0;
  }

  .con-right .con-right-lst .article-img {
    width: 120px;
    height: 75px;
    margin: 0 0 0 9px;
  }

  .comm-fixed.fixed-left .article-img {
    width: 100px;
    height: 62px;
  }

  .comm-fixed.fixed-left .lst-txt-wrap {
    height: 56px;
  }

  .con-right .con-right-lst {
    margin: 10px 0;
  }

  .content-bottom .fixed-left ul li:first-child {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }

  .comm-fixed .lst-txt-wrap .article-txt {
    max-height: 15px;
    -webkit-line-clamp: 1;
  }

  .content-bottom .fixed-left ul li,
  .content-bottom .fixed-left ul li:first-child {
    padding: 10px 0;
  }

  .view-list-comm .content-bottom .fixed-left ul li:first-child {
    padding: 0 0 10px;
    border-top: none;
  }

  .content-bottom .fixed-left .related-article ul li:first-child {
    padding: 0;
  }

  .content-top .con-center img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .header {
    height: 158px;
  }

  .sec-logo {
    height: 124px;
  }

  .sec-logo h1 {
    width: 270px;
    height: 43px;
    padding: 58px;
  }

  .sec-logo h1 a {
    width: 270px;
    height: 43px;
    background: url(//img.hani.co.kr/section-image/international/jp/japan-logo-2.png)
      no-repeat;
    background-size: 270px 43px;
  }

  .view-list-comm .sec-logo h1 a {
    width: 205px;
    height: 33px;
    background: url(//img.hani.co.kr/section-image/international/jp/japan-logo-4.png)
      no-repeat;
    background-size: 205px 33px;
  }

  .english.sec-logo h1 a {
    width: 270px;
    height: 43px;
    background: url(//img.hani.co.kr/section-image/international/en/english-logo-2.png)
      no-repeat;
    background-size: 270px 43px;
  }

  .english.view-list-comm .sec-logo h1 a {
    width: 205px;
    height: 33px;
    background: url(//img.hani.co.kr/section-image/international/en/english-logo-4.png)
      no-repeat;
    background-size: 205px 33px;
  }

  .english .intro-wrap .intro-menu .tab-menu li {
    width: auto;
    padding: 6px 12px;
  }

  .english .header {
    height: 155px;
  }

  .state {
    bottom: 128px;
  }

  .english .state {
    bottom: 125px;
  }

  .english .sec-bottom .nav ul li {
    padding: 0 10px;
  }

  .sec-bottom .nav {
    line-height: 30px;
  }

  .english .sec-bottom .nav ul li {
    font-size: 13px;
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .menu-btn-wrap {
    display: block;
  }

  .state {
    display: none;
  }

  .menu-btn {
    top: 7px;
  }

  .sec-bottom .nav {
    display: none;
  }

  .update {
    top: 0;
  }

  .search {
    top: 1px;
  }

  .english .search {
    top: -1px;
  }

  .sec-bottom {
    border-top: 1px solid #e5e5e5;
  }
}

@media screen and (max-width: 650px) {
  .content-top .con-left {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    padding: 12px 0 30px;
    border-bottom: 1px solid #e5e5e5;
    clear: both;
  }

  .con-left .article-img {
    float: none;
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 120px;
    height: 75px;
  }

  .content-wrap .con-left.con span.article-txt {
    margin-right: 130px;
  }

  .content-top .con-center {
    position: static;
    width: 100%;
    height: auto;
  }

  .con-center .article-img {
    height: auto;
  }

  .content-wrap .con-left.con span.article-txt {
    overflow: hidden;
    max-height: 56px;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }

  .con-center > a {
    display: block;
    position: relative;
  }

  .con-center .article-tit {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    left: 1.5%;
    right: 1%;
    max-height: 67px;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
  }

  .con-center .article-img span.mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//img.hani.co.kr/section-image/international/comm/top-article-bg.png)
      no-repeat;
    background-size: cover;
  }

  .view-list-comm .sec-logo h1 a {
    width: 140px;
    height: 22px;
    background: url(//img.hani.co.kr/section-image/international/jp/japan-logo-5.png)
      no-repeat;
    background-size: 140px 22px;
  }

  .view-list-comm .comm-sec-head {
    padding-top: 52px;
  }

  .view-list-comm .header {
    height: 96px;
  }

  .view-list-comm .sec-logo h1 {
    width: 154px;
    margin: 0 7px 0 0;
  }

  .view-list-comm .comm-state li {
    line-height: 17px;
  }

  .view-list-comm .search .btn-search {
    top: 0;
  }

  .view-list-comm .headline-tit {
    font-size: 30px;
    line-height: 38px;
  }

  .view-list-comm .facebook-wrap {
    line-height: 21px;
  }

  .content-top .con-right {
    border-top: none;
  }

  .english.view-list-comm .sec-logo h1 a {
    width: 140px;
    height: 22px;
    background: url(//img.hani.co.kr/section-image/international/en/english-logo-5.png)
      no-repeat;
    background-size: 140px 22px;
  }

  .english.view-list-comm .header {
    height: 96px;
  }

  .english .intro-wrap {
    margin-top: 8px;
  }

  .english .intro-wrap .intro-content {
    margin-top: 12px;
  }

  .content-top .con-center img {
    width: 100%;
  }

  .english .con-center .article-tit {
    max-height: 72px;
  }

  .con-left .article-img img {
    width: 100%;
    height: 70px;
  }
}

@media screen and (max-width: 595px) {
  .img-box-right,
  .img-box-left {
    float: none;
    margin: 0 auto;
  }

  .sec-top .sectop-right ul {
    line-height: 29px;
  }

  .sec-top-wrap {
    height: 30px;
  }

  .header {
    height: 155px;
  }

  .sec-logo {
    height: 124px;
  }

  .update {
    line-height: 27px;
  }

  .search {
    top: 0;
  }

  .sec-logo h1 {
    padding: 64px 0 53px;
  }

  .content-bottom .fixed-left ul li,
  .content-bottom .fixed-left ul li:first-child {
    padding: 10px 0;
  }

  #english_edition_body .content-wrap {
    padding: 20px;
  }

  .comm-fixed .lst-txt-wrap .article-tit {
    font-size: 15px;
    line-height: 18px;
  }

  .comm-fixed.fixed-left .lst-txt-wrap {
    height: 64px;
  }

  .comm-fixed .lst-txt-wrap .article-txt {
    font-size: 11px;
  }

  .more-article ul li a,
  .opinion ul li .article-txt span {
    font-size: 15px;
  }

  .search .btn-search {
    top: 4px;
  }

  .view-list-comm .search .btn-search {
    top: 1px;
  }

  .form-search {
    top: -1px;
  }

  .comm-sec-head .form-search {
    top: -10px;
  }

  .view-list-comm .comm-state {
    display: none;
  }

  #english_edition_body .pagingWrap {
    padding-top: 15px;
  }

  #english_edition_body .pagingWrap .link_page {
    width: 35px;
    border: none;
  }

  #english_edition_body .pagingWrap .on.link_page {
    width: 35px;
  }

  #english_edition_body .pagingWrap .prev {
    margin: 7px 12px 0 0;
  }

  #english_edition_body .pagingWrap .next {
    margin: 7px 0 0 12px;
  }

  .content-bottom .fixed-left ul li span.article-time {
    display: none;
  }

  .view-list-comm .headline-tit {
    padding: 5px 0 0;
    font-size: 27px;
    line-height: 36px;
  }

  .view-list-comm .headline-data {
    float: none;
    padding-top: 8px;
  }

  .view-list-comm .headline-sns {
    float: none;
    padding-top: 12px;
  }

  .content-bottom .fixed-left .original-article a {
    padding-top: 8px;
    font-size: 12px;
  }

  .view-list-comm .facebook-wrap {
    margin-left: -15px;
    line-height: 21px;
  }

  .sec-top .sectop-right ul li a {
    line-height: 30px;
  }

  .english .facebook-wrap {
    top: 37px;
  }

  .comm-fixed.fixed-left .lst-txt-wrap {
    display: inherit;
  }

  /*프린트팝업*/
  .print.view-list-comm .header {
    height: 88px;
  }

  .menu-btn,
  .view-list-comm .menu-btn {
    top: 9px;
  }

  .english.view-list-comm .search {
    top: 5px;
  }
}

@media screen and (max-width: 510px) {
  .search-con-bottom .search-con-form input {
    width: 90px;
  }

  .english .intro-wrap .c3_txt {
    display: inherit;
    height: auto;
  }
}

@media screen and (max-width: 485px) {
  .content-top .con-left .article-tit {
    font-size: 17px;
  }

  .opinion-wrap,
  .more-article-wrap {
    float: none;
    width: 100%;
    clear: both;
  }

  .opinion {
    padding: 0 2% 0 0;
  }

  .footer .inner {
    font-size: 12px;
  }

  .con-right .con-right-lst .article-img,
  .con-left .article-img {
    width: 100px;
    height: 62px;
  }

  .content-top .con-left {
    padding-bottom: 18px;
  }

  .content-bottom {
    margin-top: 10px;
  }

  .con-right .con-right-lst .article-tit {
    font-size: 15px;
    letter-spacing: -0.9px;
  }

  .sec-top .sectop-right ul li a {
    font-size: 10px;
  }

  .header {
    height: 135px;
  }

  .sec-logo {
    height: 104px;
  }

  .sec-logo h1 {
    width: 190px;
    height: 30px;
    padding: 62px 0 0;
  }

  .sec-logo h1 a {
    width: 190px;
    height: 30px;
    background: url(//img.hani.co.kr/section-image/international/jp/japan-logo-3.png)
      no-repeat;
    background-size: 190px 30px;
  }

  .con-right .con-right-lst:first-child {
    padding-top: 13px;
  }

  .point-bg {
    width: 55px;
    height: 2px;
    background: url(//img.hani.co.kr/section-image/international/jp/point-line-2.png)
      center top no-repeat;
    background-size: 55px 2px;
    z-index: 10;
  }

  .search-close {
    right: 12px;
  }

  #english_edition_body .pagingWrap .link_page {
    width: 25px;
  }

  #english_edition_body .pagingWrap .on.link_page {
    width: 25px;
  }

  .content-bottom .fixed-left .related-article ul li {
    width: 100%;
  }

  .view-list-comm .headline-tit {
    font-size: 24px;
    line-height: 31px;
  }

  .content-wrap .con-left.con span.article-txt {
    margin-right: 110px;
  }

  .english .sec-logo h1 a {
    width: 190px;
    height: 30px;
    background: url(//img.hani.co.kr/section-image/international/en/english-logo-3.png)
      no-repeat;
    background-size: 190px 30px;
  }

  .english .header {
    height: 137px;
  }
}

@media screen and (max-width: 450px) {
  .update strong,
  .update span {
    font-size: 12px;
  }

  .con-center .article-tit {
    bottom: 10px;
    left: 2.5%;
    right: 2%;
    max-height: 60px;
    font-size: 23px;
    line-height: 30px;
  }

  .view-list-comm .headline-tit {
    padding: 7px 0 0;
    font-size: 23px;
    line-height: 30px;
  }

  .view-list-comm .headline-data {
    padding-top: 10px;
  }

  .header {
    height: 145px;
  }

  .sec-logo {
    height: 114px;
  }

  .sec-logo h1 {
    padding: 67px 0 0;
  }

  .search-detail {
    padding: 4% 2%;
  }

  .search-con-top {
    margin-bottom: 15px;
  }

  .search-con-bottom .search-con-form .tit {
    display: block;
    padding: 2px 0;
  }

  .search-con-bottom ul li a {
    font-size: 12px;
  }

  .search-con-top ul li,
  .search-con-bottom ul li {
    padding: 1px 11px;
  }

  .english.view-list-comm .headline-tit {
    line-height: 25px;
  }

  .english .header {
    height: 146px;
  }
}

/*일문 제주4.3*/
.jeju-header-inner {
  padding-top: 45px;
  color: #fff;
  text-align: center;
}

.jeju-content-inner {
  max-width: 1210px;
  margin: 0 auto;
  padding: 100px 0 20px;
  color: #cecbcb;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

#english_edition_body #countdown {
  font-size: 30px;
  font-family: Malgun Gothic;
  color: #fff;
  letter-spacing: -2px;
}

.jeju-header-inner .tit02 {
  height: 70px;
  line-height: 70px;
}

.jeju-header-inner .tit01 {
  color: #dbe0e5;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 40px;
}

.jeju-header-inner .tit03 {
  color: #dbe0e5;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 60px;
}

.jeju-content-inner {
  -webkit-animation: jeju-content-inner 5s linear;
}

@-webkit-keyframes jeju-content-inner {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jeju-content-inner {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jeju-content-inner {
  -webkit-animation-name: jeju-content-inner;
  animation-name: jeju-content-inner;
}

@-webkit-keyframes jeju-content-tit {
  from {
    color: #414043;
  }

  to {
    color: #d5d5d5;
  }
}

@keyframes jeju-content-tit {
  from {
    color: #414043;
  }

  to {
    color: #d5d5d5;
  }
}

.jeju-header-inner .tit01,
.jeju-header-inner .tit03 {
  -webkit-animation-name: jeju-content-tit;
  animation-name: jeju-content-tit;
  -webkit-animation: jeju-content-tit 10s linear;
}

.jeju-list-wrap ul li:first-child {
  padding: 30px 15px 30px;
  border-top: 0;
}

.jeju-list-wrap ul li {
  overflow: hidden;
  padding: 30px 15px;
  border-top: 1px solid #25272c;
}

.jeju-list-wrap ul li a:hover {
  text-decoration: none;
}

.jeju-list-wrap ul li a span {
  display: block;
}

.jeju-list-wrap .jeju-tit {
  display: block;
  padding-bottom: 10px;
  color: #ababab;
  font-size: 15px;
  font-weight: bold;
}

.jeju-list-wrap .article-img {
  float: left;
  width: 270px;
  height: 162px;
  padding-right: 20px;
}

.jeju-list-wrap .article-tit {
  max-height: 48px;
  margin: 13px 0 5px;
  color: #b5b5b5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.7px;
  line-height: 24px;
}

.jeju-list-wrap .article-txt {
  display: block;
  max-height: 77px;
  margin-top: 10px;
  color: #919191;
  font-size: 13px;
  line-height: 20px;
}

.ellipsis2,
.ellipsis3,
.ellipsis4 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.ellipsis4 {
  -webkit-line-clamp: 4;
}

.jeju-overall {
  max-width: 100%;
}

@media screen and (max-width: 1290px) {
  .jeju-content-inner {
    padding: 30px 30px 24px;
  }

  .jeju-content {
    min-height: 243px;
  }
}

@media screen and (max-width: 635px) {
  .jeju-list-wrap .article-img {
    width: 190px;
    height: 114px;
  }

  .jeju-list-wrap .article-tit {
    margin: 6px 0 5px;
  }

  .jeju-list-wrap .article-txt {
    max-height: 40px;
  }
}

@media screen and (max-width: 455px) {
  .jeju-list-wrap ul li {
    padding: 16px 0;
  }

  .jeju-list-wrap .article-img {
    width: 140px;
    height: 84px;
  }

  .jeju-list-wrap .article-tit {
    max-height: 44px;
    font-size: 15px;
    margin: 0 0 5px;
  }

  .jeju-list-wrap .article-txt {
    max-height: 35px;
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 320px) {
  .jeju-list-wrap ul li {
    padding: 10px 0;
  }

  .jeju-list-wrap .article-img {
    width: 125px;
    height: 75px;
  }

  .jeju-list-wrap .article-txt {
    max-height: 14px;
  }

  .jeju-list-wrap .jeju-tit {
    font-size: 13px;
  }
}

/* 페이지 설정 */
.full_landing .cont {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 1.2s ease;
}

.full_landing .cont.action {
  opacity: 1;
  transform: translate(0, 0);
}

.jeju-inner-wrap {
  width: 100%;
  min-height: 1000px;
  background: url('//img.hani.co.kr/section-image/international/comm/jeju_4_3/jeju_wrap_bg.jpg')
    center center no-repeat;
  background-size: cover;
}

.jeju-header-inner {
  padding-top: 110px;
  color: #fff;
  text-align: center;
}

#english_edition_body #countdown {
  font-size: 30px;
  font-family: georgia;
  color: #414043;
  letter-spacing: -2px;
}

.jeju-header-inner .tit02 {
  height: 70px;
  line-height: 70px;
}

.jeju-header-inner .tit01 {
  color: #d5d5d5;
  font-size: 30px;
  font-family: georgia;
  letter-spacing: 1px;
  line-height: 55px;
}

.jeju-header-inner .tit03 {
  color: #d5d5d5;
  font-size: 30px;
  font-family: georgia;
  letter-spacing: 1px;
  line-height: 75px;
}

.jeju-content-inner {
  max-width: 555px;
  margin: 40px auto 0;
  padding: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #484659;
  background: #2c2e3b;
  opacity: 0.6;
}

.jeju-list-wrap {
  padding-bottom: 20px;
  background: #1e1f25;
}

.jeju-list-inner {
  max-width: 970px;
  margin: 0 auto 0;
  padding-top: 30px;
}

.jeju-list-wrap .jeju-tit {
  font-family: georgia;
}

@media screen and (max-width: 1030px) {
  .english.view-list-comm .comm-sub-nav li {
    padding: 0 6px;
  }

  .english.view-list-comm .comm-sub-nav li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 780px) {
  .jeju-header-inner {
    padding-top: 55px;
  }

  .jeju-content-inner {
    margin: 28px auto 0;
  }

  .jeju-inner-wrap {
    min-height: auto;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 770px) {
  .jeju-header-inner {
    padding-top: 55px;
  }

  .jeju-header-inner .tit01 {
    font-size: 24px;
  }

  .jeju-header-inner .tit03 {
    font-size: 24px;
    line-height: 64px;
  }

  .jeju-content-inner {
    margin: 16px auto 0;
  }
}

@media screen and (max-width: 700px) {
  .jeju-content {
    margin: 0 15px;
  }
}

@media screen and (max-width: 618px) {
  .jeju-content {
    margin: 0 15px;
  }

  .jeju-header-inner .tit01,
  .jeju-header-inner .tit03 {
    font-size: 21px;
    letter-spacing: -0.1px;
  }
  .jeju-header-inner .tit01 {
    line-height: 48px;
  }

  .jeju-header-inner .tit03 {
    line-height: 55px;
  }
}

@media screen and (max-width: 500px) {
  .jeju-list-wrap ul li,
  .jeju-list-wrap ul li:first-child {
    padding: 20px 10px 20px;
  }

  .jeju-list-wrap .article-img {
    padding-right: 14px;
  }
}

@media screen and (max-width: 495px) {
  .jeju-header-inner .tit03 {
    width: 235px;
    margin: 0 auto;
    line-height: 27px;
    font-size: 20px;
  }

  .jeju-header-inner .tit01 {
    line-height: 20px;
  }

  .jeju-header-inner .tit02 {
    padding: 10px 0 15px;
  }

  .jeju-content-inner {
    margin: 30px auto 0;
  }

  .jeju-content-inner {
    font-size: 15px;
    line-height: 25px;
  }
}

.jeju-list-inner ul li {
  border-radius: 10px;
}

.jeju-list-inner ul li:nth-child(odd) {
  background: #26272f;
}

.jeju-list-inner ul li:nth-child(even) {
  background: #1a1a21;
}

.jeju-list-inner ul li:hover {
  background: #22074c;
}

/* 검색 20220621*/
.content-bottom .fixed-left .search-input {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}

.content-bottom .fixed-left .search-from {
  position: relative;
  clear: both;
  overflow: hidden;
}

.content-bottom .fixed-left .search-from .search-box {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-radius: 60px;
  font-size: 24px;
  font-weight: bold;
  padding-right: 60px;
  color: #333;
  box-sizing: border-box;
}

.content-bottom .fixed-left .search-from .btn {
  position: absolute;
  right: 15px;
  top: 15px;
  height: 24px;
  width: 24px;
}

.content-bottom .fixed-left .search-from .icon-search {
  position: absolute;
  display: block;
  top: 3px;
  right: 12px;
  width: 17px;
  height: 17px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #333;
}

.content-bottom .fixed-left .search-from .icon-search:after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -2px;
  width: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 8px;
  background-color: #333;
}

.content-bottom .fixed-left .search-from-detail {
  position: relative;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-bottom .fixed-left .search-from-detail ul {
  position: relative;
}

.content-bottom .fixed-left .search-from-detail ul li:first-child,
.content-bottom .fixed-left .search-from-detail ul li {
  display: inline-block;
  font-size: 14px;
  padding: 1px 15px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  line-height: 32px;
}

.content-bottom .fixed-left .search-from-detail ul li + li {
  margin-left: 3px;
}

.content-bottom .fixed-left .search-from-detail .option li.on a {
  color: #fff;
}

.content-bottom .fixed-left .search-from-detail .option-period {
  position: absolute;
  right: 0;
  top: 0;
}

.content-bottom .fixed-left .search-from-detail .option-period label {
  padding-right: 5px;
}

.content-bottom .fixed-left .search-from-detail .option-period li {
  padding: 1px 15px;
  background: #fff;
  vertical-align: top;
}

.content-bottom .fixed-left .search-from-detail .option-period li.on {
  background: #eee;
}

.content-bottom .fixed-left .search-from-detail ul li.period {
  padding-right: 0;
}

.content-bottom .fixed-left .search-from-detail ul li a {
  color: #000;
  font-size: 14px;
}

.content-bottom .fixed-left .search-from-detail ul li input {
  font-size: 14px;
  color: #000;
  background: transparent;
}

.content-bottom .fixed-left .search-from-detail .option-period .btn {
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px 5px;
  color: #777;
  font-size: 14px;
  line-height: 28px;
  background: #fff;
  border-radius: 20px;
}

.date-input {
  width: 75px;
  padding: 0 3px;
}

.date-input:focus {
  outline: none;
}

.search-result-wrap .comm-fixed li strong,
.search-result-wrap .comm-fixed li b {
  color: #00c5f1;
}

.content-bottom .fixed-left .search-from-detail .option li.on {
  background: #00c5f1;
  border: 1px solid #00c5f1;
  color: #fff;
}

.content-bottom .fixed-left .search-from-detail .option-period .btn:hover {
  color: #00c5f1;
}

.content-bottom .fixed-left .search-from-detail .date-input:hover,
.content-bottom .fixed-left .search-from-detail .date-input:focus {
  border-bottom: 1px solid #00c5f1;
}

.english .search-result-wrap .comm-fixed li strong,
.english .search-result-wrap .comm-fixed li b {
  color: #6600b3;
}

.english .content-bottom .fixed-left .search-from-detail .option li.on {
  background: #6600b3;
  border: 1px solid #6600b3;
  color: #fff;
}

.english
  .content-bottom
  .fixed-left
  .search-from-detail
  .option-period
  .btn:hover {
  color: #6600b3;
}

.english .date-input:hover,
.english .date-input:focus {
  border-bottom: 1px solid #6600b3;
}

.china .search-result-wrap .comm-fixed li strong,
.china .search-result-wrap .comm-fixed li b {
  color: #ec1954;
}

.china .content-bottom .fixed-left .search-from-detail .option li.on {
  background: #ec1954;
  border: 1px solid #ec1954;
  color: #fff;
}

.china
  .content-bottom
  .fixed-left
  .search-from-detail
  .option-period
  .btn:hover {
  color: #ec1954;
}

.china .date-input:hover,
.china .date-input:focus {
  border-bottom: 1px solid #ec1954;
}

.search-page .comm-fixed .lst-txt-wrap .article-tit {
  color: #000;
  text-decoration: none;
}

.search-page .comm-fixed .lst-txt-wrap .article-tit:hover {
  text-decoration: underline;
}

@media screen and (max-width: 795px) {
  .view-list-comm
    .content-bottom
    .fixed-left
    .search-from-detail
    ul
    li:first-child {
    padding: 1px 15px;
    border-top: 1px solid #d9d9d9;
  }

  .content-bottom .fixed-left .search-from-detail .option-period {
    position: relative;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 440px) {
  .content-bottom .fixed-left .search-from-detail .option-period label {
    display: block;
  }

  .content-bottom .fixed-left .search-from-detail ul li.period {
    position: relative;
    padding-right: 20px;
  }

  .content-bottom .fixed-left .search-from-detail .option-period .btn {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 20px;
  }

  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  textarea,
  p,
  blockquote,
  th,
  td,
  input,
  select,
  textarea,
  button {
    margin: 0;
    padding: 0;
  }

  button,
  fieldset,
  img,
  input {
    border: 0;
  }

  button:focus {
    outline: none;
  }

  button::not(.english_edition_pagination) {
    background-color: transparent;
    cursor: pointer;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  audio,
  canvas,
  progress,
  video {
    display: inline-block;
  }

  dl,
  ul,
  ol,
  menu,
  li {
    list-style: none;
  }

  i,
  em,
  address {
    font-style: normal;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  dt {
    display: block;
  }

  a {
    cursor: pointer;
  }

  hr {
    display: none;
  }

  img {
    vertical-align: middle;
  }

  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  input::placeholder {
    color: #aaa;
    font-size: 10px;
    vertical-align: middle;
  }

  caption,
  legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
