@charset "utf-8";

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #ccc;vertical-align:top;padding:0;margin:0;border-radius:3px}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:80%;color:#ff0000;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
/*
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:80%;color:#ff0000;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ;  vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}
*/

#map { height: 1100px; }

@media screen and ( max-width: 768px )
{
	#map { height: 280px; }
}

/* .list { overflow: hidden; max-height: 414px; } */
.list { overflow: hidden; max-height: 1388px; }
/* .list:hover { overflow-y: scroll; } */

.icon { border-radius: 0.25rem !important; width: 44px; height: 44px; }

.spacing>.col-3:nth-child(4n+1) { padding-left: 15px; padding-right: 1px; }
.spacing>.col-3:nth-child(4n+2) { padding-left: 10px; padding-right: 5px; }
.spacing>.col-3:nth-child(4n+3) { padding-left: 5px; padding-right: 10px; }
.spacing>.col-3:nth-child(4n+4) { padding-left: 1px; padding-right: 15px; }

.spacing>.col-6:nth-child(2n+1) { padding-left: 15px; padding-right: 5px; }
.spacing>.col-6:nth-child(2n+2) { padding-left: 5px; padding-right: 15px; }

.ck.ck-editor__editable { min-height: 200px !important; }
