@charset "utf-8";

#layout {
    overflow: hidden;
    padding-top: 90px;
    background-color: #fff;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 200;
    background-color: #fff;
}
#header .container_xl {}
#header #logo {
    float: left;
    margin: 20px 0;
}
#header #logo a {
    display: block;
    height: 50px;
    width: 250px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/assets/images/petitions/logo.jpg");
}
#header .hd_menu {
    float: right;
    margin-top: 29px;
}
#nav {}
#nav li {
    float: left;
}
#nav li + li {
    margin-left: 53px;
}
#nav li a {
    color: #000;
    font-size: 1.7rem;
    padding: 8px 10px;
    transition: all 0.2s;
    position: relative;
}
#nav li a:hover {
    color: #3446f0;
}
#nav li a.active {
    color: #3446f0;
    font-weight: 500;
}
#nav li a.active:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 2px;
    width: 5px;
    height: 5px;
    background-color: #3446f0;
    border-radius: 50%;
}

#header .menu_toggle {
    display: none;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 6000;
}
#header .menu_toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #000;
    margin: 6px auto;
    transition: all 0.3s;
}
#header .menu_toggle span:nth-child(1) {}
#header .menu_toggle span:nth-child(2) {}
#header .menu_toggle span:nth-child(3) {}

#header .menu_toggle.active span {
    position: absolute;
    width: 28px;
}
#header .menu_toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px;
    left: 0;
}
#header .menu_toggle.active span:nth-child(2) {
    opacity: 0;
}
#header .menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 7px;
    left: 0;
}
.menu_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4500;
    background-color: rgba(0,0,0,.15);
}

@media screen and (max-width: 1140px) {
    #layout {
        padding-top: 60px;
    }
    #header {
        height: 60px;
    }
    #header #logo {
        margin: 10px 0;
    }
    #header #logo a {
        height: 40px;
        width: 200px;
    }
    #header .hd_menu {
        float: right;
        margin-top: 29px;
    }
    #header .menu_toggle {
        display: block;
    }
    #header .hd_menu {
        position: fixed;
        width: 90%;
        background-color: #fff;
        padding: 20px;
        height: 100%;
        overflow-y: auto;
        z-index: 5000;
        right: -100%;
        top: 0;
        margin: 0;
        box-shadow: 0 0 15px rgba(0,0,0,.15);
    }
    #nav {
        margin-top: 50px;
    }
    #nav li {
        float: inherit;
        float: none;
    }
    #nav li + li {
        margin-left: 0;
        margin-top: 20px;
    }
}

#footer {}
#footer .ft_sns {
    padding: 43px 0;
    background-color: #3446f0;
    text-align: center;
}
#footer .ft_sns li {
    display: inline-block;
    margin: 0 22px;
}
#footer .ft_sns li a {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -999em;
    overflow: hidden;
    background-size: auto 26px;
    background-position: center center;
    background-repeat: no-repeat;
}
#footer .ft_sns li a:hover {
    filter: brightness(200%);
}
#footer .ft_sns li a.y {
    background-image: url("/assets/images/petitions/ft_sns_y.png");
}
#footer .ft_sns li a.f {
    background-image: url("/assets/images/petitions/ft_sns_f.png");
}
#footer .ft_sns li a.d {
    background-image: url("/assets/images/petitions/ft_sns_d.png");
}
#footer .ft_sns li a.k {
    background-image: url("/assets/images/petitions/ft_sns_k.png");
}
#footer .ft_sns li a.b {
    background-image: url("/assets/images/petitions/ft_sns_b.png");
}
#footer .ft_sns li a.i {
    background-image: url("/assets/images/petitions/ft_sns_i.png");
}
#footer .ft_sns li a.t {
    background-image: url("/assets/images/petitions/ft_sns_t.png");
}
#footer .ft_sns li a.m {
    background-image: url("/assets/images/petitions/ft_sns_m.png");
}
#footer .ft_bottom {
    background-color: #000;
    padding: 67px 0;
}
#footer .ft_bottom .container_xl {}
#footer .ft_bottom .ft_logo {
    float: left;
    width: 292px;
    height: 22px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url("/assets/images/petitions/ft_logo.jpg");
}
#footer .ft_bottom .ft_tc {
    float: right;
}
#footer .ft_bottom .ft_tc .link {
    float: left;
    color: #c4c4c4;
    font-size: 1.4rem;
    font-weight: 500;
}
#footer .ft_bottom .ft_tc .link:hover {
    text-decoration: underline;
}
#footer .ft_bottom .ft_tc .copy {
    float: left;
    color: #888;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 55px;
}
@media screen and (max-width: 1140px) {
    #footer .ft_sns {
        padding: 25px 0;
    }
    #footer .ft_sns li {
        margin: 0 5px;
    }
    #footer .ft_sns li:first-child {
        margin-left: 0;
    }
    #footer .ft_sns li:last-child {
        margin-right: 0;
    }
    #footer .ft_sns li a {
        width: 25px;
        height: 20px;
        background-size: auto 20px;
    }
    #footer .ft_bottom {
        padding: 25px 0;
        text-align: center;
    }
    #footer .ft_bottom .container_xl {}
    #footer .ft_bottom .ft_logo {
        float: inherit;
        width: 230px;
        height: 22px;
        margin: 0 auto;
    }
    #footer .ft_bottom .ft_tc {
        float: inherit;
    }
    #footer .ft_bottom .ft_tc .link {
        float: inherit;
        margin-top: 15px;
        display: inline-block;
    }
    #footer .ft_bottom .ft_tc .copy {
        float: inherit;
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }
}

.hd_links {
    position: absolute;
    top: 150px;
    right: 127px;
    z-index: 100;
    text-align: center;
    height: 43px;
}
.hd_links .item {
    position: relative;
}
.hd_links .item + .item {
    margin-top: 22px;
}
.hd_links .item + .item:before {
    content: "";
    width: 1px;
    height: 13px;
    background-color: #fff;
    position: absolute;
    top: -16px;
    left: 7px;
}
.hd_links .item a {
    display: block;
    width: 15px;
    color: #fff;
    word-break: break-all;
    line-height: 1.2;
}
.hd_links .item a.active {
    color: #1face6;
}
.main .hd_links .item a {
    color: #000;
}
.main .hd_links .item a:hover {
    color: #3446f0;
}
.main .hd_links .item + .item:before {
    background-color: #000;
}

@media screen and (max-width: 1140px) {
    .hd_links {
        position: relative;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 4px 0 10px;
        height: 36px;
    }
    .hd_links .item {
        position: relative;
        display: inline-block;
        font-size: 1.4rem;
    }
    .hd_links .item + .item {
        margin-top: 0;
        margin-left: 25px;
    }
    .hd_links .item + .item:before {
        width: 1px;
        height: 12px;
        top: 3px;
        left: -14px;
        background-color: #ddd;
    }
    .hd_links .item a {
        width: auto;
        color: #222;
    }
    .main .hd_links .item a {
        color: #222;
    }
    .main .hd_links .item + .item:before {
        background-color: rgba(0,0,0,.25);
    }
    .main_top .main_visual:before {
        display: none;
    }
}
#to_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 56px;
    height: 56px;
    background-color: #333;
    text-indent: -999em;
    overflow: hidden;
    z-index: 100;
    border-radius: 50%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/to_top.png");
}
@media screen and (max-width: 1240px) {
    #to_top {
        right: 15px;
        bottom: 40px;
        width: 36px;
        height: 36px;
    }
}

.main_content {}
.main_top {
    position: relative;
    padding-bottom: 95px;
}
.main_top .main_visual {
    height: 751px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ccc;
    background-image: url("/assets/images/petitions/main_visual_bg.jpg");
}
.main_top .main_visual:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background-color: #fff;
}
.main_top .main_visual .mv_title {
    margin-top: 205px;
    height: 55.5px;
    text-indent: -999em;
    overflow: hidden;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/mv_title.png");
}
.main_top .main_visual p {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
    color: #fff;
}
.main_top .main_links {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
}
.main_top .main_links .link {
    flex: 1 1;
    width: 460px;
    height: 360px;
    padding: 165px 50px 58px;
    position: relative;
    transition: all 0.4s;
}
.main_top .main_links .link.c {
    background-color: #3446f0;
}
.main_top .main_links .link.a {
    background-color: #eeeeee;
}
.main_top .main_links .link.q {
    background-color: #2f2f2f;
}
.main_top .main_links .link .title {
    display: block;
    height: 30px;
    text-indent: -999em;
    overflow: hidden;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.main_top .main_links .link.c .title {
    background-image: url("/assets/images/petitions/main_links_c.png");
}
.main_top .main_links .link.a .title {
    background-image: url("/assets/images/petitions/main_links_a.png");
}
.main_top .main_links .link.q .title {
    background-image: url("/assets/images/petitions/main_links_q.png");
}
.main_top .main_links .link .txt {
    display: block;
    margin-top: 25px;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.7;
    word-break: keep-all;
}
.main_top .main_links .link.a .txt {
    color: #232323;
}
.main_top .main_links .link:before {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 0;
    opacity: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/main_links_arrow.jpg");
}
.main_top .main_links .link:hover {
    padding: 58px 50px;
}
.main_top .main_links .link:hover:before {
    opacity: 1;
    bottom: 60px;
}
@media screen and (max-width: 1400px) {
    .main_top {
        padding-bottom: 0;
    }
    .main_top .main_visual {
        height: 400px;
    }
    .main_top .main_visual .mv_title {
        margin-top: 135px;
        height: 45px;
    }
    .main_top .main_visual p {
        margin-top: 20px;
        font-size: 1.6rem;
    }
    .main_top .main_links {
        position: relative;
    }
    .main_top .main_links .link {
        width: auto;
        height: auto;
        padding: 40px 60px 40px 30px;
    }
    .main_top .main_links .link .title {
        height: 24px;
    }
    .main_top .main_links .link .txt {
        font-size: 1.8rem;
        margin-top: 15px;
    }
    .main_top .main_links .link:before {
        width: 30px;
        height: 30px;
        background-size: 15px;
        left: auto;
        right: 25px;
        top: 50%;
        margin-top: -15px;
        opacity: 1;
    }
    .main_top .main_links .link:hover {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 750px) {
    .main_top .main_visual {
        height: auto;
        padding: 90px 0;
    }
    .main_top .main_visual .mv_title {
        margin-top: 0;
        height: 30px;
        background-position: center center;
    }
    .main_top .main_visual p {
        word-break: keep-all;
        text-align: center;
    }
    .main_top .main_visual p br {
        display: none;
    }
    .main_top .main_links {
        flex-direction: column;
    }
    .main_top .main_links .link {
        padding: 32px 60px 32px 20px;
    }
    .main_top .main_links .link:hover {
        padding: 32px 20px;
    }
    .main_top .main_links .link .title {
        height: 18px;
    }
    .main_top .main_links .link .txt {
        font-size: 1.4rem;
        margin-top: 10px;
        line-height: 1.3;
    }
    .main_top .main_links .link .txt br {
        display: none;
    }
    .main_top .main_links .link:before {
        width: 25px;
        height: 25px;
        background-size: 13px;
        right: 25px;
        margin-top: -12px;
        opacity: 1;
    }
}
.main_section_title {
    margin-bottom: 50px;
}
.main_section_title h3 {
    height: 47px;
    text-indent: -999em;
    overflow: hidden;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.main_section_title .stit {
    display: block;
    color: #000;
    font-size: 1.8rem;
    margin-top: 25px;
}
.main_section_title .dot1 {
    display: block;
    color: #000;
    font-size: 1.5rem;
    margin-top: 25px;
}
.main_section_title .dot1 li {
    text-indent: -13px;
    padding-left: 13px;
    word-break: keep-all;
}
.main_section_title .dot1 li + li {
    margin-top: 5px;
}
@media screen and (max-width: 1400px) {
    .main_section_title {
        margin-bottom: 30px;
    }
    .main_section_title h3 {
        height: 28px;
    }
    .main_section_title .stit {
        font-size: 1.5rem;
        margin-top: 15px;
    }
}

.main_petitions {
    padding-top: 210px;
    padding-bottom: 115px;
    position: relative;
}
.main_petitions:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 422px;
    height: 620px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/main_petitions_bg1.jpg");
}
.main_petitions:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 614px;
    height: 354px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/main_petitions_bg2.jpg");
}
.main_petitions .main_section_title {
    position: relative;
    z-index: 10;
}
.main_petitions .main_section_title h3 {
    background-image: url("/assets/images/petitions/title_main_petitions.png");
}
.main_petitions .main_section_title .stit {}
.main_petitions .more {
    position: absolute;
    z-index: 20;
    right: 40px;
    top: 275px;
    color: #555;
    font-size: 1.6rem;
    border-bottom: 1px solid #555;
}
.main_petitions .more:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 1400px) {
    .main_petitions {
        padding-top: 110px;
        padding-bottom: 75px;
    }
    .main_petitions:before {
        width: 200px;
        height: 420px;
        background-size: contain;
    }
    .main_petitions:after {
        width: 214px;
        height: 254px;
        background-size: contain;
    }
    .main_petitions .main_section_title {
        position: relative;
        z-index: 10;
    }
    .main_petitions .main_section_title h3 {
        background-image: url("/assets/images/petitions/title_main_petitions.png");
    }
    .main_petitions .main_section_title .stit {}
    .main_petitions .more {
        right: 15px;
        top: 111px;
        font-size: 1.4rem;
    }
    .main_petitions .more:hover {
        color: #000;
        border-bottom: 1px solid #000;
    }
}

.petitions_lst {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}
.petitions_lst li {
    width: 22%;
    margin-right: 4%;
}
.petitions_lst li:nth-child(4n) {
    margin-right: 0;
}
.petitions_lst li:nth-child(n + 5) {
    margin-top: 4%;
}
.petitions_lst li .num {
    position: relative;
    padding: 0 2px;
    display: inline-block;
    margin-bottom: 15px;
}
.petitions_lst li .num:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 10px;
    width: 100%;
    z-index: 1;
    background-color: #97d2ff;
}
.petitions_lst li .num span {
    display: block;
    position: relative;
    color: #000;
    font-size: 2.3rem;
    font-weight: 600;
    z-index: 2;
}
.petitions_lst li > a {
    display: block;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 16px rgba(80,125,222,.2);
    position: relative;
}
.petitions_lst li span {
    display: block;
}
.petitions_lst li .dday {
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 60px;
    text-align: center;
    background-color: #ecf2ff;
    color: #3446f0;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 50%;
    transition: all 0.3s;
}
.petitions_lst li .dday.active {
    background-color: #3446f0;
    color: #fff;
}
.petitions_lst li .dday.wait {
    background-color: #1b2259;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 14px;
}
.petitions_lst li .dday.dend {
    background-color: #d3d3d3;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    padding-top: 14px;
}
.petitions_lst li .end {
    position: absolute;
    right: 40px;
    top: 40px;
    color: #565e92;
    font-size: 1.3rem;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #ecf2ff;
}
.petitions_lst li .cate {
    margin-top: 30px;
    color: #2e3788;
}
.petitions_lst li .subject {
    margin-top: 28px;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: underline;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.petitions_lst li .cnt {
    margin-top: 20px;
    color: #555555;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.petitions_lst li .pt_status {
    margin-top: 50px;
}
.petitions_lst li .pt_status .info {
    display: flex;
    justify-content: space-between;
}
.petitions_lst li .pt_status .percentage {
    font-size: 1.7rem;
    color: #3446f0;
    font-weight: 600;
}
.petitions_lst li .pt_status .person {
    color: #000;
    font-weight: 600;
    padding-left: 23px;
    background-size: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/icon_person.png");
}
.petitions_lst li .pt_status .gauge {
    margin-top: 15px;
    border-radius: 4px;
    height: 8px;
    background-color: #e7e7e7;
    overflow: hidden;
}
.petitions_lst li .pt_status .gauge .bar {
    display: block;
    height: 8px;
    border-radius: 4px;
    background-color: #3446f0;
    width: 0;
}
.gall_wrap .petitions_lst li {
    width: 23.5%;
    margin-right: 2%;
}
.gall_wrap .petitions_lst li:nth-child(4n) {
    margin-right: 0;
}
.gall_wrap .petitions_lst li:nth-child(n + 5) {
    margin-top: 2%;
}

@media screen and (max-width: 1400px) {
    .petitions_lst {}
    .petitions_lst li {
        width: 49%;
        margin-right: 2%;
    }
    .petitions_lst li:nth-child(2n),
    .petitions_lst li:nth-child(4n) {
        margin-right: 0;
    }
    .petitions_lst li:nth-child(n + 3) {
        margin-top: 2%;
    }
    .petitions_lst li .num {
        margin-bottom: 2px;
    }
    .petitions_lst li .num:before {
        top: 12px;
        height: 8px;
    }
    .petitions_lst li .num span {
        font-size: 2rem;
    }
    .petitions_lst li > a {
        padding: 28px;
        box-shadow: 0 0 10px rgba(80,125,222,.2);
    }
    .petitions_lst li .dday {
        width: 42px;
        height: 42px;
        line-height: 40px;
        font-size: 1.4rem;
    }
    .petitions_lst li .dday.wait {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 4px 8px;
        width: auto;
        height: auto;
        line-height: 1.3;
        border-radius: 3px;
    }
    .petitions_lst li .dday.wait br {
        display: none;
    }
    .petitions_lst li .dday.dend {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 4px 8px;
        width: auto;
        height: auto;
        line-height: 1.3;
        border-radius: 3px;
    }
    .petitions_lst li .dday.dend br {
        display: none;
    }

    .petitions_lst li .end {
        right: 22px;
        top: 35px;
        font-size: 1.2rem;
        padding: 3px 8px;
    }
    .petitions_lst li .cate {
        margin-top: 10px;
    }
    .petitions_lst li .subject {
        margin-top: 15px;
        font-size: 1.6rem;
        height: 48px;
    }
    .petitions_lst li .cnt {
        margin-top: 17px;
        height: 68px;
    }
    .petitions_lst li .pt_status {
        margin-top: 20px;
    }
    .petitions_lst li .pt_status .percentage {
        font-size: 1.5rem;
    }
    .petitions_lst li .pt_status .person {
        padding-left: 20px;
        background-size: 12px;
        font-size: 1.4rem;
    }
    .petitions_lst li .pt_status .gauge {
        margin-top: 7px;
    }
    .gall_wrap .petitions_lst li {
        width: 49%;
    }
    .gall_wrap .petitions_lst li:nth-child(2n),
    .gall_wrap .petitions_lst li:nth-child(4n) {
        margin-right: 0;
    }
    .gall_wrap .petitions_lst li:nth-child(n + 3) {
        margin-top: 2%;
    }
}
@media screen and (max-width: 750px) {
    .main_petitions {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .petitions_lst li {
        width: 100%;
        margin-right: 0;
    }
    .petitions_lst li:nth-child(2n),
    .petitions_lst li:nth-child(4n) {
        margin-right: 0;
    }
    .petitions_lst li:nth-child(n + 2) {
        margin-top: 10%;
    }
    .gall_wrap .petitions_lst li {
        width: 100%;
        margin-right: 0;
    }
    .gall_wrap .petitions_lst li:nth-child(2n),
    .gall_wrap .petitions_lst li:nth-child(4n) {
        margin-right: 0;
    }
    .gall_wrap .petitions_lst li:nth-child(n + 2) {
        margin-top: 10%;
    }
    .petitions_lst li .subject {
        height: auto;
    }
    .petitions_lst li .cnt {
        height: auto;
    }

}

.petitions_lst2 {}
.petitions_lst2 li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
}
.petitions_lst2 li + li {
    margin-top: 50px;
}
.petitions_lst2 li > a {
    display: flex;
    align-items: center;
}
.petitions_lst2 li > a > div {
    flex: 1 1;
}
.petitions_lst2 li .left {
    margin-right: 1%;
}
.petitions_lst2 li .info {
    display: flex;
    align-items: center;
    margin-left: 1%;
}
.petitions_lst2 li .info .item {
    flex: 1 1;
    text-align: center;
}

.petitions_lst2 li .cate {
    display: inline-block;
    background-color: #ecf2ff;
    color: #3446f0;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 16px;
}
.petitions_lst2 li .subject {
    margin-top: 15px;
    color: #000;
    font-size: 2.1rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.petitions_lst2 li .info {
    position: relative;
}
.petitions_lst2 li .info:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 25px;
    background-size: auto 4px;
    background-position: center center;
    background-image: url("/assets/images/petitions/plst_dot.jpg");
}
.petitions_lst2 li .info .item {
    position: relative;
}
.petitions_lst2 li .info .item:first-child:after {
    content: "";
    z-index: 1;
    width: 50%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 25px;
}
.petitions_lst2 li .info .item:last-child:after {
    content: "";
    z-index: 1;
    width: 50%;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 25px;
}
.petitions_lst2 li .info .item:before {
    content: "";
    z-index: 5;
    position: relative;
    background-color: #fff;
    display: block;
    width: 70px;
    height: 60px;
    margin: 0 auto 5px;
    background-position: center center;
    background-size: 61px;
    background-repeat: no-repeat;
}
.petitions_lst2 li .info .item .tit {
    display: block;
}
.petitions_lst2 li .info .item .cnt {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 5px;
}
.petitions_lst2 li .info .item.start {
    color: #a0a6c0;
}
.petitions_lst2 li .info .item.end {
    color: #8288bf;
}
.petitions_lst2 li .info .item.count {
    color: #5661c6;
}
.petitions_lst2 li .info .item.answer {
    color: #2f40e1;
}

.petitions_lst2 li .info .item.start:before {
    background-image: url("/assets/images/petitions/plst_start.jpg");
}
.petitions_lst2 li .info .item.end:before {
    background-image: url("/assets/images/petitions/plst_end.jpg");
}
.petitions_lst2 li .info .item.count:before {
    background-image: url("/assets/images/petitions/plst_count.jpg");
}
.petitions_lst2 li .info .item.answer:before {
    background-image: url("/assets/images/petitions/plst_answer.jpg");
}
.petitions_lst2 li > a:hover .subject {
    text-decoration: underline;
}

@media screen and (max-width: 1400px) {

    .petitions_lst2 li .cate {
        font-size: 1.4rem;
        padding: 5px 11px;
    }
    .petitions_lst2 li .subject {
        margin-top: 12px;
        font-size: 1.7rem;
    }
    .petitions_lst2 li .info:before {
        top: 17px;
    }
    .petitions_lst2 li .info .item:first-child:after {
        top: 17px;
    }
    .petitions_lst2 li .info .item:last-child:after {
        top: 17px;
    }
    .petitions_lst2 li .info .item:before {
        width: 40px;
        height: 40px;
        background-size: 41px;
    }
    .petitions_lst2 li .info .item .tit {
        font-size: 1.4rem;
    }
    .petitions_lst2 li .info .item .cnt {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
    .petitions_lst2 {}
    .petitions_lst2 li {
        padding-bottom: 15px;
    }
    .petitions_lst2 li + li {
        margin-top: 15px;
    }
    .petitions_lst2 li > a {
        flex-direction: column;
    }
    .petitions_lst2 li .left {
        margin-right: 0;
        width: 100%;
    }
    .petitions_lst2 li .info {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .petitions_lst2 li .info {
        position: relative;
        margin-top: 20px;
    }
    .petitions_lst2 li .info:before {
        content: "";
        width: 100%;
        height: 3px;
        position: absolute;
        left: 0;
        top: 17px;
        background-size: auto 3px;
    }
    .petitions_lst2 li .info .item {
        flex: 1 1 auto;
    }
    .petitions_lst2 li .info .item:first-child:after {
        height: 3px;
        top: 17px;
    }
    .petitions_lst2 li .info .item:last-child:after {
        height: 3px;
        top: 17px;
    }
    .petitions_lst2 li .info .item:before {
        width: 40px;
        height: 36px;
        background-size: 37px;
    }
    .petitions_lst2 li .info .item .tit {
        font-size: 1.3rem;
    }
    .petitions_lst2 li .info .item .cnt {
        font-size: 1.3rem;
        margin-top: 3px;
    }
}

.main_caution {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ecf2ff;
}
.main_caution .main_section_title {
    position: relative;
    z-index: 10;
}
.main_caution .main_section_title h3 {
    background-image: url("/assets/images/petitions/title_main_caution.png");
}
.main_caution .main_section_title .stit {}
.main_caution .caution_list {
    flex: 1 1 auto;
    word-break: keep-all;
}
.main_caution .caution_list > li {
    background-color: #fff;
}
.main_caution .caution_list > li + li {
    margin-top: 18px;
}
.main_caution .caution_list > li.remove .caution_tit {
    background-image: url("/assets/images/petitions/caution_remove.png");
}
.main_caution .caution_list > li.nocoment .caution_tit {
    background-image: url("/assets/images/petitions/caution_nocoment.png");
}
.main_caution .caution_list .caution_tit {
    display: block;
    padding: 33px 53px 33px 105px;
    color: #383561;
    font-size: 1.8rem;
    background-size: 33px;
    background-position: left 42px center;
    background-repeat: no-repeat;
    position: relative;
}
.main_caution .caution_list .caution_tit:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -8px;
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/petitions/icon_arrow_down_000.png");
    transition: all 0.2s;
    opacity: 0.7;
}
.main_caution .caution_list .caution_tit.active:before {
    transform: rotate(-180deg);
}

.main_caution .caution_list .caution_wrap {
    padding: 0 40px;
    display: none;
}
.main_caution .caution_list .caution_wrap .caution_item {
    border-top: 1px solid #eeeeee;
}
.main_caution .caution_list .caution_wrap .caution_item:after,
.main_caution .caution_list .caution_wrap .caution_item:before {
    display: table;
    content: "";
}
.main_caution .caution_list .caution_wrap .caution_item:after {
    clear: both;
}
.main_caution .caution_list .caution_wrap .caution_item + .caution_item {
    border-top: 1px solid #eee;
}
.main_caution .caution_list .caution_wrap .caution_item .ci_tit {
    display: block;
    padding: 30px 65px;
    color: #555;
    font-size: 1.6rem;
    position: relative;
}
.main_caution .caution_list .caution_wrap .caution_item .ci_tit strong {
    color: #000;
    font-weight: 600;
}
.main_caution .caution_list .caution_wrap .caution_item .ci_tit:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #666;
}
.main_caution .caution_list .caution_wrap .caution_item .ci_tit:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -8px;
    background-color: #666;
    transition: all 0.2s;
}
.main_caution .caution_list .caution_wrap .caution_item .ci_tit.active:after {
    transform: rotate(-90deg);
}

.main_caution .caution_list .caution_wrap .caution_item .ci_cnt {
    padding: 32px 65px;
    color: #666;
    background-color: #f6f6f6;
    display: none;
}
.main_caution .caution_list .caution_wrap .caution_item:last-child .ci_cnt {
    margin-bottom: 40px;
}
.main_caution .caution_list .caution_wrap .caution_item.single .ci_tit {
    cursor: default;
}
.main_caution .caution_list .caution_wrap .caution_item.single .ci_tit:before {
    display: none;
}
.main_caution .caution_list .caution_wrap .caution_item.single .ci_tit:after {
    display: none;
}
@media screen and (max-width: 1400px) {
    .main_caution {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .main_caution .container_lg {
        flex-direction: column;
    }
    .main_caution .main_section_title {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .main_caution .caution_list {}
    .main_caution .caution_list > li + li {
        margin-top: 10px;
    }
    .main_caution .caution_list .caution_tit {
        padding: 25px 45px 25px 57px;
        font-size: 1.6rem;
        background-size: 24px;
        background-position: left 20px center;
    }
    .main_caution .caution_list .caution_tit:before {
        right: 20px;
        background-size: 20px;
    }

    .main_caution .caution_list .caution_wrap {
        padding: 0 20px;
    }
    .main_caution .caution_list .caution_wrap .caution_item .ci_tit {
        padding: 15px 25px 15px 0;
        font-size: 1.5rem;
    }

    .main_caution .caution_list .caution_wrap .caution_item .ci_tit:before {
        width: 12px;
    }
    .main_caution .caution_list .caution_wrap .caution_item .ci_tit:after {
        height: 12px;
        right: 5px;
        margin-top: -6px;
    }

    .main_caution .caution_list .caution_wrap .caution_item .ci_cnt {
        padding: 15px;
    }
    .main_caution .caution_list .caution_wrap .caution_item:last-child .ci_cnt {
        margin-bottom: 20px;
    }
}

.sub {
    margin-bottom: 140px;
}
.sub_visual {
    height: 410px;
    background-position: center center;
    background-size: cover;
    background-color: #555;
    margin-bottom: 85px;
}
.sub_visual h2 {
    margin-top: 295px;
    height: 47px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -999em;
    overflow: hidden;
}
.sub_visual.about {
    background-image: url("/assets/images/petitions/sub_visual_about.jpg");
}
.sub_visual.about h2 {
    background-image: url("/assets/images/petitions/sub_visual_about_title.png");
}
.sub_visual.ongoing {
    background-image: url("/assets/images/petitions/sub_visual_ongoing.jpg");
}
.sub_visual.ongoing h2 {
    background-image: url("/assets/images/petitions/sub_visual_ongoing_title.png");
}
.sub_visual.login {
    background-image: url("/assets/images/petitions/sub_visual_login.jpg");
}
.sub_visual.login h2 {
    background-image: url("/assets/images/petitions/sub_visual_login_title.png");
}
.sub_visual.apply {
    background-image: url("/assets/images/petitions/sub_visual_apply.jpg");
}
.sub_visual.apply h2 {
    background-image: url("/assets/images/petitions/sub_visual_apply_title.png");
}
.sub_visual.answered {
    background-image: url("/assets/images/petitions/sub_visual_answered.jpg");
}
.sub_visual.answered h2 {
    background-image: url("/assets/images/petitions/sub_visual_answered_title.png");
}
.sub_visual.closed {
    background-image: url("/assets/images/petitions/sub_visual_closed.jpg");
}
.sub_visual.closed h2 {
    background-image: url("/assets/images/petitions/sub_visual_closed_title.png");
}
.sub_visual.faq {
    background-image: url("/assets/images/petitions/sub_visual_faq.jpg");
}
.sub_visual.faq h2 {
    background-image: url("/assets/images/petitions/sub_visual_faq_title.png");
}
.sub_visual.mypetition {
    background-image: url("/assets/images/petitions/sub_visual_mypetition.jpg");
}
.sub_visual.mypetition h2 {
    background-image: url("/assets/images/petitions/sub_visual_mypetition_title.png");
}
.sub_visual.privacy {
    background-image: url("/assets/images/petitions/sub_visual_privacy.jpg");
}
.sub_visual.privacy h2 {
    background-image: url("/assets/images/petitions/sub_visual_privacy_title.png");
}
@media screen and (max-width: 1400px) {
    .sub_visual {
        height: 320px;
        margin-bottom: 45px;
    }
    .sub_visual h2 {
        margin-top: 248px;
        height: 36px;
    }
}
@media screen and (max-width: 750px) {
    .sub {
        margin-bottom: 70px;
    }
    .sub_visual {
        height: 180px;
        margin-bottom: 25px;
    }
    .sub_visual h2 {
        margin-top: 130px;
        height: 30px;
    }
}
/*페이징*/
.page_nav {
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
}
.page_nav .pg_page {
    display: inline-block;
    margin: 0 2px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    color: #000;
    padding: 0 3px;
    font-size: 1.6rem;
}
.page_nav .pg_page:hover {
    text-decoration: underline;
}
.page_nav .pg_page span {
    display: block;
}
.page_nav .pg_end,
.page_nav .pg_next,
.page_nav .pg_prev,
.page_nav .pg_start {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px;
}
.page_nav .pg_start {
    background-image: url("/assets/images/petitions/pg_start.jpg");
}
.page_nav .pg_prev {
    background-image: url("/assets/images/petitions/pg_prev.jpg");
    margin-right: 33px;
}
.page_nav .pg_next {
    background-image: url("/assets/images/petitions/pg_next.jpg");
    margin-left: 33px;
}
.page_nav .pg_end {
    background-image: url("/assets/images/petitions/pg_end.jpg");
}
.page_nav .pg_end:hover,
.page_nav .pg_next:hover,
.page_nav .pg_prev:hover,
.page_nav .pg_start:hover {}

.page_nav .pg_current {
    margin: 0 2px;
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-weight: 500;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 3px;
    border-radius: 50%;
}
@media screen and (max-width: 1400px) {
    .page_nav {
        margin-top: 30px;
        font-size: 1.3rem;
    }
    .page_nav .pg_page {
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 1.4rem;
    }
    .page_nav .pg_end,
    .page_nav .pg_next,
    .page_nav .pg_prev,
    .page_nav .pg_start {
        margin: 0;
        width: 25px;
        height: 25px;
        background-size: 10px;
    }
    .page_nav .pg_prev {
        margin-right: 5px;
    }
    .page_nav .pg_next {
        margin-left: 5px;
    }
    .page_nav .pg_current {
        margin: 0;
        min-width: 25px;
        height: 25px;
        line-height: 25px;
        padding: 0 2px;
    }
}

.list_sort {
    margin-bottom: 40px;
}
.list_sort .sort_inner {
    display: flex;
}
.list_sort .sort_inner .col {
    flex: 1 1 auto;
    margin-right: 2%;
}
.list_sort .sort_inner .col.col1 {
    width: 23.5%;
}
.list_sort .sort_inner .col.col2 {
    width: 49%;
}
.list_sort .sort_inner .col.col3 {
    width: 74.5%;
}
.list_sort .sort_inner .col.col4 {
    width: 100%;
}
.list_sort .sort_inner .col:last-child {
    margin-right: 0;
}
.list_sort .design_select {}
.list_sort .sort_keyword {
    position: relative;
}
.list_sort .sort_keyword input[type="text"] {
    width: 100%;
    height: 64px;
    color: #222;
    font-size: 1.6rem;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    padding-right: 50px;
}
.list_sort .sort_keyword .sort_submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 64px;
    width: 40px;
    border: 0;
    background-color: transparent;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    background-image: url("/assets/images/petitions/sort_search.png");
}

.list_sort select {
    width: 100%;
    height: 64px;
    color: #222;
    font-size: 1.6rem;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #000;
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 21px;
    background-image: url("/assets/images/petitions/icon_arrow_down_000.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (max-width: 750px) {
    .list_sort {
        margin-bottom: 30px;
    }
    .list_sort .sort_inner {
        flex-wrap: wrap;
    }
    .list_sort .sort_inner .col {
        flex: 1 1;
        margin-right: 0;
    }
    .list_sort .sort_inner .col + .col {
        margin-top: 2%;
    }
    .list_sort .sort_inner .col.col1 {
        width: 49%;
        margin-right: 2%;
    }
    .list_sort .sort_inner .col.col1 + .col1 {
        margin-right: 0;
        margin-top: 0;
    }
    .list_sort .sort_inner .col.col2 {
        width: 100%;
        flex: 1 1 auto;
    }
    .list_sort .sort_inner .col.col3 {
        width: 100%;
    }
    .list_sort .sort_keyword input[type="text"] {
        height: 44px;
        font-size: 1.4rem;
        padding-right: 30px;
    }
    .list_sort .sort_keyword .sort_submit {
        height: 44px;
        width: 30px;
        background-size: 14px;
    }
    .list_sort select {
        height: 44px;
        font-size: 1.4rem;
        background-size: 16px;
    }
}
@media screen and (max-width: 350px) {
    .list_sort .sort_inner .col.col1 {
        width: 100%;
        margin-right: 0;
        flex: 1 1 auto;
    }
    .list_sort .sort_inner .col.col1 + .col1 {
        margin-top: 2%;
    }
}
.petition_detail {
    margin-top: 110px;
}
.pd_content {
    padding-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
}
.pd_top {
    border-top: 2px solid #000;
    text-align: center;
    padding-top: 40px;
}
.pd_top .dday {
    display: inline-block;
    padding: 8px 30px;
    background-color: #ecf2ff;
    border-radius: 5px;
    color: #3648f0;
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 20px;
}
.pd_top .dday.active {
    background-color: #3648f0;
    color: #fff;
}
.pd_top .dday.wait {
    background-color: #1b2259;
    color: #fff;
}
.pd_top .dday.dend {
    background-color: #d3d3d3;
    color: #fff;
}
.pd_top h3 {
    color: #000;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0 15%;
}
.pd_top .pd_status {
    margin-top: 30px;
    text-align: center;
}
.pd_top .pd_status > div {
    display: inline-block;
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    padding-left: 34px;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.pd_top .pd_status > div + div {
    margin-left: 60px;
}
.pd_top .pd_status > div + div:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    background-color: #818181;
    position: absolute;
    left: -30px;
    top: 6px;
}
.pd_top .pd_status strong {
    color: #3446f0;
    font-weight: 600;
    display: inline-block;
    margin-left: 17px;
}
.pd_top .pd_status .count {
    background-image: url("/assets/images/petitions/pd_status_count.jpg");
}
.pd_top .pd_status .per {
    background-image: url("/assets/images/petitions/pd_status_per.jpg");
}
.pd_top .pd_dinfo {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.pd_top .pd_dinfo .item {
    margin: 0 50px;
    font-size: 1.6rem;
    color: #000;
}
.pd_top .pd_dinfo .item .tit {
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
}
@media screen and (max-width: 1400px) {
    .pd_top .pd_dinfo .item {
        text-align: center;
        flex: 1 1;
        margin: 0;
    }
    .pd_top .pd_dinfo .item .tit {
        display: block;
        margin: 0;
    }
}
.pd_top .pd_dinfo .item .cnt {}
@media screen and (max-width: 750px) {
    .petition_detail {
        margin-top: 40px;
    }
    .pd_content {
        padding-bottom: 30px;
    }
    .pd_top {
        padding-top: 20px;
    }
    .pd_top .dday {
        padding: 5px 20px;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
    .pd_top h3 {
        font-size: 2rem;
        padding: 0;
    }
    .pd_top .pd_status {
        margin-top: 20px;
    }
    .pd_top .pd_status > div {
        font-size: 1.5rem;
        padding-left: 24px;
        background-size: 16px;
    }
    .pd_top .pd_status > div + div {
        margin-left: 20px;
    }
    .pd_top .pd_status > div + div:before {
        height: 18px;
        left: -12px;
        top: 3px;
    }
    .pd_top .pd_status strong {
        margin-left: 3px;
    }
    .pd_top .pd_status .count {
        background-image: url("/assets/images/petitions/pd_status_count.jpg");
    }
    .pd_top .pd_status .per {
        background-image: url("/assets/images/petitions/pd_status_per.jpg");
    }

    .pd_top .pd_status .dis {
        background-image: url("/assets/images/petitions/pd_status_per_dis.jpg");
    }
    .pd_top .pd_dinfo {
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 24px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
    }
    .pd_top .pd_dinfo .item {
        margin: 0;
        font-size: 1.6rem;
        flex: 1 1 auto;
    }
    .pd_top .pd_dinfo .item .tit {
        margin-right: 0;
        font-size: 1.4rem;
    }
    .pd_top .pd_dinfo .item .cnt {
        font-size: 1.5rem;
    }
}

.pd_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
}
.pd_step:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 3px;
    width: 100%;
    background-color: #eaeaea;
}

.pd_step .item {
    position: relative;
    text-align: center;
}
.pd_step .item .num {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    border: 3px solid #eaeaea;
    color: #d1d1d1;
    border-radius: 50%;
    font-weight: 600;
    position: relative;
    z-index: 10;
}
.pd_step .item .tit {
    display: block;
    margin-top: 15px;
    color: #ababab;
    font-size: 1.6rem;
}

.pd_step .item.active {}
.pd_step .item.active .num {
    border: 3px solid #3648f0;
    color: #3648f0;
}
.pd_step .item.active .tit {}
.pd_step .item.on .num {
    border: 3px solid #3648f0;
    background-color: #3648f0;
    color: #fff;
    box-shadow: 0 7px 12px rgba(54,72,240,.45);
}
.pd_step .item.on .tit {
    color: #3648f0;
    font-weight: 500;
}
.pd_step .item.on:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 13px;
    height: 3px;
    width: 100vw;
    background-color: #3648f0;
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 750px) {
    .pd_step {
        margin-top: 30px;
    }
    .pd_step:before {
        top: 10px;
        height: 2px;
    }
    .pd_step .item .num {
        width: 24px;
        line-height: 24px;
        line-height: 20px;
        border: 2px solid #eaeaea;
        font-size: 1.3rem;
    }
    .pd_step .item .tit {
        margin-top: 10px;
        font-size: 1.5rem;
    }

    .pd_step .item.active {}
    .pd_step .item.active .num {
        border: 2px solid #3648f0;
        color: #3648f0;
    }
    .pd_step .item.active .tit {}
    .pd_step .item.on .num {
        border: 2px solid #3648f0;
        box-shadow: 0 4px 8px rgba(54,72,240,.45);
    }
    .pd_step .item.on:before {
        right: 30px;
        top: 10px;
        height: 2px;
    }
}

.dt_cnt {
    margin-top: 75px;
    border-top: 2px solid #000;
    display: flex;
    padding-top: 50px;
}
.dt_cnt + .dt_cnt {
    margin-top: 140px;
}
.dt_cnt .title {
    min-width: 21%;
    max-width: 21%;
    color: #000;
    font-size: 2.6rem;
    font-weight: 600;
}
.dt_cnt.secret .title {
    color: #c1c1c1;
}
.dt_cnt.secret .content {
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 30px;
}
.dt_cnt.answered .title {
    color: #1face6;
    text-decoration: underline;
}
.dt_cnt .content {
    flex: 1 1 auto;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
}
.dt_cnt .content .video_box {
    position: relative;
    padding-top: 56.5%;
}
.dt_cnt .content .video_box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1400px) {
    .dt_cnt {
        padding-top: 30px;
    }
    .dt_cnt + .dt_cnt {
        margin-top: 70px;
    }
    .dt_cnt .title {
        font-size: 2rem;
    }
    .dt_cnt .content {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 750px) {
    .dt_cnt {
        padding-top: 20px;
        flex-direction: column;
    }
    .dt_cnt + .dt_cnt {
        margin-top: 60px;
    }
    .dt_cnt .title {
        min-width: 100%;
        max-width: 100%;
        font-size: 1.8rem;
        margin-bottom: 13px;
    }
    .dt_cnt.secret .content {
        padding: 15px;
    }

}

.like_hate {
    margin-top: 90px;
    text-align: center;
}
.like_hate a {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 64px;
    margin: 0 10px;
}
.like_hate .like {
    color: #555555;
}
.like_hate .like:after {
    content: "";
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #c1c1c1;
    margin-left: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    background-image: url("/assets/images/petitions/icon_like.png");
}
.like_hate .hate {
    color: #555555;
}
.like_hate .hate:before {
    content: "";
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #c1c1c1;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 22px;
    background-image: url("/assets/images/petitions/icon_hate.png");
}

.like_hate a:hover {
    color: #159ed6;
}
.like_hate a:hover:after,
.like_hate a:hover:before {
    background-color: #149fd8;
}
.like_hate a.active {
    color: #159ed6;
}
.like_hate a.active:after,
.like_hate a.active:before {
    background-color: #149fd8;
}

@media screen and (max-width: 750px) {
    .like_hate {
        margin-top: 40px;
    }
    .like_hate a {
        font-size: 1.6rem;
        line-height: 44px;
    }
    .like_hate .like:after {
        width: 44px;
        height: 44px;
        margin-left: 15px;
        background-size: 15px;
    }
    .like_hate .hate:before {
        width: 44px;
        height: 44px;
        margin-right: 15px;
        background-size: 15px;
    }
}

.dt_share {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}
.dt_share .tit {
    display: inline-block;
    font-size: 1.4rem;
    color: #000;
    margin-right: 13px;
    line-height: 30px;
}
.dt_share .share_items {
    display: inline-block;
}
.dt_share .share_items .item {
    float: left;
    position: relative;
}
.dt_share .share_items .item + .item {
    margin-left: 10px;
}
.dt_share .share_items .item a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center center;
}
.dt_share .share_items .item .t {
    background-image: url("/assets/images/petitions/share_t.jpg");
}
.dt_share .share_items .item .f {
    background-image: url("/assets/images/petitions/share_f.jpg");
}
.dt_share .share_items .item .k {
    background-image: url("/assets/images/petitions/share_k.jpg");
}
.dt_share .share_items .item .b {
    background-image: url("/assets/images/petitions/share_b.jpg");
}
.dt_share .share_items .item .u {
    background-image: url("/assets/images/petitions/share_u.jpg");
}
.dt_share .share_items .item a:hover {
    opacity: 0.8;
}
.dt_share .share_items .url_ip {
    height: 0;
    width: 0;
    overflow: hidden;
    position: relative;
}
.dt_share .share_items .link_url {
    position: absolute;
    left: 0;
    top: 40px;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}
.dt_share .share_items .url_alert {
    display: none;
    position: absolute;
    z-index: 10;
    right: 0;
    top: -65px;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    white-space: nowrap;
}

.form_btns {
    text-align: center;
    margin-top: 45px;
}
.form_btns .btn.w100 {
	width:100%;
}
.form_btns .btn {
    display: inline-block;
    border: 0;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    background-color: #f0f0f0;
    color: #666;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 5px;
    border-radius: 30px;
    transition: all 0.2s;
}
.form_btns .btn.blue {
    background-color: #149fd8;
    color: #fff;
    cursor: default;
}
.form_btns .btn.ready {
    background-color: #ccc;
    color: #666;
    cursor: default;
}
.form_btns .btn.submit {
    background-color: #3446f0;
    color: #fff;
    cursor: pointer;
}
.form_btns .btn:hover {
    background-color: #eaeaea;
}
.form_btns .btn.ready:hover {
    background-color: #ccc;
}
.form_btns .btn.submit:hover {
    background-color: #2738e0;
}
.form_btns .btn.blue:hover {
    background-color: #149fd8;
}
@media screen and (max-width: 750px) {
    .form_btns {
        margin-top: 30px;
    }
    .form_btns .btn {
        min-width: 120px;
        height: 46px;
        line-height: 46px;
        font-size: 1.6rem;
        border-radius: 25px;
    }
}

.pop_gray_box {
    padding: 35px 25px;
    background-color: #f6f6f6;
}
.dot {}
.dot li {
    color: #000;
    text-indent: -14px;
    padding-left: 14px;
    word-break: keep-all;
}
.dot li strong {
    font-weight: 600;
}
.dot li + li {
    margin-top: 5px;
}
.petition_agree_layer .checkbox {
    margin-top: 20px;
    display: block;
}
.alert_txt {
    text-align: center;
    font-size: 1.8rem;
    color: #000;
    font-weight: 500;
    margin: 60px 0;
}
@media screen and (max-width: 750px) {
    .pop_gray_box {
        padding: 15px;
    }
    .dot li {
        text-indent: -13px;
        padding-left: 13px;
        font-size: 1.4rem;
    }
    .petition_agree_layer .checkbox {
        margin-top: 10px;
    }
    .alert_txt {
        font-size: 1.6rem;
        margin: 40px 0;
    }
}

.caution_box {
    margin-top: 30px;
    border-top: 3px solid #000;
    text-align: center;
}
.caution_box .caution_title {
    padding: 40px 15px 50px;
    color: #000;
    font-size: 2.2rem;
    font-weight: 500;
    word-break: keep-all;
}
.caution_box .caution_title:before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border: 3px solid #000;
    border-radius: 50%;
    margin: 0 auto 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.caution_box .caution_title.type1:before {
    background-image: url("/assets/images/petitions/icon_emark.jpg");
}
.caution_box .caution_title.type2:before {
    background-image: url("/assets/images/petitions/icon_bcheck.jpg");
}

.caution_dot {
    background-color: #f5f5f5;
    padding: 36px 40px;
    border: 1px solid #f0f0f0;
    word-break: keep-all;
}
.caution_dot ul {}
.caution_dot ul li {
    color: #000;
    text-indent: -13px;
    padding-left: 13px;
}
.caution_dot ul li + li {
    margin-top: 12px;
}
.caution_dot ul li strong {
    font-weight: 600;
}

.terms_scroll {
    border: 1px solid #f0f0f0;
    background-color: #f5f5f5;
}
.terms_scroll .terms_title {
    border-bottom: 1px solid #f0f0f0;
    padding: 22px 28px;
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
}
.terms_scroll .terms_inner {
    padding: 30px 28px;
    height: 285px;
    overflow-y: auto;
    line-height: 1.6;
    word-break: keep-all;
}
.terms_inner > ol {}
.terms_inner > ol > li {
    color: #5c5c5c;
}
.terms_inner > ol > li + li {
    margin-top: 30px;
}
.terms_inner > ol > li strong {
    coloR: #000;
    font-weight: 500;
    display: block;
}
.login_wrap .login_checkbox {
    margin-top: 30px;
}
.login_wrap .login_checkbox label {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 5px;
}
.login_wrap .login_checkbox label strong {
    color: #0942ea;
    font-weight: 600;
}

.terms_inner > ul {}
.terms_inner > ul > li {
    color: #5c5c5c;
    text-indent: -13px;
    padding-left: 13px;
}
.terms_inner > ul > li + li {
    margin-top: 30px;
}
.terms_inner > ul > li > strong {
    coloR: #000;
    font-weight: 500;
    display: block;
}
.terms_inner > ul > li > ul {}
.terms_inner > ul > li > ul > li {}
.terms_inner > ul > li > ul > li + li {
    margin-top: 8px;
}
.terms_inner > ul > li > ul > li a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.terms_top {
    display: flex;
}
.terms_top .terms_box {
    flex: 1 1;
}
.terms_top .terms_box + .terms_box {
    margin-left: 30px;
}

@media screen and (max-width: 750px) {
    .caution_box {
        margin-top: 20px;
        border-top: 2px solid #000;
    }
    .caution_box .caution_title {
        padding: 20px 15px 30px;
        font-size: 1.8rem;
    }
    .caution_box .caution_title:before {
        width: 32px;
        height: 32px;
        border: 2px solid #000;
        margin: 0 auto 15px;
    }
    .terms_scroll .terms_title {
        padding: 15px;
        font-size: 1.5rem;
    }
    .terms_scroll .terms_inner {
        padding: 15px;
        height: auto;
        max-height: 185px;
        font-size: 1.3rem;
    }
    .terms_inner > ol > li + li {
        margin-top: 10px;
    }
    .terms_inner > ul > li + li {
        margin-top: 10px;
    }
    .login_wrap .login_checkbox {
        margin-top: 15px;
    }
    .login_wrap .login_checkbox label {
        font-size: 1.6rem;
        padding-bottom: 3px;
    }

    .caution_dot {
        padding: 15px;
    }
    .caution_dot ul li {
        text-indent: -13px;
        padding-left: 13px;
        font-size: 1.4rem;
    }
    .caution_dot ul li + li {
        margin-top: 6px;
    }

    .terms_top {
        flex-direction: column;
    }
    .terms_top .terms_box + .terms_box {
        margin-left: 0;
        margin-top: 20px;
    }
}
.login_wrap .caution_box + .form_table{margin-top:0;}
.login_wrap .form_table {
    margin-top: 75px;
}
.form_table {
    border-top: 2px solid #000;
    display: flex;
    padding-top: 50px;
}
.form_table .form_title {
    min-width: 21%;
    max-width: 21%;
}
.form_table .form_title h3 {
    color: #000;
    font-size: 2.6rem;
    font-weight: 600;
}
.form_table .form_title .stit {
    display: block;
    color: #5c5c5c;
    font-size: 1.4rem;
    position: relative;
    margin-top: 15px;
}
.form_table .form_title .stit.req {
    padding-left: 10px;
}
.form_table .form_title .stit.req:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0942ea;
    position: absolute;
    left: 0;
    top: 0;
}
.form_table .font_content {
    flex: 1 1 auto;
}
@media screen and (max-width: 1400px) {
    .login_wrap .form_table {
        margin-top: 60px;
    }
    .form_table {
        padding-top: 30px;
        flex-direction: column;
    }
    .form_table .form_title {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .form_table .form_title h3 {
        font-size: 2rem;
    }
    .form_table .form_title .stit {
        margin-top: 10px;
    }
}
@media screen and (max-width: 920px) {
    .login_wrap .form_table {
        margin-top: 45px;
    }
    .form_table {
        padding-top: 20px;
    }
    .form_table .form_title .stit {
        margin-top: 10px;
    }
}
.form_content {
    flex: 1 1 auto;
}
.form_content .row {
    display: flex;
}
.form_content.sm .row + .row {
	margin-top:20px;
}
.form_content .row + .row {
    margin-top: 45px;
}
.form_content .row .col {
    margin-right: 2%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d4d4d4;
}
.form_content .row .col.col1 {
    width: 23.5%;
}
.form_content .row .col.col2 {
    width: 49%;
}
.form_content .row .col.col3 {
    width: 74.5%;
}
.form_content .row .col.col4 {
    width: 100%;
}
.form_content .row .col:last-child {
    margin-right: 0;
}
.form_content .row .col.readonly {
    background-color: #f1f1f1;
}

.form_content .fc_tit {
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    height: 82px;
    padding-top: 27px;
    padding-left: 5px;
    min-width: 174px;
    max-width: 174px;
}
.form_content .fc_tit .req {
    display: inline-block;
    padding-right: 11px;
    position: relative;
}
.form_content .fc_tit .req:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0942ea;
    position: absolute;
    right: 0;
    top: 0;
}
.form_content .fc_cnt {
    flex: 1 1 auto;
    position: relative;
}
.form_content .fc_cnt .ip_group {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.form_content .fc_cnt .ip_group.has_item input:last-of-type {
    padding-right: 85px;
}
.form_content .fc_cnt .ip_group input[type="text"],
.form_content .fc_cnt .ip_group input[type="tel"],
.form_content .fc_cnt .ip_group input[type="password"],
.form_content .fc_cnt .ip_group input[type="email"] {
    width: 100%;
    flex: 1 1 auto;
    height: 82px;
    background-color: #fff;
    border: 0;
    font-size: 1.6rem;
}
.form_content .fc_cnt .ip_group input[type="text"]:read-only,
.form_content .fc_cnt .ip_group input[type="tel"]:read-only,
.form_content .fc_cnt .ip_group input[type="password"]:read-only,
.form_content .fc_cnt .ip_group input[type="email"]:read-only {
    background-color: #f1f1f1;
}
.form_content .fc_cnt .ip_group select {
    flex: 1 1 auto;
    height: 82px;
    background-color: #fff;
    border: 0;
    font-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px;
    background-image: url("/assets/images/petitions/icon_arrow_down_000.png");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form_content .fc_cnt .ip_group textarea {
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    padding: 14px;
    min-width: 100%;
    max-width: 100%;
    min-height: 400px;
}
.form_content .fc_cnt .ip_group .dash {
    min-width: 15px;
    max-width: 15px;
    text-align: center;
    font-size: 2rem;
    color: #000;
}
.form_content .fc_cnt .max_len {
    position: absolute;
    right: 0;
    bottom: -30px;
    color: #5c5c5c;
}
.form_content .fc_cnt .max_len b {
    color: #000;
    font-weight: 500;
}
.form_content .col.col_textarea {
    display: block;
}
.form_content .col.col_textarea .fc_tit {
    display: block;
}

.form_content .fc_cnt .ip_group .ft_btn1 {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    border-radius: 3px;
    border: 0;
    padding: 0 16px;
    white-space: nowrap;
    background-color: #f5f5f5;
    color: #666;
    font-size: 1.4rem;
    font-weight: 500;
}
.form_content .fc_cnt .ip_group .ft_btn1:hover {
    background-color: #ececec;
}
.form_content .fc_cnt .ip_group .ft_btn2 {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    border-radius: 3px;
    border: 0;
    padding: 0 16px;
    white-space: nowrap;
    background-color: #ececec;
    color: #666;
    font-size: 1.4rem;
    font-weight: 500;
}
.form_content .fc_cnt .ip_group .ft_btn2:hover {
    background-color: #e4e4e4;
}

.form_content .fc_cnt .ip_group .certify_count {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    white-space: nowrap;
    color: #666;
    font-size: 1.6rem;
}
.form_content .dot1 {
    margin-top: 25px;
}

.form_content .design_select {}
.form_content .design_select .ds_value {
    padding: 27px 30px 27px 0;
    height: 82px;
    border-bottom: 0;
}
.form_content .design_select .ds_cnt {
    top: 82px;
}
.form_content .design_select .ds_cnt .ds_list {
    max-height: 280px;
}

@media screen and (max-width: 920px) {
    .form_content .row {
        flex-direction: column;
    }
    .form_content .row + .row {
        margin-top: 6px;
    }
    .form_content .row .col {
        flex-direction: column;
        border: 0;
    }
    .form_content .row .col + .col {
        margin-top: 6px;
    }
    .form_content .row .col {
        margin-right: 0;
    }
    .form_content .row .col.col1 {
        width: 100%;
    }
    .form_content .row .col.col2 {
        width: 100%;
    }
    .form_content .row .col.col3 {
        width: 100%;
    }
    .form_content .row .col.readonly {
        background-color: transparent;
    }

    .form_content .fc_tit {
        font-size: 1.5rem;
        height: auto;
        margin-top: 10px;
        padding: 5px 0;
        margin-bottom: 5px;
        min-width: 100%;
        max-width: 100%;
    }
    .form_content .fc_cnt {
        width: 100%;
    }
    .form_content .fc_cnt .ip_group.has_item input:last-of-type {
        padding-right: 55px;
    }
    .form_content .fc_cnt .ip_group input[type="text"],
    .form_content .fc_cnt .ip_group input[type="tel"],
    .form_content .fc_cnt .ip_group input[type="password"],
    .form_content .fc_cnt .ip_group input[type="email"] {
        height: 44px;
        font-size: 1.5rem;
        border: 1px solid #ddd;
        padding-left: 10px;
    }
    .form_content .fc_cnt .ip_group select {
        height: 44px;
        font-size: 1.5rem;
        border: 1px solid #ddd;
        padding-left: 10px;
        background-size: 16px;
    }
    .form_content .fc_cnt .ip_group textarea {
        min-height: 220px;
        border: 1px solid #ddd;
    }
    .form_content .fc_cnt .ip_group .dash {
        line-height: 40px;
    }

    .form_content .fc_cnt .ip_group .ft_btn1 {
        margin-top: -16px;
        height: 32px;
        padding: 0 12px;
    }
    .form_content .fc_cnt .ip_group .ft_btn2 {
        margin-top: -16px;
        height: 32px;
        padding: 0 12px;
    }
    .form_content .fc_cnt .ip_group .certify_count {
        margin-top: -16px;
        height: 32px;
        line-height: 32px;
        font-size: 1.5rem;
    }
    .form_content .fc_cnt .max_len {
        position: relative;
        display: block;
        margin-top: 3px;
        text-align: right;
        bottom: 0;
        font-size: 1.3rem;
    }

    .form_content .dot1 {
        margin-top: 15px;
    }

    .form_content .design_select .ds_value {
        padding: 8px 30px 8px 10px;
        height: 44px;
        border: 1px solid #ddd;
        font-size: 1.5rem;
    }
    .form_content .design_select .ds_value::before {
        right: 10px;
    }
    .form_content .design_select .ds_cnt {
        top: 44px;
    }
    .form_content .design_select .ds_cnt .ds_list {
        max-height: 210px;
    }
}

.dot1 {}
.dot1 li {
    color: #555;
    text-indent: -11px;
    padding-left: 11px;
    letter-spacing: 0;
}
.dot1 li + li {}
.dot1 li a {
    color: #0942ea;
    font-weight: 600;
    display: inline-block;
    border-bottom: 1px solid #0942ea;
    text-indent: 0;
}
@media screen and (max-width: 920px) {
    .dot1 li {
        font-size: 1.4rem;
    }
}

.faq_list {
    border: 1px solid #eee;
    padding: 0 30px;
}
.faq_list .item {}
.faq_list .item + .item {
    border-top: 1px solid #eee;
}
.faq_list .item .faq_q {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 25px 60px 25px 120px;
    color: #000;
    font-size: 1.7rem;
    transition: all 0.2s;
    border: 0;
    background-color: #fff;
}
.faq_list .item .faq_q .sbj:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/assets/images/petitions/faq_q.png");
}
.faq_list .item .faq_q:before {
    content: "";
    width: 16px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #666;
}
.faq_list .item .faq_q:after {
    content: "";
    width: 2px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -8px;
    background-color: #666;
    transition: all 0.2s;
}
.faq_list .item .faq_q.active:after {
    transform: rotate(-90deg);
}
.faq_list .item .faq_q .sbj {
    vertical-align: baseline;
    word-break: keep-all;
    margin: 2px 0;
    font-size: 16px;
    font-weight: 500;
}
.faq_list .item .faq_q:hover .sbj {
    text-decoration: underline;
}
.faq_list .item .faq_a {
    position: relative;
    padding: 26px 30px 26px 120px;
    background-color: #f6f6f6;
    color: #666;
    font-size: 1.5rem;
    line-height: 1.7;
    display: none;
}
.faq_list .item .faq_a:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    width: 30px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("/assets/images/petitions/faq_a.png");
}
.faq_list .item .faq_a ul {}
.faq_list .item .faq_a ul li {
    text-indent: -14px;
    padding-left: 14px;
}
.faq_list .item .faq_a ul li + li {
    margin-top: 3px;
}
@media screen and (max-width: 1400px) {
    .faq_list .item .faq_q {
        padding: 25px 60px;
    }
    .faq_list .item .faq_q .sbj:before {
        left: 20px;
    }
    .faq_list .item .faq_a {
        padding: 26px 30px 26px 60px;
    }
    .faq_list .item .faq_a:before {
        left: 20px;
        top: 50%;
    }
}
@media screen and (max-width: 920px) {
    .faq_list {
        padding: 0;
    }
    .faq_list .item {}
    .faq_list .item .faq_q {
        padding: 15px 40px 15px 48px;
        font-size: 1.5rem;
    }
    .faq_list .item .faq_q .sbj:before {
        left: 20px;
        top: 50%;
        background-size: 12px;
    }
    .faq_list .item .faq_q:before {
        content: "";
        width: 12px;
        height: 2px;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -1px;
        background-color: #666;
    }
    .faq_list .item .faq_q:after {
        content: "";
        width: 2px;
        height: 12px;
        position: absolute;
        right: 25px;
        top: 50%;
        margin-top: -6px;
        background-color: #666;
        transition: all 0.2s;
    }
    .faq_list .item .faq_q .sbj {
        margin: 2px 0;
        font-size: 15px;
    }
    .faq_list .item .faq_a {
        position: relative;
        padding: 15px 10px 15px 48px;
    }
    .faq_list .item .faq_a:before {
        left: 20px;
        background-size: 12px;
    }
    .faq_list .item .faq_a ul {}
    .faq_list .item .faq_a ul li {
        text-indent: -12px;
        padding-left: 12px;
    }
    .faq_list .item .faq_a ul li + li {
        margin-top: 3px;
    }
}
.tap_btns {
    display: flex;
    margin-bottom: 60px;
    text-align: center;
}
.tap_btns a {
    flex: 1 1;
    color: #999999;
    font-size: 2rem;
    border: 1px solid #d4d4d4;
    padding: 19px 10px;
}
.tap_btns a.active {
    border: 1px solid #2f2f2f;
    background-color: #2f2f2f;
    color: #fff;
}
.tap_btns a + a {
    border-left: 0;
}
.tap_btns input[type=radio] + label {
    flex: 1 1;
    color: #999999;
    font-size: 2rem;
    border: 1px solid #d4d4d4;
    padding: 19px 10px;
    cursor: pointer;
}
.tap_btns input[type=radio]:checked + label {
    border: 1px solid #2f2f2f;
    background-color: #2f2f2f;
    color: #fff;
}
@media screen and (max-width: 1100px) {
    .tap_btns {
        margin-bottom: 20px;
    }
    .tap_btns a {
        font-size: 1.5rem;
        padding: 10px;
    }
    .tap_btns input[type=radio] + label {
        font-size: 1.5rem;
        padding: 10px;
    }
}
.list_table {}
.list_table table {
    border-top: 2px solid #000;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.list_table table thead {}
.list_table table thead tr {}
.list_table table thead tr th {
    background-color: #fafafa;
    padding: 21px 0;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
}
.list_table table tbody {}
.list_table table tbody tr {}
.list_table table tbody tr td {
    padding: 28px 15px;
    text-align: center;
    vertical-align: middle;
    color: #666;
    font-size: 1.6rem;
    border-bottom: 1px solid #dfdfdf;
}
.list_table table tbody tr td .mb_tit {
    display: none;
}
.list_table table tbody tr td .cate {
    float: left;
    display: inline-block;
    color: #2e3788;
    background-color: #ecf2ff;
    padding: 3px 16px;
    border-radius: 5px;
    font-size: 1.5rem;
    font-weight: 500;
}
.list_table table tbody tr td .status {
    display: inline-block;
    min-width: 96px;
    padding: 7px 10px;
    color: #2e3788;
    border: 1px solid #2e3788;
    border-radius: 18px;
    font-size: 1.5rem;
    font-weight: 500;
}
.list_table table tbody tr td .status.end {
    display: inline-block;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
}
.list_table table tbody tr td.subject {
    text-align: left;
}
.list_table table tbody tr td.subject a {
    color: #000;
    font-size: 1.6rem;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_table table tbody tr td.subject a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1100px) {
    .list_table {}
    .list_table table {
        display: block;
    }
    .list_table table colgroup {
        display: none;
    }
    .list_table table thead {
        display: none;
    }
    .list_table table tbody {
        display: block;
    }
    .list_table table tbody tr {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #dfdfdf;
    }
    .list_table table tbody tr td {
        padding: 0;
        text-align: left;
        color: #555;
        font-size: 1.35rem;
        border: 0;
        display: inline-block;
        margin-right: 10px;
    }
    .list_table table tbody tr td .mb_tit {
        display: inline-block;
        margin-right: 4px;
    }
    .list_table table tbody tr td .cate {
        float: inherit;
        padding: 2px 10px;
        border-radius: 3px;
        font-size: 1.35rem;
    }
    .list_table table tbody tr td .status {
        min-width: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        font-size: 1.35rem;
    }
    .list_table table tbody tr td .status.end {
        border: 0;
    }
    .list_table table tbody tr td.subject {
        display: block;
        margin: 10px 0 8px;
    }
    .list_table table tbody tr td.subject a {
        color: #000;
        display: block;
        font-size: 1.5rem;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.about_detail {
    padding-top: 25px;
}
.about_detail h3 {
    color: #2f2f2f;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 80px;
    word-break: keep-all;
}
.about_detail .about_cnt {}
.about_detail .about_cnt .about_item {}
.about_detail .about_cnt .about_item + .about_item {
    margin-top: 130px;
}
.about_detail .about_cnt .about_item .title {
    color: #000;
    font-size: 2.1rem;
    font-weight: 500;
    padding: 15px 0 15px 77px;
    position: relative;
}
.about_detail .about_cnt .about_item .title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    background-color: #ddd;
    border-radius: 16px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.about_detail .about_cnt .about_item .title.use:before {
    background-color: #1face6;
    background-image: url("/assets/images/petitions/about_item_use.png");
}
.about_detail .about_cnt .about_item .title.remove:before {
    background-color: #3446f0;
    background-image: url("/assets/images/petitions/about_item_remove.png");
}
.about_detail .about_cnt .about_item .title.answer:before {
    background-color: #1b2259;
    background-image: url("/assets/images/petitions/about_item_answer.png");
}

.about_detail .about_cnt .about_item .content {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}
.about_detail .about_cnt .about_item .content ul {}
.about_detail .about_cnt .about_item .content ul li {
    color: #555;
    font-size: 1.6rem;
    text-indent: -15px;
    padding-left: 15px;
    word-break: keep-all;
}
.about_detail .about_cnt .about_item .content ul li + li {
    margin-top: 10px;
}
.about_detail .about_cnt .about_item .content ul li a {
    border-bottom: 1px solid #3446f0;
    color: #3446f0;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .about_detail h3 {
        margin-bottom: 50px;
    }
    .about_detail .about_cnt .about_item + .about_item {
        margin-top: 80px;
    }
}
@media screen and (max-width: 750px) {
    .about_detail {
        padding-top: 15px;
    }
    .about_detail h3 {
        font-size: 2.6rem;
        margin-bottom: 30px;
    }
    .about_detail h3 br {
        display: none;
    }
    .about_detail .about_cnt .about_item + .about_item {
        margin-top: 40px;
    }
    .about_detail .about_cnt .about_item .title {
        font-size: 1.8rem;
        padding: 8px 0 10px 47px;
    }
    .about_detail .about_cnt .about_item .title:before {
        margin-top: -17px;
        width: 34px;
        height: 34px;
        border-radius: 10px;
    }
    .about_detail .about_cnt .about_item .content {
        margin-top: 10px;
        padding-top: 25px;
    }
    .about_detail .about_cnt .about_item .content ul {}
    .about_detail .about_cnt .about_item .content ul li {
        font-size: 1.5rem;
        text-indent: -13px;
        padding-left: 13px;
    }
    .about_detail .about_cnt .about_item .content ul li + li {
        margin-top: 6px;
    }
}

.privecy > ol > li {
    color: #5c5c5c;
}
.privecy > ol > li + li {
    margin-top: 30px;
}
.privecy > ol > li strong {
    coloR: #000;
    font-weight: 500;
    display: block;
}

.form_checks{margin-top:25px;}
.form_checks .item + .item{margin-top:15px;}
.login_links{display:flex;justify-content:center;margin-top:30px;}
.login_links li{padding:0 12px;display:inline-block;position:relative;}
.login_links li:before{content:"";position:absolute;right:0;top:6px;width:1px;height:12px;background-color:#ddd;}
.login_links li:last-child:before{display:none;}
.login_links li a{color:#444;font-size:14px;}
.login_links li a:hover{text-decoration:underline;}

.boxline{border:2px dashed #000;padding:20px;margin:20px 0;font-weight:bold;}