@charset "euc-kr";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

@font-face {
    font-family: 'NanumSquare','NotoSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KHNPHD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'NGothic';
  src: url('/font/NanumGothic.woff') format('woff');
}

@font-face {
  font-family: 'NGothicB';
  src: url('/font/NanumGothicBold.woff') format('woff');
}

@font-face {
  font-family: 'NGothicEB';
  src: url('/font/NanumGothicExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'NBGothic';
  src: url('/font/NanumBarunGothic.woff') format('woff');
}

@font-face {
  font-family: 'NBGothicB';
  src: url('/font/NanumBarunGothicBold.woff') format('woff');
}

@font-face {
  font-family: 'pnight';
  src: url('/font/Cafe24Oneprettynight.woff') format('woff');
}

@font-face {
  font-family: 'Chosunilbo_myungjo';
  src: url('/font/Chosunilbo_myungjo.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: NotoSans;
  font-weight: normal;
  src: url('/font/NotoSansKR-Light.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  src: url('/font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  font-weight: 800;
  src: url('/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
  font-family: NotoSans;
  font-weight: 900;
  src: url('/font/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gmarket';
  src: url('/font/GmarketSansTTFBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'BMJUA';
  src: url('/font/BMJUA.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: 'NanumSquare','NotoSans';
  
  color: #393939;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
   font-family: 'NanumSquare','NotoSans';

  color: #393939;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #f9f6f1;
}

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: #f9f6f1;
    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: #c17f18;
	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(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }

  #top_go img {
    cursor: pointer;
	width:40px;
  }




  header.firstheader {
    position: absolute;
    z-index:999;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), 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;
  }

 


  footer {
    border-top:2px solid #efeeeb;
  }

   footer .footer{
    position: relative;    
	padding: 60px 0 60px;
	width:1440px;
	margin:0 auto;
  }

  
   footer .footer .top{
    overflow:hidden;
	margin-bottom:40px;
  }

  footer .footer .top .etc_link{
    float:left;
  }
  footer .footer .top .etc_link li{
    display:inline-block;
	font-size:16px;
	margin-right:20px;

  }

  footer .footer .top .sns_link{
    float:right;
  }

  footer .footer .top .sns_link li{
    display:inline-block;
	margin-left:30px;
  }
  footer .footer .top .sns_link li img{
    height:35px;
  }


  footer .footer .bottom{
    overflow:hidden;
  }

  footer .footer .bottom a.logo{
    float:right;
	width:200px;
  }

  footer .footer .bottom p{
    float:left;
	font-size:16px;
	line-height:24px;
	width:calc(100% - 200px);
  }


 


  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
    footer .footer .top{
		opacity: 0;
		position: relative;
	}

	footer .footer .bottom{
		opacity: 0;
		position: relative;
	}

    footer .footer_move .top{
      animation:right_sec 1s forwards;
		animation-delay: 0.5s;
    }

	footer .footer_move .bottom{
      animation:left_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 screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f9f6f1;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index:999;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.4), 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;
  }
 #quick_m{
	display:none;
  }
  #quick {
    position: absolute;
    z-index: 2;
    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:10px;
	height:50px;
	line-height:50px;
	
	font-size:14px;
	font-weight:600;
    transition: 0.3s; 
  }

  #quick .quick_box >a:hover {
    background: #c17f18;
	color:#fff;
  }

  #quick .quick_box > a .img {
   display:inline-block;
   width:60px;
   text-align:center;
  }


  #quick  .quick_box > a img {
    vertical-align: middle;
    transition: 0.3s; 
	width:22px;

  }
  #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(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }

  #top_go img {
    cursor: pointer;
	width:40px;
  }


 

  footer {
    border-top:2px solid #efeeeb;
  }

   footer .footer{
    position: relative;    
	padding: 40px 0 40px;
	width:90%;
	margin:0 auto;
  }

  
   footer .footer .top{
    overflow:hidden;
	margin-bottom:30px;
  }

  footer .footer .top .etc_link{
    float:left;
  }
  footer .footer .top .etc_link li{
    display:inline-block;
	font-size:14px;
	margin-right:15px;

  }

  footer .footer .top .sns_link{
    float:right;
  }

  footer .footer .top .sns_link li{
    display:inline-block;
	margin-left:20px;
  }

   footer .footer .top .sns_link li img{
    height:35px;
  }


  footer .footer .bottom{
    overflow:hidden;
  }

  footer .footer .bottom a.logo{
    float:right;
	width:200px;
  }

  footer .footer .bottom p{
    float:left;
	font-size:14px;
	line-height:22px;
	width:calc(100% - 200px);
	box-sizing:border-box;
	padding-right:100px;
  }



/* ¾Ö´Ï¸ÞÀÌ¼Ç */
    footer .footer .top{
		opacity: 0;
		position: relative;
	}

	footer .footer .bottom{
		opacity: 0;
		position: relative;
	}

    footer .footer_move .top{
      animation:right_sec 1s forwards;
		animation-delay: 0.5s;
    }

	footer .footer_move .bottom{
      animation:left_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;
  }
}

@media (max-width:767px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f9f6f1;
    overflow: hidden;
  }

  header.firstheader {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), 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;
  }

  #quick_m{
	display:none;
	position:fixed;
	bottom:0px;
	z-index:10;
	width:100%;
	font-size:0px;
    background: rgb(235 220 196 / 80%);
  }
   #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: 2;
  }
   #top_go:hover {
    transform:scale(1.1);
	filter: invert(46%) sepia(100%) saturate(336%) hue-rotate(358deg) brightness(93%) contrast(109%);
  }

  #top_go img {
    cursor: pointer;
	width:40px;
  }


footer {
    border-top:2px solid #efeeeb;
  }

   footer .footer{
    position: relative;    
	padding: 40px 0 60px;
	width:90%;
	margin:0 auto;
  }

  
   footer .footer .top{
    overflow:hidden;
	margin-bottom:30px;
  }

  footer .footer .top .etc_link{
   text-align:center;
   margin-bottom:20px;
  }
  footer .footer .top .etc_link li{
    display:inline-block;
	font-size:14px;
	margin:0 15px 15px 0 ;

  }

  footer .footer .top .sns_link{
   text-align:center;

  }

  footer .footer .top .sns_link li{
    display:inline-block;
	margin:0 15px 15px 0 ;
  }

   footer .footer .top .sns_link li img{
    height:35px;
  }


  footer .footer .bottom{
   text-align:center;
  }

  footer .footer .bottom a.logo{
	width:170px;
	display:inline-block;
  }

  footer .footer .bottom p{
	margin-top:30px;
	font-size:12px;
	line-height:18px;
	box-sizing:border-box;
	word-break:keep-all;
  }
  footer .footer .bottom p br:nth-child(1){
	display:none;
  }


/* ¾Ö´Ï¸ÞÀÌ¼Ç */
    footer .footer .top{
		opacity: 0;
		position: relative;
	}

	footer .footer .bottom{
		opacity: 0;
		position: relative;
	}

    footer .footer_move .top{
      animation:right_sec 1s forwards;
		animation-delay: 0.5s;
    }

	footer .footer_move .bottom{
      animation:left_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;
}




