@charset "UTF-8";
@import "../../common/css/reset.css";
@import "../../common/css/normalize.css";
/* font size */
.fs_18 {
  font-size: 18px !important;
}

.fs_20 {
  font-size: 20px !important;
}

.fs_22 {
  font-size: 22px !important;
}

.fs_24 {
  font-size: 24px !important;
}

.fs_26 {
  font-size: 26px !important;
}

.fs_28 {
  font-size: 28px !important;
}

.fs_30 {
  font-size: 30px !important;
}

.fs_31 {
  font-size: 31px !important;
}

.fs_32 {
  font-size: 32px !important;
}

.fs_33 {
  font-size: 33px !important;
}

.fs_34 {
  font-size: 34px !important;
}

.fs_35 {
  font-size: 35px !important;
}

.fs_36 {
  font-size: 36px !important;
}

.fs_37 {
  font-size: 37px !important;
}

.fs_38 {
  font-size: 38px !important;
}

.fs_39 {
  font-size: 39px !important;
}

.fs_40 {
  font-size: 40px !important;
}

.fs_42 {
  font-size: 42px !important;
}

.fs_45 {
  font-size: 45px !important;
}

.fs_46 {
  font-size: 46px !important;
}

.fs_48 {
  font-size: 48px !important;
}

.fs_50 {
  font-size: 50px !important;
}

.fs_55 {
  font-size: 55px !important;
}

.fs_56 {
  font-size: 56px !important;
}

.fs_52 {
  font-size: 52px !important;
}

.fs_60 {
  font-size: 60px !important;
}

.fs_65 {
  font-size: 65px !important;
}

.fs_70 {
  font-size: 70px !important;
}

/*font family*/
.ff_eb {
  font-family: "NS_ROUNDEB", sans-serif;
}

.ff_r {
  font-family: "NS_ROUNDR", sans-serif;
}

.ff_b {
  font-family: "NS_ROUNDB", sans-serif;
}

.ff_l {
  font-family: "NS_ROUNDL", sans-serif;
}

/*font weight*/
.fw_400 {
  font-weight: 400 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_800 {
  font-weight: 800 !important;
}

/* text align */
.t_a_c {
  text-align: center !important;
}

.t_a_r {
  text-align: right !important;
}

.t_a_l {
  text-align: left !important;
}

.t_a_j {
  text-align: justify !important;
}

/* position */
._ab {
  position: absolute !important;
}

._rel {
  position: relative !important;
}

/* display */
._dis_n {
  display: none !important;
}

._dis_b {
  display: block !important;
}

._dis_ib {
  display: inline-block !important;
}

/* flex 정렬 */
._dis_f {
  display: flex;
}
._dis_f._center {
  align-items: center;
  justify-content: center;
}
._dis_f._ai_c {
  align-items: center;
}
._dis_f._jc_c {
  justify-content: center;
}
._dis_f._column {
  flex-direction: column;
}
._dis_f._jc_sb {
  justify-content: space-between;
}
._dis_f ._flex_g_1 {
  flex-grow: 1;
}

._pe_n {
  pointer-events: none !important;
}

/* margin */
.ma_0 {
  margin: 0 !important;
}

.ma_auto {
  margin: 0 auto !important;
}

.mt_m_10 {
  margin-top: -10px !important;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_55 {
  margin-top: 55px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_65 {
  margin-top: 65px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_85 {
  margin-top: 85px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mt_95 {
  margin-top: 95px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_55 {
  margin-bottom: 55px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_65 {
  margin-bottom: 65px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_85 {
  margin-bottom: 85px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_95 {
  margin-bottom: 95px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_0 {
  margin-left: 0 !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.ml_55 {
  margin-left: 55px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.ml_65 {
  margin-left: 65px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.ml_75 {
  margin-left: 75px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.ml_85 {
  margin-left: 85px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.ml_95 {
  margin-left: 95px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mr_55 {
  margin-right: 55px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mr_65 {
  margin-right: 65px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mr_75 {
  margin-right: 75px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mr_85 {
  margin-right: 85px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mr_95 {
  margin-right: 95px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

/* padding */
.pt_0 {
  padding-top: 0 !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pt_55 {
  padding-top: 55px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pt_65 {
  padding-top: 65px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pt_85 {
  padding-top: 85px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pt_95 {
  padding-top: 95px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pb_55 {
  padding-bottom: 55px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pb_65 {
  padding-bottom: 65px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pb_75 {
  padding-bottom: 75px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pb_85 {
  padding-bottom: 85px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pb_95 {
  padding-bottom: 95px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pl_55 {
  padding-left: 55px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.pl_65 {
  padding-left: 65px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.pl_75 {
  padding-left: 75px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.pl_85 {
  padding-left: 85px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.pl_95 {
  padding-left: 95px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.pr_0 {
  padding-right: 0 !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pr_55 {
  padding-right: 55px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pr_65 {
  padding-right: 65px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pr_75 {
  padding-right: 75px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pr_85 {
  padding-right: 85px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pr_95 {
  padding-right: 95px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pa_0 {
  padding: 0 !important;
}

.pa_5 {
  padding: 5px !important;
}

.pa_10 {
  padding: 10px !important;
}

.pa_15 {
  padding: 15px !important;
}

.pa_20 {
  padding: 20px !important;
}

.pa_25 {
  padding: 25px !important;
}

.pa_30 {
  padding: 30px !important;
}

.pa_35 {
  padding: 35px !important;
}

.pa_40 {
  padding: 40px !important;
}

.pa_45 {
  padding: 45px !important;
}

.pa_50 {
  padding: 50px !important;
}

.pa_55 {
  padding: 55px !important;
}

.pa_60 {
  padding: 60px !important;
}

.pa_65 {
  padding: 65px !important;
}

.pa_70 {
  padding: 70px !important;
}

.pa_75 {
  padding: 75px !important;
}

.pa_80 {
  padding: 80px !important;
}

.pa_85 {
  padding: 85px !important;
}

.pa_90 {
  padding: 90px !important;
}

.pa_95 {
  padding: 95px !important;
}

.pa_100 {
  padding: 100px !important;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

._u_line {
  position: relative;
  display: inline-block;
}
._u_line:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -2px;
  background-color: #75736e;
  left: 0;
  right: 0;
}

._va_m {
  vertical-align: middle;
}

._va_t {
  vertical-align: top;
}

._nowrap {
  white-space: nowrap;
}

._underline {
  border-bottom: 2px solid #333;
}

html, body {
  min-width: 1280px;
}

body {
  overflow: auto;
  background-color: #C4D2F5;
}
body a {
  color: inherit;
}

.inst_main {
  width: 1280px;
  margin: auto;
  font-family: "NS_ROUNDB", sans-serif;
}

.inst_header {
  height: 230px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 15px 40px;
  margin: auto;
}
.inst_header::before {
  position: absolute;
  top: 25px;
  content: url("../images/logo_ycloud.png");
  left: 0;
}
.inst_header .title {
  background-image: url("../images/bg_title.png");
  width: 586px;
  height: 108px;
  position: absolute;
  top: 0;
  left: calc(50% - 293px);
  text-align: center;
  font-size: 40px;
  line-height: 104px;
  color: #FFF;
  text-shadow: -2px -2px #2B3A98, -2px -1px #2B3A98, -2px 0px #2B3A98, -2px 1px #2B3A98, -2px 2px #2B3A98, -1px -2px #2B3A98, -1px -1px #2B3A98, -1px 0px #2B3A98, -1px 1px #2B3A98, -1px 2px #2B3A98, 0px -2px #2B3A98, 0px -1px #2B3A98, 0px 0px #2B3A98, 0px 1px #2B3A98, 0px 2px #2B3A98, 1px -2px #2B3A98, 1px -1px #2B3A98, 1px 0px #2B3A98, 1px 1px #2B3A98, 1px 2px #2B3A98, 2px -2px #2B3A98, 2px -1px #2B3A98, 2px 0px #2B3A98, 2px 1px #2B3A98, 2px 2px #2B3A98;
}
.inst_header .btn_wrap {
  display: flex;
}
.inst_header .btn_wrap button {
  width: 172px;
  height: 64px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #8E93B2;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1), 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset, 0 5px 0 0 rgba(255, 255, 255, 0.3) inset;
  font-size: 24px;
  color: #444A6E;
  text-align: center;
  padding-bottom: 7px;
  line-height: 60px;
}
.inst_header .btn_wrap button:first-child {
  border-radius: 32px 0 0 32px;
  border-width: 2px 0 2px 2px;
  padding-left: 10px;
}
.inst_header .btn_wrap button:last-child {
  border-radius: 0 32px 32px 0;
  border-width: 2px 2px 2px 0;
  padding-right: 10px;
}
.inst_header .btn_wrap button:not(:first-child, :last-child) {
  border-width: 2px 0 2px 0;
}
.inst_header .btn_wrap button:not(.on) + button {
  border-left-width: 2px;
}
.inst_header .btn_wrap button.on {
  background-color: #444A6E;
  color: #FFF;
  border-color: #1A1E39;
  border-width: 2px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1), 0 -5px 0 0 rgba(0, 0, 0, 0.2) inset, 0 5px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.inst_header .btn_socket {
  position: absolute;
  top: 120px;
  right: 0;
  width: 272px;
  height: 64px;
  background-color: #4F61CE;
  border: 2px solid #3242A2;
  box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.1) inset, 0 3px 0 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 16px;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 7px;
  padding-left: 5px;
  line-height: 60px;
  white-space: nowrap;
}
.inst_header .btn_socket .btn_info {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: #E0385C;
  border: 2px solid #A71535;
  color: #FFF;
  font-size: 20px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1), 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset, 0 5px 0 0 rgba(255, 255, 255, 0.2) inset;
  margin-left: 5px;
  position: relative;
  top: -1px;
}
.inst_header .btn_socket .btn_info:before {
  content: "?";
}
.inst_header .btn_socket .btn_info .socket_tooltip {
  border-radius: 15px;
  background-color: rgba(17, 17, 17, 0.8);
  width: 350px;
  height: 115px;
  position: absolute;
  top: 66px;
  right: -20px;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  pointer-events: none;
}
.inst_header .btn_socket .btn_info .socket_tooltip::after {
  content: "";
  position: absolute;
  border-width: 15px 10px;
  border-style: solid;
  border-color: transparent transparent rgba(17, 17, 17, 0.8) transparent;
  top: -30px;
  right: 23px;
}
.inst_header .btn_socket .btn_info.on .socket_tooltip {
  opacity: 1;
}

.content {
  width: 1280px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 40px 48px;
  margin: auto;
}
.content .inst_item {
  flex-shrink: 0;
  width: 384px;
  height: 384px;
  border-radius: 20px;
  background-color: #F1F3FF;
  border: 2px solid #8E93B2;
  box-shadow: 0px -6px 0px 0px rgba(0, 0, 0, 0.1) inset, 0px 6px 0px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
}
.content .inst_item > img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.content .inst_item .item_info {
  width: 100%;
  height: calc(100% - 248px);
  padding: 20px 30px;
}
.content .inst_item .item_info .item_title {
  color: #24273E;
  font-size: 26px;
  margin-bottom: 16px;
}
.content .inst_item .item_info .item_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content .inst_item .item_info .item_btn_wrap > button {
  width: 156px;
  height: 48px;
  color: #FFF;
  padding: 0 0 6px;
  font-size: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset, 0 2px 0 0 rgba(255, 255, 255, 0.3) inset;
  background-repeat: no-repeat;
  background-position: 17px center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .inst_item .item_info .item_btn_wrap > button:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  top: 2px;
  margin-right: 10px;
}
.content .inst_item .item_info .item_btn_wrap > button.btn_url {
  background-color: #3AA6B0;
  border: 1px solid #1D7077;
}
.content .inst_item .item_info .item_btn_wrap > button.btn_url:before {
  background-image: url("../images/ic_link_1.png");
}
.content .inst_item .item_info .item_btn_wrap > button.btn_qr {
  background-color: #47A1D2;
  border: 1px solid #1A658D;
}
.content .inst_item .item_info .item_btn_wrap > button.btn_qr:before {
  background-image: url("../images/ic_qr.png");
}
.content .inst_item.inst_item:not(:nth-child(3n+1)) {
  margin-left: 16px;
}
.content .inst_item:nth-child(n+4) {
  margin-top: 30px;
}

.popup_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 750;
}
.popup_wrap > .popup {
  flex-shrink: 0;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  background-color: #F8F9FF;
  border: 2px solid #666666;
  border-radius: 20px;
  padding: 25px;
  position: relative;
  width: 680px;
}
.popup_wrap > .popup .pop_close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/ic_pop_close.png");
  background-color: #4F61CE;
  border: 2px solid #37469D;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1), 0 -5px 0 0 rgba(0, 0, 0, 0.1) inset, 0 5px 0 0 rgba(255, 255, 255, 0.2) inset;
}
.popup_wrap > .popup .pop_title {
  height: 66px;
  font-size: 28px;
  color: #4F61CE;
  padding-left: 43px;
  background-repeat: no-repeat;
  background-position: 2px 7px;
  padding-top: 10px;
}
.popup_wrap #pop_url {
  height: 184px;
}
.popup_wrap #pop_url .pop_title {
  background-image: url("../images/ic_link_2.png");
}
.popup_wrap #pop_url .pop_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_wrap #pop_url .pop_content * {
  flex-shrink: 0;
}
.popup_wrap #pop_url .input_url {
  width: 508px;
  height: 60px;
  background-color: #FFF;
  border: 2px solid #CCCCCC;
  font-size: 26px;
  color: #333333;
  border-radius: 16px;
  padding: 5px 20px 0;
}
.popup_wrap #pop_url .btn_copyUrl {
  background-color: #333;
  border: 2px solid #222222;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1), 0 -5px 0 0 rgba(0, 0, 0, 0.2) inset, 0 5px 0 0 rgba(255, 255, 255, 0.3) inset;
  color: #FFF;
  width: 100px;
  height: 60px;
  border-radius: 16px;
  font-size: 24px;
}
.popup_wrap #pop_url .copy_toast {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 300px;
  height: 50px;
  border-radius: 10px;
  top: calc(50% - 25px);
  left: calc(50% - 150px);
  color: #FFF;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  animation-duration: 0.75s;
  animation-name: show;
  animation-iteration-count: 2;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  pointer-events: none;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.popup_wrap #pop_qr .pop_content {
  background-color: #FFF;
  width: 620px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_wrap #pop_qr .pop_content > img {
  width: calc(100% - 50px);
  height: auto;
}

/*# sourceMappingURL=main.css.map */
