body {
    letter-spacing: -0.38px;
    color: #393939;
}
h1 {
    font-size: 48px;
    color: #fff;
}

h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 130%;
}

h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

h4 {
    font-size: 36px;
    font-weight: 700;
}

p {
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
}
a {
    color: inherit;
}

/* 메 인 비 주 얼 */
section.main-visual {
    position: relative;
    margin-bottom: 100px;
}

.main-visual .slogan {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-visual img {
    width: 100%;
}

.main-visual h1 {
    margin-bottom: 40px;
}
.main-visual h3 {
    line-height: 130%;
}


/* 셀 프  */
section.self {
    margin-bottom: 129px;
}

.self article {
    width: 1180px;
    margin: 0 auto;
}

.self article .new {
    display: flex;
    justify-content: space-between;
}

.self article .new .whoam {
    display: flex;
    flex-direction: column;
    gap: 41px;
    margin: 98px 0;
}
.new .whoam p.whoami {
    color: #1F783C;
    font-size: 12px;
    font-weight: 700;
}

.new .whoam p {
    font-weight: 400;
}

.new .whoam ul.style {
    display: flex;
    gap: 39px;
}
.new .whoam ul.style li p.skill {
    font-size: 33px;
    font-weight: 600;
    color: #1f783c;
    margin-bottom: 8px;
}


.new .whoam ul.style li p.explain {
    color: #393939;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
}

/* 스 티 키 */


section.sticky {
    padding: 118px 0 0 128px;
    background: #FAFAFA;
}

article.sti {
    display: flex;
    gap: 36px;
    justify-content: space-between;
    position: relative;
    align-items: start;
}

article.sti .web {
    min-width: 200px;
    position: sticky;
    top: 50px;
    left: 0;
}

article.sti .web p {
    font-size: 16px;
    font-weight: 700;
    color: #1F783C;
    margin-bottom: 11px;
}

article.sti .web h1.pro {
    color: #393939;
    line-height: 150%;
    font-size: 56px;
}

ul.project {
    /* border: 3px solid lime; */
    display: flex;
    flex-direction: column;
    gap: 140px;
}
ul.project  .project-skechers .sum{
    background-image: url('imgs/html1.png');
}
ul.project  .project-daewoong .sum{
    background-image: url('imgs/html2.png');
}
ul.project .sum {
    width: 1077px;
    height: 640px;
    overflow: hidden;
    margin-bottom: 27px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: background-position 10s;
    transition-timing-function: linear;
    filter: brightness(.96);
}
ul.project .sum:hover {
    background-position: center bottom;
}


.project-skechers .word {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 38px;
}
.project-skechers .word figure p {
    padding: 3px 15px;
    font-weight: 400;
    color: #fff;
    background: #555555;
    border-radius: 24px;
}
p.cut {
    margin-bottom: 15px;
    font-size: 18px;
    color: #393939;
    line-height: 160%;
}
p.week {
    font-size: 18px;
    font-weight: 500;
    line-height: 170%;
    margin-bottom: 38px;
}

.boutton-open {
    display: flex;
    gap: 11px;
}


.boutton-open a.finish {
    display: flex;
    gap: 7px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    padding: 15px 32px;
    border-radius: 5px;
}
.boutton-open a.finish p.after {
    font-size: 15px;
    font-weight: 700;
    color: #393939;
}
.boutton-open a.finish img,
.boutton-open a.past img {
    width: 10px;
    height: 10px;
    display: block;
}



.boutton-open a.past {
    display: flex;
    gap: 7px;
    background: #ddd;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red; */
    padding: 15px 32px;
    border-radius: 5px;
}

