:root {
    --brandColor: #ff4600;
}

/* header ============================================== */
header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    border-bottom: 3px solid var(--brandColor)
}
header img {
    height: 43px;
}

/* sc_1 ============================================== */
.sc_1{
    position: relative;
    padding-top: 70px;
}
.sc_1 .headline_box{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.sc_1 p{
    margin-bottom: 5px;
    font-size: 26px;
    font-weight: 600;
}
.sc_1 h2{
    position: relative;
    width: fit-content;
    font-size: 62px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
}
.sc_1 h2 span {
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -2px;
}
.sc_1 h3{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
}
.sc_1 img{
    display: block;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}



/* sc_2 ============================================== */
.sc_2{
    background: var(--brandColor);
}
.sc_2 a{
    display: block;
    padding: 45px 0;
}
.sc_2 .inner2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.sc_2 h3{
    font-size: 25px;
    font-weight: 200;
}
.sc_2 h2{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 45px;
    font-weight: 800;
}
.sc_2 h2 img{
    height: 41px;
}



/* sc_3 ============================================== */
.sc_3 ul li h3{
    font-size: 31px;
    font-weight: 700;
    line-height: 42px;
}
.sc_3 ul li h3 span{
    font-size: 22px;
    font-weight: 600;
    color: #827c7b;
}
.sc_3 ul li img{
    width: 170px;
}
.sc_3 ul li p{
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #808080;
}


/* sc_3, sc_6 ============================================== */
.sc_3, .sc_6 {
    padding: 80px 0;
    background: #f5f5f5;
}
.sc_3 .headline, .sc_6 .headline {
    margin-bottom: 25px;
}
.sc_3 .headline .emphasis, .sc_6 .headline .emphasis {
    font-weight: 700;
}
.sc_list ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sc_list ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 0px 3px 3px;
}


/* sc_4 ============================================== */
.sc_4{
    width: 100%;
    height: 890px;
    background: url(../img/sc4_bg.png) no-repeat 50% 100%/cover;
}
.sc_4 h2{
    padding-top: 110px;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
}



/* sc_5 ============================================== */
.sc_5 ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 60px; 
}
.sc_5 ul li.item1{
    background: #fff3eb;
}
.sc_5 ul li.item2{
    background: #fff;
}
.sc_5 ul li h2{
    margin-bottom: 30px;
    font-size: 29px;
    font-weight: 700;
    line-height: 40px;
}
.sc_5 ul li p{
    font-size: 38px;
    font-weight: 700;
}



/* sc_6 ============================================== */
.sc_6 p{
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}
.sc_6 .item2{
    background: #f8f9fd;
}



/* 필수 안내사항 ============================================== */
.bottom_wrap {
    background: #262626; 
}
.bottom_wrap .inner{
    text-align: center;
    padding: 70px 0 40px;
}
.bottom_wrap h2 {
    margin-bottom: 30px;
    font-size: 34px; 
    font-weight: bold; 
    color: #fff;
}
.bottom_wrap p {
    font-size: 21px;
    font-weight: 400;
    line-height: 40px;
    color: #ececec;
}

footer {background: #505050; padding: 40px;}
footer p {color: #c5c5c5; font-size: 20px; line-height: 1.4;}
footer .sim {margin-bottom: 20px;}
footer .copyright {margin-top: 50px;}
