@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ÃÊ±âÈ­ CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -1px;
	color:#222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.main_body .early_bird {
	display:none;
}
.review_body .early_bird {
	display:none;
}
.gallery_body .early_bird {
	display:none;
}
.community_body .early_bird {
	display:none;
}
.write_body .early_bird {
display:none;
}
.mobi_footer_btn {
	display:none
}
::-moz-selection {
   background: #10538b;
   color: #fff;
}
::selection {
   background: #10538b;
   color: #fff;
}
.bold {
	font-weight:bold;
}
select{
/*ios´ëÀÀ*/
-webkit-appearance: none;
-moz-appearance: none; 
	appearance: none;
	background: url('/camp/images/main/0119/select_arrow.png') no-repeat #fff;
	background-position: bottom 50% right 16px;
	background-size:14px;
	color:#222;
}
/****************** footer CSS *******************/

.footer  {
	border-top:1px solid #222;
	font-size:12px;
	font-family:'Noto Sans KR', sans-serif;
	background:#f5f5f5;
}
.footer .top_footer_menu {
	display:flex;
	gap:35px;
	line-height:35px;
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.footer .btm_footer_menu {
	width: 100%;
    max-width: 1180px;
    margin: 0 auto;
	padding:16px 0;
	display: grid;
    gap: 25px;
	color: #666;
}
.footer  .top_footer_wrap {
	background:white;
	border-bottom: 1px solid #dbdbdb;
}
.footer  .btm_footer_menu ul{
	display: flex;
    gap: 10px 35px;
    flex-wrap: wrap;
}
.footer  .btm_ft_1 {
	display:grid;
	gap:10px;
}
.footer .pc_none {
	display:none;
}
.footer ul li {
	position:relative;
}
.footer ul li:last-child:after{
	display:none;
} 
.footer ul li:after {
	    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #bbb;
    right: -17px;
    top: 11px;
}
.footer .btm_footer_menu ul li:after {
	top:1px;;
}
#top_btn {
      opacity:0;
      position: fixed;
      bottom: 20px;
      right: 0px;
      background-color: #cd2020;
      border: none;
      cursor: pointer;
	  transition:all 0.3s;
	  transform: translate(100%);
	  z-index:999;
	width: 50px;
    height: 50px;
    border-radius: 100px;
	text-indent: -9999px;
	background-image:url('/camp/images/main/0119/top_btn.png');
	background-repeat: no-repeat;
	background-position:50% 48%;
	background-size:20px;
    }
#top_btn.on {
	opacity:1;
     transform: translate(0%);
	 right:20px;
}
/***************** header CSS ****************/
.header {
	height:65px;
	display: grid;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	background:#fffffff5;
	z-index: 999;
	box-shadow: 2px 2px 10px #00000017;
	transition: all 0.3s;
}
.header.on {
	box-shadow:  none;
	background:none;
}
.header.on .header_gnb a {
	color:white;
}

.header.on .header_wrap .logo,
.header.on .header_wrap .home_btn{
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}

.header .header_wrap {
	width:1180px;
	max-width:100%;
	margin: 0 auto;
	display: flex;
	 justify-content: space-between;
	 align-items: center;
}
.header .header_wrap .logo {
	width: 160px;
	cursor:pointer;
}
.header .header_gnb {
	font-size:18px;
	font-weight:500;
	gap:60px;
	align-items: center;
	display: flex;
}
.header .header_gnb li {
	position:relative;
	transition:all 0.3s;
}
.header .header_gnb li:last-child:before {
	display:none;
}
.header .header_gnb li:before {
	content:'';
	position:absolute;
	top:0;
	left:50%;
	margin-left: -3px;
	width:5px;
	height:5px;
	background:#ea222f;
	border-radius: 100px;
	opacity:0;
	transition:all 0.3s;
}
.header .header_gnb li.on {
	font-weight:bold
}
.header .header_gnb li.on:before {
	opacity:1;
	top:-7px;
}

.header .header_gnb  a {
	color:#222;
	text-decoration: none;
}
.header .home_btn {
	background:url('/camp/images/main/0119/home_btn.png') no-repeat;
	border:none;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-size: 34px;
	cursor:pointer;

}
.header .hambuger_btn {
	display:none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-direction: column;
   position: absolute;
	right: 16px;
}
.header.on .bar {
	background-color:white;
}
.header  .bar {
  width: 25px;
  height: 3px;
  background-color: #222;
  margin: 2px 0;
  transition: 0.4s;
}
.header .hambuger_btn.change .bar {
	background-color: #222;
}
.header .hambuger_btn.change .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.header .hambuger_btn.change .bar:nth-child(2) {
  opacity: 0;
}
.header .hambuger_btn.change .bar:nth-child(3) {
  transform: rotate(45deg) translate(-6px, -6px);
}
.header .menu {
   visibility: hidden;
   opacity: 0;
   display:flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height:100vh;
transition: opacity 0.5s, visibility 0.5s;
}
.header .menu .logo {
	width:135px;
	padding:17px 0;
}
.header .menu a {
  padding: 15px 30px;
  text-decoration: none;
  color: #444;
  transition: background-color 0.3s;
  display:block;
  text-align: center;
      display: flex;
    align-items: center;
    gap: 15px;
	font-weight:500;
	justify-content: center;
}
.header .menu.on {
	visibility: visible;
    opacity: 1;
}
.mobi_gnb {
    display: grid;
    gap: 15px;
    margin-top: 40px;
}
.mobi_gnb li a img{
	width:25px;
	height:25px;
	opacity:0.9;
}
/*************** header CSS end ***************/


@media screen and (max-width:1200px){
		 /* Çì´õ */
	.header .header_wrap {
		width:100%;
	}
	 .header .header_wrap .logo {
		margin:0 auto;
		width:135px;
	 }
	 .header .header_gnb {
		display:none;
	 }
	 .header .hambuger_btn {
		display:flex;
		gap:1px;
		z-index:9999;
	 }
	 	/* footer CSS */
	.footer {
		border:none;
		background:#262626;
		text-align: center;
	}
	.footer .top_footer_wrap {
		background:#262626;
	}
	.footer .top_footer_menu {
		justify-content: center;
	}
	.footer .top_footer_menu a {
		color:white;
	}
	.footer .btm_footer_menu {
		color:white;
		font-weight:300;
	}
	.footer .btm_footer_menu ul {
		    justify-content: center;
	}
	.footer .btm_footer_menu .btm_ft_2 {
		display:none;
	}
}
@media screen and (max-width:768px){
body {
	overflow-x:hidden;
}
/****** footer CSS ******/
.footer .pc_none {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.footer .pc_none li:after {
	display:none;
}
.footer .top_footer_wrap {
	display:none;
}
.footer {
	padding: 30px 0 45px;
}
.write_body .footer {
	padding:30px 0;
}

.footer .btm_footer_menu ul {
	gap:10px 15px;
}
.footer ul li:after {
	right:-9px;
}
.footer .pc_none li img {
	width:55px;
	opacity: 0.6;
}
/*.mobi_gnb li.on {
	background: #fafafa;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 0 5px #00000017;
    color: black;
}*/

.header .home_btn {
       text-indent: 0;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 16px;
    font-weight: 500;
    color: #444;
	    background-position: 26px;

}
#top_btn {
		width:40px;
		height:40px;
		background-size:16px;
		bottom:60px;
	}
	select {
		background-size:12px;
	}

	.header .mobi_gnb .home_btn {
		background:none;
	}
.write_body .mobi_footer_btn {
	display:none;
}
.mobi_footer_btn {
	    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    border: none;
    background: #cd2020;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
}
.main_body #js_pop_content {
	width:calc(100% - 32px);
	padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_body #js_pop_content img {
	width:100%;
}
}


@media (hover: hover) { 

.header .header_gnb li:hover {
	font-weight:bold;
}
.header .header_gnb li:hover:before {
	opacity:1;
	top:-7px;
}
#top_btn:hover {
	background-position: 50% 35%;
}
#moreBtn:hover .red_back img {
	    margin-top: 7px;
}
}