@charset "utf-8";
/* ==================================================================================
    [main.css]
        - stylesheets of main page
================================================================================== */
.innerwrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

/* ==================================================================================
    메인배너 - main-banner
================================================================================== */
/*carousel-caption*/
.competition-caption {
    width: 100%;
    padding: 0;
    text-align: left;
}
.competition-caption .competition-title {
    padding: 20px 0 40px;
    line-height: 1.1;
    letter-spacing: -2px;
    font-size: 72px;
    /*color: rgba(255,255,255,1);*/
    color: #002e66;
    font-weight: 700;
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.45);*/
}
.competition-caption .competition-title .small {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 21px;
    /*color: rgba(255,255,255,0.85);*/
    color: #002e66;
    font-weight: 500;
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.45);*/
}
.competition-caption .competition-title .small br {
    display: none;
}
.competition-caption .competition-sub-title {

}
.competition-caption .competition-sub-title p.date {
    margin: 0 0 10px;
    font-size: 36px;
    font-weight: 700;
    color: #f99d1c;
}
.competition-caption .competition-sub-title p.date small {
    font-size: 21px;
    font-weight: 700;
    color: #f99d1c;
}
.competition-caption .competition-sub-title p.place {
    font-size: 24px;
    font-weight: 700;
    color: #002e66;
}
.competition-caption .competition-sub-title p.place.after {

}
.competition-caption .competition-sub-title p.place.after b {
    display: block;
    margin-top: 15px;
    letter-spacing: -0.45px;
    font-size: 34px;
    color: #f99d1c;
}
.competition-caption .competition-sub-title br {
    display: none;
}
.competition-caption .competition-info {
    font-size: 19px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0,0,0,0.45);
}

/* main-banner */
.main-spot-area {
    position: relative;
    margin: 0 auto;
    border-bottom: 1px solid #002e66;
    background-color: #fff;
}
.main-spot-area .inner-wrap.bg-main {
    position: relative;
    /*min-height: 740px;*/
    min-height: 640px;
    background: url(/images/bg/bg_main.png) right bottom no-repeat;
}

/* countdown */
.countdown-area {
    display: none;
    width: 500px;
    margin: 40px 0 0;
    padding: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #002e66;
    border-bottom: 1px solid #002e66;
}
.eng .countdown-area {
    width: 600px;
}
.countdown-area .info {
    display: inline-block;
    margin-right: 35px;
    text-align: left;
    vertical-align: middle;
}
.countdown-area h3 {
    margin: 0 0 5px;
    font-size: 21px;
    font-weight: 700;
    color: #002e66;
    /*color: #fff;*/
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.45);*/
}
.countdown-area .date {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 300;
    /*color: #fff;*/
    color: #002e66;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.45);*/
}
.countdown-area #countdown {
    display: inline-block;
    margin-left: 35px;
    vertical-align: middle;
}
.countdown-area #countdown p {
    display: inline-block;
    margin: 0 5px 0 0;
}
.countdown-area #countdown p b {
    display: block;
    width: 56px;
    height: 64px;
    line-height: 60px;
    margin: 0 0 3px;
    padding: 0;
    text-align: center;
    font-family: 'Trebuchet MS', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 28px;
    color: #fff;
    background-color: #002e66;
}
.countdown-area #countdown p .count-label {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #002e66;
    /*text-shadow: 0 1px 1px rgba(0,0,0,0.45);*/
}

/* 퀵버튼 */
#quick {
    width: 100%;
    /*margin-top: 40px;*/
    margin-top: 120px;
}
#quick .quick-buttons {
    overflow: hidden;
    text-align: left;
}
#quick .quick-buttons li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 60px 0 0;
}
#quick .quick-buttons li a {
    display: block;
}
#quick .quick-buttons li a span.circle {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    margin: 0 0 7px;
    padding: 0;
    color: #002e66;
    border: 3px solid #002e66;
    border-radius: 60px;
    background-color: #fff;
    transition: all 0.25s;
}
#quick .quick-buttons li a:hover span.circle {
    text-align: center;
    border: 3px solid #f99d1c;
    background-color: #f99d1c;
    transition: all 0.25s;
}
#quick .quick-buttons li.submission span.circle b {
    display: inline-block;
    width: 57px;
    height: 58px;
    margin-top: 23px;
    background: transparent url(/images/main/icon_main_01.png) 0 0 no-repeat;
}
#quick .quick-buttons li.submission a:hover span.circle b {
    background: transparent url(/images/main/icon_main_01.png) 0 -58px no-repeat;
}
#quick .quick-buttons li.exhibition span.circle b {
    display: inline-block;
    width: 77px;
    height: 56px;
    margin-top: 25px;
    background: transparent url(/images/main/icon_main_02.png) 0 0 no-repeat;
}
#quick .quick-buttons li.exhibition a:hover span.circle b {
    background: transparent url(/images/main/icon_main_02.png) 0 -56px no-repeat;
}
#quick .quick-buttons li a span.title {
    display: block;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    color: #002e66;
    font-weight: 500;
}
#quick .quick-buttons li a:hover span.title {
    color: #f99d1c;
}

/* ==================================================================================
    컨텐츠 - 공통
================================================================================== */
.main-contents {
    padding: 0;
}
.conts-box {
    /*float: left;*/
}
.conts-box h3 {
    position: relative;
    margin: 0 0 20px;
    padding-top: 30px;
    letter-spacing: 0;
    color: #002e66;
    font-weight: 700;
}
.conts-box h3 b {
    disiplay: inline-block;
    line-height: 1.1;
    vertical-align: bottom;
    padding: 0 6px;
    color: #fff;
    background-color: #002e66;
}
.conts-box h3 span {
    disiplay: inline-block;
}
.conts-box h3 .btn-more {
    position: absolute;
    right: 0;
    top: 27px;
    color: #002e66;
    font-size: 30px;
}

/* 컨텐츠 - 공지사항 */
.conts-box.notice {
    float: left;
    width: 600px;
    padding-right: 50px;
}
.conts-box.notice.ref {
    float: left;
    width: 600px;
    padding-left: 50px;
    padding-right: 0;
}
.conts-box.notice ul li {
    overflow: hidden;
    padding: 0 0 8px 12px;
    font-size: 16px;
    background: url("/images/main/dot.jpg") left 10px no-repeat;
}
.conts-box.notice ul li:last-child {
    padding: 0 0 0 12px;
}
.conts-box.notice ul li .title {
    float: left;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 420px;
    color: #002e66;
}
.conts-box.notice ul li .title:hover {
    color: #2758b1;
}
.conts-box.notice ul li .date {
    float: right;
    display: inline-block;
    color: #999;
}

/* 컨텐츠 - 주요일정 */
.conts-box.important-dates {
    display: none;
    width: 500px;
    min-height: 512px;
    padding-left: 40px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: #fafafa;
}
.conts-box.important-dates h3 {
    color: #e2454f;
}
.conts-box.important-dates ul li {
    margin: 0 0 20px;
}
.conts-box.important-dates ul li .title {
    display: block;
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: bold;
}
.conts-box.important-dates ul li .date {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #e2454f;
}

/* ==================================================================================
    main-conts
================================================================================== */
.main-contents {
    background-color: #fff;
}
.main-contents.greetings-area .article {
    padding: 200px 0 !important;
    border-bottom: 1px solid #eee !important;
}
.main-contents .article:last-child {
    padding: 200px 0;
    border-bottom: 0;
}
.main-contents .article h3 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
}
.main-contents .article h3.small {
    font-size: 28px;
}
.main-contents .article .title-border {
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto 40px;
    background-color: #f99d1c;
}
.main-contents .article .inner-section {
    padding: 50px;
    background: url(/images/main/bg_main_p_left.png), url(/images/main/bg_main_p_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}
.main-contents .article.introduce .inner-section {
    background: none;
}
.main-contents .article p {
    margin: 0 0 20px;
    text-align: justify;
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
}
.main-contents .article.small p {
    font-size: 16px;
}
.main-contents .article.small.introduce p {
    font-size: 15px;
}
.main-contents .article p:last-child {
    margin: 0;
}
.main-contents .article p.chairman {
    margin: 60px 0 0;
    text-align: right;
}
.main-contents .article {

}

/* ==================================================================================
    main-poster-area
================================================================================== */
.main-poster-area {
    padding: 50px 0 0;
    border-bottom: 1px solid #eee;
}
.main-poster-area img {
    display: block;
    max-width: 100%;
}

/* ==================================================================================
    main-work-list
================================================================================== */
.main-work-area {

}
.main-work-area .inner-wrap {
    /*padding-top: 100px;*/
}
.main-work-area .article {
    padding: 50px 0 120px;
    /*padding: 100px 0 120px;*/
    border-bottom: 1px solid #eee;
}
.main-work-area .article h3 {
    margin: 0 0 40px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #333;
}
.main-work-area .article h3 a {
    color: #333;
}
.main-work-area .article .title-border {
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto 60px;
    background-color: #f99d1c;
}

/* 검색 영역 */
.search-area {
    margin: 0 0 60px;
}
.search-area ul {

}
.search-area ul li {
    float: left;
    width: 216px;
    margin-right: 30px;
}
.search-area ul li:last-child {
    margin-right: 0;
}
.search-area .major {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 5px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #002e66;
    outline: none;
    border: 2px solid #002e66;
    background-color: #fff;
    transition: all 0.25s;
}
.search-area a.major {
    line-height: 42px;
}
.search-area .major.active,
.search-area .major:hover {
    color: #fff;
    border: 2px solid #002e66;
    background-color: #002e66;
}
.search-area .major b {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.eng .search-area .major b {
    line-height: 1.1;
    letter-spacing: -0.75px;
}
.eng .search-area .major b.small {
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.75px;
}
.search-area .major i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.eng .search-area .major i {
    display: none;
}
.search-area select {
    width: 100%;
    height: 46px;
    padding: 8px 5px 10px;
    font-size: 19px;
    font-weight: bold;
    color: #002e66;
    outline: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #002e66;

    /*ios대응*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*화살표 배경 넣기*/
    background: #fff url('/images/bg/bg_select_arrow.jpg') 98% 50% no-repeat; /*화살표 select박스 오른쪽 중앙 배치,배경 흰색*/
}
select::-ms-expand{
    display:none; /* 화살표 없애기 for IE10, 11*/
}
.search-area .select-box-area.blur select {
    width: 100%;
    height: 46px;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    outline: none;
    border: 0;
    border-bottom: 2px solid #aaa;
}
.eng .search-area select {
    font-size: 17px;
}
.search-area select option {
    padding: 5px;
    font-size: 15px;
    font-weight: 400;
}
.search-area .search-bar {
    position: relative;
    width: 216px;
    /*width: 462px;*/
}
.search-area .search-bar input[type=text] {
    width: 100%;
    height: 46px;
    padding: 0 30px 0 0;
    font-size: 19px;
    font-weight: bold;
    outline: none;
    border: 0;
    border-bottom: 2px solid #002e66;

    /* IOS */
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.eng .search-area .search-bar input[type=text] {
    font-size: 17px;
}
.search-area .search-bar input[type=text]::placeholder {
    letter-spacing: -0.75px;
    font-size: 12.5px;
    /*font-size: 19px;*/
    font-weight: 400;
    color: #ccc;
}
.search-area .search-bar button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    text-align: right;
    outline: none;
    border: 0;
    background: 0;
}
.search-area .search-bar button i {
    font-size: 24px;
    font-weight: bold;
    color: #002e66;
}

/* 작품 리스트 */
.main-work-area .subject-info {
    margin: 0 0 60px;
}
.main-work-area .subject-info .info-area {
    display: none;
    padding: 60px 0;
}
.main-work-area .subject-info .info-area.active {
    display: block;
}
.main-work-area .subject-info .info-area h3 {
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    color: #002e66;
}
.main-work-area .subject-info .info-area p {
    text-align: justify;
    font-size: 16px;
    word-break: keep-all;
}
.main-work-area ul.main-work-list {
    min-height: 400px;
}
.main-work-area ul.main-work-list > li {
    float: left;
    width: 216px;
    margin: 0 30px 80px 0;
}
.main-work-area ul.main-work-list > li:nth-child(5n) {
    margin-right: 0;
}
.main-work-area ul.main-work-list > li > a {
    display: block;
    width: 216px;
}
.main-work-area ul.main-work-list > li > a .thm {
    display: block;
    width: 216px;
    height: 162px;
    overflow: hidden;
    margin: 0 0 15px;
    text-align: center;
}
.main-work-area ul.main-work-list > li > a .thm.empty {
    border: 1px solid #eee;
    background-color: #fafafa;
}
.main-work-area ul.main-work-list > li > a .thm img {
    width: 100%;
    min-height: 162px;
    transition: all 0.45s;
}
.main-work-area ul.main-work-list > li > a:hover .thm img {
    transform: scale(1.35,1.35)
}

.main-work-area ul.main-work-list > li > a span {
    display: block;
}
.main-work-area ul.main-work-list > li > a span.period {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 3px;
    font-size: 12px;
    color: #767676;
}
.main-work-area ul.main-work-list > li > a span.studio {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 5px;
    font-size: 13px;
    color: #f58220;
}
.main-work-area ul.main-work-list > li > a span.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    letter-spacing: -0.45px;
    font-size: 16px;
    font-weight: bold;
    color: #002e66;
}
.main-work-area ul.main-work-list > li > a span.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #002e66;
}
.main-work-area ul.main-work-list > li > a:hover span.title {
    color: #002e66;
}
.main-work-area ul.main-work-list > li > a:hover span.name {
    color: #002e66;
}

/* 더보기 */
.main-work-area .btn-area {
    margin: 0;
    text-align: center;
}
.main-work-area .btn-area > a {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    border-radius: 2px;
    background-color: #002e66;
}
.main-work-area .btn-area > a i {
    display: inline-block;
    margin: 0 8px 0 0;
    line-height: 1.1;
    vertical-align: middle;
    font-size: 21px;
    color: rgba(255,255,255,0.75);
    transition: all 0.25s;
}
.main-work-area .btn-area > a b {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    color: rgba(255,255,255,0.75);
    transition: all 0.25s;
}
.main-work-area .btn-area > a:hover i,
.main-work-area .btn-area > a:hover b {
    color: rgba(255,255,255,1);
}

/* ==================================================================================
    layer popup
================================================================================== */
.layer-popup-area {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0,0,0,0.45);
    z-index: 10;
}
.layer-popup-area .cont {
    border-top: 5px solid #002e66;
}
.layer-popup-area .close {
    float: none;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    color: #fff;
    text-shadow: none;
    background-color: #002e66;
    opacity: 1;
}
.layer-popup-area .close .check input {
    vertical-align: middle;
}
.layer-popup-area .close .check label {
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.layer-popup-area .close .btn-close {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* contents */
.layer-popup-area {
    display: none;
    top: 20px;
    width: 480px;
}
.layer-popup-area .cont {
    padding: 0;
    line-height: 1.3;
    font-size: 15px;
}

/* .cont-area */
.layer-popup-area .conts-area {
    float: none;
    width: 480px;
}
.layer-popup-area .conts-area h1 {
    padding: 20px;
    text-align: center;
    font-size: 24px;
    color: #002e66;
    background-color: #b9cde5;
}
.layer-popup-area .conts-area h1 b {
    display: block;
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: normal;
}
.layer-popup-area.eng .conts-area h1 b {
    font-size: 17px;
}
.layer-popup-area .conts-area h1 strong {
    display: block;
    font-size: 28px;
}
.layer-popup-area.eng .conts-area h1 strong {
    font-size: 24px;
}
.layer-popup-area .conts-area .conts-info  {
    padding: 20px;
}
.layer-popup-area .conts-area .conts-info p  {
    margin: 0 0 20px;
    line-height: 1.48;
}
.layer-popup-area .conts-area .conts-info ul {
    list-style: disc;
    margin: 0 0 20px;
}
.layer-popup-area .conts-area .conts-info ul li {
    margin: 5px 0 5px 20px;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop {
    margin: 0 0 30px;
    border-top: 3px solid #002e66;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop td {
    padding: 5px 8px;
    text-align: center;
    letter-spacing: -0.45px;
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #002e66;
}
.layer-popup-area .conts-area .conts-info .tb-layer-pop td.bd-l1 {
    border-left: 1px solid #002e66;
}
.layer-popup-area .conts-area .conts-info p.thm {
    text-align: center;
}

/* btn-area */
.layer-popup-area .btn-area {
    padding: 20px 0;
    text-align: center;
}
.layer-popup-area .btn-area a {
    display: inline-block;
    padding: 10px 25px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    border-radius: 2px;
    background-color: #002e66;
}
.layer-popup-area .btn-area a b {
    display: inline-block;
    vertical-align: middle;
}
.layer-popup-area .btn-area a i {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

/* .bg-conts-area */
.layer-popup-area .bg-conts-area {
    display: none;
    position: relative;
    float: left;
    width: 480px;
    height: 400px;
    background-size: cover;
}
.layer-popup-area.eng .bg-conts-area {
    height: 400px;
}
.layer-popup-area .bg-conts-area .address {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 20px;
    letter-spacing: -0.45px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #002e66;
    background-color: rgba(255,255,255,0.65);
}

/* popup1 */
.layer-popup-area.pop1 {
    /*display: none;*/
    top: -540px;
    left: 90px;
    width: 480px;
    margin-left: 0;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

/* popup2 */
.layer-popup-area.pop2 {
    /*display: none;*/
    top: -540px;
    left: 610px;
    width: 480px;
    margin-left: 0;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

/* popup3 */
.layer-popup-area.pop3 {
    /*display: none;*/
    top: -540px;
    left: 50%;
    width: 480px;
    margin-left: -240px;
}
.layer-popup-area.pop1 .close {
    width: 480px;
}

