@charset "UTF-8";

/*설문조사*/
.prog_poll {
    overflow: hidden;
    margin-top: 40px
}

.prog_poll .poll_card:nth-child(1),
.prog_poll .poll_card:nth-child(2),
.prog_poll .poll_card:nth-child(3) {
    margin-top: 0
}

.prog_poll .poll_card {
    float: left;
    width: 31%;
    padding: 30px 35px;
    margin: 3.5% 0 0 3.5%;
    text-align: center;
    border: 1px solid #c9c9c9;
    background-color: #f9f9fb
}

.prog_poll .poll_card:first-child {
    margin-left: 0
}

.prog_poll .poll_card:nth-child(3n+1) {
    margin-left: 0
}

.prog_poll .poll_card .pt {
    height: 250px
}

.prog_poll .poll_card .pt .title {
    display: inline-block;
    width: 150px;
    padding: 7px 0;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 400;
    font-size: 20px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    border: 1px solid #dadadd;
    background-color: #fff;
    color: #000
}

.prog_poll .poll_card .pt p {
    margin-top: 20px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -1px;
    color: #333
}

.prog_poll .poll_card .pt span {
    display: block
}

.prog_poll .poll_card .pt .count {
    margin-top: 5px;
    font-weight: 300
}

.prog_poll .poll_card .pt .date {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #009859
}

.prog_poll .poll_card .pt .button {
    margin-top: 15px
}

.prog_poll .poll_card .pt .button a {
    display: inline-block;
    width: 110px;
    height: 40px;
    margin-left: 3px;
    line-height: 2.9;
    padding-left: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    font-weight: 400;
    font-size: 14px;
    background-color: #72787b;
    color: #fff;
    position: relative;
}

.prog_poll .poll_card .pt .button a:hover,
.prog_poll .poll_card .pt .button a:active {
    background-color: #164b9e;
}

.prog_poll .poll_card .pt .button a:first-child {
    margin-left: 0
}

.prog_poll .poll_card .pt .button .y {
    background-color: #01b150;
    color: #fff;
}

.prog_poll .poll_card .pt .button .y::before {
    content: "";
    width: 13px;
    height: 14px;
    position: absolute;
    background-image: url(/images/common/sv_check.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 15px;
    top: 12px;
}

.board_sch .sv > input {
    width: calc((100% - 100px) / 2);
}

.mid {
    margin: 15px 0;
}

.prog_poll .poll_card .pt .button .n::before {
    content: "";
    width: 13px;
    height: 14px;
    position: absolute;
    background-image: url(/images/common/sv_check02.png);
    background-repeat: no-repeat;
    background-size: 100%;
    left: 15px;
    top: 14px;
}


.prog_poll .poll_card .pt .button .y:hover {
    background-color: #164b9e;
    color: #fff;
}




.prog_poll .poll_card .pt .button .n {
    font-weight: 300
}

.prog_poll .poll_card .info {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
}

.prog_poll .poll_card .info span {
    font-size: 16px;
    color: #333;
    display: block;
    height: 40px;
    line-height: 3.5;
}

@media(max-width:1000px) {

    .prog_poll .poll_card:nth-child(3n+1),
    .prog_poll .poll_card {
        width: 49%;
        margin-left: 2%
    }

    .prog_poll .poll_card,
    .prog_poll .poll_card:nth-child(3) {
        margin-top: 2%
    }

    .prog_poll .poll_card:nth-child(2n+1) {
        margin-left: 0
    }

}

@media(max-width:767px) {

    .prog_poll {
        margin-top: 20px
    }

    .prog_poll .poll_card,
    .prog_poll .poll_card:nth-child(2n+1),
    .prog_poll .poll_card:nth-child(3n+1),
    .prog_poll .poll_card:nth-child(2),
    .prog_poll .poll_card:nth-child(3),
    .prog_poll .poll_card {
        width: 100%;
        margin: 20px 0 0 0
    }

    .prog_poll .poll_card:nth-child(1) {
        margin-top: 0
    }
}



/*설문조사 */
.pollWrite_head {
    padding: 25px 0;
    text-align: center;
    background-color: #f7f7fb
}

.pollWrite_head .title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 24px;
    color: #323232
}

.pollWrite_head .info {
    font-size: 18px;
    color: #009859
}

.pollWrite_body {
    padding-bottom: 30px;
    border-bottom: 1px solid #848692
}

.pollWrite_body .item {
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden
}

.pollWrite_body .item .num {
    float: left;
    width: 80px;
    height: 80px;
    padding-top: 28px;
    text-indent: -1px;
    font-weight: 500;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #f4f4f4;
    color: #000
}

.pollWrite_body .item .pt {
    overflow: hidden;
    padding: 12px 0 0 25px
}

.pollWrite_body .item .pt .title {
    margin-bottom: 5px;
    font-weight: 400
}

.pollWrite_body .item .pt .list {
    font-weight: 300
}

.pollWrite_body .item .pt .list label {
    margin: 10px 20px 0 0
}

.pollWrite_body .item .pt .list label input {
    width: 18px;
    height: 18px;
    vertical-align: -3px
}

.pollWrite_body .item .pt .list textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #d2d2d2
}

.pollWrite_body .item .pt .list ul {
    margin-top: 10px
}

.pollWrite_body .item .pt .list ul li {
    margin-top: 6px;
    margin-bottom: 15px;
}

.pollWrite_body .item .pt .list ul li .bar {
    overflow: hidden;
    height: 15px;
    margin-top: 5px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #ebeff3
}

.pollWrite_body .item .pt .list ul li .bar div {
    width: 0;
    height: 100%;
    border-radius: 25px;
    margin: 0;
    -webkit-border-radius: 25px;
    background-color: #48d2c2;
}

.pollWrite_body .button {
    margin-top: 30px;
    text-align: center
}

.pollWrite_body .button a {
    margin-left: 5px
}

.pollWrite_body .button a:first-child {
    margin-left: 0
}

@media(max-width:640px) {
    .pollWrite_body .item .num {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        margin-right: 5px
    }

    .pollWrite_body .item .pt {
        overflow: visible;
        padding: 5px 0 0 0
    }

    .pollWrite_body .item .pt .list {
        margin-top: 20px
    }

    .pollWrite_body .item .pt .list label {
        display: block;
        margin-left: 10px
    }

    .pollWrite_body .button {}

    .pollWrite_body .button .pollBtn {
        min-width: 100px
    }

}

.board_sch.t04 .bSchInput label,
.board_sch.t04 .bSch_date label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 18px;
    color: #000;

}

.board_sch .bSchInput > input[type=text] {
    width: 100%;
}

/*입력 및 달력*/

.board_sch.t04 {
    padding: 20px 29px
}

.board_sch.t04 .bSchInput {
    position: relative;
    float: left;
    width: 40%;
    padding-left: 135px;
}

.board_sch.t04 .bSch_date {
    position: relative;
    float: left;
    width: 58%;
    margin-left: 2%;
    padding: 0 55px 0 80px;
    display: flex;
}

.board_sch.t04 .bSchInput label,
.board_sch.t04 .bSch_date label {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    font-size: 18px;
    color: #000
}

.board_sch.t04 .bSch_btn {
    position: absolute;
    right: 10px;
    top: 0;
}

.bSch_btn > a {
    display: block;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 3px;
}


.pollWrite_body .button {
    margin-top: 30px;
    text-align: center
}

.pollWrite_body .button a {
    margin-left: 5px
}

.pollWrite_body .button a:first-child {
    margin-left: 0
}

.pollBtn {
    display: inline-block;
    min-width: 130px;
    padding: 10px 0 12px;
    line-height: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    text-align: center;
    font-size: 16px;
    background-color: #848692
}

.pollBtn span {
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    color: #fff
}

.pollBtn.yellow {
    background-color:#48d2c2;
}

.pollBtn.yellow span {
    font-weight: 400;
    color: #000
}

.pollBtn.l_arr span {
    padding-left: 15px;
    background: url(/images/common/poll_btn_l_arr.png) no-repeat 0 50%
}

.pollBtn.r_arr span {
    padding-right: 15px;
    background: url(/images/common/poll_btn_r_arr.png) no-repeat 100% 50%
}

@media all and (max-width:940px) {

    .board_sch.t04 .bSchInput,
    .board_sch.t04 .bSch_date {
        float: none;
        width: 100%;
        margin-left: 0
    }

    .board_sch.t04 .bSch_date {
        margin-top: 8px
    }
}

@media all and (max-width:600px) {
    .board_sch.t04 {
        padding: 20px
    }

    .board_sch.t04 .bSch_date {
        padding: 0 0 0 0;
        display: block;
    }

    .board_sch.t04 .bSchInput {
        padding-left: 0;
    }

    .board_sch.t04 .bSchInput label,
    .board_sch.t04 .bSch_date label {
        display: block;
        font-size: 16px;
        position: relative;
        margin: 0 0 10px 0;
    }

    .board_sch.t04 .bSch_btn {
        margin-top: 80px;
        bottom: 0;
        right:0;
            
    }
    
    .board_sch .sv > input{
        width: 47.4%;
        position: relative;
    }
    
    .sv_btn{
        position: relative;
        width: 100%;
        
    }
    
    .sv_btn_wrap{
        width: 100%;
        position: relative;
        top: 30px;
    }
    
    .sv_form{
        height: 260px;
    }
    
 
}