@charset "utf-8";

/* 전체 스크롤바 custom */
* {
	scrollbar-width: auto;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background-color:rgba(0,0,0,.03);
	border-radius: 6px;
}
::-webkit-scrollbar-thumb {
	background: #d7d7d7;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
	background: #bbb;
}



body ,
body * {
    font-size:1.6rem
}
.logo {}
.logo * {
    font-family: "GmarketSans";
    font-size: 1.8rem;
    color: #256b94;
}
.logo a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo a img {
    margin-right: .9rem;
}
.logo a b {
    font-weight: 500;
	position:relative;
	top:.3rem;
}
.logo a span {
    font-weight: 300;
	position:relative;
	top:.3rem;
}
header {
    z-index: 11;
    position: fixed;
    width: 100%;
}
.header_wrap2 {
    height: 65px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 35px;
}
.header_wrap2 .search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap2 .search .inputbox {
    position: relative;
    margin-right: 30px;
}
.header_wrap2 .search .inputbox .btn_search {
    position: absolute;
    right: 15px;
    top: 14px;
}
.header_wrap2 .search .inputbox .btn_search img {
    width: 17px;
	margin-top:2px;
	filter: invert(12%) sepia(49%) saturate(574%) hue-rotate(177deg) brightness(98%) contrast(95%);
}
.header_wrap2 .search .inputbox input {
    width: 325px;
    border: 1px solid #a2a7ae;
    height: 46px;
    text-indent: 15px;
}
.header_wrap2 .search .inputbox input::placeholder {
    font-size:13px;
    color: #767676;	
    font-family: "ntsd";
	letter-spacing:0;
}
.btn_dongbuk img {
    height: 17px;
}
.btn_name_select {
	line-height:1;
}
.btn_name_select span {
    text-decoration: underline;
	font-size:13px;
	font-family:ntsr;
}
.btn_name_select img {
    margin-left: 1rem;
}

/* .leftmenu */
.leftmenu {
    background: #edeff2;
    width: 37.5rem;
    position: fixed;
    top: 10.5rem;
    left: 0;
    box-shadow: 1.7rem 0 3.2rem rgba(0,0,0,0.1);
    z-index: 1;
    transition-duration: .4s;
}
.leftmenu.closed {
    left: -37rem;
}
.leftmenu .left {
    display: block;
}
.leftmenu .right {
    display: none;
}
.leftmenu.closed .left {
    display: none;
}
.leftmenu.closed .right {
    display: block;
}
.leftmenu_inner {
    position: relative;
    text-align: center;
    height: calc(100% - 7.7rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 4rem;
    padding-left: 2rem;
}
.leftmenu_toggle {
    width: 1.5rem;
    height: 8.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -1.5rem;
    top: 50%;
	margin-top:-6.25rem;
    background:#edeff2;
    box-shadow: 1.7rem 0 3.2rem rgba(0,0,0,0.1);
    border-radius: 0 4rem 4rem 0;
}
.leftmenu_toggle img {
    opacity: 0.5;
}
.leftmenu h2 * {
    font-size: 2.3rem;
}
.leftmenu h2 {
    margin-bottom: 3rem;
    padding: 0 2rem 0 0;
}
.leftmenu h2 b {
    font-family: "ntsb";
	padding-right:.5rem;
}
.leftmenu h2 span {
    font-family: "ntst";
	letter-spacing:-0.04em;
	color:#555;
    font-size: 2.2rem;
}
.leftmenu .items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
}
.leftmenu .items .item {
    display: block;
    min-width: 16rem;
    width: 16rem;
}
.leftmenu .items .item .img {
    height: 10rem;
    border: 1px solid #bdbdbd;
    margin-bottom: 1rem;
}
.leftmenu .items .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leftmenu .items .item .name {
    font-size: 1.4rem;
	letter-spacing:-0.03em;
    margin-bottom:0.2rem;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftmenu .items .item .info {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftmenu .items .item .info span {
	font-size:1.2rem;	
	color:#444;
    font-family: "ntsl";
}
.leftmenu .items .item .info span:after {
	content:'';
	display:inline-block;
	width:1px;
	height:1rem;
	background:#bbb;
	margin:0 .6rem;
	position:relative;
	top:1px;
}
.leftmenu .items .item .info span:last-child:after {
	display:none;
}
.pagingbox {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:4rem;
    margin-top: 1rem;
}
.pagingbox button img {
    width: 0.7rem;
}
.pagingbox .btn_prev {
    padding: 0 1rem 0 0;
    margin: 0 1rem 0 0;
}/*240229*/
.pagingbox .btn_next {
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
}/*240229*/
.pagingbox .info {
	margin: 0 2rem 0 0;
}/*240229*/
.pagingbox .info b {
    font-family: Arial, Helvetica, sans-serif;
	font-size:1.5rem;
	font-weight:bold;
}/*240229*/
.pagingbox .info span {
    font-family: "ntsr";
	font-size:1.4rem;
}
.pagingbox .paging {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagingbox .paging input {
    width: 3.5rem;
    height: 3.5rem;
    background: #edeff2;
    border: 1px solid #cdcdce;
    border-radius: 0.3rem;
    text-align: center;
    text-indent: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size:1.4rem;
}
.pagingbox .paging span {
    padding: 0 0.6rem;
    font-family: Arial, Helvetica, sans-serif;
	font-size:1.4rem;
    color: #aaa;
}

.pagingbox .paging .total {
    font-family: Arial, Helvetica, sans-serif;
	font-size:1.4rem;
    color: #333;
}
.pagingbox .btn_go {
    background: linear-gradient(to top, rgba(0,0,0,0.03), #fff);
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    color: #424a7a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
}
.pagingbox .btn_go span {
    text-decoration: underline;
    font-size: 1.2rem;
    position: relative;
    top: -0.1rem;
    font-family: "ntsm";
}
.pagingbox .btn_xls {
    background: #0f9d58;
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
	margin:0 0 0 2rem;
}/*240229*/
.pagingbox .btn_xls img {
    width: 1.8rem;
	filter: invert(100%);
}
.map_container {
    position: relative;
}
.map_container.center .btmbox {
    left: calc((100% - 36rem) / 2)
}/*240306*/

.map_container .btmbox {
    position: fixed;
    /*width: 100%;*/
    bottom: 3.5rem;
    left: calc((100% + 1.5rem) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    animation:fadeInslide 1s ease-in-out;
    transition-duration:.4s;
}/*240306*/
@keyframes fadeInslide {
    0% {
        opacity: 0;
        bottom:-30rem;
    }
    100% {
        opacity: 1;
        bottom: 3.5rem;
    }
}

.map_container .btmbox .btn_common {
    background: #424a7a;
    width: 17.5rem;
    height: 4.8rem;
    border-radius: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_container .btmbox .btn_common span {
    color: #fff;
    font-size: 1.4rem;
    font-family: "ntsm";
    margin-left: 1rem;
	letter-spacing:0;
}
.map_container .btmbox .btn_common img {
    width: 1.5rem;
	filter: invert(100%);
}
.map_container .btmbox .btn_common.closeArea {
    display: none;
}
.map_container .btmbox .btn_common.closeArea img {
	height:1.2rem;
}
.map_container .search_info {
    position: absolute;
    top: -10rem;
    background: rgba(255,255,255,0.85);
    padding: 1.7rem 2.3rem;
    justify-content: flex-start;
    align-items: center;
    border-radius: 2.5rem;
    display: none;
}
.map_container .search_info p {
    text-align: left;
    font-size: 1.2rem;
	font-family: "ntsd";
}
.map_container .search_info .btn_red {
    background: #37332d;
    width: 5.5rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    margin-left: 1rem;
}
.map_container .search_info .btn_red img {
    width: 1.6rem;
	filter: invert(59%) sepia(57%) saturate(6121%) hue-rotate(350deg) brightness(104%) contrast(103%);
}

.popup {
    width: 100%;
    height: calc(100% - 10.5rem);
    top: 10.5rem;
    position: fixed;
    left: 0;
    z-index: 10;
    display: none;
    transition-duration: .4s;
    animation: showPopup .4s ease-in-out;
}
@keyframes showPopup {
    0% {
        opacity: 0;
        translate: 0 200%;
    }
    100% {
        opacity: 1;
        translate: 0;
    }
}
.popup .bg {
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration:.4s;
}
.popup .content {
    position: relative;
    max-width: 770px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #f7f8fb;
    z-index: 1;
    transition-duration:.4s;
    top: 0;
}
.popup .content .sidebtn {
    position: absolute;
    top: 50%;
    width: 100%;
}
.popup .content .sidebtn button {
    opacity: 0.4;
}
.popup .content .sidebtn button.active {
    opacity: 1;
}
.popup .content .sidebtn button.prev {
    position: absolute;
    left: -7rem;
}
.popup .content .sidebtn button.next {
    position: absolute;
    right: -7rem;
}
.popup .content .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #f7f8fb;
    width: 4rem;
    height: 4rem;
    border-radius: 1px;
}
.popup .content .close img {}
.popup .content h3 {
    text-align: center;
    font-size: 2.4rem;
    font-family: "ntsb";
    padding-bottom:1rem;
	letter-spacing:-0.04em;
	word-break:keep-all;
}
.popup.keyword .content h3 {
    padding: 3.5rem 0 1rem 0;
}/*240301*/
.popup .content .subtext {
    text-align: center;
    font-size: 1.5rem;
    font-family: "ntsd";
    text-transform: uppercase;
    padding-bottom: 3.3rem;
	word-break:keep-all;
}
.popup .content .img_map {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
}
.popup .content .img_map img {
    max-width: 100%;
	max-height: 250px;
}
.btn_view_doc_outer {
    text-align: center;
}
.popup .content .btn_view_doc {
    display: inline-block;
    color: #fff;
    background: #4d89db;
    border-radius:4rem;
    margin:0 auto;
    padding: 1.8rem 2.5rem;
}
.popup .content .btn_view_doc b {
	font-weight:normal;
    font-family: "ntsm";
    font-size: 1.5rem;
}
.popup .content .btn_view_doc span {
    font-family: "ntsl";
    font-size: 1.5rem;
}
.popup .content .infotable {
    margin-top: 4rem;
}
.popup .content .infotable .line {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0 2rem;
    padding: 0 0 1.2rem;
}
.popup .content .infotable .line>div {
    width: 50%;
    border-bottom: 1px solid #d3d3d4;
    padding-bottom: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.popup .content .infotable .line>div.long {
    width: 100%;
}/*240229*/
.popup .content .infotable .line .name {
    font-family: "ntsd";
    min-width: 8.5rem;
	font-size:1.4rem;
	color:#666;
}
.popup .content .infotable .line .info {
    font-family: "ntsd";
	font-size:1.4rem;
	letter-spacing:0;
	word-break:keep-all;
}
.popup .content .infotable .line>div.long .info {
    line-height:1.6;
	position:relative;
	top:-.2rem;
}/*240229*/
.popup .content .detail {
    padding-top: 3rem;
    line-height: 2;
    font-family: "ntsd";
	letter-spacing:0;
	font-size:1.4rem;
	word-break:keep-all;
	white-space: pre-line;
}
.popup .content .detail-info {
    margin-top: 3rem;
	padding:1.2rem 1.5rem;
	background:#e1e4ec;
	color:#1b3065;
    line-height: 1.4;
    font-family: "ntsl";
	letter-spacing:0;
	font-size:1.2rem;
	word-break:keep-all;
	display:flex;
}/*240222*/
.popup .content .detail-info:before {
	content:'';
	background:url(../images/common/ico_info.svg) left top no-repeat;
	filter: invert(50%) sepia(100%) saturate(1538%) hue-rotate(193deg) brightness(91%) contrast(87%);
	width:2rem;
	height:2rem;
	background-size:2rem;
	margin-right:1rem;
}/*240222*/

.popup.keyword .content {
    max-width: 1240px;
}
.popup.keyword .content .scrollarea {
    padding: 0 2rem 5rem;
}/*240301*/
.popup .content .filter {
	margin:4rem auto 5rem;
	max-width:980px;
}
.popup .content .filter ul {
	display:flex; 
	flex-wrap:wrap;
}
.popup .content .filter ul li {
	width:7.1428%;
}
.popup .content .filter ul li a {
	display:flex;
	justify-content: center;
	padding:2rem 0;
	font-size:1.6rem;
	border:1px solid #ddd;
	border-width:1px 0 1px 1px;
	font-family:'ntsd';
	background:rgba(255,255,255,.2);
	color:#222;
}
.popup .content .filter ul li a:hover {
	background:rgba(255,255,255,1);
	transition:all 0.3s;
}
.popup .content .filter ul li:last-child a {
	border-width:1px;
}
.popup .content .filter ul li a.on {
	background:#424a7a; 
	border-color:#424a7a;
	font-size:1.6rem; 
	color:#fff; 
}

.popup .content .filter-list {
	margin:0 auto 3rem;
	max-width:980px;
}
.popup .content .filter-list ul {
	display:flex; 
	flex-wrap:wrap;
}
.popup .content .filter-list ul li {
	width:20%;
	padding: 1.25rem 1.5rem;
    background: url(../images/common/paging_next.svg) left top 6px/4px auto no-repeat;
	background-position: 0 2rem;
	display:flex;
    align-items: flex-start;
	border-bottom:1px solid #ddd;
	position:relative;
} /*240308*/
.popup .content .filter-list ul li a {
	color:#222; 
	font-size:1.5rem; 
	line-height:1.4; 
	word-break:keep-all;
	letter-spacing:0;
}
.popup .content .filter-list ul li a p {
	overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word; text-overflow:ellipsis;
	padding-right:1rem;
} /*240308*/

/*//240308 팝업레이어 추가*/
.popup .content .filter-list ul li a.popup-btn-more {
	width:1.8rem;
	height:1.8rem;
	border-radius:.9rem;
	font-size:0;
	position:absolute;
	right:.9rem;
	bottom:1.4rem;
	background-color:#59bada;
	background-image:url(../images/common/ico_more.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:1rem;
} 
.popup-more {
	display:none;
	position: absolute; 
	top: calc(100% - .8rem); 
	left: 50%; 
	border: 1px solid #ddd;
	box-shadow: .5rem .7rem .6rem rgba(0,0,0,.18);
	box-sizing: border-box;
	background-color: #fff;
	width: 32rem;
	padding: 1.5rem 4rem 1.5rem 1.5rem;
	transform: translateX(-50%);
	font-size: 1.4rem; 
	line-height: 1.4; 
	font-weight: 300; 
	color: #1e1e1e; 
	letter-spacing:0; 
	cursor:auto;
	z-index: 10;
}
.popup-more.active {
	display: block;
}
.popup .content .filter-list ul li:nth-child(5n-4) .popup-more {
	left: 0;
	transform: translateX(0);
}
.popup .content .filter-list ul li:nth-child(5n) .popup-more {
	left: auto;
	right: 0;
	transform: translateX(0);
}
.popup-more .popup-more-close {
	position:absolute; 
	right:.8rem; 
	top:1.3rem; 
	width:2.2rem; 
	height:2.2rem; 
	background-color:#fff;
	background-image:url(../images/common/ico_close.svg); 
	background-repeat:no-repeat;
	background-position:center;
	background-size:1rem;
	border:1px solid #ddd; 
	border-radius:.5rem;
	font-size:0 !important;
}
.popup-more:before {
	content: ''; 
	position: absolute; 
	top: -8px; 
	left: 50%;
	border-bottom: 8px solid #d3d3d3;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: -6px;
}
.popup-more:after {
	content: '';
	position: absolute; 
	top: -6px; 
	left: 50%;
	border-bottom: 6px solid #fff;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin-left: -4px;
}
.popup-more span {
	color:#666;
	font-family:ntsl;
	font-size:.8em;
	word-break:keep-all;
}
.popup-more span:after {
	content:''; 
	display:inline-block; 
	margin:0 .7rem; 
	width:1px; 
	height:1rem; 
	background:#bbb;
}
.popup-more span:last-child:after {
	display:none;
}
/*240308//*/

.popup .content .filter-list ul li a p span {
	color:#666;
	font-family:ntsl;
	font-size:.8em;
}
.popup .content .filter-list ul li a p span:after {
	content:''; 
	display:inline-block; 
	margin:0 .7rem; 
	width:1px; 
	height:1rem; 
	background:#bbb;
}
.popup .content .filter-list ul li a p span:last-child:after {
	display:none;
}

.scrollarea {
    overflow: auto;
    height:100%;
    padding: 5rem 8rem;
    scroll-behavior: smooth;
}/*240301*/
#googleMap {
    position: fixed !important;
	top:10.5rem;
    width: 100%;
    height: calc(100% - 10.5rem);
    /* z-index: -1; */
}/*240229*/
#googleMap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.view_tablet {
    display: none;
}
.view_pc {
    display: block;
}
.view_menu_tablet{
    display: none;
}
.topbar{
    display: none;
}

@media all and (max-width : 1500px){
	.map_container .btmbox .btn_common {
		height: 4.6rem;
	}
}

/* tablet */
.tablet__device header {
    min-height: 6.5rem;
    max-height: 6.5rem;
}
.tablet__device .header_wrap {
    display: none;
}
.tablet__device .header_wrap2 {
    height: 100%;
    min-height: 65px;
    background: #424a7a;
    padding-right: 5px;
    padding-left: 15px;
}
.tablet__device .logo a * {
    font-size:12px;
    color: #fff;
}
.tablet__device .view_tablet{
    display: block;
}
.tablet__device .view_pc {
    display: none;
}
.tablet__device .header_wrap2 .search .inputbox input {
    background: #424a7a;
    color: #fff;
    border-radius: 3rem;
}
.tablet__device .btn_name_select span{
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.tablet__device .btn_name_select img {
    display: none;
}
.tablet__device .btn_menu {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tablet__device .btn_menu img {
}
.tablet__device .btn_menu.view_tablet .ico_menu {
    width: 16px;
}
.tablet__device .btn_menu.view_tablet .ico_menu_close {
    display: none;
    width: 15px;
	filter: invert(100%);
}
.tablet__device .btn_menu.active .ico_menu {
    display: none;
}
.tablet__device .btn_menu.active .ico_menu_close {
    display: block;
}
.tablet__device .header_wrap2 .search .inputbox {
    margin-right: 1.5rem;
}
.tablet__device .view_menu_tablet {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    height: calc(100% - 65px);
    display: none;
    z-index: 100;
    transition-duration:.4s;
    opacity: 0;
    animation:showDelayMenu .4s ease-in-out
}
.tablet__device .view_menu_tablet.active {
    display: block;
    opacity: 1;
}
@keyframes showDelayMenu {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tablet__device .view_menu_tablet .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.tablet__device .view_menu_tablet .content {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
}
.tablet__device .view_menu_tablet .content a {
    background: #fff;
    width: 100%;
    height: 4.8rem;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "ntsr";
}
.tablet__device .view_menu_tablet .content a:last-child {
    border-bottom: 0;
}
.tablet__device .view_menu_tablet .content a img {
    height: 1.5rem;
}

.tablet__device .leftmenu {
    width: 100%;
    top:auto;
    bottom: -49rem;
    background: #fff;
    transition-duration: .2s;
    padding-top: 4rem;
    height: 49rem;
}/*240305*/
.tablet__device .leftmenu.active {
    bottom:0;
}
.tablet__device .leftmenu_toggle{
    display: none;
}
.tablet__device .pagingbox {
    padding-bottom: 1rem;
}
.tablet__device .pagingbox * {
    font-size: 1.2rem;
}
.tablet__device .pagingbox .paging input{
    background: #fff;
    width: 3rem;
    height: 3rem;
}
.tablet__device .pagingbox .paging .total{
    font-size: 1.2rem;
}
.tablet__device .pagingbox .btn_xls{
    width: 3rem;
    height: 3rem;
}
.tablet__device .leftmenu_inner {
    height: calc(100% - 7.3rem);
    padding:1rem 4rem;
}
.tablet__device .topbar {
    height: 4rem;
    top:0;
    position: absolute;
    width: 100%;
    display: block;
    z-index:10;
}
.tablet__device .topbar span {
    display: block;
    width: 6.6rem;
    height: 0.5rem;
    background: #d9d9d9;
    border-radius: 0.5rem;
    top: 1.5rem;
    left:calc(50% - 3.3rem);
    margin: 0 auto;
    position: absolute;
}
.tablet__device .leftmenu .items .item .name {
    font-size: 1.5rem;
}
.tablet__device .leftmenu .items .item .info {
    font-size: 1.1rem;
}
.tablet__device .map_container .btmbox {
    bottom: 22rem !important;
    width: auto;
    right: 50%;
	margin-right:-16rem;
    left: auto;
}/*240305*/
.tablet__device .map_container #btmbox.active {
    bottom:71rem !important;
}
.tablet__device .map_container .search_info {
    top: -95px;
}
.tablet__device .map_container .btmbox .btn_common {
    width: 155px;
    height: 42px;
}
.tablet__device .map_container .btmbox .btn_common span {
    font-size: 13px;
}
.tablet__device .map_container .search_info {
}
.tablet__device .map_container .search_info .btn_red{
    width: 5.5rem;
    height: 4.5rem;
    margin-left: 0.7rem;
}
.tablet__device .map_container .search_info .btn_red img{
    width: 1.6rem;
}
.tablet__device .map_container .search_info p {
    font-size: 1.2rem;
}
.tablet__device .leftmenu .items .item {
    min-width: auto;
    width: calc(25% - 1.2rem);
}
.tablet__device .leftmenu .items .item .img {
    height: 10.2rem;
}
.tablet__device .popup .content .sidebtn button.prev{
    position: absolute;
    left: 2rem;
}
.tablet__device .popup .content .sidebtn button.next{
    position: absolute;
    right: 2rem;
}

@media screen and (max-width:1023px){
	/*.map_container .btmbox {
		left: 17%
	} 240306*/
    .popup .content .sidebtn button.prev{
        position: absolute;
        left: -5rem;
    }
    .popup .content .sidebtn button.next{
        position: absolute;
        right: -5rem;
    }
}
@media screen and (max-width:920px){
    .popup .content .sidebtn button.prev{
        position: absolute;
        left: 2rem;
    }
    .popup .content .sidebtn button.next{
        position: absolute;
        right: 2rem;
    }
}
@media screen and (max-width:819px){
    header {
        min-height: 65px;
        max-height: 65px;
    }
    .header_wrap {
        display: none;
    }
    .header_wrap2 {
        height: 100%;
        min-height: 65px;
        background: #424a7a;
        padding-right: 5px;
        padding-left: 10px;
    }
    .logo a * {
        font-size:12px;
        color: #fff;
    }
    .view_tablet{
        display: block;
    }
    .view_pc {
        display: none;
    }
    .header_wrap2 .search .inputbox input {
        background: #424a7a;
        color: #fff;
        border-radius: 3rem;
    }
    .btn_name_select span{
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }
    .btn_name_select img {
        display: none;
    }
    .btn_menu {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .btn_menu img {
    }
    .btn_menu.view_tablet .ico_menu {
        width: 16px;
    }
    .btn_menu.view_tablet .ico_menu_close {
        display: none;
        width: 15px;
		filter: invert(100%);
    }
    .btn_menu.active .ico_menu {
        display: none;
    }
    .btn_menu.active .ico_menu_close {
        display: block;
    }
    .header_wrap2 .search .inputbox {
        margin-right: 15px;
    }
    .view_menu_tablet {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: calc(100% - 65px);
        display: none;
        z-index: 100;
        transition-duration:.4s;
        opacity: 0;
        animation:showDelayMenu .4s ease-in-out
    }
    .view_menu_tablet.active {
        display: block;
        opacity: 1;
    }
    @keyframes showDelayMenu {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .view_menu_tablet .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
    }
    .view_menu_tablet .content {
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0 2rem;
    }
    .view_menu_tablet .content a {
        background: #fff;
        width: 100%;
        height: 4.8rem;
        border-bottom: 1px solid #eaeaea;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: "ntsr";
    }
    .view_menu_tablet .content a:last-child {
        border-bottom: 0;
    }
    .view_menu_tablet .content a img {
        height: 1.5rem;
    }

    .leftmenu {
        width: 100%;
        top:auto;
        bottom: -33rem;
        background: #fff;
        transition-duration: .2s;
        padding-top: 4rem;
        height: 49rem;
    }
    .leftmenu.active {
        bottom:0;
    }
    .leftmenu_toggle{
        display: none;
    }
    .pagingbox {
        padding-bottom: 1rem;
    }
    .pagingbox * {
        font-size: 1.2rem;
    }
    .pagingbox .paging input{
        background: #fff;
        width: 3rem;
        height: 3rem;
    }
    .pagingbox .paging .total{
        font-size: 1.2rem;
    }
    .pagingbox .btn_xls{
        width: 3rem;
        height: 3rem;
    }
    .leftmenu_inner {
        height: calc(100% - 10rem);
        padding:1rem;
    }
    .topbar {
        height: 4rem;
        top:0;
        position: absolute;
        width: 100%;
        display: block;
        z-index:10;
    }
    .topbar span {
        display: block;
        width: 6.6rem;
        height: 0.5rem;
        background: #d9d9d9;
        border-radius: 0.5rem;
        top: 1.5rem;
        left:calc(50% - 3.3rem);
        margin: 0 auto;
        position: absolute;
    }
	.leftmenu .items {
		gap: 2rem 1.6rem;
	}
		.leftmenu .items .item .name {
        font-size: 1.5rem;
    }
    .leftmenu .items .item .info {
        font-size: 1.1rem;
    }
    .map_container .btmbox {
        bottom: 18rem !important;
        width: auto;
		right:50%;
		margin-right:calc(-140px - .5rem);
        left: auto;
    }
    .map_container #btmbox.active {
        bottom:51rem !important;
    }
    .map_container .search_info{
        top: -8rem;
    }
    .map_container .btmbox .btn_common{
        width: 140px;
        height: 40px;
    }
    .map_container .btmbox .btn_common span{
        font-size: 12px;
		margin-left:.7rem;
    }
    .map_container .search_info {
		top: -80px;
    }
    .map_container .search_info .btn_red{
        width: 40px;
        height: 34px;
        margin-left: 10px;
		letter-spacing:-0.05em;
    }
    .map_container .search_info .btn_red img{
        width: 14px;
    }
    .map_container .search_info p {
        font-size: 11px;
    }
    .leftmenu .items .item {
        min-width: auto;
        width: calc(25% - 1.2rem);
    }
    .leftmenu .items .item .img {
        height: 9.8rem;
    }
}

/* mobile */
@media screen and (max-width:767px){
    /* mobile */
    .hide_mobile_inline{
        display: none;
    }
    .header_wrap2 {
        padding-left: 10px;
    }
    .logo a img {
        width: 19px;
    }
    .logo a *{
        font-size: 10px;
    }
    .header_wrap2 .search .inputbox input{
        width: 25rem;
        height: 42px;
        font-size: 13px;
    }
    .header_wrap2 .search .inputbox .btn_search {
        top: 10px;
    }
	.header_wrap2 .search .inputbox .btn_search img {
		width: 15px;
		margin-top:3px;
	}
    .map_container .btmbox {
        width: 100%;
        margin: 0 auto;
		right:auto;
    }
    .pagingbox .btn_go span {
        color: #ff6316;
    }
    .leftmenu {
        height: calc(100% - 11rem);
        bottom: auto;
        top:  calc(100% - 20rem);/*240305*/
    }
    .leftmenu.active{
        top: 11rem;
    }
	.leftmenu .items {
		margin-left:.7rem;
	}
	.leftmenu h2 {
		margin-bottom: 2rem;
	}
    .leftmenu .items .item .info {
        font-size: 1rem;
    }
    .map_container .btmbox.active,
    .map_container .btmbox {
        bottom:22.5rem !important;
		gap:.7rem;
    }/*240305*/
    @keyframes fadeInslide {
        0% {
            opacity: 0;
            bottom:-77%;
        }
        100% {
            opacity: 1;
            bottom: 15%;
        }
    }
    .popup .content .sidebtn button.next,
    .popup .content .sidebtn button.prev {
        display: none;
    }
    .leftmenu .items .item {
        width: calc(50% - 0.8rem);
    }
    .leftmenu .items .item .img {
        height: 12.8rem;
    }
    .scrollarea {
        padding: 3rem 1.4rem;
    }
    .popup .content .img_map {
        width: 80%;
        margin: 0 auto 3rem;
    }
    .popup .content .btn_view_doc {
		padding: 2rem 2.5rem;
    }
	.popup .content .btn_view_doc b, .popup .content .btn_view_doc span {
		font-size: 1.6rem;
	}
    .popup .content .infotable .line{
        display: block;
    }
	.popup .content .subtext {
		font-size: 1.4rem;	
		padding-bottom: 2.5rem;
	}
	.popup .content h3 {
		padding-bottom: 1.2rem;
		font-size:2.3rem;
	}	
	.popup.keyword .content h3 {
		padding: 3.5rem 0 1.2rem 0;
	}/*240301*/
    .popup .content .infotable .line>div {
        width: 100%;
    }
    .popup .content .infotable .line>.right {
        padding-top: 1rem;
    }
    .popup .content .detail {
        font-size: 1.6rem;
        white-space: pre-line;
    }	
	
	.popup.keyword .content .scrollarea {
		padding: 0 10px 5rem;
	}/*240301*/
	.popup .content .filter {
		margin: 3rem auto;
	}
	.popup .content .filter ul li {
		width:14.2857%;
	}/*240229*/
	.popup .content .filter ul li a {
		padding:1.7rem 0;
	}
	.popup .content .filter ul li:nth-child(7n) a {
		border-right:1px solid #ddd;
	}/*240229*/
	.popup .content .filter ul li:nth-child(1) a, .popup .content .filter ul li:nth-child(2) a, .popup .content .filter ul li:nth-child(3) a, .popup .content .filter ul li:nth-child(4) a, .popup .content .filter ul li:nth-child(5) a, .popup .content .filter ul li:nth-child(6) a, .popup .content .filter ul li:nth-child(7) a, .popup .content a {
		border-bottom:none;
	}/*240229*/
	.popup .content .filter-list ul li {
		width:50%;
	}
	
    .btn_name_select span {
        font-size: 11px;
    }
    .btn_menu {
        width: 3rem;
    }
    .pagingbox{
        margin-top: 2rem;
    }
	
	 /*//240308*/
	.popup-more {
		left: 1rem; 
		box-shadow: .5rem .7rem .6rem rgba(0,0,0,.18);
		width: calc(150% - 2rem);
		transform: translateX(0);
	}		
	.popup .content .filter-list ul li:nth-child(2n-1) .popup-more {
		left: 0;
		right: auto;
		transform: translateX(0);
	}
	.popup .content .filter-list ul li:nth-child(2n) .popup-more {
		right: 0;
		left: auto;
		transform: translateX(0);
	}
	/*240308//*/
}


@media screen and (max-width:340px){
    .header_wrap2 .search .inputbox input{
        width: 20rem;
    }
}


/* 높이값 별 목록 수 */
@media screen and (max-width:1023px){
    .leftmenu .items .item{
        width:calc(20% - 1.2rem);
    }
}
@media screen and (max-width:930px){
    .leftmenu .items .item{
        width:calc(25% - 1.2rem);
    }
}
@media screen and (max-width:767px){
    .leftmenu .items .item{
        width:calc(50% - 1.2rem);
    }
}

/* 지도 영역 높이값 */
@media screen and (max-width:819px){    
	#googleMap {
		top:65px;
		height: calc(100% - 125px);
	}
} /*240318*/

/*240301 추가*/
.toTop{display: flex;justify-content: center;align-items: center;width: 5rem;height: 5rem;background-image: url("../../images/common/icon-top.svg");background-repeat: no-repeat;background-size: 5rem auto;background-position: center;text-indent: -9999px;position: absolute;bottom:3rem;right: 3rem;}

.loading-wrap {position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 9999; background:rgba(0,0,0,.6);}
.spinner {position: fixed; width: 50px; height: 35px; top: calc(50% - 35px/2); left: calc(50% - 50px/2);} 
.spinner div {background-color: #fff; height: 100%; width: 5px; margin-left: 2px; display: inline-block; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect2 {-webkit-animation-delay: -1.1s; animation-delay: -1.1s;}
.spinner .rect3 {-webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
.spinner .rect4 {-webkit-animation-delay: -0.9s; animation-delay: -0.9s;}
.spinner .rect5 {-webkit-animation-delay: -0.8s; animation-delay: -0.8s;}

@keyframes stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4);
            	transform: scaleY(0.4); }
	20% {
		-webkit-transform: scaleY(1);
            	transform: scaleY(1); } 
}


@media screen and (max-width:767px){    
	.toTop{bottom:2rem;right: 1.6rem;}
}