.board_list {
    border-top: 2px solid #534f46;
}
.board_list th,
.board_list td {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
}
.board_list th {
    position: relative;
    padding: 23px 10px;
    border-bottom: 1px solid #b5b5b5;
    font-weight: 500;
    color: #222;
}
.board_list th:after {
    position: absolute;
    top: 50%;
    right: 0px;
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background: #cbcbcb;
    content: "";
}
.board_list th:last-child:after {
    display: none;
}
.board_list td {
    padding: 28px 10px;
    font-size: 17px;
    border-bottom: 1px solid #dedede;
    color: #666;
    letter-spacing: -0.5px;
}
.board_list td.cate {
    color: #606060;
    font-weight: 500;
}
.board_list td.subject {
    text-align: left;
}
.board_list td.subject a {
    display: inline-block;
    max-width: 82%;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.board_list td.subject .ico_new {
}
.board_list td.check .ico_check {
    padding-left: 26px;
}
.board_list td.state span {
    display: inline-block;
    min-width: 80px;
    padding: 5px 5px 5px 5px;
    border-radius: 18px;
    font-size: 15px;
}
.board_list td.state span.end {
    background: #ffffff;
    color: #777;
    border: 1px solid #a9a9a9;
}
.board_list td.state span.ing {
    color: #2b9aef;
    border: 1px solid #2b9aef;
}
.board_list td.state span.ok {
    color: #666;
    border: 1px solid #999;
}
.board_list td.state span.cancel {
    text-decoration: line-through;
}
.board_list td.state span.waiting {
    color: #da4200;
    border: 1px solid #da4200;
}
.board_list td.tit {
    text-align: left;
}
.board_list td.link a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 1px solid #cbcbcb;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
.board_list td.link a:before {
    content: "\e980";
    font-family: "xeicon";
}
.board_list td.link a:hover,
.board_list td.link a:focus {
    background: #333;
    color: #fff;
    border-color: #222;
}
.board_list td .pc_none {
    display: none;
    font-weight: bold;
}
.board_list td span.impt {
    display: inline-block;
    min-width: 50px;
    padding: 5px 18px;
    border-radius: 30px;
    text-indent: -9999px;
    background: #3b3f4d url("../img/bbs/ico_list_ip.png") 50% 50% no-repeat;
    background-size: 19px;
}
.board_list td button.down {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #c3c3c3;
    text-indent: -9999px;
    background: url("../img/bbs/ico_download.png") 50% 50% no-repeat;
    background-size: 10px;
}
.board_list tbody td.no_list {
    height: 160px;
    vertical-align: middle;
}

.article_list > ul > li > a .detail .tag {
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article_list > ul > li > a .detail .tag > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.8px;
    border: none;
}
.article_list > ul > li > a .detail .tag > li:before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}
.article_list > ul > li > a .detail .tag > li:last-child {
    margin-right: 0;
}
.history_area .has-bg.history_img:after {
    background-image: url("../images/jinju/bg_state1.jpg");
}
.history_area .history_img {
    margin-bottom: 60px;
    padding: 160px 0;
}
.history_area .history_img h4 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.5px;
}
.history_area .history_img p {
    font-size: 20px;
    font-weight: 300;
    color: #e9e9e9;
}

.history_area .history_box {
    position: relative;
    min-height: 400px;
    /* padding-left: 340px; */
    display: flex;
}
.history_area .history_box .select {
    position: relative;
    top: 0;
    left: 0;
    width: 240px;
    
}

.history_area .history_box .history_content{
    flex: 1;
    margin-left: 100px;
}
.history_area .history_box .select button {
    width: 100%;
    line-height: 64px;
    margin-top: -1px;
    border: 1px solid #d8d8d8;
    color: #888;
    font-size: 18px;
}
.history_area .history_box .select .btn_open.active,
.history_area .history_box .select > ul > li.active > button {
    background: #2b2b2b;
    color: #fff;
}

.history_area .history_box .cont {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
}
.history_area .history_box .cont > dl {
    display: flex;
    padding-top: 10px;
}
.history_area .history_box .cont > dl > dt {
    width: 140px;
    font-size: 30px;
    color: #222;
    font-weight: bold;
}
.history_area .history_box .cont > dl > dd {
    width: calc(100% - 140px);
}
.history_area .history_box .cont > dl > dd .txt {
    display: flex;
    margin-bottom: 20px;
    padding-top: 6px;
    letter-spacing: -0.5px;
}
.history_area .history_box .cont > dl > dd .txt .date {
    width: 140px;
    color: #009dda;
    font-size: 20px;
    font-weight: bold;
}
.history_area .history_box .cont > dl > dd .txt .dec {
    width: calc(100% - 140px);
}
.history_area .history_box .cont > dl > dd .txt .dec span {
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 20px;
}
.history_area .history_box .cont > dl > dd .txt .dec .download {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 15px;
    color: #666;
    background: #f3f3f3;
}
.history_area .history_box .cont > dl > dd .txt .dec .download:before {
    content: "\eb74";
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 3px;
    font-family: "xeicon";
    color: #1a7bbe;
    transform: rotate(-90deg);
    font-size: 16px;
}
@media screen and (max-width: 1024px) {
    /* (공통)추진현황 */
    .history_area .history_box {
        min-height: auto;
        display: block;
    }
    .history_area .history_img {
        position: relative;
        margin-bottom: 0;
        text-align: center;
    }
    .history_area .history_img:before {
        content: "";
        position: absolute;
        bottom: 45px;
        left: 0;
        display: block;
        width: 2000px;
        height: 1px;
        margin-left: -1000px;
        background: rgba(255, 255, 255, 0.2);
    }
    .history_area .history_box {
        padding: 0;
    }
    .history_area .history_box .select {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: -45px;
        margin-bottom: 20px;
        text-align: center;
        overflow-x: auto;
        white-space: nowrap;
        display: none;
    }
    .history_area .history_box .history_content{
        margin-left: 0;
    }
    .history_area .history_box .select button {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0px 18px;
        margin: 0;
        line-height: 45px;
        border: 0 none;
        color: #000;
    }
    .history_area .history_box .select button:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 2px;
        background: #75cd00;
    }
    .history_area .history_box .select .btn_open.active,
    .history_area .history_box .select > ul > li.active > button {
        background: none;
        color: #7fdf00;
        font-weight: bold;
    }
    .history_area .history_box .select .btn_open.active:after,
    .history_area .history_box .select > ul > li.active > button:after {
        display: block;
    }
    .history_area .history_box .select > ul {
        display: inline-block;
    }
    .history_area .history_box .select > ul > li {
        display: inline-block;
    }
}
@media screen and (max-width: 800px) {
    /* (공통)추진현황 */
    .history_area .history_img {
        padding: 65px 0 80px 0;
    }
    .history_area .history_img h4 {
        margin-bottom: 5px;
        font-size: 18px;
    }
    .history_area .history_img p {
        font-size: 13.5px;
    }
    .history_area .history_box .select {
        margin-top: -36px;
    }
    .history_area .history_box .select button {
        font-size: 13.5px;
        line-height: 36px;
    }
    .history_area .history_box .cont {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .history_area .history_box .cont > dl > dt {
        width: 65px;
        font-size: 16px;
    }
    .history_area .history_box .cont > dl > dd {
        width: calc(100% - 65px);
    }
    .history_area .history_box .cont > dl > dd .txt {
        padding-top: 1px;
        margin-bottom: 10px;
    }
    .history_area .history_box .cont > dl > dd .txt .date {
        width: 65px;
        font-size: 13.5px;
    }
    .history_area .history_box .cont > dl > dd .txt .dec {
        width: calc(100% - 65px);
    }
    .history_area .history_box .cont > dl > dd .txt .dec span {
        font-size: 13.5px;
    }
    .history_area .history_box .cont > dl > dd .txt .dec .download {
        margin: 5px 0;
        padding: 6px 10px 8px 10px;
        font-size: 12.5px;
    }
    .history_area .history_box .cont > dl > dd .txt .dec .download:before {
        margin-right: 1px;
        font-size: 15px;
    }
}
@media screen and (max-width: 360px) {
    /* (공통)추진현황 */
    .history_area .history_box .cont > dl {
        flex-flow: column wrap;
    }
    .history_area .history_box .cont > dl > dt {
        margin-bottom: 10px;
    }
    .history_area .history_box .cont > dl > dd {
        width: 100%;
    }
}

.embed-video {
    width: 100%;
    position: relative;
    padding-bottom: 6.4%;
    height: 0;
    overflow: hidden;
}
.embed-video iframe,
.embed-video object,
.embed-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.basic_area .list_box {
    margin-bottom: 100px;
}
.basic_area .list_box > ul {
    overflow: hidden;
}
.basic_area .list_box > ul > li {
    float: left;
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 30px;
    padding: 25px 30px;
    border: 1px solid #d0d0d0;
    text-align: center;
}
.basic_area .list_box > ul > li:nth-child(4n) {
    margin-right: 0;
}
.community_wrap .article_list > ul > li .thum {
    display: block;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 20px;
    background: 50% 50% no-repeat;
    background-size: cover;
}
.basic_area .list_box > ul > li > strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
    letter-spacing: -0.5px;
}
.basic_area .list_box > ul > li > ol {
    overflow: hidden;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.basic_area .list_box > ul > li > ol li {
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
    color: #65b100;
    text-decoration: underline;
}
.basic_area .list_box > ul > li > ol li:before {
    content: "#";
    display: inline-block;
    margin-right: 2px;
}
.basic_area .list_box > ul > li > p {
    overflow: hidden;
    height: 45px;
    margin-bottom: 22px;
    font-size: 15px;
}

.sec_contact .article_list ul li .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_contact .article_list ul li .info b {
    font-size: 16px;
    line-height: 25px;
    color: #111111;
    font-weight: 700;
}

.sec_contact .article_list ul li .info p {
    font-size: 15px;
    line-height: 23px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 3px;
}

.sec_contact .article_list ul li .info i {
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    font-weight: 700;
}

.sec_contact .article_list ul li .info .sns {
    font-size: 0;
    margin-top: 8px;
}

.sec_contact .article_list ul li .info .sns a {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.sec_contact .article_list ul li .info .sns a:hover {
    border: 1px solid #009dd9;
    background-color: #009dd9;
}

.sec_contact .article_list ul li .info .sns a + a {
    margin-left: 10px;
}

.sec_contact .article_list ul li .info .sns a.fb {
    background-image: url(../img/center/ico-fb.svg);
}

.sec_contact .article_list ul li .info .sns a.ig {
    background-image: url(../img/center/ico-ig.svg);
}

.sec_contact .article_list ul li .info .sns a.bg {
    background-image: url(../img/center/ico-bg.svg);
}

.sec_contact .article_list ul li .info .sns a.yt {
    background-image: url(../img/center/ico-yt.svg);
}

.sec_contact .article_list ul li .info .sns a.fb:hover {
    background-image: url(../img/center/ico-fb-hover.svg);
}

.sec_contact .article_list ul li .info .sns a.ig:hover {
    background-image: url(../img/center/ico-ig-hover.svg);
}

.sec_contact .article_list ul li .info .sns a.bg:hover {
    background-image: url(../img/center/ico-bg-hover.svg);
}

.sec_contact .article_list ul li .info .sns a.yt:hover {
    background-image: url(../img/center/ico-yt-hover.svg);
}

.article_list ul li .thum {
    width: 100%;
    padding-top: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.notxt {
    display: flex;
    width: 100% !important;
    height: 300px !important;
    align-items: center;
    justify-content: center;
    padding: 0px 15px 100px 0px !important;
    margin: 0 !important;
    border: 0 none !important;
    border-bottom: 1px solid #ccc !important;
    text-align: center !important;
    font-size: 20px;
    color: #666;
    background: #fff !important;
}

.view_tag {
    /* padding: 0px 45px; */
    margin-bottom: 30px;
    text-align: left;
}
.view_tag li {
    display: inline-block;
    line-height: 32px;
    padding: 0 15px;
    margin: 2px 0 5px 0;
    font-size: 14px;
    color: #777;
    border: 1px solid #c2c2c2;
    border-radius: 32px;
    letter-spacing: -0.5px;
}
.view_tag li:before {
    content: "#";
    display: inline-block;
    margin-right: 3px;
}
.view_file {
    padding: 30px 45px;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.view_file li {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.view_file li:before {
    content: "\eb74";
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 3px;
    font-family: "xeicon";
    color: #dd4c3a;
    transform: rotate(-90deg);
    font-size: 18px;
}

.noimg {
    background-color: #dedede !important;
    background-image: url(../images/common/logo_gray.png) !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60% !important;
}

/* 레이어팝업 */
.layer_wrap {
    display: table;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0;
    background: rgba(0, 0, 0, 0.75);
}
.layer_wrap.close {
    display: none;
}
.mt10 {
    margin-top: 10px;
}
.layer_area {
    position: relative;
    overflow: hidden;
    max-width: 550px;
    margin: 0 auto;
    border-radius: 25px;
}
.layer_area .tit {
    height: 60px;
    padding: 19px;
    background: #3e8bff;
    color: #fff;
    font-size: 20px;
    letter-spacing: -1px;
}
.layer_area .btn_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("../img/assets/ico-modal-close.svg") 50% 50% no-repeat;
    background-size: 20px;
    text-indent: -9999px;
    border: 0 none;
}
.layer_area .con {
    height: 100%;
    background: #fff;
}
.layer_area .con:after {
    display: block;
    clear: both;
    content: "";
}
.layer_area .con .b_box {
    margin: 15px 0 0 0;
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
}
.layer_area .con .b_box .text {
    width: 100%;
}
.layer_area .con .ovf {
    height: 100%;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 25px;
}
.layer_area.short .con {
    height: auto;
    padding: 25px;
}

.layer_area .detail li {
    position: relative;
    margin-bottom: 1px;
    padding-left: 6px;
    color: #666;
    font-size: 14px;
}
.layer_area .detail li:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555;
    content: "";
    color: #595959;
}
.layer_area .detail li a {
    display: inline-block;
    margin-left: 4px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.layer_area .agree_box {
    padding: 20px 35px;
}
.layer_area .input {
    color: #777;
    font-size: 15px;
}

.layer_area .detail li {
    position: relative;
    margin-bottom: 1px;
    padding-left: 6px;
    color: #666;
    font-size: 14px;
}
.layer_area .detail li:after {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #555;
    content: "";
    color: #595959;
}
.layer_area .detail li a {
    display: inline-block;
    margin-left: 4px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.layer_area .agree_box {
    padding: 12px;
    font-size: 14px;
    letter-spacing: -0.3px;
}
.layer_area .input {
    color: #777;
    font-size: 15px;
}

/* 신청서 도시재생사업현황 */
.layer_area .state {
    letter-spacing: -0.5px;
}
.layer_area .state dt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.layer_area .state dt > strong {
    display: block;
    margin-bottom: 2px;
    font-family: "gmk";
    font-size: 24px;
    letter-spacing: -1px;
}
.layer_area .state dt > p {
    color: #777;
}
.layer_area .state dd > p {
    margin-bottom: 10px;
}
.layer_area .state dd > p > strong {
    display: inline-block;
    margin-right: 10px;
    color: #eb551a;
    font-weight: 500;
}
.layer_area .state dd > ul {
    padding: 25px 20px;
    background: #f6f6f6;
}

/* 단위사업목록 */
.layer_area.bizplan {
    max-width: 1400px;
}
.layer_area.bizplan .info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.layer_area.bizplan .info .thum {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 350px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.layer_area.bizplan .info .thum img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.layer_area.bizplan .info .txt {
    min-height: 350px;
    padding: 20px 0 0 650px;
}
.layer_area.bizplan .info .txt strong {
    display: block;
    margin-bottom: 14px;
    font-family: "gmk";
    color: #222;
    font-size: 28px;
    letter-spacing: -1px;
}
.layer_area.bizplan .info .txt ol {
    margin-bottom: 20px;
}
.layer_area.bizplan .info .txt ol li {
    display: inline-block;
    margin-right: 10px;
    color: #3e8bff;
    font-weight: 500;
    font-size: 17px;
}
.layer_area.bizplan .info .txt ol li:before {
    content: "#";
    margin-right: 5px;
}
.layer_area.bizplan .info .txt p {
    color: #666;
    letter-spacing: -0.3px;
    line-height: 1.8;
}
.layer_area.bizplan .plan strong {
    display: block;
    margin-bottom: 10px;
    font-family: "SebangGothic";
    font-size: 25px;
    letter-spacing: -1px;
    color: #222;
}
.layer_area.bizplan .plan ul {
    overflow: hidden;
    padding: 20px;
    background: #f6f6f6;
}
.layer_area.bizplan .plan ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 145px;
    margin-bottom: 18px;
    color: #666;
    letter-spacing: -0.2px;
}
.layer_area.bizplan .plan ul li span {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    min-width: 135px;
    line-height: 30px;
    border-radius: 8px;
    color: #fff;
    background: #3d3d3d;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.4px;
}
.layer_area.bizplan .plan ul li.w100 {
    width: 100%;
}
.layer_area.bizplan .plan ul li:last-child {
    margin-bottom: 0;
}

.modal_cont.bizplan {
    max-width: 1400px;
}
.modal_cont.bizplan .info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.modal_cont.bizplan .info .thum {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 350px;
    background: #ddd;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.modal_cont.bizplan .info .thum img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
.modal_cont.bizplan .info .txt {
    min-height: 350px;
    padding: 20px 0 0 650px;
}
.modal_cont.bizplan .info .txt strong {
    display: block;
    margin-bottom: 14px;
    font-family: "gmk";
    color: #222;
    font-size: 28px;
    letter-spacing: -1px;
}
.modal_cont.bizplan .info .txt ol {
    margin-bottom: 20px;
}
.modal_cont.bizplan .info .txt ol li {
    display: inline-block;
    margin-right: 10px;
    color: #3e8bff;
    font-weight: 500;
    font-size: 17px;
}
.modal_cont.bizplan .info .txt ol li:before {
    content: "#";
    margin-right: 5px;
}
.modal_cont.bizplan .info .txt p {
    color: #666;
    letter-spacing: -0.3px;
    line-height: 1.8;
}
.modal_cont.bizplan .info .txt pre {
    color: #666;
    letter-spacing: -0.3px;
    line-height: 1.8;
}
.modal_cont.bizplan .plan strong {
    display: block;
    margin-bottom: 10px;
    font-family: "SebangGothic";
    font-size: 25px;
    letter-spacing: -1px;
    color: #222;
}
.modal_cont.bizplan .plan ul {
    overflow: hidden;
    padding: 20px;
    background: #f6f6f6;
}
.modal_cont.bizplan .plan ul li {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 145px;
    margin-bottom: 18px;
    color: #666;
    letter-spacing: -0.2px;
}
.modal_cont.bizplan .plan ul li span {
    position: absolute;
    top: -6px;
    left: 0;
    display: inline-block;
    min-width: 135px;
    line-height: 30px;
    border-radius: 8px;
    color: #fff;
    background: #3d3d3d;
    font-size: 14px;
    text-align: center;
    letter-spacing: -0.4px;
}
.modal_cont.bizplan .plan ul li.w100 {
    width: 100%;
}
.modal_cont.bizplan .plan ul li:last-child {
    margin-bottom: 0;
}

/* 소상공인 이벤트 - 등록 */

@media screen and (max-width: 1200px) {
    .modal_cont.bizplan {
        border-radius: 0;
    }
    .modal_cont.bizplan .info .txt {
        min-height: auto;
        padding: 30px 10px 0 10px;
    }
    .modal_cont.bizplan .info .thum {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        text-align: center;
    }
    .modal_cont.bizplan .info .thum img {
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 800px) {
    .modal_cont {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        border-radius: 0px;
    }
    .modal_cont .short {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        right: auto;
        height: auto;
        overflow: hidden;
        border-radius: 15px;
    }
    .modal_cont .space_info {
        max-height: calc(100% - 60px);
        padding: 15px;
    }

    .modal_cont .state dt {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .modal_cont .state dt > strong {
        font-size: 18px;
    }
    .modal_cont .state dt > p {
        font-size: 13.5px;
    }
    .modal_cont .state dd > ul {
        padding: 15px 10px;
    }

    .modal_cont.bizplan .info {
        padding-bottom: 7px;
        margin-bottom: 16px;
    }
    .modal_cont.bizplan .info .thum {
        height: auto;
        min-height: 220px;
    }
    .modal_cont.bizplan .info .txt {
        padding: 20px 0 0 0;
        margin-bottom: 8px;
    }
    .modal_cont.bizplan .info .txt strong {
        margin-bottom: 8px;
        font-size: 17px;
    }
    .modal_cont.bizplan .info .txt ol {
        margin-bottom: 8px;
    }
    .modal_cont.bizplan .info .txt ol li {
        font-size: 13.5px;
    }
    .modal_cont.bizplan .info .txt p {
        font-size: 14px;
        line-height: 1.6;
    }
    .modal_cont.bizplan .plan strong {
        margin-bottom: 8px;
        font-size: 16px;
    }
    .modal_cont.bizplan .plan ul {
        padding: 20px 13px;
    }
    .modal_cont.bizplan .plan ul li {
        width: 100%;
        font-size: 13px;
        line-height: 1.6;
    }
    .modal_cont.bizplan .plan ul li span {
        top: -4px;
        line-height: 28px;
        font-size: 13px;
        font-weight: bold;
    }

    .modal_cont .event {
        max-width: 100%;
        border-radius: 0;
    }

    .modal_cont .event_list {
        max-width: 100%;
        width: 100vw;
    }
    .modal_cont .event_list .con .thum > span {
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 12px;
    }
    .modal_cont .event_list .con .thum .ctrl button {
        width: 30px;
        height: 50px;
        line-height: 50px;
    }
    .modal_cont .event_list .con .info .stit {
        padding: 15px 5px;
    }
    .modal_cont .event_list .con .info .stit i {
        width: 28px;
        height: 36px;
        background-size: 28px;
    }
    .modal_cont .event_list .con .info .stit dl {
        padding: 0 0 0 8px;
    }
    .modal_cont .event_list .con .info .stit dl dt {
        font-size: 15px;
    }
    .modal_cont .event_list .con .info .stit dl dd p {
        font-size: 13px;
    }
    .modal_cont .event_list .con .info .txt {
        padding: 15px 5px;
    }
    .modal_cont .event_list .con .info .txt > ul {
        padding: 12px 10px;
        font-size: 13px;
    }
    .modal_cont .event_list .con .info .txt .detail {
        padding: 15px 0;
    }
    .modal_cont .event_list .con .info .txt .view_file {
        padding: 10px 8px;
    }
}
@media screen and (max-width: 620px) {
    .layer_wrap {
        padding: 0px;
    }
    .modal_cont {
        max-width: 100%;
    }
    .modal_cont .tit {
        height: 50px;
        padding: 0 50px 0 10px;
        line-height: 50px;
        font-size: 17px;
    }
    .modal_cont .btn_close {
        width: 50px;
        height: 50px;
    }
    .modal_cont .con .ovf {
        height: calc(100% - 50px);
        padding: 12px;
    }

    .modal_cont .short {
        margin: 10px;
    }
    .modal_cont .short .con {
        height: auto;
        padding: 15px 12px;
    }

    .modal_cont.bizplan .plan ul li.w100 {
        padding-left: 0;
    }
    .modal_cont.bizplan .plan ul li.w100 span {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 400px) {
    .modal_cont .detail li {
        font-size: 13.5px;
    }
    .modal_cont .input {
        font-size: 14px;
    }
}
.v_align {
    display: table-cell;
    vertical-align: middle;
}

.overflow {
    overflow: hidden;
}

.btn_more {
    padding: 5px 10px;
    font-size: 17px;
    color: #ffffff;
    line-height: 50px;
    border: 1px solid #fff;
    margin-top: 50px;
    border-radius: 10px;
}

.plan_area_list_wrap .plan_area_list .btm .hide {
    display: none;
}

.brand_intro .brand_block .ci_wrap .info p {
    margin-bottom: 8px;
}

.brand_intro .brand_block .ci_wrap .info strong {
    font-weight: bold;
}
input.text {
    height: 42px;
    padding: 0 7px;
    border: 1px solid #d4d4d4;
}

.btn_navy {
    background: #1f4da5 !important;
    color: #fff !important;
}

.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.btn_st {
    display: inline-block;
    height: 50px;
    position: relative;
    margin-bottom: 3px;
    padding: 0 30px;
    line-height: 50px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.15s ease-out;
    background: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 15px;
}

.bg_orange {
    background: #eb551a !important;
    color: #fff !important;
}

.bg_yellow {
    background: #e99e1e !important;
    color: #fff !important;
}

.t_center {
    text-align: center !important;
}
.table_data {
    width: 100%;
    border-top: 2px solid #222;
    border-bottom: 1px solid #dadde0;
}
.table_data tbody tr th,
.table_data tbody tr td {
    padding: 8px 10px;
    border: 1px solid #dadde0;
    border-width: 1px 1px 0 1px;
    letter-spacing: -0.5px;
    font-size: 15px;
    text-align: left;
}
.table_data thead tr th {
    padding: 25px 15px;
    background: #fcf6f2;
    font-weight: bold;
    border: 1px solid #dadde0;
    border-width: 1px 1px 0 1px;
    color: #333;
}
.table_data thead tr:first-child th {
}
.table_data tbody tr th,
.table_data tfoot tr th {
    background: #f7f7f7;
    color: #333;
    font-weight: 500;
    line-height: 1.6;
}
.table_data tr th:first-child,
.table_data tr td:first-child {
    border-left: none;
}
.table_data tr th:last-child,
.table_data tr td:last-child {
    border-right: none;
}
.table_data .bg {
    background: #f7f8fa;
}
.table_data.row2 thead tr th {
    padding: 12px 10px;
}
.table_data tr td.address > p {
    display: flex;
}
.table_data tr td.address > p > .text {
    flex: 1;
    border-right: 0 none;
}
.table_data tr td.address > p > .btn_st {
    width: 80px;
    height: 42px;
    line-height: 42px;
    padding: 0 5px;
    border-radius: 0;
}
.table_data tr td.address .list {
    border: 1px solid #ccc;
}
.table_data tr td.address .list li + li {
    border-top: 1px solid #ccc;
}
.table_data tr td.address .list li button {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    color: #666;
    text-align: left;
}
.table_data tr td.address .paging {
    padding: 5px 0 0 0;
}
.table_data tr td.address .paging a,
.table_data tr td.address .paging button,
.table_data tr td.address .paging .on {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.table_data tr td.address .paging .first_prev,
.table_data tr td.address .paging .prev,
.table_data tr td.address .paging .next,
.table_data tr td.address .paging .last_next {
    background-size: 12px;
}
.table_data tr td .textarea {
    resize: none;
}
@media screen and (max-width: 800px) {
    .table_data tbody tr th,
    .table_data tbody tr td {
        font-size: 14px;
        line-height: 18px;
    }
    .table_data thead tr th {
        padding: 10px;
        line-height: 18px;
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .table_data tbody tr th,
    .table_data tbody tr td {
        padding: 10px 7px;
    }
    .table_data tr td.address > p > .btn_st {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 400px) {
    .table_data.break {
        word-break: break-all;
    }
    .table_data tbody tr th,
    .table_data tbody tr td {
        font-size: 13.5px;
        line-height: 16px;
    }
    .table_data thead tr th {
        font-size: 13.5px;
    }
}
.input {
    position: relative;
    display: inline-block;
}
.input label {
    cursor: pointer;
}
.input:last-child {
    margin-right: 0;
}
.agree_box input[type="checkbox"] {
    display: none;
}
.agree_box input[type="checkbox"] + label {
    font-size: 15px;
    color: #666666;
    line-height: 27px;
}
.agree_box input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    background-image: url(../img/assets/ico-checkbox.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 13px;
}

.agree_box input[type="checkbox"]:checked + label::before {
    background-image: url(../img/assets/ico-checkbox-fill.svg);
}
