@charset "euc-kr";


@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;
}



p, a, h1, h2, h3, h4, h5, h6 {
  transform: skew(-0.001deg);
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

html {
  outline: none;
  font-family: 'NanumSquareRound';
  color: #393939;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
   font-family: 'NanumSquareRound';

  color: #393939;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #fffbf3;
}

form {
  font-family: 'Gmarket';
  color: #393939;
}

textarea {
  font-family: 'Gmarket';
  color: #393939;
}

b {
  font-weight: 500;
}

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: #fffbf3;
    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: #e5abc4;
	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.4), rgba(0, 0, 0, 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  .link {
   font-size:20px;
   position:relative;
   padding-left:35px;
   transition:all 0.3s;
  }
   #wrapper  .link:before{
   display:block;
   content:"";
   height:3px;
   width:25px;
   background:#393939;
   position:absolute;
   left:0px;
   top:10px;
   transition:all 0.3s;

  }

  #wrapper  .link:hover {

   color:#e78bb2;
  }

   #wrapper  .link:hover:before{
  
   width:30px;
   background:#e78bb2;
   left:-5px;

  }


  footer {
    
	padding:150px 0 100px;
  }







  footer .view_wrap {
	width:1500px;
	margin:0 auto;
	position:relative;
	height:585px;
  }


   footer .view_wrap:before {
	content:"";
	display:block;
	background:url(/img/view_bg.png) no-repeat center;
	width:350px;
	height:449px;
	position:absolute;
	right:-110px;
	bottom:-240px;
  }

  
   footer .view_wrap .head{
	float:right;
	width:40%;
	padding:150px 0 0 180px;
	box-sizing:border-box;
   }

   footer .view_wrap .head p:nth-child(1){
	font-size:40px;
	line-height:54px;
	margin-bottom:40px;
	font-weight:bold;
   }


   footer .view_wrap .head p:nth-child(2){
		font-size: 22px;
        line-height: 38px;
        margin-bottom: 40px;
   }

   footer .view_wrap .view{
	position:absolute;
	right:40%;
	top:0px;
	width:100%;
	overflow:hidden;
   }

  footer .view_wrap .view .swiper-slide{
	

	height:585px;
	border-radius:0px 50px 50px 0;
	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: initial;
        bottom: initial;
        display: inline-block;
        text-align: right;
        right: 50px;
	}




	footer .swiper-pagination-bullet-active {
		background: #ffee00;
	}




  footer .promise {
	width:1500px;
	margin:0 auto;
	position:relative;
	margin-top:200px;
	font-size:0px;
  }

  footer .promise .left{
	display:inline-block;
	vertical-align:top;
	width:55%;
  }

  footer .promise .left p:nth-child(1){
	font-size:40px;
	line-height:50px;
	margin-bottom:40px;
	font-weight:bold;
  }


  footer .promise .left p:nth-child(2){
	font-size:18px;
	line-height:30px;
	margin-bottom:30px;
  }


  footer .promise .left p:nth-child(3){
	font-size:20px;
	line-height:30px;
	color:#e78bb2;
	font-weight:bold;
  }

  footer .promise .right{
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:40px; 
	box-sizing:border-box;
  }


  footer .promise .right span{
	display:inline-block;
	padding:5px 10px; 
	background:#ffc0af;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	margin:0 20px 20px 0;
	border-radius:10px;
	transition:0.3s;
  }

  footer .promise .right span:hover{
	transform:scale(1.1);
	background:#ffa48c;
	
  }

  footer .footer{
    width:1500px;
	margin:0 auto;
	padding-top:150px;
  }



  footer .footer .left{
    float:left;
	width:30%;
  }

  footer .footer .left .logo img{
    width:230px;
  }
  footer .footer .left .sns_link{
    margin-top:30px;
	width:230px;
	text-align:center;
  }

  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{
    float:right;
	width:70%;
	text-align:right;
	font-size:18px;
	line-height:28px;
  }



  footer .footer .right .etc_link{
    margin-top:30px;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin-left:30px;
  }

  footer .footer .right .etc_link li a{
   font-weight:bold;
  }








 


 /* ¾Ö´Ï¸ÞÀÌ¼Ç */





  footer .view_wrap .head {
    opacity: 0;
    position: relative;
  }


  footer .view_wrap .view_slide {
    opacity: 0;
    position: relative;
  }

  footer .view_wrap_move .head {
    animation: right_sec 1s forwards;
    animation-delay: 0.5s;
  }


  footer .view_wrap_move .view_slide {
    animation: left_sec 1s forwards;
    animation-delay: 1s;
  }



    footer .promise .left {
    opacity: 0;
    position: relative;
  }


  footer .promise .right {
    opacity: 0;
    position: relative;
  }

  footer .promise_move .left {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }


  footer .promise_move .right {
    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: #fffbf3;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 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  .link {
   font-size:16px;
   position:relative;
   padding-left:25px;
   transition:all 0.3s;
  }
   #wrapper  .link:before{
   display:block;
   content:"";
   height:2px;
   width:20px;
   background:#393939;
   position:absolute;
   left:0px;
   top:9px;
   transition:all 0.3s;

  }

  #wrapper  .link:hover {

   color:#e78bb2;
  }

   #wrapper  .link:hover:before{
  
   width:25px;
   background:#e78bb2;
   left:-5px;

  }



  footer {
    
	padding:120px 0 60px;
  }








  footer .view_wrap {
	width:90%;
	margin:0 auto;
	position:relative;
  }

   footer .view_wrap:before {
	content:"";
	display:block;
	background:url(/img/view_bg.png) no-repeat center;
	background-size:cover;
	opacity:0.6;
	width:150px; 
	height:192px;
	position:absolute;
	right:-5%;
	bottom:-150px;
  }


  footer .view_wrap:after {
	content:"";
	display:block;
	clear:both;
  }

  
   footer .view_wrap .head{
	float:right;
	width:50%;
	padding:30px 0 0 30px;
	box-sizing:border-box;
   }

   footer .view_wrap .head p:nth-child(1){
	font-size:30px;
	line-height:40px;
	margin-bottom:20px;
	font-weight:bold;
       word-break: keep-all;
   }


   footer .view_wrap .head p:nth-child(2){
	        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
        word-break: keep-all;
   }

   footer .view_wrap .view{
	position:absolute;
	right:50%;
	top:0px;
	width:100%;
	overflow:hidden;
   }

  footer .view_wrap .view .swiper-slide{
	

	height:280px;
	border-radius:0px 20px 20px 0;
	overflow:hidden;

   }



   footer .view_wrap .view .swiper-slide .img{
	background-size:cover;
	background-position:center;
	height:280px;

   }

   
   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 .promise {
	width:90%;
	margin:0 auto;
	position:relative;
	margin-top:120px;
	font-size:0px;
  }

  footer .promise .left{
	display:inline-block;
	vertical-align:top;
	width:55%;
  }

  footer .promise .left p:nth-child(1){
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        font-weight: bold;
        word-break: keep-all;
  }
footer .promise .left p:nth-child(1) br{
        display:none;
  }

  footer .promise .left p:nth-child(2){
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
        word-break: keep-all;
  }
footer .promise .left p:nth-child(2) br{
        display:none;
  }

  footer .promise .left p:nth-child(3){
	font-size:14px;
	line-height:22px;
	color:#e78bb2;
	font-weight:bold;
  }

  footer .promise .right{
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:40px 0 0 40px; 
	box-sizing:border-box;
  }


  footer .promise .right span{
	display:inline-block;
	padding:5px 10px; 
	background:#ffc0af;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin:0 10px 10px 0;
	border-radius:10px;
	transition:0.3s;
        word-break: keep-all;
  }

  footer .promise .right span:hover{
	transform:scale(1.1);
	background:#ffa48c;
	
  }







  footer .footer{
    width:90%;
	margin:0 auto;
	padding-top:120px;
  }



  footer .footer .left{
  
	text-align:center;
  }

  footer .footer .left .logo img{
    width:180px;
  }
  footer .footer .left .sns_link{
    margin-top:20px;

  }

  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:14px;
	line-height:22px;
	margin-top:30px;
  }



  footer .footer .right .etc_link{
    margin-top:30px;
  }

  footer .footer .right .etc_link li{
    display:inline-block;
	margin:0 10px;
  }

  footer .footer .right .etc_link li a{
   font-weight:bold;
	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: right_sec 1s forwards;
    animation-delay: 0.5s;
  }


  footer .view_wrap_move .view_slide {
    animation: left_sec 1s forwards;
    animation-delay: 1s;
  }



    footer .promise .left {
    opacity: 0;
    position: relative;
  }


  footer .promise .right {
    opacity: 0;
    position: relative;
  }

  footer .promise_move .left {
    animation: left_sec 1s forwards;
    animation-delay: 0.5s;
  }


  footer .promise_move .right {
    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: 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;
}




