@charset "euc-kr";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');


@font-face {
    font-family: 'NanumSquareRound';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.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: 'KCC-Hanbit';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2403-2@1.0/KCC-Hanbit.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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-weight: 400;
  color: #4a4e58;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
 font-family: 'Pretendard-Regular';

        font-weight: 400;
  color: #4a4e58;
  height: auto;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}

form {
  font-family: 'NanumSquareRound';
  color: #4a4e58;
}

textarea {
  font-family: 'Pretendard-Regular';
  color: #4a4e58;
}

b {
  font-weight: 800;
}

a:link {
  color: #4a4e58;
  text-decoration: none;
}

a:visited {
  color: #4a4e58;
  text-decoration: none;
}

a:active {
  color: #4a4e58;
  text-decoration: none;
}

a:hover {
  color: #4a4e58;
  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: #f9f5e6;
    overflow: hidden;
  }

	#wrapper.main .bg01{
		position:absolute;
		right: -550px;
        top: -300px;
		z-index:0;
	}

	#wrapper.main .bg02{
		position:absolute;
		left:-600px;
		top:620px;
		z-index:0;
	
	}

	
	#wrapper.main .bg01 img{
		opacity: 0;
		position: relative;

		animation: right_main_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper.main .bg02 img{
		opacity: 0;
		position: relative;
		animation: left_main_sec 1s forwards;
		animation-delay:2s;
	}




	#wrapper.sub .bg01{
		position:absolute;
		right: -550px;
        top: -300px;
		z-index:0;
	}

	#wrapper.sub .bg02{
		position:absolute;
		left:-600px;
		top:620px;
		z-index:0;
	
	}

	
	#wrapper.sub .bg01 img{
		opacity: 0;
		position: relative;

		animation: right_main_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper.sub .bg02 img{
		opacity: 0;
		position: relative;
		animation: left_main_sec 1s forwards;
		animation-delay:2s;
	}


   #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: #ff8080;
	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%;
  }


  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:20px;
		line-height:20px;
		position:relative;
		font-weight:600;
	  }

	  #wrapper .arrow_cm img{
		display:inline-block;
		vertical-align:bottom;
		position:relative;
		z-index:1;
		right:0px;
		padding:0 10px;
		height:20px;
		
	  }
	 #wrapper  .arrow_cm:after{
		content:"";
		width:40px;
		height:40px;
		display:inline-block;
		position:absolute;
		right:0px;
		top:-10px;
		border-radius:50%;
		border:2px solid #4a4e58;
	  }
	   #wrapper  .arrow_cm:hover:after{
		transition:all 0.5s;
		right:5px;
	  }

	   #wrapper  .arrow_cm:hover img{
		transition:all 0.5s;
		right:-10px;
	  }




  footer {
    
	padding:150px 0 100px;
  }


	footer .link_wrap {
		width:1500px;
		margin:0 auto 80px;

	}


	footer .link_wrap .left {
		width:calc(100% - 550px);
		float:left;
	}

	footer .link_wrap .left p:nth-of-type(1){
		font-size:40px;
		line-height:70px;
		font-family: 'KCC-Hanbit';
		margin-bottom:40px;

	}


	footer .link_wrap .left p:nth-of-type(2){
		font-size:20px;
		line-height:32px;
		word-break:keep-all;
		padding-right:300px;

	}

	footer .link_wrap .left p:nth-of-type(1) span{
		font-size:60px;
	}
	footer .link_wrap .right {
		width:550px;
		float:right;
	}

	footer .link_wrap .right ul li{
		border-bottom:2px solid #4a4e58;
		padding:30px 20px;
		position:relative;
	}

	footer .link_wrap .right ul li p{
		font-size:26px;
		line-height:26px;
		font-family: 'KCC-Hanbit';
	}


	 footer .link_wrap .right a {
		display: inline-block;
		height: 60px;
		width: 60px;
		background-color:#fff;
		border-radius:50%;
		cursor: pointer;
		position: absolute;
		right:20px;
		top:10px;
	  }


	   footer .link_wrap .right a:hover {
		transform:scale(1.1);
		transition:0.3s;
	  }




	footer .link_wrap .right a:before {
		right: 16px;
        top: 21px;
        content: "";
        transform: translateY(0px) translateX(0px) rotate(45deg);
        transition: all 0.2s;
        position: absolute;
        width: 24px;
        height: 4px;
        background: #464543;
	}

	footer .link_wrap .right a:after {
		right: 16px;
        bottom: 21px;
        transform: translateY(0px) translateX(0px) rotate(-45deg);
        content: "";
        transition: all 0.2s;
        position: absolute;
        width: 24px;
        height: 4px;
        background: #464543;
	}

	footer .link_wrap .right a:hover:before {
		background: #ff8080;
	}

	footer .link_wrap .right a:hover:after {
		background: #ff8080;
	}







   footer .view{
	
	width:1500px;
	margin:0 auto 80px;

	position:relative;
   }

  footer .view .swiper-slide{
	

	height:500px;
	border-radius:80px 0px 80px 0;
	overflow:hidden;
	cursor: pointer;
   }


   footer .view .swiper-slide .img{
	height:500px;
   }







    footer .view .swiper-pagination{
		position: absolute;
        z-index: 99;
        top: -30px;
        width: auto;
        left: 20px;
        bottom: initial;
        display: inline-block;
        text-align: right;
        right: initial;
	}


	footer .swiper-pagination-bullet{
		width:20px;
		height:20px;
		margin:0 5px;
		
	}

	footer .swiper-pagination-bullet-active {
		background: #ffee00;
	}




	footer .quick_link{
		 width:1500px;
		margin:0 auto;
		text-align:center;
	}

	footer .quick_link ul li{
		display:inline-block;
		font-size:0px;
		box-sizing:border-box;
		margin-right:80px;
	}
	footer .quick_link ul li:last-child{
	
		margin-right:0px;
	}



	footer .quick_link ul li a{
		display:inline-block;
		width:166px;
	}

	footer .quick_link ul li a:hover{
		transform:scale(1.1);
		transition:0.3s;
	}
	footer .quick_link ul li .txt{
		display:inline-block;
		margin-right:40px;
		vertical-align:top;

	}
	footer .quick_link ul li .txt p:nth-child(1){
		font-family: 'KCC-Hanbit';
		font-size:30px;
		line-height:40px;
		text-align:left;
		margin-bottom:20px;
	}

	footer .quick_link ul li .txt p:nth-child(2){
	
		font-size:16px;
		line-height:24px;
		text-align:left;
	}




  footer .footer{
    width:1500px;
	margin:0 auto;
	padding-top:150px;
  }



  footer .footer .left{
    float:left;
	width:280px;
  }

  footer .footer .left .logo img{
    width:100%;
  }

  footer .footer .middle{
    float:left;
	padding:10px 0 0 150px;
  }

  footer .footer .middle p{
    font-size:18px;
	line-height:34px;
  }

  footer .footer .right{
    float:right;
  }


  footer .footer .right .etc_link{
	
margin-bottom:20px;
  
  }

  footer .footer .right .etc_link > li{
   font-size:16px; display:inline-block;
   vertical-align:middle;
   margin-right:20px;

  }
footer .footer .right .tel{
	
font-size:38px;
line-height:46px;
margin-bottom:30px;
}

  footer .footer .right .sns_link{
    margin-bottom:50px;
  }

   footer .footer .right .sns_link > a{
   font-size:20px; display:inline-block;
   vertical-align:middle;
   margin-right:20px;

  }

  footer .footer .right .sns_link ul{
    display:inline-block;
   vertical-align:middle;
  }

  footer .footer .right .sns_link li{
    display:inline-block;
	margin-right:25px;
  }

  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 .link_wrap .left{
		opacity: 0;
		position: relative;
	}


	footer .link_wrap .right{
		opacity: 0;
		position: relative;
	}

	footer .link_wrap_move .left{
	  animation:left_sec 1s forwards;
		animation-delay: 0.5s;
	}

	footer .link_wrap_move .right{
	  animation:right_sec 1s forwards;
	  animation-delay: 1s;
	}


	footer .view {
		opacity: 0;
		position: relative;
	}

	footer .view_move {
	  animation:bottom_sec 1s forwards;
		animation-delay: 0.5s;
	}




	footer .quick_link ul li:nth-child(1){
		opacity: 0;
		position: relative;
	}
	
	footer .quick_link ul li:nth-child(2){
		opacity: 0;
		position: relative;
	}

	footer .quick_link ul li:nth-child(3){
		opacity: 0;
		position: relative;
	}



	footer .quick_link_move ul li:nth-child(1){
		animation:left_sec 1s forwards;
		animation-delay: 0.5s;
	}
	
	footer .quick_link_move ul li:nth-child(2){
		animation:bottom_sec 1s forwards;
		animation-delay: 1s;
	}

	footer .quick_link_move ul li:nth-child(3){
		animation:right_sec 1s forwards;
		animation-delay: 1.5s;
	}




	footer .footer .left{
		opacity: 0;
		position: relative;
	}
	
	footer .footer .middle{
		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 .middle{
		animation:bottom_sec 1s forwards;
		animation-delay: 1s;
	}

	footer .footer_move .right{
		animation:right_sec 1s forwards;
		animation-delay: 1.5s;
	}




















  ::-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: #4a4e58;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b4a4e58a;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1199px */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;background-color: #f9f5e6;
    overflow: hidden;
  }


	#wrapper.main .bg01{
		position:absolute;
		right: -500px;
        top: -250px;
		z-index:0;
	}

	#wrapper.main .bg02{
		position:absolute;
		left:-350px;
		top:380px;
		z-index:0;
	
	}


	#wrapper.main .bg01 img{
		opacity: 0;
		position: relative;
		height:400px;
		animation: right_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper.main .bg02 img{
		opacity: 0;
		width:500px;
		position: relative;
		animation: left_sec 1s forwards;
		animation-delay:2s;
	}



	#wrapper.sub .bg01{
		position:absolute;
		right: -500px;
        top: -250px;
		z-index:0;
	}

	#wrapper.sub .bg02{
		position:absolute;
		left:-350px;
		top:380px;
		z-index:0;
	
	}


	#wrapper.sub .bg01 img{
		opacity: 0;
		position: relative;
		height:400px;
		animation: right_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper.sub .bg02 img{
		opacity: 0;
		width:500px;
		position: relative;
		animation: left_sec 1s forwards;
		animation-delay:2s;
	}









  header.firstheader {
    position: absolute;
    z-index:100;
    width: 100%;
  }


  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(255 255 255 / 80%);




  }
   #quick_m a{
	width:50%;
	height:50px;
	line-height:50px;
	display:inline-block;
	vertical-align:middle;
	border-right:2px solid #4a4e58;
	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:14px;
		
	  }
	 #wrapper  .arrow_cm:after{
		content:"";
		width:28px;
		height:28px;
		display:inline-block;
		position:absolute;
		right:-3px;
		top:-5px;
		border-radius:50%;
		border:2px solid #4a4e58;
	  }
	   #wrapper  .arrow_cm:hover:after{
		transition:all 0.5s;
		right:2px;
	  }

	   #wrapper  .arrow_cm:hover img{
		transition:all 0.5s;
		right:-5px;
	  }









  footer {
    
	padding:80px 0 80px;
  }




footer .link_wrap {
		width:90%;
		margin:0 auto 80px;

	}


	footer .link_wrap .left {
		margin-bottom:50px;
		padding-right:20%;
	}

	footer .link_wrap .left p:nth-of-type(1){
		font-size:30px;
		line-height:50px;
		font-family: 'KCC-Hanbit';
		margin-bottom:20px;

	}



	footer .link_wrap .left p:nth-of-type(2){
		font-size:14px;
		line-height:24px;
		word-break:keep-all;

	}

	footer .link_wrap .left p:nth-of-type(1) span{
		font-size:40px;
	}
	footer .link_wrap .right {
		
		padding-left:20%;
	}

	footer .link_wrap .right ul li{
		border-bottom:2px solid #4a4e58;
		padding:20px 10px;
		position:relative;
	}

	footer .link_wrap .right ul li p{
		font-size:22px;
		line-height:22px;
		font-family: 'KCC-Hanbit';
	}


	 footer .link_wrap .right a {
		display: inline-block;
		height: 45px;
		width: 45px;
		background-color:#fff;
		border-radius:50%;
		cursor: pointer;
		position: absolute;
		right:20px;
		top:10px;
	  }


	   footer .link_wrap .right a:hover {
		transform:scale(1.1);
		transition:0.3s;
	  }




	footer .link_wrap .right a:before {
		right: 13px;
        top: 16px;
        content: "";
        transform: translateY(0px) translateX(0px) rotate(45deg);
        transition: all 0.2s;
        position: absolute;
        width: 15px;
        height: 3px;
        background: #464543;
	}

	footer .link_wrap .right a:after {
		        right: 13px;
        bottom: 17px;
        transform: translateY(0px) translateX(0px) rotate(-45deg);
        content: "";
        transition: all 0.2s;
        position: absolute;
        width: 15px;
        height: 3px;
        background: #464543;
	}

	footer .link_wrap .right a:hover:before {
		background: #ff8080;
	}

	footer .link_wrap .right a:hover:after {
		background: #ff8080;
	}






   footer .view{
	
	width:90%;
	margin:0 auto 40px;;
	position:relative;
   }

  footer .view .swiper-slide{
	

	height:200px;
	border-radius:30px 0px 30px 0;
	overflow:hidden;
	cursor: pointer;
   }


    footer .view .swiper-slide .img{
	height:100%;
	background-size:cover;
   }


   footer .view .swiper-slide img{

	vertical-align:top;
   }




    footer .view .swiper-pagination{
		position: absolute;
        z-index: 99;
        top: -30px;
        width: auto;
        left: 20px;
        bottom: initial;
        display: inline-block;
        text-align: right;
        right: initial;
	}


	footer .swiper-pagination-bullet{
		width:15px;
		height:15px;
		margin:0 10px;
		
	}

	footer .swiper-pagination-bullet-active {
		background: #ffee00;
	}





	footer .quick_link{
		 width:90%;
		margin:0 auto;
		text-align:center;
	}

	footer .quick_link ul li{
		float:left;
		width:30%;
		font-size:0px;
		box-sizing:border-box;
		margin-right:5%
	
	}
	footer .quick_link ul li:last-child{
	
		margin-right:0px;
	}



	footer .quick_link ul li a{
		display:inline-block;
		max-width:100%;

	}

	footer .quick_link ul li a img{
		
		width:100%;
	}

	footer .quick_link ul li a:hover{
		transform:scale(1.1);
		transition:0.3s;
	}
	footer .quick_link ul li .txt{
		margin-bottom:10px;

	}
	footer .quick_link ul li .txt p:nth-child(1){
		font-family: 'KCC-Hanbit';
		font-size:0px;
		
	}

	footer .quick_link ul li .txt p:nth-child(1) span{
	
		font-size:20px;
		line-height:24px;
		word-break:keep-all;
		text-align:left;
	}

	footer .quick_link ul li .txt p:nth-child(2){
	
		display:none;
	}


 

  footer .footer{
    width:90%;
	margin:0 auto;
	padding-top:80px;
  }



  footer .footer .left{
	text-align:center;
	margin-bottom:30px;
  }

  footer .footer .left .logo img{
    width:220px;
  }

  footer .footer .middle{

	text-align:center;
	margin-bottom:40px;
  }

  footer .footer .middle p{
    font-size:14px;
	line-height:24px;
	word-break:keep-all;
  }

    footer .footer .middle p br{
    display:none;
  }


  footer .footer .right{
    
	text-align:center;
  }


  footer .footer .right .etc_link{
	
margin-bottom:20px;
  
  }

  footer .footer .right .etc_link > li{
   font-size:16px; display:inline-block;
   vertical-align:middle;
   margin:0 10px;

  }
footer .footer .right .tel{
	
font-size:30px;
line-height:40px;
margin-bottom:20px;
}

footer .footer .right .tel br{
	
display:none;
}


  footer .footer .right .sns_link{
    margin-bottom:50px;
  }

   footer .footer .right .sns_link > a{
   font-size:16px; display:inline-block;
   vertical-align:middle;
   margin:0 10px;

  }

  footer .footer .right .sns_link ul{
    display:inline-block;
   vertical-align:middle;
  }

  footer .footer .right .sns_link li{
    display:inline-block;
	margin-right:25px;
  }

  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 .link_wrap .left{
		opacity: 0;
		position: relative;
	}


	footer .link_wrap .right{
		opacity: 0;
		position: relative;
	}

	footer .link_wrap_move .left{
	  animation:bottom_sec 1s forwards;
		animation-delay: 0.5s;
	}

	footer .link_wrap_move .right{
	  animation:bottom_sec 1s forwards;
	  animation-delay: 1s;
	}


	footer .view {
		opacity: 0;
		position: relative;
	}

	footer .view_move {
	  animation:bottom_sec 1s forwards;
		animation-delay: 0.5s;
	}




	footer .quick_link ul li:nth-child(1){
		opacity: 0;
		position: relative;
	}
	
	footer .quick_link ul li:nth-child(2){
		opacity: 0;
		position: relative;
	}

	footer .quick_link ul li:nth-child(3){
		opacity: 0;
		position: relative;
	}



	footer .quick_link_move ul li:nth-child(1){
		animation:bottom_sec 1s forwards;
		animation-delay: 0.5s;
	}
	
	footer .quick_link_move ul li:nth-child(2){
		animation:bottom_sec 1s forwards;
		animation-delay: 1s;
	}

	footer .quick_link_move ul li:nth-child(3){
		animation:bottom_sec 1s forwards;
		animation-delay: 1.5s;
	}




	footer .footer .left{
		opacity: 0;
		position: relative;
	}
	
	footer .footer .middle{
		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 .middle{
		animation:bottom_sec 1s forwards;
		animation-delay: 1s;
	}

	footer .footer_move .right{
		animation:bottom_sec 1s forwards;
		animation-delay: 1.5s;
	}




  ::-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: #4a4e58;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b4a4e58a;
    scrollbar-Shadow-Color: transparent;
  }







	/* ÅåÇÃ·¯½º */

#tocplusWindow{
    position: fixed!important;
    top: inherit!important;
    bottom: 0px;
    left: inherit!important;
    right: 30px;
    bottom: 30px;
}


}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #4a4e58;
  color: #fff;
}

::selection {
  background: #4a4e58;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #4a4e584a4e58;
  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;
}




