@charset "euc-kr";
@font-face {
    font-family: 'KHNPHD';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KHNPHD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
  font-family: "Pretendard-Medium";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff")
    format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-ExtraBold";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff")
    format("woff");
  font-style: normal;
}



/*
Pretendard-Thin
Pretendard-ExtraLight
Pretendard-Light
Pretendard-Regular
Pretendard-Medium
Pretendard-SemiBold
Pretendard-Bold
Pretendard-ExtraBold
Pretendard-Black
*/




p, a, h1, h2, h3, h4, h5, h6 {
  transform: skew(-0.001deg);
  letter-spacing:-1px;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

html {
  outline: none;
  font-family: 'Pretendard-Regular';
  font-style: normal;
  color: #555;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
  font-family: 'Pretendard-Regular';
  font-style: normal;
  color: #555;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #fff;
}

form {
  color: #555;
}

textarea {
  color: #555;
}

b {
  font-weight: 600;
}

a:link {
  color: #555;
  text-decoration: none;
}

a:visited {
  color: #555;
  text-decoration: none;
}

a:active {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

a {
  outline: none;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* * {-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;} */

@media (min-width:1200px) {
  /* ÃÖ¼Ò 1200 */
  #wrapper {
    min-width: 1600px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f6f2e9;
    overflow: hidden;
  }
   #quick_m{
	display:none;
  }
  #quick {
    position: absolute;
    z-index: 2;
    right: 0px;
    transition: 0.3s; 
	display:none;
  }
  #quick .quick_box{
    position: relative;
    z-index: 2;
    transition: 0.3s; 
    box-shadow: 0px 0px 10px -5px #5a5a5a;
	background:#fff;
	overflow:hidden;
	padding:0px 0 0px;
	border-radius:20px 0 0 20px;

  }

  #quick .quick_box > a {
    display:block;
	padding-right:20px;
	height:70px;
	line-height:70px;
	
	font-size:16px;
	font-weight:600;
    transition: 0.3s; 
  }

  #quick .quick_box >a:hover {
    background: #f1a9c7;
	color:#fff;
  }

  #quick .quick_box > a .img {
   display:inline-block;
   width:80px;
   text-align:center;
  }


  #quick  .quick_box > a img {
    vertical-align: middle;
    transition: 0.3s; 

  }
  #quick .quick_box >a:hover img{
	filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(207deg) brightness(106%) contrast(105%);
  }




  
	
  
  #quick:hover {
    right: 0px!important;
  }



  #top_go {
	 text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 2;
  }
   #top_go:hover {
    transform:scale(1.1);
	filter: invert(79%) sepia(20%) saturate(577%) hue-rotate(291deg) brightness(94%) contrast(90%);
  }

  #top_go img {
    cursor: pointer;
	width:40px;
  }





	




  header.firstheader {
    position: absolute;
    z-index:100;
    width: 100%;

  }






/* ¸ÞÀÎ °øÅë È­»ìÇ¥ */

	  #wrapper .arrow_cm{
		font-size:26px;
		line-height:26px;
		position:relative;
	  }

	  #wrapper .arrow_cm img{
		display:inline-block;
		vertical-align:bottom;
		position:relative;
		z-index:1;
		right:0px;
		padding:0 10px;
	  }
	 #wrapper  .arrow_cm:after{
		content:"";
		width:56px;
		height:56px;
		display:inline-block;
		position:absolute;
		right:0px;
		top:-10px;
		border-radius:50%;
		background:#f8b500;
	  }
	   #wrapper  .arrow_cm:hover:after{
		transition:all 0.3s;
		right:5px;
	  }

	   #wrapper  .arrow_cm:hover img{
		transition:all 0.3s;
		right:-10px;
	  }




  footer {
    
	padding:150px 0 100px;
  }


	footer .foot_info{
		width:1500px;
		margin:0 auto;	
		box-sizing:border-box;
		padding:0 50px;
		position:relative;

	}

	footer .foot_info .bg01{
		left:-150px;top:-120px;	
		position:absolute;

	}

	footer .foot_info > .left{
		float:left;
		width:540px;
		position:relative;
		z-index:1;
	}
	footer .foot_info > .right{
		float:left;
		width:calc(100% - 540px);
		position:relative;
		z-index:1;
		box-sizing:border-box;
		padding-left:100px;
	}


	footer .foot_info  > .left .title{
		font-family: 'KHNPHD';
		font-size:50px;
		line-height:100%;
		margin-bottom:100px;

	}

	footer .foot_info  > .left .map{
		width:100%;
		height:250px;
		border-radius:20px;
		overflow:hidden;
	}

	footer .foot_info  > .left .map iframe{
		width:100%;
		height:100%;

	}


	footer .foot_info > .right .s_title{
		font-family: 'KHNPHD';
		font-size:32px;
		line-height:48px;
		margin-bottom:20px;
	}
	footer .foot_info > .right .s_title img{
		height:50px;
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
	}
	footer .foot_info > .right .time{
		margin-bottom:50px;
	}
	footer .foot_info > .right .time .box{
		
		font-size:16px;
	}


	footer .foot_info > .right .time .box > .left{
		float:left;
		width:50%;
	}

	footer .foot_info > .right .time .box > .right{
		float:left;
		width:50%;
	}


	footer .foot_info > .right .time .box > div >  p{
		margin-bottom:13px;
		overflow:hidden;
	}

	footer .foot_info > .right .time .box > div >  p span:nth-child(2n-1){
		float:left; 
		width:20%;
	}
	footer .foot_info > .right .time .box p span:nth-child(2n){
		float:left; 
		width:80%;
	}





	footer .foot_info > .right .address{
		float:left;
		width:50%;
	}

	footer .foot_info > .right .address .box{
		font-size:16px;
		line-height:24px;
	}

	footer .foot_info > .right .call{
			float:left;
		width:50%;
	}

	
	footer .foot_info > .right .call a{
		font-size:34px;
		line-height:34px;
		font-family: "Pretendard-SemiBold";
	}



  footer .footer{
    width:1500px;
	margin:0 auto;
	padding-top:150px;
  }




  
  footer .footer .left{
    float:left;
	text-align:left;
	font-size:16px;
	line-height:30px;
  }


    
  footer .footer .right{
    float:right;
	text-align:right;
	font-size:18px;
	line-height:28px;
  }

   footer .footer .right .etc_link{
    margin-bottom:40px;
	text-align:right;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin-left:20px;
  }

  footer .footer .right .etc_link li a{
 
  }



  footer .footer .right > a{
   display:inline-block;
   margin-right:30px;
   
  }


 
  footer .footer .right .sns_link{
   display:inline-block;
  }

  footer .footer .right .sns_link li{
    display:inline-block;
	margin-right:25px;
  }

   footer .footer .right .sns_link li:last-child{
	margin-right:0px;
  }

  footer .footer .right .sns_link li a{
   transition:0.3s;
    display:inline-block;

  }

   footer .footer .right .sns_link li a:hover{
    transform:scale(1.1);

  }
  footer .footer .right .sns_link li img{
    height:35px;
  }



 






 
  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #sub_contents .left_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_on {
    animation: left_mv_on 1s forwards;
  }

  #sub_contents .right_mv_on {
    animation: right_mv_on 1s forwards;
  }

  #sub_contents .top_mv_on {
    animation: top_mv_on 1s forwards;
  }

  #sub_contents .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }










  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }

  ::-webkit-scrollbar-track {
    background-color: #ccc;
  }

  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-3dLight-Color: #ddd;
    scrollbar-arrow-color: #bbb;
    scrollbar-base-color: #ddd;
    scrollbar-Face-Color: #555;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b555a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1199px */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative; background-color: #f6f2e9;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index:100;
    width: 100%;
  }




  #quick_m{
	display:none;
	position:fixed;
	bottom:0px;
	z-index:30;
	width:100%;
	font-size:0px;
    background: rgb(235 220 196 / 60%);
  }
   #quick_m a{
	width:50%;
	height:50px;
	line-height:50px;
	display:inline-block;
	vertical-align:middle;
	border-right:2px solid #fff;
	box-sizing:border-box;
	text-align:left;
	font-size:16px;
	padding:0px 10px 0px 55px;
	position: relative;
  }
  #quick_m a:hover{
    background: #fff;
  }

  #quick_m a .img{
	position:absolute;
	
	height:50px;
	width:50px;
	line-height:50px;
	left:5px;
	top:0px;
	display:inline-block;
	text-align:center;
  }

   #quick_m a .img img{
	vertical-align:middle;
  }
   #quick_m a:last-child{
	border-left:0;
  }
#quick {
   display:none!important;
  }


#top_go {
	 text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 30;
  }
   #top_go:hover {
    transform:scale(1.1);
	filter: invert(79%) sepia(20%) saturate(577%) hue-rotate(291deg) brightness(94%) contrast(90%);
  }

  #top_go img {
    cursor: pointer;
	width:40px;
  }







/* ¸ÞÀÎ °øÅë È­»ìÇ¥ */

  #wrapper .arrow_cm{
	font-size:16px;
	line-height:16px;
	position:relative;
  }

  #wrapper .arrow_cm img{
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	z-index:1;
	right:0px;
	padding:0 5px;
	height:15px;
  }
 #wrapper .arrow_cm:after{
	content:"";
	width:30px;
	height:30px;
	display:inline-block;
	position:absolute;
	right:0px;
	top:-5px;
	border-radius:50%;
	background:#f8b500;
  }
  #wrapper .arrow_cm:hover:after{
	transition:all 0.3s;
	right:2px;
  }

  #wrapper .arrow_cm:hover img{
	transition:all 0.3s;
	right:-5px;
  }




  footer {
    
	padding:100px 0 100px;
  }


	footer .foot_info{
		width:90%;
		margin:0 auto;	
		box-sizing:border-box;
		position:relative;

	}

	footer .foot_info .bg01{
		left:-100px;top:-120px;	
		position:absolute;
		width:250px;

	}

	footer .foot_info > .left{

		position:relative;
		z-index:1;
		margin-bottom:50px;
	}
	footer .foot_info > .right{

		position:relative;
		z-index:1;
		box-sizing:border-box;
	}


	footer .foot_info  > .left .title{
		font-family: 'KHNPHD';
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 30px;
        word-break: keep-all;

	}

	footer .foot_info  > .left .map{
		width:100%;
		height:250px;
		border-radius:20px;
		overflow:hidden;
	}

	footer .foot_info  > .left .map iframe{
		width:100%;
		height:100%;

	}


	footer .foot_info > .right .s_title{
		font-family: 'KHNPHD';
		font-size:24px;
		line-height:32px;
		margin-bottom:20px;
	}
	footer .foot_info > .right .s_title img{
		height:40px;
		display:inline-block;
		vertical-align:middle;
		margin-right:10px;
	}
	footer .foot_info > .right .time{
		margin-bottom:50px;
		
	}
	footer .foot_info > .right .time .box{
		
		font-size:14px;
	}


	footer .foot_info > .right .time .box > .left{
		float:left;
		width:50%;
	}

	footer .foot_info > .right .time .box > .right{
		float:left;
		width:50%;
	}


	footer .foot_info > .right .time .box > div >  p{
		margin-bottom:10px;
		overflow:hidden;
	}

	footer .foot_info > .right .time .box > div >  p span:nth-child(2n-1){
		 float: left;
        width: 20%;
        min-width: 60px;
        margin-bottom: 3px;
        font-size: 16px;
	 font-family: "Pretendard-SemiBold";
	}
	footer .foot_info > .right .time .box p span:nth-child(2n){
		float:left; 
		width:80%;
		padding-left:0px;
		box-sizing:border-box;
		word-break:keep-all;
	}
	footer .foot_info > .right .time .box p span:nth-child(2n):before{
		content:"-";
		display:inline-block;
		margin-right:5px;
		font-size:20px;
		

	}





	footer .foot_info > .right .address{
		float:left;
		width:48%;
		margin-right:4%;
	}

	footer .foot_info > .right .address .box{
		font-size:14px;
		line-height:22px;
		word-break:keep-all;
	}

	footer .foot_info > .right .call{
			float:left;
		width:48%;
	}

	
	footer .foot_info > .right .call a{
		font-size:24px;
		line-height:24px;
		font-family: "Pretendard-SemiBold";
		word-break:keep-all;
	}



  footer .footer{
    width:90%;
	margin:0 auto;
	padding-top:80px;
  }







    
  footer .footer .right{

	font-size:16px;
	line-height:24px;
	text-align:right;
	margin-bottom:40px;
  }

   footer .footer .right .etc_link{
    margin-bottom:40px;
	text-align:right;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin-left:20px;
  }

  footer .footer .right .etc_link li a{
 
  }



  footer .footer .right > a{
   display:inline-block;
   margin-right:30px;
   
  }


 
  footer .footer .right .sns_link{
   display:inline-block;
  }

  footer .footer .right .sns_link li{
    display:inline-block;
	margin-right:25px;
  }

   footer .footer .right .sns_link li:last-child{
	margin-right:0px;
  }

  footer .footer .right .sns_link li a{
   transition:0.3s;
    display:inline-block;

  }

   footer .footer .right .sns_link li a:hover{
    transform:scale(1.1);

  }
  footer .footer .right .sns_link li img{
    height:35px;
  }




  
  footer .footer .left{

	font-size:14px;
	line-height:22px;
  }



	
    /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #sub_contents .left_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .right_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .top_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .bottom_mv_li_s {
    opacity: 0;
    position: relative;
  }

  #sub_contents .left_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .right_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .top_mv_on {
    animation: bottom_mv_on 1s forwards;
  }

  #sub_contents .bottom_mv_on {
    animation: bottom_mv_on 1s forwards;
  }




  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #2f3542;
  }

  ::-webkit-scrollbar-track {
    background-color: #ccc;
  }

  * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-3dLight-Color: #ddd;
    scrollbar-arrow-color: #bbb;
    scrollbar-base-color: #ddd;
    scrollbar-Face-Color: #555;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b555a;
    scrollbar-Shadow-Color: transparent;
  }







	/* ÅåÇÃ·¯½º */

#tocplusWindow{
    position: fixed!important;
    top: inherit!important;
    bottom: 0px;
    left: inherit!important;
    right: 30px;
    bottom: 30px;
}


}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #555;
  color: #fff;
}

::selection {
  background: #555;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #555555;
  font-size: 25px;
  font-family: "NGothicB";
}

.copy-redf {
  color: #ff3300 !important;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}






