@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

button {
  border: none;
  outline: none;
  background-color: inherit;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover,a:active,a:focus{text-decoration:none;cursor: pointer}


.startupPromotion{
    font-family: "Pretendard", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif !important;;
    font-weight: normal;
    font-size: 14px;
    line-height: inherit;
    word-wrap: break-word;
    letter-spacing: -0.6px;
}
input,
textarea,
select,
button,
table {
  font-family: "Pretendard", "맑은 고딕", "Malgun gothic", Helvetica, sans-serif !important;;
  font-weight: normal;
  font-size: 14px;
  line-height: inherit;
  word-wrap: break-word;
  letter-spacing: -0.6px;
}

body {
  width: 100vw;
  min-width: 1200px;
}

#container {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

section {
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
}

.wrap {
  width: 880px;
  margin: 0 auto;
  /* border: 1px solid gray; */
}

/*** 첫번째 섹션 (main) ***/
#main {
  text-align: center;
  padding-bottom: 0;
}
#main .main_logo {
  width: 120px;
  margin-bottom: 90px;
}

body {
  color: #222222;
}

*:hover {
  transition: all 0.2s linear;
}

.areaBtn {
  font-size: 26px;
  font-weight: 700;
  border-radius: 100px;
  cursor: pointer;
  display: inline-block;
}
.areaBtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px 70px;
  box-sizing: border-box;
}

.banner-box {
  position: fixed;
  z-index: 2000;
  bottom: 130px;
  left: 40px;
  display: inline-block;
  filter: drop-shadow(0px 0px 12px rgba(33, 53, 232, 0.25));
}
.banner-box .banner-link {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-box .banner-link .banner-top {
  width: 100%;
  background-color: #367CFF;
  text-align: right;
  color: white;
  font-weight: 500;
  font-size: 20px;
  padding: 90px 30px 14px 50px;
  box-sizing: border-box;
  border-radius: 500px 500px 0 0;
  position: relative;
}
.banner-box .banner-link .banner-top .banner-title {
  margin-top: 14px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.banner-box .banner-link .banner-top .banner-title span {
  color: #30FFFF;
}
.banner-box .banner-link .banner-top .banner-rocket {
  width: 140px;
  height: 140px;
  background-image: url(/public/images/ico/ico_startupPromotion_banner_rocket_240329.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -15px;
  left: 10px;
}
.banner-box .banner-link .banner-btn {
  width: 100%;
  background-color: #B4C5E6;
  font-size: 22px;
  font-weight: 700;
  color: #142C5B;
  text-align: center;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  position: relative;
}
.banner-box .banner-link .banner-btn .banner-hand {
  width: 80px;
  height: 80px;
  background-image: url(/public/images/ico/ico_startupPromotion_banner_hand_240329.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 8px;
  right: -10px;
}
.banner-box:hover .banner-btn {
  background-color: #E3EEFE;
  color: #175DE7;
}

#main {
  background-color: #EAF5FF;
  height: 1688px;
  box-sizing: border-box;
}

#main .mainTop {
  width: 100%;
  height: 980px;
}

#main .mainTop .wrap {
  width: 1200px;
  padding-bottom: 530px;
  background-image: url(/public/images/bg/bg_startupPromotion_main_backImg1_240327.png);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position-x: -100px;
  background-position-y: 316px;
}

#main .mainTop p {
  font-size: 34px;
  font-weight: 600;
}

#main .mainTop h1 {
  display: block;
  width: 650px;
  margin: 20px auto 40px;
  color: #0057D9;
  font-weight: 800;
  font-size: 48px;
}

#main .mainTop .mainImg {
  width: 650px;
}

#main .mainBottom {
  width: 100%;
  height: 618px;
  box-sizing: border-box;
  background-color: #26419D;
  padding: 80px 0;
  color: white;
}

#main .mainBottom .promoList {
  width: 700px;
  margin: 0 auto;
  border: solid #C6D9FF;
  border-width: 3px 0;
  margin-bottom: 60px;
  font-size: 22px;
  padding-top: 20px;
}

#main .mainBottom .promoList li {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

#main .mainBottom .promoList li .promoListTitle {
  padding: 10px 30px 10px 50px;
  font-weight: 600;
  color: #C6D9FF;
}

#main .mainBottom .promoList li .promoListText {
  padding: 10px 24px;
}

#main .mainBottom .mainBtn {
  background-color: white;
  color: #26419D;
}
#main .mainBottom .mainBtn:hover {
  background-color: #CDE0FC;
}

#contents {
  height: 4866px;
  box-sizing: border-box;
  background-image: url(/public/images/bg/bg_startupPromotion_contents_backImg_240327.png);
  background-size: 1800px;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 0;
}
#contents .contentsHead {
  width: 100%;
  text-align: center;
  font-size: 36px;
  margin-top: 100px;
}
#contents .contentsHead h2 {
  font-weight: 500;
  line-height: 57px;
}
#contents .contentsHead h2 span {
  font-size: 44px;
  font-weight: 700;
  color: #0057D9;
}
#contents .contArea {
  width: 100%;
  background: rgba(239, 239, 239, 0.44);
  backdrop-filter: blur(2.65px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 35px;
  position: relative;
  margin-top: 140px;
  padding: 5% 5% 80px;
  box-sizing: border-box;
}
#contents .contArea .contAreaNum {
  text-indent: -9999px;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  transform: translate(-60%, -160px);
  background-repeat: no-repeat;
  background-position: center;
}
#contents .contArea .contAreaTitle {
  width: 480px;
  font-size: 26px;
  margin: 50px auto;
  text-align: center;
  font-weight: 600;
  line-height: 36px;
}
#contents .contArea .contAreaTitle span {
  font-weight: 700;
  color: #0085FF;
}
#contents .contArea .areaContents {
  width: 100%;
}
#contents .area1 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area1bg_240327.png);
  background-position: center 200px;
  background-size: 90%;
  background-repeat: no-repeat;
}
#contents .area1 .areaNum1 {
  background-image: url(/public/images/common/common_startupPromotion_contents_area1_240327.png);
  background-size: 150px;
}
#contents .area1 .areaTitle1 {
  margin-bottom: 400px;
}
#contents .area1 .areaCont1 {
  box-sizing: border-box;
  padding: 7%;
  background-color: white;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
#contents .area1 .areaCont1 h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 50px;
}
#contents .area1 .areaCont1 .area1List {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop {
  width: 100%;
  height: 45px;
  border-bottom: 2px solid #0168E2;
  color: #0168E2;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  position: relative;
  padding-left: 56px;
  box-sizing: border-box;
  line-height: 42px;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBox {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #0168E2;
  position: absolute;
  left: -7px;
  top: 0;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg1 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon1_240327.png);
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg2 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon2_240327.png);
  background-size: 30px;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg3 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon3_240327.png);
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg4 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon4_240327.png);
  background-position-x: 57%;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg5 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon5_240327.png);
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg6 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon6_240327.png);
  background-size: 25px;
  background-position-x: 52%;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg7 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon7_240327.png);
  background-size: 24px;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg8 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon8_240327.png);
  background-size: 24px;
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg9 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon9_240327.png);
}
#contents .area1 .areaCont1 .area1List li .area1ListTop .iconBoxImg10 {
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area1icon10_240327.png);
  background-size: 30px;
  background-position-x: 52%;
}
#contents .area1 .areaCont1 .area1List li .area1ListText {
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 20px 0;
}
#contents .area1 .areaCont1 .area1List li .area1ListText li {
  line-height: 30px;
}
#contents .area1 .areaCont1 .area1List > li {
  width: 46%;
  text-align: left;
}
#contents .area2 {
  margin-top: 150px;
}
#contents .area2 .areaNum2 {
  background-image: url(/public/images/common/common_startupPromotion_contents_area2_240327.png);
  background-size: 160px;
  background-position-x: 70%;
}
#contents .area2 .area2List {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
#contents .area2 .area2List li {
  width: 30%;
  box-sizing: border-box;
  padding-top: 200px;
  background-position-x: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}
#contents .area2 .area2List li .area2ListTitle {
  font-size: 20px;
  font-weight: 600;
  color: #0168E2;
  margin-bottom: 14px;
}
#contents .area2 .area2List li .area2ListText {
  font-size: 17px;
  line-height: 26px;
}
#contents .area2 .area2List .area2ListCont1 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area2cont1_240327.png);
  background-size: auto 150px;
  background-position-y: 0;
}
#contents .area2 .area2List .area2ListCont2 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area2cont2_240327.png);
  background-size: auto 137px;
  background-position-y: 15px;
}
#contents .area2 .area2List .area2ListCont3 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area2cont3_240327.png);
  background-size: auto 100px;
  background-position: 45% 35px;
}
#contents .area2 .area2List .area2ListCont4 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area2cont4_240327.png);
  background-size: auto 118px;
  background-position: 60% 55px;
}
#contents .area2 .area2List .area2ListCont5 {
  background-image: url(/public/images/bg/bg_startupPromotion_contents_area2cont5_240327.png);
  background-size: auto 100px;
  background-position: 50% 55px;
}
#contents .area2 .area2List .area2ListCont6 {
  position: relative;
}
#contents .area2 .area2List .area2ListCont6 a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -40%);
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 500px;
  background-color: #E5EFF6;
  text-align: center;
  color: #0168E2;
  box-sizing: border-box;
  font-size: 18px;
  background-image: url(/public/images/ico/ico_startupPromotion_contents_area2moreR_240327.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center 75%;
}
#contents .area2 .area2List .area2ListCont6 a p {
  width: 45%;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 30px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#contents .area2 .area2List .area2ListCont6 a:hover {
  background-color: #C5E1F6;
}
#contents .area3 {
  margin-top: 150px;
}
#contents .area3 .areaNum3 {
  background-image: url(/public/images/common/common_startupPromotion_contents_area3_240327.png);
  background-size: 160px;
}
#contents .area3 .area3List {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  filter: drop-shadow(0px 5px 12.6px rgba(20, 44, 91, 0.23));
}
#contents .area3 .area3List li {
  width: 100%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  font-size: 21px;
  line-height: 30px;
}
#contents .area3 .area3List li .area3ListTitle {
  font-weight: 700;
  width: 140px;
  border-right: 3px solid #142C5B;
  padding: 2px 10px 2px 0;
  text-align: center;
  color: #142C5B;
}
#contents .area3 .area3List li .area3ListText {
  width: 420px;
  margin-left: 50px;
  text-align: left;
}
#contents .area3 .area3List .area3ListWhite {
  background-color: white;
}
#contents .area3 .area3List .area3ListSky {
  background-color: #E3EEFE;
}
#contents .area3 .area3List .area3ListBlue {
  background-color: #C5DDFF;
}
#contents .area3 .area3List .area3List2line {
  line-height: 60px;
}
#contents .contentsBtn {
  background-color: #0057D9;
  color: white;
  margin: 80px auto 0;
}
#contents .contentsBtn:hover {
  background-color: #2B7AF1;
}

#info {
  padding: 30px 0 0;
}
.infoNotice {
  width: 100%;
  height: 405px;
  background-color: #3C4A6C;
  color: white;
  padding: 70px 30px;
  box-sizing: border-box;
}
.infoNotice .noticeTitle {
  width: 100%;
  font-size: 20px;
  color: #76B5FF;
}
.infoNotice .noticeList {
  width: 100%;
  padding-top: 24px;
}
.infoNotice .noticeList li {
  display: flex;
  padding: 6px 0;
  font-size: 16px;
  gap: 10px;
}
#info .infoCs {
  width: 100%;
  height: 550px;
  box-sizing: border-box;
  background-color: #142C5B;
  color: white;
  text-align: center;
  padding: 90px 0;
}
#info .infoCs .infoCs_top h2 {
  font-size: 36px;
  color: #76B5FF;
  margin-bottom: 40px;
}
#info .infoCs .infoCs_top div {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 10px;
}
#info .infoCs .infoCs_top div img {
  width: 50px;
}
#info .infoCs .infoCs_top div p {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 50px;
}
#info .infoCs .infoCs_top .info_number {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 4px;
}
#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;
}
#info .infoCs .infoCs_bottom ul li {
  display: flex;
  height: 30px;
}
#info .infoCs .infoCs_bottom ul li .bold {
  width: 60px;
  text-align: justify;
  margin-right: 20px;
}
#info .infoCs .infoCs_bottom ul li .bold:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 2px;
}
#info .infoCs .infoCs_bottom ul li .text {
  font-weight: 200;
  margin-right: 10px;
}
#info .infoCs .infoCs_bottom ul li .small {
  font-weight: 200;
  font-size: 17px;
  line-height: 25px;
}

/*# sourceMappingURL=startupPromotionPC.css.map */
