@charset "UTF-8";
html, body {
  margin: 0;
  padding: 0;
}
html div,
html span,
html applet,
html object,
html iframe,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html p,
html blockquote,
html pre,
html a,
html abbr,
html acronym,
html address,
html big,
html cite,
html code,
html del,
html dfn,
html em,
html font,
html img,
html ins,
html kbd,
html q,
html s,
html samp,
html small,
html strike,
html strong,
html sub,
html sup,
html tt,
html var,
html b,
html u,
html i,
html center,
html dl,
html dt,
html dd,
html ol,
html ul,
html li,
html fieldset,
html form,
html label,
html legend,
html table,
html caption,
html tbody,
html tfoot,
html thead,
html tr,
html th,
html td,
html input, body div,
body span,
body applet,
body object,
body iframe,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body blockquote,
body pre,
body a,
body abbr,
body acronym,
body address,
body big,
body cite,
body code,
body del,
body dfn,
body em,
body font,
body img,
body ins,
body kbd,
body q,
body s,
body samp,
body small,
body strike,
body strong,
body sub,
body sup,
body tt,
body var,
body b,
body u,
body i,
body center,
body dl,
body dt,
body dd,
body ol,
body ul,
body li,
body fieldset,
body form,
body label,
body legend,
body table,
body caption,
body tbody,
body tfoot,
body thead,
body tr,
body th,
body td,
body input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* vertical-align: baseline; */
  background: transparent;
  text-decoration: none;
  color: inherit;
  list-style: none;
}

#publishContainer {
  width: 100%;
  min-width: 1300px;
  line-height: 1;
  font-family: "pretendard", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif;
  color: #36378C;
  overflow-x: hidden;
}
#publishContainer .banner-box {
  position: fixed;
  z-index: 9999;
  bottom: 130px;
  left: 40px;
  display: inline-block;
  filter: drop-shadow(0px 7px 14.4px rgba(64, 33, 119, 0.25));
  letter-spacing: -1px;
}
#publishContainer .banner-box .banner-link {
  display: block;
  width: 100%;
  height: 100%;
}
#publishContainer .banner-box .banner-link .banner-top {
  width: 100%;
  background: white;
  text-align: center;
  color: #1E3E6B;
  font-weight: 500;
  font-size: 22px;
  padding: 80px 23px 8px;
  box-sizing: border-box;
  border-radius: 500px 500px 0 0;
  position: relative;
  border-bottom: 0;
}
#publishContainer .banner-box .banner-link .banner-top .banner-subTitle {
  font-size: 19px;
  font-weight: 700;
}
#publishContainer .banner-box .banner-link .banner-top .banner-title {
  margin: 7px auto 3px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
#publishContainer .banner-box .banner-link .banner-top .banner-title span {
  color: #D02129;
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico {
  width: 170px;
  height: 130px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_bannerIllust_250813.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
#publishContainer .banner-box .banner-link .banner-btn {
  width: 100%;
  background-color: #1E3E6B;
  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: #5D71BA;
}
#publishContainer .color_red {
  color: #D02129;
}
#publishContainer .color_sky {
  color: #03C0FF;
}
#publishContainer .color_deepBlue {
  color: #115FCC;
}
#publishContainer section {
  width: 100%;
}
#publishContainer section .publishWrap {
  width: 1000px;
  margin: 0 auto;
}
#publishContainer #contents_main {
  height: 860px;
  background: linear-gradient(180deg, #B1BFEA 0%, #EEDCE4 74.04%, #FFF3CE 100%);
  padding: 90px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
#publishContainer #contents_main .mainBg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 1;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-bg1_250813.png");
  background-size: 680px;
  background-repeat: no-repeat;
  background-position: center;
}
#publishContainer #contents_main .mainBg2 {
  width: 100%;
  height: 650px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-bg2_250813.png");
  background-size: auto 100%;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
#publishContainer #contents_main .mainBg3 {
  width: 2300px;
  height: 450px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-bg3_250813.png");
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
}
#publishContainer #contents_main .publishWrap {
  width: 100%;
}
#publishContainer #contents_main .publishWrap .main_logo {
  width: 120px;
  margin: 60px auto 30px;
}
#publishContainer #contents_main .publishWrap .main_txt {
  width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
#publishContainer #contents_main .publishWrap .main_txt .mainBg4 {
  width: 250px;
  height: 250px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-bg4_250813.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -150px;
  bottom: -400px;
}
#publishContainer #contents_main .publishWrap .main_txt .mainBg5 {
  width: 130px;
  height: 130px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-bg5_250813.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -150px;
  bottom: -320px;
}
#publishContainer #contents_main .publishWrap .main_txt .mainSubtitle {
  text-indent: -9999px;
  width: 150px;
  height: 150px;
  position: absolute;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-subTitle_250813.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  right: -50px;
  top: -60px;
}
#publishContainer #contents_main .publishWrap .main_txt .mainHeader {
  margin: 0 auto;
  text-indent: -9999px;
  width: 480px;
  height: 300px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_main-title_250813.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#publishContainer #contents_main .publishWrap .main_txt .mainDate {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
#publishContainer #contents_main .publishWrap .mainImg {
  width: 650px;
  margin: 0;
  padding: 0;
  border: 0;
}
#publishContainer #contents_area1 {
  padding: 60px 0 90px;
  background-color: #C3C9E5;
  position: relative;
  z-index: 10;
}
#publishContainer #contents_area1 .publishWrap {
  position: relative;
}
#publishContainer #contents_area1 .publishWrap .cont1Bg1Item1 {
  width: 50px;
  height: 80px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_cont1Bg1Item1_250814.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -50px;
  top: 30px;
}
#publishContainer #contents_area1 .publishWrap .cont1Bg1Item2 {
  width: 70px;
  height: 130px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_cont1Bg1Item2_250814.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -40px;
  top: -20px;
}
#publishContainer #contents_area1 .contentsHead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  top: -160px;
  transform: translateX(-50%);
}
#publishContainer #contents_area1 .contentsHead span {
  font-weight: 800;
}
#publishContainer #contents_area1 .cont1_list {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#publishContainer #contents_area1 .cont1_list li {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 18px;
  padding: 150px 20px 30px 20px;
  text-align: center;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: center 38px;
}
#publishContainer #contents_area1 .cont1_list li.cont1_list1 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade3_cont1-list1_250725.png");
}
#publishContainer #contents_area1 .cont1_list li.cont1_list2 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade3_cont1-list2_250725.png");
}
#publishContainer #contents_area1 .cont1_list li.cont1_list3 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade3_cont1-list3_250725.png");
}
#publishContainer #contents_area1 .cont1_list li .cont1_list_title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
#publishContainer #contents_area1 .cont1_list li .cont1_list_detail {
  font-size: 20px;
  line-height: 1.4em;
  height: 84px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#publishContainer #contents_area1 .apply_event_btn {
  background: #FAF6F8;
  box-shadow: 0 0 22.7px 0 #9DA6EF inset;
  color: #36378C;
  display: flex;
  margin: 150px auto 10px;
  font-size: 22px;
  font-weight: 700;
  width: 310px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: relative;
}
#publishContainer #contents_area1 .apply_event_btn::after {
  width: 100%;
  height: 180px;
  content: "";
  display: block;
  position: absolute;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_cont1BtnItem_250814.png");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center bottom;
  top: -170px;
}
#publishContainer #contents_area1 .cont1Bg1 {
  width: 100%;
  height: 72px;
  position: absolute;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_cont1Bg1_250814.png");
  background-size: auto 100%;
  background-position: center;
  top: 22%;
  z-index: -1;
}
#publishContainer #contents_area1 .cont1Bg2 {
  width: 100%;
  height: 73%;
  position: absolute;
  bottom: 0;
  background-color: #4F5095;
  z-index: -2;
}
#publishContainer #contents_area1 .cont1Bg2 .cont1Bg2Item {
  width: 100%;
  height: 100%;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_cloudUpgrade2025-12_cont1Bg2Item_250813.png");
  background-size: auto 100%;
  background-position: center;
}
#publishContainer #contents_area2 {
  background: linear-gradient(120deg, #E0EEFF 0.21%, #E9E6FF 100%);
  padding: 0;
}
#publishContainer #contents_area2 .cloudInfo1 {
  width: 100%;
  padding: 90px 0 0;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap {
  width: 100%;
  text-align: center;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap h2 {
  font-size: 32px;
  line-height: 43px;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap h2 span {
  color: #0066F4;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap .cloudExImg {
  width: 100%;
  height: 450px;
  background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_newYear2025_cloud_introduce_241128.png");
  background-size: 990px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap .cloudInfo1Txt {
  font-size: 20px;
  line-height: 32px;
  margin-top: 50px;
}
#publishContainer #contents_area2 .cloudInfo1 .publishWrap .cloudInfo1Txt span {
  color: #0066F4;
  font-weight: 600;
}
#publishContainer #contents_area2 .cloudInfo2 {
  width: 100%;
  padding: 90px 0;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap {
  width: 1000px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetailTitle {
  width: 864px;
  background-color: #2865D6;
  color: white;
  padding: 14px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 30px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList {
  width: 268px;
  height: 285px;
  background-color: white;
  border-radius: 10px 45px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  padding: 20px 30px 0;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon {
  width: 100%;
  height: 116px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 5px center;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon1 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_kbPromoEvent1_cloudIcon1_240920.png");
  background-size: 63px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon2 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_kbPromoEvent1_cloudIcon2_240920.png");
  background-size: 60px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon3 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_kbPromoEvent1_cloudIcon3_240920.png");
  background-size: 67px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon4 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_kbPromoEvent1_cloudIcon4_240920.png");
  background-size: 64px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon5 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_kbPromoEvent1_cloudIcon5_240920.png");
  background-size: 66px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailIcon.cloudIcon6 {
  background-image: url("https://softcity.blob.core.windows.net/public/images/ico/ico_newYear2025_cloudIcont6_241129.png");
  background-size: 100px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt {
  display: flex;
  flex-flow: column;
  gap: 10px;
  font-size: 18px;
  line-height: 26px;
  word-break: keep-all;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt span {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt .storeArea {
  width: 100%;
  height: 35px;
  display: flex;
  gap: 8px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt .storeArea a {
  display: block;
  width: 100%;
  height: 32px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt .storeArea a.linkToAndroid {
  background-image: url("https://softcity.blob.core.windows.net/public/images/btn/btn_kbPromoEvent1_cloudStore1_240920.png");
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudDetail .cloudDetailList .cloudDetailTxt .storeArea a.linkToIos {
  background-image: url("https://softcity.blob.core.windows.net/public/images/btn/btn_kbPromoEvent1_cloudStore2_240920.png");
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudMoreBtn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #26419D;
  color: white;
  border-radius: 50px;
  padding: 15px 0;
  width: 357px;
  margin: 80px auto 10px;
}
#publishContainer #contents_area2 .cloudInfo2 .publishWrap .cloudMoreBtn img {
  width: 28px;
}
#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-cloudUpgrade2025-12-pc.css.map */
