@import url(fonts.css);
@import url(common.css);

.header {
    height: 100px;
}
.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .gnb ul {
    display: flex;
}

.header .gnb ul li a {
    display: block;
    line-height: 100px;
    padding: 0 25px;
    font-size: 21px;
    font-weight: 700;
    color: #1d1d1d;
}


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

.visual .wrapper {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 145px 0;
}

.visual h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 32px 0;
}


.biz {
    margin: 147px 0 124px 0;
}

.biz .tit h2 {
    font-weight: 700;
    color: #0F488F;
}

.biz .tit p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1d;
    margin: 3px 0 0 0;
}

.biz .list {
    margin: 59px 0 0 0;
}

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

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

.biz .list ul li a {
    display: block;
}

.biz .list ul li a .txt {
    text-align: center;
    margin: 0 40px;
}

.biz .list ul li a .txt h3 {
    font-size: 32px;
    line-height: 1.3;
    color: #1d1d1d;
    margin: 24px 0 12px 0; /* 상단 여백: 30px - 6px(이미지의 line-height) */
}

.biz .list ul li a .txt span {
    border: 1px solid #ccc;
    display: block;
    margin: 18px 0 0 0;
    padding: 12px 0;
}


.brand {
    background: url(../images/brand_bg.jpg) no-repeat center center / cover;
    color: #fff;
}

.brand .wrapper {
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.brand h2 {
    font-weight: 700;
    color: #C8DEF9;
}

.brand p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    margin: 3px 0 30px 0;
}

.brand a {
    display: block;
    border: 1px solid #fff;
    padding: 12px 36px;
}


.footer {
    color: #666;
    padding: 83px 0 81px 0;
}

.footer .f_nav ul {
    display: flex;
    gap: 0 45px;
}

.footer .f_nav ul li.privacy {
    font-weight: 700;
    color: #0F488F;
}

.footer .f_info {
    margin: 21px 0;
    display: flex;
    gap: 0 23px;
}

