﻿@charset "utf-8";

/* 발전기금 후원안내 */

.fund {width: 680px; min-height:300px; margin:30px auto 70px; }
.fund .title01{text-align: center; margin-bottom: 30px;}
.fund .title01 h3 {color:#385ca3; font-size: 22px; font-Family: 'Noto Sans KR', sans-serif; font-weight: 500; position: relative;}
.fund .title01 h3::before {content:""; display: block; width: 16px; height: 14px; background: url(/images2/fund/icon_quetoes_01.png) no-repeat; position: absolute; top: 0; left: 160px;}
.fund .title01 h3::after {content:""; display: block; width: 16px; height: 14px; background: url(/images2/fund/icon_quetoes_02.png) no-repeat; position: absolute; top: 0; right: 160px;}
.fund .title01 h3 span {color:#999; font-size: 16px; font-weight: 300;}
.fund .img01 {margin-bottom: 30px;}
.fund .text01 {color: #5f5f5f; margin-bottom: 30px;}
.fund .text01 h4 {font-size: 16px; color: #5f5f5f; font-weight: bold; margin-bottom: 15px;}
.fund .text01 p {font-size: 14px; line-height: 20px;}
.fund .text01 p + p {margin-top: 20px;}

.fund table {border-top: 2px solid #807fa7; width: 100%; margin-bottom: 50px;}
.fund table th {background-color: #e9e9e9; border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; text-align: center; font-size: 14px; color: #78848b; padding: 10px 0;}
.fund table td {border-right: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; text-align: center; font-size: 14px; color: #78848b; padding: 10px 0;}
.fund table .no_line {border-right: none;}

.fund .info_box {margin-bottom: 50px;}
.fund .qr_box {border: 1px solid #ddd; border-radius: 10px; width: 200px; overflow: hidden; float: left;}
.fund .qr_box .qr_img {padding: 25px 0; text-align: center;}
.fund .qr_box p {text-align: center; font-size: 12px; font-weight: bold; color: #78848b; padding: 10px 0; background: #e9e9e9;}
.fund .contents_box {float: left; margin-left: 30px; width: 448px;}
.fund .contents_box .top_area {border-bottom: 1px solid #dbdbdb; padding-bottom: 15px;}
.fund .contents_box h4 {font-size: 16px; font-weight: bold;}
.fund .contents_box .bottom_area {padding-top: 15px;}
.fund .contents_box p {font-size: 14px;}
.fund .contents_box p + p {margin-top: 10px;}
.fund .contents_box p span {display: inline-block; color: #fff; background: #385ca3; width: 80px; height: 20px; font-size: 13px; line-height: 20px; text-align: center; border-radius: 5px; margin-right: 10px;}

.fund .link {display: block; background: #5da424; color: #fff; font-size: 17px; font-Family: 'Noto Sans KR', sans-serif; font-weight: 500; text-align: center; border-radius: 5px;}
.fund .link p {line-height: 55px;}
.fund .link p::before {content:""; width: 41px; height: 38px; background: url(/images2/fund/icon_fund.png); display: inline-block; margin-bottom: -11px; margin-right: 5px;}

.clear::after {content:""; display:block; clear: both;}




