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

	#gnb_1dul li.gnb_1dli:hover .gnb_2dul {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		min-width: 190px;
		padding: 25px 0;
		text-align: center;
		border-top: solid 5px #5d2e00;
		background: rgba(255, 255, 255, 1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}

}


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

	body.active {
		overflow-y: hidden;
	}

	img.mobile {
		display: block;
		width: 100%;
	}

	img.pc {
		display: none;
	}

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

	header#m_hd {
		display: block !important;
	}

	.topArea .inner,
	#main .inner {
		width: 100%;
		padding: 70px 20px 0;
	}

	#top_btn {
		bottom: 40px;
		right: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

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

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

	#m_hd_wrapper {
		position: relative;
		display: flex;
        align-items: center;
        justify-content: space-between;
		height: 100%;
		text-align: center;
		padding: 0 20px;
	}

	.gnb_logo {
		width: 150px;
        height: 54px;
	}

	.mainBody #m_hd.hover .gnb_logo a,
	.mainBody #m_hd.fixUp .gnb_logo a,
	.gnb_logo a {
		display: inline-block;
		font-size: 0;
        margin: 0;
		width: 100%;
        height: 54px;
        vertical-align: middle;
		background: url(../img/logo.png) no-repeat 50% 50%;
		background-size: auto 54px;
	}

	.mainBody .gnb_logo a {
		background-image: url(../img/logo_wt.png);
	}

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

	#gnb_open {
		display: block;
		width: 30px;
		height: 20px;
		font-size: 0;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-image: url(../img/ico_gnb_open_bk.png);
		background-size: auto 20px;
	}

	.mainBody #gnb_open {
		background-image: url(../img/ico_gnb_open_wt.png);
	}

	.mainBody header#m_hd.hover #gnb_open,
	.mainBody header#m_hd.fixUp #gnb_open {
		background-image: url(../img/ico_gnb_open_bk.png);	
	}

	#gnb_open,
	#gnb_close {
		width: 27px;
		height: 20px;
		border: 0;
		outline: 0;
		background-color: transparent;
	}

	#gnb_open img,
	#gnb_close img {
		width: 30px;
	}

	#gnb #gnb_1dul {
		display: block;
		background: #fff;
	}

	#gnb #gnb_1dul a {
		display: block;
		font-size: 24px;
		color: #000;
		padding: 0 20px;
	}

	#gnb #gnb_1dul a.on {
		color: #5d2e00;
		/* background: #051e40; */
	}

	#gnb_1dul li.gnb_1dli {
		display: block;
		height: auto;
		position: relative;
		line-height: 60px;
		float: none;
	    padding: 0;
		margin: 0;
		text-align: center;
	}

	#gnb_1dul li.gnb_1dli + li.gnb_1dli {
		margin: 0;
	}

	.gnb_1dli button {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 60px;
		overflow: hidden;
		border: 0;
		font-size: 1.2em;
		background: transparent;
		outline: 0;
		text-indent: -9999px;
	}

	.gnb_1dli button.btn_gnb_cl {
		background: transparent;
	}

	.gnb_1da {
		padding: 7px 20px;
		font-weight: bold;
		font-size: 1.2em;
	}

	.gnb_1dli:last-child .gnb_1da {

	}

	.gnb_2dul {
		display: none;
		position: static;
		top: auto;
		min-width: 140px;
		padding: 0 0 15px;
	}

	#gnb .gnb_2dli {
		line-height: 35px;
		padding: 0 !important;
	}

	#gnb #gnb_1dul .gnb_2da {
		font-size: 18px;
		padding: 5px 0;
	}

	#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: fixed;
		right: 10px;
		top: 20px;
		z-index: 99;
		font-weight: bold;
		margin: 0;
		height: 40px;
		width: 40px;
		border: 0;
		color: #bfb8b2;
		font-size: 2em;
		background: transparent;
	}

	.gnb_top {
		padding: 60px 0 30px;
	}

	.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 {
		text-align: center;
	}

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

	.top_login {
		margin-bottom: 30px;
	}

	.top_login ul {
		justify-content: center;
	}

	.top_login li a {

	}

	.mainBody .top_login li + li::after {
		background: #000;
	}

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


/*───────────────────────────────────────────────────────────
    메인
───────────────────────────────────────────────────────────*/
	.mainBody #container {
		padding: 0;
	}

	#introLogo {
		width: 50%;
		height: auto;
	}

	#visual .swiper-pagination {
		bottom: 20px;
	}

	#main .inner {
		width: 100%;
		margin: 0 auto;
		padding: 68px 0;
	}

	#main .txt {
		padding: 110px 0;
	}

	#main .txt img {
		max-width: 100%;
		width: 50%;
	}


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

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

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

	#bo_btn_top {
		padding: 0 20px;
	}

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

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

/* sub */
	#container {
		width: 100%;
		padding: 25px 20px 0;
	}

	.container {
		width: 100%;
	}

	.sub_vs {
		padding-top: 135px;
	}

	body.page .sub_vs {
		padding-top: 84px;
	}

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

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

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

/* 하단 */
	footer {
		padding: 40px 0;
	}

	footer .inner {
		display: block;
		width: 100%;
        padding: 0 20px;
	}

	footer .ft_info {
		padding-top: 15px;
		padding-left: 0;
	}

	footer .ft_info h2 {
		margin-bottom: 15px;
	}

	footer .ft_info p {
		font-size: 14px;
	}

	footer .ft_info p br {
		display: inline;
	}

	footer .ft_info p span {

	}

	footer .ft_info p span:first-child {
		display: block;
	}

	footer .ft_info p span + span {
		padding-left: 16px;
	}

	footer .ft_info p span:nth-child(2n) {
		padding-left: 0;
	}

	footer .ft_info p span:nth-child(2n):before {
		display: none;
	}

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

	footer h2 {
		display: inline-block;
	}

	footer h2 img {
		width: 100px;
		height: auto;
	}

	footer .cert {
		top: -8px;
		bottom: auto;
		left: 145px;
	}

	footer .cert ul {

	}

	footer .cert li {
		width: 44px;
	}

	footer .cert img {
		width: auto;
		height: auto;
		transform: scale(0.6);
		transform-origin: center left;
	}


/*───────────────────────────────────────────────────────────
    서브
───────────────────────────────────────────────────────────*/
	body.page #container {
		padding: 0;
	}

	#page {
		padding: 0;
	}

	#page .inner {
		display: block;
		width: 100%;
		padding: 0 20px;
	}

	#page .sub_tit {
		font-size: 17px;
		text-align: center;
		padding: 10px 0 25px;
	}


    /* 오시는길 */
	.subMap {
		width: 100%;
		padding: 0;
	}

	.subMap .root_daum_roughmap {
		width: 100%;
		height: 310px;
	}

	.map_info {
		display: block;
		padding: 30px 4%;
	}

	.map_info dl {
		width: 100%;
		justify-content: normal;
	}

	.map_info dl + dl {
		padding-top: 10px;
	}

	.map_info dt {
		font-size: 17px;
	}

	.map_info dt:before {
		width: 3px;
		height: 15px;
		margin-right: 8px;
	}

	.map_info dd {
		font-size: 17px;
	}


}
