body {
    margin: 0;
    padding: 0;
    font-family: Spoqa Han Sans Neo;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

.angel__header {
    width: 1440px;
    padding: 0 195px;
    box-sizing: border-box;
    height: 76px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.angel__header > .angel__redirect {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;
    width: 181px;
    height: 56px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    font-family: Spoqa Han Sans Neo;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #272727;
}

.angel__main {
    min-width: 1440px;
    width: 100%;
    height: 800px;
    background-image: url("/static/images/angel-club/desktop/ic_main_bg.png");
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.angel__main-title {
    margin: 162px auto;
}

.angel__main-description {
    width: 100%;
    height: 240px;
    left: 0px;
    top: 560px;
    background-color: rgba(8, 47, 69, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Spoqa Han Sans Neo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: white;
    border-top: 1px solid rgba(233, 233, 233, 0.2);
}

.angel__main-description > div {
    margin: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.angel__term {
    width: 1440px;
    padding: 120px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.angel__term > .angel__term-wrapper:first-child {
    margin-right: 75px;
}

.angel__term-wrapper {
    width: 460px;
}

.angel__term-title {
    display: flex;
}

.angel__term-title-wrapper {
    margin-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.angel__term-title-wrapper span:first-child {
    font-family: Spoqa Han Sans Neo;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 35px;
    color: #1f2e45;
}

.angel__term-title-wrapper span:nth-child(2) {
    font-family: Spoqa Han Sans Neo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #a8a8a8;
}

.angel__term-description {
    margin-top: 40px;
    margin-bottom: 8px;
    font-family: Spoqa Han Sans Neo;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #1f2e45;
}

.angel__term-semi-dec {
    margin: 0;
    font-family: Spoqa Han Sans Neo;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}

.angel__term-semi-dec > span {
    font-weight: bold;
    color: #1f2e45;
}

.angel__term-deco {
    width: 4px;
    height: 57px;
    background: #1f2e45;
    border-radius: 10px;
}

.angel__benefit {
    width: 1440px;
    padding: 80px 195px 120px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.angel__benefit-title {
    margin: 0;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1f2e45;
}

.angel__benfit-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.angel__benefit-card {
    width: 334px;
    height: 400px;
    background: #f4f4f4;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.angel__benefit-card-title {
    margin-top: 60px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #1f2e45;
}

.angel__benefit-card-title > span {
    font-weight: bold;
}

.angel__benefit-card > div {
    width: 36px;
    height: 4px;
    margin-bottom: 36px;
    background: #1f2e45;
}

.angel__benefit-card-description {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #1f2e45;
}

.angel__list {
    min-width: 1440px;
    background-color: #f4f4f4;
}

.angel__list-box {
    width: 1440px;
    padding: 120px 195px 80px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.angel__item-wrapper {
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d4d4d4;
}
.angel__item {
    width: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.angel__item > a {
    display: block;
    margin-bottom: 24px;
}

.angel__item > a > .angel__item-home-link {
    width: 334px;
    height: 272px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.angel__item:first-child > a > .angel__item-home-link > img {
    width: 288px;
}

.angel__item:nth-child(2) > a > .angel__item-home-link > img {
    width: 123px;
}

.angel__item:nth-child(3) > a > .angel__item-home-link > img {
    width: 269px;
    margin-left: 18px;
}

.angel__item-title {
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #1f2e45;
}

.angel__item-description {
    word-break: keep-all;
    font-size: 14px;
    line-height: 22px;
    color: #1f2e45;
}

.angel__item > .angel__item-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 89px;
    height: 36px;
    background: #e6e6e6;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #808080;
}

.angel__item-link:hover {
    background: white;
    color: #1f2e45;
}

.angel__club-description {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    color: #1f2e45;
}

.angel__how {
    width: 1440px;
    padding: 120px 0px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.angel__how-title {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1f2e45;
    position: relative;
}

.angel__how-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: #1f2e45;
    left: -148px;
    bottom: 50%;
    transform: translateY(-50%);
}

.angel__how-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: #1f2e45;
    right: -148px;
    bottom: 50%;
    transform: translateY(-50%);
}

.angel__how-description {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #1f2e45;
}

.angel__how-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 832px;
    height: 292px;
    background: #f2f4f7;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    padding: 36px 36px 40px;
    box-sizing: border-box;
    margin-top: 80px;
    margin-bottom: 40px;
}

.angel__how-item {
    width: 160px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #1f2e45;
}

.angel__how-bar {
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 80px;
    background: #ffffff;
    left: 116px;
    top: 76px;
    padding: 0 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.circle-style {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    border-radius: 240px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 16px;
}

.circle-style.white {
    background: #ffffff;
    border: 2px solid #a6a6a6;
    font-weight: 800;
    color: #1f2e45;
}

.circle-style.green {
    background: #d5f7df;
    border: 2px solid #0db83c;
    font-weight: 800;
    color: #0db83c;
}

.circle-style.black {
    background: #1f2e45;
    font-weight: 800;
    color: #ffffff;
}

.angel__how-request {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1f2e45;
}

.angel__news {
    width: 1440px;
    padding: 100px 195px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.angel__news-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1f2e45;
}

.angel__news-wrapper {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.angel__news-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 334px;
}

.angel__news-item > img {
    width: 334px;
    height: 187px;
    outline: 1px solid rgba(39, 39, 39, 0.1);
    outline-offset: -1px;
}

.angel__news-item > p {
    height: 50px;
    margin: 16px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #1f2e45;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.angel__news-item > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}

.news-divider {
    width: 1px;
    height: 12px;
    background: #d3d3d3;
    margin: 0px 8px;
}

.angel__startup {
    min-width: 1440px;
    background: #f2f4f7;
}

.angel__startup-content {
    display: flex;
    width: 1440px;
    height: 308px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.angel__startup p {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1f2e45;
    margin-bottom: 28px;
}

.angel__startup a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 50px;
    background: #1f2e45;
    border-radius: 80px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.index-footer {
    min-width: 1440px;
    background: #ededed;
}

.footer-wrapper {
    width: 1440px;
    padding: 60px 195px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.pc-only-copyright-wrapper {
    width: 100%;
    justify-content: space-between;
}

.angel__footer-cs {
    margin: 24px 0px 12px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #272727;
}

.angel__footer-cs-list {
    margin-bottom: 11px;
}

.angel__footer-cs-list li {
    margin-bottom: 8px;
}

.angel__footer-cs-list > li > span {
    font-size: 14px;
    line-height: 18px;
    color: #272727;
}

.angel__footer-cs-list > li > span:first-child {
    margin-right: 9px;
}

.divider {
    border-top: 1px solid #e9e9e9;
}

.angel__footer-copyright {
    font-size: 14px;
    line-height: 22px;
    color: #272727;
}

.notice-wrapper {
    display: none;
}
