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

* {
	margin: 0;
	padding: 0;
}

hr {
	display:none
}
a {
	text-decoration:none
}

*, :after, :before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
    color:#333333;
    font-size:16px;
	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;
	overflow-x: hidden;
    letter-spacing: -1px;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
	letter-spacing : -0.23px;
	line-height: 1.3em;
} 
a {
	color: #333333;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}

ul,
ol,
li {
	list-style: none;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
li,
ol,
dl,
dt,
dd {
	box-sizing: border-box;
}

x select::-ms-expand {
	display: none;
}

br {
	font-family: dotum;
}

input:focus,
select:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
	outline: none;
}

input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0; 
	position: absolute; 
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    opacity: 1;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
	display:none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

address {
    font-style: normal;
}

.cf {}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

button {
	background: inherit ; 
	border:none; 
	box-shadow:none; 
	border-radius:0; 
	padding:0; 
	overflow:visible; 
	cursor:pointer;
	color: #333;
	font-size:16px;
	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;
}

.mt10{
	margin-top:10px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb9 {
	margin-bottom: 9px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb23 {
	margin-bottom:23px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30{
	margin-bottom:30px;
}
.mb35{
	margin-bottom:35px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mt50{
	margin-top: 50px;
}
.cursor{
	cursor:pointer;
}
.c-red {
	color: #FF3E3E;
}
.d-flex {
	display: flex;
}
.justify-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-content-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content: center;
}
.justify-content-end {
	justify-content: end;
}
.align-items-center {
	align-items: center;
}
.gap10 {
	gap: 10px;
}
.gap15 {
	gap: 15px;
}
.gap20 {
	gap: 20px;
}
.gap50 {
	gap: 50px;
}
.gap100 {
	gap: 100px;
}

.hidden {
    overflow: hidden;
    display: inline-block;
    border: 0;
	clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

.absolute {
    position: absolute;
    top: 0;
    left: -9999999999999px;
}


::placeholder {
	color: #505050;
	font-size: 16px;
	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;
} 
/***************************************************************** hearder */
.header {
	border-bottom: 1px solid #E9E9E9;
	transition: all 0.5s;
}

.header .headerIn {
	width: 1440px;
	margin: 0 auto;
	height: 79px;
	align-items: center;
	transition: all 0.5s;
	justify-content: space-between;
	background-color: #fff;
	z-index: 2000;
	display: flex;
    align-items: center;
	gap: 73px;
	transition: all 0.5s;
}

.header .topmenu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	height: 50px;
	color: #333;
	transition: all 0.5s;
}

.header .topmenu&gt;ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-fixd .headerIn .topmenu ul .menu-var {
	font-size: 18px;
	position: static;
}

.header .header-fixd .headerIn .topmenu&gt;ul&gt;.menu-var&gt;a {
	position: relative;
	display: block;
	width: 120px;
	height: 80px;
    line-height: 80px;
}


.header .header-fixd .headerIn .topmenu&gt;ul&gt;li~li&gt;a::after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #333;
	position: absolute;
	left: -30px;
    top: 48%;
	border-radius: 50%;
}

.header .topmenu ul li .submenu {
	display: none;
    position: absolute;
    top: 117px;
    left: 0;
    width: 100vw;
    background-color: #E9F0F7;
    z-index: 9999;
}

.menu-var:hover .submenu {
    display: block;
}

.header .topmenu ul li .submenu .inner {
	width: 1440px;
	margin: 34px auto;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap {
	display: flex;
	justify-content: center;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li&gt;a {
	font-size: 18px;
	color: #1947C5;
	font-weight: 600;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li {
	position: relative;
	padding-left: 35px;
    padding-right: 35px;
}


.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li:first-child {
	padding-left: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li:last-child {
	padding-right: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li+li::after {
	content: "";
	height: 100%;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #D2D2D2;
	opacity: 0.5;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap&gt;li:last-child {
	border: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap {
	margin-top: 30px;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap&gt;li {
	margin-bottom: 24px;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap&gt;li&gt;a:hover{
	color: #123eb7;
	text-decoration: underline;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap&gt;li:last-child {
	margin-bottom: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap&gt;li&gt;a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.menu-var&gt;a:hover {
	color: #1947C5;
}

.header .header-right {
	display: flex;
	align-items: center;
	gap: 24px;
	transition: all 0.5s;
}

.header .header-langs {
	display: flex;
	justify-content: flex-end;
	gap: 4rem;
	transition: all 0.5s;
}

.header .header-langs .dropbox1 {
	display: block;
	position: relative;
}

.header .header-langs .dropbox .dropbtn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 16px;
}

.header-langs .dropbtn.btn-drop1 {
    padding-right: 2rem;
}

.header-langs .drop1-content.active {
    display: block;
}

.header-langs .dropbox .drop-content {
    width: calc(100% + 3rem);
    height: fit-content;
    overflow: hidden;
    position: absolute;
    top: 1rem;
    left: -2rem;
    border-radius: 1rem;
    box-shadow: 5px 9px 20px 0px rgba(8, 1, 3, 0.1);
    background-color: #fff;
    margin-top: 1rem;
    z-index: 10;
	display: none;
}

.header-langs .dropbox .drop-content li a {
    display: inline-block;
    width: 100%;
    font-size: var(--fs-xs);
    text-align: center;
    padding: 0.8rem 1rem;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
}

.header-langs .dropbox .drop-content li a:hover {
	color: #1947C5;
}

.header .header-langs .dropbox .dropbtn::after {
    content: "▼";
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: -2px;
    right: 0;
    transform: scale(0.7, 0.55);
}

.header .btn-sitemap {
    background-image: url(../images/common/icon_sitemap.png);
    background-position: center;
	display: inline-block;
    background-repeat: no-repeat;
	width: 18px;
	transition: all 0.5s;
}

.header .m_open_btn {
	display: none;
}

.header .mobile {
	display: none;
}

.nav.mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
}

.nav.mobile.active {
    transform: translateX(0);
}

.dark.show {
    display: block;
}

.header .logo-ENG{
	padding: 12px 0;
	background: url(../images/common/logo_header_ENG.png) no-repeat center left;
	width: 320px;
	height: 54px;
    background-size: 296px;
    text-indent: -9999px;
    display: inline-block;
	transition: all 0.5s;
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG{
	display: flex;
	flex: 1;
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG&gt;ul&gt;.menu-var-ENG{
	display: flex;
	flex: 1;
}
.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG&gt;ul&gt;.menu-var-ENG&gt;a {
	display: flex;
	flex: 1;
	justify-content: center;
	
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG&gt;ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
	flex: 1;
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG&gt;ul&gt;li~li&gt;a::after{
	content: "";
    width: 4px;
    height: 4px;
    background-color: #333;
    position: absolute;
    left: -6px;
    top: 48%;
    border-radius: 50%;
}


.header .topmenu-ENG ul li .submenu-ENG {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100vw;
    background-color: #E9F0F7;
    z-index: 9999;
}

/***************************************************************** foot-site */
.footer {
	width: 100%;
	background-color: #333333;
	padding: 24px 0 24px;
}

.footer .footerInner {
	width: 1440px;
	margin: 0 auto;
	color: #E2E2E2;
}

.footer .footerInner .footerTop {
	display: flex;
	align-items: center;
	gap: 49px;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 24px;
	margin-bottom: 24px;
}

.footer .footerInner .footerTop .footerUtil {
	display: flex;
}

.footer .footerInner .footerTop .footerUtil li a {
	color: #E2E2E2;
	position: relative;
	font-size: 14px;
}

.footer .footerInner .footerTop .footerUtil li {
	margin-left: 24px;
    padding-left: 24px;
}

.footer .footerInner .footerTop .footerUtil li+li a::after {
	content: "";
    width: 4px;
    height: 4px;
    background-color: #E2E2E2;
    position: absolute;
    left: -26px;
    top: 48%;
    border-radius: 50%;
}

.footer .footerInner .footerBottom .footerContact li {
	margin-bottom: 10px;
	font-size: 14px;
}

.footer .footerInner .footerBottom .footerContact li:last-child {
	margin-bottom: 0;
}

.footer .footerInner .footerBottom{
	display: flex;
	justify-content: space-between;
}

/* **************************************************************************main section_01 slide */
section {
    margin-bottom: 64px;
}

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


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


.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-position: 0 16%;
    width: 100%;
    height: 480px;
    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;
	height:480px;
}

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

.mainslide-img-wrap {
    width: 970px;
    height: 480px;
    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 .custom-nav {
    position: absolute;
    bottom: 16px;
    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;
}


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

.mainslider-container .custom-nav .count .current-slide{
    font-weight: 800;
    font-size: 18px;
}

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

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

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

.mainslide-img-wrap-ENG{
    width: 100%;
}
/* **************************************************************************main section_01 slide end */
/* **************************************************************************main section_02 */
.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-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 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: #A0A0A0;
    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: 1em;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sec2-greetings .sec2-greetings-tit h1 {
    font-size: 40px;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    color: #1947C5;
    line-height: 1.2em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

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

.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;
}

.sec2-boards-greetings&gt;.contInner&gt;.sec2-boards-ENG{
    width: 50%;
}
.naacc-intro-title{
    font-size: 32px;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    color: #1947C5;
    margin-bottom: 20px;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-position: under;
    text-underline-offset: 5px;
    line-height: 3rem;
}


.sec2-boards-greetings&gt;.contInner&gt;.sec2-boards&gt;.sec2-naacc-contents{
    padding: 24px;
    border: 1px solid #1947C5;
    border-radius: 14px;
}

.sec2-naacc-contents&gt;.wrap-naacc-contents&gt;.naacc-intro-text&gt;p{
    padding-bottom: 42px;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.sec2-naacc-contents&gt;.wrap-naacc-contents&gt;.naacc-intro-text&gt;p:last-child{
    padding-bottom: 0px;
}
/* **************************************************************************main section_02 end */
/* **************************************************************************main section_03 */
.sec3-news-noticeboard {
    background-color: #F1F5FF;
    padding: 64px 0;
    transition: all 0.5s;
}

.sec3-news-noticeboard-ENG&gt;.contInner-ENG{
    display: flex;
}
.sec3-news-noticeboard-ENG&gt;.contInner-ENG&gt;.sec3-news-ENG{
    width: 70%;
}

.sec3-news-noticeboard-ENG&gt;.contInner-ENG&gt;.sec3-shortcutLink-ENG{
    width: 30%;
    margin-top: 0px;
}


.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 .contInner .sec3-news .sec3-news-contents{
    height: 300px;
}


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

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

.sec3-news-contents .wrap-new-contents .news-contents li{
    width: 100%;
}
.news-iframe{
    width: 100%; 
    margin-top: 0 !important;
}

.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 a {
    color: #fff;
}

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

.sec3-shortcutLink .sec3-shortcutLink-cont li a 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 a p {
    font-size: 16px;
    margin-bottom: 16px;
}

.sec3-shortcutLink .sec3-shortcutLink-cont li a .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 a .shortcutLink-btn:hover {
    box-shadow: 0px 0px 6px 0px #f0f0f0;
    /*background-color: rgb(255, 255, 255, 0.2);*/
    border-color: #f0f0f0;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt{
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    margin: 0 auto 56px auto; 
}
.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box{
    width: calc(25% - 10px);
    height: 190px;
    max-height: 35vw;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box:nth-child(1){
    background: url(../images/common/img_main_theme02_01_en.jpg) center no-repeat;
    background-size: cover;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box:nth-child(2){
    background: url(../images/common/img_main_theme02_02_en.jpg) center no-repeat;
    background-size: cover;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box:nth-child(3){
    background: url(../images/common/img_main_theme02_03_en.jpg) center no-repeat;
    background-size: cover;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box:nth-child(4){
    background: url(../images/common/img_main_theme02_04_en.jpg) center no-repeat;
    background-size: cover;
}

.sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box&gt;p&gt;a{
    color: #fff;
    font-size: 24px;
    text-align: center;
}

/* **************************************************************************main section_03 end */

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

	.footerInner {
		width: 100% !important;
		padding: 0 15px;
		font-size: 13px;
	}

	.header .topmenu ul li .submenu .inner {
		width: 100%;
		padding: 0 15px;
	}

    .contInner {
		width: 100% !important;
		padding: 0 15px;
	}

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

    .sec3-news-noticeboard-ENG&gt;.contInner-ENG{
        display: flex !important;
    }

    .sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt{
        padding: 0 15px;
    }

}

@media (max-width: 1300px) {
	.header .logo {
		background-size: 90%;
	}

	.header .headerIn {
		height: 70px;
	}

	.header .header-fixd .headerIn .topmenu&gt;ul&gt;.menu-var&gt;a {
		width: 110px;
	}

	.header .header-fixd .headerIn .topmenu&gt;ul&gt;li~li&gt;a::after {
		left: -27px;
	}

	.header .headerIn {
		gap: unset;
	}

	.header .topmenu {
		display: none;
	}

	.header .m_open_btn {
        display: block;
    }

	.header .m_open_btn button {
        background: url(../images/common/ham_bt_b.png) no-repeat right top 15px;
        border: 0;
        height: 40px;
        min-width: 40px;
        display: block;
		background-size: 18px;
    }

	.header .nav.mobile {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        box-sizing: border-box;
        z-index: 998;
		background: #fff;
        height: 100%;
		transition: all 0.3s;
    }

	.header .nav.mobile .closeBtn {
        display: block;
        transition: .2s;
        background: url(../images/common/m_menu_close_b.svg) no-repeat center;
        min-width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
        border: none;
        z-index: 999;
    }

	.header .nav.mobile&gt;.menu&gt;li {
        width: 100%;
    }

	.header .nav.mobile&gt;.menu&gt;li a {
		color: #333;
	}

	.header .nav.mobile .menu li .m_submenu {
        display: none;
        background-color: #E9F0F7;
        padding: 15px;
    }

	.header .nav.mobile&gt;.menu&gt;li&gt;a {
        padding: 10px 0;
        position: relative;
        display: block;
    }

	.header .nav.mobile&gt;.menu&gt;li&gt;a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #666;
        border-bottom: 2px solid #666;
        transform: rotate(-45deg);
        position: absolute;
        top: 18px;
        right: 30px;
        transition: all 0.5s;
    }

	.header .nav.mobile .menu {
		position: relative;
        padding: 0 0 60px;
        z-index: 11;
		height: 100vh;
		overflow-y: scroll;
		margin-top: 40px;
		background-color: #ffffff;
	}

	.header .nav.mobile .menu li .m_submenu li {
        padding: 10px 20px;
    }

	.header .nav.mobile .menu li .m_submenu li a {
		font-size: 14px;
	}

	.header .header-right {
		display: none;
	}
	
	.header .nav.mobile&gt;.menu&gt;li&gt;a {
        position: relative;
		padding: 15px 40px 15px 22px !important;
		border-bottom: 1px solid #C4C4C4;
    }

	.header .nav.mobile&gt;.menu&gt;li:first-child&gt;a{
		border-top: 1px solid #C4C4C4;
	}

	.header .nav.mobile .menu li .gnbDepth2Wrap li a {
		position: relative;
		display: flex;
	}

	.header .nav.mobile .menu li .gnbDepth3Wrap li:hover a {
		color: #1947C5;
	}

	.header .nav.mobile .menu li .gnbDepth2Wrap&gt;li&gt;a::after {
		content: "+";
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0px;
        right: -5px;
        transition: all 0.5s;
	}

	.gnbDepth3Wrap {
		display: none;
		padding: 10px 0;
	}

	.nav.mobile .menu &gt; li &gt; a:hover {
		color: #1947C5;
		border-bottom: 1px solid #1947C5;
	}

	.nav.mobile .menu &gt; li.active &gt; a {
		background-color: #1947C5;
		color: #fff;
		font-weight: 800;
	}

	.header .nav.mobile&gt;.menu&gt;li&gt;a:hover::after {
		border-color: #1947C5;
	}

	.header .nav.mobile&gt;.menu&gt;li.active &gt; a::after {
		border-color: #fff;
	}

	.header .nav.mobile .hide-pc {
		padding: 30px 0 0;
	}

	.header .nav.mobile .hide-pc .logo {
		background: url(../images/common/logo_header_ENG.png) no-repeat center;
		width: 320px;
		height: 54px;
		background-size: 80%;
		text-indent: -9999px;
		display: block;
		margin: 0 auto 20px;
	}

	.header .nav.mobile .hide-pc .top-menu {
		display: flex;
		justify-content: center;
	}

	/*.header .nav.mobile .hide-pc .top-menu li {
		position: relative;
		margin-left: 40px;
	}*/

	.header .nav.mobile .hide-pc .top-menu .top-menu-li{
		margin: 0px 14px;
	}

	/*.header .nav.mobile .hide-pc .top-menu li+li a::after{
		content: "";
		display: block;
		position: absolute;
		top: 48%;
		left: -21px;
		width: 1px;
		height: 10px;
		transform: translateY(-50%);
		background-color: #666666;
	}
*/
	.header .nav.mobile .hide-pc .top-menu li a b {
		font-weight: 500;
	}

	.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG{
		display: none !important;
	}

    .sns-cont::after {
        right: 2px;
        background-size: 90%;
        bottom: 0;
        top: -20px;
        transition: 1s;
    }

    .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-ENG&gt;.contInner-ENG&gt;.sec3-shortcutLink-ENG&gt;.sec3-shortcutLink-cont-ENG{
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 1200px) {

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

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

    .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{
        font-size: 16px;
    }


    .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;
    }

    .sec2-boards-greetings&gt;.contInner&gt;.sec2-boards&gt;.sec2-naacc-cnt&gt;.naacc-intro-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .sec2-boards-greetings&gt;.contInner&gt;.sec2-boards&gt;.sec2-naacc-contents {
        padding: 20px 24px !important;
    }
}

@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;
    }


    .sec2-greetings {
        width: 100%;
    }


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

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

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

    .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-news-noticeboard-ENG&gt;.contInner-ENG {
        display: flex !important;
        flex-direction: column;
    }
    .sec3-news-noticeboard-ENG&gt;.contInner-ENG&gt;.sec3-news-ENG {
        width: 100% !important;
    }
    .sec3-news-noticeboard-ENG&gt;.contInner-ENG&gt;.sec3-shortcutLink-ENG {
        width: 100% !important;
    }
    .sec3-news-noticeboard-ENG&gt;.contInner-ENG&gt;.sec3-shortcutLink-ENG&gt;.sec3-shortcutLink-cont-ENG {
        display: flex;
        flex-direction: row;
    }

    .sec2-boards-greetings&gt;.contInner&gt;.sec2-boards-ENG {
        width: 100% !important;
    }

}


@media (max-width: 768px) {

	.header .logo {
		width: 254px;
	}

	.header .m_open_btn button {
		background-size: 16px;
	}

	.footer .footerInner .footerTop {
		display: block;
	}

	.footer .footerInner .footerTop .footerUtil li:first-child {
		margin-left: 0;
		padding-left: 0;
	}

	.footerLogo img {
		width: 40%;
		margin-bottom: 14px;
	}

	.menu-content {
		width: 162px;
	}

	.footer .footerInner .footerTop .footerUtil li a,
	.footer .footerInner .footerBottom .footerContact li {
		font-size: 12px;
	}

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

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

    .sec2-greetings::after {
        background-size: 100%;
        bottom: 76px !important;
        right: 25px !important;
    }
    .sec2-boards-greetings .sec2-boards .sec2-boards-tabs .boards-tabs li a {
        font-size: 14px;
    }
	
}

@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;
    }

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

@media (max-width: 600px) {

    .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: 24px;
    }

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

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

    .sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 32px;
    }

    .sec3-news-noticeboard-ENG&gt;.NAACC-bulids-cnt&gt;.NAACC-bulids-wrap&gt;.NAACC-bulid-box {
        width: 100% !important;
    }

}

@media (max-width: 425px) {
    .header .logo-ENG {
        padding: 12px 0;
        background: url(../images/common/logo_header_ENG.png) no-repeat center left;
        width: 320px;
        height: 54px;
        background-size: 200px;
    }
    .mainslider-container .custom-nav{
        font-size: 14px;
        width: 55%;
        justify-content: center;
    }

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

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

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

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

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

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

}

@media (max-width: 375px){
    .sec2-greetings .sec2-greetings-tit p {
        font-size: 16px;
    }

    .sec2-greetings .sec2-greetings-tit p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .mainslide-img-wrap {
        height: 400px;
        overflow: hidden;
    }

    .mainslider img {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 320px) {

    .mainslider-container .custom-nav{
        font-size: 14px;
        width: 70%;
        justify-content: center;
    }

    .sec2-greetings::after {
        background-size: 54%;
        bottom: -41px !important;
        right: -101px !important;
    }

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