@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url("../fonts/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url("../fonts/Pretendard-Bold.woff2") format("woff2");
}
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, button {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 12rem;
  font-family: "Pretendard";
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  line-height: 1;
  cursor: pointer;
}

img {
  width: 100%;
}

#webContent {
  padding: 0;
  transition: none;
}

.event-wrap {
  margin: 0 auto;
}

.wrap {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
/* ============================================================
    종목추천 서비스 가입 이벤트 - not:(user-select:none;)
============================================================ */
.service *{
  color: #2B2C31;
}
.service .visual{
  background: #E8E8E8;
  position: relative;
}
.visual .top_ico{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22rem 20rem 0;
  box-sizing: border-box;
}
.visual .top_ico .logo{
  display: block;
  width: 74rem;
  height: 23rem;
  background: url(../../../images/icon/ico_kiwoom.png) no-repeat;
  background-size: 74rem 23rem;
}
.visual .top_ico .kakao{
  display: block;
  width: 24rem;
  height: 25rem;
  background: url(../../../images/icon/ico_kakao.png) no-repeat;
  background-position: center;
  background-size: 24rem 25rem;
  text-indent: -999999rem;
}
.visual .img_area{
  position: relative;
  top: -8rem;
  padding-bottom: 50rem;
}
.visual .img_area .background_title{
  width: 100%;
  position: absolute;
  top: 29rem;
  z-index: 1;
}
.visual .img_area .background_title span{
  display: block;
}
.background_title .obj_star img{
  width: 103rem;
  margin-left: 25rem;
}
.background_title .main_tit img{
  width: 218rem;
  margin-left: 82rem;
  margin-top: -6rem;
}
.background_title .tit_underline img{
  width: 278rem;
  position: absolute;
  top: 205rem;
  left: 56rem;
  z-index: -1;
}
.background_title .hashtag_img img{
  width: 256rem;
  margin-top: 33rem;
  margin-left: 71rem;
}
.service .sec_line{
  width: 100%;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.blind{
  text-indent:-99999999rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -99999999rem;
  top: -99999999rem;
}
.sec_benefit{
  display: flex;
  flex-direction: column;
  padding: 50rem 34rem;
  background-color: #FFE1B8;
  align-items: center;
  position: relative;
}
.sec_benefit > img{
  width: 360rem;
}
.sec_benefit .detail{
  margin-top: 9rem;
  display: flex;
  gap: 24rem;
  flex-direction: column;
}
.sec_benefit .detail > div:first-child > p{
  flex-wrap: wrap;
}
.sec_benefit .detail span:not(.sub_tt){
  font-size: 13rem;
  line-height: 18rem;
  letter-spacing: -.4rem;
}
.sec_benefit .detail span.sub_tt{
  display: block;
  font-size: 16rem;
  line-height: 25rem;
  letter-spacing: -.48rem;
  font-weight: 700;
}
.sec_benefit .detail span.sub_txt{
  margin-top: -8rem;
  padding-left: 54rem;
}
.sec_benefit .detail > div p{
  display: flex;
  gap: 6rem;
  align-items: flex-start;
}
.sec_benefit .detail .badge{
  display: block;
  min-width: 49rem;
  max-width: 50rem;
  font-weight: 700;
  background-color: #FEE78B;
  border: 1px solid #222;
  border-radius: 38rem;
  padding: 3rem 12rem 2rem;
  box-sizing: border-box;
  height: auto;
}
.sec_benefit .detail > div ul{
  padding: 14rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 11rem;
}
.sec_benefit .detail .container{
  padding-left: 55rem;
  margin-top: 4rem;
}
.sec_benefit .detail .container:not(.detail) ul li span:first-child{
  min-width: 27rem;
}
.sec_benefit .detail > div ul li span{
  position: relative;
  display: inline-block;
  font-size: 13rem;
  line-height: 18rem;
  text-shadow: 0 0 0rem #2B2C31;
}
.sec_benefit .detail > div:has(.detail) ul li + li{
  margin-top: 10rem;
}
.sec_benefit .detail > div ul li span:first-child{
  padding-left: 8rem;
}
.sec_benefit .detail > div ul li span:first-child::before{
  display: block;
  content: '';
  position: absolute;
  top: 7rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
}
.sec_benefit .detail > div ul li span:not(:first-child){
  padding-left: 15rem;
}
.sec_benefit .detail > div ul li span:not(:first-child)::before{
  display: block;
  content: '';
  position: absolute;
  top: 4rem;
  left: 0;
  width: 1rem;
  height: 11rem;
  opacity: 0.3;
  margin: 0 7rem;
  background-color: #2B2C31;
}
.sec_service_list{
  position: relative;
  padding: 50rem 0;
  background-color: #625EEA;
}
.sec_service_list h2{
  text-align: center;
}
.sec_service_list h2 > span{
  display: block;
  font-size: 14rem;
  line-height: 20rem;
  color: #fff;
  letter-spacing: -.3rem;
  margin-top: 6rem;
}
.sec_service_list h2 > img{
  width: 193rem;
  margin: 0 auto;
}
.month{
  margin: 22rem auto 0;
  width: calc(100% - 60rem);
}
.month .outer{
  display: grid;
  grid-template-areas: 
    "i l"
  ;
  justify-content: space-between;
  margin:0 auto;
  color: #2d2d2d;
  text-align: center;
  line-height: 18rem;
  text-align: left;
  border: 1rem solid #222;
  border-radius: 15rem;
  background-color: #FFF;
  box-shadow: 3rem 3rem 0 0 rgba(0 , 0, 0, 0.15);
}
.month .outer .inner{
  display: flex;
  flex-direction: row;
  gap: 12rem;
  align-items: center;
  padding: 30rem 0 30rem 20rem;
}
.month .outer .inner img{
  width: 66rem;
}
.month .outer .inner .tit{
  font-size: 18rem;
  line-height: 22rem;
  color: #2D2D2D;
  font-weight: 700;
}
.month .outer .inner .desc{
  display: block;
  font-size: 14rem;
  line-height: 18rem;
  color: #7E7E7E;
  margin-top: 8rem;
}

.month .outer:not(:first-child){
  margin-top: 18rem;
}
.month .outer > img{
  grid-area: i;
}
.month .outer > button{
  grid-area: l;
  width: 42rem;
  background-color: #FFC421;
  border-radius: 0 14rem 14rem 0;
  color: #fff;
  text-align: center;
  font-size: 11rem;
  line-height: 17rem;
  position: relative;
  border-left: 1px solid #222;
}
.month .outer > button::before{
  display: block;
  content: '';
  clear: both;
  width: 11rem;
  height: 17rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../../../images/icon/ico_arrow_right.png) no-repeat;
  background-position: center;
  background-size: 11rem 17rem;
}
.month > dl{
  font-size: 12rem;
  line-height: 16rem;
  letter-spacing: -.24rem;
  margin-top: 24rem;
  text-align: center;
}
.month > dl dd span{
    color: #FFF;
}

section.caution{
  padding: 50rem 20rem;
  background-color: #F1F1F1;
}
.caution .important{
  border: 1rem solid #999;
  border-radius: 8rem;
  margin: 0 auto;
  padding: 18rem 8rem;
}
.caution .important .tit{
  text-align: center;
}
.caution .important dl{
  margin-top: 12rem;
}
.caution .important dd + dd{
  margin-top: 8rem;
}
.caution .tit{
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 700;
  color: #222;
}
.caution h3 + dl{
  margin-top: 12rem;
}
.caution dl dd{
  position: relative;
  padding-left: 9rem;
  text-align: left;
  color: #222;
}
.caution dl dd:not(:first-child){
  margin-top: 12rem;
}
.caution dl dd span,
.caution dl dd span b{
  font-size: 12rem;
  line-height: 17rem;
  letter-spacing: -.3rem;
}
.caution dl dd::before{
  display: block;
  content: '';
  position: absolute;
  top: 6rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
}
.caution dl dd .sub{
  margin-top: 12rem;
}
.caution dl dd .sub dd{
  padding-left: 0;
  margin-top: 2rem;
}
.caution dl dd .sub dd::before{
  display: none;
}
.caution .importance,
.caution .importance span{
  color: #FF586E;
}
.caution .importance::before{
  background-color: #FF586E;
}
.event_area img{
  display: block;
  user-select: none;
  line-height: 0;
}
.event_area .top_tit{
  margin: 0 auto;
}
.caution .caution_trade{
  margin-top: 30rem;
}
.caution .footer{
  border-top: 1rem solid rgba(204, 204, 204, 0.3);
  margin-top: 26rem;
  padding: 12rem 0 0 0;
  text-align: center;
}
.footer > *{
  display: block;
  font-size: 12rem;
  line-height: 14rem;
  letter-spacing: -.36rem;
} 
.footer > b{
  font-weight: 700;
}
.footer > span{
  margin-top: 4rem;
}

