<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";





section {
    margin-bottom: 64px;
}

.main-container .contInner {
	width: 1440px;
	margin: 0 auto;
    display: flex;
    gap: 34px;
    transition: all 0.5s;
}

.sec1_right {
    width: 100%;
    min-width: 436px;
}

.sec1_left {
    width: 100%;
    min-width: 970px;
}

.search-cont {
    margin-bottom: 30px;
}

.main-container .sec1 .search-cont .search-tit {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: 'HakgyoansimDunggeunmisoTTF-R';
    transition: all 0.5s;
}

.main-container .sec1 .search-cont .search-tit b {
    font-size: 32px;
    color: #D34F77;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
}

.searchBox {
    padding: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    justify-content: space-between;
    border: 1px solid #1947C5;
    border-radius: 16px;
    min-width: 565px;
    width: 565px;
    transition: all 0.5s;
}

.searchBox .listBox {
    top: 0;
}

.searchBox .listBox .sec_sel {
    border: none;
    color: #505050;
    padding: 4px 32px;
    background: url(../images/common/search_sel_icon.png) no-repeat center right 20px;
    min-width: 144px;
    font-size: 16px;
    border-right: 1px solid #D5D5D5;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}
.searchBox .listBox .sec_sel:focus-visible{outline:2px solid #000}

.textBox .textBoxIn .inputBox input::placeholder{
    font-size: 16px;
}

.searchBox .textBoxIn {
    border-image-slice: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.searchBox .textBoxIn .inputBox {
    display: flex;
    width: 100%;
}

.searchBox .textBoxIn .inputBox input {
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    width: 361px;
    padding: 20px 15px;
    height: 60px;
    border: 0;
    padding: 0 0 0 32px;
    color: #767676;
    border-radius: 50px 0 0 50px;
    background-color: #ffffff;
}

.searchBox .textBoxIn button {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    background: #f4f4f4;
    border-radius: 14px;
    background: #1947C5 url(../images/common/searchico.png) no-repeat center;
    color: #fff;
    border: 1px solid #1947C5;
    text-indent: -9999px;
    transition: all 0.3s;
}

.searchBox .textBoxIn button:hover {
    background-color: #163faf;
    border: 1px solid #163faf;
}

.slick-slide {
    transition: transform 0.8s ease-in-out;
}

.mainslider-container {
    width: 100%;
    position: relative;
}

.mainslide-cont {
    cursor: pointer;
}

.mainslider img {
    height: auto;
    border-radius: 10px;
    z-index: -1;
    object-fit: fill;
    object-position: 0 8%;
    width: 100%;
    height: 100%;
    top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    transition: all 0.5s linear;
}

.mainslider .slick-list {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px;
	
}





.mainslide-cont {
    width: 100%;
    height: 95%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}



.mainslide-img-wrap {
    width: 970px;
    height: 390px;
    overflow: hidden;
}

.mainslide-img-wrap img {
    overflow: hidden;
    transition: all 0.3s linear;
}

.mainslide-img-wrap:hover img {
    transform: scale(1.1);
    transition: 1s;
}

.mainslider-container .mainslide-cont .caption {
    padding: 19px 24px 27px 24px;
}

.mainslider-container .mainslide-cont .caption h3 {
    font-size: 32px;
    color: #1947C5;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    margin-bottom: 10px;
    line-height: 1.3em;
}

.mainslider-container .mainslide-cont .caption p {
    font-size: 18px;
    color: #505050;
    line-height: 24px;
}

.mainslider-container .custom-nav,
.sns_banner .custom-nav {
    position: absolute;
    bottom: 156px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(225, 225, 225, 0.7);
    padding: 10px 24px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}


.sns_banner .custom-nav {
    bottom: 108px;
}

.mainslider-container .custom-nav .count,
.sns_banner .custom-nav .count{
    color: #333333;
}

.mainslider-container .custom-nav .count .current-slide,
.sns_banner .custom-nav .count .current-slide,
.sec3-noticeboard-Slider .custom-nav .count .current-slide {
    font-weight: 800;
    font-size: 18px;
}

.mainslider-container .total-slides,
.sns_banner .total-slides {
    font-size: 16px;
}

.mainslider-container .custom-nav button,
.sns_banner .custom-nav button {
    background: none;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}

.mainslider-container .custom-nav img:hover,
.sns_banner.custom-nav img:hover {
    opacity: 1;
}

.sns-cont {
    background-color: #F1F5FF;
    border-radius: 16px;
    padding: 19px 23px;
    margin-bottom: 30px;
    position: relative;
}

.sns-cont::after {
    content: "";
    position: absolute;
    background: url(../images/common/sns_bg.svg) no-repeat;
    width: 144px;
    height: 144px;
    right: 35px;
    top: -35px;
}

.sns-cont h2 {
    font-size: 20px;
    font-family: 'HakgyoansimDunggeunmisoTTF-R';
    margin-bottom: 12px;
}

.sns-cont h2 b {
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    color: #C83E65;
}

.sns-cont .sns_wrap {
    display: flex;
    gap: 8px;
    transition: all 0.5s;
}

.sns-cont .sns_wrap li a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
}

.sns-cont .sns_wrap li:nth-child(1) a {
    background: url(../images/common/facebook_sns.png) center no-repeat;
    background-size: contain;
}

.sns-cont .sns_wrap li:nth-child(2) a {
    background: url(../images/common/instargram_sns.png) center no-repeat;
    background-size: contain;
}

.sns-cont .sns_wrap li:nth-child(3) a {
    background: url(../images/common/youtube_sns.png) center no-repeat;
    background-size: contain;
}

.sns-cont .sns_wrap li:nth-child(4) a {
    background: url(../images/common/twitter_sns.png) center no-repeat;
    background-size: contain;
}

.sns-cont .sns_wrap li:nth-child(5) a {
    background: url(../images/common/blog_sns.png) center no-repeat;
    background-size: contain;
}

.sns_banner {
    width: 100%;
    position: relative;
}

.snsSlider {
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1) !important;
    border-radius: 16px;
    position: relative;
    cursor: pointer;
}

.snsSlide-cont {
    width: 100%;
    height: 95%;
    position: relative;
    overflow: hidden;
}

.snsSlide-img{
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 72px;
    left: 24px;
    z-index: 999;
}

/*.snsSlide-cont::before {
    content: "";
    background: url(../images/common/instargram_sns.png) no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 72px;
    left: 24px;
    z-index: 999;
}*/

.snsSlide-img-wrap {
    width: 100%;
    height: 436px;
    overflow: hidden;
}

.snsSlide-img-wrap img {
    overflow: hidden;
    transition: all 0.5s linear;
    height: auto;
    border-radius: 10px;
    z-index: -1;
    object-fit: cover;
    object-position: 0 8%;
    min-width: 436px;
    height: 436px;
    top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.slick-list {
    border-radius: 16px;
}

.snsSlide-cont .caption {
    padding: 32px 24px 43px;
    font-size: 18px;
}

.sec2-boards-greetings .sec2-boards {
    flex-grow: 1;
}

.sec2-boards-greetings .contInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-tabs {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs {
    display: flex;
    gap: 1rem;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a {
    border: 1px solid #C4C4C4;
    padding: 16px 32px;
    border-radius: 16px;
    color: #707070;
    font-size: 18px;
    display: block;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a:hover,
.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a:focus {
    border: 1px solid #1947C5;
    color: #1947C5;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li.active a {
    background-color: #1947C5;
    color: #fff;
    border: 1px solid #1947C5;
    font-weight: 700;
}


.sec2-boards-greetings .sec2-boards .sec2-boards-contents .link-board-tab.active,
.sec3-news-contents .link-board-tab.active {
	position:absolute;
	right:0;
	top:-75px;
    display: block;
    text-align: right;
    background: url(../images/common/boards-more.png) no-repeat;
    width: 48px;
    height: 48px;
}


.sec2-boards-greetings .sec2-boards .sec2-boards-contents .link-board-tab,
.sec3-news-contents .link-board-tab:hover{
    background: url(../images/common/boards-more-hover.png) no-repeat;
    transform: rotate(180deg);
    transition: 1.5s;
}

/*
.sec2-boards-greetings .sec2-boards-contents .wrap-board-contents .board-contents.active
 {
    display: block;
    text-align: right;
    background: url(../images/common/boards-more.png) no-repeat;
    width: 48px;
    height: 48px;
}


.sec2-boards-greetings .sec2-boards-contents .wrap-board-contents .board-contents{
    background: url(../images/common/boards-more-hover.png) no-repeat;
    transform: rotate(180deg);
    transition: 1.5s;
}
*/
.sec2-boards-greetings .sec2-boards-contents .wrap-board-contents{position:relative;}
.sec2-boards-greetings .sec2-boards .board-contents {
    display: none;
    transition: all 0.5s;
}

.sec2-boards-greetings .sec2-boards .board-contents.active {
    display: block;
}

.sec2-boards-greetings .sec2-boards .board-contents .hidden {
    position: absolute;
	overflow: hidden;
	clip : rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
}


.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list {
    border-bottom: 1px solid #C4C4C4;
    padding: 30px 25px;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list:first-child {
    border-top: 1px solid #C4C4C4;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a .board-list-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-width: 0;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a .board-list-date {
    color: #767676;
    white-space : nowrap; 
}

.sec2-greetings {
    background: #F1F5FF url(../images/common/greetings_bg.png) no-repeat left 0 bottom 74.5px;
    border-radius: 16px;
    background-size: contain;
    position: relative;
    width: 41.7%;
}

.sec2-greetings::after {
    content: "";
   /* background: url(../images/common/commissioner_img.png) no-repeat;*/
    width: 232px;
    height: 253px;
    position: absolute;
    bottom: 75px;
    right: 5px;
    transition: all 0.5s;
}

.sec2-greetings .sec2-greetings-tit {
    padding: 67px 63px 112px;
    transition: all 0.5s;
}

.sec2-greetings .sec2-greetings-tit h2 {
    font-size: 25px;
    line-height: 1.3em;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
}

.sec2-greetings .sec2-greetings-tit h1 {
    font-size: 40px;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    color: #1947C5;
    line-height: 1.6em;
}

.sec2-greetings .sec2-greetings-tit p {
    margin-top: 16px;
    line-height: 1.4em;
	font-size:18px;
}

.sec2-greetings .sec2-greetings-btn {
    background-color: #1947C5;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    transition: all 0.5s;
}

.sec3-news-noticeboard {
    background-color: #F1F5FF;
    padding: 64px 0;
    transition: all 0.5s;
}

.sec3-news-noticeboard .sec3-news .sec3-news_tit,
.sec3-noticeboard-tit {
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
}

.sec3-news-noticeboard .sec3-news .sec3-news_tit::after,
.sec3-noticeboard-tit::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #1059D9;
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 50%;
}

.sec3-news-noticeboard .sec3-news .sec3-news-tabs {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  /* margin-bottom: 30px;*/
}

.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs {
    display: flex;
    gap: 1rem;
}

.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a {
    border: 1px solid #C4C4C4;
    padding: 16px 32px;
    border-radius: 16px;
    color: #707070;
    font-size: 18px;
    display: block;
}

.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a:hover,
.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a:focus {
    border: 1px solid #1947C5;
    color: #1947C5;
}

.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li.active a {
    background-color: #1947C5;
    color: #fff;
    border: 1px solid #1947C5;
    font-weight: 700;
}



.sec3-news-noticeboard .sec3-news-contents .news-contents{position:relative;}
.sec3-news-noticeboard .sec3-news-contents .news-contents ul {
	
    display: flex;
    gap: 32px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

.sec3-news-noticeboard .sec3-news-contents .news-contents.active ul {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a {
    display: flex;
    flex-direction: column;
    width: 314px;
    min-width: 100%;
}


.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .hidden  {
	position: absolute;
	overflow: hidden;
	clip : rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
    
}

.sec3-news-noticeboard .sec3-news .sec3-news-contents .hidden  {
	position: absolute;
	overflow: hidden;
	clip : rect(0,0,0,0);
	width: 1px;
	height: 1px;
	margin: -1px;
}


.sec3-news-contents .wrap-new-contents .news-contents li{
    width: 100%;
}

.news-iframe{
    width: 100% !important; 
    margin-top: 0 !important;
}
.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .news-list-title {
    height: 90px;
    background-color: #fff;
    padding: 17px 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -0.05em;
    width: 100%;
    overflow: hidden;
    font-weight: 500;
}

.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a {
    display: flex;
    flex-direction: column;
    width: 314px;
    min-width: 100%;
    overflow: hidden;
    align-items: center;
    transition: all 0.5s;
}

.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
    width: 314px;
    transition: all 0.5s;
}

.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .news-list-img img {
    width: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: all 0.5s;
}

.sec3-shortcutLink {
    margin-top: 41px;
}

.sec3-shortcutLink .sec3-shortcutLink-cont {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sec3-shortcutLink .sec3-shortcutLink-cont .shortcutLink-alarm {
    background: url(../images/common/alarm_bg.png) no-repeat center/cover;
    width: 100%;
    padding: 20px 24px;
    border-radius: 16px;
    position: relative;
}

.sec3-shortcutLink .sec3-shortcutLink-cont .shortcutLink-video {
    background: url(../images/common/video_bg.png) no-repeat center/cover;
    width: 100%;
    padding: 20px 24px;
    border-radius: 16px;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li  {
    color: #fff;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li h4 {
    font-size: 18px;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    margin-bottom: 6px;
    position: relative;
    display: inline-block;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li h4::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 50%;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li p {
    font-size: 16px;
    margin-bottom: 16px;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li .shortcutLink-btn {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 14px;
    float: right;
    transition: all 0.5s;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li .shortcutLink-btn:hover {
    box-shadow: 0px 0px 5px 0px #f0f0f0;
    background-color: rgb(255, 255, 255, 0.2);
    border-color: #f0f0f0;
}

.sec3-noticeboard-Slider {
    position: relative;
}

.sec3-noticeboard-Slider .custom-nav {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 24px;
    border-radius: 21px;
    color: #fff;
    font-size: 14px;
}

.sec3-noticeboard-Slider .custom-nav button {
    background-color: transparent;
}

.sec3-news-noticeboard .contInner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 32px;
    align-items: flex-start;
}

.sec3-noticeboard-bx-wrapper {
    max-width: 382px;
    /* height: 316px; */
    height: auto;
    margin: 0 auto; 
    overflow: hidden;
	position: relative;
}

.noticeboardSlider {
    width: 100%; 
}

.noticeboardSlider .noticeboard-img a img {
    width: 100%;
    height: 333px;
    display: block;
    /*object-fit: cover;*/
    transition: 1s;
}

.sec3-news-tabs .viedoNews_plus.active{
	position: relative;
	margin-right: 18px;
	margin-top:8px;

}


@media (max-width: 1440px) {
    .contInner {
		width: 100% !important;
		padding: 0 15px;
	}

	.sec1_left {
		width: 100%;
		min-width: 65%;
	}

	.sec1_right {
		width: 100%;
		min-width: 32%;
	}

    .snsSlide-img-wrap {
        width: auto;
    }

    .sec3-news-noticeboard .contInner {
        display: grid;
        align-items: flex-start;
    }

    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .news-list-img img {
        height: 100%;
        object-fit: cover;
    }

    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a {
        width: 252px;
    }

    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        width: 252px;
        height: 157px;
    }
}

@media (max-width: 1300px) {
    .sns-cont::after {
        right: 0px;
        background-size: 80%;
        bottom: 0;
        top: -13px;
    }

    .snsSlide-cont::before{
        bottom: 70px;
    }

    .sec3-shortcutLink {
        margin-top: 0;
        transition: 1s;
    }

    .sec3-news-noticeboard .contInner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .sec3-noticeboard-bx-wrapper {
        margin: 0;
    }

    .sec3-shortcutLink .sec3-shortcutLink-cont {
        display: flex;
        gap: 32px;
        flex-direction: row;
    }

    .sec3-shortcutLink .sec3-shortcutLink-cont li {
        width: 48%;
    }

    .sec2-greetings::after {
        background-size: 85%;
        bottom: 38px !important;
        right: -27px !important;
    }

   /* .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a,
    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        width: 314px;
    }
    */
	
	.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span,
	.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a .news-list-wrapper{
		width:100%;
			
	}
	.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list{
		width: calc(100% / 2);
	}
}

@media (max-width: 1200px) {
    .sns-cont::after {
        right: 0px;
        background-size: 82%;
    }

    .snsSlide-img-wrap img {
        object-fit: revert;
        object-position: 50% 8% !important;
    }

    .snsSlide-cont .caption {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .mainslider-container .mainslide-cont .caption h3 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-width: 0;
        text-overflow: ellipsis;
    }

    .mainslider-container .mainslide-cont .caption p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-width: 0;
        text-overflow: ellipsis;
        padding-right: 20px;
    }

    .mainslide-img-wrap {
        width: auto;
    }

    .sec1_left {
		width: 100%;
		min-width: 60%;
	}

	.sec1_right {
		width: 100%;
		min-width: 32%;
	}

    .mainslider img {
        object-position: 50% 8%;
    }

    .sec2-greetings {
        width: 35%;
    }

    .sec2-greetings .sec2-greetings-tit {
        padding: 67px 33px 112px;
    }

    .sec2-greetings::after {
        background-size: 80%;
        bottom: 25px !important;
        right: -42px !important;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a,
    .sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a .board-list-title,
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a {
        font-size: 16px;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a .board-list-date {
        font-size: 14px;
    }

    .sec2-greetings .sec2-greetings-tit h2 {
        font-size: 20px;
    }

    .sec2-greetings .sec2-greetings-tit h1 {
        font-size: 32px;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list {
        padding: 27px 25px;
    }

    .sec2-greetings {
        width: 47%;
    }

    .sec2-greetings::after {
        background-size: 75%;
        bottom: 13px !important;
        right: -57px !important;
    }

    /*.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a,
    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        width: 300px;
    }*/
}

@media (max-width: 1060px) {
    .sec2-greetings::after {
        background-size: 65%;
        bottom: -13px !important;
        right: -80px !important;
    }
}

@media (max-width: 1024px) {
    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        height: auto;
    }

    /*.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a, .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        width: 272px;
    }*/
}

@media (max-width: 968px) {
    .main-container .contInner {
        display: block;
    }

    .mainslider-container {
        margin-bottom: 24px;
    }


    .sec3-noticeboard-bx-wrapper {
        margin: 0;
    }

    .sns-cont::after {
        background-size: 90%;
        right: 24px;
        top: -10px;
    }

    .sec2-greetings {
        width: 100%;
    }

    .snsSlide-img-wrap,
    .snsSlide-img-wrap img {
        width: 100%;
        height: 100%;
    }

    .sec2-boards-greetings .sec2-boards {
        margin-bottom: 24px;
    }
    
    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .news-list-img img {
        width: 100%;
    }

    .news-content-list {
        width: 100%;
    }

    .sec3-noticeboard {
        margin-top: 24px;
    }

    .sec2-greetings::after {
        background-size: 100%;
        bottom: 74px !important;
        right: 26px !important;
    }

    .sec3-noticeboard-bx-wrapper {
        max-width: 100%;
        height: auto;
    }

    .noticeboardSlider .noticeboard-img a img {
        height: 650px;
        transition: 1s;
    }

    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a,
    .sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a span {
        width: 100%;
        height: auto;
    }
	
	 .sec3-shortcutLink {
        margin:32px 0;
        transition: 1s;
    }

}

@media (max-width: 769px) {
    .main-container .sec1 .search-cont .search-tit b,
    .mainslider-container .mainslide-cont .caption h3 {
        font-size: 24px;
    }

    .main-container .sec1 .search-cont .search-tit {
        font-size: 16px;
        line-height: 1.4em;
    }

    .mainslide-img-wrap:hover img {
        transform: unset;
    }

    /*.searchBox .listBox .sec_sel,*/
    .mainslider-container .mainslide-cont .caption p
    /*::placeholder*/ {
        font-size: 16px;
    }

    .header .logo {
        background-size: 80%;
    }

    .sns-cont h2 {
        font-size: 18px;
    }

    .snsSlide-cont .caption {
        font-size: 16px;
    }

    .searchBox {
        width: 100%;
        min-width: 100%;
    }

    /*.listBox {
        width: 25%;
    }*/

    .textBox {
        width: 100%;
    }

    .searchBox .textBoxIn .inputBox input {
        padding: 0;
        width: 100%;
        padding: 0 0 0 15px;
    }

    .sec2-greetings::after {
        background-size: 100%;
        bottom: 76px !important;
        right: 25px !important;
    }

    /*.searchBox .listBox .sec_sel {
        min-width: auto;
    }*/

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a, 
    /*.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a .board-list-title,*/
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a
    /*.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list .news-list-title*/ {
        font-size: 14px;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .link-board-tab.active, 
    .sec3-news-tabs .link-board-tab.active {
        width: 38px;
        height: 38px;
        background-size: 100%;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a {
        padding: 14px 29px;
    }

    .noticeboardSlider .noticeboard-img a img {
        height: 560px;
        transition: 1s;
    }

}

@media (max-width: 650px) {
    .sec3-news-noticeboard .sec3-news-contents .news-contents {
        display: block;
    }

    .sec3-news-noticeboard .sec3-news-contents .news-contents li {
        margin-bottom: 24px;
    }

    .sec3-shortcutLink .sec3-shortcutLink-cont {
        flex-wrap: wrap;
    }

    .sec3-news-noticeboard .sec3-news .sec3-news_tit, .sec3-noticeboard-tit {
        font-size: 18px;
    }
	
	.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list {
        width: 100%;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list {
        padding: 22px 25px;
    }
}

@media (max-width: 600px) {
    .sns-cont::after {
        background-size: 63%;
        right: -48px;
        top: 6px;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a,
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a {
        padding: 12px 15px;
        text-align: center;
    }

    .sec2-greetings::after {
        background-size: 80%;
        bottom: 25px !important;
        right: -39px !important;
    }

    .sec2-greetings .sec2-greetings-tit p {
        margin-bottom: 18px;
    }

    .sec2-greetings .sec2-greetings-tit h2 {
        font-size: 16px;
    }

    .sec2-greetings .sec2-greetings-tit h1 {
        font-size: 26px;
    }

    .sec2-greetings .sec2-greetings-tit p {
        font-size: 14px;
    }

    .noticeboardSlider .noticeboard-img a img {
        height: 430px;
        transition: 1s;
    }

}


@media (max-width: 425px) {

    .mainslider-container .custom-nav, .sns_banner .custom-nav {
        font-size: 14px;
        width: 55%;
        justify-content: center;
    }
    
    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .link-board-tab.active, .sec3-news-tabs .link-board-tab.active {
        width: 30px;
        height: 30px;
        background-size: 100%;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs,
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs {
        gap: 0.2rem;
    }

    .sec2-greetings::after {
        background-size: 67%;
        bottom: -8px !important;
        right: -76px !important;
    }

    .sec2-greetings .sec2-greetings-tit {
        padding: 30px 25px 145px;
    }

    .listBox {
        width: auto;
    }

    .sec2-greetings .sec2-greetings-tit {
        padding: 30px 25px 80px;
    }

    .snsSlide-img-wrap img {
        min-width: auto;
    }

    .mainslider-container .custom-nav .count .current-slide, .sns_banner .custom-nav .count .current-slide {
        font-size: 16px;
    }

    .mainslider-container .total-slides, .sns_banner .total-slides {
        font-size: 14px;
    }

    .searchBox .listBox .sec_sel {
        padding: 4px 10px;
        background: url(../images/common/search_sel_icon.png) no-repeat center right 5px;
        min-width: 100px;
        font-size: 14px;
        border-right: 0;
    }

    .sec3-shortcutLink .sec3-shortcutLink-cont li a h4 {
        font-size: 16px;
    }
    .board-list-title{
        font-size: 16px;
    }

}

@media (max-width: 375px) {
    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs,
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs {
        display: grid;
        width: 89%;
        grid-template-columns: repeat(2, calc(50% - 0.75rem));
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a, 
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a {
        padding: 12px 10px;
    }

	.noticeboardSlider .noticeboard-img a img {
        height: 340px;
    }
}

@media (max-width: 367px) {
    .snsSlide-cont::before {
        bottom: 55px;
        left: 17px;
        background-size: 80%;
    }

    .snsSlide-cont .caption {
        padding: 20px 24px 20px;
    }

    .sns_banner .custom-nav {
        bottom: 96px !important;
    }
}

@media (max-width: 320px) {
    .sec2-greetings::after {
        background-size: 54%;
        bottom: -41px !important;
        right: -101px !important;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li,
    .sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li {
        min-width: 100px;
    }

    .sns-cont::after {
        background-size: 42%;
        right: -81px;
        top: 47px;
        z-index: 1;
    }

    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs {
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        display: flex;
        margin-bottom: 24px;
        transition: all 0.5s;
        flex-wrap: wrap;
    }
}



/* ���� ��� */
.mainslider-container div:focus {
    outline: 4px dotted #f70000 !important;
    outline-offset: -4px !important;
}
/* ���� ��� �� ��� */
.sns_banner div:focus {
    outline: 4px dotted #f70000 !important;
    outline-offset: -4px !important;
}

/* �˸��� ��� �� ��� */
.sec3-noticeboard-Slider div:focus {
    outline: 4px dotted #f70000 !important;
    outline-offset: -4px !important;
}



/* 1. �˻� ���� - �������� ��Ŀ�� */
.searchBox .textBoxIn .inputBox input:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -2px !important;
}

.searchBox .textBoxIn button:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
}


.searchBox .selectBox select:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -3px !important;
}




/* 2. �� �޴� - hover�� �浹 ���� */
.sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a:focus-visible,
.sec3-news-noticeboard .sec3-news .sec3-news-tabs .news-tabs li a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -2px !important;
    position: relative; /* outline�� ����� ǥ�õǵ��� */
    z-index: 1;
}

/* 3. ������ ��ũ */
.sec2-boards-greetings .sec2-boards .sec2-boards-contents .board-contents .board-content-list a:focus-visible,
.sec3-news-noticeboard .sec3-news-contents .news-contents .news-content-list a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -2px !important;
}

/* 4. SNS ������ - ���� ���� */
.sns-cont .sns_wrap li a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    border-radius: 50% !important;
}

/* 5. �����̴� Ư�� ó�� */
/* ���� �����̴� - �����̵� ������ Ŭ�� ������ ������ */
.mainslider .slick-slide.slick-current .mainslide-cont:focus-visible,
.mainslider .slick-slide.slick-current a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    position: relative;
    z-index: 10;
}

/* SNS �����̴� - ���� Ȱ�� �����̵常 */
.snsSlider .slick-slide.slick-current .snsSlide-cont:focus-visible,
.snsSlider .slick-slide.slick-current a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    position: relative;
    z-index: 10;
}

/* �������� �����̴� */
.noticeboardSlider .slick-slide.slick-current a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    position: relative;
    z-index: 10;
}

/* 6. Ŀ���� �׺���̼� ��ư */
.mainslider-container .custom-nav button:focus-visible,
.sns_banner .custom-nav button:focus-visible,
.sec3-noticeboard-Slider .custom-nav button:focus-visible {
    outline: 4px dotted #f70000 !important;
    outline-offset: 3px !important;
}

/* 7. Slick �⺻ ȭ��ǥ ��ư (�ִ� ���) */
.slick-prev:focus-visible,
.slick-next:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    z-index: 999;
}

/* 8. Slick dots ���������̼� */
.slick-dots li button:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
}

/* 9. ������ ��ư */
.sec2-boards-greetings .sec2-boards .sec2-boards-contents .link-board-tab:focus-visible,
.sec3-news-contents .link-board-tab:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
    border-radius: 50% !important;
}

/* 10. �λ縻 ��ư */
.sec2-greetings .sec2-greetings-btn:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -2px !important;
}

/* 11. �ٷΰ��� ��ũ */
.sec3-shortcutLink .sec3-shortcutLink-cont li a:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -2px !important;
}

/* 12. ���� ���� ������ */
.sec3-news-tabs .viedoNews_plus:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: 2px !important;
}


.sec3-shortcutLink-cont .shortcutLink-alarm button:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -3px !important;
}

.sec3-shortcutLink-cont .shortcutLink-video button:focus-visible {
    outline: 3px dotted #f70000 !important;
    outline-offset: -3px !important;
}


</pre></body></html>