@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;
    width: 100%;
    width: 100vw;
    min-width: 1300px;
    line-height: 1;
    font-family: "pretendard", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif;
    color: #001184;
    overflow-x: hidden;
}
#publishContainer div,
#publishContainer span,
#publishContainer applet,
#publishContainer object,
#publishContainer iframe,
#publishContainer h1,
#publishContainer h2,
#publishContainer h3,
#publishContainer h4,
#publishContainer h5,
#publishContainer h6,
#publishContainer p,
#publishContainer blockquote,
#publishContainer pre,
#publishContainer a,
#publishContainer abbr,
#publishContainer acronym,
#publishContainer address,
#publishContainer big,
#publishContainer cite,
#publishContainer code,
#publishContainer del,
#publishContainer dfn,
#publishContainer em,
#publishContainer font,
#publishContainer img,
#publishContainer ins,
#publishContainer kbd,
#publishContainer q,
#publishContainer s,
#publishContainer samp,
#publishContainer small,
#publishContainer strike,
#publishContainer strong,
#publishContainer sub,
#publishContainer sup,
#publishContainer tt,
#publishContainer var,
#publishContainer b,
#publishContainer u,
#publishContainer i,
#publishContainer center,
#publishContainer dl,
#publishContainer dt,
#publishContainer dd,
#publishContainer ol,
#publishContainer ul,
#publishContainer li,
#publishContainer fieldset,
#publishContainer form,
#publishContainer label,
#publishContainer legend,
#publishContainer table,
#publishContainer caption,
#publishContainer tbody,
#publishContainer tfoot,
#publishContainer thead,
#publishContainer tr,
#publishContainer th,
#publishContainer td,
#publishContainer input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
    list-style: none;
}
#publishContainer .banner-box {
    position: fixed;
    z-index: 9999;
    bottom: 130px;
    left: 40px;
    display: inline-block;
    filter: drop-shadow(0px 7px 14.4px rgba(0, 78, 142, 0.31));
}
#publishContainer .banner-box .banner-link {
    display: block;
    width: 100%;
    height: 100%;
}
#publishContainer .banner-box .banner-link .banner-top {
    width: 100%;
    background: linear-gradient(180deg, #F0EFFF 12.92%, #007CFF 91.7%);
    text-align: center;
    color: #1E3E6B;
    font-weight: 500;
    font-size: 19px;
    padding: 70px 25px 14px;
    box-sizing: border-box;
    border-radius: 500px 500px 0 0;
    position: relative;
}
#publishContainer .banner-box .banner-link .banner-top .banner-subTitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}
#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: #FAFFA2;
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico.banner-ico1 {
    width: 160px;
    height: 100px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_banner-bg1_250411.png");
    background-size: 100%;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico.banner-ico2 {
    width: 52px;
    height: 52px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_banner-bg2_250411.png");
    background-size: 100%;
    left: -10px;
    top: 40px;
}
#publishContainer .banner-box .banner-link .banner-top .banner-ico.banner-ico3 {
    width: 50px;
    height: 100px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_banner-bg3_250411.png");
    background-size: 100%;
    right: -10px;
    top: 20px;
}
#publishContainer .banner-box .banner-link .banner-btn {
    width: 100%;
    background-color: #1A2FBC;
    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: #A68DFF;
}
#publishContainer .color_blue {
    color: #12A0FF;
}
#publishContainer .color_sky {
    color: #03C0FF;
}
#publishContainer .color_deepBlue {
    color: #115FCC;
}
#publishContainer .color_yellow {
    color: #FAFFA2;
}
#publishContainer section {
    width: 100%;
}
#publishContainer section .publishWrap {
    width: 1000px;
    margin: 0 auto;
}
#publishContainer #contents_main {
    background: linear-gradient(180deg, #1C8DFF 0%, #835DFF 100%);
    padding: 60px 0 0;
    text-align: center;
    position: relative;
}
#publishContainer #contents_main .mainBg1 {
    width: 1500px;
    height: 850px;
    position: absolute;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_mainBg-top_250411.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    left: 50%;
    top: -250px;
    transform: translateX(-50%);
}
#publishContainer #contents_main .mainBg2 {
    width: 100%;
    height: 390px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_mainBg-bottom_250411.png");
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center -70px;
}
#publishContainer #contents_main .publishWrap {
    width: 100%;
}
#publishContainer #contents_main .publishWrap .main_logo {
    width: 100%;
    height: 80px;
    margin-bottom: 40px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_mainBg-logo_250411.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#publishContainer #contents_main .publishWrap .main_txt {
    width: 100%;
}
#publishContainer #contents_main .publishWrap .main_txt .mainSubtitle {
    display: inline-block;
    width: 100%;
    height: 170px;
    text-indent: -9999px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_mainBg-subTitle_250411.png");
    background-size: auto 150px;
    background-position: center top;
    background-repeat: no-repeat;
}
#publishContainer #contents_main .publishWrap .main_txt .mainHeader {
    margin: 0 auto;
    text-indent: -9999px;
    width: 800px;
    height: 180px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_mainBg-title_250411.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
#publishContainer #contents_main .publishWrap .main_txt .mainDate {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    color: white;
}
#publishContainer #contents_main .publishWrap .mainImg {
    width: 650px;
    margin: 0;
    padding: 0;
    border: 0;
}
#publishContainer #contents_area1 {
    padding: 70px 0 0;
}
#publishContainer #contents_area1 .contentsSubhead {
    width: 100%;
    height: 200px;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    padding-top: 180px;
    box-sizing: border-box;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont1-headBg_250411.png");
    background-repeat: no-repeat;
    background-size: auto 150px;
    background-position: center top;
    position: relative;
}
#publishContainer #contents_area1 .contentsSubhead div::before {
    display: block;
    content: "";
    width: 460px;
    height: 24px;
    background-color: #FAFFA2;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
    bottom: -16px;
}
#publishContainer #contents_area1 .contentsHead {
    width: 500px;
    height: 150px;
    margin: 30px auto 20px;
    text-align: center;
    box-sizing: border-box;
}
#publishContainer #contents_area1 .contentsHead h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    color: #2337BF;
}
#publishContainer #contents_area1 .contentsHead h2 span {
    padding: 0 3px;
    position: relative;
    font-weight: 800;
}
#publishContainer #contents_area1 .cont1_list {
    width: 700px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
#publishContainer #contents_area1 .cont1_list li {
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 18px;
    padding: 86px 30px 30px 30px;
    text-align: center;
    position: relative;
    filter: drop-shadow(0px 3.607px 6.853px rgba(5, 48, 202, 0.15));
}
#publishContainer #contents_area1 .cont1_list li .cont1_list1_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_newYear2025_cont1_list1_241128.png");
}
#publishContainer #contents_area1 .cont1_list li .cont1_list3_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_event_newYear2025_cont1_list3_241128.png");
}
#publishContainer #contents_area1 .cont1_list li .cont1_list_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1B33D8;
}
#publishContainer #contents_area1 .cont1_list li .cont1_list_detail {
    font-size: 20px;
    line-height: 1.4em;
}
#publishContainer #contents_area1 .event-benefit {
    margin-top: 140px;
    background: linear-gradient(180deg, #6377F9 0%, #2B3681 100%);
    padding: 150px 0 90px;
    color: white;
    position: relative;
    text-align: center;
}
#publishContainer #contents_area1 .event-benefit .benefitHeadImg {
    width: 420px;
    height: 250px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-headBg_250411.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
}
#publishContainer #contents_area1 .event-benefit .benefitHead {
    color: #1B33D8;
    font-size: 26px;
    font-weight: 700;
    background-color: #FAFFA2;
    display: inline-block;
    padding: 10px 17px;
    filter: drop-shadow(0px 4px 6.7px rgba(0, 9, 128, 0.35));
    margin-bottom: 30px;
}
#publishContainer #contents_area1 .event-benefit .benefitSubHead {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
#publishContainer #contents_area1 .event-benefit .benefitSubHead span {
    font-weight: 700;
}
#publishContainer #contents_area1 .event-benefit .benefitList {
    display: flex;
    gap: 50px;
    margin-top: 60px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li {
    width: 100%;
    height: 370px;
    border: 8px solid white;
    border-radius: 19px;
    background-color: rgba(255, 255, 255, 0.84);
    position: relative;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitListNum {
    display: inline-block;
    background-color: white;
    padding: 0 40px 40px 40px;
    border-radius: 0 0 100px 100px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitListNum::after {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.5%;
    font-size: 23px;
    font-weight: 700;
    color: #3145C6;
    letter-spacing: 1px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList1 .benefitListNum::after {
    content: "01";
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList1 .benefitImg {
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-list1_250411.png");
    background-size: 170px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList1::after {
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-plus_250411.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -53px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList2 .benefitListNum::after {
    content: "02";
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList2 .benefitImg {
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-list2_250411.png");
    background-size: 230px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList2::after {
    display: block;
    width: 40px;
    height: 40px;
    content: "";
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-plus_250411.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -53px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList3 .benefitListNum::after {
    content: "03";
}
#publishContainer #contents_area1 .event-benefit .benefitList li.benefitList3 .benefitImg {
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-list3_250411.png");
    background-size: 230px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitImg {
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitDetail {
    height: 90px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: #0319AA;
    font-size: 22px;
    font-weight: 600;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitDetail span.purple {
    color: #724BFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
}
#publishContainer #contents_area1 .event-benefit .benefitList li .benefitDetail p {
    font-size: 15px;
    font-weight: 500;
    color: #263FEC;
}
#publishContainer #contents_area1 .event-benefit .apply_event_btn {
    display: flex;
    margin: 80px auto 0;
    font-size: 22px;
    font-weight: 700;
    width: 340px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: relative;
    text-indent: -9999px;
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-btn_0250411.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s;
}
#publishContainer #contents_area1 .event-benefit .apply_event_btn:hover {
    background-image: url("https://softcity.blob.core.windows.net/public/images/bg/bg_cloudUpgrade2_cont2-btn-hover_0250411.png");
    transition: 0.5s;
}
#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 #contents_area2 .cloudInfo2 .publishWrap .cloudMoreBtn:hover {
    background-color: #0066F4;
}
#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-cloudUpgrade-2-pc.css.map */
