/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: none;
}

@font-face {
  font-family: "OneShinhan";
  src: url("/static/home/shinhan/font/OneShinhanLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OneShinhan";
  src: url("/static/home/shinhan/font/OneShinhanMedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OneShinhan";
  src: url("/static/home/shinhan/font/OneShinhanBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("/static/home/shinhan/font/SpoqaHanSansNeo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  src: url("/static/home/shinhan/font/SpoqaHanSansNeo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NanumGothic";
  src: url("/static/home/shinhan/font/NanumGothic.ttf") format("truetype"), url("/static/home/shinhan/font/NanumGothic.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NanumGothic";
  src: url("/static/home/shinhan/font/NanumGothicBold.ttf") format("truetype"), url("/static/home/shinhan/font/NanumGothicBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
body * {
  font-family: "NanumGothic", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
  color: #222;
  letter-spacing: -0.5px;
  font-weight: 700;
}

#wrap {
  width: 100%;
  height: 100%;
}

.shinhanEvent .inner {
  width: 780px;
  margin: 0 auto;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .shinhanEvent .inner {
    width: 100%;
  }
}
.shinhanEvent .logo {
  text-align: right;
}
.shinhanEvent .title_wrap {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .shinhanEvent .title_wrap {
    display: block;
  }
}
.shinhanEvent .title_wrap .tit {
  font-size: 45px;
}
@media (max-width: 768px) {
  .shinhanEvent .title_wrap .tit {
    font-size: 22px;
  }
}
.shinhanEvent .title_wrap .sub {
  margin-top: 10px;
  font-size: 24px;
}
@media (max-width: 768px) {
  .shinhanEvent .title_wrap .sub {
    font-size: 14px;
  }
}

.cont {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .cont.qr {
    display: none;
  }
}
.cont.use {
  display: none;
}
@media (max-width: 768px) {
  .cont.use {
    display: block;
  }
}
.cont.cont1 .txt_box {
  background: url("/static/home/shinhan/images/ico_evt01.png") no-repeat bottom 25px right 20px;
}
@media (max-width: 768px) {
  .cont.cont1 .txt_box {
    background-position: bottom 20px center;
    padding: 25px 25px 150px;
  }
}
.cont.cont2 .txt_box {
  background: url("/static/home/shinhan/images/ico_evt04.png") no-repeat center right 20px;
}
@media (max-width: 768px) {
  .cont.cont2 .txt_box {
    background-position: bottom 20px center;
    background-size: 100px;
    padding: 25px 25px 200px;
  }
}
@media (max-width: 413px) {
  .cont.cont2 .txt_box {
    padding: 25px 10px 200px;
  }
}
@media (max-width: 365px) {
  .cont.cont2 .txt_box {
    padding: 25px 5px 200px;
  }
}
.cont .tit {
  width: 150px;
  height: 47px;
  background: #555;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  .cont .tit {
    width: 130px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.cont .txt_box {
  border: 1px solid #555;
  padding: 25px 35px;
}
.cont .txt_box .txt_box_tit {
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .cont .txt_box .txt_box_tit {
    font-size: 14px;
  }
}
.cont .txt_box .txt_box_sub {
  margin-top: 10px;
  font-size: 19px;
}
@media (max-width: 768px) {
  .cont .txt_box .txt_box_sub {
    font-size: 14px;
    margin-top: 5px;
  }
  .cont .txt_box .txt_box_sub br {
    display: none;
  }
}
.cont .txt_box ul li {
  font-size: 19px;
  color: #6c6c6c;
}
@media (max-width: 768px) {
  .cont .txt_box ul li {
    font-size: 12px;
  }
}
.cont .txt_box ul li + li {
  margin-top: 10px;
}
.cont .txt_box ul li.point2 {
  color: #ff7700;
  font-size: 30px;
}
@media (max-width: 768px) {
  .cont .txt_box ul li.point2 {
    font-size: 15px;
  }
}
.cont .txt_box ul li.info_txt {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cont .txt_box ul li.info_txt {
    font-size: 12px;
  }
}
.cont .txt_box ul.typeB {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .cont .txt_box ul.typeB {
    padding: 0;
  }
}
.cont .txt_box ul.typeB .typeB {
  margin-top: 10px;
}
.cont .txt_box ul.caution {
  margin-top: 10px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .cont .txt_box ul.caution {
    padding: 0;
  }
}
.cont .txt_box ul.caution li {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .cont .txt_box ul.caution li {
    font-size: 12px;
  }
}
.cont .txt_box ul.caution li + li {
  margin-top: 0px;
}

.point {
  color: #0046ff !important;
}

@media (max-width: 768px) {
  .use_list {
    display: block;
    text-align: center;
  }
}
.use_list .img {
  height: 280px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .use_list .img {
    justify-content: center;
    width: 100%;
    text-align: center;
    height: auto;
  }
}
.use_list li {
  position: relative;
}
@media (max-width: 768px) {
  .use_list li + li {
    margin-top: 50px !important;
  }
}
.use_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 30px;
  height: 30px;
  background: url("/static/home/shinhan/images/arr.png") no-repeat center;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .use_list li::after {
    right: unset;
    top: unset;
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
    transform: rotate(90deg);
  }
}
.use_list li img {
  width: 100%;
}
@media (max-width: 768px) {
  .use_list li img {
    width: auto;
  }
}
@media (max-width: 768px) {
  .use_list li:nth-child(1) img {
    width: 40%;
  }
}
.use_list li:nth-child(2) {
  width: 230px;
}
@media (max-width: 768px) {
  .use_list li:nth-child(2) {
    width: 100%;
  }
}
.use_list li:nth-child(3) {
  width: 206px;
}
@media (max-width: 768px) {
  .use_list li:nth-child(3) {
    width: 100%;
  }
}
.use_list li:nth-child(3)::after {
  display: none;
}
.use_list li .txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}

.qr_code {
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.btn_wrap {
  display: none;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .btn_wrap {
    display: block;
  }
}
.btn_wrap .btn_link {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 49px;
  line-height: 49px;
  text-decoration: none;
  background: #0046ff;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .btn_wrap .btn_link {
    font-size: 18px;
  }
}

.btn {
  cursor: pointer;
  width: 335px;
  height: 56px;
  font-size: 18px;
  font-weight: 300;
  background: #0471E9;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.info {
  margin-top: 35px;
}
.info .tit {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .info .tit {
    font-size: 12px;
  }
}
.info .list li {
  font-size: 16px;
  padding-left: 14px;
  text-indent: -14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .info .list li {
    font-size: 12px;
  }
}
.info .list li + li {
  margin-top: 5px;
}
.info .txt {
  margin-top: 17px;
  text-align: center;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .info .txt {
    font-size: 12px;
  }
}
