@charset "UTF-8";
/* 모바일 common */
:root {
  --font-serif: "Merriweather", "Pretendard", sans-serif;
  --font-serif-letter: -0.02em;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjustbox-sizing: none;
  word-break: keep-all;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjustbox-sizing: none;
  word-break: keep-all;
}

html {
  height: 100%;
  font-size: 15px;
  width: 100%;
  letter-spacing: var(--font-serif-letter);
}

body {
  width: 100%;
}

html,
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

.menu_popup {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.menu_popup::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

body {
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  background: #fff;
}

fieldset,
img {
  border: 0 none;
}

ul,
ol,
dl,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

button,
input,
select,
textarea {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  vertical-align: middle;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  cursor: text;
}
input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=button], input[type=email], input[type=password], input[type=reset], input[type=search], input[type=submit], input[type=tel], input[type=text], input[type=url] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0 none;
}

textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 0 none;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=reset], input[type=search], input[type=tel] {
  background-color: transparent;
}

#header > .inner {
  max-width: 680px !important;
}

input:focus,
textarea:focus {
  outline: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

body,
button,
input,
select,
td,
textarea,
th {
  font-size: 15px;
  color: #595959;
  font-family: -apple-system, BlinkMacSystemFont, HelveticaNeue, AppleSDGothicNeo-Regular, sans-serif;
  line-height: 1.3;
}

a {
  color: #231f20;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: 400;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

:focus {
  outline: none;
  -webt-box-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.u_skip {
  position: absolute;
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  text-indent: 4px;
  overflow: hidden;
  white-space: nowrap;
}

.hide,
legend,
caption {
  position: absolute !important;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.blind {
  overflow: hidden;
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear, input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* clears the 'X' from Chrome */
/* 공통 레이아웃 */
.menu_popup.is_active {
  display: block;
}

body.is_actmap .dim_ly {
  background-color: transparent !important;
}

.pc[class*=is_fix_new] #header > .inner > .header_wrap > .header_area {
  height: 100% !important;
}
.pc[class*=is_fix] #header > .inner > .header_wrap > .header_area > .header_nav,
.pc[class*=is_fix] #header > .inner > .header_wrap > .header_area > .header_extra {
  height: 100% !important;
}

.is_fix_new #header {
  width: 100% !important;
  background-color: #fff;
}
.is_fix_new #header > .inner {
  max-width: 680px !important;
  padding-left: 0px;
  position: relative;
}
.is_fix_new #header > .inner > .header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0 none;
}
.is_fix_new .menu_popup > .inner > .header_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0 none;
}
.is_fix_new #header > .inner > .header_wrap > h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  padding-left: 0 !important;
}
.is_fix_new #header > .inner > .header_wrap > h1 > a {
  width: 160px;
  height: 37px;
}
.is_fix_new #header > .inner > .header_wrap > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: -1px !important;
  left: 0px !important;
  padding-left: 0px !important;
}
.is_fix_new #header > .inner > .header_wrap > h2 > a {
  width: 160px;
  height: 37px;
}
.is_fix_new #header > .inner > .header_wrap > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: -1px !important;
  left: 0px !important;
  padding-left: 0px !important;
}
.is_fix_new #header > .inner > .header_wrap > .logo > a {
  /* width: 160px;
  height: 37px; */
}
.is_fix_new #header > .inner > .header_wrap > .header_area {
  position: absolute;
  right: 0px;
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 0;
  padding-right: 0;
}
.is_fix_new .header_wrap > .header_area > .header_extra {
  width: auto !important;
}
.is_fix_new .header_wrap > .header_area > .header_extra > .utile {
  margin: 3px 0px 0 0 !important;
  padding: 0 !important;
}
.is_fix_new .header_wrap > .header_area > .header_extra > .utile > .btn_search {
  width: 40px;
  height: 40px;
  margin-top: -7px;
}
.is_fix_new .header_wrap > .header_area > .header_extra > .utile > .btn_search > i {
  width: 20px;
  height: 20px;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/sch_btn04.svg") !important;
}
.is_fix_new .header_wrap > .header_area > .header_extra > .utile > ul {
  display: none;
}
.is_fix_new .header_wrap > .header_area > .header_nav {
  padding: 0 !important;
}
.is_fix_new .header_wrap > .header_area > .header_nav > button {
  top: 1px;
  width: 40px;
  height: 40px;
}
.is_fix_new .header_wrap > .header_area > .header_nav > button > i {
  width: 16px;
  height: 2px;
}
.is_fix_new .header_wrap > .header_area > .header_nav > button > i:before, .is_fix_new .header_wrap > .header_area > .header_nav > button > i:after {
  height: 2px;
}
.is_fix_new .header_wrap > .header_area > .header_nav > button > i:before {
  top: -6px;
  width: 19px;
}
.is_fix_new .header_wrap > .header_area > .header_nav > button > i:after {
  bottom: -6px;
  width: 11px;
}

.is_actmap {
  overflow: hidden;
}
.is_actmap #header > .inner > .header_wrap > h2,
.is_actmap #header > .inner > .header_wrap > .logo {
  top: -1px !important;
}

.is_actmap #header > .inner > .header_wrap > h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: -1px !important;
  left: -9px !important;
  padding: 0px 0 0 0px !important;
}
.is_actmap #header > .inner > .header_wrap > h1 > a {
  aspect-ratio: 461/72;
  width: 230px;
  background-image: none !important;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
.is_actmap #header > .inner > .header_wrap > h1 > a > strong {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.is_actmap #header > .inner > .header_wrap > h1 > a:after {
  background-image: none !important;
}

.pc.is_fix_new .menu_popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background: #fff;
  width: 100% !important;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 700;
  margin: 0 auto;
}

.is_fix_new .menu_popup .inner {
  width: 100% !important;
  padding-left: 0px;
  margin: 0 auto;
  height: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
.is_fix_new .menu_popup > .inner > .header_wrap {
  max-width: 680px;
  margin: 0 auto;
}
.is_fix_new .menu_popup > .inner > .header_wrap > h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: 1px !important;
  left: -8px !important;
  padding-left: 0 !important;
}
.is_fix_new .menu_popup > .inner > .header_wrap > h2 > a {
  width: 160px;
  height: 37px;
  aspect-ratio: 461/72;
  width: 230px;
  background-image: none !important;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
.is_fix_new .menu_popup > .inner > .header_wrap > h2 > a > strong {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.is_fix_new .menu_popup > .inner > .header_wrap > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  top: 1px !important;
  left: -8px !important;
  padding-left: 0 !important;
}
.is_fix_new .menu_popup > .inner > .header_wrap > .logo > a {
  /* width: 160px;
  height: 37px; */
  aspect-ratio: 461/72;
  height: 32px;
  background-image: none !important;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
.is_fix_new .menu_popup > .inner > .header_wrap > .logo > a > strong {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.pc[class*=is_fix] #header > .inner > .header_wrap > .header_area {
  z-index: 1000;
  position: absolute;
  right: 0px;
}
.pc[class*=is_fix] .open_anb > .inner > .header_wrap > .header_area {
  z-index: 1000;
  position: absolute;
  right: 8px !important;
}
.pc .menu_popup {
  overflow-y: scroll;
}
.pc.is_fix_new .side_nav {
  max-width: 680px;
  margin: 0 auto;
  padding-top: 20px;
}
.pc.is_fix_new .side_nav [class*=mem_] {
  border-bottom: 1px solid #ccc;
  color: #000;
  letter-spacing: -1px;
}

.side_nav [class*=mem_] * {
  color: #000;
  letter-spacing: -1px;
}

.pc.is_fix_new .side_nav [class*=mem_] > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pc.is_fix_new .side_nav .mem_login {
  padding-top: 5px;
  padding-bottom: 19px;
}
.pc.is_fix_new .side_nav .mem_login > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 89px;
  height: 40px;
  margin-left: 6px;
  padding: 0 24px;
  border: 1px solid #666;
  border-radius: 22px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.pc.is_fix_new .side_nav .mem_login > a:first-child {
  margin: 0;
}
.pc.is_fix_new .side_nav .mem_login > .btn_join {
  width: 110px;
}
.pc.is_fix_new .side_nav .mem_login > .user {
  display: none;
}
.pc.is_fix_new .side_nav .mem_user {
  padding-bottom: 8px;
  font-size: 1.9rem;
}
.pc.is_fix_new .side_nav .mem_user > [class*=btn_] {
  display: none;
}

.side_nav .mem_user * {
  font-size: 1.9rem;
}

.pc.is_fix_new .side_nav .mem_user > a {
  width: 100%;
}
.pc.is_fix_new .side_nav .mem_user > a > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 1px 12px 0 0;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
.pc.is_fix_new .side_nav .mem_user > a > i > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.pc.is_fix_new .side_nav .mem_user > a.sns_asiae > i {
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/ico_a.svg");
}
.pc.is_fix_new .side_nav .mem_user > a.sns_naver > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_n.jpg");
}
.pc.is_fix_new .side_nav .mem_user > a.sns_kko > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_k.jpg");
}
.pc.is_fix_new .side_nav .mem_user > a.sns_facebook > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_f.jpg");
}
.pc.is_fix_new .side_nav .mem_user > a.sns_google > i {
  background-image: url("https://cwstatic.asiae.co.kr/member/ico_g.jpg");
}
.pc.is_fix_new .side_nav .mem_user > a > strong {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  font-weight: 500;
}
.pc.is_fix_new .side_nav .mem_user > a > strong > span {
  max-width: 82%;
  display: inline-block;
  overflow: hidden;
  padding-right: 2px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc.is_fix_new .side_nav .mem_user > a > strong > em {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 34px;
  padding: 0 17px 0 0;
}
.pc.is_fix_new .side_nav .mem_user > a > strong > em:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 2px solid #111;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.pc.is_fix_new .side_nav [class*=mem_] + [class*=nav_item] {
  margin-top: 20px;
}
.pc.is_fix_new .side_nav > [class*=nav_item] {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.side_nav > [class*=nav_item] > dt {
  color: #111;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
}
.side_nav > [class*=nav_item] > dt * {
  color: #111;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
}

.pc.is_fix_new .side_nav > [class*=nav_item] > dt > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.pc.is_fix_new .side_nav > [class*=nav_item] > dd > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.pc.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  color: #666;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1px;
}
.pc.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.side_nav > [class*=nav_item] > dd > ul > li * {
  color: #666;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -1px;
}

.pc.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li > a > i > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.pc.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li.papernews > a > i {
  width: 23px;
  height: 18px;
  margin: 3px 7px 0 0;
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/icon_paper02.png");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}

.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li.real > a > i {
  height: 22px;
  margin: 3px 7px 0 0;
  padding: 0 9px 23px;
  font-style: normal !important;
  text-indent: inherit !important;
  background-color: #ff0030;
  background-image: none !important;
  border-radius: 15px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}
.is_fix_new .side_nav > [class*=nav_item] > dd > ul > li.real > a > i * {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
}

.pc.is_fix_new .side_nav > .nav_item01 {
  padding-top: 0;
  border-top: 0 none;
}

.mobile #header {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto;
}

.hd_stit {
  display: none;
}

.is_fix_new #header > .inner > .header_wrap > h2 > a,
.is_fix_new #header > .inner > .header_wrap > .logo > a {
  aspect-ratio: 461/72;
  width: 230px;
  background-image: none !important;
  background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}
.is_fix_new #header > .inner > .header_wrap > h2 > a > strong,
.is_fix_new #header > .inner > .header_wrap > .logo > a > strong {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}
.is_fix_new .head_list .header_wrap > h1 > a {
  width: 50px !important;
  height: 100% !important;
  background-image: none !important;
}
.is_fix_new .head_list .header_wrap > h1 > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 28px;
  margin-top: -1px;
  background-image: url("https://cwstatic.asiae.co.kr/newsletter/com/icon_mlogo.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is_fix_new .head_list .hd_stit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 48px;
  height: 100%;
  color: #000;
  font-size: 2.1rem;
  /* font-family: 'Noto Sans KR'; */
  font-weight: 700;
}
.is_fix_new .head_list .hd_stit > strong {
  color: #000;
  font-size: 2.1rem;
  /* font-family: 'Noto Sans KR'; */
  font-weight: 700;
  margin-top: -2px;
}
.is_fix_new .open_anb .hd_stit {
  display: none;
}

.article_page #header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
}
.article_page #container {
  padding-top: 60px;
}

.header_wrap .btn_sns {
  display: none;
}

body.is_fix .head_view .btn_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
body.is_fix .head_view .btn_sns > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 50px;
  height: 50px;
}
body.is_fix .head_view .btn_sns > a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 27px;
  background: url("https://cwstatic.asiae.co.kr/m_newasiae/common/icon_sty01_210118.png") no-repeat;
  background-size: 335px 400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.is_fix .head_view .btn_sns > a > em {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.is_actmap .head_view .btn_sns {
  position: absolute;
  left: -8px;
}

body.is_fix .head_view .btn_sns > a.btn_snsshare:after {
  width: 24px;
  height: 27px;
  background-position: -156px -187px;
}
body.is_fix .head_view .btn_sns > a.btn_scrap:after {
  width: 19px;
  height: 25px;
  background-position: 0 -375px;
}
body.is_fix .head_view .btn_sns > a.btn_font:after {
  width: 30px;
  height: 22px;
  background-position: -40px -376px;
}

.header_wrap > .header_area > .header_nav > ul {
  display: none !important;
}
.header_wrap > .header_area > .header_extra > .today,
.header_wrap > .header_area > .header_extra > .utile > ul {
  display: none !important;
}

/*
.desktop.portrait .is_actmap #header > .inner > .header_wrap > h2 {left:-8px !important;}
.desktop.portrait .overHidden #header > .inner > .header_wrap > h2 {left:-17px !important;}
*/
.trend_articlemain > .news_str {
  text-align: center;
  margin-bottom: 10px;
}
.trend_articlemain > .news_str img {
  max-width: 320px !important;
  text-align: center;
}

/* 창간 33주년  */
#header.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #dedede;
}
#header.fix .nav_menu ul {
  padding: 0px 45px 0 5px;
}
#header.fix .nav_menu ul a {
  line-height: 48px;
}
#header.fix .head_logo,
#header.fix .vote2021_sp {
  display: none;
}
#header.fix .btn_allmenu {
  padding: 24px 24px;
}

.bar_progress {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  height: 2px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #eb202d;
  z-index: 57;
}

#container {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  max-width: 680px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main_content,
.content {
  position: relative;
  width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cont_wrapswipe,
.newasi_conwrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 2020.12.28 kmy :Lighthouse 부분으로 css 추가 S */
.cont_wrapswipe .slick-slide {
  visibility: hidden;
}
.cont_wrapswipe .slick-slide.slick-active {
  visibility: visible;
}

/* 2020.12.28 kmy :Lighthouse 부분으로 css 추가 End */
#main_content:after,
#sublay_cont:after,
.cont_wrapswipe:after,
.content:after,
.section_wrap:after,
footer:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

.section_wrap {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section_main {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.article_main {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  padding: 0 0 10px 0;
}

.section_wrap,
.section_main,
.section_sub {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 2020.04.21 기업분석 추가 */
.visual_template.banner_corp .tit_b {
  padding: 0;
}

.tit_b:after {
  content: "";
  clear: both;
}

.visual_article .type_column .list_b {
  padding: 0;
}

.visual_real02 h2.tit_sty01 {
  color: #125ebe;
}

/* 창간 34주년  */
.band_banner i {
  font-style: normal;
  letter-spacing: -1px;
}

/* scroll no */
.noscroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 전체메뉴 */
a.btn_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 19px;
  right: 16px;
  width: 52px;
  height: 52px;
  font-size: 0;
  background: #fff;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
  z-index: 50;
  border-radius: 50%;
}
a.btn_top span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px 0 0 0;
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
a.btn_top.on {
  visibility: visible;
  opacity: 1;
}
a.btn_top.lay_active {
  visibility: hidden;
  opacity: 0;
}

html.full_html02 a.btn_top {
  z-index: 30;
}

/* 탭메뉴 */
.cont_tabs {
  position: relative;
  width: 100%;
  height: 37px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.cont_tabs:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.cont_tabs ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.cont_tabs ul:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.cont_tabs ul li {
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  height: 100%;
  text-align: center;
}
.cont_tabs ul li a {
  position: relative;
  display: block;
  height: 100%;
  color: #111;
  font-size: 15px;
  line-height: 37px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
}
.cont_tabs ul li.on a {
  color: #f04a53;
  text-decoration: underline;
}

/* 검색창레이어팝업 */
/* 더보기 */
a[class*=more_type] {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  color: #262626;
}
a[class*=more_type] * {
  font-size: 14px;
  color: #262626;
}
a[class*=more_type] span {
  display: inline-block;
  font-size: 0;
  color: transparent;
  margin: -4px 0 0 0;
  vertical-align: middle;
}
a[class*=more_type].d_more span {
  background: url("https://cwstatic.asiae.co.kr/nc/common/more_type_d.png") no-repeat 0 0;
  background-size: contain;
}
a[class*=more_type].u_more span {
  background: url("https://cwstatic.asiae.co.kr/nc/common/more_type_u.png") no-repeat 0 0;
  background-size: contain;
}
a.more_type span {
  width: 23px;
  height: 23px;
}
a.more_type.d_more span, a.more_type.u_more span {
  margin: 0 !important;
}
a.more_type.d_more span {
  background: url("https://cwstatic.asiae.co.kr/nc/common/more_type_d.png") no-repeat 0 0;
  background-size: contain;
}
a.more_type.u_more span {
  background: url("https://cwstatic.asiae.co.kr/nc/common/more_type_u.png") no-repeat 0 0;
  background-size: contain;
}
a.more_type02 {
  margin: 0 0 5px 0;
  background: #fff;
}
a.more_type02 span {
  width: 4px;
  height: 8px;
  margin: -2px 0 0 0;
  background: url("https://cwstatic.asiae.co.kr/nc/common/icon_arr02.png") no-repeat 0 0;
  background-size: contain;
}
a.more_type03 span {
  width: 23px;
  height: 23px;
}
a.more_type03.next_more span {
  background: url("https://cwstatic.asiae.co.kr/nc/common/more_type_next.png") no-repeat 0 0;
  background-size: contain;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bxslider {
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  height: 180px !important;
}

/** THEME
===================================*/
/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction {
  position: relative;
  width: 280px;
  margin: 0 auto;
}

/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/* 운세모듈 추가 */
/* 운세 플로팅 */
/* 운세 플로팅 */
/* 메인 배너 */
/* 2022.05.20 :실시간 음성뉴스 모듈 추가 */
/* 기사뷰타이틀 sns공유팝업 */
/* 컨텐츠 타이틀타입 h2 */
.sm_tb {
  clear: both;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sm_tb:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.t_time,
.t_share {
  position: relative;
  display: block;
  vertical-align: top;
}

.t_time {
  float: left;
  padding: 0 0 0 18px;
  color: #595959;
  font-size: 12px;
  letter-spacing: 0;
}
.t_time:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url("https://cwstatic.asiae.co.kr/m_newasiae/common/icon_sty01.png") no-repeat 0 -293px;
  background-size: 335px 400px;
}

.sm_tb > a {
  position: absolute;
  top: -10px;
  right: 0;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
}

.t_share {
  width: 20px;
  height: 17px;
  margin: 0 15px 0 0;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: url("https://cwstatic.asiae.co.kr/m_newasiae/common/icon_sty01.png") no-repeat -25px -289px;
  background-size: 335px 400px;
}

/* 큰 이미지 리스트타입 */
/* 기본 리스트타입01 */
[class*=list_ty] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 기본 리스트타입02 */
/*.list_ty02 > li .txt_i a > .t_inner {display:block; margin:1px 0 3px 0; word-break:normal; }*/
/* 기본 리스트타입03 */
/* 기본 리스트타입 포토 리스트 */
/* 기본 리스트타입 관련기사  */
/*.list_ty05 ul li:first-child {border-top:none;}*/
/* icon type */
/* 광고영역타입 */
/*.visual_type02 .list_ty02 > li:first-child {border-top:1px solid #f5f5f6;}*/
/* bx_rank */
/* 생생한 영상뉴스 */
/* 코스닥, 코스피 */
/* 이 시각 주요 뉴스 */
/* 실시간뉴스 */
/* 포토영상_동영상 */
/* sns공유 레이어팝업 스타일 */
.wrapsns_layer {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.wrapsns_layer.active {
  display: block;
}
.wrapsns_layer:before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.sns_layer {
  overflow-x: hidden;
  overflow-y: hidden;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 0.5px);
  max-width: 325px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%) translate(0.5px, 0.5px);
          transform: translate(-50%, -50%) translate(0.5px, 0.5px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 300;
}
.sns_layer .inner {
  position: relative;
  margin: 0;
  padding: 24px 0 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns_layer h2 {
  display: block;
  padding: 0;
  color: #111;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: var(--font-serif-letter);
  font-size: 21px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns_layer .sns_list {
  padding: 19px 0 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns_layer .sns_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 238px;
  margin: 0 auto;
}
.sns_layer .sns_list ul:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.sns_layer .sns_list ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.sns_layer .sns_list ul li a {
  position: relative;
  display: block;
  padding: 57px 0 0 0;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns_layer .sns_list ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 50px;
  height: 50px;
  background: url("https://cwstatic.asiae.co.kr/m_newasiae/common/ico_sns2020.png") no-repeat;
  background-size: 259px 50px;
}
.sns_layer .sns_list ul li a span {
  /* display: inline-block;
  color: #111;
  font-size: 15px;
  letter-spacing: -1px;
  text-align: center; */
  display: inline-block;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-align: center;
}
.sns_layer .sns_list ul li.facebook a:before {
  background-position: 0 0;
}
.sns_layer .sns_list ul li.kakao a:before {
  background-position: -70px 0;
}
.sns_layer .sns_list ul li.twitter a:before {
  background-position: -139px 0;
}
.sns_layer .sns_list ul li.url a:before {
  background-position: -209px 0;
}
.sns_layer .url_copy {
  overflow: hidden;
  width: 229px;
  margin: 0 auto;
}
.sns_layer .url_copy:after {
  content: " ";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.sns_layer .url_copy input,
.sns_layer .url_copy a {
  float: left;
  display: block;
  vertical-align: top;
}
.sns_layer .url_copy input {
  overflow: hidden;
  width: 140px;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #595959;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #d9d9d9;
  border-right: 0;
  background: #fff;
}
.sns_layer .url_copy a {
  width: 66px;
  height: 30px;
  color: #111;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.sns_layer .btn_close {
  position: relative;
  display: block;
  /* height: 48px; */
  padding: 18px 0;
  /* padding: 0 33px; */
  color: #111;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sns_layer .sns_list ul li.x_twitter > a:before {
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/icon_twitter_new01.svg");
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: contain !important;
}

.txt_i .recipe_head {
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 7px;
  background-color: #eb0a29;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

/* 골프칼럼 */
.visual_golfcolumn01 {
  padding-bottom: 10px;
}
.visual_golfcolumn01 .list_ty05 {
  padding-top: 0;
}

.article_main {
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
}

/* 기사뷰 아이콘 */
.ico {
  display: block;
  background: url("https://cwstatic.asiae.co.kr/mdot_2013/v5/icon_all_20180718.png") no-repeat;
  background-size: 325px 105px;
  overflow: hidden;
  text-indent: -500em;
}

/* mypage */
#wrap {
  width: 100%;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

#wrap2 {
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}

.ir {
  display: block;
  overflow: hidden;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.floating_ban button {
  display: block;
  cursor: pointer;
  vertical-align: top;
}

/* newspaper_view */
.news {
  position: relative;
  zoom: 1;
}
.news .as_nav {
  margin-bottom: 0px;
  margin-top: 30px;
}
.news .news_header {
  height: 43px;
  background-color: #434c52;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  position: relative;
}

/* 2023. 404page */
footer {
  background: #f2f3f5;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 400;
}
footer .footer_wrap {
  line-height: 1.66;
  max-width: 680px;
  margin: 0 auto;
}
footer .footer_wrap * {
  line-height: inherit;
  letter-spacing: inherit;
}
footer .inner .link-bx .link {
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
footer .inner p {
  margin-top: 11px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
footer .inner .copyright {
  margin-top: 1.5em;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  line-height: 1.7;
}

@media (min-width: 1280px) {
  #header > * {
    max-width: 100% !important;
  }
}
@media (min-width: 820px) and (max-width: 1279px) {
  :root {
    font-size: 62.5% !important;
  }
  #header > * {
    max-width: 100% !important;
  }
  .pc[class*=is_fix] #header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background-color: #fff !important;
  }
  .is_fix_new .menu_popup > .inner > .header_wrap > h2,
  .is_fix_new .menu_popup > .inner > .header_wrap > .logo {
    top: 1px !important;
    left: 0px !important;
  }
  .pc[class*=is_fix] .open_anb > .inner > .header_wrap > .header_area {
    right: 0px !important;
  }
  .is_actmap .head_view .btn_sns {
    position: absolute;
    left: 0px;
  }
  .is_fix_new .header_wrap > .header_area {
    padding-right: 0;
  }
  .is_fix_new .header_wrap > .header_area > .header_nav > button {
    margin-right: 0;
  }
}
@media (max-width: 819px) {
  body.is_actmap .dim_ly {
    display: none !important;
  }
  .is_fix_new .header_wrap > .header_area > .header_extra > .utile > .btn_search {
    margin-top: -8px;
  }
  .is_fix_new .header_wrap > .header_area > .header_nav > button {
    top: 0;
  }
  .is_fix_new .header_wrap > .header_area > .header_nav > button > i {
    margin-top: -1px;
  }
  [class*=is_fix_new] #header > .inner > .header_wrap {
    height: 60px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  [class*=is_fix_new] #header > .inner > .header_wrap > h1 {
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    /*width:50px !important; height:47px !important;*/
  }
  .is_actmap #header {
    z-index: 70 !important;
  }
  .is_actmap #header > .inner {
    z-index: 2;
  }
  .is_actmap #header > .inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1 !important;
  }
  .is_actmap .header_wrap > .header_area > .header_nav > button > i {
    width: 21px;
    margin: -2px 0 0 0;
    background-color: transparent;
  }
  .is_actmap .header_wrap > .header_area > .header_nav > button > i:before, .is_actmap .header_wrap > .header_area > .header_nav > button > i:after {
    top: 100%;
    bottom: auto;
    width: 100%;
  }
  .is_actmap .header_wrap > .header_area > .header_nav > button > i:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is_actmap .header_wrap > .header_area > .header_nav > button > i:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.is_actmap #header.head_view > .inner {
    background-color: #fff;
  }
  #header.head_view > .inner > .header_wrap > h2,
  #header.head_view > .inner > .header_wrap > .logo {
    top: 0px !important;
  }
  .is_fix_new #header {
    padding-right: 0;
  }
  .is_fix_new #header > .inner {
    max-width: none;
    padding-left: 2rem;
    padding-right: 11px;
  }
  .is_fix_new #header > .inner > .header_wrap > h2,
  .is_fix_new #header > .inner > .header_wrap > .logo {
    padding-left: 0;
  }
  .menu_popup {
    max-width: none !important;
    padding: 60px 0 0 0px !important;
    margin: 0 auto;
  }
  .overHidden #header.head_list:after, .overHidden #header.head_view:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
  }
  .overHidden #header > .inner {
    padding-left: 0 !important;
    padding-right: 12px;
    height: 70px;
    background-color: #fff !important;
    background: none;
    z-index: 1;
  }
  .is_fix_new #header.head_view > .inner {
    position: relative;
    max-width: none !important;
    height: 60px !important;
    padding-left: 40px !important;
    padding-right: 31px !important;
  }
  .overHidden #header.head_view > .inner {
    padding-right: 35px !important;
  }
  .overHidden #header.head_view > .inner:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1 !important;
  }
  .overHidden #header > .inner > .header_wrap > .hd_stit {
    display: none;
  }
  .overHidden #header > .inner > .header_wrap > h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative !important;
    top: -1px !important;
    left: 15px !important;
    padding: 0px 0 0 0px !important;
  }
  .overHidden #header > .inner > .header_wrap > h1 > a {
    aspect-ratio: 461/72;
    width: 230px;
    background-image: none !important;
    background-image: url(https://cwstatic.asiae.co.kr/asiae_v3/com/logo_asiae_en.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 0 0 !important;
    background-size: contain !important;
  }
  .overHidden #header > .inner > .header_wrap > h1 > a > strong {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0;
  }
  .overHidden #header > .inner > .header_wrap > h1 > a:after {
    background-image: none !important;
  }
  #header,
  .article_page .head_view,
  .is_fix_new .head_list {
    padding-left: 0 !important;
  }
  #header,
  .is_fix_new .head_list {
    border-bottom: 0px solid #fff !important;
  }
  body #header.head_view {
    height: 60px !important;
    border-bottom: 0 none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  body #header.head_view:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
  }
  .is_fix_new #header > .inner > .header_wrap > h1 {
    padding: 18px 0 19px;
  }
  .is_fix_new #header > .inner > .header_wrap > h1 > a {
    width: 150px;
    height: 33.63px;
  }
  body #header.head_view > .inner > .header_wrap > .header_area {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    width: 40px;
    height: 100% !important;
    margin-top: 0 !important;
  }
  body #header.head_view > .inner > .header_wrap > .header_area > .header_extra {
    margin-top: 0 !important;
    height: 100% !important;
  }
  body #header.head_view > .inner > .header_wrap > .header_area > .header_extra > .utile {
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }
  .is_fix_new #header.head_view > .inner > .header_wrap > .header_area > .header_extra > .utile > .btn_search {
    margin-top: 0 !important;
  }
  .overHidden #header.head_view > .inner > .header_wrap > .header_area {
    position: absolute;
    right: -4px !important;
    width: 40px;
    height: 60px !important;
  }
  .is_fix_new .menu_popup > .side_nav {
    padding-top: 15px !important;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 0px solid #e1e1e1;
  }
  .menu_popup .side_nav .mem_login > .btn_join {
    width: 110px;
  }
  .menu_popup .side_nav .mem_user {
    padding-bottom: 10px !important;
  }
  .side_nav .mem_user > a > strong {
    font-weight: 500;
  }
  .side_nav .mem_user > a > strong * {
    font-weight: 500;
  }
  #header.head_list .header_wrap > .header_area > .header_nav {
    margin-top: -1px;
  }
  .overHidden #header.head_list > .inner {
    max-width: none !important;
    padding-left: 20px !important;
  }
  .overHidden #header.head_list > .inner > .header_wrap > h1 {
    top: 1px !important;
    left: 0 !important;
  }
  .kakaoview .bar_progress {
    top: 60px;
  }
  body.is_fix .head_view .btn_sns {
    height: 30px;
  }
  body.is_fix .head_view .btn_sns > a {
    height: 100% !important;
  }
  /* .h2_404 .thumb img {width:139px!important; height:120px!important;} */
  footer {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-right: 40px !important;
    padding-left: 40px !important;
    background: #f2f3f5;
  }
  footer > .footer_wrap > .footer_info {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media all and (max-width: 768px) {
  .header_wrap {
    margin: 0 !important;
  }
  .overHidden #header > .inner {
    padding-right: 12px;
    border-bottom: 0 none !important;
    border-color: transparent !important;
    z-index: 1;
  }
  .is_fix_new #header > .inner {
    position: relative;
  }
  .is_fix_new #header > .inner > .header_wrap {
    max-width: none !important;
  }
  .overHidden #header.head_list > .inner {
    max-width: none !important;
  }
  #header > .inner {
    max-width: 100% !important;
  }
  .overHidden #header.head_list > .inner {
    max-width: 100% !important;
  }
  .overHidden #header.head_list > .inner > .header_wrap > h1 {
    left: 20px !important;
  }
}
@media all and (min-width: 720px) {
  .is_fix_new .view_article {
    border: 0 none !important;
  }
}
@media all and (max-width: 680px) {
  .is_fix #header.head_view > .inner {
    padding-left: 0;
  }
  .asiae_mod {
    padding: 15px;
  }
  .view_article .va_head,
  .va_cont .subTitle,
  .editor_box,
  .as_mj_news,
  .sec4_ad .new_slot,
  .photo_vod .slider_viewbox,
  .youtube_wrap,
  .as_culture3,
  .drinkeat_mod {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .aeditor_note,
  .aeqeout_box,
  .aeofficial_box,
  .aearea_q,
  .aearea_a,
  .view_article .va_cont p,
  .va_cont .small_title01,
  .btn_box,
  .sec4_ad ul,
  .photo_vod .inner_b h3 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .va_cont .subTitle > h3 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .photo_vod .inner_b h3 {
    padding-left: 13px !important;
    padding-right: 0 !important;
  }
  .photo_vod .inner_b h3:before {
    left: 0 !important;
  }
  .as_see_news {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media all and (min-width: 640px) {
  /* 전체메뉴 */
  .section_wrap {
    padding: 10px 0 0 0;
  }
  .section_main,
  .section_sub {
    width: 100%;
  }
  .section_main {
    float: left;
    margin: 0;
    padding: 0 0px 0 0;
  }
  .section_sub {
    float: right;
    margin: 0;
    padding: 0 0 0 0px;
    border-left: 0px solid #ededed;
  }
}
@media all and (max-width: 640px) {
  .is_fix_new #header.head_view > .inner {
    padding-left: 20px !important;
    padding-right: 11px !important;
  }
  .is_fix_new.overHidden #header.head_view > .inner {
    padding-right: 15px !important;
  }
  .is_fix_new .menu_popup > .side_nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .view_article .va_head,
  .va_cont .subTitle,
  .editor_box,
  .as_mj_news,
  .sec4_ad .new_slot,
  .photo_vod .slider_viewbox,
  .youtube_wrap,
  .as_culture3,
  .drinkeat_mod {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .aeditor_note,
  .aeqeout_box,
  .aeofficial_box,
  .aearea_q,
  .aearea_a,
  .view_article .va_cont p,
  .va_cont .small_title01,
  .btn_box,
  .sec4_ad ul,
  .photo_vod .inner_b h3 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  footer {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media all and (max-width: 340px) {
  .asiae_mod {
    padding: 15px;
  }
}
@media screen and (min-width: 320px) {
  .flk_box .touch_list02 .thumb li a .image {
    background-position: 50% 0 !important;
  }
}
@media screen and (max-width: 320px) {
  .is_fix_new #header > .inner {
    padding-left: 10px;
    padding-right: 1px;
  }
  .overHidden #header.head_view > .inner {
    padding-right: 1px !important;
  }
  .overHidden #header.head_list > .inner {
    padding-left: 10px !important;
  }
  .is_fix_new.is_fix #header.head_view > .inner > .header_wrap > .area_util_2023 {
    left: 5px !important;
  }
  .is_fix_new #header.head_view > .inner {
    padding-left: 10px !important;
  }
  .is_fix_new #header.head_list > .inner {
    padding-left: 0;
  }
  .overHidden #header > .inner {
    padding-left: 10px !important;
  }
  .overHidden #header.head_list > .inner > .header_wrap > .header_area {
    right: 1px;
  }
  .main_issue_module .module_list li .thumb {
    height: auto;
  }
  .crn_m .corona_hd .crn_tit {
    width: 165px;
  }
  .visual_corp .txt_bx h3 {
    margin: 20px 0 3px;
  }
}
@media screen and (max-width: 359px) {
  .is_fix_new #header.head_view > .inner {
    padding-left: 10px !important;
    padding-right: 1px !important;
  }
  .is_fix_new #header.head_view > .inner > .header_wrap > .header_area > .header_extra {
    position: relative;
    right: -1px;
  }
  .is_fix_new.overHidden #header.head_view > .inner {
    padding-right: 1px !important;
  }
  .is_fix_new.overHidden #header.head_view > .inner > .header_wrap > .header_area {
    right: 0 !important;
  }
  .view_article .va_head,
  .va_cont .subTitle,
  .editor_box,
  .as_mj_news,
  .sec4_ad .new_slot,
  .photo_vod .slider_viewbox,
  .youtube_wrap,
  .as_culture3,
  .drinkeat_mod,
  .is_fix_new .menu_popup > .side_nav {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .aeditor_note,
  .aeqeout_box,
  .aeofficial_box,
  .aearea_q,
  .aearea_a,
  .view_article .va_cont p,
  .va_cont .small_title01,
  .btn_box,
  .sec4_ad ul,
  .photo_vod .inner_b h3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .real_mod02 > .in_b > .tit_wr {
    font-size: 16px;
  }
  .real_mod02 > .in_b > .tit_wr * {
    font-size: 16px;
  }
  .fix_mar .nav_menu ul > li {
    width: auto !important;
  }
  .fix_mar .nav_menu ul > li > a {
    padding: 0 4px !important;
  }
  footer {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 359px) {
  .is_actmap #header > .inner > .header_wrap > h1 > a,
  .is_fix_new .menu_popup > .inner > .header_wrap > h2 > a,
  .is_fix_new .menu_popup > .inner > .header_wrap > .logo > a,
  .is_fix_new #header > .inner > .header_wrap > h2 > a,
  .is_fix_new #header > .inner > .header_wrap > .logo > a,
  .overHidden #header > .inner > .header_wrap > h1 > a {
    max-width: 220px !important;
    width: 65vw !important;
  }
}