<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Yeongdo-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.2/Yeongdo-Rg.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

/*** ê³µìš© Start ***/
:root {
  /* wrap */
  --wrap-size: 1048px;

  /* header */
  --header-height: 79px;

  /* content */
  --content-size: 804px;
  --main-cont-padding: 18px;
  --qucik-m-height: 74px;

  /* left menu */
  --left-size: 230px;

  /* color */
  --base-color-green01: #00703c;
  --base-color-green02: #70b51f;
  --base-color-green03: #5e971a;
  --base-color-green04: #357651;
  --base-color-green05: #bfef88;
  --base-color-green06: #658d07;
  --base-color-gray01: #d8d8d8;
  --base-color-gray02: #999;
  --base-color-blue01: #204064;
  --base-color-blue02: #117cc1;
  --base-color-blue03: #354373;
  --base-color-yellow01: #fffd47;
  --base-color-ivory01: #e2a559;
}
@media screen and (max-width: 1048px) {
  :root {
  }
}
@media screen and (max-width: 768px) {
  :root {
  }
}
@media screen and (max-width: 380px) {
  :root {
    --qucik-m-height: 55px;
  }
}

.wrap {
  max-width: var(--wrap-size);
  font-family: "Pretendard","NotoSansKR", sans-serif;
  /*overflow: hidden;*/
}
.wrap {position:relative;}
.wrap::before {content:''; content:''; position:fixed; bottom:0; left:0; display:block; width:var(--left-size); height:100vh; background:#d9d9d9; z-index:-1;}
.wrap.left_hide::before {display:none;}
.cont_size {
  max-width: var(--content-size);
}
.wrap .c_green01 {
  color: var(--base-color-green01);
}
.wrap .c_green02 {
  color: var(--base-color-green02);
}
.wrap .c_green03 {
  color: var(--base-color-green03);
}
.wrap .c_blue03 {
  color: var(--base-color-blue03);
}
.wrap .str {
  font-weight: 600;
}
.wrap button {
  font-family: "Pretendard","NotoSansKR", "dotum", sans-serif;
  cursor: pointer;
}
.wrap .ipt_btn {display:inline-block; padding: 8px 1em; font-size:14px; border-radius:3px; background:#aaa; border:1px solid #aaa; vertical-align:middle; cursor:pointer; color:#fff; line-height:1;}
.wrap .ipt_btn:hover {background:#fff; color:#666;}
.wrap .ipt_btn.green {background:#3b9300; border:1px solid #3b9300;}
.wrap .ipt_btn.green:hover {background:#fff; color:#3b9300;}
.wrap .ipt_btn.brown {background:#675d4b; border:1px solid #675d4b;}
.wrap .ipt_btn.brown:hover {background:#fff; color:#675d4b;}
.wrap .ipt_btn.small {padding:3px 0.7em; font-size:13px;}
.wrap .ipt_btn.big {padding:0.6em 1.2em; font-size:18px;}
.wrap .mobi_area {
  display: none;
}
.wrap .ipt_txt {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 3px;
  vertical-align: middle;
}
.wrap .ipt_txt:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border: 1px solid #f46f21;
}
.wrap .ipt_txa {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 3px;
  vertical-align: middle;
  font-family: inherit;
}
.wrap .ipt_txa:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border: 1px solid #f46f21;
}
.wrap .ipt_slct {
  padding: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 3px;
  vertical-align: middle;
}
.wrap .ipt_slct:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border: 1px solid #f46f21;
}
.wrap .ipt_radio {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}
.wrap .ipt_chk {
  width: 20px;
  height: 20px;
  margin: 0;
  vertical-align: middle;
}

input.ipt_txt:-webkit-autofill,
input.ipt_txt:-webkit-autofill:hover,
input.ipt_txt:-webkit-autofill:focus,
input.ipt_txt:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input.ipt_txt:autofill,
input.ipt_txt:autofill:hover,
input.ipt_txt:autofill:focus,
input.ipt_txt:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

@media screen and (max-width: 1048px) {
  .wrap {overflow:hidden;}
  .wrap::before {display:none;}
  .wrap .pc_area {
    display: none;
  }
  .wrap .mobi_area {
    display: block;
  }
  .wrap .ipt_btn {padding: 6px 0.7em; font-size:13px;}
  .wrap .ipt_btn.small {padding:3px 0.6em; font-size:12px;}
  .wrap .ipt_btn.big {padding:0.4em 1em; font-size:16px;}
}
/*** ê³µìš© END ***/

/*** hedaer ***/
.header {
}
.header_cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  background:#fff;
}
.header_logo {
}
.menu_user {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 10px;
  z-index: 999;
}
.menu_user &gt; li {
  font-size: 11px;
}
.menu_user &gt; li &gt; .link {
  position: relative;
  display: block;
  padding: 0 0.5em;
  color: #888;
}
.menu_user &gt; li &gt; .link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 0%;
  height: 1px;
  background: var(--base-color-green02);
  transition: all 0.2s;
  transform: translateX(-50%);
}
.menu_user &gt; li &gt; .link:not(.btn_user):hover::before {
  width: 100%;
}
.menu_user &gt; li &gt; .link.c_green03 {
  color: var(--base-color-green03);
}
.menu_user .ipt_slct {
  display: block;
  margin-left: 5px;
  padding: 0.1em 0.3em;
  font-size: 11px;
  background: var(--base-color-green04);
  border: 1px solid var(--base-color-green04);
  color: #fff;
}
.menu_user .link.btn_user {
  height: 16px;
  margin-left: 5px;
  padding: 0.1em 0.3em;
  background: var(--base-color-green04);
  color: #fff;
  line-height: 17px;
  border-radius: 3px;
}
.menu_user .txt {
  color: #666;
}
.header_btm {
  flex: 0 0 100%;
  background: var(--base-color-green02);
}
.header_btm_url {
  display: block;
  width: var(--left-size);
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  font-family: "dotum", sans-serif;
  line-height: 23px;
  background: var(--base-color-green01);
}
.menu_user .mobi_menu {
  display: none;
  gap: 2px;
}
.menu_user .btn {
  width:38px;
  font-size: 10px;
  color: #fff;
  letter-spacing:-1px;
  border: 0;
  text-align:center;
}
.menu_user .btn .icon {display:block; width:100%; margin:0 auto 2px;}
.menu_user .btn.btn_mobi_menu_tv {
  background: var(--base-color-blue02);
}
.menu_user .btn.gray {background:var(--base-color-gray02);}
.btn_mobi_login {color:#6e6e6e;}
.btn_mobi_menu {display:none; position:absolute; top:calc(50% - 5px); left:20px; width:40px; height:50px; transform:translateY(-50%) scale(0.8); background:none; border:0;}
.btn_mobi_menu .txt {position:absolute; top:0; left:0; width:100%; text-align:center; text-transform:uppercase; font-size:10px; font-weight:300; color:var(--base-color-green04);}
.btn_mobi_menu .line {position:absolute; top:0; left:0; width:100%; height:3px; border-radius:3px; background:var(--base-color-green04);}
.btn_mobi_menu .line:nth-of-type(1) {top:20px; }
.btn_mobi_menu .line:nth-of-type(2) {top:calc(50% + 10px); transform:translateY(-50%);}
.btn_mobi_menu .line:nth-of-type(3) {bottom:0; top:auto;}
@media screen and (max-width: 1048px) {
  .header_cont {
    position: relative;
  }
  .header_logo {
    width:150px;
    margin:0 auto;
  }
  .header_logo &gt; .link {display:block; width:100%;}
  .header_logo_img {
    position: static;
    display:block;
    width:100%;
  }
  .header_logo_img img {width:100%;}
  .menu_user {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    margin: 0;
  }
  .menu_user &gt; li {
    display: none;
  }
  .menu_user .mobi_menu {
    display: flex;
  }
  .btn_mobi_menu {display:block;}
}
@media screen and (max-width: 400px) {
  .menu_user .btn {
    padding: 0.4em 0.4em;
  }
}

/*** main ***/
.main {
  display: flex;
  align-items: stretch;
}
.main_cont {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: var(--main-cont-padding) 0 0 var(--main-cont-padding);
}
.main_mid {
  flex: 0 0 617px;
}
.main_sec {
  margin-bottom: 8px;
  border: 1px solid var(--base-color-gray01);
}
@media screen and (max-width: 1048px) {
  .main {
    display: block;
  }
  .main_cont {
    display: block;
    padding: 0;
  }
  .main_sec {
    margin: 0;
    border: 0;
  }
}

/* banner */
.main_banner {
  position:relative;
  width: 100%;
}
.main_banner_cont {}
.main_banner_cont &gt; table {width:100%;}
.main_banner_cont .link {
  display: block;
}
.main_banner_cont img {
  display: block;
  width: 100%;
}
.main_banner.ratio {
  height:0;
  padding-bottom:56.25%;
}
.main_banner.ratio .main_banner_cont {
  position:absolute; top:0; left:0; width:100%; height:100%;
}
.main_banner.ratio .main_banner_cont table {
  height:100%;
}
.main_banner.ratio .main_banner_cont iframe {
  display:block;
  width:100%;
  height:100%;
}

.main_banner.ratio.multi {width:100%; height:auto; padding:0;} /* iframeì´ ë‘ê°œ ì´ìƒ */
.main_banner.ratio.multi .main_banner_cont {position:static; height:auto;}
.main_banner.ratio.multi .main_banner_cont table {height:auto;}
.main_coverstory_area03.multi .ratio169 {
  position:relative; width:100%; height:0; padding-bottom:56.25%;
}
.main_banner.ratio .main_banner_cont .main_coverstory_area03.multi .ratio169 iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

@media screen and (max-width:1268px){
  .main_banner {position:relative; width:100%;}
  .main_banner_cont {width:100%;}
  .main_banner_cont table {width:100%;}
  .main_banner_cont iframe,
  .main_banner_cont video {display:block; width:100%;}
}

/* quick menu */
.main_quick {
  display:none;
  box-sizing: border-box;
}
.main_quick a {
  display: block;
}
.main_quick img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width:1048px){
  .main_quick {display:none !important;}
}

/* quick menu2 ê´€ë¦¬ìžíŽ˜ì´ì§€ ê´€ë¦¬ìš© */
.main_quick2 {
  border:0;
  box-sizing: border-box;
}
.main_quick2_menu_item {display:flex; margin-bottom:8px; border:1px solid var(--base-color-gray01);}
.main_quick2_menu_item .link {position:relative; flex: 1 1 auto; height:47px; text-align:center; border-right:1px solid var(--base-color-gray01);}
.main_quick2_menu_item .link:last-of-type {border-right:0;}
.main_quick2_menu_item .link:hover {box-shadow:1px 1px 1px rgba(0,0,0,0.2) inset;}
.main_quick2_menu_item.f1 .link {flex: 1 1 100%;}
.main_quick2_menu_item.f2 .link {flex: 1 1 50%;}
.main_quick2_menu_item.f3 .link {flex: 1 1 33%;}
.main_quick2_menu_item.f4 .link {flex: 1 1 25%;}
.main_quick2_menu_item.fst {flex-wrap:wrap;}
.main_quick2_menu_item.fst .link:first-of-type {flex:0 0 100%; border-bottom:1px solid var(--base-color-gray01); border-right:0;}
.main_quick2_menu_item.fst.f1 .link:first-of-type {border-bottom:0;}
.main_quick2_menu_item.fst.f2 .link {flex: 1 1 100%;}
.main_quick2_menu_item.fst.f3 .link {flex: 1 1 50%;}
.main_quick2_menu_item.fst.f4 .link {flex: 1 1 33%;}
.main_quick2_menu_item.fst.f2 .link {flex: 1 1 50%;}
.main_quick2_menu_item.fst.f2 .link:first-of-type {border-right:1px solid #efefef; border-bottom:0;}
.main_quick2_menu_item.fst.f3 .link:first-of-type {flex: 0 0 100%;}
.main_quick2_menu_item.fst.f4 .link:first-of-type {flex: 0 0 100%;}
.main_quick2_menu_item .link .txt {position:absolute; top:50%; left:50%; width:100%; transform:translate(-50%,-50%); line-height:1.2; word-break:keep-all;}
.main_quick2_menu_item .link.no_border {border-right:0;}
.main_quick2_menu_item.fst .link.no_border:first-of-type {border-bottom:0;}

/* ì£¼ì¼ì˜ˆë°°ë“± */
.main_srm {
  display: flex;
}
.main_srm_left {
  flex: 1 1 auto;
  border-right: 1px solid var(--base-color-gray01);
}
.main_srm_tab {
  display: flex;
}
.main_srm_tab .btn_tab {
  flex: 1 1 auto;
  padding: 0.5em 0;
  border: 0;
  border-right: 1px solid var(--base-color-gray01);
  border-bottom: 1px solid var(--base-color-gray01);
  font-size: 13px;
}
.main_srm_tab .btn_tab:last-child {
  border-right: 0;
}
.main_srm_tab .btn_tab.active {
  border-bottom: 1px solid transparent;
  background: #fff;
  color: var(--base-color-green01);
  font-weight: 500;
}
.main_srm_content {
}
.main_srm_cont {
  display: none;
  padding: 15px;
}
.main_srm_cont.active {
  display: flex;
}
.main_srm_thumb {
  overflow: hidden;
  position: relative;
  flex: 0 0 210px;
  display: block;
  height: 0;
  padding-bottom: 25.63%;
  margin-right: 15px;
}
.main_srm_thumb .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.main_srm_thumb:hover .thumb {
  transform: translate(-50%, -50%) scale(1.1);
}
.main_srm_info {
  flex: 1 1 auto;
  padding-top: 3px;
}
.main_srm_info .link {
  display: block;
  margin: 3px 0;
  font-size: 13px;
  line-height: 1.3;
}
.main_srm_info .link .tag {
  font-weight: 500;
}
.main_srm_info .link .txt {
  color: #333;
}
.main_srm_info .link:hover .txt {
  color: var(--base-color-green01);
}
.main_srm_info .btn_vod {
  display: inline-block;
  padding: 0.2em 0.7em 0.4em;
  border-radius: 30px;
  border: 1px solid var(--base-color-gray01);
  font-size: 10px;
}
.main_srm_info .btn_vod:hover {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.main_srm_info .btn_vod * {
  display: inline-block;
  vertical-align: middle;
}
.main_srm_info .btn_vod .icon {
  padding-right: 5px;
}
.main_srm_info .btn_vod.vod02 {
  background: var(--base-color-blue01);
  border: 1px solid var(--base-color-blue01);
  color: var(--base-color-yellow01);
}
@media screen and (max-width: 1048px) {
  .main_srm {
    display: block;
  }
  .main_srm_content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
  }
  .main_srm_cont,
  .main_srm_cont.active {
    display: block;
    flex: 1 1 45%;
    padding: 0;
  }
  .main_srm_thumb {
    padding-bottom: 56.25%;
    margin: 0;
  }
}
@media screen and (max-width: 360px) {
  .main_srm_content {
    gap: 5px;
    padding: 5px;
  }
}

.main_srm_right {
  flex: 0 0 20%;
}
.main_srm_right .main_srm_tab .btn_tab {
  background: #4d5770;
  color: #fff;
}
.main_srm_right .main_srm_cont .link {
  display: block;
  letter-spacing: -1px;
}
.main_srm_right .main_srm_cont .date {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}
.main_srm_right .main_srm_cont .txt {
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  word-break: keep-all;
}
.main_srm_right .main_srm_cont .word {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}
.main_srm_right .main_srm_cont .more {
  padding: 0.2em 0;
  background: #999;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 10px;
}
.main_srm_right .main_srm_cont .link:hover .more {
  background: #666;
}
@media screen and (max-width: 1048px) {
  .main_srm_right {
    display: none;
  }
}

.main_qt {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto 10px;
  padding: 1.2em 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
  /* background-image: linear-gradient(to right, #4bb489 0%, #29504f 100%); */
  background:#1c3456;
}
@media screen and (max-width: 360px) {
  .main_qt {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto 5px;
  }
}

/* ìš°ë¦¬ì‚¬ì§„ì˜ìƒë“± */
.main_news {
  display: flex;
}
.main_news_tab {
  flex: 0 0 167px;
  padding: 15px 15px 15px 20px;
  background: #f3f3f3;
  border-right: 1px solid var(--base-color-gray01);
}
.main_news_tab .btn_tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  margin: 4px 0;
  border: 0;
  border-radius: 30px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  background: transparent;
  transition: all 0.2s;
  line-height: 1;
}
.main_news_tab .btn_tab:hover {
  background: var(--base-color-green02);
  color: #fff;
}
.main_news_tab .btn_tab.active {
  background: var(--base-color-green02);
  color: #fff;
}
.main_news_tab .btn_tab .arw {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  color: #fff;
  transform: translateY(-50%) scale(0.7);
  font-size: 10px;
  transition: all 0.2s;
  opacity: 0;
}
.main_news_tab .btn_tab:hover .arw {
  right: 10px;
  opacity: 1;
}
.main_news_tab .btn_tab.active .arw {
  right: 10px;
  opacity: 1;
}
.main_news_content {
  flex: 1 1 auto;
  border-right: 1px solid var(--base-color-gray01);
}
.main_news_content.full {border-right:0;}
.main_news_list {
  display: none;
  width: 241px;
  padding: 15px 20px;
  font-size: 14px;
}
.main_news_content.full .main_news_list {width:100%;}
.main_news_list &gt; li &gt; .link {
  overflow: hidden;
  display: block;
  padding: 0.2em 0.2em 0.2em 1em;
  margin: 4px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_news_list &gt; li &gt; .link:hover {
  color: var(--base-color-green01);
  font-weight: 500;
}
.main_news_list.active {
  display: block;
}
.main_news_link {
  position: relative;
  flex: 0 0 206px;
  background:#70b51f;
  text-align:center;
}
.main_news_link_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: right;
}
.main_news_link_cont .tit {
  position: relative;
  margin-bottom: 3px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-align:center;
}
.main_news_link_cont .txt {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  font-weight:600;
  color: #fff;
  text-align:center;
}
.main_news_link_cont .txt .arw2 {
  padding-left:5px;
  font-size:13px;
}
.main_news_link_cont .tit .arw {
  display: none;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0px;
  height: 0px;
  border-left: 10px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.main_news_link_cont:hover .tit {
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.main_news_link_cont:hover .txt {
  text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}

/* ìš°ë¦¬ì‚¬ì§„ì˜ìƒë“± */
.main_abm {
  display: flex;
}
.main_abm_tab {
  flex: 0 0 167px;
  padding: 15px 15px 15px 20px;
  background: #f3f3f3;
  border-right: 1px solid var(--base-color-gray01);
}
.main_abm_tab .btn_tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  margin: 4px 0;
  border: 0;
  border-radius: 30px;
  color: #666;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  background: transparent;
  transition: all 0.2s;
  line-height: 1;
}
.main_abm_tab .btn_tab:hover {
  background: var(--base-color-green01);
  color: #fff;
}
.main_abm_tab .btn_tab.active {
  background: var(--base-color-green01);
  color: #fff;
}
.main_abm_tab .btn_tab .arw {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  color: #fff;
  transform: translateY(-50%) scale(0.7);
  font-size: 10px;
  transition: all 0.2s;
  opacity: 0;
}
.main_abm_tab .btn_tab:hover .arw {
  right: 10px;
  opacity: 1;
}
.main_abm_tab .btn_tab.active .arw {
  right: 10px;
  opacity: 1;
}
.main_abm_content {
  flex: 1 1 auto;
  width: calc(100% - 167px);
  padding: 20px 20px;
}
.main_abm_list {
  display: none;
}
.main_abm_list.active {
  display: flex;
  gap: 10px;
}
.main_abm_list &gt; li {
  width: 129.33px;
}
.main_abm_list &gt; li &gt; .link {
  display: block;
}
.main_abm_list &gt; li &gt; .link &gt; .sbj {
  overflow: hidden;
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_abm_list_thumb {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 10px;
}
.main_abm_list_thumb &gt; .thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.main_abm_list &gt; li &gt; .link:hover .main_abm_list_thumb &gt; .thumb {
  transform: translate(-50%, -50%) scale(1.1);
}
.main_abm_list &gt; li &gt; .link:hover .sbj {
  font-weight: 500;
}

/*** banner right ***/
.main_banner_right {
  flex: 0 0 calc(100% - 617px);
  padding-left: 8px;
}
.banner_right_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
  border: 1px solid var(--base-color-gray01);
}
.banner_right_item .link {
  flex: 0 0 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--base-color-gray01);
  text-align: center;
  font-size: 13px;
  letter-spacing: -1px;
  color: #444;
}
.banner_right_item .link:last-child {
  border-bottom: 0;
}
.banner_right_item .link.str {
  font-weight: 500;
}
.banner_right_item.item01 .link:hover,
.banner_right_item.item02 .link:hover,
.banner_right_item.item03 .link:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item04 .link.str:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item04 .swiper-container:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item05 .link.str:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item05 .banner_right_item_fig:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item06:hover {
  outline: 1px solid #aaa;
}
.banner_right_item.item02 .link {
  font-size: 12px;
}
.banner_right_item.item02 .link:nth-child(2) {
  border-right: 1px solid var(--base-color-gray01);
}
.banner_right_item.item02 .link:nth-child(2),
.banner_right_item.item02 .link:nth-child(3) {
  flex: 1 1 45%;
}
.banner_right_item.item04 .swiper-container {width:159px;}
.banner_right_item.item04 .swiper-container.active {height:70px;}
.banner_right_item .cont {
  display:block;
  padding: 10px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: left;
}
.banner_right_item.gpwr {position:relative; padding-left:40px; border: 1px solid #6d171c; border-bottom:0;}
.banner_right_item.gpwr &gt; .tit {position:absolute; top:0; left:0; height:100%; width:40px; background:#6d171c; color:#fff; writing-mode: vertical-lr; text-align:center; line-height:38px; letter-spacing:-1px; cursor:default;}
.banner_right_item.gpwr .link {padding-left:1em; border-bottom: 1px solid #6d171c; text-align:left; color:#000;}
.banner_right_item.gpwr .link:hover {background:#6d171c; color:#fff;}
.banner_right_item_fig {
}
.banner_right_item_fig &gt; .link {
  display: flex;
  padding: 10px;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.banner_right_item_fig &gt; .link &gt; .info {
  text-align:left;
}
.banner_right_item_fig &gt; .link &gt; .info &gt; .tit {
  margin-bottom: 0.3em;
  color: #333;
}
.banner_right_item_fig &gt; .link &gt; .info &gt; .txt {
  line-height: 1.3;
}

/*** footer pc ***/
.main_sec_footer {
  position: relative;
  flex: 0 0 100%;
  padding: 30px 20px;
  border-top: 1px solid var(--base-color-gray01);
}
.main_sec_footer_list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_sec_footer_list01 &gt; li {
}
.main_sec_footer_list01 &gt; li &gt; .link {
  position: relative;
  display: block;
  font-size: 12px;
}
.main_sec_footer_list01 &gt; li &gt; .link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 0%;
  height: 1px;
  background: var(--base-color-green02);
  transition: all 0.2s;
  transform: translateX(-50%);
}
.main_sec_footer_list01 &gt; li &gt; .link:hover {
  color: var(--base-color-green01);
}
.main_sec_footer_list01 &gt; li &gt; .link:hover::before {
  width: 100%;
}
.main_sec_footer_list02 {
}
.main_sec_footer_list02 &gt; li {
  margin-bottom: 20px;
  font-size: 12px;
  word-break: keep-all;
}
.main_sec_footer_list02 &gt; li &gt; .txt {
  padding-right: 10px;
}
.main_sec_footer .link_webch {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  color: #bbb;
}

/************ mobile ************/
/* ë°©ì†¡ë©”ë‰´ */
.menu_vod {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: -105%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.5s;
  box-sizing: border-box;
  z-index: 99999999;
}
.menu_vod.active {
  left: 0;
}
.menu_vod_tit {
  padding: 10px 0;
  background: #167ec0;
  text-align: center;
}
.menu_vod .btn_cls {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.menu_vod .btn_cls .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu_vod .btn_cls .line:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu_vod_fst {
  padding: 5px;
}
.menu_vod_fst &gt; li {
}
.menu_vod_fst &gt; li &gt; .link {
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  background: #d4ebec;
}
.menu_vod_fst &gt; li.old &gt; .link {
  padding: 10px 15px;
  background: #ddd;
  font-size: 16px;
}
.menu_vod_scd {
  padding: 15px 0 15px 15px;
  font-size: 0;
}
.menu_vod_scd &gt; li {
  display: inline-block;
  width: 50%;
}
.menu_vod_scd &gt; li &gt; .link {
  position: relative;
  display: block;
  padding: 0.5em 0 0.5em 10px;
  font-size: 15px;
}
.menu_vod_scd &gt; li &gt; .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3px;
  height: 3px;
  background: var(--base-color-blue02);
  transform: translateY(-50%);
}
.menu_vod_scd &gt; li &gt; .link .icon_new {
  display: inline-block;
  padding-left: 3px;
}
@media screen and (max-width: 1048px) {
  .menu_vod {
    display: block;
  }
}

/* ì„±ê²½ì½ê¸°, ê¸ˆì£¼ì˜ ê³µì§€ */
.main_mobi_sec {
}
.main_mobi_sec .main_mobi_sec_list {border-bottom:1px solid #ccc;}
.main_mobi_sec_tit {
  font-size: 18px;
  color: #fff;
  background: #a5a5a5;
}
.main_mobi_sec_tit .txt {
  position: relative;
  display: inline-block;
  padding: 0.9em 0.7em 1em;
}
.main_mobi_sec_tit .txt::before {
  display:none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--base-color-green01);
}
.main_bible .main_mobi_sec_tit .txt::before,
.main_notice .main_mobi_sec_tit .txt::before {
  display: none;
}
.main_mobi_sec_list {
}
.main_mobi_sec_list &gt; li {
  padding: 0 10px;
  box-sizing: border-box;
}
.main_mobi_sec_list &gt; li &gt; .link {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0.9em 0.2em 0.9em 1.2em;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_mobi_sec_list &gt; li &gt; .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  display: block;
  width: 4px;
  height: 4px;
  background: var(--base-color-green02);
  transform: translateY(-50%);
}
.main_mobi_sec_list &gt; li:last-child &gt; .link {
  border-bottom: 0;
}
#mobi19.hide_tit .main_mobi_sec_tit {display:none;}
#mobi19.hide_tit .main_mobi_sec_list &gt; li {padding:0;}
#mobi19.hide_tit .main_mobi_sec_list &gt; li &gt; .link {padding:0.9em 0.7em 1em; font-size:18px;}
#mobi19.hide_tit .main_mobi_sec_list &gt; li &gt; .link::before {display:none;}
@media screen and (max-width: 1048px) {
  .main_mobi_sec {display:block;}
  .main_mobi_sec.hide_m {display:none;}
}
@media screen and (max-width: 360px) {
  .main_mobi_sec_list &gt; li &gt; .link {
    font-size: 13px;
  }
}

/* ìµœê·¼ê¸€ */
.main_recent .main_mobi_sec_list &gt; li &gt; .link {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9em 0.2em;
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link:hover {
  color: #666;
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link::before {
  display: none;
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link &gt; .sbj {
  overflow: hidden;
  flex: 0 0 100%;
  margin-bottom: 0.6em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link &gt; .sbj .tag {
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link &gt; .sbj .txt {
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link &gt; .name {
  font-size: 12px;
  color: #888;
}
.main_recent .main_mobi_sec_list &gt; li &gt; .link &gt; .cate {
  margin-left: auto;
  font-size: 12px;
  color: #888;
}

/* footer */
.footer_mobi {
  padding: 20px 0;
  background: var(--base-color-green04);
}
.footer_mobi_list {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  align-items: center;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.footer_mobi_list &gt; li {
  flex: 0 1 calc(25% - 10px);
  font-size: 13px;
}
.footer_mobi_list &gt; li:last-child {padding-top:8px;}
.footer_mobi_list &gt; li.hide {display:none;}
.footer_mobi_list &gt; li &gt; .link {color:#fff;}
.footer_mobi_list02 {display:flex; justify-content:center; gap:5px; padding-top:30px;}
.footer_mobi_list02 .btn {padding:0.4em 0.8em; border:1px solid #fff; color:#fff; font-size:13px;}
.footer_mobi_list03 {justify-content:center; padding-top:30px;}
.footer_mobi_list03 &gt; li {flex: 1 1 45%;}
.footer_mobi_list03 &gt; li:last-child {padding:0;}

/* í•˜ë‹¨ í€µë©”ë‰´ */
.menu_quick_m {display:none; position:fixed; bottom:0; left:0; width:100%; background:#fff; border-top:1px solid #eee; border-bottom:1px solid #eee; z-index:9999;}
.menu_quick_m_cont {width:calc(100% - 52px); height:var(--qucik-m-height); margin:0 auto;}
.menu_quick_m .swiper-button-next {right:0; background:none;}
.menu_quick_m .swiper-button-next .icon {position:absolute; top:50%; left:50%; display:block; width:25px; transform:translate(-50%,-50%);}
.menu_quick_m .swiper-button-prev {left:0; background:none;}
.menu_quick_m .swiper-button-prev .icon {position:absolute; top:50%; left:50%; display:block; width:25px; transform:translate(-50%,-50%);}
.menu_quick_m .swiper-slide {text-align:center;}
.menu_quick_m .swiper-slide .icon {width:33px; padding-top:12px;}
.menu_quick_m .swiper-slide .txt {position:absolute; bottom:13px; left:50%; width:100%; transform:translateX(-50%); font-size:11px; color:#6e6e6e; letter-spacing:-1px;}
.menu_quick_m .swiper-slide:hover .txt {color:var(--base-color-green01);}

@media screen and (max-width:1048px){
  .footer_mobi {margin-bottom:var(--qucik-m-height);}
  .menu_quick_m {display:block;}
}
@media screen and (max-width:380px){
  .menu_quick_m .swiper-slide .icon {width:27px; padding-top:5px;}
  .menu_quick_m .swiper-slide .txt {bottom:5px; font-size:10px; letter-spacing:-1px;}
}

/************ í¬ë¦¬ìŠ¤ë§ˆìŠ¤ ************/
/*
.christmas24 .menu_user .ipt_slct {
  background: var(--base-color-ivory01);
  border: 1px solid var(--base-color-ivory01);
}
.christmas24 .menu_user .link.btn_user {
  background: var(--base-color-ivory01);
  border: 1px solid var(--base-color-ivory01);
}

.christmas24 .menu_user .txt {
  color: #333;
}
.christmas24 .menu_user &gt; li &gt; .link {
  color: #fff;
}
.christmas24 .menu_user &gt; li &gt; .link.c_green03 {
  color: var(--base-color-ivory01);
}
.christmas24 .menu_user {
  padding-right: 10px;
}
.christmas24 .menu_user &gt; li &gt; .link::before {
  background: var(--base-color-ivory01);
}
*/
.christmas24 .menu_user {padding-right:10px; z-index:99;}
.christmas24 .menu_user &gt; li &gt; .link.c_green03 {
  color: #fff;
}
.christmas24 .menu_user .link.btn_user {
  background: #5C3443;
  border: #5C3443;
}
.christmas24 .menu_user .txt {
  color: #fff;
}
.christmas24 .menu_user .ipt_slct {
  background: #5C3443;
  border: #5C3443;
}
.christmas24 .header {
  overflow: hidden;
  position: relative;
}
.christmas24 .header_btm {
  background:#5C3443;
}
.christmas24 .header_btm_url {
  background:#5C2137;
}
.christmas24 .header_cont {
  background: url("../img/christmas24_header.jpg") top left no-repeat;
  background-size: cover;
}
.christmas24 .header .efct_snow_area {
  display: block;
}
.christmas24 .header_logo {
  position:relative;
  width: 150px;
  height: 130px;
  padding: 10px 0;
  background: url("../img/christmas23_logo_m.png") 10px center no-repeat;
  opacity: 0;
  z-index:99;
}
.christmas24 .header_logo_img {
  opacity: 0;
}
.christmas24 .header .menu_user {top:50%; right:5px; padding-right:0; transform:translateY(-50%);}
.christmas24 .header .menu_user .btn_mobi_menu_tv {
  background: var(--base-color-green04);
}
.christmas24 .btn_mobi_menu {top:50%; left:15px; width:60px; height:60px; padding:10px; background:#fff; border-radius:50%; box-shadow:1px 1px 3px rgba(0,0,0,0.2) inset; z-index:999;}
.christmas24 .btn_mobi_menu .txt {top:7px; color:#5C3443;}
.christmas24 .btn_mobi_menu .line {width:50%; left:50%; background:#5C3443; transform:translateX(-50%);}
.christmas24 .btn_mobi_menu .line:nth-of-type(1) {top:25px;}
.christmas24 .btn_mobi_menu .line:nth-of-type(2) {top:calc(50% + 5px); transform:translate(-50%,-50%);}
.christmas24 .btn_mobi_menu .line:nth-of-type(3) {bottom:14px;}
.christmas24 .menu_user .btn .icon {display:none;}
.christmas24 .menu_user .mobi_menu {position:relative; padding:3px 5px 3px 15px !important; background:#fff; border-radius:10px;}
.christmas24 .menu_user .mobi_menu::before {content:''; position:absolute; top:50%; left:3px; display:block; width:11px; height:11px; background:#03173e; border-radius:50%; transform:translateY(-50%);}
.christmas24 .menu_user .mobi_menu .btn_mobi_login {padding:0;}
.christmas24 .menu_user .mobi_menu .txt {color:#03173e; font-size:11px;}
.christmas24_header_txt {display:none; position:absolute; top:50%; right:calc(50% - 150px); width:120px; transform:translate(50%,-50%);}
@media screen and (max-width: 1048px) {
  .christmas24 .header {border-bottom:2px solid #fff;}
  .christmas24 .header_cont {
    background: url("../img/christmas24_header_m.jpg") top center no-repeat;
    background-size: cover;
  }
  .christmas24 .header_logo {
    display: block;
    opacity: 1;
  }
  .christmas24 .header .menu_user {box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
  .christmas24_header_txt {display:block;}
}
@media screen and (max-width: 560px) {
  .christmas24_header_txt {
    width:100px;
  }
}
@media screen and (max-width: 500px) {
  .christmas24 .header_logo {
    width: 120px;
    height: 63px;
    background-size: 120px;
  }
  .christmas24 .header .menu_user .btn {
    top: 20px;
    width:auto;
  }
  .christmas24_header_txt {
    top:10px; right:calc(50% - 160px); width:100px; transform:translateY(0%);
  }
}
/************ í¬ë¦¬ìŠ¤ë§ˆìŠ¤ end ************/

/* 2025 ì‹&nbsp;ë…„ start */
.newyear25_word {display:none; padding:0.7em 0; font-weight:600; font-size:14px; text-align:center;}
.newyear25_logo {display:none; position:absolute; top:45%; left:50%; transform:translate(-50%,-50%);}
.newyear25 .newyear25_logo {display:block;}
.newyear25 .menu_user {padding-right:10px; z-index:99;}
.newyear25 .menu_user &gt; li &gt; .link.c_green03 {
  color: #fff;
  font-weight:600;
  text-shadow:1px 1px 1px rgba(0,0,0,0.7);
}
.newyear25 .menu_user .txt {
  color: #fff;
}
.newyear25 .header {
  overflow: hidden;
  position: relative;
}
.newyear25 .header_cont {
  background: url("../img/newyear25_header2.jpg") top left no-repeat;
  background-size: cover;
}
.newyear25 .header_logo {
  position:relative;
  width: 150px;
  padding: 10px 0;
  opacity: 0;
  z-index:99;
}
.newyear25 .header_logo_img {
  width:auto;
  opacity: 0;
}
.newyear25 .header .menu_user {position:absolute; justify-content: flex-end; width:185px; top:50%; right:10px; padding-right:0; transform:translateY(-50%);}
.newyear25 .header .menu_user.login {flex-wrap:wrap; width:185px;}
.newyear25 .header .menu_user.login &gt; li {margin-bottom:5px;}
.newyear25 .header .menu_user &gt; li &gt; .link {height:auto; padding:0.3em 0.4em; line-height:1;}
.newyear25 .header .menu_user .btn_mobi_menu_tv {
  background: var(--base-color-green04);
}
.newyear25 .btn_mobi_menu {top:50%; left:15px; width:60px; height:60px; padding:10px; background:#fff; border-radius:50%; box-shadow:1px 1px 3px rgba(0,0,0,0.2) inset; z-index:999;}
.newyear25 .btn_mobi_menu .txt {top:7px; color:#03173e;}
.newyear25 .btn_mobi_menu .line {width:50%; left:50%; background:#03173e; transform:translateX(-50%);}
.newyear25 .btn_mobi_menu .line:nth-of-type(1) {top:25px;}
.newyear25 .btn_mobi_menu .line:nth-of-type(2) {top:calc(50% + 5px); transform:translate(-50%,-50%);}
.newyear25 .btn_mobi_menu .line:nth-of-type(3) {bottom:14px;}
.newyear25 .menu_user .btn .icon {display:none;}
.newyear25 .menu_user .mobi_menu {position:relative; padding:3px 5px 3px 15px !important; background:#fff; border-radius:10px;}
.newyear25 .menu_user .mobi_menu::before {content:''; position:absolute; top:50%; left:3px; display:block; width:11px; height:11px; background:#03173e; border-radius:50%; transform:translateY(-50%);}
.newyear25 .menu_user .mobi_menu .btn_mobi_login {padding:0;}
.newyear25 .menu_user .mobi_menu .txt {color:#03173e; font-size:11px;}
.newyear25_header_txt {display:none; position:absolute; top:50%; right:calc(50% - 150px); width:120px; transform:translate(50%,-50%);}
@media screen and (max-width: 1048px) {
  .newyear25 .newyear25_word {display:block;}
  .newyear25 .newyear25_logo {top:50%; width:auto;}
  .newyear25 .newyear25_logo img {height:100%;}
  .newyear25 .header {border-bottom:2px solid #fff;}
  .newyear25 .header_cont {
    background: url("../img/newyear25_header_m2.jpg") top left no-repeat;
    background-size: cover;
  }
  .newyear25 .header_logo {
    display: block;
    opacity: 0;
  }
  .newyear25 .header .menu_user {width:auto; right:15px;}
  .newyear25 .header .menu_user &gt; li {margin-bottom:0px;}
  .newyear25_header_txt {display:block;}
}
@media screen and (max-width: 768px) {
  .newyear25 .newyear25_logo {height:55%;}
}
@media screen and (max-width: 560px) {
  .newyear25_header_txt {
    width:100px;
  }
}
@media screen and (max-width: 500px) {
  .newyear25 .header_logo {
    width: 120px;
    height: 63px;
    background-size: 120px;
  }
  .newyear25 .header .menu_user .btn {
    top: 20px;
    width:auto;
  }
  .newyear25_header_txt {
    top:10px; right:calc(50% - 160px); width:100px; transform:translateY(0%);
  }
}
@media screen and (max-width: 460px) {
  .newyear25 .newyear25_logo {height:45%;}
}
@media screen and (max-width: 390px) {
  .newyear25 .newyear25_logo {height:40%;}
}
/* 2025 ì‹&nbsp;ë…„ end */

/*** sub ***/
.main_sub_cont {
  width: 100%;
  min-height: 300px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 1048px) {
  .main_sub_cont {
    min-height: 200px;
    padding: 10px 10px 20px 10px;
  }
}
@media screen and (max-width: 350px) {
  padding: 0 5px 20px 5px;
}

/* ì†”ë£¨ì…˜ ê³µí†µ */
.sol_sub_submit {text-align:center;}

/* íƒ‘ ì¹´ë“œ ìž„ì‹œ */
.gpwr_top_tit {font-family:"Pretendard","NotoSansKR", sans-serif !important;}
.board_top_tit {font-family:"Pretendard","NotoSansKR", sans-serif !important;}
.vi4_top_cont_txt {font-family:"Pretendard","NotoSansKR", sans-serif !important;}
.vi4_top_cont_tit {font-family:"Pretendard","NotoSansKR", sans-serif !important; font-weight:600 !important;}

/* íƒ‘ ìŠ¤í¬ë¡¤ */
.btn_top_scroll {display:block; position:fixed; bottom:5px; left:calc(var(--wrap-size) - 35px); width:30px; height:30px; background:rgba(255,255,255,0.3); border-radius:50%; box-shadow:1px 1px 3px rgba(0,0,0,0.3); text-align:center; line-height:30px; color:var(--base-color-green02);}
.btn_top_scroll:hover {color:var(--base-color-green01);}
.btn_top_scroll i {line-height:30px;}
@media screen and (max-width: 1048px) {
  .btn_top_scroll {bottom:calc(var(--qucik-m-height) + 6px);left:auto; right:5px; background:rgba(255,255,255,0.6);}
}

/* ë©”ì¸ ê°€ì„íŠ¹ìƒˆ */
.main_fall_menu {display:flex; flex-wrap:wrap; gap:8px; padding:10px; margin-bottom:8px; border:1px solid var(--base-color-gray01);}
.main_fall_menu_top {flex: 0 0 100%;}
.main_fall_menu_top &gt; .link {display:flex; gap:2px; align-items:center; justify-content:center; padding:0.5em 0; background:linear-gradient(90deg, rgba(63,45,75,1) 0%, rgba(154,112,69,1) 100%); border-radius:7px; text-align:center; color:#fff; font-weight:300;}
.main_fall_menu_top &gt; .link &gt; .icon {width:20px;}
.main_fall_menu_top.double {display:flex; gap:10px;}
.main_fall_menu_top.double &gt; .link {flex: 1 1 45%;}
.main_fall_menu_top.double &gt; .link:hover {box-shadow:2px 2px 2px rgba(0,0,0,0.2);}
.main_fall_menu_top.double &gt; .link:first-of-type {background:linear-gradient(90deg, rgba(63,45,75,1) 0%, rgba(89,66,78,1) 100%);}
.main_fall_menu_top.double &gt; .link:last-of-type {background:linear-gradient(90deg, rgba(89,66,78,1) 0%, rgba(154,112,69,1) 100%);}
.main_fall_menu_list {display:flex; flex-wrap:wrap; gap:10px;}
.main_fall_menu_list &gt; li {position:relative; flex: 1 1 45%; padding:5px; text-align:center; border:1px solid #ddd; border-radius:7px;}
.main_fall_menu_list &gt; li &gt; .cover {position:absolute; top:-1px; left:-1px; display:block; width:calc(100% + 2px); height:calc(100% + 2px); background:#e5e5e5; border-radius:5px; color:#6e6e6e; font-weight:300; opacity:0.9; z-index:99;}
.main_fall_menu_list &gt; li.active {border:1px solid #3f2d4b;}
.main_fall_menu_list &gt; li.show &gt; .cover {display:none;}
.main_fall_menu_list &gt; li &gt; .cover &gt; .txt {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:18px; text-transform:uppercase; letter-spacing:-1px;}
.main_fall_menu_list_scd {display:flex; gap:4px;}
.main_fall_menu_list_scd &gt; li {flex: 1 1 15%; border:1px solid #ddd; border-radius:5px; font-size:14px; color:#333; background:#fff;}
.main_fall_menu_list_scd &gt; li:first-child {flex: 0 0 38px; width:38px;}
.main_fall_menu_list_scd &gt; li:first-child &gt; .link {padding-left:0; padding-right:0;}
.main_fall_menu_list_scd &gt; li &gt; .link {position:relative; display:block; width:100%; padding:10px 5px;}
.main_fall_menu_list_scd &gt; li &gt; .link::before {content:''; position:absolute; bottom:0; right:0; display:block; width:100%; height:100%; border-radius:7px; box-shadow:1px 1px 1px rgba(0,0,0,0.0); transition:all 0.2s;}
.main_fall_menu_list_scd &gt; li &gt; .link:hover::before {box-shadow:1px 1px 1px rgba(0,0,0,0.2);}
.main_fall_menu_list_scd &gt; li &gt; .link &gt; .num {letter-spacing:-1px;}

/* ë©”ì¸ ê³&nbsp;ë‚œì£¼ê°„ */
.main_passion_menu {padding:10px; margin-bottom:8px; border: 1px solid var(--base-color-gray01); box-sizing:border-box;}
.main_passion_menu_tit {margin:0px 0 10px; font-size:22px; font-weight:400; color:#a9295a; text-align:center;}
.main_passion_menu_txt {display:block; padding:0.6em 0; margin-bottom:10px; text-align:center; font-size:15px; color:#fff; background:#a9295a; border-top-left-radius:8px; border-bottom-right-radius:8px; transition: all 0.2s;}
.main_passion_menu_txt:hover {box-shadow:3px 3px 1px rgba(0,0,0,0.2);}
.main_passion_menu_list01 {display:flex; gap:5px; margin-bottom:10px;}
.main_passion_menu_list01 &gt; li {position:relative; flex: 1 1 17%; border:1px solid #999; transition:all 0.2s;}
.main_passion_menu_list01 &gt; li:hover {box-shadow:3px 3px 1px rgba(0,0,0,0.2);}
.main_passion_menu_list01 &gt; li .week {padding:0.4em 0; background:#999; color:#fff; text-align:center; font-size:13px;}
.main_passion_menu_list01 &gt; li .sbj {display:block; padding:13px 5px; text-align:center; font-size:13px; word-break:keep-all; line-height:1.2; color:#6e6e6e; opacity:0;}
.main_passion_menu_list01 &gt; li.show .sbj {display:block; opacity:1;}
.main_passion_menu_list01 &gt; li .cover {display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:#e5e5e5; color:#5c5c5c; opacity:0.75;}
.main_passion_menu_list01 &gt; li.active .cover {background:#a9295a;}
.main_passion_menu_list01 &gt; li.show .cover {display:none;}
.main_passion_menu_list01 &gt; li .cover .txt {position:absolute; top:50%; left:50%; width:100%; margin-top:8px; transform:translate(-50%,-50%); text-align:center; font-size:13px;}
.main_passion_menu_list02 {display:flex; flex-wrap:wrap; gap:3px;}
.main_passion_menu_list02 &gt; li {flex: 1 1 45%; border:1px solid #aaa; font-size:13px; text-align:center; color:#5c5c5c;}
.main_passion_menu_list02 &gt; li .link {display:block; padding:0.5em 0;}
.main_passion_menu_list02 &gt; li .link:hover {box-shadow:1px 1px 3px rgba(0,0,0,0.2);}
@media screen and (max-width:768px){
  .main_passion_menu_list02 &gt; li .link {word-break:keep-all;}
}</pre></body></html>