@charset "utf-8";
#wrap {
    width: 100%;
	position: absolute;
    top: 0;
}

html, body {
	scroll-behavior: smooth;
	color: #303030;
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
}

/*
*:focus {
	outline: none;
}

*:focus:focus-visible {
	outline: 3px solid #E40000;
	border: 2px solid #fff;
	border-radius: 0.3rem;
	box-sizing: border-box;
	box-shadow: none;
	z-index: 1;
}
*/

::-webkit-scrollbar {
	width: 0.8rem;
	height: 0.2rem;
}

::-webkit-scrollbar-thumb {
	background: #003994;
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}

/* 폰트 */
.sub-title-01{font-size: 2.8rem; font-weight: 700; background: url(/static/nsh/img/bg-title.svg) no-repeat 0 50%; background-size:0.4rem auto; padding-left: 1.2rem;  margin-bottom: 0.8rem;}
.sub-title-02{font-size: 2.8rem; font-weight: 700; background: url(/static/nsh/img/bg-title.svg) no-repeat 0 50%; background-size:0.4rem auto; padding-left: 1.2rem;  margin-bottom: 2.4rem; margin-top: 8rem; line-height: initial; /*22.12.12*/}
.sub-title-02:first-of-type{margin-top: 0;}
.sub-title-02 span {position: relative;}
.sub-title-02 .sub {position: absolute; top: 4px; font-size: 14px; margin-left: 8px; color: #666; line-height: 2.4rem; font-weight: 300;} /*22.12.12*/
.sub-title-03{font-size: 2.8rem; font-weight: 700; no-repeat 0 50%; background-size:0.4rem auto; padding-left: 1.2rem;  margin-bottom: 2.4rem; margin-top: 8rem; line-height: initial; /*24.01.30*/}

@media only screen and (max-width: 600px) {
    .sub-title-01{font-size: 2.0rem; font-weight: 700; background: url(/static/nsh/img/bg-title.svg) no-repeat 0 0%; background-size:0.4rem auto; padding-left: 1.2rem;}
    .sub-title-02{font-size: 2.0rem; font-weight: 700; background: url(/static/nsh/img/bg-title.svg) no-repeat 0 0%; background-size:0.4rem auto; padding-left: 1.2rem; margin-bottom:1.5rem; margin-top:4rem;}
    .sub-title-02.flex {flex-wrap: wrap;} /*22.12.12*/
    .sub-title-02.flex div {margin-bottom: 1rem;} /*22.12.12*/
}

/* common */
.flex{display: flex;}
.flex-m-inline-table {display: flex;}
.flex-row {flex-direction: row !important;}
.flex-colum{flex-direction: column !important;}
.wrap{flex-wrap: wrap;}
.just-between{justify-content: space-between;}
.flex-bet-m-colum{justify-content: space-between;}
.just-center{justify-content:center;}
.align-center{align-items: center;}
.align-bottom{align-items: flex-end;}
.text-left{text-align: left !important;}
.row{width: 100%;max-width: 1390px; margin: 0 auto; }

input[type=checkbox] {
	width: 0rem;
	height: 0rem;
	position: absolute;
	margin-top: 0.81rem;
}

input[type=checkbox]+label {
	display: inline-flex;
	position: relative;
	height: 50px;
	cursor: pointer;
	align-items: center;
	vertical-align: middle;
	font-size: 14px;
	color: #333;
	line-height: 1.3;
}

input[type=checkbox]+label:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border: solid 1px #cad1da;
	background-color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 1;
	margin-right: 0.4rem;
	vertical-align: top;
	box-sizing: border-box;
	flex: none;
	border-radius: 10px;
}

input[type=checkbox]:checked+label:before {
	background: url(/static/nsh/img/ico-checked.svg) no-repeat;
	border: none;
	background-size: 2rem;
}

input[type=checkbox]:disabled+label:before {
	border: solid 0.1rem #dcdfe2;
	background-color: #f2f3f5;
	cursor: default;
}

input[type=checkbox]:disabled+label {
	cursor: default;
}

input[type=checkbox]:focus:focus-visible{
	outline: 3px dashed #E40000;
	border: 2px solid #fff !important;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
}

input[type=checkbox]:focus:focus-visible{
	outline: 0px dashed #E40000;
	border: 0px solid #fff !important;
}

input[type=checkbox]:focus:focus-visible+label:before{
	outline: 3px dashed #E40000;
	border: 2px solid #fff !important;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
}

/* 상단 헤더*/
#header-gnb {
	display: block !important;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.05);
	position: relative;
	background-color: #fff;
	height: 60px;
    padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}

#header-gnb-gnb:after {
    content: "";
    width: 100%;
    height: 0.1rem;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}

#header-gnb h1 {
	transition: all 0.8s ease;
}

#header-gnb h1 a {
	display: flex;
}

#header-gnb h1 a img {
	width: 242px;
	height: 45px;
}

#header-gnb.load {
	transform: translateY(0%);
	opacity: 1;
}

#header-gnb > .row {
	display: flex;
	flex-direction: row;
	transition: all 0.4s ease;
}

#header-gnb > .row h1 {
	display: flex;
	align-items: center;
}

#header-gnb.nav-down {

}
#header-gnb.nav-down  .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#header-gnb.nav-down h1 {
	opacity: 1;
}

#header-gnb.nav-up {
	transform: translateY(-100%);
	background: none
}

#header-gnb.nav-default {
	background: none;
	box-shadow: none;
}

#header-gnb.nav-default .row {
	padding-top: 4.3rem !important;
}

#header-gnb.nav-default .row {

}

#header-gnb .gnb {
	display: flex;
	margin-left: 9.5rem;
	width: 75%;
}

#header-gnb .gnb>li {
	display: flex;
	align-items: center;
	width: 100%;
}

#header-gnb .gnb>li:first-child {
	margin: 0;
}

#header-gnb .gnb>li>a {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 77px;
    font-size: 22px;
    color: #3a3a3a;
    font-weight: 700;
    letter-spacing: -0.1rem;
    transform: rotate(0.03deg);
}

#header-gnb .gnb>li>a:after {
	content: "";
	width: 70%;
	height: 0.2rem;
	background: #003994;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease;
	width: 0;
}

#header-gnb .gnb>li>a:hover {
	color: #003994;
}

#header-gnb .gnb>li>a:hover::after {
	width: 100%;
}

#header-gnb .gnb>li>a.on:before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #003994;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease;
}

#header-gnb .gnb>li.active {

}

#header-gnb .gnb>li.active>a {
	color: #003994;
}

#header-gnb .gnb>li.active>a:after {

}

#header-gnb .menu-right {
	margin-left: auto;
	display: none;
	align-items: center;
}

#header-gnb .menu-right a {
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}

#header-gnb .menu-right a.btn-all-menu img {
	margin-right: 0.8rem;
}

#header-gnb .menu-right span {
	display: inline-flex;
	width: 0.1rem;
	height: 2.4rem;
	background-color: #ddd;
	margin: 0 1.5rem;
}

#header-gnb .menu-right a.btn-m-menu {
	display: none;
}

#header-gnb .menu-right a img {
	width: 2.4rem;
	height: 2.4rem;
}

#header-gnb.has-scrolled.nav-down {
	background-color: #000;
}

#header-gnb.has-scrolled .gnb ul li a {
	color: #fff;
}

#header-gnb.has-scrolled .gnb ul li a:hover:after {
	background-color: #fff;
}

#header-gnb.has-scrolled .gnb ul li.active a:after {
	background-color: #fff;
}

#header-gnb.has-scrolled h1 a {
	background: url(../img/Logo_TETRAFIELDJEJU_w.svg) no-repeat 0 0;
}

#header-gnb.has-scrolled h1 a img {
	opacity: 0;
}

#header .hMain.newMain {
	/*position: relative;*/
	width: 1390px;
    padding: 0;
    margin: 40px auto 10px auto;
    overflow: hidden;
    background-color: #f4f4f4;
    display: flex;
    justify-content: space-evenly;
	border-radius: 10px;
	border: 3px solid #164d7e;
    box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
}

#header .hMain.newMain .search_box_title{
	width: 100%;
	position: relative;
    margin: 0 auto;
	background-color: #164d7e;
	height: 127px;
}

#header .hMain.newMain .search_box_title h2{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: transparent;
	background: url(../images/search_title_bg.png) no-repeat;
    z-index: 1;
	font-size: 50px;
	height: 100%;
	color: #fff;
}

#header .hMain.newMain .search_box_mark{
	width: 1130px;
    margin: 0 auto;
	margin: 30px 0;
}
#header .hMain.newMain .search_box_detail{
	width: 1067px;
    margin: 0 auto;
}

#header .hMain.newMain .search_chang {
	width: 600px;
	height: 47px;
	margin: 0 0 0 38px;
	border-radius: 10px;
	background-color: #fff;
}

#header .hMain.newMain .search_chang .sc_input{
	width: 92%;
	padding: 14px 5px;
	margin-left: 5px;
	font-size: 16px;
	outline: none;	
	box-sizing: border-box;
}

/* 검색창 포커스 라인 수정 20260520 */
#header .hMain.newMain .search_chang .sc_input:focus {
	outline: none;
}
#header .hMain.newMain .search_chang:focus-within {
	outline: 2px solid #004f96;
	outline-offset: 2px;
}

#header .hMain.newMain .search_chang .search_arrow, #header .hMain.newMain .search_chang .search_arrow_off {
	margin: 15px 0;
}

#header .hMain.newMain .search_chang .search_arrow > a, #header .hMain.newMain .search_chang .search_arrow_off > a {
	margin: 4px;
    background-color: #375067;
    padding: 17.5px 11px;
    border-radius: 0 10px 10px 0;
}

#header .hMain.newMain .rcmdResult {
	top: 463px;
	width: 563px;
}

#header .hMain.newMain .search, #header .hMain.newMain .detatil_search {
	width: 10%;
    margin: 0 0 0 12px;
}

#header .hMain.newMain .search input, #header .hMain.newMain .detatil_search input {
	height: 50px;
	border-radius: 10px;
}

#header .hMain.newMain .result_chang {
	width: 160px;
	background-color: transparent;
	margin: 0;
	font-size: 14px;
	margin: 0 0 0 12px;
}

#relation {
	display: none;
}

#search_second {
	padding: 10px 0;
}

#contents {
	border-top:transparent;
}

.detail_wrap {
	border-bottom: none;
    background-color: transparent;
}

.detail_wrap .Fdetail {
	width: 1158px;
	padding: 0 5px 30px 5px;
}

.detail_wrap .Fdetail > ul {
	overflow: visible;
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.detail_wrap .Fdetail .detail_title {
	margin-left: 10px;
	width: 100%;
	position: relative;
}

.detail_wrap .Fdetail .detail_title > a {
	width: 320px;
	color: #666;
    font-weight: bold;
    padding: 25px 17px;
    border: 1px solid #cad1da;
    display: block;
    line-height: 6px;
    box-sizing: border-box;
    margin: 1px;
	border-radius: 10px;
	background: #fff;
}

.detail_wrap .Fdetail .detail_title > a:hover {
	border: 3px dashed #004f96;
	box-sizing: content-box;
	padding:23px 15px;
	width: 283px;
}

.detail_wrap .Fdetail .detail_title > a.search_year {
	width: 1030px;
}

.detail_wrap .Fdetail .detail_title > a.search_year:hover {
	box-sizing: content-box;
	padding:23px 15px;
	width: 995px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic {
	border: none;
    padding: 7px 10px;
    position: absolute;
    top: 4px;
    background-color:transparent;
    width: auto;
    font-size: 14px;
    line-height: 25px;
    z-index: 10;
    margin-left: 65px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic > ul {
	display: flex;
	justify-content: space-evenly;
	width: 230px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic > ul li a {
	padding: 5px 10px;
    border: 1px solid #cad1da;
    border-radius: 8px;
    margin: 1px;
    display: block;
	width: 60px;
    text-align: center;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic > ul li a:hover {
	background-color: #004f96;
	color: #fff;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic.detail_year {
	top: 2px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic.detail_year > ul {
	width: 1000px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic.detail_year > ul li.box_calendar {
	width: 560px;
}

.detail_wrap .Fdetail .detail_title .detail_box_basic.detail_year > ul li a {
	width: 40px;
}

.detail_wrap .Fdetail .detail_title .detail_box_period .detail_calendar {
	display: flex;
	border-top:transparent;
	justify-content: space-between;
	width: 480px;
}

.detail_wrap .Fdetail .detail_title .detail_box_period .detail_calendar > p {
	display: flex;
    align-items: center;
}

.detail_wrap .Fdetail .detail_title .detail_box_period .detail_calendar .calendar_search input[type="text"] {
	width: 140px;
}

.detail_wrap .Fdetail .detail_title .detail_box_period .detail_calendar .calendar_search.search_btn {
	width: 100px;	
}

.nav-area {
	width: 100%;
	/*background-color: #fff;*/
	z-index: 60;
	display: none;
}

.nav-area.active {
	display: block;
}

.nav-area .nav-overay {
	position: fixed;
	background: #000;
	opacity: 0.5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	z-index: 10;
}

.nav-block {
	display: none;
	width: 100%;
	position: absolute;
	top: 6rem;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 10;
	border-top: 1px solid #dcdcdc;
	transition: all 1800ms;
}

.nav-block::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: #f4f4f4;
	z-index: 0;
	left: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.02);
}

.nav-block::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: #fff;
	z-index: -1;
	right: 0;
	top: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.02);
}

.nav-block.active {
	display: flex;
}

/*.nav-block .row::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #FAFAFA;
	z-index: 0;
	right: 110rem;
}

.nav-block .row::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: -1;
	left: 110rem;
}*/

.nav-block .row {
	display: flex;
	position: relative;
	align-items: flex-start;
	background-color: #fff;
	max-width: 1630px;
	left: 120px;
}

.nav-block .nav-title {
	position: relative;
	z-index: 10;
	width: 200px;
    margin-top: 20px;
    flex: none;
}

.nav-block .nav-title h2 {
	font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 30px;
}

.nav-block .nav-title h2::before {
	content: "";
    display: flex;
    background: #003994;
    width: 63px;
    height: 0.2rem;
	top: 25px;
	position: absolute;
	margin-top: 14px;
}

.nav-block .nav-title .ico img {
	width: 14rem;
}

.nav-block .nav-list {
	padding: 15px 10px;
	padding-bottom: 0;
	padding-right: 0;
	display: flex;
	flex-wrap: wrap;
}

.nav-block.first-gnb .nav-list dl {
	margin-bottom: 3rem;
}

.nav-block .nav-list dl {
	width: 265px;
    margin-bottom: 45px;
    margin-right: 15px !important;
    margin-top: 0 !important;
}

.nav-block .nav-list dl.wide {
	width: 34rem;
	justify-content: space-between;
	flex-direction: row;
}

.nav-block .nav-list dl.wide.mr0 {
	margin-right: 0;
}

.nav-block .nav-list dl.wide dd {
	display: inline-flex;
}

.nav-block .nav-list dl.wide+dl {
	margin-right: 0;
}

.nav-block .nav-list dl.wide+dl+dl {
	margin-right: 2rem;
}

/*.nav-block .nav-list dl:nth-of-type(4n+4) {
	margin-right: 0;
}*/

.nav-block .nav-list dl a::before {
	content: "";
	display: inline-flex;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #4d698c;
	border-radius: 50%;
	margin-right: 0.5rem;
	transform: translateY(5px);
	flex: none;
}

.nav-block .nav-list dl dt {
	border: 0.1rem solid #ddd;
	letter-spacing: -0.1rem;
}

.nav-block .nav-list dl dt a {
	font-size: 16px;
	/*color: #333;*/
	color: #fff !important;
	font-weight: bold;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	/*background-color: #ddd;*/
	background-color: #375067;
}

.nav-block .nav-list dl dt a.active {
	/* background-color: #003994; */
	color: #000;
}

.nav-block .nav-list dl dt a.active::before {
	background-color: #fff;
}

.nav-block .nav-list dl dt a::before {
	content: "";
	display: none;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #003994;
	border-radius: 50%;
	margin-right: 0.5rem;
	transform: translateY(0);
	flex: none;
}

.nav-block.first-gnb .nav-list dl dd a {
	margin-top: 1rem;
}

.nav-block .nav-list dl dd a {
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
	line-height: 15px;
	letter-spacing: -0.05rem;
	font-size: 15px;
	color: #000;
}

.nav-block .nav-list dl dd a.active {
	color: #003994;
	font-weight: 500;
}

.nav-block .nav-list dl .flex {
	display: inline-flex;
	flex-direction: column;
	width: 48%;
}

.nav-block .nav-list dl .flex:last-of-type {
	margin-left: 1.5rem;
}

.top-aside{background: #164d7e; color: #fff; font-weight: 700; font-size: 16px;}
.top-aside a{color: #333; font-size: 16px; font-weight: 700; transform: rotate(-0.02deg);}
.top-aside .row{display: flex; justify-content: space-between; height: 55px; box-sizing: border-box;}
.top-aside .aside-left{display: flex;}
.top-aside .aside-left li img{margin-right: 0.4rem;}
.top-aside .aside-left li a{display: flex; align-items: center; height: 60%; line-height: 100%; padding: 0 15px;}
.top-aside .aside-left li a img{margin-left: 0.4rem; transform: translateY(0.1rem);}
.top-aside .aside-left li{display: flex; align-items: center; position: relative;}
.top-aside .aside-left li.active{background-color: #fff; border: 1px solid #ddd; border-top: none; border-bottom: none;}
.top-aside .aside-left li.active:after{content: ""; display: block; width: 100%; height: 0.2rem; background-color: #fff; position: absolute; bottom: -0.1rem;}
.top-aside .aside-left li::before{content: ""; display: inline-flex; width: 0.1rem; height:1.6rem; background-color: #ddd; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.top-aside .aside-left li:first-of-type:before{display: none;}
.top-aside .aside-left li.active::before{display: none;}
.top-aside .aside-left li.active + li::before{display: none;}

.sub-visual {
    height: 12.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #333;
    font-weight: 700;
    position: relative;
    transform: rotate(-0.03deg);
}

.sub-visual:after {
	content: "";
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	left: 0;
	top: 0;
	position: absolute;
}

.sub-visual.visual-01 {
	/*background: url(../img/bg-cate-01.png) no-repeat;*/
	/*background: url(/static/nsh/img/bg-cate-04.png) no-repeat;    */
	/*background-size: cover;*/
	background-size: 100% 100%;
}

.sub-visual.visual-02 {
	/*background: url(../img/bg-cate-02.png) no-repeat;*/
	background: url(/static/nsh/img/bg-cate-04.png) no-repeat; 
	background-size: cover;
}

.sub-visual.visual-03 {
	/*background: url(../img/bg-cate-03.png) no-repeat;*/
	background: url(/static/nsh/img/bg-cate-04.png) no-repeat; 
	background-size: cover;
}

.sub-visual.visual-04 {
	/*background: url(../img/bg-cate-03.png) no-repeat;*/
	background: url(/static/nsh/img/bg-cate-04.png) no-repeat; 
	background-size: cover;
}

.sub-visual.visual-05 {
	/*background: url(../img/bg-cate-03.png) no-repeat;*/
	background: url(/static/nsh/img/bg-cate-04.png) no-repeat; 
	background-size: cover;
}

.sub-visual.visual-help {
	background: url(/static/nsh/img/bg-cate-help.png) no-repeat;
	background-size: cover;
}

.sub-visual h2 {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 270px;
    height: 100%;
    /* background-color: rgba(22, 77, 126, 0.8); */
    background-color: transparent;
    height: 90px;
    z-index: 1;
    border-bottom: 4px solid #164d7e;
}