/*------------------------------------------------------------------
±âº»Á¤ÀÇ CSS


/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
}
------------------------------------------------------------------*/
@charset "UTF-8";


p,
span,
small,
i,
label,
h1, h2, h3, h4, h5, h6
{font-family: Hind, 'Noto Sans Korean', sans-serif; font-weight:400;}

a,
a:focus,
a:hover,
a:active
{font-family: Hind, '±¼¸²', sans-serif;}





html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

body {
  letter-spacing: 0px;
  word-break:keep-all;
}



ul, li{list-style:none;}

p {
  font-size: 15px;
  font-weight: 400; 
  color: #999;
  line-height:150%;
}

em,
li,
li a {
  font-size: 15px;
  font-weight: 300 ;
  color: #515769;
}

a {
  
  font-size: 15px;
  font-weight: 300 ;
  color: #515769;
  outline: 0;
}

a:focus, a:hover, a:active {
  outline: 0;
  color: #999caa;
  text-decoration: none;
}

label{
  font-size: 13px;
  font-weight: 300;
  color: #81848f;
}

small{
  font-size: 13px;
  font-weight: 300;  
  color: #81848f;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: 600; 
  color: #515769;
  line-height: 1.4;
  margin: 0 0 15px;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #515769;
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
  color: #999caa;
  text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
  text-decoration: none;
}

h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}

.h1 {font-size: 30px;}
.h2 {font-size: 24px;}
.h3 {font-size: 20px;}
.h4 {font-size: 18px;}
.h5 {font-size: 15px;}

@media only screen and (max-width: 767px) {

	h1 {font-size: 25px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	h4 {font-size: 15px;}

	.h1 {font-size: 25px;}
	.h2 {font-size: 20px;}
	.h3 {font-size: 18px;}
	.h4 {font-size: 15px;}
}




::selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #17bed2;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}







/* ckeditor ´ÜÃàÅ° */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}





/* ÆË¾÷·¹ÀÌ¾î */
#hd_pop { z-index:999999999999999999999999999999999999999;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}