@media all and (max-width:1024px) {

	body.active {
		overflow-y: hidden;
	}

	img.mobile {
		display: inline-block;
	}

	img.pc {
		display: none;
	}

	/* 팝업 */
	#hd_pop {
		width: 100%;
	}

	.hd_pops {
		width: 100%;
		height: 100%;
		top: 0 !important;
		left: 0 !important;
	}

	.hd_pops_con {
		width: 100% !important;
		height: auto !important;
	}

	.top_mark,
	#top_menu,
	#lnb,
	#header {
		display: none;
	}

	header#m_hd {
		display: block !important;
	}

	.topArea .inner,
	#main .inner {
		width: 100%;

	}

	/* 하단 */
	footer {
		margin-top: 75px;
		padding: 40px 20px;
	}

	footer h2 {
		display: none;
	}

	#top_btn {
		right: 2%;
		bottom: 2%;
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	#top_btn span {
		font-size: 12px;
		line-height: 38px;
	}

	header#m_hd {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 74px;
		text-align: center;
	    border-bottom: 1px solid #e6e6e6;
		background: #fff;
		overflow-x: hidden;
	    overflow-y: scroll;
		z-index: 100;
	}

	#m_hd_wrapper {
		height: 100%;
		padding: 0 16px;
		text-align: left;
	}

	.gnb_logo {
		display: inline-block;
		padding: 0;
		margin: 20px 0 0;
	}

	.gnb_logo a {
		display: block;
		margin: 0;
	}

	.gnb_logo img {
		height: 40px;
	}

	#gnb {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-top: 20px;
		background: #fff;
		z-index: 999;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	#gnb_open {
		display: block;
	}

	#gnb_open,
	#gnb_close {
		position: absolute;
		top: 25px;
		right: 20px;
		border: 0;
		outline: 0;
		background: none;
	}

	#gnb_open img,
	#gnb_close img {
		height: 21px;
	}

	#gnb #gnb_1dul {
		border-bottom: solid 1px #c4c4c4;
		background: #fff;
	}

	#gnb #gnb_1dul a {
		display: block;
		font-size: 17px;
		color: #000;
	}

	#gnb #gnb_1dul a.on {
		color: #fff;
		background: #051e40;
	}

	#gnb .gnb_1dli {
		position: relative;
		line-height: 45px;
		float: none;
	    padding: 0;
		text-align: left;
	}

	.gnb_1dli button {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 60px;
		overflow: hidden;
		border: 0;
		font-size: 1.2em;
		background: url(../img/new/ico_gnb_plus.png) no-repeat calc(100% - 20px) 50%;
		outline: 0;
		text-indent: -9999px;
	}

	.gnb_1dli button.btn_gnb_cl {
		background: url(../img/new/ico_gnb_minus.png) no-repeat calc(100% - 20px) 50%;
	}

	.gnb_1da {
		padding: 7px 20px;
		border-top: 1px solid #c4c4c4;
		font-weight: bold;
		font-size: 1.2em;
	}

	.gnb_2dul {
		display: none;
		background: #fff;
		position: static;
		top: auto;
		min-width: 140px;
		padding: 0 0 35px;
		box-shadow: none;
		/* background: #f7f7f7; */
	}

	#gnb .gnb_2dli {
		/* border-bottom: solid 1px #c4c4c4; */
	}

	#gnb #gnb_1dul .gnb_2da {
		padding: 5px 0 5px 30px;
	}

	#gnb #gnb_1dul .gnb_2da:before {
		display: none;
		content: "";
		width: 4px;
		height: 4px;
		margin-right: 5px;
		vertical-align: middle;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #000;
	}

	#gnb #gnb_1dul #gnb #gnb_1dul .gnb_2da {
		font-size: 14px;
	}

	#gnb_close {
		display: block;
		position: absolute;
		right: 8px;
		top: 15px;
		z-index: 99;
		font-weight: bold;
		margin: 0;
		height: 40px;
		width: 40px;
		border: 0;
		color: #bfb8b2;
		font-size: 2em;
		background: transparent;
	}

	.gnb_top {
		display: flex;
		padding: 0 16px 25px;
	}

	.gnb_top .top_menu {
		display: flex;
		align-items:center;
		font-size: 13px;
		padding-top: 15px;
	}

	.gnb_top .top_menu ul {
		display: flex;
	}

	.gnb_top .top_menu li {
		margin-right: 10px;
	}

	.gnb_top .top_menu li:last-child {
		margin-right: 0;
	}

	.gnb_top .gnb_logo2 {

	}

	.gnb_top .gnb_logo2 img {
		height: 40px;
	}

	.gnb_qk {
		
	}

	.gnb_qk ul {
		display: flex;
		justify-content: space-around;
		padding: 15px 25px;
	}

	.gnb_qk li a {
		display: block;
		width: 60px;
		height: 60px;
		font-size: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-color: #f4f4f4;
	    background-size: 30px auto;
	}

	.gnb_qk li.q01 a {
	    background-image: url(../img/new/main/ico_qk_01.png);
	}

	.gnb_qk li.q02 a {
	    background-image: url(../img/new/main/ico_qk_02.png);
	}

	.gnb_qk li.q03 a {
	    background-image: url(../img/new/main/ico_qk_03.png);
	}

	.gnb_qk li.q04 a {
	    background-image: url(../img/new/main/ico_qk_04.png);
	}

	/* 게시판 */
	.row {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.col-sm-12 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.card-position {
		width: 50%;
		padding: 0 5px;
	}

	#bo_btn_top {
		padding: 0 20px;
	}

	.bo_fx {
		float: none;
		padding: 0;
	}

	#bo_gall {
		padding-top: 0;
	}

	#bo_sch {
		position: relative;
		width: 80%;
		float: none;
		margin: 0 auto 20px;
	}

	#bo_sch .sch_input {
		width: calc(100% - 100px);
	}

	#bo_sch select {
		width: 90px;
	}

	#bo_sch .sch_btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		z-index: 1;
	}

	/* table */
	.sub_tb table th,
	.sub_tb table td {
		font-size: 12px;
		padding: 10px 5px;
	}

	/* 메인 */
	#visual .pc {
		display: none;
	}

	#visual .mobile {
		display: block;
	}

	.swp_box {

	}

	.cont1 .swiper-slide {
		width: 70%;
	}

	#main .inner {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.main_cont {
		margin-top: 70px;
	}

	.main_cont .tit {
		margin-bottom: 35px;
	}

	.main_cont .tit strong {
		font-size: 31px;
	}

	.main_cont .tit p {
		font-size: 17px;
	}

	.main_cont .more {
		font-size: 17px;
		bottom: 16px;
		right: 24px;
	}

	.main_cont .more:after {
		width: 56px;
		height: 9px;
		margin-left: 10px;
		background-size: auto 9px;
	}


	/* 메인 콘텐츠1 */
	.cont1 .swiper-slide {
		padding: 30px 20px 16px;
	}

	.cont1 .swiper-slide p {
		font-size: 25px;
	}

	.cont1 .swiper-slide span {
		font-size: 17px;
	}


	/* 메인 콘텐츠2 */
	.cont2 {
		padding: 90px 0;
	}

	.cont2 .tit {
		position: static;
	}

	.cont2_swp {
		text-align: center;
	}

	.cont2_swp img {
		width: 100%;
	}

	.cont2 .more {
		margin: 40px 0 0;
	}


	/* 메인 콘텐츠3 */
	.cont3 .cont3_swp > div {
		padding: 30px 20px 16px;
	}

	.cont3 .cont3_swp p {
		font-size: 25px;
	}

	.cont3 .cont3_swp span {
		font-size: 17px;
	}

	/* sub */
	#container {
		width: 100%;
		padding-top: 74px;
	}

	.container {
		width: 100%;
	}

	.sub_vs {
		height: 136px;
	}

	#page {
	
	}

	#page .inner,
	#page .inner2 {
		width: 100%;
	}

	.pg_cont {
		padding-top: 50px;
	}

	/* tit */
	.sub_vs .sub_tit strong {
		font-size: 20px;
	}

	.sub_vs .sub_tit p {
		font-size: 13px;
	}

	.tit2 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.tit2.left {
		text-align: center;
	}

	.tit2 strong {
		font-size: 18px;
	}

	.tit2 strong span {
		display: block;
		font-size: 15px;
		padding: 5px 0 0;
	}

	.tit2 p {
		padding-top: 10px;
	}

	.tit3 {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.tit3 strong {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page_nav .path {
		width: 100%;
		height: 40px;
	}

	.page_nav .current {
		width: 100%;
		font-size: 14px;
	}

	.page_nav li.p01 {
		display: none;
	}

	.page_nav .current > li {
		width: 50%;
	}

	.sect {
		margin-bottom: 35px;
	}

	.sect .tit {
		font-size: 14px;
	}

	.sect .tit strong {
		font-size: 18px;
		color: #0066b3;
		line-height: 1.3;
		padding-left: 35px;
		background-size: auto 24px;
		margin-bottom: 15px;
	}

	.sect .tit p {
		margin-bottom: 15px;
	}

	.sect .tit p.col2 {

	}

	.sect .tit p.col2 span {
		width: 100%;
	}

	.sort {
		margin-bottom: 45px;
	}

	/* sub1 */
	.sub1 .location {
		padding: 65px 20px 0;
		box-sizing: border-box;
	}

	.sub1 h3 {
		font-size: 27px;
		margin-bottom: 20px;
	}

	.sub1 .map p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.sub1 .mpa .root_daum_roughmap {
		width: 100% !important;
	}

	/* sub3 */
	.prdList {
		padding: 0 20px;
	}

	/* sub5 / 폼메일 */
	#page.sub5 .inner2 {
		padding: 0 20px;
	}

}


@media all and (max-width:768px) {

	/* 메인 콘텐츠1 */
	.cont1 .swiper-slide {
		width: 70%;
	}

	/* sub1 */
	.sub1 .root_daum_roughmap .wrap_map {
        height: 50vw !important;
    }

	/* sub3 */
	.prdList li {
		width: calc((100% - 40px) / 2);
		margin-bottom: 8%;
	}

	.prdList li:nth-child(odd) {
		margin-left: 0;
	}

	/* 하단 */
	footer {
		font-size: 13px;
	}

	.ft_info .copy {
		font-size: 12px;
	}

	.ft_info p:first-child span:nth-child(3) {
		display: block;
		padding-left: 0;
	}

	.ft_info p:nth-child(2) span:nth-child(3) {
		display: block;
		padding-left: 0;
	}

	/* sub5 / 폼메일 */
    .form_row {
        flex-direction: column;
        align-items: stretch;
    }
    .form_row label.form_label {
        display: none;
    }

}

@media all and (max-width:480px) { 

	/* 메인 콘텐츠1 */
	.cont1 .swiper-slide {
		width: 70%;
	}

	/* 메인 콘텐츠3 */
	.cont3 .cont3_swp {
		display: block;
	}

	.cont3 .cont3_swp > div {
		width: 100%;
		max-height: 226px;
	}

	.cont3 .cont3_swp > div + div {
		margin-top: 20px;
	}

	/* sub4 */
	.prdList2 li {
		width: 100%;
		margin-left: 0;
	}

	.prdList2 li + li {
		margin-left: 0;
	}

	/* 하단 */
	.ft_info p:first-child span:nth-child(3) i {
		display: block;
		height: 0;
	}

}



