﻿@import "https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap";
@import "https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css";
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url("../font/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../font/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../font/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../font/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../font/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../font/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../font/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url("../font/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../font/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: normal;
  src: local(※), url(../font/NotoSansKR-Light.woff) format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 600;
  src: local(※), url(../font/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 600;
  src: local(※), url(../font/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-weight: 700;
  src: local(※), url(../font/NotoSansKR-Bold.woff) format("woff");
}
@font-face {
  font-family: "TmoneyRoundWindExtraBold";
  src: url("../font/TmoneyRoundWindExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IropkeBatangM";
  src: url("../font/IropkeBatangM.eot");
  src: url("../font/IropkeBatangM.woff") format("woff"),
    url("../font/IropkeBatangM.ttf") format("truetype"),
    url("../font/IropkeBatangM.svg#IropkeBatangM") format("svg"),
    url("../font/IropkeBatangM.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
html * {
  max-height: 999999px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-size: 10px;
  font-family: "Wanted Sans Variable", "Pretendard", sans-serif;
  webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
ul,
ol,
li,
dl,
dd,
dt,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
input,
button,
textarea,
fieldset,
legend,
td,
th {
  margin: 0px;
  padding: 0px;
  font-weight: 400;
  word-break: keep-all;
}
li {
  list-style: none;
}
fieldset,
img,
a {
  border: 0px;
}
a {
  text-decoration: none;
}
legend,
.blind {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
caption {
  display: none;
}
button,
label {
  cursor: pointer;
}
button {
  overflow: visible\9;
}
input,
textarea,
button,
select {
  font-family: "Wanted Sans Variable", "Pretendard", sans-serif;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  table-layout: fixed;
}
table th,
table td {
  text-align: left;
}
input::-webkit-input-placeholder {
  color: #868e96;
}
input::-moz-placeholder {
  color: #868e96;
}
input:-moz-placeholder {
  color: #868e96;
}
input:-ms-input-placeholder {
  color: #868e96;
}
textarea::-webkit-input-placeholder {
  color: #868e96;
}
textarea::-moz-placeholder {
  color: #868e96;
}
textarea:-moz-placeholder {
  color: #868e96;
}
textarea:-ms-input-placeholder {
  color: #868e96;
}
input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
input:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
textarea:focus:-moz-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
header,
footer,
section,
article,
aside,
nav,
address {
  display: block;
  margin: 0;
}
body *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  letter-spacing: -1px;
}
.clear_wrap:before,
.clear_wrap:after {
  content: " ";
  display: table;
}
.clear_wrap:after {
  clear: both;
}
.clear_wrap {
  *zoom: 1;
}
.clear_ine {
  clear: both;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.appearance {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.boxsizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobilescrolling {
  -webkit-overflow-scrolling: touch;
}
.selectdisable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.table_box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table_box .table_td {
  display: table-cell;
  vertical-align: middle;
}
.bg_cover {
  background-position: center center;
  background-repeat: no-repeat;
}
.bg_cover .bg_img,
.bg_cover .bg_m,
.bg_cover .bg {
  display: none;
}
.font_ib {
  font-family: IropkeBatangM, "Noto Sans KR", sans-serif;
  font-weight: normal;
}
.font_nm {
  font-family: Nanum Myeongjo, IropkeBatangM, sans-serif;
}
.ani {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content {
  position: relative;
}
.videowrapper {
  position: relative;
  padding-bottom: 53%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 781px) {
  .videowrapper {
    padding-bottom: 49%;
  }
}
.no_store {
  text-align: center;
  min-height: 536px;
  height: 536px;
  display: table-cell;
  vertical-align: middle;
  font-size: 48px;
  font-weight: 600;
}
.no_store .alert span {
  background-color: #cecece;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 71px;
}
.no_store .label.map_marker span {
  display: none;
}
.no_store .label.map_marker:hover span {
  display: block;
}
@media screen and (min-width: 781px) {
  .page_animate {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .page_animate.animate_delay {
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1);
    transition: transform 0.4s cubic-bezier(0, 0, 0.58, 1);
  }
  .page_animate.animate {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .page_animate.none,
  .page_animate.none.animate {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (max-width: 781px) {
  .bg_cover {
    background-size: cover;
  }
  .label.map_marker span {
    display: block;
  }
}
.mt0 {
  margin-top: 0 px !important;
}
.mb0 {
  margin-bottom: 0 px !important;
}
.mt1 {
  margin-top: 1 px !important;
}
.mb1 {
  margin-bottom: 1 px !important;
}
.mt2 {
  margin-top: 2 px !important;
}
.mb2 {
  margin-bottom: 2 px !important;
}
.mt3 {
  margin-top: 3 px !important;
}
.mb3 {
  margin-bottom: 3 px !important;
}
.mt4 {
  margin-top: 4 px !important;
}
.mb4 {
  margin-bottom: 4 px !important;
}
.mt5 {
  margin-top: 5 px !important;
}
.mb5 {
  margin-bottom: 5 px !important;
}
.mt6 {
  margin-top: 6 px !important;
}
.mb6 {
  margin-bottom: 6 px !important;
}
.mt7 {
  margin-top: 7 px !important;
}
.mb7 {
  margin-bottom: 7 px !important;
}
.mt8 {
  margin-top: 8 px !important;
}
.mb8 {
  margin-bottom: 8 px !important;
}
.mt9 {
  margin-top: 9 px !important;
}
.mb9 {
  margin-bottom: 9 px !important;
}
.mt10 {
  margin-top: 10 px !important;
}
.mb10 {
  margin-bottom: 10 px !important;
}
.mt11 {
  margin-top: 11 px !important;
}
.mb11 {
  margin-bottom: 11 px !important;
}
.mt12 {
  margin-top: 12 px !important;
}
.mb12 {
  margin-bottom: 12 px !important;
}
.mt13 {
  margin-top: 13 px !important;
}
.mb13 {
  margin-bottom: 13 px !important;
}
.mt14 {
  margin-top: 14 px !important;
}
.mb14 {
  margin-bottom: 14 px !important;
}
.mt15 {
  margin-top: 15 px !important;
}
.mb15 {
  margin-bottom: 15 px !important;
}
.mt16 {
  margin-top: 16 px !important;
}
.mb16 {
  margin-bottom: 16 px !important;
}
.mt17 {
  margin-top: 17 px !important;
}
.mb17 {
  margin-bottom: 17 px !important;
}
.mt18 {
  margin-top: 18 px !important;
}
.mb18 {
  margin-bottom: 18 px !important;
}
.mt19 {
  margin-top: 19 px !important;
}
.mb19 {
  margin-bottom: 19 px !important;
}
.mt20 {
  margin-top: 20 px !important;
}
.mb20 {
  margin-bottom: 20 px !important;
}
.mt21 {
  margin-top: 21 px !important;
}
.mb21 {
  margin-bottom: 21 px !important;
}
.mt22 {
  margin-top: 22 px !important;
}
.mb22 {
  margin-bottom: 22 px !important;
}
.mt23 {
  margin-top: 23 px !important;
}
.mb23 {
  margin-bottom: 23 px !important;
}
.mt24 {
  margin-top: 24 px !important;
}
.mb24 {
  margin-bottom: 24 px !important;
}
.mt25 {
  margin-top: 25 px !important;
}
.mb25 {
  margin-bottom: 25 px !important;
}
.mt26 {
  margin-top: 26 px !important;
}
.mb26 {
  margin-bottom: 26 px !important;
}
.mt27 {
  margin-top: 27 px !important;
}
.mb27 {
  margin-bottom: 27 px !important;
}
.mt28 {
  margin-top: 28 px !important;
}
.mb28 {
  margin-bottom: 28 px !important;
}
.mt29 {
  margin-top: 29 px !important;
}
.mb29 {
  margin-bottom: 29 px !important;
}
.mt30 {
  margin-top: 30 px !important;
}
.mb30 {
  margin-bottom: 30 px !important;
}
.mt31 {
  margin-top: 31 px !important;
}
.mb31 {
  margin-bottom: 31 px !important;
}
.mt32 {
  margin-top: 32 px !important;
}
.mb32 {
  margin-bottom: 32 px !important;
}
.mt33 {
  margin-top: 33 px !important;
}
.mb33 {
  margin-bottom: 33 px !important;
}
.mt34 {
  margin-top: 34 px !important;
}
.mb34 {
  margin-bottom: 34 px !important;
}
.mt35 {
  margin-top: 35 px !important;
}
.mb35 {
  margin-bottom: 35 px !important;
}
.mt36 {
  margin-top: 36 px !important;
}
.mb36 {
  margin-bottom: 36 px !important;
}
.mt37 {
  margin-top: 37 px !important;
}
.mb37 {
  margin-bottom: 37 px !important;
}
.mt38 {
  margin-top: 38 px !important;
}
.mb38 {
  margin-bottom: 38 px !important;
}
.mt39 {
  margin-top: 39 px !important;
}
.mb39 {
  margin-bottom: 39 px !important;
}
.mt40 {
  margin-top: 40 px !important;
}
.mb40 {
  margin-bottom: 40 px !important;
}
.mt41 {
  margin-top: 41 px !important;
}
.mb41 {
  margin-bottom: 41 px !important;
}
.mt42 {
  margin-top: 42 px !important;
}
.mb42 {
  margin-bottom: 42 px !important;
}
.mt43 {
  margin-top: 43 px !important;
}
.mb43 {
  margin-bottom: 43 px !important;
}
.mt44 {
  margin-top: 44 px !important;
}
.mb44 {
  margin-bottom: 44 px !important;
}
.mt45 {
  margin-top: 45 px !important;
}
.mb45 {
  margin-bottom: 45 px !important;
}
.mt46 {
  margin-top: 46 px !important;
}
.mb46 {
  margin-bottom: 46 px !important;
}
.mt47 {
  margin-top: 47 px !important;
}
.mb47 {
  margin-bottom: 47 px !important;
}
.mt48 {
  margin-top: 48 px !important;
}
.mb48 {
  margin-bottom: 48 px !important;
}
.mt49 {
  margin-top: 49 px !important;
}
.mb49 {
  margin-bottom: 49 px !important;
}
.mt50 {
  margin-top: 50 px !important;
}
.mb50 {
  margin-bottom: 50 px !important;
}
.mt51 {
  margin-top: 51 px !important;
}
.mb51 {
  margin-bottom: 51 px !important;
}
.mt52 {
  margin-top: 52 px !important;
}
.mb52 {
  margin-bottom: 52 px !important;
}
.mt53 {
  margin-top: 53 px !important;
}
.mb53 {
  margin-bottom: 53 px !important;
}
.mt54 {
  margin-top: 54 px !important;
}
.mb54 {
  margin-bottom: 54 px !important;
}
.mt55 {
  margin-top: 55 px !important;
}
.mb55 {
  margin-bottom: 55 px !important;
}
.mt56 {
  margin-top: 56 px !important;
}
.mb56 {
  margin-bottom: 56 px !important;
}
.mt57 {
  margin-top: 57 px !important;
}
.mb57 {
  margin-bottom: 57 px !important;
}
.mt58 {
  margin-top: 58 px !important;
}
.mb58 {
  margin-bottom: 58 px !important;
}
.mt59 {
  margin-top: 59 px !important;
}
.mb59 {
  margin-bottom: 59 px !important;
}
.mt60 {
  margin-top: 60 px !important;
}
.mb60 {
  margin-bottom: 60 px !important;
}
.mt61 {
  margin-top: 61 px !important;
}
.mb61 {
  margin-bottom: 61 px !important;
}
.mt62 {
  margin-top: 62 px !important;
}
.mb62 {
  margin-bottom: 62 px !important;
}
.mt63 {
  margin-top: 63 px !important;
}
.mb63 {
  margin-bottom: 63 px !important;
}
.mt64 {
  margin-top: 64 px !important;
}
.mb64 {
  margin-bottom: 64 px !important;
}
.mt65 {
  margin-top: 65 px !important;
}
.mb65 {
  margin-bottom: 65 px !important;
}
.mt66 {
  margin-top: 66 px !important;
}
.mb66 {
  margin-bottom: 66 px !important;
}
.mt67 {
  margin-top: 67 px !important;
}
.mb67 {
  margin-bottom: 67 px !important;
}
.mt68 {
  margin-top: 68 px !important;
}
.mb68 {
  margin-bottom: 68 px !important;
}
.mt69 {
  margin-top: 69 px !important;
}
.mb69 {
  margin-bottom: 69 px !important;
}
.mt70 {
  margin-top: 70 px !important;
}
.mb70 {
  margin-bottom: 70 px !important;
}
.mt71 {
  margin-top: 71 px !important;
}
.mb71 {
  margin-bottom: 71 px !important;
}
.mt72 {
  margin-top: 72 px !important;
}
.mb72 {
  margin-bottom: 72 px !important;
}
.mt73 {
  margin-top: 73 px !important;
}
.mb73 {
  margin-bottom: 73 px !important;
}
.mt74 {
  margin-top: 74 px !important;
}
.mb74 {
  margin-bottom: 74 px !important;
}
.mt75 {
  margin-top: 75 px !important;
}
.mb75 {
  margin-bottom: 75 px !important;
}
.mt76 {
  margin-top: 76 px !important;
}
.mb76 {
  margin-bottom: 76 px !important;
}
.mt77 {
  margin-top: 77 px !important;
}
.mb77 {
  margin-bottom: 77 px !important;
}
.mt78 {
  margin-top: 78 px !important;
}
.mb78 {
  margin-bottom: 78 px !important;
}
.mt79 {
  margin-top: 79 px !important;
}
.mb79 {
  margin-bottom: 79 px !important;
}
.mt80 {
  margin-top: 80 px !important;
}
.mb80 {
  margin-bottom: 80 px !important;
}
.mt81 {
  margin-top: 81 px !important;
}
.mb81 {
  margin-bottom: 81 px !important;
}
.mt82 {
  margin-top: 82 px !important;
}
.mb82 {
  margin-bottom: 82 px !important;
}
.mt83 {
  margin-top: 83 px !important;
}
.mb83 {
  margin-bottom: 83 px !important;
}
.mt84 {
  margin-top: 84 px !important;
}
.mb84 {
  margin-bottom: 84 px !important;
}
.mt85 {
  margin-top: 85 px !important;
}
.mb85 {
  margin-bottom: 85 px !important;
}
.mt86 {
  margin-top: 86 px !important;
}
.mb86 {
  margin-bottom: 86 px !important;
}
.mt87 {
  margin-top: 87 px !important;
}
.mb87 {
  margin-bottom: 87 px !important;
}
.mt88 {
  margin-top: 88 px !important;
}
.mb88 {
  margin-bottom: 88 px !important;
}
.mt89 {
  margin-top: 89 px !important;
}
.mb89 {
  margin-bottom: 89 px !important;
}
.mt90 {
  margin-top: 90 px !important;
}
.mb90 {
  margin-bottom: 90 px !important;
}
.mt91 {
  margin-top: 91 px !important;
}
.mb91 {
  margin-bottom: 91 px !important;
}
.mt92 {
  margin-top: 92 px !important;
}
.mb92 {
  margin-bottom: 92 px !important;
}
.mt93 {
  margin-top: 93 px !important;
}
.mb93 {
  margin-bottom: 93 px !important;
}
.mt94 {
  margin-top: 94 px !important;
}
.mb94 {
  margin-bottom: 94 px !important;
}
.mt95 {
  margin-top: 95 px !important;
}
.mb95 {
  margin-bottom: 95 px !important;
}
.mt96 {
  margin-top: 96 px !important;
}
.mb96 {
  margin-bottom: 96 px !important;
}
.mt97 {
  margin-top: 97 px !important;
}
.mb97 {
  margin-bottom: 97 px !important;
}
.mt98 {
  margin-top: 98 px !important;
}
.mb98 {
  margin-bottom: 98 px !important;
}
.mt99 {
  margin-top: 99 px !important;
}
.mb99 {
  margin-bottom: 99 px !important;
}
.bg_cover {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bg_contain {
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.scrollY {
  overflow: hidden !important;
  overflow-y: auto !important;
}
.scrollY::-webkit-scrollbar {
  width: 6px;
}
.scrollY::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0);
}
.scrollY::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #adb5bd;
}
.scrollY::-webkit-scrollbar-thumb:window-inactive {
  background: #adb5bd;
}
.scrollX {
  overflow: hidden !important;
  overflow-x: auto !important;
}
.scrollX::-webkit-scrollbar {
  height: 6px;
}
.scrollX::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0);
}
.scrollX::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #adb5bd;
}
.scrollX::-webkit-scrollbar-thumb:window-inactive {
  background: #adb5bd;
}
.contains {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1400px;
  width: 100%;
  height: 100%;
}
.animate {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
*::selection {
  background-color: #db2a22;
  color: #fff;
}
.main_news .news_tit,
.main_story .story_box .swiper-slide .story_number,
.main_world .world_eng,
.main_world .world_tit,
.main_hope .card_box .btn_slide .text_wrap .num,
.main_report .report_icon_list ul li span,
.main_panel .main_title_box p,
.hopeani_wrap .intro_world .world_tit,
.newsletter_title .title,
.now_panel .count_wrap .flex_box .cell .num_desc,
.now_panel .count_wrap .flex_box .cell .num,
.now_panel .now_tit .tit,
.popup_mainnews .popup_top p,
.now_bbs .bbs_tit,
.btn_quick p span {
  font-family: "TmoneyRoundWindExtraBold";
  letter-spacing: -2px;
}
.main_news .btn_news .date {
  font-size: var(--bbs-font-date);
  letter-spacing: 0;
  color: #444;
  margin-top: 30px;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
.main_news .btn_news .date::before {
  content: "";
  width: 16px;
  height: 100%;
  display: block;
  background: url(../img/newmain/date.png) center no-repeat;
  background-size: 12px auto;
  position: absolute;
  top: 0;
  left: 0;
}
#allmenu .menu_contents .menu_box .box ul li .depth2 span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #db2a22;
  position: absolute;
  bottom: 1em;
  right: -10px;
}
.main_panel .main_title_box::before {
  animation-name: maindot;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: reverse;
  animation-timing-function: linear;
  animation-fill-mode: none;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
@keyframes maindot {
  0% {
    transform: scale(1) translateY(0px);
    background: #f2f5fa;
  }
  50% {
    transform: scale(0.8) translateY(-10px);
    background: #faf7f2;
  }
  100% {
    transform: scale(1) translateY(0px);
    background: #f2f5fa;
  }
}
body.popup {
  height: 100%;
  overflow: hidden;
}
:root {
  --sub-padding: 140px;
  --sub-padding-half: 70px;
  --border-radius: 10px;
  --header-height: 76px;
  --header-height-active: 295px;
  --bbs-font-title: 20px;
  --bbs-font-desc: 16px;
  --bbs-font-date: 15px;
  --card-font-title: 28px;
  --card-font-desc: 18px;
  --sub-font-bigtitle: 48px;
  --sub-font-title: 44px;
  --sub-font-text: 32px;
  --sub-font-text2: 24px;
  --sub-text: 20px;
  --sub-text2: 22px;
}
@media (max-width: 1024px) {
  :root {
    --sub-font-title: 34px;
    --sub-font-text: 24px;
    --sub-font-text2: 20px;
    --card-font-title: 26px;
  }
}
@media (max-width: 667px) {
  :root {
    --header-height: 70px;
    --bbs-font-title: 20px;
    --bbs-font-desc: 15px;
    --bbs-font-date: 14px;
    --card-font-title: 22px;
    --card-font-desc: 16px;
    --sub-font-bigtitle: 30px;
    --sub-font-title: 28px;
    --sub-font-text: 20px;
    --sub-font-text2: 20px;
    --sub-text: 16px;
    --sub-text2: 20px;
  }
}
#footer .sns_box .footer_sns,
#allmenu .menu_footer .sns_box .footer_sns,
#header .gnb_footer .sns_box .footer_sns {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  font-size: 0;
  text-indent: -9999px;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#footer .sns_box .footer_sns + .footer_sns,
#allmenu .menu_footer .sns_box .footer_sns + .footer_sns,
#header .gnb_footer .sns_box .footer_sns + .footer_sns {
  margin-left: 5px;
}
#footer .sns_box .footer_sns_01.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_01.footer_sns,
#header .gnb_footer .sns_box .footer_sns_01.footer_sns {
  background-image: url(../img/icon/ft_sns_f.svg);
}
#footer .sns_box .footer_sns_02.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_02.footer_sns,
#header .gnb_footer .sns_box .footer_sns_02.footer_sns {
  background-image: url(../img/icon/ft_sns_insta.svg);
}
#footer .sns_box .footer_sns_03.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_03.footer_sns,
#header .gnb_footer .sns_box .footer_sns_03.footer_sns {
  background-image: url(../img/icon/ft_sns_tw.svg);
}
#footer .sns_box .footer_sns_04.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_04.footer_sns,
#header .gnb_footer .sns_box .footer_sns_04.footer_sns {
  background-image: url(../img/icon/ft_sns_youtube.svg);
}
#footer .sns_box .footer_sns_05.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_05.footer_sns,
#header .gnb_footer .sns_box .footer_sns_05.footer_sns {
  background-image: url(../img/icon/ft_sns_blog.svg);
}
#footer .sns_box .footer_sns_06.footer_sns,
#allmenu .menu_footer .sns_box .footer_sns_06.footer_sns,
#header .gnb_footer .sns_box .footer_sns_06.footer_sns {
  background-image: url(../img/icon/ft_sns_kakao.svg);
}
.btn_main_more {
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 14px;
  color: #999;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .btn_main_more:hover {
    color: #000;
  }
}
.sub_slide_dot {
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: absolute;
  left: 0;
  bottom: 14px;
}
.sub_slide_dot .swiper-pagination-bullet {
  display: block;
  margin: 0 !important;
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #000;
  opacity: 0.3;
}
.sub_slide_dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #db2a22;
}
.sub_slide_btn {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
}
.sub_slide_btn .btn_slide {
  display: block;
  position: relative;
  margin-left: -1px;
  width: 30px;
  height: 30px;
  border: 1px solid #cacaca;
  z-index: 1;
}
.sub_slide_btn .btn_slide::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -10px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/sub_slide_arrow_g.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 9px auto;
}
@media (min-width: 1024px) {
  .sub_slide_btn .btn_slide:hover {
    border-color: #db2a22;
    background-color: #db2a22;
    z-index: 2;
  }
  .sub_slide_btn .btn_slide:hover::before {
    background-image: url("../images/icon/sub_slide_arrow_w.png");
  }
}
.sub_slide_btn .btn_slide.prev::before {
  transform: rotate(180deg);
  margin-top: -10px;
}
.sub_content {
  padding-top: var(--sub-header-total-height);
}
.sub_content .sub_content_top {
  position: relative;
  z-index: 10;
}
.sub_content .sub_content_top .content_navi {
  display: flex;
  align-items: center;
  gap: 0 25px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.sub_content .sub_content_top .content_navi .home {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon/navi_home_g.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sub_content .sub_content_top .content_navi .navi {
  position: relative;
  font-size: 14px;
  color: #666;
}
.sub_content .sub_content_top .content_navi .navi::before {
  display: block;
  content: "";
  position: absolute;
  left: -16px;
  top: -2px;
  width: 10px;
  height: 20px;
  background-image: url("../images/icon/navi_arrow_g.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sub_content .sub_content_top .content_navi.white .home {
  background-image: url("../images/icon/navi_home.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sub_content .sub_content_top .content_navi.white .navi {
  color: #fff;
}
.sub_content .sub_content_top .content_navi.white .navi::before {
  background-image: url("../images/icon/navi_arrow.png");
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sub_content .sub_content_top .content_title {
  padding: 90px 0 35px 0;
  text-align: center;
  font-size: 50px;
  color: #222;
  font-weight: 700;
}
.sub_content .sub_content_top .content_desc {
  line-height: 1.4em;
  font-size: 16px;
  color: #444;
  font-weight: 500;
  text-align: center;
  margin-top: -15px;
}
.sub_content .sub_content_title {
  margin-bottom: 40px;
  text-align: center;
}
.sub_content .sub_content_title .content_title {
  margin-bottom: 20px;
  font-size: 40px;
  color: #222;
  font-weight: 700;
}
.sub_content .sub_content_title .content_title_eng {
  margin-bottom: 15px;
  font-size: 50px;
  color: #db2a22;
  font-weight: 700;
  line-height: 1.2em;
}
.sub_content .sub_content_title .content_desc {
  line-height: 1.6em;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .sub_content {
    padding-top: var(--sub-header-total-height);
  }
  .sub_content .sub_content_top .content_navi {
    display: none;
  }
  .sub_content .sub_content_top .content_title {
    padding: 35px 0;
    font-size: 34px;
  }
}
@media (max-width: 667px) {
  .sub_content .sub_content_title {
    margin-bottom: 30px;
  }
  .sub_content .sub_content_title .content_title_eng {
    font-size: 30px;
  }
  .sub_content .content_desc {
    text-align: left;
  }
}
.btn_motion {
  display: inline-block;
  position: relative;
  width: 216px;
  height: 60px;
  border-radius: 60px;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.btn_motion::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eaeaea;
}
@media (min-width: 1024px) {
  .btn_motion:hover {
    border: 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .btn_motion:hover::before {
    opacity: 0;
  }
  .btn_motion:hover .text {
    color: #fff;
  }
  .btn_motion:hover .text .desc {
    color: #fff;
  }
  .btn_motion:hover .circle {
    width: 225%;
    height: 760%;
  }
}
.btn_motion .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #222;
  font-weight: 600;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_motion .text span {
  display: block;
}
.btn_motion .text span + span,
.btn_motion .text span + .desc {
  margin-top: 5px;
}
.btn_motion .text .desc {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
@media (max-width: 667px) {
  .btn_motion {
    height: 50px;
  }
  .btn_motion .text {
    font-size: 16px;
  }
}
.btn_motion .circle {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #db2a22;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.btn_motion.bg_point {
  border: 0;
  background: #db2a22;
}
.btn_motion.bg_point::before {
  opacity: 0;
}
.btn_motion.bg_point .text {
  color: #fff;
}
.btn_motion.bg_point .desc {
  color: #fff;
}
@media (min-width: 1024px) {
  .btn_motion.bg_point:hover .circle {
    background: #222;
  }
}
.btn_motion.bg_black {
  border: 0;
  background: #222;
}
.btn_motion.bg_black::before {
  opacity: 0;
}
.btn_motion.bg_black .text {
  color: #fff;
}
.btn_motion.bg_black .desc {
  color: #fff;
}
@media (min-width: 1024px) {
  .btn_motion.bg_black:hover .circle {
    background: #db2a22;
  }
}
.btn_motion.bg_pointline {
  border-color: #db2a22;
}
.btn_motion.bg_pointline::before {
  border-color: #db2a22;
}
.btn_motion.bg_grayline .circle {
  background: #222;
}
.btn_motion.btn_biglink {
  border: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 20px 40px;
  min-width: 400px;
}
.btn_motion.btn_biglink::before {
  border-radius: 0;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  opacity: 0;
}
.btn_motion.btn_biglink .text {
  position: relative;
  top: auto;
  left: auto;
  padding-right: 70px;
  display: block;
  transform: none;
}
.btn_motion.btn_biglink .text span {
  font-weight: 700;
  letter-spacing: -1px;
}
.btn_motion.btn_biglink .text b {
  color: #db2a22;
  display: block;
  margin-top: 5px;
  font-size: 28px;
  font-weight: 800;
}
.btn_motion.btn_biglink .text::after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #db2a22 url(../img/newmain/arrow.svg) center no-repeat;
  background-size: 14px auto;
}
.btn_motion.btn_biglink.bg_gline::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .btn_motion.btn_biglink:hover .text span,
  .btn_motion.btn_biglink:hover .text b {
    color: #fff !important;
  }
  .btn_motion.btn_biglink:hover .text::after {
    background-color: #fff;
    background-image: url(../img/newmain/arrow2.svg);
  }
}
@media (max-width: 667px) {
  .btn_motion.btn_biglink {
    min-width: auto;
    width: 100%;
    text-align: left;
  }
  .btn_motion.btn_biglink .text b {
    font-size: 20px;
    margin-top: 3px;
  }
}
.main_more {
  background: #fff;
  padding: 20px 25px;
  border-radius: 40px;
  display: inline-block;
  border: 2px solid #eee;
}
.main_more span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
.main_more span.txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #666;
  margin-right: 5px;
}
.main_more span.dot {
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 16px;
}
.main_more span.dot + .dot {
  margin-left: -7px;
  background: #db2a22;
}
@media (min-width: 1024px) {
  .main_more:hover {
    background: #db2a22 !important;
    border-color: #db2a22 !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  }
  .main_more:hover span.txt {
    color: #fff !important;
  }
  .main_more:hover span.dot {
    background: #fff;
    opacity: 0.5;
  }
  .main_more:hover span.dot + .dot {
    opacity: 1;
  }
}
.sub_more {
  border: 2px solid #eaeaea;
  display: inline-block;
  width: 120px;
  background: #fcfcfc;
  border-radius: 40px;
  text-align: center;
}
.sub_more .text {
  display: inline-block;
  line-height: 40px;
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .sub_more:hover {
    border-color: #d5d5d5;
  }
}
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_border .text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: -1px;
}
.btn_border .circle {
  background-color: #fff;
}
.btn_border:hover .text {
  color: #0068ff;
}
@media (max-width: 667px) {
  .btn_border {
    width: 36vw;
    height: 50px;
    border-width: 1px;
  }
  .btn_border .text {
    font-size: 16px;
    font-weight: 700;
  }
}
.toggle_check {
  display: block;
  position: relative;
}
.toggle_check .check {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 36px;
  opacity: 0;
}
.toggle_check .toggle_box {
  display: block;
  position: relative;
  width: 96px;
  height: 36px;
  border-radius: 18px;
  background: #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle_check .toggle_box::before {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle_check .toggle_box .text {
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  line-height: 36px;
  font-size: 16px;
  color: #444;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle_check .toggle_box .text.on {
  right: auto;
  left: 22px;
  color: #fff;
  opacity: 0;
}
.toggle_check .check:checked + .toggle_box {
  background: #231f20;
}
.toggle_check .check:checked + .toggle_box::before {
  left: 65px;
}
.toggle_check .check:checked + .toggle_box .text.off {
  opacity: 0;
}
.toggle_check .check:checked + .toggle_box .text.on {
  opacity: 1;
}
[data-aos="zoom-in"] {
  transform: scale(0.8);
}
.mobile,
br.show_mobile,
.show_mobile {
  display: none !important;
}
.show_tablet {
  display: none !important;
}
@media (max-width: 1024px) {
  body .hide_tablet {
    display: none !important;
  }
  body .show_tablet {
    display: block !important;
  }
  body br.hide_mobile {
    display: none !important;
  }
  body br.show_tablet {
    display: block !important;
  }
}
@media (max-width: 667px) {
  body br.hide_mobile,
  body .pc,
  body .hide_mobile {
    display: none !important;
  }
  body .show_mobile,
  body .mobile {
    display: block !important;
  }
}
#header {
  position: relative;
  z-index: 100;
}
#header.hide {
  opacity: 0;
}
#header h1.logo {
  width: 119px;
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 110;
}
#header h1.logo img.ico {
  height: 45px;
  margin-top: 0;
  display: none;
}
#header .gnb_pc_btnbox {
  display: none;
}
#header .gnb_pc_btnbox ul {
  display: none;
}
@media (min-width: 1200px) {
  #header .gnb_pc_btnbox {
    display: flex;
    position: absolute;
    top: 18px;
    right: 256px;
    z-index: 100;
  }
  #header .gnb_pc_btnbox .btn_my,
  #header .gnb_pc_btnbox .btn_hope,
  #header .gnb_pc_btnbox .btn_search,
  #header .gnb_pc_btnbox .btn_lang {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #f5f5f5;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  #header .gnb_pc_btnbox .btn_my:hover,
  #header .gnb_pc_btnbox .btn_hope:hover,
  #header .gnb_pc_btnbox .btn_search:hover,
  #header .gnb_pc_btnbox .btn_lang:hover {
    background-color: #222;
    background-position: bottom center;
  }
  #header .gnb_pc_btnbox .btn_my {
    background-image: url(../img/hd/ic_my.png);
  }
  #header .gnb_pc_btnbox .btn_hope {
    background-image: url(../img/hd/ic_hope.png);
  }
  #header .gnb_pc_btnbox .btn_search {
    background-image: url(../img/hd/ic_search.png);
  }
  #header .gnb_pc_btnbox .btn_lang {
    width: auto;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0 20px 0 50px;
    line-height: 40px;
  }
  #header .gnb_pc_btnbox .btn_lang::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/hd/ic_lang.png) top center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .gnb_pc_btnbox .btn_lang:hover {
    color: #fff;
  }
  #header .gnb_pc_btnbox .btn_lang:hover::after {
    background-position: bottom center;
  }
  #header .gnb_pc_btnbox .pc_my,
  #header .gnb_pc_btnbox .pc_hope,
  #header .gnb_pc_btnbox .pc_lang {
    position: relative;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul,
  #header .gnb_pc_btnbox .pc_hope:hover ul,
  #header .gnb_pc_btnbox .pc_lang:hover ul {
    display: block;
    position: absolute;
    top: calc(100% - 5px);
    left: calc(50% + 5px);
    transform: translateX(-50%);
    overflow: hidden;
    padding-top: 10px;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li,
  #header .gnb_pc_btnbox .pc_hope:hover ul li,
  #header .gnb_pc_btnbox .pc_lang:hover ul li {
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li:first-child,
  #header .gnb_pc_btnbox .pc_hope:hover ul li:first-child,
  #header .gnb_pc_btnbox .pc_lang:hover ul li:first-child {
    border-top: 1px solid #eee;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li.sra-login-stat + li,
  #header .gnb_pc_btnbox .pc_hope:hover ul li.sra-login-stat + li,
  #header .gnb_pc_btnbox .pc_lang:hover ul li.sra-login-stat + li {
    border-top: 1px solid #eee;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li a,
  #header .gnb_pc_btnbox .pc_hope:hover ul li a,
  #header .gnb_pc_btnbox .pc_lang:hover ul li a {
    display: block;
    width: 80px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 6px 0;
    color: #666;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li:last-child,
  #header .gnb_pc_btnbox .pc_hope:hover ul li:last-child,
  #header .gnb_pc_btnbox .pc_lang:hover ul li:last-child {
    border-bottom: 1px solid #eee;
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #header .gnb_pc_btnbox .pc_my:hover ul li:hover,
  #header .gnb_pc_btnbox .pc_hope:hover ul li:hover,
  #header .gnb_pc_btnbox .pc_lang:hover ul li:hover {
    background: #f8f8f8;
  }
  #header .gnb_pc_btnbox .pc_lang:hover ul li a {
    width: 50px;
  }
}
@media (max-width: 1600px) {
  #header .gnb_pc_btnbox .pc_lang {
    display: none;
  }
}
@media (max-width: 1400px) {
  #header .gnb_pc_btnbox .btn_hope {
    display: none;
  }
}
#header .btn_campaign {
  display: block;
  width: 150px;
  height: var(--header-height);
  text-align: center;
  line-height: var(--header-height);
  background: #db2a22;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  z-index: 110;
  position: absolute;
  top: 0px;
  right: var(--header-height);
}
#header .btn_campaign:hover {
  background: #b82018;
}
#header #btn_pc_gnb {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--header-height);
  height: var(--header-height);
  background: #f4f4f4;
  z-index: 110;
}
#header #btn_pc_gnb .line_box {
  position: absolute;
  left: 31%;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  text-align: right;
}
#header #btn_pc_gnb span {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 4px;
  width: 100%;
  height: 4px;
  background: #222;
}
#header #btn_pc_gnb span:first-child {
  background: #db2a22;
  float: right;
  width: 50%;
}
#header #btn_pc_gnb span:nth-child(2) {
  float: none;
  clear: both;
}
#header #btn_pc_gnb span:last-child {
  width: 70%;
  float: left;
}
#header #btn_pc_gnb:hover span {
  background: #db2a22 !important;
  width: 100% !important;
  float: none !important;
}
#header .hd_top.fixed .btn_gnb {
  background-image: url("../img/hd/ico_mobile_menu.png");
}
#header .hd_top.fixed .btn_search_m {
  background-image: url("../img/icon/search4.png");
}
#header h1.logo a,
#header h1.logo img {
  display: block;
}
#header .hd_title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  line-height: 70px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 2.3em;
  color: #222;
  font-weight: 700;
}
#header .hd_bottom {
  position: relative;
  height: 77px;
  z-index: 100;
}
#header .hd_bottom .gnb_wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
}
#header .hd_bottom .gnb_wrap .gnb_contains {
  margin: 0;
  padding-left: 230px;
  letter-spacing: -1px;
}
#header .hd_bottom .gnb_wrap .gnb_contains .gnb_box {
  position: relative;
}
@media (max-width: 1800px) {
  #header .hd_bottom .gnb_wrap .gnb_contains {
    max-width: none;
    padding-left: 200px;
  }
}
#header .hd_bottom .btn_all {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  background: #db2a22 url("../img/hd/ico_menu_all.png") no-repeat center center;
  z-index: 10;
}
#header .hd_bottom .btn_all.active {
  background: #db2a22 url("../img/hd/ico_gnb_close.png") no-repeat center center;
  background-size: 16px 16px;
}
#header .hd_bottom #gnb li {
  display: table-cell;
  height: 46px;
  text-align: center;
  white-space: nowrap;
}
#header .hd_bottom #gnb a {
  display: none;
}
#header .hd_bottom #gnb .btn_menu {
  display: block;
  height: var(--header-height);
  line-height: var(--header-height);
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-right: 70px;
}
#header .hd_bottom #gnb .btn_menu.open,
#header .hd_bottom #gnb .btn_menu.active,
#header .hd_bottom #gnb .btn_menu:hover {
  color: #db2a22;
}
#header .hd_sub {
  display: none;
  position: absolute;
  left: 0;
  top: 46px;
  right: 0;
  z-index: 20;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding-bottom: 20px;
}
#header .hd_sub .sub_menu {
  position: relative;
  padding: 0 0 10px 0;
  height: var(--header-height-active);
}
#header .hd_sub .menu_area {
  display: none;
  width: 100%;
  table-layout: fixed;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
#header .hd_sub .menu_area:nth-child(2)::before,
#header .hd_sub .menu_area:nth-child(3)::before,
#header .hd_sub .menu_area:nth-child(5)::before {
  height: calc(var(--header-height-active) - 60px);
}
#header .hd_sub .menu_area.active {
  display: flex;
  flex-wrap: nowrap;
  opacity: 1;
  visibility: visible;
}
#header .hd_sub .menu_area .menu_box {
  padding: 24px 10px 20px 20px;
  vertical-align: middle;
  position: relative;
  width: calc(36% - 30px);
}
#header .hd_sub .menu_area .menu_box.menu_text {
  width: 200px;
  padding-left: 30px;
}
#header .hd_sub .menu_area .menu_text p {
  line-height: 1.3em;
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
#header .hd_sub .menu_area .menu_text .title {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  color: #222;
  font-weight: 700;
}
#header .hd_sub .menu_area .btn_menu {
  display: block;
  line-height: 1.2em;
  font-size: 18px;
  color: #444;
  font-weight: 700;
}
#header .hd_sub .menu_area .menu_list .sub_list li {
  margin: 0;
}
#header .hd_sub .menu_area .menu_list .sub_list li.dot_none a {
  background: none;
}
#header .hd_sub .menu_area .menu_list .sub_list a {
  display: block;
  padding-left: 9px;
  line-height: 26px;
  font-size: 1.3em;
  color: #666;
  background: url("../img/hd/dot_sub.png") no-repeat left 13px;
}
@media (min-width: 1024px) {
  #header .hd_sub .menu_area .menu_list .sub_list {
    display: none;
  }
}
@media (min-width: 1024px) {
  #header .hd_sub .menu_area::before {
    content: "";
    width: 100vw;
    height: var(--header-height-active);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  #header .hd_sub .menu_area .menu_list {
    padding-top: 0;
  }
  #header .hd_sub .menu_area .menu_list a:hover {
    color: #db2a22;
  }
  #header .hd_sub .menu_area .menu_list > li {
    border-bottom: 1px solid #eaeaea;
  }
  #header .hd_sub .menu_area .menu_list > li:first-child {
    border-top: 1px solid #eaeaea;
  }
  #header .hd_sub .menu_area .menu_list > li .btn_menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    position: relative;
  }
  #header .hd_sub .menu_area .menu_list > li .btn_menu::after {
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50% - 8px);
    width: 16px;
    height: 12px;
    border: 0;
    z-index: 30;
    background: url(../img/newmain/btn_slide_prev.png) no-repeat center;
    background-size: 100% auto;
    transform: rotate(90deg);
  }
  #header .hd_sub .menu_area .menu_list > li .btn_menu:hover::after {
    background-image: url(../img/newmain/btn_slide_prev_on.png);
  }
  #header .hd_sub .menu_common {
    position: absolute;
    top: 20px;
    right: 0;
  }
  #header .hd_sub .menu_common .tel_box {
    width: 208px;
  }
  #header .hd_sub .menu_common .tel_box .btn_motion {
    width: calc(80% + 10px);
    height: 50px;
  }
  #header .hd_sub .menu_common .tel_txt {
    font-size: 16px;
    color: #666;
    font-weight: 500;
  }
  #header .hd_sub .menu_common .tel_num {
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
#header .hd_sub .menu_area .menu_list a.active {
  color: #db2a22;
}
#header .hd_sub.all {
  position: fixed;
  bottom: 0;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
}
#header .hd_sub.all .sub_menu {
  padding-right: 0;
  height: auto;
}
#header .hd_sub.all .menu_area {
  display: table;
  height: auto;
  border-top: 1px solid #e7e7e7;
  opacity: 1;
  visibility: visible;
}
#header .hd_sub.all .menu_area:first-child {
  border-top: 0;
}
#header .hd_sub.all .menu_area .menu_box {
  height: auto;
  border: 0;
}
@media (max-width: 1400px) {
  #header .hd_sub .menu_common {
    display: none;
  }
  #header .hd_sub .menu_area .menu_box {
    width: calc(50% - 55px);
  }
  #header .hd_bottom #gnb .btn_menu {
    margin-right: 40px;
  }
}
#header .lnb_wrap {
  position: relative;
  border-bottom: 1px solid #ececec;
  background: #f9f9f9;
  z-index: 20;
}
#header .lnb_wrap .lnb_menu {
  height: 44px;
}
#header .lnb_wrap .lnb_menu li {
  float: left;
  position: relative;
  border-right: 1px solid #ececec;
}
#header .lnb_wrap .lnb_menu .btn_home {
  display: block;
  width: 40px;
  height: 44px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/hd/ico_home.png") no-repeat center center;
}
#header .lnb_wrap .lnb_menu .btn_lnb {
  display: block;
  position: relative;
  padding: 0 50px 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 1.3em;
  color: #666;
  white-space: nowrap;
}
#header .lnb_wrap .lnb_menu .btn_lnb .ic {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px;
  width: 9px;
  height: 6px;
  background: url("../img/hd/ico_sub_arrow.png") no-repeat;
}
#header .lnb_wrap .lnb_menu .sub_menu {
  display: none;
  position: absolute;
  left: -1px;
  top: 44px;
  border: 1px solid #ececec;
  background: #fff;
}
#header .lnb_wrap .lnb_menu .sub_menu a {
  display: block;
  padding: 0 10px;
  height: 44px;
  line-height: 44px;
  font-size: 1.3em;
  color: #999;
  border-top: 1px solid #ececec;
  white-space: nowrap;
}
#header .lnb_wrap .lnb_menu .sub_menu a:first-child {
  border-top: 0;
}
#header .lnb_wrap .lnb_menu .sub_menu a:hover {
  color: #666;
  background: #f5f5f5;
}
#header .lnb_wrap .lnb_menu .menu_box.last .btn_lnb {
  display: none;
}
#header .lnb_wrap .lnb_menu .menu_box.last.show .btn_lnb {
  display: block;
}
#header .lnb_wrap .sns {
  position: absolute;
  top: 10px;
  right: 50%;
  margin-right: -590px;
  display: none;
}
#header .lnb_wrap .sns ul {
  overflow: hidden;
}
#header .lnb_wrap .sns ul li {
  float: left;
}
#header .lnb_wrap .sns ul li:first-child {
  margin-left: 0;
}
#header .lnb_wrap .sns ul li a {
  vertical-align: top;
}
#header .lnb_wrap .sns ul li a:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icon/sns.jpg") no-repeat;
}
#header .lnb_wrap .sns ul li a:hover:after {
  background-position-y: top;
}
#header .lnb_wrap .sns ul li.fb a:after {
  background-position: 0 bottom;
}
#header .lnb_wrap .sns ul li.nb a:after {
  background-position: -24px bottom;
}
#header .lnb_wrap .sns ul li.ct a:after {
  background-position: -48px bottom;
}
#header .lnb_wrap .sns ul li.lc a:after {
  background-position: -72px bottom;
}
#header #btn_mobile_gnb {
  display: block;
  position: absolute;
  right: 0;
  top: 0%;
  width: var(--header-height);
  height: var(--header-height);
  background: #f4f4f4 url("../img/hd/ico_mobile_menu.png") no-repeat center
    center;
  z-index: 20;
  background-size: 50% auto;
}
#header .gnb_top {
  height: calc(var(--header-height) + 80px);
  background: #fff;
  position: relative;
}
#header .gnb_top .logo {
  display: block;
  position: relative;
  padding: 13px 15px;
}
#header .gnb_top .logo img {
  height: 40px;
  margin-top: 4px;
}
#header .gnb_top .m_right {
  position: absolute;
  right: calc(var(--header-height) - 10px);
  top: 17px;
  display: flex;
}
#header .gnb_top .m_right .select_lang {
  position: relative;
  background: #f5f5f5;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 0;
  margin-left: 5px;
}
#header .gnb_top .m_right .select_lang p {
  font-size: 0;
}
#header .gnb_top .m_right .select_lang::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/hd/ic_lang.svg) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#header .gnb_top .m_right .select_lang.active {
  background: #222;
}
#header .gnb_top .m_right .select_lang.active p {
  color: #fff;
}
#header .gnb_top .m_right .select_lang.active::after {
  background-position: bottom center;
}
#header .gnb_top .m_right .select_lang ul {
  display: none;
}
#header .gnb_top .m_right .select_lang.active ul {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 110;
  top: calc(100% - 5px);
  left: 0;
  overflow: hidden;
  padding-top: 10px;
}
#header .gnb_top .m_right .select_lang.active ul li {
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #eee;
  border-bottom: 0;
}
#header .gnb_top .m_right .select_lang.active ul li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 6px 0;
  color: #666;
}
#header .gnb_top .m_right .select_lang.active ul li + li {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#header .gnb_top .m_right .select_lang.active ul li:hover {
  background: #f8f8f8;
}
#header .gnb_top .m_right .btn_search_m {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #f5f5f5 url(../img/hd/ic_search.svg) 1px 0px no-repeat;
  background-size: 40px auto;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}
#header .gnb_top .m_right .btn_join_m {
  width: 80px;
  height: 40;
  border-radius: 40px;
  background: #f5f5f5;
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
#header .gnb_top .m_link {
  border-top: 1px solid #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
#header .gnb_top .m_link a {
  display: block;
  height: 45px;
  line-height: 42px;
  border-radius: 40px;
  width: calc(50% - 20px);
  border: 2px solid #e8e8e8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
#header .gnb_top .m_link a.btn_right {
  border-color: #db2a22;
  background: #db2a22;
  color: #fff;
  margin-left: 5px;
}
#header .gnb_footer {
  clear: both;
  width: 100%;
  height: 120px;
  border-top: 1px solid #e4e4e4;
  background: #f9f9f9;
  text-align: center;
}
#header .gnb_footer .footer_box {
  padding: 20px 20px 0 20px;
}
#header .gnb_footer .footer_box .m_hd_menu a {
  color: #222;
  font-size: 2em;
  font-weight: 700;
}
#header .gnb_footer .footer_box .m_hd_menu a + a {
  margin-left: 10px;
}
#header .gnb_footer .footer_box p {
  line-height: 1.3em;
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
}
#header .gnb_footer .sns_box {
  margin-bottom: 8px;
}
#header .btn_join {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  height: 45px;
  line-height: 44px;
  border-radius: 40px;
  width: 110px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.up #header {
  z-index: 44444;
}
@media screen and (max-width: 1400px) {
  #header .hd_top .hd_menu {
    top: 70px;
  }
}
@media screen and (max-width: 1200px) {
  #top_banner .btn_close {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  #top_banner .btn_slide {
    left: auto;
    margin-left: 0;
    right: 50px;
  }
  #header .btn_search {
    display: none;
  }
  #header .hd_bottom .gnb_box {
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  #header .hd_top .hd_slide_area {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  #header .gnb_wrap {
    right: auto !important;
    opacity: 1 !important;
  }
  #header.fixed h1.logo {
    position: fixed;
    top: 10px;
  }
  #header.fixed .gnb_wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0 !important;
  }
  #header.fixedsub .lnb_wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  #header.fixed .hd_sub.all {
    top: 46px !important;
  }
  #header.fixedsub .hd_sub.all {
    top: 35px !important;
  }
  #header .gnb_main {
    min-height: 0 !important;
  }
  #gnb li {
    height: var(--header-height) !important;
  }
}
@media (max-width: 1024px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: var(--header-height);
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  #header .pc {
    display: none !important;
  }
  #header .mobile {
    display: block !important;
  }
  #header .hd_top {
    height: var(--header-height);
    border: 0;
    background: none;
  }
  #header .hd_title {
    display: none !important;
  }
  #header h1.logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px 15px;
  }
  #header h1.logo img {
    height: 40px;
    margin-top: 4px;
  }
  #header .btn_close {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: calc(var(--header-height) - 10px);
    height: var(--header-height);
    background: url("../img/hd/ico_gnb_close.png") no-repeat center center;
    background-size: auto 30%;
    z-index: 10;
  }
  #header .btn_campaign {
    font-size: 18px;
    width: 120px;
  }
  #header .hd_bottom {
    display: none;
  }
  .hd_top.fixed + h1 + .hd_title {
    display: block !important;
  }
  .hd_top.fixed + h1 img.pc {
    display: block !important;
  }
  .hd_top.fixed + h1 img.full {
    display: none !important;
  }
  #header .hd_top .hd_menu {
    display: none;
  }
  #header .hd_bottom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    z-index: 1000;
  }
  #header .hd_bottom .gnb_wrap {
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100vw;
    border: 0;
    background: #fff;
  }
  #header .hd_bottom .contains {
    margin: 0;
    padding: 0;
  }
  #header .hd_bottom .gnb_bottom {
    position: absolute;
    left: 0;
    top: calc(var(--header-height) + 78px);
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: calc(100% - var(--header-height) - 78px);
  }
  #header .hd_bottom .gnb_box {
    padding: 0;
    height: 100%;
    box-sizing: border-box;
  }
  #header .hd_bottom .gnb_wrap .gnb_main {
    position: relative;
    overflow: hidden;
    height: calc(100% - 0px);
  }
  #header .hd_bottom .gnb_wrap .gnb_main .gnb_contains {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 150px;
    padding: 0;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb {
    float: none;
    height: 100%;
    display: block;
    background: #db2a22;
    width: 100%;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb li {
    display: block;
    position: relative;
    border: 0;
    z-index: 10;
    height: auto;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb li:first-child {
    padding-top: 16px;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb .btn_menu {
    position: relative;
    height: 100%;
    background: #db2a22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 50px;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb .btn_menu .text {
    display: block;
    position: relative;
    font-weight: 700;
    opacity: 0.5;
    color: #fff;
    text-align: left;
    padding-left: 20px;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb .btn_menu.active .text {
    opacity: 1;
    text-decoration: underline;
  }
  #header .hd_bottom .gnb_wrap .gnb_main #gnb .btn_menu.active::after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    background: url("../img/hd/ico_gnb_active.png") center no-repeat;
    background-size: 100% auto;
  }
  #header .hd_sub {
    display: block !important;
    left: auto;
    top: 0 !important;
    height: auto;
    width: calc(100vw - 150px);
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  #header .hd_sub .sub_menu {
    display: block !important;
    padding: 10px 20px 10px 20px;
    height: auto;
  }
  #header .hd_sub .menu_area {
    display: none !important;
    height: auto;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header .hd_sub .menu_area.active {
    display: block !important;
  }
  #header .hd_sub .menu_area .menu_box {
    display: block;
    padding: 0;
    height: auto;
    border: 0;
    width: auto;
  }
  #header .hd_sub .menu_area .menu_text p {
    display: none;
  }
  #header .hd_sub .menu_area .menu_text .title {
    display: none;
  }
  #header .hd_sub .menu_area .menu_text .line {
    display: none;
  }
  #header .hd_sub .menu_area .menu_list .btn_menu {
    display: block;
    position: relative;
    padding: 0 0 0 7px;
    line-height: 60px;
    font-size: 18px;
    color: #222;
    width: calc(100vw - 150px - 40px);
    border-bottom: 1px solid #eee;
    letter-spacing: -1px;
  }
  #header .hd_sub .menu_area .menu_list .btn_menu .ic {
    display: block;
    position: absolute;
    right: -7px;
    top: 0;
    width: 40px;
    height: 60px;
    background: url("../img/hd/ico_gnb_arrow.png") no-repeat center center;
    z-index: 10;
    background-size: 15px auto;
  }
  #header .hd_sub .menu_area .menu_list .sub_list {
    display: none;
    padding: 15px 20px 15px;
  }
  #header .hd_sub .menu_area .menu_list .sub_list li + li {
    margin-top: 10px;
  }
  #header .hd_sub .menu_area .menu_list .sub_list li.dot_none + li.dot_none {
    margin-top: 4px;
  }
  #header .hd_sub .menu_area .menu_list .sub_list a {
    display: block;
    line-height: 1.3em;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    background: url("../img/hd/dot_menu.png") no-repeat left 7px;
  }
  #header .hd_sub .menu_area .menu_list li.open {
    border-bottom: 1px solid #eee;
  }
  #header .hd_sub .menu_area .menu_list li.open .btn_menu {
    color: #db2a22;
  }
  #header .hd_sub .menu_area .menu_list li.open .btn_menu .ic {
    background-image: url("../img/hd/ico_gnb_arrow_on.png");
  }
  #header .hd_sub .menu_area .menu_list li.open .sub_list {
    display: block;
  }
  #header .hd_sub .menu_area .menu_box:last-child .menu_list li:last-child,
  #header
    .hd_sub
    .menu_area
    .menu_box:last-child
    .menu_list
    li:last-child
    .btn_menu {
    border-bottom: 0;
  }
  #header
    .hd_sub
    .menu_area
    .menu_box:last-child
    .menu_list
    li:last-child
    .btn_menu {
    border-bottom: 1px solid #eee;
  }
  #header .lnb_wrap {
    display: none;
  }
  #gnb .btn_menu {
    font-size: 2em;
  }
}
@media screen and (max-width: 280px) {
  #header .btn_campaign {
    display: none;
  }
}
.overhide {
  overflow: hidden;
}
#allmenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f5fa;
  z-index: 99999;
  overflow-x: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 1000vw;
  overflow: hidden;
}
#allmenu .menu_btn {
  display: flex;
}
#allmenu .menu_btn a {
  margin-right: 50px;
}
#allmenu .menu_btn a::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #eaeaea;
  position: absolute;
  top: 5px;
  left: -25px;
}
#allmenu .menu_btn a:last-child::after {
  display: none;
}
#allmenu .menu_btn a.sra-logout-stat::after,
#allmenu .menu_btn a.sra-login-stat::after {
  display: none;
}
#allmenu .btn_my,
#allmenu .btn_hope,
#allmenu .btn_search,
#allmenu .btn_write {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#allmenu .btn_my::before,
#allmenu .btn_hope::before,
#allmenu .btn_search::before,
#allmenu .btn_write::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f5f5f5;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#allmenu .btn_my span,
#allmenu .btn_hope span,
#allmenu .btn_search span,
#allmenu .btn_write span {
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#allmenu .btn_my:hover span,
#allmenu .btn_hope:hover span,
#allmenu .btn_search:hover span,
#allmenu .btn_write:hover span {
  color: #000;
}
#allmenu .btn_my:hover::before,
#allmenu .btn_hope:hover::before,
#allmenu .btn_search:hover::before,
#allmenu .btn_write:hover::before {
  background-color: #222;
  background-position: bottom center;
}
#allmenu .btn_my::before {
  background-image: url(../img/hd/ic_my.png);
}
#allmenu .btn_hope::before {
  background-image: url(../img/hd/ic_hope.png);
}
#allmenu .btn_search::before {
  background-image: url(../img/hd/ic_search.png);
}
#allmenu .btn_write::before {
  background-image: url(../img/hd/ic_write.png);
}
#allmenu .btn_lang {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #f5f5f5;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  width: auto;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 20px 0 50px;
  line-height: 40px;
}
#allmenu .btn_lang::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/hd/ic_lang.png) top center no-repeat;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#allmenu .btn_lang:hover {
  color: #fff;
  background-color: #222;
}
#allmenu .btn_lang:hover::after {
  background-position: bottom center;
}
#allmenu .pc_lang {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#allmenu .pc_lang ul {
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% + 5px);
  transform: translateX(-50%);
  overflow: hidden;
  padding-top: 10px;
  opacity: 0;
  display: none;
}
#allmenu .pc_lang ul li {
  background: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #eee;
  border-bottom: 0;
}
#allmenu .pc_lang ul li a {
  display: block;
  width: 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 6px 0;
  color: #666;
}
#allmenu .pc_lang ul li:last-child {
  border-bottom: 1px solid #eee;
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#allmenu .pc_lang ul li:hover {
  background: #f8f8f8;
}
#allmenu .pc_lang:hover ul {
  display: block;
  opacity: 1;
}
#allmenu .menu_header .hd_top {
  background: #db2a22;
  height: 76px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#allmenu .menu_header .hd_top > a img {
  height: 50px;
}
#allmenu .menu_header .hd_top .hd_right {
  text-align: right;
  width: 50%;
  height: 40px;
}
#allmenu .menu_header .hd_top .hd_right .allmenu_close {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#allmenu .menu_header .hd_top .hd_right .allmenu_close::before,
#allmenu .menu_header .hd_top .hd_right .allmenu_close::after {
  content: "";
  background: #fff;
  border-radius: 4px;
  display: block;
  position: absolute;
}
#allmenu .menu_header .hd_top .hd_right .allmenu_close::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#allmenu .menu_header .hd_top .hd_right .allmenu_close::after {
  width: 4px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
#allmenu .menu_header .hd_top .hd_right .allmenu_close:hover {
  transform: rotate(45deg);
}
#allmenu .menu_header .hd_menu {
  background: #fff;
  height: 76px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#allmenu .menu_header .hd_menu .menu_info {
  text-align: right;
}
#allmenu .menu_header .hd_menu .menu_info .label {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
#allmenu .menu_header .hd_menu .menu_info .tel {
  color: #333;
  font-size: 30px;
  font-weight: 800;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 50px;
}
#allmenu .menu_header .hd_menu .menu_info .btn_support {
  width: 140px;
  height: 50px;
  border-radius: 50px;
  background: #db2a22;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  overflow: hidden;
}
#allmenu .menu_header .hd_menu .menu_info .btn_support span {
  width: 100%;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  display: block;
}
#allmenu .menu_header .hd_menu .menu_info .btn_support :hover {
  background-color: #b82018;
}
#allmenu .menu_contents {
  padding: 30px 60px;
}
#allmenu .menu_contents .menu_box {
  display: table;
  table-layout: fixed;
  border-spacing: 20px;
  margin: -20px;
  width: calc(100% + 40px);
  height: calc(100vh - 30px - 76px - 76px);
}
#allmenu .menu_contents .menu_box .box {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  border-radius: var(--border-radius);
  padding: 0 30px 30px;
}
#allmenu .menu_contents .menu_box .box .menu {
  height: calc(100% - 100px);
  overflow-y: auto;
  margin-top: 30px;
}
#allmenu .menu_contents .menu_box .box .menu::-webkit-scrollbar {
  width: 6px;
}
#allmenu .menu_contents .menu_box .box .menu::-webkit-scrollbar-track {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #f2f5fa;
}
#allmenu .menu_contents .menu_box .box .menu::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #eaeaea;
}
#allmenu .menu_contents .menu_box .box .depth1 {
  display: block;
  border-bottom: 1px solid #eaeaea;
  height: 80px;
  line-height: 80px;
  color: #222;
  font-weight: 800;
  font-size: 24px;
  padding-left: 10px;
}
#allmenu .menu_contents .menu_box .box .depth1:hover {
  color: #db2a22;
}
#allmenu .menu_contents .menu_box .box ul {
  padding: 0 20px 20px;
  position: relative;
}
#allmenu .menu_contents .menu_box .box ul li {
  position: relative;
  width: 100%;
}
#allmenu .menu_contents .menu_box .box ul li + li {
  margin-top: 30px;
}
#allmenu .menu_contents .menu_box .box ul li .depth3 {
  z-index: 1;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#allmenu .menu_contents .menu_box .box ul li .depth3 p {
  padding-left: 20px;
  text-align: left;
}
#allmenu .menu_contents .menu_box .box ul li .depth3 p + p {
  margin-top: 15px;
}
#allmenu .menu_contents .menu_box .box ul li .depth3 p a {
  color: #666;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}
#allmenu .menu_contents .menu_box .box ul li .depth3 p a:hover {
  color: #222;
  font-weight: 800;
  text-decoration: underline;
}
#allmenu .menu_contents .menu_box .box ul li .depth2 {
  width: calc(100% - 20px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
#allmenu .menu_contents .menu_box .box ul li .depth2 span {
  display: inline-block;
  color: #444;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
#allmenu .menu_contents .menu_box .box ul li .depth2 span::after {
  opacity: 0;
}
#allmenu .menu_contents .menu_box .box ul li:hover .depth2 span {
  color: #db2a22;
  font-weight: 800;
}
#allmenu .menu_contents .menu_box .box ul li:hover .depth2 span::after {
  opacity: 1;
}
#allmenu .menu_contents .menu_box .box ul li.active .depth2 span {
  color: #db2a22;
  font-weight: 800;
}
#allmenu .menu_contents .menu_box .box ul li.active .depth2 span::after {
  opacity: 1;
}
#allmenu .menu_contents .menu_box .box ul li.active .depth3 {
  margin-top: -15px;
  padding-top: 20px;
  opacity: 1;
  height: auto;
}
#allmenu .menu_footer {
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
}
#allmenu .menu_footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
#allmenu .menu_footer ul li a {
  display: block;
  font-size: 15px;
  color: #666;
  font-weight: 700;
}
#allmenu .menu_footer ul li a:hover {
  color: #222;
  text-decoration: underline;
}
#allmenu .menu_footer ul li a.bold {
  color: #222;
  font-weight: 800;
}
#allmenu .menu_footer .sns_box .footer_sns:hover {
  background-color: #db2a22;
}
@media (max-width: 1600px) {
  #allmenu .menu_header .hd_top,
  #allmenu .menu_header .hd_menu {
    padding: 0 20px;
  }
  #allmenu .menu_contents {
    padding: 20px 20px;
  }
  #allmenu .menu_contents .menu_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
  #allmenu .menu_contents .menu_box .box {
    display: block;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #allmenu .menu_footer {
    height: 70px;
    padding: 0 20px 20px;
  }
}
#allmenu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #db2a22;
  display: block;
  z-index: 999;
}
#allmenu .menu_contents .menu_box .box {
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#allmenu .menu_contents .menu_box .box ul li .depth2 {
  position: relative;
  top: 20px;
}
#allmenu.active {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow-y: auto;
}
#allmenu.active::after {
  opacity: 1;
  display: none;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(1) {
  animation: allmenu_ani 0.4s 0.4s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(1) ul li .depth2 {
  animation: allmenu_ani_02 0.4s 0.3s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(2) {
  animation: allmenu_ani 0.4s 0.6s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(2) ul li .depth2 {
  animation: allmenu_ani_02 0.4s 0.4s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(3) {
  animation: allmenu_ani 0.4s 0.8s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(3) ul li .depth2 {
  animation: allmenu_ani_02 0.4s 0.5s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(4) {
  animation: allmenu_ani 0.4s 1s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(4) ul li .depth2 {
  animation: allmenu_ani_02 0.4s 0.6s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(5) {
  animation: allmenu_ani 0.4s 1.2s ease-in-out forwards;
}
#allmenu.active .menu_contents .menu_box .box:nth-child(5) ul li .depth2 {
  animation: allmenu_ani_02 0.4s 0.7s ease-in-out forwards;
}
@keyframes allmenu_ani {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes allmenu_ani_02 {
  0% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@media (max-width: 1024px) {
  #allmenu {
    display: none !important;
    opacity: 0 !important;
  }
}
.btn_top {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 35px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-image: url("../img/icon/top_circle.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn_top::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/icon/top_arrow.svg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_top svg {
  position: relative;
  left: 0;
  top: -1px;
  width: 59px;
  height: 59px;
  transform: rotate(-90deg);
  z-index: 1;
}
.btn_top .svg_circle {
  stroke-dashoffset: 174;
  stroke-dasharray: 174;
}
.btn_top.active {
  opacity: 1;
}
.btn_top:hover::before {
  transform: translateY(-10px);
}
@media (max-width: 1200px) {
  .btn_top {
    right: 30px;
  }
}
@media (max-width: 667px) {
  .btn_top {
    right: 10px;
    bottom: 10px;
    transform: scale(0.8);
  }
}
.btn_quick {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 110px;
  width: 132px;
  height: 85px;
  text-align: right;
  z-index: 90;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.btn_quick.active {
  opacity: 1;
}
.btn_quick p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 80px;
  height: 85px;
  background: #db2a22;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.btn_quick p span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #db2a22;
}
.btn_quick p span::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 15px;
  height: 14px;
  background: url(../img/icon/heart.png) center no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0;
}
.btn_quick p::before {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  bottom: 0;
  width: 30px;
  height: 34px;
  background: #d5d5d5;
  opacity: 0.5;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
@media (min-width: 1200px) {
  .btn_quick {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .btn_quick:hover p {
    width: 132px;
    height: 54px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .btn_quick:hover p span {
    padding-right: 23px;
    left: 22px;
    transform: translateY(-50%);
  }
  .btn_quick:hover p span br {
    display: none;
  }
  .btn_quick:hover p span::after {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity: 1;
  }
}
#footer {
  position: relative;
  clear: both;
  background: #fff;
  border-top: 1px solid #eee;
}
#footer .footer_menu {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1024px) {
  #footer .footer_menu {
    background: #fcfcfc;
  }
}
#footer .footer_menu ul {
  display: flex;
  width: 100%;
}
#footer .footer_menu ul li {
  margin-right: 30px;
}
#footer .footer_menu ul li a {
  color: #666;
  font-size: 16px;
}
#footer .footer_menu ul li a b {
  color: #222;
  font-weight: 700;
}
#footer .footer_menu ul li a:hover {
  color: #222;
}
#footer .tel_box .tel_tit {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
#footer .tel_box .tel_number {
  color: #222;
  letter-spacing: 0;
  font-size: 38px;
  font-weight: 700;
}
#footer .sns_box {
  margin-top: 30px;
}
#footer .sns_box .footer_sns:hover {
  background-color: #db2a22;
}
#footer .footer_bottom {
  padding: 40px 0;
}
#footer .footer_bottom .address_box ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#footer .footer_bottom .address_box ul li + li {
  margin-top: 10px;
}
#footer .footer_bottom .address_box ul li p {
  display: table-cell;
  vertical-align: top;
  color: #999;
  font-size: 16px;
  font-weight: 500;
}
#footer .footer_bottom .address_box ul li p.address_desc {
  color: #222;
}
#footer .footer_bottom .address_box ul li p.address_tit {
  width: 140px;
}
#footer .footer_bottom .copyright {
  letter-spacing: 0;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5em;
}
#footer .footer_bottom .right_box {
  position: absolute;
  right: 30px;
  top: 0;
  text-align: right;
}
@media (min-width: 1024px) {
  #footer {
    position: relative;
  }
}
@media (max-width: 1024px) {
  #footer .footer_menu {
    padding: 0;
  }
  #footer .footer_menu .contains {
    padding: 0;
  }
  #footer .footer_menu .contains ul {
    border-top: 1px solid #eee;
    display: flex;
    table-layout: fixed;
    width: 100%;
    padding: 0;
  }
  #footer .footer_menu .contains ul li {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    padding: 20px 0;
  }
  #footer .footer_menu .contains ul li.mobile {
    display: table-cell !important;
  }
  #footer .footer_menu .contains ul li a {
    font-size: 14px;
  }
  #footer .footer_menu .contains ul li + li {
    border-left: 1px solid #eee;
  }
  #footer .mobile_top {
    text-align: center;
    background: #f5f5f5;
    padding: 30px 0;
  }
  #footer .mobile_top .sns_box {
    margin-top: 10px;
  }
  #footer .footer_bottom .footer_menu {
    border-bottom: 0;
    margin: 0 0 20px;
  }
  #footer .footer_bottom .footer_menu ul {
    display: flex;
  }
  #footer .footer_bottom .footer_menu ul li {
    margin: 0;
    padding-right: 10px;
  }
  #footer .footer_bottom .footer_menu ul li a {
    font-size: 14px;
  }
  #footer .footer_bottom .footer_menu ul li + li {
    border-left: 1px solid #eee;
    padding-left: 10px;
  }
  #footer .footer_bottom .address_box ul li p {
    font-size: 14px;
  }
  #footer .footer_bottom .address_box ul li p.address_tit {
    width: 100px;
  }
  #footer .footer_bottom .copyright {
    font-size: 12px;
  }
  #footer .footer_bottom .right_box {
    display: none;
  }
}
body.popup {
  position: absolute;
  left: 0;
  overflow: hidden;
}
#popup_mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 300;
}
#popup_mask2 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../img/popup/bg_popup.png") repeat;
  z-index: 999;
}
#popup_basic a {
  color: #333;
  font-size: 14px;
}
#popup_basic a img {
  max-width: 100%;
}
.popup_window .btn_close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 27px;
  z-index: 20;
}
.popup_window .btn_close img {
  display: block;
  width: 100%;
}
.popup_window .logo {
  position: absolute;
  left: 24px;
  top: 24px;
  line-height: 20px;
  font-size: 1.2em;
  color: #666;
  z-index: 20;
}
.popup_window .logo img {
  margin: -2px 4px 0 0;
  vertical-align: middle;
  height: 22px;
}
.popup_window .tit {
  position: absolute;
  left: 24px;
  top: 24px;
  line-height: 20px;
  font-size: 2em;
  color: #333;
  z-index: 20;
  font-weight: 700;
}
.popup_window .tit span {
  color: #ef4223;
}
#popup_detail {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -277px 0 0 -320px;
  padding: 50px 30px 0 30px;
  width: 640px;
  height: 420px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 1000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.popup_window .detail_panel {
  height: 500px;
  text-align: center;
}
.popup_window .detail_panel .title_box {
  padding-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}
.popup_window .detail_panel .title_box p {
  line-height: 1.2em;
  font-size: 1.6em;
  color: #666;
}
.popup_window .detail_panel .title_box .title {
  margin-bottom: 15px;
  font-size: 3.2em;
  color: #333;
}
.popup_window .detail_panel .img_box {
  text-align: center;
  margin: 0 auto 20px;
}
.popup_window .detail_panel .text_box p {
  padding: 0 40px 10px;
  line-height: 1.6em;
  font-size: 1.6em;
  color: #666;
  letter-spacing: 0.1px;
}
.popup_window .detail_panel .btn_box {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
#popup_photo {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -236px 0 0 -380px;
  padding: 0;
  width: 760px;
  height: 475px;
  z-index: 1000;
}
#popup_photo img {
  width: 100%;
}
#popup_photo .btn_contact {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 120px;
  height: 46px;
  line-height: 46px;
  font-size: 1.6em;
  color: #fff;
  border-color: #ef4223;
  background: #ef4223;
}
#popup_photo.popup_window .btn_close {
  right: -45px;
  top: 5px;
}
#popup_photo .popup_text {
  font-size: 14px;
  padding: 60px 20px 50px;
  height: 40px;
  word-wrap: break-word;
  margin-top: -150px;
  position: relative;
  background: center url(../img/popup/bg_popup2.png) no-repeat;
  background-size: cover;
  z-index: 900;
}
#popup_photo .popup_text p {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
}
#popup_photo .popup_text .title {
  color: #fff;
  font-weight: normal;
  display: block;
  font-size: 28px;
}
#popup_photo .bx-wrapper .bx-prev {
  left: 0px;
  background: #fff url(../img/icon/slide_prev2_mobile.png) center no-repeat;
  background-size: 38%;
  width: 40px;
}
#popup_photo .bx-wrapper .bx-next {
  right: 0px;
  background: #fff url(../img/icon/slide_next2_mobile.png) center no-repeat;
  background-size: 38%;
  width: 40px;
}
#popup_photo .bx-wrapper .bx-pager {
  bottom: -30px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #ef4223;
}
.popup_window .scroll_panel {
  margin-right: -30px;
  padding-right: 30px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup_window .scroll_panel::-webkit-scrollbar-track {
  background-color: #ddd;
}
.popup_window .scroll_panel::-webkit-scrollbar {
  width: 4px;
  background-color: #ddd;
}
.popup_window .scroll_panel::-webkit-scrollbar-thumb {
  background-color: #888;
}
.popup_mainnews {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  background: url("../img/popup/bg_popup.png") repeat;
  z-index: 99999999;
}
.popup_mainnews .popup_area {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.popup_mainnews .popup_position {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popup_mainnews .popup_wrap {
  margin: 0 auto;
  display: inline-block;
  width: 740px;
  background: #fff;
  position: relative;
}
.popup_mainnews .btn_close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 27px;
  z-index: 20;
}
.popup_mainnews .logo {
  position: absolute;
  left: 24px;
  top: 24px;
  line-height: 20px;
  font-size: 1.2em;
  color: #666;
  z-index: 20;
}
.popup_mainnews .logo img {
  margin: -2px 4px 0 0;
  vertical-align: middle;
  height: 22px;
}
.popup_mainnews .tit {
  position: absolute;
  left: 24px;
  top: 24px;
  line-height: 20px;
  font-size: 2em;
  color: #333;
  z-index: 20;
  font-weight: 700;
}
.popup_mainnews .tit span {
  color: #ef4223;
}
.popup_mainnews .popup_top {
  padding-top: 60px;
  height: auto;
  border: 0;
  position: relative;
}
.popup_mainnews .popup_top p {
  font-size: 30px;
  letter-spacing: -2px;
}
.popup_mainnews .popup_top p span {
  color: #ef4223;
}
.popup_mainnews .popup_top p.desc {
  font-size: 16px;
  color: #666;
  letter-spacing: -0.5px;
}
.popup_mainnews .info_bbs {
  max-height: 500px;
  overflow-y: auto;
}
.popup_mainnews .info_bbs table {
  border-top: 2px solid #333;
  width: 90%;
  margin: 20px auto 40px;
}
.popup_mainnews .info_bbs table th {
  background: #f8f8f8;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  color: #333;
}
.popup_mainnews .info_bbs table td {
  text-align: left;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
}
.popup_mainnews .info_bbs table td a {
  color: #666;
  width: 95%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #popup_photo .bx-wrapper img {
    width: 760px;
    height: 475px;
  }
}
@media screen and (max-width: 1020px) {
  #popup_photo {
    width: 600px;
    height: auto;
    margin-left: -300px;
    top: 50%;
  }
  #popup_photo.popup_window .btn_close {
    top: -45px;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  #popup_photo .bx-wrapper img {
    height: 400px;
  }
}
@media screen and (min-width: 781px) {
  .popup_window {
    top: 50% !important;
  }
  #popup_contact .form_table th,
  #popup_contact .form_table td {
    padding-left: 0;
    padding-right: 0;
  }
  #popup_contact .form_top th {
    padding-left: 30px;
    border-bottom: 0;
    background-position: 15px center;
  }
  #popup_contact .form_top td {
    border-bottom: 0;
  }
  #popup_contact .form_tab {
    margin-top: 25px;
  }
  #popup_contact .form_tab .location_box {
    position: relative;
    width: 100%;
  }
  #popup_contact .form_tab .location_box .select_box {
    width: 49%;
  }
  #popup_contact .form_tab .location_box .select_location_02 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
  #popup_contact .form_tab .email_box {
    width: 100%;
  }
  #popup_contact .form_table textarea.input_text {
    height: 85px;
  }
  #popup_contact .radio_box {
    height: 26px;
    line-height: 24px;
  }
}
@media screen and (max-width: 780px) {
  .popup_window {
    position: fixed !important;
    left: 15px !important;
    right: 15px !important;
    margin-left: 0 !important;
    width: auto !important;
  }
  .popup_window .detail_panel .text_box p {
    font-size: 1.8em;
    line-height: 1.4em;
  }
  #popup_photo .popup_text {
    padding: 60px 0 30px;
    font-size: 16px;
    line-height: 1.2em;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #popup_photo .popup_text .title {
    font-size: 24px;
    padding-bottom: 10px;
  }
  #popup_photo .popup_text p {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
  }
}
.popup_mobile {
  overflow: hidden !important;
}
#top_banner {
  position: relative;
  border-bottom: 1px solid #ececec;
  height: var(--header-height);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
#top_banner .btn_close {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 560px;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: -9999px;
  background: url("../img/icon/top_banner_close.png") no-repeat center center;
  z-index: 30;
}
#top_banner .btn_banner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
#top_banner a {
  display: block;
}
#top_banner img {
  display: block;
  width: 100%;
}
#top_banner .banner_slide.load .banner_box {
  display: none;
}
#top_banner .banner_slide.load .banner_box:first-child {
  display: block;
}
#top_banner .btn_slide {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -28px 0 0 520px;
  z-index: 30;
}
#top_banner .btn_slide .slick-arrow {
  display: block;
  margin-bottom: 6px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  border: 0;
  background: url("../img/hd/ico_banner_up.png") no-repeat center center;
}
#top_banner .btn_slide .slick-next {
  background: url("../img/hd/ico_banner_dn.png") no-repeat center center;
}
@media (max-width: 667px) {
  #top_banner .btn_close {
    right: 0;
    left: auto;
    background-size: 14px;
    margin: -27px 0 0 560px;
  }
}
.now_bbs {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 20;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.now_bbs .contains {
  position: relative;
}
.now_bbs .flex_box {
  display: flex;
  align-items: center;
  height: 80px;
}
.now_bbs .bbs_tit {
  color: #db2a22;
  font-weight: 700;
  display: block;
  font-size: 22px;
  position: relative;
  width: 255px;
}
.now_bbs .bbs_line {
  display: block;
  width: 2px;
  height: 18px;
  background: #d5d5d5;
  margin-top: 6px;
}
.now_bbs .hd_slide_area {
  display: block;
  width: calc(100% - 270px);
  position: relative;
  top: 1px;
  margin-left: 15px;
}
.now_bbs .hd_slide_area .date {
  color: #666;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 30px;
  height: 30px;
  line-height: 30px;
}
.now_bbs .hd_slide_area .hd_slide,
.now_bbs .hd_slide_area .hd_slide .slide_box {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.now_bbs .hd_slide_area .hd_slide a {
  display: block;
  color: #222;
  font-size: 18px;
  height: 30px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  width: calc(100% - 150px);
  letter-spacing: -1.5px;
}
@media (min-width: 1024px) {
  .now_bbs .hd_slide_area .hd_slide a:hover {
    text-decoration: underline;
  }
}
.now_bbs .hd_slide_area .slick-arrow {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 16px;
  height: 12px;
  border: 0;
  text-indent: -9999px;
  z-index: 30;
  background: url(../img/newmain/btn_slide_prev.svg) no-repeat center;
  background-size: 100% auto;
}
.now_bbs .hd_slide_area .slick-next {
  top: 16px;
  background-image: url(../img/newmain/btn_slide_next.svg);
}
@media (max-width: 667px) {
  .now_bbs .flex_box {
    display: block;
    height: auto;
    padding: 20px 0;
  }
  .now_bbs .bbs_tit {
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
  }
  .now_bbs .bbs_line {
    display: none;
  }
  .now_bbs .hd_slide_area {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
  }
  .now_bbs .hd_slide_area .hd_slide,
  .now_bbs .hd_slide_area .hd_slide .slide_box {
    height: 40px;
    padding-bottom: 70px;
  }
  .now_bbs .hd_slide_area .hd_slide a {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    height: 40px;
    line-height: 1.3em;
    font-size: 16px;
  }
  .now_bbs .hd_slide_area .slick-list {
    position: relative;
  }
  .now_bbs .hd_slide_area .slick-list::after {
    content: "";
    width: 100%;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 0;
  }
  .now_bbs .hd_slide_area .date {
    left: 2px;
    bottom: 0;
    right: auto;
    top: auto;
    font-size: 14px;
  }
  .now_bbs .hd_slide_area .slick-prev {
    bottom: 1px;
    top: auto;
    right: 20px;
    transform: rotate(-90deg);
  }
  .now_bbs .hd_slide_area .slick-next {
    bottom: 1px;
    top: auto;
    right: 0;
    transform: rotate(-90deg);
  }
}
.popup_mainnews {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  text-align: center;
  background: url("../img/popup/bg_popup.png") repeat;
  z-index: 99999999;
}
.popup_mainnews .popup_area {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.popup_mainnews .popup_position {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.popup_mainnews .popup_wrap {
  margin: 0 auto;
  display: inline-block;
  width: 740px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.popup_mainnews .popup_top {
  height: auto;
  border: 0;
  position: relative;
  background: #db2a22;
  padding: 25px 30px;
  text-align: left;
}
.popup_mainnews .popup_top p {
  font-size: 26px;
  letter-spacing: -1px;
  color: #fff;
}
.popup_mainnews .popup_top p.date {
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 5px;
}
.popup_mainnews .popup_top .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/newmain/btn_popclose.png) center no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-size: 16px auto;
}
.popup_mainnews .popup_top .btn_close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.popup_mainnews .info_bbs {
  max-height: calc(100vh - 400px);
  overflow-y: auto;
}
.popup_mainnews .info_bbs table {
  border-top: 0;
  width: calc(100% - 50px);
  margin: 10px auto 20px;
}
.popup_mainnews .info_bbs table th {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #d5d5d5;
  color: #333;
}
.popup_mainnews .info_bbs table th b {
  background: #f5f5f5;
  padding: 6px 0;
  width: 30px;
  border-radius: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.popup_mainnews .info_bbs table td {
  text-align: left;
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #d5d5d5;
  padding: 15px 10px;
}
.popup_mainnews .info_bbs table td a {
  color: #222;
  width: 95%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.popup_mainnews .info_bbs table td a:hover {
  color: #db2a22;
}
@media screen and (max-width: 1020px) {
  .popup_mainnews .popup_wrap {
    width: 90%;
  }
}
@media (max-width: 667px) {
  .popup_mainnews .popup_top {
    padding: 20px 20px;
  }
  .popup_mainnews .popup_top p {
    font-size: 26px;
  }
  .popup_mainnews .popup_top p.date {
    font-size: 16px;
  }
  .popup_mainnews .info_bbs {
    max-height: calc(100vh - 200px);
  }
  .popup_mainnews .info_bbs table {
    width: calc(100% - 40px);
  }
  .popup_mainnews .info_bbs table td {
    font-size: 14px;
  }
}
.now_panel {
  background: #f2f5fa;
  padding: 50px 0;
  position: relative;
  z-index: 19;
}
.now_panel .now_tit .tit {
  font-size: 28px;
  line-height: 1.1em;
  color: #222;
}
.now_panel .now_tit .tit .now {
  color: #db2a22;
}
.now_panel .now_tit .date {
  color: #666;
  font-size: 16px;
  margin-top: 8px;
}
.now_panel .count_wrap {
  margin-top: 20px;
}
.now_panel .count_wrap .flex_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.now_panel .count_wrap .flex_box .cell {
  width: calc(50% - 5px);
  border-radius: 10px;
  background: #fff;
  padding: 30px 30px 35px;
  border: 1px solid #eee;
  text-align: right;
  position: relative;
}
.now_panel .count_wrap .flex_box .cell .label {
  color: #222;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: 120px;
  top: 50%;
  transform: translateY(-50%);
}
.now_panel .count_wrap .flex_box .cell .num {
  font-size: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  max-width: 65%;
  display: inline-block;
  vertical-align: middle;
  color: #db2a22;
}
.now_panel .count_wrap .flex_box .cell .num_desc {
  font-size: 18px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 6px;
  min-width: 45px;
  text-align: left;
}
.now_panel .count_wrap .flex_box .cell::after {
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
}
.now_panel .count_wrap .flex_box .cell:first-child::after {
  background: url(../img/newmain/now_icon_01.svg) center no-repeat;
  background-size: 100% auto;
}
.now_panel .count_wrap .flex_box .cell:last-child::after {
  background: url(../img/newmain/now_icon_02.svg) center no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .now_panel .now_tit .tit {
    font-size: 24px;
  }
  .now_panel .now_tit .date {
    font-size: 14px;
    letter-spacing: 0 !important;
  }
  .now_panel .count_wrap .flex_box {
    display: block;
  }
  .now_panel .count_wrap .flex_box .cell {
    width: 100%;
    padding: 30px 20px 35px;
  }
  .now_panel .count_wrap .flex_box .cell + .cell {
    margin-top: 10px;
  }
  .now_panel .count_wrap .flex_box .cell::after {
    left: 20px;
    height: calc(100% - 25px);
    background-size: 70% auto !important;
  }
  .now_panel .count_wrap .flex_box .cell .label {
    width: 60px;
    left: 11.5px;
    bottom: 20px;
    top: auto;
    transform: none;
    font-size: 16px;
  }
  .now_panel .count_wrap .flex_box .cell .num {
    font-size: 28px;
    max-width: none;
  }
  .now_panel .count_wrap .flex_box .cell .num_desc {
    font-size: 16px;
  }
}
@media (max-width: 667px) {
  .now_panel .now_tit .tit .now {
    display: block;
  }
  .now_panel .count_wrap .flex_box .cell {
    padding: 20px 10px 20px 80px;
    text-align: left;
  }
  .now_panel .count_wrap .flex_box .cell::after {
    top: 0;
    left: 15px;
    height: 100%;
    background-size: auto 45% !important;
    background-position: left center;
  }
  .now_panel .count_wrap .flex_box .cell .label {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    display: block;
  }
  .now_panel .count_wrap .flex_box .cell .num {
    font-size: 20px;
    width: auto;
    max-width: calc(100% - 50px);
    letter-spacing: -0.4px;
  }
  .now_panel .count_wrap .flex_box .cell .num_desc {
    font-size: 14px;
    position: relative;
    top: 2px;
    right: auto;
  }
}
.newsletter {
  position: relative;
  z-index: 20;
  padding: 40px 0;
  background: #fff;
}
.newsletter::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #db2a22;
}
.newsletter .box {
  position: relative;
  display: table;
  table-layout: fixed;
}
.newsletter .box .box_cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.newsletter .box .box_cell + .box_cell {
  padding-left: 20px;
}
.newsletter_title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  margin: 0;
  position: relative;
}
.newsletter_title .title {
  font-size: 30px;
  line-height: 1.2em;
  color: #fff;
}
.newsletter_title .desc {
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
}
.newsletter_form {
  display: flex;
  width: 100%;
}
.newsletter_form input {
  background: #9d3430;
  border: 0;
  padding: 0 20px;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  margin-right: 10px;
}
.newsletter_form input::placeholder {
  color: #fff;
}
.newsletter_form input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter_form input:-ms-input-placeholder {
  color: #fff;
}
.newsletter_form input:focus {
  outline: none;
}
.newsletter_form button {
  min-width: 230px;
  background: #fff;
  border: 0;
  padding: 0 20px;
  border-radius: 60px;
  height: 60px;
  line-height: 60px;
  color: #db2a22;
  font-size: 20px;
  font-weight: 700;
}
.newsletter_form button:hover {
  background-color: #222;
  color: #fff;
}
@media (max-width: 1024px) {
  .newsletter .box {
    display: block;
  }
  .newsletter .box .box_cell {
    display: block;
    width: auto;
  }
  .newsletter .box .box_cell + .box_cell {
    padding: 0;
    margin-top: 20px;
  }
  .newsletter_title .title {
    font-size: 24px;
  }
  .newsletter_title .desc {
    margin-top: 10px;
  }
  .newsletter_form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsletter_form input {
    width: calc(40% - 5px);
    height: 50px;
    line-height: 50px;
    margin: 0;
  }
  .newsletter_form input.email {
    width: 60%;
  }
  .newsletter_form .btn_box {
    margin-top: 7px;
    width: 100%;
  }
  .newsletter_form .btn_box button {
    width: 100%;
    min-width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.marquee_wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  margin: auto;
  max-width: 100vw;
}
@media (min-width: 1024px) {
  .marquee_wrapper {
    margin-top: 60px;
  }
}
.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsla(0, 0%, 0%, 0),
    hsl(0, 0%, 0%) 20%,
    hsl(0, 0%, 0%) 80%,
    hsla(0, 0%, 0%, 0)
  );
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsla(0, 0%, 0%, 0),
    hsl(0, 0%, 0%) 20%,
    hsl(0, 0%, 0%) 80%,
    hsla(0, 0%, 0%, 0)
  );
}
.marquee div {
  color: #e9eef7;
  font-size: 200px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .marquee div {
    font-size: 100px;
  }
}
@media (max-width: 667px) {
  .marquee div {
    font-size: 60px;
  }
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  min-width: 100%;
  -webkit-animation: scroll-x 60s linear infinite;
  animation: scroll-x 60s linear infinite;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(
      calc(-100% - clamp(10rem, 1rem + 40vmin, 30rem) / 14)
    );
  }
}
#colorgrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  justify-items: center;
}
#colorgrid section {
  min-height: 100vh;
  grid-area: 1/1/2/2;
  background-color: #000;
  clip-path: circle(100% at 50% 50%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#colorgrid .circle_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
  width: 250px;
}
@media (max-width: 1024px) {
  #colorgrid .circle_logo {
    width: auto;
  }
}
#colorgrid .cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  background: #db2a22;
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
  padding: 0;
}
#colorgrid .grow,
#colorgrid .grow-small {
  transform: scale(5);
  background: #db2a22;
  mix-blend-mode: multiply;
  border: none;
  cursor: default;
}
#colorgrid .grow-small {
  transform: scale(10);
}
@media (max-width: 667px) {
  #colorgrid .circle2 {
    min-height: auto;
    padding: 120px 0 60px;
  }
}
.main_hope {
  background: rgba(0, 0, 0, 0) !important;
  padding-bottom: 0 !important;
  margin-bottom: -33vh !important;
}
@media (max-width: 667px) {
  .main_hope {
    margin-bottom: 0 !important;
  }
}
.hopeani_wrapping {
  position: relative;
  width: 100%;
}
.hopeani_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hopeani_wrap .intro_wrap {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hopeani_wrap .intro_wrap .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hopeani_wrap .intro_wrap .img_box {
  position: relative;
  width: 100%;
  height: 30%;
  max-width: 500px;
  max-height: 285px;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%) scale(0.8);
  opacity: 1;
  z-index: 4;
}
.hopeani_wrap .intro_wrap .img_box svg.line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 100%;
  max-width: 362px;
}
.hopeani_wrap .intro_wrap .img_box svg.line path {
  stroke-dasharray: 362px;
  stroke-dashoffset: 362px;
  animation-timing-function: linear;
}
.hopeani_wrap .intro_wrap .img_box .logo_box {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
}
.hopeani_wrap .intro_wrap .img_box .logo_box > div {
  width: 100%;
}
.hopeani_wrap .intro_wrap .img_box .logo_box > div svg {
  width: 100%;
}
.hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt1 {
  max-width: 71px;
}
.hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt2 {
  max-width: 75px;
  margin-left: 16px;
}
.hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt3 {
  max-width: 78px;
  margin-top: 4px;
  margin-left: 1px;
}
.hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt4 {
  max-width: 63px;
  margin-left: 7px;
}
.hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt5 {
  max-width: 67px;
  margin-left: 12px;
}
@media (max-width: 1024px) {
  .hopeani_wrap .intro_wrap .bg_box .center_box .bg_t {
    top: -20%;
  }
  .hopeani_wrap .intro_wrap .img_box svg.line {
    top: -10px;
    width: 70%;
  }
}
@media (max-width: 667px) {
  .hopeani_wrap .intro_wrap .bg_box .center_box .bg_b {
    bottom: 0;
  }
  .hopeani_wrap .intro_wrap .img_box {
    width: 80%;
    height: 44vw;
  }
  .hopeani_wrap .intro_wrap .img_box svg.line {
    position: unset;
    transform: unset;
    max-width: none;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box {
    margin-top: -10px;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt1 {
    width: 9.5vw;
    margin-left: -7px;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt2 {
    width: 10.4vw;
    margin-left: 7px;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt3 {
    width: 11vw;
    margin-top: 2px;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt4 {
    width: 8.3vw;
    margin-left: 4px;
  }
  .hopeani_wrap .intro_wrap .img_box .logo_box .logo_txt5 {
    width: 9vw;
    margin-left: 7px;
  }
}
@media screen and (max-width: 360px) {
  .hopeani_wrap .intro_wrap .img_box {
    height: 45vw;
  }
}
.hopeani_wrap .marquee_conts {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.hopeani_wrap .marquee_conts ul {
  margin-top: 3%;
  display: flex;
  flex-wrap: no-wrap;
  align-items: center;
}
.hopeani_wrap .marquee_conts ul > li {
  margin: 0 30px;
  font-size: 200px;
  color: #000;
  font-weight: 700;
  opacity: 0.04;
}
@media (max-width: 667px) {
  .hopeani_wrap .marquee_conts ul > li {
    margin: 0 10px;
    font-size: 70px;
  }
}
.hopeani_wrap .intro_world {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  background: #fff;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hopeani_wrap .intro_world .world_title_box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.hopeani_wrap .intro_world .world_tit {
  font-size: 70px;
  line-height: 1.1em;
  letter-spacing: -4px;
  color: #222;
}
.hopeani_wrap .intro_world .world_tit b {
  color: #db2a22;
  margin-left: 2px;
}
@media (max-width: 667px) {
  .hopeani_wrap .intro_world .world_tit {
    font-size: 36px;
  }
}
.hopeani_wrap .intro_world .world_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2em;
  color: #222;
  font-weight: 700;
}
@media (max-width: 667px) {
  .hopeani_wrap .intro_world .world_desc {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.hopeani_wrap .intro_world .world_tit_wrap {
  display: flex;
  justify-content: center;
  min-height: 85px;
}
.hopeani_wrap .intro_world .world_tit_wrap .div {
  display: inline-block;
}
@media (max-width: 667px) {
  .hopeani_wrap .intro_world .world_tit_wrap {
    min-height: 30px;
  }
}
@media (min-width: 1024px) {
  .hopeani_wrap .intro_world .word_desc_wrap {
    padding-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.hopeani_wrap .intro_world .btn_box {
  margin: 40px auto 0;
}
.hopeani_wrap .intro_world .btn_box a {
  width: 380px;
}
@media (max-width: 667px) {
  .hopeani_wrap .intro_world .btn_box {
    margin: 20px auto 0;
  }
  .hopeani_wrap .intro_world .btn_box a {
    width: 60%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
}
.hopeani_wrap .hopeani_bg {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hopeani_wrap .hopeani_bgback {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
}
.hopeani_wrap .hopeani_bg span {
  display: block;
  background: #fff;
  clip-path: circle(300px at 50% 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.cursor {
  font-family: "Pretendard", sans-serif;
  position: relative;
  top: 2px;
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  animation: slideOut 0.8s 3s cubic-bezier(0.25, 1, 0.3, 1) both,
    fadeOutBg 0.2s 3.7s forwards;
}
.intro_wrap {
  width: 100%;
  height: 100%;
}
.intro .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.intro .bg_box .center_box {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f5fa;
  transform-origin: 0 0;
  animation: slideUp 1s 2.3s cubic-bezier(0.25, 1, 0.3, 1) both;
  z-index: 10;
}
.intro .bg_box .center_box .background {
  width: 100vw;
  position: absolute;
  animation: slideUp 1s 1.4s cubic-bezier(0.25, 1, 0.3, 1) both;
}
.intro .bg_box .center_box .bg_t {
  top: -50%;
}
.intro .bg_box .center_box .bg_b {
  bottom: -15%;
}
.intro .img_box {
  position: relative;
  width: 100%;
  height: 30%;
  max-width: 500px;
  max-height: 285px;
  text-align: center;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  overflow: hidden;
  z-index: 4;
}
.intro .img_box svg.line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 100%;
  max-width: 362px;
}
.intro .img_box svg.line path {
  animation: logo_ani 0.6s 1.3s linear forwards alternate-reverse;
  stroke-dasharray: 362px;
  stroke-dashoffset: 362px;
}
.intro .img_box .logo_box {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
}
.intro .img_box .logo_box > div {
  width: 100%;
  transform: translateY(120px);
}
.intro .img_box .logo_box > div svg {
  width: 100%;
}
.intro .img_box .logo_box .logo_txt1 {
  max-width: 71px;
  animation: wave 0.5s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.intro .img_box .logo_box .logo_txt2 {
  max-width: 75px;
  margin-left: 16px;
  animation: wave 0.5s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.intro .img_box .logo_box .logo_txt3 {
  max-width: 78px;
  margin-top: 4px;
  margin-left: 1px;
  animation: wave 0.5s 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.intro .img_box .logo_box .logo_txt4 {
  max-width: 63px;
  margin-left: 7px;
  animation: wave 0.5s 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.intro .img_box .logo_box .logo_txt5 {
  max-width: 67px;
  margin-left: 12px;
  animation: wave 0.5s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.intro.off {
  display: none;
  z-index: 0;
}
@keyframes bg_opactiy {
  0%,
  100% {
    opacity: 0;
  }
  30%,
  70% {
    opacity: 1;
  }
}
@keyframes fadeOutBg {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes logo_ani {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 362px;
  }
}
@keyframes wave {
  0% {
    transform: translateY(120px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideOut {
  from {
    clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 100% 0);
  }
}
[transition-style="slideOut"] {
  animation: 1s 3s cubic-bezier(0.25, 1, 0.3, 1) slideOut both;
}
@media screen and (max-width: 1024px) {
  .intro .pc {
    display: none;
  }
  .intro .bg_box .center_box .bg_t {
    top: -20%;
  }
  .intro .img_box svg.line {
    top: -10px;
    width: 70%;
  }
}
@media screen and (max-width: 588px) {
  .intro .pc {
    display: none;
  }
  .intro .bg_box .center_box .bg_b {
    bottom: 0;
  }
  .intro .img_box {
    width: 80%;
    height: 45vw;
  }
  .intro .img_box svg.line {
    position: unset;
    transform: unset;
    max-width: none;
  }
  .intro .img_box .logo_box .logo_txt1 {
    width: 9.5vw;
  }
  .intro .img_box .logo_box .logo_txt2 {
    width: 10.5vw;
    margin-left: 10px;
  }
  .intro .img_box .logo_box .logo_txt3 {
    width: 11vw;
    margin-top: 2px;
  }
  .intro .img_box .logo_box .logo_txt4 {
    width: 8.3vw;
    margin-left: 4px;
  }
  .intro .img_box .logo_box .logo_txt5 {
    width: 9vw;
    margin-left: 7px;
  }
}
@media screen and (max-width: 360px) {
  .intro .pc {
    display: none;
  }
  .intro .img_box {
    height: 45vw;
  }
}
.main_visual_wrap {
  position: relative;
  z-index: 20;
}
.main_visual_wrap .scroll_down {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 10;
}
.main_visual_wrap .scroll_down .text {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0 5px;
  position: absolute;
  right: -20px;
  bottom: 80px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
  transform: rotate(90deg);
  letter-spacing: 0 !important;
}
.main_visual_wrap .scroll_down .text span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #666;
  opacity: 0.5;
}
.main_visual_wrap .scroll_down .text span:nth-child(1) {
  margin-left: 10px;
  animation: scroll_down 800ms 0ms linear infinite;
}
.main_visual_wrap .scroll_down .text span:nth-child(2) {
  animation: scroll_down 800ms 200ms linear infinite;
  margin-left: -10px;
}
.main_visual_wrap .scroll_down .text span:nth-child(3) {
  background: #db2a22;
  animation: scroll_down 800ms 400ms linear infinite;
  margin-left: 15px;
}
@media (max-width: 1600px) {
  .main_visual_wrap .scroll_down {
    display: none;
  }
}
.main #header.fixed {
  top: 0;
}
.main #header.fixed .gnb_pc_btnbox,
.main #header.fixed #btn_pc_gnb,
.main #header.fixed .btn_campaign {
  position: fixed;
}
.main #content {
  position: relative;
  z-index: 20;
  background: #fff;
}
.main #content .date {
  letter-spacing: 0;
}
#header.top_banner_on {
  top: 77px;
}
#header.top_banner_on + #content {
  margin-top: 77px;
}
@media (max-width: 667px) {
  #header.top_banner_on {
    top: 54px;
  }
  #header.top_banner_on + #content {
    margin-top: 54px;
  }
}
@keyframes scroll_down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_banner_on .main #header {
  top: 0;
}
.top_banner_on .main #header #btn_pc_gnb,
.top_banner_on .main #header .btn_campaign {
  position: fixed;
}
.top_banner_on .main #content {
  margin-top: 0;
}
.main_panel {
  background: #fff;
  position: relative;
  z-index: 20;
  padding: 150px 0;
}
.main_panel .main_title_box {
  position: relative;
}
.main_panel .main_title_box::before {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  background: #f2f5fa;
  position: absolute;
  z-index: 0;
}
@media (max-width: 667px) {
  .main_panel .main_title_box::before {
    width: 100px;
    height: 100px;
  }
}
.main_panel .main_title_box p {
  font-size: 80px;
  line-height: 1.1em;
  color: #222;
  letter-spacing: -4px;
}
.main_panel .main_title_box p b {
  color: #db2a22;
}
@media (max-width: 667px) {
  .main_panel .main_title_box p {
    font-size: 36px;
    letter-spacing: -2px;
  }
}
.main_panel .main_desc {
  position: relative;
  color: #222;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.2em;
}
@media (max-width: 667px) {
  .main_panel .main_desc {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .main_panel .main_desc {
    margin-top: 50px;
  }
}
.main_panel .swiper-pagination {
  text-align: left;
  bottom: 15px;
  left: -15px;
}
.main_panel .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #ddd;
  opacity: 1;
  margin: 0 15px;
  margin-right: 15px !important;
}
.main_panel .swiper-pagination-bullet-active {
  position: relative;
  background: #db2a22;
  border-color: #db2a22;
  margin-left: 10px !important;
  margin-right: 25px !important;
}
.main_panel .swiper-pagination-bullet-active::after {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
}
.main_panel .swiper-pagination-bullet:hover {
  background: #db2a22;
  border-color: #db2a22;
}
@media (min-width: 1024px) {
  .main_panel .swiper-pagination {
    width: calc(100% - 120px);
  }
}
.main_panel .swiper-button-next,
.main_panel .swiper-button-prev {
  margin: 0;
  top: auto;
  bottom: 2px;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.1);
}
.main_panel .swiper-button-next::after,
.main_panel .swiper-button-prev::after {
  font-size: 0;
  background: url(../img/newmain/btn_slide.png) center no-repeat;
  background-size: auto 100%;
  width: 9px;
  height: 14px;
}
@media (min-width: 1024px) {
  .main_panel .swiper-button-next:hover,
  .main_panel .swiper-button-prev:hover {
    background-color: #db2a22;
  }
  .main_panel .swiper-button-next:hover::after,
  .main_panel .swiper-button-prev:hover::after {
    background-image: url(../img/newmain/btn_slide_on.png);
  }
}
.main_panel .swiper-button-next {
  right: 1px;
  transform: rotate(180deg);
  border-bottom-right-radius: 30px;
  border-top-left-radius: 30px;
}
.main_panel .swiper-button-prev {
  left: auto;
  right: 61px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.main_panel .swiper-button-disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
@media (max-width: 667px) {
  .main_panel .swiper-pagination {
    bottom: -60px;
    display: inline-block;
    background: #f8f8f8;
    padding: 5px 0;
    width: 100px;
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    border-radius: 40px;
  }
  .main_panel .swiper-button-prev,
  .main_panel .swiper-button-next {
    bottom: -66px;
    width: 50px;
    height: 50px;
  }
  .main_panel .swiper-button-prev {
    right: 51px;
    left: 10px;
    right: auto;
  }
}
.main_report {
  position: relative;
}
.main_report svg {
  display: block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 50vw;
  transform: translate(-50%, -50%);
}
.main_report svg path {
  opacity: 0;
}
@keyframes logo_ani_02 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 362px;
    opacity: 1;
  }
}
.main_report.animate svg path {
  animation: logo_ani_02 0.6s 1s linear forwards alternate-reverse;
  stroke-dasharray: 362px;
  stroke-dashoffset: 362px;
  opacity: 1;
}
.main_report .main_title_box {
  position: relative;
  z-index: 10;
}
.main_report .main_title_box .btn_box {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main_report .main_title_box .btn_box a + a {
  margin-left: 5px;
}
.main_report .report_icon_list {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 120px;
  background-size: auto 100%;
}
.main_report .report_icon_list ul {
  display: flex;
  justify-content: center;
}
.main_report .report_icon_list ul li {
  text-align: center;
  width: calc(20% - 20px);
}
.main_report .report_icon_list ul li:nth-child(3) {
  margin-left: 30px;
}
.main_report .report_icon_list ul li img {
  display: block;
  margin: 0 auto;
}
.main_report .report_icon_list ul li span {
  display: inline-block;
  color: #222;
  font-size: 60px;
  position: relative;
  margin-left: -25px;
}
.main_report .report_icon_list ul li .report_tit {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}
.main_report .report_icon_list ul li .report_desc {
  margin-top: 10px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.main_report .report_icon_list ul li:nth-child(2) span::after,
.main_report .report_icon_list ul li:nth-child(3) span::after {
  content: "+";
  font-size: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -30px;
}
@media (max-width: 667px) {
  .main_report .report_icon_list ul li:nth-child(2) span::after,
  .main_report .report_icon_list ul li:nth-child(3) span::after {
    font-size: 30px;
    height: 25px;
    right: -20px;
  }
}
.main_report .report_icon_list ul li:nth-child(1) span::after,
.main_report .report_icon_list ul li:nth-child(4) span::after,
.main_report .report_icon_list ul li:nth-child(5) span::after {
  content: "년";
  font-size: 30px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: -30px;
}
@media (max-width: 667px) {
  .main_report .report_icon_list ul li:nth-child(1) span::after,
  .main_report .report_icon_list ul li:nth-child(4) span::after,
  .main_report .report_icon_list ul li:nth-child(5) span::after {
    font-size: 20px;
    height: 35px;
    right: -20px;
  }
}
.main_report .report_icon_list ul li:nth-child(4) span::after {
  content: "회";
}
.main_hope {
  overflow: hidden;
  position: relative;
}
.main_hope .main_title_box {
  position: relative;
  display: inline-block;
}
.main_hope .main_title_box::before {
  content: "";
  right: 20px;
  bottom: -20px;
}
.main_hope .main_title_box p {
  position: relative;
  z-index: 1;
}
.main_hope .card_box {
  display: none;
  perspective: 500px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .main_hope .card_box {
    perspective: 500px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.main_hope .card_box .btn_slide {
  transform: rotateY(-16deg) translate(0, 0);
  transition: 0.7s;
  box-shadow: 30px 0 40px rgba(150, 162, 162, 0.2);
  background: #fff;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border: 1px solid #eee;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 130%;
}
@media (min-width: 1024px) {
  .main_hope .card_box .btn_slide {
    transform: rotateY(-16deg) translate(0, 0);
    transition: 0.7s;
  }
}
.main_hope .card_box .btn_slide .bg {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_hope .card_box .btn_slide img {
  width: 100%;
}
.main_hope .card_box .btn_slide .text_wrap {
  position: absolute;
  z-index: 33;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0;
}
.main_hope .card_box .btn_slide .text_wrap p {
  word-break: break-all;
}
.main_hope .card_box .btn_slide .text_wrap .num {
  font-size: 28px;
  color: #db2a22;
  position: absolute;
  top: 50px;
  left: 10px;
}
.main_hope .card_box .btn_slide .text_wrap .tit_box {
  position: absolute;
  bottom: calc(35% - 30px);
  left: 0px;
}
.main_hope .card_box .btn_slide .text_wrap .tit {
  font-size: 29px;
  color: #222;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  padding: 0 10px;
  letter-spacing: -1.5px;
  min-height: 70px;
}
.main_hope .card_box .btn_slide .text_wrap .desc {
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin: 20px 0 0;
  padding: 0 10px;
  line-height: 1.3em;
  min-height: 50px;
}
.main_hope .card_box .btn_slide .text_wrap .category {
  font-size: 15px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding: 20px 10px;
  position: absolute;
  left: 10px;
  bottom: 60px;
  width: calc(100% - 20px);
}
.main_hope .card_box .btn_slide .text_wrap .btn_box {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 50px;
  width: calc(100% - 20px);
}
.main_hope .card_box .btn_slide .text_wrap .btn_box .btn_motion {
  width: 100%;
  border: 0;
}
.main_hope .card_box .btn_slide .text_wrap .btn_box .btn_motion .text {
  color: #db2a22;
}
@media (min-width: 1024px) {
  .main_hope .card_box .btn_slide .text_wrap .btn_box .btn_motion:hover {
    background: rgba(0, 0, 0, 0);
  }
  .main_hope .card_box .btn_slide .text_wrap .btn_box .btn_motion:hover .text {
    color: #fff;
  }
}
.main_hope .card_box .btn_slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.main_hope .control_box {
  position: relative;
  height: 62px;
}
.main_hope .control_box .swiper-pagination {
  left: 20px;
  bottom: 25px;
}
.main_hope .control_box .swiper-button-prev {
  right: 81px;
  bottom: 2px;
}
.main_hope .control_box .swiper-button-next {
  right: 20px;
  bottom: 2px;
}
@media (max-width: 667px) {
  .main_hope .control_box {
    margin-top: 20px;
  }
  .main_hope .control_box .swiper-button-prev {
    left: 20px;
  }
  .main_hope .control_box .swiper-pagination {
    bottom: 10px;
  }
}
.main_hope .swiper-slide-active .card_box,
.main_hope .swiper-slide-next .card_box,
.main_hope .swiper-slide-next + .swiper-slide .card_box,
.main_hope .swiper-slide-next + .swiper-slide + .swiper-slide .card_box,
.main_hope
  .swiper-slide-next
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  .card_box,
.main_hope
  .swiper-slide-next
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  + .swiper-slide
  .card_box {
  display: block;
}
.main_hope .swiper-slide-active .card_box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_hope .swiper-slide-active .card_box .btn_slide .num,
.main_hope .swiper-slide-active .card_box .btn_slide .category {
  display: none;
}
.main_hope .swiper-slide-active .card_box .btn_slide .tit,
.main_hope .swiper-slide-active .card_box .btn_slide .desc {
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.main_hope .swiper-slide-active .card_box .btn_slide .btn_box {
  display: block;
}
.main_hope .swiper-slide-active .card_box .btn_slide::after {
  background: #000;
  opacity: 0.35;
}
.main_hope .swiper-slide-active .btn_slide {
  transform: rotateY(0deg) translate(0, 0);
}
@media (min-width: 1024px) {
  .main_hope .banner_wrap {
    overflow: hidden;
    display: block;
    position: relative;
    padding-left: 46%;
  }
  .main_hope .banner_wrap img {
    width: 100%;
  }
  .main_hope .banner_wrap .mySwiper {
    overflow: visible;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-active {
    margin-right: -50px !important;
    z-index: 4;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-active .btn_slide {
    transform: rotateY(0deg) translate(0, 0);
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-next {
    z-index: 3;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-next + div {
    z-index: 2;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-next + div + div {
    z-index: 1;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-active .card_box:hover {
    margin-top: -10px;
  }
  .main_hope .banner_wrap .mySwiper .swiper-slide-active .card_box:hover .bg {
    transform: translateX(-50%) scale(1.05);
  }
  .main_hope .main_title_box {
    position: absolute;
    top: 120px;
    left: 20px;
    z-index: 10;
  }
  .main_hope .main_desc {
    position: absolute;
    top: 300px;
    left: 22px;
    z-index: 20;
  }
}
.main_world {
  overflow: hidden;
  text-align: center;
  background: #faf7f2;
}
@media (min-width: 1024px) {
  .main_world {
    padding-bottom: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    padding: 0;
    border: 0;
  }
}
.main_world .marquee_wrapper {
  position: relative;
  margin-top: 70px;
}
@media screen and (min-height: 400px) and (min-width: 1024px) {
  .main_world {
    padding: 0;
    min-height: 100vh;
  }
  .main_world .contains {
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 100vh;
  }
  .main_world .world_title_box {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  .main_world .marquee_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
}
.main_world .world_tit {
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -4px;
  color: #222;
}
.main_world .world_tit b {
  color: #db2a22;
}
.main_world .world_eng {
  margin: 10px auto 30px;
  font-size: 30px;
  line-height: 1.1em;
  color: #999;
}
.main_world .world_desc {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.2em;
  color: #666;
}
.main_world .btn_box {
  margin: 30px auto 0;
}
.main_world .btn_box a {
  width: 380px;
}
@keyframes marquee {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.main_story {
  position: relative;
  z-index: 20;
}
.main_story .main_title_box {
  display: inline-block;
}
.main_story .main_title_box::before {
  content: "";
  bottom: 20px;
  right: -20px;
}
.main_story .main_title_box p {
  position: relative;
  z-index: 10;
}
.main_story .story_box {
  margin-top: 40px;
}
.main_story .story_box .mySwiper {
  padding-bottom: 90px;
  padding-left: 10px;
  margin-left: -10px;
}
.main_story .story_box .mySwiper .swiper-pagination {
  left: 10px;
}
.main_story .story_box .swiper-slide {
  padding: 30px 0;
  opacity: 0 !important;
}
.main_story .story_box .swiper-slide .story_number {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #db2a22;
  font-size: 28px;
  line-height: 1em;
}
.main_story .story_box .swiper-slide .story_tit {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 20px;
  opacity: 0;
  margin: 30px 0 20px;
  color: #222;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  min-height: 72px;
  word-break: break-all;
}
.main_story .story_box .swiper-slide .story_desc {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  min-height: 50px;
  padding: 2px 0;
  word-break: break-all;
}
.main_story .story_box .swiper-slide .btn_box {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  top: 20px;
  display: none;
}
.main_story .story_box .swiper-slide-visible {
  opacity: 1 !important;
}
.main_story .story_box .swiper-slide-visible .btn_box,
.main_story .story_box .swiper-slide-visible .story_number,
.main_story .story_box .swiper-slide-visible .story_tit,
.main_story .story_box .swiper-slide-visible .story_desc {
  top: 0;
  opacity: 1;
}
.main_story .story_box .swiper-slide .btn_slide .thumb {
  margin-top: 20px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 52%;
  position: relative;
}
.main_story .story_box .swiper-slide .btn_slide .thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1600px) {
  .main_story .story_box .swiper-slide .btn_slide .inner {
    background: #faf7f2;
    padding: 40px 40px 60px 70px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .main_story .story_box .swiper-slide .btn_slide .story_tit {
    max-width: 30%;
  }
  .main_story .story_box .swiper-slide .btn_slide .story_desc {
    max-width: 30%;
  }
  .main_story .story_box .swiper-slide .btn_slide .btn_box {
    display: block;
    margin: 30px auto 0;
  }
  .main_story .story_box .swiper-slide .btn_slide .thumb {
    margin: 0;
    padding: 0;
    transform: none;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    overflow: hidden;
    background: #f2f5fa;
    width: 808px;
    height: 100%;
  }
  .main_story .story_box .swiper-slide .btn_slide .thumb img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1600px) and (min-width: 1024px) {
  .main_story .story_box .swiper-slide .btn_slide .thumb:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.main_news {
  position: relative;
  z-index: 20;
}
.main_news .news_tit {
  font-size: 60px;
  letter-spacing: -4px;
  line-height: 1.1em;
  color: #222;
}
.main_news .news_box {
  margin-top: 40px;
}
.main_news .news_box .mySwiper {
  padding-bottom: 90px;
  padding-left: 10px;
  margin-left: -10px;
}
.main_news .news_box .mySwiper .swiper-pagination {
  left: 10px;
}
.main_news .btn_news {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_news .btn_news::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_news .btn_news .category {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -1px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
.main_news .btn_news .tit {
  font-size: var(--bbs-font-title);
  color: #222;
  margin: 20px 0;
  font-weight: 700;
  line-height: 1.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .main_news .btn_news .tit {
    min-height: 79px;
  }
}
.main_news .btn_news .desc {
  font-size: var(--bbs-font-desc);
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 1024px) {
  .main_news .btn_news .date {
    margin-top: 10px;
  }
}
.main_news .btn_news + .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #db2a22 url(../img/newmain/arrow.svg) center no-repeat;
  background-size: 14px auto;
  opacity: 0;
}
@media (min-width: 1024px) {
  .main_news .news_box {
    margin-top: 30px;
    padding-top: 10px;
  }
  .main_news .btn_news {
    margin-top: 10px;
  }
  .main_news .btn_news:hover {
    border-color: #fff;
    margin-top: 0px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .main_news .btn_news:hover::after {
    opacity: 1;
    border-color: #db2a22;
  }
  .main_news .btn_news:hover + .arrow {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .main #content {
    overflow-x: hidden;
  }
  .main_panel {
    padding: 70px 0;
  }
  .main_report svg {
    left: 40px;
    top: 40px;
    width: calc(100% - 80px);
    max-width: none;
    transform: none;
  }
  .main_report .main_title_box .btn_box {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .main_report .main_title_box .btn_box a {
    width: calc(50% - 5px);
  }
  .main_report .report_icon_list {
    background: none;
    margin-top: 20px;
  }
  .main_report .report_icon_list ul {
    flex-wrap: wrap;
  }
  .main_report .report_icon_list ul li {
    width: calc(33% - 10px);
    margin-top: 20px;
  }
  .main_report .report_icon_list ul li:nth-child(3) {
    margin-left: 0;
  }
  .main_report .report_icon_list ul li img {
    width: 50%;
  }
  .main_report .report_icon_list ul li span {
    font-size: 40px;
  }
  .main_report .report_icon_list ul li .report_tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .main_report .report_icon_list ul li .report_desc {
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
  }
  .main_hope .banner_wrap {
    margin-top: 40px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .main_hope #main_hope_banner,
  .main_hope .swiper-wrapper {
    width: calc(100% - 50px);
    overflow: visible;
    margin: 0;
  }
  .main_hope #main_hope_banner .swiper-slide,
  .main_hope .swiper-wrapper .swiper-slide {
    opacity: 0.5;
  }
  .main_hope #main_hope_banner .swiper-slide-active,
  .main_hope .swiper-wrapper .swiper-slide-active {
    opacity: 1;
  }
  .main_hope #main_hope_banner .swiper-button-prev,
  .main_hope #main_hope_banner .swiper-button-next,
  .main_hope .swiper-wrapper .swiper-button-prev,
  .main_hope .swiper-wrapper .swiper-button-next {
    margin-right: -50px;
  }
  .main_world .world {
    height: 130px;
  }
  .main_world .world marquee {
    font-size: 100px;
    letter-spacing: 25px;
  }
  .main_story .story_box .mySwiper {
    padding-bottom: 70px;
  }
  .main_story .main_title_box::before {
    bottom: 0;
  }
}
@media (max-width: 667px) {
  .main_report {
    padding-bottom: 0;
  }
  .main_report .report_icon_list ul {
    justify-content: space-between;
  }
  .main_report .report_icon_list ul li {
    width: calc(50% - 10px);
  }
  .main_hope {
    padding-bottom: 80px;
  }
  .main_hope .main_title_box::before {
    content: "";
    bottom: 10px;
    right: -30px;
  }
  .main_hope .banner_wrap {
    margin-top: 40px;
    padding: 0 30px;
  }
  .main_hope .swiper-slide .card_box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main_hope .swiper-slide .card_box .text_wrap {
    left: 20px;
    width: calc(100% - 40px);
  }
  .main_hope .swiper-slide .card_box .text_wrap .num {
    font-size: 20px;
  }
  .main_hope .swiper-slide .card_box .text_wrap .tit_box {
    top: auto;
    bottom: 100px;
  }
  .main_hope .swiper-slide .card_box .text_wrap .tit {
    font-size: 24px;
    letter-spacing: -1px;
    min-height: auto;
    width: calc(100% - 8px);
  }
  .main_hope .swiper-slide .card_box .text_wrap .tit br {
    display: none;
  }
  .main_hope .swiper-slide .card_box .text_wrap .desc {
    font-size: 16px;
    margin-top: 10px;
    min-height: auto;
  }
  .main_hope .swiper-slide .card_box .text_wrap .desc br {
    display: none;
  }
  .main_hope .swiper-slide .card_box .text_wrap .btn_box {
    bottom: 20px;
  }
  .main_world {
    padding: 70px 0 40px;
  }
  .main_world .world_tit {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .main_world .world_eng {
    font-size: 16px;
    letter-spacing: -1px;
    margin: 20px 0 15px;
  }
  .main_world .world_desc {
    font-size: 16px;
    line-height: 1.4em;
  }
  .main_world .btn_box a {
    width: 80%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  .main_world .world {
    height: 70px;
  }
  .main_world .world marquee {
    font-size: 60px;
    letter-spacing: 10px;
  }
  .main_world .marquee_wrapper {
    margin-top: 30px;
  }
  .main_story .story_box {
    position: relative;
    margin-top: 30px;
  }
  .main_story .story_box::before {
    content: "";
    width: calc(100% + 60px);
    height: 70%;
    background: #faf7f2;
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
  }
  .main_story .story_box .mySwiper {
    padding-bottom: 0;
    overflow: visible;
  }
  .main_story .story_box .swiper-slide {
    padding-bottom: 0;
  }
  .main_story .story_box .swiper-slide .story_number {
    font-size: 20px;
  }
  .main_story .story_box .swiper-slide .story_tit {
    font-size: 20px;
    margin: 15px auto 10px;
    min-height: 30px;
  }
  .main_story .story_box .swiper-slide .story_desc {
    font-size: 16px;
    font-weight: 500;
    min-height: 39px;
    line-height: 1.3em;
  }
  .main_news {
    padding-top: 60px;
    padding-bottom: 180px;
  }
  .main_news .news_tit {
    font-size: 34px;
  }
  .main_news .btn_news {
    padding: 20px 30px 20px 20px;
    margin-top: 10px;
  }
  .main_news .btn_news .category {
    font-size: 14px;
  }
  .main_news .btn_news .tit {
    margin: 15px auto 10px;
  }
  .main_news .btn_news .date {
    letter-spacing: 0 !important;
  }
  .main_news .news_box {
    margin-top: 20px;
  }
  .main_news .news_box .mySwiper {
    padding-bottom: 0;
    overflow: visible;
  }
  .main_news .news_box #main_news_banner,
  .main_news .news_box .swiper-wrapper {
    overflow: visible;
    margin: 0;
    margin-left: -5px;
  }
  .main_news .news_box #main_news_banner .swiper-slide,
  .main_news .news_box .swiper-wrapper .swiper-slide {
    opacity: 0.5;
  }
  .main_news .news_box #main_news_banner .swiper-slide-active,
  .main_news .news_box .swiper-wrapper .swiper-slide-active {
    opacity: 1;
  }
  .main_news .news_box #main_news_banner .swiper-slide-active .btn_news,
  .main_news .news_box .swiper-wrapper .swiper-slide-active .btn_news {
    margin-top: 0;
  }
}
