@charset "UTF-8";
body,
html {
  margin: 0;
  padding: 0;
}
#publishContainer {
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  letter-spacing: -1px;
  line-height: 1;
  font-family: "Pretendard", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif;
  min-width: 1000px;
  line-height: 1;
  font-family: "pretendard", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif;
  color: #000;
  overflow-x: hidden;
}
#publishContainer .banner-box {
  position: fixed;
  z-index: 900;
  bottom: 130px;
  left: 40px;
  display: inline-block;
  filter: drop-shadow(0px 7px 11.9px rgba(0, 3, 180, 0.26));
}
#publishContainer .banner-box .banner-link {
  display: block;
  width: 100%;
  height: 100%;
}
#publishContainer .banner-box .banner-link .banner-top {
  width: 210px;
  height: 177px;
  background-color: #000;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 19px;
  padding: 67px 30px 14px;
  box-sizing: border-box;
  border-radius: 500px 500px 0 0;
  position: relative;
}
#publishContainer .banner-box .banner-link .banner-top .banner-title {
  text-indent: -9999px;
  width: 180px;
  height: 60px;
  margin: 0 auto 3px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_banner_title_250814.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -25%);
}
#publishContainer .banner-box .banner-link .banner-top .banner-title span {
  color: #0084F7;
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico {
  width: 150px;
  height: 150px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_banner_item_250814.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -65px;
  left: 40px;
  z-index: 100;
}
#publishContainer .banner-box .banner-link .banner-btn {
  width: 100%;
  background-color: #2E39E4;
  font-size: 20px;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  position: relative;
}
#publishContainer .banner-box .banner-link .banner-btn .banner-hand {
  width: 70px;
  height: 70px;
  background-image: url("https://www.softcity.co.kr/public/images/ico/ico_startupPromotion_banner_hand_240329.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 12px;
  right: -30px;
}
#publishContainer .banner-box:hover .banner-btn {
  background-color: #2e68e4;
}
#publishContainer .color_blue {
  color: #2E39E4;
}
#publishContainer .color_pink {
  color: #ED517B;
}
#publishContainer .font_another {
  font-family: "OAGothic-ExtraBold";
}
#publishContainer .apply_event_btn {
  color: white;
  display: flex;
  margin: 70px auto 0;
  font-size: 22px;
  font-weight: 700;
  width: 310px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
#publishContainer section {
  width: 100%;
}
#publishContainer section .publishWrap {
  width: 1000px;
  margin: 0 auto;
}
#publishContainer #contents_main {
  background-color: #2E39E4;
  padding: 80px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#publishContainer #contents_main .publishWrap {
  box-sizing: border-box;
  border: 0;
  position: relative;
}
#publishContainer #contents_main .publishWrap .main_logo {
  width: 100px;
  margin-bottom: 50px;
}
#publishContainer #contents_main .publishWrap .main_txt {
  width: 100%;
}
#publishContainer #contents_main .publishWrap .main_txt .mainSubHeader {
  background-color: #000;
  color: white;
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#publishContainer #contents_main .publishWrap .main_txt .mainHeader {
  margin: 0 auto;
  text-indent: -9999px;
  width: 900px;
  height: 600px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_main_title_250814.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -20px;
}
#publishContainer #contents_main .mainDate {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #000;
  color: white;
  padding: 16px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#publishContainer #contents_main .mainBg1 {
  width: 1300px;
  height: 120%;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_main_bg1_250814.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  z-index: 100;
}
#publishContainer #contents_area1 {
  padding: 70px 0 90px;
  position: relative;
  z-index: 1;
  background-color: #EAEAEA;
}
#publishContainer #contents_area1 .contentsHead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}
#publishContainer #contents_area1 .contentsHead h2 {
  line-height: 34px;
  margin: 20px auto 0;
  font-weight: 500;
}
#publishContainer #contents_area1 .contentsHead h2 .color_blue {
  font-weight: 800;
}
#publishContainer #contents_area1 .contArea.area1 {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 50px;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent {
  filter: drop-shadow(0px 4px 13.4px rgba(0, 0, 0, 0.07));
  display: flex;
  width: 750px;
  justify-content: space-between;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList {
  width: 350px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 13px;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .recomBackImg1 {
  width: 50px;
  height: 50px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont1-listTitle1_250819.png");
  background-size: auto 100%;
  position: absolute;
  top: -17px;
  left: 49px;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .recomBackImg2 {
  width: 50px;
  height: 50px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont1-listTitle2_250819.png");
  background-size: auto 100%;
  position: absolute;
  top: -17px;
  right: 34px;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt {
  display: flex;
  width: 100%;
  height: 280px;
  flex-flow: column;
  align-items: center;
  border-radius: 13px;
  overflow: hidden;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomWho {
  background-color: black;
  color: #FFF315;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding: 14px 0;
  width: 100%;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward {
  width: 100%;
  background: rgba(255, 255, 255, 0.77);
  font-size: 20px;
  line-height: 30px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  padding: 10px 18px 20px;
  text-align: center;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward .color_blue {
  font-weight: 800;
  font-size: 1.1em;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward .txtTop {
  display: flex;
  align-items: center;
  gap: 4px;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward .txtTop .txtPlus {
  width: 22px;
  height: 22px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont1-listPlus-sky_250819.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward .recomGiftImg1 {
  width: 160px;
  height: 164px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommand_cont1gift1money_240912.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}
#publishContainer #contents_area1 .contArea.area1 .recomEvent .recomEventList .listTxt .recomReward .recomGiftImg2 {
  width: 170px;
  height: 140px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont1-listDetail2_250819.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#publishContainer #contents_area1 .contArea.area2 {
  margin-top: 40px;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info {
  width: 750px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info .cont1_infoList {
  border-radius: 13px;
  width: 33%;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info .cont1_infoList.infoList1 {
  width: 25%;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info .cont1_infoList .info_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info .cont1_infoList .info_list .info_list_title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  background-color: black;
  width: 100%;
  padding: 10px 12px;
  box-sizing: border-box;
  text-align: center;
}
#publishContainer #contents_area1 .contArea.area2 .cont1_info .cont1_infoList .info_list .info_list_detail {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  height: 92px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#publishContainer #contents_area1 .contArea.area2 .apply_event_btn {
  background-color: #2E39E4;
}
#publishContainer #contents_area1 .contArea.area2 .apply_event_btn:hover {
  background-color: #0d1587;
}
#publishContainer #contents_area2 {
  background: linear-gradient(180deg, #1823C9 0%, #4C197E 100%);
  position: relative;
}
#publishContainer #contents_area2 .cont2TitleArea {
  background-color: black;
  height: 140px;
  position: relative;
  display: flex;
  justify-content: center;
}
#publishContainer #contents_area2 .cont2TitleArea .cont2Title {
  text-indent: -9999px;
  width: 600px;
  height: 100%;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2-title_250819.png");
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#publishContainer #contents_area2 .cont2TitleArea .cont2Title::before {
  display: block;
  content: "";
  width: 190px;
  height: 190px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2TitleBg_250819.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  z-index: 10;
  left: -140px;
}
#publishContainer #contents_area2 .cont2TitleArea .cont2Title::after {
  display: block;
  content: "";
  width: 190px;
  height: 190px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2TitleBg_250819.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  z-index: 10;
  right: -140px;
  transform: scaleX(-1);
}
#publishContainer #contents_area2 .publishWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 {
  width: 750px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 60px 40px;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 30px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .area2Title {
  color: white;
  font-size: 22px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .area2Title span {
  font-size: 1.1em;
  font-weight: 700;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent {
  display: flex;
  width: 100%;
  gap: 40px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .numTxt {
  width: 100%;
  height: 67px;
  color: white;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  gap: 5px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .numTxt span {
  color: #FFF315;
  font-size: 1.1em;
  font-weight: 800;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .numTxt .numTxtBg {
  width: 50px;
  height: 50px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2ListTitle_250819.png");
  background-size: auto 170%;
  background-repeat: no-repeat;
  background-position: -20px center;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail {
  width: 100%;
  height: 270px;
  background-color: white;
  text-align: center;
  text-indent: -9999px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg1, #publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg2 {
  width: 100%;
  height: 100%;
  background-size: auto 220px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-16px);
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg1.bonusDetailBg1, #publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg2.bonusDetailBg1 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2List1Detail_250819.png");
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg1.bonusDetailBg2, #publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .bonusDetail .bonusDetailBg2.bonusDetailBg2 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont2List2Detail_250819.png");
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .bonusEvent .bonusEventList .exeTxt {
  opacity: 0.81;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .info_list {
  border-radius: 10px;
  overflow: hidden;
  width: 320px;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .info_list .info_list_title {
  width: 100%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 700;
}
#publishContainer #contents_area2 .publishWrap .contArea.area2 .info_list .info_list_detail {
  width: 100%;
  background-color: white;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  padding: 18px 0;
}
#publishContainer #contents_area3 {
  padding: 90px 0 110px;
}
#publishContainer #contents_area3 .publishWrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
#publishContainer #contents_area3 .publishWrap .contentsHead {
  background-color: black;
  width: 750px;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
}
#publishContainer #contents_area3 .publishWrap .contentsHead h2 {
  color: white;
  font-size: 22px;
}
#publishContainer #contents_area3 .publishWrap .contArea {
  width: 750px;
  border-radius: 0 0 10px 10px;
  background-color: #EAEAEA;
  margin-bottom: 70px;
}
#publishContainer #contents_area3 .publishWrap .contArea .eventHowto {
  width: 100%;
  display: flex;
  height: 250px;
  gap: 26px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_recommend2025-12_cont3Detail_250819.png");
  background-size: 94%;
  background-position: center;
  background-repeat: no-repeat;
}
#publishContainer #contents_area3 .publishWrap .contArea .eventHowto .eventHowtoList {
  opacity: 0;
  width: 100%;
  background-color: rgba(255, 198, 215, 0.46);
  border-radius: 40px;
  padding: 68px 30px 0;
  height: 200px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#publishContainer #contents_area3 .publishWrap .contArea .eventHowto .eventHowtoList .howtoTitle {
  font-size: 20px;
  margin-bottom: 13px;
}
#publishContainer #contents_area3 .publishWrap .contArea .eventHowto .eventHowtoList .howtoDetail {
  font-size: 18px;
  line-height: 25px;
}
#publishContainer #contents_area3 .publishWrap .apply_event_btn {
  margin: 0 auto;
  background-color: #2E39E4;
}
#publishContainer #contents_area3 .publishWrap .apply_event_btn:hover {
  background-color: #0d1587;
}
#publishContainer #info .infoNotice {
  width: 100%;
  background-color: #8D8D8D;
  color: white;
  padding: 60px 20px 80px;
  box-sizing: border-box;
  word-break: keep-all;
}
#publishContainer #info .infoNotice .noticeTitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#publishContainer #info .infoNotice .noticeList {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
#publishContainer #info .infoNotice .noticeList li {
  display: flex;
  gap: 10px;
  line-height: 24px;
}
#publishContainer #info .infoCs {
  width: 100%;
  height: 550px;
  box-sizing: border-box;
  background-color: #142C5B;
  color: white;
  text-align: center;
  padding: 90px 0;
}
#publishContainer #info .infoCs .infoCs_top h2 {
  font-size: 36px;
  color: #76B5FF;
  margin-bottom: 40px;
}
#publishContainer #info .infoCs .infoCs_top div {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
}
#publishContainer #info .infoCs .infoCs_top div img {
  width: 50px;
}
#publishContainer #info .infoCs .infoCs_top div p {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
}
#publishContainer #info .infoCs .infoCs_top .infoCs_number {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
#publishContainer #info .infoCs .infoCs_bottom {
  margin-top: 40px;
  border: 3px solid #749FD2;
  font-size: 20px;
  display: inline-block;
  padding: 30px 50px 23px;
  border-radius: 20px;
  filter: drop-shadow(0px 0px 13.8px rgba(255, 255, 255, 0.2));
  background-color: #142C5B;
}
#publishContainer #info .infoCs .infoCs_bottom ul li {
  display: flex;
  height: 30px;
}
#publishContainer #info .infoCs .infoCs_bottom ul li .bold {
  width: 60px;
  text-align: justify;
  margin-right: 20px;
  letter-spacing: -0.6px;
}
#publishContainer #info .infoCs .infoCs_bottom ul li .bold:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 2px;
}
#publishContainer #info .infoCs .infoCs_bottom ul li .text {
  font-weight: 200;
  margin-right: 10px;
}
#publishContainer #info .infoCs .infoCs_bottom ul li .small {
  font-weight: 200;
  font-size: 17px;
  line-height: 25px;
}

/*# sourceMappingURL=event-recommend2025-12_pc.css.map */
