/* À¥ ÆùÆ® */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-regular.eot');
    src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-regular.woff2') format('woff2'),
         url('/font/notokr-regular.woff') format('woff'),
         url('/font/notokr-regular.ttf') format('truetype'),
         url('/font/notokr-regular.svg#notokr-regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-medium.eot');
    src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-medium.woff2') format('woff2'),
         url('/font/notokr-medium.woff') format('woff'),
         url('/font/notokr-medium.ttf') format('truetype'),
         url('/font/notokr-medium.svg#notokr-medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/font/notokr-bold.eot');
    src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-bold.woff2') format('woff2'),
         url('/font/notokr-bold.woff') format('woff'),
         url('/font/notokr-bold.ttf') format('truetype'),
         url('/font/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Noto bold';
    src: url('/font/notokr-bold.eot');
    src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
         url('/font/notokr-bold.woff2') format('woff2'),
         url('/font/notokr-bold.woff') format('woff'),
         url('/font/notokr-bold.ttf') format('truetype'),
         url('/font/notokr-bold.svg#notokr-bold') format('svg');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Noto Sans KR';
}



/* °øÅë */
.wrap { margin-left: 6%; margin-right: 6%; }
.wrap-l { margin-left: 6%; padding-right: 6%; }

/* ÅÇ ±â´É */
.tabs ul.tabs-auto > li { display: none; }
.tabs ul.tabs-buttons > li { cursor: pointer; }
.tabs ul.tabs-buttons > li, .tabs ul.tabs-auto > li.selected { display: inherit; }

/* ¼¼·Î·Î Á¢¾ú´Ù Æñ´Ù */
.fold-v {
    -webkit-transition: height .25s ease;
    -o-transition: height .25s ease;
    transition: height .25s ease;
    overflow: hidden;
}
/* .fold-v:not(.on) {
    display: none;
} */

/* °øÁö °­Á¶ ¿äÃ» */
.boardListForm > a strong{ font-weight: bolder; }






header {
	background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 1;
}
header::before {
    content: '';
    width: 100%;
    height: 140px;
    display: inline-block;
    background: rgb(0,88,166);
	background: linear-gradient(90deg, rgba(0,88,166,1) 0%, rgba(0,49,97,1) 100%);
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
}
header > .wrap { position: relative; display: flex; flex-direction: column; }
header nav.top { display: flex; justify-content: flex-end; align-items: center; flex: 0 0 45px; font-size: 14px; }
header nav.top a { margin: 0 10px; padding: 0 10px; }
header nav.top a:hover { text-decoration: underline; }
header nav a { padding: 0 10px; color: white; text-decoration: none; }
header nav a.home { padding-left: 14px; background-image: url('../images/icon_home.png'); background-repeat: no-repeat; background-position: left center; }
header nav a.user { padding-left: 14px; background-image: url('../images/icon_user.png'); background-repeat: no-repeat; background-position: left center; }
header nav a.lock { padding-left: 14px; background-image: url('../images/icon_lock.png'); background-repeat: no-repeat; background-position: left center; }

header nav.bottom { display: flex; align-items: flex-start; justify-content: space-between; font-size: 18px; min-height: 95px; }
header nav.bottom > .logo { padding: 8px 0 10px 0; }
header nav.bottom > .logo img { max-width: 380px; }
header nav.bottom > .gnb { flex: 1; margin: 0 3% 0 6%; font-size: 18px; }
header nav.bottom > .gnb > .head { background: rgb(0,88,166); background: linear-gradient(90deg, rgba(0,88,166,1) 0%, rgba(0,49,97,1) 100%); display: none; padding: 10px; align-items: center; justify-content: space-between; font-size: 14px; padding-right: 60px; }
header nav.bottom > .gnb > ul { display: flex; align-items: stretch; }
header nav.bottom > .gnb > ul > li { flex: 1; text-align: center; overflow: hidden; }
header nav.bottom > .gnb > ul > li > a { color: white; text-decoration: none; padding: 0 10px; height: 95px; display: flex; align-items: center; justify-content: center; }
header nav.bottom > .gnb > ul > li:hover > a { font-weight: bold; }
header nav.bottom > .gnb > ul ul.menu-sub { padding: 10px 0; overflow: hidden; }
header nav.bottom > .gnb > ul ul.menu-sub a { color: #999999; padding: 10px 0; display: block; font-size: 15px; text-decoration: none; }
header nav.bottom > .gnb > ul ul.menu-sub a:hover { color: #004c91; text-decoration: underline;text-underline-offset: 4px; }
header nav.bottom > .gnb > .close { display: none; position: absolute; right: 0; top: 0; background-image: url('../images/icon_close.png'); background-repeat: no-repeat; background-size: 30px; background-position: center; width: 30px; height: 30px; padding: 10px; cursor: pointer; }
header nav.bottom .right { padding-top: 28px; }
header nav.bottom .dropdown { border: 1px solid white; border-radius: 20px; padding: 0 10px; }
header nav.bottom .dropdown select { background: url('../images/icon_world.png') no-repeat center left 10px; padding: 10px 10px 10px 30px; border: 0; color: white; }
header nav.bottom .dropdown option { background-color: black; }

/* body {  } */
body > main { margin-top: 190px; }
body > main.home { background-image: url('../images/body_bg.png'); background-repeat: no-repeat; background-size: cover; }









body > main.home > .grid-layout { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 90px; grid-row-gap: 45px; }
body > main.home > .grid-layout > .icons { grid-area: 1 / 1 / 2 / 2; width: 100%; display: flex; flex-wrap: wrap; text-align: center; }
body > main.home > .grid-layout > .boards { grid-area: 2 / 1 / 3 / 2; height: 340px; overflow: hidden; }
body > main.home > .grid-layout > .events { grid-area: 1 / 2 / 3 / 3; }

/* body > main.home > .icons { border-radius: 10px; overflow: hidden; border: 1px solid #eeeeee; gap: 1px; background-color: #eee; } */
body > main.home > .grid-layout > .icons { border-radius: 10px; overflow: hidden; display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 1fr); border: 1px solid #eeeeee; gap: 1px; background-color: #eee; }
body > main.home > .grid-layout > .icons a { display: flex; align-items: center; flex-direction: column; justify-content: center; flex: 33%; background-color: white; box-sizing: border-box; color: #777777; text-decoration: none; padding: 10px; word-break: keep-all; }
body > main.home > .grid-layout > .icons a:hover { background: rgb(76,169,223); background: linear-gradient(40deg, rgba(76,169,223,1) 0%, rgba(74,105,217,1) 100%); color: white; }
body > main.home > .grid-layout > .icons a .icon { display: block; width: 54px; height: 54px; background-repeat: no-repeat; margin: 0 auto 10px auto; background-size: cover; }
body > main.home > .grid-layout > .icons a .icon.icon-1 { background-image: url('../images/quick_1.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-2 { background-image: url('../images/quick_2.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-3 { background-image: url('../images/quick_3.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-4 { background-image: url('../images/quick_4.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-5 { background-image: url('../images/quick_5.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-6 { background-image: url('../images/quick_6.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-7 { background-image: url('../images/quick_7.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-8 { background-image: url('../images/quick_8.png'); }
body > main.home > .grid-layout > .icons a .icon.icon-9 { background-image: url('../images/quick_9.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-1 { background-image: url('../images/quick_1_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-2 { background-image: url('../images/quick_2_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-3 { background-image: url('../images/quick_3_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-4 { background-image: url('../images/quick_4_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-5 { background-image: url('../images/quick_5_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-6 { background-image: url('../images/quick_6_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-7 { background-image: url('../images/quick_7_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-8 { background-image: url('../images/quick_8_on.png'); }
body > main.home > .grid-layout > .icons a:hover .icon.icon-9 { background-image: url('../images/quick_9_on.png'); }

/* body > main.home > .grid-layout > .boards { margin-top: 48px; } */
body > main.home > .grid-layout > .boards .top { display: flex; border-bottom: 1px solid #d3d3d3; padding-bottom: 10px; margin-bottom: 22px; }
body > main.home > .grid-layout > .boards h3 { font-family: 'Noto bold'; font-size: 30px; white-space: nowrap; }
body > main.home > .grid-layout > .boards .tabs-buttons { display: flex; align-items: flex-end; margin-left: 38px; margin-bottom: -11px; margin-right: 34px; white-space: nowrap; }
body > main.home > .grid-layout > .boards .tabs-buttons li { padding: 0 8px 11px 8px; border-bottom-width: 2px; border-bottom-style: solid; border-color: transparent; font-size: 20px; color: #999999; }
body > main.home > .grid-layout > .boards .tabs-buttons li.selected { border-color: #005aab; color: #005aab; }
body > main.home > .grid-layout > .boards .tabs-more { position: relative; }
body > main.home > .grid-layout > .boards .tabs-more li { position: absolute; top:-50px; right: 6px; }
body > main.home > .grid-layout > .boards .tabs-contents { line-height: 1.4; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li { display: flex; align-items: center; margin-top: 16px; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li a { text-decoration: none; color: #666666; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .title { font-size: 18px; flex: 1; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .date { border-radius: 100%; border: 4px solid #e2e2e2; width: 85px; height: 85px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; align-content: center; color: #6e6e6e; margin-right: 16px; order: -1; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .date .date-date { color: #005aab; font-size: 28px; font-weight: bold; order: -1; width: 100%; margin-bottom: 0px; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .date .date-year::after { content: "."; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .title a { color: black; background-repeat: repeat-x; padding: 3px 2px; background-position: bottom; font-weight: bold; }
body > main.home > .grid-layout > .boards .tabs-contents ul > li a:hover {background-image: url('../images/notice_bg.png'); }

body > main.home > .grid-layout > .boards .tabs-contents .board ul > li .date .date-year::after { content: "."; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:not(:first-child) .date .date-month::after { content: "."; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li .date { color: #888888; }

body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:not(:first-child) { padding-left: 10px; background: url('../images/bullet_gray.png'); background-position: center left; background-repeat: no-repeat; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:not(:first-child) .title { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:not(:first-child) .date { flex: 0; text-align: right; white-space: nowrap; padding-left: 10px; }

body > main.home > .grid-layout > .boards .tabs-contents .calendar { display: flex; min-height: 260px; }
body > main.home > .grid-layout > .boards .tabs-contents .calendar > .date { background: rgb(76,169,223); background: linear-gradient(160deg, rgba(76,169,223,1) 0%, rgba(74,105,217,1) 100%); color: white; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 20px; margin-right: 10px; font-size: 14px; line-height: 26px; }
body > main.home > .grid-layout > .boards .tabs-contents .calendar > .date strong { font-size: 28px; }
body > main.home > .grid-layout > .boards .tabs-contents .calendar > .list { flex: 1; }
body > main.home > .grid-layout > .boards .tabs-contents .calendar > .list li { border-bottom: 1px solid #eeeeee; padding: 10px; }
body > main.home > .grid-layout > .boards .tabs-contents .calendar > .list li:last-child { border: none; }


body > main.home > .grid-layout > .events { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 10px; grid-row-gap: 10px; line-height: 50px; }
body > main.home > .grid-layout > .events a { position: relative; text-decoration-line: none; display: block; border-radius: 10px 10px; background-color: #f3f3f3; padding: 30px; background-repeat: no-repeat; background-position: right bottom; }
body > main.home > .grid-layout > .events a:hover { background-color: #69a2e2; background-image: url('../images/event_bg_deco.png'); }
body > main.home > .grid-layout > .events a .subtitle { color: #555555; font-size: 20px; white-space: nowrap; }
body > main.home > .grid-layout > .events a .title { color: #444444; font-size: 35px; font-weight: bold;  }
body > main.home > .grid-layout > .events a:hover .subtitle, body > main.home > .grid-layout > .events a:hover .title { color: #ffffff; }
body > main.home > .grid-layout > .events a:hover .title span { color: #fcffa5; }
body > main.home > .grid-layout > .events a .go { width: 53px; height: 26px; background-image: url("../images/event_arrow.png"); background-repeat: no-repeat; background-position: right; transition: all ease 0.2s; line-height: 26px; margin-top: 15px; background-size: contain; }
body > main.home > .grid-layout > .events a .go::before { color: #d8e8fb; width: 0; overflow: hidden; transition: all ease 0.2s; font-size: 17px; height: 26px; white-space: nowrap; display: block; content: '¹Ù·Î°¡±â'; }
body > main.home > .grid-layout > .events a:hover .go { width: 123px; background-image: url("../images/event_arrow_on.png"); }
body > main.home > .grid-layout > .events a:hover .go::before { width: 70px; }
body > main.home > .grid-layout > .events a .icon { position: absolute; bottom: 0; right: 0; }
body > main.home > .grid-layout > .events a .icon img { max-width: 200px; transition: all 0.1s; }
body > main.home > .grid-layout > .events a.empty { background: none; cursor: default; }
body > main.home > .grid-layout > .events a.empty .title { position: absolute; right: 0; bottom: 0; display: block; margin-left: 20px; }
body > main.home > .grid-layout > .events a.empty .title img { width: 100%; height: auto; }
body > main.home > .grid-layout > .events a.empty .icon { position: absolute; left: 20px; top: 20px; width: 228px; height: 228px; display: block; background-image: url("../images/events_empty_image.png"); background-repeat: no-repeat; }
body > main.home > .grid-layout > .events a.empty .icon::after { position: absolute; left: 02; top: 0; width: 228px; height: 228px; display: block; content: ""; background-image: url("../images/events_empty_text.png"); background-repeat: no-repeat; }



body > main.home > .gallery { position: relative; margin-top: 90px; padding-top: 74px; padding-left: 50px; }
body > main.home > .gallery > .bg { background: rgb(44,61,77); background: linear-gradient(40deg, rgba(44,61,77,1) 0%, rgba(54,75,94,1) 100%); border-radius: 10px 0 0 10px; position: absolute; top: 0; right: 0; bottom: 50px; left: 0; }
body > main.home > .gallery > .bg::before { content: ''; display: block; background: url('../images/gallery_bg.png'); background-repeat: no-repeat; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
body > main.home > .gallery > .split { display: flex; position: relative; }
body > main.home > .gallery > .split > .left { flex: 45%; margin-right: 5%; }
body > main.home > .gallery > .split > .left .top a { color: white; text-decoration: none; padding: 12px 60px 12px 26px; border: 1px solid white; border-radius: 8px; background-image: url('../images/icon_arrow45.png'); background-repeat: no-repeat; background-position: right 28px top 50%; word-break: keep-all; }
body > main.home > .gallery > .split h3 { color: white; font-family: 'Noto Bold'; }
body > main.home > .gallery > .split > .left .top { margin-bottom: 30px; display: flex; align-items: center; justify-content: space-between; }
/* body > main.home > .gallery > .split > .left .bottom > a { display: block; background-image: url('../images/youtube_thumb.png'); background-repeat: no-repeat; width: 630px; height: 350px; border-radius: 18px; position: relative; } */
body > main.home > .gallery > .split > .left .bottom > .video-box { display: block; width: 100%; padding-top: 56%; border-radius: 18px; overflow: hidden; position: relative; }
body > main.home > .gallery > .split > .left .bottom > .video-box > img, body > main.home > .gallery > .split > .left .bottom > .video-box > video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; }
body > main.home > .gallery > .split > .left .bottom > .video-box > .title { position: absolute; bottom: 18px; left: 20px; font-size: 16px; color: white; text-decoration: none; }
body > main.home > .gallery > .split > .left .bottom > .video-box > .button-play { position: absolute; background-image: url('../images/button_play.png'); background-repeat: no-repeat; width: 76px; height: 76px; top: calc(50% - 76px / 2); left: calc(50% - 76px / 2); }
body > main.home > .gallery > .split > .left h3 { font-size: 26px; }
body > main.home > .gallery > .split > .right { margin-top: 70px; overflow: hidden; flex: 55%; display: flex; flex-direction: column; justify-content: space-between; }
body > main.home > .gallery > .split > .right h3 { font-size: 38px; }
body > main.home > .gallery > .split > .right .description { margin-top: 20px; font-size: 20px; color: #7c939a; }
body > main.home > .gallery > .split > .right .button-more { display: block; background-image: url('../images/icon_plus.png'); width: 25px; height: 25px; margin-top: 28px; }
body > main.home > .gallery > .split > .right .gallery-list { display: flex; margin-top: 6%; justify-content: space-between; }
body > main.home > .gallery > .split > .right .gallery-list > a { display: block; text-decoration: none; position: relative; flex: 0 0 22%; overflow: hidden; }
body > main.home > .gallery > .split > .right .gallery-list > a .thumbnail { border-radius: 10px; overflow: hidden; position: relative; width: 100%; padding-top: 70%; }
body > main.home > .gallery > .split > .right .gallery-list > a:hover .thumbnail::before { display: block; content: ''; width: 100%; height: 100%; background: #2c4d79; position: absolute; top: 0%; left: 0%; opacity: 0.5; z-index: 1; }
body > main.home > .gallery > .split > .right .gallery-list > a:hover .thumbnail::after { display: block; content: ''; width: 40px; height: 40px; background: url('../images/icon_magnifier.png') no-repeat center; position: absolute; top: 50%; left: 50%; margin-left: -20px; margin-top: -20px; z-index: 1; }
body > main.home > .gallery > .split > .right .gallery-list > a img { width: 100%; height: 100%; object-fit: cover; top: 0; position: absolute; }
body > main.home > .gallery > .split > .right .gallery-list > a figcaption { color: black; margin-top: 16px; font-size: 16px; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }


body > main.sub { display: flex; }
body > main.sub > aside { width: 250px; }
body > main.sub > aside .subMenuTop h3 { display: none; }
body > main.sub > aside > .top { width: 250px; height: 150px; padding: 0 20px; box-sizing: border-box; display: flex; background: rgb(36,75,159); background: linear-gradient(90deg, rgba(0,131,199,1) 0%, rgba(36,75,159,1) 100%); text-align: center; flex-direction: column; justify-content: center; color: white; font-size: 28px; line-height: 1.4; position: relative; }
body > main.sub > aside > .top::before { content: ''; width: 100%; height: 100%; display: inline-block; background: url('../images/submenu_bg.png') no-repeat right bottom; position: absolute; top: 0; right: auto; bottom: auto; left: 0; }
body > main.sub > aside > .top * { position: relative; }
body > main.sub > aside > .top h2 { font-family: 'Noto bold'; }
body > main.sub > aside > .top p { margin-top: 8px; color: #CCC; font-size: 14px; }
body > main.sub > aside ul.depth-1 { margin-top: 4px; }
body > main.sub > aside ul.depth-1 > li { margin-top: 4px; }
body > main.sub > aside ul.depth-1 > li:has(ul.depth-2) { background-image: url('../images/arrow_bottom.png'); background-position: right 18px top 26px; background-repeat: no-repeat; }
body > main.sub > aside ul.depth-1 > li > a { display: block; border: 1px solid #dddddd; text-decoration: none; color: #777777; padding: 20px; }
body > main.sub > aside ul.depth-1 > li > a:hover { text-decoration: underline; }
body > main.sub > aside ul.depth-1 > li.on > a { color: #1c57a8; border: 2px solid #1c58a8; padding: 19px; }
body > main.sub > aside ul.depth-1 > li.on:has(ul.depth-2) { background-image: url('../images/arrow_bottom_blue.png'); }
body > main.sub > aside ul.depth-2 { background-color: #f7f7f7; border-width: 0 1px 1px 1px; border-style: solid; border-color: #d3d3d3; height: 0; opacity: 0; visibility: hidden; }
body > main.sub > aside ul.depth-1 > li.on ul.depth-2 { height: auto; opacity: 1; visibility: visible; padding: 10px 0; }
body > main.sub > aside ul.depth-2 li { background-color: #f7f7f7; }
body > main.sub > aside ul.depth-2 li:first-child { margin-top: 0; }
body > main.sub > aside ul.depth-2 > li > a { display: block; text-decoration: none; color: #999999; padding: 10px 20px 10px 34px; background-image: url('../images/bullet_gray.png'); background-position: 20px center; background-repeat: no-repeat; }
body > main.sub > aside ul.depth-2 > li.on > a { color: #1c58a8; background-image: url('../images/bullet_blue.png'); }
body > main.sub > aside ul.depth-2 li a:hover { text-decoration: underline; }

body > main.sub > section.sub-contents { margin-left: 50px; flex: 1; }
body > main.sub > section.sub-contents > section.title { padding-top: 40px; background: url('../images/sub_bg.png') no-repeat right 120px bottom; }
body > main.sub > section.sub-contents > article { border-top: 1px solid #d3d3d3; padding-top: 16px; }
body > main.sub > section.sub-contents > section.title h3 { font-size: 36px; font-family: 'Noto bold'; }
body > main.sub > section.sub-contents > section.title .breadcrumb { color: #777777; padding: 26px 0 28px 0; }
body > main.sub > section.sub-contents > section.title .breadcrumb a { text-decoration: none; display: inline-block; color: #777777; margin: 0 4px; }
body > main.sub > section.sub-contents > section.title .breadcrumb a:first-child { margin-left: 0; }
body > main.sub > section.sub-contents > section.title .breadcrumb a:last-child { color: #444444; }
body > main.sub > section.sub-contents > section.title .breadcrumb a.home { background-image: url("../images/icon_b_home.png"); background-repeat: no-repeat; background-position: left center; padding-left: 15px; }


body > main.sub > section.sub-contents > article .boardListForm > a span { font-size: 14px; }




footer { background-color: #f2f2f2; margin-top: 111px; padding: 30px 0; }
footer > div { position: relative; }
footer .button_gotop { position: absolute; top: -91px; right: 0; background: url("../images/button_top.png") no-repeat; width: 183px; height: 61px; outline: none; border: 0; cursor: pointer; }
footer .bar { display: flex; border: 1px solid #cccccc; border-radius: 30px; padding: 12px; justify-content: center; font-size: 16px; }
footer .bar > span { padding-left: 20px; margin-left: 20px; background: url('../images/bullet_gray.png'); background-position: center left; background-repeat: no-repeat; }
footer .bar a { color: #333333; text-decoration: none; }
footer .bar > span:first-child { background: none; padding-left: 0; margin-left: 0; }
footer .bar a.em { color: #0c4da2; font-weight: bold; }
footer .contact { margin-top: 40px; color: #7f7f7f; font-size: 14px; display: flex; line-height: 1.6; align-items: flex-start; } 
footer .contact > .right { margin-left: 60px; flex: 1; }
footer .contact .split { display: flex; }
/* footer .contact .split > span { flex: auto; } */
footer .contact .split > span:first-child { width: 60px; }
footer .contact .split > span { margin-right: 6px; padding-right: 6px; }
footer .contact .banner { display: flex; background-color: white; padding: 10px; border-radius: 10px; }
footer .contact .banner > .banner_wrap { width: 210px; height: 60px; overflow: hidden; position: relative; }
footer .contact .banner > .banner_wrap ul { width: 100%; height: 100%; position: absolute; }
footer .contact .banner > .banner_wrap ul li { width: 100%; height: 100%; }
footer .contact .banner > .banner_wrap ul a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
footer .contact .banner > .banner_wrap ul img { max-width: 100%; max-height: 100%; width: auto; }
footer .contact .banner > .buttons { display: flex; flex-direction: column; justify-content: space-between; }
footer .contact .banner > .buttons button { border: 0; background: none; outline: 0; cursor: pointer; }







.only_mobile { display: none; }

@media (min-width: 1200px) {
    header nav.bottom > .gnb ul.menu-sub { display: none; }
    header nav.bottom > .gnb:hover ul.menu-sub { display: block; }
}
@media (max-width: 1600px) {
    header nav.bottom > .logo { padding-top: 20px; }
    header nav.bottom > .logo img { max-width: 300px; }
    header nav.bottom > .gnb { margin: 0 1% 0 2%; font-size: 16px; }
    header nav.bottom .right { padding-top: 32px; }
    header nav.bottom .dropdown { padding: 0 6px; }
    header nav.bottom .dropdown select { padding: 6px 6px 6px 24px; background-position: center left 4px; font-size :12px; }

    body > main.home > .grid-layout { grid-column-gap: 45px; }
    body > main.home > .grid-layout > .events a .icon img { max-width: 160px; }
    .wrap { margin-left: 4%; margin-right: 4%; }
    .wrap-l { margin-left: 4%; padding-right: 4%; }
    
    body > main.home > .gallery > .split > .left h3 { font-size: 24px; }
    body > main.home > .gallery > .split > .left .top a { padding: 8px 30px 8px 13px; background-position: right 8px center; }
    body > main.home > .gallery > .split > .right h3 { font-size: 32px; }
    body > main.home > .gallery > .split > .right .description { font-size: 18px; }
}
@media (max-width: 1200px) {
    body.open_ham { overflow: hidden; }
    header::before { height: 120px; }
    body > main { margin-top: 160px; }
    header nav.top { font-size: 13px; }
    header nav a { margin: 0 8px; padding: 0 8px; }

    header nav.bottom > .logo { padding-top: 10px; }
    header nav.bottom > .gnb { position: fixed; background-color: white; right: 0; top: 0; bottom: 0; z-index: 99; margin: 0; width: 70%; max-width: 600px; box-shadow: none; overflow-y: auto; transition: all 0.2s ease; transform: translateX(100%); }
    header nav.bottom > .gnb > .head { display: flex; }
    body.open_ham header nav.bottom > .gnb { transform: translateX(0); box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); }
    header nav.bottom { min-height: 75px; }
    header nav.bottom > .gnb > ul { flex-direction: column; margin: 40px 20px; border-bottom: 1px solid #005aab; }
    header nav.bottom > .gnb > ul > li { text-align: left; }
    header nav.bottom > .gnb > ul > li > a { color: #005aab; height: 60px; padding: 0 0 0 20px; justify-content: flex-start; border-width: 1px 0 0 0; border-style: solid; border-color: #005aab; transition: background-color 0.2s; font-size: 20px; }
    header nav.bottom > .gnb > ul > li.open > a { color: white; background: rgb(0,88,166);
        background: linear-gradient(90deg, rgba(0,88,166,1) 0%, rgba(0,49,97,1) 100%); }
    header nav.bottom > .gnb > .close { display: initial; }
    header nav.bottom > .gnb > ul ul.menu-sub { height: 0; transition: height 0.2s ease-out; padding: 0; }
    header nav.bottom > .gnb > ul ul.menu-sub a { padding: 12px 20px; font-size: 18px; }

    header nav.bottom > .right { display: flex; padding-top: 16px; }
    header nav.bottom > .right .button_ham { margin-left: 10px; display: block; background-image: url('../images/icon_ham.png'); background-position: center; background-repeat: no-repeat; width: 30px; height: 30px; border-radius: 100%; border: 1px solid white; cursor: pointer; }
    body > main.home > .grid-layout { grid-template-columns: 1fr; grid-template-rows: repeat(4, 1fr); grid-row-gap: 30px; }
    body > main.home > .grid-layout > .icons { grid-area: 3 / 1 / 4 / 2; }
    body > main.home > .grid-layout > .boards { grid-area: 4 / 1 / 5 / 2; }
    body > main.home > .grid-layout > .events { grid-area: 1 / 1 / 3 / 2; }
    body > main.home > .grid-layout > .events a .icon img { max-width: 180px; }
    body > main.home > .gallery > .split > .left { flex: 70%; }
    body > main.home > .gallery > .split > .right { flex: 35%; }
    body > main.home > .gallery > .split > .right .description { display: none; }
    body > main.home > .gallery > .split > .right .gallery-list { flex-direction: row; flex-wrap: wrap; }
    body > main.home > .gallery > .split > .right .gallery-list > a { flex-basis: 45%; margin-right: 5%; margin-top: 5%; }
    body > main.home > .gallery > .split > .right .gallery-list > a figcaption { display: none; font-size: 12px; margin-top: 8px; }

    footer .contact { flex-direction: column; font-size: 12px; }
    footer .contact > .logo img { max-width: 100%; }
    footer .contact > .right { margin-left: 0; margin-top: 20px; margin-bottom: 20px; }
    footer .contact > .banner { align-self: flex-end; }
}
@media (max-width: 800px) {
    .only_desktop { display: none; }
    .only_mobile { display: initial; }

    header nav.top { font-size: 14px; }
    header nav a { margin: 0 6px; padding: 0 6px; }
    /* header nav.bottom > .logo { padding-top: 28px; } */
    header nav.bottom > .logo img { max-width: 260px; }
    header nav.bottom > .gnb { width: 100%; max-width: 100%; }

    body > main.home > .grid-layout { grid-template-rows: repeat(3, 1fr); }
    body > main.home > .grid-layout > .boards h3 { font-size: 26px; }
    body > main.home > .grid-layout > .boards .tabs-buttons { margin-left: 16px; margin-right: 34px;
    }
    body > main.home > .grid-layout > .boards .tabs-buttons li { font-size: 18px; }
    body > main.home > .grid-layout > .boards .tabs-contents { font-size: 16px; }
    body > main.home > .grid-layout > .boards .tabs-contents .board ul > li:first-child .title { font-size: 16px; }
    body > main.home > .grid-layout > .boards .tabs-contents ul > li:not(:first-child) .date .date-year { display: none; }
    /* body > main.home > .grid-layout > .events { grid-area: 3 / 1 / 4 / 2; } */
    body > main.home > .grid-layout > .events { grid-area: 1 / 1 / 2 / 2; }
    body > main.home > .grid-layout > .icons { grid-area: 2 / 1 / 3 / 2; }
    body > main.home > .grid-layout > .boards { grid-area: 3 / 1 / 4 / 2; }
    body > main.home > .grid-layout > .icons a .icon { width: 36px; height: 36px; }
    body > main.home > .grid-layout > .events { line-height: 30px; }
    body > main.home > .grid-layout > .events a { padding: 20px; }
    body > main.home > .grid-layout > .events a .subtitle { font-size: 16px; }
    body > main.home > .grid-layout > .events a .title { font-size: 26px; }
    body > main.home > .grid-layout > .events a .icon img { max-width: 100px; }
    body > main.home > .grid-layout > .events a .go::before { font-size: 14px; }
    body > main.home > .grid-layout > .events a .go { height: 22px; }
    body > main.home > .grid-layout > .events a:hover .go { width: 104px; }

    body > main.home > .gallery > .split { flex-direction: column; }
    body > main.home > .gallery > .bg { bottom: 30px; }
    body > main.home > .gallery > .split > .right h3 { display: inline-block; }
    body > main.home > .gallery > .split > .right .button-more { display: inline-block; margin-left: 30px; }
    body > main.home > .gallery > .split > .right .gallery-list { margin-top: 3%; }

    body > main.sub { flex-direction: column-reverse; }
    body > main.sub > aside { width: auto; }
    body > main.sub > aside > .top { width: auto; }
    body > main.sub > section.sub-contents { padding-bottom: 20px; margin: 0 0 20px 0; border-bottom: 1px solid #d3d3d3; }
    body > main.sub > section.sub-contents > article img { max-width: 100%; }


    footer .bar { flex-wrap: wrap; padding: 12px 24px; font-size: 14px; }
    footer .button_gotop { right: calc(50% - 183px / 2); }
    footer .bar > span { padding: 4px 6px; flex: 50%; box-sizing: border-box; margin: 0; background: none; }
    footer .bar > span:first-child { padding-left: 4px; }
}
@media (max-width: 600px) {
    header nav.bottom > .right .dropdown { display: none; }

    body > main.home > .grid-layout > .boards h3 { font-size: 20px; }
    body > main.home > .grid-layout > .boards .tabs-buttons li { font-size: 16px; }
    body > main.home > .grid-layout > .boards .tabs-contents { font-size: 14px; }

    body > main.home > .grid-layout > .events { line-height: 22px; }
    body > main.home > .grid-layout > .events a .subtitle { font-size: 14px; }
    body > main.home > .grid-layout > .events a .title { font-size: 18px; }
    body > main.home > .grid-layout > .events a .icon img { max-width: 80px; }

    footer .bar { font-size: 14px; }
}
@media (max-width: 400px) {
    header nav.bottom > .logo { padding-top: 16px; }
    header nav.bottom > .logo img { max-width: 220px; }
    body > main.home > .grid-layout > .events a { padding: 10px; }
    body > main.home > .grid-layout > .events a .subtitle { font-size: 12px; }

    footer .bar { font-size: 12px; }
}












/* ¾Ö´Ï¸ÞÀÌ¼Ç Á¤ÀÇ */

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-webkit-keyframes rotating-r /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes rotating-r {
    from {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
    to {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }