@charset "UTF-8";

/* 게시판 */
.tblType2_list {}

.tbl_wrap2 {
    border-top: 2px solid #787878;
    border-bottom: 1px solid #d7d7d7
    border-collapse: collapse;
}
.tblType2_list {
	line-height: 1.2;
}
.tblType2_list th {
    padding: 12px 10px 12px 10px;
    background: #f7f8fa;
    color: #1d1d1d;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #dcdbdb;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    height: 30px;
}
.tblType1_list tbody td {
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #d7d7d7;
  color: #5c6573;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tblType1_list th:first-child,
.tblType1_list tbody td:first-child {
  border-left: none;
}
.tblType1_list tbody tr:hover {
  background-color: #f5f9ff;
}



/* 서브네비 */
.subnavinfo_wrap .con{
    position: relative;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 15px;
}
.breadcrumbs {
    font-family:'Pretendard';
    position: relative;
    color: #555;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .1px;
}
.breadcrumbs ul {
    display: flex;
}
.breadcrumbs ul li:last-child::after {
    display: none;
}
.breadcrumbs .breadcrumbs_item {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    padding-right: 16px;
    vertical-align: middle;
}
.breadcrumbs .breadcrumbs_item .home_b {
    color: transparent;
    background-image: url(/images/subnav_iconhome.png);
    background-repeat: no-repeat;
    background-position: right;
}
.breadcrumbs .breadcrumbs_item .home_b:hover {
    color: transparent;
}
.breadcrumbs .breadcrumbs_item a:hover {
    color: #0859ad;
    transition: .3s;
}
.breadcrumbs .breadcrumbs_item::after {
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 7px;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/images/breadcrumbs_arrow.png)
}
/* 공유하기, 인쇄 */
.nav_snsicon {
    position: relative;
    display: flex;
    float: right;
}
.navsns_panel {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #363c5a;
    border-radius: 13px;
    display: none;
    z-index: 100;
    text-align: center;
    transition-property: visibility, opacity;
}
.navsns_panel .share_close,
.share_anchor {
    width: 38px;
    height: 38px;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    position: relative;
}
.navsns_panel .share_close::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 11px;
    height: 10px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0 -153px;
    content: '';
    background-image: url(/images/share_sprite.png);
}
.share_anchor a {
    position: absolute;
    display: block;
}
.nav_snsicon ul {
    display: block;
}
.nav_snsicon .navsns {
    float: left;
}
.navsns.share {
    position: relative;
    margin-right: 10px;
}
button.navsns_button {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #c5c9d6;
    border-radius: 13px !important;
    transition-property: border-color, background-color, box-shadow;
    transition-timing-function: linear;
    transition-duration: 0.25s;
    font-size: 0;
    background-color: #fff;
}
button.navsns_button:hover {
    border-color:#363c5a;
    background-color:#fff;
    box-shadow:0 0 10px rgba(17,29,104,0.15);}
.addons .share{position:relative; margin-right:10px;
}
button.navsns_button::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 16px;
    background-position: left top;
}
.share button.navsns_button::before {
    background-image: url(/images/share_sprite.png);
    background-repeat: no-repeat;
}
.print button.navsns_button::before {
    background-image: url(/images/print_sprite.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 16px;
}
.navsns_panel .share_anchor::before {
    background-image: url(/images/share_sprite.png);
    background-repeat: no-repeat;
}
.navsns_panel .share_anchor {
    width: 100%;
    height: 34px;
    display: block;
}
.navsns_panel .share_anchor.sns_facebook,
.navsns_panel .share_anchor.sns_twiter,
.navsns_panel .share_anchor.sns_kko,
.navsns_panel .share_anchor.sns_url {
    position: relative;
}
.navsns_panel .share_anchor.sns_facebook::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 18px;
    background-position: 1px -50px;
    left: 13px;
    top: 7px;
}
.navsns_panel .share_anchor.sns_facebook:hover:before{
    background-position: -39px -50px;
}
.navsns_panel .share_anchor.sns_twiter:hover:before{
    background-position: -37px -74px;
}
.navsns_panel .share_anchor.sns_kko:hover:before{
    background-position: -41px -98px;
}
.navsns_panel .share_anchor.sns_url:hover:before{
    background-position: -26px -167px;
}
.navsns_panel .share_anchor.sns_twiter::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 18px;
    background-position: 0px -74px;
    left: 13px;
    top: 7px;
}
.navsns_panel .share_anchor.sns_kko::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 18px;
    background-position: 0px -98px;
    left: 15px;
    top: 7px;
}
.navsns_panel .share_anchor.sns_url::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 18px;
    background-position: 0px -167px;
    left: 8px;
    top: 7px;
}
.status_boxinfo {
	font-family:'Pretendard';
    position: relative;
    padding-left: 20px;
    letter-spacing: -0.2px;
    margin: 12px 10px -5px 10px;
}
.status_boxinfo::before {
    position: absolute;
    content: '';
    background: url(/images/sub/status_boxinfo.png) no-repeat;
    width: 14px;
    height: 14px;
    left: 0;
    top: 1px;
}
@media (max-width: 1240px) {
    .subnavinfo_wrap .con {
        padding: 15px 20px 0 20px;
    }
}
@media (max-width: 720px) {
    .subnavinfo_wrap .con {
        justify-content: space-between;
    }
    .breadcrumbs {
        left: -26px;
    }
    button.navsns_button {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }
    .navsns_panel {
        border-radius: 10px;
        left: -1px;
    }
    .navsns_panel .share_close, .share_anchor {
        width: 32px;
        height: 28px;

    }
    .navsns_panel .share_anchor.sns_kko::before {
        left: 13px;
    }
    .navsns_panel .share_anchor.sns_url::before {
        left: 6px;
    }

}
@media (max-width: 600px) {
    .breadcrumbs_item .home_b {
        display: block !important;
    }
    .breadcrumbs_item {
        display: none !important;
    }

}
/* 이웃일지 */
.info_box {
    position: relative;
    font-family:'Pretendard';
}
.neighborTop_btn {
    position: absolute;
    right: 0;
    bottom: -7px;
}
.neighborTop_btn ul {
    display: flex;
    gap: 10px;
}
.neighborTop_btn button {
    font-family:'Pretendard';
    color: #fff;
    letter-spacing: 0;
    font-size: 15px;
    height: 40px;
    border-radius: 7px !important;
    min-width: 110px;
}
.neighborTop_btn button span {
    padding-left: 23px;
}
.nebTop_btn.nebwrite {
    background-color: #1c6bbd;
    background-image: url(/images/sub/nebTop_btn01.png);
    background-repeat: no-repeat;
    background-position: 18px 12px;
    transition: .3s;
}
.nebTop_btn.nebwrite:hover {
    background-color: #18599e;
}
.nebTop_btn.nebregist {
    background-color: #15803d;
    background-image: url(/images/sub/nebTop_btn02.png);
    background-repeat: no-repeat;
    background-position: 18px 12px;
    transition: .3s;
}
.nebTop_btn.nebregist:hover {
    background-color: #09692c;
}
.nebTop_btn.nebdiary {
    background-color: #218fd5;
    background-image: url(/images/sub/nebTop_btn03.png);
    background-repeat: no-repeat;
    background-position: 18px 12px;
    transition: .3s;
    width: 130px;
}
.nebTop_btn.nebdiary:hover {
    background-color: #0872b4;
}
.nebTop_btn.menudown{
    border: 1px solid #afb9c2;
    color: #333;
    background-color: #fff;
    background-image: url(/img/sub/icon_down.png);
    background-repeat: no-repeat;
    background-position: 17px 13px;
    transition: .3s;
    width: 121px;
}
.nebTop_btn.menudown:hover {
    background-color: #f7f8fc;
}
.status_box > ul {
    display: flex;
    margin-top: 15px;
    gap: 20px;
    font-family:'Pretendard';
}
.status_box > ul > li {
    border: 1px solid #dcdbdb;
    border-radius: 7px;
    padding: 24px 16px;
    width: calc(100% / 4);
    height: 267px;
    box-sizing: border-box;
    max-width: 295px;
}
.status_box .staTit {
    color: #191f28;
    font-size: 19px;
    font-weight: bold;
    padding-left: 27px;
    margin-left: 5px;
    position: relative;
}
.status_box .staTit::before {
    position: absolute;
    content: '';
    background-image: url(/images/sub/bul_staicon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
}
.status_box .staTit.staicon1:before {
    background-position: 0 0px;
}
.status_box .staTit.staicon2:before {
    background-position: 0 -50px;
}
.status_box .staTit.staicon3:before {
    background-position: 0 -99px;
}
.status_box .staTit.staicon4:before {
    background-position: 0 -149px;
}
.status_box .staTit.staicon5:before {
    background-position: 0 -198px;
}
.status_box .staTit.staicon6:before {
    background-position: 0 -248px;
}
.staBox_14 .staBox_14_btn {
    float: right;
    color: transparent;
    position: relative;
    font-size: 12px;
    line-height: 20px
}
.staBox_14 .staBox_14_btn::before {
    position: absolute;
    content: '';
    background: url(/images/main/icon_gnb_arrow.png) center no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}
.yeongnongBox {
    padding-top: 22px;
}
.yeongnongBox > ul > li {
    background-color: #f3f4f8;
    border-radius: 7px;
    width: 100%;
    padding: 18px 20px;
    box-sizing: border-box;
}
.yeongnongBox p.tit {
    color: #262a32;
    font-size: 16px;
    font-weight: 600;
    background-image: url(/images/sub/yeongnbox_icon.png);
    background-repeat: no-repeat;
    padding-left: 27px;
    padding-top: 2px;
}
.yeongnongBox p.num {
    color: #004ada;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
}
.yeongnongBox p.num em {
    font-size: 14px;
}
.yeongnbox_01 {
    margin-bottom: 15px;
}
.yeongnbox_02 p.tit {
    background-position: 0 -89px;
}
.yeongn_rankbox {
    margin-top: 16px;
}
.yeongn_rankbox li div {
    display: flex;
    align-items: center;
    position: relative;
}
.yeongn_rankbox li ~ li {
    border-bottom: 1px solid #f0f2f5;
}
.yeongn_rankbox li:last-child {
    border: none;
}
.yeongn_rankbox .rank_1st div {
    background-color: #f7f8fc;
    border: 1px solid #c5d8f1;
    border-radius: 5px;
    color: #004ada;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    height: 39px;
}
.yeongn_rankbox .rank_1st div p {
    width: calc(100% - 118px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.yeongn_rankbox div em {
    font-size: 0;
    color: transparent;
    background-image: url(/images/sub/status_rankicon.png);
    background-repeat: no-repeat;
    height: 36px;
    display: inline-block;
    padding: 0 18px;
}
.yeongn_rankbox .rank_1st div em {
    background-position: 8px 6px;
}
.yeongn_rankbox .rank_2st div em {
    background-position: 9px -32px;
}
.yeongn_rankbox .rank_3st div em {
    background-position: 9px -69px;
}
.yeongn_rankbox .rank_4st div em {
    background-position: 9px -106px;
}
.yeongn_rankbox .rank_5st div em {
    background-position: 9px -140px;
}
.yeongn_rankbox .rank_1st span {
    width: 70px;
    height: 24px;
    border-radius: 12px;
    color: #4b5769;
    font-size: 13px;
    font-weight: 500;
    background-color: #e2e5f2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
}
.yeongn_rankbox .rank_2st {
    margin-top: 5px;
}
.yeongn_rankbox .remaining_rank div {
    font-size: 14px;
    font-weight: 500;
    color: #4b5769;
    letter-spacing: -.1px;
}
.yeongn_rankbox .remaining_rank span {
    width: 70px;
    height: 22px;
    border-radius: 12px;
    color: #5a6371;
    font-size: 13px;
    font-weight: 500;
    background-color: #eff2fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
}
.yeongn_rankbox .remaining_rank div p {
    width: calc(100% - 118px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.yeongn_chbox {
    border-radius: 7px;
    font-family:'Pretendard';
}
.yeongn_chbox .find_box {
    bottom: 25px;
}
.yeongn_chbox3 {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
}
.menuViewArea {
    text-align: right;
    margin: 10px 0;
}
.menuViewArea button {
    border: 1px solid #d8d8d9;
    width: 96px;
    height: 36px;
    background-color: #fff;
    border-radius: 5px !important;
    background-image: url(/images/sub/ico_menuList.png);
    background-repeat: no-repeat;
}
.menuViewArea .btnAlbum {
    background-position: 9px -25px;
}
.menuViewArea .btnAlbum.active {
    background-position: 9px 9px;
}
.menuViewArea span {
    padding-left: 18px;
}
.menuViewArea .active span {
    color: #7f0019;
    font-weight: 500;
}
.menuViewArea .btnList {
    background-position: -110px -25px;
    margin-left: 6px;
}
.menuViewArea .btnList.active {
    background-position: -110px 9px;
}
.masonry-grid {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.masonry-item {
    position: absolute;
    width: calc((100% - 40px) / 3); /* 3열, 열 사이 20px*2 */
    background: #fff;
    border-radius: 7px;
    border: 1px solid #dcdbdb;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s all;
    margin-bottom: 0;
    font-family: 'Pretendard';
}
.masonry-item:hover {
    box-shadow: 1px 0 9px 3px #575b5f14;
}
.community_wrap div:nth-child(3n) {
    margin-right: 0;
}
.commu_toptit {
    background-color: #f7f8fc;
    padding: 16px 27px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.1px;
}
.commu_toptit .toptit_01 {
    display: flex;
    align-items: center;
}
.commu_toptit .toptit_01 .c_photo {
    border: 1px solid #eaeaea;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.commu_toptit .toptit_01 .c_photo img {
    width: 100%;
    height: 100%;
}
.commu_toptit .toptit_01 .c_name {
    color: #2d2f35;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.commu_toptit .toptit_01 .c_data {
    color: #7e7878;
    font-size: 12px;
    font-weight: 400;
}
.commu_toptit .toptit_02 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.commu_toptit .toptit_02 .c_local {
    color: #646f82;
    font-size: 12px;
    font-weight: 400;
    background-image: url(/images/sub/c_local_img.png);
    background-repeat: no-repeat;
    padding-left: 13px;
    background-position: 0 2px;
}
.commu_toptit .toptit_02 .c_item {
    color: #1f67fd;
    font-size: 16px;
    font-weight: 600;
}
.commu_contents {
    padding: 27px 27px 20px 27px;
}
.commu_contents .c_conttit {
    color: #2d2f35;
    font-size: 20px;
    font-weight: bold;
}
.commu_contents .c_conttxt {
    color: #4f5764;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}
.commu_contents .c_pimg {
    padding-top: 0px;
}
.commu_contents .pimg01 {
    overflow: hidden;
    border-radius: 10px;
    display: block;
}
.commu_contents .pimg01 img {
    width: 100%;
}
.commu_contents .pimg02 {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    overflow: hidden;
}
.commu_contents .pimg02 em {
    width: calc(100% /3);
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.commu_contents .pimg02 em img {
    width: 100%;
}
.commu_contents .pimg02 .more_numimg {
    position: absolute;
    font-style: normal;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 18px;
}
.commu_taglist {
    padding: 0 27px 27px 27px;
    display: flex;
    justify-content: space-between;
}
.commu_taglist .c_taglist {
}
.commu_taglist .c_taglist i {
    color: #747575;
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    border-radius: 11px;
    border: 1px solid #ced1db;
    display: inline-block;
    font-style: normal;
    padding: 0 10px;
    line-height: 20px;
}
.c_like .btn_like {
    color: #45484b;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    position: relative;
    font-family:'Pretendard';
    letter-spacing: 0;
    background-image: url(/images/sub/yeongnbox_icon.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    background-position: 0 2px;
    height: 18px;
    background-position: 0 -90px;
    line-height: 1.6;
}
.c_like .btn_like.active {
    background-position: 0 -130px;
}
.yeongn_chbox .searchbox dd {
    padding: 0;
}
.yeongn_chbox dd select{
    width: 99% !important;
}
.yeongn_chbox .searchbox dd input[type=text] {
    width: 100%;
}
.yeongn_chbox > div:first-child {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
}
.yeongn_chbox2 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr)
}
.yeongn_chbox dl,
.yeongn_chbox2 dl {
    display: flex;
    align-items: center;
}
.yeongn_chbox dt,
.yeongn_chbox2 dt {
    padding: 0 0 0 10px !important;
    background: url(/img/sub/search_bu.png) no-repeat 0px 8px !important;
}
.commu_morebtn {
}
.commu_morebtn button {
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #dcdbdb;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    width: 100%;
    font-family:'Pretendard';
    padding: 10px 0;
    position: relative;
    transition: .3s;
}
.commu_morebtn button:hover {
    border: 1px solid #d0d0d4;
    background: #f7f8fc;
}
.commu_morebtn button span {
    position: relative;
    padding-left: 10px;
}
.commu_morebtn button span::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(https://dev.agrion.kr/images/main/relate_ico.png) no-repeat;
    transition: all 0.3s;
    left: -10px;
    top: 1px;
}
/* .commu_morebtn button span:hover::before {
    transform: rotate(90deg);
} */
.yeongnongBox2 {
    padding-top: 22px;
}
.yeongnongBox2 ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
}
.yeongnongBox2 li {
    position: relative;
    background-color: #f7f8fc;
    border-radius: 5px;
    width: 100%;
    height: 83px;
}
.yeongnongBox2 li::before {
    position: absolute;
    content: '';
    background-image: url(/images/sub/yeongnbox_icon2.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    top: 10px;
    left: 11px;
}
.yeongnongBox2 li:nth-child(2)::before {
    background-position: -39px 0;
}
.yeongnongBox2 li:nth-child(3)::before {
    background-position: -78px 0;
}
.yeongnongBox2 li:nth-child(4)::before {
    background-position: -121px 0;
}
.yeongnongBox2 span {
    position: absolute;
    right: 15px;
}
.yeongnongBox2 .yntit {
    color: #4b5769;
    font-size: 15px;
    font-weight: 400;
    bottom: 38px;
}
.yeongnongBox2 .ynnum {
    color: #1d1d1d;
    font-size: 22px;
    font-weight: 600;
    bottom: 12px;
}
.yeongnongBox3 {
    padding-top: 15px;
}
.yeongnongBox3 li {
    border-bottom: 1px solid #f0f2f5;
    background-image: url(/images/sub/yeongnbox_icon3.png);
    background-repeat: no-repeat;
    padding: 4px 10px 0 24px;
    background-position: 6px center;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
}
.yeongnongBox3 li:last-child {
    border-bottom: 0;
}
.yeongnongBox3 li span:nth-child(1) {
    font-size: 14px;
    font-weight: 400;
}
.yeongnongBox3 li span:nth-child(2) {
    font-weight: 600;
}
.yeongnongBox3 .total_point {
    background-color: #f7f8fc;
    border: 1px solid #c5d8f1;
    border-radius: 5px;
    color: #004ada;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    height: 44px;
    text-align: right;
    line-height: 41px;
    padding-right: 10px;
    margin-top: 10px;
}
.yeongnongBox3 .total_point em {
    color: #4b5769;
    font-size: 13px;
    font-weight: 400;
}
.yeongnongBox4 .yncontBox {
    background-color: #f7f8fc;
    border-radius: 7px;
    padding: 12px;
    margin-top: 20px;
    font-weight: 600;
}
.yeongnongBox4 .yncontBox p {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e6ef;
    padding: 2px 10px 10px 8px;
}
.yeongnongBox4 .yncontBox p:last-child {
    border-bottom: 0;
    padding: 10px 10px 2px 8px;
}
.yeongnongBox4 .yncont {
    border: 1px solid #e5e9f0;
    margin-top: 7px;
    border-radius: 7px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 19px 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yeongnongBox4 .yncont span {
    display: flex;
    align-items: center;
}
.yeongnongBox4 em {
    color: #767070;
    font-size: 12px;
    font-weight: 400;
}
.yncontBox > p span {
    display: flex;
    align-items: center;
}
.yncontBox .yncont_icon1,
.yncontBox .yncont_icon2 {
    width: 14px;
    height: 12px;
    display: inline-block;
}
.yncontBox .yncont_icon1 {
    background: url(https://www.agrion.kr/images/myon_icon08.png) no-repeat;
}
.yncontBox .yncont_icon2 {
    background: url(https://www.agrion.kr/images/myon_icon09.png) no-repeat;
}
.yncont .yncont_icon4 {
    background: url(https://www.agrion.kr/images/myon_icon10.png) no-repeat;
    width: 18px;
    height: 14px;
    display: inline-block;
    margin-left: 3px;
}
.yncont .yncont_icon3 {
    background: url(/images/sub/yeongnbox_icon4.png) no-repeat;
    width: 18px;
    height: 14px;
    display: inline-block;
    margin-left: 3px;
}
.f_R {
    color: #e50a0a !important;
}
.f_B {
    color: #1570cd;
}
input, select, textarea, button {
    font-family: 'Pretendard', 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", Dotum, 돋움, gulim, 굴림, Helvetica, sans-serif !important;
    font-weight: 400;
    letter-spacing: -0.1px;
}
.yndiary {
	margin-top: 10px !important;
	font-family: 'Pretendard', 'Noto Sans KR', "맑은 고딕", "Malgun Gothic", Dotum, 돋움, gulim, 굴림, Helvetica, sans-serif !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mtm14 {
	margin-top: -14px !important;
}
@media (max-width: 1240px) {
    .yeongn_chbox .localboxfl {
        float: left !important;
    }
    .yeongn_chbox4 {
        width: calc(100% - 620px) !important;
    }
    .yeongn_chbox5 {
        width: 318px !important;
    }
}
@media (max-width: 820px) {
    .status_box > ul {
        flex-wrap: wrap;
    }
    .status_box > ul > li {
        width: calc((100% - 20px) / 2);
        max-width: 100%;
    }
    .yeongn_chbox .localboxfl {
        width: 100% !important;
    }
    .yeongn_chbox4 {
        width: 100% !important;
    }
    .yeongn_chbox .find_box {
        bottom: 18px !important;
    }
    .yeongn_chbox .find_box button {
        margin-bottom: 0 !important;
    }
    .yeongn_chbox2 {
        grid-template-columns: repeat(1, 1fr)
    }
    .yeongn_chbox > div:first-child {
        flex-direction: column;
        align-items: flex-start;
    }
    .yeongn_chbox3 {
        flex-direction: column;
        align-items: flex-start;
    }
    .neighborTop_btn {
        position: relative;
    }
    .neighborTop_btn ul {
        gap: 5px;
        flex-direction: column;
    }
    .neighborTop_btn ul li {
        width: 100%;
    }
        .neighborTop_btn button {
        font-size: 14px;
        height: 32px;
        min-width: 70px;
        border-radius: 7px !important;
    }
    .neighborTop_btn button span {
        padding-left: 0;
    }
    .nebTop_btn.nebwrite,
    .nebTop_btn.nebregist,
    .nebTop_btn.nebdiary,
    .nebTop_btn.menudown {
        background-image: none;
        width: 100%;
    }
}
@media (max-width: 600px) {
    .status_box > ul > li {
        width: 100%;
    }
    .yeongn_chbox2 dd input {
        width: 100% !important;
    }
    .yeongn_chbox {
        overflow: hidden;
    }
    .yeongn_chbox select {
        width: 100%;
    }
    .yeongn_chbox .searchbox dd {
        display: inline;
    }
    .yeongn_chbox dl, .yeongn_chbox2 dl {
        flex-direction: column;
        align-items: stretch;
    }
    .yeongn_chbox dd {
        width: 90% !important;
    }
    .yeongn_chbox3 dd input[type=text] {
        width: 100% !important;
    }

}

/* view페이지 */
#viewcont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    font-family:'Pretendard';
}
.view_box1,
.view_box2 {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #dcdbdb;
    box-sizing: border-box;
    overflow: hidden;
}
.view_box1 {
    max-width: 780px;
    width: 100%;
}
.view_box2 {
    max-width: 400px;
    width: 100%;
}
.view_tit {
    background-color: #f7f8fc;
    padding: 16px 45px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.view_tit .toptit_01 {
    display: flex;
    align-items: center;
}
.view_tit .toptit_01 .c_photo {
    border: 1px solid #eaeaea;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}
.viewtt_btn button {
    background: transparent url(/images/sub/view_arr.png) no-repeat center;
    color: transparent;
    width: 25px;
    text-indent: -9999px;
    padding: 10px;
    margin-right: 4px;
    cursor: pointer;
}
.viewtt_btn button:hover {
    background-image: url(/images/sub/view_arr_ov.png);
}
.viewlike_btn button {
    height: 36px;
    border: 1px solid #dcdbdb;
    border-radius: 10px !important;
    background-color: #fff;
    cursor: pointer;
    background-image: url(/images/sub/yeongnbox_icon.png);
    background-repeat: no-repeat;
    background-position: 13px -83px;
    color: #45484b;
    font-size: 14px;
    padding-right: 15px;
    font-weight: 500;
    padding-left: 37px;
}
.viewlike_btn button.active {
    background-position: 13px -123px;
}
.view_tit .toptit_01 .c_photo img {
    width: 100%;
    height: 100%;
}
.view_tit .toptit_01 .c_name {
    color: #2d2f35;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
}
.view_tit .toptit_01 .c_data {
    color: #7e7878;
    font-size: 12px;
    font-weight: 400;
}
.view_box1 .view_desc {
    padding: 40px 50px 35px 50px;
    color: #1d1d1d;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
}
.view_desc .desc_text {
    margin: 0 5px 15px 5px;
}
.view_desc .desc_photo {
    margin-bottom: 15px;
}
.view_desc .desc_photo img {
    border-radius: 10px;
    width: 100%;
}
.view_box2 {
    padding: 15px 30px 90px 30px;
    position: relative;
}
.view_box2::before {
    position: absolute;
    content: '';
    background-image: url(/images/sub/chy_img.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    width: 155px;
    height: 105px;
}
.view_box2 li {
    min-height: 60px;
    border-bottom: 1px solid #e5e7ef;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}
.view_box2 li:last-child {
    border: 0;
}
.view_box2 .tit {
    color: #6c737f;
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;
    width: 100px;
}
.view_box2 .txt {
    color: #1d1d1d;
    font-size: 17px;
    font-weight: 500;
    width: calc(100% - 100px);
    padding: 16px 0;
    line-height: 1.5;
}
.view_box3 {
    text-align: center;
    margin-top: 20px;
}
.btn_cancel2 {
    color: #fff;
    background: #333;
    font-size: 15px;
    min-width: 92px;
    height: 40px;
    border-radius: 7px !important;
    transition: .3s;
}
.btn_cancel2:hover {
    background: #222;
}
@media (max-width: 820px) {
    #viewcont {
        flex-direction: column;
    }
    .view_box2 {
        max-width: 100%;
    }
}
@media (max-width: 600px) {
    #viewcont {
        gap: 20px;
    }
    .view_box1 .view_desc {
        padding: 30px 20px 10px 20px;
    }
    .view_tit {
        padding: 16px 20px;
    }
}

.ui-datepicker-buttonpane.ui-widget-content {
	display:none;
}

/* 25.09.23 서비스소개 수정 */
.new_Svcinfo {
    font-family:'Pretendard';
    letter-spacing: -.05px;
}
.new_Svcinfo strong {
    font-weight: 700;
}
.main_service .serviceCon li {
    width: calc(100% / 5) !important;
}
.main_service .serviceCon li span.imgCon1 {
	background: url(/img/sub/serviceimg2.png) no-repeat center center #5649b9 !important;
	}
.main_service .serviceCon li span.imgCon2 {
	background: url(/img/sub/serviceimg3.png) no-repeat center center #3473b1 !important;
	}
.main_service .serviceCon li span.imgCon3 {
	background: url(/img/sub/serviceimg4.png) no-repeat center center #1aa0c7 !important;
	}
.main_service .serviceCon li span.imgCon4 {
	background: url(/img/sub/serviceimg5.png) no-repeat center center #03b097 !important;
	}
.main_service .serviceCon li span.imgCon5 {
    background: url(/img/sub/serviceimg6.png) no-repeat center center #26b666;
}
.service_info .infoBox .divide .infoCon dt {
    width: 146px !important;
}
.service_info .infoBox .divide .infoCon dd {
    line-height: 40px !important;
}
.service_info .infoBox .divide .serviceimg {
    padding: 0 !important;
}

.font-noto {
    font-family: Noto Sans KR;
    font-style: normal;
}

/* 25.10.16 서비스소개 - 회원전용표시 추가 */
.main_service .serviceCon li p i{
    font-style: normal; font-size: 12px; 
}
.main_service .serviceCon li i.label_red{
    display: inline-block; padding: 4px 5px; margin-left: 5px; border-radius: 3px; text-align: center; color: #fff; background: #eb5e41;
}

@media (max-width: 820px) {
    .main_service .serviceCon li span.imgCon1,
    .main_service .serviceCon li span.imgCon2,
    .main_service .serviceCon li span.imgCon3,
    .main_service .serviceCon li span.imgCon4,
    .main_service .serviceCon li span.imgCon5{
        background-size:55% !important;
    }
    .main_service .serviceCon li span {
        width: 120px !important;
        height: 120px !important;
    }
    .main_service .serviceCon li .textCon p {
        padding-left: 30px !important;
        overflow: hidden;
    }
    .main_service .serviceCon li .textCon p::before {
        left: 20px !important;
    }
    /* 25.10.16 서비스소개 - 회원전용표시 추가 */
    .main_service .serviceCon li p i{
         font-size: 11px; 
    }
    .main_service .serviceCon li i.label_red{
    padding: 3px 4px; margin-left: 3px; 
    }
}

@media (max-width: 620px) {
    .main_service .serviceCon li {
        width: calc(100% / 3) !important;
    }
    .main_service .serviceCon li span {
        width: 100px !important;
        height: 100px !important;
    }
    .main_service .serviceCon li:nth-child(4),
    .main_service .serviceCon li:nth-child(5) {
        width: calc(100% / 2) !important;
        margin-top: 15px;
    }
    .main_service .serviceCon li .textCon strong {
        margin-bottom: 10px !important;
    }
    .main_service .serviceCon li .textCon p {
        text-align: center !important;
        margin-top: 6px !important;
        padding-left: 0 !important;
        width: 100% !important;
    }
    /* 25.10.16 서비스소개 - 회원전용표시 수정 */
    .main_service .serviceCon li .textCon p::before {
        display: none !important;
    }
    .main_service {
        overflow: hidden;
    }
}
