@charset "UTF-8";
@import url("ubinSub.css");

#main {
    /* padding-top: 10rem; */
}
.year_point {
    color: #0373a5;
    text-decoration: underline;
}

/* 게시판 테이블 단어 줄바꿈 220712 */
.board_list td {
    word-break: break-all;
}

/* snb */
#snb {
    width: 24rem;
}
#snb h2.title {
    display: flex;
    height: 12rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    color: #fff;
    background: #022a48;
}
#snb h2.title a {
    display: inline-block;
    padding-top: 0.3rem;
    background: url("/images/web/ubin/sub/pattern1.png") repeat-x left top;
}
#snb .list {
    overflow: hidden;
}
#snb .list a {
    position: relative;
    display: block;
}
#snb .list a:after {
    position: absolute;
}
#snb .head_menu_depth {
    overflow: hidden;
}
#snb .head_menu_depth > li {
    border: 1px solid #ccc;
}
#snb .head_menu_depth > li + li {
    margin-top: -1px;
}
#snb .head_menu_depth > li > a {
    padding: 1.5rem 2.5rem;
    color: #000;
}
#snb .head_menu_depth > li > a:after {
    top: 1.5rem;
    right: 2.5rem;
    font-family: "xeicon";
    color: #ababab;
    content: "\e93f";
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
#snb .head_menu_depth > li.plus > a:after {
    content: "\e942";
}

/* 하위 메뉴 스타일 */
#snb .head_menu_depth ul {
    display: none;
    padding: 1rem 0;
    font-size: 1.5rem;
    color: #333;
    background: #fff;
}
#snb .head_menu_depth ul > li > a {
    padding: 1rem 3rem;
}
#snb .head_menu_depth ul > li > a:after {
    top: 2rem;
    left: 2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #ccc;
    border-radius: 50%;
    content: "";
}

/* active 상태 */
#snb .head_menu_depth > li.active {
    border: 2px solid #00b9ac;
}
#snb .head_menu_depth > li.active > a {
    color: #fff;
    background: #00b9ac;
}
#snb .head_menu_depth > li.active > a:after {
    color: #fff;
}
#snb .head_menu_depth > li.plus.active > a:after {
    content: "\e945";
}
#snb .head_menu_depth > li.active > ul {
    display: block;
}
#snb .head_menu_depth ul > li.active > a,
#snb .head_menu_depth ul > li > a:hover {
    color: #00b9ac;
}
#snb .head_menu_depth ul > li.active > a:after,
#snb .head_menu_depth ul > li > a:hover:after {
    background: #00b9ac;
}

/* JavaScript로 표시되는 하위 메뉴 */
#snb .head_menu_depth ul[style*="display:block"],
#snb .head_menu_depth ul[style*="display: block"] {
    display: block !important;
}
#snb .head_menu_depth ul[style*="display:none"],
#snb .head_menu_depth ul[style*="display: none"] {
    display: none !important;
}

/* content util */
@media (max-width: 1440px) {
    .contents_util {
        display: none;
    }
}

/* container */
.container {
    width: 128rem;
    /* max-width: calc(100% - 6rem); */
    margin-left: auto !important;
    margin-right: auto !important;
}
.container::after {
    content: "";
    display: block;
    clear: both;
}

/* contents-wrap */
#contents_wrap {
    width: 100%;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 10rem 0;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}
#contents_wrap:focus-visible {
    outline: none;
}
#contents_wrap h2.title1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #111;
}
@media (max-width: 1440px) {
    #contents_wrap {
        padding: 0 2rem 10rem 2rem;
    }
}

/* contents */
#contents {
    width: calc(100% - 28rem);
}
@media (max-width: 1440px) {
    #contents {
        width: 100%;
    }
}

/* contents-top */
#contents #contents_top {
    position: relative;
    padding-top: 4rem;
    margin-bottom: 4rem;
}
#contents #contents_title {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.1rem;
}

/* contents-location */
#contents .location {
    font-size: 1.5rem;
    font-weight: 300;
    color: #222;
    margin-top: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
#contents .location ul {
    display: inline;
}
#contents .location li {
    display: inline-block;
    vertical-align: top;
}
#contents .location li:first-child a {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #222;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
}
#contents .location li:first-child a i {
    font-size: 1.5rem;
}
#contents .location li + li::before {
    content: "";
    position: relative;
    top: 1px;
    font-family: "xeicon";
    vertical-align: top;
    font-size: 1.1rem;
    margin: 0 0.5rem;
    color: #989898;
    top: 0rem;
    right: 2px;
    line-height: 2.8rem;
}
#contents .location a {
    line-height: 2.8rem;
    font-weight: 400;
    font-size: 1.7rem;
    display: inline-block;
}
#contents .location a:hover,
.contents_util .location a:focus {
    text-decoration: underline;
}
#contents .location .path li:last-child a {
    font-weight: 600;
}
#contents .location .group {
    display: none;
}
#contents .util {
    position: absolute;
    right: 0;
    bottom: 0;
}
#contents .util::after {
    content: "";
    display: block;
    clear: both;
}
#contents .util article {
    float: left;
}
#contents .share {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: 0.4rem;
}
#contents .share .title {
    display: inline;
}
#contents .share .item {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    z-index: 1;
    width: 4.2rem;
    padding: 0;
    border: 1px solid #dedede;
    background-color: #fff;
}
#contents .share .item a {
    display: block;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    margin: 0 auto 1.5rem;
    line-height: 2rem;
}
#contents .share .item a::before {
    display: block;
    width: 100%;
    height: 100%;
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    font-size: 2rem;
}
#contents .share .item .facebook a::before {
    color: #29487d;
    content: "";
}
#contents .share .item .twitter a::before {
    color: #1da1f2;
    content: "";
}
#contents .share .item .kakaostory a::before {
    color: #ffc20f;
    content: "";
}
#contents .share .item .kakaotalk a::before {
    color: #381e1f;
    content: "";
}
#contents .share .item .band a::before {
    font-size: 2rem;
    font-family: "Pretendard";
    font-weight: 900;
    color: #21c531;
    content: "b";
}
#contents .share .item .close {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #222;
    margin: 0;
}
#contents .share .item .close::before {
    margin: 0;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#contents .share .open {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    /* line-height: 4rem; */
    text-align: center;
    /* vertical-align: top; */
    border-radius: 50%;
    border: 1px solid #ddd;
}
#contents .share .open::before {
    content: "";
    display: block;
    width: 3.6rem;
    height: 3.8rem;
    /* line-height: 3.8rem; */
    font-family: "xeicon";
    text-align: center;
    line-height: inherit;
    font-size: 2rem;
    font-weight: 400;
    color: #8d8d8d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#contents .share .open:hover::before,
#contents .share .open:focus::before {
    color: #20af63;
}
#contents .share.active .item {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    opacity: 1;
    width: 6rem;
    padding: 2rem 0 3rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#contents .print,
#contents .url {
    display: inline-block;
}
#contents .print a,
#contents .url a {
    display: inline-block;
    overflow: hidden;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    vertical-align: top;
    border: 1px solid #dedede;
    border-radius: 50%;
    color: #8d8d8d;
}
#contents .print a::before,
#contents .url a::before {
    content: "";
    font-family: "remixicon";
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #8d8d8d;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#contents .print a:hover::before,
#contents .print a:focus::before,
#contents .url a:hover::before,
#contents .url a:focus::before {
    color: #20af63;
}
#contents .url {
    margin-right: 0.4rem;
}
#contents .url a::before {
    content: "";
    font-family: "remixicon";
}
#contents {
    /* margin-bottom: 10rem; */
    min-height: 40rem;
}

/* 콘텐츠 정보 */
.contents_info {
    width: 100%;
    margin-bottom: 6rem;
}
.contents_info .kogl {
    padding: 0.9rem 2rem;
    font-size: 1.5rem;
    color: #222;
    border: 1px solid #ddd;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: none;
}
.contents_info .kogl strong {
    font-weight: 300;
}
.contents_info .kogl::after {
    content: "";
    display: block;
    clear: both;
}
.contents_info .kogl .txt {
    float: left;
    line-height: 3.3rem;
}
.contents_info .kogl .img {
    float: right;
    width: 9.2rem;
}
.contents_info .duty-wrap {
    background-color: #f1f1f1;
    padding: 1.6rem 2rem;
    border: 1px solid #ddd;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top: none;
}
.contents_info .duty-wrap .duty {
    font-size: 0;
}
.contents_info .duty-wrap .duty > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
}
.contents_info .duty-wrap .duty .title {
    width: 10rem;
    line-height: 2rem;
    color: #222;
    font-weight: 600;
}
.contents_info .duty-wrap .duty .title::before {
    content: "\ea09";
    display: inline-block;
    font-family: "remixicon";
    margin-right: 0.8rem;
    font-weight: 100;
    color: #999;
    font-size: 2rem;
    vertical-align: middle;
}
.contents_info .duty-wrap .duty .list {
    width: calc(100% - 10rem);
    padding-left: 3rem;
}
.contents_info .duty-wrap .duty .list::after {
    content: "";
    display: block;
    clear: both;
}
.contents_info .duty-wrap .duty .list li {
    position: relative;
    float: left;
    line-height: 2rem;
}
.contents_info .duty-wrap .duty .list li.current_d {
    float: right;
    margin-left: 0;
}
.contents_info .duty-wrap .duty .list li.current_d::before {
    display: none;
}
.contents_info .duty-wrap .duty .list li::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 1px;
    height: 1rem;
    background-color: #ddd;
}
.contents_info .duty-wrap .duty .list li strong {
    font-weight: 600;
    color: #222;
    margin-right: 0.5rem;
}
.contents_info .duty-wrap .duty .list li span {
    color: #515151;
    font-weight: 300;
}
.contents_info .duty-wrap .duty .list li + li {
    margin-left: 3rem;
}
.contents_info .duty-wrap .duty .list .email_link {
    width: 2rem;
    min-width: 0;
    height: 2rem;
    line-height: 2rem;
    background: none;
    border: 0 none;
    color: #0373a5;
}
.contents_info .duty-wrap .duty .list .email_link i {
    vertical-align: top;
}
.total_search #snb {
    display: none;
}
.total_search .contents_util #contents_title {
    padding-left: 0;
}
.total_search #contents {
    width: 100%;
    padding-left: 0;
}

/* 자료집 */
.bookList {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.bookList > li {
    display: flex;
    gap: 4rem;
    padding: 4rem 3.5rem;
    border: 1px solid #ccc;
    border-top: 0.2rem solid #0084c2;
}
.bookList > li .img {
    width: 12rem;
    flex-shrink: 0;
}
.bookList > li .desc {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    width: 100%;
}
.bookList > li .desc .title-box {
    display: flex;
    gap: 1rem;
    align-items: center;
    width: 100%;
}
.bookList > li .desc .title-box .bookTitle {
    font-size: 2.4rem;
    color: #222;
}
.bookList > li .desc .title-box .fileDownload {
    padding: 0.5rem 1rem;
    border: 1px solid #515151;
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 0.5rem;
}
.bookList > li .desc .title-box .hit {
    margin-left: auto;
}
.bookList > li .desc .info {
    display: flex;
    gap: 0.5rem 2rem;
}
.bookList > li .desc p,
.bookList > li .desc span,
.bookList > li .desc ul li {
    font-family: "Pretendard" !important;
    font-size: 1.6rem !important;
}
@media (max-width: 1024px) {
    .bookList > li .desc .title-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .bookList > li .desc .info {
        flex-direction: column;
    }
}
@media (max-width: 640px) {
    .bookList > li {
        flex-direction: column;
    }
}

/* UBIN 소개 상단 */
.grt {
    width: 100%;
    position: relative;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 2rem;
}
.grt .grt_1 {
    position: relative;
    z-index: 1;
    margin-right: 18rem;
    overflow: hidden;
}
.grt .grt_2 {
    position: absolute;
    top: 30px;
    right: 0;
    background: url(/ubin/img/sub/img_0601_2.jpg);
    width: 600px;
    height: 280px;
}
.grt .grt_2 span {
    font-size: 3rem;
    line-height: 4rem;
    color: #888;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}
.grt p {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.grt .grt_txt1 {
    padding: 100px 0 0;
}
.grt .grt_txt3 {
    padding: 0;
}
.grt .grt_txt2 {
    text-align: right;
    font-size: 1.6rem;
    padding-top: 4rem;
}
.grt .grt_txt2 span {
    font-weight: 2.6rem;
    color: #000;
    font-size: 2rem;
    line-height: 3rem;
}

/* UBIN 소개 연혁 */
.historyList {
    overflow: hidden;
    text-align: center;
    padding: 50px 0 30px;
}
.historyList h3 {
    position: relative;
    margin: 0 auto;
    padding: 100px 0 84px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: url("/ubin/img/sub/img_0601_3.jpg") no-repeat center;
    font-weight: 250;
    width: 348px;
    height: 282px;
}
.historyList .list {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    background: url("/ubin/img/sub/img_0601_line.jpg") repeat-y center;
    padding: 4rem 0;
}
.historyList .list .right {
    width: 50%;
    margin-right: 8px;
    float: right;
    background: url("/ubin/img/sub/img_0601_right.jpg") no-repeat left 3.2rem;
}
.historyList .list .right ul {
    float: right;
    text-align: left;
}
.historyList .list .left {
    width: 50%;
    margin-left: 8px;
    float: left;
    background: url("/ubin/img/sub/img_0601_left.jpg") no-repeat right 3.2rem;
}
.historyList .list .left ul {
    float: left;
    text-align: right;
}
.historyList .list ul {
    width: 90%;
    padding: 0 0 3rem;
    background: #fff;
}
.historyList .list ul li {
    line-height: 2rem;
}
.historyList .list .tit {
    font-size: 30px;
    font-weight: 400;
    color: #022a48;
    margin-bottom: 10px;
    margin: 2rem 6rem 1rem;
}
.historyList .list .left .tit {
    float: right;
    text-align: left;
}
.historyList .list .right .tit {
    float: left;
    text-align: right;
}

/* 인사말 */
.intWrap .int {
    width: 70%;
    float: right;
    padding-bottom: 150px;
}
.intWrap .int h1 {
    padding: 30px 0;
    font-size: 4rem;
    font-weight: 400;
}
.intWrap .int h1 span {
    background: #17335a;
    color: #fff;
}
.intWrap .int p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 2rem 0 0;
    word-break: keep-all;
} /* 줄바꿈 수정 */
.intWrap .int_right {
    width: 30%;
    float: right;
    position: relative;
    margin-top: 20px;
}
.intWrap .int_right .name {
    display: none;
    text-align: center;
    font-size: 2.6rem;
    padding: 20px 0;
}
.intWrap .int_right .circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #022a48;
    position: absolute;
    right: 0;
    bottom: 0;
}
.intWrap .int_right .circle p {
    text-align: center;
    color: #fff;
    padding-top: 35px;
}

/* CI 소개 */
.ciWrap h2 {
    font-weight: 250;
    color: #000;
}
.ciWrap div h3 {
    position: relative;
    padding: 2rem 1.6rem;
}
.ciWrap div h3:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #155eb6;
    position: absolute;
    left: 0;
    top: 2.4rem;
}
.ciWrap div h3:after {
    display: block;
    content: "";
    width: 4px;
    height: 1.2rem;
    background: #022a48;
    position: absolute;
    left: 0;
    top: 3rem;
}
.ciWrap .full {
    padding: 6rem;
    background: url("/ubin/img/sub/pattern2.png") repeat;
}
.ciWrap .full img {
    max-width: 100%;
} /* 이미지 수정 */
.ciWrap .ci2 {
    overflow: hidden;
}
.ciWrap .ci2 .ci2_2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.ciWrap .ci2 .ci2_3 {
    width: 49%;
    float: left;
}
.ciWrap .ci2 div p {
    overflow: hidden;
}
.ciWrap .ci2 div a {
    width: 49%;
    margin: 0;
    float: left;
    text-align: center;
    padding: 1rem 0;
    font-weight: 600;
}
.ciWrap .ci2 div a:last-child {
    margin-left: 2%;
}
.ciWrap .ci2 div a:before {
    margin-right: 1rem;
}
.ciWrap .ci3 ul .ci3_1 {
    width: 32%;
    margin-right: 1.5%;
    float: left;
}
.ciWrap .ci3 ul .ci3_1:last-child {
    width: 32%;
    margin-right: 0;
}
.ciWrap .ci3 ul li p {
    padding: 1.6rem 1.4rem;
    color: white;
}
.ciWrap .ci3 ul li .ubingreen {
    background: #019db4;
}
.ciWrap .ci3 ul li .ubinyellow {
    background: #f5cc02;
}
.ciWrap .ci3 ul li .ubingray {
    background: #939498;
}
.ciWrap .ci4 ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}
.ciWrap .ci4 ul li:last-child {
    margin-right: 0;
}
.ciWrap .ci4 ul li img {
    border: 1px solid #d7d7d7;
    width: 100%;
    height: 100%;
}
.ciWrap .ci6 {
    overflow: hidden;
}
.ciWrap .ci6 .ci6_2 {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.ciWrap .ci6 .ci6_3 {
    width: 49%;
    float: left;
}
.ciWrap .ci6 div a {
    width: 49%;
    margin: 0;
    float: left;
    text-align: center;
    padding: 1rem 0;
    font-weight: 600;
}
.ciWrap .ci6 div a:last-child {
    margin-left: 2%;
}
.ciWrap .ci6 div a:before {
    margin-right: 1rem;
}
.ciWrap .ci7 ul .ci3_1 {
    width: 32%;
    margin-right: 1.5%;
    float: left;
}
.ciWrap .ci7 ul .ci3_1:last-child {
    width: 32%;
    margin-right: 0;
}
.ciWrap .ci7 ul li p {
    padding: 1.6rem 1.4rem;
    color: white;
}
.ciWrap .ci7 ul li .gra {
    background: linear-gradient(to right, #358fcc, #3eaa60);
}
.colorList li:nth-of-type(1) {
    margin-top: 0.8rem;
}
.ciWrap .ci7 ul li:nth-of-type(4) {
    margin-top: 0.6rem;
}
.ciWrap .ci7 ul li .gray {
    background: #666465;
}
.ciWrap .ci7 ul li .gold {
    background: #c0a355;
}
.ciWrap .ci8 ul li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
}
.ciWrap .ci8 ul li:last-child {
    margin-right: 0;
}
.ciWrap .ci8 ul li img {
    border: 1px solid #7f7f7f;
    width: 100%;
    height: 100%;
}

/* 세종날씨사업아이템 */
#worWrap .worTitle h1 {
    font-size: 4rem;
}
#worWrap .box_st5 {
    margin-top: 3rem;
}
#worWrap table td {
    vertical-align: middle;
}
#worWrap .tab_st1_box {
    margin: 0;
}

/* UBIN 원장 추가 */
.bookList > li {
    padding: 4rem 3.5rem;
    border: 1px solid #ccc;
    border-top: 0.2rem solid #0084c2;
    margin-bottom: 2rem;
}
.bookList > li::after {
    display: block;
    content: "";
    clear: both;
}
.bookList li .img {
    width: 11rem;
    float: left;
    margin-right: 4rem;
}
.bookList li .img img {
    max-width: 100%;
}
.bookList li div {
    width: Calc(100% - 15rem);
    float: right;
}
.bookList li div h3 {
    display: inline-block;
    margin-right: 1rem;
}
.bookList li div a {
    vertical-align: middle;
    margin-bottom: 1rem !important;
}
.bookList li div .info {
    margin: 0.4rem 0 1rem;
    font-size: 1.4rem;
}
.bookList li div .info li {
    display: inline-block;
    margin-right: 2rem;
}
.bookList li div p {
    max-height: 3.8rem;
    overflow: hidden;
    margin: 0.6rem 0;
    color: #777;
    font-size: 1.4rem;
}
.bookList li div .date {
    color: #999;
    font-size: 1.4rem;
}

/* 특공기관별 추가 */
.view_0301 dl dt {
    border-top: 2px solid #0084c2;
    border-bottom: 1px solid #ccc;
    padding: 1.6rem 13rem 1.6rem 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.view_0301 dl dt span {
    position: absolute;
    top: 1.8rem;
    right: 2rem;
    font-size: 1.4rem;
}
.view_0301 dl dd {
    padding: 4rem 0;
    border-bottom: 1px dashed #ccc;
}

@media screen and (max-width: 1420px) {
    .grt .grt_1 img {
        position: relative;
        max-width: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* 0401_View 추가 */
.intBookTit dl dt {
    background: #f8f8f8;
    padding: 2rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ccc;
    border-top: 2px solid #0084c2;
}
.intBookTit dl dt span {
    display: inline-block;
    padding: 0 2rem;
    margin-right: 2rem;
    position: relative;
}
.intBookTit dl dt span::after {
    display: block;
    content: "";
    width: 1px;
    height: 1.2rem;
    background: #777;
    position: absolute;
    top: 0.6rem;
    right: 0;
}
.intBookTit dl dd {
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}
.intBookTit dl dd br {
    display: none;
}
.intBookTit dl dd span {
    display: inline-block;
    padding: 0 2rem;
    position: relative;
    margin-right: 2rem;
}
.intBookTit dl dd span::after {
    display: block;
    content: "";
    width: 1px;
    height: 1.2rem;
    background: #777;
    position: absolute;
    top: 0.6rem;
    right: 0;
}
.intBookTit dl dd span:nth-of-type(2) {
    margin-left: 4rem;
}
.intBook::after {
    display: block;
    content: "";
    clear: both;
}
.intBook p {
    width: 29rem;
    float: left;
    margin-right: 2rem;
    text-align: center;
}
.intBook p img {
    max-width: 100%;
}
.intBook .con {
    width: Calc(100% - 31rem);
    float: right;
}
.intBook .con ul li {
    padding: 0.3rem 0;
}
.intBook .con ul li > span {
    display: inline-block;
    color: #0084c2;
    width: 7rem;
    position: relative;
    margin: 0 1rem;
} /* 수정 */
.intBook .con ul li > span::after {
    display: block;
    content: "";
    width: 1px;
    height: 1.2rem;
    background: #777;
    position: absolute;
    right: 0;
    top: 0.6rem;
} /* 수정 */
.oth_btn {
    position: relative;
    display: inline-block;
    margin: 1px;
    color: #fff;
    vertical-align: middle;
    background: #0695d9;
    overflow: hidden;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 0.6rem 1.6rem 0.6rem 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 16px;
    transition: all 0.3s;
} /* 수정 */
.oth_btn > strong {
    font-size: 1.6rem;
} /* 수정 */
.oth_btn:hover {
    box-shadow: 3px 3px 5px #ddd;
} /* 수정 */
.oth_btn2 {
    position: relative;
    display: inline-block;
    margin: 1px;
    color: #999;
    vertical-align: middle;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 0.6rem 1.6rem 0.6rem 1.6rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 16px;
    transition: all 0.3s;
    border: 2px solid #2f528f;
} /* 수정 */
.oth_btn2 > strong {
    font-size: 1.6rem;
    color: #238ec7;
} /* 수정 */
.oth_btn2:hover {
    box-shadow: 3px 3px 5px #ddd;
} /* 수정 */
.oth_btn2 i {
    font-size: 1.6rem;
    color: #333;
} /* 수정 */

@media screen and (max-width: 1280px) {
    #container {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }
    #snb {
        width: 100%;
    }
    #snb h2 {
        height: 6rem;
    }
    #snb .depth2 {
        display: none;
    }

    #container {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .titleH2 {
        padding: 3rem 2rem;
    }

    #snb h2 a {
        display: block;
        padding: 0;
        width: 100%;
        line-height: 6rem;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .location {
        padding: 0 5rem 0 2rem;
        height: auto;
    }
    .location .home,
    .location a {
        float: none;
    }
    .shareWrap > li:first-of-type {
        display: none;
    }
    .contents {
        word-break: keep-all;
    } /* 줄바꿈 수정 */
}
@media screen and (max-width: 1024px) {
    .grt .grt_2 {
        width: 60%;
    }
    .grt .grt_txt3 br {
        display: none;
    }

    /* Ã¬â€"Â°Ã­ËœÂ */
    .intWrap .int {
        width: 100%;
        padding-bottom: 150px;
    }
    .intWrap .int h1 {
        text-align: center;
        font-size: 3.6rem;
    }
    .intWrap .int p {
        padding: 1rem 0;
    }
    .intWrap .int p br {
        display: none;
    }
    .intWrap .int_right {
        width: auto;
        float: none;
    }
    .intWrap .int_right img {
        display: block;
        margin: 0 auto;
    }
    .intWrap .int_right .circle {
        display: none;
    }
    .intWrap .int_right .name {
        display: block;
    }

    /* CIÃ¬â€ Å'ÃªÂ°Å" */
    .ciWrap .ci2 .ci2_2,
    .ciWrap .ci2 .ci2_3 {
        width: 100%;
        margin: 0;
    }
    .ciWrap .ci2 div a:nth-of-type(1) span {
        margin-right: 10rem;
    }
    .ciWrap .ci2 div a:nth-of-type(2) span {
        margin-right: 11rem;
    }
    .ciWrap .ci4 ul li {
        width: 49%;
        margin: 1rem 2% 1rem 0;
        margin-right: 2%;
    }
    .ciWrap .ci4 ul li:nth-of-type(even) {
        margin-right: 0;
    }
    .ciWrap .ci6 .ci6_2,
    .ciWrap .ci6 .ci6_3 {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .ciWrap .ci8 ul li {
        width: 49%;
        margin: 1rem 2% 1rem 0;
        margin-right: 2%;
    }
    .ciWrap .ci8 ul li:nth-of-type(even) {
        margin-right: 0;
    }
}

@media screen and (max-width: 760px) {
    /* UBIN 소개 상단 */
    .grt .grt_1 {
        margin-right: 10rem;
    }
    .grt .grt_2 {
        width: 70%;
        top: 40px;
    }
    .grt .grt_2 br {
        display: none;
    }
    .grt .grt_2 span {
        font-size: 2.2rem;
        opacity: 0.8;
        margin-right: 1rem;
    }
    .grt .grt_txt2 {
        padding: 3rem 0 6rem;
    }

    /* 연혁 */
    .historyList,
    .historyList .list {
        background-image: none;
        padding-top: 0px;
    }
    .historyList .list .right,
    .historyList .list .left {
        float: none;
        background-image: none;
        margin: 0 auto;
        width: 80%;
    }

    .historyList .list div ul {
        width: 100%;
        border-bottom: 1px dashed #022a48;
        padding: 0 0 3rem;
    }
    .historyList .list .right .tit {
        float: none;
        text-align: center;
    }
    .historyList .list .left .tit {
        float: none;
        text-align: center;
    }
    .historyList .list .right ul,
    .historyList .list .left ul {
        float: none !important;
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }

    .historyList .list .left ul:last-child {
        margin-bottom: 0px;
    }
    .historyList .list .right,
    .historyList .list .left {
        width: 100%;
    }

    /* 인사말 */
    .intWrap .int p {
        text-align: left;
    }

    /* CI 소개 */
    .ciWrap .ci3 ul .ci3_1 {
        width: 100%;
    }
    .ciWrap .ci3 ul .ci3_1:last-child {
        width: 100%;
    }
    .ciWrap .ci7 ul .ci3_1 {
        width: 100%;
    }
    .ciWrap .ci7 ul .ci3_1:last-child {
        width: 100%;
    }
    .ciWrap .ci7 ul .ci3_1 p {
        padding: 3rem 0;
    }
    .ciWrap .ci7 ul .ci3_1 {
        width: 100%;
    }
    .ciWrap .ci7 ul .ci3_1:last-child {
        width: 100%;
    }
    .ciWrap .ci7 ul .ci3_1 p {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 690px) {
    /* Ã¬â€"Â°Ã­ËœÂ */
    .historyList h3 {
        width: 250px;
        height: 203px;
        padding: 75px 0 32px;
        background-size: cover;
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .historyList .list .right ul,
    .historyList .list .left ul {
        width: 100%;
    }

    /* CI */
    .ciWrap {
        line-height: 2.6rem;
    }

    /* Ã­â€ ÂµÃªÂ³â€žÃªÂ·Â¸Ã«Å¾ËœÃ­â€Â½ 201118 Ã¬Â¶â€ÃªÂ°â‚¬ */
    .view_0301 dl dt {
        padding-right: 2rem;
        padding-top: 3.6rem;
    }
    .view_0301 dl dt span {
        top: 1.6rem;
        right: auto;
        left: 2rem;
    }
}

@media screen and (max-width: 570px) {
    /* UBINÃ¬â€ Å'ÃªÂ°Å" */
    .grt .grt_1 {
        margin: 2rem;
        height: 13rem;
    }
    .grt .grt_2 {
        width: 100%;
        top: 40px;
        height: 13rem;
    }
    .grt .grt_txt2 {
        padding-top: 2rem;
    }

    /* Ã¬â€"Â°Ã­ËœÂ */
    .historyList h3 {
        font-size: 1.8rem;
    }
    .historyList .list ul li {
        line-height: 2rem;
        padding: 0.6rem 0;
    }

    /* Ã¬ÂÂ¸Ã¬â€šÂ¬Ã«Â§Â */
    .intWrap .int {
        width: 100%;
        padding-bottom: 100px;
    }
    .intWrap .int_right img {
        width: 260px;
        height: 260px;
        background-size: cover;
    }
    .intWrap .int h1 {
        word-break: break-all;
        font-size: 3.4rem;
    }
    .intWrap .int h1 span {
        display: inline-block;
    }

    /* UBINÃ¬â€ºÂ¹Ã¬Â§â€ž 201111Ã¬Â¶â€ÃªÂ°â‚¬ */
    .bookList > li {
        padding: 2rem;
    }
    .bookList li .img {
        width: 100%;
        float: none;
        margin-right: 0;
        text-align: center;
        padding: 1rem 0;
    }
    .bookList li div {
        width: 100%;
        float: none;
        margin-top: 2rem;
    }
    .bookList li div p {
        max-height: 7.6rem;
    }
    .bookList li div .info li {
        margin-right: 1rem;
    }

    /* 0401_View 201123 Ã¬Â¶â€ÃªÂ°â‚¬ */
    .intBook p {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .intBook .con {
        width: 100%;
        float: none;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 500px) {
    /* CI */
    .ciWrap .full {
        padding: 2rem;
    }
    .ciWrap .ci4 ul li {
        width: 100%;
        margin: 0.6rem 0;
    }
    .ciWrap .ci8 ul li {
        width: 100%;
        margin: 0.6rem 0;
    }
}

@media screen and (max-width: 400px) {
    /* 0401_View 201123 Ã¬Â¶â€ÃªÂ°â‚¬ */
    .intBookTit dl dd span:nth-of-type(2) {
        margin-left: 1rem;
    }
    .intBookTit dl dd br {
        display: block;
    }
    .intBookTit dl dt span {
        width: 6rem;
        padding: 0;
        margin: 0 1rem;
    }
    .intBookTit dl dd span {
        width: 6rem;
        padding: 0;
        margin: 0 1rem;
    }
}

/* 4뎁스 탭  */
#depth4_tab .tab {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
#depth4_tab .tab li {
    display: inline-block;
}
#depth4_tab .tab li a {
    width: 100%;
    display: block;
    text-align: center;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2rem;
    font-weight: 600;
    color: #acacac;
    background-color: #fff;
    position: relative;
}
#depth4_tab .tab li a::after {
    content: "";
    width: 0;
    height: 0.4rem;
    background-color: #01200d;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#depth4_tab .tab li a:hover,
#depth4_tab .tab li a:focus {
    text-decoration: none;
    color: #01200d;
}
#depth4_tab .tab li a.on {
    color: #01200d;
}
#depth4_tab .tab li a.on::after {
    width: 100%;
}
#depth4_tab .tab li + li {
    padding-left: 4rem;
}
#depth4_tab .tab li + li a::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #d8d8d8;
    position: absolute;
    left: -2rem;
    top: 2rem;
}

#depth4_menu_div ul {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
#depth4_menu_div ul li {
    display: inline-block;
}
#depth4_menu_div ul li a {
    width: 100%;
    display: block;
    text-align: center;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 2rem;
    font-weight: 600;
    color: #888;
    background-color: #fff;
    position: relative;
}
#depth4_menu_div ul li a::after {
    content: "";
    width: 0;
    height: 0.4rem;
    background-color: #01200d;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#depth4_menu_div ul li a:hover,
#depth4_menu_div ul li a:focus {
    text-decoration: none;
    color: #01200d;
}
#depth4_menu_div ul li.active a {
    color: #01200d;
}
#depth4_menu_div ul li.active a::after {
    width: 100%;
}
#depth4_menu_div ul li + li {
    padding-left: 4rem;
}
#depth4_menu_div ul li + li a::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #d8d8d8;
    position: absolute;
    left: -2rem;
    top: 2rem;
}
/* ScrollMagic 추가 */
#contents_wrap .contents_util,
#contents_wrap #contents_top,
#contents_wrap > #contents,
#contents_wrap .contents {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

#contents_wrap.is-active .contents_util {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.05s;
}

#contents_wrap.is-active #contents_top {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.15s;
}

#contents_wrap.is-active > #contents,
#contents_wrap.is-active .contents {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.25s;
}

@media (prefers-reduced-motion: reduce) {
    #contents_wrap .contents_util,
    #contents_wrap #contents_top,
    #contents_wrap > #contents,
    #contents_wrap .contents {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* 뉴빌리지 */
.new-village-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
}
.new-village-item {
    flex: 1;
    width: calc(100% / 2 - 8rem * 1 / 2);
}
.new-village-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.new-village-box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 7rem;
    padding: 1rem 2rem;
}
.new-village-box-title > strong {
    display: block;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.new-village-box-title.blue-mint {
    background-color: #1290ad;
}
.new-village-box-title.blue {
    background-color: #063a74;
}
.new-village-box-content {
    flex-grow: 1;
    background: #f6f7f9;
    padding: 2rem;
}
.new-village-box-content > p {
    color: #000;
    font-size: 2rem;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}
.new-village-box-content em {
    font-weight: 700;
}
.new-village-box-content em.blue {
    color: #006aad !important;
}
.new-village-box-content em.blue-mint {
    color: #1290ad !important;
}
.new-village-arrow {
    display: block;
    text-align: center;
}
.new-village-arrow > img {
    display: block;
    width: 30rem;
    margin: 3rem auto;
}
.new-village-border-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-shrink: 0;
    min-height: 7rem;
    padding: 2rem;
}
.new-village-border-box.blue-mint {
    border: 1px dashed #1290ad;
    background: #ebfbff;
}
.new-village-border-box.blue {
    border: 1px dashed #006aad;
    background: #dff3ff;
}
.new-village-border-box > strong {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
}
.gray-box {
    padding: 2rem;
    background: #f6f7f9;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.gray-box .auto {
    display: block;
    margin: auto;
}
.new-village-info-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.new-village-info-list > li {
    display: flex;
    gap: 2.4rem;
}
.new-village-info-list > li.center {
    align-items: center;
}
.new-village-info-list > li .topic {
    display: flex;
    padding: 0.8rem 1.6rem;
    height: 4.3rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 150%;
    border-radius: 0.4rem;
}
.new-village-info-list > li .topic.blue-mint {
    background: #1290ad;
}
.new-village-info-list > li .topic.blue {
    background: #006aad;
}
.new-village-info-list > li > p {
    color: #666;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
}
.new-village-info-procedure {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.new-village-info-procedure i {
    color: #666;
    font-size: 1.6rem;
}
.new-village-info-procedure p {
    color: #666;
    font-size: 1.6rem;
    font-weight: 400;
}
.new-village-info-procedure .num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: #1290ad;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
.flex-cont {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.flex-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.num-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.num-list > li {
    position: relative;
    color: #333;
    font-size: 1.6rem;
    line-height: 150%;
    padding-left: 2.4rem;
    counter-increment: num-list;
}
.num-list > li::before {
    content: counter(num-list);
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #1290ad;
    position: absolute;
    left: 0;
    top: 0.1rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 150%;
}

@media (max-width: 1279px) {
    .new-village-list {
        gap: 4rem;
    }
    .new-village-item {
        width: calc(100% / 2 - 4rem * 1 / 2);
    }
}
@media (max-width: 1023px) {
    .new-village-list {
        gap: 2rem;
    }
    .new-village-item {
        width: calc(100% / 2 - 2rem * 1 / 2);
    }
    .new-village-info-list > li {
        gap: 1.6rem;
    }
}
@media (max-width: 767px) {
    .new-village-list {
        flex-direction: column;
    }
    .new-village-item {
        width: 100%;
    }
    .new-village-box-content > p br,
    .new-village-border-box > strong br {
        display: none;
    }
    .new-village-info-list > li {
        gap: 0.8rem 1.6rem;
        align-items: start !important;
        flex-direction: column;
    }
    .new-village-info-procedure {
        flex-direction: column;
    }
}
