﻿@charset "utf-8";
/*******************************************************************
	layout style
******************************************************************* */
.sub-highlight {
}

#contents {
}

/* snb-area */
.snb-area {
    float: left;
    width: 200px;
}

.snb-area > h2 {
    width: 100%;
    height: 120px;
    margin: 0;
    line-height: 120px;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    background-color: #3a53ad;
}

.snb-area .snb {
    display: none;
}

.snb-area .snb > li {
    position: relative;
}

.snb-area .snb > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fafafa;
}

.snb-area .snb > li.active > a {
    font-weight: bold;
    color: #3a53ad;
}

.snb-area .snb > li > a > i {
    position: absolute;
    right: 10px;
    top: 11px;
    font-size: 24px;
    color: #ccc;
}

.snb-area .snb > li.active > a > i {
    color: #3a53ad;
}

/* contents */
.contents {
    float: left;
    width: 760px;
    padding: 0 0 50px 60px;
}

.contents h3 {
    height: 120px;
    margin: 0 0 40px;
    line-height: 120px;
    font-size: 32px;
    border-bottom: 1px solid #eee;
}

/* article */
.article {
}

.article .section {
    position: relative;
    min-height: 400px;
}

.article .section h4 {
    margin: 50px 0 20px;
    line-height: 1.1;
    font-size: 21px;
    font-weight: bold;
    color: #3a53ad;
}

.article .section h4:first-child {
    margin: 0 0 20px;
}

.article .section h4 i {
    margin-right: 10px;
    vertical-align: middle;
}

.article .section p {
    margin: 0 0 20px;
}

/* list */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: disc;
}

.article .section ol.section-list {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style: decimal;
}

.article .section .section-list > li {
    margin: 0 0 10px;
}

.article .section ul.section-list > li li,
.article .section ol.section-list > li li {
    margin: 0 0 2px;
}

/* table style */
.article .section .table {
    border-bottom: 1px solid #dee2e6;
}

.article .section .table th {
    text-align: center;
}

.article .section .table tbody th {
    background-color: #f7f7f7;
}

.article .section .table th,
.article .section .table td {
    vertical-align: middle;
}

/* highlight */
.highlight-pink {
    color: #fd367e;
}

.highlight-skyblue {
    color: dodgerblue;
}

/*******************************************************************
	문의하기 스타일
******************************************************************* */
.section.question .terms-area {
    border-top: 1px solid #fff;
}

.section.question .checkbox-area {
    text-align: right;
    margin-bottom: 20px;
    vertical-align: middle;
}

.section.question .checkbox-area label {
    margin-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
}

.section.question .guide-join {
    height: 150px;
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    overflow-y: scroll;
    text-align: justify;
    border: 1px solid #e1e1e3;
    border-radius: 3px;
    background-color: #fff;
}

/*******************************************************************
	includes style
******************************************************************* */
/* breadcrumb-area */
.breadcrumb-area {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}

.breadcrumb-area ul {
    text-align: right;
}

.breadcrumb-area ul li {
    display: inline-block;
    font-size: 13px;
    color: #ccc;
}

.breadcrumb-area ul li.divline {
    margin: 0 10px;
}

.breadcrumb-area ul li.home a {
    color: #ccc;
}

.breadcrumb-area ul li.current {
    color: #3a53ad;
}

/* 주요일정 */
.important-dates {
    width: 200px;
    margin: 40px 0 50px;
    border: 1px solid #e6eaf7;
    border-radius: 2px;
    background-color: #fff;
}

.important-dates h3 {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #31499d;
    background-color: #e6eaf7;
}

.important-dates ul {
    padding: 20px 15px;
}

.important-dates ul > li {
    margin: 0 0 20px;
}

.important-dates ul > li:last-child {
    margin: 0;
}

.important-dates .title {
    display: block;
    margin: 0 0 5px 0;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}

.important-dates .date {
    display: block;
    vertical-align: middle;
    letter-spacing: -0.75px;
    font-size: 14px;
    font-weight: normal;
    color: #fd367e;
}
 .important-dates .info {
     display: block;
     padding-top: 3px;
     font-size: 13px;
     font-weight: normal;
     color: #2050ff;
 }

/*******************************************************************
	참가작품 - 리스트
******************************************************************* */
.article.exhibition {
}

/* search-area */
.article.exhibition .search-area {
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: #f2f4fb;
}

.article.exhibition .search-area select {
    display: inline-block;
    width: 240px;
    height: 36px;
    line-height: 36px;
}

/* filter-area */
.article.exhibition .filter-area {
    margin: 0 0 50px;
}

.article.exhibition .filter-area > ul {
}

.article.exhibition .filter-area > ul > li {
    float: left;
    width: 25%;
}

.article.exhibition .filter-area > ul > li > a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #999;
    border-top: 3px solid #ccc;
    border-bottom: 1px solid #3a53ad;
    background-color: #f7f7f7;
}

.article.exhibition .filter-area > ul > li > a:hover {
    background-color: #fcfcfc;
    color: #3a53ad;
}

.article.exhibition .filter-area > ul > li > a.active {
    color: #3a53ad;
    border: 1px solid #3a53ad;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #3a53ad;
    background-color: #fff;
}

/* exhibition-area */
.article.exhibition .exhibition-area {
}

/* 리스트 */
/* 작품 리스트 */
.exhibition ul.main-work-list {
}

.exhibition ul.main-work-list > li {
    position: relative;
    float: left;
    width: 160px;
    margin: 0 20px 50px 0;
}

.exhibition ul.main-work-list > li:nth-child(4n) {
    margin-right: 0;
}

.exhibition ul.main-work-list > li > a {
    display: block;
    width: 160px;
}

.exhibition ul.main-work-list > li > a .award-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    padding: 2px 5px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background-color: #aaa;
    z-index: 9999;
}

.exhibition ul.main-work-list > li > a .award-label.prize1 {
    background-color: #ff4f4f;
}

.exhibition ul.main-work-list > li > a .award-label.prize2 {
    background-color: #1cbb70;
}

.exhibition ul.main-work-list > li > a .award-label.prize3 {
    background-color: #0b75cc;
}

.exhibition ul.main-work-list > li > a .thm {
    display: block;
    width: 160px;
    height: 120px;
    overflow: hidden;
    margin: 0 0 15px;
    border: 1px solid #dfdfdf;
    background-color: #eee;
}

.exhibition ul.main-work-list > li > a .thm img {
    transition: all 0.45s;
}

.exhibition ul.main-work-list > li > a:hover .thm img {
    transform: scale(1.35,1.35)
}

.exhibition ul.main-work-list > li > a span {
    display: block;
}

.exhibition ul.main-work-list > li > a span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 5px;
    letter-spacing: -0.45px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.exhibition ul.main-work-list > li > a span.title.type2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 5px;
    font-size: 13px;
    color: #f58220;
}

.exhibition ul.main-work-list > li > a span.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.exhibition ul.main-work-list > li > a span.sosok {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}

.exhibition ul.main-work-list > li > a:hover span.title {
    color: #333333;
}

.exhibition ul.main-work-list > li > a:hover span.name {
    color: #333333;
}

/*******************************************************************
	참가작품 - 상세페이지
******************************************************************* */
.exhibition-view-area {
    margin: 0 0 30px;
}

.exhibition-view-area .exhibition-view > img {
    width: 100%;
}

.exhibition-view .table-responsive {
    border-top: 3px solid #3a53ad;
}

/*******************************************************************
	행사안내
******************************************************************* */
.table-list li {
    margin-left: 10px;
    text-indent: -10px;
}
