@media only screen and (max-width: 1400px) {
	.wrap {
		width:100%;
	}

	#sub_page img {
		max-width:100%;
	}

	.root_daum_roughmap_landing {
		max-width:100%;
	}

	#sub_contents {
		width:96%;
	}

	.sub_body .footer .wrap {
		width:96%;
	}
}

@media only screen and (max-width: 1100px) {
	p.sub0101_text01 {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 50px 20px 0px;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
		text-align: center;
	}

	.sub0101_text01 span::before {
		left: 50%;
	}

	.sub0103 .contact .item-01 {
		float: left;
		width: 50%;
	}

	.sub0103 .contact > div + div {
		float: left;
		margin-left: 0px;
		width: 25%;
	}

	p.sub0201_text01 {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 50px 20px 0px;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.2);
		text-align: center;
	}

	.sub0201_text01 span::before {
		left: 45%;
	}
}

@media only screen and (max-width: 1024px) {
	.menu {
		display: none;
	}

	.logo {
		left: 10px;
	}

	.top_banner {
		right: 70px;
	}

	.main_line01 {
		display: none;
	}

	nav#accordian {
		display: block;
	}

	/*  BURGER
	========================================== */

	.burger {
		/* width: 50px; */
		/* height: 50px; */
		position: fixed;
		top: 0px;
		right: 10px;
		border-radius: 4px;
		z-index: 1000;
		float: right;
		text-align: center;
		margin-left: 40px;
		margin-top: 30px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background: #002356;
		padding: 10px;
	}

	.burger.burger-close {
		display: none;
	}

	.burger.burger-close.clicked {
		display:inline-block;
	}


	.cbp-af-header-shrink .burger {
		margin-top: 35px;
	}

	.burger span {
		position: relative;
		margin-top: 9px;
		margin-bottom: 9px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		/* position: absolute; */
		/* top: 50px; */
		/* left: 50%; */
		/* margin-left: -15px; */
		/* margin-top: -1.5px; */
	}

	.burger span, .burger span::before, .burger span::after {
	  display: block;
	  width: 25px;
	  height: 2px;
	  background-color: #fff;
	  outline: 1px solid transparent;
	  -webkit-transition-property: background-color, -webkit-transform;
	  -moz-transition-property: background-color, -moz-transform;
	  -o-transition-property: background-color, -o-transform;
	  transition-property: background-color, transform;
	  -webkit-transition-duration: 0.3s;
	  -moz-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	}


	.burger span::before, .burger span::after {
	  position: absolute;
	  content: "";
	}

	.burger span::before { top: -9px; }

	.burger span::after { top: 9px; }

	.burger.clicked span { background-color: transparent; }

	.burger.clicked span::before {
	  -webkit-transform: translateY(9px) rotate(45deg);
	  -moz-transform: translateY(9px) rotate(45deg);
	  -ms-transform: translateY(9px) rotate(45deg);
	  -o-transform: translateY(9px) rotate(45deg);
	  transform: translateY(9px) rotate(45deg);
	}

	.burger.clicked span::after {
	  -webkit-transform: translateY(-9px) rotate(-45deg);
	  -moz-transform: translateY(-9px) rotate(-45deg);
	  -ms-transform: translateY(-9px) rotate(-45deg);
	  -o-transform: translateY(-9px) rotate(-45deg);
	  transform: translateY(-9px) rotate(-45deg);
	}

	.burger.clicked span:before, .burger.clicked span:after { background-color: #ffffff; }

	.burger:hover { cursor: pointer; }

	/*  NAV
	========================================== */

	nav.allmenu {
	  background-color: #002356;
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  right: 0;
	  height: 100%;
	  max-width: 80%;
	  width: 100%;
	  padding: 100px 40px 60px 40px;
	  overflow-y: auto;
	  -webkit-transform: translateX(100%);
	  -moz-transform: translateX(100%);
	  -ms-transform: translateX(100%);
	  -o-transform: translateX(100%);
	  transform: translateX(100%);
	  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}

	nav.allmenu.show {
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	  transform: translateX(0px);
	}

	nav.allmenu.show ul.main li {
	  -webkit-transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	  transform: translateX(0px);
	  opacity: 1;
	}

	nav.allmenu.show ul.main li:nth-child(1) { transition-delay: 0.15s; }
	nav.allmenu.show ul.main li:nth-child(2) { transition-delay: 0.3s; }
	nav.allmenu.show ul.main li:nth-child(3) { transition-delay: 0.45s; }
	nav.allmenu.show ul.main li:nth-child(4) { transition-delay: 0.6s; }
	nav.allmenu.show ul.main li:nth-child(5) { transition-delay: 0.75s; }
	nav.allmenu.show ul.main li:nth-child(6) { transition-delay: 0.9s; }
	nav.allmenu.show ul.main li:nth-child(7) { transition-delay: 1.05s; }
	nav.allmenu.show ul.main li:nth-child(8) { transition-delay: 1.2s; }
	nav.allmenu.show ul.main li:nth-child(9) { transition-delay: 1.35s; }

	nav.allmenu.show .about, nav.allmenu.show .social, nav.allmenu.show ul.sub {
	  -webkit-transform: translateY(0px);
	  -moz-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  -o-transform: translateY(0px);
	  transform: translateY(0px);
	  opacity: 1;
	  transition-delay: .85s;
	}
	@media (min-width: 667px) {
		nav.allmenu { /*padding: 120px 90px 70px 90px;*/ }
	}

	nav.allmenu ul.main { list-style-type: none; }

	nav.allmenu ul.main li {
	  margin-bottom: 20px;
	  -webkit-transform: translateX(40px);
	  -moz-transform: translateX(40px);
	  -ms-transform: translateX(40px);
	  -o-transform: translateX(40px);
	  transform: translateX(40px);
	  opacity: 0;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	nav.allmenu ul.main li:last-of-type { margin-bottom: 0px; }

	nav.allmenu ul.main li a {
		color: #ffffff;
		text-decoration: none;
		/* text-transform: uppercase; */
		font-size: 15px;
		display: block;
		letter-spacing: 1px;
		font-weight: 400;
		padding: 10px 0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	nav.allmenu ul.main li a span { color: #a9c2da; }
	nav.allmenu ul.main li a:hover, nav.allmenu ul.main li:hover > a { color: #a9c2da; }

	nav.allmenu .about {
	  margin-top: 40px;
	  -webkit-transform: translateY(30px);
	  -moz-transform: translateY(30px);
	  -ms-transform: translateY(30px);
	  -o-transform: translateY(30px);
	  transform: translateY(30px);
	  opacity: 0;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	nav.allmenu .about p {
		color: #ffffff;
		letter-spacing: 1px;
		line-height: 170%;
		font-weight: 100;
	}

	nav.allmenu .about p span {
		display: inline-block;
		width: 90px;
		font-weight: 200;
		color: #a9c2da;
	}

	nav.allmenu .social {
	  margin-top: 40px;
	  position: relative;
	  padding-bottom: 30px;
	  -webkit-transform: translateY(30px);
	  -moz-transform: translateY(30px);
	  -ms-transform: translateY(30px);
	  -o-transform: translateY(30px);
	  transform: translateY(30px);
	  opacity: 0;
	  -webkit-transition: all 0.4s ease;
	  -moz-transition: all 0.4s ease;
	  -o-transition: all 0.4s ease;
	  transition: all 0.4s ease;
	}

	nav.allmenu .social:after {
	  content: "";
	  width: 230px;
	  height: 2px;
	  background-color: #a9c2da;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	}

	nav.allmenu .social a {
	  display: inline-block;
	  width: 30px;
	  height: 30px;
	  margin-right: 25px;
	}

	nav.allmenu .social a:last-of-type { margin-right: 0px; }

	nav.allmenu .social a:hover svg path, nav.allmenu .social a:hover svg circle { fill: #a9c2da; }

	nav.allmenu .social a svg {
	  width: 100%;
	  height: 100%;
	}

	nav.allmenu .social a svg path, nav.allmenu .social a svg circle {
	  fill: #ffffff;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	nav.allmenu ul.sub {
		list-style-type: none;
		margin-top: 40px;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	nav.allmenu ul.sub li {
		margin-bottom: 10px;
		float: left;
		margin-right: 20px;
	}

	nav.allmenu ul.sub li:last-of-type { margin-bottom: 0px; }

	nav.allmenu ul.sub li a {
		color: #ffffff;
		font-family: "Raleway", sans-serif;
		letter-spacing: 1px;
		font-size: 18px;
		text-decoration: none;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	nav.allmenu ul.sub li a:hover { color: #a9c2da; }

	nav.allmenu ul.sub li a img, nav.allmenu ul.sub li a i {
		float: left;
	}

	/*  OVERLAY
	========================================== */

	.overlay {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 100;
	  width: 100%;
	  height: 100%;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  background: #000;
	  opacity: 0;
	  visibility: hidden;
	  z-index:9;
	}

	.overlay.show {
	  opacity: 0.6;
	  visibility: visible;
	}


	/* Centered texts in each section
	* --------------------------------------- */

	/* ì„œë¸Œë©”ë‰´ ìŠ¤íƒ€ì¼ */
	#accordian ul ul li {
		margin-bottom:0px;
	}

	#accordian ul ul li a {
		color: white;
		text-decoration: none;
		font-size: 13px;
		line-height: 30px;
		display: block;
		padding: 0px;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-o-transition: all 0.15s;
		-ms-transition: all 0.15s;
		transition: all 0.15s;
	}

	#accordian ul ul li a:hover {
		/* background: #003545; */
		text-decoration: underline;
	}

	/* active í´ëž˜ìŠ¤ ì™¸ì— ê²ƒì€ ë³´ì´ì§€ ì•Šê²Œ í•˜ê¸° */
	#accordian ul ul {
		display: none;
		margin-top: 10px;
	}
	#accordian li.active ul {
		display: block;
	}

	.about {
		position: absolute;
		right: 20px;
		bottom: 50px;
	}

	.about a {
		display: inline-block;
		margin-right:10px;
		color: #fff;
	}

	.footer {
		letter-spacing: -0.5px;
		text-align: center;
	}
}

@media only screen and (max-width: 975px) {
	.sub_body .footer .wrap {
		font-size: 11px;
	}

	.sub_vis {
		margin-bottom: 50px;
	}
	
	.sub_text h2 {
		font-size: 44px;
	}

	.sub_text h4 {
		font-size: 16px;
	}

	.sub_title h2 {
		font-size: 36px;
	}

	.sub_title span {
		font-size: 14px;
		letter-spacing: 0px;
	}

}

@media only screen and (max-width: 900px) {
	.sub0102 .cwrap {
		max-width: 500px;
		margin-top: 50px;
	}

	.sub0102_text_title {
		font-size: 20px;
	}

	.sub0102_text {
		font-size: 16px;
		line-height: 24px;
	}

	.sub0102 .year {
		position: absolute;
		font-size: 30px;
		line-height: 46px;
		letter-spacing: 0px;
		top: -3px;
		left: 0;
	}

	.sub0102 .part {
		position: relative;
		padding-left: 110px;
	}
}

@media only screen and (max-width: 730px) {
	.sidebar_menu li a {
		font-size: 13px;
	}

	.sub0102_text {
		font-size: 14px;
		line-height: 24px;
	}

	.sub0201_inner01 {
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 50px;
		border-bottom: 1px solid #ddd;
	}

	ul.sub0201_list01 li {
		width: 49%;
		margin-bottom: 20px;
	}

	ul.sub0201_list01 li:nth-child(3) {
		margin-left:0px;
	}

	.sub0201_inner02 h4 {
		font-size: 24px;
	}

	.gall_row .col-gn-4 {
		width: 50%;
	}
}

@media only screen and (max-width: 650px) {
	.slider-pagination {
		top: 43%;
	}

	#bo_cate a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 570px) {
	.sub_text h2 {
		font-size: 38px;
	    margin-bottom: 20px;
	}

	.sub_text h4 {
		font-size: 14px;
		letter-spacing: 0px;
	}
}

@media only screen and (max-width: 520px) {
	.top_banner ul li {
		margin-left: 10px;
	}

	.slider h4 {
		font-size: 14px;
		line-height: 22px;
	}

	.sub0102_text_title {
		line-height: 26px;
	}
	
	.sub0102 .cwrap {
		max-width: 100%;
	}

	.sub0102_text {
		font-size: 12px;
		line-height: 18px;
	}

	.sub0102 .part {
		position: relative;
		padding-left: 100px;
	}

	.sub0103 .contact .item-01 {
		width: 100%;
	    margin-bottom: 30px;
	}

	.sub0103 .contact .item-02 {
	    margin-bottom: 30px;
	}

	.sub0103 .contact > div + div {
		width: 100%;
	}

	.sub0201_inner01 {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.sub0201_inner02 h4 {
		margin-bottom: 30px;
	}
	
	.search_box {
		text-align: center;
	}

	.search_box .search_form > * {
		float: none;
		display: inline-block;
	}
	
	.search_box .search_form {
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.search_form select {
		position: relative;
		left: 0px;
		width: 115px;
		background-position: center right;
		-webkit-appearance: none;
	}

	.search_box .search_form input {
		position: relative;
		margin-left: 7px;
		width: 200px;
		height: 38px;
		border-radius: 0px;
		right: 0px;
	}

	.search_form .btn_submit {
		display: inline-block;
		position: relative;
		right: 0;
		top: 0;
		margin: 0 !important;
		width: 70px !important;
	    font-size: 13px !important;
	}
}

@media only screen and (max-width: 470px) {
	.top_banner {
		display:none;
	}
}

@media only screen and (max-width: 430px) {
	.sub_vis {
		height: 450px;
	}

	.sub_text h2 {
		margin-top: 190px;
		font-size: 30px;
	}

	.sub_text h4 {
		line-height: 18px;
	}

	.sub_title h2 {
		font-size: 26px;
	}

	.sub0201_text01 span {
		font-size: 22px;
	}

	.sub0201_inner02 h4 {
		font-size: 20px;
	}

	.search_form select {
		width: 95px;
	}

	.search_box .search_form input {
		width: 150px;
	}
}

@media only screen and (max-width: 350px) {
	.search_box {
		display:none;
	}
}