@charset "UTF-8";
@font-face {
  font-family: "MBC1961M";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/MBC1961M.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-family: "NanumSquareNeo" !important;
  letter-spacing: -1px;
  min-width: 320px;
  overflow: hidden;
}

ol, ul {
  list-style: none;
  margin: 0;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: #000;
}

b {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

body {
  padding: 0;
  margin: 0;
}

.show_414 {
  display: none;
}

.animation {
  height: 100px;
  opacity: 0;
  transform: translateY(-100px);
}

.fade-in {
  opacity: 1 !important;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .mobile_none {
    display: none;
  }
}
#cash_wrap {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  /* header 영역 */
  /* content 영역 */
}
#cash_wrap .fp-overflow {
  height: 100%;
}
#cash_wrap #header {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
#cash_wrap #header .area {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
  align-items: center;
  height: 100px;
}
#cash_wrap #header .area #logo {
  position: relative;
  z-index: 1;
}
#cash_wrap #header .area #logo img {
  max-width: 167px;
  margin-left: -5px;
}
#cash_wrap #header .area .nav {
  display: flex;
  font-weight: bold;
}
#cash_wrap #header .area .nav ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#cash_wrap #header .area .nav ul li {
  margin-right: 70px;
}
#cash_wrap #header .area .nav ul li a {
  font-size: 18px;
}
#cash_wrap #header .area .nav ul .active a {
  display: block;
  border-bottom: 1px solid #000;
  padding: 0 0 4px 0;
}
#cash_wrap #header .area .nav ul :last-child {
  margin: 0;
}
#cash_wrap #header .area .nav .chanel_icon {
  margin-left: 50px;
}
#cash_wrap #header .area .m_menu {
  display: flex;
  width: 35px;
  height: 30px;
  align-items: center;
  display: none;
}
#cash_wrap #header .area .m_menu a {
  display: block;
}
#cash_wrap #header .area .m_menu a span {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
}
#cash_wrap #header .area .m_menu a span:nth-of-type(2) {
  margin-top: 8px;
}
#cash_wrap #header .area .m_menu a span:nth-of-type(3) {
  margin-top: 9px;
}
#cash_wrap #header .area .m_nav {
  display: none;
}
#cash_wrap #header.on {
  background: rgba(255, 255, 255, 0.5);
  transition: all 1s;
}
#cash_wrap #fullpage .section .show.active {
  background: #fff;
}
#cash_wrap #fullpage .section .deps00 {
  display: table;
  width: 100%;
  height: 100vh;
  background: url("../img/deps01_bg2.jpg");
  position: relative;
}
#cash_wrap #fullpage .section .deps00 .icon_box a {
  display: block;
}
#cash_wrap #fullpage .section .deps00 .inner {
  padding: 0 15%;
  display: table;
  width: auto;
  height: 100%;
  text-align: left;
  position: relative;
  z-index: 20;
}
#cash_wrap #fullpage .section .deps00 .inner .flex_box {
  display: table-cell;
  vertical-align: middle;
}
#cash_wrap #fullpage .section .deps00 .scrollbar {
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 3%;
  left: 50%;
  width: 100px;
  height: 140px;
  text-align: center;
  z-index: 2;
}
#cash_wrap #fullpage .section .deps00 .scrollbar img {
  width: 30px;
  transform: rotate(45deg);
  animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
#cash_wrap #fullpage .section .deps00 .deps00_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cash_wrap #fullpage .section .deps00 .deps00_bg:after {
  content: "";
  display: block;
  background: url(../img/deps01_bg1.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 100% 100%;
  background-size: cover;
}
#cash_wrap #fullpage .section .deps {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
}
#cash_wrap #fullpage .section .deps .title {
  font-size: 28px;
}
#cash_wrap #fullpage .section .deps .title p {
  margin: 0 0 20px 0;
}
#cash_wrap #fullpage .section .deps .title span {
  background: #000;
  color: #fff;
  padding: 5px 37px;
  margin-left: 7px;
}
#cash_wrap #fullpage .section .deps .title .sub {
  margin: 20px 0 0;
  line-height: 1.3;
}
#cash_wrap #fullpage .section .deps .cont_logo {
  max-width: 500px;
  margin: 30px 0;
}
#cash_wrap #fullpage .section .deps .cont_logo img {
  margin-left: -10px;
}
#cash_wrap #fullpage .section .deps .sub {
  font-size: 20px;
  line-height: 1.3;
}
#cash_wrap #fullpage .section .deps .sub .color_red {
  color: red;
  font-weight: 600;
}
#cash_wrap #fullpage .section .deps .icon_box {
  margin-top: 80px;
}
#cash_wrap #fullpage .section .deps .icon_box a {
  display: block;
}
#cash_wrap #fullpage .section .deps .icon_box a img {
  max-width: 300px;
}
#cash_wrap #fullpage .section .deps .icon_box a :first-child {
  margin-bottom: 10px;
}
#cash_wrap #fullpage .section .deps01_1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/gold_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cash_wrap #fullpage .section .deps01_1 > h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "MBC1961M";
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_tit {
  font-family: "MBC1961M";
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 34px;
}
#cash_wrap #fullpage .section .deps01_1 .close {
  display: inline-block;
  display: inline;
  position: absolute;
  top: 0px;
  right: 20px;
}
#cash_wrap #fullpage .section .deps01_1 .close:after {
  display: inline-block;
  content: "×";
  font-size: 50pt;
  color: #ccc;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_day {
  text-align: left;
  font-size: 20px;
  color: #815D15;
  font-family: "Pretendard-Regular";
  font-weight: 700;
  margin-bottom: 10px;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table {
  border-collapse: collapse;
  max-width: 1160px;
  width: 100%;
  font-family: "MBC1961M";
  margin: 0 auto;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table th {
  color: #5E502A;
  font-size: 22px;
  padding: 20px 25px;
  background-color: #FFD833;
  border: 1px solid #FFD833;
  letter-spacing: 1px;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table td {
  font-family: "Pretendard-Regular";
  font-weight: 600;
  font-size: 16px;
  background-color: #fff;
  width: 250px;
  border: 0.5px solid rgba(203, 203, 203, 0.4823529412);
  padding: 20px 75px;
  text-align: center;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .border_right {
  border-right: 1px solid rgba(203, 203, 203, 0.4823529412);
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .border_bottom {
  border-bottom: 3px solid rgba(203, 203, 203, 0.4823529412);
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td {
  background-color: #f1e6ca;
  color: #919191;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td .price_blue {
  color: blue;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td .price_red {
  color: red;
}
#cash_wrap #fullpage .section .deps01_1 .gold_price_table .vat {
  font-size: 16px;
}
#cash_wrap #fullpage .section .deps01 {
  position: relative;
}
#cash_wrap #fullpage .section .deps01 .zoom {
  position: absolute;
  bottom: 23%;
  left: 31%;
  width: 5%;
  min-width: 6%;
  transition: all 0.2s;
  border: 1px solid #fff;
  border-radius: 20px;
  z-index: 1;
}
#cash_wrap #fullpage .section .deps01 .show {
  transform: scale(3.5);
}
#cash_wrap #fullpage .section .deps01 .inner {
  height: 100%;
  width: 100%;
  display: table;
}
#cash_wrap #fullpage .section .deps01 .inner .business {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#cash_wrap #fullpage .section .deps01 .inner .business div {
  position: relative;
  max-width: 60%;
  margin: 0 auto;
}
#cash_wrap #fullpage .section .deps01 .inner .business img.cachimg {
  max-width: 100%;
  margin: 0 auto;
}
#cash_wrap #fullpage .section .deps01 .inner .business .cachimg.pc {
  display: block;
}
#cash_wrap #fullpage .section .deps01 .inner .business .cachimg.m {
  display: none;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(1) {
  position: absolute;
  top: 13%;
  left: 13%;
  width: 22%;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(2) {
  position: absolute;
  top: 43%;
  left: 10%;
  width: 20%;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(3) {
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 20%;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(4) {
  position: absolute;
  top: 7%;
  right: 16%;
  width: 20%;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(5) {
  position: absolute;
  top: 39%;
  right: 11%;
  width: 20%;
}
#cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(6) {
  position: absolute;
  bottom: 0;
  width: 20%;
  right: 20%;
}
#cash_wrap #fullpage .section .deps01 .inner .icon_show {
  position: absolute;
  bottom: 27%;
  left: 22%;
}
#cash_wrap #fullpage .section .deps01 .inner .icon_show img {
  width: 100%;
}
#cash_wrap #fullpage .section .deps02 {
  display: table;
}
#cash_wrap #fullpage .section .deps02:after {
  content: "";
  background: url("../img/deps02_bg.png") no-repeat;
  width: 65%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#cash_wrap #fullpage .section .deps02 .inner {
  text-align: left;
  background: url("../img/deps02_icon.png") no-repeat;
  background-position: 95% 80%;
  height: 100%;
  margin: 0 auto;
  display: table;
  width: 80%;
  height: 100%;
  color: #000;
  line-height: 1.7;
  background-size: 30%;
}
#cash_wrap #fullpage .section .deps02 .inner .flex_box {
  display: table-cell;
  vertical-align: middle;
}
#cash_wrap #fullpage .section .deps02 .inner .txt01 {
  font-size: 48px;
  position: relative;
  z-index: 2;
}
#cash_wrap #fullpage .section .deps02 .inner .txt01 b {
  display: block;
  font-size: 40px;
}
#cash_wrap #fullpage .section .deps02 .inner .txt02 {
  font-size: 34px;
  margin: 15px 0 0 0;
}
#cash_wrap #fullpage .section .deps02 .inner .txt02 span {
  display: inline-block;
  box-shadow: inset 0 -16px 0 rgba(255, 255, 255, 0.5);
}
#cash_wrap #fullpage .section .deps02 ul li {
  display: inline-block;
  margin-top: 10%;
  margin-right: 2%;
}
#cash_wrap #fullpage .section .deps02 ul li div {
  display: inline-block;
  width: auto;
}
#cash_wrap #fullpage .section .deps02 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
#cash_wrap #fullpage .section .deps02 ul :last-child {
  margin-right: 0;
}
#cash_wrap #fullpage .section .deps03 {
  background: url("../img/deps03_bg.png") no-repeat #eee;
  background-position: 85% 33%;
}
#cash_wrap #fullpage .section .deps03 .inner {
  height: 100%;
}
#cash_wrap #fullpage .section .deps03 .inner ul {
  color: #000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#cash_wrap #fullpage .section .deps03 .inner ul li {
  text-align: left;
  padding-left: 5%;
}
#cash_wrap #fullpage .section .deps03 .inner ul li img {
  max-width: 80%;
}
#cash_wrap #fullpage .section .deps03 .inner ul li .tag {
  color: #FF6433;
}
#cash_wrap #fullpage .section .deps03 .inner ul li .tag span {
  border-radius: 50px;
  border: 1px solid #FF6433;
  background: #fff;
  padding: 5px 10px;
  margin-right: 20px;
  font-size: 20px;
}
#cash_wrap #fullpage .section .deps03 .inner ul li .tag span:last-child {
  margin-right: 0;
}
#cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
  font-size: 48px;
  line-height: 1.7;
}
#cash_wrap #fullpage .section .deps03 .inner ul li p {
  margin: 40px 0 50px;
  font-size: 30px;
  line-height: 1.5;
}
#cash_wrap #fullpage .section .deps03 .inner ul li .color_red {
  color: red;
  font-weight: 600;
}
#cash_wrap #fullpage .section .deps04 {
  background: url("../img/deps04_bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
#cash_wrap #fullpage .section .deps04 .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
#cash_wrap #fullpage .section .deps04 .inner .title {
  font-size: 48px;
  padding: 0 10% 0;
  line-height: 1.7;
  font-weight: bold;
}
#cash_wrap #fullpage .section .deps04 .inner .title p.top {
  font-size: 48px;
  position: relative;
}
#cash_wrap #fullpage .section .deps04 .inner .title p.top::before {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -20%;
  left: -5%;
  background: url("../img/deps04_title01.png") no-repeat;
}
#cash_wrap #fullpage .section .deps04 .inner .title p.top::after {
  display: block;
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 55%;
  right: -8%;
  background: url("../img/deps04_title02.png") no-repeat;
}
#cash_wrap #fullpage .section .deps04 .inner .title p.center {
  margin: 5% 0 0 5%;
}
#cash_wrap #fullpage .section .deps04 .inner .title p.center img {
  display: block;
}
#cash_wrap #fullpage .section .deps05 .inner {
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box {
  display: table-cell;
  vertical-align: middle;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
  font-size: 34px;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box .title p {
  margin: 0 0 30px 0;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
  display: inline-block;
  font-size: 60px;
  padding: 5px 10px;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box .title .color {
  display: inline-block;
  color: #F701FF;
}
#cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
  color: #888888;
  margin: 30px 0 0 0;
}
#cash_wrap #fullpage .section .deps05 ul {
  margin: 5% 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#cash_wrap #fullpage .section .deps05 ul li {
  margin-right: 6%;
}
#cash_wrap #fullpage .section .deps05 ul li .txt {
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0 0;
  font-weight: 300;
}
#cash_wrap #fullpage .section .deps05 ul li:last-child {
  margin-right: 0;
}
#cash_wrap #fullpage .section .deps06 {
  background: url("../img/dept06_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  padding-top: 70px;
}
#cash_wrap #fullpage .section .deps06 .inner {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0 12%;
}
#cash_wrap #fullpage .section .deps06 .inner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cash_wrap #fullpage .section .deps06 .inner .title .left {
  text-align: left;
  font-size: 34px;
}
#cash_wrap #fullpage .section .deps06 .inner .title .left b {
  color: #fff;
  font-size: 50px;
  margin: 30px 0 0;
  display: block;
}
#cash_wrap #fullpage .section .deps06 .inner .title .right {
  text-align: right;
  color: #FFD833;
  font-size: 25px;
}
#cash_wrap #fullpage .section .deps06 .inner .title .right img {
  margin-right: 10px;
}
#cash_wrap #fullpage .section .deps06 .inner .title .right span {
  display: block;
  background: none;
  color: #FFD833;
  font-size: 50px;
  margin: 30px 50px 0 0;
  font-weight: bold;
}
#cash_wrap #fullpage .section .deps06 .inner .title .right span a {
  color: #FFD833;
  font-weight: bold;
}
#cash_wrap #fullpage .section .deps06 .inner .center {
  display: flex;
  justify-content: space-between;
  margin: 5% 0 0;
}
#cash_wrap #fullpage .section .deps06 .inner .center .t_title {
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 24px;
}
#cash_wrap #fullpage .section .deps06 .inner .center .left p span {
  display: block;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  margin-left: 54px;
}
#cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
  margin: 20px 0 0 54px;
}
#cash_wrap #fullpage .section .deps06 .inner .center .left .box {
  display: flex;
  justify-content: space-evenly;
  margin: 0 0 65px 15px;
}
#cash_wrap #fullpage .section .deps06 .inner .center ul {
  display: inline-block;
  line-height: 1.7;
  font-size: 20px;
}
#cash_wrap #fullpage .section .deps06 .inner .center ol {
  display: inline-block;
  padding-left: 20%;
  line-height: 1.7;
  font-size: 20px;
}
#cash_wrap #fullpage .section .deps06 .inner .center .right .list_center {
  border: 2px solid #fff;
  border-radius: 20px;
  display: flex;
  padding: 12px;
  margin: 5% 0 0 10%;
}
#cash_wrap #fullpage .section .deps06 .inner .right b {
  display: block;
  color: #fff;
  font-size: 20px;
}
#cash_wrap #fullpage .section .deps06 .inner .right small {
  font-size: 14px;
  opacity: 0.5;
  padding: 19px 0 0;
  display: block;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .list {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding: 16px 0 0px 15px;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .list b {
  display: block;
  font-size: 20px;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a {
  display: block;
  position: relative;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(255, 216, 51, 0.7);
  transition: all 1s;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a img {
  width: 100%;
  border-radius: 10px;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a:hover:after {
  opacity: 1;
  -webkit-transition: all 1s;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a:hover span {
  opacity: 1;
  transition: 1s;
}
#cash_wrap #fullpage .section .deps06 .inner .right .list_center .thumb a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  z-index: 100;
  opacity: 0;
}
#cash_wrap #fullpage .section .deps06 .inner .chech_icon {
  margin-right: 12px;
}
#cash_wrap #fullpage .section .deps07 {
  background: url("../img/deps07_bg.jpg") no-repeat center/cover;
  width: 100%;
  display: table;
}
#cash_wrap #fullpage .section .deps07 .inner {
  height: 100%;
  display: table;
  width: 100%;
}
#cash_wrap #fullpage .section .deps07 .inner .flex_box {
  display: table-cell;
  vertical-align: middle;
}
#cash_wrap #fullpage .section .deps07 .inner .title {
  text-align: center;
}
#cash_wrap #fullpage .section .deps07 .inner .title b {
  display: block;
  font-size: 34px;
  font-weight: 600;
}
#cash_wrap #fullpage .section .deps07 .inner .title .top {
  font-size: 50px;
  font-weight: normal;
  margin: 30px 0 0;
}
#cash_wrap #fullpage .section .deps07 .inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0 0 0;
}
#cash_wrap #fullpage .section .deps07 .inner ul li {
  color: #fff;
  position: relative;
}
#cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  font-weight: bold;
  padding: 50px 43px;
  line-height: 1.3;
}
#cash_wrap #fullpage .section .deps07 .inner ul li small {
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 43px;
  line-height: 1.7;
}
#cash_wrap #fullpage .section .deps07 .inner ul li small b {
  font-size: 20px;
  display: block;
  color: #fff;
  padding: 5px 0 0;
}
#cash_wrap #fullpage .section .deps07 .inner ul .one {
  margin-right: 2%;
}
#cash_wrap #fullpage .section .deps07 .inner ul .two small {
  padding: 40px 43px;
}
#cash_wrap .footer {
  background: #eee;
}
#cash_wrap .footer .fp-warning {
  display: none;
}
#cash_wrap .footer .fp-watermark {
  display: none;
}
#cash_wrap .footer .myContent {
  margin: 3% 10% 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid rgba(136, 136, 136, 0.5333333333);
}
#cash_wrap .footer .myContent .address {
  text-align: right;
}
#cash_wrap .footer .myContent .cs_center ul {
  line-height: 2;
}
#cash_wrap .footer .myContent .cs_center ul li:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
}
#cash_wrap .footer .myContent .cs_center ul li:nth-of-type(1) img {
  margin-right: 10px;
}
#cash_wrap .footer .myContent .cs_center ul li:nth-of-type(2) {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  margin: 10px 0 0;
}
#cash_wrap .footer .myContent .cs_center ul li:nth-of-type(3) {
  font-size: 34px;
  font-weight: 600;
}
#cash_wrap .footer .myContent .address {
  color: #888;
  font-size: 14px;
}
#cash_wrap .footer .myContent .address ol li {
  line-height: 2;
  font-weight: 600;
}
#cash_wrap .footer .myContent .address ol li:first-child {
  margin: 0 0 25px 0;
}
#cash_wrap .footer .myContent .address ol li:last-child {
  margin: 20px 0;
}
#cash_wrap .footer .myContent .address ol li:last-child a {
  margin: 0 5px;
}
#cash_wrap .footer .myContent .address ol li span {
  margin: 0 10px;
}
#cash_wrap .footer .copyright {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: #888;
  font-weight: 600;
}

#scrollButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#scrollButton a {
  display: block;
  margin: 10px 0;
}
#scrollButton a img {
  max-width: 50px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 25%;
  opacity: 1;
}

#fp-nav.right {
  right: 70px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav li,
.fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 17px 0;
  position: relative;
}

.fp-slidesNav li {
  display: inline-block;
}

#fp-nav li a,
.fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
  background: #fff;
  border: 2px solid #B2B2B2;
}

#fp-nav span,
.fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #B2B2B2;
  background: #B2B2B2;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
}

.fp-tooltip.right {
  right: 20px;
}

.fp-tooltip.left {
  left: 20px;
}

.scroller {
  opacity: 0;
  transform: translateY(100px);
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.scroller.scroller-2 {
  font-weight: 600;
}
.scroller.on {
  animation-name: scroller;
}
.scroller-2 {
  animation-delay: 0.6s;
}
.scroller-3 {
  animation-delay: 0.9s;
}
.scroller-4 {
  animation-delay: 1.2s;
}
.scroller-5 {
  animation-delay: 1.9s;
}
.scroller-6 {
  animation-delay: 2.2s;
}

@keyframes scroller {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.scroller2 {
  opacity: 0;
  transition: all 0.7s;
  animation-duration: 1.2s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.scroller2.on {
  animation-name: scroller2;
}
.scroller2.scroller-2 {
  animation-delay: 1s;
}
.scroller2.scroller-3 {
  animation-delay: 1.1s;
}
.scroller2.scroller-4 {
  animation-delay: 1.2s;
}
.scroller2.scroller-5 {
  animation-delay: 1.3s;
}
.scroller2.scroller-6 {
  animation-delay: 1.4s;
}
.scroller2.scroller-7 {
  animation-delay: 1.7s;
}

@keyframes scroller2 {
  to {
    opacity: 1;
  }
}
.scroller.left {
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.scroller.left.scroller-2 {
  transition: all 2.5s;
  -webkit-transition: all 2.5s;
}
.scroller.left.scroller-3 {
  transition: all 3.5s;
  -webkit-transition: all 3.5s;
}
.scroller.left.scroller-4 {
  transition: all 4.5s;
  -webkit-transition: all 4.5s;
}
.scroller.left.on {
  animation-name: scroller3;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

@keyframes scroller3 {
  to {
    opacity: 1;
  }
}
.scroller.right {
  opacity: 0;
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
}
.scroller.right.scroller-2 {
  transition: all 2.5s;
  -webkit-transition: all 2.5s;
}
.scroller.right.scroller-3 {
  transition: all 3.5s;
  -webkit-transition: all 3.5s;
}
.scroller.right.scroller-4 {
  transition: all 4.5s;
  -webkit-transition: all 4.5s;
}
.scroller.right.on {
  animation-name: scroller4;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

@keyframes scroller4 {
  to {
    opacity: 1;
  }
}
@media (max-width: 1440px) {
  #cash_wrap #header .area .nav ul li {
    margin-right: 50px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .cont_logo {
    max-width: 400px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .title {
    font-size: 24px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .title span {
    padding: 5px 18px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .sub {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps00 .deps00_bg::after {
    background-position: 70% 100%;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 42px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li {
    width: 32%;
    margin-top: 7%;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li:last-child {
    display: block;
    margin-top: 5%;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul {
    font-size: 28px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
    font-size: 42px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li p {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 40px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.center img {
    max-width: 60%;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
    font-size: 50px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps05 ul li {
    margin-right: 4%;
  }
  #cash_wrap #fullpage .section .deps05 ul li .txt {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps06 .none_1280 {
    display: none;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left b {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right {
    font-size: 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right span {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right img {
    max-width: 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ol {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .t_title {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ul {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left {
    width: 95%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    font-size: 17px;
    margin: 20px 0 0 40px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right {
    width: 100%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center {
    margin: 5% 0 0 7%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center .list b {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right small {
    font-size: 12px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .chech_icon {
    max-width: 27px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    font-size: 30px;
    padding: 35px 40px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    font-size: 15px;
    padding: 50px 43px 35px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small {
    padding: 50px 43px 30px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small b {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 42px;
  }
  #cash_wrap #fullpage .footer .myContent {
    margin: 3% 8% 0;
  }
}
@media (max-width: 1280px) {
  #cash_wrap #header .area #logo img {
    max-width: 145px;
  }
  #cash_wrap #header .area .nav ul li {
    margin-right: 50px;
  }
  #cash_wrap #header .area .nav ul li a {
    font-size: 16px;
  }
  #cash_wrap #header .area .nav .chanel_icon img {
    max-width: 110px;
  }
  #cash_wrap #fullpage .section .deps00 .scrollbar {
    height: 100px;
    bottom: 0;
  }
  #cash_wrap #fullpage .section .deps00 .scrollbar img {
    width: 23px;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business div {
    max-width: 90%;
    margin: 0 auto;
  }
  #cash_wrap #fullpage .section .deps01 .zoom {
    bottom: 30%;
    left: 28%;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 38px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 28px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li {
    padding-left: 0;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li img {
    max-width: 70%;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 34px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top:after {
    width: 55px;
    height: 55px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top:before {
    top: -40%;
    left: -7%;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.center img {
    max-width: 60%;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
    font-size: 45px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
    font-size: 16px;
    line-height: 1.4;
  }
  #cash_wrap #fullpage .section .deps05 ul li {
    margin-right: 4%;
  }
  #cash_wrap #fullpage .section .deps05 ul li .txt {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps06 .none_1280 {
    display: none;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left b {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right {
    font-size: 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right span {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right img {
    max-width: 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ol {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .t_title {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ul {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left {
    width: 95%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    font-size: 17px;
    margin: 20px 0 0 40px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right {
    width: 100%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center {
    margin: 5% 0 0 7%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center .list b {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right small {
    font-size: 12px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .chech_icon {
    max-width: 27px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul {
    margin: 5% 10% 0;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    font-size: 30px;
    padding: 35px 40px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    font-size: 15px;
    padding: 50px 43px 35px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small {
    padding: 50px 43px 30px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small b {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 42px;
  }
  #cash_wrap .footer .myContent {
    margin: 3% 8% 0;
  }
  #cash_wrap #scrollButton img {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  #cash_wrap #header {
    height: 80px;
  }
  #cash_wrap #header .area {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
    height: 80px;
  }
  #cash_wrap #header .area .nav ul {
    display: none;
  }
  #cash_wrap #header .area .nav .chanel_icon {
    display: none;
  }
  #cash_wrap #header .area .m_nav {
    display: table;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: right 0.3s;
  }
  #cash_wrap #header .area .m_nav .flex_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #cash_wrap #header .area .m_nav .flex_box ul li a {
    display: inline-block;
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
  }
  #cash_wrap #header .area .m_nav .chanel_icon {
    margin: 30px 0 0;
  }
  #cash_wrap #header .area .m_nav .chanel_icon img {
    border: 1px solid #888;
    border-radius: 25px;
  }
  #cash_wrap #header .area .on {
    right: 0;
    background: #FFD833;
    transition: right 0.5s;
  }
  #cash_wrap #header .area .m_menu {
    display: block;
    position: relative;
    z-index: 1;
  }
  #cash_wrap #header .area .m_menu .on span:nth-child(1) {
    transform: rotate(45deg) translateY(6px) translateX(13px);
  }
  #cash_wrap #header .area .m_menu .on span:nth-child(2) {
    opacity: 0;
  }
  #cash_wrap #header .area .m_menu .on span:nth-child(3) {
    transform: rotate(-47deg) translateY(-1px) translateX(9px);
  }
  #cash_wrap #fullpage .section .none_1024 {
    display: none;
  }
  #cash_wrap #fullpage .section .deps .inner {
    padding: 0;
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
  }
  #cash_wrap #fullpage .section .deps00 .inner {
    background-size: 45%;
    background-position: 100% 80%;
    padding: 0 5%;
    margin: 0;
  }
  #cash_wrap #fullpage .section .deps01 .inner {
    margin: 100px auto;
    max-width: 100%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business div {
    max-width: 80%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business .cachimg.pc {
    display: none;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business .cachimg.m {
    display: block;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(1) {
    position: absolute;
    top: -5%;
    left: 0%;
    width: 43%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(2) {
    position: absolute;
    top: 49%;
    left: -9%;
    width: 31%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 33%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(4) {
    position: absolute;
    top: -6%;
    right: -3%;
    width: 43%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(5) {
    position: absolute;
    top: 46%;
    right: -10%;
    width: 33%;
  }
  #cash_wrap #fullpage .section .deps01 .inner .business ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    width: 50%;
    right: -7%;
  }
  #cash_wrap #fullpage .section .deps01 .zoom {
    bottom: 10%;
    left: 38%;
    width: 10%;
    border-radius: 15px;
  }
  #cash_wrap #fullpage .section .deps01 .show {
    transform: scale(2);
  }
  #cash_wrap #fullpage .section .deps02 .inner {
    background-size: 38%;
    background-position: 100% 80%;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul {
    display: block;
    margin-top: 5%;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li {
    width: auto;
    display: block;
    margin-top: 2%;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li:last-child {
    margin-top: 2%;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 34px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 24px;
  }
  #cash_wrap #fullpage .section::after {
    width: 70%;
  }
  #cash_wrap #fullpage .section .deps03 {
    background-position: 95% 25%;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li:first-child {
    text-align: center;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
    font-size: 34px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li p {
    font-size: 24px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .tag span {
    font-size: 17px;
    margin-right: 3px;
  }
  #cash_wrap #fullpage .section .deps04 {
    background-position: 55% 96%;
  }
  #cash_wrap #fullpage .section .deps04 .inner {
    justify-content: center;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 32px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top::before {
    top: -30%;
    left: -8%;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top::after {
    display: none;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.center {
    margin: 5% 0 0 0;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.center img {
    max-width: 75%;
  }
  #cash_wrap #fullpage .section .deps05 .inner {
    padding: 100px 0;
    height: auto;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul {
    margin: 80px 0 0;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box {
    display: block;
  }
  #cash_wrap #fullpage .section .deps05 ul {
    margin: 5% 0 0;
    display: inline-block;
  }
  #cash_wrap #fullpage .section .deps05 ul li {
    display: inline-block;
    width: 30%;
    margin: 0 0 50px 0;
  }
  #cash_wrap #fullpage .section .deps05 ul li:nth-child(4), #cash_wrap #fullpage .section .deps05 ul li:nth-child(5) {
    margin: 0;
  }
  #cash_wrap #fullpage .section .deps06 .inner {
    margin: 100px auto;
    display: block;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center {
    display: block;
    margin: 10% 0 0;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left {
    width: 100%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left .box {
    justify-content: flex-start;
    margin: 0 0 65px 40px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center {
    margin: 5% 0 0 4%;
  }
  #cash_wrap #fullpage .section .deps07 .inner {
    max-width: 90%;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 38px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul {
    margin: 5% 0 0;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small b {
    font-size: 15px;
  }
  #cash_wrap #fullpage .table {
    height: auto !important;
  }
  #cash_wrap #fullpage .table .fp-tableCell {
    height: auto !important;
  }
  #cash_wrap .footer .myContent {
    display: block;
    margin: 10% 8% 0;
    margin: 3% auto 0;
    max-width: 90%;
  }
  #cash_wrap .footer .myContent .address {
    text-align: left;
  }
  #cash_wrap .footer .myContent .address ol li:first-child {
    display: none;
  }
}
@media (max-width: 768px) {
  #cash_wrap #header .area #logo img {
    max-width: 145px;
  }
  #cash_wrap #header .area .m_nav .flex_box ul li a {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .cont_logo {
    max-width: 295px;
    margin: 20px 0 10px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .sub {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .title {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps .cont_logo {
    max-width: 330px;
  }
  #cash_wrap #fullpage .section .deps .title {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps .sub {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps .icon_box {
    margin-top: 50px !important;
  }
  #cash_wrap #fullpage .section .deps .icon_box a img {
    max-width: 185px !important;
  }
  #cash_wrap #fullpage .section .deps02 .inner {
    background-size: 45%;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 20px;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li {
    display: block;
    width: auto;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li span {
    font-size: 15px;
  }
  #cash_wrap #fullpage .section .deps03 {
    margin: 100px auto;
    height: auto;
    background-position: 84% 78%;
    background-size: 20%;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul {
    display: block;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li {
    margin: 50px 0 0;
    text-align: center;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li img {
    max-width: 45%;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li p {
    font-size: 20px;
    margin: 20px 0 30px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title {
    max-width: 100%;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 28px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top:after {
    right: -30px;
    background-size: 35px;
    width: 40px;
    height: 40px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top::before {
    background-size: 65px;
    top: -20%;
    left: -4%;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.center img {
    max-width: 100%;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
    font-size: 40px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul li {
    width: 35%;
    margin: 0 20px 50px 0;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul li:nth-of-type(2n) {
    margin: 0 0 50px 0;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title {
    display: block;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right span {
    margin: 20px 0 0 0;
    padding: 0 0;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left .box {
    margin: 0 0 35px 40px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    margin: 20px 0 60px 40px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .t_title {
    margin: 0 0 35px 0;
  }
  #cash_wrap #fullpage .section .deps07 .inner {
    margin: 100px auto;
    display: block;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul {
    display: block;
    margin: 10% 0 0;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .one {
    margin: 0 auto 5%;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li {
    max-width: 80%;
    margin: 0 auto 5%;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 36px;
    margin: 20px 0 0;
  }
  #cash_wrap #fullpage .section03 {
    background: #eee;
  }
  #cash_wrap #fullpage .footer .myContent {
    margin: 50px 8% 0;
  }
}
@media (max-width: 640px) {
  #cash_wrap #fullpage .section .deps04 .none_640 {
    display: none;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 26px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 23px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  #cash_wrap #fullpage .section .deps00 .inner .flex_box {
    display: block;
    margin: 150px 0 0;
  }
  #cash_wrap #fullpage .section .deps00 .deps00_bg::after {
    background-position: 72%;
  }
  #cash_wrap #fullpage .section .deps {
    background-position: 72%;
  }
  #cash_wrap #fullpage .section .deps .cont_logo {
    max-width: 280px;
  }
  #cash_wrap #fullpage .section .deps .sub {
    font-size: 12px;
  }
  #cash_wrap #fullpage .section .deps .title {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps .icon_box {
    margin-top: 40px !important;
  }
  #cash_wrap #fullpage .section .deps .icon_box a img {
    max-width: 175px !important;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 24px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 15px;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li img {
    width: 75px;
  }
  #cash_wrap #fullpage .section .deps02 .inner ul li span {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps03 {
    background-position: 80% 65%;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
    font-size: 24px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li p {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .tag span {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top::before {
    top: -40%;
    left: -4%;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul li .txt {
    font-size: 15px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
    font-size: 30px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title p {
    margin: 0 0 20px 0;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
    margin: 20px 0 0 0;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .left b {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .title .right span {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .t_title {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ul {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center ol {
    font-size: 14px;
    padding-left: 11%;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    font-size: 14px;
    line-height: 1.8;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center .list b {
    font-size: 15px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right small {
    font-size: 11px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .chech_icon {
    max-width: 24px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 28px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li {
    max-width: 90%;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    font-size: 12px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small b {
    font-size: 16px;
  }
  #cash_wrap #fullpage .footer .myContent .address {
    font-size: 12px;
  }
  #cash_wrap #fullpage .footer .myContent .cs_center ul li:nth-of-type(1) {
    font-size: 20px;
  }
  #cash_wrap #fullpage .footer .myContent .cs_center ul li:nth-of-type(1) img {
    width: 30px;
  }
  #cash_wrap #fullpage .footer .myContent .cs_center ul li:nth-of-type(2) {
    font-size: 13px;
  }
  #cash_wrap #fullpage .footer .myContent .cs_center ul li:nth-of-type(3) {
    font-size: 30px;
  }
  #cash_wrap #fullpage .footer .copyright {
    font-size: 13px;
  }
  #cash_wrap #scrollButton img {
    width: 45px;
  }
}
@media (max-width: 414px) {
  .show_414 {
    display: block;
  }
  #cash_wrap #header .area .m_nav .flex_box ul li a {
    font-size: 20px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .flex_box {
    display: block;
    margin: 120px 0 0;
  }
  #cash_wrap #fullpage .section .deps00 .inner .cont_logo {
    max-width: 250px;
    margin: 15px 0 10px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .title {
    font-size: 14px;
  }
  #cash_wrap #fullpage .section .deps00 .inner .sub {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps00::after {
    background-position: 63% 100%;
  }
  #cash_wrap #fullpage .section .deps01 .zoom {
    border-radius: 10px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt01 {
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps02 .inner .txt02 {
    font-size: 12px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .enTitle {
    font-size: 19px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li p {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps03 .inner ul li .tag span {
    font-size: 11px;
    margin-right: 3px;
  }
  #cash_wrap #fullpage .section .deps04 .inner .title p.top {
    font-size: 20px;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul {
    margin: 50px 0 0;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul li {
    width: 40%;
  }
  #cash_wrap #fullpage .section .deps05 .inner ul li .txt {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title {
    font-size: 17px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title span {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps05 .inner .flex_box .title .sub {
    font-size: 13px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center {
    display: block;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center .list {
    display: block;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .right .list_center .list {
    padding: 16px 0 20px 15px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    margin: 20px 0 60px 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .subtxt {
    font-size: 14px;
    margin: 20px 0 60px 20px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title b {
    font-size: 15px;
  }
  #cash_wrap #fullpage .section .deps07 .inner .title .top {
    font-size: 22px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .one, #cash_wrap #fullpage .section .deps07 .inner ul .two {
    max-width: 100%;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small {
    padding: 50px 35px 25px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul .two small b {
    font-size: 16px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li .top_txt {
    padding: 28px 33px;
    font-size: 18px;
  }
  #cash_wrap #fullpage .section .deps07 .inner ul li small {
    padding: 50px 35px 25px;
    font-size: 11px;
  }
}
@media (max-width: 360px) {
  #cash_wrap #fullpage .section .deps06 .inner .title .left b {
    font-size: 23px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left .box {
    margin: 0 0 35px 20px;
  }
  #cash_wrap #fullpage .section .deps06 .inner .center .left p .sub_txt {
    margin: 20px 0 60px 20px;
  }
}
.red_color {
  color: red;
}

.banner_price {
  position: fixed;
  bottom: 365px;
  right: 66px;
  text-align: center;
  color: white;
  font-family: "Pretendard-Regular";
  font-weight: 800;
  font-size: 18px;
  line-height: 1.5;
}
.banner_price .today_price {
  color: red;
}

.main_banner_img {
  position: fixed;
  right: 15px;
  bottom: 192px;
}

#gold_price {
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1280px;
  background: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1647058824);
  border-radius: 12px;
  padding: 112px 58px 58px 68px;
  text-align: center;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
#gold_price > h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "MBC1961M";
}
#gold_price .gold_price_tit {
  font-family: "MBC1961M";
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 34px;
}
#gold_price .close {
  display: inline-block;
  display: inline;
  position: absolute;
  top: 0px;
  right: 20px;
}
#gold_price .close:after {
  display: inline-block;
  content: "×";
  font-size: 50pt;
  color: #ccc;
}
#gold_price .gold_price_day {
  text-align: left;
  font-size: 20px;
  color: #815D15;
  font-family: "Pretendard-Regular";
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 60px;
}
#gold_price .gold_price_table {
  border-collapse: collapse;
  max-width: 1160px;
  width: 100%;
  font-family: "MBC1961M";
  margin: 0 auto;
}
#gold_price .gold_price_table th {
  color: #5E502A;
  font-size: 22px;
  padding: 20px 25px;
  background-color: #FFD833;
  border: 1px solid #FFD833;
  letter-spacing: 1px;
}
#gold_price .gold_price_table td {
  font-family: "Pretendard-Regular";
  font-weight: 600;
  font-size: 16px;
  width: 250px;
  border: 0.5px solid rgba(203, 203, 203, 0.4823529412);
  padding: 20px 75px;
}
#gold_price .gold_price_table .border_right {
  border-right: 1px solid rgba(203, 203, 203, 0.4823529412);
}
#gold_price .gold_price_table .border_bottom {
  border-bottom: 3px solid rgba(203, 203, 203, 0.4823529412);
}
#gold_price .gold_price_table .previous_day_td {
  background-color: rgba(241, 230, 202, 0.3450980392);
  color: #919191;
}
#gold_price .gold_price_table .previous_day_td .price_blue {
  color: blue;
}
#gold_price .gold_price_table .previous_day_td .price_red {
  color: red;
}
#gold_price .gold_price_table .vat {
  font-size: 16px;
}

.main_banner_img_2 {
  display: none;
}

@media (max-width: 538px) {
  #gold_price {
    width: 94%;
    max-width: 1280px;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    top: 17%;
  }
  #gold_price > h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "MBC1961M";
  }
  #gold_price .gold_price_tit {
    font-family: "MBC1961M";
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 34px;
  }
  #gold_price .close {
    display: inline-block;
    display: inline;
    position: absolute;
    top: 0px;
    right: 20px;
  }
  #gold_price .close:after {
    display: inline-block;
    content: "×";
    font-size: 30pt;
    color: #ccc;
  }
  #gold_price .gold_price_day {
    text-align: left;
    font-size: 16px;
    color: #815D15;
    font-family: "Pretendard-Regular";
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 60px;
  }
  #gold_price .gold_price_table {
    border-collapse: collapse;
    max-width: 1160px;
    width: 100%;
    font-family: "MBC1961M";
    margin: 0 auto;
  }
  #gold_price .gold_price_table th {
    color: #5E502A;
    font-size: 15px;
    padding: 10px;
    background-color: #FFD833;
    border: 1px solid #FFD833;
    letter-spacing: 1px;
  }
  #gold_price .gold_price_table td {
    font-family: "Pretendard-Regular";
    font-weight: 600;
    font-size: 14px;
    width: 250px;
    border: 0.5px solid rgba(203, 203, 203, 0.4823529412);
    padding: 20px;
  }
  #gold_price .gold_price_table .border_right {
    border-right: 1px solid rgba(203, 203, 203, 0.4823529412);
  }
  #gold_price .gold_price_table .border_bottom {
    border-bottom: 3px solid rgba(203, 203, 203, 0.4823529412);
  }
  #gold_price .gold_price_table .previous_day_td {
    background-color: rgba(241, 230, 202, 0.3450980392);
    color: #919191;
  }
  #gold_price .gold_price_table .previous_day_td .price_blue {
    color: blue;
  }
  #gold_price .gold_price_table .previous_day_td .price_red {
    color: red;
  }
  #gold_price .gold_price_table .vat {
    font-size: 14px;
  }
  .banner_price {
    display: none;
  }
  .main_banner_img {
    display: none;
  }
  .main_banner_img_2 {
    display: block;
  }
  #gold_price .gold_price_day {
    margin-left: 0;
  }
  #gold_price .gold_price_tit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    font-size: 21px;
  }
  #gold_price .close {
    right: 20px;
  }
  .deps01_1 .gold_price_day {
    margin-left: 0;
  }
  .deps01_1 .close {
    right: 70px;
  }
}
@media (max-width: 480px) {
  #cash_wrap #fullpage .section .deps01_1 {
    height: 81%;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table_box {
    padding: 0 20px;
  }
  #cash_wrap #fullpage .section .deps01_1 > h3 {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: "MBC1961M";
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_tit {
    font-size: 25px;
  }
  #cash_wrap #fullpage .section .deps01_1 .close {
    display: inline-block;
    display: inline;
    position: absolute;
    top: 0px;
    right: 20px;
  }
  #cash_wrap #fullpage .section .deps01_1 .close:after {
    display: inline-block;
    content: "×";
    font-size: 50pt;
    color: #ccc;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_day {
    text-align: left;
    font-size: 20px;
    color: #815D15;
    font-family: "Pretendard-Regular";
    font-weight: 700;
    margin-bottom: 10px;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table {
    border-collapse: collapse;
    max-width: 1160px;
    width: 100%;
    font-family: "MBC1961M";
    margin: 0 auto;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table th {
    color: #5E502A;
    font-size: 18px;
    padding: 10px;
    background-color: #FFD833;
    border: 1px solid #FFD833;
    letter-spacing: 1px;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table td {
    font-family: "Pretendard-Regular";
    font-weight: 600;
    font-size: 16px;
    background-color: #fff;
    width: 250px;
    border: 0.5px solid rgba(203, 203, 203, 0.4823529412);
    padding: 20px;
    text-align: center;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .border_right {
    border-right: 1px solid rgba(203, 203, 203, 0.4823529412);
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .border_bottom {
    border-bottom: 3px solid rgba(203, 203, 203, 0.4823529412);
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td {
    background-color: #f1e6ca;
    color: #919191;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td .price_blue {
    color: blue;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .previous_day_td .price_red {
    color: red;
  }
  #cash_wrap #fullpage .section .deps01_1 .gold_price_table .vat {
    font-size: 15px;
  }
}/*# sourceMappingURL=main.css.map */