@charset "UTF-8";
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:focus {
  outline-style: none;
}

body,
#wrapper {
  overflow-x: hidden;
}

html,
body,
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
div,
nav,
section,
header,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
video,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.5;
  background: transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}

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

ul,
ol,
li,
dl,
dt,
dd,
i {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-touch-callout: none;
}
a:hover, a:focus, a:active {
  color: inherit;
  text-decoration: none;
}

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

caption,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

select,
input,
textarea {
  color: #454545;
}

select,
input {
  vertical-align: middle;
}

address,
em,
i {
  font-style: normal;
}

label {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
  border: none;
  padding: 0;
  display: block;
}

form,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* Skip Navigation */
#skip_nav,
.blind {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

#skip_nav a {
  display: block;
  height: 0;
  margin-top: -2px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
  line-height: 0;
  background: #3e8fee;
}
#skip_nav a:hover {
  height: auto;
  padding: 7px 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  z-index: 10000;
}

#skipNav a:active, #skipNav a:focus {
  height: auto;
  padding: 7px 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  z-index: 10000;
}

a:focus {
  border: 0;
  ontline: 0;
}

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

a:hover {
  text-decoration: underline;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-wrap {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.major_news01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.major_news01 > .box_w > .list_bx > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*=major_news] > .box_w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wide_wrap01 > .inner > .sec_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headline > .inner > .row02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

figure > .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  color: #111;
  background-color: #fff;
  border-radius: 20px;
}

.wide_wrap01 .golf_sec > .c_body > .row01 > a:hover > p > strong {
  text-decoration: underline !important;
}

body.pc .header_n {
  width: 100%;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
body.pc.is_fix #wrapper {
  padding-top: 157px;
}
body.pc.is_fix .header_n {
  right: auto !important;
}
body #header > aside {
  top: calc(100% - 0px) !important;
}

.tbanner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  overflow: hidden;
}
.tbanner ul {
  height: 50px !important;
}
.tbanner ul li {
  position: relative;
  width: 100%;
  height: 100% !important;
}
.tbanner ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://cwstatic.asiae.co.kr/asiae_v3/com/bg_pc.png) no-repeat center top;
  background-size: 694px 50px;
}
.tbanner ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 1;
}
.tbanner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tbanner dl dt,
.tbanner dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tbanner dl dt {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.tbanner dl dt::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 1px;
  margin: 0 20px;
  background-color: rgba(225, 225, 225, 0.4);
}
.tbanner ul li dl dd {
  margin-top: 6px;
  font-size: 2rem;
  font-weight: 500;
}
.tbanner a:hover {
  text-decoration: none;
}
.tbanner .btn_cls {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 1;
}
.tbanner .btn_cls > span {
  width: 0.9px;
  height: 15px;
  margin-top: 4px;
  margin-left: 10px;
  background-color: #888;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tbanner .btn_cls > span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9px;
  height: 15px;
  background-color: #888;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tbanner .btn_cls > span > em {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

@media all and (min-width: 820px) {
  #header > .inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid rgb(225, 225, 225);
  }
}
@media all and (max-width: 1279px) {
  #header > .inner:after {
    max-width: 1100px;
    width: calc(100% - 80px);
  }
}
#container {
  padding: 30px 0 0;
}

/* headline */
.headline,
[class*=major_news],
[class*=sec_type] {
  width: 100%;
}

.headline {
  display: grid;
  grid-template-columns: 1fr 55.9% 1fr;
  grid-gap: 0px;
  position: relative;
  padding-bottom: 40px;
}
.headline [class*=wr_box] {
  overflow: hidden;
}
.headline [class*=wr_box] .thumb {
  display: block;
}
.headline [class*=wr_box] .thumb > figure {
  position: relative;
}
.headline [class*=wr_box] .thumb > figure > .badge {
  bottom: 24px;
  left: 20px;
  padding: 0 16px;
}
.headline [class*=wr_box] h2 > a {
  font-family: var(--font-serif);
  letter-spacing: -0.25px !important;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.headline [class*=wr_box] .desc {
  display: block;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.headline [class*=wr_box] .relation {
  width: 100%;
}
.headline [class*=wr_box] .relation > li:not(:first-child) {
  margin-top: 5px;
}
.headline [class*=wr_box] .relation > li * {
  color: #111;
}
.headline [class*=wr_box] .relation > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline [class*=wr_box] .relation > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.headline .wr_box01,
.headline .wr_box03 {
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}
.headline .wr_box01 {
  grid-column: 1/3;
  grid-row: 1;
}
.headline .wr_box01 > section {
  display: grid;
  grid-template-columns: 54% auto;
  padding-bottom: 28px;
}
.headline .wr_box01 > section > .thumb > figure {
  overflow: hidden;
  width: 100%;
}
.headline .wr_box01 > section > .thumb > figure > .badge {
  bottom: 16px;
  left: 20px;
  height: 40px;
  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;
  padding: 8px 20px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.major_news02 > .sec_big01 > section > .thumb > figure > .badge {
  bottom: 16px;
  left: 20px;
  height: 40px;
  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;
  padding: 8px 20px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
}

.thumb > figure > .badge {
  border: 1px solid rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 30px);
  overflow: hidden;
  text-align: left;
  display: block;
  letter-spacing: -0.04em;
}

.headline .wr_box01 > section > .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 28px;
}
.headline .wr_box01 > section > .txt_box > h2 > a {
  font-size: 27px;
  font-weight: 900;
  line-height: 130%;
  -webkit-line-clamp: 4;
  max-height: 140.4px;
}
.headline .wr_box01 > section > .txt_box > h3 {
  display: block;
  overflow: hidden;
  max-width: 100%;
  margin-top: 22px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline .wr_box01 .txt_box > .desc {
  white-space: normal;
  word-break: break-all;
  margin: 15px 0 0;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-height: 40px;
}
.headline .wr_box01 .txt_box > .relation {
  margin-top: 16px;
}
.headline .wr_box01 .txt_box > .relation > li * {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.36;
}
.headline .wr_box01 .txt_box > .relation > li > a {
  padding: 1px 0 1px 12px;
}
.headline > .inner > .row02 {
  -ms-flex-flow: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.headline .wr_box02 {
  grid-column: 3;
  grid-row: 1/3;
  padding: 0 0 0 20px;
}
.headline .wr_box02 > ul > li {
  margin-top: 28px;
}
.headline .wr_box02 > ul > li:first-child {
  margin-top: 0;
}
.headline .wr_box02 > ul > li > .thumb > figure {
  min-width: 175px;
}
.headline .wr_box02 > ul > li > .thumb > figure > .badge {
  bottom: 14px;
  left: 13px;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.headline .wr_box02 > ul > li > .thumb > h2 {
  padding-top: 12px;
}
.headline .wr_box02 > ul > li > .thumb > h2 > strong {
  overflow: hidden;
  font-size: 1.8rem;
  line-height: 1.33;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 700;
  font-family: var(--font-serif);
}
.headline .wr_box02 > ul > li > .thumb > h2 > strong > .badge {
  display: none;
  color: #34b8b5;
}
.headline .wr_box02 > ul > li > .txt_box {
  padding-top: 8px;
}
.headline .wr_box02 > ul > li > .txt_box > .desc {
  max-height: 62px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}
.headline .wr_box02 > ul > li > .txt_box > .relation > li * {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.headline .wr_box02 > ul > li > .txt_box > .relation > li > a {
  padding: 0px 0 0 7px;
}
.headline .wr_box02 > ul > li > .txt_box > .relation > li > a:before {
  top: 50%;
  margin-top: -1.5px;
}
.headline .wr_box03 {
  grid-column: 1/3;
  grid-row: 2;
  margin: 0;
}
.headline .wr_box03 > section {
  padding-top: 30px;
  border-top: 1px solid #e1e1e1;
}
.headline .wr_box03 > section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.headline .wr_box03 > section > ul > li {
  width: 33.3333333333%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #e1e1e1;
}
.headline .wr_box03 > section > ul > li:first-child {
  border-left: 0;
}
.headline .wr_box03 > section > ul > li:first-child > .txt_box {
  padding-left: 11px;
}
.headline .wr_box03 > section > ul > li > .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-bottom: 2px;
}
.headline .wr_box03 > section > ul > li > .txt_box > h2 {
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.285;
}
.headline .wr_box03 > section > ul > li > .txt_box > h2 * {
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.285;
}
.headline .wr_box03 > section > ul > li > .txt_box > h2 > a > span {
  color: #34b8b5;
  padding-right: 5px;
}
.headline .wr_box03 > section > ul > li > .txt_box .relation {
  margin-top: 12px;
}
.headline .wr_box03 > section > ul > li > .txt_box .relation > li * {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-break: break-all;
}
.headline .wr_box03 > section > ul > li > .txt_box .relation > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 1px 0 1px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline .wr_box03 > section > ul > li > .txt_box .relation > li > a:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.headline .wr_box03 > section > ul > li .desc {
  max-height: 62px;
  margin: 12px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  white-space: normal;
  word-break: break-all;
}

/* .headline .wr_box01 > section > .txt_box > h2 > a {max-height:83px; font-size:3.3rem; font-weight:900; line-height:1.3; letter-spacing:-2.0px;} */
[class*=major_news] {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #e1e1e1;
}
[class*=major_news] > .box_w {
  margin-left: -15px;
  margin-right: -15px;
}

/* major_news01 */
.major_news01 {
  padding-top: 40px;
  position: relative;
  border-top: 2px solid #e1e1e1 !important;
}
.major_news01 > .box_w {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.major_news01 > .box_w > .list_bx,
.major_news01 > .box_w > .ban_box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.major_news01 > .box_w > .list_bx {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 820px) {
  .major_news01 > .box_w > .list_bx > ul {
    gap: 30px;
  }
  .major_news01 > .box_w > .list_bx > ul > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: 0;
  }
}
.major_news01 > .box_w > .list_bx > ul > li > a {
  display: block;
}
.major_news01 > .box_w > .list_bx > ul > li > a > strong {
  display: block;
  font-family: var(--font-serif);
  overflow: hidden;
  margin-top: 16px;
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.285;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.major_news01 > .box_w > .list_bx > ul > li > a > strong > .badge {
  color: #34b8b5;
  padding-right: 7px;
}
.major_news01 > .box_w > .list_bx > ul > li > a > figure {
  overflow: hidden;
  font-size: 0;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation,
.major_news01 > .box_w > .list_bx > ul > li > .desc {
  margin-top: 8px;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li,
.major_news01 > .box_w > .list_bx > ul > li > .desc {
  font-size: 15px;
  line-height: 1.42;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li *,
.major_news01 > .box_w > .list_bx > ul > li > .desc * {
  font-size: 15px;
  line-height: 1.42;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li > a,
.major_news01 > .box_w > .list_bx > ul > li > .desc {
  overflow: hidden;
  text-overflow: ellipsis;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li {
  color: #111;
  font-weight: 400;
  white-space: normal;
  word-break: break-all;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li * {
  color: #111;
  font-weight: 400;
  white-space: normal;
  word-break: break-all;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li > a {
  display: block;
  position: relative;
  padding: 1px 0 1px 10px;
  white-space: nowrap;
}
.major_news01 > .box_w > .list_bx > ul > li > .relation > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.major_news01 > .box_w > .list_bx > ul > li > .desc {
  color: #666;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.major_news01 > .box_w > .list_bx > ul > li > .desc * {
  color: #666;
  font-weight: 400;
}

/* .major_news01 > .box_w > .list_bx > ul > li:nth-child(1) {
  margin-left: 0;
} */
/* major_news02 */
.major_news02 {
  position: relative;
}
.major_news02 > .sec_big01,
.major_news02 > [class*=box_list] > [class*=sec_lb] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.major_news02 > .sec_big01 {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 52.4%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.major_news02 > .sec_big01 > section > a {
  display: block;
}
.major_news02 > .sec_big01 > section > .thumb > figure {
  position: relative;
}
.major_news02 > .sec_big01 > section > .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 0 0;
  text-align: center;
}
.major_news02 > .sec_big01 > section > .txt_box > a {
  display: block;
  padding: 0 7%;
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-serif);
  letter-spacing: -0.25px !important;
  text-underline-offset: 0.1em;
  line-height: 1.23;
}
.major_news02 > .sec_big01 > section > .txt_box > a * {
  color: #111;
  font-size: 3rem;
  font-weight: 700;
  font-family: var(--font-serif);
  text-underline-offset: 0.1em;
  line-height: 1.23;
}
.major_news02 > .sec_big01 > section > .txt_box > a > strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.major_news02 > .sec_big01 > section > .txt_box > .desc {
  display: none;
  overflow: hidden;
  margin: 11px 0 0 0;
  padding: 0 7%;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.major_news02 > .sec_big01 > section > .txt_box > .desc2 {
  margin: 16px auto 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  max-height: 42px;
  white-space: normal;
  word-break: break-all;
}
.major_news02 > .sec_big01 > section > .txt_box .desc2 {
  display: block;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding: 0 2%;
}
.major_news02 > .sec_big01 > section > .txt_box > .relation {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 16px;
}
.major_news02 > .sec_big01 > section > .txt_box > .relation > li * {
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 23px;
}
.major_news02 > .sec_big01 > section > .txt_box > .relation > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.major_news02 > .sec_big01 > section > .txt_box > .relation > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.major_news02 > .sec_big01 > section > .txt_box > .relation > li > a {
  padding: 1px 0 1px 9px;
  text-align: left;
}
.major_news02 > .box_wrap > [class*=box_list] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.major_news02 > .box_wrap > [class*=box_list] > [class*=sec_lb] {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.8%;
}
.major_news02 > .box_wrap > [class*=box_list] > [class*=sec_lb] .badge {
  color: #34b8b5;
  padding-right: 5px;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a {
  display: block;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a > figure {
  position: relative;
  font-size: 0;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a > figure > .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  bottom: 14px;
  left: 15px;
  padding: 2px 16px;
  color: #111;
  font-size: 1.4rem;
  font-weight: 700;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box {
  padding-top: 11px;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > h2 {
  display: block;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > h2 > a {
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  font-family: var(--font-serif);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .relation {
  width: 100%;
  margin-top: 8px;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .relation > li * {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .relation > li > a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0px 0 2px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .relation > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .desc {
  display: block;
  overflow: hidden;
  margin: 13px 0 0 0;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .badge {
  display: none;
  color: #34b8b5;
}
.major_news02 > .box_wrap > .box_list02 {
  padding: 15px 0 0 0;
}
.major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li {
  border-top: 1px solid #eee;
}
.major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a {
  color: #111;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.major_news02 > .box_list02 > [class*=sec_lb] > ul > li > a * {
  color: #111;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}
.major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a {
  display: block;
  padding: 15px 15px 15px 0;
}
.major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li:last-child > a {
  padding-bottom: 0;
}
.major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a > strong {
  display: block;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.29;
}

/* .major_news02 > .sec_big01 > section > .thumb > figure > .badge {bottom:20px; left:20px; height:40px; padding:0 16px 3px; font-size:1.7rem; font-weight:500; border:1px solid #e1e1e1;} */
.major_news03 {
  position: relative;
  padding-top: 26px;
}
.major_news03 > .box_w > [class*=sec_bx] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.major_news03 > .box_w > [class*=sec_bx] > section > h2 {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
  display: block;
}
.major_news03 > .box_w > [class*=sec_bx] > section > h2 * {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
}
.major_news03 > .box_w > [class*=sec_bx] > section > h2 > * {
  display: inline-block;
}
.major_news03 > .box_w > .sec_bx01 {
  /* width: 72%; */
  width: 100%;
}
.major_news03 > .box_w > .sec_bx01 > section > [class*=row] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #111;
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.26;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 0 0;
  margin-left: -15px;
  margin-right: -15px;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > [class*=col_] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 {
  max-width: 470px;
  width: 39.1666666667%;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a {
  display: block;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a > figure {
  position: relative;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a > figure > .badge {
  bottom: 16px;
  left: 15px;
  height: 30px;
  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;
  padding: 1px 14px 1px;
  font-size: 14px;
  font-weight: 700;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .txt_box {
  overflow: hidden;
  margin-top: 13px;
  padding: 0 5%;
  color: #000;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  /* text-underline-offset: 5px; */
  text-underline-offset: 0.1em;
  font-family: var(--font-serif);
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 {
  max-width: 385px;
  width: 32.0833333333%;
}
.major_news03 > .box_w > .sec_bx01 > section .row02 {
  max-width: 375px;
  /* calc(100% - 385px - 470px); */
  width: 28.75%;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li {
  border-top: 1px solid #eee;
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.44;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 14px;
  margin: 11px 0;
  overflow: hidden;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li > a .badge {
  display: none;
  color: #34b8b5;
}
.major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li * {
  color: #111;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.44;
}
.major_news03 > .box_w > .sec_bx01 .list_w {
  width: 100%;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; */
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li:not(:first-child) {
  margin-top: 26px;
  /* width: calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px; */
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 120/78;
  max-width: 120px;
  width: 40%;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a > strong > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a > strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  padding-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* padding: 0 0 0 10px; */
  font-family: var(--font-serif);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a > strong * {
  font-family: var(--font-serif);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.31;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > a > strong > span {
  display: block;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > p {
  margin-top: 4px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > .relation {
  width: 100%;
  margin-top: 9px;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > .relation > li * {
  color: #111;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > .relation > li > a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1px 0 1px 9px;
}
.major_news03 > .box_w > .sec_bx01 .list_w > ul > li > .relation > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #bbb;
  border-radius: 50%;
}
.major_news03 > .box_w > .ban_ty {
  display: none;
}

@media (min-width: 819px) {
  .major_news03 > .box_w > .sec_bx01 > section .inner_b {
    min-height: 420px;
  }
  .major_news03 > .box_w > .sec_bx01 > section .row02 {
    position: absolute;
    top: 64.94px;
    right: 0;
  }
}
.akradio {
  height: 32px;
  margin-top: 4px;
}

.asiae_wrap [class*=hot_item] > li {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 18px 0 12px 0px;
  border-bottom: 1px solid #eee;
}
.asiae_wrap [class*=hot_item] > li > .thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px !important;
  height: 43px !important;
  margin-right: 15px;
}
.asiae_wrap [class*=hot_item] > li > .thumb > figure {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.asiae_wrap [class*=hot_item] > li > .thumb > figure > img {
  vertical-align: top;
}
.asiae_wrap [class*=hot_item] > li > .thumb_body {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.asiae_wrap [class*=hot_item] > li > .thumb_body > h3 {
  width: 100%;
  display: block;
}
.asiae_wrap [class*=hot_item] > li > .thumb_body > h3 > a {
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
}
.asiae_wrap [class*=hot_item] > li > .thumb_body > .date {
  color: #767678;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
  width: 100%;
}
.asiae_wrap [class*=hot_item] > li > .thumb_body span {
  font-weight: 700;
}
.asiae_wrap [class*=hot_item] > li.no_img > .thumb > figure {
  background: url(//cwstatic.asiae.co.kr/asiae_v3/com/noimg_thumb_en.jpg) no-repeat 0 0;
  background-size: cover;
}

/* .asiae_wrap [class*="hot_item"] > li:first-child {border-top:0 none;} */
.asiae_wrap [class*=hot_item] > li:last-child {
  border-bottom: 0;
}

[class*=major_news] + [class*=sec_type] {
  margin-top: 0;
}

[class*=sec_type] {
  padding-top: 16px;
  padding-bottom: 56px;
  border-top: 2px solid #ccc;
}
[class*=sec_type] figure {
  position: relative;
}
[class*=sec_type] figure > .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 3px 12px;
  height: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 20px !important;
}
[class*=sec_type] > header * {
  font-family: var(--font-serif);
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
}
[class*=sec_type] > header > h2 * {
  display: inline-block;
}
[class*=sec_type] > header > h2 > a > strong {
  position: relative;
  padding: 0 14px 0 0;
}
[class*=sec_type] > header > h2 > a > strong:after {
  content: "";
  width: 7px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13' fill='none'%3E%3Cpath d='M0 1.488L0.754687 0.760498L7 6.7605L0.754687 12.7605L0 12.0367L5.48698 6.7605L0 1.488Z' fill='black'/%3E%3C/svg%3E");
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  margin: 1px 0 0 0;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); */
}
[class*=sec_type] > .c_body {
  padding-top: 18px;
}

.sec_type01 > .c_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: -12.5px;
  margin-right: -12.5px;
}

[class*=sec_type] .list_le,
[class*=sec_type] .list_rig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 12.5px;
  padding-right: 12.5px;
}
[class*=sec_type] .list_le {
  width: 63%;
}
[class*=sec_type] .list_le > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
[class*=sec_type] .list_le > ul > li {
  width: 33.3333333333%;
  padding-left: 10px;
  padding-right: 10px;
}
[class*=sec_type] .list_le > ul > li > a,
[class*=sec_type] .list_le > ul > li > .txt_box > a {
  display: block;
  width: 100%;
}
[class*=sec_type] .list_le > ul > li > .txt_box {
  padding-top: 11px;
}
[class*=sec_type] .list_le > ul > li > .txt_box > a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.46;
}
[class*=sec_type] .list_le > ul > li > .txt_box > a > strong {
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
}
[class*=sec_type] .list_le > ul > li > .txt_box > a * {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.46;
}
[class*=sec_type] .list_rig {
  width: 37%;
}
[class*=sec_type] .list_rig > ul > li {
  border-top: 1px solid #eee;
}
[class*=sec_type] .list_rig > ul > li:first-child {
  border-top: 0 none;
}
[class*=sec_type] .list_rig > ul > li:first-child > a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 31px;
  line-height: 1.46;
}
[class*=sec_type] .list_rig > ul > li:first-child > a * {
  line-height: 1.46;
}
[class*=sec_type] .list_rig > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  padding: 0 4px;
}
[class*=sec_type] .list_rig > ul > li > a {
  color: #111;
  font-size: 1.6rem;
  font-weight: 450;
  line-height: 23px;
}
[class*=sec_type] .list_rig > ul > li > a * {
  color: #111;
  font-size: 1.6rem;
  font-weight: 450;
  line-height: 23px;
}
[class*=sec_type] .list_rig > ul > li > a > strong {
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[class*=sec_type] [class*=swp_list],
[class*=sec_type] [class*=list_full] {
  width: 100%;
}
[class*=sec_type] [class*=swp_list] > .swiper-wrapper {
  width: auto !important;
}
[class*=sec_type] [class*=swp_list] > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
[class*=sec_type] [class*=list_full] > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
[class*=sec_type] [class*=swp_list] > ul > li,
[class*=sec_type] [class*=list_full] > ul > li {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #eee;
}
[class*=sec_type] [class*=swp_list] > ul > li:nth-child(1),
[class*=sec_type] [class*=list_full] > ul > li:nth-child(1) {
  border-left: 0;
}
[class*=sec_type] [class*=swp_list] > ul > li > a {
  display: block;
  width: 100%;
}
[class*=sec_type] [class*=swp_list] > ul > li > a > figure {
  display: block;
  width: 100%;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 {
  display: block;
  width: 100%;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 > a {
  display: block;
  width: 100%;
}
[class*=sec_type] [class*=swp_list] > ul > li > a > figure {
  position: relative;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box {
  margin: 15px 0 0 0;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 {
  color: #000;
  font-size: 18px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.38;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 * {
  color: #000;
  font-size: 18px;
  font-family: var(--font-serif);
  font-weight: 700;
  line-height: 1.38;
}
[class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 > a {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
}
[class*=sec_type] [class*=list_full] > ul > li {
  padding-top: 10px;
}
[class*=sec_type] [class*=list_full] > ul > li > div {
  padding: 16px 0 0 0;
  border-top: 1px solid #eee;
}
[class*=sec_type] [class*=list_full] > ul > li > div * {
  color: #111;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}
[class*=sec_type] [class*=list_full] > ul > li > div > a {
  display: block;
  width: 100%;
  display: block;
}
[class*=sec_type] [class*=list_full] > ul > li > div > a > strong {
  display: block;
  width: 100%;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
[class*=sec_type] [class*=list_full] > ul > li > div > a > strong > .badge {
  display: none;
  color: #34b8b5;
}
[class*=sec_type] .c_body > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
[class*=sec_type] .c_body > .row > .card,
[class*=sec_type] .c_body > .row > .card_list {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
[class*=sec_type] .c_body > .row > .card {
  width: 38.8%;
  border-right: 1px solid #eee;
}
[class*=sec_type] .c_body > .row > .card > a {
  display: block;
}
[class*=sec_type] .c_body > .row > .card > a figure {
  display: block;
}
[class*=sec_type] .c_body > .row > .card > .txt_box {
  overflow: hidden;
  width: 100%;
  margin-top: 17px;
  padding: 0 5%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.44;
  /* text-underline-offset: 5px; */
  text-underline-offset: 0.1em;
  font-family: var(--font-serif);
}
[class*=sec_type] .c_body > .row > .card > .txt_box * {
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.44;
  /* text-underline-offset: 5px; */
  text-underline-offset: 0.1em;
  font-family: var(--font-serif);
}
[class*=sec_type] .c_body > .row > .card_list {
  width: 61.2%;
  position: relative;
  width: 61.2%;
  height: 370px;
}
[class*=sec_type] .c_body > .row > .card_list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  border-right: 1px solid #eee;
}
[class*=sec_type] .c_body > .row > .card_list > ul {
  position: relative;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li {
  position: absolute;
  width: 27vw;
  height: 141px;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(1), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2) {
  left: 0;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(3), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(4) {
  right: 0;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(1), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(3) {
  top: 0;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(4) {
  top: 142px;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1px;
  padding-left: 10px;
  padding-right: 10px;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > a > strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > a > strong {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 820px) {
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div > a > strong {
    font-family: var(--font-serif);
  }
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > a > strong > span {
  color: #34b8b5;
  padding-right: 5px;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li > div > p {
  margin: 12px 0 0 0;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.31;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(1) > div, [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(3) > div {
  margin-top: -5px;
}
[class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2n) > div {
  padding-top: 35px;
  border-top: 1px solid #eee;
}

/* [class*='sec_type'] [class*='swp_list'] > ul > li > .txt_box > h3 {
  padding-right: 10px;
} */
/* 서브컨텐츠 중간 100% 골프섹션등등 사용 */
/* 2023.06.26 배경수정 */
[class*=wide_wrap] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 47px 40px;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  background: #fafafa;
}
[class*=wide_wrap] > .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}

/* 2023.05.10 수정 :end */
.wide_wrap01 > .inner > .sec_wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.wide_wrap01 [class*=_sec] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wide_wrap01 [class*=_sec] > header {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
}
.wide_wrap01 [class*=_sec] > header * {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
}
.wide_wrap01 [class*=_sec] > header > h2 * {
  display: inline-block;
}
.wide_wrap01 [class*=_sec] > header > h2 > a > strong {
  font-family: var(--font-serif);
  position: relative;
  padding: 0 14px 0 0;
}
.wide_wrap01 [class*=_sec] > header > h2 > a > strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  margin: 1px 0 0 0;
  border: 1px solid #000;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.wide_wrap01 [class*=_sec] > .c_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wide_wrap01 .golf_sec {
  width: 72%;
}
.wide_wrap01 .golf_sec > .c_body {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 18px;
}
.wide_wrap01 .golf_sec > .c_body > [class*=row] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wide_wrap01 .golf_sec > .c_body > .row01 {
  width: 53.1%;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > a {
  position: relative;
  display: block;
  width: 100%;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > .txt_box > strong {
  display: block;
  width: 100%;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > .thumb {
  overflow: hidden;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > .txt_box {
  margin-top: 14px;
  padding: 0 5%;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > .txt_box > strong {
  overflow: hidden;
  color: #000;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.wide_wrap01 .golf_sec > .c_body > .row01 > a > p {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.4);
}
.wide_wrap01 .golf_sec > .c_body > .row01 > a > p > strong {
  overflow: hidden;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  font-family: var(--font-serif);
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.wide_wrap01 .golf_sec > .c_body > .row02 {
  width: 46.9%;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li {
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li:first-child {
  padding-top: 0;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 {
  display: block;
  width: 100%;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
  display: block;
  width: 100%;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
  display: block;
  width: 100%;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 * {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
  font-family: var(--font-serif);
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a > .badge {
  display: none;
  color: #34b8b5;
}
.wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding-right: 8px;
}
.wide_wrap01 .entertain_sec {
  width: 28%;
}
.wide_wrap01 .entertain_sec > .c_body {
  padding-top: 7px;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li {
  margin: 10px 0 0 0;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
  display: block;
  width: 100%;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > figure > a {
  display: block;
  width: 100%;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box > a {
  display: block;
  width: 100%;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin-right: 15px;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > figure > a {
  overflow: hidden;
  height: 70px;
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.61;
  font-family: var(--font-serif);
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box * {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.61;
  font-family: var(--font-serif);
}
.wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box > a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

/* 오늘의 지수 */
body.pc .btn_theme:hover, body.pc .btn_theme:focus, body.pc .btn_theme:active {
  color: #fff;
  background-color: #404040;
}
body.pc .btn_theme:hover > i, body.pc .btn_theme:focus > i, body.pc .btn_theme:active > i {
  background-image: url("https://cwstatic.asiae.co.kr/asiae_v3/com/icon_dark.png");
}

@media (min-width: 1280px) {
  .top_sec > .inner {
    max-width: 1200px;
  }
  .headline {
    grid-template-columns: 1fr 55.9% 265px;
  }
  .headline .wr_box01 > section {
    grid-template-columns: 480px auto;
  }
  .headline .wr_box01 > section > .thumb {
    width: 480px;
  }
  .headline .wr_box01 > section > .thumb > figure {
    width: 100%;
    height: 330px;
  }
  .headline .wr_box02 > ul > li > .thumb > figure {
    overflow: hidden;
    width: 100%;
    height: 140px;
  }
  .major_news01 > .box_w {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .major_news01 > .box_w > .list_bx > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .major_news01 > .box_w > .list_bx > ul > li {
    /* width: 270px; */
    /* margin-left: 30px; */
    padding-left: 0;
    padding-right: 0;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a {
    width: 100%;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > figure {
    width: 100%;
    aspect-ratio: 380/230;
    overflow: hidden;
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .major_news02 > .box_wrap {
    min-height: 520px !important;
  }
  .major_news02 > .box_wrap > [class*=box_list] > [class*=sec_lb] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 285px;
  }
  .major_news02 > .sec_big01 > section > a,
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a {
    overflow: hidden;
  }
  .major_news02 > .sec_big01 {
    width: 570px;
    padding-left: 0;
    padding-right: 0;
  }
  .major_news02 > .sec_big01 > section {
    width: 100%;
  }
  .major_news02 > .sec_big01 > section > a {
    width: 570px;
    height: 360px;
  }
  .major_news02 > .sec_big01 > section > a > figure {
    width: 570px;
    height: 360px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a {
    width: 100%;
    height: 160px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a > figure {
    width: 100%;
    height: 160px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a {
    width: 100%;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a > figure {
    width: 100%;
    height: 100%;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .thumb {
    overflow: hidden;
    width: 440px;
    height: 280px;
  }
  [class*=sec_type] .list_le > ul > li > a,
  [class*=sec_type] [class*=swp_list] > ul > li > a,
  [class*=sec_type] .c_body > .row > .card > .thumb {
    overflow: hidden;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .thumb {
    overflow: hidden;
  }
  [class*=sec_type] .list_le > ul > li > a > figure,
  [class*=sec_type] [class*=swp_list] > ul > li > a > figure {
    height: 155px;
  }
  [class*=sec_type] .list_le > ul > li > a {
    width: 235px;
  }
  [class*=sec_type] .list_le > ul > li > a > figure {
    width: 235px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > a {
    width: 270px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > a > figure {
    width: 270px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    width: 330px;
  }
  [class*=sec_type] .c_body > .row > .card > .thumb {
    width: 440px;
    height: 280px;
  }
  [class*=sec_type] .c_body > .row > .card > .thumb > figure {
    width: 440px;
    height: 280px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .thumb {
    width: 440px;
    height: 330px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .thumb > figure {
    width: 440px;
    height: 330px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .headline .wr_box03 > section > ul {
    margin-left: -16px;
    margin-right: -16px;
  }
  .headline .wr_box03 > section > ul > li {
    width: 33.3333333333%;
    padding-left: 16px;
    padding-right: 16px;
  }
  [class*=wide_wrap] > .inner,
  [class=main_news_wr] > .inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wide_wrap01 > .inner {
    max-width: 1100px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    width: 25vw;
  }
  .major_news02 > .box_wrap {
    min-height: 460px;
  }
}
@media (min-width: 820px) and (max-width: 1023px) {
  .headline .wr_box01 > section > .thumb > figure > .badge,
  .major_news02 > .sec_big01 > section > .thumb > figure > .badge {
    bottom: 16px;
    left: 16px;
    padding: 4px 16px 4px;
  }
  .headline .wr_box02 {
    padding-left: 16px;
  }
  .headline .wr_box01,
  .headline .wr_box03 {
    padding-right: 16px;
  }
  .headline .wr_box02 > ul > li {
    margin-top: 20px;
  }
  .headline .wr_box03 > section {
    padding-top: 25px;
  }
  .headline .wr_box03 > section > ul {
    margin-left: -12px;
    margin-right: -12px;
  }
  .headline .wr_box03 > section > ul > li {
    width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .headline .wr_box03 > section > ul > li .desc,
  .headline .wr_box03 > section > ul > li > .txt_box .relation {
    margin-top: 10px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    width: 24vw;
    max-width: 240px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > [class*=col_] {
    padding-bottom: 20px;
  }
  .wide_wrap01 > .inner {
    max-width: 840px;
  }
  [class=main_news_wr] > .inner {
    max-width: 880px;
  }
  .wide_wrap01 > .inner > .sec_wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .wide_wrap01 [class*=_sec] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
    font-size: 16px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
    line-height: 1.35;
  }
}
@media (min-width: 820px) and (max-width: 1279px) {
  [class*=sec_type] [class*=swp_list] > ul,
  [class*=sec_type] [class*=list_full] > ul {
    margin-left: -16px;
    margin-right: -16px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li,
  [class*=sec_type] [class*=list_full] > ul > li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .hotnews_wrap [class*=hot_item] > li {
    padding-left: 20px;
  }
  [class*=sec_type] .list_le > ul {
    margin-left: -7px;
    margin-right: -7px;
  }
  [class*=sec_type] .list_le > ul > li {
    padding-left: 7px;
    padding-right: 7px;
  }
  [class*=sec_type] .list_le > ul > li > .txt_box > a {
    font-size: 1.8rem;
  }
  [class*=sec_type] .list_le > ul > li > .txt_box > a * {
    font-size: 1.8rem;
  }
  [class*=sec_type] .list_rig > ul > li > a {
    font-size: 1.7rem;
  }
  [class*=sec_type] .list_rig > ul > li > a * {
    font-size: 1.7rem;
  }
  .sec_type01 > .c_body {
    margin-left: -7px;
    margin-right: -7px;
  }
  [class*=sec_type] .list_le,
  [class*=sec_type] .list_rig {
    padding-left: 7px;
    padding-right: 7px;
  }
  .tbanner {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .headline {
    display: grid;
    grid-template-columns: 1fr 49.9% 1fr;
    grid-gap: 0px;
    position: relative;
    padding-bottom: 20px;
  }
  .headline .wr_box01 .txt_box > .desc {
    margin-top: 15px;
  }
  .headline .wr_box01 .txt_box > .relation {
    margin-top: 12px;
  }
  .headline .wr_box01 .txt_box > .relation > li > a {
    padding: 0px 0 1px 7px;
  }
  .headline .wr_box01 > section {
    display: grid;
    grid-template-columns: 47% auto;
    padding-bottom: 20px;
  }
  .headline .wr_box01 > section > .txt_box {
    padding: 15px 0 0 20px;
  }
  .headline .wr_box01 > section > .txt_box > h2 > a {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 31px;
  }
  .headline .wr_box01 > section > .txt_box > h3 {
    margin-top: 10px;
  }
  .headline .wr_box02 > ul > li > .thumb > h2 {
    padding-top: 6px;
  }
  .headline .wr_box02 > ul > li > .thumb > h2 > strong {
    font-size: 2rem;
  }
  .headline .wr_box02 > ul > li > .txt_box {
    padding-top: 5px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation > li > a {
    padding: 0 0 0 7px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > strong,
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > h2 > a {
    margin-right: 6px;
  }
  .major_news01 > .box_w > .list_bx > ul {
    gap: 20px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation,
  .major_news01 > .box_w > .list_bx > ul > li > .desc {
    margin-top: 10px;
  }
  .major_news02 > .sec_big01 {
    width: 51%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .major_news02 > .box_wrap > [class*=box_list] > [class*=sec_lb] {
    width: 24.5%;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .relation > li > a {
    padding: 0px 0 1px 7px;
  }
  .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a {
    padding: 12px 14px 12px 0;
  }
  .major_news02 > .sec_big01 > section > .txt_box {
    margin: 10px 0 0 0;
    text-align: center;
  }
  .major_news02 > .sec_big01 > section > .txt_box > a {
    display: block;
    padding: 0 3%;
    font-size: 2.725rem;
    font-weight: 700;
    line-height: 1.39;
  }
  .major_news02 > .sec_big01 > section > .txt_box > a * {
    font-size: 2.725rem;
    font-weight: 700;
    line-height: 1.39;
  }
  .major_news02 > .sec_big01 > section > .thumb > figure > .badge {
    bottom: 15px;
    left: 15px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a > figure > .badge {
    bottom: 14px;
    left: 15px;
    height: 28px;
    padding: 0 13px;
    color: #111;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box {
    padding-top: 10px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .desc {
    margin-top: 10px;
  }
  .major_news02 > .box_wrap > .box_list02 {
    padding-top: 12px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b {
    margin-left: -10px;
    margin-right: -10px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > [class*=col_] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .txt_box {
    margin-top: 5px;
    padding: 0 3%;
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    min-height: 0px;
  }
  [class*=sec_type] {
    padding-top: 16px;
    padding-bottom: 30px;
    border-top: 2px solid #ccc;
  }
  [class*=sec_type] > .c_body {
    padding-top: 10px;
  }
  [class*=sec_type] .list_le > ul > li > .txt_box {
    padding-top: 3px;
  }
  [class*=sec_type] .list_rig > ul > li > a {
    height: 38px;
    padding: 0 4px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box {
    margin: 7px 0 0 0;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 {
    font-size: 1.85rem;
    font-weight: 450;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 * {
    font-size: 1.85rem;
    font-weight: 450;
  }
  [class*=sec_type] [class*=list_full] > ul > li {
    padding-top: 14px;
  }
  [class*=sec_type] [class*=list_full] > ul > li > div * {
    font-size: 15px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3,
  [class*=sec_type] [class*=list_full] > ul > li > div > a > strong {
    padding-right: 4px;
  }
  [class*=sec_type] .c_body > .row > .card > .txt_box {
    color: #000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 3%;
    margin-top: 5px;
  }
  [class*=sec_type] .c_body > .row > .card > .txt_box * {
    color: #000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 3%;
  }
  [class*=sec_type] .c_body > .row > .card_list {
    height: auto;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    height: 120px;
    margin-left: -4px;
    margin-right: -4px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(4) {
    top: 110px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2n) > div {
    padding-top: 18px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div {
    padding-left: 4px;
    padding-right: 4px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div > p {
    margin: 5px 0 0 0;
    font-size: 15px;
  }
  [class*=wide_wrap] {
    padding: 40px 40px;
  }
  .wide_wrap01 [class*=_sec] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .wide_wrap01 .golf_sec {
    width: 69%;
  }
  .wide_wrap01 .entertain_sec {
    width: 31%;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
    margin-right: 10px;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure > a {
    overflow: hidden;
    height: 60px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li {
    padding: 12px 0;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
    margin-bottom: 6px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
    font-size: 14px;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
    width: 110px;
  }
  body .ft_service > .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body footer .foot_nav,
  body footer .office_address,
  body footer .copyright {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1150px) {
  .major_news02 > .box_wrap {
    min-height: 450px;
  }
}
@media (max-width: 1080px) {
  .major_news02 > .box_wrap {
    min-height: auto;
  }
}
@media (max-width: 1023px) {
  a:hover, a:focus {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none !important;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > h2 > a:hover strong,
  .major_news03 > .box_w > .sec_bx02 > section > h2 > a:hover > strong {
    text-decoration: none !important;
  }
  [class*=sec_type] > header > h2 > a:hover > strong,
  [class*=wide_wrap] [class*=_sec] > header > h2 > a:hover > strong {
    text-decoration: none !important;
  }
  .headline .wr_box01 > section > .txt_box {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  #container > .contents,
  footer {
    /*max-width:680px;*/
    margin: 0 auto;
  }
}
@media (min-width: 820px) {
  .asiae_wrap [class*=hot_item] > li > .thumb {
    width: 70px;
    height: 30px;
  }
  .asiae_wrap [class*=hot_item] > li > .thumb_body > h3 > a {
    font-size: 14px;
  }
}
@media (max-width: 819px) {
  body {
    background-color: #f2f3f5 !important;
  }
  #container > .contents {
    padding-left: 40px;
    padding-right: 40px;
  }
  .wide_wrap01 > .inner {
    max-width: 100%;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
  }
  .btn_scroll_top {
    bottom: 72px !important;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
    display: none;
  }
  .headline [class*=wr_box],
  .headline .wr_box02 > ul > li {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  .major_news01 > .box_w > .list_bx,
  .major_news01 > .box_w > .ban_box > [class*=ban] {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  .major_news02 > * {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  .major_news03 > .box_w > .sec_bx01 > section > [class*=row],
  .major_news03 > .box_w > .sec_bx02 {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  [class*=sec_type] {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  .wide_wrap01 [class*=_sec] {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.04);
  }
  .headline .wr_box01,
  .headline .wr_box03 {
    border-radius: 7px;
  }
  .headline .wr_box02 > ul > li {
    border-radius: 7px;
  }
  .headline .wr_box02 > ul > li > .thumb > figure {
    border-radius: 7px;
  }
  .headline .wr_box02 > ul > li > .thumb > figure > img {
    border-radius: 7px;
  }
  .major_news01 > .box_w > .list_bx {
    border-radius: 7px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > figure {
    border-radius: 7px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > figure > img {
    border-radius: 7px;
  }
  .major_news02 > * {
    border-radius: 7px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .thumb {
    border-radius: 7px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .thumb * {
    border-radius: 7px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > [class*=row],
  .major_news03 > .box_w > .sec_bx02 {
    border-radius: 7px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .thumb {
    border-radius: 7px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .thumb > figure {
    border-radius: 7px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .thumb > figure > img {
    border-radius: 7px;
  }
  [class*=sec_type] {
    border-radius: 7px;
  }
  [class*=sec_type] .c_body > .row > .card > .thumb {
    border-radius: 7px;
  }
  [class*=sec_type] .c_body > .row > .card > .thumb * {
    border-radius: 7px;
  }
  .wide_wrap01 [class*=_sec] {
    border-radius: 7px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .thumb,
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
    border-radius: 7px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .thumb *,
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure * {
    border-radius: 7px;
  }
  .headline .wr_box01 > section,
  .headline .wr_box03 > section > ul {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=major_news] > .box_w,
  [class*=major_news] > * {
    margin-left: 0;
    margin-right: 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul,
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=wide_wrap],
  .wide_wrap01 > .inner > .sec_wrap,
  [class*=sec_type] .list_le > ul,
  .sec_type01 > .c_body {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=sec_type] [class*=list_full] > ul {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=sec_type] .c_body > .row {
    margin-left: 0;
    margin-right: 0;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul {
    margin-left: 0;
    margin-right: 0;
  }
  .wide_wrap01 .golf_sec > .c_body {
    margin-left: 0;
    margin-right: 0;
  }
  .issue_pick,
  .major_news04 > .box_w > .sec_bx02,
  .top_sec {
    display: none;
  }
  .tbanner {
    position: relative;
    top: 70px;
    left: 0;
    right: 0;
  }
  .headline .wr_box01 > section > .txt_box > h3,
  .headline .wr_box01 .txt_box > .desc {
    display: none;
  }
  .headline .wr_box02 > ul > li > .txt_box > .desc {
    display: none;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .desc {
    display: none;
  }
  #container {
    padding: 80px 0 0;
  }
  .headline {
    display: block;
    grid-template-columns: none !important;
    grid-gap: inherit;
    padding-bottom: 0;
  }
  .headline .wr_box01,
  .headline .wr_box03 {
    padding-right: 0;
  }
  .headline .wr_box01 > section {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: none !important;
    padding-bottom: 0;
  }
  .headline .wr_box01 > section > .thumb,
  .headline .wr_box01 > section > .txt_box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .headline .wr_box01 > section > .thumb > figure > .badge {
    bottom: 20px;
    font-size: 14px;
    height: 32px;
    padding: 0 12px;
  }
  .headline .wr_box01 > section > .txt_box {
    padding: 12px 20px;
  }
  .headline .wr_box01 > section > .txt_box > h2 > a {
    max-height: initial;
    font-size: 2.4rem;
    line-height: 34px;
  }
  .major_news02 > .sec_big01 > section > .txt_box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .major_news02 > .sec_big01 > section > .txt_box .desc2 {
    display: none;
  }
  .headline .wr_box01 > section > .txt_box > h3 {
    display: none;
    margin-top: 12px;
    line-height: 21px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: inherit;
  }
  .headline .wr_box01 .txt_box > .relation > li > a {
    padding-left: 7px;
    font-size: 16px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation > li > a {
    padding-left: 7px;
    font-size: 15px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li > a {
    padding-left: 7px;
    font-size: 15px;
  }
  .headline .wr_box03 > section > ul > li > .txt_box h2 + .relation {
    margin-top: -10px;
  }
  .headline .wr_box03 > section > ul > li > .txt_box .relation {
    margin-top: 0;
    padding-bottom: 12px;
  }
  .headline .wr_box03 > section > ul > li > .txt_box .relation > li > a {
    padding-left: 7px;
    font-size: 15px;
  }
  .headline [class*=wr_box] .relation > li > a:before {
    top: 11px !important;
    bottom: 0 !important;
    width: 3px;
    height: 3px;
    background-color: #bbb;
    border-radius: 50%;
  }
  .major_news02 > .sec_big01 > section > .txt_box > .relation {
    margin-bottom: 0px;
  }
  .headline .wr_box02 {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .headline .wr_box02 > ul > li {
    margin-top: 10px !important;
  }
  .headline .wr_box03 {
    margin-top: 10px !important;
  }
  .headline .wr_box02 > ul > li {
    padding: 15px 15px 15px 20px;
  }
  .headline .wr_box02 > ul > li > .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .headline .wr_box02 > ul > li > .thumb > figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 120px;
    min-width: initial;
    height: 75px;
    margin-left: 20px;
  }
  .headline .wr_box02 > ul > li > .thumb > h2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 2px;
    max-width: calc(100% - 140px);
  }
  .headline .wr_box02 > ul > li > .thumb > h2 > strong {
    font-weight: 700;
    -webkit-line-clamp: 3;
  }
  .headline .wr_box02 > ul > li > .thumb > h2 > strong br {
    display: none;
  }
  .headline .wr_box02 > ul > li > .txt_box {
    padding-top: 0px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation {
    padding-top: 10px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation > li + li {
    margin-top: 1px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation > li * {
    font-size: 1.575rem;
    line-height: 24px;
  }
  .headline .wr_box02 > ul > li > .txt_box > .relation > li > a:before {
    top: 11px !important;
    bottom: 0 !important;
    width: 3px;
    height: 3px;
    background-color: #bbb;
    border-radius: 50%;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li > a:before {
    top: 11px !important;
    bottom: 0 !important;
    width: 3px;
    height: 3px;
    background-color: #bbb;
    border-radius: 50%;
  }
  .headline .wr_box02 > ul > li > .txt_box > .desc {
    font-size: 1.5rem;
    line-height: 21px;
  }
  .headline .wr_box01 {
    border: 0 none !important;
  }
  .headline .wr_box03 {
    border: 0 none !important;
  }
  .headline .wr_box03 > section {
    padding: 9px 20px 4px;
    border-top: 0 none;
  }
  .headline .wr_box03 > section > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headline .wr_box03 > section > ul > li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #f1f4f6;
    border-left: 0 none !important;
  }
  .headline .wr_box03 > section > ul > li:first-child {
    border-top: 0 none;
  }
  .headline .wr_box03 > section > ul > li:first-child > .txt_box {
    padding: 0;
  }
  .headline .wr_box03 > section > ul > li > .txt_box > h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 25px;
  }
  .headline .wr_box03 > section > ul > li > .txt_box > h2 * {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 25px;
  }
  .headline .wr_box03 > section > ul > li > .txt_box > h2 > a {
    margin: 16px 0;
  }
  .headline .wr_box03 > section > ul > li > .txt_box > h2 > a br {
    display: none;
  }
  .headline .wr_box02 > ul > li > .thumb > figure > .badge,
  .headline .wr_box03 > section > ul > li .desc {
    display: none;
  }
  .major_news02 > .box_list01 > [class*=sec_lb] > .thumb > figure > .badge {
    display: none;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > a > figure > .badge {
    display: none;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > .relation,
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > .desc {
    display: none;
  }
  .headline .wr_box02 > ul > li > .thumb > h2 > strong > .badge,
  .major_news02 > .box_list01 > [class*=sec_lb] .badge,
  [class*=sec_type] [class*=list_full] > ul > li > div > a > strong > .badge,
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a > .badge,
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] .badge,
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li > a .badge {
    display: inline;
    padding-right: 5px;
  }
  [class*=major_news] {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0 none;
  }
  [class*=major_news] .thumb > figure > .badge {
    bottom: 20px;
    left: 20px;
    height: 32px !important;
    padding: 0 12px !important;
    font-size: 1.4rem !important;
    font-weight: 700 !important;
  }
  .sec_type03 figure > .badge {
    bottom: 15px;
    left: 15px;
    height: 32px;
    padding: 0 12px;
    font-weight: 700;
  }
  .major_news01 {
    border-top: none !important;
  }
  .major_news01 > .box_w {
    width: 100%;
  }
  .major_news01 > .box_w > .list_bx {
    width: 100%;
  }
  .major_news01 > .box_w > .list_bx > ul > li {
    width: 100%;
  }
  .major_news01 > .box_w > .list_bx {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 5px 15px 0px 20px;
  }
  .major_news01 > .box_w > .list_bx > ul {
    margin-left: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .major_news01 > .box_w > .list_bx > ul > li {
    padding: 12px 0 12px;
    border-top: 1px solid #efeff0;
  }
  .major_news01 > .box_w > .list_bx > ul > li:first-child {
    border-top: 0 none;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 120px;
    min-width: initial;
    height: 75px;
    margin-left: 20px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > strong {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1.8rem;
    -webkit-line-clamp: 3;
    margin-top: 0px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > a > strong br {
    display: none;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation {
    margin-top: 8px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li {
    font-size: 1.5rem;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li * {
    font-size: 1.5rem;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .desc {
    font-size: 1.5rem;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .desc * {
    font-size: 1.5rem;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li {
    line-height: 23px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .relation > li * {
    line-height: 23px;
  }
  .major_news01 > .box_w > .list_bx > ul > li > .desc {
    margin-top: 10px;
  }
  .new_inside .roll_img:after,
  .major_news01 > .box_w > .ban_box > .ban02 a:after {
    border-radius: 7px;
  }
  .major_news02 > .sec_big01 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 0 0 22px 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .major_news02 > .sec_big01 > section > a {
    border-radius: 7px 7px 0 0;
  }
  .major_news02 > .sec_big01 > section > .thumb > figure {
    border-radius: 7px 7px 0 0;
  }
  .major_news02 > .sec_big01 > section > .thumb > figure > img {
    border-radius: 7px 7px 0 0;
  }
  .major_news02 > .sec_big01 > section > .txt_box {
    margin: 0;
    padding: 5px 20px 0;
    border-radius: 0 0 7px 7px;
  }
  .major_news02 > .sec_big01 > section > .txt_box > a {
    color: #000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 31px;
  }
  .major_news02 > .sec_big01 > section > .txt_box > a * {
    color: #000;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 31px;
  }
  .major_news02 > .sec_big01 > section > .txt_box > .desc {
    display: none;
  }
  .major_news02 > .box_wrap {
    margin-top: 10px;
    padding: 15px 15px 5px;
  }
  .major_news02 > .box_wrap > .box_list01 {
    margin-left: -6.5px;
    margin-right: -6.5px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] {
    width: 50%;
    padding-left: 6.5px;
    padding-right: 6.5px;
  }
  .major_news02 > .sec_big01 > section > .txt_box > a {
    padding: 0 0%;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box {
    padding-top: 8px;
  }
  [class*=sec_type] .list_le > ul > li > .txt_box {
    padding-top: 8px;
  }
  .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a,
  .major_news02 > .box_list02 > [class*=sec_lb] > ul > li > a * {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .major_news02 > .box_wrap > .box_list02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 0 0;
  }
  .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] {
    width: 100%;
  }
  .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a, .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li:last-child > a {
    padding: 10px 0;
  }
  .major_news02 > .box_wrap > .box_list02 > [class*=sec_lb] > ul > li > a > strong {
    display: block !important;
    -webkit-line-clamp: inherit !important;
    -webkit-box-orient: inherit !important;
    white-space: nowrap;
  }
  .major_news03 > .box_w {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row02 {
    border-top: 0 none;
  }
  .major_news03 > .box_w > [class*=sec_bx] {
    width: 100%;
    padding: 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 {
    padding: 12px 15px 6px;
  }
  .major_news03 > .box_w > .sec_bx01 > section .row02 {
    width: 100%;
    max-width: 100%;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b {
    width: 100%;
    padding: 13px 0 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > [class*=col_] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .txt_box {
    margin-top: 14px;
    font-size: 2rem;
    text-align: left;
    line-height: 27px;
    padding: 0 0%;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .txt_box br {
    display: none;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > a > figure > .badge {
    bottom: 15px !important;
    left: 15px !important;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 {
    margin: 18px 0 0 0;
  }
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li {
    margin: 0 !important;
    padding: 5px 0;
    border-top: 1px solid #f1f4f6;
  }
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li:last-child {
    padding-bottom: 0;
  }
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li .desc,
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li .relation,
  .major_news03 > .box_w > .sec_bx01 .list_w > ul > li p {
    display: none;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li {
    color: #000;
    line-height: 25px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li * {
    color: #000;
    line-height: 25px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_02 > ul > li > a {
    padding: 0 5px;
    margin: 11px 0;
    line-height: 1.3;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row02 {
    margin: 10px 0 0 0;
    padding: 15px 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li {
    width: 100% !important;
    padding: 7px 0;
    border-top: 1px solid #f1f4f6;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > a > strong {
    font-size: 17px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > a > strong * {
    font-size: 17px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li:nth-child(1) {
    padding-top: 0;
    border-top: 0 none;
  }
  .major_news03 > .box_w > .sec_bx02 {
    margin: 10px 0 0 0;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row02 > .list_w {
    padding: 0 15px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .thumb {
    webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .thumb > figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    width: 130px;
    min-width: initial;
    height: 75px;
    margin-left: 20px;
    border-radius: 4px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .thumb > figure > img {
    border-radius: 4px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .thumb > strong {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    padding: 0 0 0 10px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > p {
    display: none;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .relation {
    margin: 9px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .relation > li > a {
    padding: 1px 0 1px 7px;
    font-size: 15px;
  }
  .major_news03 > .box_w > .sec_bx02 > section {
    padding: 18px 15px 16px;
  }
  .major_news02 > .sec_big01 > section > .txt_box,
  [class*=sec_type] .c_body > .row > .card > .txt_box {
    text-align: left;
    margin-top: 8px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01 > .inner_b > .col_01 > .thumb {
    height: auto;
  }
  .major_news03 > .box_w > .ban_ty {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 7px;
  }
  .major_news03 > .box_w > .ban_ty * {
    border-radius: 7px;
  }
  .major_news03 > .box_w > .ban_ty > a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #f8e4e6;
  }
  .major_news03 > .box_w > .ban_ty > a * {
    height: 100%;
  }
  .major_news03 > .box_w > .ban_ty > a > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .major_news03 > .box_w > .ban_ty > a > figure > img {
    max-width: 100%;
    width: auto;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  [class*=major_news] + [class*=sec_type] {
    margin-top: 10px;
  }
  [class*=sec_type] {
    margin-top: 10px;
    padding: 16px 15px 6px;
    border-top: 0 none !important;
  }
  [class*=sec_type] > header {
    background-color: transparent;
  }
  [class*=wide_wrap] header {
    background-color: transparent;
  }
  [class*=sec_type] > .c_body {
    padding-top: 13px;
  }
  [class*=sec_type] figure > .badge {
    color: #111;
    background-color: #fff;
  }
  [class*=sec_type] [class*=list_] {
    width: 100%;
    padding: 0;
  }
  [class*=sec_type] .list_le > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class*=sec_type] .list_le > ul > li {
    padding: 0;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(1) {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(1) > .thumb {
    height: 100%;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(1) > .txt_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0 0 7px 7px;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(1) > .txt_box > a {
    padding: 0 20px;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 25px;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(1) > .txt_box > a * {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 25px;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(n+2) {
    width: 50%;
    margin: 12px 0 0 0;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(n+2) > .thumb {
    overflow: hidden;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(n+2) > .thumb * {
    overflow: hidden;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(n+2) > .txt_box > a {
    font-size: 16px;
    font-weight: 700;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(n+2) > .txt_box > a * {
    font-size: 16px;
    font-weight: 700;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb] > .txt_box > h2 > a {
    font-size: 16px;
    font-weight: 700;
    -webkit-line-clamp: 3;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(2) {
    padding-right: 5px;
  }
  [class*=sec_type] .list_le > ul > li:nth-child(3) {
    padding-left: 5px;
  }
  [class*=sec_type] .list_le > ul > li > a {
    border-radius: 7px;
  }
  [class*=sec_type] .list_le > ul > li > a > figure {
    border-radius: 7px;
  }
  [class*=sec_type] .list_le > ul > li > a > figure > img {
    border-radius: 7px;
  }
  [class*=sec_type] .list_rig {
    padding: 17px 0 0 0;
  }
  [class*=sec_type] .list_rig > ul > li {
    border-top: 1px solid #f1f4f6 !important;
  }
  [class*=sec_type] .list_rig > ul > li > a {
    height: auto !important;
    padding: 11px 0;
    color: #000;
    font-weight: 500;
    line-height: 23px !important;
  }
  [class*=sec_type] .list_rig > ul > li > a * {
    color: #000;
    font-weight: 500;
    line-height: 23px !important;
  }
  [class*=sec_type] [class*=swp_list] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  [class*=sec_type] [class*=swp_list]::-webkit-scrollbar {
    display: none;
  }
  [class*=sec_type] [class*=swp_list] > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    margin-left: -7.5px;
    margin-right: -7.5px;
    vertical-align: top;
  }
  [class*=sec_type] [class*=swp_list] > ul > li {
    width: 230px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    border: 0 none;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > a {
    width: 100%;
    border-radius: 7px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > a * {
    border-radius: 7px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box {
    margin-top: 10px;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 {
    font-size: 1.7rem;
  }
  [class*=sec_type] [class*=swp_list] > ul > li > .txt_box > h3 * {
    font-size: 1.7rem;
  }
  [class*=sec_type] [class*=list_full] {
    padding-top: 15px;
  }
  [class*=sec_type] [class*=list_full] > ul > li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #f1f4f6;
    border-left: 0 none;
  }
  [class*=sec_type] [class*=list_full] > ul > li > div {
    padding: 0;
    border: 0 none;
  }
  [class*=sec_type] [class*=list_full] > ul > li > div * {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
  }
  [class*=sec_type] [class*=list_full] > ul > li > div > a {
    padding: 11px 0;
  }
  [class*=sec_type] [class*=list_full] > ul > li:last-child > div > a {
    padding-bottom: 10px;
  }
  [class*=sec_type] [class*=list_full] > ul > li > div > a > strong {
    line-height: 1.3;
  }
  [class*=sec_type] .c_body > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [class*=sec_type] .c_body > .row > .card,
  [class*=sec_type] .c_body > .row > .card_list {
    width: 100%;
    padding: 0;
  }
  [class*=sec_type] .c_body > .row > .card {
    border: 0 none;
  }
  [class*=sec_type] .c_body > .row > .card > .txt_box {
    font-size: 2.1rem;
    line-height: 1.28;
    padding: 0 0%;
    margin: 10px 0 0;
  }
  [class*=sec_type] .c_body > .row > .card > .txt_box * {
    font-size: 2.1rem;
    line-height: 1.28;
    padding: 0 0%;
  }
  [class*=sec_type] .c_body > .row > .card_list {
    padding-top: 10px;
    height: auto;
  }
  [class*=sec_type] .c_body > .row > .card_list:before {
    content: none !important;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul {
    height: auto;
    position: relative;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul:before {
    content: none;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li {
    position: relative;
    width: auto;
    height: auto;
    width: 100%;
    min-height: auto;
    padding: 0;
    border-top: 1px solid #f1f4f6;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(1), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(3), [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(4) {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div {
    margin: 0;
    padding: 0 !important;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li:nth-child(2n) > div {
    border: 0 none;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div > a {
    width: 100%;
    padding: 11px 5px;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div > a > strong {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 500;
  }
  [class*=sec_type] .c_body > .row > .card_list > ul > li > div > p {
    display: none;
  }
  [class*=wide_wrap] {
    left: auto;
    right: auto;
    width: 100%;
    max-width: none !important;
    padding: 0;
    background-color: transparent !important;
  }
  [class*=wide_wrap]:before, [class*=wide_wrap]:after {
    content: none !important;
  }
  [class*=wide_wrap] > .inner > .sec_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wide_wrap01 > .inner {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .wide_wrap01 [class*=_sec] {
    width: 100%;
    margin-top: 10px;
    padding: 17px 15px 9px;
  }
  .wide_wrap01 .golf_sec > .c_body {
    padding-top: 13px;
  }
  .wide_wrap01 .golf_sec > .c_body > [class*=row] {
    width: 100%;
    padding: 0;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .txt_box {
    margin-top: 12px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > .txt_box > strong {
    font-size: 2.1rem;
    line-height: 27px;
    text-align: left;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > a > p {
    border-radius: 0 0 7px 7px !important;
  }
  .wide_wrap01 .golf_sec > .c_body > .row01 > a > p > strong {
    font-size: 1.7rem;
    line-height: 25px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 {
    padding-top: 5px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li {
    padding: 0;
    border-top: 1px solid #f1f4f6;
    border-bottom: 0 none;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li:first-child {
    border-top: 0 none;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 * {
    font-size: 1.6rem;
    line-height: 25px;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > h3 > a {
    display: block !important;
    margin: 11px 0 !important;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li:last-child > h3 > a {
    margin-bottom: 7px !important;
  }
  .wide_wrap01 .golf_sec > .c_body > .row02 > ul > li > .desc {
    display: none;
  }
  .wide_wrap01 .entertain_sec > .c_body {
    padding: 7px 0 11px;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul {
    width: 100%;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li {
    margin: 5px 0 0 0;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure {
    width: 135px;
    height: 75px;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > figure > a {
    height: 100%;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box {
    max-width: calc(100% - 150px);
    font-size: 1.6rem;
    line-height: 23px;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box > a {
    -webkit-line-clamp: 3;
    line-height: 1.3;
  }
  .wide_wrap01 .entertain_sec > .c_body > ul > li > .txt_box * {
    font-size: 1.6rem;
  }
  [class*=major_news] > .box_w {
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  footer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .tbanner {
    height: 70px;
  }
  .tbanner ul {
    height: 70px !important;
  }
  .tbanner ul li::after {
    background: url(https://cwstatic.asiae.co.kr/asiae_v3/com/bg_m_03.png) no-repeat center top;
    background-size: 260px 80px;
  }
  .tbanner ul dl {
    padding-top: 6px;
  }
  .tbanner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbanner dl dt,
  .tbanner dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tbanner dl dt::after {
    display: none;
  }
  .tbanner ul li dl dd {
    margin-top: 2px;
  }
  .tbanner .btn_cls {
    top: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .tbanner .btn_cls > span {
    margin-top: 13px;
    margin-left: 20px;
  }
  #container > .contents {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 359px) {
  .tbanner .btn_cls {
    right: 0;
  }
  #container {
    padding-top: 70px;
  }
  #container > .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headline .wr_box01 > section > .txt_box,
  .headline .wr_box02 > ul > li,
  .headline .wr_box03 > section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news01 > .box_w > .list_bx {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news02 > .sec_big01 > section > .txt_box,
  .major_news02 > .box_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .row01,
  .major_news03 > .box_w > .sec_bx01 > section > .row02 > .list_w {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news03 > .box_w > .sec_bx02 > section {
    padding-left: 10px;
    padding-right: 10px;
  }
  [class*=sec_type],
  .wide_wrap01 [class*=_sec] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .major_news02 > .box_wrap > .box_list01,
  [class*=sec_type] [class*=swp_list] > ul {
    margin-left: -5px;
    margin-right: -5px;
  }
  .major_news02 > .box_wrap > .box_list01 > [class*=sec_lb],
  [class*=sec_type] [class*=swp_list] > ul > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .major_news03 > .box_w > .sec_bx01 > section > .list_w > ul > li > .thumb > strong {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
    padding: 0 0 0 5px;
  }
}
.mobile-banner-area {
  width: 100%;
  font-size: 0;
  max-width: 390px;
  display: block;
  margin: 10px auto 0;
}
.mobile-banner-area:empty {
  margin: 0;
  display: none;
}
.mobile-banner-area img {
  width: 100%;
}

@media all and (min-width: 820px) {
  .mobile-banner-area {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */