@charset "utf-8";

/* common */
.dgc_weather .text_bold {font-weight:bold;}
.dgc_weather .desc_icon {display:inline-block; padding:2px 4px; border:1px solid #b0b0b0; border-radius:3px; font-size:11px; color:#b0b0b0; background:#fff; cursor: pointer;}
.dgc_weather .temp_dec {display:inline-block; margin-top:10px; margin-left:10px; }
.dgc_weather .icon_img {}
.dgc_weather .wind {color:blue;}
.dgc_weather .humidity {color:red;}
.dgc_weather .temp_low {color:blue;}
.dgc_weather .temp_high {color:red;}
.dgc_weather .weather_view {vertical-align:middle;}

.dgc_weather * {font-family:'NanumGothic';}
.dgc_weather {position:relative;}

.dgc_weather table {width:300px; border-collapse:collapse; font-size:12px;}
.dgc_weather table th {border:1px solid #323a45; height:24px; padding:5px 6px; vertical-align:middle; background:#323a45;  }
.dgc_weather table td {border:1px solid #ebecf0; text-align:center; vertical-align:middle;}
.dgc_weather table .select_area {text-align:left; font-weight:normal; vertical-align:middle;}
.dgc_weather table .select_area select { padding:4px 0; border:1px solid #5e6d80; font-size:12px; color:#fff; background:#323a45; height:28px;}
.dgc_weather table .select_area select option {color:#929eae;  background:#323a45;}
.dgc_weather table .day_zone {height:100%; text-align:right; font-size:12px; color:#929eae; }

.dgc_weather table .day_zone span {display:inline-block; vertical-align:middle;  margin-top:2px; }
.dgc_weather table .day_zone a,
.dgc_weather table .day_zone a img {vertical-align:middle !important; }

.dgc_weather table td {padding:10px; }
.dgc_weather table td p {vertical-align:middle;}

.dgc_weather table .weather_txt .temperature {font-size:24px; }



/* 현재날씨 고정형 */
.dgc_weather .now_fixed .select_area {font-size:15px; color:#fff; }
.dgc_weather table .weather_txt th {background:#f9fafc; border:1px solid #e8e8e8; }

/* 주간날씨 선택형 */
.dgc_weather .week_selection .date {font-size:14px; line-height:34px;}
.dgc_weather .week_selection td.weather_txt {line-height:20px;}

/* 주간날씨 고정형 */
.dgc_weather .week_fixed .date {font-size:14px; line-height:34px;}
.dgc_weather .week_fixed td.weather_txt {line-height:20px;}
.dgc_weather .week_fixed .select_area {text-align:left; font-size:15px; color:#fff; }
.dgc_weather .week_fixed .desc_icon { background:none;}

/* 시간별날씨 선택형 */
.dgc_weather .time_selection {width:99%;}
.dgc_weather .time_selection .select_area {text-align:left;}
.dgc_weather .time_selection .desc_icon {color:#fff;  background:none;}
.dgc_weather .time_selection table {width:100%; table-layout:fixed; }
.dgc_weather .time_selection table td {padding:6px 0;}
.dgc_weather .time_selection .now_date,
.dgc_weather .time_selection .now_time {background:#ebeef2;}

/* 시간별날씨 고정형 */
.dgc_weather .time_fixed {width:99%;}
.dgc_weather .time_fixed .day_zone {text-align:left;}
.dgc_weather .time_fixed .day_zone .select_area {font-size:15px; color:#fff;}
.dgc_weather .time_fixed .desc_icon {color:#fff;  background:none;}
.dgc_weather .time_fixed table {width:100%; table-layout:fixed; }
.dgc_weather .time_fixed table td {padding:6px 0;}
.dgc_weather .time_fixed .now_date,
.dgc_weather .time_fixed .now_time {background:#ebeef2;}


/* 아이콘설명 */
.dgc_weather .icon_info {width:99%;}
.dgc_weather .icon_info th {text-align:left; font-size:16px;}
.dgc_weather .icon_info table {width:100%;}
.dgc_weather .icon_info table th {text-align:center; font-size:13px;}
.dgc_weather .icon_info table th,
.dgc_weather .icon_info table td {padding:2px 0;}
.dgc_weather .icon_info .pop_close {border:0;}
.dgc_weather .icon_info .pop_close .btn_close {display:inline-block; width:80px; height:26px; line-height:26px; border:1pox solid #444; background:#555; text-align:center; color:#fff; border-radius:4px;}