/** @format */

.text_center {
    text-align: center !important;
}
.text_right {
    text-align: right !important;
}
#hd_wrapper {
    background-color: #fff;
    padding: 0;
    height: auto;
}
#logo {
    padding: 18px 0 17px;
}
#logo a {
    display: inline-block;
}
#logo img {
    width: 184px;
}
#gnb .gnb_wrap {
    float: right;
    width: auto;
}
.gnb_wrap h3 {
    display: none;
}
#gnb #gnb_1dul {
    background-color: transparent;
    box-shadow: none;
}
.gnb_1da {
    color: #202020;
    font-size: 18px;
    font-weight: normal;
}
#gnb .gnb_1dli {
    padding: 16px 26px;
}
#gnb .gnb_1dli:hover {
    background: #f8f8f8;
}
#gnb .gnb_1dli:hover a {
    color: #00529c;
    -webkit-transition: color 2s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
#wrapper.main_bg {
    background-color: #e6f7f7;
}
.sub_wrap {
    margin-bottom: 50px;
    padding-top: 0 !important;
}
#bo_v_con {
    font-size: 16px;
}
.sub_tit {
    font-size: 2.5em;
    font-weight: 500;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 1em;
    position: relative;
    padding-bottom: 0.25em;
}
.sub_tit::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #16bbff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 992px) and (max-width: 1119px) {
    #gnb .gnb_1dli {
        padding: 16px 20px;
    }
    #logo a {
        margin-left: 10px;
    }
}
@media (min-width: 769px) and (max-width: 993px) {
    #gnb .gnb_1dli {
        padding: 10px 16px;
    }
    .gnb_1da {
        font-size: 16px;
    }
    #gnb .gnb_1dli {
        line-height: 36px;
    }
    .gnb_2dul {
        min-width: 140px;
    }
    .gnb_2dul {
        top: 52px;
    }
}
@media screen and (max-width: 1119px) {
    #hd_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 993px) {
    #logo {
        padding: 10px 0 10px;
    }
    #logo img {
        width: 140px;
    }
    .sub_tit {
        font-size: 1.75em;
    }
    .sub_tit::after {
        width: 20px;
    }
}
@media screen and (max-width: 769px) {
    .admin_top #hd_wrapper {
        top: 34px;
    }
    .admin_top .panel .ninja-btn {
        top: 40px;
    }
    .panel.right.active .ninja-btn {
        top: 10px;
    }
    #hd_wrapper {
        padding: 10px;
        z-index: 10;
        position: fixed;
        top: 0;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    }
    #logo {
        padding: 0;
    }
    #gnb {
        position: fixed;
    }
    #gnb .gnb_wrap {
        float: inherit;
    }
    .gnb_wrap h3 {
        display: block;
        padding: 6px 26px;
        background-color: #eee;
    }
    #gnb .gnb_1dli {
        float: inherit;
        padding: 0;
    }
    .gnb_1da {
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #eee;
        padding-left: 26px;
        padding-right: 26px;
        position: relative;
    }
    .gnb_arrow::after {
        content: '';
        width: 7px;
        height: 13px;
        background-image: url(./css_img/arrow_next.png);
        background-repeat: no-repeat;
        background-size: 7px 13px;
        transform: rotate(90deg);
        position: absolute;
        right: 26px;
        top: 18px;
    }
    .gnb_1dli.active .gnb_arrow::after {
        transform: rotate(270deg);
    }
    #wrapper {
        padding-top: 54px;
    }
    /* 메뉴 관련 */
    .gnb_1dli_over .gnb_2dul {
        display: none;
        left: auto;
    }
    .gnb_2dul {
        position: relative;
        top: auto;
        box-shadow: none;
        border-bottom: 1px solid #eee;
    }
    .gnb_2dli {
        border-color: #eee;
    }
    .gnb_2da {
        padding: 0 26px;
        color: #666;
    }
}

/*메인*/
.main_banner {
    /* padding-top: 30px; */
}
.main_banner .img {
    background-image: url(./css_img/mian_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
    padding-bottom: 21.235%;
    max-width: 1920px;
    margin: 0 auto;
}
.main_link {
    font-size: 0;
    line-height: 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.main_link > li {
    width: 25%;
    padding: 0 10px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}
/* .main_link .link04{
	width: 41%;
} */
.main_link > li > a {
    display: block;
    font-size: 20px;
    color: #fff;
    border-radius: 10px;
    padding: 35px 15px 15px;
    text-align: center;
    height: 220px;
    font-weight: 600;
}
.main_link .link01 > a {
    background-color: #df498f;
}
.main_link .link02 > a {
    background-color: #009c7b;
}
.main_link .link03 > a {
    background-color: #eba600;
}
.main_link .link04 > a {
    background-color: #0099f1;
}
.main_link > li > a .icon {
    display: block;
    margin: 0 auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    margin-top: 30px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    background-color: #fff;
    background-image: url(./css_img/icon_main.png);
    background-repeat: no-repeat;
    background-size: 336px 76px;
}
.link01 .icon {
    background-position: 0 center;
}
.link02 .icon {
    background-position: -112px center;
}
.link03 .icon {
    background-position: -224px center;
}
.main_link .link04 .icon {
    background-image: url(./css_img/icon2_main_2.png);
    background-size: 76px;
    background-position: center;
}
/* .main_link .link04 .area_list{
	background-color: #0099f1;
	border-radius: 5px;
	height: 220px;
}
.link04 .area_list{
	padding: 15px;
	overflow: hidden;
	position: relative;
}
.area_list:before{
	content: '';
	display: block;
	position: absolute;
	background-color: #0089d7;
	transform: rotate(-58deg);
	width: 100%;
	height: 120%;
	top: 50px;
	left: 136px;
}
.area_list .area_list_tit{
	background-image: url(./css_img/icon2_main.png);
	background-repeat: no-repeat;
	background-size: 89px 82px;
	background-position: center bottom 6px;
	width: 38.7%;
	display: inline-block;
	text-align: center;
	height: 100%;
	vertical-align: top;
}
.area_list .area_list_tit span{
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	margin: 0 auto;
	padding-top: 12px;
	border-bottom: 1px solid #fff;
}
.area_list ul{
	display: inline-block;
	padding-left: 40px;
	padding-top: 5px;
	z-index: 3;
	position: relative;
	width: 61.3%;
}
.area_list li{
	background-color: #fff;
	border-radius: 30px;
	line-height: 54px;
	height: 54px;
	width: 100%;
	box-shadow: 1px 1px 0 4px rgba(0,0,0,0.15);
}
.area_list li+li{
	margin-top: 9px;
}
.area_list li a{
	color: #008edf;
	font-size:20px;
	padding: 0 30px;
	display: block;
	background-image: url(./css_img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 7px 12px;
	background-position: center right 27px;

} */
@media screen and (max-width: 1120px) {
    .main_banner .img {
        background-image: url(./css_img/mian_banner_m.png);
        min-height: 180px;
        padding-bottom: 67.5%;
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1120px) {
    .main_link > li {
        width: 21%;
    }
    .main_link .link04 {
        width: 37%;
    }
    .area_list ul {
        padding-left: 20px;
    }
}
@media screen and (max-width: 993px) {
    .main_link > li {
        width: 33.3333%;
        padding: 0 10px;
    }
    .main_link .link04 {
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 769px) {
    .main_link {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .main_link > li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .main_link .link04 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .main_link > li > a {
        position: relative;
        text-align: left;
        height: 96px;
        padding: 20px 20px 20px 105px;
        line-height: 56px;
        background-image: url(./css_img/arrow_next2.png);
        background-position: center right 20px;
        background-repeat: no-repeat;
        background-size: 10px 19px;
    }
    .main_link > li > a .icon {
        position: absolute;
        top: 20px;
        left: 25px;
        width: 56px;
        height: 56px;
        background-size: 168px 38px;
        margin-top: 0;
    }
    .main_link .link04 .icon {
        background-size: 38px;
    }
    .link02 .icon {
        background-position: -56px center;
    }
    .link03 .icon {
        background-position: -112px center;
    }
    .area_list ul {
        padding-left: 20px;
    }
    .area_list li {
        line-height: 40px;
        height: 40px;
    }
    .main_link .link04 .area_list {
        height: 180px;
    }
    .area_list .area_list_tit {
        background-position: center bottom;
    }
    .area_list .area_list_tit span {
        font-size: 22px;
        line-height: 26px;
        padding-top: 0;
    }
    .area_list li a {
        font-size: 16px;
        padding: 0 20px;
        background-position: center right 17px;
    }
}
/*sub_page 공통*/
.sub_banner {
    background-color: #282d47;
    background-color: #323957;
}
@media screen and (max-width: 769px) {
    .sub_banner .img {
        background-size: cover;
    }
}
@media screen and (min-width: 770px) {
    .sub_banner .inner {
        position: relative;
        overflow: hidden;
    }
    .sub_banner .inner:before,
    .sub_banner .inner:after {
        content: '';
        display: inline-block;
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        background: url(./css_img/sub_banner_bg.gif) no-repeat 0 0 / auto 100%;
        background-size: auto 100%;
    }
    .sub_banner .inner:before {
        left: 0;
    }
    .sub_banner .inner:after {
        right: 0;
        transform: scaleX(-1);
    }
}

.sub_banner .img {
    background-image: url(./css_img/sub_banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 19.174%;
    max-width: 1920px;
    margin: 0 auto;
}
.breadcrumb {
    background-color: #fdfdfd;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #dbdbdb;
    text-align: right;
}
.breadcrumb .fa {
    color: #a4a4a4;
}
.breadcrumb span + span:before {
    content: '>';
    color: #999999;
    font-family: serif;
    padding-right: 5px;
    padding-left: 2px;
}
.breadcrumb span strong {
    color: #00529c;
    font-weight: 500;
}
@media screen and (max-width: 769px) {
    .sub_banner {
        margin-top: 55px;
    }
    .sub_banner .inner {
        padding: 0;
    }
    .sub_banner .img {
        background-image: url(./css_img/sub_banner_m.png);
        padding-bottom: 35.835%;
    }
}
/*공약확인하기*/
#container_wr {
    padding: 20px 0;
}
.pledge_tab ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 2px solid #00529c;
}
.pledge_tab li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.pledge_tab li + li {
    border-left: 5px solid transparent;
}
.pledge_tab li a {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    padding: 19px 20px 15px 20px;
}
.pledge_tab li::before,
#bo_cate_on::before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fafafa;
    border: 1px solid #eee;
    border-bottom: none;
}
.pledge_tab .active::before,
#bo_cate_on::before {
    border: 2px solid #00529c;
    border-bottom: none;
    background-color: #fff;
}
#bo_cate_on::before {
    background-color: transparent;
}
#bo_cate_on {
    background-color: #fff;
}
.pledge_tab .active::after,
#bo_cate_on::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: calc(100% - 4px);
    height: 2px;
    background: #fff;
}
.pledge_tit {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.pledge_tit::before {
    content: '·';
    padding-right: 5px;
}
.pledge_table table {
    table-layout: fixed;
    border-top: 2px solid #333;
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}
.pledge_table img {
    max-width: 100%;
    height: auto;
}
.pledge_table .center {
    text-align: center;
}
.pledge_table th {
    background-color: #f2f2f2;
    padding: 14px 20px;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}
.pledge_table td {
    padding: 14px 20px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.pledge_table td:first-child {
    border-left: none;
}
.pledge_table ol > li + li {
    margin-top: 10px;
}
.pledge_table ul {
    color: #666;
}
@media screen and (max-width: 1120px) {
    #container_wr {
        padding: 20px;
    }
}
@media screen and (max-width: 769px) {
    #container_wr {
        padding: 10px;
    }
    .pledge_tab ul {
        border-bottom: 2px solid #00529c;
    }
    .pledge_tab .active::before {
        border: 2px solid #00529c;
        border-bottom: none;
    }
    .pledge_tab .active::after {
        bottom: -2px;
        left: 2px;
        width: calc(100% - 4px);
        height: 2px;
    }
    .pledge_tab li + li {
        border-left: 3px solid transparent;
    }
    .pledge_tab li a {
        font-size: 15px;
        line-height: 1.25;
        padding: 12px 10px 8px 10px;
    }
    .pledge_table table {
        border-top: none;
    }
    .pledge_table colgroup {
        display: none;
    }
    .pledge_table thead {
        display: none;
    }
    .pledge_table td {
        border: none;
        display: block;
        padding: 0;
    }
    .pledge_table tr {
        position: relative;
        display: block;
        margin-top: 35px;
    }
    /* .pledge_table .td_num{
		position: absolute;
		clear: both;
		background-color: #fac81b;
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		width: 70px !important;
		height: 70px;
		text-align: center;
		border-radius: 50%;
		box-shadow: 0 2px 3px rgba(0,0,0,0.3);
		top:-35px;
		line-height: 1.3;
		left: calc(50% - 125px);
	} */
    .pledge_table .td_num span {
        display: block;
        font-size: 14px;
        font-weight: 400;
        margin-top: 14px;
    }
    .table_photo img {
        width: 180px;
    }
    .table_name {
        margin-top: -28px;
        margin-bottom: 10px;
    }
    .table_name span {
        font-weight: 700;
        font-size: 18px;
        background-color: #fff;
        padding: 5px 20px;
        text-align: center;
    }
    .table_age {
        color: #666;
    }
    .table_age br {
        display: none;
    }
    .pledge_table tr + tr {
        margin-top: 60px;
    }
    .pledge_table .table_pledge {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .breadcrumb {
        text-align: left;
    }
}
@media screen and (max-width: 580px) {
    .pledge_tab li a span {
        display: block;
    }
}
/*footer*/
.footer {
    background-color: #373737;
}
.footer .inner {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #c0c0c0;
}
.footer .footer_tit {
    font-weight: 700;
    font-size: 14px;
}
.footer address {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.footer .copyright {
    font-weight: 200;
    font-size: 12px;
}
/*공통*/
.inner {
    max-width: 1100px;
    margin: 0 auto;
}
.cf:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 1120px) {
    .inner {
        padding: 0 20px;
    }
}
@media screen and (max-width: 769px) {
    .footer address span {
        display: block;
    }
    .inner {
        padding: 0 10px;
    }
}

/*청소년 선거안내*/
.info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
    color: #00529c;
}
.info h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 12px;
    left: 0;
    border-radius: 50%;
    background-color: #00529c;
}
.info_box + h3 {
    margin-top: 40px;
}
.info .info_box {
    border: 1px solid #d8e8f7;
    border-radius: 3px;
    padding: 20px;
    background-color: #f8fcff;
}
.info ul li {
    padding-left: 15px;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    color: #333;
}
.info ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 2px;
    top: 15px;
    left: 0;
    background-color: #999;
}
.info .btn_box {
    margin-top: 40px;
    text-align: center;
}
.info .btn_box a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #007d63;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    background-color: #00529c;
    color: #fff;
    transition: background-color 0.2s ease-out;
}
.info .btn_box a:hover {
    background-color: #007d63;
}
.info .btn_box a + a {
    margin-left: 10px;
}
.info_box2 strong {
    display: inline-block;
    margin-bottom: 8px;
}
.info_box2 span {
    padding-left: 14px;
    display: inline-block;
    line-height: 1.6;
}
@media screen and (max-width: 769px) {
    .info .info_box {
        padding: 10px;
    }
    .info ul li {
        font-size: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .info .btn_box a {
        width: 150px;
        font-size: 14px;
        font-weight: bold;
    }
}

/*연혁 기본 {*/
.info .history ul li:before {
    display: none;
}
.history {
    padding-top: 24px;
    padding-left: 30px;
}
.history dl {
    position: relative;
    padding-bottom: 48px;
    font-size: 0;
}
.history dl:before {
    content: '';
    display: block;
    width: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 0;
    left: 44px;
    bottom: 0;
}
.history dl:last-child:before {
    display: none;
}
.history dt {
    position: relative;
    display: inline-block;
    width: 88px;
    vertical-align: top;
}
.history dt:before {
    content: '';
    display: block;
    width: 52px;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: 88px;
    top: 43px;
}
.history dt span {
    display: table-cell;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    background-color: #2c94de;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    border: 4px solid #fff;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.07);
}
.history dd {
    margin-top: 22px;
    padding-left: 80px;
    position: relative;
    display: inline-block;
    width: calc(100% - 88px);
}
.history dd:before {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 12px;
    border: 1px solid #ebebeb;
    background-color: #f0f0f0;
    position: absolute;
    top: 16px;
    left: 48px;
}
.history dd li {
    color: #666;
    font-size: 16px;
    line-height: 40px;
}
.history dd li b {
    color: #2c94de;
    font-weight: 500;
    font-size: 18px;
    width: 68px;
    display: inline-block;
    vertical-align: top;
}
.history dd span {
    display: inline-block;
    line-height: 24px;
    width: calc(100% - 70px);
    padding-top: 6px;
}
.history.history_no_month dd span {
    width: 100%;
}
.history.history_no_month dd li {
    line-height: 32px;
}
.history .dl_first dt span {
    background-color: #f26e3a !important;
}
.history .dl_first dd li b {
    color: #f26e3a !important;
}
/*1200일경우*/
@media screen and (max-width: 1247px) {
    .history {
        padding-left: 0;
    }
}
/*타블렛일 경우*/
@media screen and (max-width: 992px) {
    .history {
        padding-top: 0;
    }
}
/*모바일 경우*/
@media screen and (max-width: 768px) {
    .history dl {
        padding-bottom: 24px;
    }
    .history dl:before {
        left: 33px;
    }
    .history dl:last-child:before {
        display: block;
    }
    .history dt {
        width: 100%;
    }
    .history dt:before {
        display: none;
    }
    .history dt span {
        width: 66px;
        height: 66px;
        font-size: 18px;
        border: 4px solid #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.07);
    }
    .history dd {
        width: calc(100% - 32px);
        padding-left: 24px;
        margin-left: 30px;
        margin-top: 0;
    }
    .history dd span {
        width: calc(100% - 54px);
    }
    .history dd:before {
        left: -2px;
    }
    .history dd li b {
        width: 52px;
        font-size: 15px;
    }
    .history dd li span {
        font-size: 15px;
    }
}
/*}연역 기본 _end*/

/* 제안정책*/
.policy dl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #eee;
}
.policy dl:nth-child(n + 2) {
    margin-top: 40px;
}
.policy dl {
    padding-bottom: 40px;
}
.policy dt {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 120px;
    height: 120px;
    background-color: #2c94de;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border: 4px solid #fff;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.07);
}
.policy dd li {
    padding: 6px 0;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.policy dd li b {
    color: #00529c;
    padding-left: 12px;
    position: relative;
}
.policy dd li b::before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00529c;
    opacity: 0.75;
    top: 11px;
    left: 0;
}
@media screen and (max-width: 768px) {
    .policy dt {
        border-radius: 20px;
        width: 200px;
        padding: 4px 0;
        height: auto;
        border: 4px solid #fff;
        margin: 0 auto;
    }
    .policy dt br {
        display: none;
    }
    .policy dd {
        width: 100%;
    }
    .policy dd li {
        gap: 4px;
    }
}
@media screen and (max-width: 650px) {
    .policy dd li {
        flex-direction: column;
        padding-left: 12px;
    }
    .policy dd li span {
        padding-left: 12px;
    }
    .policy dl:nth-child(n + 2) {
        margin-top: 30px;
    }
    .policy dl {
        padding-bottom: 20px;
    }
}

/*인사말*/
.greetings .tit_b {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 32px;
}
.greetings_content {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
}
.greetings_content + .greetings_content {
    margin-top: 40px;
    flex-direction: row-reverse;
}
.greetings_img {
    width: 300px;
}
.greetings_img img {
    border-radius: 10px;
    overflow: hidden;
}
.greetings_img > div {
    margin-top: 24px;
}
.greetings_img span {
    display: block;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.greetings_txt {
    width: calc(100% - 360px);
}
.greetings_txt .tit_s {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 400;
}
.greetings_txt p,
.greetings_txt ul,
.greetings_wf_txt p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #333;
}
.greetings_wf_txt {
    padding-top: 40px;
}
/*1200일경우*/
@media screen and (max-width: 1247px) {
    .greetings_txt p,
    .greetings_txt ul,
    .greetings_wf_txt p {
        font-size: 17px;
    }
}
/*타블렛일 경우*/
@media screen and (max-width: 992px) {
    .greetings .tit_b {
        margin-bottom: 62px;
    }
    .greetings_txt p,
    .greetings_txt ul,
    .greetings_wf_tx p {
        font-size: 16px;
    }
}
/*모바일 경우*/
@media screen and (max-width: 768px) {
    .greetings_content {
        flex-direction: column !important;
    }
    .greetings_img {
        width: 100% !important;
        text-align: center;
        margin-bottom: 24px;
    }
    .greetings_img img {
        width: 200px;
    }
    .greetings_img span {
        display: inline-block;
    }
    .greetings_img > div {
        margin-top: 24px;
    }
    .greetings_txt {
        width: 100% !important;
        padding-left: 0;
    }
    .greetings .tit_b {
        margin-bottom: 32px;
        font-size: 26px;
    }
    .greetings_txt .tit_s {
        margin-bottom: 24px;
        font-size: 18px;
    }
    .greetings_txt p,
    .greetings_txt ul,
    .greetings_wf_txt p {
        margin-bottom: 16px;
    }
}

/* 역대의장 */
.pledge {
    max-width: 900px;
    margin: 0 auto;
}
.pledge h4 {
    font-size: 24px;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative;
}
.pledge h4::before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #16bbff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pledge h4 span {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}
.pledge .list_items + h4 {
    margin-top: 30px;
}
.pledge .list_items {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.pledge .list_item {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    width: calc(50% - 16px);
}
.pledge .list_item .img_box {
    max-width: 140px;
    border-radius: 10px;
    overflow: hidden;
}
.pledge .list_item .text_name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.pledge .list_item .text_list {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .pledge .list_item {
        flex-direction: column;
        gap: 16px;
        width: calc(50% - 8px);
    }
    .pledge .list_items {
        gap: 16px;
    }
    .pledge .list_item .text_name {
        margin-bottom: 0;
    }
    .pledge .list_item .text_name {
        text-align: center;
    }
}
