@charset "utf-8";
body,
html {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.blind {
  font-size: 0;
  position: absolute;
  text-indent: -9999px;
  top: -9999px;
}
@charset "utf-8";
@font-face {
  font-family: 'nsm';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Medium'), local('NotoSans-Medium');
  src: url(../font/NotoSansKrMedium.eot);
  src: url(../font/NotoSansKrMedium.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSansKrMedium.woff) format('woff');
  /*url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKrMedium.otf) format('opentype');*/
}
@font-face {
  font-family: 'nsr';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Regular'), local('NotoSans-Regular'),
    url(../font/NotoSansKrRegular.eot),
    url(../font/NotoSansKrRegular.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSansKrRegular.woff) format('woff');
}
@font-face {
  font-family: 'nsd';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
    url(../font/NotoSansKrDemiLight.eot),
    url(../font/NotoSansKrDemiLight.eot?#iefix) format('embedded-opentype'),
    url(../font/NotoSansKrDemiLight.woff) format('woff');
}
/* css_reset */
html {
  -webkit-text-size-adjust: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*html, body{width:100%; height:100%;}  2018.09.27 ios에서 스크롤링이 부드럽지 않아서 변경함. */
html,
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
button,
input {
  font-family: nsd;
  font-weight: 300;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
}
input,
textarea {
  border-radius: 0;
  resize: none;
  background: transparent;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button {
  font-family: nsd;
  font-size: 12px;
  font-weight: 300;
}
body {
  color: #000;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 15px;
}
font-weight: 300;
caption,
legend {
  font-size: 0;
  line-height: 0;
  text-indent: -5000px;
}
img,
fieldset,
iframe {
  border: 0 none;
  vertical-align: top;
}
fieldset {
  font-size: 0;
}
ul,
ol {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
i,
em,
address {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: none;
}
input[type='submit'] {
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type='text'],
input[type='number'],
input[type='email'],
input[type='date'],
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='password'] {
  width: 100%;
  height: 50px;
  line-height: 1;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.4;
  font-family: nsd;
  color: #999999;
  font-size: 16px;
  padding-left: 15px;
  outline: none;
}
::-webkit-input-placeholder {
  color: #bbb;
  font-size: 16px;
  letter-spacing: -1px;
}
z ::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}
::-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.hidden {
  clear: both;
  height: 0;
  line-height: 0;
  width: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/* MARGIN PADDING*/
.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt7 {
  margin-top: 7px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt10 {
  margin-top: 8px !important;
}
.mt10_m {
  margin-top: -10px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml3 {
  margin-left: 3px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr3 {
  margin-right: 3px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt7 {
  padding-top: 7px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt12 {
  padding-top: 12px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr100 {
  padding-right: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pb105 {
  padding-bottom: 105px !important;
}
.pb110 {
  padding-bottom: 110px !important;
}
.textL {
  text-align: left !important;
}
.textR {
  text-align: right !important;
}
.font11 {
  font-size: 11px;
}
.lineBar {
  border-top: 8px solid #f5f5f5;
}

/*폰트컬러*/

.f_pink {
  color: #eb467c !important;
}
.f_gray {
  color: #333 !important;
}
.f_gray02 {
  color: #999 !important;
}
.f_purple {
  color: #6666f8 !important;
}
.f_blue {
  color: #0098ff !important;
}
.f_blue02 {
  color: #2874c7 !important;
}
.f_red {
  color: #fb3858 !important;
}

.bg_gray {
  background: #f5f6f9;
}
.bg_white {
  background: #fff;
}
.sub_tit {
  font-size: 14px;
  color: #000000;
  font-family: nsm;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.pc_inner {
  width: 1063px;
  position: relative;
  margin: 0 auto;
}
.jgr_visual {
  height: 708px;
  background: #0075cd;
  background: url(../img/main_banner.png?v=20200922) no-repeat center
    center;
}
.jgr_visual_2 {
  height: 708px;
  background: #0075cd;
  background: url(../img/main_banner.png?v=240112) no-repeat center
    center;
}
.main_top {
  height: 100%;
  position: relative;
}
[class^='main_top__num'].none {
  display: none;
}
[class^='main_top__num'] {
  position: absolute;
  right: 195px;
  top: 23px;
  font-weight: 400;
  font-size: 24px;
  color: #f9fff8;
  text-align: right;
}
.main_top button {
  font-family: nsr;
  font-weight: bold;
  font-size: 25px;
  color: #1a528f;
  position: absolute;
  top: 563px;
  cursor: pointer;
  width: 568px;
  height: 84.5px;
  background: none;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
}
.jgr_content {
  background: #fff;
}
.jgr_cont_top,
.jgr_cont_bot {
  border-bottom: 1px solid #dfdfdf;
}
.jgr_cont_bot:last-of-type {
  border-bottom: 0;
}
.jgr_cont_top h3,
.jgr_cont_bot h3 {
  font-family: nsr;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.25px;
}
.jgr_cont_top ul {
  overflow: hidden;
}
.jgr_cont_top ul li {
  float: left;
  width: 33.33333%;
  position: relative;
  font-family: nsm;
  font-size: 17px;
  letter-spacing: -0.25px;
  color: #999999;
}
.jgr_cont_top ul li span {
  display: block;
  word-break: keep-all;
  padding-right: 40px;
  padding-left: 60px;
}
.jgr_cont_top ul li span:last-of-type {
  padding-top: 5px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 22px;
}
.jgr_cont_top ul li span .sub_txt {
  display: inline-block;
  padding: 0;
  font-family: nsr;
  font-size: 16px;
  font-weight: normal;
}
.jgr_cont_top ul li:before {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/pc_icon01.png) no-repeat;
}
.jgr_cont_top ul li:nth-child(2):before {
  background-image: url(../img/pc_icon02.png);
}
.jgr_cont_top ul li:nth-child(3):before {
  background-image: url(../img/pc_icon03.png);
}
.jgr_cont_bot {
  overflow: hidden;
}
.jgr_cont_bot ul {
  float: left;
  width: 50%;
}
.jgr_cont_bot li {
  padding-top: 25px;
}
.jgr_cont_bot li span {
  display: block;
  font-family: nsm;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.1px;
}
.jgr_cont_bot li span:nth-child(2) {
  color: #666666;
}
.jgr_footer {
  background: #f4f6fc;
  overflow: hidden;
}
.jgr_footer ul {
  float: left;
  width: 50%;
}
.jgr_footer h3 {
  font-family: nsr;
  font-weight: 900;
  color: #666;
  letter-spacing: -0.4px;
  font-size: 16px;
}
.jgr_footer li {
  font-size: 13px;
  letter-spacing: -1px;
  color: #666666;
  line-height: 18px;
  position: relative;
  padding-left: 10px;
}
.jgr_footer li::before {
  content: '·';
  display: block;
  position: absolute;
  left: 0;
}
.jgr_visual.type2 {
  background: #fb3858;
}
.jgr_visual.type2 button {
  color: #fb3858;
}
.jgr_visual.type2 .main_top {
  height: 100%;
  background: url(../img/pc_visual_bg02.png) no-repeat center center;
}
.jgr_content.type2 .jgr_cont_top ul li:before {
  background-image: url(../img/pc_icon04.png);
}
.jgr_content.type2 .jgr_cont_top ul li:nth-child(2):before {
  background-image: url(../img/pc_icon05.png);
}
.jgr_content.type2 .jgr_cont_top ul li:nth-child(3):before {
  background-image: url(../img/pc_icon06.png);
}

.container {
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
}
.mo_jgr_visual {
  position: relative;
}
.mo_jgr_visual .jgr_header {
  position: absolute;
  top: 0;
  width: 100%;
}
.mo_jgr_visual .jgr_header li:nth-child(1) {
  float: left;
  width: 100px;
  padding-top: 25px;
  padding-left: 18px;
}
.mo_jgr_visual .jgr_header li:nth-child(2) {
  float: right;
  width: 67.5px;
  padding-right: 18px;
  padding-top: 32px;
}
.mo_jgr_visual button {
  font-family: nsr;
  font-weight: bold;
  color: #1a528f;
  font-size: 18px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 8px;
  position: absolute;
  bottom: 9%;
  width: 88%;
  height: 55px;
  left: 50%;
  margin-left: -44%;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
}
.mo_jgr_visual.type2 button {
  color: #d31131;
}
.arrow_down {
  width: 24px;
  height: 11.5px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  margin-left: -5.575px;
  animation: arrowMove 1s infinite;
}
.mo_jgr_cont {
  padding: 0 20px;
}
.mo_jgr_cont .mo_cont_top {
  overflow: hidde;
}
.mo_jgr_cont .mo_cont_top h3 {
  font-family: nsr;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
.mo_jgr_cont .mo_cont_top ul {
  border-top: 1px solid #dddddd;
}
.mo_jgr_cont .mo_cont_top ul li {
  border-bottom: 1px solid #ddd;
  padding-left: 67px;
  padding: 19px 0 19px 67px;
  position: relative;
}
.mo_jgr_cont .mo_cont_top ul li span {
  display: block;
  font-family: nsm;
  letter-spacing: -0.25px;
  font-size: 16px;
  color: #999999;
}
.mo_jgr_cont .mo_cont_top ul li span:last-of-type {
  font-family: nsr;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 22px;
}
.mo_jgr_cont .mo_cont_top ul li span .sub_txt {
  display: inline-block;
  padding: 0;
  font-family: nsr;
  font-size: 16px;
  font-weight: normal;
}

.mo_jgr_cont .mo_cont_top ul li:before {
  content: '';
  width: 52px;
  height: 52px;
  position: absolute;
  top: 17px;
  left: 0;
  background: url(../img/pc_icon01.png) no-repeat;
}
.mo_jgr_cont .mo_cont_top ul li:nth-child(2):before {
  background-image: url(../img/pc_icon02.png);
}
.mo_jgr_cont .mo_cont_top ul li:nth-child(3):before {
  background-image: url(../img/pc_icon03.png);
}

.mo_jgr_cont.type2 .mo_cont_top ul li:before {
  background-image: url(../img/pc_icon04.png);
}
.mo_jgr_cont.type2 .mo_cont_top ul li:nth-child(2):before {
  background-image: url(../img/pc_icon05.png);
}
.mo_jgr_cont.type2 .mo_cont_top ul li:nth-child(3):before {
  background-image: url(../img/pc_icon06.png);
}

.mo_jgr_cont .mo_cont_bot li {
  overflow: hidden;
}
.mo_jgr_cont .mo_cont_bot.type2 {
  border-top: 1px solid #ddd;
}
.mo_jgr_cont .mo_cont_bot.type2 h3 {
  font-family: nsr;
  font-weight: bold;
  color: #2b2e38;
  font-size: 15px;
}
.mo_jgr_cont .mo_cont_bot li span {
  display: block;
  float: left;
  line-height: 26px;
}
.mo_jgr_cont .mo_cont_bot li span:nth-child(1) {
  width: 95px;
  font-family: nsm;
  letter-spacing: -1px;
  font-size: 13px;
  color: #2b2e38;
  opacity: 0.9;
}
.mo_jgr_cont .mo_cont_bot li span:nth-child(2) {
  width: calc(100% - 95px);
  font-family: nsm;
  letter-spacing: -1px;
  font-size: 13px;
  color: #2b2e38;
  opacity: 0.6;
}

.mo_jgr_info {
  background: #f5f6f9;
  padding: 20px;
}
.mo_jgr_info li {
  position: relative;
  font-family: nsr;
  letter-spacing: -0.5px;
  font-size: 12px;
  color: #666666;
  padding-left: 6px;
  word-break: keep-all;
}
.mo_jgr_info li:before {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #666;
  border-radius: 50%;
}

.fix_btn {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 55px;
  display: none;
}
.fix_btn a {
  float: left;
  text-align: center;
  line-height: 55px;
  width: 50%;
  height: 55px;
  box-sizing: border-box;
  background: #1a528f;
  color: #fff;
  border: none;
  font-famliy: nsm;
  font-size: 19px;
}
.fix_btn a:nth-child(2) {
  background: #2874c7;
}
.fix_btn.type2 a {
  background: #d31131;
}
.fix_btn.type2 a:nth-child(2) {
  background: #fb3858;
}
@keyframes arrowMove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
.info_font_small {
  font-weight: 100;
  font-size: 16px;
}
@keyframes btnScale {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes btnScaleHover {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.main_top button.visual_btn {
  background: #e6f0fa;
  -webkit-box-shadow: 5px 8px 20px 5px rgb(0 0 0 / 30%);
  box-shadow: 4px 8px 20px 5px rgb(0 0 0 / 28%);
  font-size: 31px;
  font-weight: 700;
  color: #0168bc;
  font-family: noto;
  padding: 0 35px;
  left: -2px;
}
.main_top button.visual_btn img {
  margin-top: 4px;
  width: 500px;
  margin-left: 1px;
  animation: btnScale 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2;
  -webkit-animation: btnScale 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2;
}

.main_top button.visual_btn:hover img {
  animation: btnScaleHover 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2 !important;
  -webkit-animation: btnScaleHover 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67) 2 !important;
}
.main_top button.visual_btn.loadAni img {
  animation: none;
}

.visual__logo--anchor {
  position: absolute;
  width: 140px;
  height: 63px;
  top: 20px;
}
