@charset "utf-8";

body {
    padding: 0 16px;
}

.logo img {
    max-height: 50px !important;
    width: auto !important;
}

.submenu_section {
    display: none;
}

.menu-icon {
	cursor: pointer;
}

.mainmenu-container {
    display: none;
}

.quick_menu {
	display: none;
}

.header {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    margin-bottom: 0.5rem;
}

.mobile-menu {
    padding-top: 10px;
}

/* 모바일용 CSS */
/* 기본 CSS */
#wrap{
    margin:0 auto;
    max-width:100%;
}

#wrap .container {
    margin:0 auto;
    max-width:1392px;   
}

/* .notice_section, .program_section{
    display:flex;
    flex-direction:column;
    width: 50%;
    align-items:center;
} */

section {
    overflow: hidden;
    margin-top: var(--mt-10);
}

.slider_section, .submenu_section {
    margin-top: 0;
}

/* 모바일 슬라이더 스타일 - 모바일에서만 적용 */
@media (max-width: 1280px) {
    .bxslider {
        margin: 0;
        padding: 0;
    }

    .bxslider li {
        list-style: none;
    }

    .bxslider img {
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 300px !important;
        object-fit: cover;
    }

    .bxslider iframe {
        width: 100% !important;
        height: 250px !important;
        max-width: 100% !important;
    }
}

/* 모바일 일반 이미지 스타일 - 모바일에서만 적용 */
@media (max-width: 1280px) {
    img {
        max-width: 100% !important;
        height: auto !important;
        vertical-align: top;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* 모바일 지도 스타일 - 모바일에서만 적용 */
@media (max-width: 1280px) {
    iframe[src*="google.com/maps"],
    iframe[src*="maps.google"],
    .map-container iframe,
    .google-map iframe {
        width: 100% !important;
        height: 300px !important;
        max-width: 100% !important;
        border: none;
    }
}

/* 콘텐츠 카드 이미지 최적화 - 모바일에서만 적용 */
@media (max-width: 1280px) {
    .content-card img,
    .card img {
        width: 100% !important;
        height: auto !important;
        max-height: 200px !important;
        object-fit: cover;
        border-radius: 8px;
    }
}

:root {
    --primary-color: #9A9483;
    --primary-color-dark: #6C6656;
    --text-primary-color: #212121;
    --divider-nomarl: #BDBDBD;
    --mt-10: 10px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.headline-h2 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}

.headline-h3 {
    font-size: 1.25rem;
    line-height: 2.25rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}

.headline-h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}

.headline-h5-eng {
    font-family: 'roboto';
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}


.body-14 {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}

.body-12 {
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: -0.3px;
    color: var(--text-primary-color);
}

.section-title {
    border-bottom: 1px var(--divider-nomarl) solid;
    padding: 10px 0;
}

.content-label {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3C8DAD;
    font-size: 0.625rem;
}


.location-box {    
}

.diviver {
    border-top: 1px var(--divider-nomarl) solid;
}

.footer {
    border-top: 1px var(--divider-nomarl) solid;
    margin-top: 30px !important;
    padding: 30px 0;    
    display: flex;
    justify-content: space-between;
}

.footer div:nth-child(1) {
    line-height: 1.5rem;
    color: #757575;
}

.footer .social-link {
    display: flex;
    align-items: center;    
}

.footer .social-link img {
    width: 2.5rem;
}


.description_section {
    height: 80px;
    margin: 0;
    background-color: #FBFBFB;
}

.description_cotainer {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.description_section .title {
    font-size: 1rem;
    text-align: center;
    line-height: 1.5rem;
    font-weight: bold;
}

.description_section .description {
    font-size: 0.875rem;
    text-align: center;
    line-height: 1rem;
    color: #757575;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

#centerintro .notice-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#centerintro li {
    box-sizing:border-box;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.75rem;
    margin-bottom: 10px;
}

#centerintro li div {
    line-height: 2rem;
}

#centerintro li div:nth-child(2) {
    font-size: 1em;
    color: #212121;
}

#centerintro li div:nth-child(3) {
    font-size: 0.75em;
    line-height: 1.2rem;
    color: #757575;
}

#centerintro li div:nth-child(4) {
    text-align: right;
    font-size: 0.75em;
}

#centerintro .active_label {
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3D596A;
    font-size: 12px;
}

#bookpublished_list {    
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 8px;
}

#bookpublished_list li img {
    width: 100%;
    height: 100%;
}

#maggerzin_list li {
    box-sizing:border-box;
    background: #EFEFEF;    
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: flex-start;
}

/* 데스크탑 기본값 (8월 7일 시점과 동일) */
#maggerzin_list .maggerzin_image {    
    flex: 0 0 30%;
}

#maggerzin_list .maggerzin_content {    
    box-sizing:border-box;
    flex: 0 0 70%;
    padding: 0.75rem;
    display: flex;    
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
}

/* 모바일에서만 적용 */
@media (max-width: 1280px) {
    #maggerzin_list .maggerzin_image {    
        flex: 0 0 30%;
    }

    #maggerzin_list .maggerzin_content {    
        flex: 0 0 70%;
    }
}

#maggerzin_list .maggerzin_content .conetent-header {    
    display: flex;
    justify-content: space-between;
    font-size: 0.75em;
}

#maggerzin_list .maggerzin_content .conetent-header div:nth-child(1) {    
    color: #757575;
}

#maggerzin_list li img {
    width: 100%;
}

#maggerzin_list .maggerzin_content .conetent-body {    
    box-sizing:border-box;
    padding-top: 1.5rem;
}

#maggerzin_list .maggerzin_content .conetent-body div:nth-child(1) {    
    font-size: 1rem;
}

#maggerzin_list .maggerzin_content .conetent-body div:nth-child(2) {    
    padding-top: 0.5rem;
    line-height: 1.25rem;
    font-size: 0.75em;
    color: #757575;
    width: 15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */    
}

#maggerzin_list .maggerzin_content .conetent-footer {    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.75em;
    flex-basis: auto;
    flex-grow: 1;
}

#maggerzin_list .maggerzin_content .conetent-footer div:nth-child(2) {    
    padding-right: 1rem;
    background: url(../images/arrow-right-01.png) no-repeat;
    background-position: right;
}

#photo_list {
}

#photo_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

#photo_list li img {
    height: 150px;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
    padding: 0.25rem;
}

#photo_list li .title, #photo_list li .description {
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
}

#photo_list li .description {
    color: #757575;
}

.photo_section .pagination {
    text-align: center;
}

.photo_section .copyright {
    text-align: center;
}




#youtubeplay_list li {
    box-sizing:border-box;
    background: #EFEFEF;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    justify-content: flex-start;
}

#youtubeplay_list .youtube_image {    
    flex: 0 0 35%;
    position: relative;
}

#youtubeplay_list .youtube_image .playbtn-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#youtubeplay_list .youtube_image .playbtn-container .playbtn {    
    width: 3em;
}

#youtubeplay_list .youtube_content {    
    box-sizing:border-box;
    flex: 0 0 65%;
    padding: 0.75rem;
    display: flex;    
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
}

#youtubeplay_list .youtube_content .conetent-header {    
    display: flex;
    justify-content: space-between;
    font-size: 0.75em;
}

#youtubeplay_list .youtube_content .conetent-header div:nth-child(1) {    
    color: #757575;
}

#youtubeplay_list li img {
    width: 100%;
}

#youtubeplay_list .youtube_content .conetent-body {    
    box-sizing:border-box;
    padding-top: 2rem;
}

#youtubeplay_list .youtube_content .conetent-body div:nth-child(1) {    
    font-size: 1rem;
}

#youtubeplay_list .youtube_content .conetent-body div:nth-child(2) {    
    padding-top: 1rem;
    line-height: 1.25rem;
    font-size: 0.75em;
    color: #757575;
}

#youtubeplay_list .youtube_content .conetent-footer {    
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 0.75em;
    flex-basis: auto;
    flex-grow: 1;
}

#youtubeplay_list .youtube_content .conetent-footer div:nth-child(2) {    
    padding-right: 1rem;
    background: url(../images/arrow-right-01.png) no-repeat;
    background-position: right;
}



.youtubvod-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.youtubvod-container .youtubvod_item {    
    box-sizing:border-box;
    width: 49%;
}

.youtubvod-container .youtubvod_item {
    flex: 0 0 calc(49% - 1em);
}

.youtubvod-container .youtubvod_item .item-empty {
    visibility: hidden;
}

#photo_list .youtubvod_item:last-child {
    flex-grow: 10;
}

#youtubvod_list .youtubvod_item ul {    
    margin-top: 0.5rem;
}

#youtubvod_list .youtubvod_item {    
    padding-bottom: 2rem;
}

#youtubvod_list .youtubvod_item .title {    
    font-size: 0.875rem;
    line-height: 1.25m;
    margin-bottom: 0.5rem;
}

#youtubvod_list .youtubvod_item .youtubvod_item_content div {
    font-size: 0.75rem;
    line-height: 1.5em;
    color: #757575;
}

#youtubvod_list .youtubvod_item .youtubvod_item_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#youtubvod_list li .vod-image {
    width: 100%;
}


/*** 유튜브 상세보기 ***/
#youtube .vod-container {
    display: flex;    
    flex-direction: column;
    justify-content: space-between;
}

#youtube .vod-container div:nth-child(1) {
    flex: 0 0 calc(70% - 1rem);
    position: relative; 
}

#youtube .relvod-list-cont {
    flex: 0 0 30%;
}

.relvod-divider {
    display: block;
}

.player {
    height: 300px;
}

/* 관련동영상 */
#youtube .relvod-list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
}

#youtube .relvod-list li {
    margin-bottom: 0.5rem;
}

#youtube .relvod-list .relvod-item {
    display: flex;
    justify-content: space-between;
    line-height: 1.25rem;
}

/* 관련동영상 썸네일 */
#youtube .relvod-list .relvod-item .meta-thumbnail {
    flex: 0 0 calc(40% - 0.5rem);    
}

/* 관련동영상 내용 */
#youtube .relvod-list .meta-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;    
    flex: 0 0 60% !important;
    font-size: 1rem;
    padding: 0.25rem;
}

#youtube .relvod-list .meta-content .writer {
    color: #757575;
    font-size: 0.75rem;
}


/* 조회수 등록일자 */
#youtube .relvod-list .meta-content .etc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;    
    flex-grow: 1;
    font-size: 0.75rem;
    color: #757575;
}

#youtube .vod-image {
    width: 100%;
}


/* 유튜브 메타정보 */
#youtube .meta-container {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

#youtube .meta-container div:nth-child(1) {
    color: #0669C4;
}

#youtube .meta-container div:nth-child(2) {
    font-size: 0.875rem;
    color: #000000;
}

#youtube .meta-container div:nth-child(3) {
    color: #4A4A4A;
}

/* 유튜브 내용 */
#youtube .content-container {
    display: flex;
    font-size: 0.75rem;
    line-height: 1rem;
}

#youtube .content-container div:nth-child(1) {
    flex: 0 0 4rem;
}

#youtube .content-container .content {
    padding: 10px 0 50px 0;
    line-height: 1.2rem;
}
/*** 유튜브 상세보기 ***/


.people-container {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}

.people-container .people_item {    
    box-sizing:border-box;
    width: 49%;
}

.people-container .people_item .item-empty {
    visibility: hidden;
}

#people_list .people_item ul {    
    margin-top: 0.5rem;
}

#people_list .people_item {    
    padding-bottom: 2rem;
}

#people_list .people_item .title {    
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25m;
    margin-bottom: 0.5rem;    
}

#people_list .people_item .summary {    
    text-align: center;
}

#people_list .people_item .people_item_content div {
    font-size: 0.75rem;
    line-height: 1.5em;
    color: #757575;
}

#people_list .people_item .people_item_content {
    display: flex;
    justify-content: space-between;
}

#people_list li .vod-image {
    width: 100%;
}


.flex {
    display: flex;
}


.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;    
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #F63737;
}


/* 게시판리스트 */
.board-list .title-column {
    font-weight: bold;
    text-align: center;
    color: #212121;
    display: none;
}

.board-list li {
    display: flex;
    line-height: 45px;
    border-bottom: 1px dashed #BDBDBD;
    color: #212121;
}

.board-list li div:nth-child(1) span {
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3D596A;
    font-size: 12px;
}

.board-list li div:nth-child(1) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-list li div:nth-child(2) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-list li div:nth-child(3) {
    flex: 0 0 93%;
    width: 100%;
    padding-right: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */
    box-sizing: border-box;    
}
.board-list li div:nth-child(4) {
    flex: 0 0 10%;
    text-align: center;
    display: none;
}
.board-list li div:nth-child(5) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-list .only-mobile {
    display: block;
    line-height: normal;
}

.board-list .label {
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3D596A;
    font-size: 12px;
}

.board-list .title {
    font-size: 14px;
}

.board-list .summary {
    white-space: normal !important;
    line-height: normal;
    color: #757575;
    font-size: 12px;
}

.board-list .write-date {
    color: #757575;
    font-size: 12px;
}

.board-view .title-column {
    font-weight: bold;
    text-align: center;
    color: #212121;
    display: none;
}

.board-view li {
    display: flex;
    line-height: 45px;
    border-bottom: 1px solid #BDBDBD;
    color: #212121;
}

.board-view li div:nth-child(1) span {
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3D596A;
    font-size: 12px;
}

.board-view li div:nth-child(1) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-view li div:nth-child(2) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-view li div:nth-child(3) {
    flex: 0 0 93%;
    width: 100%;
    padding-right: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* 말줄임 적용 */
    box-sizing: border-box;    
}
.board-view li div:nth-child(4) {
    flex: 0 0 10%;
    text-align: center;
    display: none;
}
.board-view li div:nth-child(5) {
    flex: 0 0 5%;
    text-align: center;
    display: none;
}
.board-view .only-mobile {
    display: block;
    line-height: normal;
}

.board-view .label {
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    background-color: #3D596A;
    font-size: 12px;
}

.board-view .title {
    font-size: 14px;
}

.board-view .summary {
    white-space: normal !important;
    line-height: normal;
    color: #757575;
    font-size: 12px;
}

.board-view .write-date {
    color: #757575;
    font-size: 12px;
}

.board-view .only-pc {
    display: none;
}
.board-view .only-pc.board-description {
    padding: 20px 0;
}


/* paging */

.page-nav{text-align:center;}
.page-nav a{background-color:#fff;border:1px solid #d2d2d2;color:#979797;display:inline-block;margin:0 2px;padding:3px 6px 3px 5px;}
.page-nav a i{position:relative;top:-1px;}
.page-nav strong{background-color:#00B5E1;border:1px solid #00B5E1;color:#fff;display:inline-block;margin:0 2px;padding:3px 6px 3px 5px;}