@charset "euc-kr";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


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: 'nanumsquare';
  font-weight: 600;
  color: #393939;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
   font-family: 'nanumsquare';

        font-weight: 600;
  color: #393939;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #fff;
}

form {
   font-family: 'nanumsquare';
  color: #393939;
}

textarea {
   font-family: 'nanumsquare';
  color: #393939;
}

b {
  font-weight: 800;
}

a:link {
  color: #393939;
  text-decoration: none;
}

a:visited {
  color: #393939;
  text-decoration: none;
}

a:active {
  color: #393939;
  text-decoration: none;
}

a:hover {
  color: #393939;
  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: #fff;
    overflow: hidden;
  }

   #quick_m{
	display:none;
  }
  #quick {
    position: absolute;
    z-index: 2;
    right: 0px;
    transition: 0.3s; 
  }
  #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: #ea8f0c;
	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%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
  }
  header.firstheader.main {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0));
  }

  header.firstheader:after {
    content: "";
    clear: both;
    display: block;
  }

  header .etc {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 40px;
    padding-top: 15px;
    z-index: 1;
  }


   header.sub {
    position: absolute;
    z-index:100;
    width: 100%;
    background-image: none;
  }

 



/* ¸ÞÀÎ °øÅë È­»ìÇ¥ */

	  #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 .view_wrap {
	width:1500px;
	margin:0 auto;
	position:relative;
	height:590px;
  }


  
   footer .view_wrap .head{
	float:left;
	width:40%;
	padding:150px 180px 0 0;
	box-sizing:border-box;
   }



   footer .view_wrap .head p:nth-child(1){
	font-size:44px;
	line-height:62px;
	font-weight:600;
	margin-bottom:40px;
    letter-spacing: -3px;


  }

  
   footer .view_wrap .head p:nth-child(1) span{
	color:#ea8f0c;


  }






   footer .view_wrap .head p:nth-child(2){
	        font-size: 22px;
        line-height: 34px;
        font-weight: 400;
        margin-bottom: 70px;
   }

   footer .view_wrap .view{
	position:absolute;
	left:40%;
	top:0px;
	width:100%;
   }

  footer .view_wrap .view .swiper-slide{
	

	height:590px;
	border-radius:30px 0px 0 30px;
	overflow:hidden;

   }



   footer .view_wrap .view .swiper-slide .img{
	background-size:cover;
	background-position:center;
	height:585px;

   }

   
   footer .view_wrap .view .swiper-slide:hover img{
	transform:scale(1.1);

   }


    footer .view_wrap .view .swiper-pagination{
		position: absolute;
        z-index: 99;
        top: 8px;
        width: auto;
        left: 50px;
        bottom: initial;
        display: inline-block;
        text-align: right;
        right: initial;
	}




	footer .swiper-pagination-bullet-active {
		background: #ffee00;
	}




  footer .footer{
    width:1500px;
	margin:0 auto;
	padding-top:150px;
  }



  footer .footer .left{
    float:left;
	width:440px;
  }

  footer .footer .left .logo img{
    width:340px;
  }
  footer .footer .left .sns_link{
    margin-bottom:50px;
  }

  footer .footer .left .sns_link li{
    display:inline-block;
	margin-right:25px;
  }

  footer .footer .left .sns_link li a{
   transition:0.3s;
    display:inline-block;

  }

   footer .footer .left .sns_link li a:hover{
    transform:scale(1.1);

  }
  footer .footer .left .sns_link li img{
    height:35px;
  }


  footer .footer .right{
    float:right;
	width:calc(100% - 440px);
	text-align:left;
	font-size:18px;
	line-height:28px;
  }



  footer .footer .right .etc_link{
    margin-bottom:60px;
	text-align:right;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin-left:30px;
  }

  footer .footer .right .etc_link li a{
   font-weight:600;
  }








 


 /* ¾Ö´Ï¸ÞÀÌ¼Ç */





  footer .view_wrap .head {
    opacity: 0;
    position: relative;
  }


  footer .view_wrap .view_slide {
    opacity: 0;
    position: relative;
  }

  footer .view_wrap_move .head {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }


  footer .view_wrap_move .view_slide {
    animation: right_sec 1s forwards;
    animation-delay: 1s;
  }





	footer .footer .left{
		opacity: 0;
		position: relative;
	}

	footer .footer .right{
		opacity: 0;
		position: relative;
	}

	footer .footer_move .left{
	  animation:left_sec 1s forwards;
		animation-delay: 0.5s;
	}

	footer .footer_move .right{
	  animation:right_sec 1s forwards;
	  animation-delay: 1s;
	}











  ::-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: #393939;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b393939a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1199px */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index:100;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0));
  }
  header.firstheader.main {
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0));
  }


  header.firstheader:after {
    content: "";
    clear: both;
    display: block;
  }


 header.sub {
    position: absolute;
    z-index:100;
    width: 100%;
    background-image: none;
  }
  header .etc {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-right: 40px;
    padding-top: 15px;
    z-index: 1;
  }

  #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:120px 0 60px;
  }








  footer .view_wrap {
	width:90%;
	margin:0 auto;
	position:relative;
	text-align:right;
  }




  footer .view_wrap:after {
	content:"";
	display:block;
	clear:both;
  }

  
   footer .view_wrap .head{
	padding:30px 30px 0 0;
	box-sizing:border-box;
	margin-bottom:50px;
	display:inline-block;
	text-align:left;
	width:80%;
	max-width:380px;
   }

   footer .view_wrap .head p:nth-child(1){
	font-size:30px;
	line-height:38px;
	font-weight:600;
	margin-bottom:20px;
	word-break:keep-all;
        letter-spacing: -2px;
   }

   footer .view_wrap .head p:nth-child(1) span{
		color:#ea8f0c;

   }

    
  footer .view_wrap .head p:nth-child(1) br{
	display:none;
   }



   footer .view_wrap .head p:nth-child(2){
	 	font-size:14px;
	line-height:22px;
	font-weight:400;
	margin-bottom:50px;
	word-break:keep-all;
   }

   
   footer .view_wrap .head p:nth-child(2) br{
	display:none;
   }

   footer .view_wrap .view{
	width:85%;
	margin-right:15%;
	left:-5%;
	min-height:250px;
	position:relative;
   }


   footer .view_wrap .view .view_slide{height:100%;}


   footer .view_wrap .view .swiper-container{height:100%;}


  footer .view_wrap .view .swiper-slide{
	

	border-radius:0 20px 20px 0;
	overflow:hidden;

   }



   footer .view_wrap .view .swiper-slide .img{
	background-size:cover;
	background-position:center;
	height:100%;

   }

   
   footer .view_wrap .view .swiper-slide:hover img{
	transform:scale(1.1);

   }


   footer .view_wrap .view .swiper-pagination{
		position: absolute;
        z-index: 99;
        top: 8px;
        width: auto;
        left: initial;
        bottom: initial;
        display: inline-block;
        text-align: right;
        right: 30px;
	}

	
	footer .swiper-pagination-bullet-active {
		background: #ffee00;
	}







  footer .footer{
    width:90%;
	margin:0 auto;
	padding-top:70px;
  }



  footer .footer .left{
  
	text-align:center;
  }

  footer .footer .left .logo img{
    width:240px;
  }
  footer .footer .left .sns_link{
    margin-bottom:40px;

  }

  footer .footer .left .sns_link li{
    display:inline-block;
	margin:0 15px;
  }

  footer .footer .left .sns_link li a{
   transition:0.3s;
    display:inline-block;

  }

   footer .footer .left .sns_link li a:hover{
    transform:scale(1.1);

  }
  footer .footer .left .sns_link li img{
    height:35px;
  }


  footer .footer .right{
  
	text-align:center;
	font-size:12px;
	line-height:16px;
	margin-top:30px;
  }



  footer .footer .right .etc_link{
    margin-bottom:30px;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin:10px 5px;
  }

  footer .footer .right .etc_link li a{
   font-weight:600;
	font-size:14px;
  }








/* ¾Ö´Ï¸ÞÀÌ¼Ç */






  footer .view_wrap .head {
    opacity: 0;
    position: relative;
  }


  footer .view_wrap .view_slide {
    opacity: 0;
    position: relative;
  }

  footer .view_wrap_move .head {
    animation: bottom_sec 1s forwards;
    animation-delay: 1s;
  }


  footer .view_wrap_move .view_slide {
    animation: bottom_sec 1s forwards;
    animation-delay: 0.5s;
  }




   


	footer .footer .left{
		opacity: 0;
		position: relative;
	}

	footer .footer .right{
		opacity: 0;
		position: relative;
	}

	footer .footer_move .left{
	  animation:bottom_sec 1s forwards;
		animation-delay: 0.5s;
	}

	footer .footer_move .right{
	  animation:bottom_sec 1s forwards;
	  animation-delay: 1s;
	}








  ::-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: #393939;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b393939a;
    scrollbar-Shadow-Color: transparent;
  }







	/* ÅåÇÃ·¯½º */

#tocplusWindow{
    position: fixed!important;
    top: inherit!important;
    bottom: 0px;
    left: inherit!important;
    right: 30px;
    bottom: 30px;
}


}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #393939;
  color: #fff;
}

::selection {
  background: #393939;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #393939393939;
  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;
}




