@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif;

    list-style: none;
    text-decoration: none;
}


html {
    overflow-y: scroll;
}

body {
    font-size: 14px;
    line-height: 150%;
    color: #333;
}

img {
    border: none;
}

a {
    color: #333;
}

a:hover {
    color: #dc143c;
}

.clear {
    clear: both;
}

#wrap {
    width: 1200px;
    margin: 20px auto;
}

header {}

h1 {
    padding-bottom: 14px;
    width: 141px;
    float: left;
}

nav {
    float: right;
}

nav ul {}

nav ul li {
    float: left;
}

nav ul li:last-child a {
    padding-right: 0px;
}

nav ul li a {
    padding: 15px;
    display: block;
    color: #333;
}

nav ul li a:hover {
    color: #06c;
}

nav ul li a:active {
    text-shadow: 1px 1px 2px #dc143c;
    color: #fff;

}

section {
    width: 1200px;
    margin: 0 auto;
}

#works {
    min-height: 500px;
}

#exhibitions {
    min-height: 500px;
}

#link {
    min-height: 500px;
}

#news {
    min-height: 500px;
}

footer {
    text-align: right;
    font-size: 12px;
    padding-top:15px;
}

#sub_footer {
    margin-top: 140px;
    
}


h2 {
    font-size: 18px;
    text-align: right;
    padding: 15px 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#biography p:nth-child(1) {
    float: left;
    width: 200px;
    padding-top: 30px;
}

#biography p:nth-child(2) {
    float: right;
    width: 850px;
    padding-top: 30px;
}

#link p:nth-child(1) {
    float: center;
    width: 1200px;

    padding-top: 30px;
    text-align: center;
}

#link p:nth-child(2) {
    float: center;
    width: 1200px;

    padding-top: 30px;
    text-align: center;

}

#link p:nth-child(2) span {
    font-size: 20px;
    font-weight: 300;

}

#news p:nth-child(1) {
    float: left;
    width: 500px;

    padding-top: 30px;

}


#news p:nth-child(2) {
    float: right;
    width: 550px;
    padding-top: 250px;
    font-size: 17px;
    text-indent: -50px;

}
