/* 상세페이지에서 언어선택 부분 스타일 */
#langChoice {
    margin-top:20px;
}
#langChoice th {
    text-align:center;
    cursor:pointer;
    padding:15px 0;
    background-color:#ecebea;
    border-bottom: 0px;
}
#langChoice th.on {
    background-color:lightgray;
    font-weight:bold;
}

div.langs {
    display:none;
}
div.langs.on {
    display:block;
}

/* contact popup */
.contact_pop .pop_contents { height: 420px; }


/* 답변 처리 팝업 css */
.map_pop .pop_contents .popup_content .reply_title{
	font-size: 20px;
    color: #222;
    text-align:center;
    font-weight: 700;
}

.answer-reply-radio{
	padding: 20px 20px 20px 30px;
}

.answer-reply-radio textarea{
	width: 515px;
    height: 80px;
    display: block;
    border-width: 2px;
    border-style: inset;
	margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 30px
}

.answer-reply-btn{
	display: inline-block;
    float: right;
    margin-right: 52px;
}
.answer-reply-btn .reply-btn{
	display: inline-block;
    width: 80px;
    height: 30px;
    background: #262626;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid #262626;
    margin-left: 10px;
    cursor: pointer;
}

.contactus-info{
	line-height: 10px;
    padding-top: 25px;
    font-size: 14px;
    padding-left:14px;
    padding-bottom:10px
}

.reply-answer-comment{
	line-height:20px;
}

.answer-reply-radio textarea{
	border: 1px solid #d9d9d9;
}

#lang .select_box{
	width: 120px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d9d9d9;
}

#reply .select_box{
	width: 80px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d9d9d9;
}

#list-btn .input_box {
    width: 177px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d9d9d9;
}

/*#excel-download {
    width: 156px;
    height: 30px;
    border: 1px solid #262626;
    background: #262626;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 126px;
}*/

#infra-list dl {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

#infra-list dl:last-child {
    margin-right: 0;
}

#articles .select_box {
    width: 65px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d9d9d9;
}
#date .date_box, .date_boxY, .date_boxYM {
	width: 120px !important;
    cursor: pointer;
}
