@charset "utf-8";
/* CSS Document */


#top_wrap {
  width: 100%;
  background-color: #f9f9f9;
	border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  top: 0px;
  z-index: 99999;
  position: fixed;
  position: absolute;
  position: relative; 
	padding: 15px 0;  
}
#top_wrap > div {
	position: relative;
	margin: 0 auto;
  width: 98%;
  max-width: 1380px;  
	box-sizing: border-box; 
}
#top {
  width: ;
  margin: 0 auto;
	overflow-x: hidden
}
#top > a > h1 {
  width: 168px;
  float: right;
  color: #fff;
  text-align: center;
  background-color: #229159;
  margin-right: 20px;
}
#top > a > p {
  color: #111;
  float: right;
  text-align: right;
  text-align: center;
  margin-right: 20px;
}
#top > a > img {
  float: right;
  width: 22px;
  margin-left: 5px;
  margin-top: 6px;
}
@media screen and (max-width: 1240px) {
  #top {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
	#top_wrap {  
		padding: 10px 0;  
	}
  #top > a > p {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 576px) { 
  #top > a > img {
    width: 18px;
    margin-right: 5px; 
    margin-top: 5px;
  }
} 
  
.top-local  {
	position: relative;
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap; 
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-items:center; 
	justify-content:space-between;  
}
.top-local>* { 
	flex-shrink:0;
	padding-right:calc(var(--bs-gutter-x) * .5);
	padding-left:calc(var(--bs-gutter-x) * .5); 
}
   
.top-link {
	flex:0 0 auto;
	width:50%;    
	--bs-gutter-x:.5rem; 
	display:flex;
	flex-wrap:wrap; 
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-items:center;  
}
.top-link>* { 
	flex-shrink:0;  
	position: relative;
	margin-right: 30px;
} 
.top-link > a:after { 
	position: absolute;
	width: 4px;
	height:4px;
	border-radius: 50%;
	background: #ccc;
	display: block;
	content: '';
	top:45%;
	left:-15px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);  
} 
.top-info {
	flex:0 0 auto;
	width:50%;   
	--bs-gutter-x:1.5rem; 
	display:flex;
	flex-wrap:wrap; 
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-items:center;  
	justify-content:flex-end;  
}
.top-info>* { 
	flex-shrink:0;
	position: relative;
	margin-left: 30px;
} 
 
.top-info > a:after { 
	position: absolute;
	width: 4px;
	height:4px;
	border-radius: 50%;
	background: #ccc;
	display: block;
	content: '';
	top:45%;
	right:-18px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);  
} 
.top-info a:last-child {  
	margin-right:0px;
} 
.top-info a:last-child:after {  
	display: none; 
} 

.top-sns img {
	width: 35px; 
}  

@media screen and (max-width:1240px){   
	.top-info a:last-child {  
		margin-right:10px;
	} 
}
@media screen and (max-width:992px){   
  .top-link  {
    width: 40%;
	margin-left: 2px;
  }  

  .top-info  {
    width: 60%
  }
	.top-info a:last-child {  
		margin-right:10px;
	} 

	.top-sns img {
		width: 30px; 
	}  
  .top-link .link-pspt {
    display: none; 
  }
}
@media screen and (max-width:767px){    

  .top-info  {
    width: 100%
  } 
	.top-info a:last-child {  
		margin-right:0;
	} 
}





/*주메뉴*/
nav > ul > li { 
  /*background-color:#F99;*/
} 
nav > ul > li > a {
  display: block;
  padding: 0px 22px; 
	font-size: calc(1rem + 0.3vw) ; 
	letter-spacing: -1px; 
}
nav > ul > li > a > span {
  padding-bottom: 2px;
  display: block;
  color: #000;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  display: inline-block;
  text-decoration: none;  
}
nav > ul > li > a > span:hover {
  color: var(--primary);
}
nav > ul > li > a > hr {
  width: 0%;
  margin: 0 auto;
  border: 2px solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
nav > ul > li:hover > a > hr {
  width: 100%;
  opacity: 1;
}








/*서브메뉴*/
.sub {
  display: none;
  position: relative;
  z-index: 3;
  padding-top: 10px;
}
.sub > li > a { 
	font-size: calc(0.8rem + 0.25vw) ;  
	font-weight: 500;
  display: block; 
  text-decoration: none;
	padding:5px 0;
}
/*주메뉴에 마우스를 올리면 서브메뉴가 통째로 보임*/
nav:hover .sub {
  display: block;
  height: 340px;
}
#sub_bg {
  width: 100%;
  height: 10px;
  background-color: #fff;
  clear: both;
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  border-bottom: 1px solid #333;
  /*display:none;*/
}
#nav:hover ~ #sub_bg {
  opacity: 1;
  height: 340px;
  /*display:block;*/
}


header {
  box-shadow: var(--shadow)
}
header p {
  color: #3a3a3a;
  position: relative;
}
#nav {
  margin-top: -40px;
}
#header .menu_inner {
  margin: 0 auto;
  position: relative;
}
#header {
  height: 101px;
  top: 60px;
  width: 100%;
  z-index: 10001;
  background-color: #fff;
  position: fixed;
  z-index: 12;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header.roll {
  border-bottom: 1px solid #333;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#header a:hover {
  color: var(--primary);
}
#header a.navPanelToggle {
  display: none;
  text-decoration: none;
  height: 4em;
  width: 4em;
  z-index: 10002355188;
}
#header a.navPanelToggle .fa {
  color: #000;
  font-size: 1.25em;
}
#header.roll a.navPanelToggle .fa {
  color: #000;
}
@media screen and (max-width: 992px) {
  #header {
    color: #fff;
    cursor: default;
    height: 75px;
    left: 0;
    line-height: 75px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10023;
    position: fixed;
  }
  #header a.navPanelToggle {
    display: inline-block;
  }
  #header {
    text-align: right;
  }
  .sub {
    display: none;
  }
  #sub_bg {
    display: none;
  }
  nav > ul > li > a > hr {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #header a {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
}
/* Nav */
@media screen and (max-width: 992px) {
  #nav {
    display: none;
  }
}
#navPanel {
  -moz-transform: translatex(20em);
  -webkit-transform: translatex(20em);
  -ms-transform: translatex(20em);
  transform: translatex(20em);
  -moz-transition: -moz-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  color: #000;
  height: 100%;
  max-width: 80%;
  width: 20em;
  padding: 19px 1.25em;
  z-index: 1000000003;
}
#navPanel.visible {
  -moz-transform: translatex(0);
  -webkit-transform: translatex(0);
  -ms-transform: translatex(0);
  transform: translatex(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
#navPanel a:not(.close) {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
  color: #000;
  font-weight: 600;
  display: block;
  padding: 0;
  text-decoration: none;
  font-weight: 300;
}
#navPanel a:not(.close):first-child {
  border: none;
}
#navPanel .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  height: 4em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 5em;
}
#navPanel .close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  content: '\f00d';
  width: 3em;
  height: 3em;
  line-height: 3em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
#navPanel .close:hover {
  color: inherit;
}
hr {
  border: 0;
  border-bottom: solid 1px #666;
  margin: 15px 0;
  display: block;
}
#nav {
  color: #111111;
  cursor: default;  
  text-align: center; 
  /* width: 1237px; */
	width: 100%;
  z-index: 10001;  
}
 

#r_logo { 
  z-index: 12512525;
}
#r_logo a {
	position: relative;
}
@media screen and (max-width: 767px) {
  #r_logo {
  }
}
@media screen and (max-width: 500px) {
  #logo_n_roll { 
  }
}

#logo_1 {
 
} 


@media screen and (max-width: 992px) {
}






/* 25년 2월 리뉴얼 메뉴 css 수정  

.site-navbar  {
	position: relative;
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap;
	margin-top:calc(-1 * var(--bs-gutter-y));
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-items:start; 
	justify-content:space-between;  
}
.site-navbar>* {
	position: relative;
	flex-shrink:0;
	padding-right:calc(var(--bs-gutter-x) * .5);
	padding-left:calc(var(--bs-gutter-x) * .5);
	margin-top:var(--bs-gutter-y);  
}  
.site-logo {
	position: relative;
	flex:0 0 auto;
	width:30%;  
}

.site-logo img {
	position: relative;
  width:100%;
	max-width: 200px; 
}
.site-navigation {
	position: relative;
	flex:0 0 auto;
	width:60%;   
}



.site-menu  {
	position: relative;
	--bs-gutter-x:1.5rem;
	--bs-gutter-y:0;
	display:flex;
	flex-wrap:wrap; 
	margin-right:calc(-.5 * var(--bs-gutter-x));
	margin-left:calc(-.5 * var(--bs-gutter-x));  
	align-items:start; 
	justify-content:flex-end;  
}
.site-menu>* {
	position: relative;
	flex-shrink:0;
	padding-right:calc(var(--bs-gutter-x) * .5);
	padding-left:calc(var(--bs-gutter-x) * .5); 
}



/* 25년 2월 리뉴얼 메뉴 css 수정 */
