@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

.hide {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  clip: clip(-1px, -1px, -1px, -1px);
  position: absolute;
  left: -9999px;
}
.img {
  display: block;
}
ul[class*="col"]:after {
  content: "";
  display: block;
  clear: both;
}
ul[class*="col"] li {
  float: left;
}
/* reset */
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,
select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  letter-spacing: -1px;
}
a {
  color: #060606;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
body * {
  font-family: "Noto Sans KR", "Roboto", Dotum, Gulim, Sans-serif;
  line-height: 1.3;
  letter-spacing: -1px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
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,
button[type="button"],
button[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}
button:focus,
button[type="button"]:focus,
button[type="submit"]:focus {
  outline: none;
}
input[type="text"],
input[type="checkbox"],
input[type="tel"],
input[type="number"],
textarea {
  font-family: "Noto Sans KR", "Roboto", Dotum, Gulim, Sans-serif;
  background: transparent;
  box-shadow: none;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
}
z input[type="text"]::-ms-clear,
z input[type="checkbox"]::-ms-clear,
z input[type="tel"]::-ms-clear,
z input[type="number"]::-ms-clear,
z textarea::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
input[type="text"]:focus,
input[type="checkbox"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background: #fff;
}
input[type="text"]:focus::-ms-clear,
input[type="checkbox"]:focus::-ms-clear,
input[type="tel"]:focus::-ms-clear,
input[type="number"]:focus::-ms-clear,
textarea:focus::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
input[type="tel"] {
  letter-spacing: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-outer-spin-button:focus,
input[type="number"]::-webkit-inner-spin-button:focus {
  background: #fff;
}
select {
  text-transform: none;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-radius: 0;
  outline: none;
}
select::-ms-expand {
  display: none;
}
input,
textarea {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-shadow: none;
  resize: none;
  background: none;
  border-radius: 0;
}
pre {
  word-wrap: break-word;
  white-space: pre-line;
}
.find_event::placeholder {
  color: #6f6f6f;
  font-size: 14px;
}
.find_event:focus::placeholder {
  color: transparent;
}
/* 팝업 */
.ly_pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
}
.ly_pop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(9, 0, 19, 0.6);
}
.ly_pop .content {
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50.4%, -50.4%);
  -webkit-transform: translate(-50.4%, -50.4%);
  -ms-transform: translate(-50.4%, -50.4%);
  -moz-transform: translate(-50.4%, -50.4%);
}
.ly_pop .content .desc {
  background-color: #fff;
  position: relative;
}
.ly_pop .content .desc .pop_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("../images/icon_popclose_in.png");
  z-index: 2;
}
.ly_pop .content .ip_btn {
  height: 50px;
}
.ly_pop .content .ip_btn.red {
  width: 100%;
  color: #fff;
  border-color: #c83f55;
  background-color: #e83b57;
}
/* 보안문자팝업 */
.ly_security .content h4 {
  padding: 18px 0 14px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
}
.ly_security .ip_wrap {
  padding: 26px 23px;
  background-color: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}
.ly_security .ip_form input {
  border-color: #cdcdcd;
}
.ly_security .ip_form input:focus {
  border-color: #e83b57;
}
.ly_security .captcha {
  border-color: #cdcdcd;
}
.ly_security .content .ip_btn {
  border: 1px solid #c83f55;
}
/* 종목검색 */
#search_wrap {
  height: 500px;
  position: relative;
}
#search_ct {
  position: relative;
}
#search_wrap header {
  position: relative;
  height: 3.8rem;
  padding: 1.05rem 1.3rem;
}
#search_wrap header h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 3.8rem;
  text-align: center;
  font-size: 1.5rem;
  color: #343233;
}
#search_wrap header .ico_close {
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1.2rem;
}
#search_wrap header .ico_close:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/close_img.png") no-repeat 50% 50%;
  background-size: 100% 100%;
}
/* 팝업 */
.ly_pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 900;
}
.ly_pop:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(9, 0, 19, 0.6);
}
.ly_pop .content {
  width: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50.4%, -50.4%);
  -webkit-transform: translate(-50.4%, -50.4%);
  -ms-transform: translate(-50.4%, -50.4%);
  -moz-transform: translate(-50.4%, -50.4%);
}
.ly_pop .content .desc {
  background-color: #fff;
  position: relative;
}
.ly_pop .content .desc .pop_close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-image: url("../images/icon_popclose_in.png");
  z-index: 2;
}
.ly_pop .content .ip_btn {
  height: 50px;
}
/* 알림팝업 */
.noti_pop .desc {
  padding: 24px 20px 18px;
  text-align: center;
}
.noti_pop .desc h2 {
  font-weight: 500;
  font-size: 17px;
  color: #e91d46;
}
.noti_pop .desc p.cau {
  font-size: 13px;
  padding: 4px 0 0 0;
  letter-spacing: -1px;
  font-weight: 600;
}
.noti_pop .desc > strong {
  display: block;
  margin: 1px 0 0;
  font-weight: 400;
  font-size: 14px;
  color: #777;
}
.noti_pop .desc .noti_desc {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
}
.noti_pop .desc .noti_desc b {
  font-weight: 500;
  color: #000;
}
.noti_pop .desc .noti_desc > *:first-child + * {
  display: block;
  margin-top: 4px;
}
.noti_pop .desc .noti_desc h5 {
  font-size: 12px;
  color: #777;
  font-weight: 600;
}
.noti_pop .desc .noti_desc strong {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
.noti_pop .desc .noti_desc p {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.3;
  color: #777;
  white-space: pre-line;
}
.noti_pop .desc .noti_desc p .fs_b {
  font-weight: 500;
  color: #333;
}
.ly_pop.ly_agency .content {
  width: 467px;
  height: 344px;
  margin: -172px 0 0 -233.5px;
  transform: translate(0) !important;
}
.ly_pop.ly_agency .content.stock_info_wrap {
  width: 468px;
  height: 392px;
  margin: -196px 0 0 -234px;
}
.ly_pop.ly_agency .content.stock_info_wrap .con {
  height: 344px;
  padding: 25px 34px;
}
.ly_agency .tit_wrap {
  padding-left: 27px;
  height: 48px;
  background: #e83b57;
}
.ly_agency .tit_wrap h4 {
  padding-left: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  background: url("../images/icon_coupon02.png") left center no-repeat;
}
.ly_agency .stock_info_wrap .tit_wrap h4 {
  padding-left: 27px;
  background: url("../images/icon_stock02.png") left center no-repeat;
}
.ly_agency .content .desc .pop_close {
  background-image: url("../images/btn_pop.png");
}
.ly_agency .content .info_txt {
  display: block;
  font-size: 13px;
  color: #666666;
  font-weight: 300;
  margin-bottom: 6px;
  letter-spacing: -1.35px;
}
.ly_agency .content .ip_btn {
  height: 46px;
}
.stock_info_wrap .tit_txt {
  font-size: 14px;
  color: #e83b57;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.stock_select_wrap {
  position: relative;
  width: 398px;
}
.select_tit_wrap {
  position: relative;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border: 2px solid #222222;
}
.select_tit_wrap .txt {
  line-height: 44px;
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 300;
  padding-left: 23px;
  display: inline-block;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 60px);
}
.select_tit_wrap .btn_srch {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 46px;
  background: #222222;
  font-size: 0;
}
.select_tit_wrap .btn_srch:after {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 12px;
  background: url(../images/icon_select.png) center no-repeat;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  transition: 0.2s ease 0s;
}
.select_tit_wrap .btn_srch.on:after {
  transform: rotate(-180deg) translateY(50%);
}
.stock_select_wrap .list_wrap {
  display: none;
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  border: 2px solid #222222;
  border-top: 0;
  box-sizing: border-box;
  padding: 17px 23px;
  overflow: hidden;
  height: 147px;
  z-index: 1;
  background: #ffffff;
}
.stock_select_wrap .list_wrap.on {
  display: block;
}
.stock_select_wrap .list_wrap .txt {
  font-size: 14px;
  color: #7b7b7b;
  font-size: 300;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-align: left;
}
.stock_select_wrap .list_wrap .txt ~ .txt,
.stock_select_wrap .list_wrap ul li {
  margin-top: 9px;
}
.stock_select_wrap .list_wrap ul li:first-child {
  margin-top: 0;
}
.stock_select_wrap .list_wrap .txt:hover {
  font-weight: 500;
  color: #e15168;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #eaeaeb !important;
}
.stock_info_wrap .txt_box {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 210px;
  padding: 15px 23px;
  background: #f7f7f7;
}
.stock_info_wrap .txt_box * {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.75px;
  font-weight: 300;
  color: #7b7b7b;
}
.stock_info_wrap .txt_box .tit {
  font-weight: 500;
}
/* footer */
.global_footer article {
  width: 910px;
  margin: 0 auto;
  padding: 20px 0;
}
.global_footer article .list li {
  padding-left: 7px;
  font-weight: 300;
  font-size: 13px;
  color: #777;
}
.global_footer article .list li:before {
  content: "-";
  left: 0;
  top: -2px;
}
.global_footer article .list li strong {
  font-weight: 500;
}
.global_footer article .btn_info {
  display: inline-block;
  margin-top: 8px;
  padding-left: 8px;
  font-size: 14px;
  color: #999;
}
.global_footer article .btn_info:after {
  border-color: #999;
}

/*가입완료배너*/
#ct {
  position: relative;
}
.pc_left_banner {
  max-width: 200px;
  max-height: 320px;
  position: absolute;
  left: -210px;
  top: 295px;
}
.pc_left_banner.ver2 {
  max-width: 200px;
  max-height: 320px;
  position: absolute;
  left: -210px;
  top: 40px;
}
.pc_left_banner.ver3 {
  max-width: 200px;
  max-height: 320px;
  position: absolute;
  top: 63px;
  left: -220px;
}
.pc_left_banner a {
  display: block;
}
.pc_left_banner a img {
  width: 100%;
}

.pc_right_banner {
  max-width: 110px;
  max-height: 250px;
  position: absolute;
  right: -120px;
  top: 295px;
}
.pc_right_banner.ver2 {
  max-width: 200px;
  max-height: 320px;
  position: absolute;
  right: -120px;
  top: 40px;
}
.pc_right_banner.ver3 {
  max-width: 200px;
  max-height: 320px;
  position: absolute;
  top: 63px;
  left: -220px;
}
.pc_right_banner a {
  display: block;
}
.pc_right_banner a img {
  width: 100%;
}

.pc_bottom_banner {
  max-height: 85px;
  margin: 10px auto;
}
.pc_bottom_banner.ver3 {
  max-width: 910px;
}
.pc_bottom_banner a {
  display: block;
}
.pc_bottom_banner a img {
  width: 100%;
}

/* banner swiper */
.banner_swiper_wrap {
  overflow: hidden;
}
.bannerSwiper_pcbottom {
  position: relative;
}
.bannerSwiper_pcbottom .swiper-wrapper {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.bannerSwiper_pcbottom .swiper-slide {
  display: inline-block;
  vertical-align: top;
  min-height: 62px;
}
.bannerSwiper_pcbottom .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper_pcbottom .swiper-slide .inner_wrap {
  width: 100%;
  font-size: 20px;
}
.bannerSwiper_pcbottom .swiper-bottom-counter {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcbottom .swiper-bottom-counter * {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcbottom .swiper-bottom-counter {
  display: none;
}
.bannerSwiper_pcbottom.swiper-container-initialized .swiper-bottom-counter {
  display: block !important;
}

.bannerSwiper_pcleft {
  position: relative;
}
.bannerSwiper_pcleft .swiper-wrapper {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.bannerSwiper_pcleft .swiper-slide {
  display: inline-block;
  vertical-align: top;
  min-height: 62px;
}
.bannerSwiper_pcleft .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper_pcleft .swiper-slide .inner_wrap {
  width: 100%;
  font-size: 20px;
}
.bannerSwiper_pcleft .swiper-left-counter {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcleft .swiper-left-counter * {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcleft .swiper-left-counter {
  display: none;
}
.bannerSwiper_pcleft.swiper-container-initialized .swiper-left-counter {
  display: block !important;
}

.bannerSwiper_pcright {
  position: relative;
}
.bannerSwiper_pcright .swiper-wrapper {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.bannerSwiper_pcright .swiper-slide {
  display: inline-block;
  vertical-align: top;
  min-height: 62px;
}
.bannerSwiper_pcright .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerSwiper_pcright .swiper-slide .inner_wrap {
  width: 100%;
  font-size: 20px;
}
.bannerSwiper_pcright .swiper-right-counter {
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  background-color: rgba(25, 25, 25, 0.5);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcright .swiper-right-counter * {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
  font-family: "noto sans KR", sans-serif;
}
.bannerSwiper_pcright .swiper-right-counter {
  display: none;
}
.bannerSwiper_pcright.swiper-container-initialized .swiper-right-counter {
  display: block !important;
}

.banner_swiper_wrap.pc_left_wrap {
  position: absolute;
  top: 63px;
  left: -220px;
  max-width: 200px;
}

.banner_swiper_wrap.pc_right_wrap {
  position: absolute;
  top: 63px;
  right: -130px;
  max-width: 110px;
}

.banner_swiper_wrap.pc_bottom {
  max-width: 910px;
  margin: 20px auto;
}
.banner_swiper_wrap.pc_bottom .swiper-slide {
  width: 910px !important;
}
.banner_swiper_wrap.pc_bottom .swiper-slide .inner_wrap img {
  width: 910px;
}

/*이메일 등록폼*/
.email_form {
  width: 411px;
  margin: 0px auto;
}
.email_form .btn_recommend {
  display: block;
  height: 64px;
  line-height: 64px;
  background: #f73555;
  margin: 40px 0 17px;
  width: 100%;
  border-radius: 5px;
}
.email_form .btn_recommend a {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans KR";
  color: #fff;
}
.email_wrap {
  background: #f9f9fa;
  border: 1px solid #c9c9c9;
  padding: 22px 25px;
}
.cont_info {
  position: relative;
  text-align: left;
  font-size: 13px;
  color: #898989;
  font-weight: 300;
  clear: both;
  padding-left: 10px;
}
.cont_info::before {
  content: "*";
  position: absolute;
  left: 0;
}
.cont_input {
  clear: both;
  margin-bottom: 13px;
  position: relative;
}
.cont_input .ly_email_input {
  position: relative;
  width: 77%;
  margin: 15px 0 0;
  height: 37px;
  border: 1px solid #b0b0b0;
  background: #fff;
}
.cont_input .ly_email_input input {
  width: 90%;
  font-size: 15px;
  padding: 0 12px;
  vertical-align: middle;
  margin-top: 7px;
  float: left;
  border: none;
}
.cont_input .ly_email_input .email_lbl {
  position: absolute;
  top: 0.8rem;
  left: 13px;
  color: #a5a5a5;
  font-size: 15px;
  color: #a5a5a5;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #000;
}
/* .cont_check{text-align:left;}
.cont_check .checkbox{position:relative;display:inline-block;vertical-align:middle}
.cont_check .checkbox input + label:before{content:'';background-size:100% 100%;background-repeat:no-repeat;text-align:center;display:inline-block;position:absolute}
.cont_check .checkbox input{width:1px;height:1px;border:0;margin:-1px;padding:0;overflow:hidden;position:absolute;clip:rect(0,0,0,0)}
.cont_check .checkbox input + label{display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;font-weight:300;}

.cont_check .agree_all{position:relative; margin-bottom:5px;}
.cont_check .agree_all .bnt_all{position:absolute;right:1.57rem;bottom:.02rem;width:.7rem;}
.cont_check .agree_chk{height:20px;padding:.2rem 0 .3rem}
.cont_check .agree_chk li {position:relative;padding-left:0rem;margin-bottom:.51rem;float: left;}
.cont_check .agree_chk li:nth-child(1){margin-right:12px;}
.cont_check .agree_chk li .link{position:absolute;right:1.75rem;top:.65rem;width:.35rem;}

.cont_check .checkbox.square input + label{padding:0 0 .1rem 26px;font-size:17px;color:#000;font-weight:500;line-height:20px;font-family: 'Noto Sans KR';}
.cont_check .checkbox.square input + label:before{left:0; top:1px; width:18px; height:18px;border: 1px solid #000;background: #fff;}
.cont_check .checkbox.square input:checked + label{color:#f73555; font-weight: 500;}
.cont_check .checkbox.square input + label:active:before,
.cont_check .checkbox.square input:checked + label:active:before,
.cont_check .checkbox.square input:checked + label:before{ background:#fff url('../images/ico_check_on.png') no-repeat center; background-size:85%; border: 1px solid #000}

.cont_check .checkbox.check input + label{padding:0 0 .1rem 23px;font-size:13px;color:#606060;font-weight:400;line-height:16px;}
.cont_check .checkbox.check input + label:before{width:16px;height:16px;left:0;top:0;background: #e5e5e5;}
.cont_check .checkbox.check input + label:active:before,
.cont_check .checkbox.check input:checked + label:active:before,
.cont_check .checkbox.check input:checked + label:before{background:#e5e5e5 url('../images/ico_s_check_on.png')no-repeat center; background-size:70%; } */

.btn_email_regist {
  display: block;
  width: 20% !important;
  float: left;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 36px;
  line-height: 36px;
  background: #000 !important;
  color: #fff;
  font-size: 15px;
  border-right: 1px solid #b8b8b8;
}

.ly_terms1 .wrap {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
.ly_terms1 .wrap .content {
  width: 400px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.ly_terms1 .wrap .content h2 {
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  background: #f73555;
  color: #fff;
}
.ly_terms1 .wrap .content h2 .btn_close {
  position: absolute;
  right: 9px;
  top: 9px;
  text-indent: -999999px;
  background: url("../images/ico_x3.png") no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.ly_terms1 .wrap .content p {
  font-size: 15px;
  padding: 22px 20px;
  text-align: left;
}

.ly_terms2 .wrap {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
.ly_terms2 .wrap .content {
  width: 400px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.ly_terms2 .wrap .content h2 {
  position: relative;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  background: #f73555;
  color: #fff;
}
.ly_terms2 .wrap .content h2 .btn_close {
  position: absolute;
  right: 9px;
  top: 9px;
  text-indent: -999999px;
  background: url("../images/ico_x3.png") no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 100%;
}
.ly_terms2 .wrap table {
  margin: 15px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.ly_terms2 .wrap table th,
.ly_terms2 .wrap table td {
  padding: 4px;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  font-size: 12px;
}
.ly_terms2 .wrap table th {
  background-color: #e8e8e9;
}
.ly_terms2 .wrap .content p {
  font-size: 12px;
  padding: 0px 20px 20px;
  text-align: left;
}
.ly_terms2 .wrap table td.u.bold {
  font-weight: bold;
  text-decoration: underline;
}

/* 공통 */
html,
body {
  height: 100%;
  background-color: #f6f8fa;
}

/*type03*/
.wrap {
  position: relative;
  width: 856px;
  margin: 0px auto;
}
.wrap.join_end {
  width: 910px;
}
.wrap header {
  background-color: transparent;
}
.wrap header h1 {
  height: 61px;
  line-height: 61px;
  border-bottom: 1px solid #d0d0d0;
  background: none;
  padding: 0;
  font-size: 18px;
}
.wrap header h1 .fc_red {
  color: #e04646;
}
.wrap header .btn_detail {
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 3.3%;
  right: 0;
  transform: translate(-0%, -50%);
  background: #b7b5b5;
  color: #fff;
  padding: 5px 13px;
  border-radius: 5px;
}
.wrap header .btn_detail:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.wrap .con .content {
  display: flex;
}
.wrap .join_type {
  position: relative;
  height: 216px;
  padding: 43px 0 43px 208px;
}
.wrap .join_type.default:before,
.wrap .join_type.gdn:before {
  display: none;
}
.wrap .join_type .img {
  position: absolute;
  left: 0;
  width: 178px;
  height: 99px;
}

.wrap .join_type.gdn {
  display: flex;
  align-items: center;
}
.wrap .join_type.gdn .img {
  width: auto;
  height: auto;
}

.wrap .join_type:before {
  content: "";
  position: absolute;
  width: 178px;
  height: 99px;
  background-size: 100%;
  left: 0;
}
.wrap .join_type.book:before {
  content: "";
  position: absolute;
  width: 178px;
  height: 99px;
  background-size: 100%;
  left: 0;
}
.wrap .join_type.ticket:before {
  content: "";
  position: absolute;
  width: 178px;
  height: 99px;
  background-size: 100%;
  left: 0;
}
.wrap .join_type h2 {
  font-family: "pretendard";
  line-height: 1;
  font-size: 36px;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #000;
}
.wrap .join_type h2 strong {
  font-weight: 600;
}
.wrap .join_type .sub_txt {
  margin-top: 12px;
  font-size: 26px;
  color: #111111;
  font-weight: 300;
}
.wrap .join_type p {
  font-weight: 500;
  font-size: 32px;
}
.wrap .join_type p strong {
  font-family: "pretendard";
  font-weight: 600;
  color: #449bee;
}
.wrap .join_type.book p strong {
  font-family: "pretendard";
  font-weight: 600;
  color: #c78a44;
}
.wrap .join_type.ticket p strong {
  font-family: "pretendard";
  font-weight: 600;
  color: #e55d5c;
}
.wrap .join_type .info {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}
.wrap .join_type .info.first {
  margin-top: 10px;
}

.wrap .content {
  display: flex;
}
.wrap .join_info_wrap {
  width: 274px;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.wrap .join_info_wrap .join_left_info {
  height: 177px;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}
.wrap .join_info_wrap .join_left_info h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #d0d0d0;
}
.wrap .join_info_wrap .join_left_info .txtinfo b {
  font-weight: 300;
  margin: 25px 0 19px;
  display: block;
  line-height: 1.3;
  color: #535353;
}
.wrap .join_info_wrap .join_left_info .font_red {
  color: #ec4545;
  font-weight: 400;
}
.wrap .join_info_wrap .join_left_info.type02 {
  height: auto;
  padding-bottom: 25px;
}
.wrap .join_info_wrap .join_left_info.type02 h3 {
  border-bottom: 0;
}
.wrap .join_info_wrap .join_left_info.type02 .item {
  padding: 0 20px;
}
.wrap .join_info_wrap .join_left_info.type02 .item li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.wrap .join_info_wrap .join_left_info.type02 .item li ~ li {
  border-top: 1px solid #efefef;
}
.wrap .join_info_wrap .join_left_info.type02 .item li span {
  width: 48px;
  text-align: left;
}
.wrap .join_info_wrap .join_left_info.type02 .item li p {
  font-size: 14px;
  color: #111111;
  font-weight: 300;
}
.wrap .join_info_wrap .join_left_info.type02 .item li p strong {
  font-weight: 500;
  color: #e50127;
}
.wrap .join_info_wrap .join_left_info.type02 .txt {
  margin-top: 15px;
  font-size: 13px;
  color: #535353;
  font-weight: 300;
}
.wrap .join_info_wrap .join_left_info.type02 .desc {
  margin-top: 20px;
  font-size: 15px;
  color: #ec4545;
  font-weight: 400;
}
.search_wrap {
  position: relative;
}
.search_wrap .btn_search {
  width: 100%;
  height: 58px;
  margin-top: 13px;
  background: #fff;
  border: 1px solid #000;
  border-right: none;
  border-radius: 12px;
}
.search_wrap .btn_search .search_txt {
  background: #fff;
  height: 56px;
  box-sizing: border-box;
  padding-left: -36px;
  display: block;
  border-radius: 12px;
  line-height: 56px;
  width: 77%;
}
.search_wrap .btn_search .search_txt span {
  display: block;
  text-align: left;
  width: 70%;
  line-height: 58px;
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 300;
  padding-left: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search_wrap .btn_search .ip_btn.search {
  display: block;
  position: absolute;
  right: 0;
  top: 14px;
  width: 62px;
  height: 58px;
  margin-top: -1.1px;
  margin-left: 1px;
  background: #000 url("../images/ico_search.png") center no-repeat;
  font-size: 0;
  border-radius: 0 12px 12px 0;
}

.wrap .form_wrap {
  width: 557px;
}
.wrap .form_wrap .phone_wrap {
  display: flex;
  height: 63px;
  line-height: 63px;
  align-items: center;
}
.wrap .form_wrap .phone_input {
  width: 75%;
  border-radius: 12px;
  margin: 0px 0 0;
  position: relative;
}
.wrap .form_wrap .phone_input input:focus {
  background: #fff3e8;
}
.wrap .form_wrap .phone_input input {
  width: 100%;
  background: #fff;
  letter-spacing: -0.75px;
  font-size: 18px;
  height: 63px;
  padding: 0.2rem 3.8rem 0.2rem 30px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  color: #000;
  font-weight: 500;
  box-sizing: border-box;
}
.wrap .form_wrap .phone_input .lbl {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 30px;
  line-height: 63px;
  z-index: 1;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  color: #666;
  letter-spacing: -1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.wrap .btn_confirm {
  width: 134px;
  margin: 13px 0 13px 12px;
  background: #d51434;
  color: #fff;
  height: 63px;
  line-height: 63px;
  font-size: 18px;
  border-radius: 12px;
  font-family: "Noto Sans KR";
}
.wrap .btn_join_wrap {
  margin: 45px 0 23px 0px;
  display: flex;
}
.wrap .btn_join_wrap button {
  color: #fff;
  border-radius: 12px;
  font-size: 18px;
  height: 64px;
  line-height: 64px;
  font-family: "Noto Sans KR";
}
.wrap .btn_join_wrap button.btn_cancel {
  width: 168px;
  background: #b8b8b8;
}
.wrap .btn_join_wrap button.btn_join {
  width: 69%;
  background: #d51434;
  margin-left: 12px;
}
.wrap .txt_msg {
  color: #e04646;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.wrap .txt_msg strong {
  display: block;
  font-weight: 500;
}

.terms_wrap {
  display: flex;
  height: auto;
  line-height: 24px;
}
.terms_wrap .checkbox {
  display: inline-block;
  position: relative;
  text-align: left;
}
.terms_wrap .checkbox input {
  position: absolute;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: 0;
}
.terms_wrap .checkbox label {
  display: block;
  position: relative;
  z-index: 10;
  width: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  letter-spacing: -1px;
}
.terms_wrap .all_list {
  color: #333;
}
.terms_wrap .all_list .all {
  font-size: 18px;
  text-align: center;
}
.terms_wrap .all_list .i_all input + label {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  width: 112px;
  text-align: center;
  padding-left: 24px;
}
.terms_wrap .all_list .i_all input + label i {
  position: relative;
  background: transparent;
}
.terms_wrap .all_list .i_all input + label i::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: -29px;
  box-sizing: border-box;
}
.terms_wrap .all_list .i_all input:checked + label i {
  position: relative;
  background: #fff;
}

.terms_wrap .all_list .i_all input:checked + label i::before {
  background: #fff url("../images/ico_red_chked.png") no-repeat center;
  background-size: 100%;
}
.terms_wrap .all_list .i_all input + label i::after {
  content: "";
  background-color: transparent;
}
.terms_wrap .item_list .checkbox a {
  color: #616161;
  font-size: 16px;
  padding-left: 2px;
  cursor: pointer;
  text-decoration: none;
}
.terms_wrap .item_list .i_sub input + label {
  display: inline-block;
  font-size: 16px;
  color: #616161;
  letter-spacing: -0.5px;
  cursor: pointer;
  text-indent: -1rem;
  margin-left: 1.3rem;
}
.terms_wrap .item_list .i_sub input + label i {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 0.2rem;
}
.terms_wrap .item_list .i_sub input + label i::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.terms_wrap .item_list .i_sub input:checked + label i:before {
  background: #fff url("../images/ico_red_s_chked.png") no-repeat center;
  background-size: 100%;
}
.terms_wrap .item_list {
  display: flex;
  flex-wrap: wrap;
}
.terms_wrap .item_list li {
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 10px;
}
.terms_wrap .item_list .i_sub input:checked + label i {
  background: transparent;
}
.terms_wrap .item_list .i_sub input + label i::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  width: 11px;
  height: 8px;
  background-size: contain;
}

.cont_check {
  display: flex;
  height: auto;
  line-height: 24px;
}
.cont_check .checkbox {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cont_check .checkbox input {
  position: absolute;
  background: transparent;
  -webkit-appearance: none;
  outline: none;
  border: 0;
}
.cont_check .checkbox label {
  display: block;
  position: relative;
  z-index: 10;
  width: auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  letter-spacing: -1px;
}
.cont_check .agree_all {
  color: #333;
  font-size: 18px;
  text-align: center;
  margin-top: -6px;
}
.cont_check .agree_all .square input + label {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  width: 112px;
  text-align: center;
  padding-left: 24px;
}
.cont_check .agree_all .square input + label {
  position: relative;
  background: transparent;
}
.cont_check .agree_all .square input + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0px;
  box-sizing: border-box;
}
.cont_check .agree_all .square input:checked + label {
  position: relative;
  background: #fff;
}

.cont_check .agree_all .square input:checked + label::before {
  background: #fff url("../images/ico_red_chked.png") no-repeat center;
  background-size: 100%;
}
.cont_check .agree_all .square input + label::after {
  content: "";
  background-color: transparent;
}

.cont_check .agree_chk .checkbox a {
  color: #616161;
  font-size: 16px;
  padding-left: 2px;
  cursor: pointer;
  text-decoration: none;
}
.cont_check .agree_chk .check input + label {
  display: inline-block;
  font-size: 16px;
  color: #616161;
  letter-spacing: -0.5px;
  cursor: pointer;
  margin-left: 1.3rem;
}
.cont_check .agree_chk .check input + label {
  position: relative;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 0.2rem;
}
.cont_check .agree_chk .check input + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #b4b4b4;
  position: absolute;
  top: 60%;
  left: -23px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.cont_check .agree_chk .check input:checked + label:before {
  background: #fff url("../images/ico_red_s_chked.png") no-repeat center;
  background-size: 100%;
}
.cont_check .agree_chk {
  display: flex;
  flex-wrap: wrap;
}
.cont_check .agree_chk li {
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 16px;
}
.cont_check .agree_chk .check input:checked + label i {
  background: transparent;
}
.cont_check .agree_chk .check input + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  width: 11px;
  height: 8px;
  background-size: contain;
}

.join_end_wrap .cont_check .agree_all .square input + label {
  padding-left: 12px;
}
.join_end_wrap .cont_check .agree_all .square input:checked + label::before {
  background: #fff url("../images/ico_red_chked.png") no-repeat center;
  background-size: 100%;
}
.join_end_wrap .cont_check .item_list .check input:checked + label::before {
  background: #fff url("../images/ico_red_s_chked.png") no-repeat center;
  background-size: 100%;
}

/*통신사선택*/
.wrap .form_wrap .hp_service_wrap {
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  margin-bottom: 13px;
}
.wrap .form_wrap .hp_service_wrap li.hp_se {
  cursor: pointer;
  text-indent: -999998px;
  flex-basis: 33.4%;
  height: 63px;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.skt {
  border: 1px solid #d0d0d0;
  padding: 1px;
  background: #fff url("../images/ico_skt.png") no-repeat 50% 50%;
  background-size: 37%;
  border-radius: 12px 0 0 12px;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.skt.on {
  border: 2px solid #d51434;
  padding: 0px;
  background: #fff url("../images/ico_skt_on.png") no-repeat 50% 50%;
  background-size: 37.5%;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.kt {
  border: 1px solid #d0d0d0;
  padding: 1px;
  border-left: none;
  background: #fff url("../images/ico_kt.png") no-repeat 50% 54%;
  background-size: 12%;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.kt.on {
  border: 2px solid #d51434;
  padding: 0px;
  background: #fff url("../images/ico_kt_on.png") no-repeat 50% 55%;
  background-size: 12.8%;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.lg {
  border: 1px solid #d0d0d0;
  border-left: none;
  padding: 1px;
  background: #fff url("../images/ico_lg.png") no-repeat 50% 55%;
  background-size: 37%;
  border-radius: 0px 12px 12px 0px;
}
.wrap .form_wrap .hp_service_wrap li.hp_se.lg.on {
  border: 2px solid #d51434;
  padding: 0px;
  background: #fff url("../images/ico_lg_on.png") no-repeat 50% 55%;
  background-size: 37.5%;
}

/*보안문자입력*/
.wrap .form_wrap .captcha_wrap {
  position: relative;
  display: flex;
  height: 63px;
  line-height: 63px;
  margin: 13px 0;
  align-items: center;
}
.wrap .btn_next {
  width: 134px;
  margin: 13px 0 13px 6px;
  background: #515151;
  color: #fff;
  height: 63px;
  line-height: 63px;
  font-size: 18px;
  border-radius: 12px;
  font-family: "Noto Sans KR";
}
.captcha {
  display: flex;
}
.captcha_ip {
  display: flex;
  width: 75%;
  border-radius: 12px;
  background: #fff;
}
.captcha_img {
  position: absolute;
  flex-basis: 236px;
  overflow: hidden;
  height: 63px;
}
.captcha_img img {
  width: 110px;
  margin: 1.2rem 23px 1.2rem 18px;
  display: block;
}
.captcha_img .refresh {
  z-index: 9;
  background: url("../images/ico_refresh.png") no-repeat;
  width: 15px;
  height: 14px;
  background-size: contain;
  position: absolute;
  bottom: 1rem;
  right: 0.3rem;
}
.captcha_ip input {
  width: 100%;
  border: 1px solid #d0d0d0;
  height: 63px;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  border-radius: 12px;
  padding: 0.2rem 3rem 0.2rem 170px;
}
.captcha_ip input:focus {
  background: #fff3e8;
}
.ip_item .btn_next {
  font-size: 16px;
  font-family: "Noto Sans KR";
  border-radius: 0px 12px 12px 0px;
  border-left: none !important;
  padding: 0.2rem 1.3rem 0.2rem;
  width: 90px;
  height: 63px;
  vertical-align: middle;
  box-sizing: border-box;
  box-shadow: none;
  -webkit-appearance: none;
  background: #515151;
  color: #fff;
}
.captcha_ip_label {
  width: 304px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 63px;
  padding-left: 167px;
}

.confirm_num_wrap {
  margin: 13px 0 22px;
}
.confirm_num {
  position: relative;
  background: #fff;
  border-radius: 12px;
}
.confirm_num input {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #d0d0d0;
  height: 63px;
  font-size: 16px;
  border-radius: 12px;
  padding: 0 180px 0 30px;
}
.confirm_num input:focus {
  background: #e7efff;
}
.confirm_num .lbl {
  color: #666;
  font-weight: 300;
  line-height: 63px;
  font-size: 16px;
  text-indent: 30px;
}
.confirm_num .btn_resend {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 88px;
  height: 63px;
  background: #515151;
  color: #fff;
  font-size: 16px;
  border-radius: 0 12px 12px 0;
  font-family: "Noto Sans KR";
}
.confirm_num .etc {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 16px;
  color: #d51434;
  font-weight: 300;
}
.confirm_num .etc i {
  font-style: normal;
}

/*가입완료*/
.join_end_wrap {
  width: 616px;
  display: none;
}
.join_end_wrap h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.join_end_wrap h3 strong {
  color: #d51434;
}
.join_end_wrap .txt1 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 6px;
}
.join_end_wrap .txt2 {
  font-size: 16px;
  margin-top: 16px;
  font-weight: 300;
  color: #838383;
}
.join_end_wrap .txt2 strong {
  font-weight: 500;
  color: #d51434;
}
.join_end_wrap .txt2 em {
  display: block;
  font-size: 12px;
  font-weight: 100;
  color: #9e9e9e;
}
.join_end_wrap .txt3 {
  width: 64%;
  margin: 32px auto 36px;
  line-height: 1.4;
  padding: 18px 0;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
  font-size: 16px;
  color: #818181;
  font-weight: 300;
}
.join_end_wrap button.btn_recomm {
  width: 100%;
  height: 64px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 64px;
  color: #fff;
  background: #d51434;
}
.join_end_wrap button.btn_pass {
  margin-top: 12px;
  background: #000;
}
.join_end_wrap .email_wrap {
  background: #fff;
  border: 1px solid #dadada;
  padding: 31px 55px 25px;
  border-radius: 12px;
}
.join_end_wrap .email_wrap .btn_email_regist {
  width: 75px !important;
}
.join_end_wrap .cont_input {
  margin-bottom: 12px;
  margin-top: 5px;
}
.join_end_wrap .cont_input .ly_email_input {
  position: relative;
  width: 420px;
  margin: 0px 0 0;
  height: 37px;
  border: 1px solid #dadada;
  background: #fff;
}
.join_end_wrap .cont_info {
  padding-left: 0;
}
.join_end_wrap .cont_info::before {
  display: none;
}

.join_end_txt {
  margin-bottom: 13px;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 12px;
  text-align: center;
  padding: 45px 20px 25px;
}
#footerStn_type .global_footer article {
  width: 856px !important;
}
.content.full .join_end_wrap .top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.content.full .join_end_wrap .top .txt {
  font-size: 36px;
  font-weight: 400;
  color: #000000;
  font-family: "Pretendard";
}
.content.full .join_end_wrap .top .txt strong {
  color: #d51434;
  font-weight: 600;
}
.content.full .join_end_wrap {
  display:none;
  width: 100%;
  
}
.content.full .join_end_wrap .join_end_con{
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 12px;
  text-align: center;
  padding: 45px 0 45px;
}
.content.full .join_end_wrap .inner_wrap {
  max-width: 518px;
  margin: 0 auto;
}
.content.full .join_end_wrap .join_end_txt {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.content.full .join_end_wrap .email_wrap {
  margin-top: 25px;
  background-color: #f9f9fa;
  border-color: #e4e4e4;
  padding: 27px;
}
.content.full .join_end_wrap .cont_check .agree_all .square input + label {
  width: 120px;
}
.content.full .join_end_wrap .cont_input .ly_email_input {
  width: 378px;
}