@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>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>ul>.menu-var>a {
	position: relative;
	display: block;
	width: 120px;
	height: 80px;
    line-height: 80px;
}


.header .header-fixd .headerIn .topmenu>ul>li~li>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>li>a {
	font-size: 18px;
	color: #1947C5;
	font-weight: 600;
	display:unset;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap>li {
	position: relative;
	padding-left: 35px;
    padding-right: 35px;
}


.header .topmenu ul li .submenu .inner .gnbDepth2Wrap>li:first-child {
	padding-left: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap>li:last-child {
	padding-right: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth2Wrap>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>li:last-child {
	border: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap {
	margin-top: 30px;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap>li {
	margin-bottom: 24px;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap>li>a:hover{
	color: #123eb7;
	text-decoration: underline;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap>li:last-child {
	margin-bottom: 0;
}

.header .topmenu ul li .submenu .inner .gnbDepth3Wrap>li>a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}

.menu-var>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>ul>.menu-var-ENG{
	display: flex;
	flex: 1;
}
.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG>ul>.menu-var-ENG>a {
	display: flex;
	flex: 1;
	justify-content: center;
	
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG>ul{
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
	flex: 1;
}

.header .header-fixd-ENG .headerIn-ENG .topmenu-ENG>ul>li~li>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;
}

/************************************************************footer end */

/*********************************** sub page common - header sequence start*/
.header > .header-fixd > .header-sequence {
	border-top: 1px solid #E9E9E9;
}

.header > .header-fixd > .header-sequence > ul{
	display: flex;
	max-width: 1440px;
    margin: 0 auto;
	padding: 10px 0;
	gap:14px;
	align-items: center;
}

.header > .header-fixd > .header-sequence > ul > li{
	display: flex;
	align-items: center;
}

.header > .header-fixd > .header-sequence > ul > li::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    /* background: url(../images/subcommon/right-arrow.png) no-repeat 0 0 / cover; */
    /*margin: 0 22px;*/
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    transform: rotate(45deg);
}

.header > .header-fixd > .header-sequence > ul > li:first-child{
	margin-left: -10px;
}
.header > .header-fixd > .header-sequence > ul > li:last-child::after{
	content: '';
	display: none;
}

.header > .header-fixd > .header-sequence > ul > li > a {
	padding: 10px;
	display: block;
}

.header > .header-fixd > .header-sequence > ul > li > a > i.home-btn{
	display: block;
	background: url('../images/common/home.png')no-repeat 0 0 / cover;
	width: 20px;
	height: 20px;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > button{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
	padding: 10px;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > button::after {
    content: '';
    display: inline-block;
    background: url('../images/common/select-arrow.png') no-repeat 0 0 / cover;
    width: 12px;
    height: 7px;
    vertical-align: middle;
	margin-left: 14px;
}
.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer.on > button:after{
	content: '';
	transform: rotate(180deg);
}
.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer {
	position: relative;
}
.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > ul{
	display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
	overflow: hidden;
    z-index: 1;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer.on > ul{
	display: block;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > ul > li > a{
	padding: 12px;
	display: block;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > ul > li > a.selected{
	font-weight: bold;
    color: #1947C5;
}

.header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > ul > li > a:hover{
	text-decoration: underline;
}

/****************************************************** sub page common - header sequence end */

/******************************************************* sub page common - search box start */
.search-cont.sub-ENG {
    margin-bottom: 0;
}

.search-cont.sub-ENG > .searchBox-ENG {
    min-width: 460px;
    width: 460px;
    border-radius: 12px;
}

.sub-ENG > .searchBox-ENG .listBox-ENG .selectBox-ENG .sec_sel-ENG {
    min-width: initial;
    padding: 0 30px 0 16px;
    background: url("../images/common/search_sel_icon.png") no-repeat center right 16px;
}

.search-cont.sub-ENG > .searchBox-ENG .textBox {
    width: 100%;
}

.search-cont.sub-ENG > .searchBox-ENG .textBoxIn .inputBox input {
    width: initial;
    height: initial;
    flex: 1;
    padding-left: 16px;
}

.search-cont.sub-ENG > .searchBox-ENG .textBoxIn button {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    margin-right: -1px;
}

.searchBox-ENG{
    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;
    overflow: hidden;
}

.searchBox-ENG .listBox-ENG{
    top: 0;
}

.searchBox-ENG .listBox-ENG .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;
}

.textBox .textBoxIn .inputBox input::placeholder{
    font-size: 16px;
}

.searchBox-ENG .textBoxIn {
    border-image-slice: 1;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.searchBox-ENG .textBoxIn .inputBox {
    display: flex;
    width: 100%;
}


.searchBox-ENG .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-ENG .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-ENG .textBoxIn button:hover {
    background-color: #163faf;
    border: 1px solid #163faf;
}
/* sub page common - search box end */

/* sub page common - main-container start */
.main-container.sub {
    max-width: 1440px;
    margin: 36px auto 64px;
    display: flex;
}

.main-container.sub > .left-side {
    margin-right: 40px;
    width: 240px;
}

.main-container.sub > .left-side > .left-side-nav {

}

.main-container.sub > .left-side > .left-side-nav > .left-side-title {
    font-family: "HakgyoansimDunggeunmisoTTF-B";
    font-size: 24px;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 {
    margin-top: 14px;
    border-top: 2px solid #333;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li {
    border-bottom: 2px solid #D5D5D5;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.on{
    
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > button,
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > a {
    display: block;
    width: 100%;
    height: 64px;
    text-align: left;
    padding: 0 24px;
    line-height: 64px;
    position: relative;
    font-weight: 400;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.on > button,
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.clicked > button,
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.on > a {
    color: #fff;
    background: #1947C5;
    font-weight: 600;
    font-size: 18px;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > button::after{
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.on > button::after,
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.clicked > button::after {
    content: '';
    background: url('../images/common/minus.png')no-repeat 0 0 / cover;
    width: 14px;
    height: 2px;
}
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > button::after {
    content: '';
    background: url('../images/common/plus.png')no-repeat 0 0 / cover;
    width: 14px;
    height: 14px;
}
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > .nav-dep2 {
    display: none;
    background: #F1F5FF;
    padding: 8px 0;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.on > .nav-dep2,
.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li.clicked > .nav-dep2 {
    display: block;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > .nav-dep2 > li > a {
    font-weight: 400;
    display: block;
    padding: 8px 24px;
}

.main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > .nav-dep2 > li.on > a{
    color: #1947C5;
    font-weight: bold;
}

.main-container.sub > .left-side > .quick-nav {
    margin-top: 24px;
    text-align: center;
    padding: 24px 0;
    background: #E9F0F7;
    border-radius: 16px;
}

.main-container.sub > .left-side > .quick-nav > h4 {
    font-family: "HakgyoansimDunggeunmisoTTF-B";
}

.main-container.sub > .left-side > .quick-nav > ul {
    margin-top: 14px;
}

.main-container.sub > .left-side > .quick-nav > ul > li + li {
    margin-top: 18px;
}

.main-container.sub > .left-side > .quick-nav > ul > li > a {
    display: inline-block;
    width: 144px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    font-weight: 400;
}

.main-container.sub > .right-side {
    width: 100%;
    flex: 1;
}

.main-container.sub > .right-side > .right-side-title {
    font-size: 24px;
    color: #1947C5;
    font-family: 'HakgyoansimDunggeunmisoTTF-B';
    margin-bottom:24px;
}
/* sub page common - main-container end */

.main-container.sub > .right-side > .notice-box > .notice-box-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.main-container.sub > .right-side > .notice-box > .notice-box-top > .length-text {
    font-size: 18px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-top > .length-text > span{
    color: #1947C5;
    font-size: 20px;
    font-weight: bold;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list{
    margin-top: 24px;
    border-top: 1px solid #333;
    
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li {
    padding: 16px 0;
    border-bottom: 1px solid #D5D5D5;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li > a.list-title {
    display: block;
    font-size: 18px;
    font-weight: 600;  
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box {
    margin-top: 16px;
    color: #707070;
    font-size: 0;
    font-weight: 400;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box > span {
    position: relative;
    font-size: 18px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box > span:not(:last-child){
    margin-right: 30px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box > span:not(:last-child)::after{
    content: '|';
    position: absolute;
    right: -16px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li{
    
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li.page-number-li,
.main-container.sub > .right-side > .notice-box > .notice-box-navi > li.next-btn-li {
    margin-left: 16px;
}
.main-container.sub > .right-side > .notice-box > .notice-box-navi > li.btn-li + .btn-li {
    margin-left: 6px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a {
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #D5D5D5;
    font-weight: 400;
    position: relative;
    border-radius: 6px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.page-navi-btn::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.first-page-btn::after{
    content: '';
    background: url("../images/common/first-page-arrow.png") no-repeat 0 0 / cover;
    width: 12px;
    height: 10px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.prev-btn::after{
    content: '';
    background: url("../images/common/prev-arrow.png") no-repeat 0 0 / cover;
    width: 6px;
    height: 10px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.last-page-btn::after{
    content: '';
    background: url("../images/common/last-page-arrow.png") no-repeat 0 0 / cover;
    width: 12px;
    height: 10px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.next-btn::after{
    content: '';
    background: url("../images/common/next-arrow.png") no-repeat 0 0 / cover;
    width: 6px;
    height: 10px;
}

.main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a.on {
    border: 1px solid #1947C5;
    background: #1947C5;
    color: #fff;
}

/* hover media query */
@media (min-width: 1280px) {
    .main-container.sub > .left-side > .left-side-nav > .nav-dep1 > li > .nav-dep2 > li > a:hover{
        color: #1947C5;
        font-weight: bold;
    }
    .main-container.sub > .left-side > .quick-nav > ul > li > a:hover {
        border: 1px solid #D34F77;
        color: #D34F77;
    }

    .quick-nav-ENG>ul>li>a:hover{
        border: 1px solid #D34F77;
        color: #D34F77;
    }
}

/* media query */
@media (max-width: 1440px) {
    .header > .header-fixd > .header-sequence {
        transition: all 0.5s;
        padding: 0 15px;
    }
    
    .main-container.sub {
        padding: 0 15px;
    }
    
    .main-container.sub > .left-side {
        display: none;
    }

    .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;
	}

}

@media (max-width: 1300px) {
	.header .logo {
		background-size: 90%;
	}

	.header .headerIn {
		height: 70px;
	}

	.header .header-fixd .headerIn .topmenu>ul>.menu-var>a {
		width: 110px;
	}

	.header .header-fixd .headerIn .topmenu>ul>li~li>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>.menu>li {
        width: 100%;
    }

	.header .nav.mobile>.menu>li a {
		color: #333;
	}

	.header .nav.mobile .menu li .m_submenu {
        display: none;
        background-color: #E9F0F7;
        padding: 15px;
    }

	.header .nav.mobile>.menu>li>a {
        padding: 10px 0;
        position: relative;
        display: block;
    }

	.header .nav.mobile>.menu>li>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>.menu>li>a {
        position: relative;
		padding: 15px 40px 15px 22px !important;
		border-bottom: 1px solid #C4C4C4;
    }

	.header .nav.mobile>.menu>li:first-child>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>li>a::after {
		content: "+";
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 0px;
        right: -5px;
        transition: all 0.5s;
	}
	
	.header .nav.mobile .menu li .m_submenu .inner{
		float:unset !important;
	
	}

	.gnbDepth3Wrap {
		display: none;
		padding: 10px 0;
	}

	.nav.mobile .menu > li > a:hover {
		color: #1947C5;
		border-bottom: 1px solid #1947C5;
	}

	.nav.mobile .menu > li.active > a {
		background-color: #1947C5;
		color: #fff;
		font-weight: 800;
	}

	.header .nav.mobile>.menu>li>a:hover::after {
		border-color: #1947C5;
	}

	.header .nav.mobile>.menu>li.active > 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.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;
	}
	
	.gnbDepth2Wrap > li.active > a, .gnbDepth2Wrap > li.on > a {
		background-image:none;
	}
}

/* hover */
@media (min-width: 1280px) {
    .main-container.sub > .right-side > .notice-box > .notice-box-list > li > a.list-title:hover {
        color: #1947C5;
    }


    .main-container.sub > .right-side > .notice-box > .notice-box-navi > li > a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 768px) {
    .search-cont.sub > .searchBox {
        width: initial;
        min-width: initial;
    }
    /*.header > .header-fixd > .header-sequence > ul > li > a > i.home-btn {
        width: 14px;
        height: 14px;
    }*/
   /* .header > .header-fixd > .header-sequence > ul > li::after {
        margin: 0px 10px;
    }*/
    .header > .header-fixd > .header-sequence > ul > li > .sequence-dropdown-outer > button::after {
        width: 8px;
        height: 5px;
        margin-left: 8px;
    }

	.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;
	}

    .main-container.sub {
        margin: 16px auto 32px;
    }

    .main-container.sub > .right-side > .notice-box > .notice-box-top {
        display: block;
    }

    .main-container.sub > .right-side > .notice-box > .notice-box-top > .length-text {
        margin: 14px 0;
    }

    .search-cont.sub-ENG > .searchBox-ENG {
        width: 100%;
        min-width: 100%;
    }
    .textBox {
        width: 100%;
    }

    .searchBox .textBoxIn .inputBox input {
        padding: 0;
        width: 100%;
        padding: 0 0 0 15px;
        flex: 1;
    }
}

@media (max-width: 425px) {

    .header > .header-fixd > .header-sequence > ul > li > a > i.home-btn {
        width: 18px;
        height: 18px;
    }
    .main-container.sub > .right-side > .notice-box > .notice-box-list > li > a.list-title {
        font-size: 16px;
    }
    .main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box {
        margin-top: 14px;
    }
    .main-container.sub > .right-side > .notice-box > .notice-box-list > li > .subtext-box > span {
        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;
    }
    .listBox {
        width: auto;
    }
}
@media (max-width: 320px){
	.header > .header-fixd > .header-sequence > ul {
		display: flex;
		gap: 8px;
		align-items: center;
	}



}