@charset "utf-8";

body{
    background-image: url("../images/Youngjun Web Bg1 251003 repeat.png");
    font-size: 16px;
    font-family: 'arial', 'Apple SD Gothic Neo', 'NanumGothic', sans-serif;
    color:#333333;
}

header{
    margin: 0 auto 44px;
}

h1 {
    text-align: center;
    padding: 0px 0px 0px;
}

header nav ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid #7c5d48;
    border-bottom: 2px solid #7c5d48;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 12px 0px 10px;
}

header nav ul li {
    margin: 0 20px
}

header nav ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #7c5d48;
}

header nav ul li a:hover {
    text-decoration: underline double;
}

header h1 img{
    width: 100%;
    height: auto;
    display: block;
}

div{
    width: 1240px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
}

main{
    flex-basis: 920px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 62px 72px 32px 72px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.16);
}

aside{
    flex-basis: 284px;
}

aside nav {
    position: relative;
    overflow: hidden;
    background-clip: padding-box;
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    padding: 24px 28px;
    margin-bottom: 24px;
}


aside nav h2 {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #7c5d48;
}

aside nav ul {
    font-size: 14px;
    margin: 0;
    padding-left: 1.2em;
}

aside nav ul li {
    margin: 8px 0;
}

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

.contactNav ul li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
    color: #333333;
}

.contactNav ul li::before {
    content: "▪";
    position: absolute;
    left: 0;
    top: 0;
    color: #7c5d48;
}

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

.recentNav ul li {
    margin: 0;
}


.recentNav ul li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    border-bottom: 1px solid #7c5d48;
    overflow-wrap: anywhere;
    color: #333333;
}

.recentNav ul li:last-child a {
    border-bottom: 0;
}

article h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px;
}

article h3{
    border-bottom: 2px solid #6ab547;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

article h4{
    display: flex;
    justify-content: space-between; /* job title left, date right */
    align-items: baseline;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

article section {
    margin-bottom: 50px;
}

article section p{
    line-height: 1.6;
    margin-bottom: 24px;
}

.date {
  font-size: 12px;
  font-weight: normal;
  color: #555;
  white-space: nowrap;
  margin-left: auto;
}

.bubbletext{
    margin-bottom: 26px;
        background-color: #91c777;
    border-radius: 0px 22px 22px 22px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 11px 23px 10px 18px;
    display: inline-block;
}

footer {
    background-color: #523f2e;
    color: #ffffff;
    text-align: center;
    padding: 14px 10px 20px;
}

.skills {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skills li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.skills strong {
  display: inline-block;
  min-width: 220px; /* aligns labels neatly */
  color: #222;
}
