@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: 'NanumSquareRound';
 font-weight:600;
  color: #3c3c3c;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
    font-family: 'NanumSquareRound';

 font-weight:600;
  color: #3c3c3c;
  height: auto;
  width: 100%;
  font-size: 14px;
  background-color: #fff;
}

form {
  font-family: 'NanumSquareRound';
  color: #3c3c3c;
}

textarea {
    font-family: 'NanumSquareRound';
  color: #3c3c3c;
}

b {
  font-weight: 800;
}

a:link {
  color: #3c3c3c;
  text-decoration: none;
}

a:visited {
  color: #3c3c3c;
  text-decoration: none;
}

a:active {
  color: #3c3c3c;
  text-decoration: none;
}

a:hover {
  color: #3c3c3c;
  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: #ffffff;
    overflow: hidden;
  }

	#wrapper .bg01{
		position:absolute;
		right: -550px;
        top: -550px;
		z-index:0;
		width:830px;
		height:830px;
	}

	#wrapper .bg02{
		position:absolute;
		left:-500px;
		top:620px;
		z-index:0;
		width:1000px;
		height:1000px;
	
	}

	
	#wrapper .bg01 div{
		opacity: 0;
		position: relative;
		background:#ffebec;
		border-radius:50%;
		width:100%;
		height:100%;


		animation: right_main_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper .bg02 div{
		opacity: 0;
		position: relative;

		background:#ebf2ff;
		border-radius:50%;
		width:100%;
		height:100%;
		animation: left_main_sec 1s forwards;
		animation-delay:2s;
	}





   #quick_m{
	display:none;
  }
  
  
  #quick {
    position: absolute;
    z-index: 2;
    right: 50px;
    transition: 0.3s;
  }


  #quick .hide{
	cursor:pointer;
	display:block;
	text-align:center;
	font-size:18px;
	margin-top:10px;
	transition:all 0.3s;
	font-weight: 700;
	
  }

    #quick .hide:hover{
	cursor:pointer;
	display:block;
	text-align:center;
	font-size:18px;
	margin-top:10px;
	color:#f19502;
  }



  #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;
  }

  #quick .quick_box>a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
	padding:15px 15px;
  }

  #quick .quick_box>a:hover {
    background: #f19502;
    color: #fff;
  }

  #quick .quick_box>a:not(.call) .img {
    display: block;
   
    text-align: center;
  }

  #quick .quick_box>a img {
    vertical-align: middle;
    transition: 0.3s;
	height:40px;
  }


  #quick .quick_box>a> span {
    display: block;
    text-align: center;
	margin-top:10px;
	
  }

  #quick .quick_box > a:hover img {
    filter: invert(100%) sepia(96%) saturate(15%) hue-rotate(207deg) brightness(106%) contrast(105%);
  }


	
  
  #quick .quick_box>a.call {
   font-size:24px;
   line-height:34px;
   text-align:center;
   padding:15px 30px;
   background:#fff1d9;
  }
   #quick .quick_box>a.call .img {

	margin-bottom:10px;
    text-align: center;
  }
 #quick .quick_box>a.call span{
   
	text-align: left;
	display:inline;
  }


 #quick .quick_box>a.call:hover {
    background: #f19502;
    color: #fff;
  }

   #quick .quick_box>a.call:hover span{
   
	color:#fff;
  }






 #top_go {
    text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 0px;
    bottom: 20px;
    z-index: 30;
    box-shadow: 0px 0px 10px -5px #5a5a5a;
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
	`ext-align:center;
	width:80px;

    border-radius: 20px 0 0 20px;
  }



  #top_go:hover {
    background: #f19502;
    transition: 0.3s;
  }

  #top_go img {
    cursor: pointer;
    width: 35px;
  }

  #top_go:hover img {
    transform: scale(1.1);
    filter: invert(100%);
    transition: 0.3s;
  }




	




  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 #3c3c3c;
	  }
	   #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 0px;
  }


	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';
		font-weight:400;
		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 #3c3c3c;
		padding:30px 20px;
		position:relative;
	}

	footer .link_wrap .right ul li p{
		font-size:26px;
		line-height:26px;
		font-family: 'KCC-Hanbit';font-weight:400;
	}


	 footer .link_wrap .right a {
		display: inline-block;
		height: 60px;
		width: 60px;
		background-color:#efefef;
		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: #f19502;
	}

	footer .link_wrap .right a:hover:after {
		background: #f19502;
	}







   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-weight:400;
		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{
	background:#efefef;
	margin-top:100px;
  }

    footer .footer .footer_box{
	width:1500px;
	margin:0 auto;
	padding:80px 0;
	}

  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: #3c3c3c;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b3c3c3ca;
    scrollbar-Shadow-Color: transparent;
  }
}

@media (max-width:1199px) {

  /* ÃÖ¼Ò 1199px */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;background-color: #ffffff;
    overflow: hidden;
  }


	
#wrapper .bg01{
		        position: absolute;
        right: -300px;
        top: -300px;
        z-index: 0;
        width: 470px;
        height: 470px;
	}

	#wrapper .bg02{
		position:absolute;
		left:-200px;
		top:500px;
		z-index:0;
		width:500px;
		height:500px;
	
	}

	
	#wrapper .bg01 div{
		opacity: 0;
		position: relative;
		background:#ffebec;
		border-radius:50%;
		width:100%;
		height:100%;


		animation: right_main_sec 1s forwards;
		animation-delay:1s;
	}

	#wrapper .bg02 div{
		opacity: 0;
		position: relative;

		background:#ebf2ff;
		border-radius:50%;
		width:100%;
		height:100%;
		animation: left_main_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(115 189 70 / 50%);
  }

  #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;
	height:25px;
  }

  #quick_m a:last-child {
    border-left: 0;
  }

  #quick {
    display: none !important;
  }


 #top_go {
    text-align: center;
    transition: all 0.3s;
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 30;
    box-shadow: 0px 0px 10px -5px #5a5a5a;
    background: #fff;
    overflow: hidden;
    padding: 15px 0;
	`ext-align:center;
	width:80px;

    border-radius: 20px 0 0 20px;
  }



  #top_go:hover {
    background: #f19502;
    transition: 0.3s;
  }

  #top_go img {
    cursor: pointer;
    width: 35px;
  }

  #top_go:hover img {
    transform: scale(1.1);
    filter: invert(100%);
    transition: 0.3s;
  }







/* ¸ÞÀÎ °øÅë È­»ìÇ¥ */


	  #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 #3c3c3c;
	  }
	   #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 0px;
  }




footer .link_wrap {
		width:90%;
		margin:0 auto 80px;

	}


	footer .link_wrap .left {
		margin-bottom:50px;
		padding-right:15%;
	}

	footer .link_wrap .left p:nth-of-type(1){
		font-size:30px;
		line-height:50px;
		font-family: 'KCC-Hanbit'; font-weight:400;
		margin-bottom:20px;
        word-break: keep-all;

	}



	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 #3c3c3c;
		padding:20px 10px;
		position:relative;
	}

	footer .link_wrap .right ul li p{
		font-size:22px;
		line-height:22px;
		font-family: 'KCC-Hanbit'; font-weight:400;
	}


	 footer .link_wrap .right a {
		display: inline-block;
		height: 45px;
		width: 45px;
		background-color:#efefef;
		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: #f19502;
	}

	footer .link_wrap .right a:hover:after {
		background: #f19502;
	}






   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:20px;

	}
	footer .quick_link ul li .txt p:nth-child(1){
		font-family: 'KCC-Hanbit'; font-weight:400;
		font-size:20px;
		line-height:28px;
		margin-bottom:20px;
		
	}


	footer .quick_link ul li .txt p:nth-child(1) span{
	
		
		word-break:keep-all;
		text-align:left;
	}

	footer .quick_link ul li .txt p:nth-child(2){
	
	display:none;
	}
	
	footer .quick_link ul li .txt p:nth-child(2) br{
	display:none;
	}



 
  footer .footer{
	background:#efefef;
	margin-top:80px;
  }

    footer .footer .footer_box{
	    width:90%;
	margin:0 auto;
	padding:80px 0;
	}








  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 .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:0px;
  }

   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: #3c3c3c;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b3c3c3ca;
    scrollbar-Shadow-Color: transparent;
  }







	/* ÅåÇÃ·¯½º */

#tocplusWindow{
    position: fixed!important;
    top: inherit!important;
    bottom: 0px;
    left: inherit!important;
    right: 30px;
    bottom: 30px;
}


}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #3c3c3c;
  color: #fff;
}

::selection {
  background: #3c3c3c;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #3c3c3c3c3c3c;
  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;
}




