@charset "euc-kr";



@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:'Chosunilbo_myungjo';
  font-weight: 300;
  color: #405550;
  height: auto;
  width: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  outline: none;
   font-family:'Chosunilbo_myungjo';
  font-weight: 300;
  color: #405550;
  height: auto;
  width: 100%;
  letter-spacing: -1px;
  font-size: 14px;
  background-color: #fff;
}

form {
  font-family: 'Gmarket';
  color: #405550;
}

textarea {
  font-family: 'Gmarket';
  color: #405550;
}

b{font-weight:bold;}

a:link {
  color: #405550;
  text-decoration: none;
}

a:visited {
  color: #405550;
  text-decoration: none;
}

a:active {
  color: #405550;
  text-decoration: none;
}

a:hover {
  color: #405550;
  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: 1500px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f0f1f0;
    overflow: hidden;
  }

  #wrapper:after {
    width: 100%;
	content:"";
    position: absolute;
	right:0px;
	bottom:0px;
    height: 1800px;
	background:url(/img/leaf_02_06.png) center top;
	background-size:cover;
  }

  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;
  }

  #quick_m{
	display:none!important;
  }
  #quick {
    position: absolute;
    z-index: 999;
    right: 40px;
  }

  #quick>a {
    float: right;
    background: #f087c2;
    margin-bottom: 20px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: left;
    border-radius: 90px;
    font-size: 0px;
    transition: 0.3s;
    clear: both;
    font-size: 24px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    box-shadow: 0px 0px 20px -5px #5a5a5a;
  }

  #quick>a:hover {
    background: #f087c2;
  }

  #quick>a .img {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    width: 90px;
    text-align: center;
  }

  #quick>a img {
    vertical-align: middle;
    width: 50px;
  }

  #quick>a:hover {
    width: 300px;
  }


  #quick .top_go {
    float: right;
    clear: both;
    width: 90px;
    text-align: center;
	transition:all 0.3s;
  }
  #quick .top_go:hover {
    transform:scale(1.1);
  }

  #quick .top_go img {
    cursor: pointer;
  }



  footer {
    z-index: 1;
    position: relative;    
	padding: 920px 0 80px;
	width:1440px;;
	margin:0 auto;
  }



  footer .preview{
	position:absolute;
	width:40%;
	right:70px;
	top:200px;

  }

  footer .preview .preview_box{
	position:relative;
	text-align:left;
    height: 520px;
  }

  footer .preview .preview_box .today{
    text-align:center;
	font-size:32px;
	line-height:32px;
	margin-bottom:60px;
  }

  footer .preview .preview_box .today span:nth-child(2){
    
	font-size:64px;
	line-height:64px;
  }

  footer .preview .preview_box .preview_button ul{
	font-size:0px;
  }

  footer .preview .preview_box .preview_button ul li{
	display:inline-block; width:50%;
	border-bottom:5px solid #405550;
    text-align:center;
	padding:0 20px 20px 20px;
	box-sizing:border-box;
	transition:all 0.3s;
  }

  footer .preview .preview_box .preview_button ul li.on{
	border-bottom:5px solid #f087c2;
  }

  footer .preview .preview_box .preview_button ul li:hover{
	border-bottom:5px solid #f087c2;
  }

  footer .preview .preview_box .preview_button ul li a{
	font-size:30px;
	line-height:30px;
	transition:all 0.3s;
  }

  footer .preview .preview_box .preview_button ul li.on a{
	
	color:#f087c2;
  }

  footer .preview .preview_box .preview_button ul li:hover a{
	font-size:30px;
	line-height:30px;
	color:#f087c2;
  }

	footer .preview .preview_box .preview_link{
		position:absolute;
		font-size:20px;
		line-height:32px;
		right:40px;
		top:20px;
		border-bottom:2px solid #405550;
	}

	footer .preview .preview_box .preview_link:hover{

		color:#f087c2;
		border-bottom:2px solid #f087c2;
	}


  footer .preview .preview_box .preview_list{
	position:relative;
  }

  footer .preview .preview_box .preview_list ul{
	box-sizing:border-box;
	width:80%;
	left:10%;
	top:40px;
	display:none;
    position: absolute;
  }

  footer .preview .preview_box .preview_list ul:nth-child(1){
	display:block;
  }


  footer .preview .preview_box .preview_list ul li{	
	margin-bottom:35px;
  }
  footer .preview .preview_box .preview_list ul li:last-child{	
	margin-bottom:0px;
  }
  footer .preview .preview_box .preview_list ul li a{
	font-size:20px;
	line-height:32px;
	display:block;
	transition:all 0.3s;
  }
  footer .preview .preview_box .preview_list ul li a:hover{
	color:#f087c2;
  }
  footer .preview .preview_box .preview_list ul li a span{
	display:block;
  }



  
  footer .preview .preview_etc{
	    margin-top: 20px;
    border: 1px solid #819b95;
    padding: 30px 20px 30px 20px;
	text-align:center;
	position:relative;

  }
  footer .preview .preview_etc:before{
	position:absolute;
	content:"¹öÆ°À» Å¬¸¯ÇØÁÖ¼¼¿ä.";
	font-size:18px;
	right:0px;
	top:-30px;

  }



  footer .preview .preview_etc a{
	font-size:24px;
	margin:0 30px;

  }

   footer .preview .preview_etc a:hover{
	color:#f087c2;

  }





 footer .footer{
	width:1440px;
	margin:0 auto;
	z-index:2;
	box-sizing:border-box;
	text-align:center;
 }



   footer .footer .etc_link{
	float:left;
 }

  footer .footer .etc_link > li{
	display:inline-block;
	margin-right:30px;
 }
 footer .footer .etc_link > li a{
	font-size:20px;
 }

 footer .footer .sns_link{
	float:right;
 }


  footer .footer .sns_link > li{
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
 }
 footer .footer .sns_link > li a:hover img{
	transform:scale(1.1);
 }

 
  footer .footer .sns_link > li img{
	
	vertical-align:middle;
	transition:0.3s;
 }


  footer .footer .cooper_link{
	float:left;
    clear: left;
	margin-top:40px;
	text-align:left;
  }

  footer .footer .cooper_link p{
	font-size:24px;
	margin-right:15px;
	display:inline-block;
	vertical-align:top;
  }

  footer .footer .cooper_link ul{
	
	font-size:0px;
	display:inline-block;
	vertical-align:top;

  }
  footer .footer .cooper_link li{
	
	display:inline-block;
	margin-right:10px;
	border: 1px solid #819b95;
	padding:8px;

  }
footer .footer .cooper_link li img{
	
	height:32px;

  }

  footer .footer .cooper_link li:hover{
	
	border: 1px solid #f087c2;

  }
  footer .footer .bottom{
	padding-top:50px;

 }

  footer .footer .bottom a{
	display:inline-block;
	vertical-align:middle;
 }


footer .footer .bottom p{

	padding-top:50px;
	font-size:20px;
	line-height:34px;
	box-sizing:border-box;
	word-break:keep-all;
 }



  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
    footer .preview_box   {
      opacity: 0;
      position: relative;
    }

	footer .preview_etc   {
      opacity: 0;
      position: relative;
    }

    footer .preview_move {
      animation: left_sec 1s forwards;
      animation-delay: 0.3s;
    }


	footer .preview_etc_move {
      animation: right_sec 1s forwards;
      animation-delay: 0.3s;
    }

    footer .footer  {
      opacity: 0;
      position: relative;
    }

    footer .footer_move {
      animation: left_sec 1s forwards;
      animation-delay: 0.3s;
    }






  ::-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: #405550;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b405550a;
    scrollbar-Shadow-Color: transparent;
  }
}


@media (max-width:1199px) {

  /* ÃÖ¼Ò 1200 */
  #wrapper {
	
    min-width: 375px;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #f0f1f0;
    overflow: hidden;
  }

  #wrapper:after {
	width: 100%;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 1360px;
    background: url(/img/leaf_02_06.png) 40% top;
    background-size: cover;
	opacity:0.8;
  }

  header.firstheader {
    position: absolute;
    z-index: 100;
    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(254 214 62 / 85%);
  }
   #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 .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:30px;
  }
   #quick_m a:last-child{
	border-left:0;
  }
#quick {
   display:none!important;
  }



  footer {
    z-index: 1;
    position: relative;    
	padding: 100px 0 80px;
	width:90%;
	margin:0 auto;
	text-align:right;
  }



  footer .preview{
	display: inline-block;
    width: 50%;
    min-width: 278px;
    margin-bottom: 30px;

  }

  footer .preview .preview_box{
	position:relative;
	text-align:left;
    height: 400px;
  }

  footer .preview .preview_box .today{
    text-align:center;
	font-size:26px;
	line-height:26px;
	margin-bottom:40px;
  }

  footer .preview .preview_box .today span:nth-child(2){
    
	font-size:40px;
	line-height:40px;
  }

  footer .preview .preview_box .preview_button ul{
	font-size:0px;
  }

  footer .preview .preview_box .preview_button ul li{
	display:inline-block; width:50%;
	border-bottom:5px solid #405550;
    text-align:center;
	padding:0 20px 20px 20px;
	box-sizing:border-box;
	transition:all 0.3s;
  }

  footer .preview .preview_box .preview_button ul li.on{
	border-bottom:5px solid #f087c2;
  }

  footer .preview .preview_box .preview_button ul li:hover{
	border-bottom:5px solid #f087c2;
  }

  footer .preview .preview_box .preview_button ul li a{
	font-size: 19px;
    line-height: 19px;
    transition: all 0.3s;
  }

  footer .preview .preview_box .preview_button ul li.on a{
	
	color:#f087c2;
  }

  footer .preview .preview_box .preview_button ul li:hover a{
	color:#f087c2;
  }

	footer .preview .preview_box .preview_link{
		position:absolute;
		font-size:20px;
		line-height:32px;
		right:0px;
		top:20px;
		border-bottom:2px solid #405550;
	}

	footer .preview .preview_box .preview_link:hover{

		color:#f087c2;
		border-bottom:2px solid #f087c2;
	}


  footer .preview .preview_box .preview_list{
	position:relative;
  }

  footer .preview .preview_box .preview_list ul{
	box-sizing:border-box;
	width:90%;
	left:5%;
	top:20px;
	display:none;
    position: absolute;
  }

  footer .preview .preview_box .preview_list ul:nth-child(1){
	display:block;
  }


  footer .preview .preview_box .preview_list ul li{	
	margin-bottom: 15px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
  }
  footer .preview .preview_box .preview_list ul li:last-child{	
	margin-bottom:0px;
  }
  footer .preview .preview_box .preview_list ul li a{
	font-size:16px;
	line-height:24px;
	display:block;
	transition:all 0.3s;
  }
  footer .preview .preview_box .preview_list ul li a:hover{
	color:#f087c2;
  }
  footer .preview .preview_box .preview_list ul li a span{
	display:block;
  }



  
  footer .preview .preview_etc{
	margin-top: 16px;
    border: 1px solid #819b95;
    padding: 10px 10px 10px 10px;
	text-align:center;
	position:relative;

  }
  footer .preview .preview_etc:before{
	position:absolute;
	content:"¹öÆ°À» Å¬¸¯ÇØÁÖ¼¼¿ä.";
	font-size:16px;
	right:0px;
	top:-30px;

  }



  footer .preview .preview_etc a{
	font-size: 18px;
    margin: 10px 30px;
    display: inline-block;

  }

   footer .preview .preview_etc a:hover{
	color:#f087c2;

  }





 footer .footer{
	width:90%;
	margin:0 auto;
	z-index:2;
	box-sizing:border-box;
	text-align:center;
 }



   footer .footer .etc_link{
	margin-bottom:15px;
	text-align:right;
 }

  footer .footer .etc_link > li{
	display:inline-block;
	margin:0 0px 15px 15px;
 }
 footer .footer .etc_link > li a{
	font-size:16px;
 }

 footer .footer .sns_link{
	
	margin-bottom:15px;
	text-align:right;
 }


  footer .footer .sns_link > li{
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
 }
 footer .footer .sns_link > li a:hover img{
	transform:scale(1.1);
 }

 
  footer .footer .sns_link > li img{
	
	vertical-align:middle;
	transition:0.3s;
 }




footer .footer .cooper_link{
	margin-top:40px;
	text-align:right;
  }

  footer .footer .cooper_link p{
	font-size:20px;
	margin-bottom:10px;
  }

  footer .footer .cooper_link ul{
	
	font-size:0px;
	display:inline-block;
	vertical-align:top;

  }
  footer .footer .cooper_link li{
	
	display:inline-block;
	margin:0 0px 10px 10px;
	border: 1px solid #819b95;
	padding:5px;

  }
footer .footer .cooper_link li img{
	
	height:24px;

  }

  footer .footer .cooper_link li:hover{
	
	border: 1px solid #f087c2;

  }





  footer .footer .bottom{
	padding-top:40px;

 }

  footer .footer .bottom a{
	display:inline-block;
	vertical-align:middle;
 }

  footer .footer .bottom a img{
	height:60px;
 }


footer .footer .bottom p{

	padding-top:50px;
	font-size:14px;
	line-height:22px;
	box-sizing:border-box;
	word-break:keep-all;
 }
 footer .footer .bottom p br{
display:none;
 }





  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
    footer .preview_box   {
      opacity: 0;
      position: relative;
    }

	footer .preview_etc   {
      opacity: 0;
      position: relative;
    }


    footer .preview_move {
      animation: left_sec 1s forwards;
      animation-delay: 0.3s;
    }


	footer .preview_etc_move {
      animation: right_sec 1s forwards;
      animation-delay: 0.3s;
    }

    footer .footer  {
      opacity: 0;
      position: relative;
    }

    footer .footer_move {
      animation: left_sec 1s forwards;
      animation-delay: 0.3s;
    }





  ::-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: #405550;
    scrollbar-Track-Color: #ddd;
    scrollbar-DarkShadow-Color: #ddd;
    scrollbar-Highlight-Color: #2b405550a;
    scrollbar-Shadow-Color: transparent;
  }







	/* ÅåÇÃ·¯½º */

#tocplusWindow{
    position: fixed!important;
    top: inherit!important;
    bottom: 0px;
    left: inherit!important;
    right: 30px;
    bottom: 30px;
}


}

/* ï¿½ï¿½ï¿½ï¿½ ï¿½ï¿½ï¿½ï¿½ */
::-moz-selection {
  background: #405550;
  color: #fff;
}

::selection {
  background: #405550;
  color: #fff;
}

.liner {
  border-bottom: 1px dotted #999999;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c_point {
  color: #405550405550;
  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;
}




