@charset "utf-8";

/* 기자방 공통*/
.reporter_room {
    position: relative;
    padding-top: 10px;
}

/* 인증 */
.ident_box {
    background: #eee;
    padding: 0 15px 50px;
    margin-top: 68px;
}
.ident_box .ident_title {
    text-align: center;
    font-size: 20px;
    padding-top: 65px;
    position: relative;
}
.ident_box .ident_title:after {
    content: "";
    width: 104px;
    height: 109px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat 0 0;
    position: absolute;
    top: -53px;
    left: 50%;
    transform: translateX(-50%);
}
.ident_box .ident_title strong {
    font-size: 38px;
    display: block;
    font-weight: 400;
}
.ident_box .ident_title strong span {
    background: #fff176;
    display: inline-block;
    line-height: 1.2;
}
.ident_box .ident_list {
    text-align: center;
    padding-top: 25px;
}
.ident_box .ident_list > div {
    display: inline-block;
    width: 460px;
    background: #fff;
    min-height: 460px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0 15px 15px;
    vertical-align: top;
    max-width: 45%;
}
.ident_box .ident_list > div + div {
    margin-left: 18px;
}
.ident_box .ident_list > div h5 {
    padding-top: 38px;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    color: #01579b;
}
.ident_box .ident_list > div img {
    display: block;
    margin: 35px auto 0;
}
.ident_box .ident_list > div button {
    display: block;
    width: 200px;
    height: 40px;
    text-align: center;
    background: #01579b;
    border-radius: 20px;
    margin: 43px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}
.ident_box .ident_list > div > span {
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 30px;
    text-align: center;
    font-weight: 300;
    line-height: 1.4;
}
.ident_box .ident_list > div.ipin h5 {
    color: #004d40;
}
.ident_box .ident_list > div.ipin button {
    background: #004d40;
}

@media (max-width: 1000px) {
    .ident_box .ident_list > div {
        display: block;
        margin: 0 auto 0;
        max-width: inherit;
    }
    .ident_box .ident_list > div + div {
        margin: 30px auto 0;
    }
}

@media (max-width: 640px) {
    .ident_box .ident_title strong {
        font-size: 29px;
    }
    .ident_box .ident_list > div {
        width: 100%;
    }
}

/* 접근권한 */
.access_box {
    width: 900px;
    min-height: 400px;
    border: 1px solid #002d8b;
    border-radius: 20px;
    margin: 180px auto 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 0 20px 127px;
    max-width: 100%;
}
.access_box:after {
    content: "";
    width: 291px;
    height: 170px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat 0 -136px;
    position: absolute;
    top: -171px;
    left: 50%;
    transform: translateX(-50%);
}
.access_box .access_title {
    text-align: center;
    padding: 50px 0 40px;
    color: #002d8b;
    font-size: 40px;
    position: relative;
}
.access_box .access_title:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.access_box .access_title strong {
    font-weight: 700;
}
.access_box .text {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.access_box .telphone {
    padding-top: 30px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.access_box button {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    max-width: 80%;
    height: 90px;
    line-height: 90px;
    background: #002d8b;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}
.access_box button:before {
    content: "";
    width: 33px;
    height: 27px;
    display: inline-block;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat -369px 0;
    margin-right: 19px;
    vertical-align: -5px;
}

@media (max-width: 640px) {
    .access_box .access_title {
        font-size: 32px;
    }
    .access_box .text {
        font-size: 16px;
    }
    .access_box .telphone {
        font-size: 20px;
    }
    .access_box button {
        font-size: 20px;
    }
}

/* 로그인 */
.login {
    position: relative;
    padding-top: 1px;
}
.login_box {
    padding: 30px 0 30px;
    background: url(/page/local/images/conts/bg_login_box.png) no-repeat 50% 50%;
}
.login_box .login_title {
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.login_box .login_title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: block;
    height: 30px;
    width: 1px;
    background: #000;
}
.login_box .greeting {
    text-align: center;
    color: #424242;
    font-weight: 300;
    padding-top: 12px;
}
.login_box .greeting strong {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.login_box .greeting strong em {
    color: #ff0000;
}
.login_box form {
    max-width: 440px;
    margin: 30px auto 0;
}
.login_box input[type="text"] {
    display: block;
    width: 100%;
    height: 45px;
    border: 2px solid #9e9e9e;
    border-radius: 23px;
    padding: 0 24px;
    font-size: 18px;
    color: #757575;
}
.login_box input[type="password"] {
    display: block;
    width: 100%;
    height: 45px;
    border: 2px solid #9e9e9e;
    border-radius: 23px;
    padding: 0 24px;
    margin-top: 10px;
    font-size: 18px;
    color: #757575;
}
.login_box input::placeholder {
    font-size: 18px;
    color: #757575;
}
.login_box input:focus::-webkit-input-placeholder {
    color: transparent;
}
.login_box input[type="submit"] {
    display: block;
    width: 100%;
    background: #dd2c00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
    border-radius: 23px;
    font-weight: 400;
}
.login_box .member_box {
    margin-top: 34px;
}
.login_box .member_box a {
    display: inline-block;
    height: 45px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    border-radius: 23px;
    border: 2px solid #000;
    text-decoration: none;
    font-weight: 400;
    width: calc(61% - 10px);
}
.login_box .member_box a:hover {
    color: #fff;
    background: #000;
}
.login_box .member_box a + a {
    margin-left: 6px;
}
.login_box .member_box a.member {
    border-color: #dd2c00;
    color: #dd2c00;
    width: 39%;
}
.login_box .member_box a.member:hover {
    color: #fff;
    background: #dd2c00;
}

/* 오시는길 */
.directions {
    position: relative;
}
.directions .map_box {
    width: 100%;
}
.directions .map_box img {
    display: block;
    width: 100%;
}
.directions .load_box {
    margin-top: 50px;
}
.directions .load_box > div {
    min-height: 270px;
    padding: 35px 20px 70px 0;
    position: relative;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.directions .load_box > div:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 0px;
    height: 3px;
    background: #3e3e3e;
}
.directions .load_box > div + div {
    margin-top: 30px;
}
.directions .load_box h5 {
    position: absolute;
    left: 0px;
    top: 69px;
    width: 223px;
    height: 60px;
    line-height: 54px;
    border: 3px solid #e0e0e0;
    border-width: 3px 3px 3px 0;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    text-align: right;
    padding-right: 25px;
    font-size: 26px;
    font-weight: 400;
}
.directions .load_box h5 em {
    font-weight: 700;
    color: #003674;
}
.directions .load_box .ico_car {
    position: absolute;
    left: 60px;
    bottom: 23px;
}
.directions .load_box .route {
    padding-left: 280px;
}
.directions .load_box .route .box {
    overflow: hidden;
    padding-left: 16px;
}
.directions .load_box .route .box strong {
    margin: 10px 15px 0 0;
    height: 30px;
    line-height: 30px;
    background: #003674;
    border-radius: 15px;
    min-width: 90px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.directions .load_box .route .box ul {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    line-height: 1.2;
}
.directions .load_box .route .box ul li {
    float: left;
    margin: 10px 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
    position: relative;
}
.directions .load_box .route .box ul li:after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat -149px 0;
    position: absolute;
    right: -20px;
    top: 5px;
}
.directions .load_box .route .box ul li:last-child {
    margin-right: 0;
}
.directions .load_box .route .box ul li:last-child:after {
    display: none;
}
.directions .load_box .route .box .time {
    padding-left: 15px;
    color: #454545;
    font-size: 18px;
    border-left: 1px solid #e0e0e0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}
.directions .load_box .highlight {
    background: #fff59d;
}
.directions .load_box .memo {
    display: block;
    color: #424242;
    font-weight: 400;
    margin-top: 10px;
    padding-left: 16px;
    font-weight: 400;
}
.directions .load_box .memo em {
    color: #003674;
}

.directions .load_box .car h5 em {
    color: #9c3000;
}
.directions .load_box .car:after {
    left: 0px;
}
.directions .load_box .car .route .box strong {
    min-width: 150px;
    background: #9c3000;
}

.directions .load_box .metro h5 em {
    color: #004633;
}
.directions .load_box .metro .route .box strong {
    min-width: 90px;
    background: #004633;
}
.directions .load_box .metro .memo {
    font-size: 14px;
    margin-top: 20px;
}
.directions .load_box .metro .route .box ul {
    max-width: 530px;
}
.directions .load_box .metro:after {
    left: 0px;
    right: 60px;
}
.directions .load_box .metro:before {
    content: "";
    display: block;
    width: 118px;
    height: 144px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat 0 -356px;
    position: absolute;
    right: 55px;
    bottom: 22px;
}

@media (max-width: 1200px) {
    .directions .load_box > div {
        padding: 90px 0px 105px;
    }
    .directions .load_box h5 {
        top: 15px;
    }
    .directions .load_box .route {
        padding-left: 0px;
    }
    .directions .load_box .memo {
        padding: 0 16px;
    }
}

@media (max-width: 700px) {
    .directions .load_box .metro:before {
        display: none;
    }
}

/* 회의실 신청 */
.meeting_room {
    position: relative;
}
.meeting_room .meeting_calendar {
    padding: 30px 0 0;
    position: relative;
    margin: 0 auto;
    font-weight: 400;
    max-width: 1000px;
}
.meeting_room .meeting_calendar .control {
}
.meeting_room .meeting_calendar .control a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/page/local/images/conts/arrow_03.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
}
.meeting_room .meeting_calendar .year_month {
    display: inline-block;
    padding: 0 23px;
}
.meeting_room .meeting_calendar .year_month .year {
    font-size: 40px;
    color: #555;
    padding-right: 10px;
}
.meeting_room .meeting_calendar .year_month .month {
    font-size: 56px;
    color: #2962ff;
}
.meeting_room .meeting_calendar .employ {
    display: block;
    width: 300px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #010101;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.2);
    border-radius: 36px;
    text-decoration: none;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 30px;
}
.meeting_room .meeting_calendar .employ:after {
    content: "";
    display: inline-block;
    width: 29px;
    height: 22px;
    background: url(/page/local/images/conts/arrow_01.png) no-repeat 0 0;
    margin-left: 14px;
    vertical-align: -3px;
}
.meeting_room .meeting_calendar .employ:hover {
    background: #d50000;
    color: #fff;
}
.meeting_room .meeting_calendar .employ:hover:after {
    background: url(/page/local/images/conts/arrow_02.png) no-repeat 0 0;
}
.meeting_room .meeting_calendar table {
    margin-top: 20px;
    width: 100%;
}
.meeting_room .meeting_calendar table thead th {
    height: 40px;
    background: #3d5afe;
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.meeting_room .meeting_calendar table thead th:nth-child(2n) {
    background: #304ffe;
}
.meeting_room .meeting_calendar table thead tr th:first-child {
    border-top-left-radius: 17px;
}
.meeting_room .meeting_calendar table thead tr th:last-child {
    border-top-right-radius: 17px;
}
.meeting_room .meeting_calendar table td {
    height: 140px;
    border: 1px solid #e0e0e0;
    vertical-align: top;
    width: 14%;
    padding-bottom: 10px;
}
.meeting_room .meeting_calendar table td a {
    display: block;
    height: 100%;
    text-decoration: none;
}
.meeting_room .meeting_calendar table td.active {
    background: #ffe5e9;
}
.meeting_room .meeting_calendar table .schedule_list {
    display: none;
}
.meeting_room .meeting_calendar table .schedule_list td {
    height: auto;
    padding: 23px 20px 23px 36px;
    background: #f5f5f5;
}
.meeting_room .meeting_calendar table .schedule_list li {
    padding-left: 24px;
    position: relative;
    color: #333;
}
.meeting_room .meeting_calendar table .schedule_list li:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border: 3px solid #ff3d00;
    position: absolute;
    left: 0px;
    top: 5px;
    border-radius: 50%;
}
.meeting_room .meeting_calendar table .schedule_list li span {
    color: #304ffe;
    font-weight: 700;
    padding-left: 4px;
}
.meeting_room .meeting_calendar table .schedule_list li + li {
    margin-top: 15px;
}
.meeting_room .meeting_calendar table td .date {
    padding: 4px;
    display: block;
    overflow: hidden;
}
.meeting_room .meeting_calendar table td.red .date {
    color: #ff0101;
}
.meeting_room .meeting_calendar table td .date .number {
    font-size: 18px;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    float: left;
}
.meeting_room .meeting_calendar table td.today .date .number {
    background: #ffcc00;
    border-radius: 23px;
}
.meeting_room .meeting_calendar table td .date .text {
    font-weight: 300;
    display: block;
    overflow: hidden;
    padding-top: 8px;
    line-height: 1.2;
}
.meeting_room .meeting_calendar table td .schedule_box {
    padding-top: 30px;
}
.meeting_room .meeting_calendar table td .count {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 3px solid #304ffe;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 24px;
}
.meeting_room .meeting_calendar table td .count:after {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat -189px 0;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
}
.meeting_room .usage {
    position: relative;
}

.meeting_alert {
    max-width: 350px;
    width: 90%;
    border: 3px solid #55555b;
    text-align: center;
    padding: 25px 20px;
    background: #f0f0f0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.meeting_alert .skinIptPass {
    margin-bottom: 20px;
}
.meeting_alert p {
    margin-bottom: 15px;
}

@media (max-width: 640px) {
    .meeting_room .meeting_calendar {
        padding-top: 80px;
    }
    .meeting_room .meeting_calendar .employ {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        top: 20px;
    }
    .meeting_room .meeting_calendar .employ:after {
        width: 18px;
        height: 16px;
        background-size: 18px 16px;
        margin-left: 7px;
        vertical-align: -1px;
    }
    .meeting_room .meeting_calendar .employ:hover:after {
        width: 18px;
        height: 16px;
        background-size: 18px 16px;
        margin-left: 7px;
        vertical-align: -1px;
    }
    .meeting_room .meeting_calendar .year_month {
        padding: 0 12px;
    }
    .meeting_room .meeting_calendar .year_month .year {
        font-size: 20px;
        padding-left: 3px;
    }
    .meeting_room .meeting_calendar .year_month .month {
        font-size: 30px;
    }
    .meeting_room .meeting_calendar .control a {
        width: 23px;
        height: 23px;
        background-size: 23px 23px;
    }
    .meeting_room .meeting_calendar table td {
        height: 80px;
    }
    .meeting_room .meeting_calendar table td .date .number {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
    }
    .meeting_room .meeting_calendar table td .count {
        width: 30px;
        height: 30px;
        border-width: 2px;
        line-height: 25px;
        font-size: 16px;
    }
    .meeting_room .meeting_calendar table td .schedule_box {
        padding-top: 20px;
    }
    .meeting_room .meeting_calendar table td .date .text {
        display: none;
    }
    .meeting_room .meeting_calendar table td .count:after {
        top: -24px;
    }
    .meeting_room .meeting_calendar table .schedule_list td {
        padding: 15px 15px 15px 15px;
    }
    .meeting_room .meeting_calendar table .schedule_list li + li {
        margin-top: 5px;
    }
}

/* 연혁 */
.history_fire {
    position: relative;
    font-weight: 400;
    padding-top: 1px;
}
.history_fire .history_tab {
    max-width: 1010px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2);
    margin: 20px auto 70px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}
.history_fire .history_tab li {
    display: block;
    position: relative;
    float: left;
    width: calc(30% - 70px);
}
.history_fire .history_tab li.active {
    width: 40%;
}
.history_fire .history_tab li:first-child {
    margin-right: 70px;
}
.history_fire .history_tab li:last-child {
    margin-left: 70px;
}
.history_fire .history_tab li:after {
    content: "";
    display: block;
    width: 16px;
    height: 19px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat -456px 0;
    position: absolute;
    top: 57px;
    right: -33px;
}
.history_fire .history_tab li:nth-child(2):after {
    display: none;
}
.history_fire .history_tab li:last-child:after {
    right: inherit;
    left: -33px;
}
.history_fire .history_tab li.active:after {
    right: -59px;
}
.history_fire .history_tab i:last-child.active:after {
    left: -59px;
}
.history_fire .history_tab li:first-child a {
    padding-left: 30px;
}
.history_fire .history_tab li:last-child a {
    padding-right: 30px;
}
.history_fire .history_tab li a {
    height: 130px;
    line-height: 130px;
    font-size: 20px;
    color: #424242;
    position: relative;
    text-decoration: none;
    display: block;
}
.history_fire .history_tab li a:hover {
    color: #d70808;
}
.history_fire .history_tab li a span {
    padding-left: 33px;
    position: relative;
}
.history_fire .history_tab li a span:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 6px solid #cb6b58;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 0px;
    border-radius: 50%;
}
.history_fire .history_tab li.active {
    padding: 0;
    text-align: center;
}
.history_fire .history_tab li.active a {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    border-radius: 20px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
.history_fire .history_tab li.active a span {
    padding-left: 0;
}
.history_fire .history_tab li.active a span:before {
    display: none;
}
.history_fire .history_tab li.active:first-child a {
    background: url(/page/local/images/conts/bg_history_tab_01.jpg) no-repeat 0 0;
    background-size: cover;
}
.history_fire .history_tab li.active:nth-child(2) a {
    background: url(/page/local/images/conts/bg_history_tab_02.jpg) no-repeat 0 0;
    background-size: cover;
}
.history_fire .history_tab li.active:last-child a {
    background: url(/page/local/images/conts/bg_history_tab_03.jpg) no-repeat 0 0;
    background-size: cover;
}
.history_fire .history_list {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.history_fire .history_list > div {
    display: none;
}
.history_fire .history_list .list {
    position: relative;
}
.history_fire .history_list .list:after {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 50%;
    width: 2px;
    background: #eceff1;
    margin-left: -1px;
}
.history_fire .history_list .list > li {
    margin-left: 50%;
    position: relative;
    padding: 0 40px 0 20px;
}
.history_fire .history_list .list > li:nth-child(2n) {
    margin-left: inherit;
    margin-right: 50%;
    padding: 0 20px 0 40px;
    text-align: right;
}
.history_fire .history_list .list > li:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #dd654d;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 11px;
    z-index: 10;
}
.history_fire .history_list .list > li:nth-child(2n):before {
    left: inherit;
    right: -7px;
}
.history_fire .history_list .list > li:last-child:after {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    top: 26px;
    left: -1px;
    bottom: 0px;
    position: absolute;
    z-index: 10;
}
.history_fire .history_list .list > li:last-child:nth-child(2n):after {
    left: inherit;
    right: -1px;
}
.history_fire .history_list .list > li + li {
    margin-top: 30px;
}
.history_fire .history_list .date {
    display: block;
    font-weight: 700;
    color: #831111;
    font-size: 24px;
}
.history_fire .history_list .date span {
    display: inline-block;
    background: #fff;
    z-index: 10;
    position: relative;
    padding-right: 10px;
}
.history_fire .history_list .text {
    padding-top: 5px;
    position: relative;
    z-index: 10;
}
.history_fire .history_list .list > li:last-child .text:after {
    content: "";
}
.history_fire .history_list .list > li .text span {
    color: #424242;
    display: block;
}
.history_fire .history_list .list > li:nth-child(2n) .text span {
    padding-left: 0;
}
.history_fire .history_list .text em {
    color: #424242;
    font-size: 14px;
    line-height: 1.5;
    display: block;
}
.history_fire .history_list .text ul {
    color: #424242;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding-bottom: 1px;
}
.history_fire .history_list .text ul li {
    position: relative;
}
.history_fire .history_list .text ul li span {
    display: inline-block !important;
    padding-left: 12px !important;
    position: relative;
}
.history_fire .history_list .text ul li span:before {
    content: "-";
    position: absolute;
    top: 1px;
    left: 0px;
}
.history_fire .history_list .list > li .thumb {
    border-radius: 50%;
    width: 170px;
    height: 170px;
    position: absolute;
    right: 5px;
    top: -66px;
}
.history_fire .history_list .list > li .thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px dashed #b0bec5;
    left: -210px;
    right: 170px;
    display: block;
}
.history_fire .history_list .list > li:nth-child(2n) .thumb {
    right: inherit;
    left: 5px;
}
.history_fire .history_list .list > li:nth-child(2n) .thumb:after {
    left: 170px;
    right: -210px;
}
.history_fire .history_list .list > li .thumb img {
    width: 170px;
    height: 170px;
}

@media (max-width: 1024px) {
    .history_fire .history_tab li {
        display: block;
        position: relative;
        float: left;
        width: calc(30% - 20px);
    }
    .history_fire .history_tab li a {
        font-size: 18px;
        height: 100px;
        line-height: 100px;
    }
    .history_fire .history_tab li a span:before {
        top: 4px;
    }
    .history_fire .history_tab li.active a {
        font-size: 20px;
    }
    .history_fire .history_tab li:after {
        top: 40px;
    }
    .history_fire .history_tab li:first-child {
        margin-right: 20px;
    }
    .history_fire .history_tab li:last-child {
        margin-left: 20px;
    }
    .history_fire .history_tab li:first-child a {
        padding-left: 10px;
    }
    .history_fire .history_tab li:last-child a {
        padding-right: 10px;
    }
    .history_fire .history_tab li:after {
        right: -16px;
    }
    .history_fire .history_tab li.active:after {
        right: -25px;
    }
    .history_fire .history_tab li:last-child:after {
        left: -10px;
    }
    .history_fire .history_tab li:last-child.active:after {
        left: -24px;
    }
}

@media (max-width: 900px) {
    .history_fire .history_list .list > li .thumb {
        position: relative;
        top: inherit !important;
        left: inherit !important;
        right: inherit !important;
        margin-top: 20px;
    }
    .history_fire .history_list .list > li .thumb:after {
        display: none;
    }
    .history_fire .history_list .list > li:nth-child(2n) .thumb {
        text-align: right;
        width: 100%;
    }
}

@media (max-width: 660px) {
    .history_fire .history_tab li {
        width: 100% !important;
        float: none;
    }
    .history_fire .history_tab li:after {
        display: none;
    }
    .history_fire .history_tab li:nth-child(2) {
        margin: 0;
    }
    .history_fire .history_tab li a {
        height: 50px;
        line-height: 50px;
        text-align: left;
        padding-left: 25px !important;
    }
    .history_fire .history_tab li:first-child {
        margin-right: 0px;
    }
    .history_fire .history_tab li:last-child {
        margin-left: 0px;
    }
    .history_fire .history_tab li.active a {
        border-radius: 0;
    }
}

@media (max-width: 639px) {
    .history_fire .history_list .list {
        padding-left: 10px;
    }
    .history_fire .history_list .list:after {
        left: 9px;
        margin-left: 0;
    }
    .history_fire .history_list .list > li {
        margin-left: 0;
        padding: 0 20px;
    }
    .history_fire .history_list .list > li:nth-child(2n) {
        margin-right: 0;
        text-align: left;
        padding: 0 20px;
    }
    .history_fire .history_list .list > li:nth-child(2n):before {
        left: -7px;
        right: inherit;
    }
    .history_fire .history_list .list > li:nth-child(2n) .thumb {
        text-align: left;
    }
}

/* 인사말 */
.welcome {
    position: relative;
    font-weight: 400;
    padding-top: 65px;
    background: url(/page/local/images/conts/bg_welcome.png) no-repeat top 88px left;
    min-height: 970px;
    overflow: hidden;
}
.welcome:after {
    content: "";
    display: block;
    width: 125%;
    background: #fff;
    height: 500px;
    z-index: 500;
    transform: rotate(157deg);
    position: absolute;
    bottom: -249px;
    left: 0px;
}
.welcome .box {
    margin-left: 60px;
    max-width: 950px;
    position: relative;
    padding-bottom: 72px;
}
.welcome .box:before {
    content: "";
    display: block;
    width: 633px;
    height: 123px;
    background: url(/page/local/images/conts/welcome_bar_01.png) no-repeat 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 20;
}
.welcome .box:after {
    content: "";
    display: block;
    width: 528px;
    height: 420px;
    background: url(/page/local/images/conts/welcome_bar_02.png) no-repeat 0 0;
    position: absolute;
    right: 0px;
    top: 80px;
}
.welcome .text {
    max-width: 560px;
    position: relative;
    padding-bottom: 75px;
    z-index: 100;
}
.welcome h4 {
    font-size: 26px;
    font-weight: 300;
    color: #202020;
    line-height: 1.4;
    letter-spacing: -1px;
}
.welcome h4 .blue {
    color: #005093;
    font-weight: 400;
    font-size: 32px;
    display: inline-block;
}
.welcome h4 .red {
    color: #c92128;
    font-weight: 400;
    font-size: 50px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}
.welcome h4 .red:after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: url(/page/local/images/conts/mark.png) no-repeat 0 0;
    position: absolute;
    top: -15px;
    right: -18px;
}
.welcome h4 .big {
    font-size: 32px;
    color: #202020;
    font-weight: 300;
}
.welcome h4 .big strong {
    font-weight: 400;
}
.welcome h4 .bg_white {
    background: #fff;
    padding-right: 30px;
}
.welcome .text p {
    color: #555;
    font-weight: 300;
    margin-top: 30px;
}
.welcome .text p span {
    display: block;
}
.welcome .text p span + span {
    margin-top: 20px;
}
.welcome .sign {
    font-family: "Noto Serif KR";
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: right;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    bottom: 150px;
    left: -155px;
}
.welcome .sign .name {
    display: block;
    font-weight: 400;
    font-size: 30px;
}
.welcome .img_box {
    position: absolute;
    bottom: 170px;
    right: -20px;
    z-index: 10;
    max-width: 50%;
}
.welcome .img_box img {
    display: block;
    width: 100%;
}
.welcome .sign2 {
    display: none;
    font-family: "Noto Serif KR";
    font-size: 18px;
    color: #333;
    text-align: right;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 20px;
}
.welcome .sign2 .name {
    display: block;
    font-weight: 400;
    font-size: 30px;
}

@media (max-width: 1200px) {
    .welcome {
        background-size: 1200px auto;
    }
    .welcome:after {
        bottom: -220px;
    }
    .welcome .box {
        margin-left: 0;
        max-width: 100%;
    }
    .welcome .img_box {
        bottom: 150px;
        right: -30px;
    }
    .welcome .sign {
        bottom: 170px;
    }
}

@media (max-width: 900px) {
    .welcome {
        min-height: 880px;
    }
    .welcome:after {
        bottom: -350px;
    }
    .welcome .img_box {
        width: 400px;
        max-width: inherit;
        bottom: 50px;
    }
}

@media (max-width: 640px) {
    .welcome {
        background: none;
        margin: 0 -15px;
    }
    .welcome:after {
        display: none;
    }
    .welcome h4 {
        font-size: 18px;
    }
    .welcome h4 .blue {
        font-size: 26px;
    }
    .welcome h4 .red {
        font-size: 40px;
    }
    .welcome h4 .red:after {
        width: 15px;
        height: 20px;
        background-size: 15px 20px;
        top: -11px;
        right: -13px;
    }
    .welcome h4 .big {
        font-size: 22px;
    }
    .welcome .box:before {
        display: none;
    }
    .welcome .box:after {
        display: none;
    }
    .welcome h4 .bg_white {
        background: transparent;
    }
    .welcome .img_box {
        position: relative;
        top: 0;
        width: calc(100% + 30px);
        margin: 0 -15px 30px;
        right: inherit;
        height: 228px;
        background: url(/page/local/images/conts/bg_welcome2.png) no-repeat 0 0;
        background-size: cover;
    }
    .welcome .img_box .wrap {
        display: block;
        width: 300px;
        height: 253px;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        top: -25px;
    }
    .welcome .text {
        padding: 0 15px 20px 15px;
    }
    .welcome .box {
        padding-bottom: 30px;
    }
    .welcome .text {
        max-width: 100%;
    }
    .welcome .sign {
        display: none;
    }
    .welcome .sign2 {
        display: block;
    }
}

@media (max-width: 600px) {
    .welcome .text p span br {
        display: none;
    }
}

/* 조직도 */
.chart {
    position: relative;
    padding: 50px 0 30px;
}
.chart .head {
    max-width: 890px;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 102px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 102px;
    background: url(/page/local/images/conts/bg_chart_01.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
}
.chart .head:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #db2323;
    border-radius: 50%;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}
.chart .head:before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    background: #757575;
}
.chart .head a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.chart .head span {
    display: inline-block;
    position: relative;
}
/*.chart .head span:after {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(/page/local/images/conts/mark_02.png) no-repeat 0 0;
    position: absolute;
    top: 30px;
    right: -7px;
}
*/
.chart .list_wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.chart .list_wrap.v2 {
    overflow: hidden;
}
.chart .head_list {
    padding-top: 33px;
}
.chart .head_list > li {
    display: inline-block;
    width: calc((100% - 43px) / 6);
    vertical-align: top;
    margin: 70px 5px 0 0;
    position: relative;
}
.chart .head_list > li:first-child:after {
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    right: -330px;
    top: -53px;
    position: absolute;
    background: #757575;
}
.chart .head_list > li:last-child:after {
    content: "";
    display: block;
    height: 1px;
    right: 50%;
    left: -330px;
    top: -53px;
    position: absolute;
    background: #757575;
    margin-right: -1px;
}
.chart .head_list > li:first-child:before {
    content: "";
    display: block;
    height: 1px;
    right: 50%;
    left: 0px;
    top: -53px;
    position: absolute;
    background: #fff;
    z-index: 10;
}
.chart .head_list > li:last-child:before {
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    right: 0px;
    top: -53px;
    position: absolute;
    background: #fff;
    margin-right: -1px;
    z-index: 10;
}

.chart .head_list > li:last-child {
    margin-right: 0;
}
.chart .head_list h5 {
    height: 70px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: url(/page/local/images/conts/bg_chart_02.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    color: #fff;
    padding-top: 20px;
}
.chart .head_list h5:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #787878;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .head_list h5:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -52px;
    left: 50%;
    background: #757575;
}
.chart .head_list h5 a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
    padding-top: 0px;
}
.chart .head_list h5.two_line {
    padding-top: 7px;
}
.chart .head_list h5 a:hover {
    text-decoration: underline;
}
.chart .sub_list {
    padding-top: 10px;
}
.chart .sub_list li h6 {
    position: relative;
    color: #333;
    font-weight: 300;
    padding: 10px 0;
}
.chart .sub_list li h6:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .sub_list li:first-child h6:after {
    display: none;
}
.chart .sub_list li h6 a {
    display: block;
    text-decoration: none;
}
.chart .sub_list li h6 a:hover {
    text-decoration: underline;
}

.chart .school_box {
    float: left;
    width: 45%;
    margin-top: 60px;
}
.chart .school {
    position: relative;
    display: block;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    background: url(/page/local/images/conts/bg_chart_03.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    max-width: 290px;
    margin: 0 auto;
    color: #fff;
}
.chart .school:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #1f2881;
    border-radius: 50%;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}
.chart .school:before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    background: #757575;
}
.chart .school a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.chart .school span {
    display: inline-block;
    position: relative;
}
.chart .school span:after {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(/page/local/images/conts/mark_02.png) no-repeat 0 0;
    position: absolute;
    top: 15px;
    right: -8px;
}

.chart .school_list {
    padding-top: 33px;
    max-width: 290px;
    margin: 0 auto;
}
.chart .school_list > li {
    display: inline-block;
    width: calc((100% - 10px) / 2);
    vertical-align: top;
    margin: 70px 6px 0 0;
    position: relative;
}
.chart .school_list > li:first-child:after {
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    right: -70px;
    top: -53px;
    position: absolute;
    background: #757575;
}
.chart .school_list > li:last-child:after {
    content: "";
    display: block;
    height: 1px;
    right: 50%;
    left: -70px;
    top: -53px;
    position: absolute;
    background: #757575;
    margin-right: -1px;
}
.chart .school_list > li:last-child {
    margin-right: 0;
}

.chart .school_list h5 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: url(/page/local/images/conts/bg_chart_04.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    color: #fff;
}
.chart .school_list h5:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #787878;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .school_list h5:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -52px;
    left: 50%;
    background: #757575;
}
.chart .school_list h5 a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}
.chart .school_list h5 a:hover {
    text-decoration: underline;
}

.chart .station_box {
    float: left;
    width: 55%;
    margin-top: 60px;
}
.chart .station {
    position: relative;
    display: block;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    background: url(/page/local/images/conts/bg_chart_05.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    max-width: 360px;
    margin: 0 auto;
    color: #fff;
}
.chart .station:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #069b48;
    border-radius: 50%;
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1px;
}
.chart .station:before {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    background: #757575;
}
.chart .station a {
    display: block;
    text-decoration: none;
    color: #fff;
}
.chart .station span {
    display: inline-block;
    position: relative;
}
.chart .station span:after {
    content: "";
    display: block;
    width: 9px;
    height: 11px;
    background: url(/page/local/images/conts/mark_02.png) no-repeat 0 0;
    position: absolute;
    top: 15px;
    right: -8px;
}

.chart .station_list {
    padding-top: 33px;
    max-width: 360px;
    margin: 0 auto;
}
.chart .station_list > li {
    display: inline-block;
    width: calc(50% - 48px);
    vertical-align: top;
    margin: 70px 44px 0 0;
    position: relative;
}
.chart .station_list > li:last-child {
    width: 50%;
}
.chart .station_list > li:first-child:after {
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    right: -70px;
    top: -53px;
    position: absolute;
    background: #757575;
}
.chart .station_list > li:last-child:after {
    content: "";
    display: block;
    height: 1px;
    right: 50%;
    left: -70px;
    top: -53px;
    position: absolute;
    background: #757575;
    margin-right: -1px;
}
.chart .station_list > li:last-child {
    margin-right: 0;
}

.chart .station_list h5 {
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: url(/page/local/images/conts/bg_chart_04.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    position: relative;
}
.chart .station_list h5:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #787878;
    border-radius: 50%;
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .station_list h5:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    top: -52px;
    left: 50%;
    background: #757575;
}
.chart .station_list h5 a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}
.chart .station_list h5 a:hover {
    text-decoration: underline;
}

.chart .sub_list.v2 {
    overflow: hidden;
}
.chart .sub_list.v2 li {
    float: left;
    width: calc((100% - 27px) / 2);
    margin-right: 27px;
}
.chart .sub_list.v2 li:nth-child(2n) {
    margin-right: 0;
}
.chart .sub_list.v2 li:nth-child(2) h6:after {
    display: none;
}

.chart .head.v2 {
    max-width: 750px;
}

.chart .head.inje {max-width: 220px;height: 70px;line-height: 70px;}

.chart .head_list.v2 {
    max-width: 1000px;
    margin: 0 auto;
}
.chart .head_list.v2 > li {
    width: calc((100% - 95px) / 4);
    margin: 70px 26px 0 0;
}
.particulier .chart .head_list.v2 {
    max-width: unset;
}
.particulier .chart .head_list.v2 > li {
    width: calc((100% - 90px) / 7.5);
}
/* 22.07.13 특수구조단 조직도 너비 관련 수정 */
.chart .head_list.v2 > li:last-child {
    margin-right: 0;
}

.chart .center_box {
    max-width: 890px;
    margin: 40px auto 0;
}
.chart .center_box > ul {
    text-align: center;
}
.chart .center_box > ul > li {
    display: inline-block;
    width: calc((100% - 64px) / 4);
    vertical-align: top;
    margin: 20px 16px 0 0;
    position: relative;
}
.chart .center_box > ul > li:nth-child(4n) {
    margin-right: 0;
}
.chart .center_box h5 {
    height: 75px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background: url(/page/local/images/conts/bg_chart_06.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 20px;
    position: relative;
    line-height: 1.2;
    padding-top: 15px;
}
.chart .center_box h5 a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}
.chart .center_box h5 a:hover {
    text-decoration: underline;
}
.chart .center_box .low_list {
    padding-top: 40px;
    position: relative;
}
.chart .center_box .low_list:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #5c5ad7;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .center_box .low_list:before {
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    position: absolute;
    top: 13px;
    left: 50%;
    background: #757575;
}
.chart .center_box .low_list li {
    position: relative;
}
.chart .center_box .low_list li:first-child:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border: 1px solid #757575;
    border-radius: 50%;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.chart .center_box .low_list li + li {
    margin-top: 5px;
}
.chart .center_box .low_list h6 {
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url(/page/local/images/conts/bg_chart_07.jpg) no-repeat 0 0;
    background-size: cover;
    border-radius: 25px;
}
.chart .center_box .low_list h6 a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 100%;
}
.chart .center_box .low_list h6 a:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .chart .head_list h5 {
        font-size: 16px;
        padding-top: 22px;
    }
    .chart .head_list h5.two_line {
        padding-top: 9px;
    }
    .chart .school_list h5 {
        font-size: 16px;
    }
    .chart .station_list h5 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .chart .head_list > li {
        display: inline-block;
        width: calc((100% - 30px) / 3);
    }
    .chart .head_list > li {
        margin: 70px 0px 0 0;
        width: calc((100% - 8px) / 3);
    }
    .chart .head_list > li:first-child:after {
        right: -140px;
    }
    .chart .head_list > li:last-child:after {
        left: -140px;
    }
    .chart .head_list > li:nth-child(3):after {
        content: "";
        display: block;
        height: 1px;
        right: 50%;
        left: -140px;
        top: -53px;
        position: absolute;
        background: #757575;
        margin-right: -1px;
    }
    .chart .head_list > li:nth-child(4):after {
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        right: -140px;
        top: -53px;
        position: absolute;
        background: #757575;
    }
    .chart .head_list > li:nth-child(3):nth-last-child(1):after {
        left: 0px;
        right: 0px;
    }
    .chart .head_list > li:nth-child(3):nth-last-child(1):before {
        display: none;
    }
    .chart .school_box {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .chart .station_box {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
    .chart .station_list > li {
        width: calc(40% - 28px);
        margin: 70px 24px 0 0;
    }
    .chart .station_list > li:last-child {
        width: 60%;
    }

    .chart .head_list.v2 > li {
        width: calc((100% - 30px) / 2);
    }
    .chart .head_list.v2 > li:nth-child(2n) {
        margin-right: 0;
    }
    .chart .head_list.v2 > li:after {
        content: "";
        display: block;
        height: 1px;
        left: 50%;
        right: -100px;
        top: -53px;
        position: absolute;
        background: #757575;
    }
    .chart .head_list.v2 > li:nth-child(2n):after {
        right: 50%;
        left: -100px;
        margin-right: -1px;
    }
    .chart .center_box {
        margin-top: 30px;
    }
}

@media (max-width: 639px) {
    .chart .center_box > ul > li {
        display: inline-block;
        width: calc((100% - 20px) / 2);
        vertical-align: top;
        margin: 20px 16px 0 0;
        position: relative;
    }
    .chart .center_box > ul > li:nth-child(2n) {
        margin-right: 0;
    }
}

/* 강원소방 100년사 */
.year_100 {
    position: relative;
    padding-bottom: 325px;
    background: url(/page/local/images/conts/bg_year100.jpg) no-repeat 50% 0%;
    font-weight: 400;
    background-size: cover;
}
.year_100 h4 {
    font-family: "Noto Serif KR";
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}
.year_100 h4 .size_1 {
    font-size: 60px;
    font-weight: 500;
}
.year_100 h4 .size_2 {
    font-size: 86px;
}
.year_100 h4 .line {
    display: inline-block;
    margin-top: -15px;
}
.year_100 .book_box {
    padding-top: 50px;
    text-align: center;
}
.year_100 .book {
    display: inline-block;
    position: relative;
    margin-right: 80px;
    max-width: 40%;
}
.year_100 .book.v2 {
    margin-right: 0;
    top: 88px;
}
.year_100 .book a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: absolute;
    bottom: 8vw;
    right: -20px;
    background: #cfd8dc;
    padding: 0 35px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
.year_100 .book a:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 18px;
    margin-left: 10px;
    background: url(/page/local/images/conts/sp_conts.png) no-repeat -479px -41px;
    vertical-align: -2px;
}
.year_100 .book a:hover {
    background: #c02000;
    color: #fff;
}
.year_100 .book a:hover:after {
    background-position: -479px -68px;
}
.year_100 .book img {
    display: block;
    width: 100%;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .year_100 .book {
        margin-right: 40px;
    }
}

@media (max-width: 639px) {
    .year_100 {
        padding-bottom: 210px;
    }
    .year_100 h4 {
        font-size: 24px;
    }
    .year_100 h4 .size_1 {
        font-size: 33px;
    }
    .year_100 h4 .size_2 {
        font-size: 50px;
    }
}

@media (max-width: 450px) {
    .year_100 {
        padding-bottom: 130px;
    }
    .year_100 .book {
        display: block;
        margin: 0 auto;
        max-width: 80%;
    }
    .year_100 .book.v2 {
        margin: 60px auto 0;
        top: inherit;
    }
}

/* 취업심사제도 */
.job_audit {
    position: relative;
}
.job_audit .slick_wrap {
    position: relative;
    padding: 0 150px;
}
.job_audit .slick_wrap .slick {
    max-width: 800px;
    margin: 0 auto;
}
.job_audit .slick_wrap .control button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
}
.job_audit .slick_wrap .control .next {
    left: inherit;
    right: 60px;
}

@media (max-width: 1024px) {
    .job_audit .slick_wrap {
        padding: 0 70px;
    }
    .job_audit .slick_wrap .control button {
        left: 5px;
    }
    .job_audit .slick_wrap .control .next {
        right: 5px;
    }
}

@media (max-width: 768px) {
    .job_audit {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .job_audit .slick_wrap {
        padding: 0 20px;
    }
    .job_audit .slick_wrap .control button {
        left: -8px;
    }
    .job_audit .slick_wrap .control button img {
        width: 20px;
        height: 42px;
    }
    .job_audit .slick_wrap .control .next {
        right: -8px;
    }
}

/* 소방서현황 */
.fire_state {
    position: relative;
    min-height: 970px;
    overflow: hidden;
}
.fire_state:after {
    content: "";
    display: block;
    width: 147px;
    height: 180px;
    background: url(/page/local/images/conts/bg_fire_state_02.png) no-repeat 0 0;
    position: absolute;
    right: 85px;
    top: 32px;
}
.fire_state .text_box {
    position: absolute;
    width: 770px;
    height: 770px;
    background: url(/page/local/images/conts/bg_fire_state_01.png) no-repeat 0 0;
    bottom: 8px;
    left: 63px;
}
.fire_state .text {
    position: absolute;
    left: 40px;
    bottom: 67px;
}
.fire_state .text:after {
    content: "";
    display: block;
    width: 245px;
    height: 177px;
    background: url(/page/local/images/conts/people.png) no-repeat 0 0;
    position: absolute;
    top: -180px;
    left: -3px;
}
.fire_state .text h4 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.3;
}
.fire_state .text strong {
    font-weight: 500;
}
.fire_state .text h4 .size_1 {
    font-size: 26px;
}
.fire_state .text h4 .red {
    font-size: 40px;
    font-weight: 700;
    color: #c92128;
    display: inline-block;
    position: relative;
}
.fire_state .text h4 .red:after {
    content: "";
    width: 20px;
    height: 25px;
    background: url(/page/local/images/conts/mark_03.png) no-repeat 0 0;
    position: absolute;
    right: -20px;
    top: -20px;
}
.fire_state .text h4:after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 22px;
    background: url(/page/local/images/conts/arrow_05.png) no-repeat 0 0;
    margin-left: 4px;
}
.fire_state .text p {
    font-weight: 300;
    margin-top: 20px;
}

.fire_state .map_box {
    position: absolute;
    width: 711px;
    height: 674px;
    background: url(/page/local/images/conts/map_01.png) no-repeat 0 0;
    top: 37px;
    right: 77px;
    background-size: cover;
    z-index: 5;
}
.fire_state .map_box .pointer {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: absolute;
}
.fire_state .map_box .pointer:hover {
    text-decoration: underline;
}
.fire_state .map_box .pointer.p_01 {
    top: 106px;
    left: 108px;
}
.fire_state .map_box .pointer.p_02 {
    top: 143px;
    left: 194px;
}
.fire_state .map_box .pointer.p_03 {
    top: 143px;
    left: 287px;
}
.fire_state .map_box .pointer.p_04 {
    top: 82px;
    left: 416px;
}
.fire_state .map_box .pointer.p_05 {
    top: 240px;
    left: 206px;
}
.fire_state .map_box .pointer.p_06 {
    top: 192px;
    left: 372px;
}
.fire_state .map_box .pointer.p_07 {
    top: 154px;
    left: 449px;
}
.fire_state .map_box .pointer.p_08 {
    top: 300px;
    left: 307px;
}
.fire_state .map_box .pointer.p_09 {
    top: 217px;
    left: 470px;
}
.fire_state .map_box .pointer.p_10 {
    top: 467px;
    left: 245px;
}
.fire_state .map_box .pointer.p_11 {
    top: 397px;
    left: 308px;
}
.fire_state .map_box .pointer.p_12 {
    top: 386px;
    left: 408px;
}
.fire_state .map_box .pointer.p_13 {
    top: 331px;
    left: 539px;
}
.fire_state .map_box .pointer.p_14 {
    top: 525px;
    left: 413px;
}
.fire_state .map_box .pointer.p_15 {
    top: 465px;
    left: 484px;
}
.fire_state .map_box .pointer.p_16 {
    top: 419px;
    left: 593px;
}
.fire_state .map_box .pointer.p_17 {
    top: 560px;
    left: 562px;
}
.fire_state .map_box .pointer.p_18 {
    top: 507px;
    left: 620px;
}
.fire_state .map_box .trigger {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 20;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.fire_state .map_box .pointer:hover .trigger {
    text-decoration: underline;
}
.fire_state .map_box .pointer .pop {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    z-index: 10;
}
.fire_state .map_box .pointer .pop span {
    color: #fff;
    text-decoration: none;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: nowrap;
}
.fire_state .map_box .pointer .pop span.black {
    color: #000;
}
.fire_state .map_box .pointer .pop.pop_01 {
    margin: -71px 0 0 -71px;
}
.fire_state .map_box .pointer .pop.pop_01 span {
    margin: -14px 0 0 -72px;
}
.fire_state .map_box .pointer .pop.pop_02 {
    margin: -79px 0 0 -61px;
}
.fire_state .map_box .pointer .pop.pop_02 span {
    margin: -20px 0 0 -27px;
}
.fire_state .map_box .pointer .pop.pop_02 {
    margin: -79px 0 0 -62px;
}
.fire_state .map_box .pointer .pop.pop_02 span {
    margin: -20px 0 0 -27px;
}
.fire_state .map_box .pointer .pop.pop_03 {
    margin: -99px 0 0 -21px;
}
.fire_state .map_box .pointer .pop.pop_03 span {
    margin: -31px 0 0 -38px;
}
.fire_state .map_box .pointer .pop.pop_04 {
    margin: -84px 0 0 -34px;
}
.fire_state .map_box .pointer .pop.pop_04 span {
    margin: -4px 0 0 -38px;
}
.fire_state .map_box .pointer .pop.pop_05 {
    margin: -63px 0 0 -57px;
}
.fire_state .map_box .pointer .pop.pop_05 span {
    margin: -23px 0 0 -33px;
}
.fire_state .map_box .pointer .pop.pop_06 {
    margin: -112px 0 0 -74px;
}
.fire_state .map_box .pointer .pop.pop_06 span {
    margin: 3px 0 0 -24px;
}
.fire_state .map_box .pointer .pop.pop_07 {
    margin: -78px 0 0 -8px;
}
.fire_state .map_box .pointer .pop.pop_07 span {
    margin: 0px 0 0 -6px;
}
.fire_state .map_box .pointer .pop.pop_08 {
    margin: -61px 0 0 -150px;
}
.fire_state .map_box .pointer .pop.pop_08 span {
    margin: -17px 0 0 -25px;
}
.fire_state .map_box .pointer .pop.pop_09 {
    margin: -46px 0 0 -38px;
}
.fire_state .map_box .pointer .pop.pop_09 span {
    margin: -2px 0 0 -25px;
}
.fire_state .map_box .pointer .pop.pop_10 {
    margin: -66px 0 0 -42px;
}
.fire_state .map_box .pointer .pop.pop_10 span {
    margin: -17px 0 0 -51px;
}
.fire_state .map_box .pointer .pop.pop_11 {
    margin: -71px 0 0 -86px;
}
.fire_state .map_box .pointer .pop.pop_11 span {
    margin: -23px 0 0 -15px;
}
.fire_state .map_box .pointer .pop.pop_12 {
    margin: -77px 0 0 -45px;
}
.fire_state .map_box .pointer .pop.pop_12 span {
    margin: -37px 0 0 -50px;
}
.fire_state .map_box .pointer .pop.pop_13 {
    margin: -55px 0 0 -64px;
}
.fire_state .map_box .pointer .pop.pop_13 span {
    margin: -18px 0 0 -17px;
}
.fire_state .map_box .pointer .pop.pop_14 {
    margin: -69px 0 0 -95px;
}
.fire_state .map_box .pointer .pop.pop_14 span {
    margin: 0px 0 0 -17px;
}
.fire_state .map_box .pointer .pop.pop_15 {
    margin: -77px 0 0 -41px;
}
.fire_state .map_box .pointer .pop.pop_15 span {
    margin: -28px 0 0 -44px;
}
.fire_state .map_box .pointer .pop.pop_16 {
    margin: -82px 0 0 -13px;
}
.fire_state .map_box .pointer .pop.pop_16 span {
    margin: -6px 0 0 1px;
}
.fire_state .map_box .pointer .pop.pop_17 {
    margin: -72px 0 0 -19px;
}
.fire_state .map_box .pointer .pop.pop_17 span {
    margin: 1px 0 0 -31px;
}
.fire_state .map_box .pointer .pop.pop_18 {
    margin: -72px 0 0 -78px;
}
.fire_state .map_box .pointer .pop.pop_18 span {
    margin: -27px 0 0 -14px;
}

@media (max-width: 1000px) {
    .fire_state .text_box {
        left: 0;
        bottom: 0;
    }
    .fire_state .map_box {
        right: 30px;
    }
    .fire_state:after {
        right: 0;
    }
    .fire_state .text:after {
        width: 212px;
        height: 154px;
        top: -152px;
        background-size: cover;
    }
}

@media (max-width: 720px) {
    .fire_state {
        min-height: 940px;
    }
    .fire_state .text_box {
        top: 160px;
    }
    .fire_state .map_box {
        width: 620px;
        height: 580px;
    }
    .fire_state .text {
        bottom: 4px;
    }
    .fire_state .map_box .pointer.p_01 {
        top: 93px;
        left: 89px;
    }
    .fire_state .map_box .pointer.p_02 {
        top: 123px;
        left: 172px;
    }
    .fire_state .map_box .pointer.p_03 {
        top: 124px;
        left: 249px;
    }
    .fire_state .map_box .pointer.p_04 {
        top: 71px;
        left: 359px;
    }
    .fire_state .map_box .pointer.p_05 {
        top: 206px;
        left: 181px;
    }
    .fire_state .map_box .pointer.p_06 {
        top: 163px;
        left: 321px;
    }
    .fire_state .map_box .pointer.p_07 {
        top: 129px;
        left: 386px;
    }
    .fire_state .map_box .pointer.p_08 {
        top: 262px;
        left: 262px;
    }
    .fire_state .map_box .pointer.p_09 {
        top: 185px;
        left: 407px;
    }
    .fire_state .map_box .pointer.p_10 {
        top: 405px;
        left: 208px;
    }
    .fire_state .map_box .pointer.p_11 {
        top: 344px;
        left: 265px;
    }
    .fire_state .map_box .pointer.p_12 {
        top: 342px;
        left: 351px;
    }
    .fire_state .map_box .pointer.p_13 {
        top: 287px;
        left: 470px;
    }
    .fire_state .map_box .pointer.p_14 {
        top: 462px;
        left: 361px;
    }
    .fire_state .map_box .pointer.p_15 {
        top: 404px;
        left: 420px;
    }
    .fire_state .map_box .pointer.p_16 {
        top: 363px;
        left: 514px;
    }
    .fire_state .map_box .pointer.p_17 {
        top: 487px;
        left: 485px;
    }
    .fire_state .map_box .pointer.p_18 {
        top: 441px;
        left: 534px;
    }
    .fire_state .map_box .pointer .pop.pop_08 {
        margin: -68px 0 0 -149px;
    }
    .fire_state .map_box .pointer .pop.pop_11 {
        margin: -71px 0 0 -82px;
    }
    .fire_state .map_box .pointer .pop.pop_14 {
        margin: -76px 0 0 -104px;
    }
    .fire_state .map_box .pointer .pop.pop_13 {
        margin: -55px 0 0 -68px;
    }
    .fire_state .map_box .pointer .pop.pop_18 {
        margin: -69px 0 0 -70px;
    }
    .fire_state .map_box .pointer .pop.pop_12 {
        margin: -86px 0 0 -40px;
    }
}

@media (max-width: 639px) {
    .fire_state {
        margin: 0 -15px;
        min-height: 720px;
    }
    .fire_state .text {
        left: 15px;
    }
    .fire_state .text_box {
        width: 100%;
        top: inherit;
        bottom: 0px;
    }
    .fire_state .text h4 {
        font-size: 26px;
        line-height: 1.4;
    }
    .fire_state .text h4 .size_1 {
        font-size: 20px;
    }
    .fire_state .text h4 .red {
        font-size: 35px;
    }
    .fire_state .text h4 .red:after {
        width: 15px;
        height: 20px;
        background-size: cover;
        right: -13px;
        top: -11px;
    }
    .fire_state .text p {
        padding-right: 30px;
    }
    .fire_state .text p br {
        display: none;
    }
    .fire_state .text h4:after {
        width: 50px;
        height: 15px;
        background-size: cover;
        padding-right: 2px;
    }
    .fire_state .map_box {
        right: 40px;
        width: 340px;
        height: 320px;
        top: 20px;
    }
    .fire_state .map_box .trigger {
        font-size: 14px;
        padding: 5px;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 #000, -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    }

    .fire_state .map_box .pointer.p_01 {
        top: 45px;
        left: 39px;
    }
    .fire_state .map_box .pointer.p_02 {
        top: 63px;
        left: 85px;
    }
    .fire_state .map_box .pointer.p_03 {
        top: 56px;
        left: 130px;
    }
    .fire_state .map_box .pointer.p_04 {
        top: 30px;
        left: 198px;
    }
    .fire_state .map_box .pointer.p_05 {
        top: 108px;
        left: 93px;
    }
    .fire_state .map_box .pointer.p_06 {
        top: 85px;
        left: 168px;
    }
    .fire_state .map_box .pointer.p_07 {
        top: 66px;
        left: 218px;
    }
    .fire_state .map_box .pointer.p_08 {
        top: 139px;
        left: 141px;
    }
    .fire_state .map_box .pointer.p_09 {
        top: 98px;
        left: 228px;
    }
    .fire_state .map_box .pointer.p_10 {
        top: 219px;
        left: 104px;
    }
    .fire_state .map_box .pointer.p_11 {
        top: 180px;
        left: 133px;
    }
    .fire_state .map_box .pointer.p_12 {
        top: 175px;
        left: 187px;
    }
    .fire_state .map_box .pointer.p_13 {
        top: 152px;
        left: 256px;
    }
    .fire_state .map_box .pointer.p_14 {
        top: 246px;
        left: 193px;
    }
    .fire_state .map_box .pointer.p_15 {
        top: 215px;
        left: 222px;
    }
    .fire_state .map_box .pointer.p_16 {
        top: 193px;
        left: 280px;
    }
    .fire_state .map_box .pointer.p_17 {
        top: 261px;
        left: 255px;
    }
    .fire_state .map_box .pointer.p_18 {
        top: 233px;
        left: 290px;
    }
    .fire_state .map_box .pointer .pop span {
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 #000, -1px 1px 0 rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(0, 0, 0, 0.3);
    }
    .fire_state .map_box .pointer .pop span.black {
        text-shadow: none;
    }
    .fire_state .map_box .pointer .pop.pop_01 {
        margin: -29px 0 0 -23px;
    }
    .fire_state .map_box .pointer .pop.pop_01 img {
        width: 130px;
    }
    .fire_state .map_box .pointer .pop.pop_02 {
        margin: -30px 0 0 -20px;
    }
    .fire_state .map_box .pointer .pop.pop_02 img {
        width: 81px;
    }
    .fire_state .map_box .pointer .pop.pop_02 span {
        margin: -7px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_03 {
        margin: -51px 0 0 -10px;
    }
    .fire_state .map_box .pointer .pop.pop_03 img {
        width: 75px;
    }
    .fire_state .map_box .pointer .pop.pop_03 span {
        margin: -21px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_04 {
        margin: -38px 0 0 -17px;
    }
    .fire_state .map_box .pointer .pop.pop_04 img {
        width: 70px;
    }
    .fire_state .map_box .pointer .pop.pop_04 span {
        margin: -38px 0 0 -17px;
    }
    .fire_state .map_box .pointer .pop.pop_05 {
        margin: -27px 0 0 -26px;
    }
    .fire_state .map_box .pointer .pop.pop_05 img {
        width: 96px;
    }
    .fire_state .map_box .pointer .pop.pop_05 span {
        margin: -16px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_06 {
        margin: -52px 0 0 -29px;
    }
    .fire_state .map_box .pointer .pop.pop_06 img {
        width: 96px;
    }
    .fire_state .map_box .pointer .pop.pop_06 span {
        margin: 3px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_07 {
        margin: -46px 0 0 -8px;
    }
    .fire_state .map_box .pointer .pop.pop_07 img {
        width: 96px;
    }
    .fire_state .map_box .pointer .pop.pop_07 span {
        margin: 0px 0 0 -5px;
    }
    .fire_state .map_box .pointer .pop.pop_08 {
        margin: -30px 0 0 -70px;
    }
    .fire_state .map_box .pointer .pop.pop_08 img {
        width: 180px;
    }
    .fire_state .map_box .pointer .pop.pop_08 span {
        margin: -13px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_09 {
        margin: -21px 0 0 -27px;
    }
    .fire_state .map_box .pointer .pop.pop_09 img {
        width: 80px;
    }
    .fire_state .map_box .pointer .pop.pop_09 span {
        margin: -5px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_10 {
        margin: -32px 0 0 -13px;
    }
    .fire_state .map_box .pointer .pop.pop_10 img {
        width: 93px;
    }
    .fire_state .map_box .pointer .pop.pop_10 span {
        margin: -5px 0 0 -33px;
    }
    .fire_state .map_box .pointer .pop.pop_11 {
        margin: -27px 0 0 -28px;
    }
    .fire_state .map_box .pointer .pop.pop_11 img {
        width: 93px;
    }
    .fire_state .map_box .pointer .pop.pop_11 span {
        margin: -15px 0 0 -27px;
    }
    .fire_state .map_box .pointer .pop.pop_12 {
        margin: -29px 0 0 -14px;
    }
    .fire_state .map_box .pointer .pop.pop_12 img {
        width: 93px;
    }
    .fire_state .map_box .pointer .pop.pop_12 span {
        margin: -15px 0 0 -27px;
    }
    .fire_state .map_box .pointer .pop.pop_13 {
        margin: -26px 0 0 -32px;
    }
    .fire_state .map_box .pointer .pop.pop_13 img {
        width: 97px;
    }
    .fire_state .map_box .pointer .pop.pop_13 span {
        margin: -11px 0 0 -27px;
    }
    .fire_state .map_box .pointer .pop.pop_14 {
        margin: -27px 0 0 -39px;
    }
    .fire_state .map_box .pointer .pop.pop_14 img {
        width: 120px;
    }
    .fire_state .map_box .pointer .pop.pop_14 span {
        margin: -4px 0 0 -27px;
    }
    .fire_state .map_box .pointer .pop.pop_15 {
        margin: -33px 0 0 -18px;
    }
    .fire_state .map_box .pointer .pop.pop_15 img {
        width: 95px;
    }
    .fire_state .map_box .pointer .pop.pop_15 span {
        margin: -19px 0 0 -39px;
    }
    .fire_state .map_box .pointer .pop.pop_16 {
        margin: -31px 0 0 -3px;
    }
    .fire_state .map_box .pointer .pop.pop_16 img {
        width: 75px;
    }
    .fire_state .map_box .pointer .pop.pop_16 span {
        margin: -7px 0 0 -26px;
    }
    .fire_state .map_box .pointer .pop.pop_17 {
        margin: -39px 0 0 -3px;
    }
    .fire_state .map_box .pointer .pop.pop_17 img {
        width: 60px;
    }
    .fire_state .map_box .pointer .pop.pop_17 span {
        margin: -2px 0 0 -32px;
    }
    .fire_state .map_box .pointer .pop.pop_18 {
        margin: -30px 0 0 -35px;
    }
    .fire_state .map_box .pointer .pop.pop_18 img {
        width: 100px;
    }
    .fire_state .map_box .pointer .pop.pop_18 span {
        margin: -18px 0 0 -28px;
    }
}

/* 소방행정이란 - 횡성 */
.fire_admin {
    position: relative;
}
.fire_admin h4 {
    text-align: center;
}
.fire_admin .img_box {
    max-width: 425px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.fire_admin .img_box img {
    width: 100%;
}
.fire_admin .img_box:after {
    content: "";
    display: block;
    width: 138px;
    height: 64px;
    background: url(/page/local/images/conts/arrow_06.png) no-repeat 0 0;
    position: absolute;
    left: 50%;
    bottom: -64px;
    transform: translateX(-50%);
}
.fire_admin .list_box {
    margin-top: 82px;
    padding: 10px;
    background: url(/page/local/images/conts/bg_fire_admin.png) repeat 0 0;
    border-radius: 40px;
}
.fire_admin .list_box > ul {
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    overflow: hidden;
}
.fire_admin .list_box > ul > li {
    width: calc((100% - 51px) / 3);
    float: left;
    margin-right: 25px;
}
.fire_admin .list_box > ul > li:last-child {
    margin-right: 0;
}
.fire_admin .list_box h5 {
    height: 68px;
    line-height: 68px;
    background: #0054a6;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.fire_admin .list_box .box {
    border: 1px solid #aeaeae;
    border-width: 0 1px 1px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}
.fire_admin .list_box .thumb {
    padding: 8px;
}
.fire_admin .list_box img {
    width: 100%;
    display: block;
}
.fire_admin .list_box .text_box {
    padding: 0 39px 12px;
}
.fire_admin .list_box .text_box ul {
    overflow: hidden;
    margin: 0 auto;
    min-height: 66px;
}
.fire_admin .list_box .text_box ul li {
    width: calc((100% - 27px) / 2);
    float: left;
}
.fire_admin .list_box .text_box ul li + li {
    margin-left: 22px;
}
.fire_admin .list_box .text_box h6 {
    text-align: center;
    height: 24px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
    border-radius: 12px;
    background: #4a4a4a;
    margin-bottom: 3px;
}
.fire_admin .list_box .text_box p {
    color: #383838;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
.fire_admin .list_box .text_box p:before {
    content: "-";
}
.fire_admin .list_box .text_box.v2 {
    padding: 0 12px 12px;
}
.fire_admin .list_box .text_box.v2 ul {
    text-align: left;
}
.fire_admin .list_box .text_box.v2 ul li {
    width: 50%;
    display: block;
    float: left;
}
.fire_admin .list_box .text_box.v2 ul li + li {
    margin-left: 0;
}
.fire_admin .list_box .text_box.v2 ul li p {
    line-height: 1.6;
    text-align: left;
}

@media (max-width: 1200px) {
    .fire_admin .list_box > ul {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .fire_admin .list_box .text_box {
        padding: 0 12px 12px;
    }
    .fire_admin .list_box .text_box ul {
        min-height: 152px;
    }
    .fire_admin .list_box .text_box ul li {
        float: none !important;
        width: 100% !important;
    }
    .fire_admin .list_box .text_box ul li + li {
        margin-left: 0;
    }
    .fire_admin .list_box .text_box h6 {
        text-align: left;
        margin-top: 5px;
        padding-left: 20px;
    }
    .fire_admin .list_box .text_box p {
        text-align: left;
    }
}

@media (max-width: 650px) {
    .fire_admin .list_box > ul > li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .fire_admin .list_box > ul > li + li {
        margin-top: 20px;
    }
    .fire_admin .list_box .text_box ul {
        min-height: auto;
    }
}

/* 체험교실 - 정선 */
.experience_class {
    position: relative;
}
.experience_class .info_box {
    margin: 20px 0 0 20px;
    padding: 10px;
    background: url(/page/local/images/conts/bg_fire_admin.png) repeat 0 0;
    border-radius: 40px;
}
.experience_class .info_box .box {
    background: #fff;
    border-radius: 40px;
    padding: 20px 10px 30px;
    overflow: hidden;
    position: relative;
}
.experience_class .info_box .thumb {
    position: absolute;
    right: 44px;
    bottom: 33px;
    max-width: 30%;
    min-width: 300px;
}
.experience_class .info_box .thumb img {
    display: block;
    width: 100%;
}
.experience_class .info_box .listLv {
    padding-right: 280px;
}

.experience_class .img_list {
    margin: 17px 0 35px;
}
.experience_class .img_list ul {
    overflow: hidden;
    padding-left: 20px;
}
.experience_class .img_list ul li {
    float: left;
    position: relative;
    width: calc((100% - 45px) / 4);
    margin: 15px 15px 0 0;
    overflow: hidden;
    border-radius: 10px;
}
.experience_class .img_list ul li:last-child {
    margin-right: 0;
}
.experience_class .img_list ul li img {
    display: block;
    width: 100%;
}
.experience_class .img_list ul li .text {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(/page/local/images/conts/bg_experience.png) repeat 0 0;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.experience_class .skinTb-wrapper {
    padding-left: 20px;
}
.experience_class .listLv > li + li {
    margin-top: 10px;
}

@media (max-width: 1000px) {
    .experience_class .info_box .thumb {
        position: relative;
        bottom: inherit;
        right: inherit;
        max-width: 350px;
        width: auto;
    }
    .experience_class .info_box .listLv {
        padding-right: 0px;
    }
    .experience_class .img_list ul li {
        width: calc((100% - 15px) / 2);
    }
    .experience_class .img_list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .experience_class .info_box {
        margin-left: 0;
    }
    .experience_class .info_box .listLv {
        margin-left: 10px;
    }
    .experience_class .img_list ul {
        padding-left: 0;
    }
    .experience_class .skinTb-wrapper {
        padding-left: 0px;
    }
}

@media (max-width: 450px) {
    .experience_class .img_list ul li {
        width: 100%;
        margin-right: 0;
    }
}

/* 소방장비 */
.equipment {
}
.equipment .border {
    border-bottom: 1px solid #c9c9c9;
}
.equipment .border .img_box_first {
    margin: 0 0 22px 0;
    padding: 3px;
    border: 1px solid #c9c9c9;
}
.equipment .contsImgTxt .text_layout {
    overflow: hidden;
    padding: 10px 0 0 36px;
}
.equipment .contsImgTxt .text_layout .text {
    margin-bottom: 12px;
}
.equipment .contsImgTxt .text_layout p {
    font-weight: 300;
    color: #000;
}
.equipment .contsImgTxt .text_layout p span {
    display: inline-block;
}
.equipment .padding {
    padding-top: 22px;
}

@media screen and (max-width: 639px) {
    .equipment .contsImgTxt .text_layout {
        padding: 0;
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/* 화천_119소년단 소개 */
.equipment .margin {
    margin: 32px 0;
}
.equipment .color {
    font-weight: 500;
    color: #666666;
}
.equipment .img_box02 {
    overflow: hidden;
    padding: 0;
}
.equipment ul.rule {
    margin: 0 0 0 20px;
}
.equipment ul.rule li {
    display: flex;
    overflow: hidden;
    margin-top: 19px;
    border: 1px solid #cccccc;
}
.equipment ul.rule li .box1 {
    width: 80px;
    background: url("/page/local/images/conts/number_01.png") center no-repeat #afafaf;
}
.equipment ul.rule li .box2 {
    width: 80px;
    background: url("/page/local/images/conts/number_02.png") center no-repeat #afafaf;
}
.equipment ul.rule li .box3 {
    width: 80px;
    background: url("/page/local/images/conts/number_03.png") center no-repeat #afafaf;
}
.equipment ul.rule li .box4 {
    width: 80px;
    background: url("/page/local/images/conts/number_04.png") center no-repeat #afafaf;
}
.equipment ul.rule li .box5 {
    width: 80px;
    background: url("/page/local/images/conts/number_05.png") center no-repeat #afafaf;
}
.equipment ul.rule li .box6 {
    width: 80px;
    background: url("/page/local/images/conts/number_06.png") center no-repeat #afafaf;
}
.equipment ul.rule li p span.font_weight {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.equipment ul.rule li p span {
    font-size: 18px;
    color: #333333;
}
.equipment ul.rule li p {
    padding: 20px 20px 20px 42px;
    width: 100%;
    color: #666666;
}
.equipment ul.rule li.height {
    height: 104px;
}

@media screen and (max-width: 560px) {
    .equipment ul.rule li p {
        padding: 20px;
    }
    .equipment ul.rule li .before_box {
        padding: 20px;
    }
}

@media screen and (max-width: 630px) {
    .equipment ul.rule li .before_box {
        padding: 0px 20px;
    }
    .equipment .img_box02 {
        border-radius: 5px;
    }
    .equipment .img_box02 img {
        width: auto;
        transform: translate(-42%, 0);
    }
}

/* 인사말 */
.school_welcome {
    position: relative;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #acacac;
    border-radius: 30px;
    padding: 48px 46px 70px 34px;
}
.school_welcome.box {
    margin-left: 60px;
    max-width: 950px;
    position: relative;
    padding-bottom: 72px;
}
.school_welcome.box:before {
    content: "";
    display: block;
    width: 633px;
    height: 123px;
    background: url(/page/school/images/conts/welcome_bar_01.png) no-repeat 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 20;
}
.school_welcome .box:after {
    content: "";
    display: block;
    width: 528px;
    height: 420px;
    background: url(/page/school/images/conts/welcome_bar_02.png) no-repeat 0 0;
    position: absolute;
    right: 0px;
    top: 80px;
}
.school_welcome .text p {
    color: #555;
    font-weight: 300;
    margin-top: 30px;
}
.school_welcome .text .span_box {
    display: block;
    margin-top: 26px;
}
.school_welcome .text p span {
    display: block;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -2px;
}
.school_welcome .text p span + span {
    margin-top: 30px;
}
.school_welcome .text span.leader {
    font-size: 20px;
    font-weight: bold;
}
.school_welcome .text span.name {
    font-size: 28px;
    font-weight: 500;
    color: #212f81;
}
.school_welcome h4 {
    font-size: 26px;
    font-weight: 300;
    color: #202020;
    line-height: 1.4;
    letter-spacing: -1px;
}
.school_welcome h4 .top_blue {
    color: #212f81;
}
.school_welcome .img_box {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 10;
    max-width: 50%;
}
.school_welcome .img_box img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1197px) {
    .school_welcome .img_box {
        position: absolute;
        bottom: 40px;
        right: 168px;
        z-index: 10;
        max-width: 50%;
    }
}

@media screen and (max-width: 1053px) {
    .school_welcome {
        padding: 48px 46px 325px 34px;
    }
    .school_welcome .img_box {
        position: absolute;
        bottom: 99px;
        right: 150px;
        z-index: 10;
        max-width: 50%;
    }
}

@media screen and (max-width: 490px) {
    .school_welcome .img_box {
        position: absolute;
        bottom: 40px;
        right: 146px;
    }
    .school_welcome {
        padding: 26px 20px 292px 20px;
    }
    .school_welcome .img_box img {
        display: block;
        width: 160%;
    }
    .school_welcome .text p span {
        display: block;
        line-height: 27px;
        font-size: 16px;
        font-weight: 500;
    }
    .school_welcome .text p span br {
        display: none;
    }
    .school_welcome .text p span + span {
        margin-top: 10px;
    }
    .school_welcome .text span.leader {
        margin-left: 14px;
        font-size: 16px;
        font-weight: bold;
    }
    .school_welcome .text span.name {
        margin-left: 14px;
        font-size: 18px;
        font-weight: 500;
        color: #212f81;
    }
}

@media screen and (max-width: 340px) {
    .school_welcome .img_box {
        position: absolute;
        bottom: 40px;
        right: 130px;
    }
    .school_welcome {
        padding: 26px 20px 244px 20px;
    }
}

/* 클린신고센터 */
.Declaration h3 {
    position: relative;
}
.Declaration h3::after {
    position: absolute;
    top: -13px;
    right: -17px;
    display: block;
    content: "";
    width: 24px;
    height: 27px;
    background: url(/page/fire/images/firefighting/mark.png) no-repeat;
}
.Declaration .before_style li {
    position: relative;
}
.Declaration .before_style li::before {
    position: absolute;
    left: -7px;
    top: 12px;
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #0d47a1;
}

/* 원주소방50년사 */
.wonju_50year {
    position: relative;
    background: url(/page/local/images/wonju/bg_50year.jpg) no-repeat 0 0;
    background-size: cover;
    padding-bottom: 70px;
}
.wonju_50year h4 {
    text-align: center;
    padding: 70px 20px 40px !important;
    color: #fff;
    font-family: "Noto Serif KR";
}
.wonju_50year h4 span {
    display: block;
}
.wonju_50year h4 .en {
    position: relative;
    line-height: 1.3;
    font-size: 22px;
    padding: 13px 0;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.wonju_50year h4 .en em {
    font-size: 18px;
}
.wonju_50year h4 .en:after {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px;
}
.wonju_50year h4 .en:before {
    content: "";
    display: block;
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -75px;
}
.wonju_50year h4 .ko {
    position: relative;
    line-height: 1.3;
    font-size: 60px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 400;
}
.wonju_50year h4 .ko em {
    font-size: 86px;
    font-weight: 500;
}

.wonju_50year .box {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
.wonju_50year .box .book {
    position: relative;
    float: left;
    margin-right: 40px;
    width: 31%;
}
.wonju_50year .box .book .thumb {
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.wonju_50year .box .book img {
    display: block;
    width: 100%;
}
.wonju_50year .box .book a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
    position: absolute;
    bottom: 10%;
    right: -20px;
    background: #cfd8dc;
    padding: 0 30px;
    border-radius: 25px;
    text-decoration: none;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}
.wonju_50year .box .book a:after {
    content: "";
    display: inline-block;
    width: 21px;
    height: 18px;
    margin-left: 10px;
    background: url(/page/fire/images/conts/sp_conts.png) no-repeat -479px -41px;
    vertical-align: -2px;
}
.wonju_50year .box .book a:hover {
    background: #c02000;
    color: #fff;
}
.wonju_50year .box .book a:hover:after {
    background-position: -479px -68px;
}
.wonju_50year .box .photo_list {
    position: relative;
    width: calc(69% - 41px);
    float: left;
}
.wonju_50year .box .photo_list li {
    float: left;
    width: calc((100% - 21px) / 2);
    margin: 0 20px 20px 0;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    position: relative;
}
.wonju_50year .box .photo_list li:nth-child(2n) {
    margin-right: 0;
}
.wonju_50year .box .photo_list li:nth-child(n + 3) {
    margin-bottom: 0;
}
.wonju_50year .box .photo_list li:nth-child(1) {
    border-radius: 20px 20px 0 20px;
}
.wonju_50year .box .photo_list li:nth-child(2) {
    border-radius: 20px 20px 20px 0px;
}
.wonju_50year .box .photo_list li:nth-child(3) {
    border-radius: 20px 0px 20px 20px;
}
.wonju_50year .box .photo_list li:nth-child(4) {
    border-radius: 0px 20px 20px 20px;
}
.wonju_50year .box .photo_list li p {
    position: absolute;
    color: #fff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    top: 50%;
    left: 50%;
    margin: -65px 0 0 -65px;
    padding-top: 38px;
}
.wonju_50year .box .photo_list li img {
    display: block;
    width: 100%;
}
.wonju_50year .box .photo_list li a:hover p {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .wonju_50year {
        padding-bottom: 40px;
    }
    .wonju_50year h4 {
        padding: 40px 20px 30px !important;
    }
    .wonju_50year h4 .en {
        font-size: 20px;
    }
    .wonju_50year h4 .en em {
        font-size: 16px;
    }
    .wonju_50year h4 .ko {
        font-size: 34px;
    }
    .wonju_50year h4 .ko em {
        font-size: 56px;
    }
    .wonju_50year .box .book {
        float: none;
        max-width: 260px;
        margin: 0 auto;
        margin-bottom: 30px;
        width: auto;
    }
    .wonju_50year .box .photo_list {
        float: none;
        width: 100%;
    }
    .wonju_50year .box .photo_list li p {
        width: 90px;
        height: 90px;
        font-size: 16px;
        margin: -45px 0 0 -45px;
        padding-top: 27px;
    }
}

/* 인사말 수정버전 */
.welcome_greeting {
    position: relative;
    letter-spacing: -1px;
    max-width: 1004px;
    margin: 0 auto;
}
.welcome_greeting .wrapper {
    position: relative;
}
.welcome_greeting .box {
    position: relative;
    border: 12px solid #1b3575;
    border-radius: 45px;
    min-height: 525px;
    overflow: hidden;
}
.welcome_greeting .box:before {
    content: "";
    display: block;
    width: 743px;
    height: 375px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: url(/page/local/images/conts/bg_greeting.png) no-repeat 0 0;
    background-size: cover;
}
.welcome_greeting .box img {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 22px;
    z-index: 9;
}
.welcome_greeting .box img.v2 {
    bottom: 103px;
    right: 55px;
}
.welcome_greeting .box p {
    position: absolute;
    height: 95px;
    line-height: 80px;
    background: rgba(202, 23, 23, 0.85);
    border-radius: 20px 0 0 0;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 343px;
    bottom: -15px;
    right: -3px;
    z-index: 20;
    font-size: 20px;
    font-weight: 500;
}
.welcome_greeting .box p em {
    font-size: 60px;
    font-family: "Nanum Brush Script";
    display: inline-block;
    vertical-align: -5px;
    margin-left: 8px;
    font-weight: 400;
}
.welcome_greeting h4 {
    position: absolute;
    top: 138px;
    left: 0px;
    z-index: 10;
    letter-spacing: -1px;
}
.welcome_greeting h4:before {
    content: "";
    display: block;
    position: absolute;
    top: -55px;
    bottom: -40px;
    left: 0px;
    width: 30px;
    background: #fff;
}

.welcome_greeting h4 strong {
    font-family: "JSDongkang";
    font-size: 40px;
    font-weight: 700;
    color: #021d5e;
    display: block;
    position: relative;
    line-height: 1.3;
    margin-bottom: 14px;
    letter-spacing: -2px;
}
.welcome_greeting h4.v2 strong {
    letter-spacing: -3px;
}
.welcome_greeting h4 strong:after {
    content: "";
    display: block;
    width: 39px;
    height: 27px;
    background: url(/page/local/images/conts/ico_greeting.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: -33px;
}
.welcome_greeting h4 strong em {
    color: #ca1717;
}
.welcome_greeting h4 span {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    position: relative;
}
.welcome_greeting .text {
    padding: 40px 72px 0;
	word-break: keep-all;
}
.welcome_greeting .text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
}
.welcome_greeting .text p strong {
    font-weight: 400;
}
.welcome_greeting .text p + p {
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .welcome_greeting .box img {
        right: -20px;
    }
    .welcome_greeting .box img.v2 {
        bottom: 103px;
        right: 25px;
    }
}

@media (max-width: 900px) {
    .welcome_greeting .box {
        min-height: 510px;
    }
    .welcome_greeting h4 {
        top: 127px;
    }
    .welcome_greeting .box img {
        max-width: 65%;
        right: -20px;
        max-height: 410px;
    }
    .welcome_greeting h4 strong {
        font-size: 30px;
    }
    .welcome_greeting h4 span {
        font-size: 22px;
    }
}

@media (max-width: 720px) {
    .welcome_greeting .text {
        padding: 25px 0px 0;
    }
    .welcome_greeting .text p {
        font-size: 16px;
    }
    .welcome_greeting .text p + p {
        margin-top: 15px;
    }

    .welcome_greeting .box {
        border-width: 10px;
        min-height: 535px;
    }
    .welcome_greeting h4 {
        top: 75px;
    }
    .welcome_greeting h4 strong {
        font-size: 24px;
        margin-bottom: 10px;
        padding-right: 10px;
    }
    .welcome_greeting h4.v2 strong {
        font-size: 22px;
        padding-right: 15px;
        letter-spacing: -2px;
    }
    .welcome_greeting h4 span {
        font-size: 18px;
    }
    .welcome_greeting h4 strong:after {
        width: 30px;
        height: 21px;
        top: -27px;
    }
    .welcome_greeting .box img {
        max-width: 330px;
        max-height: 290px;
    }
    .welcome_greeting h4:before {
        top: -45px;
        bottom: -20px;
    }
    .welcome_greeting .box:before {
        width: 520px;
        height: 250px;
    }
    .welcome_greeting .box p {
        height: 75px;
        line-height: 63px;
        width: 245px;
        font-size: 16px;
    }
    .welcome_greeting .box p em {
        font-size: 40px;
        vertical-align: -5px;
        margin-left: 4px;
    }

    .welcome_greeting .box img.v2 {
        bottom: 70px;
        right: 15px;
        max-width: 175px;
    }
}
