@import url(pretendard.css);
/*** 시작 태그 초기화 */
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
ul, ol, li {
    list-style: none;
}
/***   끝 태그 초기화 */

/*** 시작 기본 스타일 */
body {
    font-family: 'pretendard';
    font-size: 17px;
    font-weight: 400;
    color: #3d3d3d;
    line-height: 1.5;
}
.wrapper {
    width: 1260px;
    margin: 0 auto;
}
/***   끝 기본 스타일 */

.visual {
    background: url(../images/hd_visual.jpg) no-repeat center center / cover;
    color: #fff;
    height: 700px;
}

.visual h2 {
    font-size: 60px;
    font-weight: 700;
    padding: 226px 0 32px 0;
}


.biz h2 {
    font-size: 40px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 88px 0 27px 0;
}

.biz .list ul {
    display: flex;
    justify-content: space-between;
}

.biz .list ul li {
    width: 404px;
}

/* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 */
.biz .list ul li a {
    display: block; /* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 */
}
/* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 *//* 이거 기억해 */

.biz .list ul li a h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0 0 0;
}


.heri {
    margin: 85px 0 0 0;
    background: url(../images/hd_heri.jpg) no-repeat center center / cover;
    color: #fff;
    height: 573px;
}

.heri .wrapper {
    padding: 156px 0 0 642px;
}

.heri h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 36px 0;
}

.heri a {
    display: inline-block;
    background-color: #003087;
    border-radius: 50px;
    margin: 37px 0 0 0;
    padding: 13px 27px;
}


.sust {
    text-align: center;
}

.sust h2 {
    font-size: 24px;
    font-weight: 700;
    color: #003087;
    margin: 115px 0 12px 0;
}

.sust .sub_tit {
    font-size: 40px;
    font-weight: 700;
    color: #1d1d1d;
    margin: 0 0 17px 0;
}

.sust a {
    display: inline-block;
    background-color: #003087;
    color: #fff;
    border-radius: 50px;
    margin: 48px 0 0 0;
    padding: 13px 27px;
}

/* 임시로 넣은 거임 */
body {
    margin: 0 0 300px 0;
}