@charset "utf-8";
/* ==================================================================================
    [pages.css]
        - stylesheets of sub pages in pages folder
================================================================================== */
/* *******************************************************************
	layout
******************************************************************* */
.innerwrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

hr.divline {
    display: block;
    visibility: visible;
    margin: 50px 0;
    width: 100%;
    height: 32px;
}

/* ----------------------------------------------------------------------------------
    style : common contents
---------------------------------------------------------------------------------- */
/* competition-name */
.competition-name {
    display: none;
    height: 200px;
}
/*carousel-caption*/
.competition-caption {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 200px;
    padding-top: 60px;
    text-align: right;
}
.competition-caption .competition-title {
    padding: 0 0 10px;
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
    color: rgba(255,255,255,0.85);
}
.competition-caption .competition-sub-title {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

/* contents-area */
.contents-area {
    width: 100%;
}

/* article */
.article {
    min-height: 800px;
    padding: 80px 0;
    background-color: #fff;
}
.article > .menu-name {
    margin: 0 0 30px;
    line-height: 1.2;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    color: #f99d1c;
}
.article > h1 {
    margin: 0 0 40px;
    padding: 0;
    line-height: 1.2;
    text-align: center;
    font-size: 37px;
    font-weight: 700;
    color: #333;
}
.article > h1 a {
    color: #333;
}
.article .title-border {
    display: block;
    width: 48px;
    height: 3px;
    margin: 0 auto 200px;
    background-color: #f99d1c;
}

/* ==================================================================================
    CAMU Exhibition
================================================================================== */
/* 검색 영역 */
.exhibition .search-area {
    margin: 0 0 80px;
}
.exhibition .search-area ul {

}
.exhibition .search-area ul li {
    float: left;
    width: 216px;
    margin-right: 30px;
}
.exhibition .search-area ul li:last-child {
    margin-right: 0;
}
.exhibition .search-area button.major {
    width: 100%;
    height: 46px;
    padding: 0 5px;
    font-size: 17px;
    font-weight: bold;
    color: #002e66;
    outline: none;
    border: 2px solid #002e66;
    background-color: #fff;
    transition: all 0.25s;
}
.exhibition .search-area button.major:hover {
    color: #fff;
    border: 2px solid #002e66;
    background-color: #002e66;
}
.exhibition .search-area button.major b {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.exhibition .search-area button.major i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.exhibition .search-area button.major-active {
    width: 100%;
    height: 46px;
    padding: 0 5px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    outline: none;
    border: 2px solid #002e66;
    background-color: #002e66;
    transition: all 0.25s;
}
.exhibition .search-area select {
    width: 100%;
    padding: 10px 5px;
    font-size: 19px;
    font-weight: bold;
    color: #002e66;
    outline: none;
    border: 0;
    border-bottom: 2px solid #002e66;
}
.exhibition .search-area select option {
    padding: 5px;
    font-size: 15px;
    font-weight: 400;
}
.exhibition .search-area .search-bar {
    position: relative;
    width: 462px;
}
.exhibition .search-area .search-bar input[type=text] {
    width: 100%;
    height: 46px;
    padding: 0 56px 0 10px;
    font-size: 19px;
    font-weight: bold;
    outline: none;
    border: 0;
    border-bottom: 2px solid #002e66;
}
.exhibition .search-area .search-bar input[type=text]::placeholder {
    font-size: 19px;
    font-weight: 400;
    color: #ccc;
}
.exhibition .search-area .search-bar button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    text-align: right;
    outline: none;
    border: 0;
    background: 0;
}
.exhibition .search-area .search-bar button i {
    font-size: 24px;
    font-weight: bold;
    color: #002e66;
}

/* 작품 리스트 */
.exhibition ul.main-work-list {

}
.exhibition ul.main-work-list > li {
    float: left;
    width: 216px;
    margin: 0 30px 80px 0;
}
.exhibition ul.main-work-list > li:nth-child(5n) {
    margin-right: 0;
}
.exhibition ul.main-work-list > li > a {
    display: block;
    width: 216px;
}
.exhibition ul.main-work-list > li > a .thm {
    display: block;
    width: 216px;
    height: 162px;
    overflow: hidden;
    margin: 0 0 15px;
}
.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.studio {
    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.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    letter-spacing: -0.45px;
    font-size: 16px;
    font-weight: bold;
    color: #002e66;
}
.exhibition ul.main-work-list > li > a span.name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #002e66;
}
.exhibition ul.main-work-list > li > a:hover span.title {
    color: #002e66;
}
.exhibition ul.main-work-list > li > a:hover span.name {
    color: #002e66;
}

/* ==================================================================================
    CAMU Exhibition 상세보기
================================================================================== */
/* 프로필 */
.article .exhibition-show-area {
    position: relative;
}
.article .exhibition-show-area .period {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    color: #002e66;
}
.article .exhibition-show-area .period-info {
    margin: 0 0 160px;
    font-size: 16px;
}
.article .exhibition-show-area .period {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: bold;
    color: #002e66;
}
.article .exhibition-show-area h2 {
    margin: 0 0 100px;
    line-height: 1.1;
    text-align: left;
    font-size: 38px;
    font-weight: 700;
    color: #333;
}
.article .exhibition-show-area h3 {
    margin: 0 0 60px;
    font-size: 18px;
    color: #333;
}
.article .exhibition-show-area h3.sub-title {
    margin: -50px 0 100px;
    text-align: left;
    line-height: 1.4;
    font-size: 21px;
    color: #333;
}
.article .exhibition-show-area .profile {
    margin: 0 0 72px;
}
.article .exhibition-show-area .profile img {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-right: 5px;
}
.article .exhibition-show-area .profile-info {
    margin: 0 0 150px;
}
.article .exhibition-show-area .profile-info p {
    line-height: 1.68;
    text-align: justify;
    font-size: 17px;
    word-break: keep-all;
}
.article .exhibition-show-area .profile-info p:last-child {
    margin: 0;
}
.article .exhibition-show-area .profile-info p.name {
    margin: 0 0 56px;
}
.article .exhibition-show-area .profile-info p.name.co-worker {
    margin: -30px 0 56px;
}
.article .exhibition-show-area .profile-info p.name b {
    margin-right: 20px;
    font-size: 28px;
}

/* 설계성과 이미지/동영상 */
.article .exhibition-show-area .contents-result {
    margin: 0 0 360px;
}
.article .exhibition-show-area .contents-result p {
    margin: 0 auto 120px;
    text-align: center;
}
.article .exhibition-show-area .contents-result p.img img {
    max-width: 1200px;
    max-height: 1200px;
}
.article .exhibition-show-area .contents-result p.video {
    max-width: 1200px;
    max-height: 1200px;
}
.article .exhibition-show-area .contents-result .video-responsive {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 120px;
    text-align: center;
}
.article .exhibition-show-area .contents-result .video-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}
.article .exhibition-show-area .contents-result .video-responsive .video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 주제 스터디 이미지/동영상 */
.article .exhibition-show-area .contents-study {

}
.article .exhibition-show-area .contents-study h2 {
    margin: 0 0 50px;
    /*line-height: 1.1;*/
    /*text-align: center;*/
    /*font-size: 24px;*/
    /*font-weight: 700;*/
    /*color: #002e66;*/
}
.article .exhibition-show-area .contents-study p {
    margin: 0 auto 100px;
}
.article .exhibition-show-area .contents-study p.img img {
    max-width: 1200px;
    /*max-height: 1200px;*/
}
.article .exhibition-show-area .contents-study p.video {
    max-width: 1200px;
    /*max-height: 1200px;*/
}

/* 목록 버튼 */
.exhibition-show-area .btn-area {
    text-align: right;
}
.exhibition-show-area .btn-area.top {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
}
.exhibition-show-area .btn-area a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #767676;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #fff;
}
.exhibition-show-area .btn-area a:hover {
    color: #fff;
    border: 1px solid #002e66;
    background-color: #002e66;
}

/* ----------------------------------------------------------------------------------
    기존 스타일
---------------------------------------------------------------------------------- */
/* section */
/*.article .section {*/
/*    margin: 0 0 60px;*/
/*}*/
/*.article .section h3 {*/
/*    margin: 20px 0 10px;*/
/*    font-size: 17px;*/
/*    font-weight: bold;*/
/*    color: #3197e4;*/
/*}*/
.article .section p {
    margin: 0 0 20px;
}
.article .section img {
    max-width: 100%;
}

/*intro-box*/
.intro-box {
    padding: 15px 20px;
    margin-bottom: 40px;
    /*text-align: justify;*/
    /*word-break: keep-all;*/
    border: 1px solid #d6e6fc;
    border-radius: 2px;
    background: #f1f7fe;
}
.intro-box h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1e3374;
}
.intro-box p {
    font-size: 15px;
}
.intro-box p:last-child {
    margin-bottom: 0 !important;
}
.intro-box .intro-list {
    margin-top: 10px;
    list-style: disc;
    margin-left: 15px;
}
.intro-box .intro-list li {
    margin: 5px 0;
}

/* h1 */
h1.section-title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}

/* h2 */
.article .section h2.section-title {
    margin: 50px 0 20px;
    font-size: 21px;
    font-weight: 700;
    color: #1461b6;
}
.article .section h2.section-title:first-child {
    margin: 0 0 20px;
}
/*h3*/
.article .section h2.section-title small {
    display: block;
    margin: 5px 0 20px;
    font-size: 15px;
    color: #fd5256;
}
/*h3*/
.article .section h3.semi-title {
    margin: 20px 0 10px;
    font-size: 15px;
    color: #2758b1;
}
.article .section h3.semi-title:first-child {
    margin: 0 0 10px;
}

/* p */
.article .section p.section-paragraph {
    margin: 0 0 20px;
    text-align: justify;
    font-weight: 300;
}
.article .section p.section-info {
    margin: 0 0 5px 5px;
}
.article .section .description {
    margin-bottom: 5px;
}
.article .section .thm-img img {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

/* dl */
.article .section dl.section-dl {

}
.article .section dl.section-dl dt {
    margin: 0 0 5px;
}
.article .section dl.section-dl dd {
    margin: 0 0 20px;
}
.article .section dl.section-dl dd:last-child {
    margin: 0;
}
.article .section dl.section-dl dd > ul {
    margin: 0 0 0 20px;
    list-style: disc;
}
.article .section dl.section-dl dd > ul li {
    margin: 2px 0;
}


/* ul */
.article .section ul.section-list {
    margin: 0 0 20px 20px;
    list-style: disc;
}
.article .section ul.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}
.article .section ul.section-list > li.thm {
    padding: 10px;
    border: 3px solid #dfdfdf;
}
.article .section ul.section-list > li.none-disc {
    list-style: none;
}
.article .section ul.section-list.none-disc {
    margin-left: 0;
    list-style: none;
}
.article .section ul.section-list ul.section-list-second > li {
    list-style: none;
    margin: 0;
    text-align: justify;
}

.article .section ul.sub-list {
    list-style: disc;
}
.article .section ul.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}
.article .section ol.sub-list {
    list-style: decimal;
}
.article .section ol.sub-list li {
    margin-left: 20px;
    font-size: 14px;
    color: #377bb3;
}

/* ol */
.article .section ol.section-list {
    margin: 0 0 20px 25px;
    list-style: decimal;
}
.article .section ol.section-list > li {
    margin: 0 0 5px;
    text-align: justify;
}

/* table */
.article .section .table-responsive {

}
.article .section .table-responsive .table {

}
.article .section .table-responsive .table .small {
    display: block;
    font-size: 12px;
}
.article .section .table-responsive .table thead th {
    text-align: center;
    background-color: #eee;
}
.article .section .table-responsive .table tbody th {
    text-align: center;
    font-weight: bold;
    background-color: #f7f7f7;
}
.article .section .table-responsive .table tbody td {

}
.article .section .table-responsive .table tbody td.bg-warning {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td .td-title {
    font-weight: 700;
}
.article .section .table-responsive .table tbody td ul.td-list {
    margin: 0 0 0 15px;
    list-style: disc;
}
.article .section .table-responsive .table tbody td ul.td-list li {
    margin: 2px 0;
    text-align: justify;
}
.article .section .table-responsive .table tbody td ul.td-list li > ul > li {
    color: #767676;
}

/* tb-header */
.tb-header th {
    text-align: center;
    background-color: #eee;
}
.tb-header tbody th {
    text-align: center;
    background-color: #f7f7f7;
}

/* tb-black */
.article .section .table-responsive .table.tb-black {
    border-color: #333;
    border: 0;
}
.article .section .table-responsive .table.tb-black thead {

}
.article .section .table-responsive .table.tb-black thead tr th {
    color: #fff;
    border-color: #333;
    border-bottom: 1px solid #333;
    background-color: #333;
}
.article .section .table-responsive .table.tb-black thead tr th {
    border-right: 1px solid #fff;
}
.article .section .table-responsive .table.tb-black thead tr th:last-child {
    border-right: 1px solid #333;
}

.article .section .table-responsive .table.tb-black tbody tr th {
    border-left: 0;
    border-right: 0;
}
.article .section .table-responsive .table.tb-black tbody tr td {
    padding: 10px 15px;
    border-left: 0;
    border-right: 1px solid #dfdfdf;
}
.article .section .table-responsive .table.tb-black tbody tr td.article-text {
    padding: 30px;
}
.article .section .table-responsive .table.tb-black tbody tr td:last-child {
    border-right: 0;
}
.article .section .table-responsive .table.tb-black tbody tr td a.title {
    color: #333;
    font-weight: bold;
}
.article .section .table-responsive .table.tb-black tbody tr td a.title:hover {
    color: #2758b1;
}

/*button*/
.article .section .btn-area {
    margin: 30px 0;
    /*padding-top: 40px;*/
}
.article .section .btn-area.btn-area-collapse {
    margin: 10px 0 0;
}
.article .section .btn-area .btn i {
    margin: 0 7px 0 0;
}

/* btn-download */
.article .section .btn-download.clearfix {
    position: relative;
    display: inline-block !important;
    max-width: 340px;
    margin: 0 10px;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon {
    float: left;
    display: inline-block;
    width: 50px;
    height: 55px;
    margin: 0;
    border: 1px solid #ddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
}
.article .section .btn-download .download-icon i {
    margin-top: 10px;
    font-size: 30px;
    color: #999;
    transition: all 0.25s;
}
.article .section .btn-download .download-icon i.pdf {
    color: #ff3f39;
}
.article .section .btn-download .download-icon i.hwp {
    color: #009ad7;
}
.article .section .btn-download .download-icon i.excel {
    color: #1e9f75;
}

.article .section .btn-download .file-con-area {
    float: left;
    display: inline-block;
    width: 210px;
    height: 55px;
    margin: 0;
    padding: 10px 10px 10px 0;
    text-align: left;
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    background-color: #fff;
}
.article .section .btn-download .file-con-area .title {
    display: block;
    width: 170px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.article .section .btn-download .file-con-area .file-info-area {
    margin: 0 0 5px;
    line-height: 1.1;
}
.article .section .btn-download .file-con-area .file-info-area .file-size {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-size::after {
    content: '-';
    margin: 0 5px;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.article .section .btn-download .file-con-area .file-info-area .file-etc i {
    color: #999;
}

.article .section .btn-download .file-con-area .btn-inner {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 28px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.article .section .btn-download:hover .file-con-area .btn-inner {
    border: 1px solid #ccc;
    background-color: #f0f0f0;
}

/* more-info */
.more-info {
    margin: 0;
}
.more-info > li {
    margin: 5px 0;
}
.more-info > li i {
    margin: 0 5px 0 0;
}
.more-info li > ul {
    margin: 0 0 0 20px;
}

/* etc-info */
.etc-info {
    margin: 0;
}
.etc-info dl {
    margin: 0 0 0 15px;
}
.etc-info dl dt {
    margin: 0 0 5px;
}
.etc-info dl dd {
    margin: 0 0 10px;
}

/* ----------------------------------------------------------------------------------
    style : detail
---------------------------------------------------------------------------------- */
/* organizations */
.article.organizations {

}

/* notice */
.notice-title {
    font-weight: bold;
    cursor: pointer;
}
.notice-title.empty:hover {
    color: #35404f;
}
.notice-text {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #eee;
}
.notice-text p {
    margin: 0 0 10px;
    font-size: 14px;
}

/* ready */
.ready-area {
    width: 100%;
    padding: 80px 50px 50px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.ready-area h1 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 36px;
    color: #bbb;
}
.ready-area .btn-area {

}
.ready-area .btn-area a {
    margin: 0 10px;
}
.ready-area .btn-area a i {
    margin-right: 7px;

}

/*capstone*/
.indent_120 {
    padding-left: 120px;
    text-indent: -120px;
}
.indent_43 {
    padding-left: 43px;
    text-indent: -43px;
}
.indent_70 {
    padding-left: 70px;
    text-indent: -70px;
}
.poster-area:after {
    content: '';
    display: block;
    clear: both;
}
.poster-area .section-list {
    float: left;
    width: 65%;
}
.poster-area figure {
    float: right;
    width: 30%;
}
.poster-area figure img {
    width: 180px;
}
.poster-area figure figcation {
    font-size: 14px;
    display: block;
}

/* ----------------------------------------------------------------------------------
    Committee
---------------------------------------------------------------------------------- */
.session-top {
    width: 100%;
    margin: 0 0 50px;
}
.session {
    float: left;
    width: 50%;
    padding-right: 50px;
}
.session h2.section-title:first-child {
    margin-top: 0 !important;
}
.session h2.section-title {
    margin-top: 50px !important;
}
.session h3,
.session-top h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
}
.session h3 span,
.session-top h3 span {
    display: block;
    margin: 5px 0 0;
    font-size: 13px;
    color: #767676;
}

/* ----------------------------------------------------------------------------------
   Jury
---------------------------------------------------------------------------------- */
.jury-area {
    margin: 0 0 30px;
}
.jury-area .thm {
    float: left;
    width: 150px;
    margin-right: 30px;
}
.jury-area .info {
    float: left;
    width: 700px;
    text-align: justify;
}
.jury-area .info p {
    margin: -5px 0 0;
}

/* ==================================================================================
    검색
================================================================================== */
.search-area {
    position: relative;
    margin: 0 auto 10px;
    text-align: right;
}
.search-area .board-search-radio {
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
    font-size: 13px;
}
.search-area .board-search {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.search-area .board-search .form-control {
    display: inline-block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.search-area .board-search .btn {
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    font-size: 13px;
    border: 1px solid #999;
    background-color: #999;
    transition: all 0.25s;
}
.search-area .board-search .btn:hover {
    border: 1px solid #333;
    background-color: #333;
}
